@aws-sdk/client-ecs 3.651.1 → 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 (114) 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/models/models_0.d.ts +60 -55
  58. package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/DeleteTaskDefinitionsCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/GetTaskProtectionCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/ListServicesByNamespaceCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  105. package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +12 -1
  107. package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +12 -1
  108. package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +12 -1
  109. package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +12 -1
  110. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +12 -1
  111. package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +12 -1
  112. package/dist-types/ts3.4/commands/UpdateTaskProtectionCommand.d.ts +12 -1
  113. package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +12 -1
  114. package/package.json +36 -36
@@ -478,4 +478,15 @@ declare const RunTaskCommand_base: {
478
478
  *
479
479
  */
480
480
  export declare class RunTaskCommand extends RunTaskCommand_base {
481
+ /** @internal type navigation helper, not in runtime. */
482
+ protected static __types: {
483
+ api: {
484
+ input: RunTaskRequest;
485
+ output: RunTaskResponse;
486
+ };
487
+ sdk: {
488
+ input: RunTaskCommandInput;
489
+ output: RunTaskCommandOutput;
490
+ };
491
+ };
481
492
  }
@@ -362,4 +362,15 @@ declare const StartTaskCommand_base: {
362
362
  * @public
363
363
  */
364
364
  export declare class StartTaskCommand extends StartTaskCommand_base {
365
+ /** @internal type navigation helper, not in runtime. */
366
+ protected static __types: {
367
+ api: {
368
+ input: StartTaskRequest;
369
+ output: StartTaskResponse;
370
+ };
371
+ sdk: {
372
+ input: StartTaskCommandInput;
373
+ output: StartTaskCommandOutput;
374
+ };
375
+ };
365
376
  }
@@ -258,4 +258,15 @@ declare const StopTaskCommand_base: {
258
258
  * @public
259
259
  */
260
260
  export declare class StopTaskCommand extends StopTaskCommand_base {
261
+ /** @internal type navigation helper, not in runtime. */
262
+ protected static __types: {
263
+ api: {
264
+ input: StopTaskRequest;
265
+ output: StopTaskResponse;
266
+ };
267
+ sdk: {
268
+ input: StopTaskCommandInput;
269
+ output: StopTaskCommandOutput;
270
+ };
271
+ };
261
272
  }
@@ -91,4 +91,15 @@ declare const SubmitAttachmentStateChangesCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class SubmitAttachmentStateChangesCommand extends SubmitAttachmentStateChangesCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: SubmitAttachmentStateChangesRequest;
98
+ output: SubmitAttachmentStateChangesResponse;
99
+ };
100
+ sdk: {
101
+ input: SubmitAttachmentStateChangesCommandInput;
102
+ output: SubmitAttachmentStateChangesCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -97,4 +97,15 @@ declare const SubmitContainerStateChangeCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class SubmitContainerStateChangeCommand extends SubmitContainerStateChangeCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: SubmitContainerStateChangeRequest;
104
+ output: SubmitContainerStateChangeResponse;
105
+ };
106
+ sdk: {
107
+ input: SubmitContainerStateChangeCommandInput;
108
+ output: SubmitContainerStateChangeCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -125,4 +125,15 @@ declare const SubmitTaskStateChangeCommand_base: {
125
125
  * @public
126
126
  */
127
127
  export declare class SubmitTaskStateChangeCommand extends SubmitTaskStateChangeCommand_base {
128
+ /** @internal type navigation helper, not in runtime. */
129
+ protected static __types: {
130
+ api: {
131
+ input: SubmitTaskStateChangeRequest;
132
+ output: SubmitTaskStateChangeResponse;
133
+ };
134
+ sdk: {
135
+ input: SubmitTaskStateChangeCommandInput;
136
+ output: SubmitTaskStateChangeCommandOutput;
137
+ };
138
+ };
128
139
  }
@@ -109,4 +109,15 @@ declare const TagResourceCommand_base: {
109
109
  *
110
110
  */
111
111
  export declare class TagResourceCommand extends TagResourceCommand_base {
112
+ /** @internal type navigation helper, not in runtime. */
113
+ protected static __types: {
114
+ api: {
115
+ input: TagResourceRequest;
116
+ output: {};
117
+ };
118
+ sdk: {
119
+ input: TagResourceCommandInput;
120
+ output: TagResourceCommandOutput;
121
+ };
122
+ };
112
123
  }
@@ -100,4 +100,15 @@ declare const UntagResourceCommand_base: {
100
100
  *
101
101
  */
102
102
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
103
+ /** @internal type navigation helper, not in runtime. */
104
+ protected static __types: {
105
+ api: {
106
+ input: UntagResourceRequest;
107
+ output: {};
108
+ };
109
+ sdk: {
110
+ input: UntagResourceCommandInput;
111
+ output: UntagResourceCommandOutput;
112
+ };
113
+ };
103
114
  }
@@ -114,4 +114,15 @@ declare const UpdateCapacityProviderCommand_base: {
114
114
  * @public
115
115
  */
116
116
  export declare class UpdateCapacityProviderCommand extends UpdateCapacityProviderCommand_base {
117
+ /** @internal type navigation helper, not in runtime. */
118
+ protected static __types: {
119
+ api: {
120
+ input: UpdateCapacityProviderRequest;
121
+ output: UpdateCapacityProviderResponse;
122
+ };
123
+ sdk: {
124
+ input: UpdateCapacityProviderCommandInput;
125
+ output: UpdateCapacityProviderCommandOutput;
126
+ };
127
+ };
117
128
  }
@@ -181,4 +181,15 @@ declare const UpdateClusterCommand_base: {
181
181
  * @public
182
182
  */
183
183
  export declare class UpdateClusterCommand extends UpdateClusterCommand_base {
184
+ /** @internal type navigation helper, not in runtime. */
185
+ protected static __types: {
186
+ api: {
187
+ input: UpdateClusterRequest;
188
+ output: UpdateClusterResponse;
189
+ };
190
+ sdk: {
191
+ input: UpdateClusterCommandInput;
192
+ output: UpdateClusterCommandOutput;
193
+ };
194
+ };
184
195
  }
@@ -158,4 +158,15 @@ declare const UpdateClusterSettingsCommand_base: {
158
158
  * @public
159
159
  */
160
160
  export declare class UpdateClusterSettingsCommand extends UpdateClusterSettingsCommand_base {
161
+ /** @internal type navigation helper, not in runtime. */
162
+ protected static __types: {
163
+ api: {
164
+ input: UpdateClusterSettingsRequest;
165
+ output: UpdateClusterSettingsResponse;
166
+ };
167
+ sdk: {
168
+ input: UpdateClusterSettingsCommandInput;
169
+ output: UpdateClusterSettingsCommandOutput;
170
+ };
171
+ };
161
172
  }
@@ -198,4 +198,15 @@ declare const UpdateContainerAgentCommand_base: {
198
198
  * @public
199
199
  */
200
200
  export declare class UpdateContainerAgentCommand extends UpdateContainerAgentCommand_base {
201
+ /** @internal type navigation helper, not in runtime. */
202
+ protected static __types: {
203
+ api: {
204
+ input: UpdateContainerAgentRequest;
205
+ output: UpdateContainerAgentResponse;
206
+ };
207
+ sdk: {
208
+ input: UpdateContainerAgentCommandInput;
209
+ output: UpdateContainerAgentCommandOutput;
210
+ };
211
+ };
201
212
  }
@@ -222,4 +222,15 @@ declare const UpdateContainerInstancesStateCommand_base: {
222
222
  * @public
223
223
  */
224
224
  export declare class UpdateContainerInstancesStateCommand extends UpdateContainerInstancesStateCommand_base {
225
+ /** @internal type navigation helper, not in runtime. */
226
+ protected static __types: {
227
+ api: {
228
+ input: UpdateContainerInstancesStateRequest;
229
+ output: UpdateContainerInstancesStateResponse;
230
+ };
231
+ sdk: {
232
+ input: UpdateContainerInstancesStateCommandInput;
233
+ output: UpdateContainerInstancesStateCommandOutput;
234
+ };
235
+ };
225
236
  }
@@ -673,4 +673,15 @@ declare const UpdateServiceCommand_base: {
673
673
  *
674
674
  */
675
675
  export declare class UpdateServiceCommand extends UpdateServiceCommand_base {
676
+ /** @internal type navigation helper, not in runtime. */
677
+ protected static __types: {
678
+ api: {
679
+ input: UpdateServiceRequest;
680
+ output: UpdateServiceResponse;
681
+ };
682
+ sdk: {
683
+ input: UpdateServiceCommandInput;
684
+ output: UpdateServiceCommandOutput;
685
+ };
686
+ };
676
687
  }
@@ -172,4 +172,15 @@ declare const UpdateServicePrimaryTaskSetCommand_base: {
172
172
  * @public
173
173
  */
174
174
  export declare class UpdateServicePrimaryTaskSetCommand extends UpdateServicePrimaryTaskSetCommand_base {
175
+ /** @internal type navigation helper, not in runtime. */
176
+ protected static __types: {
177
+ api: {
178
+ input: UpdateServicePrimaryTaskSetRequest;
179
+ output: UpdateServicePrimaryTaskSetResponse;
180
+ };
181
+ sdk: {
182
+ input: UpdateServicePrimaryTaskSetCommandInput;
183
+ output: UpdateServicePrimaryTaskSetCommandOutput;
184
+ };
185
+ };
175
186
  }
@@ -216,4 +216,15 @@ declare const UpdateTaskProtectionCommand_base: {
216
216
  *
217
217
  */
218
218
  export declare class UpdateTaskProtectionCommand extends UpdateTaskProtectionCommand_base {
219
+ /** @internal type navigation helper, not in runtime. */
220
+ protected static __types: {
221
+ api: {
222
+ input: UpdateTaskProtectionRequest;
223
+ output: UpdateTaskProtectionResponse;
224
+ };
225
+ sdk: {
226
+ input: UpdateTaskProtectionCommandInput;
227
+ output: UpdateTaskProtectionCommandOutput;
228
+ };
229
+ };
219
230
  }
@@ -175,4 +175,15 @@ declare const UpdateTaskSetCommand_base: {
175
175
  * @public
176
176
  */
177
177
  export declare class UpdateTaskSetCommand extends UpdateTaskSetCommand_base {
178
+ /** @internal type navigation helper, not in runtime. */
179
+ protected static __types: {
180
+ api: {
181
+ input: UpdateTaskSetRequest;
182
+ output: UpdateTaskSetResponse;
183
+ };
184
+ sdk: {
185
+ input: UpdateTaskSetCommandInput;
186
+ output: UpdateTaskSetCommandOutput;
187
+ };
188
+ };
178
189
  }