|
468 | 468 | "errors":[ |
469 | 469 | {"shape":"InternalServerException"}, |
470 | 470 | {"shape":"ResourceNotFoundException"}, |
| 471 | + {"shape":"ConflictException"}, |
471 | 472 | {"shape":"LicenseNotFoundException"}, |
472 | 473 | {"shape":"ThrottlingException"}, |
473 | 474 | {"shape":"ValidationException"}, |
|
2558 | 2559 | }, |
2559 | 2560 | "documents":{ |
2560 | 2561 | "shape":"Documents", |
2561 | | - "documentation":"<p>One or more documents to add to the index.</p>" |
| 2562 | + "documentation":"<p>One or more documents to add to the index.</p> <important> <p>Ensure that the name of your document doesn't contain any confidential information. Amazon Q Business returns document names in chat responses and citations when relevant.</p> </important>" |
2562 | 2563 | }, |
2563 | 2564 | "roleArn":{ |
2564 | 2565 | "shape":"RoleArn", |
|
2595 | 2596 | "members":{ |
2596 | 2597 | "blockedPhrases":{ |
2597 | 2598 | "shape":"BlockedPhrases", |
2598 | | - "documentation":"<p>A list of phrases blocked from a Amazon Q Business web experience chat.</p>" |
| 2599 | + "documentation":"<p>A list of phrases blocked from a Amazon Q Business web experience chat.</p> <note> <p>Each phrase can contain a maximum of 36 characters. The list can contain a maximum of 20 phrases.</p> </note>" |
2599 | 2600 | }, |
2600 | 2601 | "systemMessageOverride":{ |
2601 | 2602 | "shape":"SystemMessageOverride", |
|
3520 | 3521 | }, |
3521 | 3522 | "roleArn":{ |
3522 | 3523 | "shape":"RoleArn", |
3523 | | - "documentation":"<p>The Amazon Resource Name (ARN) of an IAM role with permission to access the data source and required resources.</p>" |
| 3524 | + "documentation":"<p>The Amazon Resource Name (ARN) of an IAM role with permission to access the data source and required resources. This field is required for all connector types except custom connectors, where it is optional.</p>" |
3524 | 3525 | }, |
3525 | 3526 | "clientToken":{ |
3526 | 3527 | "shape":"ClientToken", |
|
3833 | 3834 | }, |
3834 | 3835 | "roleArn":{ |
3835 | 3836 | "shape":"RoleArn", |
3836 | | - "documentation":"<p>The Amazon Resource Name (ARN) of the service role attached to your web experience.</p> <note> <p>You must provide this value if you're using IAM Identity Center to manage end user access to your application. If you're using legacy identity management to manage user access, you don't need to provide this value.</p> </note>" |
| 3837 | + "documentation":"<p>The Amazon Resource Name (ARN) of the service role attached to your web experience.</p> <note> <p>The <code>roleArn</code> parameter is required when your Amazon Q Business application is created with IAM Identity Center. It is not required for SAML-based applications.</p> </note>" |
3837 | 3838 | }, |
3838 | 3839 | "tags":{ |
3839 | 3840 | "shape":"Tags", |
|
5607 | 5608 | }, |
5608 | 5609 | "outputFormat":{ |
5609 | 5610 | "shape":"OutputFormat", |
5610 | | - "documentation":"<p>Raw document outputFormat.</p>", |
| 5611 | + "documentation":"<p>Document outputFormat. Defaults to RAW if not selected.</p>", |
5611 | 5612 | "location":"querystring", |
5612 | 5613 | "locationName":"outputFormat" |
5613 | 5614 | } |
|
5626 | 5627 | }, |
5627 | 5628 | "mimeType":{ |
5628 | 5629 | "shape":"String", |
5629 | | - "documentation":"<p>The MIME type of the document content (e.g., application/pdf, text/plain, application/vnd.openxmlformats-officedocument.wordprocessingml.document).</p>" |
| 5630 | + "documentation":"<p>The MIME type of the document content. When outputFormat is RAW, this corresponds to the original document's MIME type (e.g., application/pdf, text/plain, application/vnd.openxmlformats-officedocument.wordprocessingml.document). When outputFormat is EXTRACTED, the MIME type is always application/json.</p>" |
5630 | 5631 | } |
5631 | 5632 | } |
5632 | 5633 | }, |
|
7323 | 7324 | }, |
7324 | 7325 | "MaxResults":{ |
7325 | 7326 | "type":"integer", |
7326 | | - "box":true |
| 7327 | + "box":true, |
| 7328 | + "max":100, |
| 7329 | + "min":1 |
7327 | 7330 | }, |
7328 | 7331 | "MaxResultsIntegerForGetTopicConfigurations":{ |
7329 | 7332 | "type":"integer", |
|
7791 | 7794 | }, |
7792 | 7795 | "OutputFormat":{ |
7793 | 7796 | "type":"string", |
7794 | | - "enum":["RAW"] |
| 7797 | + "enum":[ |
| 7798 | + "RAW", |
| 7799 | + "EXTRACTED" |
| 7800 | + ] |
7795 | 7801 | }, |
7796 | 7802 | "Payload":{ |
7797 | 7803 | "type":"string", |
|
8597 | 8603 | "attributeFilter":{"shape":"AttributeFilter"}, |
8598 | 8604 | "maxResults":{ |
8599 | 8605 | "shape":"MaxResults", |
8600 | | - "documentation":"<p>The maximum number of results to return.</p>" |
| 8606 | + "documentation":"<p>The maximum number of results to return.</p>", |
| 8607 | + "box":true |
8601 | 8608 | }, |
8602 | 8609 | "nextToken":{ |
8603 | 8610 | "shape":"NextToken", |
|
0 commit comments