@aws-sdk/client-qbusiness 3.556.0 → 3.563.0

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.
Files changed (65) hide show
  1. package/README.md +15 -16
  2. package/dist-cjs/index.js +36 -5
  3. package/dist-es/models/models_0.js +17 -0
  4. package/dist-es/protocols/Aws_restJson1.js +13 -5
  5. package/dist-types/QBusiness.d.ts +15 -16
  6. package/dist-types/QBusinessClient.d.ts +15 -16
  7. package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +3 -3
  8. package/dist-types/commands/BatchPutDocumentCommand.d.ts +7 -7
  9. package/dist-types/commands/ChatSyncCommand.d.ts +10 -4
  10. package/dist-types/commands/CreateApplicationCommand.d.ts +5 -4
  11. package/dist-types/commands/CreateDataSourceCommand.d.ts +4 -4
  12. package/dist-types/commands/CreateIndexCommand.d.ts +4 -4
  13. package/dist-types/commands/CreatePluginCommand.d.ts +4 -4
  14. package/dist-types/commands/CreateRetrieverCommand.d.ts +4 -4
  15. package/dist-types/commands/CreateUserCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateWebExperienceCommand.d.ts +5 -4
  17. package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -3
  18. package/dist-types/commands/DeleteChatControlsConfigurationCommand.d.ts +3 -3
  19. package/dist-types/commands/DeleteConversationCommand.d.ts +4 -4
  20. package/dist-types/commands/DeleteDataSourceCommand.d.ts +3 -3
  21. package/dist-types/commands/DeleteGroupCommand.d.ts +2 -2
  22. package/dist-types/commands/DeleteIndexCommand.d.ts +3 -3
  23. package/dist-types/commands/DeletePluginCommand.d.ts +3 -3
  24. package/dist-types/commands/DeleteRetrieverCommand.d.ts +3 -3
  25. package/dist-types/commands/DeleteUserCommand.d.ts +2 -2
  26. package/dist-types/commands/DeleteWebExperienceCommand.d.ts +3 -3
  27. package/dist-types/commands/GetApplicationCommand.d.ts +4 -3
  28. package/dist-types/commands/GetChatControlsConfigurationCommand.d.ts +6 -3
  29. package/dist-types/commands/GetDataSourceCommand.d.ts +3 -3
  30. package/dist-types/commands/GetGroupCommand.d.ts +2 -2
  31. package/dist-types/commands/GetIndexCommand.d.ts +3 -3
  32. package/dist-types/commands/GetPluginCommand.d.ts +3 -3
  33. package/dist-types/commands/GetRetrieverCommand.d.ts +3 -3
  34. package/dist-types/commands/GetUserCommand.d.ts +2 -2
  35. package/dist-types/commands/GetWebExperienceCommand.d.ts +4 -3
  36. package/dist-types/commands/ListApplicationsCommand.d.ts +3 -3
  37. package/dist-types/commands/ListConversationsCommand.d.ts +4 -4
  38. package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +3 -3
  39. package/dist-types/commands/ListDataSourcesCommand.d.ts +3 -3
  40. package/dist-types/commands/ListDocumentsCommand.d.ts +2 -2
  41. package/dist-types/commands/ListGroupsCommand.d.ts +2 -2
  42. package/dist-types/commands/ListIndicesCommand.d.ts +3 -3
  43. package/dist-types/commands/ListMessagesCommand.d.ts +4 -4
  44. package/dist-types/commands/ListPluginsCommand.d.ts +3 -3
  45. package/dist-types/commands/ListRetrieversCommand.d.ts +3 -3
  46. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  47. package/dist-types/commands/ListWebExperiencesCommand.d.ts +3 -3
  48. package/dist-types/commands/PutFeedbackCommand.d.ts +4 -4
  49. package/dist-types/commands/PutGroupCommand.d.ts +4 -4
  50. package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +4 -4
  51. package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +3 -3
  52. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  53. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  54. package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -3
  55. package/dist-types/commands/UpdateChatControlsConfigurationCommand.d.ts +7 -4
  56. package/dist-types/commands/UpdateDataSourceCommand.d.ts +3 -3
  57. package/dist-types/commands/UpdateIndexCommand.d.ts +4 -4
  58. package/dist-types/commands/UpdatePluginCommand.d.ts +4 -4
  59. package/dist-types/commands/UpdateRetrieverCommand.d.ts +4 -4
  60. package/dist-types/commands/UpdateUserCommand.d.ts +3 -3
  61. package/dist-types/commands/UpdateWebExperienceCommand.d.ts +3 -3
  62. package/dist-types/index.d.ts +15 -16
  63. package/dist-types/models/models_0.d.ts +491 -320
  64. package/dist-types/ts3.4/models/models_0.d.ts +52 -5
  65. package/package.json +2 -2
@@ -26,7 +26,7 @@ declare const GetPluginCommand_base: {
26
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
27
  };
28
28
  /**
29
- * <p>Gets information about an existing Amazon Q plugin.</p>
29
+ * <p>Gets information about an existing Amazon Q Business plugin.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
32
32
  * ```javascript
@@ -74,7 +74,7 @@ declare const GetPluginCommand_base: {
74
74
  * permission policies and user accounts and try again.</p>
75
75
  *
76
76
  * @throws {@link InternalServerException} (server fault)
77
- * <p>An issue occurred with the internal server used for your Amazon Q service. Wait
77
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
78
78
  * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
79
79
  *
80
80
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -86,7 +86,7 @@ declare const GetPluginCommand_base: {
86
86
  * again.</p>
87
87
  *
88
88
  * @throws {@link ValidationException} (client fault)
89
- * <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
89
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
90
90
  * correct input and try again.</p>
91
91
  *
92
92
  * @throws {@link QBusinessServiceException}
@@ -26,7 +26,7 @@ declare const GetRetrieverCommand_base: {
26
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
27
  };
28
28
  /**
29
- * <p>Gets information about an existing retriever used by an Amazon Q
29
+ * <p>Gets information about an existing retriever used by an Amazon Q Business
30
30
  * application.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
@@ -94,7 +94,7 @@ declare const GetRetrieverCommand_base: {
94
94
  * permission policies and user accounts and try again.</p>
95
95
  *
96
96
  * @throws {@link InternalServerException} (server fault)
97
- * <p>An issue occurred with the internal server used for your Amazon Q service. Wait
97
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
98
98
  * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
99
99
  *
100
100
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -106,7 +106,7 @@ declare const GetRetrieverCommand_base: {
106
106
  * again.</p>
107
107
  *
108
108
  * @throws {@link ValidationException} (client fault)
109
- * <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
109
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
110
110
  * correct input and try again.</p>
111
111
  *
112
112
  * @throws {@link QBusinessServiceException}
@@ -67,7 +67,7 @@ declare const GetUserCommand_base: {
67
67
  * resource. Fix any inconsistences with your resources and try again.</p>
68
68
  *
69
69
  * @throws {@link InternalServerException} (server fault)
70
- * <p>An issue occurred with the internal server used for your Amazon Q service. Wait
70
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
71
71
  * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
72
72
  *
73
73
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -79,7 +79,7 @@ declare const GetUserCommand_base: {
79
79
  * again.</p>
80
80
  *
81
81
  * @throws {@link ValidationException} (client fault)
82
- * <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
82
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
83
83
  * correct input and try again.</p>
84
84
  *
85
85
  * @throws {@link QBusinessServiceException}
@@ -26,7 +26,7 @@ declare const GetWebExperienceCommand_base: {
26
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
27
  };
28
28
  /**
29
- * <p>Gets information about an existing Amazon Q web experience.</p>
29
+ * <p>Gets information about an existing Amazon Q Business web experience.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
32
32
  * ```javascript
@@ -51,6 +51,7 @@ declare const GetWebExperienceCommand_base: {
51
51
  * // subtitle: "STRING_VALUE",
52
52
  * // welcomeMessage: "STRING_VALUE",
53
53
  * // samplePromptsControlMode: "ENABLED" || "DISABLED",
54
+ * // roleArn: "STRING_VALUE",
54
55
  * // authenticationConfiguration: { // WebExperienceAuthConfiguration Union: only one key present
55
56
  * // samlConfiguration: { // SamlConfiguration
56
57
  * // metadataXML: "STRING_VALUE", // required
@@ -78,7 +79,7 @@ declare const GetWebExperienceCommand_base: {
78
79
  * permission policies and user accounts and try again.</p>
79
80
  *
80
81
  * @throws {@link InternalServerException} (server fault)
81
- * <p>An issue occurred with the internal server used for your Amazon Q service. Wait
82
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
82
83
  * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
83
84
  *
84
85
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -90,7 +91,7 @@ declare const GetWebExperienceCommand_base: {
90
91
  * again.</p>
91
92
  *
92
93
  * @throws {@link ValidationException} (client fault)
93
- * <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
94
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
94
95
  * correct input and try again.</p>
95
96
  *
96
97
  * @throws {@link QBusinessServiceException}
@@ -26,7 +26,7 @@ declare const ListApplicationsCommand_base: {
26
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
27
  };
28
28
  /**
29
- * <p>Lists Amazon Q applications.</p>
29
+ * <p>Lists Amazon Q Business applications.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
32
32
  * ```javascript
@@ -65,7 +65,7 @@ declare const ListApplicationsCommand_base: {
65
65
  * permission policies and user accounts and try again.</p>
66
66
  *
67
67
  * @throws {@link InternalServerException} (server fault)
68
- * <p>An issue occurred with the internal server used for your Amazon Q service. Wait
68
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
69
69
  * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
70
70
  *
71
71
  * @throws {@link ThrottlingException} (client fault)
@@ -73,7 +73,7 @@ declare const ListApplicationsCommand_base: {
73
73
  * again.</p>
74
74
  *
75
75
  * @throws {@link ValidationException} (client fault)
76
- * <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
76
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
77
77
  * correct input and try again.</p>
78
78
  *
79
79
  * @throws {@link QBusinessServiceException}
@@ -26,7 +26,7 @@ declare const ListConversationsCommand_base: {
26
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
27
  };
28
28
  /**
29
- * <p>Lists one or more Amazon Q conversations.</p>
29
+ * <p>Lists one or more Amazon Q Business conversations.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
32
32
  * ```javascript
@@ -35,7 +35,7 @@ declare const ListConversationsCommand_base: {
35
35
  * const client = new QBusinessClient(config);
36
36
  * const input = { // ListConversationsRequest
37
37
  * applicationId: "STRING_VALUE", // required
38
- * userId: "STRING_VALUE", // required
38
+ * userId: "STRING_VALUE",
39
39
  * nextToken: "STRING_VALUE",
40
40
  * maxResults: Number("int"),
41
41
  * };
@@ -65,7 +65,7 @@ declare const ListConversationsCommand_base: {
65
65
  * permission policies and user accounts and try again.</p>
66
66
  *
67
67
  * @throws {@link InternalServerException} (server fault)
68
- * <p>An issue occurred with the internal server used for your Amazon Q service. Wait
68
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
69
69
  * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
70
70
  *
71
71
  * @throws {@link LicenseNotFoundException} (client fault)
@@ -81,7 +81,7 @@ declare const ListConversationsCommand_base: {
81
81
  * again.</p>
82
82
  *
83
83
  * @throws {@link ValidationException} (client fault)
84
- * <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
84
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
85
85
  * correct input and try again.</p>
86
86
  *
87
87
  * @throws {@link QBusinessServiceException}
@@ -26,7 +26,7 @@ declare const ListDataSourceSyncJobsCommand_base: {
26
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
27
  };
28
28
  /**
29
- * <p>Get information about an Amazon Q data source connector synchronization.</p>
29
+ * <p>Get information about an Amazon Q Business data source connector synchronization.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
32
32
  * ```javascript
@@ -82,7 +82,7 @@ declare const ListDataSourceSyncJobsCommand_base: {
82
82
  * permission policies and user accounts and try again.</p>
83
83
  *
84
84
  * @throws {@link InternalServerException} (server fault)
85
- * <p>An issue occurred with the internal server used for your Amazon Q service. Wait
85
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
86
86
  * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
87
87
  *
88
88
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -94,7 +94,7 @@ declare const ListDataSourceSyncJobsCommand_base: {
94
94
  * again.</p>
95
95
  *
96
96
  * @throws {@link ValidationException} (client fault)
97
- * <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
97
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
98
98
  * correct input and try again.</p>
99
99
  *
100
100
  * @throws {@link QBusinessServiceException}
@@ -26,7 +26,7 @@ declare const ListDataSourcesCommand_base: {
26
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
27
  };
28
28
  /**
29
- * <p>Lists the Amazon Q data source connectors that you have created.</p>
29
+ * <p>Lists the Amazon Q Business data source connectors that you have created.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
32
32
  * ```javascript
@@ -68,7 +68,7 @@ declare const ListDataSourcesCommand_base: {
68
68
  * permission policies and user accounts and try again.</p>
69
69
  *
70
70
  * @throws {@link InternalServerException} (server fault)
71
- * <p>An issue occurred with the internal server used for your Amazon Q service. Wait
71
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
72
72
  * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
73
73
  *
74
74
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -80,7 +80,7 @@ declare const ListDataSourcesCommand_base: {
80
80
  * again.</p>
81
81
  *
82
82
  * @throws {@link ValidationException} (client fault)
83
- * <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
83
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
84
84
  * correct input and try again.</p>
85
85
  *
86
86
  * @throws {@link QBusinessServiceException}
@@ -73,7 +73,7 @@ declare const ListDocumentsCommand_base: {
73
73
  * permission policies and user accounts and try again.</p>
74
74
  *
75
75
  * @throws {@link InternalServerException} (server fault)
76
- * <p>An issue occurred with the internal server used for your Amazon Q service. Wait
76
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
77
77
  * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
78
78
  *
79
79
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -85,7 +85,7 @@ declare const ListDocumentsCommand_base: {
85
85
  * again.</p>
86
86
  *
87
87
  * @throws {@link ValidationException} (client fault)
88
- * <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
88
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
89
89
  * correct input and try again.</p>
90
90
  *
91
91
  * @throws {@link QBusinessServiceException}
@@ -69,7 +69,7 @@ declare const ListGroupsCommand_base: {
69
69
  * resource. Fix any inconsistences with your resources and try again.</p>
70
70
  *
71
71
  * @throws {@link InternalServerException} (server fault)
72
- * <p>An issue occurred with the internal server used for your Amazon Q service. Wait
72
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
73
73
  * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
74
74
  *
75
75
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -81,7 +81,7 @@ declare const ListGroupsCommand_base: {
81
81
  * again.</p>
82
82
  *
83
83
  * @throws {@link ValidationException} (client fault)
84
- * <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
84
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
85
85
  * correct input and try again.</p>
86
86
  *
87
87
  * @throws {@link QBusinessServiceException}
@@ -26,7 +26,7 @@ declare const ListIndicesCommand_base: {
26
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
27
  };
28
28
  /**
29
- * <p>Lists the Amazon Q indices you have created.</p>
29
+ * <p>Lists the Amazon Q Business indices you have created.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
32
32
  * ```javascript
@@ -66,7 +66,7 @@ declare const ListIndicesCommand_base: {
66
66
  * permission policies and user accounts and try again.</p>
67
67
  *
68
68
  * @throws {@link InternalServerException} (server fault)
69
- * <p>An issue occurred with the internal server used for your Amazon Q service. Wait
69
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
70
70
  * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
71
71
  *
72
72
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -78,7 +78,7 @@ declare const ListIndicesCommand_base: {
78
78
  * again.</p>
79
79
  *
80
80
  * @throws {@link ValidationException} (client fault)
81
- * <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
81
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
82
82
  * correct input and try again.</p>
83
83
  *
84
84
  * @throws {@link QBusinessServiceException}
@@ -26,7 +26,7 @@ declare const ListMessagesCommand_base: {
26
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
27
  };
28
28
  /**
29
- * <p>Gets a list of messages associated with an Amazon Q web experience.</p>
29
+ * <p>Gets a list of messages associated with an Amazon Q Business web experience.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
32
32
  * ```javascript
@@ -36,7 +36,7 @@ declare const ListMessagesCommand_base: {
36
36
  * const input = { // ListMessagesRequest
37
37
  * conversationId: "STRING_VALUE", // required
38
38
  * applicationId: "STRING_VALUE", // required
39
- * userId: "STRING_VALUE", // required
39
+ * userId: "STRING_VALUE",
40
40
  * nextToken: "STRING_VALUE",
41
41
  * maxResults: Number("int"),
42
42
  * };
@@ -121,7 +121,7 @@ declare const ListMessagesCommand_base: {
121
121
  * permission policies and user accounts and try again.</p>
122
122
  *
123
123
  * @throws {@link InternalServerException} (server fault)
124
- * <p>An issue occurred with the internal server used for your Amazon Q service. Wait
124
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
125
125
  * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
126
126
  *
127
127
  * @throws {@link LicenseNotFoundException} (client fault)
@@ -137,7 +137,7 @@ declare const ListMessagesCommand_base: {
137
137
  * again.</p>
138
138
  *
139
139
  * @throws {@link ValidationException} (client fault)
140
- * <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
140
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
141
141
  * correct input and try again.</p>
142
142
  *
143
143
  * @throws {@link QBusinessServiceException}
@@ -26,7 +26,7 @@ declare const ListPluginsCommand_base: {
26
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
27
  };
28
28
  /**
29
- * <p>Lists configured Amazon Q plugins.</p>
29
+ * <p>Lists configured Amazon Q Business plugins.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
32
32
  * ```javascript
@@ -68,7 +68,7 @@ declare const ListPluginsCommand_base: {
68
68
  * permission policies and user accounts and try again.</p>
69
69
  *
70
70
  * @throws {@link InternalServerException} (server fault)
71
- * <p>An issue occurred with the internal server used for your Amazon Q service. Wait
71
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
72
72
  * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
73
73
  *
74
74
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -80,7 +80,7 @@ declare const ListPluginsCommand_base: {
80
80
  * again.</p>
81
81
  *
82
82
  * @throws {@link ValidationException} (client fault)
83
- * <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
83
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
84
84
  * correct input and try again.</p>
85
85
  *
86
86
  * @throws {@link QBusinessServiceException}
@@ -26,7 +26,7 @@ declare const ListRetrieversCommand_base: {
26
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
27
  };
28
28
  /**
29
- * <p>Lists the retriever used by an Amazon Q application.</p>
29
+ * <p>Lists the retriever used by an Amazon Q Business application.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
32
32
  * ```javascript
@@ -66,7 +66,7 @@ declare const ListRetrieversCommand_base: {
66
66
  * permission policies and user accounts and try again.</p>
67
67
  *
68
68
  * @throws {@link InternalServerException} (server fault)
69
- * <p>An issue occurred with the internal server used for your Amazon Q service. Wait
69
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
70
70
  * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
71
71
  *
72
72
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -78,7 +78,7 @@ declare const ListRetrieversCommand_base: {
78
78
  * again.</p>
79
79
  *
80
80
  * @throws {@link ValidationException} (client fault)
81
- * <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
81
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
82
82
  * correct input and try again.</p>
83
83
  *
84
84
  * @throws {@link QBusinessServiceException}
@@ -26,7 +26,7 @@ declare const ListTagsForResourceCommand_base: {
26
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
27
  };
28
28
  /**
29
- * <p>Gets a list of tags associated with a specified resource. Amazon Q applications
29
+ * <p>Gets a list of tags associated with a specified resource. Amazon Q Business applications
30
30
  * and data sources can have tags associated with them.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
@@ -61,7 +61,7 @@ declare const ListTagsForResourceCommand_base: {
61
61
  * permission policies and user accounts and try again.</p>
62
62
  *
63
63
  * @throws {@link InternalServerException} (server fault)
64
- * <p>An issue occurred with the internal server used for your Amazon Q service. Wait
64
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
65
65
  * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
66
66
  *
67
67
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -73,7 +73,7 @@ declare const ListTagsForResourceCommand_base: {
73
73
  * again.</p>
74
74
  *
75
75
  * @throws {@link ValidationException} (client fault)
76
- * <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
76
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
77
77
  * correct input and try again.</p>
78
78
  *
79
79
  * @throws {@link QBusinessServiceException}
@@ -26,7 +26,7 @@ declare const ListWebExperiencesCommand_base: {
26
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
27
  };
28
28
  /**
29
- * <p>Lists one or more Amazon Q Web Experiences.</p>
29
+ * <p>Lists one or more Amazon Q Business Web Experiences.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
32
32
  * ```javascript
@@ -66,7 +66,7 @@ declare const ListWebExperiencesCommand_base: {
66
66
  * permission policies and user accounts and try again.</p>
67
67
  *
68
68
  * @throws {@link InternalServerException} (server fault)
69
- * <p>An issue occurred with the internal server used for your Amazon Q service. Wait
69
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
70
70
  * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
71
71
  *
72
72
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -78,7 +78,7 @@ declare const ListWebExperiencesCommand_base: {
78
78
  * again.</p>
79
79
  *
80
80
  * @throws {@link ValidationException} (client fault)
81
- * <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
81
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
82
82
  * correct input and try again.</p>
83
83
  *
84
84
  * @throws {@link QBusinessServiceException}
@@ -26,7 +26,7 @@ declare const PutFeedbackCommand_base: {
26
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
27
  };
28
28
  /**
29
- * <p>Enables your end user to to provide feedback on their Amazon Q generated chat
29
+ * <p>Enables your end user to provide feedback on their Amazon Q Business generated chat
30
30
  * responses.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
@@ -36,7 +36,7 @@ declare const PutFeedbackCommand_base: {
36
36
  * const client = new QBusinessClient(config);
37
37
  * const input = { // PutFeedbackRequest
38
38
  * applicationId: "STRING_VALUE", // required
39
- * userId: "STRING_VALUE", // required
39
+ * userId: "STRING_VALUE",
40
40
  * conversationId: "STRING_VALUE", // required
41
41
  * messageId: "STRING_VALUE", // required
42
42
  * messageCopiedAt: new Date("TIMESTAMP"),
@@ -64,7 +64,7 @@ declare const PutFeedbackCommand_base: {
64
64
  * permission policies and user accounts and try again.</p>
65
65
  *
66
66
  * @throws {@link InternalServerException} (server fault)
67
- * <p>An issue occurred with the internal server used for your Amazon Q service. Wait
67
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
68
68
  * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
69
69
  *
70
70
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -76,7 +76,7 @@ declare const PutFeedbackCommand_base: {
76
76
  * again.</p>
77
77
  *
78
78
  * @throws {@link ValidationException} (client fault)
79
- * <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
79
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
80
80
  * correct input and try again.</p>
81
81
  *
82
82
  * @throws {@link QBusinessServiceException}
@@ -32,7 +32,7 @@ declare const PutGroupCommand_base: {
32
32
  * Property Teams" includes sub groups "Research" and "Engineering". These sub groups
33
33
  * include their own list of users or people who work in these teams. Only users who work
34
34
  * in research and engineering, and therefore belong in the intellectual property group,
35
- * can see top-secret company documents in their Amazon Q chat results.</p>
35
+ * can see top-secret company documents in their Amazon Q Business chat results.</p>
36
36
  * @example
37
37
  * Use a bare-bones client and the command you need to make an API call.
38
38
  * ```javascript
@@ -81,7 +81,7 @@ declare const PutGroupCommand_base: {
81
81
  * resource. Fix any inconsistences with your resources and try again.</p>
82
82
  *
83
83
  * @throws {@link InternalServerException} (server fault)
84
- * <p>An issue occurred with the internal server used for your Amazon Q service. Wait
84
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
85
85
  * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
86
86
  *
87
87
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -89,14 +89,14 @@ declare const PutGroupCommand_base: {
89
89
  * resource and try again.</p>
90
90
  *
91
91
  * @throws {@link ServiceQuotaExceededException} (client fault)
92
- * <p>You have exceeded the set limits for your Amazon Q service. </p>
92
+ * <p>You have exceeded the set limits for your Amazon Q Business service. </p>
93
93
  *
94
94
  * @throws {@link ThrottlingException} (client fault)
95
95
  * <p>The request was denied due to throttling. Reduce the number of requests and try
96
96
  * again.</p>
97
97
  *
98
98
  * @throws {@link ValidationException} (client fault)
99
- * <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
99
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
100
100
  * correct input and try again.</p>
101
101
  *
102
102
  * @throws {@link QBusinessServiceException}
@@ -27,7 +27,7 @@ declare const StartDataSourceSyncJobCommand_base: {
27
27
  };
28
28
  /**
29
29
  * <p>Starts a data source connector synchronization job. If a synchronization job is
30
- * already in progress, Amazon Q returns a <code>ConflictException</code>.</p>
30
+ * already in progress, Amazon Q Business returns a <code>ConflictException</code>.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -62,7 +62,7 @@ declare const StartDataSourceSyncJobCommand_base: {
62
62
  * resource. Fix any inconsistences with your resources and try again.</p>
63
63
  *
64
64
  * @throws {@link InternalServerException} (server fault)
65
- * <p>An issue occurred with the internal server used for your Amazon Q service. Wait
65
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
66
66
  * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
67
67
  *
68
68
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -70,14 +70,14 @@ declare const StartDataSourceSyncJobCommand_base: {
70
70
  * resource and try again.</p>
71
71
  *
72
72
  * @throws {@link ServiceQuotaExceededException} (client fault)
73
- * <p>You have exceeded the set limits for your Amazon Q service. </p>
73
+ * <p>You have exceeded the set limits for your Amazon Q Business service. </p>
74
74
  *
75
75
  * @throws {@link ThrottlingException} (client fault)
76
76
  * <p>The request was denied due to throttling. Reduce the number of requests and try
77
77
  * again.</p>
78
78
  *
79
79
  * @throws {@link ValidationException} (client fault)
80
- * <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
80
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
81
81
  * correct input and try again.</p>
82
82
  *
83
83
  * @throws {@link QBusinessServiceException}
@@ -26,7 +26,7 @@ declare const StopDataSourceSyncJobCommand_base: {
26
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
27
  };
28
28
  /**
29
- * <p>Stops an Amazon Q data source connector synchronization job already in
29
+ * <p>Stops an Amazon Q Business data source connector synchronization job already in
30
30
  * progress.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
@@ -56,7 +56,7 @@ declare const StopDataSourceSyncJobCommand_base: {
56
56
  * permission policies and user accounts and try again.</p>
57
57
  *
58
58
  * @throws {@link InternalServerException} (server fault)
59
- * <p>An issue occurred with the internal server used for your Amazon Q service. Wait
59
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
60
60
  * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
61
61
  *
62
62
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -68,7 +68,7 @@ declare const StopDataSourceSyncJobCommand_base: {
68
68
  * again.</p>
69
69
  *
70
70
  * @throws {@link ValidationException} (client fault)
71
- * <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
71
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
72
72
  * correct input and try again.</p>
73
73
  *
74
74
  * @throws {@link QBusinessServiceException}
@@ -26,7 +26,7 @@ declare const TagResourceCommand_base: {
26
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
27
  };
28
28
  /**
29
- * <p>Adds the specified tag to the specified Amazon Q application or data source
29
+ * <p>Adds the specified tag to the specified Amazon Q Business application or data source
30
30
  * resource. If the tag already exists, the existing value is replaced with the new
31
31
  * value.</p>
32
32
  * @example
@@ -65,7 +65,7 @@ declare const TagResourceCommand_base: {
65
65
  * resource. Fix any inconsistences with your resources and try again.</p>
66
66
  *
67
67
  * @throws {@link InternalServerException} (server fault)
68
- * <p>An issue occurred with the internal server used for your Amazon Q service. Wait
68
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
69
69
  * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
70
70
  *
71
71
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -77,7 +77,7 @@ declare const TagResourceCommand_base: {
77
77
  * again.</p>
78
78
  *
79
79
  * @throws {@link ValidationException} (client fault)
80
- * <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
80
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
81
81
  * correct input and try again.</p>
82
82
  *
83
83
  * @throws {@link QBusinessServiceException}
@@ -26,7 +26,7 @@ declare const UntagResourceCommand_base: {
26
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
27
  };
28
28
  /**
29
- * <p>Removes a tag from an Amazon Q application or a data source.</p>
29
+ * <p>Removes a tag from an Amazon Q Business application or a data source.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
32
32
  * ```javascript
@@ -56,7 +56,7 @@ declare const UntagResourceCommand_base: {
56
56
  * permission policies and user accounts and try again.</p>
57
57
  *
58
58
  * @throws {@link InternalServerException} (server fault)
59
- * <p>An issue occurred with the internal server used for your Amazon Q service. Wait
59
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
60
60
  * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
61
61
  *
62
62
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -68,7 +68,7 @@ declare const UntagResourceCommand_base: {
68
68
  * again.</p>
69
69
  *
70
70
  * @throws {@link ValidationException} (client fault)
71
- * <p>The input doesn't meet the constraints set by the Amazon Q service. Provide the
71
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
72
72
  * correct input and try again.</p>
73
73
  *
74
74
  * @throws {@link QBusinessServiceException}