@aws-sdk/client-ecs 3.993.0 → 3.995.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 (85) hide show
  1. package/README.md +1 -15
  2. package/dist-cjs/index.js +164 -164
  3. package/dist-cjs/models/errors.js +86 -86
  4. package/dist-cjs/schemas/schemas_0.js +5 -5
  5. package/dist-es/models/enums.js +156 -156
  6. package/dist-es/models/errors.js +68 -68
  7. package/dist-es/schemas/schemas_0.js +5 -5
  8. package/dist-es/waiters/waitForServicesInactive.js +2 -2
  9. package/dist-es/waiters/waitForServicesStable.js +2 -2
  10. package/dist-es/waiters/waitForTasksRunning.js +2 -2
  11. package/dist-es/waiters/waitForTasksStopped.js +2 -2
  12. package/dist-types/ECS.d.ts +1 -15
  13. package/dist-types/ECSClient.d.ts +1 -15
  14. package/dist-types/commands/CreateCapacityProviderCommand.d.ts +4 -16
  15. package/dist-types/commands/CreateClusterCommand.d.ts +3 -20
  16. package/dist-types/commands/CreateExpressGatewayServiceCommand.d.ts +4 -18
  17. package/dist-types/commands/CreateServiceCommand.d.ts +4 -236
  18. package/dist-types/commands/CreateTaskSetCommand.d.ts +6 -25
  19. package/dist-types/commands/DeleteAccountSettingCommand.d.ts +12 -18
  20. package/dist-types/commands/DeleteAttributesCommand.d.ts +2 -7
  21. package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +3 -21
  22. package/dist-types/commands/DeleteClusterCommand.d.ts +7 -30
  23. package/dist-types/commands/DeleteExpressGatewayServiceCommand.d.ts +5 -19
  24. package/dist-types/commands/DeleteServiceCommand.d.ts +4 -30
  25. package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +3 -27
  26. package/dist-types/commands/DeleteTaskSetCommand.d.ts +6 -16
  27. package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +3 -21
  28. package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +3 -25
  29. package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +34 -39
  30. package/dist-types/commands/DescribeClustersCommand.d.ts +3 -10
  31. package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +3 -9
  32. package/dist-types/commands/DescribeExpressGatewayServiceCommand.d.ts +3 -14
  33. package/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +44 -13
  34. package/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +44 -14
  35. package/dist-types/commands/DescribeServicesCommand.d.ts +2 -7
  36. package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +3 -15
  37. package/dist-types/commands/DescribeTaskSetsCommand.d.ts +5 -16
  38. package/dist-types/commands/DescribeTasksCommand.d.ts +3 -12
  39. package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +2 -8
  40. package/dist-types/commands/ExecuteCommandCommand.d.ts +4 -32
  41. package/dist-types/commands/GetTaskProtectionCommand.d.ts +2 -7
  42. package/dist-types/commands/ListAccountSettingsCommand.d.ts +9 -14
  43. package/dist-types/commands/ListAttributesCommand.d.ts +2 -11
  44. package/dist-types/commands/ListClustersCommand.d.ts +2 -7
  45. package/dist-types/commands/ListContainerInstancesCommand.d.ts +3 -11
  46. package/dist-types/commands/ListServiceDeploymentsCommand.d.ts +4 -15
  47. package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +3 -13
  48. package/dist-types/commands/ListServicesCommand.d.ts +3 -9
  49. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -7
  50. package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +13 -24
  51. package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +13 -20
  52. package/dist-types/commands/ListTasksCommand.d.ts +14 -23
  53. package/dist-types/commands/PutAccountSettingCommand.d.ts +12 -22
  54. package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +3 -9
  55. package/dist-types/commands/PutAttributesCommand.d.ts +4 -14
  56. package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +4 -29
  57. package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +3 -13
  58. package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +3 -26
  59. package/dist-types/commands/RunTaskCommand.d.ts +6 -75
  60. package/dist-types/commands/StartTaskCommand.d.ts +3 -23
  61. package/dist-types/commands/StopServiceDeploymentCommand.d.ts +5 -25
  62. package/dist-types/commands/StopTaskCommand.d.ts +3 -25
  63. package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +3 -12
  64. package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +2 -8
  65. package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +3 -12
  66. package/dist-types/commands/TagResourceCommand.d.ts +3 -11
  67. package/dist-types/commands/UntagResourceCommand.d.ts +2 -7
  68. package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +3 -10
  69. package/dist-types/commands/UpdateClusterCommand.d.ts +2 -7
  70. package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +2 -7
  71. package/dist-types/commands/UpdateContainerAgentCommand.d.ts +6 -41
  72. package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +3 -56
  73. package/dist-types/commands/UpdateExpressGatewayServiceCommand.d.ts +5 -19
  74. package/dist-types/commands/UpdateServiceCommand.d.ts +14 -146
  75. package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +6 -19
  76. package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +15 -47
  77. package/dist-types/commands/UpdateTaskSetCommand.d.ts +6 -17
  78. package/dist-types/index.d.ts +1 -15
  79. package/dist-types/models/enums.d.ts +338 -338
  80. package/dist-types/models/errors.d.ts +74 -128
  81. package/dist-types/models/models_0.d.ts +3435 -9819
  82. package/dist-types/ts3.4/models/enums.d.ts +222 -222
  83. package/dist-types/ts3.4/models/errors.d.ts +61 -61
  84. package/dist-types/ts3.4/models/models_0.d.ts +1055 -1055
  85. package/package.json +3 -3
@@ -59,44 +59,6 @@ export declare class NamespaceNotFoundException extends __BaseException {
59
59
  opts: __ExceptionOptionType<NamespaceNotFoundException, __BaseException>
60
60
  );
61
61
  }
62
- export declare class PlatformTaskDefinitionIncompatibilityException extends __BaseException {
63
- readonly name: "PlatformTaskDefinitionIncompatibilityException";
64
- readonly $fault: "client";
65
- constructor(
66
- opts: __ExceptionOptionType<
67
- PlatformTaskDefinitionIncompatibilityException,
68
- __BaseException
69
- >
70
- );
71
- }
72
- export declare class PlatformUnknownException extends __BaseException {
73
- readonly name: "PlatformUnknownException";
74
- readonly $fault: "client";
75
- constructor(
76
- opts: __ExceptionOptionType<PlatformUnknownException, __BaseException>
77
- );
78
- }
79
- export declare class ServiceNotActiveException extends __BaseException {
80
- readonly name: "ServiceNotActiveException";
81
- readonly $fault: "client";
82
- constructor(
83
- opts: __ExceptionOptionType<ServiceNotActiveException, __BaseException>
84
- );
85
- }
86
- export declare class ServiceNotFoundException extends __BaseException {
87
- readonly name: "ServiceNotFoundException";
88
- readonly $fault: "client";
89
- constructor(
90
- opts: __ExceptionOptionType<ServiceNotFoundException, __BaseException>
91
- );
92
- }
93
- export declare class TargetNotFoundException extends __BaseException {
94
- readonly name: "TargetNotFoundException";
95
- readonly $fault: "client";
96
- constructor(
97
- opts: __ExceptionOptionType<TargetNotFoundException, __BaseException>
98
- );
99
- }
100
62
  export declare class ClusterContainsCapacityProviderException extends __BaseException {
101
63
  readonly name: "ClusterContainsCapacityProviderException";
102
64
  readonly $fault: "client";
@@ -134,25 +96,32 @@ export declare class ClusterContainsTasksException extends __BaseException {
134
96
  opts: __ExceptionOptionType<ClusterContainsTasksException, __BaseException>
135
97
  );
136
98
  }
137
- export declare class TaskSetNotFoundException extends __BaseException {
138
- readonly name: "TaskSetNotFoundException";
99
+ export declare class TargetNotConnectedException extends __BaseException {
100
+ readonly name: "TargetNotConnectedException";
139
101
  readonly $fault: "client";
140
102
  constructor(
141
- opts: __ExceptionOptionType<TaskSetNotFoundException, __BaseException>
103
+ opts: __ExceptionOptionType<TargetNotConnectedException, __BaseException>
142
104
  );
143
105
  }
144
- export declare class ResourceNotFoundException extends __BaseException {
145
- readonly name: "ResourceNotFoundException";
106
+ export declare class ResourceInUseException extends __BaseException {
107
+ readonly name: "ResourceInUseException";
146
108
  readonly $fault: "client";
147
109
  constructor(
148
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
110
+ opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
149
111
  );
150
112
  }
151
- export declare class TargetNotConnectedException extends __BaseException {
152
- readonly name: "TargetNotConnectedException";
113
+ export declare class TargetNotFoundException extends __BaseException {
114
+ readonly name: "TargetNotFoundException";
153
115
  readonly $fault: "client";
154
116
  constructor(
155
- opts: __ExceptionOptionType<TargetNotConnectedException, __BaseException>
117
+ opts: __ExceptionOptionType<TargetNotFoundException, __BaseException>
118
+ );
119
+ }
120
+ export declare class ServiceNotFoundException extends __BaseException {
121
+ readonly name: "ServiceNotFoundException";
122
+ readonly $fault: "client";
123
+ constructor(
124
+ opts: __ExceptionOptionType<ServiceNotFoundException, __BaseException>
156
125
  );
157
126
  }
158
127
  export declare class AttributeLimitExceededException extends __BaseException {
@@ -165,17 +134,50 @@ export declare class AttributeLimitExceededException extends __BaseException {
165
134
  >
166
135
  );
167
136
  }
168
- export declare class ResourceInUseException extends __BaseException {
169
- readonly name: "ResourceInUseException";
137
+ export declare class MissingVersionException extends __BaseException {
138
+ readonly name: "MissingVersionException";
170
139
  readonly $fault: "client";
171
140
  constructor(
172
- opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
141
+ opts: __ExceptionOptionType<MissingVersionException, __BaseException>
173
142
  );
174
143
  }
175
- export declare class BlockedException extends __BaseException {
176
- readonly name: "BlockedException";
144
+ export declare class NoUpdateAvailableException extends __BaseException {
145
+ readonly name: "NoUpdateAvailableException";
177
146
  readonly $fault: "client";
178
- constructor(opts: __ExceptionOptionType<BlockedException, __BaseException>);
147
+ constructor(
148
+ opts: __ExceptionOptionType<NoUpdateAvailableException, __BaseException>
149
+ );
150
+ }
151
+ export declare class PlatformTaskDefinitionIncompatibilityException extends __BaseException {
152
+ readonly name: "PlatformTaskDefinitionIncompatibilityException";
153
+ readonly $fault: "client";
154
+ constructor(
155
+ opts: __ExceptionOptionType<
156
+ PlatformTaskDefinitionIncompatibilityException,
157
+ __BaseException
158
+ >
159
+ );
160
+ }
161
+ export declare class PlatformUnknownException extends __BaseException {
162
+ readonly name: "PlatformUnknownException";
163
+ readonly $fault: "client";
164
+ constructor(
165
+ opts: __ExceptionOptionType<PlatformUnknownException, __BaseException>
166
+ );
167
+ }
168
+ export declare class ServiceNotActiveException extends __BaseException {
169
+ readonly name: "ServiceNotActiveException";
170
+ readonly $fault: "client";
171
+ constructor(
172
+ opts: __ExceptionOptionType<ServiceNotActiveException, __BaseException>
173
+ );
174
+ }
175
+ export declare class ResourceNotFoundException extends __BaseException {
176
+ readonly name: "ResourceNotFoundException";
177
+ readonly $fault: "client";
178
+ constructor(
179
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
180
+ );
179
181
  }
180
182
  export declare class ConflictException extends __BaseException {
181
183
  readonly name: "ConflictException";
@@ -193,17 +195,15 @@ export declare class ServiceDeploymentNotFoundException extends __BaseException
193
195
  >
194
196
  );
195
197
  }
196
- export declare class MissingVersionException extends __BaseException {
197
- readonly name: "MissingVersionException";
198
+ export declare class TaskSetNotFoundException extends __BaseException {
199
+ readonly name: "TaskSetNotFoundException";
198
200
  readonly $fault: "client";
199
201
  constructor(
200
- opts: __ExceptionOptionType<MissingVersionException, __BaseException>
202
+ opts: __ExceptionOptionType<TaskSetNotFoundException, __BaseException>
201
203
  );
202
204
  }
203
- export declare class NoUpdateAvailableException extends __BaseException {
204
- readonly name: "NoUpdateAvailableException";
205
+ export declare class BlockedException extends __BaseException {
206
+ readonly name: "BlockedException";
205
207
  readonly $fault: "client";
206
- constructor(
207
- opts: __ExceptionOptionType<NoUpdateAvailableException, __BaseException>
208
- );
208
+ constructor(opts: __ExceptionOptionType<BlockedException, __BaseException>);
209
209
  }