@aws-sdk/client-qbusiness 3.782.0 → 3.793.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 (104) hide show
  1. package/README.md +9 -39
  2. package/dist-cjs/index.js +69 -5
  3. package/dist-es/QBusiness.js +2 -0
  4. package/dist-es/commands/CheckDocumentAccessCommand.js +22 -0
  5. package/dist-es/commands/index.js +1 -0
  6. package/dist-es/models/models_0.js +8 -4
  7. package/dist-es/models/models_1.js +4 -0
  8. package/dist-es/protocols/Aws_restJson1.js +34 -0
  9. package/dist-types/QBusiness.d.ts +8 -39
  10. package/dist-types/QBusinessClient.d.ts +4 -41
  11. package/dist-types/commands/AssociatePermissionCommand.d.ts +7 -15
  12. package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +7 -16
  13. package/dist-types/commands/BatchPutDocumentCommand.d.ts +7 -29
  14. package/dist-types/commands/CancelSubscriptionCommand.d.ts +6 -13
  15. package/dist-types/commands/ChatCommand.d.ts +9 -17
  16. package/dist-types/commands/ChatSyncCommand.d.ts +8 -17
  17. package/dist-types/commands/CheckDocumentAccessCommand.d.ts +145 -0
  18. package/dist-types/commands/CreateApplicationCommand.d.ts +7 -27
  19. package/dist-types/commands/CreateDataAccessorCommand.d.ts +7 -18
  20. package/dist-types/commands/CreateDataSourceCommand.d.ts +7 -16
  21. package/dist-types/commands/CreateIndexCommand.d.ts +7 -21
  22. package/dist-types/commands/CreatePluginCommand.d.ts +6 -12
  23. package/dist-types/commands/CreateRetrieverCommand.d.ts +6 -12
  24. package/dist-types/commands/CreateSubscriptionCommand.d.ts +7 -18
  25. package/dist-types/commands/CreateUserCommand.d.ts +7 -14
  26. package/dist-types/commands/CreateWebExperienceCommand.d.ts +6 -12
  27. package/dist-types/commands/DeleteApplicationCommand.d.ts +6 -12
  28. package/dist-types/commands/DeleteAttachmentCommand.d.ts +6 -12
  29. package/dist-types/commands/DeleteChatControlsConfigurationCommand.d.ts +5 -10
  30. package/dist-types/commands/DeleteConversationCommand.d.ts +6 -12
  31. package/dist-types/commands/DeleteDataAccessorCommand.d.ts +7 -14
  32. package/dist-types/commands/DeleteDataSourceCommand.d.ts +7 -15
  33. package/dist-types/commands/DeleteGroupCommand.d.ts +7 -21
  34. package/dist-types/commands/DeleteIndexCommand.d.ts +6 -12
  35. package/dist-types/commands/DeletePluginCommand.d.ts +6 -12
  36. package/dist-types/commands/DeleteRetrieverCommand.d.ts +6 -12
  37. package/dist-types/commands/DeleteUserCommand.d.ts +6 -12
  38. package/dist-types/commands/DeleteWebExperienceCommand.d.ts +6 -12
  39. package/dist-types/commands/DisassociatePermissionCommand.d.ts +7 -14
  40. package/dist-types/commands/GetApplicationCommand.d.ts +5 -10
  41. package/dist-types/commands/GetChatControlsConfigurationCommand.d.ts +9 -12
  42. package/dist-types/commands/GetDataAccessorCommand.d.ts +6 -14
  43. package/dist-types/commands/GetDataSourceCommand.d.ts +5 -10
  44. package/dist-types/commands/GetGroupCommand.d.ts +6 -12
  45. package/dist-types/commands/GetIndexCommand.d.ts +5 -10
  46. package/dist-types/commands/GetMediaCommand.d.ts +7 -16
  47. package/dist-types/commands/GetPluginCommand.d.ts +5 -10
  48. package/dist-types/commands/GetPolicyCommand.d.ts +6 -12
  49. package/dist-types/commands/GetRetrieverCommand.d.ts +6 -12
  50. package/dist-types/commands/GetUserCommand.d.ts +7 -14
  51. package/dist-types/commands/GetWebExperienceCommand.d.ts +5 -10
  52. package/dist-types/commands/ListApplicationsCommand.d.ts +5 -15
  53. package/dist-types/commands/ListAttachmentsCommand.d.ts +6 -12
  54. package/dist-types/commands/ListConversationsCommand.d.ts +6 -12
  55. package/dist-types/commands/ListDataAccessorsCommand.d.ts +6 -13
  56. package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +6 -12
  57. package/dist-types/commands/ListDataSourcesCommand.d.ts +5 -10
  58. package/dist-types/commands/ListDocumentsCommand.d.ts +7 -11
  59. package/dist-types/commands/ListGroupsCommand.d.ts +7 -13
  60. package/dist-types/commands/ListIndicesCommand.d.ts +5 -10
  61. package/dist-types/commands/ListMessagesCommand.d.ts +7 -13
  62. package/dist-types/commands/ListPluginActionsCommand.d.ts +6 -11
  63. package/dist-types/commands/ListPluginTypeActionsCommand.d.ts +6 -11
  64. package/dist-types/commands/ListPluginTypeMetadataCommand.d.ts +4 -8
  65. package/dist-types/commands/ListPluginsCommand.d.ts +5 -10
  66. package/dist-types/commands/ListRetrieversCommand.d.ts +5 -10
  67. package/dist-types/commands/ListSubscriptionsCommand.d.ts +6 -12
  68. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -12
  69. package/dist-types/commands/ListWebExperiencesCommand.d.ts +5 -10
  70. package/dist-types/commands/PutFeedbackCommand.d.ts +6 -12
  71. package/dist-types/commands/PutGroupCommand.d.ts +7 -23
  72. package/dist-types/commands/SearchRelevantContentCommand.d.ts +7 -18
  73. package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +7 -14
  74. package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +7 -14
  75. package/dist-types/commands/TagResourceCommand.d.ts +7 -15
  76. package/dist-types/commands/UntagResourceCommand.d.ts +5 -10
  77. package/dist-types/commands/UpdateApplicationCommand.d.ts +7 -25
  78. package/dist-types/commands/UpdateChatControlsConfigurationCommand.d.ts +10 -14
  79. package/dist-types/commands/UpdateDataAccessorCommand.d.ts +7 -15
  80. package/dist-types/commands/UpdateDataSourceCommand.d.ts +6 -12
  81. package/dist-types/commands/UpdateIndexCommand.d.ts +6 -12
  82. package/dist-types/commands/UpdatePluginCommand.d.ts +6 -12
  83. package/dist-types/commands/UpdateRetrieverCommand.d.ts +6 -12
  84. package/dist-types/commands/UpdateSubscriptionCommand.d.ts +7 -16
  85. package/dist-types/commands/UpdateUserCommand.d.ts +8 -10
  86. package/dist-types/commands/UpdateWebExperienceCommand.d.ts +6 -12
  87. package/dist-types/commands/index.d.ts +1 -0
  88. package/dist-types/index.d.ts +1 -39
  89. package/dist-types/models/models_0.d.ts +542 -1258
  90. package/dist-types/models/models_1.d.ts +309 -175
  91. package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
  92. package/dist-types/ts3.4/QBusiness.d.ts +17 -0
  93. package/dist-types/ts3.4/QBusinessClient.d.ts +6 -0
  94. package/dist-types/ts3.4/commands/CheckDocumentAccessCommand.d.ts +51 -0
  95. package/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +2 -4
  96. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/ListMessagesCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/ListPluginActionsCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/ListPluginTypeActionsCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  101. package/dist-types/ts3.4/models/models_0.d.ts +61 -64
  102. package/dist-types/ts3.4/models/models_1.d.ts +73 -0
  103. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
  104. package/package.json +5 -5
@@ -51,28 +51,22 @@ declare const DeleteUserCommand_base: {
51
51
  * @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
52
52
  *
53
53
  * @throws {@link AccessDeniedException} (client fault)
54
- * <p> You don't have access to perform this action. Make sure you have the required
55
- * permission policies and user accounts and try again.</p>
54
+ * <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
56
55
  *
57
56
  * @throws {@link ConflictException} (client fault)
58
- * <p>You are trying to perform an action that conflicts with the current status of your
59
- * resource. Fix any inconsistencies with your resources and try again.</p>
57
+ * <p>You are trying to perform an action that conflicts with the current status of your resource. Fix any inconsistencies with your resources and try again.</p>
60
58
  *
61
59
  * @throws {@link InternalServerException} (server fault)
62
- * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
63
- * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
60
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
64
61
  *
65
62
  * @throws {@link ResourceNotFoundException} (client fault)
66
- * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
67
- * provided the correct resource and try again.</p>
63
+ * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
68
64
  *
69
65
  * @throws {@link ThrottlingException} (client fault)
70
- * <p>The request was denied due to throttling. Reduce the number of requests and try
71
- * again.</p>
66
+ * <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
72
67
  *
73
68
  * @throws {@link ValidationException} (client fault)
74
- * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
75
- * correct input and try again.</p>
69
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
76
70
  *
77
71
  * @throws {@link QBusinessServiceException}
78
72
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
@@ -51,28 +51,22 @@ declare const DeleteWebExperienceCommand_base: {
51
51
  * @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
52
52
  *
53
53
  * @throws {@link AccessDeniedException} (client fault)
54
- * <p> You don't have access to perform this action. Make sure you have the required
55
- * permission policies and user accounts and try again.</p>
54
+ * <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
56
55
  *
57
56
  * @throws {@link ConflictException} (client fault)
58
- * <p>You are trying to perform an action that conflicts with the current status of your
59
- * resource. Fix any inconsistencies with your resources and try again.</p>
57
+ * <p>You are trying to perform an action that conflicts with the current status of your resource. Fix any inconsistencies with your resources and try again.</p>
60
58
  *
61
59
  * @throws {@link InternalServerException} (server fault)
62
- * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
63
- * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
60
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
64
61
  *
65
62
  * @throws {@link ResourceNotFoundException} (client fault)
66
- * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
67
- * provided the correct resource and try again.</p>
63
+ * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
68
64
  *
69
65
  * @throws {@link ThrottlingException} (client fault)
70
- * <p>The request was denied due to throttling. Reduce the number of requests and try
71
- * again.</p>
66
+ * <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
72
67
  *
73
68
  * @throws {@link ValidationException} (client fault)
74
- * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
75
- * correct input and try again.</p>
69
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
76
70
  *
77
71
  * @throws {@link QBusinessServiceException}
78
72
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
@@ -27,8 +27,7 @@ declare const DisassociatePermissionCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Removes a permission policy from a Amazon Q Business application, revoking the cross-account access that was
31
- * previously granted to an ISV. This operation deletes the specified policy statement from the application's permission policy.</p>
30
+ * <p>Removes a permission policy from a Amazon Q Business application, revoking the cross-account access that was previously granted to an ISV. This operation deletes the specified policy statement from the application's permission policy.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -52,28 +51,22 @@ declare const DisassociatePermissionCommand_base: {
52
51
  * @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
53
52
  *
54
53
  * @throws {@link AccessDeniedException} (client fault)
55
- * <p> You don't have access to perform this action. Make sure you have the required
56
- * permission policies and user accounts and try again.</p>
54
+ * <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
57
55
  *
58
56
  * @throws {@link ConflictException} (client fault)
59
- * <p>You are trying to perform an action that conflicts with the current status of your
60
- * resource. Fix any inconsistencies with your resources and try again.</p>
57
+ * <p>You are trying to perform an action that conflicts with the current status of your resource. Fix any inconsistencies with your resources and try again.</p>
61
58
  *
62
59
  * @throws {@link InternalServerException} (server fault)
63
- * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
64
- * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
60
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
65
61
  *
66
62
  * @throws {@link ResourceNotFoundException} (client fault)
67
- * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
68
- * provided the correct resource and try again.</p>
63
+ * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
69
64
  *
70
65
  * @throws {@link ThrottlingException} (client fault)
71
- * <p>The request was denied due to throttling. Reduce the number of requests and try
72
- * again.</p>
66
+ * <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
73
67
  *
74
68
  * @throws {@link ValidationException} (client fault)
75
- * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
76
- * correct input and try again.</p>
69
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
77
70
  *
78
71
  * @throws {@link QBusinessServiceException}
79
72
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
@@ -88,24 +88,19 @@ declare const GetApplicationCommand_base: {
88
88
  * @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
89
89
  *
90
90
  * @throws {@link AccessDeniedException} (client fault)
91
- * <p> You don't have access to perform this action. Make sure you have the required
92
- * permission policies and user accounts and try again.</p>
91
+ * <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
93
92
  *
94
93
  * @throws {@link InternalServerException} (server fault)
95
- * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
96
- * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
94
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
97
95
  *
98
96
  * @throws {@link ResourceNotFoundException} (client fault)
99
- * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
100
- * provided the correct resource and try again.</p>
97
+ * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
101
98
  *
102
99
  * @throws {@link ThrottlingException} (client fault)
103
- * <p>The request was denied due to throttling. Reduce the number of requests and try
104
- * again.</p>
100
+ * <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
105
101
  *
106
102
  * @throws {@link ValidationException} (client fault)
107
- * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
108
- * correct input and try again.</p>
103
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
109
104
  *
110
105
  * @throws {@link QBusinessServiceException}
111
106
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
@@ -27,8 +27,7 @@ declare const GetChatControlsConfigurationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Gets information about chat controls configured for an existing Amazon Q Business
31
- * application.</p>
30
+ * <p>Gets information about chat controls configured for an existing Amazon Q Business application.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -100,6 +99,9 @@ declare const GetChatControlsConfigurationCommand_base: {
100
99
  * // creatorModeControl: "ENABLED" || "DISABLED", // required
101
100
  * // },
102
101
  * // nextToken: "STRING_VALUE",
102
+ * // hallucinationReductionConfiguration: { // HallucinationReductionConfiguration
103
+ * // hallucinationReductionControl: "ENABLED" || "DISABLED",
104
+ * // },
103
105
  * // };
104
106
  *
105
107
  * ```
@@ -111,24 +113,19 @@ declare const GetChatControlsConfigurationCommand_base: {
111
113
  * @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
112
114
  *
113
115
  * @throws {@link AccessDeniedException} (client fault)
114
- * <p> You don't have access to perform this action. Make sure you have the required
115
- * permission policies and user accounts and try again.</p>
116
+ * <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
116
117
  *
117
118
  * @throws {@link InternalServerException} (server fault)
118
- * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
119
- * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
119
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
120
120
  *
121
121
  * @throws {@link ResourceNotFoundException} (client fault)
122
- * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
123
- * provided the correct resource and try again.</p>
122
+ * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
124
123
  *
125
124
  * @throws {@link ThrottlingException} (client fault)
126
- * <p>The request was denied due to throttling. Reduce the number of requests and try
127
- * again.</p>
125
+ * <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
128
126
  *
129
127
  * @throws {@link ValidationException} (client fault)
130
- * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
131
- * correct input and try again.</p>
128
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
132
129
  *
133
130
  * @throws {@link QBusinessServiceException}
134
131
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
@@ -28,10 +28,7 @@ declare const GetDataAccessorCommand_base: {
28
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
29
  };
30
30
  /**
31
- * <p>Retrieves information about a specified data accessor. This operation returns details about the
32
- * data accessor, including its display name, unique identifier, Amazon Resource Name (ARN), the associated
33
- * Amazon Q Business application and IAM Identity Center application, the IAM role for the ISV, the
34
- * action configurations, and the timestamps for when the data accessor was created and last updated.</p>
31
+ * <p>Retrieves information about a specified data accessor. This operation returns details about the data accessor, including its display name, unique identifier, Amazon Resource Name (ARN), the associated Amazon Q Business application and IAM Identity Center application, the IAM role for the ISV, the action configurations, and the timestamps for when the data accessor was created and last updated.</p>
35
32
  * @example
36
33
  * Use a bare-bones client and the command you need to make an API call.
37
34
  * ```javascript
@@ -152,24 +149,19 @@ declare const GetDataAccessorCommand_base: {
152
149
  * @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
153
150
  *
154
151
  * @throws {@link AccessDeniedException} (client fault)
155
- * <p> You don't have access to perform this action. Make sure you have the required
156
- * permission policies and user accounts and try again.</p>
152
+ * <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
157
153
  *
158
154
  * @throws {@link InternalServerException} (server fault)
159
- * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
160
- * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
155
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
161
156
  *
162
157
  * @throws {@link ResourceNotFoundException} (client fault)
163
- * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
164
- * provided the correct resource and try again.</p>
158
+ * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
165
159
  *
166
160
  * @throws {@link ThrottlingException} (client fault)
167
- * <p>The request was denied due to throttling. Reduce the number of requests and try
168
- * again.</p>
161
+ * <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
169
162
  *
170
163
  * @throws {@link ValidationException} (client fault)
171
- * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
172
- * correct input and try again.</p>
164
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
173
165
  *
174
166
  * @throws {@link QBusinessServiceException}
175
167
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
@@ -154,24 +154,19 @@ declare const GetDataSourceCommand_base: {
154
154
  * @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
155
155
  *
156
156
  * @throws {@link AccessDeniedException} (client fault)
157
- * <p> You don't have access to perform this action. Make sure you have the required
158
- * permission policies and user accounts and try again.</p>
157
+ * <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
159
158
  *
160
159
  * @throws {@link InternalServerException} (server fault)
161
- * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
162
- * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
160
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
163
161
  *
164
162
  * @throws {@link ResourceNotFoundException} (client fault)
165
- * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
166
- * provided the correct resource and try again.</p>
163
+ * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
167
164
  *
168
165
  * @throws {@link ThrottlingException} (client fault)
169
- * <p>The request was denied due to throttling. Reduce the number of requests and try
170
- * again.</p>
166
+ * <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
171
167
  *
172
168
  * @throws {@link ValidationException} (client fault)
173
- * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
174
- * correct input and try again.</p>
169
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
175
170
  *
176
171
  * @throws {@link QBusinessServiceException}
177
172
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
@@ -72,28 +72,22 @@ declare const GetGroupCommand_base: {
72
72
  * @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
73
73
  *
74
74
  * @throws {@link AccessDeniedException} (client fault)
75
- * <p> You don't have access to perform this action. Make sure you have the required
76
- * permission policies and user accounts and try again.</p>
75
+ * <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
77
76
  *
78
77
  * @throws {@link ConflictException} (client fault)
79
- * <p>You are trying to perform an action that conflicts with the current status of your
80
- * resource. Fix any inconsistencies with your resources and try again.</p>
78
+ * <p>You are trying to perform an action that conflicts with the current status of your resource. Fix any inconsistencies with your resources and try again.</p>
81
79
  *
82
80
  * @throws {@link InternalServerException} (server fault)
83
- * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
84
- * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
81
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
85
82
  *
86
83
  * @throws {@link ResourceNotFoundException} (client fault)
87
- * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
88
- * provided the correct resource and try again.</p>
84
+ * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
89
85
  *
90
86
  * @throws {@link ThrottlingException} (client fault)
91
- * <p>The request was denied due to throttling. Reduce the number of requests and try
92
- * again.</p>
87
+ * <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
93
88
  *
94
89
  * @throws {@link ValidationException} (client fault)
95
- * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
96
- * correct input and try again.</p>
90
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
97
91
  *
98
92
  * @throws {@link QBusinessServiceException}
99
93
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
@@ -81,24 +81,19 @@ declare const GetIndexCommand_base: {
81
81
  * @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
82
82
  *
83
83
  * @throws {@link AccessDeniedException} (client fault)
84
- * <p> You don't have access to perform this action. Make sure you have the required
85
- * permission policies and user accounts and try again.</p>
84
+ * <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
86
85
  *
87
86
  * @throws {@link InternalServerException} (server fault)
88
- * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
89
- * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
87
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
90
88
  *
91
89
  * @throws {@link ResourceNotFoundException} (client fault)
92
- * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
93
- * provided the correct resource and try again.</p>
90
+ * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
94
91
  *
95
92
  * @throws {@link ThrottlingException} (client fault)
96
- * <p>The request was denied due to throttling. Reduce the number of requests and try
97
- * again.</p>
93
+ * <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
98
94
  *
99
95
  * @throws {@link ValidationException} (client fault)
100
- * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
101
- * correct input and try again.</p>
96
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
102
97
  *
103
98
  * @throws {@link QBusinessServiceException}
104
99
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
@@ -27,10 +27,7 @@ declare const GetMediaCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns the image bytes corresponding to a media object. If you have implemented your own application with the Chat and ChatSync APIs, and
31
- * have enabled content extraction from visual data in Amazon Q Business, you use the GetMedia API operation to download
32
- * the images so you can show them in your UI with responses.</p>
33
- * <p>For more information, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/extracting-meaning-from-images.html">Extracting semantic meaning from images and visuals</a>.</p>
30
+ * <p>Returns the image bytes corresponding to a media object. If you have implemented your own application with the Chat and ChatSync APIs, and have enabled content extraction from visual data in Amazon Q Business, you use the GetMedia API operation to download the images so you can show them in your UI with responses.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/extracting-meaning-from-images.html">Extracting semantic meaning from images and visuals</a>.</p>
34
31
  * @example
35
32
  * Use a bare-bones client and the command you need to make an API call.
36
33
  * ```javascript
@@ -59,31 +56,25 @@ declare const GetMediaCommand_base: {
59
56
  * @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
60
57
  *
61
58
  * @throws {@link AccessDeniedException} (client fault)
62
- * <p> You don't have access to perform this action. Make sure you have the required
63
- * permission policies and user accounts and try again.</p>
59
+ * <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
64
60
  *
65
61
  * @throws {@link InternalServerException} (server fault)
66
- * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
67
- * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
62
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
68
63
  *
69
64
  * @throws {@link LicenseNotFoundException} (client fault)
70
- * <p>You don't have permissions to perform the action because your license is inactive. Ask
71
- * your admin to activate your license and try again after your licence is active.</p>
65
+ * <p>You don't have permissions to perform the action because your license is inactive. Ask your admin to activate your license and try again after your licence is active.</p>
72
66
  *
73
67
  * @throws {@link MediaTooLargeException} (client fault)
74
68
  * <p>The requested media object is too large to be returned.</p>
75
69
  *
76
70
  * @throws {@link ResourceNotFoundException} (client fault)
77
- * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
78
- * provided the correct resource and try again.</p>
71
+ * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
79
72
  *
80
73
  * @throws {@link ThrottlingException} (client fault)
81
- * <p>The request was denied due to throttling. Reduce the number of requests and try
82
- * again.</p>
74
+ * <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
83
75
  *
84
76
  * @throws {@link ValidationException} (client fault)
85
- * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
86
- * correct input and try again.</p>
77
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
87
78
  *
88
79
  * @throws {@link QBusinessServiceException}
89
80
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
@@ -90,24 +90,19 @@ declare const GetPluginCommand_base: {
90
90
  * @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
91
91
  *
92
92
  * @throws {@link AccessDeniedException} (client fault)
93
- * <p> You don't have access to perform this action. Make sure you have the required
94
- * permission policies and user accounts and try again.</p>
93
+ * <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
95
94
  *
96
95
  * @throws {@link InternalServerException} (server fault)
97
- * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
98
- * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
96
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
99
97
  *
100
98
  * @throws {@link ResourceNotFoundException} (client fault)
101
- * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
102
- * provided the correct resource and try again.</p>
99
+ * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
103
100
  *
104
101
  * @throws {@link ThrottlingException} (client fault)
105
- * <p>The request was denied due to throttling. Reduce the number of requests and try
106
- * again.</p>
102
+ * <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
107
103
  *
108
104
  * @throws {@link ValidationException} (client fault)
109
- * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
110
- * correct input and try again.</p>
105
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
111
106
  *
112
107
  * @throws {@link QBusinessServiceException}
113
108
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
@@ -27,8 +27,7 @@ declare const GetPolicyCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Retrieves the current permission policy for a Amazon Q Business application. The policy is
31
- * returned as a JSON-formatted string and defines the IAM actions that are allowed or denied for the application's resources.</p>
30
+ * <p>Retrieves the current permission policy for a Amazon Q Business application. The policy is returned as a JSON-formatted string and defines the IAM actions that are allowed or denied for the application's resources.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -53,24 +52,19 @@ declare const GetPolicyCommand_base: {
53
52
  * @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
54
53
  *
55
54
  * @throws {@link AccessDeniedException} (client fault)
56
- * <p> You don't have access to perform this action. Make sure you have the required
57
- * permission policies and user accounts and try again.</p>
55
+ * <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
58
56
  *
59
57
  * @throws {@link InternalServerException} (server fault)
60
- * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
61
- * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
58
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
62
59
  *
63
60
  * @throws {@link ResourceNotFoundException} (client fault)
64
- * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
65
- * provided the correct resource and try again.</p>
61
+ * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
66
62
  *
67
63
  * @throws {@link ThrottlingException} (client fault)
68
- * <p>The request was denied due to throttling. Reduce the number of requests and try
69
- * again.</p>
64
+ * <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
70
65
  *
71
66
  * @throws {@link ValidationException} (client fault)
72
- * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
73
- * correct input and try again.</p>
67
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
74
68
  *
75
69
  * @throws {@link QBusinessServiceException}
76
70
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
@@ -27,8 +27,7 @@ declare const GetRetrieverCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Gets information about an existing retriever used by an Amazon Q Business
31
- * application.</p>
30
+ * <p>Gets information about an existing retriever used by an Amazon Q Business application.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -91,24 +90,19 @@ declare const GetRetrieverCommand_base: {
91
90
  * @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
92
91
  *
93
92
  * @throws {@link AccessDeniedException} (client fault)
94
- * <p> You don't have access to perform this action. Make sure you have the required
95
- * permission policies and user accounts and try again.</p>
93
+ * <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
96
94
  *
97
95
  * @throws {@link InternalServerException} (server fault)
98
- * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
99
- * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
96
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
100
97
  *
101
98
  * @throws {@link ResourceNotFoundException} (client fault)
102
- * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
103
- * provided the correct resource and try again.</p>
99
+ * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
104
100
  *
105
101
  * @throws {@link ThrottlingException} (client fault)
106
- * <p>The request was denied due to throttling. Reduce the number of requests and try
107
- * again.</p>
102
+ * <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
108
103
  *
109
104
  * @throws {@link ValidationException} (client fault)
110
- * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
111
- * correct input and try again.</p>
105
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
112
106
  *
113
107
  * @throws {@link QBusinessServiceException}
114
108
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
@@ -27,8 +27,7 @@ declare const GetUserCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Describes the universally unique identifier (UUID) associated with a local user in a
31
- * data source.</p>
30
+ * <p>Describes the universally unique identifier (UUID) associated with a local user in a data source.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -60,28 +59,22 @@ declare const GetUserCommand_base: {
60
59
  * @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
61
60
  *
62
61
  * @throws {@link AccessDeniedException} (client fault)
63
- * <p> You don't have access to perform this action. Make sure you have the required
64
- * permission policies and user accounts and try again.</p>
62
+ * <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
65
63
  *
66
64
  * @throws {@link ConflictException} (client fault)
67
- * <p>You are trying to perform an action that conflicts with the current status of your
68
- * resource. Fix any inconsistencies with your resources and try again.</p>
65
+ * <p>You are trying to perform an action that conflicts with the current status of your resource. Fix any inconsistencies with your resources and try again.</p>
69
66
  *
70
67
  * @throws {@link InternalServerException} (server fault)
71
- * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
72
- * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
68
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
73
69
  *
74
70
  * @throws {@link ResourceNotFoundException} (client fault)
75
- * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
76
- * provided the correct resource and try again.</p>
71
+ * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
77
72
  *
78
73
  * @throws {@link ThrottlingException} (client fault)
79
- * <p>The request was denied due to throttling. Reduce the number of requests and try
80
- * again.</p>
74
+ * <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
81
75
  *
82
76
  * @throws {@link ValidationException} (client fault)
83
- * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
84
- * correct input and try again.</p>
77
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
85
78
  *
86
79
  * @throws {@link QBusinessServiceException}
87
80
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
@@ -99,24 +99,19 @@ declare const GetWebExperienceCommand_base: {
99
99
  * @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
100
100
  *
101
101
  * @throws {@link AccessDeniedException} (client fault)
102
- * <p> You don't have access to perform this action. Make sure you have the required
103
- * permission policies and user accounts and try again.</p>
102
+ * <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
104
103
  *
105
104
  * @throws {@link InternalServerException} (server fault)
106
- * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
107
- * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
105
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
108
106
  *
109
107
  * @throws {@link ResourceNotFoundException} (client fault)
110
- * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
111
- * provided the correct resource and try again.</p>
108
+ * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
112
109
  *
113
110
  * @throws {@link ThrottlingException} (client fault)
114
- * <p>The request was denied due to throttling. Reduce the number of requests and try
115
- * again.</p>
111
+ * <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
116
112
  *
117
113
  * @throws {@link ValidationException} (client fault)
118
- * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
119
- * correct input and try again.</p>
114
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
120
115
  *
121
116
  * @throws {@link QBusinessServiceException}
122
117
  * <p>Base exception class for all service exceptions from QBusiness service.</p>