@aws-sdk/client-codedeploy 3.934.0 → 3.935.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/dist-cjs/index.js +222 -221
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +221 -0
- package/dist-es/models/errors.js +1321 -0
- package/dist-es/models/models_0.js +1 -1542
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +493 -0
- package/dist-types/models/errors.d.ts +1395 -0
- package/dist-types/models/models_0.d.ts +112 -1999
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +281 -0
- package/dist-types/ts3.4/models/errors.d.ts +964 -0
- package/dist-types/ts3.4/models/models_0.d.ts +36 -1245
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
|
@@ -1,1542 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export class InstanceLimitExceededException extends __BaseException {
|
|
3
|
-
name = "InstanceLimitExceededException";
|
|
4
|
-
$fault = "client";
|
|
5
|
-
constructor(opts) {
|
|
6
|
-
super({
|
|
7
|
-
name: "InstanceLimitExceededException",
|
|
8
|
-
$fault: "client",
|
|
9
|
-
...opts,
|
|
10
|
-
});
|
|
11
|
-
Object.setPrototypeOf(this, InstanceLimitExceededException.prototype);
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
export class InstanceNameRequiredException extends __BaseException {
|
|
15
|
-
name = "InstanceNameRequiredException";
|
|
16
|
-
$fault = "client";
|
|
17
|
-
constructor(opts) {
|
|
18
|
-
super({
|
|
19
|
-
name: "InstanceNameRequiredException",
|
|
20
|
-
$fault: "client",
|
|
21
|
-
...opts,
|
|
22
|
-
});
|
|
23
|
-
Object.setPrototypeOf(this, InstanceNameRequiredException.prototype);
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
export class InstanceNotRegisteredException extends __BaseException {
|
|
27
|
-
name = "InstanceNotRegisteredException";
|
|
28
|
-
$fault = "client";
|
|
29
|
-
constructor(opts) {
|
|
30
|
-
super({
|
|
31
|
-
name: "InstanceNotRegisteredException",
|
|
32
|
-
$fault: "client",
|
|
33
|
-
...opts,
|
|
34
|
-
});
|
|
35
|
-
Object.setPrototypeOf(this, InstanceNotRegisteredException.prototype);
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
export class InvalidInstanceNameException extends __BaseException {
|
|
39
|
-
name = "InvalidInstanceNameException";
|
|
40
|
-
$fault = "client";
|
|
41
|
-
constructor(opts) {
|
|
42
|
-
super({
|
|
43
|
-
name: "InvalidInstanceNameException",
|
|
44
|
-
$fault: "client",
|
|
45
|
-
...opts,
|
|
46
|
-
});
|
|
47
|
-
Object.setPrototypeOf(this, InvalidInstanceNameException.prototype);
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
export class InvalidTagException extends __BaseException {
|
|
51
|
-
name = "InvalidTagException";
|
|
52
|
-
$fault = "client";
|
|
53
|
-
constructor(opts) {
|
|
54
|
-
super({
|
|
55
|
-
name: "InvalidTagException",
|
|
56
|
-
$fault: "client",
|
|
57
|
-
...opts,
|
|
58
|
-
});
|
|
59
|
-
Object.setPrototypeOf(this, InvalidTagException.prototype);
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
export class TagLimitExceededException extends __BaseException {
|
|
63
|
-
name = "TagLimitExceededException";
|
|
64
|
-
$fault = "client";
|
|
65
|
-
constructor(opts) {
|
|
66
|
-
super({
|
|
67
|
-
name: "TagLimitExceededException",
|
|
68
|
-
$fault: "client",
|
|
69
|
-
...opts,
|
|
70
|
-
});
|
|
71
|
-
Object.setPrototypeOf(this, TagLimitExceededException.prototype);
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
export class TagRequiredException extends __BaseException {
|
|
75
|
-
name = "TagRequiredException";
|
|
76
|
-
$fault = "client";
|
|
77
|
-
constructor(opts) {
|
|
78
|
-
super({
|
|
79
|
-
name: "TagRequiredException",
|
|
80
|
-
$fault: "client",
|
|
81
|
-
...opts,
|
|
82
|
-
});
|
|
83
|
-
Object.setPrototypeOf(this, TagRequiredException.prototype);
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
export class AlarmsLimitExceededException extends __BaseException {
|
|
87
|
-
name = "AlarmsLimitExceededException";
|
|
88
|
-
$fault = "client";
|
|
89
|
-
constructor(opts) {
|
|
90
|
-
super({
|
|
91
|
-
name: "AlarmsLimitExceededException",
|
|
92
|
-
$fault: "client",
|
|
93
|
-
...opts,
|
|
94
|
-
});
|
|
95
|
-
Object.setPrototypeOf(this, AlarmsLimitExceededException.prototype);
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
export class ApplicationAlreadyExistsException extends __BaseException {
|
|
99
|
-
name = "ApplicationAlreadyExistsException";
|
|
100
|
-
$fault = "client";
|
|
101
|
-
constructor(opts) {
|
|
102
|
-
super({
|
|
103
|
-
name: "ApplicationAlreadyExistsException",
|
|
104
|
-
$fault: "client",
|
|
105
|
-
...opts,
|
|
106
|
-
});
|
|
107
|
-
Object.setPrototypeOf(this, ApplicationAlreadyExistsException.prototype);
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
export class ApplicationDoesNotExistException extends __BaseException {
|
|
111
|
-
name = "ApplicationDoesNotExistException";
|
|
112
|
-
$fault = "client";
|
|
113
|
-
constructor(opts) {
|
|
114
|
-
super({
|
|
115
|
-
name: "ApplicationDoesNotExistException",
|
|
116
|
-
$fault: "client",
|
|
117
|
-
...opts,
|
|
118
|
-
});
|
|
119
|
-
Object.setPrototypeOf(this, ApplicationDoesNotExistException.prototype);
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
export const ComputePlatform = {
|
|
123
|
-
ECS: "ECS",
|
|
124
|
-
LAMBDA: "Lambda",
|
|
125
|
-
SERVER: "Server",
|
|
126
|
-
};
|
|
127
|
-
export class ApplicationLimitExceededException extends __BaseException {
|
|
128
|
-
name = "ApplicationLimitExceededException";
|
|
129
|
-
$fault = "client";
|
|
130
|
-
constructor(opts) {
|
|
131
|
-
super({
|
|
132
|
-
name: "ApplicationLimitExceededException",
|
|
133
|
-
$fault: "client",
|
|
134
|
-
...opts,
|
|
135
|
-
});
|
|
136
|
-
Object.setPrototypeOf(this, ApplicationLimitExceededException.prototype);
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
export class ApplicationNameRequiredException extends __BaseException {
|
|
140
|
-
name = "ApplicationNameRequiredException";
|
|
141
|
-
$fault = "client";
|
|
142
|
-
constructor(opts) {
|
|
143
|
-
super({
|
|
144
|
-
name: "ApplicationNameRequiredException",
|
|
145
|
-
$fault: "client",
|
|
146
|
-
...opts,
|
|
147
|
-
});
|
|
148
|
-
Object.setPrototypeOf(this, ApplicationNameRequiredException.prototype);
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
export const ApplicationRevisionSortBy = {
|
|
152
|
-
FirstUsedTime: "firstUsedTime",
|
|
153
|
-
LastUsedTime: "lastUsedTime",
|
|
154
|
-
RegisterTime: "registerTime",
|
|
155
|
-
};
|
|
156
|
-
export class ArnNotSupportedException extends __BaseException {
|
|
157
|
-
name = "ArnNotSupportedException";
|
|
158
|
-
$fault = "client";
|
|
159
|
-
constructor(opts) {
|
|
160
|
-
super({
|
|
161
|
-
name: "ArnNotSupportedException",
|
|
162
|
-
$fault: "client",
|
|
163
|
-
...opts,
|
|
164
|
-
});
|
|
165
|
-
Object.setPrototypeOf(this, ArnNotSupportedException.prototype);
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
export const AutoRollbackEvent = {
|
|
169
|
-
DEPLOYMENT_FAILURE: "DEPLOYMENT_FAILURE",
|
|
170
|
-
DEPLOYMENT_STOP_ON_ALARM: "DEPLOYMENT_STOP_ON_ALARM",
|
|
171
|
-
DEPLOYMENT_STOP_ON_REQUEST: "DEPLOYMENT_STOP_ON_REQUEST",
|
|
172
|
-
};
|
|
173
|
-
export const RevisionLocationType = {
|
|
174
|
-
AppSpecContent: "AppSpecContent",
|
|
175
|
-
GitHub: "GitHub",
|
|
176
|
-
S3: "S3",
|
|
177
|
-
String: "String",
|
|
178
|
-
};
|
|
179
|
-
export const BundleType = {
|
|
180
|
-
JSON: "JSON",
|
|
181
|
-
Tar: "tar",
|
|
182
|
-
TarGZip: "tgz",
|
|
183
|
-
YAML: "YAML",
|
|
184
|
-
Zip: "zip",
|
|
185
|
-
};
|
|
186
|
-
export class BatchLimitExceededException extends __BaseException {
|
|
187
|
-
name = "BatchLimitExceededException";
|
|
188
|
-
$fault = "client";
|
|
189
|
-
constructor(opts) {
|
|
190
|
-
super({
|
|
191
|
-
name: "BatchLimitExceededException",
|
|
192
|
-
$fault: "client",
|
|
193
|
-
...opts,
|
|
194
|
-
});
|
|
195
|
-
Object.setPrototypeOf(this, BatchLimitExceededException.prototype);
|
|
196
|
-
}
|
|
197
|
-
}
|
|
198
|
-
export class InvalidApplicationNameException extends __BaseException {
|
|
199
|
-
name = "InvalidApplicationNameException";
|
|
200
|
-
$fault = "client";
|
|
201
|
-
constructor(opts) {
|
|
202
|
-
super({
|
|
203
|
-
name: "InvalidApplicationNameException",
|
|
204
|
-
$fault: "client",
|
|
205
|
-
...opts,
|
|
206
|
-
});
|
|
207
|
-
Object.setPrototypeOf(this, InvalidApplicationNameException.prototype);
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
|
-
export class InvalidRevisionException extends __BaseException {
|
|
211
|
-
name = "InvalidRevisionException";
|
|
212
|
-
$fault = "client";
|
|
213
|
-
constructor(opts) {
|
|
214
|
-
super({
|
|
215
|
-
name: "InvalidRevisionException",
|
|
216
|
-
$fault: "client",
|
|
217
|
-
...opts,
|
|
218
|
-
});
|
|
219
|
-
Object.setPrototypeOf(this, InvalidRevisionException.prototype);
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
|
-
export class RevisionRequiredException extends __BaseException {
|
|
223
|
-
name = "RevisionRequiredException";
|
|
224
|
-
$fault = "client";
|
|
225
|
-
constructor(opts) {
|
|
226
|
-
super({
|
|
227
|
-
name: "RevisionRequiredException",
|
|
228
|
-
$fault: "client",
|
|
229
|
-
...opts,
|
|
230
|
-
});
|
|
231
|
-
Object.setPrototypeOf(this, RevisionRequiredException.prototype);
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
export const DeploymentReadyAction = {
|
|
235
|
-
CONTINUE_DEPLOYMENT: "CONTINUE_DEPLOYMENT",
|
|
236
|
-
STOP_DEPLOYMENT: "STOP_DEPLOYMENT",
|
|
237
|
-
};
|
|
238
|
-
export const GreenFleetProvisioningAction = {
|
|
239
|
-
COPY_AUTO_SCALING_GROUP: "COPY_AUTO_SCALING_GROUP",
|
|
240
|
-
DISCOVER_EXISTING: "DISCOVER_EXISTING",
|
|
241
|
-
};
|
|
242
|
-
export const InstanceAction = {
|
|
243
|
-
KEEP_ALIVE: "KEEP_ALIVE",
|
|
244
|
-
TERMINATE: "TERMINATE",
|
|
245
|
-
};
|
|
246
|
-
export const DeploymentOption = {
|
|
247
|
-
WITHOUT_TRAFFIC_CONTROL: "WITHOUT_TRAFFIC_CONTROL",
|
|
248
|
-
WITH_TRAFFIC_CONTROL: "WITH_TRAFFIC_CONTROL",
|
|
249
|
-
};
|
|
250
|
-
export const DeploymentType = {
|
|
251
|
-
BLUE_GREEN: "BLUE_GREEN",
|
|
252
|
-
IN_PLACE: "IN_PLACE",
|
|
253
|
-
};
|
|
254
|
-
export const EC2TagFilterType = {
|
|
255
|
-
KEY_AND_VALUE: "KEY_AND_VALUE",
|
|
256
|
-
KEY_ONLY: "KEY_ONLY",
|
|
257
|
-
VALUE_ONLY: "VALUE_ONLY",
|
|
258
|
-
};
|
|
259
|
-
export const DeploymentStatus = {
|
|
260
|
-
BAKING: "Baking",
|
|
261
|
-
CREATED: "Created",
|
|
262
|
-
FAILED: "Failed",
|
|
263
|
-
IN_PROGRESS: "InProgress",
|
|
264
|
-
QUEUED: "Queued",
|
|
265
|
-
READY: "Ready",
|
|
266
|
-
STOPPED: "Stopped",
|
|
267
|
-
SUCCEEDED: "Succeeded",
|
|
268
|
-
};
|
|
269
|
-
export const TagFilterType = {
|
|
270
|
-
KEY_AND_VALUE: "KEY_AND_VALUE",
|
|
271
|
-
KEY_ONLY: "KEY_ONLY",
|
|
272
|
-
VALUE_ONLY: "VALUE_ONLY",
|
|
273
|
-
};
|
|
274
|
-
export const OutdatedInstancesStrategy = {
|
|
275
|
-
Ignore: "IGNORE",
|
|
276
|
-
Update: "UPDATE",
|
|
277
|
-
};
|
|
278
|
-
export const TriggerEventType = {
|
|
279
|
-
DEPLOYMENT_FAILURE: "DeploymentFailure",
|
|
280
|
-
DEPLOYMENT_READY: "DeploymentReady",
|
|
281
|
-
DEPLOYMENT_ROLLBACK: "DeploymentRollback",
|
|
282
|
-
DEPLOYMENT_START: "DeploymentStart",
|
|
283
|
-
DEPLOYMENT_STOP: "DeploymentStop",
|
|
284
|
-
DEPLOYMENT_SUCCESS: "DeploymentSuccess",
|
|
285
|
-
INSTANCE_FAILURE: "InstanceFailure",
|
|
286
|
-
INSTANCE_READY: "InstanceReady",
|
|
287
|
-
INSTANCE_START: "InstanceStart",
|
|
288
|
-
INSTANCE_SUCCESS: "InstanceSuccess",
|
|
289
|
-
};
|
|
290
|
-
export class DeploymentConfigDoesNotExistException extends __BaseException {
|
|
291
|
-
name = "DeploymentConfigDoesNotExistException";
|
|
292
|
-
$fault = "client";
|
|
293
|
-
constructor(opts) {
|
|
294
|
-
super({
|
|
295
|
-
name: "DeploymentConfigDoesNotExistException",
|
|
296
|
-
$fault: "client",
|
|
297
|
-
...opts,
|
|
298
|
-
});
|
|
299
|
-
Object.setPrototypeOf(this, DeploymentConfigDoesNotExistException.prototype);
|
|
300
|
-
}
|
|
301
|
-
}
|
|
302
|
-
export class DeploymentGroupNameRequiredException extends __BaseException {
|
|
303
|
-
name = "DeploymentGroupNameRequiredException";
|
|
304
|
-
$fault = "client";
|
|
305
|
-
constructor(opts) {
|
|
306
|
-
super({
|
|
307
|
-
name: "DeploymentGroupNameRequiredException",
|
|
308
|
-
$fault: "client",
|
|
309
|
-
...opts,
|
|
310
|
-
});
|
|
311
|
-
Object.setPrototypeOf(this, DeploymentGroupNameRequiredException.prototype);
|
|
312
|
-
}
|
|
313
|
-
}
|
|
314
|
-
export class InvalidDeploymentGroupNameException extends __BaseException {
|
|
315
|
-
name = "InvalidDeploymentGroupNameException";
|
|
316
|
-
$fault = "client";
|
|
317
|
-
constructor(opts) {
|
|
318
|
-
super({
|
|
319
|
-
name: "InvalidDeploymentGroupNameException",
|
|
320
|
-
$fault: "client",
|
|
321
|
-
...opts,
|
|
322
|
-
});
|
|
323
|
-
Object.setPrototypeOf(this, InvalidDeploymentGroupNameException.prototype);
|
|
324
|
-
}
|
|
325
|
-
}
|
|
326
|
-
export const _InstanceType = {
|
|
327
|
-
BLUE: "Blue",
|
|
328
|
-
GREEN: "Green",
|
|
329
|
-
};
|
|
330
|
-
export const LifecycleErrorCode = {
|
|
331
|
-
SCRIPT_FAILED: "ScriptFailed",
|
|
332
|
-
SCRIPT_MISSING: "ScriptMissing",
|
|
333
|
-
SCRIPT_NOT_EXECUTABLE: "ScriptNotExecutable",
|
|
334
|
-
SCRIPT_TIMED_OUT: "ScriptTimedOut",
|
|
335
|
-
SUCCESS: "Success",
|
|
336
|
-
UNKNOWN_ERROR: "UnknownError",
|
|
337
|
-
};
|
|
338
|
-
export const LifecycleEventStatus = {
|
|
339
|
-
FAILED: "Failed",
|
|
340
|
-
IN_PROGRESS: "InProgress",
|
|
341
|
-
PENDING: "Pending",
|
|
342
|
-
SKIPPED: "Skipped",
|
|
343
|
-
SUCCEEDED: "Succeeded",
|
|
344
|
-
UNKNOWN: "Unknown",
|
|
345
|
-
};
|
|
346
|
-
export const InstanceStatus = {
|
|
347
|
-
FAILED: "Failed",
|
|
348
|
-
IN_PROGRESS: "InProgress",
|
|
349
|
-
PENDING: "Pending",
|
|
350
|
-
READY: "Ready",
|
|
351
|
-
SKIPPED: "Skipped",
|
|
352
|
-
SUCCEEDED: "Succeeded",
|
|
353
|
-
UNKNOWN: "Unknown",
|
|
354
|
-
};
|
|
355
|
-
export class DeploymentDoesNotExistException extends __BaseException {
|
|
356
|
-
name = "DeploymentDoesNotExistException";
|
|
357
|
-
$fault = "client";
|
|
358
|
-
constructor(opts) {
|
|
359
|
-
super({
|
|
360
|
-
name: "DeploymentDoesNotExistException",
|
|
361
|
-
$fault: "client",
|
|
362
|
-
...opts,
|
|
363
|
-
});
|
|
364
|
-
Object.setPrototypeOf(this, DeploymentDoesNotExistException.prototype);
|
|
365
|
-
}
|
|
366
|
-
}
|
|
367
|
-
export class DeploymentIdRequiredException extends __BaseException {
|
|
368
|
-
name = "DeploymentIdRequiredException";
|
|
369
|
-
$fault = "client";
|
|
370
|
-
constructor(opts) {
|
|
371
|
-
super({
|
|
372
|
-
name: "DeploymentIdRequiredException",
|
|
373
|
-
$fault: "client",
|
|
374
|
-
...opts,
|
|
375
|
-
});
|
|
376
|
-
Object.setPrototypeOf(this, DeploymentIdRequiredException.prototype);
|
|
377
|
-
}
|
|
378
|
-
}
|
|
379
|
-
export class InstanceIdRequiredException extends __BaseException {
|
|
380
|
-
name = "InstanceIdRequiredException";
|
|
381
|
-
$fault = "client";
|
|
382
|
-
constructor(opts) {
|
|
383
|
-
super({
|
|
384
|
-
name: "InstanceIdRequiredException",
|
|
385
|
-
$fault: "client",
|
|
386
|
-
...opts,
|
|
387
|
-
});
|
|
388
|
-
Object.setPrototypeOf(this, InstanceIdRequiredException.prototype);
|
|
389
|
-
}
|
|
390
|
-
}
|
|
391
|
-
export class InvalidComputePlatformException extends __BaseException {
|
|
392
|
-
name = "InvalidComputePlatformException";
|
|
393
|
-
$fault = "client";
|
|
394
|
-
constructor(opts) {
|
|
395
|
-
super({
|
|
396
|
-
name: "InvalidComputePlatformException",
|
|
397
|
-
$fault: "client",
|
|
398
|
-
...opts,
|
|
399
|
-
});
|
|
400
|
-
Object.setPrototypeOf(this, InvalidComputePlatformException.prototype);
|
|
401
|
-
}
|
|
402
|
-
}
|
|
403
|
-
export class InvalidDeploymentIdException extends __BaseException {
|
|
404
|
-
name = "InvalidDeploymentIdException";
|
|
405
|
-
$fault = "client";
|
|
406
|
-
constructor(opts) {
|
|
407
|
-
super({
|
|
408
|
-
name: "InvalidDeploymentIdException",
|
|
409
|
-
$fault: "client",
|
|
410
|
-
...opts,
|
|
411
|
-
});
|
|
412
|
-
Object.setPrototypeOf(this, InvalidDeploymentIdException.prototype);
|
|
413
|
-
}
|
|
414
|
-
}
|
|
415
|
-
export const DeploymentCreator = {
|
|
416
|
-
Autoscaling: "autoscaling",
|
|
417
|
-
AutoscalingTermination: "autoscalingTermination",
|
|
418
|
-
CloudFormation: "CloudFormation",
|
|
419
|
-
CloudFormationRollback: "CloudFormationRollback",
|
|
420
|
-
CodeDeploy: "CodeDeploy",
|
|
421
|
-
CodeDeployAutoUpdate: "CodeDeployAutoUpdate",
|
|
422
|
-
CodeDeployRollback: "codeDeployRollback",
|
|
423
|
-
User: "user",
|
|
424
|
-
};
|
|
425
|
-
export const ErrorCode = {
|
|
426
|
-
AGENT_ISSUE: "AGENT_ISSUE",
|
|
427
|
-
ALARM_ACTIVE: "ALARM_ACTIVE",
|
|
428
|
-
APPLICATION_MISSING: "APPLICATION_MISSING",
|
|
429
|
-
AUTOSCALING_VALIDATION_ERROR: "AUTOSCALING_VALIDATION_ERROR",
|
|
430
|
-
AUTO_SCALING_CONFIGURATION: "AUTO_SCALING_CONFIGURATION",
|
|
431
|
-
AUTO_SCALING_IAM_ROLE_PERMISSIONS: "AUTO_SCALING_IAM_ROLE_PERMISSIONS",
|
|
432
|
-
CLOUDFORMATION_STACK_FAILURE: "CLOUDFORMATION_STACK_FAILURE",
|
|
433
|
-
CODEDEPLOY_RESOURCE_CANNOT_BE_FOUND: "CODEDEPLOY_RESOURCE_CANNOT_BE_FOUND",
|
|
434
|
-
CUSTOMER_APPLICATION_UNHEALTHY: "CUSTOMER_APPLICATION_UNHEALTHY",
|
|
435
|
-
DEPLOYMENT_GROUP_MISSING: "DEPLOYMENT_GROUP_MISSING",
|
|
436
|
-
ECS_UPDATE_ERROR: "ECS_UPDATE_ERROR",
|
|
437
|
-
ELASTIC_LOAD_BALANCING_INVALID: "ELASTIC_LOAD_BALANCING_INVALID",
|
|
438
|
-
ELB_INVALID_INSTANCE: "ELB_INVALID_INSTANCE",
|
|
439
|
-
HEALTH_CONSTRAINTS: "HEALTH_CONSTRAINTS",
|
|
440
|
-
HEALTH_CONSTRAINTS_INVALID: "HEALTH_CONSTRAINTS_INVALID",
|
|
441
|
-
HOOK_EXECUTION_FAILURE: "HOOK_EXECUTION_FAILURE",
|
|
442
|
-
IAM_ROLE_MISSING: "IAM_ROLE_MISSING",
|
|
443
|
-
IAM_ROLE_PERMISSIONS: "IAM_ROLE_PERMISSIONS",
|
|
444
|
-
INTERNAL_ERROR: "INTERNAL_ERROR",
|
|
445
|
-
INVALID_ECS_SERVICE: "INVALID_ECS_SERVICE",
|
|
446
|
-
INVALID_LAMBDA_CONFIGURATION: "INVALID_LAMBDA_CONFIGURATION",
|
|
447
|
-
INVALID_LAMBDA_FUNCTION: "INVALID_LAMBDA_FUNCTION",
|
|
448
|
-
INVALID_REVISION: "INVALID_REVISION",
|
|
449
|
-
MANUAL_STOP: "MANUAL_STOP",
|
|
450
|
-
MISSING_BLUE_GREEN_DEPLOYMENT_CONFIGURATION: "MISSING_BLUE_GREEN_DEPLOYMENT_CONFIGURATION",
|
|
451
|
-
MISSING_ELB_INFORMATION: "MISSING_ELB_INFORMATION",
|
|
452
|
-
MISSING_GITHUB_TOKEN: "MISSING_GITHUB_TOKEN",
|
|
453
|
-
NO_EC2_SUBSCRIPTION: "NO_EC2_SUBSCRIPTION",
|
|
454
|
-
NO_INSTANCES: "NO_INSTANCES",
|
|
455
|
-
OVER_MAX_INSTANCES: "OVER_MAX_INSTANCES",
|
|
456
|
-
RESOURCE_LIMIT_EXCEEDED: "RESOURCE_LIMIT_EXCEEDED",
|
|
457
|
-
REVISION_MISSING: "REVISION_MISSING",
|
|
458
|
-
THROTTLED: "THROTTLED",
|
|
459
|
-
TIMEOUT: "TIMEOUT",
|
|
460
|
-
};
|
|
461
|
-
export const FileExistsBehavior = {
|
|
462
|
-
DISALLOW: "DISALLOW",
|
|
463
|
-
OVERWRITE: "OVERWRITE",
|
|
464
|
-
RETAIN: "RETAIN",
|
|
465
|
-
};
|
|
466
|
-
export const TargetStatus = {
|
|
467
|
-
FAILED: "Failed",
|
|
468
|
-
IN_PROGRESS: "InProgress",
|
|
469
|
-
PENDING: "Pending",
|
|
470
|
-
READY: "Ready",
|
|
471
|
-
SKIPPED: "Skipped",
|
|
472
|
-
SUCCEEDED: "Succeeded",
|
|
473
|
-
UNKNOWN: "Unknown",
|
|
474
|
-
};
|
|
475
|
-
export const DeploymentTargetType = {
|
|
476
|
-
CLOUDFORMATION_TARGET: "CloudFormationTarget",
|
|
477
|
-
ECS_TARGET: "ECSTarget",
|
|
478
|
-
INSTANCE_TARGET: "InstanceTarget",
|
|
479
|
-
LAMBDA_TARGET: "LambdaTarget",
|
|
480
|
-
};
|
|
481
|
-
export const TargetLabel = {
|
|
482
|
-
BLUE: "Blue",
|
|
483
|
-
GREEN: "Green",
|
|
484
|
-
};
|
|
485
|
-
export class DeploymentNotStartedException extends __BaseException {
|
|
486
|
-
name = "DeploymentNotStartedException";
|
|
487
|
-
$fault = "client";
|
|
488
|
-
constructor(opts) {
|
|
489
|
-
super({
|
|
490
|
-
name: "DeploymentNotStartedException",
|
|
491
|
-
$fault: "client",
|
|
492
|
-
...opts,
|
|
493
|
-
});
|
|
494
|
-
Object.setPrototypeOf(this, DeploymentNotStartedException.prototype);
|
|
495
|
-
}
|
|
496
|
-
}
|
|
497
|
-
export class DeploymentTargetDoesNotExistException extends __BaseException {
|
|
498
|
-
name = "DeploymentTargetDoesNotExistException";
|
|
499
|
-
$fault = "client";
|
|
500
|
-
constructor(opts) {
|
|
501
|
-
super({
|
|
502
|
-
name: "DeploymentTargetDoesNotExistException",
|
|
503
|
-
$fault: "client",
|
|
504
|
-
...opts,
|
|
505
|
-
});
|
|
506
|
-
Object.setPrototypeOf(this, DeploymentTargetDoesNotExistException.prototype);
|
|
507
|
-
}
|
|
508
|
-
}
|
|
509
|
-
export class DeploymentTargetIdRequiredException extends __BaseException {
|
|
510
|
-
name = "DeploymentTargetIdRequiredException";
|
|
511
|
-
$fault = "client";
|
|
512
|
-
constructor(opts) {
|
|
513
|
-
super({
|
|
514
|
-
name: "DeploymentTargetIdRequiredException",
|
|
515
|
-
$fault: "client",
|
|
516
|
-
...opts,
|
|
517
|
-
});
|
|
518
|
-
Object.setPrototypeOf(this, DeploymentTargetIdRequiredException.prototype);
|
|
519
|
-
}
|
|
520
|
-
}
|
|
521
|
-
export class DeploymentTargetListSizeExceededException extends __BaseException {
|
|
522
|
-
name = "DeploymentTargetListSizeExceededException";
|
|
523
|
-
$fault = "client";
|
|
524
|
-
constructor(opts) {
|
|
525
|
-
super({
|
|
526
|
-
name: "DeploymentTargetListSizeExceededException",
|
|
527
|
-
$fault: "client",
|
|
528
|
-
...opts,
|
|
529
|
-
});
|
|
530
|
-
Object.setPrototypeOf(this, DeploymentTargetListSizeExceededException.prototype);
|
|
531
|
-
}
|
|
532
|
-
}
|
|
533
|
-
export class InstanceDoesNotExistException extends __BaseException {
|
|
534
|
-
name = "InstanceDoesNotExistException";
|
|
535
|
-
$fault = "client";
|
|
536
|
-
constructor(opts) {
|
|
537
|
-
super({
|
|
538
|
-
name: "InstanceDoesNotExistException",
|
|
539
|
-
$fault: "client",
|
|
540
|
-
...opts,
|
|
541
|
-
});
|
|
542
|
-
Object.setPrototypeOf(this, InstanceDoesNotExistException.prototype);
|
|
543
|
-
}
|
|
544
|
-
}
|
|
545
|
-
export class InvalidDeploymentTargetIdException extends __BaseException {
|
|
546
|
-
name = "InvalidDeploymentTargetIdException";
|
|
547
|
-
$fault = "client";
|
|
548
|
-
constructor(opts) {
|
|
549
|
-
super({
|
|
550
|
-
name: "InvalidDeploymentTargetIdException",
|
|
551
|
-
$fault: "client",
|
|
552
|
-
...opts,
|
|
553
|
-
});
|
|
554
|
-
Object.setPrototypeOf(this, InvalidDeploymentTargetIdException.prototype);
|
|
555
|
-
}
|
|
556
|
-
}
|
|
557
|
-
export class BucketNameFilterRequiredException extends __BaseException {
|
|
558
|
-
name = "BucketNameFilterRequiredException";
|
|
559
|
-
$fault = "client";
|
|
560
|
-
constructor(opts) {
|
|
561
|
-
super({
|
|
562
|
-
name: "BucketNameFilterRequiredException",
|
|
563
|
-
$fault: "client",
|
|
564
|
-
...opts,
|
|
565
|
-
});
|
|
566
|
-
Object.setPrototypeOf(this, BucketNameFilterRequiredException.prototype);
|
|
567
|
-
}
|
|
568
|
-
}
|
|
569
|
-
export const DeploymentWaitType = {
|
|
570
|
-
READY_WAIT: "READY_WAIT",
|
|
571
|
-
TERMINATION_WAIT: "TERMINATION_WAIT",
|
|
572
|
-
};
|
|
573
|
-
export class DeploymentAlreadyCompletedException extends __BaseException {
|
|
574
|
-
name = "DeploymentAlreadyCompletedException";
|
|
575
|
-
$fault = "client";
|
|
576
|
-
constructor(opts) {
|
|
577
|
-
super({
|
|
578
|
-
name: "DeploymentAlreadyCompletedException",
|
|
579
|
-
$fault: "client",
|
|
580
|
-
...opts,
|
|
581
|
-
});
|
|
582
|
-
Object.setPrototypeOf(this, DeploymentAlreadyCompletedException.prototype);
|
|
583
|
-
}
|
|
584
|
-
}
|
|
585
|
-
export class DeploymentIsNotInReadyStateException extends __BaseException {
|
|
586
|
-
name = "DeploymentIsNotInReadyStateException";
|
|
587
|
-
$fault = "client";
|
|
588
|
-
constructor(opts) {
|
|
589
|
-
super({
|
|
590
|
-
name: "DeploymentIsNotInReadyStateException",
|
|
591
|
-
$fault: "client",
|
|
592
|
-
...opts,
|
|
593
|
-
});
|
|
594
|
-
Object.setPrototypeOf(this, DeploymentIsNotInReadyStateException.prototype);
|
|
595
|
-
}
|
|
596
|
-
}
|
|
597
|
-
export class InvalidDeploymentStatusException extends __BaseException {
|
|
598
|
-
name = "InvalidDeploymentStatusException";
|
|
599
|
-
$fault = "client";
|
|
600
|
-
constructor(opts) {
|
|
601
|
-
super({
|
|
602
|
-
name: "InvalidDeploymentStatusException",
|
|
603
|
-
$fault: "client",
|
|
604
|
-
...opts,
|
|
605
|
-
});
|
|
606
|
-
Object.setPrototypeOf(this, InvalidDeploymentStatusException.prototype);
|
|
607
|
-
}
|
|
608
|
-
}
|
|
609
|
-
export class InvalidDeploymentWaitTypeException extends __BaseException {
|
|
610
|
-
name = "InvalidDeploymentWaitTypeException";
|
|
611
|
-
$fault = "client";
|
|
612
|
-
constructor(opts) {
|
|
613
|
-
super({
|
|
614
|
-
name: "InvalidDeploymentWaitTypeException",
|
|
615
|
-
$fault: "client",
|
|
616
|
-
...opts,
|
|
617
|
-
});
|
|
618
|
-
Object.setPrototypeOf(this, InvalidDeploymentWaitTypeException.prototype);
|
|
619
|
-
}
|
|
620
|
-
}
|
|
621
|
-
export class UnsupportedActionForDeploymentTypeException extends __BaseException {
|
|
622
|
-
name = "UnsupportedActionForDeploymentTypeException";
|
|
623
|
-
$fault = "client";
|
|
624
|
-
constructor(opts) {
|
|
625
|
-
super({
|
|
626
|
-
name: "UnsupportedActionForDeploymentTypeException",
|
|
627
|
-
$fault: "client",
|
|
628
|
-
...opts,
|
|
629
|
-
});
|
|
630
|
-
Object.setPrototypeOf(this, UnsupportedActionForDeploymentTypeException.prototype);
|
|
631
|
-
}
|
|
632
|
-
}
|
|
633
|
-
export class InvalidTagsToAddException extends __BaseException {
|
|
634
|
-
name = "InvalidTagsToAddException";
|
|
635
|
-
$fault = "client";
|
|
636
|
-
constructor(opts) {
|
|
637
|
-
super({
|
|
638
|
-
name: "InvalidTagsToAddException",
|
|
639
|
-
$fault: "client",
|
|
640
|
-
...opts,
|
|
641
|
-
});
|
|
642
|
-
Object.setPrototypeOf(this, InvalidTagsToAddException.prototype);
|
|
643
|
-
}
|
|
644
|
-
}
|
|
645
|
-
export class DeploymentGroupDoesNotExistException extends __BaseException {
|
|
646
|
-
name = "DeploymentGroupDoesNotExistException";
|
|
647
|
-
$fault = "client";
|
|
648
|
-
constructor(opts) {
|
|
649
|
-
super({
|
|
650
|
-
name: "DeploymentGroupDoesNotExistException",
|
|
651
|
-
$fault: "client",
|
|
652
|
-
...opts,
|
|
653
|
-
});
|
|
654
|
-
Object.setPrototypeOf(this, DeploymentGroupDoesNotExistException.prototype);
|
|
655
|
-
}
|
|
656
|
-
}
|
|
657
|
-
export class DeploymentLimitExceededException extends __BaseException {
|
|
658
|
-
name = "DeploymentLimitExceededException";
|
|
659
|
-
$fault = "client";
|
|
660
|
-
constructor(opts) {
|
|
661
|
-
super({
|
|
662
|
-
name: "DeploymentLimitExceededException",
|
|
663
|
-
$fault: "client",
|
|
664
|
-
...opts,
|
|
665
|
-
});
|
|
666
|
-
Object.setPrototypeOf(this, DeploymentLimitExceededException.prototype);
|
|
667
|
-
}
|
|
668
|
-
}
|
|
669
|
-
export class DescriptionTooLongException extends __BaseException {
|
|
670
|
-
name = "DescriptionTooLongException";
|
|
671
|
-
$fault = "client";
|
|
672
|
-
constructor(opts) {
|
|
673
|
-
super({
|
|
674
|
-
name: "DescriptionTooLongException",
|
|
675
|
-
$fault: "client",
|
|
676
|
-
...opts,
|
|
677
|
-
});
|
|
678
|
-
Object.setPrototypeOf(this, DescriptionTooLongException.prototype);
|
|
679
|
-
}
|
|
680
|
-
}
|
|
681
|
-
export class InvalidAlarmConfigException extends __BaseException {
|
|
682
|
-
name = "InvalidAlarmConfigException";
|
|
683
|
-
$fault = "client";
|
|
684
|
-
constructor(opts) {
|
|
685
|
-
super({
|
|
686
|
-
name: "InvalidAlarmConfigException",
|
|
687
|
-
$fault: "client",
|
|
688
|
-
...opts,
|
|
689
|
-
});
|
|
690
|
-
Object.setPrototypeOf(this, InvalidAlarmConfigException.prototype);
|
|
691
|
-
}
|
|
692
|
-
}
|
|
693
|
-
export class InvalidAutoRollbackConfigException extends __BaseException {
|
|
694
|
-
name = "InvalidAutoRollbackConfigException";
|
|
695
|
-
$fault = "client";
|
|
696
|
-
constructor(opts) {
|
|
697
|
-
super({
|
|
698
|
-
name: "InvalidAutoRollbackConfigException",
|
|
699
|
-
$fault: "client",
|
|
700
|
-
...opts,
|
|
701
|
-
});
|
|
702
|
-
Object.setPrototypeOf(this, InvalidAutoRollbackConfigException.prototype);
|
|
703
|
-
}
|
|
704
|
-
}
|
|
705
|
-
export class InvalidAutoScalingGroupException extends __BaseException {
|
|
706
|
-
name = "InvalidAutoScalingGroupException";
|
|
707
|
-
$fault = "client";
|
|
708
|
-
constructor(opts) {
|
|
709
|
-
super({
|
|
710
|
-
name: "InvalidAutoScalingGroupException",
|
|
711
|
-
$fault: "client",
|
|
712
|
-
...opts,
|
|
713
|
-
});
|
|
714
|
-
Object.setPrototypeOf(this, InvalidAutoScalingGroupException.prototype);
|
|
715
|
-
}
|
|
716
|
-
}
|
|
717
|
-
export class InvalidDeploymentConfigNameException extends __BaseException {
|
|
718
|
-
name = "InvalidDeploymentConfigNameException";
|
|
719
|
-
$fault = "client";
|
|
720
|
-
constructor(opts) {
|
|
721
|
-
super({
|
|
722
|
-
name: "InvalidDeploymentConfigNameException",
|
|
723
|
-
$fault: "client",
|
|
724
|
-
...opts,
|
|
725
|
-
});
|
|
726
|
-
Object.setPrototypeOf(this, InvalidDeploymentConfigNameException.prototype);
|
|
727
|
-
}
|
|
728
|
-
}
|
|
729
|
-
export class InvalidFileExistsBehaviorException extends __BaseException {
|
|
730
|
-
name = "InvalidFileExistsBehaviorException";
|
|
731
|
-
$fault = "client";
|
|
732
|
-
constructor(opts) {
|
|
733
|
-
super({
|
|
734
|
-
name: "InvalidFileExistsBehaviorException",
|
|
735
|
-
$fault: "client",
|
|
736
|
-
...opts,
|
|
737
|
-
});
|
|
738
|
-
Object.setPrototypeOf(this, InvalidFileExistsBehaviorException.prototype);
|
|
739
|
-
}
|
|
740
|
-
}
|
|
741
|
-
export class InvalidGitHubAccountTokenException extends __BaseException {
|
|
742
|
-
name = "InvalidGitHubAccountTokenException";
|
|
743
|
-
$fault = "client";
|
|
744
|
-
constructor(opts) {
|
|
745
|
-
super({
|
|
746
|
-
name: "InvalidGitHubAccountTokenException",
|
|
747
|
-
$fault: "client",
|
|
748
|
-
...opts,
|
|
749
|
-
});
|
|
750
|
-
Object.setPrototypeOf(this, InvalidGitHubAccountTokenException.prototype);
|
|
751
|
-
}
|
|
752
|
-
}
|
|
753
|
-
export class InvalidIgnoreApplicationStopFailuresValueException extends __BaseException {
|
|
754
|
-
name = "InvalidIgnoreApplicationStopFailuresValueException";
|
|
755
|
-
$fault = "client";
|
|
756
|
-
constructor(opts) {
|
|
757
|
-
super({
|
|
758
|
-
name: "InvalidIgnoreApplicationStopFailuresValueException",
|
|
759
|
-
$fault: "client",
|
|
760
|
-
...opts,
|
|
761
|
-
});
|
|
762
|
-
Object.setPrototypeOf(this, InvalidIgnoreApplicationStopFailuresValueException.prototype);
|
|
763
|
-
}
|
|
764
|
-
}
|
|
765
|
-
export class InvalidLoadBalancerInfoException extends __BaseException {
|
|
766
|
-
name = "InvalidLoadBalancerInfoException";
|
|
767
|
-
$fault = "client";
|
|
768
|
-
constructor(opts) {
|
|
769
|
-
super({
|
|
770
|
-
name: "InvalidLoadBalancerInfoException",
|
|
771
|
-
$fault: "client",
|
|
772
|
-
...opts,
|
|
773
|
-
});
|
|
774
|
-
Object.setPrototypeOf(this, InvalidLoadBalancerInfoException.prototype);
|
|
775
|
-
}
|
|
776
|
-
}
|
|
777
|
-
export class InvalidRoleException extends __BaseException {
|
|
778
|
-
name = "InvalidRoleException";
|
|
779
|
-
$fault = "client";
|
|
780
|
-
constructor(opts) {
|
|
781
|
-
super({
|
|
782
|
-
name: "InvalidRoleException",
|
|
783
|
-
$fault: "client",
|
|
784
|
-
...opts,
|
|
785
|
-
});
|
|
786
|
-
Object.setPrototypeOf(this, InvalidRoleException.prototype);
|
|
787
|
-
}
|
|
788
|
-
}
|
|
789
|
-
export class InvalidTargetInstancesException extends __BaseException {
|
|
790
|
-
name = "InvalidTargetInstancesException";
|
|
791
|
-
$fault = "client";
|
|
792
|
-
constructor(opts) {
|
|
793
|
-
super({
|
|
794
|
-
name: "InvalidTargetInstancesException",
|
|
795
|
-
$fault: "client",
|
|
796
|
-
...opts,
|
|
797
|
-
});
|
|
798
|
-
Object.setPrototypeOf(this, InvalidTargetInstancesException.prototype);
|
|
799
|
-
}
|
|
800
|
-
}
|
|
801
|
-
export class InvalidTrafficRoutingConfigurationException extends __BaseException {
|
|
802
|
-
name = "InvalidTrafficRoutingConfigurationException";
|
|
803
|
-
$fault = "client";
|
|
804
|
-
constructor(opts) {
|
|
805
|
-
super({
|
|
806
|
-
name: "InvalidTrafficRoutingConfigurationException",
|
|
807
|
-
$fault: "client",
|
|
808
|
-
...opts,
|
|
809
|
-
});
|
|
810
|
-
Object.setPrototypeOf(this, InvalidTrafficRoutingConfigurationException.prototype);
|
|
811
|
-
}
|
|
812
|
-
}
|
|
813
|
-
export class InvalidUpdateOutdatedInstancesOnlyValueException extends __BaseException {
|
|
814
|
-
name = "InvalidUpdateOutdatedInstancesOnlyValueException";
|
|
815
|
-
$fault = "client";
|
|
816
|
-
constructor(opts) {
|
|
817
|
-
super({
|
|
818
|
-
name: "InvalidUpdateOutdatedInstancesOnlyValueException",
|
|
819
|
-
$fault: "client",
|
|
820
|
-
...opts,
|
|
821
|
-
});
|
|
822
|
-
Object.setPrototypeOf(this, InvalidUpdateOutdatedInstancesOnlyValueException.prototype);
|
|
823
|
-
}
|
|
824
|
-
}
|
|
825
|
-
export class RevisionDoesNotExistException extends __BaseException {
|
|
826
|
-
name = "RevisionDoesNotExistException";
|
|
827
|
-
$fault = "client";
|
|
828
|
-
constructor(opts) {
|
|
829
|
-
super({
|
|
830
|
-
name: "RevisionDoesNotExistException",
|
|
831
|
-
$fault: "client",
|
|
832
|
-
...opts,
|
|
833
|
-
});
|
|
834
|
-
Object.setPrototypeOf(this, RevisionDoesNotExistException.prototype);
|
|
835
|
-
}
|
|
836
|
-
}
|
|
837
|
-
export class ThrottlingException extends __BaseException {
|
|
838
|
-
name = "ThrottlingException";
|
|
839
|
-
$fault = "client";
|
|
840
|
-
constructor(opts) {
|
|
841
|
-
super({
|
|
842
|
-
name: "ThrottlingException",
|
|
843
|
-
$fault: "client",
|
|
844
|
-
...opts,
|
|
845
|
-
});
|
|
846
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
847
|
-
}
|
|
848
|
-
}
|
|
849
|
-
export const MinimumHealthyHostsType = {
|
|
850
|
-
FLEET_PERCENT: "FLEET_PERCENT",
|
|
851
|
-
HOST_COUNT: "HOST_COUNT",
|
|
852
|
-
};
|
|
853
|
-
export const TrafficRoutingType = {
|
|
854
|
-
AllAtOnce: "AllAtOnce",
|
|
855
|
-
TimeBasedCanary: "TimeBasedCanary",
|
|
856
|
-
TimeBasedLinear: "TimeBasedLinear",
|
|
857
|
-
};
|
|
858
|
-
export const MinimumHealthyHostsPerZoneType = {
|
|
859
|
-
FLEET_PERCENT: "FLEET_PERCENT",
|
|
860
|
-
HOST_COUNT: "HOST_COUNT",
|
|
861
|
-
};
|
|
862
|
-
export class DeploymentConfigAlreadyExistsException extends __BaseException {
|
|
863
|
-
name = "DeploymentConfigAlreadyExistsException";
|
|
864
|
-
$fault = "client";
|
|
865
|
-
constructor(opts) {
|
|
866
|
-
super({
|
|
867
|
-
name: "DeploymentConfigAlreadyExistsException",
|
|
868
|
-
$fault: "client",
|
|
869
|
-
...opts,
|
|
870
|
-
});
|
|
871
|
-
Object.setPrototypeOf(this, DeploymentConfigAlreadyExistsException.prototype);
|
|
872
|
-
}
|
|
873
|
-
}
|
|
874
|
-
export class DeploymentConfigLimitExceededException extends __BaseException {
|
|
875
|
-
name = "DeploymentConfigLimitExceededException";
|
|
876
|
-
$fault = "client";
|
|
877
|
-
constructor(opts) {
|
|
878
|
-
super({
|
|
879
|
-
name: "DeploymentConfigLimitExceededException",
|
|
880
|
-
$fault: "client",
|
|
881
|
-
...opts,
|
|
882
|
-
});
|
|
883
|
-
Object.setPrototypeOf(this, DeploymentConfigLimitExceededException.prototype);
|
|
884
|
-
}
|
|
885
|
-
}
|
|
886
|
-
export class DeploymentConfigNameRequiredException extends __BaseException {
|
|
887
|
-
name = "DeploymentConfigNameRequiredException";
|
|
888
|
-
$fault = "client";
|
|
889
|
-
constructor(opts) {
|
|
890
|
-
super({
|
|
891
|
-
name: "DeploymentConfigNameRequiredException",
|
|
892
|
-
$fault: "client",
|
|
893
|
-
...opts,
|
|
894
|
-
});
|
|
895
|
-
Object.setPrototypeOf(this, DeploymentConfigNameRequiredException.prototype);
|
|
896
|
-
}
|
|
897
|
-
}
|
|
898
|
-
export class InvalidMinimumHealthyHostValueException extends __BaseException {
|
|
899
|
-
name = "InvalidMinimumHealthyHostValueException";
|
|
900
|
-
$fault = "client";
|
|
901
|
-
constructor(opts) {
|
|
902
|
-
super({
|
|
903
|
-
name: "InvalidMinimumHealthyHostValueException",
|
|
904
|
-
$fault: "client",
|
|
905
|
-
...opts,
|
|
906
|
-
});
|
|
907
|
-
Object.setPrototypeOf(this, InvalidMinimumHealthyHostValueException.prototype);
|
|
908
|
-
}
|
|
909
|
-
}
|
|
910
|
-
export class InvalidZonalDeploymentConfigurationException extends __BaseException {
|
|
911
|
-
name = "InvalidZonalDeploymentConfigurationException";
|
|
912
|
-
$fault = "client";
|
|
913
|
-
constructor(opts) {
|
|
914
|
-
super({
|
|
915
|
-
name: "InvalidZonalDeploymentConfigurationException",
|
|
916
|
-
$fault: "client",
|
|
917
|
-
...opts,
|
|
918
|
-
});
|
|
919
|
-
Object.setPrototypeOf(this, InvalidZonalDeploymentConfigurationException.prototype);
|
|
920
|
-
}
|
|
921
|
-
}
|
|
922
|
-
export class DeploymentGroupAlreadyExistsException extends __BaseException {
|
|
923
|
-
name = "DeploymentGroupAlreadyExistsException";
|
|
924
|
-
$fault = "client";
|
|
925
|
-
constructor(opts) {
|
|
926
|
-
super({
|
|
927
|
-
name: "DeploymentGroupAlreadyExistsException",
|
|
928
|
-
$fault: "client",
|
|
929
|
-
...opts,
|
|
930
|
-
});
|
|
931
|
-
Object.setPrototypeOf(this, DeploymentGroupAlreadyExistsException.prototype);
|
|
932
|
-
}
|
|
933
|
-
}
|
|
934
|
-
export class DeploymentGroupLimitExceededException extends __BaseException {
|
|
935
|
-
name = "DeploymentGroupLimitExceededException";
|
|
936
|
-
$fault = "client";
|
|
937
|
-
constructor(opts) {
|
|
938
|
-
super({
|
|
939
|
-
name: "DeploymentGroupLimitExceededException",
|
|
940
|
-
$fault: "client",
|
|
941
|
-
...opts,
|
|
942
|
-
});
|
|
943
|
-
Object.setPrototypeOf(this, DeploymentGroupLimitExceededException.prototype);
|
|
944
|
-
}
|
|
945
|
-
}
|
|
946
|
-
export class ECSServiceMappingLimitExceededException extends __BaseException {
|
|
947
|
-
name = "ECSServiceMappingLimitExceededException";
|
|
948
|
-
$fault = "client";
|
|
949
|
-
constructor(opts) {
|
|
950
|
-
super({
|
|
951
|
-
name: "ECSServiceMappingLimitExceededException",
|
|
952
|
-
$fault: "client",
|
|
953
|
-
...opts,
|
|
954
|
-
});
|
|
955
|
-
Object.setPrototypeOf(this, ECSServiceMappingLimitExceededException.prototype);
|
|
956
|
-
}
|
|
957
|
-
}
|
|
958
|
-
export class InvalidBlueGreenDeploymentConfigurationException extends __BaseException {
|
|
959
|
-
name = "InvalidBlueGreenDeploymentConfigurationException";
|
|
960
|
-
$fault = "client";
|
|
961
|
-
constructor(opts) {
|
|
962
|
-
super({
|
|
963
|
-
name: "InvalidBlueGreenDeploymentConfigurationException",
|
|
964
|
-
$fault: "client",
|
|
965
|
-
...opts,
|
|
966
|
-
});
|
|
967
|
-
Object.setPrototypeOf(this, InvalidBlueGreenDeploymentConfigurationException.prototype);
|
|
968
|
-
}
|
|
969
|
-
}
|
|
970
|
-
export class InvalidDeploymentStyleException extends __BaseException {
|
|
971
|
-
name = "InvalidDeploymentStyleException";
|
|
972
|
-
$fault = "client";
|
|
973
|
-
constructor(opts) {
|
|
974
|
-
super({
|
|
975
|
-
name: "InvalidDeploymentStyleException",
|
|
976
|
-
$fault: "client",
|
|
977
|
-
...opts,
|
|
978
|
-
});
|
|
979
|
-
Object.setPrototypeOf(this, InvalidDeploymentStyleException.prototype);
|
|
980
|
-
}
|
|
981
|
-
}
|
|
982
|
-
export class InvalidEC2TagCombinationException extends __BaseException {
|
|
983
|
-
name = "InvalidEC2TagCombinationException";
|
|
984
|
-
$fault = "client";
|
|
985
|
-
constructor(opts) {
|
|
986
|
-
super({
|
|
987
|
-
name: "InvalidEC2TagCombinationException",
|
|
988
|
-
$fault: "client",
|
|
989
|
-
...opts,
|
|
990
|
-
});
|
|
991
|
-
Object.setPrototypeOf(this, InvalidEC2TagCombinationException.prototype);
|
|
992
|
-
}
|
|
993
|
-
}
|
|
994
|
-
export class InvalidEC2TagException extends __BaseException {
|
|
995
|
-
name = "InvalidEC2TagException";
|
|
996
|
-
$fault = "client";
|
|
997
|
-
constructor(opts) {
|
|
998
|
-
super({
|
|
999
|
-
name: "InvalidEC2TagException",
|
|
1000
|
-
$fault: "client",
|
|
1001
|
-
...opts,
|
|
1002
|
-
});
|
|
1003
|
-
Object.setPrototypeOf(this, InvalidEC2TagException.prototype);
|
|
1004
|
-
}
|
|
1005
|
-
}
|
|
1006
|
-
export class InvalidECSServiceException extends __BaseException {
|
|
1007
|
-
name = "InvalidECSServiceException";
|
|
1008
|
-
$fault = "client";
|
|
1009
|
-
constructor(opts) {
|
|
1010
|
-
super({
|
|
1011
|
-
name: "InvalidECSServiceException",
|
|
1012
|
-
$fault: "client",
|
|
1013
|
-
...opts,
|
|
1014
|
-
});
|
|
1015
|
-
Object.setPrototypeOf(this, InvalidECSServiceException.prototype);
|
|
1016
|
-
}
|
|
1017
|
-
}
|
|
1018
|
-
export class InvalidInputException extends __BaseException {
|
|
1019
|
-
name = "InvalidInputException";
|
|
1020
|
-
$fault = "client";
|
|
1021
|
-
constructor(opts) {
|
|
1022
|
-
super({
|
|
1023
|
-
name: "InvalidInputException",
|
|
1024
|
-
$fault: "client",
|
|
1025
|
-
...opts,
|
|
1026
|
-
});
|
|
1027
|
-
Object.setPrototypeOf(this, InvalidInputException.prototype);
|
|
1028
|
-
}
|
|
1029
|
-
}
|
|
1030
|
-
export class InvalidOnPremisesTagCombinationException extends __BaseException {
|
|
1031
|
-
name = "InvalidOnPremisesTagCombinationException";
|
|
1032
|
-
$fault = "client";
|
|
1033
|
-
constructor(opts) {
|
|
1034
|
-
super({
|
|
1035
|
-
name: "InvalidOnPremisesTagCombinationException",
|
|
1036
|
-
$fault: "client",
|
|
1037
|
-
...opts,
|
|
1038
|
-
});
|
|
1039
|
-
Object.setPrototypeOf(this, InvalidOnPremisesTagCombinationException.prototype);
|
|
1040
|
-
}
|
|
1041
|
-
}
|
|
1042
|
-
export class InvalidTargetGroupPairException extends __BaseException {
|
|
1043
|
-
name = "InvalidTargetGroupPairException";
|
|
1044
|
-
$fault = "client";
|
|
1045
|
-
constructor(opts) {
|
|
1046
|
-
super({
|
|
1047
|
-
name: "InvalidTargetGroupPairException",
|
|
1048
|
-
$fault: "client",
|
|
1049
|
-
...opts,
|
|
1050
|
-
});
|
|
1051
|
-
Object.setPrototypeOf(this, InvalidTargetGroupPairException.prototype);
|
|
1052
|
-
}
|
|
1053
|
-
}
|
|
1054
|
-
export class InvalidTriggerConfigException extends __BaseException {
|
|
1055
|
-
name = "InvalidTriggerConfigException";
|
|
1056
|
-
$fault = "client";
|
|
1057
|
-
constructor(opts) {
|
|
1058
|
-
super({
|
|
1059
|
-
name: "InvalidTriggerConfigException",
|
|
1060
|
-
$fault: "client",
|
|
1061
|
-
...opts,
|
|
1062
|
-
});
|
|
1063
|
-
Object.setPrototypeOf(this, InvalidTriggerConfigException.prototype);
|
|
1064
|
-
}
|
|
1065
|
-
}
|
|
1066
|
-
export class LifecycleHookLimitExceededException extends __BaseException {
|
|
1067
|
-
name = "LifecycleHookLimitExceededException";
|
|
1068
|
-
$fault = "client";
|
|
1069
|
-
constructor(opts) {
|
|
1070
|
-
super({
|
|
1071
|
-
name: "LifecycleHookLimitExceededException",
|
|
1072
|
-
$fault: "client",
|
|
1073
|
-
...opts,
|
|
1074
|
-
});
|
|
1075
|
-
Object.setPrototypeOf(this, LifecycleHookLimitExceededException.prototype);
|
|
1076
|
-
}
|
|
1077
|
-
}
|
|
1078
|
-
export class RoleRequiredException extends __BaseException {
|
|
1079
|
-
name = "RoleRequiredException";
|
|
1080
|
-
$fault = "client";
|
|
1081
|
-
constructor(opts) {
|
|
1082
|
-
super({
|
|
1083
|
-
name: "RoleRequiredException",
|
|
1084
|
-
$fault: "client",
|
|
1085
|
-
...opts,
|
|
1086
|
-
});
|
|
1087
|
-
Object.setPrototypeOf(this, RoleRequiredException.prototype);
|
|
1088
|
-
}
|
|
1089
|
-
}
|
|
1090
|
-
export class TagSetListLimitExceededException extends __BaseException {
|
|
1091
|
-
name = "TagSetListLimitExceededException";
|
|
1092
|
-
$fault = "client";
|
|
1093
|
-
constructor(opts) {
|
|
1094
|
-
super({
|
|
1095
|
-
name: "TagSetListLimitExceededException",
|
|
1096
|
-
$fault: "client",
|
|
1097
|
-
...opts,
|
|
1098
|
-
});
|
|
1099
|
-
Object.setPrototypeOf(this, TagSetListLimitExceededException.prototype);
|
|
1100
|
-
}
|
|
1101
|
-
}
|
|
1102
|
-
export class TriggerTargetsLimitExceededException extends __BaseException {
|
|
1103
|
-
name = "TriggerTargetsLimitExceededException";
|
|
1104
|
-
$fault = "client";
|
|
1105
|
-
constructor(opts) {
|
|
1106
|
-
super({
|
|
1107
|
-
name: "TriggerTargetsLimitExceededException",
|
|
1108
|
-
$fault: "client",
|
|
1109
|
-
...opts,
|
|
1110
|
-
});
|
|
1111
|
-
Object.setPrototypeOf(this, TriggerTargetsLimitExceededException.prototype);
|
|
1112
|
-
}
|
|
1113
|
-
}
|
|
1114
|
-
export class DeploymentConfigInUseException extends __BaseException {
|
|
1115
|
-
name = "DeploymentConfigInUseException";
|
|
1116
|
-
$fault = "client";
|
|
1117
|
-
constructor(opts) {
|
|
1118
|
-
super({
|
|
1119
|
-
name: "DeploymentConfigInUseException",
|
|
1120
|
-
$fault: "client",
|
|
1121
|
-
...opts,
|
|
1122
|
-
});
|
|
1123
|
-
Object.setPrototypeOf(this, DeploymentConfigInUseException.prototype);
|
|
1124
|
-
}
|
|
1125
|
-
}
|
|
1126
|
-
export class InvalidOperationException extends __BaseException {
|
|
1127
|
-
name = "InvalidOperationException";
|
|
1128
|
-
$fault = "client";
|
|
1129
|
-
constructor(opts) {
|
|
1130
|
-
super({
|
|
1131
|
-
name: "InvalidOperationException",
|
|
1132
|
-
$fault: "client",
|
|
1133
|
-
...opts,
|
|
1134
|
-
});
|
|
1135
|
-
Object.setPrototypeOf(this, InvalidOperationException.prototype);
|
|
1136
|
-
}
|
|
1137
|
-
}
|
|
1138
|
-
export class GitHubAccountTokenDoesNotExistException extends __BaseException {
|
|
1139
|
-
name = "GitHubAccountTokenDoesNotExistException";
|
|
1140
|
-
$fault = "client";
|
|
1141
|
-
constructor(opts) {
|
|
1142
|
-
super({
|
|
1143
|
-
name: "GitHubAccountTokenDoesNotExistException",
|
|
1144
|
-
$fault: "client",
|
|
1145
|
-
...opts,
|
|
1146
|
-
});
|
|
1147
|
-
Object.setPrototypeOf(this, GitHubAccountTokenDoesNotExistException.prototype);
|
|
1148
|
-
}
|
|
1149
|
-
}
|
|
1150
|
-
export class GitHubAccountTokenNameRequiredException extends __BaseException {
|
|
1151
|
-
name = "GitHubAccountTokenNameRequiredException";
|
|
1152
|
-
$fault = "client";
|
|
1153
|
-
constructor(opts) {
|
|
1154
|
-
super({
|
|
1155
|
-
name: "GitHubAccountTokenNameRequiredException",
|
|
1156
|
-
$fault: "client",
|
|
1157
|
-
...opts,
|
|
1158
|
-
});
|
|
1159
|
-
Object.setPrototypeOf(this, GitHubAccountTokenNameRequiredException.prototype);
|
|
1160
|
-
}
|
|
1161
|
-
}
|
|
1162
|
-
export class InvalidGitHubAccountTokenNameException extends __BaseException {
|
|
1163
|
-
name = "InvalidGitHubAccountTokenNameException";
|
|
1164
|
-
$fault = "client";
|
|
1165
|
-
constructor(opts) {
|
|
1166
|
-
super({
|
|
1167
|
-
name: "InvalidGitHubAccountTokenNameException",
|
|
1168
|
-
$fault: "client",
|
|
1169
|
-
...opts,
|
|
1170
|
-
});
|
|
1171
|
-
Object.setPrototypeOf(this, InvalidGitHubAccountTokenNameException.prototype);
|
|
1172
|
-
}
|
|
1173
|
-
}
|
|
1174
|
-
export class OperationNotSupportedException extends __BaseException {
|
|
1175
|
-
name = "OperationNotSupportedException";
|
|
1176
|
-
$fault = "client";
|
|
1177
|
-
constructor(opts) {
|
|
1178
|
-
super({
|
|
1179
|
-
name: "OperationNotSupportedException",
|
|
1180
|
-
$fault: "client",
|
|
1181
|
-
...opts,
|
|
1182
|
-
});
|
|
1183
|
-
Object.setPrototypeOf(this, OperationNotSupportedException.prototype);
|
|
1184
|
-
}
|
|
1185
|
-
}
|
|
1186
|
-
export class ResourceValidationException extends __BaseException {
|
|
1187
|
-
name = "ResourceValidationException";
|
|
1188
|
-
$fault = "client";
|
|
1189
|
-
constructor(opts) {
|
|
1190
|
-
super({
|
|
1191
|
-
name: "ResourceValidationException",
|
|
1192
|
-
$fault: "client",
|
|
1193
|
-
...opts,
|
|
1194
|
-
});
|
|
1195
|
-
Object.setPrototypeOf(this, ResourceValidationException.prototype);
|
|
1196
|
-
}
|
|
1197
|
-
}
|
|
1198
|
-
export class InvalidBucketNameFilterException extends __BaseException {
|
|
1199
|
-
name = "InvalidBucketNameFilterException";
|
|
1200
|
-
$fault = "client";
|
|
1201
|
-
constructor(opts) {
|
|
1202
|
-
super({
|
|
1203
|
-
name: "InvalidBucketNameFilterException",
|
|
1204
|
-
$fault: "client",
|
|
1205
|
-
...opts,
|
|
1206
|
-
});
|
|
1207
|
-
Object.setPrototypeOf(this, InvalidBucketNameFilterException.prototype);
|
|
1208
|
-
}
|
|
1209
|
-
}
|
|
1210
|
-
export class InvalidDeployedStateFilterException extends __BaseException {
|
|
1211
|
-
name = "InvalidDeployedStateFilterException";
|
|
1212
|
-
$fault = "client";
|
|
1213
|
-
constructor(opts) {
|
|
1214
|
-
super({
|
|
1215
|
-
name: "InvalidDeployedStateFilterException",
|
|
1216
|
-
$fault: "client",
|
|
1217
|
-
...opts,
|
|
1218
|
-
});
|
|
1219
|
-
Object.setPrototypeOf(this, InvalidDeployedStateFilterException.prototype);
|
|
1220
|
-
}
|
|
1221
|
-
}
|
|
1222
|
-
export class InvalidKeyPrefixFilterException extends __BaseException {
|
|
1223
|
-
name = "InvalidKeyPrefixFilterException";
|
|
1224
|
-
$fault = "client";
|
|
1225
|
-
constructor(opts) {
|
|
1226
|
-
super({
|
|
1227
|
-
name: "InvalidKeyPrefixFilterException",
|
|
1228
|
-
$fault: "client",
|
|
1229
|
-
...opts,
|
|
1230
|
-
});
|
|
1231
|
-
Object.setPrototypeOf(this, InvalidKeyPrefixFilterException.prototype);
|
|
1232
|
-
}
|
|
1233
|
-
}
|
|
1234
|
-
export class InvalidNextTokenException extends __BaseException {
|
|
1235
|
-
name = "InvalidNextTokenException";
|
|
1236
|
-
$fault = "client";
|
|
1237
|
-
constructor(opts) {
|
|
1238
|
-
super({
|
|
1239
|
-
name: "InvalidNextTokenException",
|
|
1240
|
-
$fault: "client",
|
|
1241
|
-
...opts,
|
|
1242
|
-
});
|
|
1243
|
-
Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
|
|
1244
|
-
}
|
|
1245
|
-
}
|
|
1246
|
-
export class InvalidSortByException extends __BaseException {
|
|
1247
|
-
name = "InvalidSortByException";
|
|
1248
|
-
$fault = "client";
|
|
1249
|
-
constructor(opts) {
|
|
1250
|
-
super({
|
|
1251
|
-
name: "InvalidSortByException",
|
|
1252
|
-
$fault: "client",
|
|
1253
|
-
...opts,
|
|
1254
|
-
});
|
|
1255
|
-
Object.setPrototypeOf(this, InvalidSortByException.prototype);
|
|
1256
|
-
}
|
|
1257
|
-
}
|
|
1258
|
-
export class InvalidSortOrderException extends __BaseException {
|
|
1259
|
-
name = "InvalidSortOrderException";
|
|
1260
|
-
$fault = "client";
|
|
1261
|
-
constructor(opts) {
|
|
1262
|
-
super({
|
|
1263
|
-
name: "InvalidSortOrderException",
|
|
1264
|
-
$fault: "client",
|
|
1265
|
-
...opts,
|
|
1266
|
-
});
|
|
1267
|
-
Object.setPrototypeOf(this, InvalidSortOrderException.prototype);
|
|
1268
|
-
}
|
|
1269
|
-
}
|
|
1270
|
-
export const ListStateFilterAction = {
|
|
1271
|
-
Exclude: "exclude",
|
|
1272
|
-
Ignore: "ignore",
|
|
1273
|
-
Include: "include",
|
|
1274
|
-
};
|
|
1275
|
-
export const SortOrder = {
|
|
1276
|
-
Ascending: "ascending",
|
|
1277
|
-
Descending: "descending",
|
|
1278
|
-
};
|
|
1279
|
-
export class InvalidDeploymentInstanceTypeException extends __BaseException {
|
|
1280
|
-
name = "InvalidDeploymentInstanceTypeException";
|
|
1281
|
-
$fault = "client";
|
|
1282
|
-
constructor(opts) {
|
|
1283
|
-
super({
|
|
1284
|
-
name: "InvalidDeploymentInstanceTypeException",
|
|
1285
|
-
$fault: "client",
|
|
1286
|
-
...opts,
|
|
1287
|
-
});
|
|
1288
|
-
Object.setPrototypeOf(this, InvalidDeploymentInstanceTypeException.prototype);
|
|
1289
|
-
}
|
|
1290
|
-
}
|
|
1291
|
-
export class InvalidInstanceStatusException extends __BaseException {
|
|
1292
|
-
name = "InvalidInstanceStatusException";
|
|
1293
|
-
$fault = "client";
|
|
1294
|
-
constructor(opts) {
|
|
1295
|
-
super({
|
|
1296
|
-
name: "InvalidInstanceStatusException",
|
|
1297
|
-
$fault: "client",
|
|
1298
|
-
...opts,
|
|
1299
|
-
});
|
|
1300
|
-
Object.setPrototypeOf(this, InvalidInstanceStatusException.prototype);
|
|
1301
|
-
}
|
|
1302
|
-
}
|
|
1303
|
-
export class InvalidInstanceTypeException extends __BaseException {
|
|
1304
|
-
name = "InvalidInstanceTypeException";
|
|
1305
|
-
$fault = "client";
|
|
1306
|
-
constructor(opts) {
|
|
1307
|
-
super({
|
|
1308
|
-
name: "InvalidInstanceTypeException",
|
|
1309
|
-
$fault: "client",
|
|
1310
|
-
...opts,
|
|
1311
|
-
});
|
|
1312
|
-
Object.setPrototypeOf(this, InvalidInstanceTypeException.prototype);
|
|
1313
|
-
}
|
|
1314
|
-
}
|
|
1315
|
-
export class InvalidTargetFilterNameException extends __BaseException {
|
|
1316
|
-
name = "InvalidTargetFilterNameException";
|
|
1317
|
-
$fault = "client";
|
|
1318
|
-
constructor(opts) {
|
|
1319
|
-
super({
|
|
1320
|
-
name: "InvalidTargetFilterNameException",
|
|
1321
|
-
$fault: "client",
|
|
1322
|
-
...opts,
|
|
1323
|
-
});
|
|
1324
|
-
Object.setPrototypeOf(this, InvalidTargetFilterNameException.prototype);
|
|
1325
|
-
}
|
|
1326
|
-
}
|
|
1327
|
-
export class InvalidExternalIdException extends __BaseException {
|
|
1328
|
-
name = "InvalidExternalIdException";
|
|
1329
|
-
$fault = "client";
|
|
1330
|
-
constructor(opts) {
|
|
1331
|
-
super({
|
|
1332
|
-
name: "InvalidExternalIdException",
|
|
1333
|
-
$fault: "client",
|
|
1334
|
-
...opts,
|
|
1335
|
-
});
|
|
1336
|
-
Object.setPrototypeOf(this, InvalidExternalIdException.prototype);
|
|
1337
|
-
}
|
|
1338
|
-
}
|
|
1339
|
-
export class InvalidTimeRangeException extends __BaseException {
|
|
1340
|
-
name = "InvalidTimeRangeException";
|
|
1341
|
-
$fault = "client";
|
|
1342
|
-
constructor(opts) {
|
|
1343
|
-
super({
|
|
1344
|
-
name: "InvalidTimeRangeException",
|
|
1345
|
-
$fault: "client",
|
|
1346
|
-
...opts,
|
|
1347
|
-
});
|
|
1348
|
-
Object.setPrototypeOf(this, InvalidTimeRangeException.prototype);
|
|
1349
|
-
}
|
|
1350
|
-
}
|
|
1351
|
-
export const TargetFilterName = {
|
|
1352
|
-
SERVER_INSTANCE_LABEL: "ServerInstanceLabel",
|
|
1353
|
-
TARGET_STATUS: "TargetStatus",
|
|
1354
|
-
};
|
|
1355
|
-
export class InvalidRegistrationStatusException extends __BaseException {
|
|
1356
|
-
name = "InvalidRegistrationStatusException";
|
|
1357
|
-
$fault = "client";
|
|
1358
|
-
constructor(opts) {
|
|
1359
|
-
super({
|
|
1360
|
-
name: "InvalidRegistrationStatusException",
|
|
1361
|
-
$fault: "client",
|
|
1362
|
-
...opts,
|
|
1363
|
-
});
|
|
1364
|
-
Object.setPrototypeOf(this, InvalidRegistrationStatusException.prototype);
|
|
1365
|
-
}
|
|
1366
|
-
}
|
|
1367
|
-
export class InvalidTagFilterException extends __BaseException {
|
|
1368
|
-
name = "InvalidTagFilterException";
|
|
1369
|
-
$fault = "client";
|
|
1370
|
-
constructor(opts) {
|
|
1371
|
-
super({
|
|
1372
|
-
name: "InvalidTagFilterException",
|
|
1373
|
-
$fault: "client",
|
|
1374
|
-
...opts,
|
|
1375
|
-
});
|
|
1376
|
-
Object.setPrototypeOf(this, InvalidTagFilterException.prototype);
|
|
1377
|
-
}
|
|
1378
|
-
}
|
|
1379
|
-
export const RegistrationStatus = {
|
|
1380
|
-
Deregistered: "Deregistered",
|
|
1381
|
-
Registered: "Registered",
|
|
1382
|
-
};
|
|
1383
|
-
export class InvalidArnException extends __BaseException {
|
|
1384
|
-
name = "InvalidArnException";
|
|
1385
|
-
$fault = "client";
|
|
1386
|
-
constructor(opts) {
|
|
1387
|
-
super({
|
|
1388
|
-
name: "InvalidArnException",
|
|
1389
|
-
$fault: "client",
|
|
1390
|
-
...opts,
|
|
1391
|
-
});
|
|
1392
|
-
Object.setPrototypeOf(this, InvalidArnException.prototype);
|
|
1393
|
-
}
|
|
1394
|
-
}
|
|
1395
|
-
export class ResourceArnRequiredException extends __BaseException {
|
|
1396
|
-
name = "ResourceArnRequiredException";
|
|
1397
|
-
$fault = "client";
|
|
1398
|
-
constructor(opts) {
|
|
1399
|
-
super({
|
|
1400
|
-
name: "ResourceArnRequiredException",
|
|
1401
|
-
$fault: "client",
|
|
1402
|
-
...opts,
|
|
1403
|
-
});
|
|
1404
|
-
Object.setPrototypeOf(this, ResourceArnRequiredException.prototype);
|
|
1405
|
-
}
|
|
1406
|
-
}
|
|
1407
|
-
export class InvalidLifecycleEventHookExecutionIdException extends __BaseException {
|
|
1408
|
-
name = "InvalidLifecycleEventHookExecutionIdException";
|
|
1409
|
-
$fault = "client";
|
|
1410
|
-
constructor(opts) {
|
|
1411
|
-
super({
|
|
1412
|
-
name: "InvalidLifecycleEventHookExecutionIdException",
|
|
1413
|
-
$fault: "client",
|
|
1414
|
-
...opts,
|
|
1415
|
-
});
|
|
1416
|
-
Object.setPrototypeOf(this, InvalidLifecycleEventHookExecutionIdException.prototype);
|
|
1417
|
-
}
|
|
1418
|
-
}
|
|
1419
|
-
export class InvalidLifecycleEventHookExecutionStatusException extends __BaseException {
|
|
1420
|
-
name = "InvalidLifecycleEventHookExecutionStatusException";
|
|
1421
|
-
$fault = "client";
|
|
1422
|
-
constructor(opts) {
|
|
1423
|
-
super({
|
|
1424
|
-
name: "InvalidLifecycleEventHookExecutionStatusException",
|
|
1425
|
-
$fault: "client",
|
|
1426
|
-
...opts,
|
|
1427
|
-
});
|
|
1428
|
-
Object.setPrototypeOf(this, InvalidLifecycleEventHookExecutionStatusException.prototype);
|
|
1429
|
-
}
|
|
1430
|
-
}
|
|
1431
|
-
export class LifecycleEventAlreadyCompletedException extends __BaseException {
|
|
1432
|
-
name = "LifecycleEventAlreadyCompletedException";
|
|
1433
|
-
$fault = "client";
|
|
1434
|
-
constructor(opts) {
|
|
1435
|
-
super({
|
|
1436
|
-
name: "LifecycleEventAlreadyCompletedException",
|
|
1437
|
-
$fault: "client",
|
|
1438
|
-
...opts,
|
|
1439
|
-
});
|
|
1440
|
-
Object.setPrototypeOf(this, LifecycleEventAlreadyCompletedException.prototype);
|
|
1441
|
-
}
|
|
1442
|
-
}
|
|
1443
|
-
export class IamArnRequiredException extends __BaseException {
|
|
1444
|
-
name = "IamArnRequiredException";
|
|
1445
|
-
$fault = "client";
|
|
1446
|
-
constructor(opts) {
|
|
1447
|
-
super({
|
|
1448
|
-
name: "IamArnRequiredException",
|
|
1449
|
-
$fault: "client",
|
|
1450
|
-
...opts,
|
|
1451
|
-
});
|
|
1452
|
-
Object.setPrototypeOf(this, IamArnRequiredException.prototype);
|
|
1453
|
-
}
|
|
1454
|
-
}
|
|
1455
|
-
export class IamSessionArnAlreadyRegisteredException extends __BaseException {
|
|
1456
|
-
name = "IamSessionArnAlreadyRegisteredException";
|
|
1457
|
-
$fault = "client";
|
|
1458
|
-
constructor(opts) {
|
|
1459
|
-
super({
|
|
1460
|
-
name: "IamSessionArnAlreadyRegisteredException",
|
|
1461
|
-
$fault: "client",
|
|
1462
|
-
...opts,
|
|
1463
|
-
});
|
|
1464
|
-
Object.setPrototypeOf(this, IamSessionArnAlreadyRegisteredException.prototype);
|
|
1465
|
-
}
|
|
1466
|
-
}
|
|
1467
|
-
export class IamUserArnAlreadyRegisteredException extends __BaseException {
|
|
1468
|
-
name = "IamUserArnAlreadyRegisteredException";
|
|
1469
|
-
$fault = "client";
|
|
1470
|
-
constructor(opts) {
|
|
1471
|
-
super({
|
|
1472
|
-
name: "IamUserArnAlreadyRegisteredException",
|
|
1473
|
-
$fault: "client",
|
|
1474
|
-
...opts,
|
|
1475
|
-
});
|
|
1476
|
-
Object.setPrototypeOf(this, IamUserArnAlreadyRegisteredException.prototype);
|
|
1477
|
-
}
|
|
1478
|
-
}
|
|
1479
|
-
export class IamUserArnRequiredException extends __BaseException {
|
|
1480
|
-
name = "IamUserArnRequiredException";
|
|
1481
|
-
$fault = "client";
|
|
1482
|
-
constructor(opts) {
|
|
1483
|
-
super({
|
|
1484
|
-
name: "IamUserArnRequiredException",
|
|
1485
|
-
$fault: "client",
|
|
1486
|
-
...opts,
|
|
1487
|
-
});
|
|
1488
|
-
Object.setPrototypeOf(this, IamUserArnRequiredException.prototype);
|
|
1489
|
-
}
|
|
1490
|
-
}
|
|
1491
|
-
export class InstanceNameAlreadyRegisteredException extends __BaseException {
|
|
1492
|
-
name = "InstanceNameAlreadyRegisteredException";
|
|
1493
|
-
$fault = "client";
|
|
1494
|
-
constructor(opts) {
|
|
1495
|
-
super({
|
|
1496
|
-
name: "InstanceNameAlreadyRegisteredException",
|
|
1497
|
-
$fault: "client",
|
|
1498
|
-
...opts,
|
|
1499
|
-
});
|
|
1500
|
-
Object.setPrototypeOf(this, InstanceNameAlreadyRegisteredException.prototype);
|
|
1501
|
-
}
|
|
1502
|
-
}
|
|
1503
|
-
export class InvalidIamSessionArnException extends __BaseException {
|
|
1504
|
-
name = "InvalidIamSessionArnException";
|
|
1505
|
-
$fault = "client";
|
|
1506
|
-
constructor(opts) {
|
|
1507
|
-
super({
|
|
1508
|
-
name: "InvalidIamSessionArnException",
|
|
1509
|
-
$fault: "client",
|
|
1510
|
-
...opts,
|
|
1511
|
-
});
|
|
1512
|
-
Object.setPrototypeOf(this, InvalidIamSessionArnException.prototype);
|
|
1513
|
-
}
|
|
1514
|
-
}
|
|
1515
|
-
export class InvalidIamUserArnException extends __BaseException {
|
|
1516
|
-
name = "InvalidIamUserArnException";
|
|
1517
|
-
$fault = "client";
|
|
1518
|
-
constructor(opts) {
|
|
1519
|
-
super({
|
|
1520
|
-
name: "InvalidIamUserArnException",
|
|
1521
|
-
$fault: "client",
|
|
1522
|
-
...opts,
|
|
1523
|
-
});
|
|
1524
|
-
Object.setPrototypeOf(this, InvalidIamUserArnException.prototype);
|
|
1525
|
-
}
|
|
1526
|
-
}
|
|
1527
|
-
export class MultipleIamArnsProvidedException extends __BaseException {
|
|
1528
|
-
name = "MultipleIamArnsProvidedException";
|
|
1529
|
-
$fault = "client";
|
|
1530
|
-
constructor(opts) {
|
|
1531
|
-
super({
|
|
1532
|
-
name: "MultipleIamArnsProvidedException",
|
|
1533
|
-
$fault: "client",
|
|
1534
|
-
...opts,
|
|
1535
|
-
});
|
|
1536
|
-
Object.setPrototypeOf(this, MultipleIamArnsProvidedException.prototype);
|
|
1537
|
-
}
|
|
1538
|
-
}
|
|
1539
|
-
export const StopStatus = {
|
|
1540
|
-
PENDING: "Pending",
|
|
1541
|
-
SUCCEEDED: "Succeeded",
|
|
1542
|
-
};
|
|
1
|
+
export {};
|