cdk-lambda-subminute 2.0.431 → 2.0.432
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
 - package/lib/cdk-lambda-subminute.js +3 -3
 - package/node_modules/aws-sdk/README.md +1 -1
 - package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +1 -2
 - package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +56 -55
 - package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +602 -82
 - package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.paginators.json +6 -0
 - package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +23 -3
 - package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +35 -25
 - package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +83 -6
 - package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.min.json +131 -8
 - package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +299 -43
 - package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +12 -0
 - package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.min.json +120 -87
 - package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +203 -82
 - package/node_modules/aws-sdk/clients/bedrockagent.d.ts +35 -35
 - package/node_modules/aws-sdk/clients/ec2.d.ts +33 -33
 - package/node_modules/aws-sdk/clients/emrserverless.d.ts +5 -0
 - package/node_modules/aws-sdk/clients/entityresolution.d.ts +604 -19
 - package/node_modules/aws-sdk/clients/iotwireless.d.ts +71 -40
 - package/node_modules/aws-sdk/clients/lakeformation.d.ts +18 -2
 - package/node_modules/aws-sdk/clients/m2.d.ts +88 -1
 - package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +154 -0
 - package/node_modules/aws-sdk/clients/outposts.d.ts +263 -4
 - package/node_modules/aws-sdk/clients/qbusiness.d.ts +381 -321
 - package/node_modules/aws-sdk/clients/wellarchitected.d.ts +182 -4
 - package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
 - package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +15 -15
 - package/node_modules/aws-sdk/dist/aws-sdk.js +7 -3
 - package/node_modules/aws-sdk/dist/aws-sdk.min.js +8 -8
 - package/node_modules/aws-sdk/lib/core.js +1 -1
 - package/node_modules/aws-sdk/lib/region_config_data.json +4 -0
 - package/node_modules/aws-sdk/package.json +1 -1
 - package/package.json +2 -2
 
| 
         @@ -12,67 +12,67 @@ declare class QBusiness extends Service { 
     | 
|
| 
       12 
12 
     | 
    
         
             
              constructor(options?: QBusiness.Types.ClientConfiguration)
         
     | 
| 
       13 
13 
     | 
    
         
             
              config: Config & QBusiness.Types.ClientConfiguration;
         
     | 
| 
       14 
14 
     | 
    
         
             
              /**
         
     | 
| 
       15 
     | 
    
         
            -
               * Asynchronously deletes one or more documents added using the BatchPutDocument API from an Amazon Q index. You can see the progress of the deletion, and any error messages related to the process, by using CloudWatch.
         
     | 
| 
      
 15 
     | 
    
         
            +
               * Asynchronously deletes one or more documents added using the BatchPutDocument API from an Amazon Q Business index. You can see the progress of the deletion, and any error messages related to the process, by using CloudWatch.
         
     | 
| 
       16 
16 
     | 
    
         
             
               */
         
     | 
| 
       17 
17 
     | 
    
         
             
              batchDeleteDocument(params: QBusiness.Types.BatchDeleteDocumentRequest, callback?: (err: AWSError, data: QBusiness.Types.BatchDeleteDocumentResponse) => void): Request<QBusiness.Types.BatchDeleteDocumentResponse, AWSError>;
         
     | 
| 
       18 
18 
     | 
    
         
             
              /**
         
     | 
| 
       19 
     | 
    
         
            -
               * Asynchronously deletes one or more documents added using the BatchPutDocument API from an Amazon Q index. You can see the progress of the deletion, and any error messages related to the process, by using CloudWatch.
         
     | 
| 
      
 19 
     | 
    
         
            +
               * Asynchronously deletes one or more documents added using the BatchPutDocument API from an Amazon Q Business index. You can see the progress of the deletion, and any error messages related to the process, by using CloudWatch.
         
     | 
| 
       20 
20 
     | 
    
         
             
               */
         
     | 
| 
       21 
21 
     | 
    
         
             
              batchDeleteDocument(callback?: (err: AWSError, data: QBusiness.Types.BatchDeleteDocumentResponse) => void): Request<QBusiness.Types.BatchDeleteDocumentResponse, AWSError>;
         
     | 
| 
       22 
22 
     | 
    
         
             
              /**
         
     | 
| 
       23 
     | 
    
         
            -
               * Adds one or more documents to an Amazon Q index. You use this API to:   ingest your structured and unstructured documents and documents stored in an Amazon S3 bucket into an Amazon Q index.   add custom attributes to documents in an Amazon Q index.   attach an access control list to the documents added to an Amazon Q index.   You can see the progress of the deletion, and any error messages related to the process, by using CloudWatch.
         
     | 
| 
      
 23 
     | 
    
         
            +
               * Adds one or more documents to an Amazon Q Business index. You use this API to:   ingest your structured and unstructured documents and documents stored in an Amazon S3 bucket into an Amazon Q Business index.   add custom attributes to documents in an Amazon Q Business index.   attach an access control list to the documents added to an Amazon Q Business index.   You can see the progress of the deletion, and any error messages related to the process, by using CloudWatch.
         
     | 
| 
       24 
24 
     | 
    
         
             
               */
         
     | 
| 
       25 
25 
     | 
    
         
             
              batchPutDocument(params: QBusiness.Types.BatchPutDocumentRequest, callback?: (err: AWSError, data: QBusiness.Types.BatchPutDocumentResponse) => void): Request<QBusiness.Types.BatchPutDocumentResponse, AWSError>;
         
     | 
| 
       26 
26 
     | 
    
         
             
              /**
         
     | 
| 
       27 
     | 
    
         
            -
               * Adds one or more documents to an Amazon Q index. You use this API to:   ingest your structured and unstructured documents and documents stored in an Amazon S3 bucket into an Amazon Q index.   add custom attributes to documents in an Amazon Q index.   attach an access control list to the documents added to an Amazon Q index.   You can see the progress of the deletion, and any error messages related to the process, by using CloudWatch.
         
     | 
| 
      
 27 
     | 
    
         
            +
               * Adds one or more documents to an Amazon Q Business index. You use this API to:   ingest your structured and unstructured documents and documents stored in an Amazon S3 bucket into an Amazon Q Business index.   add custom attributes to documents in an Amazon Q Business index.   attach an access control list to the documents added to an Amazon Q Business index.   You can see the progress of the deletion, and any error messages related to the process, by using CloudWatch.
         
     | 
| 
       28 
28 
     | 
    
         
             
               */
         
     | 
| 
       29 
29 
     | 
    
         
             
              batchPutDocument(callback?: (err: AWSError, data: QBusiness.Types.BatchPutDocumentResponse) => void): Request<QBusiness.Types.BatchPutDocumentResponse, AWSError>;
         
     | 
| 
       30 
30 
     | 
    
         
             
              /**
         
     | 
| 
       31 
     | 
    
         
            -
               * Starts or continues a non-streaming Amazon Q conversation.
         
     | 
| 
      
 31 
     | 
    
         
            +
               * Starts or continues a non-streaming Amazon Q Business conversation.
         
     | 
| 
       32 
32 
     | 
    
         
             
               */
         
     | 
| 
       33 
33 
     | 
    
         
             
              chatSync(params: QBusiness.Types.ChatSyncInput, callback?: (err: AWSError, data: QBusiness.Types.ChatSyncOutput) => void): Request<QBusiness.Types.ChatSyncOutput, AWSError>;
         
     | 
| 
       34 
34 
     | 
    
         
             
              /**
         
     | 
| 
       35 
     | 
    
         
            -
               * Starts or continues a non-streaming Amazon Q conversation.
         
     | 
| 
      
 35 
     | 
    
         
            +
               * Starts or continues a non-streaming Amazon Q Business conversation.
         
     | 
| 
       36 
36 
     | 
    
         
             
               */
         
     | 
| 
       37 
37 
     | 
    
         
             
              chatSync(callback?: (err: AWSError, data: QBusiness.Types.ChatSyncOutput) => void): Request<QBusiness.Types.ChatSyncOutput, AWSError>;
         
     | 
| 
       38 
38 
     | 
    
         
             
              /**
         
     | 
| 
       39 
     | 
    
         
            -
               * Creates an Amazon Q application.
         
     | 
| 
      
 39 
     | 
    
         
            +
               * Creates an Amazon Q Business application.
         
     | 
| 
       40 
40 
     | 
    
         
             
               */
         
     | 
| 
       41 
41 
     | 
    
         
             
              createApplication(params: QBusiness.Types.CreateApplicationRequest, callback?: (err: AWSError, data: QBusiness.Types.CreateApplicationResponse) => void): Request<QBusiness.Types.CreateApplicationResponse, AWSError>;
         
     | 
| 
       42 
42 
     | 
    
         
             
              /**
         
     | 
| 
       43 
     | 
    
         
            -
               * Creates an Amazon Q application.
         
     | 
| 
      
 43 
     | 
    
         
            +
               * Creates an Amazon Q Business application.
         
     | 
| 
       44 
44 
     | 
    
         
             
               */
         
     | 
| 
       45 
45 
     | 
    
         
             
              createApplication(callback?: (err: AWSError, data: QBusiness.Types.CreateApplicationResponse) => void): Request<QBusiness.Types.CreateApplicationResponse, AWSError>;
         
     | 
| 
       46 
46 
     | 
    
         
             
              /**
         
     | 
| 
       47 
     | 
    
         
            -
               * Creates a data source connector for an Amazon Q application.  CreateDataSource is a synchronous operation. The operation returns 200 if the data source was successfully created. Otherwise, an exception is raised.
         
     | 
| 
      
 47 
     | 
    
         
            +
               * Creates a data source connector for an Amazon Q Business application.  CreateDataSource is a synchronous operation. The operation returns 200 if the data source was successfully created. Otherwise, an exception is raised.
         
     | 
| 
       48 
48 
     | 
    
         
             
               */
         
     | 
| 
       49 
49 
     | 
    
         
             
              createDataSource(params: QBusiness.Types.CreateDataSourceRequest, callback?: (err: AWSError, data: QBusiness.Types.CreateDataSourceResponse) => void): Request<QBusiness.Types.CreateDataSourceResponse, AWSError>;
         
     | 
| 
       50 
50 
     | 
    
         
             
              /**
         
     | 
| 
       51 
     | 
    
         
            -
               * Creates a data source connector for an Amazon Q application.  CreateDataSource is a synchronous operation. The operation returns 200 if the data source was successfully created. Otherwise, an exception is raised.
         
     | 
| 
      
 51 
     | 
    
         
            +
               * Creates a data source connector for an Amazon Q Business application.  CreateDataSource is a synchronous operation. The operation returns 200 if the data source was successfully created. Otherwise, an exception is raised.
         
     | 
| 
       52 
52 
     | 
    
         
             
               */
         
     | 
| 
       53 
53 
     | 
    
         
             
              createDataSource(callback?: (err: AWSError, data: QBusiness.Types.CreateDataSourceResponse) => void): Request<QBusiness.Types.CreateDataSourceResponse, AWSError>;
         
     | 
| 
       54 
54 
     | 
    
         
             
              /**
         
     | 
| 
       55 
     | 
    
         
            -
               * Creates an Amazon Q index. To determine if index creation has completed, check the Status field returned from a call to DescribeIndex. The Status field is set to ACTIVE when the index is ready to use. Once the index is active, you can index your documents using the  BatchPutDocument  API or the  CreateDataSource  API.
         
     | 
| 
      
 55 
     | 
    
         
            +
               * Creates an Amazon Q Business index. To determine if index creation has completed, check the Status field returned from a call to DescribeIndex. The Status field is set to ACTIVE when the index is ready to use. Once the index is active, you can index your documents using the  BatchPutDocument  API or the  CreateDataSource  API.
         
     | 
| 
       56 
56 
     | 
    
         
             
               */
         
     | 
| 
       57 
57 
     | 
    
         
             
              createIndex(params: QBusiness.Types.CreateIndexRequest, callback?: (err: AWSError, data: QBusiness.Types.CreateIndexResponse) => void): Request<QBusiness.Types.CreateIndexResponse, AWSError>;
         
     | 
| 
       58 
58 
     | 
    
         
             
              /**
         
     | 
| 
       59 
     | 
    
         
            -
               * Creates an Amazon Q index. To determine if index creation has completed, check the Status field returned from a call to DescribeIndex. The Status field is set to ACTIVE when the index is ready to use. Once the index is active, you can index your documents using the  BatchPutDocument  API or the  CreateDataSource  API.
         
     | 
| 
      
 59 
     | 
    
         
            +
               * Creates an Amazon Q Business index. To determine if index creation has completed, check the Status field returned from a call to DescribeIndex. The Status field is set to ACTIVE when the index is ready to use. Once the index is active, you can index your documents using the  BatchPutDocument  API or the  CreateDataSource  API.
         
     | 
| 
       60 
60 
     | 
    
         
             
               */
         
     | 
| 
       61 
61 
     | 
    
         
             
              createIndex(callback?: (err: AWSError, data: QBusiness.Types.CreateIndexResponse) => void): Request<QBusiness.Types.CreateIndexResponse, AWSError>;
         
     | 
| 
       62 
62 
     | 
    
         
             
              /**
         
     | 
| 
       63 
     | 
    
         
            -
               * Creates an Amazon Q plugin.
         
     | 
| 
      
 63 
     | 
    
         
            +
               * Creates an Amazon Q Business plugin.
         
     | 
| 
       64 
64 
     | 
    
         
             
               */
         
     | 
| 
       65 
65 
     | 
    
         
             
              createPlugin(params: QBusiness.Types.CreatePluginRequest, callback?: (err: AWSError, data: QBusiness.Types.CreatePluginResponse) => void): Request<QBusiness.Types.CreatePluginResponse, AWSError>;
         
     | 
| 
       66 
66 
     | 
    
         
             
              /**
         
     | 
| 
       67 
     | 
    
         
            -
               * Creates an Amazon Q plugin.
         
     | 
| 
      
 67 
     | 
    
         
            +
               * Creates an Amazon Q Business plugin.
         
     | 
| 
       68 
68 
     | 
    
         
             
               */
         
     | 
| 
       69 
69 
     | 
    
         
             
              createPlugin(callback?: (err: AWSError, data: QBusiness.Types.CreatePluginResponse) => void): Request<QBusiness.Types.CreatePluginResponse, AWSError>;
         
     | 
| 
       70 
70 
     | 
    
         
             
              /**
         
     | 
| 
       71 
     | 
    
         
            -
               * Adds a retriever to your Amazon Q application.
         
     | 
| 
      
 71 
     | 
    
         
            +
               * Adds a retriever to your Amazon Q Business application.
         
     | 
| 
       72 
72 
     | 
    
         
             
               */
         
     | 
| 
       73 
73 
     | 
    
         
             
              createRetriever(params: QBusiness.Types.CreateRetrieverRequest, callback?: (err: AWSError, data: QBusiness.Types.CreateRetrieverResponse) => void): Request<QBusiness.Types.CreateRetrieverResponse, AWSError>;
         
     | 
| 
       74 
74 
     | 
    
         
             
              /**
         
     | 
| 
       75 
     | 
    
         
            -
               * Adds a retriever to your Amazon Q application.
         
     | 
| 
      
 75 
     | 
    
         
            +
               * Adds a retriever to your Amazon Q Business application.
         
     | 
| 
       76 
76 
     | 
    
         
             
               */
         
     | 
| 
       77 
77 
     | 
    
         
             
              createRetriever(callback?: (err: AWSError, data: QBusiness.Types.CreateRetrieverResponse) => void): Request<QBusiness.Types.CreateRetrieverResponse, AWSError>;
         
     | 
| 
       78 
78 
     | 
    
         
             
              /**
         
     | 
| 
         @@ -84,43 +84,43 @@ declare class QBusiness extends Service { 
     | 
|
| 
       84 
84 
     | 
    
         
             
               */
         
     | 
| 
       85 
85 
     | 
    
         
             
              createUser(callback?: (err: AWSError, data: QBusiness.Types.CreateUserResponse) => void): Request<QBusiness.Types.CreateUserResponse, AWSError>;
         
     | 
| 
       86 
86 
     | 
    
         
             
              /**
         
     | 
| 
       87 
     | 
    
         
            -
               * Creates an Amazon Q web experience.
         
     | 
| 
      
 87 
     | 
    
         
            +
               * Creates an Amazon Q Business web experience.
         
     | 
| 
       88 
88 
     | 
    
         
             
               */
         
     | 
| 
       89 
89 
     | 
    
         
             
              createWebExperience(params: QBusiness.Types.CreateWebExperienceRequest, callback?: (err: AWSError, data: QBusiness.Types.CreateWebExperienceResponse) => void): Request<QBusiness.Types.CreateWebExperienceResponse, AWSError>;
         
     | 
| 
       90 
90 
     | 
    
         
             
              /**
         
     | 
| 
       91 
     | 
    
         
            -
               * Creates an Amazon Q web experience.
         
     | 
| 
      
 91 
     | 
    
         
            +
               * Creates an Amazon Q Business web experience.
         
     | 
| 
       92 
92 
     | 
    
         
             
               */
         
     | 
| 
       93 
93 
     | 
    
         
             
              createWebExperience(callback?: (err: AWSError, data: QBusiness.Types.CreateWebExperienceResponse) => void): Request<QBusiness.Types.CreateWebExperienceResponse, AWSError>;
         
     | 
| 
       94 
94 
     | 
    
         
             
              /**
         
     | 
| 
       95 
     | 
    
         
            -
               * Deletes an Amazon Q application.
         
     | 
| 
      
 95 
     | 
    
         
            +
               * Deletes an Amazon Q Business application.
         
     | 
| 
       96 
96 
     | 
    
         
             
               */
         
     | 
| 
       97 
97 
     | 
    
         
             
              deleteApplication(params: QBusiness.Types.DeleteApplicationRequest, callback?: (err: AWSError, data: QBusiness.Types.DeleteApplicationResponse) => void): Request<QBusiness.Types.DeleteApplicationResponse, AWSError>;
         
     | 
| 
       98 
98 
     | 
    
         
             
              /**
         
     | 
| 
       99 
     | 
    
         
            -
               * Deletes an Amazon Q application.
         
     | 
| 
      
 99 
     | 
    
         
            +
               * Deletes an Amazon Q Business application.
         
     | 
| 
       100 
100 
     | 
    
         
             
               */
         
     | 
| 
       101 
101 
     | 
    
         
             
              deleteApplication(callback?: (err: AWSError, data: QBusiness.Types.DeleteApplicationResponse) => void): Request<QBusiness.Types.DeleteApplicationResponse, AWSError>;
         
     | 
| 
       102 
102 
     | 
    
         
             
              /**
         
     | 
| 
       103 
     | 
    
         
            -
               * Deletes chat controls configured for an existing Amazon Q application.
         
     | 
| 
      
 103 
     | 
    
         
            +
               * Deletes chat controls configured for an existing Amazon Q Business application.
         
     | 
| 
       104 
104 
     | 
    
         
             
               */
         
     | 
| 
       105 
105 
     | 
    
         
             
              deleteChatControlsConfiguration(params: QBusiness.Types.DeleteChatControlsConfigurationRequest, callback?: (err: AWSError, data: QBusiness.Types.DeleteChatControlsConfigurationResponse) => void): Request<QBusiness.Types.DeleteChatControlsConfigurationResponse, AWSError>;
         
     | 
| 
       106 
106 
     | 
    
         
             
              /**
         
     | 
| 
       107 
     | 
    
         
            -
               * Deletes chat controls configured for an existing Amazon Q application.
         
     | 
| 
      
 107 
     | 
    
         
            +
               * Deletes chat controls configured for an existing Amazon Q Business application.
         
     | 
| 
       108 
108 
     | 
    
         
             
               */
         
     | 
| 
       109 
109 
     | 
    
         
             
              deleteChatControlsConfiguration(callback?: (err: AWSError, data: QBusiness.Types.DeleteChatControlsConfigurationResponse) => void): Request<QBusiness.Types.DeleteChatControlsConfigurationResponse, AWSError>;
         
     | 
| 
       110 
110 
     | 
    
         
             
              /**
         
     | 
| 
       111 
     | 
    
         
            -
               * Deletes an Amazon Q web experience conversation.
         
     | 
| 
      
 111 
     | 
    
         
            +
               * Deletes an Amazon Q Business web experience conversation.
         
     | 
| 
       112 
112 
     | 
    
         
             
               */
         
     | 
| 
       113 
113 
     | 
    
         
             
              deleteConversation(params: QBusiness.Types.DeleteConversationRequest, callback?: (err: AWSError, data: QBusiness.Types.DeleteConversationResponse) => void): Request<QBusiness.Types.DeleteConversationResponse, AWSError>;
         
     | 
| 
       114 
114 
     | 
    
         
             
              /**
         
     | 
| 
       115 
     | 
    
         
            -
               * Deletes an Amazon Q web experience conversation.
         
     | 
| 
      
 115 
     | 
    
         
            +
               * Deletes an Amazon Q Business web experience conversation.
         
     | 
| 
       116 
116 
     | 
    
         
             
               */
         
     | 
| 
       117 
117 
     | 
    
         
             
              deleteConversation(callback?: (err: AWSError, data: QBusiness.Types.DeleteConversationResponse) => void): Request<QBusiness.Types.DeleteConversationResponse, AWSError>;
         
     | 
| 
       118 
118 
     | 
    
         
             
              /**
         
     | 
| 
       119 
     | 
    
         
            -
               * Deletes an Amazon Q data source connector. While the data source is being deleted, the Status field returned by a call to the DescribeDataSource API is set to DELETING. 
         
     | 
| 
      
 119 
     | 
    
         
            +
               * Deletes an Amazon Q Business data source connector. While the data source is being deleted, the Status field returned by a call to the DescribeDataSource API is set to DELETING. 
         
     | 
| 
       120 
120 
     | 
    
         
             
               */
         
     | 
| 
       121 
121 
     | 
    
         
             
              deleteDataSource(params: QBusiness.Types.DeleteDataSourceRequest, callback?: (err: AWSError, data: QBusiness.Types.DeleteDataSourceResponse) => void): Request<QBusiness.Types.DeleteDataSourceResponse, AWSError>;
         
     | 
| 
       122 
122 
     | 
    
         
             
              /**
         
     | 
| 
       123 
     | 
    
         
            -
               * Deletes an Amazon Q data source connector. While the data source is being deleted, the Status field returned by a call to the DescribeDataSource API is set to DELETING. 
         
     | 
| 
      
 123 
     | 
    
         
            +
               * Deletes an Amazon Q Business data source connector. While the data source is being deleted, the Status field returned by a call to the DescribeDataSource API is set to DELETING. 
         
     | 
| 
       124 
124 
     | 
    
         
             
               */
         
     | 
| 
       125 
125 
     | 
    
         
             
              deleteDataSource(callback?: (err: AWSError, data: QBusiness.Types.DeleteDataSourceResponse) => void): Request<QBusiness.Types.DeleteDataSourceResponse, AWSError>;
         
     | 
| 
       126 
126 
     | 
    
         
             
              /**
         
     | 
| 
         @@ -132,27 +132,27 @@ declare class QBusiness extends Service { 
     | 
|
| 
       132 
132 
     | 
    
         
             
               */
         
     | 
| 
       133 
133 
     | 
    
         
             
              deleteGroup(callback?: (err: AWSError, data: QBusiness.Types.DeleteGroupResponse) => void): Request<QBusiness.Types.DeleteGroupResponse, AWSError>;
         
     | 
| 
       134 
134 
     | 
    
         
             
              /**
         
     | 
| 
       135 
     | 
    
         
            -
               * Deletes an Amazon Q index.
         
     | 
| 
      
 135 
     | 
    
         
            +
               * Deletes an Amazon Q Business index.
         
     | 
| 
       136 
136 
     | 
    
         
             
               */
         
     | 
| 
       137 
137 
     | 
    
         
             
              deleteIndex(params: QBusiness.Types.DeleteIndexRequest, callback?: (err: AWSError, data: QBusiness.Types.DeleteIndexResponse) => void): Request<QBusiness.Types.DeleteIndexResponse, AWSError>;
         
     | 
| 
       138 
138 
     | 
    
         
             
              /**
         
     | 
| 
       139 
     | 
    
         
            -
               * Deletes an Amazon Q index.
         
     | 
| 
      
 139 
     | 
    
         
            +
               * Deletes an Amazon Q Business index.
         
     | 
| 
       140 
140 
     | 
    
         
             
               */
         
     | 
| 
       141 
141 
     | 
    
         
             
              deleteIndex(callback?: (err: AWSError, data: QBusiness.Types.DeleteIndexResponse) => void): Request<QBusiness.Types.DeleteIndexResponse, AWSError>;
         
     | 
| 
       142 
142 
     | 
    
         
             
              /**
         
     | 
| 
       143 
     | 
    
         
            -
               * Deletes an Amazon Q plugin.
         
     | 
| 
      
 143 
     | 
    
         
            +
               * Deletes an Amazon Q Business plugin.
         
     | 
| 
       144 
144 
     | 
    
         
             
               */
         
     | 
| 
       145 
145 
     | 
    
         
             
              deletePlugin(params: QBusiness.Types.DeletePluginRequest, callback?: (err: AWSError, data: QBusiness.Types.DeletePluginResponse) => void): Request<QBusiness.Types.DeletePluginResponse, AWSError>;
         
     | 
| 
       146 
146 
     | 
    
         
             
              /**
         
     | 
| 
       147 
     | 
    
         
            -
               * Deletes an Amazon Q plugin.
         
     | 
| 
      
 147 
     | 
    
         
            +
               * Deletes an Amazon Q Business plugin.
         
     | 
| 
       148 
148 
     | 
    
         
             
               */
         
     | 
| 
       149 
149 
     | 
    
         
             
              deletePlugin(callback?: (err: AWSError, data: QBusiness.Types.DeletePluginResponse) => void): Request<QBusiness.Types.DeletePluginResponse, AWSError>;
         
     | 
| 
       150 
150 
     | 
    
         
             
              /**
         
     | 
| 
       151 
     | 
    
         
            -
               * Deletes the retriever used by an Amazon Q application.
         
     | 
| 
      
 151 
     | 
    
         
            +
               * Deletes the retriever used by an Amazon Q Business application.
         
     | 
| 
       152 
152 
     | 
    
         
             
               */
         
     | 
| 
       153 
153 
     | 
    
         
             
              deleteRetriever(params: QBusiness.Types.DeleteRetrieverRequest, callback?: (err: AWSError, data: QBusiness.Types.DeleteRetrieverResponse) => void): Request<QBusiness.Types.DeleteRetrieverResponse, AWSError>;
         
     | 
| 
       154 
154 
     | 
    
         
             
              /**
         
     | 
| 
       155 
     | 
    
         
            -
               * Deletes the retriever used by an Amazon Q application.
         
     | 
| 
      
 155 
     | 
    
         
            +
               * Deletes the retriever used by an Amazon Q Business application.
         
     | 
| 
       156 
156 
     | 
    
         
             
               */
         
     | 
| 
       157 
157 
     | 
    
         
             
              deleteRetriever(callback?: (err: AWSError, data: QBusiness.Types.DeleteRetrieverResponse) => void): Request<QBusiness.Types.DeleteRetrieverResponse, AWSError>;
         
     | 
| 
       158 
158 
     | 
    
         
             
              /**
         
     | 
| 
         @@ -164,35 +164,35 @@ declare class QBusiness extends Service { 
     | 
|
| 
       164 
164 
     | 
    
         
             
               */
         
     | 
| 
       165 
165 
     | 
    
         
             
              deleteUser(callback?: (err: AWSError, data: QBusiness.Types.DeleteUserResponse) => void): Request<QBusiness.Types.DeleteUserResponse, AWSError>;
         
     | 
| 
       166 
166 
     | 
    
         
             
              /**
         
     | 
| 
       167 
     | 
    
         
            -
               * Deletes an Amazon Q web experience.
         
     | 
| 
      
 167 
     | 
    
         
            +
               * Deletes an Amazon Q Business web experience.
         
     | 
| 
       168 
168 
     | 
    
         
             
               */
         
     | 
| 
       169 
169 
     | 
    
         
             
              deleteWebExperience(params: QBusiness.Types.DeleteWebExperienceRequest, callback?: (err: AWSError, data: QBusiness.Types.DeleteWebExperienceResponse) => void): Request<QBusiness.Types.DeleteWebExperienceResponse, AWSError>;
         
     | 
| 
       170 
170 
     | 
    
         
             
              /**
         
     | 
| 
       171 
     | 
    
         
            -
               * Deletes an Amazon Q web experience.
         
     | 
| 
      
 171 
     | 
    
         
            +
               * Deletes an Amazon Q Business web experience.
         
     | 
| 
       172 
172 
     | 
    
         
             
               */
         
     | 
| 
       173 
173 
     | 
    
         
             
              deleteWebExperience(callback?: (err: AWSError, data: QBusiness.Types.DeleteWebExperienceResponse) => void): Request<QBusiness.Types.DeleteWebExperienceResponse, AWSError>;
         
     | 
| 
       174 
174 
     | 
    
         
             
              /**
         
     | 
| 
       175 
     | 
    
         
            -
               * Gets information about an existing Amazon Q application.
         
     | 
| 
      
 175 
     | 
    
         
            +
               * Gets information about an existing Amazon Q Business application.
         
     | 
| 
       176 
176 
     | 
    
         
             
               */
         
     | 
| 
       177 
177 
     | 
    
         
             
              getApplication(params: QBusiness.Types.GetApplicationRequest, callback?: (err: AWSError, data: QBusiness.Types.GetApplicationResponse) => void): Request<QBusiness.Types.GetApplicationResponse, AWSError>;
         
     | 
| 
       178 
178 
     | 
    
         
             
              /**
         
     | 
| 
       179 
     | 
    
         
            -
               * Gets information about an existing Amazon Q application.
         
     | 
| 
      
 179 
     | 
    
         
            +
               * Gets information about an existing Amazon Q Business application.
         
     | 
| 
       180 
180 
     | 
    
         
             
               */
         
     | 
| 
       181 
181 
     | 
    
         
             
              getApplication(callback?: (err: AWSError, data: QBusiness.Types.GetApplicationResponse) => void): Request<QBusiness.Types.GetApplicationResponse, AWSError>;
         
     | 
| 
       182 
182 
     | 
    
         
             
              /**
         
     | 
| 
       183 
     | 
    
         
            -
               * Gets information about an chat controls configured for an existing Amazon Q application.
         
     | 
| 
      
 183 
     | 
    
         
            +
               * Gets information about an chat controls configured for an existing Amazon Q Business application.
         
     | 
| 
       184 
184 
     | 
    
         
             
               */
         
     | 
| 
       185 
185 
     | 
    
         
             
              getChatControlsConfiguration(params: QBusiness.Types.GetChatControlsConfigurationRequest, callback?: (err: AWSError, data: QBusiness.Types.GetChatControlsConfigurationResponse) => void): Request<QBusiness.Types.GetChatControlsConfigurationResponse, AWSError>;
         
     | 
| 
       186 
186 
     | 
    
         
             
              /**
         
     | 
| 
       187 
     | 
    
         
            -
               * Gets information about an chat controls configured for an existing Amazon Q application.
         
     | 
| 
      
 187 
     | 
    
         
            +
               * Gets information about an chat controls configured for an existing Amazon Q Business application.
         
     | 
| 
       188 
188 
     | 
    
         
             
               */
         
     | 
| 
       189 
189 
     | 
    
         
             
              getChatControlsConfiguration(callback?: (err: AWSError, data: QBusiness.Types.GetChatControlsConfigurationResponse) => void): Request<QBusiness.Types.GetChatControlsConfigurationResponse, AWSError>;
         
     | 
| 
       190 
190 
     | 
    
         
             
              /**
         
     | 
| 
       191 
     | 
    
         
            -
               * Gets information about an existing Amazon Q data source connector.
         
     | 
| 
      
 191 
     | 
    
         
            +
               * Gets information about an existing Amazon Q Business data source connector.
         
     | 
| 
       192 
192 
     | 
    
         
             
               */
         
     | 
| 
       193 
193 
     | 
    
         
             
              getDataSource(params: QBusiness.Types.GetDataSourceRequest, callback?: (err: AWSError, data: QBusiness.Types.GetDataSourceResponse) => void): Request<QBusiness.Types.GetDataSourceResponse, AWSError>;
         
     | 
| 
       194 
194 
     | 
    
         
             
              /**
         
     | 
| 
       195 
     | 
    
         
            -
               * Gets information about an existing Amazon Q data source connector.
         
     | 
| 
      
 195 
     | 
    
         
            +
               * Gets information about an existing Amazon Q Business data source connector.
         
     | 
| 
       196 
196 
     | 
    
         
             
               */
         
     | 
| 
       197 
197 
     | 
    
         
             
              getDataSource(callback?: (err: AWSError, data: QBusiness.Types.GetDataSourceResponse) => void): Request<QBusiness.Types.GetDataSourceResponse, AWSError>;
         
     | 
| 
       198 
198 
     | 
    
         
             
              /**
         
     | 
| 
         @@ -204,27 +204,27 @@ declare class QBusiness extends Service { 
     | 
|
| 
       204 
204 
     | 
    
         
             
               */
         
     | 
| 
       205 
205 
     | 
    
         
             
              getGroup(callback?: (err: AWSError, data: QBusiness.Types.GetGroupResponse) => void): Request<QBusiness.Types.GetGroupResponse, AWSError>;
         
     | 
| 
       206 
206 
     | 
    
         
             
              /**
         
     | 
| 
       207 
     | 
    
         
            -
               * Gets information about an existing Amazon Q index.
         
     | 
| 
      
 207 
     | 
    
         
            +
               * Gets information about an existing Amazon Q Business index.
         
     | 
| 
       208 
208 
     | 
    
         
             
               */
         
     | 
| 
       209 
209 
     | 
    
         
             
              getIndex(params: QBusiness.Types.GetIndexRequest, callback?: (err: AWSError, data: QBusiness.Types.GetIndexResponse) => void): Request<QBusiness.Types.GetIndexResponse, AWSError>;
         
     | 
| 
       210 
210 
     | 
    
         
             
              /**
         
     | 
| 
       211 
     | 
    
         
            -
               * Gets information about an existing Amazon Q index.
         
     | 
| 
      
 211 
     | 
    
         
            +
               * Gets information about an existing Amazon Q Business index.
         
     | 
| 
       212 
212 
     | 
    
         
             
               */
         
     | 
| 
       213 
213 
     | 
    
         
             
              getIndex(callback?: (err: AWSError, data: QBusiness.Types.GetIndexResponse) => void): Request<QBusiness.Types.GetIndexResponse, AWSError>;
         
     | 
| 
       214 
214 
     | 
    
         
             
              /**
         
     | 
| 
       215 
     | 
    
         
            -
               * Gets information about an existing Amazon Q plugin.
         
     | 
| 
      
 215 
     | 
    
         
            +
               * Gets information about an existing Amazon Q Business plugin.
         
     | 
| 
       216 
216 
     | 
    
         
             
               */
         
     | 
| 
       217 
217 
     | 
    
         
             
              getPlugin(params: QBusiness.Types.GetPluginRequest, callback?: (err: AWSError, data: QBusiness.Types.GetPluginResponse) => void): Request<QBusiness.Types.GetPluginResponse, AWSError>;
         
     | 
| 
       218 
218 
     | 
    
         
             
              /**
         
     | 
| 
       219 
     | 
    
         
            -
               * Gets information about an existing Amazon Q plugin.
         
     | 
| 
      
 219 
     | 
    
         
            +
               * Gets information about an existing Amazon Q Business plugin.
         
     | 
| 
       220 
220 
     | 
    
         
             
               */
         
     | 
| 
       221 
221 
     | 
    
         
             
              getPlugin(callback?: (err: AWSError, data: QBusiness.Types.GetPluginResponse) => void): Request<QBusiness.Types.GetPluginResponse, AWSError>;
         
     | 
| 
       222 
222 
     | 
    
         
             
              /**
         
     | 
| 
       223 
     | 
    
         
            -
               * Gets information about an existing retriever used by an Amazon Q application.
         
     | 
| 
      
 223 
     | 
    
         
            +
               * Gets information about an existing retriever used by an Amazon Q Business application.
         
     | 
| 
       224 
224 
     | 
    
         
             
               */
         
     | 
| 
       225 
225 
     | 
    
         
             
              getRetriever(params: QBusiness.Types.GetRetrieverRequest, callback?: (err: AWSError, data: QBusiness.Types.GetRetrieverResponse) => void): Request<QBusiness.Types.GetRetrieverResponse, AWSError>;
         
     | 
| 
       226 
226 
     | 
    
         
             
              /**
         
     | 
| 
       227 
     | 
    
         
            -
               * Gets information about an existing retriever used by an Amazon Q application.
         
     | 
| 
      
 227 
     | 
    
         
            +
               * Gets information about an existing retriever used by an Amazon Q Business application.
         
     | 
| 
       228 
228 
     | 
    
         
             
               */
         
     | 
| 
       229 
229 
     | 
    
         
             
              getRetriever(callback?: (err: AWSError, data: QBusiness.Types.GetRetrieverResponse) => void): Request<QBusiness.Types.GetRetrieverResponse, AWSError>;
         
     | 
| 
       230 
230 
     | 
    
         
             
              /**
         
     | 
| 
         @@ -236,43 +236,43 @@ declare class QBusiness extends Service { 
     | 
|
| 
       236 
236 
     | 
    
         
             
               */
         
     | 
| 
       237 
237 
     | 
    
         
             
              getUser(callback?: (err: AWSError, data: QBusiness.Types.GetUserResponse) => void): Request<QBusiness.Types.GetUserResponse, AWSError>;
         
     | 
| 
       238 
238 
     | 
    
         
             
              /**
         
     | 
| 
       239 
     | 
    
         
            -
               * Gets information about an existing Amazon Q web experience.
         
     | 
| 
      
 239 
     | 
    
         
            +
               * Gets information about an existing Amazon Q Business web experience.
         
     | 
| 
       240 
240 
     | 
    
         
             
               */
         
     | 
| 
       241 
241 
     | 
    
         
             
              getWebExperience(params: QBusiness.Types.GetWebExperienceRequest, callback?: (err: AWSError, data: QBusiness.Types.GetWebExperienceResponse) => void): Request<QBusiness.Types.GetWebExperienceResponse, AWSError>;
         
     | 
| 
       242 
242 
     | 
    
         
             
              /**
         
     | 
| 
       243 
     | 
    
         
            -
               * Gets information about an existing Amazon Q web experience.
         
     | 
| 
      
 243 
     | 
    
         
            +
               * Gets information about an existing Amazon Q Business web experience.
         
     | 
| 
       244 
244 
     | 
    
         
             
               */
         
     | 
| 
       245 
245 
     | 
    
         
             
              getWebExperience(callback?: (err: AWSError, data: QBusiness.Types.GetWebExperienceResponse) => void): Request<QBusiness.Types.GetWebExperienceResponse, AWSError>;
         
     | 
| 
       246 
246 
     | 
    
         
             
              /**
         
     | 
| 
       247 
     | 
    
         
            -
               * Lists Amazon Q applications.
         
     | 
| 
      
 247 
     | 
    
         
            +
               * Lists Amazon Q Business applications.
         
     | 
| 
       248 
248 
     | 
    
         
             
               */
         
     | 
| 
       249 
249 
     | 
    
         
             
              listApplications(params: QBusiness.Types.ListApplicationsRequest, callback?: (err: AWSError, data: QBusiness.Types.ListApplicationsResponse) => void): Request<QBusiness.Types.ListApplicationsResponse, AWSError>;
         
     | 
| 
       250 
250 
     | 
    
         
             
              /**
         
     | 
| 
       251 
     | 
    
         
            -
               * Lists Amazon Q applications.
         
     | 
| 
      
 251 
     | 
    
         
            +
               * Lists Amazon Q Business applications.
         
     | 
| 
       252 
252 
     | 
    
         
             
               */
         
     | 
| 
       253 
253 
     | 
    
         
             
              listApplications(callback?: (err: AWSError, data: QBusiness.Types.ListApplicationsResponse) => void): Request<QBusiness.Types.ListApplicationsResponse, AWSError>;
         
     | 
| 
       254 
254 
     | 
    
         
             
              /**
         
     | 
| 
       255 
     | 
    
         
            -
               * Lists one or more Amazon Q conversations.
         
     | 
| 
      
 255 
     | 
    
         
            +
               * Lists one or more Amazon Q Business conversations.
         
     | 
| 
       256 
256 
     | 
    
         
             
               */
         
     | 
| 
       257 
257 
     | 
    
         
             
              listConversations(params: QBusiness.Types.ListConversationsRequest, callback?: (err: AWSError, data: QBusiness.Types.ListConversationsResponse) => void): Request<QBusiness.Types.ListConversationsResponse, AWSError>;
         
     | 
| 
       258 
258 
     | 
    
         
             
              /**
         
     | 
| 
       259 
     | 
    
         
            -
               * Lists one or more Amazon Q conversations.
         
     | 
| 
      
 259 
     | 
    
         
            +
               * Lists one or more Amazon Q Business conversations.
         
     | 
| 
       260 
260 
     | 
    
         
             
               */
         
     | 
| 
       261 
261 
     | 
    
         
             
              listConversations(callback?: (err: AWSError, data: QBusiness.Types.ListConversationsResponse) => void): Request<QBusiness.Types.ListConversationsResponse, AWSError>;
         
     | 
| 
       262 
262 
     | 
    
         
             
              /**
         
     | 
| 
       263 
     | 
    
         
            -
               * Get information about an Amazon Q data source connector synchronization.
         
     | 
| 
      
 263 
     | 
    
         
            +
               * Get information about an Amazon Q Business data source connector synchronization.
         
     | 
| 
       264 
264 
     | 
    
         
             
               */
         
     | 
| 
       265 
265 
     | 
    
         
             
              listDataSourceSyncJobs(params: QBusiness.Types.ListDataSourceSyncJobsRequest, callback?: (err: AWSError, data: QBusiness.Types.ListDataSourceSyncJobsResponse) => void): Request<QBusiness.Types.ListDataSourceSyncJobsResponse, AWSError>;
         
     | 
| 
       266 
266 
     | 
    
         
             
              /**
         
     | 
| 
       267 
     | 
    
         
            -
               * Get information about an Amazon Q data source connector synchronization.
         
     | 
| 
      
 267 
     | 
    
         
            +
               * Get information about an Amazon Q Business data source connector synchronization.
         
     | 
| 
       268 
268 
     | 
    
         
             
               */
         
     | 
| 
       269 
269 
     | 
    
         
             
              listDataSourceSyncJobs(callback?: (err: AWSError, data: QBusiness.Types.ListDataSourceSyncJobsResponse) => void): Request<QBusiness.Types.ListDataSourceSyncJobsResponse, AWSError>;
         
     | 
| 
       270 
270 
     | 
    
         
             
              /**
         
     | 
| 
       271 
     | 
    
         
            -
               * Lists the Amazon Q data source connectors that you have created.
         
     | 
| 
      
 271 
     | 
    
         
            +
               * Lists the Amazon Q Business data source connectors that you have created.
         
     | 
| 
       272 
272 
     | 
    
         
             
               */
         
     | 
| 
       273 
273 
     | 
    
         
             
              listDataSources(params: QBusiness.Types.ListDataSourcesRequest, callback?: (err: AWSError, data: QBusiness.Types.ListDataSourcesResponse) => void): Request<QBusiness.Types.ListDataSourcesResponse, AWSError>;
         
     | 
| 
       274 
274 
     | 
    
         
             
              /**
         
     | 
| 
       275 
     | 
    
         
            -
               * Lists the Amazon Q data source connectors that you have created.
         
     | 
| 
      
 275 
     | 
    
         
            +
               * Lists the Amazon Q Business data source connectors that you have created.
         
     | 
| 
       276 
276 
     | 
    
         
             
               */
         
     | 
| 
       277 
277 
     | 
    
         
             
              listDataSources(callback?: (err: AWSError, data: QBusiness.Types.ListDataSourcesResponse) => void): Request<QBusiness.Types.ListDataSourcesResponse, AWSError>;
         
     | 
| 
       278 
278 
     | 
    
         
             
              /**
         
     | 
| 
         @@ -292,147 +292,147 @@ declare class QBusiness extends Service { 
     | 
|
| 
       292 
292 
     | 
    
         
             
               */
         
     | 
| 
       293 
293 
     | 
    
         
             
              listGroups(callback?: (err: AWSError, data: QBusiness.Types.ListGroupsResponse) => void): Request<QBusiness.Types.ListGroupsResponse, AWSError>;
         
     | 
| 
       294 
294 
     | 
    
         
             
              /**
         
     | 
| 
       295 
     | 
    
         
            -
               * Lists the Amazon Q indices you have created.
         
     | 
| 
      
 295 
     | 
    
         
            +
               * Lists the Amazon Q Business indices you have created.
         
     | 
| 
       296 
296 
     | 
    
         
             
               */
         
     | 
| 
       297 
297 
     | 
    
         
             
              listIndices(params: QBusiness.Types.ListIndicesRequest, callback?: (err: AWSError, data: QBusiness.Types.ListIndicesResponse) => void): Request<QBusiness.Types.ListIndicesResponse, AWSError>;
         
     | 
| 
       298 
298 
     | 
    
         
             
              /**
         
     | 
| 
       299 
     | 
    
         
            -
               * Lists the Amazon Q indices you have created.
         
     | 
| 
      
 299 
     | 
    
         
            +
               * Lists the Amazon Q Business indices you have created.
         
     | 
| 
       300 
300 
     | 
    
         
             
               */
         
     | 
| 
       301 
301 
     | 
    
         
             
              listIndices(callback?: (err: AWSError, data: QBusiness.Types.ListIndicesResponse) => void): Request<QBusiness.Types.ListIndicesResponse, AWSError>;
         
     | 
| 
       302 
302 
     | 
    
         
             
              /**
         
     | 
| 
       303 
     | 
    
         
            -
               * Gets a list of messages associated with an Amazon Q web experience.
         
     | 
| 
      
 303 
     | 
    
         
            +
               * Gets a list of messages associated with an Amazon Q Business web experience.
         
     | 
| 
       304 
304 
     | 
    
         
             
               */
         
     | 
| 
       305 
305 
     | 
    
         
             
              listMessages(params: QBusiness.Types.ListMessagesRequest, callback?: (err: AWSError, data: QBusiness.Types.ListMessagesResponse) => void): Request<QBusiness.Types.ListMessagesResponse, AWSError>;
         
     | 
| 
       306 
306 
     | 
    
         
             
              /**
         
     | 
| 
       307 
     | 
    
         
            -
               * Gets a list of messages associated with an Amazon Q web experience.
         
     | 
| 
      
 307 
     | 
    
         
            +
               * Gets a list of messages associated with an Amazon Q Business web experience.
         
     | 
| 
       308 
308 
     | 
    
         
             
               */
         
     | 
| 
       309 
309 
     | 
    
         
             
              listMessages(callback?: (err: AWSError, data: QBusiness.Types.ListMessagesResponse) => void): Request<QBusiness.Types.ListMessagesResponse, AWSError>;
         
     | 
| 
       310 
310 
     | 
    
         
             
              /**
         
     | 
| 
       311 
     | 
    
         
            -
               * Lists configured Amazon Q plugins.
         
     | 
| 
      
 311 
     | 
    
         
            +
               * Lists configured Amazon Q Business plugins.
         
     | 
| 
       312 
312 
     | 
    
         
             
               */
         
     | 
| 
       313 
313 
     | 
    
         
             
              listPlugins(params: QBusiness.Types.ListPluginsRequest, callback?: (err: AWSError, data: QBusiness.Types.ListPluginsResponse) => void): Request<QBusiness.Types.ListPluginsResponse, AWSError>;
         
     | 
| 
       314 
314 
     | 
    
         
             
              /**
         
     | 
| 
       315 
     | 
    
         
            -
               * Lists configured Amazon Q plugins.
         
     | 
| 
      
 315 
     | 
    
         
            +
               * Lists configured Amazon Q Business plugins.
         
     | 
| 
       316 
316 
     | 
    
         
             
               */
         
     | 
| 
       317 
317 
     | 
    
         
             
              listPlugins(callback?: (err: AWSError, data: QBusiness.Types.ListPluginsResponse) => void): Request<QBusiness.Types.ListPluginsResponse, AWSError>;
         
     | 
| 
       318 
318 
     | 
    
         
             
              /**
         
     | 
| 
       319 
     | 
    
         
            -
               * Lists the retriever used by an Amazon Q application.
         
     | 
| 
      
 319 
     | 
    
         
            +
               * Lists the retriever used by an Amazon Q Business application.
         
     | 
| 
       320 
320 
     | 
    
         
             
               */
         
     | 
| 
       321 
321 
     | 
    
         
             
              listRetrievers(params: QBusiness.Types.ListRetrieversRequest, callback?: (err: AWSError, data: QBusiness.Types.ListRetrieversResponse) => void): Request<QBusiness.Types.ListRetrieversResponse, AWSError>;
         
     | 
| 
       322 
322 
     | 
    
         
             
              /**
         
     | 
| 
       323 
     | 
    
         
            -
               * Lists the retriever used by an Amazon Q application.
         
     | 
| 
      
 323 
     | 
    
         
            +
               * Lists the retriever used by an Amazon Q Business application.
         
     | 
| 
       324 
324 
     | 
    
         
             
               */
         
     | 
| 
       325 
325 
     | 
    
         
             
              listRetrievers(callback?: (err: AWSError, data: QBusiness.Types.ListRetrieversResponse) => void): Request<QBusiness.Types.ListRetrieversResponse, AWSError>;
         
     | 
| 
       326 
326 
     | 
    
         
             
              /**
         
     | 
| 
       327 
     | 
    
         
            -
               * Gets a list of tags associated with a specified resource. Amazon Q applications and data sources can have tags associated with them.
         
     | 
| 
      
 327 
     | 
    
         
            +
               * Gets a list of tags associated with a specified resource. Amazon Q Business applications and data sources can have tags associated with them.
         
     | 
| 
       328 
328 
     | 
    
         
             
               */
         
     | 
| 
       329 
329 
     | 
    
         
             
              listTagsForResource(params: QBusiness.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: QBusiness.Types.ListTagsForResourceResponse) => void): Request<QBusiness.Types.ListTagsForResourceResponse, AWSError>;
         
     | 
| 
       330 
330 
     | 
    
         
             
              /**
         
     | 
| 
       331 
     | 
    
         
            -
               * Gets a list of tags associated with a specified resource. Amazon Q applications and data sources can have tags associated with them.
         
     | 
| 
      
 331 
     | 
    
         
            +
               * Gets a list of tags associated with a specified resource. Amazon Q Business applications and data sources can have tags associated with them.
         
     | 
| 
       332 
332 
     | 
    
         
             
               */
         
     | 
| 
       333 
333 
     | 
    
         
             
              listTagsForResource(callback?: (err: AWSError, data: QBusiness.Types.ListTagsForResourceResponse) => void): Request<QBusiness.Types.ListTagsForResourceResponse, AWSError>;
         
     | 
| 
       334 
334 
     | 
    
         
             
              /**
         
     | 
| 
       335 
     | 
    
         
            -
               * Lists one or more Amazon Q Web Experiences.
         
     | 
| 
      
 335 
     | 
    
         
            +
               * Lists one or more Amazon Q Business Web Experiences.
         
     | 
| 
       336 
336 
     | 
    
         
             
               */
         
     | 
| 
       337 
337 
     | 
    
         
             
              listWebExperiences(params: QBusiness.Types.ListWebExperiencesRequest, callback?: (err: AWSError, data: QBusiness.Types.ListWebExperiencesResponse) => void): Request<QBusiness.Types.ListWebExperiencesResponse, AWSError>;
         
     | 
| 
       338 
338 
     | 
    
         
             
              /**
         
     | 
| 
       339 
     | 
    
         
            -
               * Lists one or more Amazon Q Web Experiences.
         
     | 
| 
      
 339 
     | 
    
         
            +
               * Lists one or more Amazon Q Business Web Experiences.
         
     | 
| 
       340 
340 
     | 
    
         
             
               */
         
     | 
| 
       341 
341 
     | 
    
         
             
              listWebExperiences(callback?: (err: AWSError, data: QBusiness.Types.ListWebExperiencesResponse) => void): Request<QBusiness.Types.ListWebExperiencesResponse, AWSError>;
         
     | 
| 
       342 
342 
     | 
    
         
             
              /**
         
     | 
| 
       343 
     | 
    
         
            -
               * Enables your end user to  
     | 
| 
      
 343 
     | 
    
         
            +
               * Enables your end user to provide feedback on their Amazon Q Business generated chat responses.
         
     | 
| 
       344 
344 
     | 
    
         
             
               */
         
     | 
| 
       345 
345 
     | 
    
         
             
              putFeedback(params: QBusiness.Types.PutFeedbackRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
         
     | 
| 
       346 
346 
     | 
    
         
             
              /**
         
     | 
| 
       347 
     | 
    
         
            -
               * Enables your end user to  
     | 
| 
      
 347 
     | 
    
         
            +
               * Enables your end user to provide feedback on their Amazon Q Business generated chat responses.
         
     | 
| 
       348 
348 
     | 
    
         
             
               */
         
     | 
| 
       349 
349 
     | 
    
         
             
              putFeedback(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
         
     | 
| 
       350 
350 
     | 
    
         
             
              /**
         
     | 
| 
       351 
     | 
    
         
            -
               * Create, or updates, a mapping of users—who have access to a document—to groups. You can also map sub groups to groups. For example, the group "Company Intellectual Property Teams" includes sub groups "Research" and "Engineering". These sub groups include their own list of users or people who work in these teams. Only users who work in research and engineering, and therefore belong in the intellectual property group, can see top-secret company documents in their Amazon Q chat results.
         
     | 
| 
      
 351 
     | 
    
         
            +
               * Create, or updates, a mapping of users—who have access to a document—to groups. You can also map sub groups to groups. For example, the group "Company Intellectual Property Teams" includes sub groups "Research" and "Engineering". These sub groups include their own list of users or people who work in these teams. Only users who work in research and engineering, and therefore belong in the intellectual property group, can see top-secret company documents in their Amazon Q Business chat results.
         
     | 
| 
       352 
352 
     | 
    
         
             
               */
         
     | 
| 
       353 
353 
     | 
    
         
             
              putGroup(params: QBusiness.Types.PutGroupRequest, callback?: (err: AWSError, data: QBusiness.Types.PutGroupResponse) => void): Request<QBusiness.Types.PutGroupResponse, AWSError>;
         
     | 
| 
       354 
354 
     | 
    
         
             
              /**
         
     | 
| 
       355 
     | 
    
         
            -
               * Create, or updates, a mapping of users—who have access to a document—to groups. You can also map sub groups to groups. For example, the group "Company Intellectual Property Teams" includes sub groups "Research" and "Engineering". These sub groups include their own list of users or people who work in these teams. Only users who work in research and engineering, and therefore belong in the intellectual property group, can see top-secret company documents in their Amazon Q chat results.
         
     | 
| 
      
 355 
     | 
    
         
            +
               * Create, or updates, a mapping of users—who have access to a document—to groups. You can also map sub groups to groups. For example, the group "Company Intellectual Property Teams" includes sub groups "Research" and "Engineering". These sub groups include their own list of users or people who work in these teams. Only users who work in research and engineering, and therefore belong in the intellectual property group, can see top-secret company documents in their Amazon Q Business chat results.
         
     | 
| 
       356 
356 
     | 
    
         
             
               */
         
     | 
| 
       357 
357 
     | 
    
         
             
              putGroup(callback?: (err: AWSError, data: QBusiness.Types.PutGroupResponse) => void): Request<QBusiness.Types.PutGroupResponse, AWSError>;
         
     | 
| 
       358 
358 
     | 
    
         
             
              /**
         
     | 
| 
       359 
     | 
    
         
            -
               * Starts a data source connector synchronization job. If a synchronization job is already in progress, Amazon Q returns a ConflictException.
         
     | 
| 
      
 359 
     | 
    
         
            +
               * Starts a data source connector synchronization job. If a synchronization job is already in progress, Amazon Q Business returns a ConflictException.
         
     | 
| 
       360 
360 
     | 
    
         
             
               */
         
     | 
| 
       361 
361 
     | 
    
         
             
              startDataSourceSyncJob(params: QBusiness.Types.StartDataSourceSyncJobRequest, callback?: (err: AWSError, data: QBusiness.Types.StartDataSourceSyncJobResponse) => void): Request<QBusiness.Types.StartDataSourceSyncJobResponse, AWSError>;
         
     | 
| 
       362 
362 
     | 
    
         
             
              /**
         
     | 
| 
       363 
     | 
    
         
            -
               * Starts a data source connector synchronization job. If a synchronization job is already in progress, Amazon Q returns a ConflictException.
         
     | 
| 
      
 363 
     | 
    
         
            +
               * Starts a data source connector synchronization job. If a synchronization job is already in progress, Amazon Q Business returns a ConflictException.
         
     | 
| 
       364 
364 
     | 
    
         
             
               */
         
     | 
| 
       365 
365 
     | 
    
         
             
              startDataSourceSyncJob(callback?: (err: AWSError, data: QBusiness.Types.StartDataSourceSyncJobResponse) => void): Request<QBusiness.Types.StartDataSourceSyncJobResponse, AWSError>;
         
     | 
| 
       366 
366 
     | 
    
         
             
              /**
         
     | 
| 
       367 
     | 
    
         
            -
               * Stops an Amazon Q data source connector synchronization job already in progress.
         
     | 
| 
      
 367 
     | 
    
         
            +
               * Stops an Amazon Q Business data source connector synchronization job already in progress.
         
     | 
| 
       368 
368 
     | 
    
         
             
               */
         
     | 
| 
       369 
369 
     | 
    
         
             
              stopDataSourceSyncJob(params: QBusiness.Types.StopDataSourceSyncJobRequest, callback?: (err: AWSError, data: QBusiness.Types.StopDataSourceSyncJobResponse) => void): Request<QBusiness.Types.StopDataSourceSyncJobResponse, AWSError>;
         
     | 
| 
       370 
370 
     | 
    
         
             
              /**
         
     | 
| 
       371 
     | 
    
         
            -
               * Stops an Amazon Q data source connector synchronization job already in progress.
         
     | 
| 
      
 371 
     | 
    
         
            +
               * Stops an Amazon Q Business data source connector synchronization job already in progress.
         
     | 
| 
       372 
372 
     | 
    
         
             
               */
         
     | 
| 
       373 
373 
     | 
    
         
             
              stopDataSourceSyncJob(callback?: (err: AWSError, data: QBusiness.Types.StopDataSourceSyncJobResponse) => void): Request<QBusiness.Types.StopDataSourceSyncJobResponse, AWSError>;
         
     | 
| 
       374 
374 
     | 
    
         
             
              /**
         
     | 
| 
       375 
     | 
    
         
            -
               * Adds the specified tag to the specified Amazon Q application or data source resource. If the tag already exists, the existing value is replaced with the new value.
         
     | 
| 
      
 375 
     | 
    
         
            +
               * Adds the specified tag to the specified Amazon Q Business application or data source resource. If the tag already exists, the existing value is replaced with the new value.
         
     | 
| 
       376 
376 
     | 
    
         
             
               */
         
     | 
| 
       377 
377 
     | 
    
         
             
              tagResource(params: QBusiness.Types.TagResourceRequest, callback?: (err: AWSError, data: QBusiness.Types.TagResourceResponse) => void): Request<QBusiness.Types.TagResourceResponse, AWSError>;
         
     | 
| 
       378 
378 
     | 
    
         
             
              /**
         
     | 
| 
       379 
     | 
    
         
            -
               * Adds the specified tag to the specified Amazon Q application or data source resource. If the tag already exists, the existing value is replaced with the new value.
         
     | 
| 
      
 379 
     | 
    
         
            +
               * Adds the specified tag to the specified Amazon Q Business application or data source resource. If the tag already exists, the existing value is replaced with the new value.
         
     | 
| 
       380 
380 
     | 
    
         
             
               */
         
     | 
| 
       381 
381 
     | 
    
         
             
              tagResource(callback?: (err: AWSError, data: QBusiness.Types.TagResourceResponse) => void): Request<QBusiness.Types.TagResourceResponse, AWSError>;
         
     | 
| 
       382 
382 
     | 
    
         
             
              /**
         
     | 
| 
       383 
     | 
    
         
            -
               * Removes a tag from an Amazon Q application or a data source.
         
     | 
| 
      
 383 
     | 
    
         
            +
               * Removes a tag from an Amazon Q Business application or a data source.
         
     | 
| 
       384 
384 
     | 
    
         
             
               */
         
     | 
| 
       385 
385 
     | 
    
         
             
              untagResource(params: QBusiness.Types.UntagResourceRequest, callback?: (err: AWSError, data: QBusiness.Types.UntagResourceResponse) => void): Request<QBusiness.Types.UntagResourceResponse, AWSError>;
         
     | 
| 
       386 
386 
     | 
    
         
             
              /**
         
     | 
| 
       387 
     | 
    
         
            -
               * Removes a tag from an Amazon Q application or a data source.
         
     | 
| 
      
 387 
     | 
    
         
            +
               * Removes a tag from an Amazon Q Business application or a data source.
         
     | 
| 
       388 
388 
     | 
    
         
             
               */
         
     | 
| 
       389 
389 
     | 
    
         
             
              untagResource(callback?: (err: AWSError, data: QBusiness.Types.UntagResourceResponse) => void): Request<QBusiness.Types.UntagResourceResponse, AWSError>;
         
     | 
| 
       390 
390 
     | 
    
         
             
              /**
         
     | 
| 
       391 
     | 
    
         
            -
               * Updates an existing Amazon Q application.
         
     | 
| 
      
 391 
     | 
    
         
            +
               * Updates an existing Amazon Q Business application.
         
     | 
| 
       392 
392 
     | 
    
         
             
               */
         
     | 
| 
       393 
393 
     | 
    
         
             
              updateApplication(params: QBusiness.Types.UpdateApplicationRequest, callback?: (err: AWSError, data: QBusiness.Types.UpdateApplicationResponse) => void): Request<QBusiness.Types.UpdateApplicationResponse, AWSError>;
         
     | 
| 
       394 
394 
     | 
    
         
             
              /**
         
     | 
| 
       395 
     | 
    
         
            -
               * Updates an existing Amazon Q application.
         
     | 
| 
      
 395 
     | 
    
         
            +
               * Updates an existing Amazon Q Business application.
         
     | 
| 
       396 
396 
     | 
    
         
             
               */
         
     | 
| 
       397 
397 
     | 
    
         
             
              updateApplication(callback?: (err: AWSError, data: QBusiness.Types.UpdateApplicationResponse) => void): Request<QBusiness.Types.UpdateApplicationResponse, AWSError>;
         
     | 
| 
       398 
398 
     | 
    
         
             
              /**
         
     | 
| 
       399 
     | 
    
         
            -
               * Updates an set of chat controls configured for an existing Amazon Q application.
         
     | 
| 
      
 399 
     | 
    
         
            +
               * Updates an set of chat controls configured for an existing Amazon Q Business application.
         
     | 
| 
       400 
400 
     | 
    
         
             
               */
         
     | 
| 
       401 
401 
     | 
    
         
             
              updateChatControlsConfiguration(params: QBusiness.Types.UpdateChatControlsConfigurationRequest, callback?: (err: AWSError, data: QBusiness.Types.UpdateChatControlsConfigurationResponse) => void): Request<QBusiness.Types.UpdateChatControlsConfigurationResponse, AWSError>;
         
     | 
| 
       402 
402 
     | 
    
         
             
              /**
         
     | 
| 
       403 
     | 
    
         
            -
               * Updates an set of chat controls configured for an existing Amazon Q application.
         
     | 
| 
      
 403 
     | 
    
         
            +
               * Updates an set of chat controls configured for an existing Amazon Q Business application.
         
     | 
| 
       404 
404 
     | 
    
         
             
               */
         
     | 
| 
       405 
405 
     | 
    
         
             
              updateChatControlsConfiguration(callback?: (err: AWSError, data: QBusiness.Types.UpdateChatControlsConfigurationResponse) => void): Request<QBusiness.Types.UpdateChatControlsConfigurationResponse, AWSError>;
         
     | 
| 
       406 
406 
     | 
    
         
             
              /**
         
     | 
| 
       407 
     | 
    
         
            -
               * Updates an existing Amazon Q data source connector.
         
     | 
| 
      
 407 
     | 
    
         
            +
               * Updates an existing Amazon Q Business data source connector.
         
     | 
| 
       408 
408 
     | 
    
         
             
               */
         
     | 
| 
       409 
409 
     | 
    
         
             
              updateDataSource(params: QBusiness.Types.UpdateDataSourceRequest, callback?: (err: AWSError, data: QBusiness.Types.UpdateDataSourceResponse) => void): Request<QBusiness.Types.UpdateDataSourceResponse, AWSError>;
         
     | 
| 
       410 
410 
     | 
    
         
             
              /**
         
     | 
| 
       411 
     | 
    
         
            -
               * Updates an existing Amazon Q data source connector.
         
     | 
| 
      
 411 
     | 
    
         
            +
               * Updates an existing Amazon Q Business data source connector.
         
     | 
| 
       412 
412 
     | 
    
         
             
               */
         
     | 
| 
       413 
413 
     | 
    
         
             
              updateDataSource(callback?: (err: AWSError, data: QBusiness.Types.UpdateDataSourceResponse) => void): Request<QBusiness.Types.UpdateDataSourceResponse, AWSError>;
         
     | 
| 
       414 
414 
     | 
    
         
             
              /**
         
     | 
| 
       415 
     | 
    
         
            -
               * Updates an Amazon Q index.
         
     | 
| 
      
 415 
     | 
    
         
            +
               * Updates an Amazon Q Business index.
         
     | 
| 
       416 
416 
     | 
    
         
             
               */
         
     | 
| 
       417 
417 
     | 
    
         
             
              updateIndex(params: QBusiness.Types.UpdateIndexRequest, callback?: (err: AWSError, data: QBusiness.Types.UpdateIndexResponse) => void): Request<QBusiness.Types.UpdateIndexResponse, AWSError>;
         
     | 
| 
       418 
418 
     | 
    
         
             
              /**
         
     | 
| 
       419 
     | 
    
         
            -
               * Updates an Amazon Q index.
         
     | 
| 
      
 419 
     | 
    
         
            +
               * Updates an Amazon Q Business index.
         
     | 
| 
       420 
420 
     | 
    
         
             
               */
         
     | 
| 
       421 
421 
     | 
    
         
             
              updateIndex(callback?: (err: AWSError, data: QBusiness.Types.UpdateIndexResponse) => void): Request<QBusiness.Types.UpdateIndexResponse, AWSError>;
         
     | 
| 
       422 
422 
     | 
    
         
             
              /**
         
     | 
| 
       423 
     | 
    
         
            -
               * Updates an Amazon Q plugin.
         
     | 
| 
      
 423 
     | 
    
         
            +
               * Updates an Amazon Q Business plugin.
         
     | 
| 
       424 
424 
     | 
    
         
             
               */
         
     | 
| 
       425 
425 
     | 
    
         
             
              updatePlugin(params: QBusiness.Types.UpdatePluginRequest, callback?: (err: AWSError, data: QBusiness.Types.UpdatePluginResponse) => void): Request<QBusiness.Types.UpdatePluginResponse, AWSError>;
         
     | 
| 
       426 
426 
     | 
    
         
             
              /**
         
     | 
| 
       427 
     | 
    
         
            -
               * Updates an Amazon Q plugin.
         
     | 
| 
      
 427 
     | 
    
         
            +
               * Updates an Amazon Q Business plugin.
         
     | 
| 
       428 
428 
     | 
    
         
             
               */
         
     | 
| 
       429 
429 
     | 
    
         
             
              updatePlugin(callback?: (err: AWSError, data: QBusiness.Types.UpdatePluginResponse) => void): Request<QBusiness.Types.UpdatePluginResponse, AWSError>;
         
     | 
| 
       430 
430 
     | 
    
         
             
              /**
         
     | 
| 
       431 
     | 
    
         
            -
               * Updates the retriever used for your Amazon Q application.
         
     | 
| 
      
 431 
     | 
    
         
            +
               * Updates the retriever used for your Amazon Q Business application.
         
     | 
| 
       432 
432 
     | 
    
         
             
               */
         
     | 
| 
       433 
433 
     | 
    
         
             
              updateRetriever(params: QBusiness.Types.UpdateRetrieverRequest, callback?: (err: AWSError, data: QBusiness.Types.UpdateRetrieverResponse) => void): Request<QBusiness.Types.UpdateRetrieverResponse, AWSError>;
         
     | 
| 
       434 
434 
     | 
    
         
             
              /**
         
     | 
| 
       435 
     | 
    
         
            -
               * Updates the retriever used for your Amazon Q application.
         
     | 
| 
      
 435 
     | 
    
         
            +
               * Updates the retriever used for your Amazon Q Business application.
         
     | 
| 
       436 
436 
     | 
    
         
             
               */
         
     | 
| 
       437 
437 
     | 
    
         
             
              updateRetriever(callback?: (err: AWSError, data: QBusiness.Types.UpdateRetrieverResponse) => void): Request<QBusiness.Types.UpdateRetrieverResponse, AWSError>;
         
     | 
| 
       438 
438 
     | 
    
         
             
              /**
         
     | 
| 
         @@ -444,11 +444,11 @@ declare class QBusiness extends Service { 
     | 
|
| 
       444 
444 
     | 
    
         
             
               */
         
     | 
| 
       445 
445 
     | 
    
         
             
              updateUser(callback?: (err: AWSError, data: QBusiness.Types.UpdateUserResponse) => void): Request<QBusiness.Types.UpdateUserResponse, AWSError>;
         
     | 
| 
       446 
446 
     | 
    
         
             
              /**
         
     | 
| 
       447 
     | 
    
         
            -
               * Updates an Amazon Q web experience. 
         
     | 
| 
      
 447 
     | 
    
         
            +
               * Updates an Amazon Q Business web experience. 
         
     | 
| 
       448 
448 
     | 
    
         
             
               */
         
     | 
| 
       449 
449 
     | 
    
         
             
              updateWebExperience(params: QBusiness.Types.UpdateWebExperienceRequest, callback?: (err: AWSError, data: QBusiness.Types.UpdateWebExperienceResponse) => void): Request<QBusiness.Types.UpdateWebExperienceResponse, AWSError>;
         
     | 
| 
       450 
450 
     | 
    
         
             
              /**
         
     | 
| 
       451 
     | 
    
         
            -
               * Updates an Amazon Q web experience. 
         
     | 
| 
      
 451 
     | 
    
         
            +
               * Updates an Amazon Q Business web experience. 
         
     | 
| 
       452 
452 
     | 
    
         
             
               */
         
     | 
| 
       453 
453 
     | 
    
         
             
              updateWebExperience(callback?: (err: AWSError, data: QBusiness.Types.UpdateWebExperienceResponse) => void): Request<QBusiness.Types.UpdateWebExperienceResponse, AWSError>;
         
     | 
| 
       454 
454 
     | 
    
         
             
            }
         
     | 
| 
         @@ -476,7 +476,7 @@ declare namespace QBusiness { 
     | 
|
| 
       476 
476 
     | 
    
         
             
              export type AccessControls = AccessControl[];
         
     | 
| 
       477 
477 
     | 
    
         
             
              export interface ActionExecution {
         
     | 
| 
       478 
478 
     | 
    
         
             
                /**
         
     | 
| 
       479 
     | 
    
         
            -
                 * A mapping of field names to the field values in input that an end user provides to Amazon Q requests to perform their plugin action. 
         
     | 
| 
      
 479 
     | 
    
         
            +
                 * A mapping of field names to the field values in input that an end user provides to Amazon Q Business requests to perform their plugin action. 
         
     | 
| 
       480 
480 
     | 
    
         
             
                 */
         
     | 
| 
       481 
481 
     | 
    
         
             
                payload: ActionExecutionPayload;
         
     | 
| 
       482 
482 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -502,7 +502,7 @@ declare namespace QBusiness { 
     | 
|
| 
       502 
502 
     | 
    
         
             
              }
         
     | 
| 
       503 
503 
     | 
    
         
             
              export interface ActionReview {
         
     | 
| 
       504 
504 
     | 
    
         
             
                /**
         
     | 
| 
       505 
     | 
    
         
            -
                 * Field values that an end user needs to provide to Amazon Q for Amazon Q to perform the requested plugin action.
         
     | 
| 
      
 505 
     | 
    
         
            +
                 * Field values that an end user needs to provide to Amazon Q Business for Amazon Q Business to perform the requested plugin action.
         
     | 
| 
       506 
506 
     | 
    
         
             
                 */
         
     | 
| 
       507 
507 
     | 
    
         
             
                payload?: ActionReviewPayload;
         
     | 
| 
       508 
508 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -521,7 +521,7 @@ declare namespace QBusiness { 
     | 
|
| 
       521 
521 
     | 
    
         
             
              export type ActionReviewPayload = {[key: string]: ActionReviewPayloadField};
         
     | 
| 
       522 
522 
     | 
    
         
             
              export interface ActionReviewPayloadField {
         
     | 
| 
       523 
523 
     | 
    
         
             
                /**
         
     | 
| 
       524 
     | 
    
         
            -
                 * Information about the field values that an end user can use to provide to Amazon Q for Amazon Q to perform the requested plugin action.
         
     | 
| 
      
 524 
     | 
    
         
            +
                 * Information about the field values that an end user can use to provide to Amazon Q Business for Amazon Q Business to perform the requested plugin action.
         
     | 
| 
       525 
525 
     | 
    
         
             
                 */
         
     | 
| 
       526 
526 
     | 
    
         
             
                allowedValues?: ActionReviewPayloadFieldAllowedValues;
         
     | 
| 
       527 
527 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -559,23 +559,23 @@ declare namespace QBusiness { 
     | 
|
| 
       559 
559 
     | 
    
         
             
              export type AmazonResourceName = string;
         
     | 
| 
       560 
560 
     | 
    
         
             
              export interface Application {
         
     | 
| 
       561 
561 
     | 
    
         
             
                /**
         
     | 
| 
       562 
     | 
    
         
            -
                 * The identifier for the Amazon Q application.
         
     | 
| 
      
 562 
     | 
    
         
            +
                 * The identifier for the Amazon Q Business application.
         
     | 
| 
       563 
563 
     | 
    
         
             
                 */
         
     | 
| 
       564 
564 
     | 
    
         
             
                applicationId?: ApplicationId;
         
     | 
| 
       565 
565 
     | 
    
         
             
                /**
         
     | 
| 
       566 
     | 
    
         
            -
                 * The Unix timestamp when the Amazon Q application was created.
         
     | 
| 
      
 566 
     | 
    
         
            +
                 * The Unix timestamp when the Amazon Q Business application was created.
         
     | 
| 
       567 
567 
     | 
    
         
             
                 */
         
     | 
| 
       568 
568 
     | 
    
         
             
                createdAt?: Timestamp;
         
     | 
| 
       569 
569 
     | 
    
         
             
                /**
         
     | 
| 
       570 
     | 
    
         
            -
                 * The name of the Amazon Q application.
         
     | 
| 
      
 570 
     | 
    
         
            +
                 * The name of the Amazon Q Business application.
         
     | 
| 
       571 
571 
     | 
    
         
             
                 */
         
     | 
| 
       572 
572 
     | 
    
         
             
                displayName?: ApplicationName;
         
     | 
| 
       573 
573 
     | 
    
         
             
                /**
         
     | 
| 
       574 
     | 
    
         
            -
                 * The status of the Amazon Q application. The application is ready to use when the status is ACTIVE.
         
     | 
| 
      
 574 
     | 
    
         
            +
                 * The status of the Amazon Q Business application. The application is ready to use when the status is ACTIVE.
         
     | 
| 
       575 
575 
     | 
    
         
             
                 */
         
     | 
| 
       576 
576 
     | 
    
         
             
                status?: ApplicationStatus;
         
     | 
| 
       577 
577 
     | 
    
         
             
                /**
         
     | 
| 
       578 
     | 
    
         
            -
                 * The Unix timestamp when the Amazon Q application was last updated. 
         
     | 
| 
      
 578 
     | 
    
         
            +
                 * The Unix timestamp when the Amazon Q Business application was last updated. 
         
     | 
| 
       579 
579 
     | 
    
         
             
                 */
         
     | 
| 
       580 
580 
     | 
    
         
             
                updatedAt?: Timestamp;
         
     | 
| 
       581 
581 
     | 
    
         
             
              }
         
     | 
| 
         @@ -590,6 +590,12 @@ declare namespace QBusiness { 
     | 
|
| 
       590 
590 
     | 
    
         
             
                 */
         
     | 
| 
       591 
591 
     | 
    
         
             
                attachmentsControlMode?: AttachmentsControlMode;
         
     | 
| 
       592 
592 
     | 
    
         
             
              }
         
     | 
| 
      
 593 
     | 
    
         
            +
              export interface AppliedCreatorModeConfiguration {
         
     | 
| 
      
 594 
     | 
    
         
            +
                /**
         
     | 
| 
      
 595 
     | 
    
         
            +
                 *  Information about whether creator mode is enabled or disabled for an Amazon Q Business application. 
         
     | 
| 
      
 596 
     | 
    
         
            +
                 */
         
     | 
| 
      
 597 
     | 
    
         
            +
                creatorModeControl: CreatorModeControl;
         
     | 
| 
      
 598 
     | 
    
         
            +
              }
         
     | 
| 
       593 
599 
     | 
    
         
             
              export interface AttachmentInput {
         
     | 
| 
       594 
600 
     | 
    
         
             
                /**
         
     | 
| 
       595 
601 
     | 
    
         
             
                 * The data contained within the uploaded file.
         
     | 
| 
         @@ -631,31 +637,31 @@ declare namespace QBusiness { 
     | 
|
| 
       631 
637 
     | 
    
         
             
                 */
         
     | 
| 
       632 
638 
     | 
    
         
             
                andAllFilters?: AttributeFilters;
         
     | 
| 
       633 
639 
     | 
    
         
             
                /**
         
     | 
| 
       634 
     | 
    
         
            -
                 * Returns true when a document contains all the specified document attributes or metadata fields.
         
     | 
| 
      
 640 
     | 
    
         
            +
                 * Returns true when a document contains all the specified document attributes or metadata fields. Supported for the following document attribute value types: stringListValue.
         
     | 
| 
       635 
641 
     | 
    
         
             
                 */
         
     | 
| 
       636 
642 
     | 
    
         
             
                containsAll?: DocumentAttribute;
         
     | 
| 
       637 
643 
     | 
    
         
             
                /**
         
     | 
| 
       638 
     | 
    
         
            -
                 * Returns true when a document contains any of the specified document attributes or metadata fields.
         
     | 
| 
      
 644 
     | 
    
         
            +
                 * Returns true when a document contains any of the specified document attributes or metadata fields. Supported for the following document attribute value types: dateValue, longValue, stringListValue and stringValue.
         
     | 
| 
       639 
645 
     | 
    
         
             
                 */
         
     | 
| 
       640 
646 
     | 
    
         
             
                containsAny?: DocumentAttribute;
         
     | 
| 
       641 
647 
     | 
    
         
             
                /**
         
     | 
| 
       642 
     | 
    
         
            -
                 * Performs an equals operation on two document attributes or metadata fields.
         
     | 
| 
      
 648 
     | 
    
         
            +
                 * Performs an equals operation on two document attributes or metadata fields. Supported for the following document attribute value types: dateValue, longValue, stringListValue and stringValue.
         
     | 
| 
       643 
649 
     | 
    
         
             
                 */
         
     | 
| 
       644 
650 
     | 
    
         
             
                equalsTo?: DocumentAttribute;
         
     | 
| 
       645 
651 
     | 
    
         
             
                /**
         
     | 
| 
       646 
     | 
    
         
            -
                 * Performs a greater than operation on two document attributes or metadata fields.  
     | 
| 
      
 652 
     | 
    
         
            +
                 * Performs a greater than operation on two document attributes or metadata fields. Supported for the following document attribute value types: dateValue and longValue.
         
     | 
| 
       647 
653 
     | 
    
         
             
                 */
         
     | 
| 
       648 
654 
     | 
    
         
             
                greaterThan?: DocumentAttribute;
         
     | 
| 
       649 
655 
     | 
    
         
             
                /**
         
     | 
| 
       650 
     | 
    
         
            -
                 * Performs a greater or equals than operation on two document attributes or metadata fields.  
     | 
| 
      
 656 
     | 
    
         
            +
                 * Performs a greater or equals than operation on two document attributes or metadata fields. Supported for the following document attribute value types: dateValue and longValue. 
         
     | 
| 
       651 
657 
     | 
    
         
             
                 */
         
     | 
| 
       652 
658 
     | 
    
         
             
                greaterThanOrEquals?: DocumentAttribute;
         
     | 
| 
       653 
659 
     | 
    
         
             
                /**
         
     | 
| 
       654 
     | 
    
         
            -
                 * Performs a less than operation on two document attributes or metadata fields.  
     | 
| 
      
 660 
     | 
    
         
            +
                 * Performs a less than operation on two document attributes or metadata fields. Supported for the following document attribute value types: dateValue and longValue.
         
     | 
| 
       655 
661 
     | 
    
         
             
                 */
         
     | 
| 
       656 
662 
     | 
    
         
             
                lessThan?: DocumentAttribute;
         
     | 
| 
       657 
663 
     | 
    
         
             
                /**
         
     | 
| 
       658 
     | 
    
         
            -
                 * Performs a less than or equals operation on two document attributes or metadata fields.  
     | 
| 
      
 664 
     | 
    
         
            +
                 * Performs a less than or equals operation on two document attributes or metadata fields.Supported for the following document attribute value type: dateValue and longValue. 
         
     | 
| 
       659 
665 
     | 
    
         
             
                 */
         
     | 
| 
       660 
666 
     | 
    
         
             
                lessThanOrEquals?: DocumentAttribute;
         
     | 
| 
       661 
667 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -672,7 +678,7 @@ declare namespace QBusiness { 
     | 
|
| 
       672 
678 
     | 
    
         
             
              export type AttributeValueOperator = "DELETE"|string;
         
     | 
| 
       673 
679 
     | 
    
         
             
              export interface BasicAuthConfiguration {
         
     | 
| 
       674 
680 
     | 
    
         
             
                /**
         
     | 
| 
       675 
     | 
    
         
            -
                 * The ARN of an IAM role used by Amazon Q to access the basic authentication credentials stored in a Secrets Manager secret.
         
     | 
| 
      
 681 
     | 
    
         
            +
                 * The ARN of an IAM role used by Amazon Q Business to access the basic authentication credentials stored in a Secrets Manager secret.
         
     | 
| 
       676 
682 
     | 
    
         
             
                 */
         
     | 
| 
       677 
683 
     | 
    
         
             
                roleArn: RoleArn;
         
     | 
| 
       678 
684 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -682,7 +688,7 @@ declare namespace QBusiness { 
     | 
|
| 
       682 
688 
     | 
    
         
             
              }
         
     | 
| 
       683 
689 
     | 
    
         
             
              export interface BatchDeleteDocumentRequest {
         
     | 
| 
       684 
690 
     | 
    
         
             
                /**
         
     | 
| 
       685 
     | 
    
         
            -
                 * The identifier of the Amazon Q application.
         
     | 
| 
      
 691 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business application.
         
     | 
| 
       686 
692 
     | 
    
         
             
                 */
         
     | 
| 
       687 
693 
     | 
    
         
             
                applicationId: ApplicationId;
         
     | 
| 
       688 
694 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -690,23 +696,23 @@ declare namespace QBusiness { 
     | 
|
| 
       690 
696 
     | 
    
         
             
                 */
         
     | 
| 
       691 
697 
     | 
    
         
             
                dataSourceSyncId?: ExecutionId;
         
     | 
| 
       692 
698 
     | 
    
         
             
                /**
         
     | 
| 
       693 
     | 
    
         
            -
                 * Documents deleted from the Amazon Q index.
         
     | 
| 
      
 699 
     | 
    
         
            +
                 * Documents deleted from the Amazon Q Business index.
         
     | 
| 
       694 
700 
     | 
    
         
             
                 */
         
     | 
| 
       695 
701 
     | 
    
         
             
                documents: DeleteDocuments;
         
     | 
| 
       696 
702 
     | 
    
         
             
                /**
         
     | 
| 
       697 
     | 
    
         
            -
                 * The identifier of the Amazon Q index that contains the documents to delete.
         
     | 
| 
      
 703 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business index that contains the documents to delete.
         
     | 
| 
       698 
704 
     | 
    
         
             
                 */
         
     | 
| 
       699 
705 
     | 
    
         
             
                indexId: IndexId;
         
     | 
| 
       700 
706 
     | 
    
         
             
              }
         
     | 
| 
       701 
707 
     | 
    
         
             
              export interface BatchDeleteDocumentResponse {
         
     | 
| 
       702 
708 
     | 
    
         
             
                /**
         
     | 
| 
       703 
     | 
    
         
            -
                 * A list of documents that couldn't be removed from the Amazon Q index. Each entry contains an error message that indicates why the document couldn't be removed from the index. 
         
     | 
| 
      
 709 
     | 
    
         
            +
                 * A list of documents that couldn't be removed from the Amazon Q Business index. Each entry contains an error message that indicates why the document couldn't be removed from the index. 
         
     | 
| 
       704 
710 
     | 
    
         
             
                 */
         
     | 
| 
       705 
711 
     | 
    
         
             
                failedDocuments?: FailedDocuments;
         
     | 
| 
       706 
712 
     | 
    
         
             
              }
         
     | 
| 
       707 
713 
     | 
    
         
             
              export interface BatchPutDocumentRequest {
         
     | 
| 
       708 
714 
     | 
    
         
             
                /**
         
     | 
| 
       709 
     | 
    
         
            -
                 * The identifier of the Amazon Q application.
         
     | 
| 
      
 715 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business application.
         
     | 
| 
       710 
716 
     | 
    
         
             
                 */
         
     | 
| 
       711 
717 
     | 
    
         
             
                applicationId: ApplicationId;
         
     | 
| 
       712 
718 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -718,7 +724,7 @@ declare namespace QBusiness { 
     | 
|
| 
       718 
724 
     | 
    
         
             
                 */
         
     | 
| 
       719 
725 
     | 
    
         
             
                documents: Documents;
         
     | 
| 
       720 
726 
     | 
    
         
             
                /**
         
     | 
| 
       721 
     | 
    
         
            -
                 * The identifier of the Amazon Q index to add the documents to. 
         
     | 
| 
      
 727 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business index to add the documents to. 
         
     | 
| 
       722 
728 
     | 
    
         
             
                 */
         
     | 
| 
       723 
729 
     | 
    
         
             
                indexId: IndexId;
         
     | 
| 
       724 
730 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -728,7 +734,7 @@ declare namespace QBusiness { 
     | 
|
| 
       728 
734 
     | 
    
         
             
              }
         
     | 
| 
       729 
735 
     | 
    
         
             
              export interface BatchPutDocumentResponse {
         
     | 
| 
       730 
736 
     | 
    
         
             
                /**
         
     | 
| 
       731 
     | 
    
         
            -
                 *  A list of documents that were not added to the Amazon Q index because the document failed a validation check. Each document contains an error message that indicates why the document couldn't be added to the index. 
         
     | 
| 
      
 737 
     | 
    
         
            +
                 *  A list of documents that were not added to the Amazon Q Business index because the document failed a validation check. Each document contains an error message that indicates why the document couldn't be added to the index. 
         
     | 
| 
       732 
738 
     | 
    
         
             
                 */
         
     | 
| 
       733 
739 
     | 
    
         
             
                failedDocuments?: FailedDocuments;
         
     | 
| 
       734 
740 
     | 
    
         
             
              }
         
     | 
| 
         @@ -737,7 +743,7 @@ declare namespace QBusiness { 
     | 
|
| 
       737 
743 
     | 
    
         
             
              export type BlockedPhrases = BlockedPhrase[];
         
     | 
| 
       738 
744 
     | 
    
         
             
              export interface BlockedPhrasesConfiguration {
         
     | 
| 
       739 
745 
     | 
    
         
             
                /**
         
     | 
| 
       740 
     | 
    
         
            -
                 * A list of phrases blocked from a Amazon Q web experience chat.
         
     | 
| 
      
 746 
     | 
    
         
            +
                 * A list of phrases blocked from a Amazon Q Business web experience chat.
         
     | 
| 
       741 
747 
     | 
    
         
             
                 */
         
     | 
| 
       742 
748 
     | 
    
         
             
                blockedPhrases?: BlockedPhrases;
         
     | 
| 
       743 
749 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -747,11 +753,11 @@ declare namespace QBusiness { 
     | 
|
| 
       747 
753 
     | 
    
         
             
              }
         
     | 
| 
       748 
754 
     | 
    
         
             
              export interface BlockedPhrasesConfigurationUpdate {
         
     | 
| 
       749 
755 
     | 
    
         
             
                /**
         
     | 
| 
       750 
     | 
    
         
            -
                 * Creates or updates a blocked phrases configuration in your Amazon Q application.
         
     | 
| 
      
 756 
     | 
    
         
            +
                 * Creates or updates a blocked phrases configuration in your Amazon Q Business application.
         
     | 
| 
       751 
757 
     | 
    
         
             
                 */
         
     | 
| 
       752 
758 
     | 
    
         
             
                blockedPhrasesToCreateOrUpdate?: BlockedPhrases;
         
     | 
| 
       753 
759 
     | 
    
         
             
                /**
         
     | 
| 
       754 
     | 
    
         
            -
                 * Deletes a blocked phrases configuration in your Amazon Q application.
         
     | 
| 
      
 760 
     | 
    
         
            +
                 * Deletes a blocked phrases configuration in your Amazon Q Business application.
         
     | 
| 
       755 
761 
     | 
    
         
             
                 */
         
     | 
| 
       756 
762 
     | 
    
         
             
                blockedPhrasesToDelete?: BlockedPhrases;
         
     | 
| 
       757 
763 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -761,13 +767,20 @@ declare namespace QBusiness { 
     | 
|
| 
       761 
767 
     | 
    
         
             
              }
         
     | 
| 
       762 
768 
     | 
    
         
             
              export type Boolean = boolean;
         
     | 
| 
       763 
769 
     | 
    
         
             
              export type BoostingDurationInSeconds = number;
         
     | 
| 
      
 770 
     | 
    
         
            +
              export type ChatMode = "RETRIEVAL_MODE"|"CREATOR_MODE"|"PLUGIN_MODE"|string;
         
     | 
| 
      
 771 
     | 
    
         
            +
              export interface ChatModeConfiguration {
         
     | 
| 
      
 772 
     | 
    
         
            +
                /**
         
     | 
| 
      
 773 
     | 
    
         
            +
                 * Configuration information required to invoke chat in PLUGIN_MODE.
         
     | 
| 
      
 774 
     | 
    
         
            +
                 */
         
     | 
| 
      
 775 
     | 
    
         
            +
                pluginConfiguration?: PluginConfiguration;
         
     | 
| 
      
 776 
     | 
    
         
            +
              }
         
     | 
| 
       764 
777 
     | 
    
         
             
              export interface ChatSyncInput {
         
     | 
| 
       765 
778 
     | 
    
         
             
                /**
         
     | 
| 
       766 
     | 
    
         
            -
                 * A request from an end user to perform an Amazon Q plugin action.
         
     | 
| 
      
 779 
     | 
    
         
            +
                 * A request from an end user to perform an Amazon Q Business plugin action.
         
     | 
| 
       767 
780 
     | 
    
         
             
                 */
         
     | 
| 
       768 
781 
     | 
    
         
             
                actionExecution?: ActionExecution;
         
     | 
| 
       769 
782 
     | 
    
         
             
                /**
         
     | 
| 
       770 
     | 
    
         
            -
                 * The identifier of the Amazon Q application linked to the Amazon Q conversation.
         
     | 
| 
      
 783 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business application linked to the Amazon Q Business conversation.
         
     | 
| 
       771 
784 
     | 
    
         
             
                 */
         
     | 
| 
       772 
785 
     | 
    
         
             
                applicationId: ApplicationId;
         
     | 
| 
       773 
786 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -775,15 +788,23 @@ declare namespace QBusiness { 
     | 
|
| 
       775 
788 
     | 
    
         
             
                 */
         
     | 
| 
       776 
789 
     | 
    
         
             
                attachments?: AttachmentsInput;
         
     | 
| 
       777 
790 
     | 
    
         
             
                /**
         
     | 
| 
       778 
     | 
    
         
            -
                 * Enables filtering of Amazon Q web experience responses based on document attributes or metadata fields.
         
     | 
| 
      
 791 
     | 
    
         
            +
                 * Enables filtering of Amazon Q Business web experience responses based on document attributes or metadata fields.
         
     | 
| 
       779 
792 
     | 
    
         
             
                 */
         
     | 
| 
       780 
793 
     | 
    
         
             
                attributeFilter?: AttributeFilter;
         
     | 
| 
      
 794 
     | 
    
         
            +
                /**
         
     | 
| 
      
 795 
     | 
    
         
            +
                 * The chat modes available in an Amazon Q Business web experience.    RETRIEVAL_MODE - The default chat mode for an Amazon Q Business application. When this mode is enabled, Amazon Q Business generates responses only from data sources connected to an Amazon Q Business application.    CREATOR_MODE - By selecting this mode, users can choose to generate responses only from the LLM knowledge, without consulting connected data sources, for a chat request.    PLUGIN_MODE - By selecting this mode, users can choose to use plugins in chat.   For more information, see Admin controls and guardrails, Plugins, and Conversation settings.
         
     | 
| 
      
 796 
     | 
    
         
            +
                 */
         
     | 
| 
      
 797 
     | 
    
         
            +
                chatMode?: ChatMode;
         
     | 
| 
      
 798 
     | 
    
         
            +
                /**
         
     | 
| 
      
 799 
     | 
    
         
            +
                 * The chat mode configuration for an Amazon Q Business application.
         
     | 
| 
      
 800 
     | 
    
         
            +
                 */
         
     | 
| 
      
 801 
     | 
    
         
            +
                chatModeConfiguration?: ChatModeConfiguration;
         
     | 
| 
       781 
802 
     | 
    
         
             
                /**
         
     | 
| 
       782 
803 
     | 
    
         
             
                 * A token that you provide to identify a chat request.
         
     | 
| 
       783 
804 
     | 
    
         
             
                 */
         
     | 
| 
       784 
805 
     | 
    
         
             
                clientToken?: ClientToken;
         
     | 
| 
       785 
806 
     | 
    
         
             
                /**
         
     | 
| 
       786 
     | 
    
         
            -
                 * The identifier of the Amazon Q conversation.
         
     | 
| 
      
 807 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business conversation.
         
     | 
| 
       787 
808 
     | 
    
         
             
                 */
         
     | 
| 
       788 
809 
     | 
    
         
             
                conversationId?: ConversationId;
         
     | 
| 
       789 
810 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -797,7 +818,7 @@ declare namespace QBusiness { 
     | 
|
| 
       797 
818 
     | 
    
         
             
                /**
         
     | 
| 
       798 
819 
     | 
    
         
             
                 * The identifier of the user attached to the chat input.
         
     | 
| 
       799 
820 
     | 
    
         
             
                 */
         
     | 
| 
       800 
     | 
    
         
            -
                userId 
     | 
| 
      
 821 
     | 
    
         
            +
                userId?: UserId;
         
     | 
| 
       801 
822 
     | 
    
         
             
                /**
         
     | 
| 
       802 
823 
     | 
    
         
             
                 * A end user message in a conversation.
         
     | 
| 
       803 
824 
     | 
    
         
             
                 */
         
     | 
| 
         @@ -805,11 +826,11 @@ declare namespace QBusiness { 
     | 
|
| 
       805 
826 
     | 
    
         
             
              }
         
     | 
| 
       806 
827 
     | 
    
         
             
              export interface ChatSyncOutput {
         
     | 
| 
       807 
828 
     | 
    
         
             
                /**
         
     | 
| 
       808 
     | 
    
         
            -
                 * A request from Amazon Q to the end user for information Amazon Q needs to successfully complete a requested plugin action.
         
     | 
| 
      
 829 
     | 
    
         
            +
                 * A request from Amazon Q Business to the end user for information Amazon Q Business needs to successfully complete a requested plugin action.
         
     | 
| 
       809 
830 
     | 
    
         
             
                 */
         
     | 
| 
       810 
831 
     | 
    
         
             
                actionReview?: ActionReview;
         
     | 
| 
       811 
832 
     | 
    
         
             
                /**
         
     | 
| 
       812 
     | 
    
         
            -
                 * The identifier of the Amazon Q conversation.
         
     | 
| 
      
 833 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business conversation.
         
     | 
| 
       813 
834 
     | 
    
         
             
                 */
         
     | 
| 
       814 
835 
     | 
    
         
             
                conversationId?: ConversationId;
         
     | 
| 
       815 
836 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -825,11 +846,11 @@ declare namespace QBusiness { 
     | 
|
| 
       825 
846 
     | 
    
         
             
                 */
         
     | 
| 
       826 
847 
     | 
    
         
             
                systemMessage?: String;
         
     | 
| 
       827 
848 
     | 
    
         
             
                /**
         
     | 
| 
       828 
     | 
    
         
            -
                 * The identifier of an Amazon Q AI generated message within the conversation.
         
     | 
| 
      
 849 
     | 
    
         
            +
                 * The identifier of an Amazon Q Business AI generated message within the conversation.
         
     | 
| 
       829 
850 
     | 
    
         
             
                 */
         
     | 
| 
       830 
851 
     | 
    
         
             
                systemMessageId?: MessageId;
         
     | 
| 
       831 
852 
     | 
    
         
             
                /**
         
     | 
| 
       832 
     | 
    
         
            -
                 * The identifier of an Amazon Q end user text input message within the conversation.
         
     | 
| 
      
 853 
     | 
    
         
            +
                 * The identifier of an Amazon Q Business end user text input message within the conversation.
         
     | 
| 
       833 
854 
     | 
    
         
             
                 */
         
     | 
| 
       834 
855 
     | 
    
         
             
                userMessageId?: MessageId;
         
     | 
| 
       835 
856 
     | 
    
         
             
              }
         
     | 
| 
         @@ -842,14 +863,14 @@ declare namespace QBusiness { 
     | 
|
| 
       842 
863 
     | 
    
         
             
              }
         
     | 
| 
       843 
864 
     | 
    
         
             
              export interface ContentRetrievalRule {
         
     | 
| 
       844 
865 
     | 
    
         
             
                /**
         
     | 
| 
       845 
     | 
    
         
            -
                 * Specifies data sources in a Amazon Q application to use for content generation.
         
     | 
| 
      
 866 
     | 
    
         
            +
                 * Specifies data sources in a Amazon Q Business application to use for content generation.
         
     | 
| 
       846 
867 
     | 
    
         
             
                 */
         
     | 
| 
       847 
868 
     | 
    
         
             
                eligibleDataSources?: EligibleDataSources;
         
     | 
| 
       848 
869 
     | 
    
         
             
              }
         
     | 
| 
       849 
870 
     | 
    
         
             
              export type ContentType = "PDF"|"HTML"|"MS_WORD"|"PLAIN_TEXT"|"PPT"|"RTF"|"XML"|"XSLT"|"MS_EXCEL"|"CSV"|"JSON"|"MD"|string;
         
     | 
| 
       850 
871 
     | 
    
         
             
              export interface Conversation {
         
     | 
| 
       851 
872 
     | 
    
         
             
                /**
         
     | 
| 
       852 
     | 
    
         
            -
                 * The identifier of the Amazon Q conversation.
         
     | 
| 
      
 873 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business conversation.
         
     | 
| 
       853 
874 
     | 
    
         
             
                 */
         
     | 
| 
       854 
875 
     | 
    
         
             
                conversationId?: ConversationId;
         
     | 
| 
       855 
876 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -870,43 +891,47 @@ declare namespace QBusiness { 
     | 
|
| 
       870 
891 
     | 
    
         
             
                 */
         
     | 
| 
       871 
892 
     | 
    
         
             
                attachmentsConfiguration?: AttachmentsConfiguration;
         
     | 
| 
       872 
893 
     | 
    
         
             
                /**
         
     | 
| 
       873 
     | 
    
         
            -
                 * A token that you provide to identify the request to create your Amazon Q application.
         
     | 
| 
      
 894 
     | 
    
         
            +
                 * A token that you provide to identify the request to create your Amazon Q Business application.
         
     | 
| 
       874 
895 
     | 
    
         
             
                 */
         
     | 
| 
       875 
896 
     | 
    
         
             
                clientToken?: ClientToken;
         
     | 
| 
       876 
897 
     | 
    
         
             
                /**
         
     | 
| 
       877 
     | 
    
         
            -
                 * A description for the Amazon Q application. 
         
     | 
| 
      
 898 
     | 
    
         
            +
                 * A description for the Amazon Q Business application. 
         
     | 
| 
       878 
899 
     | 
    
         
             
                 */
         
     | 
| 
       879 
900 
     | 
    
         
             
                description?: Description;
         
     | 
| 
       880 
901 
     | 
    
         
             
                /**
         
     | 
| 
       881 
     | 
    
         
            -
                 * A name for the Amazon Q application. 
         
     | 
| 
      
 902 
     | 
    
         
            +
                 * A name for the Amazon Q Business application. 
         
     | 
| 
       882 
903 
     | 
    
         
             
                 */
         
     | 
| 
       883 
904 
     | 
    
         
             
                displayName: ApplicationName;
         
     | 
| 
       884 
905 
     | 
    
         
             
                /**
         
     | 
| 
       885 
     | 
    
         
            -
                 * The identifier of the KMS key that is used to encrypt your data. Amazon Q doesn't support asymmetric keys.
         
     | 
| 
      
 906 
     | 
    
         
            +
                 * The identifier of the KMS key that is used to encrypt your data. Amazon Q Business doesn't support asymmetric keys.
         
     | 
| 
       886 
907 
     | 
    
         
             
                 */
         
     | 
| 
       887 
908 
     | 
    
         
             
                encryptionConfiguration?: EncryptionConfiguration;
         
     | 
| 
      
 909 
     | 
    
         
            +
                /**
         
     | 
| 
      
 910 
     | 
    
         
            +
                 *  The Amazon Resource Name (ARN) of the IAM Identity Center instance you are either creating for—or connecting to—your Amazon Q Business application.
         
     | 
| 
      
 911 
     | 
    
         
            +
                 */
         
     | 
| 
      
 912 
     | 
    
         
            +
                identityCenterInstanceArn?: InstanceArn;
         
     | 
| 
       888 
913 
     | 
    
         
             
                /**
         
     | 
| 
       889 
914 
     | 
    
         
             
                 *  The Amazon Resource Name (ARN) of an IAM role with permissions to access your Amazon CloudWatch logs and metrics.
         
     | 
| 
       890 
915 
     | 
    
         
             
                 */
         
     | 
| 
       891 
916 
     | 
    
         
             
                roleArn: RoleArn;
         
     | 
| 
       892 
917 
     | 
    
         
             
                /**
         
     | 
| 
       893 
     | 
    
         
            -
                 * A list of key-value pairs that identify or categorize your Amazon Q application. You can also use tags to help control access to the application. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.
         
     | 
| 
      
 918 
     | 
    
         
            +
                 * A list of key-value pairs that identify or categorize your Amazon Q Business application. You can also use tags to help control access to the application. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.
         
     | 
| 
       894 
919 
     | 
    
         
             
                 */
         
     | 
| 
       895 
920 
     | 
    
         
             
                tags?: Tags;
         
     | 
| 
       896 
921 
     | 
    
         
             
              }
         
     | 
| 
       897 
922 
     | 
    
         
             
              export interface CreateApplicationResponse {
         
     | 
| 
       898 
923 
     | 
    
         
             
                /**
         
     | 
| 
       899 
     | 
    
         
            -
                 *  The Amazon Resource Name (ARN) of the Amazon Q application. 
         
     | 
| 
      
 924 
     | 
    
         
            +
                 *  The Amazon Resource Name (ARN) of the Amazon Q Business application. 
         
     | 
| 
       900 
925 
     | 
    
         
             
                 */
         
     | 
| 
       901 
926 
     | 
    
         
             
                applicationArn?: ApplicationArn;
         
     | 
| 
       902 
927 
     | 
    
         
             
                /**
         
     | 
| 
       903 
     | 
    
         
            -
                 * The identifier of the Amazon Q application.
         
     | 
| 
      
 928 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business application.
         
     | 
| 
       904 
929 
     | 
    
         
             
                 */
         
     | 
| 
       905 
930 
     | 
    
         
             
                applicationId?: ApplicationId;
         
     | 
| 
       906 
931 
     | 
    
         
             
              }
         
     | 
| 
       907 
932 
     | 
    
         
             
              export interface CreateDataSourceRequest {
         
     | 
| 
       908 
933 
     | 
    
         
             
                /**
         
     | 
| 
       909 
     | 
    
         
            -
                 *  The identifier of the Amazon Q application the data source will be attached to.
         
     | 
| 
      
 934 
     | 
    
         
            +
                 *  The identifier of the Amazon Q Business application the data source will be attached to.
         
     | 
| 
       910 
935 
     | 
    
         
             
                 */
         
     | 
| 
       911 
936 
     | 
    
         
             
                applicationId: ApplicationId;
         
     | 
| 
       912 
937 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -935,7 +960,7 @@ declare namespace QBusiness { 
     | 
|
| 
       935 
960 
     | 
    
         
             
                 */
         
     | 
| 
       936 
961 
     | 
    
         
             
                roleArn?: RoleArn;
         
     | 
| 
       937 
962 
     | 
    
         
             
                /**
         
     | 
| 
       938 
     | 
    
         
            -
                 * Sets the frequency for Amazon Q to check the documents in your data source repository and update your index. If you don't set a schedule, Amazon Q won't periodically update the index. Specify a cron- format schedule string or an empty string to indicate that the index is updated on demand. You can't specify the Schedule parameter when the Type parameter is set to CUSTOM. If you do, you receive a ValidationException exception. 
         
     | 
| 
      
 963 
     | 
    
         
            +
                 * Sets the frequency for Amazon Q Business to check the documents in your data source repository and update your index. If you don't set a schedule, Amazon Q Business won't periodically update the index. Specify a cron- format schedule string or an empty string to indicate that the index is updated on demand. You can't specify the Schedule parameter when the Type parameter is set to CUSTOM. If you do, you receive a ValidationException exception. 
         
     | 
| 
       939 
964 
     | 
    
         
             
                 */
         
     | 
| 
       940 
965 
     | 
    
         
             
                syncSchedule?: SyncSchedule;
         
     | 
| 
       941 
966 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -943,13 +968,13 @@ declare namespace QBusiness { 
     | 
|
| 
       943 
968 
     | 
    
         
             
                 */
         
     | 
| 
       944 
969 
     | 
    
         
             
                tags?: Tags;
         
     | 
| 
       945 
970 
     | 
    
         
             
                /**
         
     | 
| 
       946 
     | 
    
         
            -
                 * Configuration information for an Amazon VPC (Virtual Private Cloud) to connect to your data source. For more information, see Using Amazon VPC with Amazon Q connectors.
         
     | 
| 
      
 971 
     | 
    
         
            +
                 * Configuration information for an Amazon VPC (Virtual Private Cloud) to connect to your data source. For more information, see Using Amazon VPC with Amazon Q Business connectors.
         
     | 
| 
       947 
972 
     | 
    
         
             
                 */
         
     | 
| 
       948 
973 
     | 
    
         
             
                vpcConfiguration?: DataSourceVpcConfiguration;
         
     | 
| 
       949 
974 
     | 
    
         
             
              }
         
     | 
| 
       950 
975 
     | 
    
         
             
              export interface CreateDataSourceResponse {
         
     | 
| 
       951 
976 
     | 
    
         
             
                /**
         
     | 
| 
       952 
     | 
    
         
            -
                 *  The Amazon Resource Name (ARN) of a data source in an Amazon Q application. 
         
     | 
| 
      
 977 
     | 
    
         
            +
                 *  The Amazon Resource Name (ARN) of a data source in an Amazon Q Business application. 
         
     | 
| 
       953 
978 
     | 
    
         
             
                 */
         
     | 
| 
       954 
979 
     | 
    
         
             
                dataSourceArn?: DataSourceArn;
         
     | 
| 
       955 
980 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -959,7 +984,7 @@ declare namespace QBusiness { 
     | 
|
| 
       959 
984 
     | 
    
         
             
              }
         
     | 
| 
       960 
985 
     | 
    
         
             
              export interface CreateIndexRequest {
         
     | 
| 
       961 
986 
     | 
    
         
             
                /**
         
     | 
| 
       962 
     | 
    
         
            -
                 * The identifier of the Amazon Q application using the index.
         
     | 
| 
      
 987 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business application using the index.
         
     | 
| 
       963 
988 
     | 
    
         
             
                 */
         
     | 
| 
       964 
989 
     | 
    
         
             
                applicationId: ApplicationId;
         
     | 
| 
       965 
990 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -971,11 +996,11 @@ declare namespace QBusiness { 
     | 
|
| 
       971 
996 
     | 
    
         
             
                 */
         
     | 
| 
       972 
997 
     | 
    
         
             
                clientToken?: ClientToken;
         
     | 
| 
       973 
998 
     | 
    
         
             
                /**
         
     | 
| 
       974 
     | 
    
         
            -
                 * A description for the Amazon Q index.
         
     | 
| 
      
 999 
     | 
    
         
            +
                 * A description for the Amazon Q Business index.
         
     | 
| 
       975 
1000 
     | 
    
         
             
                 */
         
     | 
| 
       976 
1001 
     | 
    
         
             
                description?: Description;
         
     | 
| 
       977 
1002 
     | 
    
         
             
                /**
         
     | 
| 
       978 
     | 
    
         
            -
                 * A name for the Amazon Q index.
         
     | 
| 
      
 1003 
     | 
    
         
            +
                 * A name for the Amazon Q Business index.
         
     | 
| 
       979 
1004 
     | 
    
         
             
                 */
         
     | 
| 
       980 
1005 
     | 
    
         
             
                displayName: IndexName;
         
     | 
| 
       981 
1006 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -985,11 +1010,11 @@ declare namespace QBusiness { 
     | 
|
| 
       985 
1010 
     | 
    
         
             
              }
         
     | 
| 
       986 
1011 
     | 
    
         
             
              export interface CreateIndexResponse {
         
     | 
| 
       987 
1012 
     | 
    
         
             
                /**
         
     | 
| 
       988 
     | 
    
         
            -
                 *  The Amazon Resource Name (ARN) of an Amazon Q index.
         
     | 
| 
      
 1013 
     | 
    
         
            +
                 *  The Amazon Resource Name (ARN) of an Amazon Q Business index.
         
     | 
| 
       989 
1014 
     | 
    
         
             
                 */
         
     | 
| 
       990 
1015 
     | 
    
         
             
                indexArn?: IndexArn;
         
     | 
| 
       991 
1016 
     | 
    
         
             
                /**
         
     | 
| 
       992 
     | 
    
         
            -
                 * The identifier for the Amazon Q index.
         
     | 
| 
      
 1017 
     | 
    
         
            +
                 * The identifier for the Amazon Q Business index.
         
     | 
| 
       993 
1018 
     | 
    
         
             
                 */
         
     | 
| 
       994 
1019 
     | 
    
         
             
                indexId?: IndexId;
         
     | 
| 
       995 
1020 
     | 
    
         
             
              }
         
     | 
| 
         @@ -1000,7 +1025,7 @@ declare namespace QBusiness { 
     | 
|
| 
       1000 
1025 
     | 
    
         
             
                applicationId: ApplicationId;
         
     | 
| 
       1001 
1026 
     | 
    
         
             
                authConfiguration: PluginAuthConfiguration;
         
     | 
| 
       1002 
1027 
     | 
    
         
             
                /**
         
     | 
| 
       1003 
     | 
    
         
            -
                 * A token that you provide to identify the request to create your Amazon Q plugin.
         
     | 
| 
      
 1028 
     | 
    
         
            +
                 * A token that you provide to identify the request to create your Amazon Q Business plugin.
         
     | 
| 
       1004 
1029 
     | 
    
         
             
                 */
         
     | 
| 
       1005 
1030 
     | 
    
         
             
                clientToken?: ClientToken;
         
     | 
| 
       1006 
1031 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -1032,11 +1057,11 @@ declare namespace QBusiness { 
     | 
|
| 
       1032 
1057 
     | 
    
         
             
              }
         
     | 
| 
       1033 
1058 
     | 
    
         
             
              export interface CreateRetrieverRequest {
         
     | 
| 
       1034 
1059 
     | 
    
         
             
                /**
         
     | 
| 
       1035 
     | 
    
         
            -
                 * The identifier of your Amazon Q application.
         
     | 
| 
      
 1060 
     | 
    
         
            +
                 * The identifier of your Amazon Q Business application.
         
     | 
| 
       1036 
1061 
     | 
    
         
             
                 */
         
     | 
| 
       1037 
1062 
     | 
    
         
             
                applicationId: ApplicationId;
         
     | 
| 
       1038 
1063 
     | 
    
         
             
                /**
         
     | 
| 
       1039 
     | 
    
         
            -
                 * A token that you provide to identify the request to create your Amazon Q application retriever.
         
     | 
| 
      
 1064 
     | 
    
         
            +
                 * A token that you provide to identify the request to create your Amazon Q Business application retriever.
         
     | 
| 
       1040 
1065 
     | 
    
         
             
                 */
         
     | 
| 
       1041 
1066 
     | 
    
         
             
                clientToken?: ClientToken;
         
     | 
| 
       1042 
1067 
     | 
    
         
             
                configuration: RetrieverConfiguration;
         
     | 
| 
         @@ -1045,7 +1070,7 @@ declare namespace QBusiness { 
     | 
|
| 
       1045 
1070 
     | 
    
         
             
                 */
         
     | 
| 
       1046 
1071 
     | 
    
         
             
                displayName: RetrieverName;
         
     | 
| 
       1047 
1072 
     | 
    
         
             
                /**
         
     | 
| 
       1048 
     | 
    
         
            -
                 * The ARN of an IAM role used by Amazon Q to access the basic authentication credentials stored in a Secrets Manager secret.
         
     | 
| 
      
 1073 
     | 
    
         
            +
                 * The ARN of an IAM role used by Amazon Q Business to access the basic authentication credentials stored in a Secrets Manager secret.
         
     | 
| 
       1049 
1074 
     | 
    
         
             
                 */
         
     | 
| 
       1050 
1075 
     | 
    
         
             
                roleArn?: RoleArn;
         
     | 
| 
       1051 
1076 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -1073,7 +1098,7 @@ declare namespace QBusiness { 
     | 
|
| 
       1073 
1098 
     | 
    
         
             
                 */
         
     | 
| 
       1074 
1099 
     | 
    
         
             
                applicationId: ApplicationId;
         
     | 
| 
       1075 
1100 
     | 
    
         
             
                /**
         
     | 
| 
       1076 
     | 
    
         
            -
                 * A token that you provide to identify the request to create your Amazon Q user mapping.
         
     | 
| 
      
 1101 
     | 
    
         
            +
                 * A token that you provide to identify the request to create your Amazon Q Business user mapping.
         
     | 
| 
       1077 
1102 
     | 
    
         
             
                 */
         
     | 
| 
       1078 
1103 
     | 
    
         
             
                clientToken?: ClientToken;
         
     | 
| 
       1079 
1104 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -1090,67 +1115,78 @@ declare namespace QBusiness { 
     | 
|
| 
       1090 
1115 
     | 
    
         
             
              }
         
     | 
| 
       1091 
1116 
     | 
    
         
             
              export interface CreateWebExperienceRequest {
         
     | 
| 
       1092 
1117 
     | 
    
         
             
                /**
         
     | 
| 
       1093 
     | 
    
         
            -
                 * The identifier of the Amazon Q web experience.
         
     | 
| 
      
 1118 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business web experience.
         
     | 
| 
       1094 
1119 
     | 
    
         
             
                 */
         
     | 
| 
       1095 
1120 
     | 
    
         
             
                applicationId: ApplicationId;
         
     | 
| 
       1096 
1121 
     | 
    
         
             
                /**
         
     | 
| 
       1097 
     | 
    
         
            -
                 * A token you provide to identify a request to create an Amazon Q web experience. 
         
     | 
| 
      
 1122 
     | 
    
         
            +
                 * A token you provide to identify a request to create an Amazon Q Business web experience. 
         
     | 
| 
       1098 
1123 
     | 
    
         
             
                 */
         
     | 
| 
       1099 
1124 
     | 
    
         
             
                clientToken?: ClientToken;
         
     | 
| 
      
 1125 
     | 
    
         
            +
                /**
         
     | 
| 
      
 1126 
     | 
    
         
            +
                 * The Amazon Resource Name (ARN) of the service role attached to your web experience.
         
     | 
| 
      
 1127 
     | 
    
         
            +
                 */
         
     | 
| 
      
 1128 
     | 
    
         
            +
                roleArn?: RoleArn;
         
     | 
| 
       1100 
1129 
     | 
    
         
             
                /**
         
     | 
| 
       1101 
1130 
     | 
    
         
             
                 * Determines whether sample prompts are enabled in the web experience for an end user.
         
     | 
| 
       1102 
1131 
     | 
    
         
             
                 */
         
     | 
| 
       1103 
1132 
     | 
    
         
             
                samplePromptsControlMode?: WebExperienceSamplePromptsControlMode;
         
     | 
| 
       1104 
1133 
     | 
    
         
             
                /**
         
     | 
| 
       1105 
     | 
    
         
            -
                 * A subtitle to personalize your Amazon Q web experience.
         
     | 
| 
      
 1134 
     | 
    
         
            +
                 * A subtitle to personalize your Amazon Q Business web experience.
         
     | 
| 
       1106 
1135 
     | 
    
         
             
                 */
         
     | 
| 
       1107 
1136 
     | 
    
         
             
                subtitle?: WebExperienceSubtitle;
         
     | 
| 
       1108 
1137 
     | 
    
         
             
                /**
         
     | 
| 
       1109 
     | 
    
         
            -
                 * A list of key-value pairs that identify or categorize your Amazon Q web experience. You can also use tags to help control access to the web experience. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.
         
     | 
| 
      
 1138 
     | 
    
         
            +
                 * A list of key-value pairs that identify or categorize your Amazon Q Business web experience. You can also use tags to help control access to the web experience. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.
         
     | 
| 
       1110 
1139 
     | 
    
         
             
                 */
         
     | 
| 
       1111 
1140 
     | 
    
         
             
                tags?: Tags;
         
     | 
| 
       1112 
1141 
     | 
    
         
             
                /**
         
     | 
| 
       1113 
     | 
    
         
            -
                 * The title for your Amazon Q web experience.
         
     | 
| 
      
 1142 
     | 
    
         
            +
                 * The title for your Amazon Q Business web experience.
         
     | 
| 
       1114 
1143 
     | 
    
         
             
                 */
         
     | 
| 
       1115 
1144 
     | 
    
         
             
                title?: WebExperienceTitle;
         
     | 
| 
       1116 
1145 
     | 
    
         
             
                /**
         
     | 
| 
       1117 
     | 
    
         
            -
                 * The customized welcome message for end users of an Amazon Q web experience.
         
     | 
| 
      
 1146 
     | 
    
         
            +
                 * The customized welcome message for end users of an Amazon Q Business web experience.
         
     | 
| 
       1118 
1147 
     | 
    
         
             
                 */
         
     | 
| 
       1119 
1148 
     | 
    
         
             
                welcomeMessage?: WebExperienceWelcomeMessage;
         
     | 
| 
       1120 
1149 
     | 
    
         
             
              }
         
     | 
| 
       1121 
1150 
     | 
    
         
             
              export interface CreateWebExperienceResponse {
         
     | 
| 
       1122 
1151 
     | 
    
         
             
                /**
         
     | 
| 
       1123 
     | 
    
         
            -
                 *  The Amazon Resource Name (ARN) of an Amazon Q web experience.
         
     | 
| 
      
 1152 
     | 
    
         
            +
                 *  The Amazon Resource Name (ARN) of an Amazon Q Business web experience.
         
     | 
| 
       1124 
1153 
     | 
    
         
             
                 */
         
     | 
| 
       1125 
1154 
     | 
    
         
             
                webExperienceArn?: WebExperienceArn;
         
     | 
| 
       1126 
1155 
     | 
    
         
             
                /**
         
     | 
| 
       1127 
     | 
    
         
            -
                 * The identifier of the Amazon Q web experience.
         
     | 
| 
      
 1156 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business web experience.
         
     | 
| 
       1128 
1157 
     | 
    
         
             
                 */
         
     | 
| 
       1129 
1158 
     | 
    
         
             
                webExperienceId?: WebExperienceId;
         
     | 
| 
       1130 
1159 
     | 
    
         
             
              }
         
     | 
| 
      
 1160 
     | 
    
         
            +
              export interface CreatorModeConfiguration {
         
     | 
| 
      
 1161 
     | 
    
         
            +
                /**
         
     | 
| 
      
 1162 
     | 
    
         
            +
                 * Status information about whether CREATOR_MODE has been enabled or disabled. The default status is DISABLED.
         
     | 
| 
      
 1163 
     | 
    
         
            +
                 */
         
     | 
| 
      
 1164 
     | 
    
         
            +
                creatorModeControl: CreatorModeControl;
         
     | 
| 
      
 1165 
     | 
    
         
            +
              }
         
     | 
| 
      
 1166 
     | 
    
         
            +
              export type CreatorModeControl = "ENABLED"|"DISABLED"|string;
         
     | 
| 
       1131 
1167 
     | 
    
         
             
              export interface DataSource {
         
     | 
| 
       1132 
1168 
     | 
    
         
             
                /**
         
     | 
| 
       1133 
     | 
    
         
            -
                 * The Unix timestamp when the Amazon Q data source was created.
         
     | 
| 
      
 1169 
     | 
    
         
            +
                 * The Unix timestamp when the Amazon Q Business data source was created.
         
     | 
| 
       1134 
1170 
     | 
    
         
             
                 */
         
     | 
| 
       1135 
1171 
     | 
    
         
             
                createdAt?: Timestamp;
         
     | 
| 
       1136 
1172 
     | 
    
         
             
                /**
         
     | 
| 
       1137 
     | 
    
         
            -
                 * The identifier of the Amazon Q data source.
         
     | 
| 
      
 1173 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business data source.
         
     | 
| 
       1138 
1174 
     | 
    
         
             
                 */
         
     | 
| 
       1139 
1175 
     | 
    
         
             
                dataSourceId?: DataSourceId;
         
     | 
| 
       1140 
1176 
     | 
    
         
             
                /**
         
     | 
| 
       1141 
     | 
    
         
            -
                 * The name of the Amazon Q data source.
         
     | 
| 
      
 1177 
     | 
    
         
            +
                 * The name of the Amazon Q Business data source.
         
     | 
| 
       1142 
1178 
     | 
    
         
             
                 */
         
     | 
| 
       1143 
1179 
     | 
    
         
             
                displayName?: DataSourceName;
         
     | 
| 
       1144 
1180 
     | 
    
         
             
                /**
         
     | 
| 
       1145 
     | 
    
         
            -
                 * The status of the Amazon Q data source.
         
     | 
| 
      
 1181 
     | 
    
         
            +
                 * The status of the Amazon Q Business data source.
         
     | 
| 
       1146 
1182 
     | 
    
         
             
                 */
         
     | 
| 
       1147 
1183 
     | 
    
         
             
                status?: DataSourceStatus;
         
     | 
| 
       1148 
1184 
     | 
    
         
             
                /**
         
     | 
| 
       1149 
     | 
    
         
            -
                 * The type of the Amazon Q data source.
         
     | 
| 
      
 1185 
     | 
    
         
            +
                 * The type of the Amazon Q Business data source.
         
     | 
| 
       1150 
1186 
     | 
    
         
             
                 */
         
     | 
| 
       1151 
1187 
     | 
    
         
             
                type?: String;
         
     | 
| 
       1152 
1188 
     | 
    
         
             
                /**
         
     | 
| 
       1153 
     | 
    
         
            -
                 * The Unix timestamp when the Amazon Q data source was last updated. 
         
     | 
| 
      
 1189 
     | 
    
         
            +
                 * The Unix timestamp when the Amazon Q Business data source was last updated. 
         
     | 
| 
       1154 
1190 
     | 
    
         
             
                 */
         
     | 
| 
       1155 
1191 
     | 
    
         
             
                updatedAt?: Timestamp;
         
     | 
| 
       1156 
1192 
     | 
    
         
             
              }
         
     | 
| 
         @@ -1218,7 +1254,7 @@ declare namespace QBusiness { 
     | 
|
| 
       1218 
1254 
     | 
    
         
             
              export type DataSourceUserId = string;
         
     | 
| 
       1219 
1255 
     | 
    
         
             
              export interface DataSourceVpcConfiguration {
         
     | 
| 
       1220 
1256 
     | 
    
         
             
                /**
         
     | 
| 
       1221 
     | 
    
         
            -
                 * A list of identifiers of security groups within your Amazon VPC. The security groups should enable Amazon Q to connect to the data source.
         
     | 
| 
      
 1257 
     | 
    
         
            +
                 * A list of identifiers of security groups within your Amazon VPC. The security groups should enable Amazon Q Business to connect to the data source.
         
     | 
| 
       1222 
1258 
     | 
    
         
             
                 */
         
     | 
| 
       1223 
1259 
     | 
    
         
             
                securityGroupIds: SecurityGroupIds;
         
     | 
| 
       1224 
1260 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -1239,7 +1275,7 @@ declare namespace QBusiness { 
     | 
|
| 
       1239 
1275 
     | 
    
         
             
              }
         
     | 
| 
       1240 
1276 
     | 
    
         
             
              export interface DeleteApplicationRequest {
         
     | 
| 
       1241 
1277 
     | 
    
         
             
                /**
         
     | 
| 
       1242 
     | 
    
         
            -
                 * The identifier of the Amazon Q application.
         
     | 
| 
      
 1278 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business application.
         
     | 
| 
       1243 
1279 
     | 
    
         
             
                 */
         
     | 
| 
       1244 
1280 
     | 
    
         
             
                applicationId: ApplicationId;
         
     | 
| 
       1245 
1281 
     | 
    
         
             
              }
         
     | 
| 
         @@ -1255,23 +1291,23 @@ declare namespace QBusiness { 
     | 
|
| 
       1255 
1291 
     | 
    
         
             
              }
         
     | 
| 
       1256 
1292 
     | 
    
         
             
              export interface DeleteConversationRequest {
         
     | 
| 
       1257 
1293 
     | 
    
         
             
                /**
         
     | 
| 
       1258 
     | 
    
         
            -
                 * The identifier of the Amazon Q application associated with the conversation.
         
     | 
| 
      
 1294 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business application associated with the conversation.
         
     | 
| 
       1259 
1295 
     | 
    
         
             
                 */
         
     | 
| 
       1260 
1296 
     | 
    
         
             
                applicationId: ApplicationId;
         
     | 
| 
       1261 
1297 
     | 
    
         
             
                /**
         
     | 
| 
       1262 
     | 
    
         
            -
                 * The identifier of the Amazon Q web experience conversation being deleted.
         
     | 
| 
      
 1298 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business web experience conversation being deleted.
         
     | 
| 
       1263 
1299 
     | 
    
         
             
                 */
         
     | 
| 
       1264 
1300 
     | 
    
         
             
                conversationId: ConversationId;
         
     | 
| 
       1265 
1301 
     | 
    
         
             
                /**
         
     | 
| 
       1266 
1302 
     | 
    
         
             
                 * The identifier of the user who is deleting the conversation.
         
     | 
| 
       1267 
1303 
     | 
    
         
             
                 */
         
     | 
| 
       1268 
     | 
    
         
            -
                userId 
     | 
| 
      
 1304 
     | 
    
         
            +
                userId?: UserId;
         
     | 
| 
       1269 
1305 
     | 
    
         
             
              }
         
     | 
| 
       1270 
1306 
     | 
    
         
             
              export interface DeleteConversationResponse {
         
     | 
| 
       1271 
1307 
     | 
    
         
             
              }
         
     | 
| 
       1272 
1308 
     | 
    
         
             
              export interface DeleteDataSourceRequest {
         
     | 
| 
       1273 
1309 
     | 
    
         
             
                /**
         
     | 
| 
       1274 
     | 
    
         
            -
                 * The identifier of the Amazon Q application used with the data source connector.
         
     | 
| 
      
 1310 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business application used with the data source connector.
         
     | 
| 
       1275 
1311 
     | 
    
         
             
                 */
         
     | 
| 
       1276 
1312 
     | 
    
         
             
                applicationId: ApplicationId;
         
     | 
| 
       1277 
1313 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -1314,11 +1350,11 @@ declare namespace QBusiness { 
     | 
|
| 
       1314 
1350 
     | 
    
         
             
              }
         
     | 
| 
       1315 
1351 
     | 
    
         
             
              export interface DeleteIndexRequest {
         
     | 
| 
       1316 
1352 
     | 
    
         
             
                /**
         
     | 
| 
       1317 
     | 
    
         
            -
                 * The identifier of the Amazon Q application the Amazon Q index is linked to.
         
     | 
| 
      
 1353 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business application the Amazon Q Business index is linked to.
         
     | 
| 
       1318 
1354 
     | 
    
         
             
                 */
         
     | 
| 
       1319 
1355 
     | 
    
         
             
                applicationId: ApplicationId;
         
     | 
| 
       1320 
1356 
     | 
    
         
             
                /**
         
     | 
| 
       1321 
     | 
    
         
            -
                 * The identifier of the Amazon Q index.
         
     | 
| 
      
 1357 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business index.
         
     | 
| 
       1322 
1358 
     | 
    
         
             
                 */
         
     | 
| 
       1323 
1359 
     | 
    
         
             
                indexId: IndexId;
         
     | 
| 
       1324 
1360 
     | 
    
         
             
              }
         
     | 
| 
         @@ -1326,7 +1362,7 @@ declare namespace QBusiness { 
     | 
|
| 
       1326 
1362 
     | 
    
         
             
              }
         
     | 
| 
       1327 
1363 
     | 
    
         
             
              export interface DeletePluginRequest {
         
     | 
| 
       1328 
1364 
     | 
    
         
             
                /**
         
     | 
| 
       1329 
     | 
    
         
            -
                 * The identifier the application attached to the Amazon Q plugin.
         
     | 
| 
      
 1365 
     | 
    
         
            +
                 * The identifier the application attached to the Amazon Q Business plugin.
         
     | 
| 
       1330 
1366 
     | 
    
         
             
                 */
         
     | 
| 
       1331 
1367 
     | 
    
         
             
                applicationId: ApplicationId;
         
     | 
| 
       1332 
1368 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -1338,7 +1374,7 @@ declare namespace QBusiness { 
     | 
|
| 
       1338 
1374 
     | 
    
         
             
              }
         
     | 
| 
       1339 
1375 
     | 
    
         
             
              export interface DeleteRetrieverRequest {
         
     | 
| 
       1340 
1376 
     | 
    
         
             
                /**
         
     | 
| 
       1341 
     | 
    
         
            -
                 * The identifier of the Amazon Q application using the retriever.
         
     | 
| 
      
 1377 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business application using the retriever.
         
     | 
| 
       1342 
1378 
     | 
    
         
             
                 */
         
     | 
| 
       1343 
1379 
     | 
    
         
             
                applicationId: ApplicationId;
         
     | 
| 
       1344 
1380 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -1362,11 +1398,11 @@ declare namespace QBusiness { 
     | 
|
| 
       1362 
1398 
     | 
    
         
             
              }
         
     | 
| 
       1363 
1399 
     | 
    
         
             
              export interface DeleteWebExperienceRequest {
         
     | 
| 
       1364 
1400 
     | 
    
         
             
                /**
         
     | 
| 
       1365 
     | 
    
         
            -
                 * The identifier of the Amazon Q application linked to the Amazon Q web experience.
         
     | 
| 
      
 1401 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business application linked to the Amazon Q Business web experience.
         
     | 
| 
       1366 
1402 
     | 
    
         
             
                 */
         
     | 
| 
       1367 
1403 
     | 
    
         
             
                applicationId: ApplicationId;
         
     | 
| 
       1368 
1404 
     | 
    
         
             
                /**
         
     | 
| 
       1369 
     | 
    
         
            -
                 * The identifier of the Amazon Q web experience being deleted.
         
     | 
| 
      
 1405 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business web experience being deleted.
         
     | 
| 
       1370 
1406 
     | 
    
         
             
                 */
         
     | 
| 
       1371 
1407 
     | 
    
         
             
                webExperienceId: WebExperienceId;
         
     | 
| 
       1372 
1408 
     | 
    
         
             
              }
         
     | 
| 
         @@ -1379,7 +1415,7 @@ declare namespace QBusiness { 
     | 
|
| 
       1379 
1415 
     | 
    
         
             
                 */
         
     | 
| 
       1380 
1416 
     | 
    
         
             
                accessConfiguration?: AccessConfiguration;
         
     | 
| 
       1381 
1417 
     | 
    
         
             
                /**
         
     | 
| 
       1382 
     | 
    
         
            -
                 * Custom attributes to apply to the document for refining Amazon Q web experience responses.
         
     | 
| 
      
 1418 
     | 
    
         
            +
                 * Custom attributes to apply to the document for refining Amazon Q Business web experience responses.
         
     | 
| 
       1383 
1419 
     | 
    
         
             
                 */
         
     | 
| 
       1384 
1420 
     | 
    
         
             
                attributes?: DocumentAttributes;
         
     | 
| 
       1385 
1421 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -1435,7 +1471,7 @@ declare namespace QBusiness { 
     | 
|
| 
       1435 
1471 
     | 
    
         
             
              export type DocumentAttributeBoostingOverrideMap = {[key: string]: DocumentAttributeBoostingConfiguration};
         
     | 
| 
       1436 
1472 
     | 
    
         
             
              export interface DocumentAttributeCondition {
         
     | 
| 
       1437 
1473 
     | 
    
         
             
                /**
         
     | 
| 
       1438 
     | 
    
         
            -
                 * The identifier of the document attribute used for the condition. For example, 'Source_URI' could be an identifier for the attribute or metadata field that contains source URIs associated with the documents. Amazon Q currently doesn't support _document_body as an attribute key used for the condition.
         
     | 
| 
      
 1474 
     | 
    
         
            +
                 * The identifier of the document attribute used for the condition. For example, 'Source_URI' could be an identifier for the attribute or metadata field that contains source URIs associated with the documents. Amazon Q Business currently doesn't support _document_body as an attribute key used for the condition.
         
     | 
| 
       1439 
1475 
     | 
    
         
             
                 */
         
     | 
| 
       1440 
1476 
     | 
    
         
             
                key: DocumentAttributeKey;
         
     | 
| 
       1441 
1477 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -1494,7 +1530,7 @@ declare namespace QBusiness { 
     | 
|
| 
       1494 
1530 
     | 
    
         
             
              export type DocumentAttributes = DocumentAttribute[];
         
     | 
| 
       1495 
1531 
     | 
    
         
             
              export interface DocumentContent {
         
     | 
| 
       1496 
1532 
     | 
    
         
             
                /**
         
     | 
| 
       1497 
     | 
    
         
            -
                 * The contents of the document. Documents passed to the blob parameter must be base64 encoded. Your code might not need to encode the document file bytes if you're using an Amazon Web Services SDK to call Amazon Q APIs. If you are calling the Amazon Q endpoint directly using REST, you must base64 encode the contents before sending.
         
     | 
| 
      
 1533 
     | 
    
         
            +
                 * The contents of the document. Documents passed to the blob parameter must be base64 encoded. Your code might not need to encode the document file bytes if you're using an Amazon Web Services SDK to call Amazon Q Business APIs. If you are calling the Amazon Q Business endpoint directly using REST, you must base64 encode the contents before sending.
         
     | 
| 
       1498 
1534 
     | 
    
         
             
                 */
         
     | 
| 
       1499 
1535 
     | 
    
         
             
                blob?: _Blob;
         
     | 
| 
       1500 
1536 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -1529,7 +1565,7 @@ declare namespace QBusiness { 
     | 
|
| 
       1529 
1565 
     | 
    
         
             
              export type DocumentEnrichmentConditionOperator = "GREATER_THAN"|"GREATER_THAN_OR_EQUALS"|"LESS_THAN"|"LESS_THAN_OR_EQUALS"|"EQUALS"|"NOT_EQUALS"|"CONTAINS"|"NOT_CONTAINS"|"EXISTS"|"NOT_EXISTS"|"BEGINS_WITH"|string;
         
     | 
| 
       1530 
1566 
     | 
    
         
             
              export interface DocumentEnrichmentConfiguration {
         
     | 
| 
       1531 
1567 
     | 
    
         
             
                /**
         
     | 
| 
       1532 
     | 
    
         
            -
                 * Configuration information to alter document attributes or metadata fields and content when ingesting documents into Amazon Q.
         
     | 
| 
      
 1568 
     | 
    
         
            +
                 * Configuration information to alter document attributes or metadata fields and content when ingesting documents into Amazon Q Business.
         
     | 
| 
       1533 
1569 
     | 
    
         
             
                 */
         
     | 
| 
       1534 
1570 
     | 
    
         
             
                inlineConfigurations?: InlineDocumentEnrichmentConfigurations;
         
     | 
| 
       1535 
1571 
     | 
    
         
             
                postExtractionHookConfiguration?: HookConfiguration;
         
     | 
| 
         @@ -1551,7 +1587,7 @@ declare namespace QBusiness { 
     | 
|
| 
       1551 
1587 
     | 
    
         
             
              export type EligibleDataSources = EligibleDataSource[];
         
     | 
| 
       1552 
1588 
     | 
    
         
             
              export interface EncryptionConfiguration {
         
     | 
| 
       1553 
1589 
     | 
    
         
             
                /**
         
     | 
| 
       1554 
     | 
    
         
            -
                 * The identifier of the KMS key. Amazon Q doesn't support asymmetric keys.
         
     | 
| 
      
 1590 
     | 
    
         
            +
                 * The identifier of the KMS key. Amazon Q Business doesn't support asymmetric keys.
         
     | 
| 
       1555 
1591 
     | 
    
         
             
                 */
         
     | 
| 
       1556 
1592 
     | 
    
         
             
                kmsKeyId?: KmsKeyId;
         
     | 
| 
       1557 
1593 
     | 
    
         
             
              }
         
     | 
| 
         @@ -1572,7 +1608,7 @@ declare namespace QBusiness { 
     | 
|
| 
       1572 
1608 
     | 
    
         
             
              export type ExecutionId = string;
         
     | 
| 
       1573 
1609 
     | 
    
         
             
              export interface FailedDocument {
         
     | 
| 
       1574 
1610 
     | 
    
         
             
                /**
         
     | 
| 
       1575 
     | 
    
         
            -
                 * The identifier of the Amazon Q data source connector that contains the failed document.
         
     | 
| 
      
 1611 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business data source connector that contains the failed document.
         
     | 
| 
       1576 
1612 
     | 
    
         
             
                 */
         
     | 
| 
       1577 
1613 
     | 
    
         
             
                dataSourceId?: DataSourceId;
         
     | 
| 
       1578 
1614 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -1580,24 +1616,24 @@ declare namespace QBusiness { 
     | 
|
| 
       1580 
1616 
     | 
    
         
             
                 */
         
     | 
| 
       1581 
1617 
     | 
    
         
             
                error?: ErrorDetail;
         
     | 
| 
       1582 
1618 
     | 
    
         
             
                /**
         
     | 
| 
       1583 
     | 
    
         
            -
                 * The identifier of the document that couldn't be removed from the Amazon Q index.
         
     | 
| 
      
 1619 
     | 
    
         
            +
                 * The identifier of the document that couldn't be removed from the Amazon Q Business index.
         
     | 
| 
       1584 
1620 
     | 
    
         
             
                 */
         
     | 
| 
       1585 
1621 
     | 
    
         
             
                id?: DocumentId;
         
     | 
| 
       1586 
1622 
     | 
    
         
             
              }
         
     | 
| 
       1587 
1623 
     | 
    
         
             
              export type FailedDocuments = FailedDocument[];
         
     | 
| 
       1588 
1624 
     | 
    
         
             
              export interface GetApplicationRequest {
         
     | 
| 
       1589 
1625 
     | 
    
         
             
                /**
         
     | 
| 
       1590 
     | 
    
         
            -
                 * The identifier of the Amazon Q application.
         
     | 
| 
      
 1626 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business application.
         
     | 
| 
       1591 
1627 
     | 
    
         
             
                 */
         
     | 
| 
       1592 
1628 
     | 
    
         
             
                applicationId: ApplicationId;
         
     | 
| 
       1593 
1629 
     | 
    
         
             
              }
         
     | 
| 
       1594 
1630 
     | 
    
         
             
              export interface GetApplicationResponse {
         
     | 
| 
       1595 
1631 
     | 
    
         
             
                /**
         
     | 
| 
       1596 
     | 
    
         
            -
                 * The Amazon Resource Name (ARN) of the Amazon Q application.
         
     | 
| 
      
 1632 
     | 
    
         
            +
                 * The Amazon Resource Name (ARN) of the Amazon Q Business application.
         
     | 
| 
       1597 
1633 
     | 
    
         
             
                 */
         
     | 
| 
       1598 
1634 
     | 
    
         
             
                applicationArn?: ApplicationArn;
         
     | 
| 
       1599 
1635 
     | 
    
         
             
                /**
         
     | 
| 
       1600 
     | 
    
         
            -
                 * The identifier of the Amazon Q application.
         
     | 
| 
      
 1636 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business application.
         
     | 
| 
       1601 
1637 
     | 
    
         
             
                 */
         
     | 
| 
       1602 
1638 
     | 
    
         
             
                applicationId?: ApplicationId;
         
     | 
| 
       1603 
1639 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -1605,35 +1641,39 @@ declare namespace QBusiness { 
     | 
|
| 
       1605 
1641 
     | 
    
         
             
                 */
         
     | 
| 
       1606 
1642 
     | 
    
         
             
                attachmentsConfiguration?: AppliedAttachmentsConfiguration;
         
     | 
| 
       1607 
1643 
     | 
    
         
             
                /**
         
     | 
| 
       1608 
     | 
    
         
            -
                 * The Unix timestamp when the Amazon Q application was last updated.
         
     | 
| 
      
 1644 
     | 
    
         
            +
                 * The Unix timestamp when the Amazon Q Business application was last updated.
         
     | 
| 
       1609 
1645 
     | 
    
         
             
                 */
         
     | 
| 
       1610 
1646 
     | 
    
         
             
                createdAt?: Timestamp;
         
     | 
| 
       1611 
1647 
     | 
    
         
             
                /**
         
     | 
| 
       1612 
     | 
    
         
            -
                 * A description for the Amazon Q application.
         
     | 
| 
      
 1648 
     | 
    
         
            +
                 * A description for the Amazon Q Business application.
         
     | 
| 
       1613 
1649 
     | 
    
         
             
                 */
         
     | 
| 
       1614 
1650 
     | 
    
         
             
                description?: Description;
         
     | 
| 
       1615 
1651 
     | 
    
         
             
                /**
         
     | 
| 
       1616 
     | 
    
         
            -
                 * The name of the Amazon Q application.
         
     | 
| 
      
 1652 
     | 
    
         
            +
                 * The name of the Amazon Q Business application.
         
     | 
| 
       1617 
1653 
     | 
    
         
             
                 */
         
     | 
| 
       1618 
1654 
     | 
    
         
             
                displayName?: ApplicationName;
         
     | 
| 
       1619 
1655 
     | 
    
         
             
                /**
         
     | 
| 
       1620 
     | 
    
         
            -
                 * The identifier of the Amazon Web Services KMS key that is used to encrypt your data. Amazon Q doesn't support asymmetric keys.
         
     | 
| 
      
 1656 
     | 
    
         
            +
                 * The identifier of the Amazon Web Services KMS key that is used to encrypt your data. Amazon Q Business doesn't support asymmetric keys.
         
     | 
| 
       1621 
1657 
     | 
    
         
             
                 */
         
     | 
| 
       1622 
1658 
     | 
    
         
             
                encryptionConfiguration?: EncryptionConfiguration;
         
     | 
| 
       1623 
1659 
     | 
    
         
             
                /**
         
     | 
| 
       1624 
1660 
     | 
    
         
             
                 * If the Status field is set to ERROR, the ErrorMessage field contains a description of the error that caused the synchronization to fail.
         
     | 
| 
       1625 
1661 
     | 
    
         
             
                 */
         
     | 
| 
       1626 
1662 
     | 
    
         
             
                error?: ErrorDetail;
         
     | 
| 
      
 1663 
     | 
    
         
            +
                /**
         
     | 
| 
      
 1664 
     | 
    
         
            +
                 * The Amazon Resource Name (ARN) of the AWS IAM Identity Center instance attached to your Amazon Q Business application.
         
     | 
| 
      
 1665 
     | 
    
         
            +
                 */
         
     | 
| 
      
 1666 
     | 
    
         
            +
                identityCenterApplicationArn?: IdcApplicationArn;
         
     | 
| 
       1627 
1667 
     | 
    
         
             
                /**
         
     | 
| 
       1628 
1668 
     | 
    
         
             
                 * The Amazon Resource Name (ARN) of the IAM with permissions to access your CloudWatch logs and metrics.
         
     | 
| 
       1629 
1669 
     | 
    
         
             
                 */
         
     | 
| 
       1630 
1670 
     | 
    
         
             
                roleArn?: RoleArn;
         
     | 
| 
       1631 
1671 
     | 
    
         
             
                /**
         
     | 
| 
       1632 
     | 
    
         
            -
                 * The status of the Amazon Q application.
         
     | 
| 
      
 1672 
     | 
    
         
            +
                 * The status of the Amazon Q Business application.
         
     | 
| 
       1633 
1673 
     | 
    
         
             
                 */
         
     | 
| 
       1634 
1674 
     | 
    
         
             
                status?: ApplicationStatus;
         
     | 
| 
       1635 
1675 
     | 
    
         
             
                /**
         
     | 
| 
       1636 
     | 
    
         
            -
                 * The Unix timestamp when the Amazon Q application was last updated.
         
     | 
| 
      
 1676 
     | 
    
         
            +
                 * The Unix timestamp when the Amazon Q Business application was last updated.
         
     | 
| 
       1637 
1677 
     | 
    
         
             
                 */
         
     | 
| 
       1638 
1678 
     | 
    
         
             
                updatedAt?: Timestamp;
         
     | 
| 
       1639 
1679 
     | 
    
         
             
              }
         
     | 
| 
         @@ -1647,7 +1687,7 @@ declare namespace QBusiness { 
     | 
|
| 
       1647 
1687 
     | 
    
         
             
                 */
         
     | 
| 
       1648 
1688 
     | 
    
         
             
                maxResults?: MaxResultsIntegerForGetTopicConfigurations;
         
     | 
| 
       1649 
1689 
     | 
    
         
             
                /**
         
     | 
| 
       1650 
     | 
    
         
            -
                 * If the maxResults response was incomplete because there is more data to retrieve, Amazon Q returns a pagination token in the response. You can use this pagination token to retrieve the next set of Amazon Q chat controls configured.
         
     | 
| 
      
 1690 
     | 
    
         
            +
                 * If the maxResults response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of Amazon Q Business chat controls configured.
         
     | 
| 
       1651 
1691 
     | 
    
         
             
                 */
         
     | 
| 
       1652 
1692 
     | 
    
         
             
                nextToken?: NextToken;
         
     | 
| 
       1653 
1693 
     | 
    
         
             
              }
         
     | 
| 
         @@ -1657,21 +1697,25 @@ declare namespace QBusiness { 
     | 
|
| 
       1657 
1697 
     | 
    
         
             
                 */
         
     | 
| 
       1658 
1698 
     | 
    
         
             
                blockedPhrases?: BlockedPhrasesConfiguration;
         
     | 
| 
       1659 
1699 
     | 
    
         
             
                /**
         
     | 
| 
       1660 
     | 
    
         
            -
                 *  
     | 
| 
      
 1700 
     | 
    
         
            +
                 * The configuration details for CREATOR_MODE.
         
     | 
| 
      
 1701 
     | 
    
         
            +
                 */
         
     | 
| 
      
 1702 
     | 
    
         
            +
                creatorModeConfiguration?: AppliedCreatorModeConfiguration;
         
     | 
| 
      
 1703 
     | 
    
         
            +
                /**
         
     | 
| 
      
 1704 
     | 
    
         
            +
                 * If the maxResults response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of Amazon Q Business chat controls configured.
         
     | 
| 
       1661 
1705 
     | 
    
         
             
                 */
         
     | 
| 
       1662 
1706 
     | 
    
         
             
                nextToken?: NextToken;
         
     | 
| 
       1663 
1707 
     | 
    
         
             
                /**
         
     | 
| 
       1664 
     | 
    
         
            -
                 * The response scope configured for a Amazon Q 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.
         
     | 
| 
      
 1708 
     | 
    
         
            +
                 * 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.
         
     | 
| 
       1665 
1709 
     | 
    
         
             
                 */
         
     | 
| 
       1666 
1710 
     | 
    
         
             
                responseScope?: ResponseScope;
         
     | 
| 
       1667 
1711 
     | 
    
         
             
                /**
         
     | 
| 
       1668 
     | 
    
         
            -
                 * The topic specific controls configured for a Amazon Q application.
         
     | 
| 
      
 1712 
     | 
    
         
            +
                 * The topic specific controls configured for a Amazon Q Business application.
         
     | 
| 
       1669 
1713 
     | 
    
         
             
                 */
         
     | 
| 
       1670 
1714 
     | 
    
         
             
                topicConfigurations?: TopicConfigurations;
         
     | 
| 
       1671 
1715 
     | 
    
         
             
              }
         
     | 
| 
       1672 
1716 
     | 
    
         
             
              export interface GetDataSourceRequest {
         
     | 
| 
       1673 
1717 
     | 
    
         
             
                /**
         
     | 
| 
       1674 
     | 
    
         
            -
                 * The identifier of the Amazon Q application.
         
     | 
| 
      
 1718 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business application.
         
     | 
| 
       1675 
1719 
     | 
    
         
             
                 */
         
     | 
| 
       1676 
1720 
     | 
    
         
             
                applicationId: ApplicationId;
         
     | 
| 
       1677 
1721 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -1685,7 +1729,7 @@ declare namespace QBusiness { 
     | 
|
| 
       1685 
1729 
     | 
    
         
             
              }
         
     | 
| 
       1686 
1730 
     | 
    
         
             
              export interface GetDataSourceResponse {
         
     | 
| 
       1687 
1731 
     | 
    
         
             
                /**
         
     | 
| 
       1688 
     | 
    
         
            -
                 * The identifier of the Amazon Q application.
         
     | 
| 
      
 1732 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business application.
         
     | 
| 
       1689 
1733 
     | 
    
         
             
                 */
         
     | 
| 
       1690 
1734 
     | 
    
         
             
                applicationId?: ApplicationId;
         
     | 
| 
       1691 
1735 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -1730,7 +1774,7 @@ declare namespace QBusiness { 
     | 
|
| 
       1730 
1774 
     | 
    
         
             
                 */
         
     | 
| 
       1731 
1775 
     | 
    
         
             
                status?: DataSourceStatus;
         
     | 
| 
       1732 
1776 
     | 
    
         
             
                /**
         
     | 
| 
       1733 
     | 
    
         
            -
                 * The schedule for Amazon Q to update the index.
         
     | 
| 
      
 1777 
     | 
    
         
            +
                 * The schedule for Amazon Q Business to update the index.
         
     | 
| 
       1734 
1778 
     | 
    
         
             
                 */
         
     | 
| 
       1735 
1779 
     | 
    
         
             
                syncSchedule?: SyncSchedule;
         
     | 
| 
       1736 
1780 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -1776,33 +1820,33 @@ declare namespace QBusiness { 
     | 
|
| 
       1776 
1820 
     | 
    
         
             
              }
         
     | 
| 
       1777 
1821 
     | 
    
         
             
              export interface GetIndexRequest {
         
     | 
| 
       1778 
1822 
     | 
    
         
             
                /**
         
     | 
| 
       1779 
     | 
    
         
            -
                 * The identifier of the Amazon Q application connected to the index.
         
     | 
| 
      
 1823 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business application connected to the index.
         
     | 
| 
       1780 
1824 
     | 
    
         
             
                 */
         
     | 
| 
       1781 
1825 
     | 
    
         
             
                applicationId: ApplicationId;
         
     | 
| 
       1782 
1826 
     | 
    
         
             
                /**
         
     | 
| 
       1783 
     | 
    
         
            -
                 * The identifier of the Amazon Q index you want information on.
         
     | 
| 
      
 1827 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business index you want information on.
         
     | 
| 
       1784 
1828 
     | 
    
         
             
                 */
         
     | 
| 
       1785 
1829 
     | 
    
         
             
                indexId: IndexId;
         
     | 
| 
       1786 
1830 
     | 
    
         
             
              }
         
     | 
| 
       1787 
1831 
     | 
    
         
             
              export interface GetIndexResponse {
         
     | 
| 
       1788 
1832 
     | 
    
         
             
                /**
         
     | 
| 
       1789 
     | 
    
         
            -
                 * The identifier of the Amazon Q application associated with the index.
         
     | 
| 
      
 1833 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business application associated with the index.
         
     | 
| 
       1790 
1834 
     | 
    
         
             
                 */
         
     | 
| 
       1791 
1835 
     | 
    
         
             
                applicationId?: ApplicationId;
         
     | 
| 
       1792 
1836 
     | 
    
         
             
                /**
         
     | 
| 
       1793 
     | 
    
         
            -
                 * The storage capacity units chosen for your Amazon Q index.
         
     | 
| 
      
 1837 
     | 
    
         
            +
                 * The storage capacity units chosen for your Amazon Q Business index.
         
     | 
| 
       1794 
1838 
     | 
    
         
             
                 */
         
     | 
| 
       1795 
1839 
     | 
    
         
             
                capacityConfiguration?: IndexCapacityConfiguration;
         
     | 
| 
       1796 
1840 
     | 
    
         
             
                /**
         
     | 
| 
       1797 
     | 
    
         
            -
                 * The Unix timestamp when the Amazon Q index was created.
         
     | 
| 
      
 1841 
     | 
    
         
            +
                 * The Unix timestamp when the Amazon Q Business index was created.
         
     | 
| 
       1798 
1842 
     | 
    
         
             
                 */
         
     | 
| 
       1799 
1843 
     | 
    
         
             
                createdAt?: Timestamp;
         
     | 
| 
       1800 
1844 
     | 
    
         
             
                /**
         
     | 
| 
       1801 
     | 
    
         
            -
                 * The description for the Amazon Q index.
         
     | 
| 
      
 1845 
     | 
    
         
            +
                 * The description for the Amazon Q Business index.
         
     | 
| 
       1802 
1846 
     | 
    
         
             
                 */
         
     | 
| 
       1803 
1847 
     | 
    
         
             
                description?: Description;
         
     | 
| 
       1804 
1848 
     | 
    
         
             
                /**
         
     | 
| 
       1805 
     | 
    
         
            -
                 * The name of the Amazon Q index.
         
     | 
| 
      
 1849 
     | 
    
         
            +
                 * The name of the Amazon Q Business index.
         
     | 
| 
       1806 
1850 
     | 
    
         
             
                 */
         
     | 
| 
       1807 
1851 
     | 
    
         
             
                displayName?: IndexName;
         
     | 
| 
       1808 
1852 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -1814,11 +1858,11 @@ declare namespace QBusiness { 
     | 
|
| 
       1814 
1858 
     | 
    
         
             
                 */
         
     | 
| 
       1815 
1859 
     | 
    
         
             
                error?: ErrorDetail;
         
     | 
| 
       1816 
1860 
     | 
    
         
             
                /**
         
     | 
| 
       1817 
     | 
    
         
            -
                 *  The Amazon Resource Name (ARN) of the Amazon Q index. 
         
     | 
| 
      
 1861 
     | 
    
         
            +
                 *  The Amazon Resource Name (ARN) of the Amazon Q Business index. 
         
     | 
| 
       1818 
1862 
     | 
    
         
             
                 */
         
     | 
| 
       1819 
1863 
     | 
    
         
             
                indexArn?: IndexArn;
         
     | 
| 
       1820 
1864 
     | 
    
         
             
                /**
         
     | 
| 
       1821 
     | 
    
         
            -
                 * The identifier of the Amazon Q index.
         
     | 
| 
      
 1865 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business index.
         
     | 
| 
       1822 
1866 
     | 
    
         
             
                 */
         
     | 
| 
       1823 
1867 
     | 
    
         
             
                indexId?: IndexId;
         
     | 
| 
       1824 
1868 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -1830,7 +1874,7 @@ declare namespace QBusiness { 
     | 
|
| 
       1830 
1874 
     | 
    
         
             
                 */
         
     | 
| 
       1831 
1875 
     | 
    
         
             
                status?: IndexStatus;
         
     | 
| 
       1832 
1876 
     | 
    
         
             
                /**
         
     | 
| 
       1833 
     | 
    
         
            -
                 * The Unix timestamp when the Amazon Q index was last updated.
         
     | 
| 
      
 1877 
     | 
    
         
            +
                 * The Unix timestamp when the Amazon Q Business index was last updated.
         
     | 
| 
       1834 
1878 
     | 
    
         
             
                 */
         
     | 
| 
       1835 
1879 
     | 
    
         
             
                updatedAt?: Timestamp;
         
     | 
| 
       1836 
1880 
     | 
    
         
             
              }
         
     | 
| 
         @@ -1885,7 +1929,7 @@ declare namespace QBusiness { 
     | 
|
| 
       1885 
1929 
     | 
    
         
             
              }
         
     | 
| 
       1886 
1930 
     | 
    
         
             
              export interface GetRetrieverRequest {
         
     | 
| 
       1887 
1931 
     | 
    
         
             
                /**
         
     | 
| 
       1888 
     | 
    
         
            -
                 * The identifier of the Amazon Q application using the retriever.
         
     | 
| 
      
 1932 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business application using the retriever.
         
     | 
| 
       1889 
1933 
     | 
    
         
             
                 */
         
     | 
| 
       1890 
1934 
     | 
    
         
             
                applicationId: ApplicationId;
         
     | 
| 
       1891 
1935 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -1895,7 +1939,7 @@ declare namespace QBusiness { 
     | 
|
| 
       1895 
1939 
     | 
    
         
             
              }
         
     | 
| 
       1896 
1940 
     | 
    
         
             
              export interface GetRetrieverResponse {
         
     | 
| 
       1897 
1941 
     | 
    
         
             
                /**
         
     | 
| 
       1898 
     | 
    
         
            -
                 * The identifier of the Amazon Q application using the retriever. 
         
     | 
| 
      
 1942 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business application using the retriever. 
         
     | 
| 
       1899 
1943 
     | 
    
         
             
                 */
         
     | 
| 
       1900 
1944 
     | 
    
         
             
                applicationId?: ApplicationId;
         
     | 
| 
       1901 
1945 
     | 
    
         
             
                configuration?: RetrieverConfiguration;
         
     | 
| 
         @@ -1950,21 +1994,21 @@ declare namespace QBusiness { 
     | 
|
| 
       1950 
1994 
     | 
    
         
             
              }
         
     | 
| 
       1951 
1995 
     | 
    
         
             
              export interface GetWebExperienceRequest {
         
     | 
| 
       1952 
1996 
     | 
    
         
             
                /**
         
     | 
| 
       1953 
     | 
    
         
            -
                 * The identifier of the Amazon Q application linked to the web experience.
         
     | 
| 
      
 1997 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business application linked to the web experience.
         
     | 
| 
       1954 
1998 
     | 
    
         
             
                 */
         
     | 
| 
       1955 
1999 
     | 
    
         
             
                applicationId: ApplicationId;
         
     | 
| 
       1956 
2000 
     | 
    
         
             
                /**
         
     | 
| 
       1957 
     | 
    
         
            -
                 * The identifier of the Amazon Q web experience. 
         
     | 
| 
      
 2001 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business web experience. 
         
     | 
| 
       1958 
2002 
     | 
    
         
             
                 */
         
     | 
| 
       1959 
2003 
     | 
    
         
             
                webExperienceId: WebExperienceId;
         
     | 
| 
       1960 
2004 
     | 
    
         
             
              }
         
     | 
| 
       1961 
2005 
     | 
    
         
             
              export interface GetWebExperienceResponse {
         
     | 
| 
       1962 
2006 
     | 
    
         
             
                /**
         
     | 
| 
       1963 
     | 
    
         
            -
                 * The identifier of the Amazon Q application linked to the web experience.
         
     | 
| 
      
 2007 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business application linked to the web experience.
         
     | 
| 
       1964 
2008 
     | 
    
         
             
                 */
         
     | 
| 
       1965 
2009 
     | 
    
         
             
                applicationId?: ApplicationId;
         
     | 
| 
       1966 
2010 
     | 
    
         
             
                /**
         
     | 
| 
       1967 
     | 
    
         
            -
                 * The authentication configuration information for your Amazon Q web experience.
         
     | 
| 
      
 2011 
     | 
    
         
            +
                 * The authentication configuration information for your Amazon Q Business web experience.
         
     | 
| 
       1968 
2012 
     | 
    
         
             
                 */
         
     | 
| 
       1969 
2013 
     | 
    
         
             
                authenticationConfiguration?: WebExperienceAuthConfiguration;
         
     | 
| 
       1970 
2014 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -1972,27 +2016,31 @@ declare namespace QBusiness { 
     | 
|
| 
       1972 
2016 
     | 
    
         
             
                 */
         
     | 
| 
       1973 
2017 
     | 
    
         
             
                createdAt?: Timestamp;
         
     | 
| 
       1974 
2018 
     | 
    
         
             
                /**
         
     | 
| 
       1975 
     | 
    
         
            -
                 * The endpoint of your Amazon Q web experience.
         
     | 
| 
      
 2019 
     | 
    
         
            +
                 * The endpoint of your Amazon Q Business web experience.
         
     | 
| 
       1976 
2020 
     | 
    
         
             
                 */
         
     | 
| 
       1977 
2021 
     | 
    
         
             
                defaultEndpoint?: Url;
         
     | 
| 
       1978 
2022 
     | 
    
         
             
                /**
         
     | 
| 
       1979 
2023 
     | 
    
         
             
                 * When the Status field value is FAILED, the ErrorMessage field contains a description of the error that caused the data source connector to fail.
         
     | 
| 
       1980 
2024 
     | 
    
         
             
                 */
         
     | 
| 
       1981 
2025 
     | 
    
         
             
                error?: ErrorDetail;
         
     | 
| 
      
 2026 
     | 
    
         
            +
                /**
         
     | 
| 
      
 2027 
     | 
    
         
            +
                 *  The Amazon Resource Name (ARN) of the service role attached to your web experience.
         
     | 
| 
      
 2028 
     | 
    
         
            +
                 */
         
     | 
| 
      
 2029 
     | 
    
         
            +
                roleArn?: RoleArn;
         
     | 
| 
       1982 
2030 
     | 
    
         
             
                /**
         
     | 
| 
       1983 
2031 
     | 
    
         
             
                 * Determines whether sample prompts are enabled in the web experience for an end user.
         
     | 
| 
       1984 
2032 
     | 
    
         
             
                 */
         
     | 
| 
       1985 
2033 
     | 
    
         
             
                samplePromptsControlMode?: WebExperienceSamplePromptsControlMode;
         
     | 
| 
       1986 
2034 
     | 
    
         
             
                /**
         
     | 
| 
       1987 
     | 
    
         
            -
                 * The current status of the Amazon Q web experience. When the Status field value is FAILED, the ErrorMessage field contains a description of the error that caused the data source connector to fail. 
         
     | 
| 
      
 2035 
     | 
    
         
            +
                 * The current status of the Amazon Q Business web experience. When the Status field value is FAILED, the ErrorMessage field contains a description of the error that caused the data source connector to fail. 
         
     | 
| 
       1988 
2036 
     | 
    
         
             
                 */
         
     | 
| 
       1989 
2037 
     | 
    
         
             
                status?: WebExperienceStatus;
         
     | 
| 
       1990 
2038 
     | 
    
         
             
                /**
         
     | 
| 
       1991 
     | 
    
         
            -
                 * The subtitle for your Amazon Q web experience. 
         
     | 
| 
      
 2039 
     | 
    
         
            +
                 * The subtitle for your Amazon Q Business web experience. 
         
     | 
| 
       1992 
2040 
     | 
    
         
             
                 */
         
     | 
| 
       1993 
2041 
     | 
    
         
             
                subtitle?: WebExperienceSubtitle;
         
     | 
| 
       1994 
2042 
     | 
    
         
             
                /**
         
     | 
| 
       1995 
     | 
    
         
            -
                 * The title for your Amazon Q web experience. 
         
     | 
| 
      
 2043 
     | 
    
         
            +
                 * The title for your Amazon Q Business web experience. 
         
     | 
| 
       1996 
2044 
     | 
    
         
             
                 */
         
     | 
| 
       1997 
2045 
     | 
    
         
             
                title?: WebExperienceTitle;
         
     | 
| 
       1998 
2046 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -2000,15 +2048,15 @@ declare namespace QBusiness { 
     | 
|
| 
       2000 
2048 
     | 
    
         
             
                 */
         
     | 
| 
       2001 
2049 
     | 
    
         
             
                updatedAt?: Timestamp;
         
     | 
| 
       2002 
2050 
     | 
    
         
             
                /**
         
     | 
| 
       2003 
     | 
    
         
            -
                 * The Amazon Resource Name (ARN) of the role with the permission to access the Amazon Q web experience and required resources.
         
     | 
| 
      
 2051 
     | 
    
         
            +
                 * The Amazon Resource Name (ARN) of the role with the permission to access the Amazon Q Business web experience and required resources.
         
     | 
| 
       2004 
2052 
     | 
    
         
             
                 */
         
     | 
| 
       2005 
2053 
     | 
    
         
             
                webExperienceArn?: WebExperienceArn;
         
     | 
| 
       2006 
2054 
     | 
    
         
             
                /**
         
     | 
| 
       2007 
     | 
    
         
            -
                 * The identifier of the Amazon Q web experience.
         
     | 
| 
      
 2055 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business web experience.
         
     | 
| 
       2008 
2056 
     | 
    
         
             
                 */
         
     | 
| 
       2009 
2057 
     | 
    
         
             
                webExperienceId?: WebExperienceId;
         
     | 
| 
       2010 
2058 
     | 
    
         
             
                /**
         
     | 
| 
       2011 
     | 
    
         
            -
                 * The customized welcome message for end users of an Amazon Q web experience.
         
     | 
| 
      
 2059 
     | 
    
         
            +
                 * The customized welcome message for end users of an Amazon Q Business web experience.
         
     | 
| 
       2012 
2060 
     | 
    
         
             
                 */
         
     | 
| 
       2013 
2061 
     | 
    
         
             
                welcomeMessage?: WebExperienceWelcomeMessage;
         
     | 
| 
       2014 
2062 
     | 
    
         
             
              }
         
     | 
| 
         @@ -2030,7 +2078,7 @@ declare namespace QBusiness { 
     | 
|
| 
       2030 
2078 
     | 
    
         
             
                 */
         
     | 
| 
       2031 
2079 
     | 
    
         
             
                errorDetail?: ErrorDetail;
         
     | 
| 
       2032 
2080 
     | 
    
         
             
                /**
         
     | 
| 
       2033 
     | 
    
         
            -
                 * The Unix timestamp when the Amazon Q application was last updated.
         
     | 
| 
      
 2081 
     | 
    
         
            +
                 * The Unix timestamp when the Amazon Q Business application was last updated.
         
     | 
| 
       2034 
2082 
     | 
    
         
             
                 */
         
     | 
| 
       2035 
2083 
     | 
    
         
             
                lastUpdatedAt?: Timestamp;
         
     | 
| 
       2036 
2084 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -2048,7 +2096,7 @@ declare namespace QBusiness { 
     | 
|
| 
       2048 
2096 
     | 
    
         
             
              export type GroupSummaryList = GroupSummary[];
         
     | 
| 
       2049 
2097 
     | 
    
         
             
              export interface HookConfiguration {
         
     | 
| 
       2050 
2098 
     | 
    
         
             
                /**
         
     | 
| 
       2051 
     | 
    
         
            -
                 * The condition used for when a Lambda function should be invoked. For example, you can specify a condition that if there are empty date-time values, then Amazon Q should invoke a function that inserts the current date-time.
         
     | 
| 
      
 2099 
     | 
    
         
            +
                 * The condition used for when a Lambda function should be invoked. For example, you can specify a condition that if there are empty date-time values, then Amazon Q Business should invoke a function that inserts the current date-time.
         
     | 
| 
       2052 
2100 
     | 
    
         
             
                 */
         
     | 
| 
       2053 
2101 
     | 
    
         
             
                invocationCondition?: DocumentAttributeCondition;
         
     | 
| 
       2054 
2102 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -2064,6 +2112,7 @@ declare namespace QBusiness { 
     | 
|
| 
       2064 
2112 
     | 
    
         
             
                 */
         
     | 
| 
       2065 
2113 
     | 
    
         
             
                s3BucketName?: S3BucketName;
         
     | 
| 
       2066 
2114 
     | 
    
         
             
              }
         
     | 
| 
      
 2115 
     | 
    
         
            +
              export type IdcApplicationArn = string;
         
     | 
| 
       2067 
2116 
     | 
    
         
             
              export interface Index {
         
     | 
| 
       2068 
2117 
     | 
    
         
             
                /**
         
     | 
| 
       2069 
2118 
     | 
    
         
             
                 * The Unix timestamp when the index was created.
         
     | 
| 
         @@ -2089,7 +2138,7 @@ declare namespace QBusiness { 
     | 
|
| 
       2089 
2138 
     | 
    
         
             
              export type IndexArn = string;
         
     | 
| 
       2090 
2139 
     | 
    
         
             
              export interface IndexCapacityConfiguration {
         
     | 
| 
       2091 
2140 
     | 
    
         
             
                /**
         
     | 
| 
       2092 
     | 
    
         
            -
                 * The number of storage units configured for an Amazon Q index.
         
     | 
| 
      
 2141 
     | 
    
         
            +
                 * The number of storage units configured for an Amazon Q Business index.
         
     | 
| 
       2093 
2142 
     | 
    
         
             
                 */
         
     | 
| 
       2094 
2143 
     | 
    
         
             
                units?: IndexCapacityInteger;
         
     | 
| 
       2095 
2144 
     | 
    
         
             
              }
         
     | 
| 
         @@ -2115,6 +2164,7 @@ declare namespace QBusiness { 
     | 
|
| 
       2115 
2164 
     | 
    
         
             
                target?: DocumentAttributeTarget;
         
     | 
| 
       2116 
2165 
     | 
    
         
             
              }
         
     | 
| 
       2117 
2166 
     | 
    
         
             
              export type InlineDocumentEnrichmentConfigurations = InlineDocumentEnrichmentConfiguration[];
         
     | 
| 
      
 2167 
     | 
    
         
            +
              export type InstanceArn = string;
         
     | 
| 
       2118 
2168 
     | 
    
         
             
              export type Integer = number;
         
     | 
| 
       2119 
2169 
     | 
    
         
             
              export interface KendraIndexConfiguration {
         
     | 
| 
       2120 
2170 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -2127,55 +2177,55 @@ declare namespace QBusiness { 
     | 
|
| 
       2127 
2177 
     | 
    
         
             
              export type LambdaArn = string;
         
     | 
| 
       2128 
2178 
     | 
    
         
             
              export interface ListApplicationsRequest {
         
     | 
| 
       2129 
2179 
     | 
    
         
             
                /**
         
     | 
| 
       2130 
     | 
    
         
            -
                 * The maximum number of Amazon Q applications to return.
         
     | 
| 
      
 2180 
     | 
    
         
            +
                 * The maximum number of Amazon Q Business applications to return.
         
     | 
| 
       2131 
2181 
     | 
    
         
             
                 */
         
     | 
| 
       2132 
2182 
     | 
    
         
             
                maxResults?: MaxResultsIntegerForListApplications;
         
     | 
| 
       2133 
2183 
     | 
    
         
             
                /**
         
     | 
| 
       2134 
     | 
    
         
            -
                 * If the maxResults response was incomplete because there is more data to retrieve, Amazon Q returns a pagination token in the response. You can use this pagination token to retrieve the next set of Amazon Q applications.
         
     | 
| 
      
 2184 
     | 
    
         
            +
                 * If the maxResults response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of Amazon Q Business applications.
         
     | 
| 
       2135 
2185 
     | 
    
         
             
                 */
         
     | 
| 
       2136 
2186 
     | 
    
         
             
                nextToken?: NextToken;
         
     | 
| 
       2137 
2187 
     | 
    
         
             
              }
         
     | 
| 
       2138 
2188 
     | 
    
         
             
              export interface ListApplicationsResponse {
         
     | 
| 
       2139 
2189 
     | 
    
         
             
                /**
         
     | 
| 
       2140 
     | 
    
         
            -
                 * An array of summary information on the configuration of one or more Amazon Q applications.
         
     | 
| 
      
 2190 
     | 
    
         
            +
                 * An array of summary information on the configuration of one or more Amazon Q Business applications.
         
     | 
| 
       2141 
2191 
     | 
    
         
             
                 */
         
     | 
| 
       2142 
2192 
     | 
    
         
             
                applications?: Applications;
         
     | 
| 
       2143 
2193 
     | 
    
         
             
                /**
         
     | 
| 
       2144 
     | 
    
         
            -
                 * If the response is truncated, Amazon Q returns this token. You can use this token in a subsequent request to retrieve the next set of applications.
         
     | 
| 
      
 2194 
     | 
    
         
            +
                 * If the response is truncated, Amazon Q Business returns this token. You can use this token in a subsequent request to retrieve the next set of applications.
         
     | 
| 
       2145 
2195 
     | 
    
         
             
                 */
         
     | 
| 
       2146 
2196 
     | 
    
         
             
                nextToken?: NextToken;
         
     | 
| 
       2147 
2197 
     | 
    
         
             
              }
         
     | 
| 
       2148 
2198 
     | 
    
         
             
              export interface ListConversationsRequest {
         
     | 
| 
       2149 
2199 
     | 
    
         
             
                /**
         
     | 
| 
       2150 
     | 
    
         
            -
                 * The identifier of the Amazon Q application.
         
     | 
| 
      
 2200 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business application.
         
     | 
| 
       2151 
2201 
     | 
    
         
             
                 */
         
     | 
| 
       2152 
2202 
     | 
    
         
             
                applicationId: ApplicationId;
         
     | 
| 
       2153 
2203 
     | 
    
         
             
                /**
         
     | 
| 
       2154 
     | 
    
         
            -
                 * The maximum number of Amazon Q conversations to return.
         
     | 
| 
      
 2204 
     | 
    
         
            +
                 * The maximum number of Amazon Q Business conversations to return.
         
     | 
| 
       2155 
2205 
     | 
    
         
             
                 */
         
     | 
| 
       2156 
2206 
     | 
    
         
             
                maxResults?: MaxResultsIntegerForListConversations;
         
     | 
| 
       2157 
2207 
     | 
    
         
             
                /**
         
     | 
| 
       2158 
     | 
    
         
            -
                 * If the maxResults response was incomplete because there is more data to retrieve, Amazon Q returns a pagination token in the response. You can use this pagination token to retrieve the next set of Amazon Q conversations.
         
     | 
| 
      
 2208 
     | 
    
         
            +
                 * If the maxResults response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of Amazon Q Business conversations.
         
     | 
| 
       2159 
2209 
     | 
    
         
             
                 */
         
     | 
| 
       2160 
2210 
     | 
    
         
             
                nextToken?: NextToken;
         
     | 
| 
       2161 
2211 
     | 
    
         
             
                /**
         
     | 
| 
       2162 
     | 
    
         
            -
                 * The identifier of the user involved in the Amazon Q web experience conversation. 
         
     | 
| 
      
 2212 
     | 
    
         
            +
                 * The identifier of the user involved in the Amazon Q Business web experience conversation. 
         
     | 
| 
       2163 
2213 
     | 
    
         
             
                 */
         
     | 
| 
       2164 
     | 
    
         
            -
                userId 
     | 
| 
      
 2214 
     | 
    
         
            +
                userId?: UserId;
         
     | 
| 
       2165 
2215 
     | 
    
         
             
              }
         
     | 
| 
       2166 
2216 
     | 
    
         
             
              export interface ListConversationsResponse {
         
     | 
| 
       2167 
2217 
     | 
    
         
             
                /**
         
     | 
| 
       2168 
     | 
    
         
            -
                 * An array of summary information on the configuration of one or more Amazon Q web experiences.
         
     | 
| 
      
 2218 
     | 
    
         
            +
                 * An array of summary information on the configuration of one or more Amazon Q Business web experiences.
         
     | 
| 
       2169 
2219 
     | 
    
         
             
                 */
         
     | 
| 
       2170 
2220 
     | 
    
         
             
                conversations?: Conversations;
         
     | 
| 
       2171 
2221 
     | 
    
         
             
                /**
         
     | 
| 
       2172 
     | 
    
         
            -
                 * If the response is truncated, Amazon Q returns this token, which you can use in a later request to list the next set of messages.
         
     | 
| 
      
 2222 
     | 
    
         
            +
                 * If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list the next set of messages.
         
     | 
| 
       2173 
2223 
     | 
    
         
             
                 */
         
     | 
| 
       2174 
2224 
     | 
    
         
             
                nextToken?: NextToken;
         
     | 
| 
       2175 
2225 
     | 
    
         
             
              }
         
     | 
| 
       2176 
2226 
     | 
    
         
             
              export interface ListDataSourceSyncJobsRequest {
         
     | 
| 
       2177 
2227 
     | 
    
         
             
                /**
         
     | 
| 
       2178 
     | 
    
         
            -
                 * The identifier of the Amazon Q application connected to the data source.
         
     | 
| 
      
 2228 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business application connected to the data source.
         
     | 
| 
       2179 
2229 
     | 
    
         
             
                 */
         
     | 
| 
       2180 
2230 
     | 
    
         
             
                applicationId: ApplicationId;
         
     | 
| 
       2181 
2231 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -2187,7 +2237,7 @@ declare namespace QBusiness { 
     | 
|
| 
       2187 
2237 
     | 
    
         
             
                 */
         
     | 
| 
       2188 
2238 
     | 
    
         
             
                endTime?: Timestamp;
         
     | 
| 
       2189 
2239 
     | 
    
         
             
                /**
         
     | 
| 
       2190 
     | 
    
         
            -
                 * The identifier of the index used with the Amazon Q data source connector.
         
     | 
| 
      
 2240 
     | 
    
         
            +
                 * The identifier of the index used with the Amazon Q Business data source connector.
         
     | 
| 
       2191 
2241 
     | 
    
         
             
                 */
         
     | 
| 
       2192 
2242 
     | 
    
         
             
                indexId: IndexId;
         
     | 
| 
       2193 
2243 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -2195,7 +2245,7 @@ declare namespace QBusiness { 
     | 
|
| 
       2195 
2245 
     | 
    
         
             
                 */
         
     | 
| 
       2196 
2246 
     | 
    
         
             
                maxResults?: MaxResultsIntegerForListDataSourcesSyncJobs;
         
     | 
| 
       2197 
2247 
     | 
    
         
             
                /**
         
     | 
| 
       2198 
     | 
    
         
            -
                 * If the maxResults response was incpmplete because there is more data to retriever, Amazon Q returns a pagination token in the response. You can use this pagination token to retrieve the next set of responses.
         
     | 
| 
      
 2248 
     | 
    
         
            +
                 * If the maxResults response was incpmplete because there is more data to retriever, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of responses.
         
     | 
| 
       2199 
2249 
     | 
    
         
             
                 */
         
     | 
| 
       2200 
2250 
     | 
    
         
             
                nextToken?: NextToken;
         
     | 
| 
       2201 
2251 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -2213,13 +2263,13 @@ declare namespace QBusiness { 
     | 
|
| 
       2213 
2263 
     | 
    
         
             
                 */
         
     | 
| 
       2214 
2264 
     | 
    
         
             
                history?: DataSourceSyncJobs;
         
     | 
| 
       2215 
2265 
     | 
    
         
             
                /**
         
     | 
| 
       2216 
     | 
    
         
            -
                 * If the response is truncated, Amazon Q returns this token. You can use this token in any subsequent request to retrieve the next set of jobs.
         
     | 
| 
      
 2266 
     | 
    
         
            +
                 * If the response is truncated, Amazon Q Business returns this token. You can use this token in any subsequent request to retrieve the next set of jobs.
         
     | 
| 
       2217 
2267 
     | 
    
         
             
                 */
         
     | 
| 
       2218 
2268 
     | 
    
         
             
                nextToken?: NextToken;
         
     | 
| 
       2219 
2269 
     | 
    
         
             
              }
         
     | 
| 
       2220 
2270 
     | 
    
         
             
              export interface ListDataSourcesRequest {
         
     | 
| 
       2221 
2271 
     | 
    
         
             
                /**
         
     | 
| 
       2222 
     | 
    
         
            -
                 * The identifier of the Amazon Q application linked to the data source connectors.
         
     | 
| 
      
 2272 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business application linked to the data source connectors.
         
     | 
| 
       2223 
2273 
     | 
    
         
             
                 */
         
     | 
| 
       2224 
2274 
     | 
    
         
             
                applicationId: ApplicationId;
         
     | 
| 
       2225 
2275 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -2231,7 +2281,7 @@ declare namespace QBusiness { 
     | 
|
| 
       2231 
2281 
     | 
    
         
             
                 */
         
     | 
| 
       2232 
2282 
     | 
    
         
             
                maxResults?: MaxResultsIntegerForListDataSources;
         
     | 
| 
       2233 
2283 
     | 
    
         
             
                /**
         
     | 
| 
       2234 
     | 
    
         
            -
                 * If the maxResults response was incomplete because there is more data to retrieve, Amazon Q returns a pagination token in the response. You can use this pagination token to retrieve the next set of Amazon Q data source connectors.
         
     | 
| 
      
 2284 
     | 
    
         
            +
                 * If the maxResults response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of Amazon Q Business data source connectors.
         
     | 
| 
       2235 
2285 
     | 
    
         
             
                 */
         
     | 
| 
       2236 
2286 
     | 
    
         
             
                nextToken?: NextToken;
         
     | 
| 
       2237 
2287 
     | 
    
         
             
              }
         
     | 
| 
         @@ -2241,7 +2291,7 @@ declare namespace QBusiness { 
     | 
|
| 
       2241 
2291 
     | 
    
         
             
                 */
         
     | 
| 
       2242 
2292 
     | 
    
         
             
                dataSources?: DataSources;
         
     | 
| 
       2243 
2293 
     | 
    
         
             
                /**
         
     | 
| 
       2244 
     | 
    
         
            -
                 * If the response is truncated, Amazon Q returns this token. You can use this token in a subsequent request to retrieve the next set of data source connectors.
         
     | 
| 
      
 2294 
     | 
    
         
            +
                 * If the response is truncated, Amazon Q Business returns this token. You can use this token in a subsequent request to retrieve the next set of data source connectors.
         
     | 
| 
       2245 
2295 
     | 
    
         
             
                 */
         
     | 
| 
       2246 
2296 
     | 
    
         
             
                nextToken?: NextToken;
         
     | 
| 
       2247 
2297 
     | 
    
         
             
              }
         
     | 
| 
         @@ -2263,7 +2313,7 @@ declare namespace QBusiness { 
     | 
|
| 
       2263 
2313 
     | 
    
         
             
                 */
         
     | 
| 
       2264 
2314 
     | 
    
         
             
                maxResults?: MaxResultsIntegerForListDocuments;
         
     | 
| 
       2265 
2315 
     | 
    
         
             
                /**
         
     | 
| 
       2266 
     | 
    
         
            -
                 * If the maxResults response was incomplete because there is more data to retrieve, Amazon Q returns a pagination token in the response. You can use this pagination token to retrieve the next set of documents.
         
     | 
| 
      
 2316 
     | 
    
         
            +
                 * If the maxResults response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of documents.
         
     | 
| 
       2267 
2317 
     | 
    
         
             
                 */
         
     | 
| 
       2268 
2318 
     | 
    
         
             
                nextToken?: NextToken;
         
     | 
| 
       2269 
2319 
     | 
    
         
             
              }
         
     | 
| 
         @@ -2273,7 +2323,7 @@ declare namespace QBusiness { 
     | 
|
| 
       2273 
2323 
     | 
    
         
             
                 */
         
     | 
| 
       2274 
2324 
     | 
    
         
             
                documentDetailList?: DocumentDetailList;
         
     | 
| 
       2275 
2325 
     | 
    
         
             
                /**
         
     | 
| 
       2276 
     | 
    
         
            -
                 * If the maxResults response was incomplete because there is more data to retrieve, Amazon Q returns a pagination token in the response. You can use this pagination token to retrieve the next set of documents.
         
     | 
| 
      
 2326 
     | 
    
         
            +
                 * If the maxResults response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of documents.
         
     | 
| 
       2277 
2327 
     | 
    
         
             
                 */
         
     | 
| 
       2278 
2328 
     | 
    
         
             
                nextToken?: NextToken;
         
     | 
| 
       2279 
2329 
     | 
    
         
             
              }
         
     | 
| 
         @@ -2295,7 +2345,7 @@ declare namespace QBusiness { 
     | 
|
| 
       2295 
2345 
     | 
    
         
             
                 */
         
     | 
| 
       2296 
2346 
     | 
    
         
             
                maxResults?: MaxResultsIntegerForListGroupsRequest;
         
     | 
| 
       2297 
2347 
     | 
    
         
             
                /**
         
     | 
| 
       2298 
     | 
    
         
            -
                 * If the previous response was incomplete (because there is more data to retrieve), Amazon Q returns a pagination token in the response. You can use this pagination token to retrieve the next set of groups that are mapped to users.
         
     | 
| 
      
 2348 
     | 
    
         
            +
                 * If the previous response was incomplete (because there is more data to retrieve), Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of groups that are mapped to users.
         
     | 
| 
       2299 
2349 
     | 
    
         
             
                 */
         
     | 
| 
       2300 
2350 
     | 
    
         
             
                nextToken?: NextToken;
         
     | 
| 
       2301 
2351 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -2309,13 +2359,13 @@ declare namespace QBusiness { 
     | 
|
| 
       2309 
2359 
     | 
    
         
             
                 */
         
     | 
| 
       2310 
2360 
     | 
    
         
             
                items?: GroupSummaryList;
         
     | 
| 
       2311 
2361 
     | 
    
         
             
                /**
         
     | 
| 
       2312 
     | 
    
         
            -
                 * If the response is truncated, Amazon Q returns this token that you can use in the subsequent request to retrieve the next set of groups that are mapped to users.
         
     | 
| 
      
 2362 
     | 
    
         
            +
                 * If the response is truncated, Amazon Q Business returns this token that you can use in the subsequent request to retrieve the next set of groups that are mapped to users.
         
     | 
| 
       2313 
2363 
     | 
    
         
             
                 */
         
     | 
| 
       2314 
2364 
     | 
    
         
             
                nextToken?: NextToken;
         
     | 
| 
       2315 
2365 
     | 
    
         
             
              }
         
     | 
| 
       2316 
2366 
     | 
    
         
             
              export interface ListIndicesRequest {
         
     | 
| 
       2317 
2367 
     | 
    
         
             
                /**
         
     | 
| 
       2318 
     | 
    
         
            -
                 * The identifier of the Amazon Q application connected to the index.
         
     | 
| 
      
 2368 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business application connected to the index.
         
     | 
| 
       2319 
2369 
     | 
    
         
             
                 */
         
     | 
| 
       2320 
2370 
     | 
    
         
             
                applicationId: ApplicationId;
         
     | 
| 
       2321 
2371 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -2323,7 +2373,7 @@ declare namespace QBusiness { 
     | 
|
| 
       2323 
2373 
     | 
    
         
             
                 */
         
     | 
| 
       2324 
2374 
     | 
    
         
             
                maxResults?: MaxResultsIntegerForListIndices;
         
     | 
| 
       2325 
2375 
     | 
    
         
             
                /**
         
     | 
| 
       2326 
     | 
    
         
            -
                 * If the maxResults response was incomplete because there is more data to retrieve, Amazon Q returns a pagination token in the response. You can use this pagination token to retrieve the next set of Amazon Q indices.
         
     | 
| 
      
 2376 
     | 
    
         
            +
                 * If the maxResults response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of Amazon Q Business indices.
         
     | 
| 
       2327 
2377 
     | 
    
         
             
                 */
         
     | 
| 
       2328 
2378 
     | 
    
         
             
                nextToken?: NextToken;
         
     | 
| 
       2329 
2379 
     | 
    
         
             
              }
         
     | 
| 
         @@ -2333,17 +2383,17 @@ declare namespace QBusiness { 
     | 
|
| 
       2333 
2383 
     | 
    
         
             
                 */
         
     | 
| 
       2334 
2384 
     | 
    
         
             
                indices?: Indices;
         
     | 
| 
       2335 
2385 
     | 
    
         
             
                /**
         
     | 
| 
       2336 
     | 
    
         
            -
                 * If the response is truncated, Amazon Q returns this token that you can use in the subsequent request to retrieve the next set of indexes.
         
     | 
| 
      
 2386 
     | 
    
         
            +
                 * If the response is truncated, Amazon Q Business returns this token that you can use in the subsequent request to retrieve the next set of indexes.
         
     | 
| 
       2337 
2387 
     | 
    
         
             
                 */
         
     | 
| 
       2338 
2388 
     | 
    
         
             
                nextToken?: NextToken;
         
     | 
| 
       2339 
2389 
     | 
    
         
             
              }
         
     | 
| 
       2340 
2390 
     | 
    
         
             
              export interface ListMessagesRequest {
         
     | 
| 
       2341 
2391 
     | 
    
         
             
                /**
         
     | 
| 
       2342 
     | 
    
         
            -
                 * The identifier for the Amazon Q application.
         
     | 
| 
      
 2392 
     | 
    
         
            +
                 * The identifier for the Amazon Q Business application.
         
     | 
| 
       2343 
2393 
     | 
    
         
             
                 */
         
     | 
| 
       2344 
2394 
     | 
    
         
             
                applicationId: ApplicationId;
         
     | 
| 
       2345 
2395 
     | 
    
         
             
                /**
         
     | 
| 
       2346 
     | 
    
         
            -
                 * The identifier of the Amazon Q web experience conversation.
         
     | 
| 
      
 2396 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business web experience conversation.
         
     | 
| 
       2347 
2397 
     | 
    
         
             
                 */
         
     | 
| 
       2348 
2398 
     | 
    
         
             
                conversationId: ConversationId;
         
     | 
| 
       2349 
2399 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -2351,13 +2401,13 @@ declare namespace QBusiness { 
     | 
|
| 
       2351 
2401 
     | 
    
         
             
                 */
         
     | 
| 
       2352 
2402 
     | 
    
         
             
                maxResults?: MaxResultsIntegerForListMessages;
         
     | 
| 
       2353 
2403 
     | 
    
         
             
                /**
         
     | 
| 
       2354 
     | 
    
         
            -
                 * If the number of retrievers returned exceeds maxResults, Amazon Q returns a next token as a pagination token to retrieve the next set of messages.
         
     | 
| 
      
 2404 
     | 
    
         
            +
                 * If the number of retrievers returned exceeds maxResults, Amazon Q Business returns a next token as a pagination token to retrieve the next set of messages.
         
     | 
| 
       2355 
2405 
     | 
    
         
             
                 */
         
     | 
| 
       2356 
2406 
     | 
    
         
             
                nextToken?: NextToken;
         
     | 
| 
       2357 
2407 
     | 
    
         
             
                /**
         
     | 
| 
       2358 
     | 
    
         
            -
                 * The identifier of the user involved in the Amazon Q web experience conversation.
         
     | 
| 
      
 2408 
     | 
    
         
            +
                 * The identifier of the user involved in the Amazon Q Business web experience conversation.
         
     | 
| 
       2359 
2409 
     | 
    
         
             
                 */
         
     | 
| 
       2360 
     | 
    
         
            -
                userId 
     | 
| 
      
 2410 
     | 
    
         
            +
                userId?: UserId;
         
     | 
| 
       2361 
2411 
     | 
    
         
             
              }
         
     | 
| 
       2362 
2412 
     | 
    
         
             
              export interface ListMessagesResponse {
         
     | 
| 
       2363 
2413 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -2365,7 +2415,7 @@ declare namespace QBusiness { 
     | 
|
| 
       2365 
2415 
     | 
    
         
             
                 */
         
     | 
| 
       2366 
2416 
     | 
    
         
             
                messages?: Messages;
         
     | 
| 
       2367 
2417 
     | 
    
         
             
                /**
         
     | 
| 
       2368 
     | 
    
         
            -
                 * If the response is truncated, Amazon Q returns this token, which you can use in a later request to list the next set of messages.
         
     | 
| 
      
 2418 
     | 
    
         
            +
                 * If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list the next set of messages.
         
     | 
| 
       2369 
2419 
     | 
    
         
             
                 */
         
     | 
| 
       2370 
2420 
     | 
    
         
             
                nextToken?: NextToken;
         
     | 
| 
       2371 
2421 
     | 
    
         
             
              }
         
     | 
| 
         @@ -2379,13 +2429,13 @@ declare namespace QBusiness { 
     | 
|
| 
       2379 
2429 
     | 
    
         
             
                 */
         
     | 
| 
       2380 
2430 
     | 
    
         
             
                maxResults?: MaxResultsIntegerForListPlugins;
         
     | 
| 
       2381 
2431 
     | 
    
         
             
                /**
         
     | 
| 
       2382 
     | 
    
         
            -
                 * If the maxResults response was incomplete because there is more data to retrieve, Amazon Q returns a pagination token in the response. You can use this pagination token to retrieve the next set of plugins.
         
     | 
| 
      
 2432 
     | 
    
         
            +
                 * If the maxResults response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of plugins.
         
     | 
| 
       2383 
2433 
     | 
    
         
             
                 */
         
     | 
| 
       2384 
2434 
     | 
    
         
             
                nextToken?: NextToken;
         
     | 
| 
       2385 
2435 
     | 
    
         
             
              }
         
     | 
| 
       2386 
2436 
     | 
    
         
             
              export interface ListPluginsResponse {
         
     | 
| 
       2387 
2437 
     | 
    
         
             
                /**
         
     | 
| 
       2388 
     | 
    
         
            -
                 * If the maxResults response was incomplete because there is more data to retrieve, Amazon Q returns a pagination token in the response. You can use this pagination token to retrieve the next set of plugins.
         
     | 
| 
      
 2438 
     | 
    
         
            +
                 * If the maxResults response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of plugins.
         
     | 
| 
       2389 
2439 
     | 
    
         
             
                 */
         
     | 
| 
       2390 
2440 
     | 
    
         
             
                nextToken?: NextToken;
         
     | 
| 
       2391 
2441 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -2395,7 +2445,7 @@ declare namespace QBusiness { 
     | 
|
| 
       2395 
2445 
     | 
    
         
             
              }
         
     | 
| 
       2396 
2446 
     | 
    
         
             
              export interface ListRetrieversRequest {
         
     | 
| 
       2397 
2447 
     | 
    
         
             
                /**
         
     | 
| 
       2398 
     | 
    
         
            -
                 * The identifier of the Amazon Q application using the retriever.
         
     | 
| 
      
 2448 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business application using the retriever.
         
     | 
| 
       2399 
2449 
     | 
    
         
             
                 */
         
     | 
| 
       2400 
2450 
     | 
    
         
             
                applicationId: ApplicationId;
         
     | 
| 
       2401 
2451 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -2403,13 +2453,13 @@ declare namespace QBusiness { 
     | 
|
| 
       2403 
2453 
     | 
    
         
             
                 */
         
     | 
| 
       2404 
2454 
     | 
    
         
             
                maxResults?: MaxResultsIntegerForListRetrieversRequest;
         
     | 
| 
       2405 
2455 
     | 
    
         
             
                /**
         
     | 
| 
       2406 
     | 
    
         
            -
                 * If the number of retrievers returned exceeds maxResults, Amazon Q returns a next token as a pagination token to retrieve the next set of retrievers.
         
     | 
| 
      
 2456 
     | 
    
         
            +
                 * If the number of retrievers returned exceeds maxResults, Amazon Q Business returns a next token as a pagination token to retrieve the next set of retrievers.
         
     | 
| 
       2407 
2457 
     | 
    
         
             
                 */
         
     | 
| 
       2408 
2458 
     | 
    
         
             
                nextToken?: NextToken;
         
     | 
| 
       2409 
2459 
     | 
    
         
             
              }
         
     | 
| 
       2410 
2460 
     | 
    
         
             
              export interface ListRetrieversResponse {
         
     | 
| 
       2411 
2461 
     | 
    
         
             
                /**
         
     | 
| 
       2412 
     | 
    
         
            -
                 * If the response is truncated, Amazon Q returns this token, which you can use in a later request to list the next set of retrievers.
         
     | 
| 
      
 2462 
     | 
    
         
            +
                 * If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list the next set of retrievers.
         
     | 
| 
       2413 
2463 
     | 
    
         
             
                 */
         
     | 
| 
       2414 
2464 
     | 
    
         
             
                nextToken?: NextToken;
         
     | 
| 
       2415 
2465 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -2419,37 +2469,37 @@ declare namespace QBusiness { 
     | 
|
| 
       2419 
2469 
     | 
    
         
             
              }
         
     | 
| 
       2420 
2470 
     | 
    
         
             
              export interface ListTagsForResourceRequest {
         
     | 
| 
       2421 
2471 
     | 
    
         
             
                /**
         
     | 
| 
       2422 
     | 
    
         
            -
                 * The Amazon Resource Name (ARN) of the Amazon Q application or data source to get a list of tags for.
         
     | 
| 
      
 2472 
     | 
    
         
            +
                 * The Amazon Resource Name (ARN) of the Amazon Q Business application or data source to get a list of tags for.
         
     | 
| 
       2423 
2473 
     | 
    
         
             
                 */
         
     | 
| 
       2424 
2474 
     | 
    
         
             
                resourceARN: AmazonResourceName;
         
     | 
| 
       2425 
2475 
     | 
    
         
             
              }
         
     | 
| 
       2426 
2476 
     | 
    
         
             
              export interface ListTagsForResourceResponse {
         
     | 
| 
       2427 
2477 
     | 
    
         
             
                /**
         
     | 
| 
       2428 
     | 
    
         
            -
                 * A list of tags associated with the Amazon Q application or data source.
         
     | 
| 
      
 2478 
     | 
    
         
            +
                 * A list of tags associated with the Amazon Q Business application or data source.
         
     | 
| 
       2429 
2479 
     | 
    
         
             
                 */
         
     | 
| 
       2430 
2480 
     | 
    
         
             
                tags?: Tags;
         
     | 
| 
       2431 
2481 
     | 
    
         
             
              }
         
     | 
| 
       2432 
2482 
     | 
    
         
             
              export interface ListWebExperiencesRequest {
         
     | 
| 
       2433 
2483 
     | 
    
         
             
                /**
         
     | 
| 
       2434 
     | 
    
         
            -
                 * The identifier of the Amazon Q application linked to the listed web experiences.
         
     | 
| 
      
 2484 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business application linked to the listed web experiences.
         
     | 
| 
       2435 
2485 
     | 
    
         
             
                 */
         
     | 
| 
       2436 
2486 
     | 
    
         
             
                applicationId: ApplicationId;
         
     | 
| 
       2437 
2487 
     | 
    
         
             
                /**
         
     | 
| 
       2438 
     | 
    
         
            -
                 * The maximum number of Amazon Q Web Experiences to return.
         
     | 
| 
      
 2488 
     | 
    
         
            +
                 * The maximum number of Amazon Q Business Web Experiences to return.
         
     | 
| 
       2439 
2489 
     | 
    
         
             
                 */
         
     | 
| 
       2440 
2490 
     | 
    
         
             
                maxResults?: MaxResultsIntegerForListWebExperiencesRequest;
         
     | 
| 
       2441 
2491 
     | 
    
         
             
                /**
         
     | 
| 
       2442 
     | 
    
         
            -
                 * If the maxResults response was incomplete because there is more data to retrieve, Amazon Q returns a pagination token in the response. You can use this pagination token to retrieve the next set of Amazon Q conversations.
         
     | 
| 
      
 2492 
     | 
    
         
            +
                 * If the maxResults response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of Amazon Q Business conversations.
         
     | 
| 
       2443 
2493 
     | 
    
         
             
                 */
         
     | 
| 
       2444 
2494 
     | 
    
         
             
                nextToken?: NextToken;
         
     | 
| 
       2445 
2495 
     | 
    
         
             
              }
         
     | 
| 
       2446 
2496 
     | 
    
         
             
              export interface ListWebExperiencesResponse {
         
     | 
| 
       2447 
2497 
     | 
    
         
             
                /**
         
     | 
| 
       2448 
     | 
    
         
            -
                 * If the response is truncated, Amazon Q returns this token, which you can use in a later request to list the next set of messages.
         
     | 
| 
      
 2498 
     | 
    
         
            +
                 * If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list the next set of messages.
         
     | 
| 
       2449 
2499 
     | 
    
         
             
                 */
         
     | 
| 
       2450 
2500 
     | 
    
         
             
                nextToken?: NextToken;
         
     | 
| 
       2451 
2501 
     | 
    
         
             
                /**
         
     | 
| 
       2452 
     | 
    
         
            -
                 * An array of summary information for one or more Amazon Q experiences.
         
     | 
| 
      
 2502 
     | 
    
         
            +
                 * An array of summary information for one or more Amazon Q Business experiences.
         
     | 
| 
       2453 
2503 
     | 
    
         
             
                 */
         
     | 
| 
       2454 
2504 
     | 
    
         
             
                webExperiences?: WebExperiences;
         
     | 
| 
       2455 
2505 
     | 
    
         
             
              }
         
     | 
| 
         @@ -2494,27 +2544,27 @@ declare namespace QBusiness { 
     | 
|
| 
       2494 
2544 
     | 
    
         
             
                actionExecution?: ActionExecution;
         
     | 
| 
       2495 
2545 
     | 
    
         
             
                actionReview?: ActionReview;
         
     | 
| 
       2496 
2546 
     | 
    
         
             
                /**
         
     | 
| 
       2497 
     | 
    
         
            -
                 * A file directly uploaded into an Amazon Q web experience chat.
         
     | 
| 
      
 2547 
     | 
    
         
            +
                 * A file directly uploaded into an Amazon Q Business web experience chat.
         
     | 
| 
       2498 
2548 
     | 
    
         
             
                 */
         
     | 
| 
       2499 
2549 
     | 
    
         
             
                attachments?: AttachmentsOutput;
         
     | 
| 
       2500 
2550 
     | 
    
         
             
                /**
         
     | 
| 
       2501 
     | 
    
         
            -
                 * The content of the Amazon Q web experience message.
         
     | 
| 
      
 2551 
     | 
    
         
            +
                 * The content of the Amazon Q Business web experience message.
         
     | 
| 
       2502 
2552 
     | 
    
         
             
                 */
         
     | 
| 
       2503 
2553 
     | 
    
         
             
                body?: MessageBody;
         
     | 
| 
       2504 
2554 
     | 
    
         
             
                /**
         
     | 
| 
       2505 
     | 
    
         
            -
                 * The identifier of the Amazon Q web experience message.
         
     | 
| 
      
 2555 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business web experience message.
         
     | 
| 
       2506 
2556 
     | 
    
         
             
                 */
         
     | 
| 
       2507 
2557 
     | 
    
         
             
                messageId?: String;
         
     | 
| 
       2508 
2558 
     | 
    
         
             
                /**
         
     | 
| 
       2509 
     | 
    
         
            -
                 * The source documents used to generate Amazon Q web experience message.
         
     | 
| 
      
 2559 
     | 
    
         
            +
                 * The source documents used to generate Amazon Q Business web experience message.
         
     | 
| 
       2510 
2560 
     | 
    
         
             
                 */
         
     | 
| 
       2511 
2561 
     | 
    
         
             
                sourceAttribution?: SourceAttributions;
         
     | 
| 
       2512 
2562 
     | 
    
         
             
                /**
         
     | 
| 
       2513 
     | 
    
         
            -
                 * The timestamp of the first Amazon Q web experience message.
         
     | 
| 
      
 2563 
     | 
    
         
            +
                 * The timestamp of the first Amazon Q Business web experience message.
         
     | 
| 
       2514 
2564 
     | 
    
         
             
                 */
         
     | 
| 
       2515 
2565 
     | 
    
         
             
                time?: Timestamp;
         
     | 
| 
       2516 
2566 
     | 
    
         
             
                /**
         
     | 
| 
       2517 
     | 
    
         
            -
                 * The type of Amazon Q message, whether HUMAN or AI generated.
         
     | 
| 
      
 2567 
     | 
    
         
            +
                 * The type of Amazon Q Business message, whether HUMAN or AI generated.
         
     | 
| 
       2518 
2568 
     | 
    
         
             
                 */
         
     | 
| 
       2519 
2569 
     | 
    
         
             
                type?: MessageType;
         
     | 
| 
       2520 
2570 
     | 
    
         
             
              }
         
     | 
| 
         @@ -2546,11 +2596,11 @@ declare namespace QBusiness { 
     | 
|
| 
       2546 
2596 
     | 
    
         
             
              export type MetricValue = string;
         
     | 
| 
       2547 
2597 
     | 
    
         
             
              export interface NativeIndexConfiguration {
         
     | 
| 
       2548 
2598 
     | 
    
         
             
                /**
         
     | 
| 
       2549 
     | 
    
         
            -
                 * Overrides the default boosts applied by Amazon Q to supported document attribute data types.
         
     | 
| 
      
 2599 
     | 
    
         
            +
                 * Overrides the default boosts applied by Amazon Q Business to supported document attribute data types.
         
     | 
| 
       2550 
2600 
     | 
    
         
             
                 */
         
     | 
| 
       2551 
2601 
     | 
    
         
             
                boostingOverride?: DocumentAttributeBoostingOverrideMap;
         
     | 
| 
       2552 
2602 
     | 
    
         
             
                /**
         
     | 
| 
       2553 
     | 
    
         
            -
                 * The identifier for the Amazon Q index.
         
     | 
| 
      
 2603 
     | 
    
         
            +
                 * The identifier for the Amazon Q Business index.
         
     | 
| 
       2554 
2604 
     | 
    
         
             
                 */
         
     | 
| 
       2555 
2605 
     | 
    
         
             
                indexId: IndexId;
         
     | 
| 
       2556 
2606 
     | 
    
         
             
              }
         
     | 
| 
         @@ -2568,7 +2618,7 @@ declare namespace QBusiness { 
     | 
|
| 
       2568 
2618 
     | 
    
         
             
              export type NumberAttributeBoostingType = "PRIORITIZE_LARGER_VALUES"|"PRIORITIZE_SMALLER_VALUES"|string;
         
     | 
| 
       2569 
2619 
     | 
    
         
             
              export interface OAuth2ClientCredentialConfiguration {
         
     | 
| 
       2570 
2620 
     | 
    
         
             
                /**
         
     | 
| 
       2571 
     | 
    
         
            -
                 * The ARN of an IAM role used by Amazon Q to access the OAuth 2.0 authentication credentials stored in a Secrets Manager secret.
         
     | 
| 
      
 2621 
     | 
    
         
            +
                 * The ARN of an IAM role used by Amazon Q Business to access the OAuth 2.0 authentication credentials stored in a Secrets Manager secret.
         
     | 
| 
       2572 
2622 
     | 
    
         
             
                 */
         
     | 
| 
       2573 
2623 
     | 
    
         
             
                roleArn: RoleArn;
         
     | 
| 
       2574 
2624 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -2617,6 +2667,12 @@ declare namespace QBusiness { 
     | 
|
| 
       2617 
2667 
     | 
    
         
             
                 */
         
     | 
| 
       2618 
2668 
     | 
    
         
             
                oAuth2ClientCredentialConfiguration?: OAuth2ClientCredentialConfiguration;
         
     | 
| 
       2619 
2669 
     | 
    
         
             
              }
         
     | 
| 
      
 2670 
     | 
    
         
            +
              export interface PluginConfiguration {
         
     | 
| 
      
 2671 
     | 
    
         
            +
                /**
         
     | 
| 
      
 2672 
     | 
    
         
            +
                 *  The identifier of the plugin you want to use.
         
     | 
| 
      
 2673 
     | 
    
         
            +
                 */
         
     | 
| 
      
 2674 
     | 
    
         
            +
                pluginId: PluginId;
         
     | 
| 
      
 2675 
     | 
    
         
            +
              }
         
     | 
| 
       2620 
2676 
     | 
    
         
             
              export type PluginId = string;
         
     | 
| 
       2621 
2677 
     | 
    
         
             
              export type PluginName = string;
         
     | 
| 
       2622 
2678 
     | 
    
         
             
              export type PluginState = "ENABLED"|"DISABLED"|string;
         
     | 
| 
         @@ -2685,7 +2741,7 @@ declare namespace QBusiness { 
     | 
|
| 
       2685 
2741 
     | 
    
         
             
                /**
         
     | 
| 
       2686 
2742 
     | 
    
         
             
                 * The identifier of the user giving the feedback.
         
     | 
| 
       2687 
2743 
     | 
    
         
             
                 */
         
     | 
| 
       2688 
     | 
    
         
            -
                userId 
     | 
| 
      
 2744 
     | 
    
         
            +
                userId?: UserId;
         
     | 
| 
       2689 
2745 
     | 
    
         
             
              }
         
     | 
| 
       2690 
2746 
     | 
    
         
             
              export interface PutGroupRequest {
         
     | 
| 
       2691 
2747 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -2716,7 +2772,7 @@ declare namespace QBusiness { 
     | 
|
| 
       2716 
2772 
     | 
    
         
             
              export type ResponseScope = "ENTERPRISE_CONTENT_ONLY"|"EXTENDED_KNOWLEDGE_ENABLED"|string;
         
     | 
| 
       2717 
2773 
     | 
    
         
             
              export interface Retriever {
         
     | 
| 
       2718 
2774 
     | 
    
         
             
                /**
         
     | 
| 
       2719 
     | 
    
         
            -
                 * The identifier of the Amazon Q application using the retriever.
         
     | 
| 
      
 2775 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business application using the retriever.
         
     | 
| 
       2720 
2776 
     | 
    
         
             
                 */
         
     | 
| 
       2721 
2777 
     | 
    
         
             
                applicationId?: ApplicationId;
         
     | 
| 
       2722 
2778 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -2724,7 +2780,7 @@ declare namespace QBusiness { 
     | 
|
| 
       2724 
2780 
     | 
    
         
             
                 */
         
     | 
| 
       2725 
2781 
     | 
    
         
             
                displayName?: RetrieverName;
         
     | 
| 
       2726 
2782 
     | 
    
         
             
                /**
         
     | 
| 
       2727 
     | 
    
         
            -
                 * The identifier of the retriever used by your Amazon Q application.
         
     | 
| 
      
 2783 
     | 
    
         
            +
                 * The identifier of the retriever used by your Amazon Q Business application.
         
     | 
| 
       2728 
2784 
     | 
    
         
             
                 */
         
     | 
| 
       2729 
2785 
     | 
    
         
             
                retrieverId?: RetrieverId;
         
     | 
| 
       2730 
2786 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -2739,11 +2795,11 @@ declare namespace QBusiness { 
     | 
|
| 
       2739 
2795 
     | 
    
         
             
              export type RetrieverArn = string;
         
     | 
| 
       2740 
2796 
     | 
    
         
             
              export interface RetrieverConfiguration {
         
     | 
| 
       2741 
2797 
     | 
    
         
             
                /**
         
     | 
| 
       2742 
     | 
    
         
            -
                 * Provides information on how the Amazon Kendra index used as a retriever for your Amazon Q application is configured.
         
     | 
| 
      
 2798 
     | 
    
         
            +
                 * Provides information on how the Amazon Kendra index used as a retriever for your Amazon Q Business application is configured.
         
     | 
| 
       2743 
2799 
     | 
    
         
             
                 */
         
     | 
| 
       2744 
2800 
     | 
    
         
             
                kendraIndexConfiguration?: KendraIndexConfiguration;
         
     | 
| 
       2745 
2801 
     | 
    
         
             
                /**
         
     | 
| 
       2746 
     | 
    
         
            -
                 * Provides information on how a Amazon Q index used as a retriever for your Amazon Q application is configured.
         
     | 
| 
      
 2802 
     | 
    
         
            +
                 * Provides information on how a Amazon Q Business index used as a retriever for your Amazon Q Business application is configured.
         
     | 
| 
       2747 
2803 
     | 
    
         
             
                 */
         
     | 
| 
       2748 
2804 
     | 
    
         
             
                nativeIndexConfiguration?: NativeIndexConfiguration;
         
     | 
| 
       2749 
2805 
     | 
    
         
             
              }
         
     | 
| 
         @@ -2773,7 +2829,7 @@ declare namespace QBusiness { 
     | 
|
| 
       2773 
2829 
     | 
    
         
             
              }
         
     | 
| 
       2774 
2830 
     | 
    
         
             
              export interface RuleConfiguration {
         
     | 
| 
       2775 
2831 
     | 
    
         
             
                /**
         
     | 
| 
       2776 
     | 
    
         
            -
                 * A rule for configuring how Amazon Q responds when it encounters a a blocked topic.
         
     | 
| 
      
 2832 
     | 
    
         
            +
                 * A rule for configuring how Amazon Q Business responds when it encounters a a blocked topic.
         
     | 
| 
       2777 
2833 
     | 
    
         
             
                 */
         
     | 
| 
       2778 
2834 
     | 
    
         
             
                contentBlockerRule?: ContentBlockerRule;
         
     | 
| 
       2779 
2835 
     | 
    
         
             
                contentRetrievalRule?: ContentRetrievalRule;
         
     | 
| 
         @@ -2799,7 +2855,7 @@ declare namespace QBusiness { 
     | 
|
| 
       2799 
2855 
     | 
    
         
             
                 */
         
     | 
| 
       2800 
2856 
     | 
    
         
             
                metadataXML: SamlMetadataXML;
         
     | 
| 
       2801 
2857 
     | 
    
         
             
                /**
         
     | 
| 
       2802 
     | 
    
         
            -
                 * The Amazon Resource Name (ARN) of an IAM role assumed by users when they authenticate into their Amazon Q web experience, containing the relevant Amazon Q permissions for conversing with Amazon Q.
         
     | 
| 
      
 2858 
     | 
    
         
            +
                 * The Amazon Resource Name (ARN) of an IAM role assumed by users when they authenticate into their Amazon Q Business web experience, containing the relevant Amazon Q Business permissions for conversing with Amazon Q Business.
         
     | 
| 
       2803 
2859 
     | 
    
         
             
                 */
         
     | 
| 
       2804 
2860 
     | 
    
         
             
                roleArn: RoleArn;
         
     | 
| 
       2805 
2861 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -2817,7 +2873,7 @@ declare namespace QBusiness { 
     | 
|
| 
       2817 
2873 
     | 
    
         
             
              export type SecurityGroupIds = SecurityGroupId[];
         
     | 
| 
       2818 
2874 
     | 
    
         
             
              export interface SourceAttribution {
         
     | 
| 
       2819 
2875 
     | 
    
         
             
                /**
         
     | 
| 
       2820 
     | 
    
         
            -
                 * The number attached to a citation in an Amazon Q generated response.
         
     | 
| 
      
 2876 
     | 
    
         
            +
                 * The number attached to a citation in an Amazon Q Business generated response.
         
     | 
| 
       2821 
2877 
     | 
    
         
             
                 */
         
     | 
| 
       2822 
2878 
     | 
    
         
             
                citationNumber?: Integer;
         
     | 
| 
       2823 
2879 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -2829,22 +2885,22 @@ declare namespace QBusiness { 
     | 
|
| 
       2829 
2885 
     | 
    
         
             
                 */
         
     | 
| 
       2830 
2886 
     | 
    
         
             
                textMessageSegments?: TextSegmentList;
         
     | 
| 
       2831 
2887 
     | 
    
         
             
                /**
         
     | 
| 
       2832 
     | 
    
         
            -
                 * The title of the document which is the source for the Amazon Q generated response. 
         
     | 
| 
      
 2888 
     | 
    
         
            +
                 * The title of the document which is the source for the Amazon Q Business generated response. 
         
     | 
| 
       2833 
2889 
     | 
    
         
             
                 */
         
     | 
| 
       2834 
2890 
     | 
    
         
             
                title?: String;
         
     | 
| 
       2835 
2891 
     | 
    
         
             
                /**
         
     | 
| 
       2836 
     | 
    
         
            -
                 * The Unix timestamp when the Amazon Q application was last updated.
         
     | 
| 
      
 2892 
     | 
    
         
            +
                 * The Unix timestamp when the Amazon Q Business application was last updated.
         
     | 
| 
       2837 
2893 
     | 
    
         
             
                 */
         
     | 
| 
       2838 
2894 
     | 
    
         
             
                updatedAt?: Timestamp;
         
     | 
| 
       2839 
2895 
     | 
    
         
             
                /**
         
     | 
| 
       2840 
     | 
    
         
            -
                 * The URL of the document which is the source for the Amazon Q generated response. 
         
     | 
| 
      
 2896 
     | 
    
         
            +
                 * The URL of the document which is the source for the Amazon Q Business generated response. 
         
     | 
| 
       2841 
2897 
     | 
    
         
             
                 */
         
     | 
| 
       2842 
2898 
     | 
    
         
             
                url?: String;
         
     | 
| 
       2843 
2899 
     | 
    
         
             
              }
         
     | 
| 
       2844 
2900 
     | 
    
         
             
              export type SourceAttributions = SourceAttribution[];
         
     | 
| 
       2845 
2901 
     | 
    
         
             
              export interface StartDataSourceSyncJobRequest {
         
     | 
| 
       2846 
2902 
     | 
    
         
             
                /**
         
     | 
| 
       2847 
     | 
    
         
            -
                 * The identifier of Amazon Q application the data source is connected to.
         
     | 
| 
      
 2903 
     | 
    
         
            +
                 * The identifier of Amazon Q Business application the data source is connected to.
         
     | 
| 
       2848 
2904 
     | 
    
         
             
                 */
         
     | 
| 
       2849 
2905 
     | 
    
         
             
                applicationId: ApplicationId;
         
     | 
| 
       2850 
2906 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -2865,7 +2921,7 @@ declare namespace QBusiness { 
     | 
|
| 
       2865 
2921 
     | 
    
         
             
              export type Status = "ENABLED"|"DISABLED"|string;
         
     | 
| 
       2866 
2922 
     | 
    
         
             
              export interface StopDataSourceSyncJobRequest {
         
     | 
| 
       2867 
2923 
     | 
    
         
             
                /**
         
     | 
| 
       2868 
     | 
    
         
            -
                 * The identifier of the Amazon Q application that the data source is connected to.
         
     | 
| 
      
 2924 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business application that the data source is connected to.
         
     | 
| 
       2869 
2925 
     | 
    
         
             
                 */
         
     | 
| 
       2870 
2926 
     | 
    
         
             
                applicationId: ApplicationId;
         
     | 
| 
       2871 
2927 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -2873,7 +2929,7 @@ declare namespace QBusiness { 
     | 
|
| 
       2873 
2929 
     | 
    
         
             
                 */
         
     | 
| 
       2874 
2930 
     | 
    
         
             
                dataSourceId: DataSourceId;
         
     | 
| 
       2875 
2931 
     | 
    
         
             
                /**
         
     | 
| 
       2876 
     | 
    
         
            -
                 * The identifier of the index used with the Amazon Q data source connector.
         
     | 
| 
      
 2932 
     | 
    
         
            +
                 * The identifier of the index used with the Amazon Q Business data source connector.
         
     | 
| 
       2877 
2933 
     | 
    
         
             
                 */
         
     | 
| 
       2878 
2934 
     | 
    
         
             
                indexId: IndexId;
         
     | 
| 
       2879 
2935 
     | 
    
         
             
              }
         
     | 
| 
         @@ -2905,7 +2961,7 @@ declare namespace QBusiness { 
     | 
|
| 
       2905 
2961 
     | 
    
         
             
              export type SystemMessageOverride = string;
         
     | 
| 
       2906 
2962 
     | 
    
         
             
              export interface Tag {
         
     | 
| 
       2907 
2963 
     | 
    
         
             
                /**
         
     | 
| 
       2908 
     | 
    
         
            -
                 *  The key for the tag. Keys are not case sensitive and must be unique for the Amazon Q application or data source.
         
     | 
| 
      
 2964 
     | 
    
         
            +
                 *  The key for the tag. Keys are not case sensitive and must be unique for the Amazon Q Business application or data source.
         
     | 
| 
       2909 
2965 
     | 
    
         
             
                 */
         
     | 
| 
       2910 
2966 
     | 
    
         
             
                key: TagKey;
         
     | 
| 
       2911 
2967 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -2917,11 +2973,11 @@ declare namespace QBusiness { 
     | 
|
| 
       2917 
2973 
     | 
    
         
             
              export type TagKeys = TagKey[];
         
     | 
| 
       2918 
2974 
     | 
    
         
             
              export interface TagResourceRequest {
         
     | 
| 
       2919 
2975 
     | 
    
         
             
                /**
         
     | 
| 
       2920 
     | 
    
         
            -
                 * The Amazon Resource Name (ARN) of the Amazon Q application or data source to tag.
         
     | 
| 
      
 2976 
     | 
    
         
            +
                 * The Amazon Resource Name (ARN) of the Amazon Q Business application or data source to tag.
         
     | 
| 
       2921 
2977 
     | 
    
         
             
                 */
         
     | 
| 
       2922 
2978 
     | 
    
         
             
                resourceARN: AmazonResourceName;
         
     | 
| 
       2923 
2979 
     | 
    
         
             
                /**
         
     | 
| 
       2924 
     | 
    
         
            -
                 * A list of tag keys to add to the Amazon Q application or data source. If a tag already exists, the existing value is replaced with the new value.
         
     | 
| 
      
 2980 
     | 
    
         
            +
                 * A list of tag keys to add to the Amazon Q Business application or data source. If a tag already exists, the existing value is replaced with the new value.
         
     | 
| 
       2925 
2981 
     | 
    
         
             
                 */
         
     | 
| 
       2926 
2982 
     | 
    
         
             
                tags: Tags;
         
     | 
| 
       2927 
2983 
     | 
    
         
             
              }
         
     | 
| 
         @@ -2975,11 +3031,11 @@ declare namespace QBusiness { 
     | 
|
| 
       2975 
3031 
     | 
    
         
             
              export type TopicDescription = string;
         
     | 
| 
       2976 
3032 
     | 
    
         
             
              export interface UntagResourceRequest {
         
     | 
| 
       2977 
3033 
     | 
    
         
             
                /**
         
     | 
| 
       2978 
     | 
    
         
            -
                 * The Amazon Resource Name (ARN) of the Amazon Q application, or data source to remove the tag from.
         
     | 
| 
      
 3034 
     | 
    
         
            +
                 * The Amazon Resource Name (ARN) of the Amazon Q Business application, or data source to remove the tag from.
         
     | 
| 
       2979 
3035 
     | 
    
         
             
                 */
         
     | 
| 
       2980 
3036 
     | 
    
         
             
                resourceARN: AmazonResourceName;
         
     | 
| 
       2981 
3037 
     | 
    
         
             
                /**
         
     | 
| 
       2982 
     | 
    
         
            -
                 * A list of tag keys to remove from the Amazon Q application or data source. If a tag key does not exist on the resource, it is ignored.
         
     | 
| 
      
 3038 
     | 
    
         
            +
                 * A list of tag keys to remove from the Amazon Q Business application or data source. If a tag key does not exist on the resource, it is ignored.
         
     | 
| 
       2983 
3039 
     | 
    
         
             
                 */
         
     | 
| 
       2984 
3040 
     | 
    
         
             
                tagKeys: TagKeys;
         
     | 
| 
       2985 
3041 
     | 
    
         
             
              }
         
     | 
| 
         @@ -2987,7 +3043,7 @@ declare namespace QBusiness { 
     | 
|
| 
       2987 
3043 
     | 
    
         
             
              }
         
     | 
| 
       2988 
3044 
     | 
    
         
             
              export interface UpdateApplicationRequest {
         
     | 
| 
       2989 
3045 
     | 
    
         
             
                /**
         
     | 
| 
       2990 
     | 
    
         
            -
                 * The identifier of the Amazon Q application.
         
     | 
| 
      
 3046 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business application.
         
     | 
| 
       2991 
3047 
     | 
    
         
             
                 */
         
     | 
| 
       2992 
3048 
     | 
    
         
             
                applicationId: ApplicationId;
         
     | 
| 
       2993 
3049 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -2995,15 +3051,15 @@ declare namespace QBusiness { 
     | 
|
| 
       2995 
3051 
     | 
    
         
             
                 */
         
     | 
| 
       2996 
3052 
     | 
    
         
             
                attachmentsConfiguration?: AttachmentsConfiguration;
         
     | 
| 
       2997 
3053 
     | 
    
         
             
                /**
         
     | 
| 
       2998 
     | 
    
         
            -
                 * A description for the Amazon Q application.
         
     | 
| 
      
 3054 
     | 
    
         
            +
                 * A description for the Amazon Q Business application.
         
     | 
| 
       2999 
3055 
     | 
    
         
             
                 */
         
     | 
| 
       3000 
3056 
     | 
    
         
             
                description?: Description;
         
     | 
| 
       3001 
3057 
     | 
    
         
             
                /**
         
     | 
| 
       3002 
     | 
    
         
            -
                 * A name for the Amazon Q application.
         
     | 
| 
      
 3058 
     | 
    
         
            +
                 * A name for the Amazon Q Business application.
         
     | 
| 
       3003 
3059 
     | 
    
         
             
                 */
         
     | 
| 
       3004 
3060 
     | 
    
         
             
                displayName?: ApplicationName;
         
     | 
| 
       3005 
3061 
     | 
    
         
             
                /**
         
     | 
| 
       3006 
     | 
    
         
            -
                 * An Amazon Web Services Identity and Access Management (IAM) role that gives Amazon Q permission to access Amazon CloudWatch logs and metrics.
         
     | 
| 
      
 3062 
     | 
    
         
            +
                 * An Amazon Web Services Identity and Access Management (IAM) role that gives Amazon Q Business permission to access Amazon CloudWatch logs and metrics.
         
     | 
| 
       3007 
3063 
     | 
    
         
             
                 */
         
     | 
| 
       3008 
3064 
     | 
    
         
             
                roleArn?: RoleArn;
         
     | 
| 
       3009 
3065 
     | 
    
         
             
              }
         
     | 
| 
         @@ -3019,9 +3075,13 @@ declare namespace QBusiness { 
     | 
|
| 
       3019 
3075 
     | 
    
         
             
                 */
         
     | 
| 
       3020 
3076 
     | 
    
         
             
                blockedPhrasesConfigurationUpdate?: BlockedPhrasesConfigurationUpdate;
         
     | 
| 
       3021 
3077 
     | 
    
         
             
                /**
         
     | 
| 
       3022 
     | 
    
         
            -
                 * A token that you provide to identify the request to update a Amazon Q application chat configuration.
         
     | 
| 
      
 3078 
     | 
    
         
            +
                 * A token that you provide to identify the request to update a Amazon Q Business application chat configuration.
         
     | 
| 
       3023 
3079 
     | 
    
         
             
                 */
         
     | 
| 
       3024 
3080 
     | 
    
         
             
                clientToken?: ClientToken;
         
     | 
| 
      
 3081 
     | 
    
         
            +
                /**
         
     | 
| 
      
 3082 
     | 
    
         
            +
                 * The configuration details for CREATOR_MODE.
         
     | 
| 
      
 3083 
     | 
    
         
            +
                 */
         
     | 
| 
      
 3084 
     | 
    
         
            +
                creatorModeConfiguration?: CreatorModeConfiguration;
         
     | 
| 
       3025 
3085 
     | 
    
         
             
                /**
         
     | 
| 
       3026 
3086 
     | 
    
         
             
                 * 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.
         
     | 
| 
       3027 
3087 
     | 
    
         
             
                 */
         
     | 
| 
         @@ -3039,7 +3099,7 @@ declare namespace QBusiness { 
     | 
|
| 
       3039 
3099 
     | 
    
         
             
              }
         
     | 
| 
       3040 
3100 
     | 
    
         
             
              export interface UpdateDataSourceRequest {
         
     | 
| 
       3041 
3101 
     | 
    
         
             
                /**
         
     | 
| 
       3042 
     | 
    
         
            -
                 *  The identifier of the Amazon Q application the data source is attached to.
         
     | 
| 
      
 3102 
     | 
    
         
            +
                 *  The identifier of the Amazon Q Business application the data source is attached to.
         
     | 
| 
       3043 
3103 
     | 
    
         
             
                 */
         
     | 
| 
       3044 
3104 
     | 
    
         
             
                applicationId: ApplicationId;
         
     | 
| 
       3045 
3105 
     | 
    
         
             
                configuration?: DataSourceConfiguration;
         
     | 
| 
         @@ -3074,19 +3134,19 @@ declare namespace QBusiness { 
     | 
|
| 
       3074 
3134 
     | 
    
         
             
              }
         
     | 
| 
       3075 
3135 
     | 
    
         
             
              export interface UpdateIndexRequest {
         
     | 
| 
       3076 
3136 
     | 
    
         
             
                /**
         
     | 
| 
       3077 
     | 
    
         
            -
                 * The identifier of the Amazon Q application connected to the index.
         
     | 
| 
      
 3137 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business application connected to the index.
         
     | 
| 
       3078 
3138 
     | 
    
         
             
                 */
         
     | 
| 
       3079 
3139 
     | 
    
         
             
                applicationId: ApplicationId;
         
     | 
| 
       3080 
3140 
     | 
    
         
             
                /**
         
     | 
| 
       3081 
     | 
    
         
            -
                 * The storage capacity units you want to provision for your Amazon Q index. You can add and remove capacity to fit your usage needs.
         
     | 
| 
      
 3141 
     | 
    
         
            +
                 * The storage capacity units you want to provision for your Amazon Q Business index. You can add and remove capacity to fit your usage needs.
         
     | 
| 
       3082 
3142 
     | 
    
         
             
                 */
         
     | 
| 
       3083 
3143 
     | 
    
         
             
                capacityConfiguration?: IndexCapacityConfiguration;
         
     | 
| 
       3084 
3144 
     | 
    
         
             
                /**
         
     | 
| 
       3085 
     | 
    
         
            -
                 * The description of the Amazon Q index.
         
     | 
| 
      
 3145 
     | 
    
         
            +
                 * The description of the Amazon Q Business index.
         
     | 
| 
       3086 
3146 
     | 
    
         
             
                 */
         
     | 
| 
       3087 
3147 
     | 
    
         
             
                description?: Description;
         
     | 
| 
       3088 
3148 
     | 
    
         
             
                /**
         
     | 
| 
       3089 
     | 
    
         
            -
                 * The name of the Amazon Q index.
         
     | 
| 
      
 3149 
     | 
    
         
            +
                 * The name of the Amazon Q Business index.
         
     | 
| 
       3090 
3150 
     | 
    
         
             
                 */
         
     | 
| 
       3091 
3151 
     | 
    
         
             
                displayName?: ApplicationName;
         
     | 
| 
       3092 
3152 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -3094,7 +3154,7 @@ declare namespace QBusiness { 
     | 
|
| 
       3094 
3154 
     | 
    
         
             
                 */
         
     | 
| 
       3095 
3155 
     | 
    
         
             
                documentAttributeConfigurations?: DocumentAttributeConfigurations;
         
     | 
| 
       3096 
3156 
     | 
    
         
             
                /**
         
     | 
| 
       3097 
     | 
    
         
            -
                 * The identifier of the Amazon Q index.
         
     | 
| 
      
 3157 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business index.
         
     | 
| 
       3098 
3158 
     | 
    
         
             
                 */
         
     | 
| 
       3099 
3159 
     | 
    
         
             
                indexId: IndexId;
         
     | 
| 
       3100 
3160 
     | 
    
         
             
              }
         
     | 
| 
         @@ -3130,7 +3190,7 @@ declare namespace QBusiness { 
     | 
|
| 
       3130 
3190 
     | 
    
         
             
              }
         
     | 
| 
       3131 
3191 
     | 
    
         
             
              export interface UpdateRetrieverRequest {
         
     | 
| 
       3132 
3192 
     | 
    
         
             
                /**
         
     | 
| 
       3133 
     | 
    
         
            -
                 * The identifier of your Amazon Q application.
         
     | 
| 
      
 3193 
     | 
    
         
            +
                 * The identifier of your Amazon Q Business application.
         
     | 
| 
       3134 
3194 
     | 
    
         
             
                 */
         
     | 
| 
       3135 
3195 
     | 
    
         
             
                applicationId: ApplicationId;
         
     | 
| 
       3136 
3196 
     | 
    
         
             
                configuration?: RetrieverConfiguration;
         
     | 
| 
         @@ -3183,11 +3243,11 @@ declare namespace QBusiness { 
     | 
|
| 
       3183 
3243 
     | 
    
         
             
              }
         
     | 
| 
       3184 
3244 
     | 
    
         
             
              export interface UpdateWebExperienceRequest {
         
     | 
| 
       3185 
3245 
     | 
    
         
             
                /**
         
     | 
| 
       3186 
     | 
    
         
            -
                 * The identifier of the Amazon Q application attached to the web experience.
         
     | 
| 
      
 3246 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business application attached to the web experience.
         
     | 
| 
       3187 
3247 
     | 
    
         
             
                 */
         
     | 
| 
       3188 
3248 
     | 
    
         
             
                applicationId: ApplicationId;
         
     | 
| 
       3189 
3249 
     | 
    
         
             
                /**
         
     | 
| 
       3190 
     | 
    
         
            -
                 * The authentication configuration of the Amazon Q web experience.
         
     | 
| 
      
 3250 
     | 
    
         
            +
                 * The authentication configuration of the Amazon Q Business web experience.
         
     | 
| 
       3191 
3251 
     | 
    
         
             
                 */
         
     | 
| 
       3192 
3252 
     | 
    
         
             
                authenticationConfiguration?: WebExperienceAuthConfiguration;
         
     | 
| 
       3193 
3253 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -3195,19 +3255,19 @@ declare namespace QBusiness { 
     | 
|
| 
       3195 
3255 
     | 
    
         
             
                 */
         
     | 
| 
       3196 
3256 
     | 
    
         
             
                samplePromptsControlMode?: WebExperienceSamplePromptsControlMode;
         
     | 
| 
       3197 
3257 
     | 
    
         
             
                /**
         
     | 
| 
       3198 
     | 
    
         
            -
                 * The subtitle of the Amazon Q web experience.
         
     | 
| 
      
 3258 
     | 
    
         
            +
                 * The subtitle of the Amazon Q Business web experience.
         
     | 
| 
       3199 
3259 
     | 
    
         
             
                 */
         
     | 
| 
       3200 
3260 
     | 
    
         
             
                subtitle?: WebExperienceSubtitle;
         
     | 
| 
       3201 
3261 
     | 
    
         
             
                /**
         
     | 
| 
       3202 
     | 
    
         
            -
                 * The title of the Amazon Q web experience.
         
     | 
| 
      
 3262 
     | 
    
         
            +
                 * The title of the Amazon Q Business web experience.
         
     | 
| 
       3203 
3263 
     | 
    
         
             
                 */
         
     | 
| 
       3204 
3264 
     | 
    
         
             
                title?: WebExperienceTitle;
         
     | 
| 
       3205 
3265 
     | 
    
         
             
                /**
         
     | 
| 
       3206 
     | 
    
         
            -
                 * The identifier of the Amazon Q web experience.
         
     | 
| 
      
 3266 
     | 
    
         
            +
                 * The identifier of the Amazon Q Business web experience.
         
     | 
| 
       3207 
3267 
     | 
    
         
             
                 */
         
     | 
| 
       3208 
3268 
     | 
    
         
             
                webExperienceId: WebExperienceId;
         
     | 
| 
       3209 
3269 
     | 
    
         
             
                /**
         
     | 
| 
       3210 
     | 
    
         
            -
                 * A customized welcome message for an end user in an Amazon Q web experience.
         
     | 
| 
      
 3270 
     | 
    
         
            +
                 * A customized welcome message for an end user in an Amazon Q Business web experience.
         
     | 
| 
       3211 
3271 
     | 
    
         
             
                 */
         
     | 
| 
       3212 
3272 
     | 
    
         
             
                welcomeMessage?: WebExperienceWelcomeMessage;
         
     | 
| 
       3213 
3273 
     | 
    
         
             
              }
         
     | 
| 
         @@ -3245,23 +3305,23 @@ declare namespace QBusiness { 
     | 
|
| 
       3245 
3305 
     | 
    
         
             
              }
         
     | 
| 
       3246 
3306 
     | 
    
         
             
              export interface WebExperience {
         
     | 
| 
       3247 
3307 
     | 
    
         
             
                /**
         
     | 
| 
       3248 
     | 
    
         
            -
                 * The Unix timestamp when the Amazon Q application was last updated.
         
     | 
| 
      
 3308 
     | 
    
         
            +
                 * The Unix timestamp when the Amazon Q Business application was last updated.
         
     | 
| 
       3249 
3309 
     | 
    
         
             
                 */
         
     | 
| 
       3250 
3310 
     | 
    
         
             
                createdAt?: Timestamp;
         
     | 
| 
       3251 
3311 
     | 
    
         
             
                /**
         
     | 
| 
       3252 
     | 
    
         
            -
                 * The endpoint URLs for your Amazon Q web experience. The URLs are unique and fully hosted by Amazon Web Services.
         
     | 
| 
      
 3312 
     | 
    
         
            +
                 * The endpoint URLs for your Amazon Q Business web experience. The URLs are unique and fully hosted by Amazon Web Services.
         
     | 
| 
       3253 
3313 
     | 
    
         
             
                 */
         
     | 
| 
       3254 
3314 
     | 
    
         
             
                defaultEndpoint?: Url;
         
     | 
| 
       3255 
3315 
     | 
    
         
             
                /**
         
     | 
| 
       3256 
     | 
    
         
            -
                 * The status of your Amazon Q web experience.
         
     | 
| 
      
 3316 
     | 
    
         
            +
                 * The status of your Amazon Q Business web experience.
         
     | 
| 
       3257 
3317 
     | 
    
         
             
                 */
         
     | 
| 
       3258 
3318 
     | 
    
         
             
                status?: WebExperienceStatus;
         
     | 
| 
       3259 
3319 
     | 
    
         
             
                /**
         
     | 
| 
       3260 
     | 
    
         
            -
                 * The Unix timestamp when your Amazon Q web experience was updated.
         
     | 
| 
      
 3320 
     | 
    
         
            +
                 * The Unix timestamp when your Amazon Q Business web experience was updated.
         
     | 
| 
       3261 
3321 
     | 
    
         
             
                 */
         
     | 
| 
       3262 
3322 
     | 
    
         
             
                updatedAt?: Timestamp;
         
     | 
| 
       3263 
3323 
     | 
    
         
             
                /**
         
     | 
| 
       3264 
     | 
    
         
            -
                 * The identifier of your Amazon Q web experience.
         
     | 
| 
      
 3324 
     | 
    
         
            +
                 * The identifier of your Amazon Q Business web experience.
         
     | 
| 
       3265 
3325 
     | 
    
         
             
                 */
         
     | 
| 
       3266 
3326 
     | 
    
         
             
                webExperienceId?: WebExperienceId;
         
     | 
| 
       3267 
3327 
     | 
    
         
             
              }
         
     |