@aws-sdk/client-codedeploy 3.1067.0 → 3.1069.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/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +196 -216
- package/dist-cjs/models/CodeDeployServiceException.js +4 -8
- package/dist-cjs/models/errors.js +221 -336
- package/dist-cjs/runtimeConfig.browser.js +22 -26
- package/dist-cjs/runtimeConfig.js +30 -34
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +20 -24
- package/dist-cjs/schemas/schemas_0.js +714 -471
- package/package.json +8 -8
|
@@ -1,10 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
exports.InvalidRoleException = exports.InvalidLoadBalancerInfoException = exports.InvalidIgnoreApplicationStopFailuresValueException = exports.InvalidGitHubAccountTokenException = exports.InvalidFileExistsBehaviorException = exports.InvalidDeploymentConfigNameException = exports.InvalidAutoScalingGroupException = exports.InvalidAutoRollbackConfigException = exports.InvalidAlarmConfigException = exports.DescriptionTooLongException = exports.DeploymentLimitExceededException = exports.DeploymentGroupDoesNotExistException = exports.InvalidTagsToAddException = exports.UnsupportedActionForDeploymentTypeException = exports.InvalidDeploymentWaitTypeException = exports.InvalidDeploymentStatusException = exports.DeploymentIsNotInReadyStateException = exports.DeploymentAlreadyCompletedException = exports.BucketNameFilterRequiredException = exports.InvalidDeploymentTargetIdException = exports.InstanceDoesNotExistException = exports.DeploymentTargetListSizeExceededException = exports.DeploymentTargetIdRequiredException = exports.DeploymentTargetDoesNotExistException = exports.DeploymentNotStartedException = exports.InvalidDeploymentIdException = exports.InvalidComputePlatformException = exports.InstanceIdRequiredException = exports.DeploymentIdRequiredException = exports.DeploymentDoesNotExistException = exports.InvalidDeploymentGroupNameException = exports.DeploymentGroupNameRequiredException = exports.DeploymentConfigDoesNotExistException = exports.RevisionRequiredException = exports.InvalidRevisionException = exports.InvalidApplicationNameException = exports.BatchLimitExceededException = exports.ArnNotSupportedException = exports.ApplicationNameRequiredException = exports.ApplicationLimitExceededException = exports.ApplicationDoesNotExistException = exports.ApplicationAlreadyExistsException = exports.AlarmsLimitExceededException = exports.TagRequiredException = exports.TagLimitExceededException = exports.InvalidTagException = exports.InvalidInstanceNameException = exports.InstanceNotRegisteredException = exports.InstanceNameRequiredException = exports.InstanceLimitExceededException = void 0;
|
|
4
|
-
exports.InvalidLifecycleEventHookExecutionIdException = exports.ResourceArnRequiredException = exports.InvalidArnException = exports.InvalidTagFilterException = exports.InvalidRegistrationStatusException = exports.InvalidTimeRangeException = exports.InvalidExternalIdException = exports.InvalidTargetFilterNameException = exports.InvalidInstanceTypeException = exports.InvalidInstanceStatusException = exports.InvalidDeploymentInstanceTypeException = exports.InvalidSortOrderException = exports.InvalidSortByException = exports.InvalidNextTokenException = exports.InvalidKeyPrefixFilterException = exports.InvalidDeployedStateFilterException = exports.InvalidBucketNameFilterException = exports.ResourceValidationException = exports.OperationNotSupportedException = exports.InvalidGitHubAccountTokenNameException = exports.GitHubAccountTokenNameRequiredException = exports.GitHubAccountTokenDoesNotExistException = exports.InvalidOperationException = exports.DeploymentConfigInUseException = exports.TriggerTargetsLimitExceededException = exports.TagSetListLimitExceededException = exports.RoleRequiredException = exports.LifecycleHookLimitExceededException = exports.InvalidTriggerConfigException = exports.InvalidTargetGroupPairException = exports.InvalidOnPremisesTagCombinationException = exports.InvalidInputException = exports.InvalidECSServiceException = exports.InvalidEC2TagException = exports.InvalidEC2TagCombinationException = exports.InvalidDeploymentStyleException = exports.InvalidBlueGreenDeploymentConfigurationException = exports.ECSServiceMappingLimitExceededException = exports.DeploymentGroupLimitExceededException = exports.DeploymentGroupAlreadyExistsException = exports.InvalidZonalDeploymentConfigurationException = exports.InvalidMinimumHealthyHostValueException = exports.DeploymentConfigNameRequiredException = exports.DeploymentConfigLimitExceededException = exports.DeploymentConfigAlreadyExistsException = exports.ThrottlingException = exports.RevisionDoesNotExistException = exports.InvalidUpdateOutdatedInstancesOnlyValueException = exports.InvalidTrafficRoutingConfigurationException = exports.InvalidTargetInstancesException = void 0;
|
|
5
|
-
exports.MultipleIamArnsProvidedException = exports.InvalidIamUserArnException = exports.InvalidIamSessionArnException = exports.InstanceNameAlreadyRegisteredException = exports.IamUserArnRequiredException = exports.IamUserArnAlreadyRegisteredException = exports.IamSessionArnAlreadyRegisteredException = exports.IamArnRequiredException = exports.LifecycleEventAlreadyCompletedException = exports.InvalidLifecycleEventHookExecutionStatusException = void 0;
|
|
6
|
-
const CodeDeployServiceException_1 = require("./CodeDeployServiceException");
|
|
7
|
-
class InstanceLimitExceededException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
1
|
+
const { CodeDeployServiceException: __BaseException } = require("./CodeDeployServiceException");
|
|
2
|
+
exports.InstanceLimitExceededException = class InstanceLimitExceededException extends __BaseException {
|
|
8
3
|
name = "InstanceLimitExceededException";
|
|
9
4
|
$fault = "client";
|
|
10
5
|
constructor(opts) {
|
|
@@ -15,9 +10,8 @@ class InstanceLimitExceededException extends CodeDeployServiceException_1.CodeDe
|
|
|
15
10
|
});
|
|
16
11
|
Object.setPrototypeOf(this, InstanceLimitExceededException.prototype);
|
|
17
12
|
}
|
|
18
|
-
}
|
|
19
|
-
exports.
|
|
20
|
-
class InstanceNameRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
13
|
+
};
|
|
14
|
+
exports.InstanceNameRequiredException = class InstanceNameRequiredException extends __BaseException {
|
|
21
15
|
name = "InstanceNameRequiredException";
|
|
22
16
|
$fault = "client";
|
|
23
17
|
constructor(opts) {
|
|
@@ -28,9 +22,8 @@ class InstanceNameRequiredException extends CodeDeployServiceException_1.CodeDep
|
|
|
28
22
|
});
|
|
29
23
|
Object.setPrototypeOf(this, InstanceNameRequiredException.prototype);
|
|
30
24
|
}
|
|
31
|
-
}
|
|
32
|
-
exports.
|
|
33
|
-
class InstanceNotRegisteredException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
25
|
+
};
|
|
26
|
+
exports.InstanceNotRegisteredException = class InstanceNotRegisteredException extends __BaseException {
|
|
34
27
|
name = "InstanceNotRegisteredException";
|
|
35
28
|
$fault = "client";
|
|
36
29
|
constructor(opts) {
|
|
@@ -41,9 +34,8 @@ class InstanceNotRegisteredException extends CodeDeployServiceException_1.CodeDe
|
|
|
41
34
|
});
|
|
42
35
|
Object.setPrototypeOf(this, InstanceNotRegisteredException.prototype);
|
|
43
36
|
}
|
|
44
|
-
}
|
|
45
|
-
exports.
|
|
46
|
-
class InvalidInstanceNameException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
37
|
+
};
|
|
38
|
+
exports.InvalidInstanceNameException = class InvalidInstanceNameException extends __BaseException {
|
|
47
39
|
name = "InvalidInstanceNameException";
|
|
48
40
|
$fault = "client";
|
|
49
41
|
constructor(opts) {
|
|
@@ -54,9 +46,8 @@ class InvalidInstanceNameException extends CodeDeployServiceException_1.CodeDepl
|
|
|
54
46
|
});
|
|
55
47
|
Object.setPrototypeOf(this, InvalidInstanceNameException.prototype);
|
|
56
48
|
}
|
|
57
|
-
}
|
|
58
|
-
exports.
|
|
59
|
-
class InvalidTagException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
49
|
+
};
|
|
50
|
+
exports.InvalidTagException = class InvalidTagException extends __BaseException {
|
|
60
51
|
name = "InvalidTagException";
|
|
61
52
|
$fault = "client";
|
|
62
53
|
constructor(opts) {
|
|
@@ -67,9 +58,8 @@ class InvalidTagException extends CodeDeployServiceException_1.CodeDeployService
|
|
|
67
58
|
});
|
|
68
59
|
Object.setPrototypeOf(this, InvalidTagException.prototype);
|
|
69
60
|
}
|
|
70
|
-
}
|
|
71
|
-
exports.
|
|
72
|
-
class TagLimitExceededException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
61
|
+
};
|
|
62
|
+
exports.TagLimitExceededException = class TagLimitExceededException extends __BaseException {
|
|
73
63
|
name = "TagLimitExceededException";
|
|
74
64
|
$fault = "client";
|
|
75
65
|
constructor(opts) {
|
|
@@ -80,9 +70,8 @@ class TagLimitExceededException extends CodeDeployServiceException_1.CodeDeployS
|
|
|
80
70
|
});
|
|
81
71
|
Object.setPrototypeOf(this, TagLimitExceededException.prototype);
|
|
82
72
|
}
|
|
83
|
-
}
|
|
84
|
-
exports.
|
|
85
|
-
class TagRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
73
|
+
};
|
|
74
|
+
exports.TagRequiredException = class TagRequiredException extends __BaseException {
|
|
86
75
|
name = "TagRequiredException";
|
|
87
76
|
$fault = "client";
|
|
88
77
|
constructor(opts) {
|
|
@@ -93,9 +82,8 @@ class TagRequiredException extends CodeDeployServiceException_1.CodeDeployServic
|
|
|
93
82
|
});
|
|
94
83
|
Object.setPrototypeOf(this, TagRequiredException.prototype);
|
|
95
84
|
}
|
|
96
|
-
}
|
|
97
|
-
exports.
|
|
98
|
-
class AlarmsLimitExceededException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
85
|
+
};
|
|
86
|
+
exports.AlarmsLimitExceededException = class AlarmsLimitExceededException extends __BaseException {
|
|
99
87
|
name = "AlarmsLimitExceededException";
|
|
100
88
|
$fault = "client";
|
|
101
89
|
constructor(opts) {
|
|
@@ -106,9 +94,8 @@ class AlarmsLimitExceededException extends CodeDeployServiceException_1.CodeDepl
|
|
|
106
94
|
});
|
|
107
95
|
Object.setPrototypeOf(this, AlarmsLimitExceededException.prototype);
|
|
108
96
|
}
|
|
109
|
-
}
|
|
110
|
-
exports.
|
|
111
|
-
class ApplicationAlreadyExistsException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
97
|
+
};
|
|
98
|
+
exports.ApplicationAlreadyExistsException = class ApplicationAlreadyExistsException extends __BaseException {
|
|
112
99
|
name = "ApplicationAlreadyExistsException";
|
|
113
100
|
$fault = "client";
|
|
114
101
|
constructor(opts) {
|
|
@@ -119,9 +106,8 @@ class ApplicationAlreadyExistsException extends CodeDeployServiceException_1.Cod
|
|
|
119
106
|
});
|
|
120
107
|
Object.setPrototypeOf(this, ApplicationAlreadyExistsException.prototype);
|
|
121
108
|
}
|
|
122
|
-
}
|
|
123
|
-
exports.
|
|
124
|
-
class ApplicationDoesNotExistException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
109
|
+
};
|
|
110
|
+
exports.ApplicationDoesNotExistException = class ApplicationDoesNotExistException extends __BaseException {
|
|
125
111
|
name = "ApplicationDoesNotExistException";
|
|
126
112
|
$fault = "client";
|
|
127
113
|
constructor(opts) {
|
|
@@ -132,9 +118,8 @@ class ApplicationDoesNotExistException extends CodeDeployServiceException_1.Code
|
|
|
132
118
|
});
|
|
133
119
|
Object.setPrototypeOf(this, ApplicationDoesNotExistException.prototype);
|
|
134
120
|
}
|
|
135
|
-
}
|
|
136
|
-
exports.
|
|
137
|
-
class ApplicationLimitExceededException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
121
|
+
};
|
|
122
|
+
exports.ApplicationLimitExceededException = class ApplicationLimitExceededException extends __BaseException {
|
|
138
123
|
name = "ApplicationLimitExceededException";
|
|
139
124
|
$fault = "client";
|
|
140
125
|
constructor(opts) {
|
|
@@ -145,9 +130,8 @@ class ApplicationLimitExceededException extends CodeDeployServiceException_1.Cod
|
|
|
145
130
|
});
|
|
146
131
|
Object.setPrototypeOf(this, ApplicationLimitExceededException.prototype);
|
|
147
132
|
}
|
|
148
|
-
}
|
|
149
|
-
exports.
|
|
150
|
-
class ApplicationNameRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
133
|
+
};
|
|
134
|
+
exports.ApplicationNameRequiredException = class ApplicationNameRequiredException extends __BaseException {
|
|
151
135
|
name = "ApplicationNameRequiredException";
|
|
152
136
|
$fault = "client";
|
|
153
137
|
constructor(opts) {
|
|
@@ -158,9 +142,8 @@ class ApplicationNameRequiredException extends CodeDeployServiceException_1.Code
|
|
|
158
142
|
});
|
|
159
143
|
Object.setPrototypeOf(this, ApplicationNameRequiredException.prototype);
|
|
160
144
|
}
|
|
161
|
-
}
|
|
162
|
-
exports.
|
|
163
|
-
class ArnNotSupportedException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
145
|
+
};
|
|
146
|
+
exports.ArnNotSupportedException = class ArnNotSupportedException extends __BaseException {
|
|
164
147
|
name = "ArnNotSupportedException";
|
|
165
148
|
$fault = "client";
|
|
166
149
|
constructor(opts) {
|
|
@@ -171,9 +154,8 @@ class ArnNotSupportedException extends CodeDeployServiceException_1.CodeDeploySe
|
|
|
171
154
|
});
|
|
172
155
|
Object.setPrototypeOf(this, ArnNotSupportedException.prototype);
|
|
173
156
|
}
|
|
174
|
-
}
|
|
175
|
-
exports.
|
|
176
|
-
class BatchLimitExceededException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
157
|
+
};
|
|
158
|
+
exports.BatchLimitExceededException = class BatchLimitExceededException extends __BaseException {
|
|
177
159
|
name = "BatchLimitExceededException";
|
|
178
160
|
$fault = "client";
|
|
179
161
|
constructor(opts) {
|
|
@@ -184,9 +166,8 @@ class BatchLimitExceededException extends CodeDeployServiceException_1.CodeDeplo
|
|
|
184
166
|
});
|
|
185
167
|
Object.setPrototypeOf(this, BatchLimitExceededException.prototype);
|
|
186
168
|
}
|
|
187
|
-
}
|
|
188
|
-
exports.
|
|
189
|
-
class InvalidApplicationNameException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
169
|
+
};
|
|
170
|
+
exports.InvalidApplicationNameException = class InvalidApplicationNameException extends __BaseException {
|
|
190
171
|
name = "InvalidApplicationNameException";
|
|
191
172
|
$fault = "client";
|
|
192
173
|
constructor(opts) {
|
|
@@ -197,9 +178,8 @@ class InvalidApplicationNameException extends CodeDeployServiceException_1.CodeD
|
|
|
197
178
|
});
|
|
198
179
|
Object.setPrototypeOf(this, InvalidApplicationNameException.prototype);
|
|
199
180
|
}
|
|
200
|
-
}
|
|
201
|
-
exports.
|
|
202
|
-
class InvalidRevisionException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
181
|
+
};
|
|
182
|
+
exports.InvalidRevisionException = class InvalidRevisionException extends __BaseException {
|
|
203
183
|
name = "InvalidRevisionException";
|
|
204
184
|
$fault = "client";
|
|
205
185
|
constructor(opts) {
|
|
@@ -210,9 +190,8 @@ class InvalidRevisionException extends CodeDeployServiceException_1.CodeDeploySe
|
|
|
210
190
|
});
|
|
211
191
|
Object.setPrototypeOf(this, InvalidRevisionException.prototype);
|
|
212
192
|
}
|
|
213
|
-
}
|
|
214
|
-
exports.
|
|
215
|
-
class RevisionRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
193
|
+
};
|
|
194
|
+
exports.RevisionRequiredException = class RevisionRequiredException extends __BaseException {
|
|
216
195
|
name = "RevisionRequiredException";
|
|
217
196
|
$fault = "client";
|
|
218
197
|
constructor(opts) {
|
|
@@ -223,9 +202,8 @@ class RevisionRequiredException extends CodeDeployServiceException_1.CodeDeployS
|
|
|
223
202
|
});
|
|
224
203
|
Object.setPrototypeOf(this, RevisionRequiredException.prototype);
|
|
225
204
|
}
|
|
226
|
-
}
|
|
227
|
-
exports.
|
|
228
|
-
class DeploymentConfigDoesNotExistException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
205
|
+
};
|
|
206
|
+
exports.DeploymentConfigDoesNotExistException = class DeploymentConfigDoesNotExistException extends __BaseException {
|
|
229
207
|
name = "DeploymentConfigDoesNotExistException";
|
|
230
208
|
$fault = "client";
|
|
231
209
|
constructor(opts) {
|
|
@@ -236,9 +214,8 @@ class DeploymentConfigDoesNotExistException extends CodeDeployServiceException_1
|
|
|
236
214
|
});
|
|
237
215
|
Object.setPrototypeOf(this, DeploymentConfigDoesNotExistException.prototype);
|
|
238
216
|
}
|
|
239
|
-
}
|
|
240
|
-
exports.
|
|
241
|
-
class DeploymentGroupNameRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
217
|
+
};
|
|
218
|
+
exports.DeploymentGroupNameRequiredException = class DeploymentGroupNameRequiredException extends __BaseException {
|
|
242
219
|
name = "DeploymentGroupNameRequiredException";
|
|
243
220
|
$fault = "client";
|
|
244
221
|
constructor(opts) {
|
|
@@ -249,9 +226,8 @@ class DeploymentGroupNameRequiredException extends CodeDeployServiceException_1.
|
|
|
249
226
|
});
|
|
250
227
|
Object.setPrototypeOf(this, DeploymentGroupNameRequiredException.prototype);
|
|
251
228
|
}
|
|
252
|
-
}
|
|
253
|
-
exports.
|
|
254
|
-
class InvalidDeploymentGroupNameException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
229
|
+
};
|
|
230
|
+
exports.InvalidDeploymentGroupNameException = class InvalidDeploymentGroupNameException extends __BaseException {
|
|
255
231
|
name = "InvalidDeploymentGroupNameException";
|
|
256
232
|
$fault = "client";
|
|
257
233
|
constructor(opts) {
|
|
@@ -262,9 +238,8 @@ class InvalidDeploymentGroupNameException extends CodeDeployServiceException_1.C
|
|
|
262
238
|
});
|
|
263
239
|
Object.setPrototypeOf(this, InvalidDeploymentGroupNameException.prototype);
|
|
264
240
|
}
|
|
265
|
-
}
|
|
266
|
-
exports.
|
|
267
|
-
class DeploymentDoesNotExistException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
241
|
+
};
|
|
242
|
+
exports.DeploymentDoesNotExistException = class DeploymentDoesNotExistException extends __BaseException {
|
|
268
243
|
name = "DeploymentDoesNotExistException";
|
|
269
244
|
$fault = "client";
|
|
270
245
|
constructor(opts) {
|
|
@@ -275,9 +250,8 @@ class DeploymentDoesNotExistException extends CodeDeployServiceException_1.CodeD
|
|
|
275
250
|
});
|
|
276
251
|
Object.setPrototypeOf(this, DeploymentDoesNotExistException.prototype);
|
|
277
252
|
}
|
|
278
|
-
}
|
|
279
|
-
exports.
|
|
280
|
-
class DeploymentIdRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
253
|
+
};
|
|
254
|
+
exports.DeploymentIdRequiredException = class DeploymentIdRequiredException extends __BaseException {
|
|
281
255
|
name = "DeploymentIdRequiredException";
|
|
282
256
|
$fault = "client";
|
|
283
257
|
constructor(opts) {
|
|
@@ -288,9 +262,8 @@ class DeploymentIdRequiredException extends CodeDeployServiceException_1.CodeDep
|
|
|
288
262
|
});
|
|
289
263
|
Object.setPrototypeOf(this, DeploymentIdRequiredException.prototype);
|
|
290
264
|
}
|
|
291
|
-
}
|
|
292
|
-
exports.
|
|
293
|
-
class InstanceIdRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
265
|
+
};
|
|
266
|
+
exports.InstanceIdRequiredException = class InstanceIdRequiredException extends __BaseException {
|
|
294
267
|
name = "InstanceIdRequiredException";
|
|
295
268
|
$fault = "client";
|
|
296
269
|
constructor(opts) {
|
|
@@ -301,9 +274,8 @@ class InstanceIdRequiredException extends CodeDeployServiceException_1.CodeDeplo
|
|
|
301
274
|
});
|
|
302
275
|
Object.setPrototypeOf(this, InstanceIdRequiredException.prototype);
|
|
303
276
|
}
|
|
304
|
-
}
|
|
305
|
-
exports.
|
|
306
|
-
class InvalidComputePlatformException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
277
|
+
};
|
|
278
|
+
exports.InvalidComputePlatformException = class InvalidComputePlatformException extends __BaseException {
|
|
307
279
|
name = "InvalidComputePlatformException";
|
|
308
280
|
$fault = "client";
|
|
309
281
|
constructor(opts) {
|
|
@@ -314,9 +286,8 @@ class InvalidComputePlatformException extends CodeDeployServiceException_1.CodeD
|
|
|
314
286
|
});
|
|
315
287
|
Object.setPrototypeOf(this, InvalidComputePlatformException.prototype);
|
|
316
288
|
}
|
|
317
|
-
}
|
|
318
|
-
exports.
|
|
319
|
-
class InvalidDeploymentIdException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
289
|
+
};
|
|
290
|
+
exports.InvalidDeploymentIdException = class InvalidDeploymentIdException extends __BaseException {
|
|
320
291
|
name = "InvalidDeploymentIdException";
|
|
321
292
|
$fault = "client";
|
|
322
293
|
constructor(opts) {
|
|
@@ -327,9 +298,8 @@ class InvalidDeploymentIdException extends CodeDeployServiceException_1.CodeDepl
|
|
|
327
298
|
});
|
|
328
299
|
Object.setPrototypeOf(this, InvalidDeploymentIdException.prototype);
|
|
329
300
|
}
|
|
330
|
-
}
|
|
331
|
-
exports.
|
|
332
|
-
class DeploymentNotStartedException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
301
|
+
};
|
|
302
|
+
exports.DeploymentNotStartedException = class DeploymentNotStartedException extends __BaseException {
|
|
333
303
|
name = "DeploymentNotStartedException";
|
|
334
304
|
$fault = "client";
|
|
335
305
|
constructor(opts) {
|
|
@@ -340,9 +310,8 @@ class DeploymentNotStartedException extends CodeDeployServiceException_1.CodeDep
|
|
|
340
310
|
});
|
|
341
311
|
Object.setPrototypeOf(this, DeploymentNotStartedException.prototype);
|
|
342
312
|
}
|
|
343
|
-
}
|
|
344
|
-
exports.
|
|
345
|
-
class DeploymentTargetDoesNotExistException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
313
|
+
};
|
|
314
|
+
exports.DeploymentTargetDoesNotExistException = class DeploymentTargetDoesNotExistException extends __BaseException {
|
|
346
315
|
name = "DeploymentTargetDoesNotExistException";
|
|
347
316
|
$fault = "client";
|
|
348
317
|
constructor(opts) {
|
|
@@ -353,9 +322,8 @@ class DeploymentTargetDoesNotExistException extends CodeDeployServiceException_1
|
|
|
353
322
|
});
|
|
354
323
|
Object.setPrototypeOf(this, DeploymentTargetDoesNotExistException.prototype);
|
|
355
324
|
}
|
|
356
|
-
}
|
|
357
|
-
exports.
|
|
358
|
-
class DeploymentTargetIdRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
325
|
+
};
|
|
326
|
+
exports.DeploymentTargetIdRequiredException = class DeploymentTargetIdRequiredException extends __BaseException {
|
|
359
327
|
name = "DeploymentTargetIdRequiredException";
|
|
360
328
|
$fault = "client";
|
|
361
329
|
constructor(opts) {
|
|
@@ -366,9 +334,8 @@ class DeploymentTargetIdRequiredException extends CodeDeployServiceException_1.C
|
|
|
366
334
|
});
|
|
367
335
|
Object.setPrototypeOf(this, DeploymentTargetIdRequiredException.prototype);
|
|
368
336
|
}
|
|
369
|
-
}
|
|
370
|
-
exports.
|
|
371
|
-
class DeploymentTargetListSizeExceededException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
337
|
+
};
|
|
338
|
+
exports.DeploymentTargetListSizeExceededException = class DeploymentTargetListSizeExceededException extends __BaseException {
|
|
372
339
|
name = "DeploymentTargetListSizeExceededException";
|
|
373
340
|
$fault = "client";
|
|
374
341
|
constructor(opts) {
|
|
@@ -379,9 +346,8 @@ class DeploymentTargetListSizeExceededException extends CodeDeployServiceExcepti
|
|
|
379
346
|
});
|
|
380
347
|
Object.setPrototypeOf(this, DeploymentTargetListSizeExceededException.prototype);
|
|
381
348
|
}
|
|
382
|
-
}
|
|
383
|
-
exports.
|
|
384
|
-
class InstanceDoesNotExistException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
349
|
+
};
|
|
350
|
+
exports.InstanceDoesNotExistException = class InstanceDoesNotExistException extends __BaseException {
|
|
385
351
|
name = "InstanceDoesNotExistException";
|
|
386
352
|
$fault = "client";
|
|
387
353
|
constructor(opts) {
|
|
@@ -392,9 +358,8 @@ class InstanceDoesNotExistException extends CodeDeployServiceException_1.CodeDep
|
|
|
392
358
|
});
|
|
393
359
|
Object.setPrototypeOf(this, InstanceDoesNotExistException.prototype);
|
|
394
360
|
}
|
|
395
|
-
}
|
|
396
|
-
exports.
|
|
397
|
-
class InvalidDeploymentTargetIdException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
361
|
+
};
|
|
362
|
+
exports.InvalidDeploymentTargetIdException = class InvalidDeploymentTargetIdException extends __BaseException {
|
|
398
363
|
name = "InvalidDeploymentTargetIdException";
|
|
399
364
|
$fault = "client";
|
|
400
365
|
constructor(opts) {
|
|
@@ -405,9 +370,8 @@ class InvalidDeploymentTargetIdException extends CodeDeployServiceException_1.Co
|
|
|
405
370
|
});
|
|
406
371
|
Object.setPrototypeOf(this, InvalidDeploymentTargetIdException.prototype);
|
|
407
372
|
}
|
|
408
|
-
}
|
|
409
|
-
exports.
|
|
410
|
-
class BucketNameFilterRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
373
|
+
};
|
|
374
|
+
exports.BucketNameFilterRequiredException = class BucketNameFilterRequiredException extends __BaseException {
|
|
411
375
|
name = "BucketNameFilterRequiredException";
|
|
412
376
|
$fault = "client";
|
|
413
377
|
constructor(opts) {
|
|
@@ -418,9 +382,8 @@ class BucketNameFilterRequiredException extends CodeDeployServiceException_1.Cod
|
|
|
418
382
|
});
|
|
419
383
|
Object.setPrototypeOf(this, BucketNameFilterRequiredException.prototype);
|
|
420
384
|
}
|
|
421
|
-
}
|
|
422
|
-
exports.
|
|
423
|
-
class DeploymentAlreadyCompletedException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
385
|
+
};
|
|
386
|
+
exports.DeploymentAlreadyCompletedException = class DeploymentAlreadyCompletedException extends __BaseException {
|
|
424
387
|
name = "DeploymentAlreadyCompletedException";
|
|
425
388
|
$fault = "client";
|
|
426
389
|
constructor(opts) {
|
|
@@ -431,9 +394,8 @@ class DeploymentAlreadyCompletedException extends CodeDeployServiceException_1.C
|
|
|
431
394
|
});
|
|
432
395
|
Object.setPrototypeOf(this, DeploymentAlreadyCompletedException.prototype);
|
|
433
396
|
}
|
|
434
|
-
}
|
|
435
|
-
exports.
|
|
436
|
-
class DeploymentIsNotInReadyStateException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
397
|
+
};
|
|
398
|
+
exports.DeploymentIsNotInReadyStateException = class DeploymentIsNotInReadyStateException extends __BaseException {
|
|
437
399
|
name = "DeploymentIsNotInReadyStateException";
|
|
438
400
|
$fault = "client";
|
|
439
401
|
constructor(opts) {
|
|
@@ -444,9 +406,8 @@ class DeploymentIsNotInReadyStateException extends CodeDeployServiceException_1.
|
|
|
444
406
|
});
|
|
445
407
|
Object.setPrototypeOf(this, DeploymentIsNotInReadyStateException.prototype);
|
|
446
408
|
}
|
|
447
|
-
}
|
|
448
|
-
exports.
|
|
449
|
-
class InvalidDeploymentStatusException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
409
|
+
};
|
|
410
|
+
exports.InvalidDeploymentStatusException = class InvalidDeploymentStatusException extends __BaseException {
|
|
450
411
|
name = "InvalidDeploymentStatusException";
|
|
451
412
|
$fault = "client";
|
|
452
413
|
constructor(opts) {
|
|
@@ -457,9 +418,8 @@ class InvalidDeploymentStatusException extends CodeDeployServiceException_1.Code
|
|
|
457
418
|
});
|
|
458
419
|
Object.setPrototypeOf(this, InvalidDeploymentStatusException.prototype);
|
|
459
420
|
}
|
|
460
|
-
}
|
|
461
|
-
exports.
|
|
462
|
-
class InvalidDeploymentWaitTypeException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
421
|
+
};
|
|
422
|
+
exports.InvalidDeploymentWaitTypeException = class InvalidDeploymentWaitTypeException extends __BaseException {
|
|
463
423
|
name = "InvalidDeploymentWaitTypeException";
|
|
464
424
|
$fault = "client";
|
|
465
425
|
constructor(opts) {
|
|
@@ -470,9 +430,8 @@ class InvalidDeploymentWaitTypeException extends CodeDeployServiceException_1.Co
|
|
|
470
430
|
});
|
|
471
431
|
Object.setPrototypeOf(this, InvalidDeploymentWaitTypeException.prototype);
|
|
472
432
|
}
|
|
473
|
-
}
|
|
474
|
-
exports.
|
|
475
|
-
class UnsupportedActionForDeploymentTypeException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
433
|
+
};
|
|
434
|
+
exports.UnsupportedActionForDeploymentTypeException = class UnsupportedActionForDeploymentTypeException extends __BaseException {
|
|
476
435
|
name = "UnsupportedActionForDeploymentTypeException";
|
|
477
436
|
$fault = "client";
|
|
478
437
|
constructor(opts) {
|
|
@@ -483,9 +442,8 @@ class UnsupportedActionForDeploymentTypeException extends CodeDeployServiceExcep
|
|
|
483
442
|
});
|
|
484
443
|
Object.setPrototypeOf(this, UnsupportedActionForDeploymentTypeException.prototype);
|
|
485
444
|
}
|
|
486
|
-
}
|
|
487
|
-
exports.
|
|
488
|
-
class InvalidTagsToAddException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
445
|
+
};
|
|
446
|
+
exports.InvalidTagsToAddException = class InvalidTagsToAddException extends __BaseException {
|
|
489
447
|
name = "InvalidTagsToAddException";
|
|
490
448
|
$fault = "client";
|
|
491
449
|
constructor(opts) {
|
|
@@ -496,9 +454,8 @@ class InvalidTagsToAddException extends CodeDeployServiceException_1.CodeDeployS
|
|
|
496
454
|
});
|
|
497
455
|
Object.setPrototypeOf(this, InvalidTagsToAddException.prototype);
|
|
498
456
|
}
|
|
499
|
-
}
|
|
500
|
-
exports.
|
|
501
|
-
class DeploymentGroupDoesNotExistException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
457
|
+
};
|
|
458
|
+
exports.DeploymentGroupDoesNotExistException = class DeploymentGroupDoesNotExistException extends __BaseException {
|
|
502
459
|
name = "DeploymentGroupDoesNotExistException";
|
|
503
460
|
$fault = "client";
|
|
504
461
|
constructor(opts) {
|
|
@@ -509,9 +466,8 @@ class DeploymentGroupDoesNotExistException extends CodeDeployServiceException_1.
|
|
|
509
466
|
});
|
|
510
467
|
Object.setPrototypeOf(this, DeploymentGroupDoesNotExistException.prototype);
|
|
511
468
|
}
|
|
512
|
-
}
|
|
513
|
-
exports.
|
|
514
|
-
class DeploymentLimitExceededException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
469
|
+
};
|
|
470
|
+
exports.DeploymentLimitExceededException = class DeploymentLimitExceededException extends __BaseException {
|
|
515
471
|
name = "DeploymentLimitExceededException";
|
|
516
472
|
$fault = "client";
|
|
517
473
|
constructor(opts) {
|
|
@@ -522,9 +478,8 @@ class DeploymentLimitExceededException extends CodeDeployServiceException_1.Code
|
|
|
522
478
|
});
|
|
523
479
|
Object.setPrototypeOf(this, DeploymentLimitExceededException.prototype);
|
|
524
480
|
}
|
|
525
|
-
}
|
|
526
|
-
exports.
|
|
527
|
-
class DescriptionTooLongException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
481
|
+
};
|
|
482
|
+
exports.DescriptionTooLongException = class DescriptionTooLongException extends __BaseException {
|
|
528
483
|
name = "DescriptionTooLongException";
|
|
529
484
|
$fault = "client";
|
|
530
485
|
constructor(opts) {
|
|
@@ -535,9 +490,8 @@ class DescriptionTooLongException extends CodeDeployServiceException_1.CodeDeplo
|
|
|
535
490
|
});
|
|
536
491
|
Object.setPrototypeOf(this, DescriptionTooLongException.prototype);
|
|
537
492
|
}
|
|
538
|
-
}
|
|
539
|
-
exports.
|
|
540
|
-
class InvalidAlarmConfigException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
493
|
+
};
|
|
494
|
+
exports.InvalidAlarmConfigException = class InvalidAlarmConfigException extends __BaseException {
|
|
541
495
|
name = "InvalidAlarmConfigException";
|
|
542
496
|
$fault = "client";
|
|
543
497
|
constructor(opts) {
|
|
@@ -548,9 +502,8 @@ class InvalidAlarmConfigException extends CodeDeployServiceException_1.CodeDeplo
|
|
|
548
502
|
});
|
|
549
503
|
Object.setPrototypeOf(this, InvalidAlarmConfigException.prototype);
|
|
550
504
|
}
|
|
551
|
-
}
|
|
552
|
-
exports.
|
|
553
|
-
class InvalidAutoRollbackConfigException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
505
|
+
};
|
|
506
|
+
exports.InvalidAutoRollbackConfigException = class InvalidAutoRollbackConfigException extends __BaseException {
|
|
554
507
|
name = "InvalidAutoRollbackConfigException";
|
|
555
508
|
$fault = "client";
|
|
556
509
|
constructor(opts) {
|
|
@@ -561,9 +514,8 @@ class InvalidAutoRollbackConfigException extends CodeDeployServiceException_1.Co
|
|
|
561
514
|
});
|
|
562
515
|
Object.setPrototypeOf(this, InvalidAutoRollbackConfigException.prototype);
|
|
563
516
|
}
|
|
564
|
-
}
|
|
565
|
-
exports.
|
|
566
|
-
class InvalidAutoScalingGroupException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
517
|
+
};
|
|
518
|
+
exports.InvalidAutoScalingGroupException = class InvalidAutoScalingGroupException extends __BaseException {
|
|
567
519
|
name = "InvalidAutoScalingGroupException";
|
|
568
520
|
$fault = "client";
|
|
569
521
|
constructor(opts) {
|
|
@@ -574,9 +526,8 @@ class InvalidAutoScalingGroupException extends CodeDeployServiceException_1.Code
|
|
|
574
526
|
});
|
|
575
527
|
Object.setPrototypeOf(this, InvalidAutoScalingGroupException.prototype);
|
|
576
528
|
}
|
|
577
|
-
}
|
|
578
|
-
exports.
|
|
579
|
-
class InvalidDeploymentConfigNameException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
529
|
+
};
|
|
530
|
+
exports.InvalidDeploymentConfigNameException = class InvalidDeploymentConfigNameException extends __BaseException {
|
|
580
531
|
name = "InvalidDeploymentConfigNameException";
|
|
581
532
|
$fault = "client";
|
|
582
533
|
constructor(opts) {
|
|
@@ -587,9 +538,8 @@ class InvalidDeploymentConfigNameException extends CodeDeployServiceException_1.
|
|
|
587
538
|
});
|
|
588
539
|
Object.setPrototypeOf(this, InvalidDeploymentConfigNameException.prototype);
|
|
589
540
|
}
|
|
590
|
-
}
|
|
591
|
-
exports.
|
|
592
|
-
class InvalidFileExistsBehaviorException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
541
|
+
};
|
|
542
|
+
exports.InvalidFileExistsBehaviorException = class InvalidFileExistsBehaviorException extends __BaseException {
|
|
593
543
|
name = "InvalidFileExistsBehaviorException";
|
|
594
544
|
$fault = "client";
|
|
595
545
|
constructor(opts) {
|
|
@@ -600,9 +550,8 @@ class InvalidFileExistsBehaviorException extends CodeDeployServiceException_1.Co
|
|
|
600
550
|
});
|
|
601
551
|
Object.setPrototypeOf(this, InvalidFileExistsBehaviorException.prototype);
|
|
602
552
|
}
|
|
603
|
-
}
|
|
604
|
-
exports.
|
|
605
|
-
class InvalidGitHubAccountTokenException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
553
|
+
};
|
|
554
|
+
exports.InvalidGitHubAccountTokenException = class InvalidGitHubAccountTokenException extends __BaseException {
|
|
606
555
|
name = "InvalidGitHubAccountTokenException";
|
|
607
556
|
$fault = "client";
|
|
608
557
|
constructor(opts) {
|
|
@@ -613,9 +562,8 @@ class InvalidGitHubAccountTokenException extends CodeDeployServiceException_1.Co
|
|
|
613
562
|
});
|
|
614
563
|
Object.setPrototypeOf(this, InvalidGitHubAccountTokenException.prototype);
|
|
615
564
|
}
|
|
616
|
-
}
|
|
617
|
-
exports.
|
|
618
|
-
class InvalidIgnoreApplicationStopFailuresValueException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
565
|
+
};
|
|
566
|
+
exports.InvalidIgnoreApplicationStopFailuresValueException = class InvalidIgnoreApplicationStopFailuresValueException extends __BaseException {
|
|
619
567
|
name = "InvalidIgnoreApplicationStopFailuresValueException";
|
|
620
568
|
$fault = "client";
|
|
621
569
|
constructor(opts) {
|
|
@@ -626,9 +574,8 @@ class InvalidIgnoreApplicationStopFailuresValueException extends CodeDeployServi
|
|
|
626
574
|
});
|
|
627
575
|
Object.setPrototypeOf(this, InvalidIgnoreApplicationStopFailuresValueException.prototype);
|
|
628
576
|
}
|
|
629
|
-
}
|
|
630
|
-
exports.
|
|
631
|
-
class InvalidLoadBalancerInfoException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
577
|
+
};
|
|
578
|
+
exports.InvalidLoadBalancerInfoException = class InvalidLoadBalancerInfoException extends __BaseException {
|
|
632
579
|
name = "InvalidLoadBalancerInfoException";
|
|
633
580
|
$fault = "client";
|
|
634
581
|
constructor(opts) {
|
|
@@ -639,9 +586,8 @@ class InvalidLoadBalancerInfoException extends CodeDeployServiceException_1.Code
|
|
|
639
586
|
});
|
|
640
587
|
Object.setPrototypeOf(this, InvalidLoadBalancerInfoException.prototype);
|
|
641
588
|
}
|
|
642
|
-
}
|
|
643
|
-
exports.
|
|
644
|
-
class InvalidRoleException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
589
|
+
};
|
|
590
|
+
exports.InvalidRoleException = class InvalidRoleException extends __BaseException {
|
|
645
591
|
name = "InvalidRoleException";
|
|
646
592
|
$fault = "client";
|
|
647
593
|
constructor(opts) {
|
|
@@ -652,9 +598,8 @@ class InvalidRoleException extends CodeDeployServiceException_1.CodeDeployServic
|
|
|
652
598
|
});
|
|
653
599
|
Object.setPrototypeOf(this, InvalidRoleException.prototype);
|
|
654
600
|
}
|
|
655
|
-
}
|
|
656
|
-
exports.
|
|
657
|
-
class InvalidTargetInstancesException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
601
|
+
};
|
|
602
|
+
exports.InvalidTargetInstancesException = class InvalidTargetInstancesException extends __BaseException {
|
|
658
603
|
name = "InvalidTargetInstancesException";
|
|
659
604
|
$fault = "client";
|
|
660
605
|
constructor(opts) {
|
|
@@ -665,9 +610,8 @@ class InvalidTargetInstancesException extends CodeDeployServiceException_1.CodeD
|
|
|
665
610
|
});
|
|
666
611
|
Object.setPrototypeOf(this, InvalidTargetInstancesException.prototype);
|
|
667
612
|
}
|
|
668
|
-
}
|
|
669
|
-
exports.
|
|
670
|
-
class InvalidTrafficRoutingConfigurationException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
613
|
+
};
|
|
614
|
+
exports.InvalidTrafficRoutingConfigurationException = class InvalidTrafficRoutingConfigurationException extends __BaseException {
|
|
671
615
|
name = "InvalidTrafficRoutingConfigurationException";
|
|
672
616
|
$fault = "client";
|
|
673
617
|
constructor(opts) {
|
|
@@ -678,9 +622,8 @@ class InvalidTrafficRoutingConfigurationException extends CodeDeployServiceExcep
|
|
|
678
622
|
});
|
|
679
623
|
Object.setPrototypeOf(this, InvalidTrafficRoutingConfigurationException.prototype);
|
|
680
624
|
}
|
|
681
|
-
}
|
|
682
|
-
exports.
|
|
683
|
-
class InvalidUpdateOutdatedInstancesOnlyValueException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
625
|
+
};
|
|
626
|
+
exports.InvalidUpdateOutdatedInstancesOnlyValueException = class InvalidUpdateOutdatedInstancesOnlyValueException extends __BaseException {
|
|
684
627
|
name = "InvalidUpdateOutdatedInstancesOnlyValueException";
|
|
685
628
|
$fault = "client";
|
|
686
629
|
constructor(opts) {
|
|
@@ -691,9 +634,8 @@ class InvalidUpdateOutdatedInstancesOnlyValueException extends CodeDeployService
|
|
|
691
634
|
});
|
|
692
635
|
Object.setPrototypeOf(this, InvalidUpdateOutdatedInstancesOnlyValueException.prototype);
|
|
693
636
|
}
|
|
694
|
-
}
|
|
695
|
-
exports.
|
|
696
|
-
class RevisionDoesNotExistException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
637
|
+
};
|
|
638
|
+
exports.RevisionDoesNotExistException = class RevisionDoesNotExistException extends __BaseException {
|
|
697
639
|
name = "RevisionDoesNotExistException";
|
|
698
640
|
$fault = "client";
|
|
699
641
|
constructor(opts) {
|
|
@@ -704,9 +646,8 @@ class RevisionDoesNotExistException extends CodeDeployServiceException_1.CodeDep
|
|
|
704
646
|
});
|
|
705
647
|
Object.setPrototypeOf(this, RevisionDoesNotExistException.prototype);
|
|
706
648
|
}
|
|
707
|
-
}
|
|
708
|
-
exports.
|
|
709
|
-
class ThrottlingException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
649
|
+
};
|
|
650
|
+
exports.ThrottlingException = class ThrottlingException extends __BaseException {
|
|
710
651
|
name = "ThrottlingException";
|
|
711
652
|
$fault = "client";
|
|
712
653
|
constructor(opts) {
|
|
@@ -717,9 +658,8 @@ class ThrottlingException extends CodeDeployServiceException_1.CodeDeployService
|
|
|
717
658
|
});
|
|
718
659
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
719
660
|
}
|
|
720
|
-
}
|
|
721
|
-
exports.
|
|
722
|
-
class DeploymentConfigAlreadyExistsException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
661
|
+
};
|
|
662
|
+
exports.DeploymentConfigAlreadyExistsException = class DeploymentConfigAlreadyExistsException extends __BaseException {
|
|
723
663
|
name = "DeploymentConfigAlreadyExistsException";
|
|
724
664
|
$fault = "client";
|
|
725
665
|
constructor(opts) {
|
|
@@ -730,9 +670,8 @@ class DeploymentConfigAlreadyExistsException extends CodeDeployServiceException_
|
|
|
730
670
|
});
|
|
731
671
|
Object.setPrototypeOf(this, DeploymentConfigAlreadyExistsException.prototype);
|
|
732
672
|
}
|
|
733
|
-
}
|
|
734
|
-
exports.
|
|
735
|
-
class DeploymentConfigLimitExceededException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
673
|
+
};
|
|
674
|
+
exports.DeploymentConfigLimitExceededException = class DeploymentConfigLimitExceededException extends __BaseException {
|
|
736
675
|
name = "DeploymentConfigLimitExceededException";
|
|
737
676
|
$fault = "client";
|
|
738
677
|
constructor(opts) {
|
|
@@ -743,9 +682,8 @@ class DeploymentConfigLimitExceededException extends CodeDeployServiceException_
|
|
|
743
682
|
});
|
|
744
683
|
Object.setPrototypeOf(this, DeploymentConfigLimitExceededException.prototype);
|
|
745
684
|
}
|
|
746
|
-
}
|
|
747
|
-
exports.
|
|
748
|
-
class DeploymentConfigNameRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
685
|
+
};
|
|
686
|
+
exports.DeploymentConfigNameRequiredException = class DeploymentConfigNameRequiredException extends __BaseException {
|
|
749
687
|
name = "DeploymentConfigNameRequiredException";
|
|
750
688
|
$fault = "client";
|
|
751
689
|
constructor(opts) {
|
|
@@ -756,9 +694,8 @@ class DeploymentConfigNameRequiredException extends CodeDeployServiceException_1
|
|
|
756
694
|
});
|
|
757
695
|
Object.setPrototypeOf(this, DeploymentConfigNameRequiredException.prototype);
|
|
758
696
|
}
|
|
759
|
-
}
|
|
760
|
-
exports.
|
|
761
|
-
class InvalidMinimumHealthyHostValueException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
697
|
+
};
|
|
698
|
+
exports.InvalidMinimumHealthyHostValueException = class InvalidMinimumHealthyHostValueException extends __BaseException {
|
|
762
699
|
name = "InvalidMinimumHealthyHostValueException";
|
|
763
700
|
$fault = "client";
|
|
764
701
|
constructor(opts) {
|
|
@@ -769,9 +706,8 @@ class InvalidMinimumHealthyHostValueException extends CodeDeployServiceException
|
|
|
769
706
|
});
|
|
770
707
|
Object.setPrototypeOf(this, InvalidMinimumHealthyHostValueException.prototype);
|
|
771
708
|
}
|
|
772
|
-
}
|
|
773
|
-
exports.
|
|
774
|
-
class InvalidZonalDeploymentConfigurationException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
709
|
+
};
|
|
710
|
+
exports.InvalidZonalDeploymentConfigurationException = class InvalidZonalDeploymentConfigurationException extends __BaseException {
|
|
775
711
|
name = "InvalidZonalDeploymentConfigurationException";
|
|
776
712
|
$fault = "client";
|
|
777
713
|
constructor(opts) {
|
|
@@ -782,9 +718,8 @@ class InvalidZonalDeploymentConfigurationException extends CodeDeployServiceExce
|
|
|
782
718
|
});
|
|
783
719
|
Object.setPrototypeOf(this, InvalidZonalDeploymentConfigurationException.prototype);
|
|
784
720
|
}
|
|
785
|
-
}
|
|
786
|
-
exports.
|
|
787
|
-
class DeploymentGroupAlreadyExistsException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
721
|
+
};
|
|
722
|
+
exports.DeploymentGroupAlreadyExistsException = class DeploymentGroupAlreadyExistsException extends __BaseException {
|
|
788
723
|
name = "DeploymentGroupAlreadyExistsException";
|
|
789
724
|
$fault = "client";
|
|
790
725
|
constructor(opts) {
|
|
@@ -795,9 +730,8 @@ class DeploymentGroupAlreadyExistsException extends CodeDeployServiceException_1
|
|
|
795
730
|
});
|
|
796
731
|
Object.setPrototypeOf(this, DeploymentGroupAlreadyExistsException.prototype);
|
|
797
732
|
}
|
|
798
|
-
}
|
|
799
|
-
exports.
|
|
800
|
-
class DeploymentGroupLimitExceededException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
733
|
+
};
|
|
734
|
+
exports.DeploymentGroupLimitExceededException = class DeploymentGroupLimitExceededException extends __BaseException {
|
|
801
735
|
name = "DeploymentGroupLimitExceededException";
|
|
802
736
|
$fault = "client";
|
|
803
737
|
constructor(opts) {
|
|
@@ -808,9 +742,8 @@ class DeploymentGroupLimitExceededException extends CodeDeployServiceException_1
|
|
|
808
742
|
});
|
|
809
743
|
Object.setPrototypeOf(this, DeploymentGroupLimitExceededException.prototype);
|
|
810
744
|
}
|
|
811
|
-
}
|
|
812
|
-
exports.
|
|
813
|
-
class ECSServiceMappingLimitExceededException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
745
|
+
};
|
|
746
|
+
exports.ECSServiceMappingLimitExceededException = class ECSServiceMappingLimitExceededException extends __BaseException {
|
|
814
747
|
name = "ECSServiceMappingLimitExceededException";
|
|
815
748
|
$fault = "client";
|
|
816
749
|
constructor(opts) {
|
|
@@ -821,9 +754,8 @@ class ECSServiceMappingLimitExceededException extends CodeDeployServiceException
|
|
|
821
754
|
});
|
|
822
755
|
Object.setPrototypeOf(this, ECSServiceMappingLimitExceededException.prototype);
|
|
823
756
|
}
|
|
824
|
-
}
|
|
825
|
-
exports.
|
|
826
|
-
class InvalidBlueGreenDeploymentConfigurationException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
757
|
+
};
|
|
758
|
+
exports.InvalidBlueGreenDeploymentConfigurationException = class InvalidBlueGreenDeploymentConfigurationException extends __BaseException {
|
|
827
759
|
name = "InvalidBlueGreenDeploymentConfigurationException";
|
|
828
760
|
$fault = "client";
|
|
829
761
|
constructor(opts) {
|
|
@@ -834,9 +766,8 @@ class InvalidBlueGreenDeploymentConfigurationException extends CodeDeployService
|
|
|
834
766
|
});
|
|
835
767
|
Object.setPrototypeOf(this, InvalidBlueGreenDeploymentConfigurationException.prototype);
|
|
836
768
|
}
|
|
837
|
-
}
|
|
838
|
-
exports.
|
|
839
|
-
class InvalidDeploymentStyleException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
769
|
+
};
|
|
770
|
+
exports.InvalidDeploymentStyleException = class InvalidDeploymentStyleException extends __BaseException {
|
|
840
771
|
name = "InvalidDeploymentStyleException";
|
|
841
772
|
$fault = "client";
|
|
842
773
|
constructor(opts) {
|
|
@@ -847,9 +778,8 @@ class InvalidDeploymentStyleException extends CodeDeployServiceException_1.CodeD
|
|
|
847
778
|
});
|
|
848
779
|
Object.setPrototypeOf(this, InvalidDeploymentStyleException.prototype);
|
|
849
780
|
}
|
|
850
|
-
}
|
|
851
|
-
exports.
|
|
852
|
-
class InvalidEC2TagCombinationException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
781
|
+
};
|
|
782
|
+
exports.InvalidEC2TagCombinationException = class InvalidEC2TagCombinationException extends __BaseException {
|
|
853
783
|
name = "InvalidEC2TagCombinationException";
|
|
854
784
|
$fault = "client";
|
|
855
785
|
constructor(opts) {
|
|
@@ -860,9 +790,8 @@ class InvalidEC2TagCombinationException extends CodeDeployServiceException_1.Cod
|
|
|
860
790
|
});
|
|
861
791
|
Object.setPrototypeOf(this, InvalidEC2TagCombinationException.prototype);
|
|
862
792
|
}
|
|
863
|
-
}
|
|
864
|
-
exports.
|
|
865
|
-
class InvalidEC2TagException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
793
|
+
};
|
|
794
|
+
exports.InvalidEC2TagException = class InvalidEC2TagException extends __BaseException {
|
|
866
795
|
name = "InvalidEC2TagException";
|
|
867
796
|
$fault = "client";
|
|
868
797
|
constructor(opts) {
|
|
@@ -873,9 +802,8 @@ class InvalidEC2TagException extends CodeDeployServiceException_1.CodeDeployServ
|
|
|
873
802
|
});
|
|
874
803
|
Object.setPrototypeOf(this, InvalidEC2TagException.prototype);
|
|
875
804
|
}
|
|
876
|
-
}
|
|
877
|
-
exports.
|
|
878
|
-
class InvalidECSServiceException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
805
|
+
};
|
|
806
|
+
exports.InvalidECSServiceException = class InvalidECSServiceException extends __BaseException {
|
|
879
807
|
name = "InvalidECSServiceException";
|
|
880
808
|
$fault = "client";
|
|
881
809
|
constructor(opts) {
|
|
@@ -886,9 +814,8 @@ class InvalidECSServiceException extends CodeDeployServiceException_1.CodeDeploy
|
|
|
886
814
|
});
|
|
887
815
|
Object.setPrototypeOf(this, InvalidECSServiceException.prototype);
|
|
888
816
|
}
|
|
889
|
-
}
|
|
890
|
-
exports.
|
|
891
|
-
class InvalidInputException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
817
|
+
};
|
|
818
|
+
exports.InvalidInputException = class InvalidInputException extends __BaseException {
|
|
892
819
|
name = "InvalidInputException";
|
|
893
820
|
$fault = "client";
|
|
894
821
|
constructor(opts) {
|
|
@@ -899,9 +826,8 @@ class InvalidInputException extends CodeDeployServiceException_1.CodeDeployServi
|
|
|
899
826
|
});
|
|
900
827
|
Object.setPrototypeOf(this, InvalidInputException.prototype);
|
|
901
828
|
}
|
|
902
|
-
}
|
|
903
|
-
exports.
|
|
904
|
-
class InvalidOnPremisesTagCombinationException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
829
|
+
};
|
|
830
|
+
exports.InvalidOnPremisesTagCombinationException = class InvalidOnPremisesTagCombinationException extends __BaseException {
|
|
905
831
|
name = "InvalidOnPremisesTagCombinationException";
|
|
906
832
|
$fault = "client";
|
|
907
833
|
constructor(opts) {
|
|
@@ -912,9 +838,8 @@ class InvalidOnPremisesTagCombinationException extends CodeDeployServiceExceptio
|
|
|
912
838
|
});
|
|
913
839
|
Object.setPrototypeOf(this, InvalidOnPremisesTagCombinationException.prototype);
|
|
914
840
|
}
|
|
915
|
-
}
|
|
916
|
-
exports.
|
|
917
|
-
class InvalidTargetGroupPairException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
841
|
+
};
|
|
842
|
+
exports.InvalidTargetGroupPairException = class InvalidTargetGroupPairException extends __BaseException {
|
|
918
843
|
name = "InvalidTargetGroupPairException";
|
|
919
844
|
$fault = "client";
|
|
920
845
|
constructor(opts) {
|
|
@@ -925,9 +850,8 @@ class InvalidTargetGroupPairException extends CodeDeployServiceException_1.CodeD
|
|
|
925
850
|
});
|
|
926
851
|
Object.setPrototypeOf(this, InvalidTargetGroupPairException.prototype);
|
|
927
852
|
}
|
|
928
|
-
}
|
|
929
|
-
exports.
|
|
930
|
-
class InvalidTriggerConfigException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
853
|
+
};
|
|
854
|
+
exports.InvalidTriggerConfigException = class InvalidTriggerConfigException extends __BaseException {
|
|
931
855
|
name = "InvalidTriggerConfigException";
|
|
932
856
|
$fault = "client";
|
|
933
857
|
constructor(opts) {
|
|
@@ -938,9 +862,8 @@ class InvalidTriggerConfigException extends CodeDeployServiceException_1.CodeDep
|
|
|
938
862
|
});
|
|
939
863
|
Object.setPrototypeOf(this, InvalidTriggerConfigException.prototype);
|
|
940
864
|
}
|
|
941
|
-
}
|
|
942
|
-
exports.
|
|
943
|
-
class LifecycleHookLimitExceededException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
865
|
+
};
|
|
866
|
+
exports.LifecycleHookLimitExceededException = class LifecycleHookLimitExceededException extends __BaseException {
|
|
944
867
|
name = "LifecycleHookLimitExceededException";
|
|
945
868
|
$fault = "client";
|
|
946
869
|
constructor(opts) {
|
|
@@ -951,9 +874,8 @@ class LifecycleHookLimitExceededException extends CodeDeployServiceException_1.C
|
|
|
951
874
|
});
|
|
952
875
|
Object.setPrototypeOf(this, LifecycleHookLimitExceededException.prototype);
|
|
953
876
|
}
|
|
954
|
-
}
|
|
955
|
-
exports.
|
|
956
|
-
class RoleRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
877
|
+
};
|
|
878
|
+
exports.RoleRequiredException = class RoleRequiredException extends __BaseException {
|
|
957
879
|
name = "RoleRequiredException";
|
|
958
880
|
$fault = "client";
|
|
959
881
|
constructor(opts) {
|
|
@@ -964,9 +886,8 @@ class RoleRequiredException extends CodeDeployServiceException_1.CodeDeployServi
|
|
|
964
886
|
});
|
|
965
887
|
Object.setPrototypeOf(this, RoleRequiredException.prototype);
|
|
966
888
|
}
|
|
967
|
-
}
|
|
968
|
-
exports.
|
|
969
|
-
class TagSetListLimitExceededException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
889
|
+
};
|
|
890
|
+
exports.TagSetListLimitExceededException = class TagSetListLimitExceededException extends __BaseException {
|
|
970
891
|
name = "TagSetListLimitExceededException";
|
|
971
892
|
$fault = "client";
|
|
972
893
|
constructor(opts) {
|
|
@@ -977,9 +898,8 @@ class TagSetListLimitExceededException extends CodeDeployServiceException_1.Code
|
|
|
977
898
|
});
|
|
978
899
|
Object.setPrototypeOf(this, TagSetListLimitExceededException.prototype);
|
|
979
900
|
}
|
|
980
|
-
}
|
|
981
|
-
exports.
|
|
982
|
-
class TriggerTargetsLimitExceededException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
901
|
+
};
|
|
902
|
+
exports.TriggerTargetsLimitExceededException = class TriggerTargetsLimitExceededException extends __BaseException {
|
|
983
903
|
name = "TriggerTargetsLimitExceededException";
|
|
984
904
|
$fault = "client";
|
|
985
905
|
constructor(opts) {
|
|
@@ -990,9 +910,8 @@ class TriggerTargetsLimitExceededException extends CodeDeployServiceException_1.
|
|
|
990
910
|
});
|
|
991
911
|
Object.setPrototypeOf(this, TriggerTargetsLimitExceededException.prototype);
|
|
992
912
|
}
|
|
993
|
-
}
|
|
994
|
-
exports.
|
|
995
|
-
class DeploymentConfigInUseException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
913
|
+
};
|
|
914
|
+
exports.DeploymentConfigInUseException = class DeploymentConfigInUseException extends __BaseException {
|
|
996
915
|
name = "DeploymentConfigInUseException";
|
|
997
916
|
$fault = "client";
|
|
998
917
|
constructor(opts) {
|
|
@@ -1003,9 +922,8 @@ class DeploymentConfigInUseException extends CodeDeployServiceException_1.CodeDe
|
|
|
1003
922
|
});
|
|
1004
923
|
Object.setPrototypeOf(this, DeploymentConfigInUseException.prototype);
|
|
1005
924
|
}
|
|
1006
|
-
}
|
|
1007
|
-
exports.
|
|
1008
|
-
class InvalidOperationException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
925
|
+
};
|
|
926
|
+
exports.InvalidOperationException = class InvalidOperationException extends __BaseException {
|
|
1009
927
|
name = "InvalidOperationException";
|
|
1010
928
|
$fault = "client";
|
|
1011
929
|
constructor(opts) {
|
|
@@ -1016,9 +934,8 @@ class InvalidOperationException extends CodeDeployServiceException_1.CodeDeployS
|
|
|
1016
934
|
});
|
|
1017
935
|
Object.setPrototypeOf(this, InvalidOperationException.prototype);
|
|
1018
936
|
}
|
|
1019
|
-
}
|
|
1020
|
-
exports.
|
|
1021
|
-
class GitHubAccountTokenDoesNotExistException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
937
|
+
};
|
|
938
|
+
exports.GitHubAccountTokenDoesNotExistException = class GitHubAccountTokenDoesNotExistException extends __BaseException {
|
|
1022
939
|
name = "GitHubAccountTokenDoesNotExistException";
|
|
1023
940
|
$fault = "client";
|
|
1024
941
|
constructor(opts) {
|
|
@@ -1029,9 +946,8 @@ class GitHubAccountTokenDoesNotExistException extends CodeDeployServiceException
|
|
|
1029
946
|
});
|
|
1030
947
|
Object.setPrototypeOf(this, GitHubAccountTokenDoesNotExistException.prototype);
|
|
1031
948
|
}
|
|
1032
|
-
}
|
|
1033
|
-
exports.
|
|
1034
|
-
class GitHubAccountTokenNameRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
949
|
+
};
|
|
950
|
+
exports.GitHubAccountTokenNameRequiredException = class GitHubAccountTokenNameRequiredException extends __BaseException {
|
|
1035
951
|
name = "GitHubAccountTokenNameRequiredException";
|
|
1036
952
|
$fault = "client";
|
|
1037
953
|
constructor(opts) {
|
|
@@ -1042,9 +958,8 @@ class GitHubAccountTokenNameRequiredException extends CodeDeployServiceException
|
|
|
1042
958
|
});
|
|
1043
959
|
Object.setPrototypeOf(this, GitHubAccountTokenNameRequiredException.prototype);
|
|
1044
960
|
}
|
|
1045
|
-
}
|
|
1046
|
-
exports.
|
|
1047
|
-
class InvalidGitHubAccountTokenNameException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
961
|
+
};
|
|
962
|
+
exports.InvalidGitHubAccountTokenNameException = class InvalidGitHubAccountTokenNameException extends __BaseException {
|
|
1048
963
|
name = "InvalidGitHubAccountTokenNameException";
|
|
1049
964
|
$fault = "client";
|
|
1050
965
|
constructor(opts) {
|
|
@@ -1055,9 +970,8 @@ class InvalidGitHubAccountTokenNameException extends CodeDeployServiceException_
|
|
|
1055
970
|
});
|
|
1056
971
|
Object.setPrototypeOf(this, InvalidGitHubAccountTokenNameException.prototype);
|
|
1057
972
|
}
|
|
1058
|
-
}
|
|
1059
|
-
exports.
|
|
1060
|
-
class OperationNotSupportedException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
973
|
+
};
|
|
974
|
+
exports.OperationNotSupportedException = class OperationNotSupportedException extends __BaseException {
|
|
1061
975
|
name = "OperationNotSupportedException";
|
|
1062
976
|
$fault = "client";
|
|
1063
977
|
constructor(opts) {
|
|
@@ -1068,9 +982,8 @@ class OperationNotSupportedException extends CodeDeployServiceException_1.CodeDe
|
|
|
1068
982
|
});
|
|
1069
983
|
Object.setPrototypeOf(this, OperationNotSupportedException.prototype);
|
|
1070
984
|
}
|
|
1071
|
-
}
|
|
1072
|
-
exports.
|
|
1073
|
-
class ResourceValidationException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
985
|
+
};
|
|
986
|
+
exports.ResourceValidationException = class ResourceValidationException extends __BaseException {
|
|
1074
987
|
name = "ResourceValidationException";
|
|
1075
988
|
$fault = "client";
|
|
1076
989
|
constructor(opts) {
|
|
@@ -1081,9 +994,8 @@ class ResourceValidationException extends CodeDeployServiceException_1.CodeDeplo
|
|
|
1081
994
|
});
|
|
1082
995
|
Object.setPrototypeOf(this, ResourceValidationException.prototype);
|
|
1083
996
|
}
|
|
1084
|
-
}
|
|
1085
|
-
exports.
|
|
1086
|
-
class InvalidBucketNameFilterException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
997
|
+
};
|
|
998
|
+
exports.InvalidBucketNameFilterException = class InvalidBucketNameFilterException extends __BaseException {
|
|
1087
999
|
name = "InvalidBucketNameFilterException";
|
|
1088
1000
|
$fault = "client";
|
|
1089
1001
|
constructor(opts) {
|
|
@@ -1094,9 +1006,8 @@ class InvalidBucketNameFilterException extends CodeDeployServiceException_1.Code
|
|
|
1094
1006
|
});
|
|
1095
1007
|
Object.setPrototypeOf(this, InvalidBucketNameFilterException.prototype);
|
|
1096
1008
|
}
|
|
1097
|
-
}
|
|
1098
|
-
exports.
|
|
1099
|
-
class InvalidDeployedStateFilterException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
1009
|
+
};
|
|
1010
|
+
exports.InvalidDeployedStateFilterException = class InvalidDeployedStateFilterException extends __BaseException {
|
|
1100
1011
|
name = "InvalidDeployedStateFilterException";
|
|
1101
1012
|
$fault = "client";
|
|
1102
1013
|
constructor(opts) {
|
|
@@ -1107,9 +1018,8 @@ class InvalidDeployedStateFilterException extends CodeDeployServiceException_1.C
|
|
|
1107
1018
|
});
|
|
1108
1019
|
Object.setPrototypeOf(this, InvalidDeployedStateFilterException.prototype);
|
|
1109
1020
|
}
|
|
1110
|
-
}
|
|
1111
|
-
exports.
|
|
1112
|
-
class InvalidKeyPrefixFilterException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
1021
|
+
};
|
|
1022
|
+
exports.InvalidKeyPrefixFilterException = class InvalidKeyPrefixFilterException extends __BaseException {
|
|
1113
1023
|
name = "InvalidKeyPrefixFilterException";
|
|
1114
1024
|
$fault = "client";
|
|
1115
1025
|
constructor(opts) {
|
|
@@ -1120,9 +1030,8 @@ class InvalidKeyPrefixFilterException extends CodeDeployServiceException_1.CodeD
|
|
|
1120
1030
|
});
|
|
1121
1031
|
Object.setPrototypeOf(this, InvalidKeyPrefixFilterException.prototype);
|
|
1122
1032
|
}
|
|
1123
|
-
}
|
|
1124
|
-
exports.
|
|
1125
|
-
class InvalidNextTokenException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
1033
|
+
};
|
|
1034
|
+
exports.InvalidNextTokenException = class InvalidNextTokenException extends __BaseException {
|
|
1126
1035
|
name = "InvalidNextTokenException";
|
|
1127
1036
|
$fault = "client";
|
|
1128
1037
|
constructor(opts) {
|
|
@@ -1133,9 +1042,8 @@ class InvalidNextTokenException extends CodeDeployServiceException_1.CodeDeployS
|
|
|
1133
1042
|
});
|
|
1134
1043
|
Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
|
|
1135
1044
|
}
|
|
1136
|
-
}
|
|
1137
|
-
exports.
|
|
1138
|
-
class InvalidSortByException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
1045
|
+
};
|
|
1046
|
+
exports.InvalidSortByException = class InvalidSortByException extends __BaseException {
|
|
1139
1047
|
name = "InvalidSortByException";
|
|
1140
1048
|
$fault = "client";
|
|
1141
1049
|
constructor(opts) {
|
|
@@ -1146,9 +1054,8 @@ class InvalidSortByException extends CodeDeployServiceException_1.CodeDeployServ
|
|
|
1146
1054
|
});
|
|
1147
1055
|
Object.setPrototypeOf(this, InvalidSortByException.prototype);
|
|
1148
1056
|
}
|
|
1149
|
-
}
|
|
1150
|
-
exports.
|
|
1151
|
-
class InvalidSortOrderException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
1057
|
+
};
|
|
1058
|
+
exports.InvalidSortOrderException = class InvalidSortOrderException extends __BaseException {
|
|
1152
1059
|
name = "InvalidSortOrderException";
|
|
1153
1060
|
$fault = "client";
|
|
1154
1061
|
constructor(opts) {
|
|
@@ -1159,9 +1066,8 @@ class InvalidSortOrderException extends CodeDeployServiceException_1.CodeDeployS
|
|
|
1159
1066
|
});
|
|
1160
1067
|
Object.setPrototypeOf(this, InvalidSortOrderException.prototype);
|
|
1161
1068
|
}
|
|
1162
|
-
}
|
|
1163
|
-
exports.
|
|
1164
|
-
class InvalidDeploymentInstanceTypeException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
1069
|
+
};
|
|
1070
|
+
exports.InvalidDeploymentInstanceTypeException = class InvalidDeploymentInstanceTypeException extends __BaseException {
|
|
1165
1071
|
name = "InvalidDeploymentInstanceTypeException";
|
|
1166
1072
|
$fault = "client";
|
|
1167
1073
|
constructor(opts) {
|
|
@@ -1172,9 +1078,8 @@ class InvalidDeploymentInstanceTypeException extends CodeDeployServiceException_
|
|
|
1172
1078
|
});
|
|
1173
1079
|
Object.setPrototypeOf(this, InvalidDeploymentInstanceTypeException.prototype);
|
|
1174
1080
|
}
|
|
1175
|
-
}
|
|
1176
|
-
exports.
|
|
1177
|
-
class InvalidInstanceStatusException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
1081
|
+
};
|
|
1082
|
+
exports.InvalidInstanceStatusException = class InvalidInstanceStatusException extends __BaseException {
|
|
1178
1083
|
name = "InvalidInstanceStatusException";
|
|
1179
1084
|
$fault = "client";
|
|
1180
1085
|
constructor(opts) {
|
|
@@ -1185,9 +1090,8 @@ class InvalidInstanceStatusException extends CodeDeployServiceException_1.CodeDe
|
|
|
1185
1090
|
});
|
|
1186
1091
|
Object.setPrototypeOf(this, InvalidInstanceStatusException.prototype);
|
|
1187
1092
|
}
|
|
1188
|
-
}
|
|
1189
|
-
exports.
|
|
1190
|
-
class InvalidInstanceTypeException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
1093
|
+
};
|
|
1094
|
+
exports.InvalidInstanceTypeException = class InvalidInstanceTypeException extends __BaseException {
|
|
1191
1095
|
name = "InvalidInstanceTypeException";
|
|
1192
1096
|
$fault = "client";
|
|
1193
1097
|
constructor(opts) {
|
|
@@ -1198,9 +1102,8 @@ class InvalidInstanceTypeException extends CodeDeployServiceException_1.CodeDepl
|
|
|
1198
1102
|
});
|
|
1199
1103
|
Object.setPrototypeOf(this, InvalidInstanceTypeException.prototype);
|
|
1200
1104
|
}
|
|
1201
|
-
}
|
|
1202
|
-
exports.
|
|
1203
|
-
class InvalidTargetFilterNameException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
1105
|
+
};
|
|
1106
|
+
exports.InvalidTargetFilterNameException = class InvalidTargetFilterNameException extends __BaseException {
|
|
1204
1107
|
name = "InvalidTargetFilterNameException";
|
|
1205
1108
|
$fault = "client";
|
|
1206
1109
|
constructor(opts) {
|
|
@@ -1211,9 +1114,8 @@ class InvalidTargetFilterNameException extends CodeDeployServiceException_1.Code
|
|
|
1211
1114
|
});
|
|
1212
1115
|
Object.setPrototypeOf(this, InvalidTargetFilterNameException.prototype);
|
|
1213
1116
|
}
|
|
1214
|
-
}
|
|
1215
|
-
exports.
|
|
1216
|
-
class InvalidExternalIdException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
1117
|
+
};
|
|
1118
|
+
exports.InvalidExternalIdException = class InvalidExternalIdException extends __BaseException {
|
|
1217
1119
|
name = "InvalidExternalIdException";
|
|
1218
1120
|
$fault = "client";
|
|
1219
1121
|
constructor(opts) {
|
|
@@ -1224,9 +1126,8 @@ class InvalidExternalIdException extends CodeDeployServiceException_1.CodeDeploy
|
|
|
1224
1126
|
});
|
|
1225
1127
|
Object.setPrototypeOf(this, InvalidExternalIdException.prototype);
|
|
1226
1128
|
}
|
|
1227
|
-
}
|
|
1228
|
-
exports.
|
|
1229
|
-
class InvalidTimeRangeException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
1129
|
+
};
|
|
1130
|
+
exports.InvalidTimeRangeException = class InvalidTimeRangeException extends __BaseException {
|
|
1230
1131
|
name = "InvalidTimeRangeException";
|
|
1231
1132
|
$fault = "client";
|
|
1232
1133
|
constructor(opts) {
|
|
@@ -1237,9 +1138,8 @@ class InvalidTimeRangeException extends CodeDeployServiceException_1.CodeDeployS
|
|
|
1237
1138
|
});
|
|
1238
1139
|
Object.setPrototypeOf(this, InvalidTimeRangeException.prototype);
|
|
1239
1140
|
}
|
|
1240
|
-
}
|
|
1241
|
-
exports.
|
|
1242
|
-
class InvalidRegistrationStatusException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
1141
|
+
};
|
|
1142
|
+
exports.InvalidRegistrationStatusException = class InvalidRegistrationStatusException extends __BaseException {
|
|
1243
1143
|
name = "InvalidRegistrationStatusException";
|
|
1244
1144
|
$fault = "client";
|
|
1245
1145
|
constructor(opts) {
|
|
@@ -1250,9 +1150,8 @@ class InvalidRegistrationStatusException extends CodeDeployServiceException_1.Co
|
|
|
1250
1150
|
});
|
|
1251
1151
|
Object.setPrototypeOf(this, InvalidRegistrationStatusException.prototype);
|
|
1252
1152
|
}
|
|
1253
|
-
}
|
|
1254
|
-
exports.
|
|
1255
|
-
class InvalidTagFilterException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
1153
|
+
};
|
|
1154
|
+
exports.InvalidTagFilterException = class InvalidTagFilterException extends __BaseException {
|
|
1256
1155
|
name = "InvalidTagFilterException";
|
|
1257
1156
|
$fault = "client";
|
|
1258
1157
|
constructor(opts) {
|
|
@@ -1263,9 +1162,8 @@ class InvalidTagFilterException extends CodeDeployServiceException_1.CodeDeployS
|
|
|
1263
1162
|
});
|
|
1264
1163
|
Object.setPrototypeOf(this, InvalidTagFilterException.prototype);
|
|
1265
1164
|
}
|
|
1266
|
-
}
|
|
1267
|
-
exports.
|
|
1268
|
-
class InvalidArnException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
1165
|
+
};
|
|
1166
|
+
exports.InvalidArnException = class InvalidArnException extends __BaseException {
|
|
1269
1167
|
name = "InvalidArnException";
|
|
1270
1168
|
$fault = "client";
|
|
1271
1169
|
constructor(opts) {
|
|
@@ -1276,9 +1174,8 @@ class InvalidArnException extends CodeDeployServiceException_1.CodeDeployService
|
|
|
1276
1174
|
});
|
|
1277
1175
|
Object.setPrototypeOf(this, InvalidArnException.prototype);
|
|
1278
1176
|
}
|
|
1279
|
-
}
|
|
1280
|
-
exports.
|
|
1281
|
-
class ResourceArnRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
1177
|
+
};
|
|
1178
|
+
exports.ResourceArnRequiredException = class ResourceArnRequiredException extends __BaseException {
|
|
1282
1179
|
name = "ResourceArnRequiredException";
|
|
1283
1180
|
$fault = "client";
|
|
1284
1181
|
constructor(opts) {
|
|
@@ -1289,9 +1186,8 @@ class ResourceArnRequiredException extends CodeDeployServiceException_1.CodeDepl
|
|
|
1289
1186
|
});
|
|
1290
1187
|
Object.setPrototypeOf(this, ResourceArnRequiredException.prototype);
|
|
1291
1188
|
}
|
|
1292
|
-
}
|
|
1293
|
-
exports.
|
|
1294
|
-
class InvalidLifecycleEventHookExecutionIdException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
1189
|
+
};
|
|
1190
|
+
exports.InvalidLifecycleEventHookExecutionIdException = class InvalidLifecycleEventHookExecutionIdException extends __BaseException {
|
|
1295
1191
|
name = "InvalidLifecycleEventHookExecutionIdException";
|
|
1296
1192
|
$fault = "client";
|
|
1297
1193
|
constructor(opts) {
|
|
@@ -1302,9 +1198,8 @@ class InvalidLifecycleEventHookExecutionIdException extends CodeDeployServiceExc
|
|
|
1302
1198
|
});
|
|
1303
1199
|
Object.setPrototypeOf(this, InvalidLifecycleEventHookExecutionIdException.prototype);
|
|
1304
1200
|
}
|
|
1305
|
-
}
|
|
1306
|
-
exports.
|
|
1307
|
-
class InvalidLifecycleEventHookExecutionStatusException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
1201
|
+
};
|
|
1202
|
+
exports.InvalidLifecycleEventHookExecutionStatusException = class InvalidLifecycleEventHookExecutionStatusException extends __BaseException {
|
|
1308
1203
|
name = "InvalidLifecycleEventHookExecutionStatusException";
|
|
1309
1204
|
$fault = "client";
|
|
1310
1205
|
constructor(opts) {
|
|
@@ -1315,9 +1210,8 @@ class InvalidLifecycleEventHookExecutionStatusException extends CodeDeployServic
|
|
|
1315
1210
|
});
|
|
1316
1211
|
Object.setPrototypeOf(this, InvalidLifecycleEventHookExecutionStatusException.prototype);
|
|
1317
1212
|
}
|
|
1318
|
-
}
|
|
1319
|
-
exports.
|
|
1320
|
-
class LifecycleEventAlreadyCompletedException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
1213
|
+
};
|
|
1214
|
+
exports.LifecycleEventAlreadyCompletedException = class LifecycleEventAlreadyCompletedException extends __BaseException {
|
|
1321
1215
|
name = "LifecycleEventAlreadyCompletedException";
|
|
1322
1216
|
$fault = "client";
|
|
1323
1217
|
constructor(opts) {
|
|
@@ -1328,9 +1222,8 @@ class LifecycleEventAlreadyCompletedException extends CodeDeployServiceException
|
|
|
1328
1222
|
});
|
|
1329
1223
|
Object.setPrototypeOf(this, LifecycleEventAlreadyCompletedException.prototype);
|
|
1330
1224
|
}
|
|
1331
|
-
}
|
|
1332
|
-
exports.
|
|
1333
|
-
class IamArnRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
1225
|
+
};
|
|
1226
|
+
exports.IamArnRequiredException = class IamArnRequiredException extends __BaseException {
|
|
1334
1227
|
name = "IamArnRequiredException";
|
|
1335
1228
|
$fault = "client";
|
|
1336
1229
|
constructor(opts) {
|
|
@@ -1341,9 +1234,8 @@ class IamArnRequiredException extends CodeDeployServiceException_1.CodeDeploySer
|
|
|
1341
1234
|
});
|
|
1342
1235
|
Object.setPrototypeOf(this, IamArnRequiredException.prototype);
|
|
1343
1236
|
}
|
|
1344
|
-
}
|
|
1345
|
-
exports.
|
|
1346
|
-
class IamSessionArnAlreadyRegisteredException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
1237
|
+
};
|
|
1238
|
+
exports.IamSessionArnAlreadyRegisteredException = class IamSessionArnAlreadyRegisteredException extends __BaseException {
|
|
1347
1239
|
name = "IamSessionArnAlreadyRegisteredException";
|
|
1348
1240
|
$fault = "client";
|
|
1349
1241
|
constructor(opts) {
|
|
@@ -1354,9 +1246,8 @@ class IamSessionArnAlreadyRegisteredException extends CodeDeployServiceException
|
|
|
1354
1246
|
});
|
|
1355
1247
|
Object.setPrototypeOf(this, IamSessionArnAlreadyRegisteredException.prototype);
|
|
1356
1248
|
}
|
|
1357
|
-
}
|
|
1358
|
-
exports.
|
|
1359
|
-
class IamUserArnAlreadyRegisteredException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
1249
|
+
};
|
|
1250
|
+
exports.IamUserArnAlreadyRegisteredException = class IamUserArnAlreadyRegisteredException extends __BaseException {
|
|
1360
1251
|
name = "IamUserArnAlreadyRegisteredException";
|
|
1361
1252
|
$fault = "client";
|
|
1362
1253
|
constructor(opts) {
|
|
@@ -1367,9 +1258,8 @@ class IamUserArnAlreadyRegisteredException extends CodeDeployServiceException_1.
|
|
|
1367
1258
|
});
|
|
1368
1259
|
Object.setPrototypeOf(this, IamUserArnAlreadyRegisteredException.prototype);
|
|
1369
1260
|
}
|
|
1370
|
-
}
|
|
1371
|
-
exports.
|
|
1372
|
-
class IamUserArnRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
1261
|
+
};
|
|
1262
|
+
exports.IamUserArnRequiredException = class IamUserArnRequiredException extends __BaseException {
|
|
1373
1263
|
name = "IamUserArnRequiredException";
|
|
1374
1264
|
$fault = "client";
|
|
1375
1265
|
constructor(opts) {
|
|
@@ -1380,9 +1270,8 @@ class IamUserArnRequiredException extends CodeDeployServiceException_1.CodeDeplo
|
|
|
1380
1270
|
});
|
|
1381
1271
|
Object.setPrototypeOf(this, IamUserArnRequiredException.prototype);
|
|
1382
1272
|
}
|
|
1383
|
-
}
|
|
1384
|
-
exports.
|
|
1385
|
-
class InstanceNameAlreadyRegisteredException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
1273
|
+
};
|
|
1274
|
+
exports.InstanceNameAlreadyRegisteredException = class InstanceNameAlreadyRegisteredException extends __BaseException {
|
|
1386
1275
|
name = "InstanceNameAlreadyRegisteredException";
|
|
1387
1276
|
$fault = "client";
|
|
1388
1277
|
constructor(opts) {
|
|
@@ -1393,9 +1282,8 @@ class InstanceNameAlreadyRegisteredException extends CodeDeployServiceException_
|
|
|
1393
1282
|
});
|
|
1394
1283
|
Object.setPrototypeOf(this, InstanceNameAlreadyRegisteredException.prototype);
|
|
1395
1284
|
}
|
|
1396
|
-
}
|
|
1397
|
-
exports.
|
|
1398
|
-
class InvalidIamSessionArnException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
1285
|
+
};
|
|
1286
|
+
exports.InvalidIamSessionArnException = class InvalidIamSessionArnException extends __BaseException {
|
|
1399
1287
|
name = "InvalidIamSessionArnException";
|
|
1400
1288
|
$fault = "client";
|
|
1401
1289
|
constructor(opts) {
|
|
@@ -1406,9 +1294,8 @@ class InvalidIamSessionArnException extends CodeDeployServiceException_1.CodeDep
|
|
|
1406
1294
|
});
|
|
1407
1295
|
Object.setPrototypeOf(this, InvalidIamSessionArnException.prototype);
|
|
1408
1296
|
}
|
|
1409
|
-
}
|
|
1410
|
-
exports.
|
|
1411
|
-
class InvalidIamUserArnException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
1297
|
+
};
|
|
1298
|
+
exports.InvalidIamUserArnException = class InvalidIamUserArnException extends __BaseException {
|
|
1412
1299
|
name = "InvalidIamUserArnException";
|
|
1413
1300
|
$fault = "client";
|
|
1414
1301
|
constructor(opts) {
|
|
@@ -1419,9 +1306,8 @@ class InvalidIamUserArnException extends CodeDeployServiceException_1.CodeDeploy
|
|
|
1419
1306
|
});
|
|
1420
1307
|
Object.setPrototypeOf(this, InvalidIamUserArnException.prototype);
|
|
1421
1308
|
}
|
|
1422
|
-
}
|
|
1423
|
-
exports.
|
|
1424
|
-
class MultipleIamArnsProvidedException extends CodeDeployServiceException_1.CodeDeployServiceException {
|
|
1309
|
+
};
|
|
1310
|
+
exports.MultipleIamArnsProvidedException = class MultipleIamArnsProvidedException extends __BaseException {
|
|
1425
1311
|
name = "MultipleIamArnsProvidedException";
|
|
1426
1312
|
$fault = "client";
|
|
1427
1313
|
constructor(opts) {
|
|
@@ -1432,5 +1318,4 @@ class MultipleIamArnsProvidedException extends CodeDeployServiceException_1.Code
|
|
|
1432
1318
|
});
|
|
1433
1319
|
Object.setPrototypeOf(this, MultipleIamArnsProvidedException.prototype);
|
|
1434
1320
|
}
|
|
1435
|
-
}
|
|
1436
|
-
exports.MultipleIamArnsProvidedException = MultipleIamArnsProvidedException;
|
|
1321
|
+
};
|