@aws-sdk/client-qapps 3.775.0 → 3.782.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 (36) hide show
  1. package/dist-types/commands/AssociateLibraryItemReviewCommand.d.ts +8 -5
  2. package/dist-types/commands/AssociateQAppWithUserCommand.d.ts +8 -5
  3. package/dist-types/commands/BatchCreateCategoryCommand.d.ts +12 -9
  4. package/dist-types/commands/BatchDeleteCategoryCommand.d.ts +8 -5
  5. package/dist-types/commands/BatchUpdateCategoryCommand.d.ts +12 -9
  6. package/dist-types/commands/CreateLibraryItemCommand.d.ts +15 -15
  7. package/dist-types/commands/CreatePresignedUrlCommand.d.ts +33 -34
  8. package/dist-types/commands/CreateQAppCommand.d.ts +28 -28
  9. package/dist-types/commands/DeleteLibraryItemCommand.d.ts +8 -5
  10. package/dist-types/commands/DeleteQAppCommand.d.ts +8 -5
  11. package/dist-types/commands/DescribeQAppPermissionsCommand.d.ts +16 -16
  12. package/dist-types/commands/DisassociateLibraryItemReviewCommand.d.ts +8 -5
  13. package/dist-types/commands/DisassociateQAppFromUserCommand.d.ts +8 -5
  14. package/dist-types/commands/ExportQAppSessionDataCommand.d.ts +1 -0
  15. package/dist-types/commands/GetLibraryItemCommand.d.ts +24 -24
  16. package/dist-types/commands/GetQAppCommand.d.ts +29 -29
  17. package/dist-types/commands/GetQAppSessionCommand.d.ts +22 -22
  18. package/dist-types/commands/GetQAppSessionMetadataCommand.d.ts +13 -13
  19. package/dist-types/commands/ImportDocumentCommand.d.ts +19 -20
  20. package/dist-types/commands/ListCategoriesCommand.d.ts +13 -13
  21. package/dist-types/commands/ListLibraryItemsCommand.d.ts +54 -54
  22. package/dist-types/commands/ListQAppSessionDataCommand.d.ts +1 -0
  23. package/dist-types/commands/ListQAppsCommand.d.ts +55 -56
  24. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -6
  25. package/dist-types/commands/PredictQAppCommand.d.ts +1 -0
  26. package/dist-types/commands/StartQAppSessionCommand.d.ts +11 -11
  27. package/dist-types/commands/StopQAppSessionCommand.d.ts +1 -0
  28. package/dist-types/commands/TagResourceCommand.d.ts +9 -6
  29. package/dist-types/commands/UntagResourceCommand.d.ts +8 -5
  30. package/dist-types/commands/UpdateLibraryItemCommand.d.ts +23 -23
  31. package/dist-types/commands/UpdateLibraryItemMetadataCommand.d.ts +9 -6
  32. package/dist-types/commands/UpdateQAppCommand.d.ts +36 -37
  33. package/dist-types/commands/UpdateQAppPermissionsCommand.d.ts +32 -33
  34. package/dist-types/commands/UpdateQAppSessionCommand.d.ts +1 -0
  35. package/dist-types/commands/UpdateQAppSessionMetadataCommand.d.ts +17 -17
  36. package/package.json +5 -5
@@ -92,37 +92,37 @@ declare const UpdateQAppSessionMetadataCommand_base: {
92
92
  * @throws {@link QAppsServiceException}
93
93
  * <p>Base exception class for all service exceptions from QApps service.</p>
94
94
  *
95
- * @public
95
+ *
96
96
  * @example Updates an existing session metadata for an Amazon Q App
97
97
  * ```javascript
98
98
  * //
99
99
  * const input = {
100
- * "instanceId": "0b95c9c4-89cc-4aa8-9aae-aa91cbec699f",
101
- * "sessionId": "56ae47c3-10bc-4c2c-8b27-9b9fe23b3edb",
102
- * "sessionName": "Trip itinerary collection session",
103
- * "sharingConfiguration": {
104
- * "acceptResponses": true,
105
- * "enabled": true,
106
- * "revealCards": false
100
+ * instanceId: "0b95c9c4-89cc-4aa8-9aae-aa91cbec699f",
101
+ * sessionId: "56ae47c3-10bc-4c2c-8b27-9b9fe23b3edb",
102
+ * sessionName: "Trip itinerary collection session",
103
+ * sharingConfiguration: {
104
+ * acceptResponses: true,
105
+ * enabled: true,
106
+ * revealCards: false
107
107
  * }
108
108
  * };
109
109
  * const command = new UpdateQAppSessionMetadataCommand(input);
110
110
  * const response = await client.send(command);
111
- * /* response ==
111
+ * /* response is
112
112
  * {
113
- * "sessionArn": "arn:aws:qapps:us-west-2:0123456789012:application/cbea8329-41c0-4566-a112-19250921a220/qapp/387ccac9-4717-489f-841f-729b7d7de355/session/56ae47c3-10bc-4c2c-8b27-9b9fe23b3edb",
114
- * "sessionId": "56ae47c3-10bc-4c2c-8b27-9b9fe23b3edb",
115
- * "sessionName": "Trip itinerary collection session",
116
- * "sharingConfiguration": {
117
- * "acceptResponses": true,
118
- * "enabled": true,
119
- * "revealCards": false
113
+ * sessionArn: "arn:aws:qapps:us-west-2:0123456789012:application/cbea8329-41c0-4566-a112-19250921a220/qapp/387ccac9-4717-489f-841f-729b7d7de355/session/56ae47c3-10bc-4c2c-8b27-9b9fe23b3edb",
114
+ * sessionId: "56ae47c3-10bc-4c2c-8b27-9b9fe23b3edb",
115
+ * sessionName: "Trip itinerary collection session",
116
+ * sharingConfiguration: {
117
+ * acceptResponses: true,
118
+ * enabled: true,
119
+ * revealCards: false
120
120
  * }
121
121
  * }
122
122
  * *\/
123
- * // example id: example-1
124
123
  * ```
125
124
  *
125
+ * @public
126
126
  */
127
127
  export declare class UpdateQAppSessionMetadataCommand extends UpdateQAppSessionMetadataCommand_base {
128
128
  /** @internal type navigation helper, not in runtime. */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-qapps",
3
3
  "description": "AWS SDK for JavaScript Qapps Client for Node.js, Browser and React Native",
4
- "version": "3.775.0",
4
+ "version": "3.782.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,16 +21,16 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.782.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",
28
- "@aws-sdk/middleware-user-agent": "3.775.0",
28
+ "@aws-sdk/middleware-user-agent": "3.782.0",
29
29
  "@aws-sdk/region-config-resolver": "3.775.0",
30
30
  "@aws-sdk/types": "3.775.0",
31
- "@aws-sdk/util-endpoints": "3.775.0",
31
+ "@aws-sdk/util-endpoints": "3.782.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.775.0",
33
- "@aws-sdk/util-user-agent-node": "3.775.0",
33
+ "@aws-sdk/util-user-agent-node": "3.782.0",
34
34
  "@smithy/config-resolver": "^4.1.0",
35
35
  "@smithy/core": "^3.2.0",
36
36
  "@smithy/fetch-http-handler": "^5.0.2",