@aws-sdk/client-pcs 3.650.0 → 3.654.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 (37) hide show
  1. package/dist-types/commands/CreateClusterCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateComputeNodeGroupCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateQueueCommand.d.ts +11 -0
  4. package/dist-types/commands/DeleteClusterCommand.d.ts +11 -0
  5. package/dist-types/commands/DeleteComputeNodeGroupCommand.d.ts +11 -0
  6. package/dist-types/commands/DeleteQueueCommand.d.ts +11 -0
  7. package/dist-types/commands/GetClusterCommand.d.ts +11 -0
  8. package/dist-types/commands/GetComputeNodeGroupCommand.d.ts +11 -0
  9. package/dist-types/commands/GetQueueCommand.d.ts +11 -0
  10. package/dist-types/commands/ListClustersCommand.d.ts +11 -0
  11. package/dist-types/commands/ListComputeNodeGroupsCommand.d.ts +11 -0
  12. package/dist-types/commands/ListQueuesCommand.d.ts +11 -0
  13. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  14. package/dist-types/commands/RegisterComputeNodeGroupInstanceCommand.d.ts +11 -0
  15. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  16. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  17. package/dist-types/commands/UpdateComputeNodeGroupCommand.d.ts +11 -0
  18. package/dist-types/commands/UpdateQueueCommand.d.ts +11 -0
  19. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +12 -1
  20. package/dist-types/ts3.4/commands/CreateComputeNodeGroupCommand.d.ts +12 -1
  21. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +12 -1
  22. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +12 -1
  23. package/dist-types/ts3.4/commands/DeleteComputeNodeGroupCommand.d.ts +12 -1
  24. package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +12 -1
  25. package/dist-types/ts3.4/commands/GetClusterCommand.d.ts +12 -1
  26. package/dist-types/ts3.4/commands/GetComputeNodeGroupCommand.d.ts +12 -1
  27. package/dist-types/ts3.4/commands/GetQueueCommand.d.ts +12 -1
  28. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +12 -1
  29. package/dist-types/ts3.4/commands/ListComputeNodeGroupsCommand.d.ts +12 -1
  30. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +12 -1
  31. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  32. package/dist-types/ts3.4/commands/RegisterComputeNodeGroupInstanceCommand.d.ts +12 -1
  33. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  34. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  35. package/dist-types/ts3.4/commands/UpdateComputeNodeGroupCommand.d.ts +12 -1
  36. package/dist-types/ts3.4/commands/UpdateQueueCommand.d.ts +12 -1
  37. package/package.json +35 -35
@@ -234,4 +234,15 @@ declare const CreateClusterCommand_base: {
234
234
  * @public
235
235
  */
236
236
  export declare class CreateClusterCommand extends CreateClusterCommand_base {
237
+ /** @internal type navigation helper, not in runtime. */
238
+ protected static __types: {
239
+ api: {
240
+ input: CreateClusterRequest;
241
+ output: CreateClusterResponse;
242
+ };
243
+ sdk: {
244
+ input: CreateClusterCommandInput;
245
+ output: CreateClusterCommandOutput;
246
+ };
247
+ };
237
248
  }
@@ -244,4 +244,15 @@ declare const CreateComputeNodeGroupCommand_base: {
244
244
  * @public
245
245
  */
246
246
  export declare class CreateComputeNodeGroupCommand extends CreateComputeNodeGroupCommand_base {
247
+ /** @internal type navigation helper, not in runtime. */
248
+ protected static __types: {
249
+ api: {
250
+ input: CreateComputeNodeGroupRequest;
251
+ output: CreateComputeNodeGroupResponse;
252
+ };
253
+ sdk: {
254
+ input: CreateComputeNodeGroupCommandInput;
255
+ output: CreateComputeNodeGroupCommandOutput;
256
+ };
257
+ };
247
258
  }
@@ -187,4 +187,15 @@ declare const CreateQueueCommand_base: {
187
187
  * @public
188
188
  */
189
189
  export declare class CreateQueueCommand extends CreateQueueCommand_base {
190
+ /** @internal type navigation helper, not in runtime. */
191
+ protected static __types: {
192
+ api: {
193
+ input: CreateQueueRequest;
194
+ output: CreateQueueResponse;
195
+ };
196
+ sdk: {
197
+ input: CreateQueueCommandInput;
198
+ output: CreateQueueCommandOutput;
199
+ };
200
+ };
190
201
  }
@@ -134,4 +134,15 @@ declare const DeleteClusterCommand_base: {
134
134
  * @public
135
135
  */
136
136
  export declare class DeleteClusterCommand extends DeleteClusterCommand_base {
137
+ /** @internal type navigation helper, not in runtime. */
138
+ protected static __types: {
139
+ api: {
140
+ input: DeleteClusterRequest;
141
+ output: {};
142
+ };
143
+ sdk: {
144
+ input: DeleteClusterCommandInput;
145
+ output: DeleteClusterCommandOutput;
146
+ };
147
+ };
137
148
  }
@@ -135,4 +135,15 @@ declare const DeleteComputeNodeGroupCommand_base: {
135
135
  * @public
136
136
  */
137
137
  export declare class DeleteComputeNodeGroupCommand extends DeleteComputeNodeGroupCommand_base {
138
+ /** @internal type navigation helper, not in runtime. */
139
+ protected static __types: {
140
+ api: {
141
+ input: DeleteComputeNodeGroupRequest;
142
+ output: {};
143
+ };
144
+ sdk: {
145
+ input: DeleteComputeNodeGroupCommandInput;
146
+ output: DeleteComputeNodeGroupCommandOutput;
147
+ };
148
+ };
138
149
  }
@@ -136,4 +136,15 @@ declare const DeleteQueueCommand_base: {
136
136
  * @public
137
137
  */
138
138
  export declare class DeleteQueueCommand extends DeleteQueueCommand_base {
139
+ /** @internal type navigation helper, not in runtime. */
140
+ protected static __types: {
141
+ api: {
142
+ input: DeleteQueueRequest;
143
+ output: {};
144
+ };
145
+ sdk: {
146
+ input: DeleteQueueCommandInput;
147
+ output: DeleteQueueCommandOutput;
148
+ };
149
+ };
139
150
  }
@@ -183,4 +183,15 @@ declare const GetClusterCommand_base: {
183
183
  * @public
184
184
  */
185
185
  export declare class GetClusterCommand extends GetClusterCommand_base {
186
+ /** @internal type navigation helper, not in runtime. */
187
+ protected static __types: {
188
+ api: {
189
+ input: GetClusterRequest;
190
+ output: GetClusterResponse;
191
+ };
192
+ sdk: {
193
+ input: GetClusterCommandInput;
194
+ output: GetClusterCommandOutput;
195
+ };
196
+ };
186
197
  }
@@ -181,4 +181,15 @@ declare const GetComputeNodeGroupCommand_base: {
181
181
  * @public
182
182
  */
183
183
  export declare class GetComputeNodeGroupCommand extends GetComputeNodeGroupCommand_base {
184
+ /** @internal type navigation helper, not in runtime. */
185
+ protected static __types: {
186
+ api: {
187
+ input: GetComputeNodeGroupRequest;
188
+ output: GetComputeNodeGroupResponse;
189
+ };
190
+ sdk: {
191
+ input: GetComputeNodeGroupCommandInput;
192
+ output: GetComputeNodeGroupCommandOutput;
193
+ };
194
+ };
184
195
  }
@@ -155,4 +155,15 @@ declare const GetQueueCommand_base: {
155
155
  * @public
156
156
  */
157
157
  export declare class GetQueueCommand extends GetQueueCommand_base {
158
+ /** @internal type navigation helper, not in runtime. */
159
+ protected static __types: {
160
+ api: {
161
+ input: GetQueueRequest;
162
+ output: GetQueueResponse;
163
+ };
164
+ sdk: {
165
+ input: GetQueueCommandInput;
166
+ output: GetQueueCommandOutput;
167
+ };
168
+ };
158
169
  }
@@ -145,4 +145,15 @@ declare const ListClustersCommand_base: {
145
145
  * @public
146
146
  */
147
147
  export declare class ListClustersCommand extends ListClustersCommand_base {
148
+ /** @internal type navigation helper, not in runtime. */
149
+ protected static __types: {
150
+ api: {
151
+ input: ListClustersRequest;
152
+ output: ListClustersResponse;
153
+ };
154
+ sdk: {
155
+ input: ListClustersCommandInput;
156
+ output: ListClustersCommandOutput;
157
+ };
158
+ };
148
159
  }
@@ -147,4 +147,15 @@ declare const ListComputeNodeGroupsCommand_base: {
147
147
  * @public
148
148
  */
149
149
  export declare class ListComputeNodeGroupsCommand extends ListComputeNodeGroupsCommand_base {
150
+ /** @internal type navigation helper, not in runtime. */
151
+ protected static __types: {
152
+ api: {
153
+ input: ListComputeNodeGroupsRequest;
154
+ output: ListComputeNodeGroupsResponse;
155
+ };
156
+ sdk: {
157
+ input: ListComputeNodeGroupsCommandInput;
158
+ output: ListComputeNodeGroupsCommandOutput;
159
+ };
160
+ };
150
161
  }
@@ -147,4 +147,15 @@ declare const ListQueuesCommand_base: {
147
147
  * @public
148
148
  */
149
149
  export declare class ListQueuesCommand extends ListQueuesCommand_base {
150
+ /** @internal type navigation helper, not in runtime. */
151
+ protected static __types: {
152
+ api: {
153
+ input: ListQueuesRequest;
154
+ output: ListQueuesResponse;
155
+ };
156
+ sdk: {
157
+ input: ListQueuesCommandInput;
158
+ output: ListQueuesCommandOutput;
159
+ };
160
+ };
150
161
  }
@@ -66,4 +66,15 @@ declare const ListTagsForResourceCommand_base: {
66
66
  * @public
67
67
  */
68
68
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
69
+ /** @internal type navigation helper, not in runtime. */
70
+ protected static __types: {
71
+ api: {
72
+ input: ListTagsForResourceRequest;
73
+ output: ListTagsForResourceResponse;
74
+ };
75
+ sdk: {
76
+ input: ListTagsForResourceCommandInput;
77
+ output: ListTagsForResourceCommandOutput;
78
+ };
79
+ };
69
80
  }
@@ -94,4 +94,15 @@ declare const RegisterComputeNodeGroupInstanceCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class RegisterComputeNodeGroupInstanceCommand extends RegisterComputeNodeGroupInstanceCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: RegisterComputeNodeGroupInstanceRequest;
101
+ output: RegisterComputeNodeGroupInstanceResponse;
102
+ };
103
+ sdk: {
104
+ input: RegisterComputeNodeGroupInstanceCommandInput;
105
+ output: RegisterComputeNodeGroupInstanceCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -68,4 +68,15 @@ declare const TagResourceCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class TagResourceCommand extends TagResourceCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: TagResourceRequest;
75
+ output: {};
76
+ };
77
+ sdk: {
78
+ input: TagResourceCommandInput;
79
+ output: TagResourceCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -66,4 +66,15 @@ declare const UntagResourceCommand_base: {
66
66
  * @public
67
67
  */
68
68
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
69
+ /** @internal type navigation helper, not in runtime. */
70
+ protected static __types: {
71
+ api: {
72
+ input: UntagResourceRequest;
73
+ output: {};
74
+ };
75
+ sdk: {
76
+ input: UntagResourceCommandInput;
77
+ output: UntagResourceCommandOutput;
78
+ };
79
+ };
69
80
  }
@@ -230,4 +230,15 @@ declare const UpdateComputeNodeGroupCommand_base: {
230
230
  * @public
231
231
  */
232
232
  export declare class UpdateComputeNodeGroupCommand extends UpdateComputeNodeGroupCommand_base {
233
+ /** @internal type navigation helper, not in runtime. */
234
+ protected static __types: {
235
+ api: {
236
+ input: UpdateComputeNodeGroupRequest;
237
+ output: UpdateComputeNodeGroupResponse;
238
+ };
239
+ sdk: {
240
+ input: UpdateComputeNodeGroupCommandInput;
241
+ output: UpdateComputeNodeGroupCommandOutput;
242
+ };
243
+ };
233
244
  }
@@ -184,4 +184,15 @@ declare const UpdateQueueCommand_base: {
184
184
  * @public
185
185
  */
186
186
  export declare class UpdateQueueCommand extends UpdateQueueCommand_base {
187
+ /** @internal type navigation helper, not in runtime. */
188
+ protected static __types: {
189
+ api: {
190
+ input: UpdateQueueRequest;
191
+ output: UpdateQueueResponse;
192
+ };
193
+ sdk: {
194
+ input: UpdateQueueCommandInput;
195
+ output: UpdateQueueCommandOutput;
196
+ };
197
+ };
187
198
  }
@@ -36,4 +36,15 @@ declare const CreateClusterCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateClusterCommand extends CreateClusterCommand_base {}
39
+ export declare class CreateClusterCommand extends CreateClusterCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateClusterRequest;
43
+ output: CreateClusterResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateClusterCommandInput;
47
+ output: CreateClusterCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreateComputeNodeGroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateComputeNodeGroupCommand extends CreateComputeNodeGroupCommand_base {}
40
+ export declare class CreateComputeNodeGroupCommand extends CreateComputeNodeGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateComputeNodeGroupRequest;
44
+ output: CreateComputeNodeGroupResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateComputeNodeGroupCommandInput;
48
+ output: CreateComputeNodeGroupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const CreateQueueCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateQueueCommand extends CreateQueueCommand_base {}
36
+ export declare class CreateQueueCommand extends CreateQueueCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateQueueRequest;
40
+ output: CreateQueueResponse;
41
+ };
42
+ sdk: {
43
+ input: CreateQueueCommandInput;
44
+ output: CreateQueueCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const DeleteClusterCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteClusterCommand extends DeleteClusterCommand_base {}
39
+ export declare class DeleteClusterCommand extends DeleteClusterCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteClusterRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: DeleteClusterCommandInput;
47
+ output: DeleteClusterCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DeleteComputeNodeGroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteComputeNodeGroupCommand extends DeleteComputeNodeGroupCommand_base {}
40
+ export declare class DeleteComputeNodeGroupCommand extends DeleteComputeNodeGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteComputeNodeGroupRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteComputeNodeGroupCommandInput;
48
+ output: DeleteComputeNodeGroupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const DeleteQueueCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteQueueCommand extends DeleteQueueCommand_base {}
36
+ export declare class DeleteQueueCommand extends DeleteQueueCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteQueueRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteQueueCommandInput;
44
+ output: DeleteQueueCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const GetClusterCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetClusterCommand extends GetClusterCommand_base {}
36
+ export declare class GetClusterCommand extends GetClusterCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetClusterRequest;
40
+ output: GetClusterResponse;
41
+ };
42
+ sdk: {
43
+ input: GetClusterCommandInput;
44
+ output: GetClusterCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const GetComputeNodeGroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetComputeNodeGroupCommand extends GetComputeNodeGroupCommand_base {}
40
+ export declare class GetComputeNodeGroupCommand extends GetComputeNodeGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetComputeNodeGroupRequest;
44
+ output: GetComputeNodeGroupResponse;
45
+ };
46
+ sdk: {
47
+ input: GetComputeNodeGroupCommandInput;
48
+ output: GetComputeNodeGroupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetQueueCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetQueueCommand extends GetQueueCommand_base {}
36
+ export declare class GetQueueCommand extends GetQueueCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetQueueRequest;
40
+ output: GetQueueResponse;
41
+ };
42
+ sdk: {
43
+ input: GetQueueCommandInput;
44
+ output: GetQueueCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const ListClustersCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListClustersCommand extends ListClustersCommand_base {}
36
+ export declare class ListClustersCommand extends ListClustersCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListClustersRequest;
40
+ output: ListClustersResponse;
41
+ };
42
+ sdk: {
43
+ input: ListClustersCommandInput;
44
+ output: ListClustersCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListComputeNodeGroupsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListComputeNodeGroupsCommand extends ListComputeNodeGroupsCommand_base {}
40
+ export declare class ListComputeNodeGroupsCommand extends ListComputeNodeGroupsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListComputeNodeGroupsRequest;
44
+ output: ListComputeNodeGroupsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListComputeNodeGroupsCommandInput;
48
+ output: ListComputeNodeGroupsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListQueuesCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListQueuesCommand extends ListQueuesCommand_base {}
36
+ export declare class ListQueuesCommand extends ListQueuesCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListQueuesRequest;
40
+ output: ListQueuesResponse;
41
+ };
42
+ sdk: {
43
+ input: ListQueuesCommandInput;
44
+ output: ListQueuesCommandOutput;
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
+ }
@@ -37,4 +37,15 @@ declare const RegisterComputeNodeGroupInstanceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class RegisterComputeNodeGroupInstanceCommand extends RegisterComputeNodeGroupInstanceCommand_base {}
40
+ export declare class RegisterComputeNodeGroupInstanceCommand extends RegisterComputeNodeGroupInstanceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: RegisterComputeNodeGroupInstanceRequest;
44
+ output: RegisterComputeNodeGroupInstanceResponse;
45
+ };
46
+ sdk: {
47
+ input: RegisterComputeNodeGroupInstanceCommandInput;
48
+ output: RegisterComputeNodeGroupInstanceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -31,4 +31,15 @@ declare const TagResourceCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class TagResourceCommand extends TagResourceCommand_base {}
34
+ export declare class TagResourceCommand extends TagResourceCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: TagResourceRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: TagResourceCommandInput;
42
+ output: TagResourceCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -31,4 +31,15 @@ declare const UntagResourceCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
34
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: UntagResourceRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: UntagResourceCommandInput;
42
+ output: UntagResourceCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -37,4 +37,15 @@ declare const UpdateComputeNodeGroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateComputeNodeGroupCommand extends UpdateComputeNodeGroupCommand_base {}
40
+ export declare class UpdateComputeNodeGroupCommand extends UpdateComputeNodeGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateComputeNodeGroupRequest;
44
+ output: UpdateComputeNodeGroupResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateComputeNodeGroupCommandInput;
48
+ output: UpdateComputeNodeGroupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const UpdateQueueCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdateQueueCommand extends UpdateQueueCommand_base {}
36
+ export declare class UpdateQueueCommand extends UpdateQueueCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateQueueRequest;
40
+ output: UpdateQueueResponse;
41
+ };
42
+ sdk: {
43
+ input: UpdateQueueCommandInput;
44
+ output: UpdateQueueCommandOutput;
45
+ };
46
+ };
47
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-pcs",
3
3
  "description": "AWS SDK for JavaScript Pcs Client for Node.js, Browser and React Native",
4
- "version": "3.650.0",
4
+ "version": "3.654.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.650.0",
24
- "@aws-sdk/client-sts": "3.650.0",
25
- "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.650.0",
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.654.0",
24
+ "@aws-sdk/client-sts": "3.654.0",
25
+ "@aws-sdk/core": "3.654.0",
26
+ "@aws-sdk/credential-provider-node": "3.654.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
  "uuid": "^9.0.1"