@aws-sdk/client-ecs 3.653.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 (113) hide show
  1. package/dist-types/commands/CreateCapacityProviderCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateClusterCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateServiceCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateTaskSetCommand.d.ts +11 -0
  5. package/dist-types/commands/DeleteAccountSettingCommand.d.ts +11 -0
  6. package/dist-types/commands/DeleteAttributesCommand.d.ts +11 -0
  7. package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +11 -0
  8. package/dist-types/commands/DeleteClusterCommand.d.ts +11 -0
  9. package/dist-types/commands/DeleteServiceCommand.d.ts +11 -0
  10. package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteTaskSetCommand.d.ts +11 -0
  12. package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +11 -0
  13. package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +11 -0
  14. package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +11 -0
  15. package/dist-types/commands/DescribeClustersCommand.d.ts +11 -0
  16. package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +11 -0
  17. package/dist-types/commands/DescribeServicesCommand.d.ts +11 -0
  18. package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +11 -0
  19. package/dist-types/commands/DescribeTaskSetsCommand.d.ts +11 -0
  20. package/dist-types/commands/DescribeTasksCommand.d.ts +11 -0
  21. package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +11 -0
  22. package/dist-types/commands/ExecuteCommandCommand.d.ts +11 -0
  23. package/dist-types/commands/GetTaskProtectionCommand.d.ts +11 -0
  24. package/dist-types/commands/ListAccountSettingsCommand.d.ts +11 -0
  25. package/dist-types/commands/ListAttributesCommand.d.ts +11 -0
  26. package/dist-types/commands/ListClustersCommand.d.ts +11 -0
  27. package/dist-types/commands/ListContainerInstancesCommand.d.ts +11 -0
  28. package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +11 -0
  29. package/dist-types/commands/ListServicesCommand.d.ts +11 -0
  30. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  31. package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +11 -0
  32. package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +11 -0
  33. package/dist-types/commands/ListTasksCommand.d.ts +11 -0
  34. package/dist-types/commands/PutAccountSettingCommand.d.ts +11 -0
  35. package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +11 -0
  36. package/dist-types/commands/PutAttributesCommand.d.ts +11 -0
  37. package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +11 -0
  38. package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +11 -0
  39. package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +11 -0
  40. package/dist-types/commands/RunTaskCommand.d.ts +11 -0
  41. package/dist-types/commands/StartTaskCommand.d.ts +11 -0
  42. package/dist-types/commands/StopTaskCommand.d.ts +11 -0
  43. package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +11 -0
  44. package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +11 -0
  45. package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +11 -0
  46. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  47. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  48. package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +11 -0
  49. package/dist-types/commands/UpdateClusterCommand.d.ts +11 -0
  50. package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +11 -0
  51. package/dist-types/commands/UpdateContainerAgentCommand.d.ts +11 -0
  52. package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +11 -0
  53. package/dist-types/commands/UpdateServiceCommand.d.ts +11 -0
  54. package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +11 -0
  55. package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +11 -0
  56. package/dist-types/commands/UpdateTaskSetCommand.d.ts +11 -0
  57. package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/DeleteTaskDefinitionsCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/GetTaskProtectionCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/ListServicesByNamespaceCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +12 -1
  105. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +12 -1
  107. package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +12 -1
  108. package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +12 -1
  109. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +12 -1
  110. package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +12 -1
  111. package/dist-types/ts3.4/commands/UpdateTaskProtectionCommand.d.ts +12 -1
  112. package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +12 -1
  113. package/package.json +36 -36
@@ -137,4 +137,15 @@ declare const CreateCapacityProviderCommand_base: {
137
137
  * @public
138
138
  */
139
139
  export declare class CreateCapacityProviderCommand extends CreateCapacityProviderCommand_base {
140
+ /** @internal type navigation helper, not in runtime. */
141
+ protected static __types: {
142
+ api: {
143
+ input: CreateCapacityProviderRequest;
144
+ output: CreateCapacityProviderResponse;
145
+ };
146
+ sdk: {
147
+ input: CreateCapacityProviderCommandInput;
148
+ output: CreateCapacityProviderCommandOutput;
149
+ };
150
+ };
140
151
  }
@@ -228,4 +228,15 @@ declare const CreateClusterCommand_base: {
228
228
  *
229
229
  */
230
230
  export declare class CreateClusterCommand extends CreateClusterCommand_base {
231
+ /** @internal type navigation helper, not in runtime. */
232
+ protected static __types: {
233
+ api: {
234
+ input: CreateClusterRequest;
235
+ output: CreateClusterResponse;
236
+ };
237
+ sdk: {
238
+ input: CreateClusterCommandInput;
239
+ output: CreateClusterCommandOutput;
240
+ };
241
+ };
231
242
  }
@@ -719,4 +719,15 @@ declare const CreateServiceCommand_base: {
719
719
  *
720
720
  */
721
721
  export declare class CreateServiceCommand extends CreateServiceCommand_base {
722
+ /** @internal type navigation helper, not in runtime. */
723
+ protected static __types: {
724
+ api: {
725
+ input: CreateServiceRequest;
726
+ output: CreateServiceResponse;
727
+ };
728
+ sdk: {
729
+ input: CreateServiceCommandInput;
730
+ output: CreateServiceCommandOutput;
731
+ };
732
+ };
722
733
  }
@@ -230,4 +230,15 @@ declare const CreateTaskSetCommand_base: {
230
230
  * @public
231
231
  */
232
232
  export declare class CreateTaskSetCommand extends CreateTaskSetCommand_base {
233
+ /** @internal type navigation helper, not in runtime. */
234
+ protected static __types: {
235
+ api: {
236
+ input: CreateTaskSetRequest;
237
+ output: CreateTaskSetResponse;
238
+ };
239
+ sdk: {
240
+ input: CreateTaskSetCommandInput;
241
+ output: CreateTaskSetCommandOutput;
242
+ };
243
+ };
233
244
  }
@@ -127,4 +127,15 @@ declare const DeleteAccountSettingCommand_base: {
127
127
  *
128
128
  */
129
129
  export declare class DeleteAccountSettingCommand extends DeleteAccountSettingCommand_base {
130
+ /** @internal type navigation helper, not in runtime. */
131
+ protected static __types: {
132
+ api: {
133
+ input: DeleteAccountSettingRequest;
134
+ output: DeleteAccountSettingResponse;
135
+ };
136
+ sdk: {
137
+ input: DeleteAccountSettingCommandInput;
138
+ output: DeleteAccountSettingCommandOutput;
139
+ };
140
+ };
130
141
  }
@@ -84,4 +84,15 @@ declare const DeleteAttributesCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class DeleteAttributesCommand extends DeleteAttributesCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: DeleteAttributesRequest;
91
+ output: DeleteAttributesResponse;
92
+ };
93
+ sdk: {
94
+ input: DeleteAttributesCommandInput;
95
+ output: DeleteAttributesCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -116,4 +116,15 @@ declare const DeleteCapacityProviderCommand_base: {
116
116
  * @public
117
117
  */
118
118
  export declare class DeleteCapacityProviderCommand extends DeleteCapacityProviderCommand_base {
119
+ /** @internal type navigation helper, not in runtime. */
120
+ protected static __types: {
121
+ api: {
122
+ input: DeleteCapacityProviderRequest;
123
+ output: DeleteCapacityProviderResponse;
124
+ };
125
+ sdk: {
126
+ input: DeleteCapacityProviderCommandInput;
127
+ output: DeleteCapacityProviderCommandOutput;
128
+ };
129
+ };
119
130
  }
@@ -201,4 +201,15 @@ declare const DeleteClusterCommand_base: {
201
201
  *
202
202
  */
203
203
  export declare class DeleteClusterCommand extends DeleteClusterCommand_base {
204
+ /** @internal type navigation helper, not in runtime. */
205
+ protected static __types: {
206
+ api: {
207
+ input: DeleteClusterRequest;
208
+ output: DeleteClusterResponse;
209
+ };
210
+ sdk: {
211
+ input: DeleteClusterCommandInput;
212
+ output: DeleteClusterCommandOutput;
213
+ };
214
+ };
204
215
  }
@@ -389,4 +389,15 @@ declare const DeleteServiceCommand_base: {
389
389
  *
390
390
  */
391
391
  export declare class DeleteServiceCommand extends DeleteServiceCommand_base {
392
+ /** @internal type navigation helper, not in runtime. */
393
+ protected static __types: {
394
+ api: {
395
+ input: DeleteServiceRequest;
396
+ output: DeleteServiceResponse;
397
+ };
398
+ sdk: {
399
+ input: DeleteServiceCommandInput;
400
+ output: DeleteServiceCommandOutput;
401
+ };
402
+ };
392
403
  }
@@ -381,4 +381,15 @@ declare const DeleteTaskDefinitionsCommand_base: {
381
381
  * @public
382
382
  */
383
383
  export declare class DeleteTaskDefinitionsCommand extends DeleteTaskDefinitionsCommand_base {
384
+ /** @internal type navigation helper, not in runtime. */
385
+ protected static __types: {
386
+ api: {
387
+ input: DeleteTaskDefinitionsRequest;
388
+ output: DeleteTaskDefinitionsResponse;
389
+ };
390
+ sdk: {
391
+ input: DeleteTaskDefinitionsCommandInput;
392
+ output: DeleteTaskDefinitionsCommandOutput;
393
+ };
394
+ };
384
395
  }
@@ -170,4 +170,15 @@ declare const DeleteTaskSetCommand_base: {
170
170
  * @public
171
171
  */
172
172
  export declare class DeleteTaskSetCommand extends DeleteTaskSetCommand_base {
173
+ /** @internal type navigation helper, not in runtime. */
174
+ protected static __types: {
175
+ api: {
176
+ input: DeleteTaskSetRequest;
177
+ output: DeleteTaskSetResponse;
178
+ };
179
+ sdk: {
180
+ input: DeleteTaskSetCommandInput;
181
+ output: DeleteTaskSetCommandOutput;
182
+ };
183
+ };
173
184
  }
@@ -189,4 +189,15 @@ declare const DeregisterContainerInstanceCommand_base: {
189
189
  *
190
190
  */
191
191
  export declare class DeregisterContainerInstanceCommand extends DeregisterContainerInstanceCommand_base {
192
+ /** @internal type navigation helper, not in runtime. */
193
+ protected static __types: {
194
+ api: {
195
+ input: DeregisterContainerInstanceRequest;
196
+ output: DeregisterContainerInstanceResponse;
197
+ };
198
+ sdk: {
199
+ input: DeregisterContainerInstanceCommandInput;
200
+ output: DeregisterContainerInstanceCommandOutput;
201
+ };
202
+ };
192
203
  }
@@ -365,4 +365,15 @@ declare const DeregisterTaskDefinitionCommand_base: {
365
365
  * @public
366
366
  */
367
367
  export declare class DeregisterTaskDefinitionCommand extends DeregisterTaskDefinitionCommand_base {
368
+ /** @internal type navigation helper, not in runtime. */
369
+ protected static __types: {
370
+ api: {
371
+ input: DeregisterTaskDefinitionRequest;
372
+ output: DeregisterTaskDefinitionResponse;
373
+ };
374
+ sdk: {
375
+ input: DeregisterTaskDefinitionCommandInput;
376
+ output: DeregisterTaskDefinitionCommandOutput;
377
+ };
378
+ };
368
379
  }
@@ -120,4 +120,15 @@ declare const DescribeCapacityProvidersCommand_base: {
120
120
  * @public
121
121
  */
122
122
  export declare class DescribeCapacityProvidersCommand extends DescribeCapacityProvidersCommand_base {
123
+ /** @internal type navigation helper, not in runtime. */
124
+ protected static __types: {
125
+ api: {
126
+ input: DescribeCapacityProvidersRequest;
127
+ output: DescribeCapacityProvidersResponse;
128
+ };
129
+ sdk: {
130
+ input: DescribeCapacityProvidersCommandInput;
131
+ output: DescribeCapacityProvidersCommandOutput;
132
+ };
133
+ };
123
134
  }
@@ -188,4 +188,15 @@ declare const DescribeClustersCommand_base: {
188
188
  *
189
189
  */
190
190
  export declare class DescribeClustersCommand extends DescribeClustersCommand_base {
191
+ /** @internal type navigation helper, not in runtime. */
192
+ protected static __types: {
193
+ api: {
194
+ input: DescribeClustersRequest;
195
+ output: DescribeClustersResponse;
196
+ };
197
+ sdk: {
198
+ input: DescribeClustersCommandInput;
199
+ output: DescribeClustersCommandOutput;
200
+ };
201
+ };
191
202
  }
@@ -265,4 +265,15 @@ declare const DescribeContainerInstancesCommand_base: {
265
265
  *
266
266
  */
267
267
  export declare class DescribeContainerInstancesCommand extends DescribeContainerInstancesCommand_base {
268
+ /** @internal type navigation helper, not in runtime. */
269
+ protected static __types: {
270
+ api: {
271
+ input: DescribeContainerInstancesRequest;
272
+ output: DescribeContainerInstancesResponse;
273
+ };
274
+ sdk: {
275
+ input: DescribeContainerInstancesCommandInput;
276
+ output: DescribeContainerInstancesCommandOutput;
277
+ };
278
+ };
268
279
  }
@@ -422,4 +422,15 @@ declare const DescribeServicesCommand_base: {
422
422
  *
423
423
  */
424
424
  export declare class DescribeServicesCommand extends DescribeServicesCommand_base {
425
+ /** @internal type navigation helper, not in runtime. */
426
+ protected static __types: {
427
+ api: {
428
+ input: DescribeServicesRequest;
429
+ output: DescribeServicesResponse;
430
+ };
431
+ sdk: {
432
+ input: DescribeServicesCommandInput;
433
+ output: DescribeServicesCommandOutput;
434
+ };
435
+ };
425
436
  }
@@ -422,4 +422,15 @@ declare const DescribeTaskDefinitionCommand_base: {
422
422
  *
423
423
  */
424
424
  export declare class DescribeTaskDefinitionCommand extends DescribeTaskDefinitionCommand_base {
425
+ /** @internal type navigation helper, not in runtime. */
426
+ protected static __types: {
427
+ api: {
428
+ input: DescribeTaskDefinitionRequest;
429
+ output: DescribeTaskDefinitionResponse;
430
+ };
431
+ sdk: {
432
+ input: DescribeTaskDefinitionCommandInput;
433
+ output: DescribeTaskDefinitionCommandOutput;
434
+ };
435
+ };
425
436
  }
@@ -181,4 +181,15 @@ declare const DescribeTaskSetsCommand_base: {
181
181
  * @public
182
182
  */
183
183
  export declare class DescribeTaskSetsCommand extends DescribeTaskSetsCommand_base {
184
+ /** @internal type navigation helper, not in runtime. */
185
+ protected static __types: {
186
+ api: {
187
+ input: DescribeTaskSetsRequest;
188
+ output: DescribeTaskSetsResponse;
189
+ };
190
+ sdk: {
191
+ input: DescribeTaskSetsCommandInput;
192
+ output: DescribeTaskSetsCommandOutput;
193
+ };
194
+ };
184
195
  }
@@ -311,4 +311,15 @@ declare const DescribeTasksCommand_base: {
311
311
  *
312
312
  */
313
313
  export declare class DescribeTasksCommand extends DescribeTasksCommand_base {
314
+ /** @internal type navigation helper, not in runtime. */
315
+ protected static __types: {
316
+ api: {
317
+ input: DescribeTasksRequest;
318
+ output: DescribeTasksResponse;
319
+ };
320
+ sdk: {
321
+ input: DescribeTasksCommandInput;
322
+ output: DescribeTasksCommandOutput;
323
+ };
324
+ };
314
325
  }
@@ -81,4 +81,15 @@ declare const DiscoverPollEndpointCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class DiscoverPollEndpointCommand extends DiscoverPollEndpointCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: DiscoverPollEndpointRequest;
88
+ output: DiscoverPollEndpointResponse;
89
+ };
90
+ sdk: {
91
+ input: DiscoverPollEndpointCommandInput;
92
+ output: DiscoverPollEndpointCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -123,4 +123,15 @@ declare const ExecuteCommandCommand_base: {
123
123
  * @public
124
124
  */
125
125
  export declare class ExecuteCommandCommand extends ExecuteCommandCommand_base {
126
+ /** @internal type navigation helper, not in runtime. */
127
+ protected static __types: {
128
+ api: {
129
+ input: ExecuteCommandRequest;
130
+ output: ExecuteCommandResponse;
131
+ };
132
+ sdk: {
133
+ input: ExecuteCommandCommandInput;
134
+ output: ExecuteCommandCommandOutput;
135
+ };
136
+ };
126
137
  }
@@ -133,4 +133,15 @@ declare const GetTaskProtectionCommand_base: {
133
133
  *
134
134
  */
135
135
  export declare class GetTaskProtectionCommand extends GetTaskProtectionCommand_base {
136
+ /** @internal type navigation helper, not in runtime. */
137
+ protected static __types: {
138
+ api: {
139
+ input: GetTaskProtectionRequest;
140
+ output: GetTaskProtectionResponse;
141
+ };
142
+ sdk: {
143
+ input: GetTaskProtectionCommandInput;
144
+ output: GetTaskProtectionCommandOutput;
145
+ };
146
+ };
136
147
  }
@@ -157,4 +157,15 @@ declare const ListAccountSettingsCommand_base: {
157
157
  *
158
158
  */
159
159
  export declare class ListAccountSettingsCommand extends ListAccountSettingsCommand_base {
160
+ /** @internal type navigation helper, not in runtime. */
161
+ protected static __types: {
162
+ api: {
163
+ input: ListAccountSettingsRequest;
164
+ output: ListAccountSettingsResponse;
165
+ };
166
+ sdk: {
167
+ input: ListAccountSettingsCommandInput;
168
+ output: ListAccountSettingsCommandOutput;
169
+ };
170
+ };
160
171
  }
@@ -83,4 +83,15 @@ declare const ListAttributesCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class ListAttributesCommand extends ListAttributesCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: ListAttributesRequest;
90
+ output: ListAttributesResponse;
91
+ };
92
+ sdk: {
93
+ input: ListAttributesCommandInput;
94
+ output: ListAttributesCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -100,4 +100,15 @@ declare const ListClustersCommand_base: {
100
100
  *
101
101
  */
102
102
  export declare class ListClustersCommand extends ListClustersCommand_base {
103
+ /** @internal type navigation helper, not in runtime. */
104
+ protected static __types: {
105
+ api: {
106
+ input: ListClustersRequest;
107
+ output: ListClustersResponse;
108
+ };
109
+ sdk: {
110
+ input: ListClustersCommandInput;
111
+ output: ListClustersCommandOutput;
112
+ };
113
+ };
103
114
  }
@@ -110,4 +110,15 @@ declare const ListContainerInstancesCommand_base: {
110
110
  *
111
111
  */
112
112
  export declare class ListContainerInstancesCommand extends ListContainerInstancesCommand_base {
113
+ /** @internal type navigation helper, not in runtime. */
114
+ protected static __types: {
115
+ api: {
116
+ input: ListContainerInstancesRequest;
117
+ output: ListContainerInstancesResponse;
118
+ };
119
+ sdk: {
120
+ input: ListContainerInstancesCommandInput;
121
+ output: ListContainerInstancesCommandOutput;
122
+ };
123
+ };
113
124
  }
@@ -91,4 +91,15 @@ declare const ListServicesByNamespaceCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class ListServicesByNamespaceCommand extends ListServicesByNamespaceCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: ListServicesByNamespaceRequest;
98
+ output: ListServicesByNamespaceResponse;
99
+ };
100
+ sdk: {
101
+ input: ListServicesByNamespaceCommandInput;
102
+ output: ListServicesByNamespaceCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -106,4 +106,15 @@ declare const ListServicesCommand_base: {
106
106
  *
107
107
  */
108
108
  export declare class ListServicesCommand extends ListServicesCommand_base {
109
+ /** @internal type navigation helper, not in runtime. */
110
+ protected static __types: {
111
+ api: {
112
+ input: ListServicesRequest;
113
+ output: ListServicesResponse;
114
+ };
115
+ sdk: {
116
+ input: ListServicesCommandInput;
117
+ output: ListServicesCommandOutput;
118
+ };
119
+ };
109
120
  }
@@ -108,4 +108,15 @@ declare const ListTagsForResourceCommand_base: {
108
108
  *
109
109
  */
110
110
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
111
+ /** @internal type navigation helper, not in runtime. */
112
+ protected static __types: {
113
+ api: {
114
+ input: ListTagsForResourceRequest;
115
+ output: ListTagsForResourceResponse;
116
+ };
117
+ sdk: {
118
+ input: ListTagsForResourceCommandInput;
119
+ output: ListTagsForResourceCommandOutput;
120
+ };
121
+ };
111
122
  }
@@ -129,4 +129,15 @@ declare const ListTaskDefinitionFamiliesCommand_base: {
129
129
  *
130
130
  */
131
131
  export declare class ListTaskDefinitionFamiliesCommand extends ListTaskDefinitionFamiliesCommand_base {
132
+ /** @internal type navigation helper, not in runtime. */
133
+ protected static __types: {
134
+ api: {
135
+ input: ListTaskDefinitionFamiliesRequest;
136
+ output: ListTaskDefinitionFamiliesResponse;
137
+ };
138
+ sdk: {
139
+ input: ListTaskDefinitionFamiliesCommandInput;
140
+ output: ListTaskDefinitionFamiliesCommandOutput;
141
+ };
142
+ };
132
143
  }
@@ -130,4 +130,15 @@ declare const ListTaskDefinitionsCommand_base: {
130
130
  *
131
131
  */
132
132
  export declare class ListTaskDefinitionsCommand extends ListTaskDefinitionsCommand_base {
133
+ /** @internal type navigation helper, not in runtime. */
134
+ protected static __types: {
135
+ api: {
136
+ input: ListTaskDefinitionsRequest;
137
+ output: ListTaskDefinitionsResponse;
138
+ };
139
+ sdk: {
140
+ input: ListTaskDefinitionsCommandInput;
141
+ output: ListTaskDefinitionsCommandOutput;
142
+ };
143
+ };
133
144
  }
@@ -138,4 +138,15 @@ declare const ListTasksCommand_base: {
138
138
  *
139
139
  */
140
140
  export declare class ListTasksCommand extends ListTasksCommand_base {
141
+ /** @internal type navigation helper, not in runtime. */
142
+ protected static __types: {
143
+ api: {
144
+ input: ListTasksRequest;
145
+ output: ListTasksResponse;
146
+ };
147
+ sdk: {
148
+ input: ListTasksCommandInput;
149
+ output: ListTasksCommandOutput;
150
+ };
151
+ };
141
152
  }
@@ -133,4 +133,15 @@ declare const PutAccountSettingCommand_base: {
133
133
  *
134
134
  */
135
135
  export declare class PutAccountSettingCommand extends PutAccountSettingCommand_base {
136
+ /** @internal type navigation helper, not in runtime. */
137
+ protected static __types: {
138
+ api: {
139
+ input: PutAccountSettingRequest;
140
+ output: PutAccountSettingResponse;
141
+ };
142
+ sdk: {
143
+ input: PutAccountSettingCommandInput;
144
+ output: PutAccountSettingCommandOutput;
145
+ };
146
+ };
136
147
  }
@@ -107,4 +107,15 @@ declare const PutAccountSettingDefaultCommand_base: {
107
107
  *
108
108
  */
109
109
  export declare class PutAccountSettingDefaultCommand extends PutAccountSettingDefaultCommand_base {
110
+ /** @internal type navigation helper, not in runtime. */
111
+ protected static __types: {
112
+ api: {
113
+ input: PutAccountSettingDefaultRequest;
114
+ output: PutAccountSettingDefaultResponse;
115
+ };
116
+ sdk: {
117
+ input: PutAccountSettingDefaultCommandInput;
118
+ output: PutAccountSettingDefaultCommandOutput;
119
+ };
120
+ };
110
121
  }
@@ -92,4 +92,15 @@ declare const PutAttributesCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class PutAttributesCommand extends PutAttributesCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: PutAttributesRequest;
99
+ output: PutAttributesResponse;
100
+ };
101
+ sdk: {
102
+ input: PutAttributesCommandInput;
103
+ output: PutAttributesCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -185,4 +185,15 @@ declare const PutClusterCapacityProvidersCommand_base: {
185
185
  * @public
186
186
  */
187
187
  export declare class PutClusterCapacityProvidersCommand extends PutClusterCapacityProvidersCommand_base {
188
+ /** @internal type navigation helper, not in runtime. */
189
+ protected static __types: {
190
+ api: {
191
+ input: PutClusterCapacityProvidersRequest;
192
+ output: PutClusterCapacityProvidersResponse;
193
+ };
194
+ sdk: {
195
+ input: PutClusterCapacityProvidersCommandInput;
196
+ output: PutClusterCapacityProvidersCommandOutput;
197
+ };
198
+ };
188
199
  }
@@ -202,4 +202,15 @@ declare const RegisterContainerInstanceCommand_base: {
202
202
  * @public
203
203
  */
204
204
  export declare class RegisterContainerInstanceCommand extends RegisterContainerInstanceCommand_base {
205
+ /** @internal type navigation helper, not in runtime. */
206
+ protected static __types: {
207
+ api: {
208
+ input: RegisterContainerInstanceRequest;
209
+ output: RegisterContainerInstanceResponse;
210
+ };
211
+ sdk: {
212
+ input: RegisterContainerInstanceCommandInput;
213
+ output: RegisterContainerInstanceCommandOutput;
214
+ };
215
+ };
205
216
  }
@@ -677,4 +677,15 @@ declare const RegisterTaskDefinitionCommand_base: {
677
677
  *
678
678
  */
679
679
  export declare class RegisterTaskDefinitionCommand extends RegisterTaskDefinitionCommand_base {
680
+ /** @internal type navigation helper, not in runtime. */
681
+ protected static __types: {
682
+ api: {
683
+ input: RegisterTaskDefinitionRequest;
684
+ output: RegisterTaskDefinitionResponse;
685
+ };
686
+ sdk: {
687
+ input: RegisterTaskDefinitionCommandInput;
688
+ output: RegisterTaskDefinitionCommandOutput;
689
+ };
690
+ };
680
691
  }