@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.
- package/README.md +1 -15
- package/dist-cjs/index.js +164 -164
- package/dist-cjs/models/errors.js +86 -86
- package/dist-cjs/schemas/schemas_0.js +5 -5
- package/dist-es/models/enums.js +156 -156
- package/dist-es/models/errors.js +68 -68
- package/dist-es/schemas/schemas_0.js +5 -5
- package/dist-es/waiters/waitForServicesInactive.js +2 -2
- package/dist-es/waiters/waitForServicesStable.js +2 -2
- package/dist-es/waiters/waitForTasksRunning.js +2 -2
- package/dist-es/waiters/waitForTasksStopped.js +2 -2
- package/dist-types/ECS.d.ts +1 -15
- package/dist-types/ECSClient.d.ts +1 -15
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +4 -16
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -20
- package/dist-types/commands/CreateExpressGatewayServiceCommand.d.ts +4 -18
- package/dist-types/commands/CreateServiceCommand.d.ts +4 -236
- package/dist-types/commands/CreateTaskSetCommand.d.ts +6 -25
- package/dist-types/commands/DeleteAccountSettingCommand.d.ts +12 -18
- package/dist-types/commands/DeleteAttributesCommand.d.ts +2 -7
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +3 -21
- package/dist-types/commands/DeleteClusterCommand.d.ts +7 -30
- package/dist-types/commands/DeleteExpressGatewayServiceCommand.d.ts +5 -19
- package/dist-types/commands/DeleteServiceCommand.d.ts +4 -30
- package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +3 -27
- package/dist-types/commands/DeleteTaskSetCommand.d.ts +6 -16
- package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +3 -21
- package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +3 -25
- package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +34 -39
- package/dist-types/commands/DescribeClustersCommand.d.ts +3 -10
- package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +3 -9
- package/dist-types/commands/DescribeExpressGatewayServiceCommand.d.ts +3 -14
- package/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +44 -13
- package/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +44 -14
- package/dist-types/commands/DescribeServicesCommand.d.ts +2 -7
- package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +3 -15
- package/dist-types/commands/DescribeTaskSetsCommand.d.ts +5 -16
- package/dist-types/commands/DescribeTasksCommand.d.ts +3 -12
- package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +2 -8
- package/dist-types/commands/ExecuteCommandCommand.d.ts +4 -32
- package/dist-types/commands/GetTaskProtectionCommand.d.ts +2 -7
- package/dist-types/commands/ListAccountSettingsCommand.d.ts +9 -14
- package/dist-types/commands/ListAttributesCommand.d.ts +2 -11
- package/dist-types/commands/ListClustersCommand.d.ts +2 -7
- package/dist-types/commands/ListContainerInstancesCommand.d.ts +3 -11
- package/dist-types/commands/ListServiceDeploymentsCommand.d.ts +4 -15
- package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +3 -13
- package/dist-types/commands/ListServicesCommand.d.ts +3 -9
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -7
- package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +13 -24
- package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +13 -20
- package/dist-types/commands/ListTasksCommand.d.ts +14 -23
- package/dist-types/commands/PutAccountSettingCommand.d.ts +12 -22
- package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +3 -9
- package/dist-types/commands/PutAttributesCommand.d.ts +4 -14
- package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +4 -29
- package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +3 -13
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +3 -26
- package/dist-types/commands/RunTaskCommand.d.ts +6 -75
- package/dist-types/commands/StartTaskCommand.d.ts +3 -23
- package/dist-types/commands/StopServiceDeploymentCommand.d.ts +5 -25
- package/dist-types/commands/StopTaskCommand.d.ts +3 -25
- package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +3 -12
- package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +2 -8
- package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +3 -12
- package/dist-types/commands/TagResourceCommand.d.ts +3 -11
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -7
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +3 -10
- package/dist-types/commands/UpdateClusterCommand.d.ts +2 -7
- package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +2 -7
- package/dist-types/commands/UpdateContainerAgentCommand.d.ts +6 -41
- package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +3 -56
- package/dist-types/commands/UpdateExpressGatewayServiceCommand.d.ts +5 -19
- package/dist-types/commands/UpdateServiceCommand.d.ts +14 -146
- package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +6 -19
- package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +15 -47
- package/dist-types/commands/UpdateTaskSetCommand.d.ts +6 -17
- package/dist-types/index.d.ts +1 -15
- package/dist-types/models/enums.d.ts +338 -338
- package/dist-types/models/errors.d.ts +74 -128
- package/dist-types/models/models_0.d.ts +3435 -9819
- package/dist-types/ts3.4/models/enums.d.ts +222 -222
- package/dist-types/ts3.4/models/errors.d.ts +61 -61
- package/dist-types/ts3.4/models/models_0.d.ts +1055 -1055
- 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
|
|
138
|
-
readonly name: "
|
|
99
|
+
export declare class TargetNotConnectedException extends __BaseException {
|
|
100
|
+
readonly name: "TargetNotConnectedException";
|
|
139
101
|
readonly $fault: "client";
|
|
140
102
|
constructor(
|
|
141
|
-
opts: __ExceptionOptionType<
|
|
103
|
+
opts: __ExceptionOptionType<TargetNotConnectedException, __BaseException>
|
|
142
104
|
);
|
|
143
105
|
}
|
|
144
|
-
export declare class
|
|
145
|
-
readonly name: "
|
|
106
|
+
export declare class ResourceInUseException extends __BaseException {
|
|
107
|
+
readonly name: "ResourceInUseException";
|
|
146
108
|
readonly $fault: "client";
|
|
147
109
|
constructor(
|
|
148
|
-
opts: __ExceptionOptionType<
|
|
110
|
+
opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
|
|
149
111
|
);
|
|
150
112
|
}
|
|
151
|
-
export declare class
|
|
152
|
-
readonly name: "
|
|
113
|
+
export declare class TargetNotFoundException extends __BaseException {
|
|
114
|
+
readonly name: "TargetNotFoundException";
|
|
153
115
|
readonly $fault: "client";
|
|
154
116
|
constructor(
|
|
155
|
-
opts: __ExceptionOptionType<
|
|
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
|
|
169
|
-
readonly name: "
|
|
137
|
+
export declare class MissingVersionException extends __BaseException {
|
|
138
|
+
readonly name: "MissingVersionException";
|
|
170
139
|
readonly $fault: "client";
|
|
171
140
|
constructor(
|
|
172
|
-
opts: __ExceptionOptionType<
|
|
141
|
+
opts: __ExceptionOptionType<MissingVersionException, __BaseException>
|
|
173
142
|
);
|
|
174
143
|
}
|
|
175
|
-
export declare class
|
|
176
|
-
readonly name: "
|
|
144
|
+
export declare class NoUpdateAvailableException extends __BaseException {
|
|
145
|
+
readonly name: "NoUpdateAvailableException";
|
|
177
146
|
readonly $fault: "client";
|
|
178
|
-
constructor(
|
|
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
|
|
197
|
-
readonly name: "
|
|
198
|
+
export declare class TaskSetNotFoundException extends __BaseException {
|
|
199
|
+
readonly name: "TaskSetNotFoundException";
|
|
198
200
|
readonly $fault: "client";
|
|
199
201
|
constructor(
|
|
200
|
-
opts: __ExceptionOptionType<
|
|
202
|
+
opts: __ExceptionOptionType<TaskSetNotFoundException, __BaseException>
|
|
201
203
|
);
|
|
202
204
|
}
|
|
203
|
-
export declare class
|
|
204
|
-
readonly name: "
|
|
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
|
}
|