|
592 | 592 | {"shape":"ValidationException"},
|
593 | 593 | {"shape":"AccessDeniedException"}
|
594 | 594 | ],
|
595 |
| - "documentation":"<p>Gets information about an chat controls configured for an existing Amazon Q Business application.</p>" |
| 595 | + "documentation":"<p>Gets information about chat controls configured for an existing Amazon Q Business application.</p>" |
596 | 596 | },
|
597 | 597 | "GetDataAccessor":{
|
598 | 598 | "name":"GetDataAccessor",
|
|
1278 | 1278 | {"shape":"AccessDeniedException"},
|
1279 | 1279 | {"shape":"ServiceQuotaExceededException"}
|
1280 | 1280 | ],
|
1281 |
| - "documentation":"<p>Updates an set of chat controls configured for an existing Amazon Q Business application.</p>", |
| 1281 | + "documentation":"<p>Updates a set of chat controls configured for an existing Amazon Q Business application.</p>", |
1282 | 1282 | "idempotent":true
|
1283 | 1283 | },
|
1284 | 1284 | "UpdateDataAccessor":{
|
|
1874 | 1874 | },
|
1875 | 1875 | "documentation":"<p>The creator mode specific admin controls configured for an Amazon Q Business application. Determines whether an end user can generate LLM-only responses when they use the web experience.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/guardrails.html\">Admin controls and guardrails</a> and <a href=\"https://docs.aws.amazon.com/amazonq/latest/business-use-dg/using-web-experience.html#chat-source-scope\">Conversation settings</a>.</p>"
|
1876 | 1876 | },
|
| 1877 | + "AppliedOrchestrationConfiguration":{ |
| 1878 | + "type":"structure", |
| 1879 | + "required":["control"], |
| 1880 | + "members":{ |
| 1881 | + "control":{ |
| 1882 | + "shape":"OrchestrationControl", |
| 1883 | + "documentation":"<p> Information about whether chat orchestration is enabled or disabled for an Amazon Q Business application. </p>" |
| 1884 | + } |
| 1885 | + }, |
| 1886 | + "documentation":"<p>The chat orchestration specific admin controls configured for an Amazon Q Business application. Determines whether Amazon Q Business automatically routes chat requests across configured plugins and data sources in your Amazon Q Business application.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/guardrails-global-controls.html#guardrails-global-orchestration\">Chat orchestration settings</a>.</p>" |
| 1887 | + }, |
1877 | 1888 | "AssociatePermissionRequest":{
|
1878 | 1889 | "type":"structure",
|
1879 | 1890 | "required":[
|
|
4598 | 4609 | "shape":"ResponseScope",
|
4599 | 4610 | "documentation":"<p>The response scope configured for a Amazon Q Business application. This determines whether your application uses its retrieval augmented generation (RAG) system to generate answers only from your enterprise data, or also uses the large language models (LLM) knowledge to respons to end user questions in chat.</p>"
|
4600 | 4611 | },
|
| 4612 | + "orchestrationConfiguration":{ |
| 4613 | + "shape":"AppliedOrchestrationConfiguration", |
| 4614 | + "documentation":"<p> The chat response orchestration settings for your application.</p> <note> <p>Chat orchestration is optimized to work for English language content. For more details on language support in Amazon Q Business, see <a href=\"https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/supported-languages.html\">Supported languages</a>.</p> </note>" |
| 4615 | + }, |
4601 | 4616 | "blockedPhrases":{
|
4602 | 4617 | "shape":"BlockedPhrasesConfiguration",
|
4603 | 4618 | "documentation":"<p>The phrases blocked from chat by your chat control configuration.</p>"
|
|
6780 | 6795 | },
|
6781 | 6796 | "documentation":"<p>Information about the OIDC-compliant identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.</p>"
|
6782 | 6797 | },
|
| 6798 | + "OrchestrationConfiguration":{ |
| 6799 | + "type":"structure", |
| 6800 | + "required":["control"], |
| 6801 | + "members":{ |
| 6802 | + "control":{ |
| 6803 | + "shape":"OrchestrationControl", |
| 6804 | + "documentation":"<p> Status information about whether chat orchestration is activated or deactivated for your Amazon Q Business application.</p>" |
| 6805 | + } |
| 6806 | + }, |
| 6807 | + "documentation":"<p>Configuration information required to enable chat orchestration for your Amazon Q Business application.</p> <note> <p>Chat orchestration is optimized to work for English language content. For more details on language support in Amazon Q Business, see <a href=\"https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/supported-languages.html\">Supported languages</a>.</p> </note>" |
| 6808 | + }, |
| 6809 | + "OrchestrationControl":{ |
| 6810 | + "type":"string", |
| 6811 | + "enum":[ |
| 6812 | + "ENABLED", |
| 6813 | + "DISABLED" |
| 6814 | + ] |
| 6815 | + }, |
6783 | 6816 | "Origin":{
|
6784 | 6817 | "type":"string",
|
6785 | 6818 | "max":256,
|
|
8164 | 8197 | "shape":"ResponseScope",
|
8165 | 8198 | "documentation":"<p>The response scope configured for your application. This determines whether your application uses its retrieval augmented generation (RAG) system to generate answers only from your enterprise data, or also uses the large language models (LLM) knowledge to respons to end user questions in chat.</p>"
|
8166 | 8199 | },
|
| 8200 | + "orchestrationConfiguration":{ |
| 8201 | + "shape":"OrchestrationConfiguration", |
| 8202 | + "documentation":"<p> The chat response orchestration settings for your application.</p>" |
| 8203 | + }, |
8167 | 8204 | "blockedPhrasesConfigurationUpdate":{
|
8168 | 8205 | "shape":"BlockedPhrasesConfigurationUpdate",
|
8169 | 8206 | "documentation":"<p>The phrases blocked from chat by your chat control configuration.</p>"
|
|
0 commit comments