@aws-sdk/client-codedeploy 3.1086.0 → 3.1088.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/CodeDeploy.d.ts +150 -173
  3. package/dist-types/ts3.4/CodeDeployClient.d.ts +6 -18
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AddTagsToOnPremisesInstancesCommand.d.ts +4 -6
  8. package/dist-types/ts3.4/commands/BatchGetApplicationRevisionsCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/BatchGetApplicationsCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/BatchGetDeploymentGroupsCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/BatchGetDeploymentInstancesCommand.d.ts +4 -6
  12. package/dist-types/ts3.4/commands/BatchGetDeploymentTargetsCommand.d.ts +4 -6
  13. package/dist-types/ts3.4/commands/BatchGetDeploymentsCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/BatchGetOnPremisesInstancesCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/ContinueDeploymentCommand.d.ts +2 -3
  16. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +4 -9
  17. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +4 -9
  18. package/dist-types/ts3.4/commands/CreateDeploymentConfigCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/CreateDeploymentGroupCommand.d.ts +5 -10
  20. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +2 -2
  21. package/dist-types/ts3.4/commands/DeleteDeploymentConfigCommand.d.ts +3 -4
  22. package/dist-types/ts3.4/commands/DeleteDeploymentGroupCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/DeleteGitHubAccountTokenCommand.d.ts +4 -9
  24. package/dist-types/ts3.4/commands/DeleteResourcesByExternalIdCommand.d.ts +3 -5
  25. package/dist-types/ts3.4/commands/DeregisterOnPremisesInstanceCommand.d.ts +4 -6
  26. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +3 -5
  27. package/dist-types/ts3.4/commands/GetApplicationRevisionCommand.d.ts +5 -10
  28. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +3 -5
  29. package/dist-types/ts3.4/commands/GetDeploymentConfigCommand.d.ts +5 -10
  30. package/dist-types/ts3.4/commands/GetDeploymentGroupCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/GetDeploymentInstanceCommand.d.ts +5 -10
  32. package/dist-types/ts3.4/commands/GetDeploymentTargetCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/GetOnPremisesInstanceCommand.d.ts +5 -10
  34. package/dist-types/ts3.4/commands/ListApplicationRevisionsCommand.d.ts +5 -10
  35. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +3 -8
  36. package/dist-types/ts3.4/commands/ListDeploymentConfigsCommand.d.ts +4 -9
  37. package/dist-types/ts3.4/commands/ListDeploymentGroupsCommand.d.ts +5 -10
  38. package/dist-types/ts3.4/commands/ListDeploymentInstancesCommand.d.ts +5 -10
  39. package/dist-types/ts3.4/commands/ListDeploymentTargetsCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +3 -8
  41. package/dist-types/ts3.4/commands/ListGitHubAccountTokenNamesCommand.d.ts +3 -5
  42. package/dist-types/ts3.4/commands/ListOnPremisesInstancesCommand.d.ts +4 -9
  43. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  44. package/dist-types/ts3.4/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +3 -5
  45. package/dist-types/ts3.4/commands/RegisterApplicationRevisionCommand.d.ts +4 -6
  46. package/dist-types/ts3.4/commands/RegisterOnPremisesInstanceCommand.d.ts +4 -6
  47. package/dist-types/ts3.4/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +4 -6
  48. package/dist-types/ts3.4/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +3 -5
  49. package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +3 -5
  50. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  51. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
  52. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/UpdateDeploymentGroupCommand.d.ts +5 -10
  54. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  55. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  56. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  57. package/dist-types/ts3.4/models/enums.d.ts +19 -38
  58. package/dist-types/ts3.4/models/errors.d.ts +110 -487
  59. package/dist-types/ts3.4/models/models_0.d.ts +5 -15
  60. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  61. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  62. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  63. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  64. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  65. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  66. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  67. package/dist-types/ts3.4/waiters/waitForDeploymentSuccessful.d.ts +3 -5
  68. package/package.json +39 -39
@@ -3,412 +3,241 @@ import { CodeDeployServiceException as __BaseException } from "./CodeDeployServi
3
3
  export declare class InstanceLimitExceededException extends __BaseException {
4
4
  readonly name: "InstanceLimitExceededException";
5
5
  readonly $fault: "client";
6
- constructor(
7
- opts: __ExceptionOptionType<InstanceLimitExceededException, __BaseException>
8
- );
6
+ constructor(opts: __ExceptionOptionType<InstanceLimitExceededException, __BaseException>);
9
7
  }
10
8
  export declare class InstanceNameRequiredException extends __BaseException {
11
9
  readonly name: "InstanceNameRequiredException";
12
10
  readonly $fault: "client";
13
- constructor(
14
- opts: __ExceptionOptionType<InstanceNameRequiredException, __BaseException>
15
- );
11
+ constructor(opts: __ExceptionOptionType<InstanceNameRequiredException, __BaseException>);
16
12
  }
17
13
  export declare class InstanceNotRegisteredException extends __BaseException {
18
14
  readonly name: "InstanceNotRegisteredException";
19
15
  readonly $fault: "client";
20
- constructor(
21
- opts: __ExceptionOptionType<InstanceNotRegisteredException, __BaseException>
22
- );
16
+ constructor(opts: __ExceptionOptionType<InstanceNotRegisteredException, __BaseException>);
23
17
  }
24
18
  export declare class InvalidInstanceNameException extends __BaseException {
25
19
  readonly name: "InvalidInstanceNameException";
26
20
  readonly $fault: "client";
27
- constructor(
28
- opts: __ExceptionOptionType<InvalidInstanceNameException, __BaseException>
29
- );
21
+ constructor(opts: __ExceptionOptionType<InvalidInstanceNameException, __BaseException>);
30
22
  }
31
23
  export declare class InvalidTagException extends __BaseException {
32
24
  readonly name: "InvalidTagException";
33
25
  readonly $fault: "client";
34
- constructor(
35
- opts: __ExceptionOptionType<InvalidTagException, __BaseException>
36
- );
26
+ constructor(opts: __ExceptionOptionType<InvalidTagException, __BaseException>);
37
27
  }
38
28
  export declare class TagLimitExceededException extends __BaseException {
39
29
  readonly name: "TagLimitExceededException";
40
30
  readonly $fault: "client";
41
- constructor(
42
- opts: __ExceptionOptionType<TagLimitExceededException, __BaseException>
43
- );
31
+ constructor(opts: __ExceptionOptionType<TagLimitExceededException, __BaseException>);
44
32
  }
45
33
  export declare class TagRequiredException extends __BaseException {
46
34
  readonly name: "TagRequiredException";
47
35
  readonly $fault: "client";
48
- constructor(
49
- opts: __ExceptionOptionType<TagRequiredException, __BaseException>
50
- );
36
+ constructor(opts: __ExceptionOptionType<TagRequiredException, __BaseException>);
51
37
  }
52
38
  export declare class AlarmsLimitExceededException extends __BaseException {
53
39
  readonly name: "AlarmsLimitExceededException";
54
40
  readonly $fault: "client";
55
- constructor(
56
- opts: __ExceptionOptionType<AlarmsLimitExceededException, __BaseException>
57
- );
41
+ constructor(opts: __ExceptionOptionType<AlarmsLimitExceededException, __BaseException>);
58
42
  }
59
43
  export declare class ApplicationAlreadyExistsException extends __BaseException {
60
44
  readonly name: "ApplicationAlreadyExistsException";
61
45
  readonly $fault: "client";
62
- constructor(
63
- opts: __ExceptionOptionType<
64
- ApplicationAlreadyExistsException,
65
- __BaseException
66
- >
67
- );
46
+ constructor(opts: __ExceptionOptionType<ApplicationAlreadyExistsException, __BaseException>);
68
47
  }
69
48
  export declare class ApplicationDoesNotExistException extends __BaseException {
70
49
  readonly name: "ApplicationDoesNotExistException";
71
50
  readonly $fault: "client";
72
- constructor(
73
- opts: __ExceptionOptionType<
74
- ApplicationDoesNotExistException,
75
- __BaseException
76
- >
77
- );
51
+ constructor(opts: __ExceptionOptionType<ApplicationDoesNotExistException, __BaseException>);
78
52
  }
79
53
  export declare class ApplicationLimitExceededException extends __BaseException {
80
54
  readonly name: "ApplicationLimitExceededException";
81
55
  readonly $fault: "client";
82
- constructor(
83
- opts: __ExceptionOptionType<
84
- ApplicationLimitExceededException,
85
- __BaseException
86
- >
87
- );
56
+ constructor(opts: __ExceptionOptionType<ApplicationLimitExceededException, __BaseException>);
88
57
  }
89
58
  export declare class ApplicationNameRequiredException extends __BaseException {
90
59
  readonly name: "ApplicationNameRequiredException";
91
60
  readonly $fault: "client";
92
- constructor(
93
- opts: __ExceptionOptionType<
94
- ApplicationNameRequiredException,
95
- __BaseException
96
- >
97
- );
61
+ constructor(opts: __ExceptionOptionType<ApplicationNameRequiredException, __BaseException>);
98
62
  }
99
63
  export declare class ArnNotSupportedException extends __BaseException {
100
64
  readonly name: "ArnNotSupportedException";
101
65
  readonly $fault: "client";
102
- constructor(
103
- opts: __ExceptionOptionType<ArnNotSupportedException, __BaseException>
104
- );
66
+ constructor(opts: __ExceptionOptionType<ArnNotSupportedException, __BaseException>);
105
67
  }
106
68
  export declare class BatchLimitExceededException extends __BaseException {
107
69
  readonly name: "BatchLimitExceededException";
108
70
  readonly $fault: "client";
109
- constructor(
110
- opts: __ExceptionOptionType<BatchLimitExceededException, __BaseException>
111
- );
71
+ constructor(opts: __ExceptionOptionType<BatchLimitExceededException, __BaseException>);
112
72
  }
113
73
  export declare class InvalidApplicationNameException extends __BaseException {
114
74
  readonly name: "InvalidApplicationNameException";
115
75
  readonly $fault: "client";
116
- constructor(
117
- opts: __ExceptionOptionType<
118
- InvalidApplicationNameException,
119
- __BaseException
120
- >
121
- );
76
+ constructor(opts: __ExceptionOptionType<InvalidApplicationNameException, __BaseException>);
122
77
  }
123
78
  export declare class InvalidRevisionException extends __BaseException {
124
79
  readonly name: "InvalidRevisionException";
125
80
  readonly $fault: "client";
126
- constructor(
127
- opts: __ExceptionOptionType<InvalidRevisionException, __BaseException>
128
- );
81
+ constructor(opts: __ExceptionOptionType<InvalidRevisionException, __BaseException>);
129
82
  }
130
83
  export declare class RevisionRequiredException extends __BaseException {
131
84
  readonly name: "RevisionRequiredException";
132
85
  readonly $fault: "client";
133
- constructor(
134
- opts: __ExceptionOptionType<RevisionRequiredException, __BaseException>
135
- );
86
+ constructor(opts: __ExceptionOptionType<RevisionRequiredException, __BaseException>);
136
87
  }
137
88
  export declare class DeploymentConfigDoesNotExistException extends __BaseException {
138
89
  readonly name: "DeploymentConfigDoesNotExistException";
139
90
  readonly $fault: "client";
140
- constructor(
141
- opts: __ExceptionOptionType<
142
- DeploymentConfigDoesNotExistException,
143
- __BaseException
144
- >
145
- );
91
+ constructor(opts: __ExceptionOptionType<DeploymentConfigDoesNotExistException, __BaseException>);
146
92
  }
147
93
  export declare class DeploymentGroupNameRequiredException extends __BaseException {
148
94
  readonly name: "DeploymentGroupNameRequiredException";
149
95
  readonly $fault: "client";
150
- constructor(
151
- opts: __ExceptionOptionType<
152
- DeploymentGroupNameRequiredException,
153
- __BaseException
154
- >
155
- );
96
+ constructor(opts: __ExceptionOptionType<DeploymentGroupNameRequiredException, __BaseException>);
156
97
  }
157
98
  export declare class InvalidDeploymentGroupNameException extends __BaseException {
158
99
  readonly name: "InvalidDeploymentGroupNameException";
159
100
  readonly $fault: "client";
160
- constructor(
161
- opts: __ExceptionOptionType<
162
- InvalidDeploymentGroupNameException,
163
- __BaseException
164
- >
165
- );
101
+ constructor(opts: __ExceptionOptionType<InvalidDeploymentGroupNameException, __BaseException>);
166
102
  }
167
103
  export declare class DeploymentDoesNotExistException extends __BaseException {
168
104
  readonly name: "DeploymentDoesNotExistException";
169
105
  readonly $fault: "client";
170
- constructor(
171
- opts: __ExceptionOptionType<
172
- DeploymentDoesNotExistException,
173
- __BaseException
174
- >
175
- );
106
+ constructor(opts: __ExceptionOptionType<DeploymentDoesNotExistException, __BaseException>);
176
107
  }
177
108
  export declare class DeploymentIdRequiredException extends __BaseException {
178
109
  readonly name: "DeploymentIdRequiredException";
179
110
  readonly $fault: "client";
180
- constructor(
181
- opts: __ExceptionOptionType<DeploymentIdRequiredException, __BaseException>
182
- );
111
+ constructor(opts: __ExceptionOptionType<DeploymentIdRequiredException, __BaseException>);
183
112
  }
184
113
  export declare class InstanceIdRequiredException extends __BaseException {
185
114
  readonly name: "InstanceIdRequiredException";
186
115
  readonly $fault: "client";
187
- constructor(
188
- opts: __ExceptionOptionType<InstanceIdRequiredException, __BaseException>
189
- );
116
+ constructor(opts: __ExceptionOptionType<InstanceIdRequiredException, __BaseException>);
190
117
  }
191
118
  export declare class InvalidComputePlatformException extends __BaseException {
192
119
  readonly name: "InvalidComputePlatformException";
193
120
  readonly $fault: "client";
194
- constructor(
195
- opts: __ExceptionOptionType<
196
- InvalidComputePlatformException,
197
- __BaseException
198
- >
199
- );
121
+ constructor(opts: __ExceptionOptionType<InvalidComputePlatformException, __BaseException>);
200
122
  }
201
123
  export declare class InvalidDeploymentIdException extends __BaseException {
202
124
  readonly name: "InvalidDeploymentIdException";
203
125
  readonly $fault: "client";
204
- constructor(
205
- opts: __ExceptionOptionType<InvalidDeploymentIdException, __BaseException>
206
- );
126
+ constructor(opts: __ExceptionOptionType<InvalidDeploymentIdException, __BaseException>);
207
127
  }
208
128
  export declare class DeploymentNotStartedException extends __BaseException {
209
129
  readonly name: "DeploymentNotStartedException";
210
130
  readonly $fault: "client";
211
- constructor(
212
- opts: __ExceptionOptionType<DeploymentNotStartedException, __BaseException>
213
- );
131
+ constructor(opts: __ExceptionOptionType<DeploymentNotStartedException, __BaseException>);
214
132
  }
215
133
  export declare class DeploymentTargetDoesNotExistException extends __BaseException {
216
134
  readonly name: "DeploymentTargetDoesNotExistException";
217
135
  readonly $fault: "client";
218
- constructor(
219
- opts: __ExceptionOptionType<
220
- DeploymentTargetDoesNotExistException,
221
- __BaseException
222
- >
223
- );
136
+ constructor(opts: __ExceptionOptionType<DeploymentTargetDoesNotExistException, __BaseException>);
224
137
  }
225
138
  export declare class DeploymentTargetIdRequiredException extends __BaseException {
226
139
  readonly name: "DeploymentTargetIdRequiredException";
227
140
  readonly $fault: "client";
228
- constructor(
229
- opts: __ExceptionOptionType<
230
- DeploymentTargetIdRequiredException,
231
- __BaseException
232
- >
233
- );
141
+ constructor(opts: __ExceptionOptionType<DeploymentTargetIdRequiredException, __BaseException>);
234
142
  }
235
143
  export declare class DeploymentTargetListSizeExceededException extends __BaseException {
236
144
  readonly name: "DeploymentTargetListSizeExceededException";
237
145
  readonly $fault: "client";
238
146
  constructor(
239
- opts: __ExceptionOptionType<
240
- DeploymentTargetListSizeExceededException,
241
- __BaseException
242
- >
147
+ opts: __ExceptionOptionType<DeploymentTargetListSizeExceededException, __BaseException>,
243
148
  );
244
149
  }
245
150
  export declare class InstanceDoesNotExistException extends __BaseException {
246
151
  readonly name: "InstanceDoesNotExistException";
247
152
  readonly $fault: "client";
248
- constructor(
249
- opts: __ExceptionOptionType<InstanceDoesNotExistException, __BaseException>
250
- );
153
+ constructor(opts: __ExceptionOptionType<InstanceDoesNotExistException, __BaseException>);
251
154
  }
252
155
  export declare class InvalidDeploymentTargetIdException extends __BaseException {
253
156
  readonly name: "InvalidDeploymentTargetIdException";
254
157
  readonly $fault: "client";
255
- constructor(
256
- opts: __ExceptionOptionType<
257
- InvalidDeploymentTargetIdException,
258
- __BaseException
259
- >
260
- );
158
+ constructor(opts: __ExceptionOptionType<InvalidDeploymentTargetIdException, __BaseException>);
261
159
  }
262
160
  export declare class BucketNameFilterRequiredException extends __BaseException {
263
161
  readonly name: "BucketNameFilterRequiredException";
264
162
  readonly $fault: "client";
265
- constructor(
266
- opts: __ExceptionOptionType<
267
- BucketNameFilterRequiredException,
268
- __BaseException
269
- >
270
- );
163
+ constructor(opts: __ExceptionOptionType<BucketNameFilterRequiredException, __BaseException>);
271
164
  }
272
165
  export declare class DeploymentAlreadyCompletedException extends __BaseException {
273
166
  readonly name: "DeploymentAlreadyCompletedException";
274
167
  readonly $fault: "client";
275
- constructor(
276
- opts: __ExceptionOptionType<
277
- DeploymentAlreadyCompletedException,
278
- __BaseException
279
- >
280
- );
168
+ constructor(opts: __ExceptionOptionType<DeploymentAlreadyCompletedException, __BaseException>);
281
169
  }
282
170
  export declare class DeploymentIsNotInReadyStateException extends __BaseException {
283
171
  readonly name: "DeploymentIsNotInReadyStateException";
284
172
  readonly $fault: "client";
285
- constructor(
286
- opts: __ExceptionOptionType<
287
- DeploymentIsNotInReadyStateException,
288
- __BaseException
289
- >
290
- );
173
+ constructor(opts: __ExceptionOptionType<DeploymentIsNotInReadyStateException, __BaseException>);
291
174
  }
292
175
  export declare class InvalidDeploymentStatusException extends __BaseException {
293
176
  readonly name: "InvalidDeploymentStatusException";
294
177
  readonly $fault: "client";
295
- constructor(
296
- opts: __ExceptionOptionType<
297
- InvalidDeploymentStatusException,
298
- __BaseException
299
- >
300
- );
178
+ constructor(opts: __ExceptionOptionType<InvalidDeploymentStatusException, __BaseException>);
301
179
  }
302
180
  export declare class InvalidDeploymentWaitTypeException extends __BaseException {
303
181
  readonly name: "InvalidDeploymentWaitTypeException";
304
182
  readonly $fault: "client";
305
- constructor(
306
- opts: __ExceptionOptionType<
307
- InvalidDeploymentWaitTypeException,
308
- __BaseException
309
- >
310
- );
183
+ constructor(opts: __ExceptionOptionType<InvalidDeploymentWaitTypeException, __BaseException>);
311
184
  }
312
185
  export declare class UnsupportedActionForDeploymentTypeException extends __BaseException {
313
186
  readonly name: "UnsupportedActionForDeploymentTypeException";
314
187
  readonly $fault: "client";
315
188
  constructor(
316
- opts: __ExceptionOptionType<
317
- UnsupportedActionForDeploymentTypeException,
318
- __BaseException
319
- >
189
+ opts: __ExceptionOptionType<UnsupportedActionForDeploymentTypeException, __BaseException>,
320
190
  );
321
191
  }
322
192
  export declare class InvalidTagsToAddException extends __BaseException {
323
193
  readonly name: "InvalidTagsToAddException";
324
194
  readonly $fault: "client";
325
- constructor(
326
- opts: __ExceptionOptionType<InvalidTagsToAddException, __BaseException>
327
- );
195
+ constructor(opts: __ExceptionOptionType<InvalidTagsToAddException, __BaseException>);
328
196
  }
329
197
  export declare class DeploymentGroupDoesNotExistException extends __BaseException {
330
198
  readonly name: "DeploymentGroupDoesNotExistException";
331
199
  readonly $fault: "client";
332
- constructor(
333
- opts: __ExceptionOptionType<
334
- DeploymentGroupDoesNotExistException,
335
- __BaseException
336
- >
337
- );
200
+ constructor(opts: __ExceptionOptionType<DeploymentGroupDoesNotExistException, __BaseException>);
338
201
  }
339
202
  export declare class DeploymentLimitExceededException extends __BaseException {
340
203
  readonly name: "DeploymentLimitExceededException";
341
204
  readonly $fault: "client";
342
- constructor(
343
- opts: __ExceptionOptionType<
344
- DeploymentLimitExceededException,
345
- __BaseException
346
- >
347
- );
205
+ constructor(opts: __ExceptionOptionType<DeploymentLimitExceededException, __BaseException>);
348
206
  }
349
207
  export declare class DescriptionTooLongException extends __BaseException {
350
208
  readonly name: "DescriptionTooLongException";
351
209
  readonly $fault: "client";
352
- constructor(
353
- opts: __ExceptionOptionType<DescriptionTooLongException, __BaseException>
354
- );
210
+ constructor(opts: __ExceptionOptionType<DescriptionTooLongException, __BaseException>);
355
211
  }
356
212
  export declare class InvalidAlarmConfigException extends __BaseException {
357
213
  readonly name: "InvalidAlarmConfigException";
358
214
  readonly $fault: "client";
359
- constructor(
360
- opts: __ExceptionOptionType<InvalidAlarmConfigException, __BaseException>
361
- );
215
+ constructor(opts: __ExceptionOptionType<InvalidAlarmConfigException, __BaseException>);
362
216
  }
363
217
  export declare class InvalidAutoRollbackConfigException extends __BaseException {
364
218
  readonly name: "InvalidAutoRollbackConfigException";
365
219
  readonly $fault: "client";
366
- constructor(
367
- opts: __ExceptionOptionType<
368
- InvalidAutoRollbackConfigException,
369
- __BaseException
370
- >
371
- );
220
+ constructor(opts: __ExceptionOptionType<InvalidAutoRollbackConfigException, __BaseException>);
372
221
  }
373
222
  export declare class InvalidAutoScalingGroupException extends __BaseException {
374
223
  readonly name: "InvalidAutoScalingGroupException";
375
224
  readonly $fault: "client";
376
- constructor(
377
- opts: __ExceptionOptionType<
378
- InvalidAutoScalingGroupException,
379
- __BaseException
380
- >
381
- );
225
+ constructor(opts: __ExceptionOptionType<InvalidAutoScalingGroupException, __BaseException>);
382
226
  }
383
227
  export declare class InvalidDeploymentConfigNameException extends __BaseException {
384
228
  readonly name: "InvalidDeploymentConfigNameException";
385
229
  readonly $fault: "client";
386
- constructor(
387
- opts: __ExceptionOptionType<
388
- InvalidDeploymentConfigNameException,
389
- __BaseException
390
- >
391
- );
230
+ constructor(opts: __ExceptionOptionType<InvalidDeploymentConfigNameException, __BaseException>);
392
231
  }
393
232
  export declare class InvalidFileExistsBehaviorException extends __BaseException {
394
233
  readonly name: "InvalidFileExistsBehaviorException";
395
234
  readonly $fault: "client";
396
- constructor(
397
- opts: __ExceptionOptionType<
398
- InvalidFileExistsBehaviorException,
399
- __BaseException
400
- >
401
- );
235
+ constructor(opts: __ExceptionOptionType<InvalidFileExistsBehaviorException, __BaseException>);
402
236
  }
403
237
  export declare class InvalidGitHubAccountTokenException extends __BaseException {
404
238
  readonly name: "InvalidGitHubAccountTokenException";
405
239
  readonly $fault: "client";
406
- constructor(
407
- opts: __ExceptionOptionType<
408
- InvalidGitHubAccountTokenException,
409
- __BaseException
410
- >
411
- );
240
+ constructor(opts: __ExceptionOptionType<InvalidGitHubAccountTokenException, __BaseException>);
412
241
  }
413
242
  export declare class InvalidIgnoreApplicationStopFailuresValueException extends __BaseException {
414
243
  readonly name: "InvalidIgnoreApplicationStopFailuresValueException";
@@ -417,548 +246,342 @@ export declare class InvalidIgnoreApplicationStopFailuresValueException extends
417
246
  opts: __ExceptionOptionType<
418
247
  InvalidIgnoreApplicationStopFailuresValueException,
419
248
  __BaseException
420
- >
249
+ >,
421
250
  );
422
251
  }
423
252
  export declare class InvalidLoadBalancerInfoException extends __BaseException {
424
253
  readonly name: "InvalidLoadBalancerInfoException";
425
254
  readonly $fault: "client";
426
- constructor(
427
- opts: __ExceptionOptionType<
428
- InvalidLoadBalancerInfoException,
429
- __BaseException
430
- >
431
- );
255
+ constructor(opts: __ExceptionOptionType<InvalidLoadBalancerInfoException, __BaseException>);
432
256
  }
433
257
  export declare class InvalidRoleException extends __BaseException {
434
258
  readonly name: "InvalidRoleException";
435
259
  readonly $fault: "client";
436
- constructor(
437
- opts: __ExceptionOptionType<InvalidRoleException, __BaseException>
438
- );
260
+ constructor(opts: __ExceptionOptionType<InvalidRoleException, __BaseException>);
439
261
  }
440
262
  export declare class InvalidTargetInstancesException extends __BaseException {
441
263
  readonly name: "InvalidTargetInstancesException";
442
264
  readonly $fault: "client";
443
- constructor(
444
- opts: __ExceptionOptionType<
445
- InvalidTargetInstancesException,
446
- __BaseException
447
- >
448
- );
265
+ constructor(opts: __ExceptionOptionType<InvalidTargetInstancesException, __BaseException>);
449
266
  }
450
267
  export declare class InvalidTrafficRoutingConfigurationException extends __BaseException {
451
268
  readonly name: "InvalidTrafficRoutingConfigurationException";
452
269
  readonly $fault: "client";
453
270
  constructor(
454
- opts: __ExceptionOptionType<
455
- InvalidTrafficRoutingConfigurationException,
456
- __BaseException
457
- >
271
+ opts: __ExceptionOptionType<InvalidTrafficRoutingConfigurationException, __BaseException>,
458
272
  );
459
273
  }
460
274
  export declare class InvalidUpdateOutdatedInstancesOnlyValueException extends __BaseException {
461
275
  readonly name: "InvalidUpdateOutdatedInstancesOnlyValueException";
462
276
  readonly $fault: "client";
463
277
  constructor(
464
- opts: __ExceptionOptionType<
465
- InvalidUpdateOutdatedInstancesOnlyValueException,
466
- __BaseException
467
- >
278
+ opts: __ExceptionOptionType<InvalidUpdateOutdatedInstancesOnlyValueException, __BaseException>,
468
279
  );
469
280
  }
470
281
  export declare class RevisionDoesNotExistException extends __BaseException {
471
282
  readonly name: "RevisionDoesNotExistException";
472
283
  readonly $fault: "client";
473
- constructor(
474
- opts: __ExceptionOptionType<RevisionDoesNotExistException, __BaseException>
475
- );
284
+ constructor(opts: __ExceptionOptionType<RevisionDoesNotExistException, __BaseException>);
476
285
  }
477
286
  export declare class ThrottlingException extends __BaseException {
478
287
  readonly name: "ThrottlingException";
479
288
  readonly $fault: "client";
480
- constructor(
481
- opts: __ExceptionOptionType<ThrottlingException, __BaseException>
482
- );
289
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
483
290
  }
484
291
  export declare class DeploymentConfigAlreadyExistsException extends __BaseException {
485
292
  readonly name: "DeploymentConfigAlreadyExistsException";
486
293
  readonly $fault: "client";
487
- constructor(
488
- opts: __ExceptionOptionType<
489
- DeploymentConfigAlreadyExistsException,
490
- __BaseException
491
- >
492
- );
294
+ constructor(opts: __ExceptionOptionType<DeploymentConfigAlreadyExistsException, __BaseException>);
493
295
  }
494
296
  export declare class DeploymentConfigLimitExceededException extends __BaseException {
495
297
  readonly name: "DeploymentConfigLimitExceededException";
496
298
  readonly $fault: "client";
497
- constructor(
498
- opts: __ExceptionOptionType<
499
- DeploymentConfigLimitExceededException,
500
- __BaseException
501
- >
502
- );
299
+ constructor(opts: __ExceptionOptionType<DeploymentConfigLimitExceededException, __BaseException>);
503
300
  }
504
301
  export declare class DeploymentConfigNameRequiredException extends __BaseException {
505
302
  readonly name: "DeploymentConfigNameRequiredException";
506
303
  readonly $fault: "client";
507
- constructor(
508
- opts: __ExceptionOptionType<
509
- DeploymentConfigNameRequiredException,
510
- __BaseException
511
- >
512
- );
304
+ constructor(opts: __ExceptionOptionType<DeploymentConfigNameRequiredException, __BaseException>);
513
305
  }
514
306
  export declare class InvalidMinimumHealthyHostValueException extends __BaseException {
515
307
  readonly name: "InvalidMinimumHealthyHostValueException";
516
308
  readonly $fault: "client";
517
309
  constructor(
518
- opts: __ExceptionOptionType<
519
- InvalidMinimumHealthyHostValueException,
520
- __BaseException
521
- >
310
+ opts: __ExceptionOptionType<InvalidMinimumHealthyHostValueException, __BaseException>,
522
311
  );
523
312
  }
524
313
  export declare class InvalidZonalDeploymentConfigurationException extends __BaseException {
525
314
  readonly name: "InvalidZonalDeploymentConfigurationException";
526
315
  readonly $fault: "client";
527
316
  constructor(
528
- opts: __ExceptionOptionType<
529
- InvalidZonalDeploymentConfigurationException,
530
- __BaseException
531
- >
317
+ opts: __ExceptionOptionType<InvalidZonalDeploymentConfigurationException, __BaseException>,
532
318
  );
533
319
  }
534
320
  export declare class DeploymentGroupAlreadyExistsException extends __BaseException {
535
321
  readonly name: "DeploymentGroupAlreadyExistsException";
536
322
  readonly $fault: "client";
537
- constructor(
538
- opts: __ExceptionOptionType<
539
- DeploymentGroupAlreadyExistsException,
540
- __BaseException
541
- >
542
- );
323
+ constructor(opts: __ExceptionOptionType<DeploymentGroupAlreadyExistsException, __BaseException>);
543
324
  }
544
325
  export declare class DeploymentGroupLimitExceededException extends __BaseException {
545
326
  readonly name: "DeploymentGroupLimitExceededException";
546
327
  readonly $fault: "client";
547
- constructor(
548
- opts: __ExceptionOptionType<
549
- DeploymentGroupLimitExceededException,
550
- __BaseException
551
- >
552
- );
328
+ constructor(opts: __ExceptionOptionType<DeploymentGroupLimitExceededException, __BaseException>);
553
329
  }
554
330
  export declare class ECSServiceMappingLimitExceededException extends __BaseException {
555
331
  readonly name: "ECSServiceMappingLimitExceededException";
556
332
  readonly $fault: "client";
557
333
  constructor(
558
- opts: __ExceptionOptionType<
559
- ECSServiceMappingLimitExceededException,
560
- __BaseException
561
- >
334
+ opts: __ExceptionOptionType<ECSServiceMappingLimitExceededException, __BaseException>,
562
335
  );
563
336
  }
564
337
  export declare class InvalidBlueGreenDeploymentConfigurationException extends __BaseException {
565
338
  readonly name: "InvalidBlueGreenDeploymentConfigurationException";
566
339
  readonly $fault: "client";
567
340
  constructor(
568
- opts: __ExceptionOptionType<
569
- InvalidBlueGreenDeploymentConfigurationException,
570
- __BaseException
571
- >
341
+ opts: __ExceptionOptionType<InvalidBlueGreenDeploymentConfigurationException, __BaseException>,
572
342
  );
573
343
  }
574
344
  export declare class InvalidDeploymentStyleException extends __BaseException {
575
345
  readonly name: "InvalidDeploymentStyleException";
576
346
  readonly $fault: "client";
577
- constructor(
578
- opts: __ExceptionOptionType<
579
- InvalidDeploymentStyleException,
580
- __BaseException
581
- >
582
- );
347
+ constructor(opts: __ExceptionOptionType<InvalidDeploymentStyleException, __BaseException>);
583
348
  }
584
349
  export declare class InvalidEC2TagCombinationException extends __BaseException {
585
350
  readonly name: "InvalidEC2TagCombinationException";
586
351
  readonly $fault: "client";
587
- constructor(
588
- opts: __ExceptionOptionType<
589
- InvalidEC2TagCombinationException,
590
- __BaseException
591
- >
592
- );
352
+ constructor(opts: __ExceptionOptionType<InvalidEC2TagCombinationException, __BaseException>);
593
353
  }
594
354
  export declare class InvalidEC2TagException extends __BaseException {
595
355
  readonly name: "InvalidEC2TagException";
596
356
  readonly $fault: "client";
597
- constructor(
598
- opts: __ExceptionOptionType<InvalidEC2TagException, __BaseException>
599
- );
357
+ constructor(opts: __ExceptionOptionType<InvalidEC2TagException, __BaseException>);
600
358
  }
601
359
  export declare class InvalidECSServiceException extends __BaseException {
602
360
  readonly name: "InvalidECSServiceException";
603
361
  readonly $fault: "client";
604
- constructor(
605
- opts: __ExceptionOptionType<InvalidECSServiceException, __BaseException>
606
- );
362
+ constructor(opts: __ExceptionOptionType<InvalidECSServiceException, __BaseException>);
607
363
  }
608
364
  export declare class InvalidInputException extends __BaseException {
609
365
  readonly name: "InvalidInputException";
610
366
  readonly $fault: "client";
611
- constructor(
612
- opts: __ExceptionOptionType<InvalidInputException, __BaseException>
613
- );
367
+ constructor(opts: __ExceptionOptionType<InvalidInputException, __BaseException>);
614
368
  }
615
369
  export declare class InvalidOnPremisesTagCombinationException extends __BaseException {
616
370
  readonly name: "InvalidOnPremisesTagCombinationException";
617
371
  readonly $fault: "client";
618
372
  constructor(
619
- opts: __ExceptionOptionType<
620
- InvalidOnPremisesTagCombinationException,
621
- __BaseException
622
- >
373
+ opts: __ExceptionOptionType<InvalidOnPremisesTagCombinationException, __BaseException>,
623
374
  );
624
375
  }
625
376
  export declare class InvalidTargetGroupPairException extends __BaseException {
626
377
  readonly name: "InvalidTargetGroupPairException";
627
378
  readonly $fault: "client";
628
- constructor(
629
- opts: __ExceptionOptionType<
630
- InvalidTargetGroupPairException,
631
- __BaseException
632
- >
633
- );
379
+ constructor(opts: __ExceptionOptionType<InvalidTargetGroupPairException, __BaseException>);
634
380
  }
635
381
  export declare class InvalidTriggerConfigException extends __BaseException {
636
382
  readonly name: "InvalidTriggerConfigException";
637
383
  readonly $fault: "client";
638
- constructor(
639
- opts: __ExceptionOptionType<InvalidTriggerConfigException, __BaseException>
640
- );
384
+ constructor(opts: __ExceptionOptionType<InvalidTriggerConfigException, __BaseException>);
641
385
  }
642
386
  export declare class LifecycleHookLimitExceededException extends __BaseException {
643
387
  readonly name: "LifecycleHookLimitExceededException";
644
388
  readonly $fault: "client";
645
- constructor(
646
- opts: __ExceptionOptionType<
647
- LifecycleHookLimitExceededException,
648
- __BaseException
649
- >
650
- );
389
+ constructor(opts: __ExceptionOptionType<LifecycleHookLimitExceededException, __BaseException>);
651
390
  }
652
391
  export declare class RoleRequiredException extends __BaseException {
653
392
  readonly name: "RoleRequiredException";
654
393
  readonly $fault: "client";
655
- constructor(
656
- opts: __ExceptionOptionType<RoleRequiredException, __BaseException>
657
- );
394
+ constructor(opts: __ExceptionOptionType<RoleRequiredException, __BaseException>);
658
395
  }
659
396
  export declare class TagSetListLimitExceededException extends __BaseException {
660
397
  readonly name: "TagSetListLimitExceededException";
661
398
  readonly $fault: "client";
662
- constructor(
663
- opts: __ExceptionOptionType<
664
- TagSetListLimitExceededException,
665
- __BaseException
666
- >
667
- );
399
+ constructor(opts: __ExceptionOptionType<TagSetListLimitExceededException, __BaseException>);
668
400
  }
669
401
  export declare class TriggerTargetsLimitExceededException extends __BaseException {
670
402
  readonly name: "TriggerTargetsLimitExceededException";
671
403
  readonly $fault: "client";
672
- constructor(
673
- opts: __ExceptionOptionType<
674
- TriggerTargetsLimitExceededException,
675
- __BaseException
676
- >
677
- );
404
+ constructor(opts: __ExceptionOptionType<TriggerTargetsLimitExceededException, __BaseException>);
678
405
  }
679
406
  export declare class DeploymentConfigInUseException extends __BaseException {
680
407
  readonly name: "DeploymentConfigInUseException";
681
408
  readonly $fault: "client";
682
- constructor(
683
- opts: __ExceptionOptionType<DeploymentConfigInUseException, __BaseException>
684
- );
409
+ constructor(opts: __ExceptionOptionType<DeploymentConfigInUseException, __BaseException>);
685
410
  }
686
411
  export declare class InvalidOperationException extends __BaseException {
687
412
  readonly name: "InvalidOperationException";
688
413
  readonly $fault: "client";
689
- constructor(
690
- opts: __ExceptionOptionType<InvalidOperationException, __BaseException>
691
- );
414
+ constructor(opts: __ExceptionOptionType<InvalidOperationException, __BaseException>);
692
415
  }
693
416
  export declare class GitHubAccountTokenDoesNotExistException extends __BaseException {
694
417
  readonly name: "GitHubAccountTokenDoesNotExistException";
695
418
  readonly $fault: "client";
696
419
  constructor(
697
- opts: __ExceptionOptionType<
698
- GitHubAccountTokenDoesNotExistException,
699
- __BaseException
700
- >
420
+ opts: __ExceptionOptionType<GitHubAccountTokenDoesNotExistException, __BaseException>,
701
421
  );
702
422
  }
703
423
  export declare class GitHubAccountTokenNameRequiredException extends __BaseException {
704
424
  readonly name: "GitHubAccountTokenNameRequiredException";
705
425
  readonly $fault: "client";
706
426
  constructor(
707
- opts: __ExceptionOptionType<
708
- GitHubAccountTokenNameRequiredException,
709
- __BaseException
710
- >
427
+ opts: __ExceptionOptionType<GitHubAccountTokenNameRequiredException, __BaseException>,
711
428
  );
712
429
  }
713
430
  export declare class InvalidGitHubAccountTokenNameException extends __BaseException {
714
431
  readonly name: "InvalidGitHubAccountTokenNameException";
715
432
  readonly $fault: "client";
716
- constructor(
717
- opts: __ExceptionOptionType<
718
- InvalidGitHubAccountTokenNameException,
719
- __BaseException
720
- >
721
- );
433
+ constructor(opts: __ExceptionOptionType<InvalidGitHubAccountTokenNameException, __BaseException>);
722
434
  }
723
435
  export declare class OperationNotSupportedException extends __BaseException {
724
436
  readonly name: "OperationNotSupportedException";
725
437
  readonly $fault: "client";
726
- constructor(
727
- opts: __ExceptionOptionType<OperationNotSupportedException, __BaseException>
728
- );
438
+ constructor(opts: __ExceptionOptionType<OperationNotSupportedException, __BaseException>);
729
439
  }
730
440
  export declare class ResourceValidationException extends __BaseException {
731
441
  readonly name: "ResourceValidationException";
732
442
  readonly $fault: "client";
733
- constructor(
734
- opts: __ExceptionOptionType<ResourceValidationException, __BaseException>
735
- );
443
+ constructor(opts: __ExceptionOptionType<ResourceValidationException, __BaseException>);
736
444
  }
737
445
  export declare class InvalidBucketNameFilterException extends __BaseException {
738
446
  readonly name: "InvalidBucketNameFilterException";
739
447
  readonly $fault: "client";
740
- constructor(
741
- opts: __ExceptionOptionType<
742
- InvalidBucketNameFilterException,
743
- __BaseException
744
- >
745
- );
448
+ constructor(opts: __ExceptionOptionType<InvalidBucketNameFilterException, __BaseException>);
746
449
  }
747
450
  export declare class InvalidDeployedStateFilterException extends __BaseException {
748
451
  readonly name: "InvalidDeployedStateFilterException";
749
452
  readonly $fault: "client";
750
- constructor(
751
- opts: __ExceptionOptionType<
752
- InvalidDeployedStateFilterException,
753
- __BaseException
754
- >
755
- );
453
+ constructor(opts: __ExceptionOptionType<InvalidDeployedStateFilterException, __BaseException>);
756
454
  }
757
455
  export declare class InvalidKeyPrefixFilterException extends __BaseException {
758
456
  readonly name: "InvalidKeyPrefixFilterException";
759
457
  readonly $fault: "client";
760
- constructor(
761
- opts: __ExceptionOptionType<
762
- InvalidKeyPrefixFilterException,
763
- __BaseException
764
- >
765
- );
458
+ constructor(opts: __ExceptionOptionType<InvalidKeyPrefixFilterException, __BaseException>);
766
459
  }
767
460
  export declare class InvalidNextTokenException extends __BaseException {
768
461
  readonly name: "InvalidNextTokenException";
769
462
  readonly $fault: "client";
770
- constructor(
771
- opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
772
- );
463
+ constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
773
464
  }
774
465
  export declare class InvalidSortByException extends __BaseException {
775
466
  readonly name: "InvalidSortByException";
776
467
  readonly $fault: "client";
777
- constructor(
778
- opts: __ExceptionOptionType<InvalidSortByException, __BaseException>
779
- );
468
+ constructor(opts: __ExceptionOptionType<InvalidSortByException, __BaseException>);
780
469
  }
781
470
  export declare class InvalidSortOrderException extends __BaseException {
782
471
  readonly name: "InvalidSortOrderException";
783
472
  readonly $fault: "client";
784
- constructor(
785
- opts: __ExceptionOptionType<InvalidSortOrderException, __BaseException>
786
- );
473
+ constructor(opts: __ExceptionOptionType<InvalidSortOrderException, __BaseException>);
787
474
  }
788
475
  export declare class InvalidDeploymentInstanceTypeException extends __BaseException {
789
476
  readonly name: "InvalidDeploymentInstanceTypeException";
790
477
  readonly $fault: "client";
791
- constructor(
792
- opts: __ExceptionOptionType<
793
- InvalidDeploymentInstanceTypeException,
794
- __BaseException
795
- >
796
- );
478
+ constructor(opts: __ExceptionOptionType<InvalidDeploymentInstanceTypeException, __BaseException>);
797
479
  }
798
480
  export declare class InvalidInstanceStatusException extends __BaseException {
799
481
  readonly name: "InvalidInstanceStatusException";
800
482
  readonly $fault: "client";
801
- constructor(
802
- opts: __ExceptionOptionType<InvalidInstanceStatusException, __BaseException>
803
- );
483
+ constructor(opts: __ExceptionOptionType<InvalidInstanceStatusException, __BaseException>);
804
484
  }
805
485
  export declare class InvalidInstanceTypeException extends __BaseException {
806
486
  readonly name: "InvalidInstanceTypeException";
807
487
  readonly $fault: "client";
808
- constructor(
809
- opts: __ExceptionOptionType<InvalidInstanceTypeException, __BaseException>
810
- );
488
+ constructor(opts: __ExceptionOptionType<InvalidInstanceTypeException, __BaseException>);
811
489
  }
812
490
  export declare class InvalidTargetFilterNameException extends __BaseException {
813
491
  readonly name: "InvalidTargetFilterNameException";
814
492
  readonly $fault: "client";
815
- constructor(
816
- opts: __ExceptionOptionType<
817
- InvalidTargetFilterNameException,
818
- __BaseException
819
- >
820
- );
493
+ constructor(opts: __ExceptionOptionType<InvalidTargetFilterNameException, __BaseException>);
821
494
  }
822
495
  export declare class InvalidExternalIdException extends __BaseException {
823
496
  readonly name: "InvalidExternalIdException";
824
497
  readonly $fault: "client";
825
- constructor(
826
- opts: __ExceptionOptionType<InvalidExternalIdException, __BaseException>
827
- );
498
+ constructor(opts: __ExceptionOptionType<InvalidExternalIdException, __BaseException>);
828
499
  }
829
500
  export declare class InvalidTimeRangeException extends __BaseException {
830
501
  readonly name: "InvalidTimeRangeException";
831
502
  readonly $fault: "client";
832
- constructor(
833
- opts: __ExceptionOptionType<InvalidTimeRangeException, __BaseException>
834
- );
503
+ constructor(opts: __ExceptionOptionType<InvalidTimeRangeException, __BaseException>);
835
504
  }
836
505
  export declare class InvalidRegistrationStatusException extends __BaseException {
837
506
  readonly name: "InvalidRegistrationStatusException";
838
507
  readonly $fault: "client";
839
- constructor(
840
- opts: __ExceptionOptionType<
841
- InvalidRegistrationStatusException,
842
- __BaseException
843
- >
844
- );
508
+ constructor(opts: __ExceptionOptionType<InvalidRegistrationStatusException, __BaseException>);
845
509
  }
846
510
  export declare class InvalidTagFilterException extends __BaseException {
847
511
  readonly name: "InvalidTagFilterException";
848
512
  readonly $fault: "client";
849
- constructor(
850
- opts: __ExceptionOptionType<InvalidTagFilterException, __BaseException>
851
- );
513
+ constructor(opts: __ExceptionOptionType<InvalidTagFilterException, __BaseException>);
852
514
  }
853
515
  export declare class InvalidArnException extends __BaseException {
854
516
  readonly name: "InvalidArnException";
855
517
  readonly $fault: "client";
856
- constructor(
857
- opts: __ExceptionOptionType<InvalidArnException, __BaseException>
858
- );
518
+ constructor(opts: __ExceptionOptionType<InvalidArnException, __BaseException>);
859
519
  }
860
520
  export declare class ResourceArnRequiredException extends __BaseException {
861
521
  readonly name: "ResourceArnRequiredException";
862
522
  readonly $fault: "client";
863
- constructor(
864
- opts: __ExceptionOptionType<ResourceArnRequiredException, __BaseException>
865
- );
523
+ constructor(opts: __ExceptionOptionType<ResourceArnRequiredException, __BaseException>);
866
524
  }
867
525
  export declare class InvalidLifecycleEventHookExecutionIdException extends __BaseException {
868
526
  readonly name: "InvalidLifecycleEventHookExecutionIdException";
869
527
  readonly $fault: "client";
870
528
  constructor(
871
- opts: __ExceptionOptionType<
872
- InvalidLifecycleEventHookExecutionIdException,
873
- __BaseException
874
- >
529
+ opts: __ExceptionOptionType<InvalidLifecycleEventHookExecutionIdException, __BaseException>,
875
530
  );
876
531
  }
877
532
  export declare class InvalidLifecycleEventHookExecutionStatusException extends __BaseException {
878
533
  readonly name: "InvalidLifecycleEventHookExecutionStatusException";
879
534
  readonly $fault: "client";
880
535
  constructor(
881
- opts: __ExceptionOptionType<
882
- InvalidLifecycleEventHookExecutionStatusException,
883
- __BaseException
884
- >
536
+ opts: __ExceptionOptionType<InvalidLifecycleEventHookExecutionStatusException, __BaseException>,
885
537
  );
886
538
  }
887
539
  export declare class LifecycleEventAlreadyCompletedException extends __BaseException {
888
540
  readonly name: "LifecycleEventAlreadyCompletedException";
889
541
  readonly $fault: "client";
890
542
  constructor(
891
- opts: __ExceptionOptionType<
892
- LifecycleEventAlreadyCompletedException,
893
- __BaseException
894
- >
543
+ opts: __ExceptionOptionType<LifecycleEventAlreadyCompletedException, __BaseException>,
895
544
  );
896
545
  }
897
546
  export declare class IamArnRequiredException extends __BaseException {
898
547
  readonly name: "IamArnRequiredException";
899
548
  readonly $fault: "client";
900
- constructor(
901
- opts: __ExceptionOptionType<IamArnRequiredException, __BaseException>
902
- );
549
+ constructor(opts: __ExceptionOptionType<IamArnRequiredException, __BaseException>);
903
550
  }
904
551
  export declare class IamSessionArnAlreadyRegisteredException extends __BaseException {
905
552
  readonly name: "IamSessionArnAlreadyRegisteredException";
906
553
  readonly $fault: "client";
907
554
  constructor(
908
- opts: __ExceptionOptionType<
909
- IamSessionArnAlreadyRegisteredException,
910
- __BaseException
911
- >
555
+ opts: __ExceptionOptionType<IamSessionArnAlreadyRegisteredException, __BaseException>,
912
556
  );
913
557
  }
914
558
  export declare class IamUserArnAlreadyRegisteredException extends __BaseException {
915
559
  readonly name: "IamUserArnAlreadyRegisteredException";
916
560
  readonly $fault: "client";
917
- constructor(
918
- opts: __ExceptionOptionType<
919
- IamUserArnAlreadyRegisteredException,
920
- __BaseException
921
- >
922
- );
561
+ constructor(opts: __ExceptionOptionType<IamUserArnAlreadyRegisteredException, __BaseException>);
923
562
  }
924
563
  export declare class IamUserArnRequiredException extends __BaseException {
925
564
  readonly name: "IamUserArnRequiredException";
926
565
  readonly $fault: "client";
927
- constructor(
928
- opts: __ExceptionOptionType<IamUserArnRequiredException, __BaseException>
929
- );
566
+ constructor(opts: __ExceptionOptionType<IamUserArnRequiredException, __BaseException>);
930
567
  }
931
568
  export declare class InstanceNameAlreadyRegisteredException extends __BaseException {
932
569
  readonly name: "InstanceNameAlreadyRegisteredException";
933
570
  readonly $fault: "client";
934
- constructor(
935
- opts: __ExceptionOptionType<
936
- InstanceNameAlreadyRegisteredException,
937
- __BaseException
938
- >
939
- );
571
+ constructor(opts: __ExceptionOptionType<InstanceNameAlreadyRegisteredException, __BaseException>);
940
572
  }
941
573
  export declare class InvalidIamSessionArnException extends __BaseException {
942
574
  readonly name: "InvalidIamSessionArnException";
943
575
  readonly $fault: "client";
944
- constructor(
945
- opts: __ExceptionOptionType<InvalidIamSessionArnException, __BaseException>
946
- );
576
+ constructor(opts: __ExceptionOptionType<InvalidIamSessionArnException, __BaseException>);
947
577
  }
948
578
  export declare class InvalidIamUserArnException extends __BaseException {
949
579
  readonly name: "InvalidIamUserArnException";
950
580
  readonly $fault: "client";
951
- constructor(
952
- opts: __ExceptionOptionType<InvalidIamUserArnException, __BaseException>
953
- );
581
+ constructor(opts: __ExceptionOptionType<InvalidIamUserArnException, __BaseException>);
954
582
  }
955
583
  export declare class MultipleIamArnsProvidedException extends __BaseException {
956
584
  readonly name: "MultipleIamArnsProvidedException";
957
585
  readonly $fault: "client";
958
- constructor(
959
- opts: __ExceptionOptionType<
960
- MultipleIamArnsProvidedException,
961
- __BaseException
962
- >
963
- );
586
+ constructor(opts: __ExceptionOptionType<MultipleIamArnsProvidedException, __BaseException>);
964
587
  }