@aws-sdk/client-qapps 3.651.1 → 3.658.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 (49) hide show
  1. package/dist-types/commands/AssociateLibraryItemReviewCommand.d.ts +11 -0
  2. package/dist-types/commands/AssociateQAppWithUserCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateLibraryItemCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateQAppCommand.d.ts +11 -0
  5. package/dist-types/commands/DeleteLibraryItemCommand.d.ts +11 -0
  6. package/dist-types/commands/DeleteQAppCommand.d.ts +11 -0
  7. package/dist-types/commands/DisassociateLibraryItemReviewCommand.d.ts +11 -0
  8. package/dist-types/commands/DisassociateQAppFromUserCommand.d.ts +11 -0
  9. package/dist-types/commands/GetLibraryItemCommand.d.ts +11 -0
  10. package/dist-types/commands/GetQAppCommand.d.ts +11 -0
  11. package/dist-types/commands/GetQAppSessionCommand.d.ts +11 -0
  12. package/dist-types/commands/ImportDocumentCommand.d.ts +11 -0
  13. package/dist-types/commands/ListLibraryItemsCommand.d.ts +11 -0
  14. package/dist-types/commands/ListQAppsCommand.d.ts +11 -0
  15. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  16. package/dist-types/commands/PredictQAppCommand.d.ts +11 -0
  17. package/dist-types/commands/StartQAppSessionCommand.d.ts +11 -0
  18. package/dist-types/commands/StopQAppSessionCommand.d.ts +11 -0
  19. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  20. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  21. package/dist-types/commands/UpdateLibraryItemCommand.d.ts +11 -0
  22. package/dist-types/commands/UpdateLibraryItemMetadataCommand.d.ts +11 -0
  23. package/dist-types/commands/UpdateQAppCommand.d.ts +11 -0
  24. package/dist-types/commands/UpdateQAppSessionCommand.d.ts +11 -0
  25. package/dist-types/ts3.4/commands/AssociateLibraryItemReviewCommand.d.ts +12 -1
  26. package/dist-types/ts3.4/commands/AssociateQAppWithUserCommand.d.ts +12 -1
  27. package/dist-types/ts3.4/commands/CreateLibraryItemCommand.d.ts +12 -1
  28. package/dist-types/ts3.4/commands/CreateQAppCommand.d.ts +12 -1
  29. package/dist-types/ts3.4/commands/DeleteLibraryItemCommand.d.ts +12 -1
  30. package/dist-types/ts3.4/commands/DeleteQAppCommand.d.ts +12 -1
  31. package/dist-types/ts3.4/commands/DisassociateLibraryItemReviewCommand.d.ts +12 -1
  32. package/dist-types/ts3.4/commands/DisassociateQAppFromUserCommand.d.ts +12 -1
  33. package/dist-types/ts3.4/commands/GetLibraryItemCommand.d.ts +12 -1
  34. package/dist-types/ts3.4/commands/GetQAppCommand.d.ts +12 -1
  35. package/dist-types/ts3.4/commands/GetQAppSessionCommand.d.ts +12 -1
  36. package/dist-types/ts3.4/commands/ImportDocumentCommand.d.ts +12 -1
  37. package/dist-types/ts3.4/commands/ListLibraryItemsCommand.d.ts +12 -1
  38. package/dist-types/ts3.4/commands/ListQAppsCommand.d.ts +12 -1
  39. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/PredictQAppCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/StartQAppSessionCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/StopQAppSessionCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/UpdateLibraryItemCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/UpdateLibraryItemMetadataCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/UpdateQAppCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/UpdateQAppSessionCommand.d.ts +12 -1
  49. package/package.json +35 -35
@@ -96,4 +96,15 @@ declare const AssociateLibraryItemReviewCommand_base: {
96
96
  *
97
97
  */
98
98
  export declare class AssociateLibraryItemReviewCommand extends AssociateLibraryItemReviewCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: AssociateLibraryItemReviewInput;
103
+ output: {};
104
+ };
105
+ sdk: {
106
+ input: AssociateLibraryItemReviewCommandInput;
107
+ output: AssociateLibraryItemReviewCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -94,4 +94,15 @@ declare const AssociateQAppWithUserCommand_base: {
94
94
  *
95
95
  */
96
96
  export declare class AssociateQAppWithUserCommand extends AssociateQAppWithUserCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: AssociateQAppWithUserInput;
101
+ output: {};
102
+ };
103
+ sdk: {
104
+ input: AssociateQAppWithUserCommandInput;
105
+ output: AssociateQAppWithUserCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -121,4 +121,15 @@ declare const CreateLibraryItemCommand_base: {
121
121
  *
122
122
  */
123
123
  export declare class CreateLibraryItemCommand extends CreateLibraryItemCommand_base {
124
+ /** @internal type navigation helper, not in runtime. */
125
+ protected static __types: {
126
+ api: {
127
+ input: CreateLibraryItemInput;
128
+ output: CreateLibraryItemOutput;
129
+ };
130
+ sdk: {
131
+ input: CreateLibraryItemCommandInput;
132
+ output: CreateLibraryItemCommandOutput;
133
+ };
134
+ };
124
135
  }
@@ -271,4 +271,15 @@ declare const CreateQAppCommand_base: {
271
271
  *
272
272
  */
273
273
  export declare class CreateQAppCommand extends CreateQAppCommand_base {
274
+ /** @internal type navigation helper, not in runtime. */
275
+ protected static __types: {
276
+ api: {
277
+ input: CreateQAppInput;
278
+ output: CreateQAppOutput;
279
+ };
280
+ sdk: {
281
+ input: CreateQAppCommandInput;
282
+ output: CreateQAppCommandOutput;
283
+ };
284
+ };
274
285
  }
@@ -92,4 +92,15 @@ declare const DeleteLibraryItemCommand_base: {
92
92
  *
93
93
  */
94
94
  export declare class DeleteLibraryItemCommand extends DeleteLibraryItemCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: DeleteLibraryItemInput;
99
+ output: {};
100
+ };
101
+ sdk: {
102
+ input: DeleteLibraryItemCommandInput;
103
+ output: DeleteLibraryItemCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -87,4 +87,15 @@ declare const DeleteQAppCommand_base: {
87
87
  *
88
88
  */
89
89
  export declare class DeleteQAppCommand extends DeleteQAppCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: DeleteQAppInput;
94
+ output: {};
95
+ };
96
+ sdk: {
97
+ input: DeleteQAppCommandInput;
98
+ output: DeleteQAppCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -95,4 +95,15 @@ declare const DisassociateLibraryItemReviewCommand_base: {
95
95
  *
96
96
  */
97
97
  export declare class DisassociateLibraryItemReviewCommand extends DisassociateLibraryItemReviewCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: DisassociateLibraryItemReviewInput;
102
+ output: {};
103
+ };
104
+ sdk: {
105
+ input: DisassociateLibraryItemReviewCommandInput;
106
+ output: DisassociateLibraryItemReviewCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -88,4 +88,15 @@ declare const DisassociateQAppFromUserCommand_base: {
88
88
  *
89
89
  */
90
90
  export declare class DisassociateQAppFromUserCommand extends DisassociateQAppFromUserCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: DisassociateQAppFromUserInput;
95
+ output: {};
96
+ };
97
+ sdk: {
98
+ input: DisassociateQAppFromUserCommandInput;
99
+ output: DisassociateQAppFromUserCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -138,4 +138,15 @@ declare const GetLibraryItemCommand_base: {
138
138
  *
139
139
  */
140
140
  export declare class GetLibraryItemCommand extends GetLibraryItemCommand_base {
141
+ /** @internal type navigation helper, not in runtime. */
142
+ protected static __types: {
143
+ api: {
144
+ input: GetLibraryItemInput;
145
+ output: GetLibraryItemOutput;
146
+ };
147
+ sdk: {
148
+ input: GetLibraryItemCommandInput;
149
+ output: GetLibraryItemCommandOutput;
150
+ };
151
+ };
141
152
  }
@@ -271,4 +271,15 @@ declare const GetQAppCommand_base: {
271
271
  *
272
272
  */
273
273
  export declare class GetQAppCommand extends GetQAppCommand_base {
274
+ /** @internal type navigation helper, not in runtime. */
275
+ protected static __types: {
276
+ api: {
277
+ input: GetQAppInput;
278
+ output: GetQAppOutput;
279
+ };
280
+ sdk: {
281
+ input: GetQAppCommandInput;
282
+ output: GetQAppCommandOutput;
283
+ };
284
+ };
274
285
  }
@@ -118,4 +118,15 @@ declare const GetQAppSessionCommand_base: {
118
118
  *
119
119
  */
120
120
  export declare class GetQAppSessionCommand extends GetQAppSessionCommand_base {
121
+ /** @internal type navigation helper, not in runtime. */
122
+ protected static __types: {
123
+ api: {
124
+ input: GetQAppSessionInput;
125
+ output: GetQAppSessionOutput;
126
+ };
127
+ sdk: {
128
+ input: GetQAppSessionCommandInput;
129
+ output: GetQAppSessionCommandOutput;
130
+ };
131
+ };
121
132
  }
@@ -137,4 +137,15 @@ declare const ImportDocumentCommand_base: {
137
137
  *
138
138
  */
139
139
  export declare class ImportDocumentCommand extends ImportDocumentCommand_base {
140
+ /** @internal type navigation helper, not in runtime. */
141
+ protected static __types: {
142
+ api: {
143
+ input: ImportDocumentInput;
144
+ output: ImportDocumentOutput;
145
+ };
146
+ sdk: {
147
+ input: ImportDocumentCommandInput;
148
+ output: ImportDocumentCommandOutput;
149
+ };
150
+ };
140
151
  }
@@ -184,4 +184,15 @@ declare const ListLibraryItemsCommand_base: {
184
184
  *
185
185
  */
186
186
  export declare class ListLibraryItemsCommand extends ListLibraryItemsCommand_base {
187
+ /** @internal type navigation helper, not in runtime. */
188
+ protected static __types: {
189
+ api: {
190
+ input: ListLibraryItemsInput;
191
+ output: ListLibraryItemsOutput;
192
+ };
193
+ sdk: {
194
+ input: ListLibraryItemsCommandInput;
195
+ output: ListLibraryItemsCommandOutput;
196
+ };
197
+ };
187
198
  }
@@ -182,4 +182,15 @@ declare const ListQAppsCommand_base: {
182
182
  *
183
183
  */
184
184
  export declare class ListQAppsCommand extends ListQAppsCommand_base {
185
+ /** @internal type navigation helper, not in runtime. */
186
+ protected static __types: {
187
+ api: {
188
+ input: ListQAppsInput;
189
+ output: ListQAppsOutput;
190
+ };
191
+ sdk: {
192
+ input: ListQAppsCommandInput;
193
+ output: ListQAppsCommandOutput;
194
+ };
195
+ };
185
196
  }
@@ -93,4 +93,15 @@ declare const ListTagsForResourceCommand_base: {
93
93
  *
94
94
  */
95
95
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: ListTagsForResourceRequest;
100
+ output: ListTagsForResourceResponse;
101
+ };
102
+ sdk: {
103
+ input: ListTagsForResourceCommandInput;
104
+ output: ListTagsForResourceCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -206,4 +206,15 @@ declare const PredictQAppCommand_base: {
206
206
  * @public
207
207
  */
208
208
  export declare class PredictQAppCommand extends PredictQAppCommand_base {
209
+ /** @internal type navigation helper, not in runtime. */
210
+ protected static __types: {
211
+ api: {
212
+ input: PredictQAppInput;
213
+ output: PredictQAppOutput;
214
+ };
215
+ sdk: {
216
+ input: PredictQAppCommandInput;
217
+ output: PredictQAppCommandOutput;
218
+ };
219
+ };
209
220
  }
@@ -122,4 +122,15 @@ declare const StartQAppSessionCommand_base: {
122
122
  *
123
123
  */
124
124
  export declare class StartQAppSessionCommand extends StartQAppSessionCommand_base {
125
+ /** @internal type navigation helper, not in runtime. */
126
+ protected static __types: {
127
+ api: {
128
+ input: StartQAppSessionInput;
129
+ output: StartQAppSessionOutput;
130
+ };
131
+ sdk: {
132
+ input: StartQAppSessionCommandInput;
133
+ output: StartQAppSessionCommandOutput;
134
+ };
135
+ };
125
136
  }
@@ -81,4 +81,15 @@ declare const StopQAppSessionCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class StopQAppSessionCommand extends StopQAppSessionCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: StopQAppSessionInput;
88
+ output: {};
89
+ };
90
+ sdk: {
91
+ input: StopQAppSessionCommandInput;
92
+ output: StopQAppSessionCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -92,4 +92,15 @@ declare const TagResourceCommand_base: {
92
92
  *
93
93
  */
94
94
  export declare class TagResourceCommand extends TagResourceCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: TagResourceRequest;
99
+ output: {};
100
+ };
101
+ sdk: {
102
+ input: TagResourceCommandInput;
103
+ output: TagResourceCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -88,4 +88,15 @@ declare const UntagResourceCommand_base: {
88
88
  *
89
89
  */
90
90
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: UntagResourceRequest;
95
+ output: {};
96
+ };
97
+ sdk: {
98
+ input: UntagResourceCommandInput;
99
+ output: UntagResourceCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -143,4 +143,15 @@ declare const UpdateLibraryItemCommand_base: {
143
143
  *
144
144
  */
145
145
  export declare class UpdateLibraryItemCommand extends UpdateLibraryItemCommand_base {
146
+ /** @internal type navigation helper, not in runtime. */
147
+ protected static __types: {
148
+ api: {
149
+ input: UpdateLibraryItemInput;
150
+ output: UpdateLibraryItemOutput;
151
+ };
152
+ sdk: {
153
+ input: UpdateLibraryItemCommandInput;
154
+ output: UpdateLibraryItemCommandOutput;
155
+ };
156
+ };
146
157
  }
@@ -93,4 +93,15 @@ declare const UpdateLibraryItemMetadataCommand_base: {
93
93
  *
94
94
  */
95
95
  export declare class UpdateLibraryItemMetadataCommand extends UpdateLibraryItemMetadataCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: UpdateLibraryItemMetadataInput;
100
+ output: {};
101
+ };
102
+ sdk: {
103
+ input: UpdateLibraryItemMetadataCommandInput;
104
+ output: UpdateLibraryItemMetadataCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -282,4 +282,15 @@ declare const UpdateQAppCommand_base: {
282
282
  *
283
283
  */
284
284
  export declare class UpdateQAppCommand extends UpdateQAppCommand_base {
285
+ /** @internal type navigation helper, not in runtime. */
286
+ protected static __types: {
287
+ api: {
288
+ input: UpdateQAppInput;
289
+ output: UpdateQAppOutput;
290
+ };
291
+ sdk: {
292
+ input: UpdateQAppCommandInput;
293
+ output: UpdateQAppCommandOutput;
294
+ };
295
+ };
285
296
  }
@@ -92,4 +92,15 @@ declare const UpdateQAppSessionCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class UpdateQAppSessionCommand extends UpdateQAppSessionCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: UpdateQAppSessionInput;
99
+ output: UpdateQAppSessionOutput;
100
+ };
101
+ sdk: {
102
+ input: UpdateQAppSessionCommandInput;
103
+ output: UpdateQAppSessionCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -33,4 +33,15 @@ declare const AssociateLibraryItemReviewCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class AssociateLibraryItemReviewCommand extends AssociateLibraryItemReviewCommand_base {}
36
+ export declare class AssociateLibraryItemReviewCommand extends AssociateLibraryItemReviewCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: AssociateLibraryItemReviewInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: AssociateLibraryItemReviewCommandInput;
44
+ output: AssociateLibraryItemReviewCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -32,4 +32,15 @@ declare const AssociateQAppWithUserCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class AssociateQAppWithUserCommand extends AssociateQAppWithUserCommand_base {}
35
+ export declare class AssociateQAppWithUserCommand extends AssociateQAppWithUserCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: AssociateQAppWithUserInput;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: AssociateQAppWithUserCommandInput;
43
+ output: AssociateQAppWithUserCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -36,4 +36,15 @@ declare const CreateLibraryItemCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateLibraryItemCommand extends CreateLibraryItemCommand_base {}
39
+ export declare class CreateLibraryItemCommand extends CreateLibraryItemCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateLibraryItemInput;
43
+ output: CreateLibraryItemOutput;
44
+ };
45
+ sdk: {
46
+ input: CreateLibraryItemCommandInput;
47
+ output: CreateLibraryItemCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const CreateQAppCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateQAppCommand extends CreateQAppCommand_base {}
36
+ export declare class CreateQAppCommand extends CreateQAppCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateQAppInput;
40
+ output: CreateQAppOutput;
41
+ };
42
+ sdk: {
43
+ input: CreateQAppCommandInput;
44
+ output: CreateQAppCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -31,4 +31,15 @@ declare const DeleteLibraryItemCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteLibraryItemCommand extends DeleteLibraryItemCommand_base {}
34
+ export declare class DeleteLibraryItemCommand extends DeleteLibraryItemCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteLibraryItemInput;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteLibraryItemCommandInput;
42
+ output: DeleteLibraryItemCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -31,4 +31,15 @@ declare const DeleteQAppCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteQAppCommand extends DeleteQAppCommand_base {}
34
+ export declare class DeleteQAppCommand extends DeleteQAppCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteQAppInput;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteQAppCommandInput;
42
+ output: DeleteQAppCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -33,4 +33,15 @@ declare const DisassociateLibraryItemReviewCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DisassociateLibraryItemReviewCommand extends DisassociateLibraryItemReviewCommand_base {}
36
+ export declare class DisassociateLibraryItemReviewCommand extends DisassociateLibraryItemReviewCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DisassociateLibraryItemReviewInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DisassociateLibraryItemReviewCommandInput;
44
+ output: DisassociateLibraryItemReviewCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const DisassociateQAppFromUserCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DisassociateQAppFromUserCommand extends DisassociateQAppFromUserCommand_base {}
36
+ export declare class DisassociateQAppFromUserCommand extends DisassociateQAppFromUserCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DisassociateQAppFromUserInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DisassociateQAppFromUserCommandInput;
44
+ output: DisassociateQAppFromUserCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const GetLibraryItemCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetLibraryItemCommand extends GetLibraryItemCommand_base {}
36
+ export declare class GetLibraryItemCommand extends GetLibraryItemCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetLibraryItemInput;
40
+ output: GetLibraryItemOutput;
41
+ };
42
+ sdk: {
43
+ input: GetLibraryItemCommandInput;
44
+ output: GetLibraryItemCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -27,4 +27,15 @@ declare const GetQAppCommand_base: {
27
27
  >;
28
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
29
  };
30
- export declare class GetQAppCommand extends GetQAppCommand_base {}
30
+ export declare class GetQAppCommand extends GetQAppCommand_base {
31
+ protected static __types: {
32
+ api: {
33
+ input: GetQAppInput;
34
+ output: GetQAppOutput;
35
+ };
36
+ sdk: {
37
+ input: GetQAppCommandInput;
38
+ output: GetQAppCommandOutput;
39
+ };
40
+ };
41
+ }
@@ -33,4 +33,15 @@ declare const GetQAppSessionCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetQAppSessionCommand extends GetQAppSessionCommand_base {}
36
+ export declare class GetQAppSessionCommand extends GetQAppSessionCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetQAppSessionInput;
40
+ output: GetQAppSessionOutput;
41
+ };
42
+ sdk: {
43
+ input: GetQAppSessionCommandInput;
44
+ output: GetQAppSessionCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const ImportDocumentCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ImportDocumentCommand extends ImportDocumentCommand_base {}
36
+ export declare class ImportDocumentCommand extends ImportDocumentCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ImportDocumentInput;
40
+ output: ImportDocumentOutput;
41
+ };
42
+ sdk: {
43
+ input: ImportDocumentCommandInput;
44
+ output: ImportDocumentCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const ListLibraryItemsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListLibraryItemsCommand extends ListLibraryItemsCommand_base {}
39
+ export declare class ListLibraryItemsCommand extends ListLibraryItemsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListLibraryItemsInput;
43
+ output: ListLibraryItemsOutput;
44
+ };
45
+ sdk: {
46
+ input: ListLibraryItemsCommandInput;
47
+ output: ListLibraryItemsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const ListQAppsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListQAppsCommand extends ListQAppsCommand_base {}
36
+ export declare class ListQAppsCommand extends ListQAppsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListQAppsInput;
40
+ output: ListQAppsOutput;
41
+ };
42
+ sdk: {
43
+ input: ListQAppsCommandInput;
44
+ output: ListQAppsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceRequest;
44
+ output: ListTagsForResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const PredictQAppCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class PredictQAppCommand extends PredictQAppCommand_base {}
36
+ export declare class PredictQAppCommand extends PredictQAppCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: PredictQAppInput;
40
+ output: PredictQAppOutput;
41
+ };
42
+ sdk: {
43
+ input: PredictQAppCommandInput;
44
+ output: PredictQAppCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const StartQAppSessionCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class StartQAppSessionCommand extends StartQAppSessionCommand_base {}
39
+ export declare class StartQAppSessionCommand extends StartQAppSessionCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: StartQAppSessionInput;
43
+ output: StartQAppSessionOutput;
44
+ };
45
+ sdk: {
46
+ input: StartQAppSessionCommandInput;
47
+ output: StartQAppSessionCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -31,4 +31,15 @@ declare const StopQAppSessionCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class StopQAppSessionCommand extends StopQAppSessionCommand_base {}
34
+ export declare class StopQAppSessionCommand extends StopQAppSessionCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: StopQAppSessionInput;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: StopQAppSessionCommandInput;
42
+ output: StopQAppSessionCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class TagResourceCommand extends TagResourceCommand_base {}
36
+ export declare class TagResourceCommand extends TagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: TagResourceRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: TagResourceCommandInput;
44
+ output: TagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const UntagResourceCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
39
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UntagResourceRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: UntagResourceCommandInput;
47
+ output: UntagResourceCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const UpdateLibraryItemCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UpdateLibraryItemCommand extends UpdateLibraryItemCommand_base {}
39
+ export declare class UpdateLibraryItemCommand extends UpdateLibraryItemCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UpdateLibraryItemInput;
43
+ output: UpdateLibraryItemOutput;
44
+ };
45
+ sdk: {
46
+ input: UpdateLibraryItemCommandInput;
47
+ output: UpdateLibraryItemCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const UpdateLibraryItemMetadataCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdateLibraryItemMetadataCommand extends UpdateLibraryItemMetadataCommand_base {}
36
+ export declare class UpdateLibraryItemMetadataCommand extends UpdateLibraryItemMetadataCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateLibraryItemMetadataInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: UpdateLibraryItemMetadataCommandInput;
44
+ output: UpdateLibraryItemMetadataCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const UpdateQAppCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdateQAppCommand extends UpdateQAppCommand_base {}
36
+ export declare class UpdateQAppCommand extends UpdateQAppCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateQAppInput;
40
+ output: UpdateQAppOutput;
41
+ };
42
+ sdk: {
43
+ input: UpdateQAppCommandInput;
44
+ output: UpdateQAppCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const UpdateQAppSessionCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UpdateQAppSessionCommand extends UpdateQAppSessionCommand_base {}
39
+ export declare class UpdateQAppSessionCommand extends UpdateQAppSessionCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UpdateQAppSessionInput;
43
+ output: UpdateQAppSessionOutput;
44
+ };
45
+ sdk: {
46
+ input: UpdateQAppSessionCommandInput;
47
+ output: UpdateQAppSessionCommandOutput;
48
+ };
49
+ };
50
+ }
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.651.1",
4
+ "version": "3.658.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",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.651.1",
24
- "@aws-sdk/client-sts": "3.651.1",
25
- "@aws-sdk/core": "3.651.1",
26
- "@aws-sdk/credential-provider-node": "3.651.1",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/fetch-http-handler": "^3.2.5",
39
- "@smithy/hash-node": "^3.0.4",
40
- "@smithy/invalid-dependency": "^3.0.4",
41
- "@smithy/middleware-content-length": "^3.0.6",
42
- "@smithy/middleware-endpoint": "^3.1.1",
43
- "@smithy/middleware-retry": "^3.0.16",
44
- "@smithy/middleware-serde": "^3.0.4",
45
- "@smithy/middleware-stack": "^3.0.4",
46
- "@smithy/node-config-provider": "^3.1.5",
47
- "@smithy/node-http-handler": "^3.2.0",
48
- "@smithy/protocol-http": "^4.1.1",
49
- "@smithy/smithy-client": "^3.3.0",
50
- "@smithy/types": "^3.4.0",
51
- "@smithy/url-parser": "^3.0.4",
23
+ "@aws-sdk/client-sso-oidc": "3.658.0",
24
+ "@aws-sdk/client-sts": "3.658.0",
25
+ "@aws-sdk/core": "3.658.0",
26
+ "@aws-sdk/credential-provider-node": "3.658.0",
27
+ "@aws-sdk/middleware-host-header": "3.654.0",
28
+ "@aws-sdk/middleware-logger": "3.654.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
+ "@aws-sdk/middleware-user-agent": "3.654.0",
31
+ "@aws-sdk/region-config-resolver": "3.654.0",
32
+ "@aws-sdk/types": "3.654.0",
33
+ "@aws-sdk/util-endpoints": "3.654.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
35
+ "@aws-sdk/util-user-agent-node": "3.654.0",
36
+ "@smithy/config-resolver": "^3.0.8",
37
+ "@smithy/core": "^2.4.3",
38
+ "@smithy/fetch-http-handler": "^3.2.7",
39
+ "@smithy/hash-node": "^3.0.6",
40
+ "@smithy/invalid-dependency": "^3.0.6",
41
+ "@smithy/middleware-content-length": "^3.0.8",
42
+ "@smithy/middleware-endpoint": "^3.1.3",
43
+ "@smithy/middleware-retry": "^3.0.18",
44
+ "@smithy/middleware-serde": "^3.0.6",
45
+ "@smithy/middleware-stack": "^3.0.6",
46
+ "@smithy/node-config-provider": "^3.1.7",
47
+ "@smithy/node-http-handler": "^3.2.2",
48
+ "@smithy/protocol-http": "^4.1.3",
49
+ "@smithy/smithy-client": "^3.3.2",
50
+ "@smithy/types": "^3.4.2",
51
+ "@smithy/url-parser": "^3.0.6",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.16",
56
- "@smithy/util-defaults-mode-node": "^3.0.16",
57
- "@smithy/util-endpoints": "^2.1.0",
58
- "@smithy/util-middleware": "^3.0.4",
59
- "@smithy/util-retry": "^3.0.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
56
+ "@smithy/util-defaults-mode-node": "^3.0.18",
57
+ "@smithy/util-endpoints": "^2.1.2",
58
+ "@smithy/util-middleware": "^3.0.6",
59
+ "@smithy/util-retry": "^3.0.6",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2"
62
62
  },