|
2 | 2 | "version":"2.0",
|
3 | 3 | "metadata":{
|
4 | 4 | "apiVersion":"2023-11-27",
|
| 5 | + "auth":["aws.auth#sigv4"], |
5 | 6 | "endpointPrefix":"qbusiness",
|
6 | 7 | "protocol":"rest-json",
|
7 | 8 | "protocolSettings":{"h2":"eventstream"},
|
|
110 | 111 | {"shape":"AccessDeniedException"},
|
111 | 112 | {"shape":"ServiceQuotaExceededException"}
|
112 | 113 | ],
|
113 |
| - "documentation":"<p>Creates an Amazon Q Business application.</p> <note> <p>There are new tiers for Amazon Q Business. Not all features in Amazon Q Business Pro are also available in Amazon Q Business Lite. For information on what's included in Amazon Q Business Lite and what's included in Amazon Q Business Pro, see <a href=\"https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/what-is.html#tiers\">Amazon Q Business tiers</a>. You must use the Amazon Q Business console to assign subscription tiers to users.</p> </note>", |
| 114 | + "documentation":"<p>Creates an Amazon Q Business application.</p> <note> <p>There are new tiers for Amazon Q Business. Not all features in Amazon Q Business Pro are also available in Amazon Q Business Lite. For information on what's included in Amazon Q Business Lite and what's included in Amazon Q Business Pro, see <a href=\"https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/tiers.html#user-sub-tiers\">Amazon Q Business tiers</a>. You must use the Amazon Q Business console to assign subscription tiers to users.</p> </note>", |
114 | 115 | "idempotent":true
|
115 | 116 | },
|
116 | 117 | "CreateDataSource":{
|
|
1562 | 1563 | },
|
1563 | 1564 | "containsAny":{
|
1564 | 1565 | "shape":"DocumentAttribute",
|
1565 |
| - "documentation":"<p>Returns <code>true</code> when a document contains any of the specified document attributes or metadata fields. Supported for the following <a href=\"https://docs.aws.amazon.com/amazonq/latest/api-reference/API_DocumentAttributeValue.html\">document attribute value types</a>: <code>dateValue</code>, <code>longValue</code>, <code>stringListValue</code> and <code>stringValue</code>.</p>" |
| 1566 | + "documentation":"<p>Returns <code>true</code> when a document contains any of the specified document attributes or metadata fields. Supported for the following <a href=\"https://docs.aws.amazon.com/amazonq/latest/api-reference/API_DocumentAttributeValue.html\">document attribute value types</a>: <code>stringListValue</code>.</p>" |
1566 | 1567 | },
|
1567 | 1568 | "greaterThan":{
|
1568 | 1569 | "shape":"DocumentAttribute",
|
|
1995 | 1996 | },
|
1996 | 1997 | "parentMessageId":{
|
1997 | 1998 | "shape":"MessageId",
|
1998 |
| - "documentation":"<p>The identifier of the previous end user text input message in a conversation.</p>" |
| 1999 | + "documentation":"<p>The identifier of the previous system message in a conversation.</p>" |
1999 | 2000 | },
|
2000 | 2001 | "attributeFilter":{
|
2001 | 2002 | "shape":"AttributeFilter",
|
|
2201 | 2202 | "attachmentsConfiguration":{
|
2202 | 2203 | "shape":"AttachmentsConfiguration",
|
2203 | 2204 | "documentation":"<p>An option to allow end users to upload files directly during chat.</p>"
|
| 2205 | + }, |
| 2206 | + "qAppsConfiguration":{ |
| 2207 | + "shape":"QAppsConfiguration", |
| 2208 | + "documentation":"<p>An option to allow end users to create and use Amazon Q Apps in the web experience.</p>" |
2204 | 2209 | }
|
2205 | 2210 | }
|
2206 | 2211 | },
|
|
2306 | 2311 | },
|
2307 | 2312 | "type":{
|
2308 | 2313 | "shape":"IndexType",
|
2309 |
| - "documentation":"<p>The index type that's suitable for your needs. For more information on what's included in each type of index or index tier, see <a href=\"https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/what-is.html#tiers\">Amazon Q Business tiers</a>.</p>" |
| 2314 | + "documentation":"<p>The index type that's suitable for your needs. For more information on what's included in each type of index, see <a href=\"https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/tiers.html#index-tiers\">Amazon Q Business tiers</a>.</p>" |
2310 | 2315 | },
|
2311 | 2316 | "description":{
|
2312 | 2317 | "shape":"Description",
|
|
3557 | 3562 | "attachmentsConfiguration":{
|
3558 | 3563 | "shape":"AppliedAttachmentsConfiguration",
|
3559 | 3564 | "documentation":"<p>Settings for whether end users can upload files directly during chat.</p>"
|
| 3565 | + }, |
| 3566 | + "qAppsConfiguration":{ |
| 3567 | + "shape":"QAppsConfiguration", |
| 3568 | + "documentation":"<p>Settings for whether end users can create and use Amazon Q Apps in the web experience.</p>" |
3560 | 3569 | }
|
3561 | 3570 | }
|
3562 | 3571 | },
|
|
5482 | 5491 | "members":{
|
5483 | 5492 | }
|
5484 | 5493 | },
|
| 5494 | + "QAppsConfiguration":{ |
| 5495 | + "type":"structure", |
| 5496 | + "required":["qAppsControlMode"], |
| 5497 | + "members":{ |
| 5498 | + "qAppsControlMode":{ |
| 5499 | + "shape":"QAppsControlMode", |
| 5500 | + "documentation":"<p>Status information about whether end users can create and use Amazon Q Apps in the web experience.</p>" |
| 5501 | + } |
| 5502 | + }, |
| 5503 | + "documentation":"<p>Configuration information about Amazon Q Apps. (preview feature)</p>" |
| 5504 | + }, |
| 5505 | + "QAppsControlMode":{ |
| 5506 | + "type":"string", |
| 5507 | + "enum":[ |
| 5508 | + "ENABLED", |
| 5509 | + "DISABLED" |
| 5510 | + ] |
| 5511 | + }, |
5485 | 5512 | "ReadAccessType":{
|
5486 | 5513 | "type":"string",
|
5487 | 5514 | "enum":[
|
|
6219 | 6246 | "attachmentsConfiguration":{
|
6220 | 6247 | "shape":"AttachmentsConfiguration",
|
6221 | 6248 | "documentation":"<p>An option to allow end users to upload files directly during chat.</p>"
|
| 6249 | + }, |
| 6250 | + "qAppsConfiguration":{ |
| 6251 | + "shape":"QAppsConfiguration", |
| 6252 | + "documentation":"<p>An option to allow end users to create and use Amazon Q Apps in the web experience.</p>" |
6222 | 6253 | }
|
6223 | 6254 | }
|
6224 | 6255 | },
|
|
0 commit comments