@aws-sdk/client-qapps 3.864.0 → 3.872.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 (41) hide show
  1. package/README.md +1 -13
  2. package/dist-types/QApps.d.ts +1 -13
  3. package/dist-types/QAppsClient.d.ts +1 -13
  4. package/dist-types/commands/AssociateLibraryItemReviewCommand.d.ts +4 -8
  5. package/dist-types/commands/AssociateQAppWithUserCommand.d.ts +3 -8
  6. package/dist-types/commands/BatchCreateCategoryCommand.d.ts +3 -7
  7. package/dist-types/commands/BatchDeleteCategoryCommand.d.ts +3 -7
  8. package/dist-types/commands/BatchUpdateCategoryCommand.d.ts +3 -7
  9. package/dist-types/commands/CreateLibraryItemCommand.d.ts +3 -6
  10. package/dist-types/commands/CreatePresignedUrlCommand.d.ts +2 -6
  11. package/dist-types/commands/CreateQAppCommand.d.ts +5 -11
  12. package/dist-types/commands/DeleteLibraryItemCommand.d.ts +3 -6
  13. package/dist-types/commands/DeleteQAppCommand.d.ts +2 -4
  14. package/dist-types/commands/DescribeQAppPermissionsCommand.d.ts +1 -2
  15. package/dist-types/commands/DisassociateLibraryItemReviewCommand.d.ts +3 -6
  16. package/dist-types/commands/DisassociateQAppFromUserCommand.d.ts +1 -2
  17. package/dist-types/commands/ExportQAppSessionDataCommand.d.ts +3 -6
  18. package/dist-types/commands/GetLibraryItemCommand.d.ts +2 -4
  19. package/dist-types/commands/GetQAppCommand.d.ts +2 -4
  20. package/dist-types/commands/GetQAppSessionCommand.d.ts +2 -4
  21. package/dist-types/commands/GetQAppSessionMetadataCommand.d.ts +2 -4
  22. package/dist-types/commands/ImportDocumentCommand.d.ts +4 -10
  23. package/dist-types/commands/ListCategoriesCommand.d.ts +2 -4
  24. package/dist-types/commands/ListLibraryItemsCommand.d.ts +2 -4
  25. package/dist-types/commands/ListQAppSessionDataCommand.d.ts +2 -4
  26. package/dist-types/commands/ListQAppsCommand.d.ts +2 -5
  27. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -2
  28. package/dist-types/commands/PredictQAppCommand.d.ts +2 -5
  29. package/dist-types/commands/StartQAppSessionCommand.d.ts +3 -10
  30. package/dist-types/commands/StopQAppSessionCommand.d.ts +3 -7
  31. package/dist-types/commands/TagResourceCommand.d.ts +2 -4
  32. package/dist-types/commands/UntagResourceCommand.d.ts +1 -2
  33. package/dist-types/commands/UpdateLibraryItemCommand.d.ts +2 -4
  34. package/dist-types/commands/UpdateLibraryItemMetadataCommand.d.ts +2 -4
  35. package/dist-types/commands/UpdateQAppCommand.d.ts +3 -6
  36. package/dist-types/commands/UpdateQAppPermissionsCommand.d.ts +1 -2
  37. package/dist-types/commands/UpdateQAppSessionCommand.d.ts +3 -9
  38. package/dist-types/commands/UpdateQAppSessionMetadataCommand.d.ts +3 -6
  39. package/dist-types/index.d.ts +1 -13
  40. package/dist-types/models/models_0.d.ts +38 -91
  41. package/package.json +2 -2
package/README.md CHANGED
@@ -6,19 +6,7 @@
6
6
 
7
7
  AWS SDK for JavaScript QApps Client for Node.js, Browser and React Native.
8
8
 
9
- <p>The Amazon Q Apps feature capability within Amazon Q Business allows web experience users to create
10
- lightweight, purpose-built AI apps to fulfill specific tasks from within their web experience.
11
- For example, users can create a Q App that exclusively generates marketing-related content to
12
- improve your marketing team's productivity or a Q App for writing customer emails and
13
- creating promotional content using a certain style of voice, tone, and branding. For more
14
- information on the capabilities, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/deploy-experience-iam-role.html#q-apps-actions">Amazon Q Apps capabilities</a> in the <i>Amazon Q Business User
15
- Guide</i>. </p>
16
- <p>For an overview of the Amazon Q App APIs, see <a href="https://docs.aws.amazon.com/amazonq/latest/api-reference/API_Operations_QApps.html">Overview of Amazon Q Apps API
17
- operations</a>.</p>
18
- <p>For information about the IAM access control permissions you need to use
19
- the Amazon Q Apps API, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/deploy-experience-iam-role.html">
20
- IAM role for the Amazon Q Business web experience including Amazon Q Apps</a> in
21
- the <i>Amazon Q Business User Guide</i>.</p>
9
+ <p>The Amazon Q Apps feature capability within Amazon Q Business allows web experience users to create lightweight, purpose-built AI apps to fulfill specific tasks from within their web experience. For example, users can create a Q App that exclusively generates marketing-related content to improve your marketing team's productivity or a Q App for writing customer emails and creating promotional content using a certain style of voice, tone, and branding. For more information on the capabilities, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/deploy-experience-iam-role.html#q-apps-actions">Amazon Q Apps capabilities</a> in the <i>Amazon Q Business User Guide</i>. </p> <p>For an overview of the Amazon Q App APIs, see <a href="https://docs.aws.amazon.com/amazonq/latest/api-reference/API_Operations_QApps.html">Overview of Amazon Q Apps API operations</a>.</p> <p>For information about the IAM access control permissions you need to use the Amazon Q Apps API, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/deploy-experience-iam-role.html"> IAM role for the Amazon Q Business web experience including Amazon Q Apps</a> in the <i>Amazon Q Business User Guide</i>.</p>
22
10
 
23
11
  ## Installing
24
12
 
@@ -248,19 +248,7 @@ export interface QApps {
248
248
  updateQAppSessionMetadata(args: UpdateQAppSessionMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateQAppSessionMetadataCommandOutput) => void): void;
249
249
  }
250
250
  /**
251
- * <p>The Amazon Q Apps feature capability within Amazon Q Business allows web experience users to create
252
- * lightweight, purpose-built AI apps to fulfill specific tasks from within their web experience.
253
- * For example, users can create a Q App that exclusively generates marketing-related content to
254
- * improve your marketing team's productivity or a Q App for writing customer emails and
255
- * creating promotional content using a certain style of voice, tone, and branding. For more
256
- * information on the capabilities, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/deploy-experience-iam-role.html#q-apps-actions">Amazon Q Apps capabilities</a> in the <i>Amazon Q Business User
257
- * Guide</i>. </p>
258
- * <p>For an overview of the Amazon Q App APIs, see <a href="https://docs.aws.amazon.com/amazonq/latest/api-reference/API_Operations_QApps.html">Overview of Amazon Q Apps API
259
- * operations</a>.</p>
260
- * <p>For information about the IAM access control permissions you need to use
261
- * the Amazon Q Apps API, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/deploy-experience-iam-role.html">
262
- * IAM role for the Amazon Q Business web experience including Amazon Q Apps</a> in
263
- * the <i>Amazon Q Business User Guide</i>.</p>
251
+ * <p>The Amazon Q Apps feature capability within Amazon Q Business allows web experience users to create lightweight, purpose-built AI apps to fulfill specific tasks from within their web experience. For example, users can create a Q App that exclusively generates marketing-related content to improve your marketing team's productivity or a Q App for writing customer emails and creating promotional content using a certain style of voice, tone, and branding. For more information on the capabilities, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/deploy-experience-iam-role.html#q-apps-actions">Amazon Q Apps capabilities</a> in the <i>Amazon Q Business User Guide</i>. </p> <p>For an overview of the Amazon Q App APIs, see <a href="https://docs.aws.amazon.com/amazonq/latest/api-reference/API_Operations_QApps.html">Overview of Amazon Q Apps API operations</a>.</p> <p>For information about the IAM access control permissions you need to use the Amazon Q Apps API, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/deploy-experience-iam-role.html"> IAM role for the Amazon Q Business web experience including Amazon Q Apps</a> in the <i>Amazon Q Business User Guide</i>.</p>
264
252
  * @public
265
253
  */
266
254
  export declare class QApps extends QAppsClient implements QApps {
@@ -204,19 +204,7 @@ export type QAppsClientResolvedConfigType = __SmithyResolvedConfiguration<__Http
204
204
  export interface QAppsClientResolvedConfig extends QAppsClientResolvedConfigType {
205
205
  }
206
206
  /**
207
- * <p>The Amazon Q Apps feature capability within Amazon Q Business allows web experience users to create
208
- * lightweight, purpose-built AI apps to fulfill specific tasks from within their web experience.
209
- * For example, users can create a Q App that exclusively generates marketing-related content to
210
- * improve your marketing team's productivity or a Q App for writing customer emails and
211
- * creating promotional content using a certain style of voice, tone, and branding. For more
212
- * information on the capabilities, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/deploy-experience-iam-role.html#q-apps-actions">Amazon Q Apps capabilities</a> in the <i>Amazon Q Business User
213
- * Guide</i>. </p>
214
- * <p>For an overview of the Amazon Q App APIs, see <a href="https://docs.aws.amazon.com/amazonq/latest/api-reference/API_Operations_QApps.html">Overview of Amazon Q Apps API
215
- * operations</a>.</p>
216
- * <p>For information about the IAM access control permissions you need to use
217
- * the Amazon Q Apps API, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/deploy-experience-iam-role.html">
218
- * IAM role for the Amazon Q Business web experience including Amazon Q Apps</a> in
219
- * the <i>Amazon Q Business User Guide</i>.</p>
207
+ * <p>The Amazon Q Apps feature capability within Amazon Q Business allows web experience users to create lightweight, purpose-built AI apps to fulfill specific tasks from within their web experience. For example, users can create a Q App that exclusively generates marketing-related content to improve your marketing team's productivity or a Q App for writing customer emails and creating promotional content using a certain style of voice, tone, and branding. For more information on the capabilities, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/deploy-experience-iam-role.html#q-apps-actions">Amazon Q Apps capabilities</a> in the <i>Amazon Q Business User Guide</i>. </p> <p>For an overview of the Amazon Q App APIs, see <a href="https://docs.aws.amazon.com/amazonq/latest/api-reference/API_Operations_QApps.html">Overview of Amazon Q Apps API operations</a>.</p> <p>For information about the IAM access control permissions you need to use the Amazon Q Apps API, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/deploy-experience-iam-role.html"> IAM role for the Amazon Q Business web experience including Amazon Q Apps</a> in the <i>Amazon Q Business User Guide</i>.</p>
220
208
  * @public
221
209
  */
222
210
  export declare class QAppsClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, QAppsClientResolvedConfig> {
@@ -27,8 +27,7 @@ declare const AssociateLibraryItemReviewCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Associates a rating or review for a library item with the user submitting the request.
31
- * This increments the rating count for the specified library item.</p>
30
+ * <p>Associates a rating or review for a library item with the user submitting the request. This increments the rating count for the specified library item.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -55,8 +54,7 @@ declare const AssociateLibraryItemReviewCommand_base: {
55
54
  * <p>The client is not authorized to perform the requested operation.</p>
56
55
  *
57
56
  * @throws {@link ConflictException} (client fault)
58
- * <p>The requested operation could not be completed due to a conflict with the current state of
59
- * the resource.</p>
57
+ * <p>The requested operation could not be completed due to a conflict with the current state of the resource.</p>
60
58
  *
61
59
  * @throws {@link InternalServerException} (server fault)
62
60
  * <p>An internal service error occurred while processing the request.</p>
@@ -65,12 +63,10 @@ declare const AssociateLibraryItemReviewCommand_base: {
65
63
  * <p>The requested resource could not be found.</p>
66
64
  *
67
65
  * @throws {@link ServiceQuotaExceededException} (client fault)
68
- * <p>The requested operation could not be completed because it would exceed the service's quota
69
- * or limit.</p>
66
+ * <p>The requested operation could not be completed because it would exceed the service's quota or limit.</p>
70
67
  *
71
68
  * @throws {@link ThrottlingException} (client fault)
72
- * <p>The requested operation could not be completed because too many requests were sent at
73
- * once. Wait a bit and try again later.</p>
69
+ * <p>The requested operation could not be completed because too many requests were sent at once. Wait a bit and try again later.</p>
74
70
  *
75
71
  * @throws {@link UnauthorizedException} (client fault)
76
72
  * <p>The client is not authenticated or authorized to perform the requested operation.</p>
@@ -27,10 +27,7 @@ declare const AssociateQAppWithUserCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>This operation creates a link between the user's identity calling the operation and a
31
- * specific Q App. This is useful to mark the Q App as a <i>favorite</i> for the
32
- * user if the user doesn't own the Amazon Q App so they can still run it and see it in their
33
- * inventory of Q Apps.</p>
30
+ * <p>This operation creates a link between the user's identity calling the operation and a specific Q App. This is useful to mark the Q App as a <i>favorite</i> for the user if the user doesn't own the Amazon Q App so they can still run it and see it in their inventory of Q Apps.</p>
34
31
  * @example
35
32
  * Use a bare-bones client and the command you need to make an API call.
36
33
  * ```javascript
@@ -63,12 +60,10 @@ declare const AssociateQAppWithUserCommand_base: {
63
60
  * <p>The requested resource could not be found.</p>
64
61
  *
65
62
  * @throws {@link ServiceQuotaExceededException} (client fault)
66
- * <p>The requested operation could not be completed because it would exceed the service's quota
67
- * or limit.</p>
63
+ * <p>The requested operation could not be completed because it would exceed the service's quota or limit.</p>
68
64
  *
69
65
  * @throws {@link ThrottlingException} (client fault)
70
- * <p>The requested operation could not be completed because too many requests were sent at
71
- * once. Wait a bit and try again later.</p>
66
+ * <p>The requested operation could not be completed because too many requests were sent at once. Wait a bit and try again later.</p>
72
67
  *
73
68
  * @throws {@link UnauthorizedException} (client fault)
74
69
  * <p>The client is not authenticated or authorized to perform the requested operation.</p>
@@ -27,9 +27,7 @@ declare const BatchCreateCategoryCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates Categories for the Amazon Q Business application environment instance. Web experience users use
31
- * Categories to tag and filter library items. For more information, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/qapps-custom-labels.html">Custom
32
- * labels for Amazon Q Apps</a>.</p>
30
+ * <p>Creates Categories for the Amazon Q Business application environment instance. Web experience users use Categories to tag and filter library items. For more information, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/qapps-custom-labels.html">Custom labels for Amazon Q Apps</a>.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -62,8 +60,7 @@ declare const BatchCreateCategoryCommand_base: {
62
60
  * <p>The client is not authorized to perform the requested operation.</p>
63
61
  *
64
62
  * @throws {@link ConflictException} (client fault)
65
- * <p>The requested operation could not be completed due to a conflict with the current state of
66
- * the resource.</p>
63
+ * <p>The requested operation could not be completed due to a conflict with the current state of the resource.</p>
67
64
  *
68
65
  * @throws {@link InternalServerException} (server fault)
69
66
  * <p>An internal service error occurred while processing the request.</p>
@@ -72,8 +69,7 @@ declare const BatchCreateCategoryCommand_base: {
72
69
  * <p>The requested resource could not be found.</p>
73
70
  *
74
71
  * @throws {@link ThrottlingException} (client fault)
75
- * <p>The requested operation could not be completed because too many requests were sent at
76
- * once. Wait a bit and try again later.</p>
72
+ * <p>The requested operation could not be completed because too many requests were sent at once. Wait a bit and try again later.</p>
77
73
  *
78
74
  * @throws {@link UnauthorizedException} (client fault)
79
75
  * <p>The client is not authenticated or authorized to perform the requested operation.</p>
@@ -27,9 +27,7 @@ declare const BatchDeleteCategoryCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deletes Categories for the Amazon Q Business application environment instance. Web experience users use
31
- * Categories to tag and filter library items. For more information, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/qapps-custom-labels.html">Custom
32
- * labels for Amazon Q Apps</a>.</p>
30
+ * <p>Deletes Categories for the Amazon Q Business application environment instance. Web experience users use Categories to tag and filter library items. For more information, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/qapps-custom-labels.html">Custom labels for Amazon Q Apps</a>.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -58,8 +56,7 @@ declare const BatchDeleteCategoryCommand_base: {
58
56
  * <p>The client is not authorized to perform the requested operation.</p>
59
57
  *
60
58
  * @throws {@link ConflictException} (client fault)
61
- * <p>The requested operation could not be completed due to a conflict with the current state of
62
- * the resource.</p>
59
+ * <p>The requested operation could not be completed due to a conflict with the current state of the resource.</p>
63
60
  *
64
61
  * @throws {@link InternalServerException} (server fault)
65
62
  * <p>An internal service error occurred while processing the request.</p>
@@ -68,8 +65,7 @@ declare const BatchDeleteCategoryCommand_base: {
68
65
  * <p>The requested resource could not be found.</p>
69
66
  *
70
67
  * @throws {@link ThrottlingException} (client fault)
71
- * <p>The requested operation could not be completed because too many requests were sent at
72
- * once. Wait a bit and try again later.</p>
68
+ * <p>The requested operation could not be completed because too many requests were sent at once. Wait a bit and try again later.</p>
73
69
  *
74
70
  * @throws {@link UnauthorizedException} (client fault)
75
71
  * <p>The client is not authenticated or authorized to perform the requested operation.</p>
@@ -27,9 +27,7 @@ declare const BatchUpdateCategoryCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates Categories for the Amazon Q Business application environment instance. Web experience users use
31
- * Categories to tag and filter library items. For more information, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/qapps-custom-labels.html">Custom
32
- * labels for Amazon Q Apps</a>.</p>
30
+ * <p>Updates Categories for the Amazon Q Business application environment instance. Web experience users use Categories to tag and filter library items. For more information, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/qapps-custom-labels.html">Custom labels for Amazon Q Apps</a>.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -62,8 +60,7 @@ declare const BatchUpdateCategoryCommand_base: {
62
60
  * <p>The client is not authorized to perform the requested operation.</p>
63
61
  *
64
62
  * @throws {@link ConflictException} (client fault)
65
- * <p>The requested operation could not be completed due to a conflict with the current state of
66
- * the resource.</p>
63
+ * <p>The requested operation could not be completed due to a conflict with the current state of the resource.</p>
67
64
  *
68
65
  * @throws {@link InternalServerException} (server fault)
69
66
  * <p>An internal service error occurred while processing the request.</p>
@@ -72,8 +69,7 @@ declare const BatchUpdateCategoryCommand_base: {
72
69
  * <p>The requested resource could not be found.</p>
73
70
  *
74
71
  * @throws {@link ThrottlingException} (client fault)
75
- * <p>The requested operation could not be completed because too many requests were sent at
76
- * once. Wait a bit and try again later.</p>
72
+ * <p>The requested operation could not be completed because too many requests were sent at once. Wait a bit and try again later.</p>
77
73
  *
78
74
  * @throws {@link UnauthorizedException} (client fault)
79
75
  * <p>The client is not authenticated or authorized to perform the requested operation.</p>
@@ -27,8 +27,7 @@ declare const CreateLibraryItemCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a new library item for an Amazon Q App, allowing it to be discovered and used by
31
- * other allowed users. </p>
30
+ * <p>Creates a new library item for an Amazon Q App, allowing it to be discovered and used by other allowed users. </p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -74,12 +73,10 @@ declare const CreateLibraryItemCommand_base: {
74
73
  * <p>The requested resource could not be found.</p>
75
74
  *
76
75
  * @throws {@link ServiceQuotaExceededException} (client fault)
77
- * <p>The requested operation could not be completed because it would exceed the service's quota
78
- * or limit.</p>
76
+ * <p>The requested operation could not be completed because it would exceed the service's quota or limit.</p>
79
77
  *
80
78
  * @throws {@link ThrottlingException} (client fault)
81
- * <p>The requested operation could not be completed because too many requests were sent at
82
- * once. Wait a bit and try again later.</p>
79
+ * <p>The requested operation could not be completed because too many requests were sent at once. Wait a bit and try again later.</p>
83
80
  *
84
81
  * @throws {@link UnauthorizedException} (client fault)
85
82
  * <p>The client is not authenticated or authorized to perform the requested operation.</p>
@@ -27,10 +27,7 @@ declare const CreatePresignedUrlCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a presigned URL for an S3 POST operation to upload a file. You can use this URL to
31
- * set a default file for a <code>FileUploadCard</code> in a Q App definition or to provide a
32
- * file for a single Q App run. The <code>scope</code> parameter determines how the file will be
33
- * used, either at the app definition level or the app session level.</p>
30
+ * <p>Creates a presigned URL for an S3 POST operation to upload a file. You can use this URL to set a default file for a <code>FileUploadCard</code> in a Q App definition or to provide a file for a single Q App run. The <code>scope</code> parameter determines how the file will be used, either at the app definition level or the app session level.</p> <note> <p>The IAM permissions are derived from the <code>qapps:ImportDocument</code> action. For more information on the IAM policy for Amazon Q Apps, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/deploy-q-apps-iam-permissions.html">IAM permissions for using Amazon Q Apps</a>.</p> </note>
34
31
  * @example
35
32
  * Use a bare-bones client and the command you need to make an API call.
36
33
  * ```javascript
@@ -72,8 +69,7 @@ declare const CreatePresignedUrlCommand_base: {
72
69
  * <p>An internal service error occurred while processing the request.</p>
73
70
  *
74
71
  * @throws {@link ThrottlingException} (client fault)
75
- * <p>The requested operation could not be completed because too many requests were sent at
76
- * once. Wait a bit and try again later.</p>
72
+ * <p>The requested operation could not be completed because too many requests were sent at once. Wait a bit and try again later.</p>
77
73
  *
78
74
  * @throws {@link UnauthorizedException} (client fault)
79
75
  * <p>The client is not authenticated or authorized to perform the requested operation.</p>
@@ -27,9 +27,7 @@ declare const CreateQAppCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a new Amazon Q App based on the provided definition. The Q App definition specifies
31
- * the cards and flow of the Q App. This operation also calculates the dependencies between the
32
- * cards by inspecting the references in the prompts. </p>
30
+ * <p>Creates a new Amazon Q App based on the provided definition. The Q App definition specifies the cards and flow of the Q App. This operation also calculates the dependencies between the cards by inspecting the references in the prompts. </p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -202,23 +200,19 @@ declare const CreateQAppCommand_base: {
202
200
  * <p>The client is not authorized to perform the requested operation.</p>
203
201
  *
204
202
  * @throws {@link ConflictException} (client fault)
205
- * <p>The requested operation could not be completed due to a conflict with the current state of
206
- * the resource.</p>
203
+ * <p>The requested operation could not be completed due to a conflict with the current state of the resource.</p>
207
204
  *
208
205
  * @throws {@link ContentTooLargeException} (client fault)
209
- * <p>The requested operation could not be completed because the content exceeds the maximum
210
- * allowed size.</p>
206
+ * <p>The requested operation could not be completed because the content exceeds the maximum allowed size.</p>
211
207
  *
212
208
  * @throws {@link InternalServerException} (server fault)
213
209
  * <p>An internal service error occurred while processing the request.</p>
214
210
  *
215
211
  * @throws {@link ServiceQuotaExceededException} (client fault)
216
- * <p>The requested operation could not be completed because it would exceed the service's quota
217
- * or limit.</p>
212
+ * <p>The requested operation could not be completed because it would exceed the service's quota or limit.</p>
218
213
  *
219
214
  * @throws {@link ThrottlingException} (client fault)
220
- * <p>The requested operation could not be completed because too many requests were sent at
221
- * once. Wait a bit and try again later.</p>
215
+ * <p>The requested operation could not be completed because too many requests were sent at once. Wait a bit and try again later.</p>
222
216
  *
223
217
  * @throws {@link UnauthorizedException} (client fault)
224
218
  * <p>The client is not authenticated or authorized to perform the requested operation.</p>
@@ -27,8 +27,7 @@ declare const DeleteLibraryItemCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deletes a library item for an Amazon Q App, removing it from the library so it can no longer
31
- * be discovered or used by other users.</p>
30
+ * <p>Deletes a library item for an Amazon Q App, removing it from the library so it can no longer be discovered or used by other users.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -61,12 +60,10 @@ declare const DeleteLibraryItemCommand_base: {
61
60
  * <p>The requested resource could not be found.</p>
62
61
  *
63
62
  * @throws {@link ServiceQuotaExceededException} (client fault)
64
- * <p>The requested operation could not be completed because it would exceed the service's quota
65
- * or limit.</p>
63
+ * <p>The requested operation could not be completed because it would exceed the service's quota or limit.</p>
66
64
  *
67
65
  * @throws {@link ThrottlingException} (client fault)
68
- * <p>The requested operation could not be completed because too many requests were sent at
69
- * once. Wait a bit and try again later.</p>
66
+ * <p>The requested operation could not be completed because too many requests were sent at once. Wait a bit and try again later.</p>
70
67
  *
71
68
  * @throws {@link UnauthorizedException} (client fault)
72
69
  * <p>The client is not authenticated or authorized to perform the requested operation.</p>
@@ -27,8 +27,7 @@ declare const DeleteQAppCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deletes an Amazon Q App owned by the user. If the Q App was previously published to the
31
- * library, it is also removed from the library.</p>
30
+ * <p>Deletes an Amazon Q App owned by the user. If the Q App was previously published to the library, it is also removed from the library.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -61,8 +60,7 @@ declare const DeleteQAppCommand_base: {
61
60
  * <p>The requested resource could not be found.</p>
62
61
  *
63
62
  * @throws {@link ThrottlingException} (client fault)
64
- * <p>The requested operation could not be completed because too many requests were sent at
65
- * once. Wait a bit and try again later.</p>
63
+ * <p>The requested operation could not be completed because too many requests were sent at once. Wait a bit and try again later.</p>
66
64
  *
67
65
  * @throws {@link UnauthorizedException} (client fault)
68
66
  * <p>The client is not authenticated or authorized to perform the requested operation.</p>
@@ -73,8 +73,7 @@ declare const DescribeQAppPermissionsCommand_base: {
73
73
  * <p>The requested resource could not be found.</p>
74
74
  *
75
75
  * @throws {@link ThrottlingException} (client fault)
76
- * <p>The requested operation could not be completed because too many requests were sent at
77
- * once. Wait a bit and try again later.</p>
76
+ * <p>The requested operation could not be completed because too many requests were sent at once. Wait a bit and try again later.</p>
78
77
  *
79
78
  * @throws {@link UnauthorizedException} (client fault)
80
79
  * <p>The client is not authenticated or authorized to perform the requested operation.</p>
@@ -54,8 +54,7 @@ declare const DisassociateLibraryItemReviewCommand_base: {
54
54
  * <p>The client is not authorized to perform the requested operation.</p>
55
55
  *
56
56
  * @throws {@link ConflictException} (client fault)
57
- * <p>The requested operation could not be completed due to a conflict with the current state of
58
- * the resource.</p>
57
+ * <p>The requested operation could not be completed due to a conflict with the current state of the resource.</p>
59
58
  *
60
59
  * @throws {@link InternalServerException} (server fault)
61
60
  * <p>An internal service error occurred while processing the request.</p>
@@ -64,12 +63,10 @@ declare const DisassociateLibraryItemReviewCommand_base: {
64
63
  * <p>The requested resource could not be found.</p>
65
64
  *
66
65
  * @throws {@link ServiceQuotaExceededException} (client fault)
67
- * <p>The requested operation could not be completed because it would exceed the service's quota
68
- * or limit.</p>
66
+ * <p>The requested operation could not be completed because it would exceed the service's quota or limit.</p>
69
67
  *
70
68
  * @throws {@link ThrottlingException} (client fault)
71
- * <p>The requested operation could not be completed because too many requests were sent at
72
- * once. Wait a bit and try again later.</p>
69
+ * <p>The requested operation could not be completed because too many requests were sent at once. Wait a bit and try again later.</p>
73
70
  *
74
71
  * @throws {@link UnauthorizedException} (client fault)
75
72
  * <p>The client is not authenticated or authorized to perform the requested operation.</p>
@@ -60,8 +60,7 @@ declare const DisassociateQAppFromUserCommand_base: {
60
60
  * <p>The requested resource could not be found.</p>
61
61
  *
62
62
  * @throws {@link ThrottlingException} (client fault)
63
- * <p>The requested operation could not be completed because too many requests were sent at
64
- * once. Wait a bit and try again later.</p>
63
+ * <p>The requested operation could not be completed because too many requests were sent at once. Wait a bit and try again later.</p>
65
64
  *
66
65
  * @throws {@link UnauthorizedException} (client fault)
67
66
  * <p>The client is not authenticated or authorized to perform the requested operation.</p>
@@ -58,8 +58,7 @@ declare const ExportQAppSessionDataCommand_base: {
58
58
  * <p>The client is not authorized to perform the requested operation.</p>
59
59
  *
60
60
  * @throws {@link ConflictException} (client fault)
61
- * <p>The requested operation could not be completed due to a conflict with the current state of
62
- * the resource.</p>
61
+ * <p>The requested operation could not be completed due to a conflict with the current state of the resource.</p>
63
62
  *
64
63
  * @throws {@link InternalServerException} (server fault)
65
64
  * <p>An internal service error occurred while processing the request.</p>
@@ -68,12 +67,10 @@ declare const ExportQAppSessionDataCommand_base: {
68
67
  * <p>The requested resource could not be found.</p>
69
68
  *
70
69
  * @throws {@link ServiceQuotaExceededException} (client fault)
71
- * <p>The requested operation could not be completed because it would exceed the service's quota
72
- * or limit.</p>
70
+ * <p>The requested operation could not be completed because it would exceed the service's quota or limit.</p>
73
71
  *
74
72
  * @throws {@link ThrottlingException} (client fault)
75
- * <p>The requested operation could not be completed because too many requests were sent at
76
- * once. Wait a bit and try again later.</p>
73
+ * <p>The requested operation could not be completed because too many requests were sent at once. Wait a bit and try again later.</p>
77
74
  *
78
75
  * @throws {@link UnauthorizedException} (client fault)
79
76
  * <p>The client is not authenticated or authorized to perform the requested operation.</p>
@@ -27,8 +27,7 @@ declare const GetLibraryItemCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Retrieves details about a library item for an Amazon Q App, including its metadata,
31
- * categories, ratings, and usage statistics.</p>
30
+ * <p>Retrieves details about a library item for an Amazon Q App, including its metadata, categories, ratings, and usage statistics.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -83,8 +82,7 @@ declare const GetLibraryItemCommand_base: {
83
82
  * <p>The requested resource could not be found.</p>
84
83
  *
85
84
  * @throws {@link ThrottlingException} (client fault)
86
- * <p>The requested operation could not be completed because too many requests were sent at
87
- * once. Wait a bit and try again later.</p>
85
+ * <p>The requested operation could not be completed because too many requests were sent at once. Wait a bit and try again later.</p>
88
86
  *
89
87
  * @throws {@link UnauthorizedException} (client fault)
90
88
  * <p>The client is not authenticated or authorized to perform the requested operation.</p>
@@ -27,8 +27,7 @@ declare const GetQAppCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Retrieves the full details of an Q App, including its definition specifying the cards and
31
- * flow.</p>
30
+ * <p>Retrieves the full details of an Q App, including its definition specifying the cards and flow.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -224,8 +223,7 @@ declare const GetQAppCommand_base: {
224
223
  * <p>The requested resource could not be found.</p>
225
224
  *
226
225
  * @throws {@link ThrottlingException} (client fault)
227
- * <p>The requested operation could not be completed because too many requests were sent at
228
- * once. Wait a bit and try again later.</p>
226
+ * <p>The requested operation could not be completed because too many requests were sent at once. Wait a bit and try again later.</p>
229
227
  *
230
228
  * @throws {@link UnauthorizedException} (client fault)
231
229
  * <p>The client is not authenticated or authorized to perform the requested operation.</p>
@@ -81,12 +81,10 @@ declare const GetQAppSessionCommand_base: {
81
81
  * <p>The requested resource could not be found.</p>
82
82
  *
83
83
  * @throws {@link ServiceQuotaExceededException} (client fault)
84
- * <p>The requested operation could not be completed because it would exceed the service's quota
85
- * or limit.</p>
84
+ * <p>The requested operation could not be completed because it would exceed the service's quota or limit.</p>
86
85
  *
87
86
  * @throws {@link ThrottlingException} (client fault)
88
- * <p>The requested operation could not be completed because too many requests were sent at
89
- * once. Wait a bit and try again later.</p>
87
+ * <p>The requested operation could not be completed because too many requests were sent at once. Wait a bit and try again later.</p>
90
88
  *
91
89
  * @throws {@link UnauthorizedException} (client fault)
92
90
  * <p>The client is not authenticated or authorized to perform the requested operation.</p>
@@ -70,12 +70,10 @@ declare const GetQAppSessionMetadataCommand_base: {
70
70
  * <p>The requested resource could not be found.</p>
71
71
  *
72
72
  * @throws {@link ServiceQuotaExceededException} (client fault)
73
- * <p>The requested operation could not be completed because it would exceed the service's quota
74
- * or limit.</p>
73
+ * <p>The requested operation could not be completed because it would exceed the service's quota or limit.</p>
75
74
  *
76
75
  * @throws {@link ThrottlingException} (client fault)
77
- * <p>The requested operation could not be completed because too many requests were sent at
78
- * once. Wait a bit and try again later.</p>
76
+ * <p>The requested operation could not be completed because too many requests were sent at once. Wait a bit and try again later.</p>
79
77
  *
80
78
  * @throws {@link UnauthorizedException} (client fault)
81
79
  * <p>The client is not authenticated or authorized to perform the requested operation.</p>
@@ -27,10 +27,7 @@ declare const ImportDocumentCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Uploads a file that can then be used either as a default in a <code>FileUploadCard</code>
31
- * from Q App definition or as a file that is used inside a single Q App run. The purpose of
32
- * the document is determined by a scope parameter that indicates whether it is at the app
33
- * definition level or at the app session level.</p>
30
+ * <p>Uploads a file that can then be used either as a default in a <code>FileUploadCard</code> from Q App definition or as a file that is used inside a single Q App run. The purpose of the document is determined by a scope parameter that indicates whether it is at the app definition level or at the app session level.</p>
34
31
  * @example
35
32
  * Use a bare-bones client and the command you need to make an API call.
36
33
  * ```javascript
@@ -64,8 +61,7 @@ declare const ImportDocumentCommand_base: {
64
61
  * <p>The client is not authorized to perform the requested operation.</p>
65
62
  *
66
63
  * @throws {@link ContentTooLargeException} (client fault)
67
- * <p>The requested operation could not be completed because the content exceeds the maximum
68
- * allowed size.</p>
64
+ * <p>The requested operation could not be completed because the content exceeds the maximum allowed size.</p>
69
65
  *
70
66
  * @throws {@link InternalServerException} (server fault)
71
67
  * <p>An internal service error occurred while processing the request.</p>
@@ -74,12 +70,10 @@ declare const ImportDocumentCommand_base: {
74
70
  * <p>The requested resource could not be found.</p>
75
71
  *
76
72
  * @throws {@link ServiceQuotaExceededException} (client fault)
77
- * <p>The requested operation could not be completed because it would exceed the service's quota
78
- * or limit.</p>
73
+ * <p>The requested operation could not be completed because it would exceed the service's quota or limit.</p>
79
74
  *
80
75
  * @throws {@link ThrottlingException} (client fault)
81
- * <p>The requested operation could not be completed because too many requests were sent at
82
- * once. Wait a bit and try again later.</p>
76
+ * <p>The requested operation could not be completed because too many requests were sent at once. Wait a bit and try again later.</p>
83
77
  *
84
78
  * @throws {@link UnauthorizedException} (client fault)
85
79
  * <p>The client is not authenticated or authorized to perform the requested operation.</p>
@@ -27,8 +27,7 @@ declare const ListCategoriesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists the categories of a Amazon Q Business application environment instance. For more information, see
31
- * <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/qapps-custom-labels.html">Custom labels for Amazon Q Apps</a>.</p>
30
+ * <p>Lists the categories of a Amazon Q Business application environment instance. For more information, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/qapps-custom-labels.html">Custom labels for Amazon Q Apps</a>.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -69,8 +68,7 @@ declare const ListCategoriesCommand_base: {
69
68
  * <p>The requested resource could not be found.</p>
70
69
  *
71
70
  * @throws {@link ThrottlingException} (client fault)
72
- * <p>The requested operation could not be completed because too many requests were sent at
73
- * once. Wait a bit and try again later.</p>
71
+ * <p>The requested operation could not be completed because too many requests were sent at once. Wait a bit and try again later.</p>
74
72
  *
75
73
  * @throws {@link UnauthorizedException} (client fault)
76
74
  * <p>The client is not authenticated or authorized to perform the requested operation.</p>
@@ -27,8 +27,7 @@ declare const ListLibraryItemsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists the library items for Amazon Q Apps that are published and available for users in your
31
- * Amazon Web Services account.</p>
30
+ * <p>Lists the library items for Amazon Q Apps that are published and available for users in your Amazon Web Services account.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -89,8 +88,7 @@ declare const ListLibraryItemsCommand_base: {
89
88
  * <p>The requested resource could not be found.</p>
90
89
  *
91
90
  * @throws {@link ThrottlingException} (client fault)
92
- * <p>The requested operation could not be completed because too many requests were sent at
93
- * once. Wait a bit and try again later.</p>
91
+ * <p>The requested operation could not be completed because too many requests were sent at once. Wait a bit and try again later.</p>
94
92
  *
95
93
  * @throws {@link UnauthorizedException} (client fault)
96
94
  * <p>The client is not authenticated or authorized to perform the requested operation.</p>
@@ -75,12 +75,10 @@ declare const ListQAppSessionDataCommand_base: {
75
75
  * <p>The requested resource could not be found.</p>
76
76
  *
77
77
  * @throws {@link ServiceQuotaExceededException} (client fault)
78
- * <p>The requested operation could not be completed because it would exceed the service's quota
79
- * or limit.</p>
78
+ * <p>The requested operation could not be completed because it would exceed the service's quota or limit.</p>
80
79
  *
81
80
  * @throws {@link ThrottlingException} (client fault)
82
- * <p>The requested operation could not be completed because too many requests were sent at
83
- * once. Wait a bit and try again later.</p>
81
+ * <p>The requested operation could not be completed because too many requests were sent at once. Wait a bit and try again later.</p>
84
82
  *
85
83
  * @throws {@link UnauthorizedException} (client fault)
86
84
  * <p>The client is not authenticated or authorized to perform the requested operation.</p>