@aws-sdk/client-route-53 3.1075.0 → 3.1077.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +3708 -15
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +10 -12
- package/dist-cjs/auth/httpAuthSchemeProvider.js +0 -40
- package/dist-cjs/endpoint/bdd.js +0 -83
- package/dist-cjs/endpoint/endpointResolver.js +0 -14
- package/dist-cjs/models/Route53ServiceException.js +0 -8
- package/dist-cjs/models/errors.js +0 -843
- package/dist-cjs/runtimeConfig.browser.js +0 -32
- package/dist-cjs/runtimeConfig.js +0 -45
- package/dist-cjs/runtimeConfig.native.js +0 -12
- package/dist-cjs/runtimeConfig.shared.js +0 -39
- package/dist-cjs/schemas/schemas_0.js +0 -2501
|
@@ -1,843 +0,0 @@
|
|
|
1
|
-
const { Route53ServiceException: __BaseException } = require("./Route53ServiceException");
|
|
2
|
-
exports.ConcurrentModification = class ConcurrentModification extends __BaseException {
|
|
3
|
-
name = "ConcurrentModification";
|
|
4
|
-
$fault = "client";
|
|
5
|
-
constructor(opts) {
|
|
6
|
-
super({
|
|
7
|
-
name: "ConcurrentModification",
|
|
8
|
-
$fault: "client",
|
|
9
|
-
...opts,
|
|
10
|
-
});
|
|
11
|
-
Object.setPrototypeOf(this, ConcurrentModification.prototype);
|
|
12
|
-
}
|
|
13
|
-
};
|
|
14
|
-
exports.InvalidInput = class InvalidInput extends __BaseException {
|
|
15
|
-
name = "InvalidInput";
|
|
16
|
-
$fault = "client";
|
|
17
|
-
constructor(opts) {
|
|
18
|
-
super({
|
|
19
|
-
name: "InvalidInput",
|
|
20
|
-
$fault: "client",
|
|
21
|
-
...opts,
|
|
22
|
-
});
|
|
23
|
-
Object.setPrototypeOf(this, InvalidInput.prototype);
|
|
24
|
-
}
|
|
25
|
-
};
|
|
26
|
-
exports.InvalidKeySigningKeyStatus = class InvalidKeySigningKeyStatus extends __BaseException {
|
|
27
|
-
name = "InvalidKeySigningKeyStatus";
|
|
28
|
-
$fault = "client";
|
|
29
|
-
constructor(opts) {
|
|
30
|
-
super({
|
|
31
|
-
name: "InvalidKeySigningKeyStatus",
|
|
32
|
-
$fault: "client",
|
|
33
|
-
...opts,
|
|
34
|
-
});
|
|
35
|
-
Object.setPrototypeOf(this, InvalidKeySigningKeyStatus.prototype);
|
|
36
|
-
}
|
|
37
|
-
};
|
|
38
|
-
exports.InvalidKMSArn = class InvalidKMSArn extends __BaseException {
|
|
39
|
-
name = "InvalidKMSArn";
|
|
40
|
-
$fault = "client";
|
|
41
|
-
constructor(opts) {
|
|
42
|
-
super({
|
|
43
|
-
name: "InvalidKMSArn",
|
|
44
|
-
$fault: "client",
|
|
45
|
-
...opts,
|
|
46
|
-
});
|
|
47
|
-
Object.setPrototypeOf(this, InvalidKMSArn.prototype);
|
|
48
|
-
}
|
|
49
|
-
};
|
|
50
|
-
exports.InvalidSigningStatus = class InvalidSigningStatus extends __BaseException {
|
|
51
|
-
name = "InvalidSigningStatus";
|
|
52
|
-
$fault = "client";
|
|
53
|
-
constructor(opts) {
|
|
54
|
-
super({
|
|
55
|
-
name: "InvalidSigningStatus",
|
|
56
|
-
$fault: "client",
|
|
57
|
-
...opts,
|
|
58
|
-
});
|
|
59
|
-
Object.setPrototypeOf(this, InvalidSigningStatus.prototype);
|
|
60
|
-
}
|
|
61
|
-
};
|
|
62
|
-
exports.NoSuchKeySigningKey = class NoSuchKeySigningKey extends __BaseException {
|
|
63
|
-
name = "NoSuchKeySigningKey";
|
|
64
|
-
$fault = "client";
|
|
65
|
-
constructor(opts) {
|
|
66
|
-
super({
|
|
67
|
-
name: "NoSuchKeySigningKey",
|
|
68
|
-
$fault: "client",
|
|
69
|
-
...opts,
|
|
70
|
-
});
|
|
71
|
-
Object.setPrototypeOf(this, NoSuchKeySigningKey.prototype);
|
|
72
|
-
}
|
|
73
|
-
};
|
|
74
|
-
exports.ConflictingDomainExists = class ConflictingDomainExists extends __BaseException {
|
|
75
|
-
name = "ConflictingDomainExists";
|
|
76
|
-
$fault = "client";
|
|
77
|
-
constructor(opts) {
|
|
78
|
-
super({
|
|
79
|
-
name: "ConflictingDomainExists",
|
|
80
|
-
$fault: "client",
|
|
81
|
-
...opts,
|
|
82
|
-
});
|
|
83
|
-
Object.setPrototypeOf(this, ConflictingDomainExists.prototype);
|
|
84
|
-
}
|
|
85
|
-
};
|
|
86
|
-
exports.InvalidVPCId = class InvalidVPCId extends __BaseException {
|
|
87
|
-
name = "InvalidVPCId";
|
|
88
|
-
$fault = "client";
|
|
89
|
-
constructor(opts) {
|
|
90
|
-
super({
|
|
91
|
-
name: "InvalidVPCId",
|
|
92
|
-
$fault: "client",
|
|
93
|
-
...opts,
|
|
94
|
-
});
|
|
95
|
-
Object.setPrototypeOf(this, InvalidVPCId.prototype);
|
|
96
|
-
}
|
|
97
|
-
};
|
|
98
|
-
exports.LimitsExceeded = class LimitsExceeded extends __BaseException {
|
|
99
|
-
name = "LimitsExceeded";
|
|
100
|
-
$fault = "client";
|
|
101
|
-
constructor(opts) {
|
|
102
|
-
super({
|
|
103
|
-
name: "LimitsExceeded",
|
|
104
|
-
$fault: "client",
|
|
105
|
-
...opts,
|
|
106
|
-
});
|
|
107
|
-
Object.setPrototypeOf(this, LimitsExceeded.prototype);
|
|
108
|
-
}
|
|
109
|
-
};
|
|
110
|
-
exports.NoSuchHostedZone = class NoSuchHostedZone extends __BaseException {
|
|
111
|
-
name = "NoSuchHostedZone";
|
|
112
|
-
$fault = "client";
|
|
113
|
-
constructor(opts) {
|
|
114
|
-
super({
|
|
115
|
-
name: "NoSuchHostedZone",
|
|
116
|
-
$fault: "client",
|
|
117
|
-
...opts,
|
|
118
|
-
});
|
|
119
|
-
Object.setPrototypeOf(this, NoSuchHostedZone.prototype);
|
|
120
|
-
}
|
|
121
|
-
};
|
|
122
|
-
exports.NotAuthorizedException = class NotAuthorizedException extends __BaseException {
|
|
123
|
-
name = "NotAuthorizedException";
|
|
124
|
-
$fault = "client";
|
|
125
|
-
constructor(opts) {
|
|
126
|
-
super({
|
|
127
|
-
name: "NotAuthorizedException",
|
|
128
|
-
$fault: "client",
|
|
129
|
-
...opts,
|
|
130
|
-
});
|
|
131
|
-
Object.setPrototypeOf(this, NotAuthorizedException.prototype);
|
|
132
|
-
}
|
|
133
|
-
};
|
|
134
|
-
exports.PriorRequestNotComplete = class PriorRequestNotComplete extends __BaseException {
|
|
135
|
-
name = "PriorRequestNotComplete";
|
|
136
|
-
$fault = "client";
|
|
137
|
-
constructor(opts) {
|
|
138
|
-
super({
|
|
139
|
-
name: "PriorRequestNotComplete",
|
|
140
|
-
$fault: "client",
|
|
141
|
-
...opts,
|
|
142
|
-
});
|
|
143
|
-
Object.setPrototypeOf(this, PriorRequestNotComplete.prototype);
|
|
144
|
-
}
|
|
145
|
-
};
|
|
146
|
-
exports.PublicZoneVPCAssociation = class PublicZoneVPCAssociation extends __BaseException {
|
|
147
|
-
name = "PublicZoneVPCAssociation";
|
|
148
|
-
$fault = "client";
|
|
149
|
-
constructor(opts) {
|
|
150
|
-
super({
|
|
151
|
-
name: "PublicZoneVPCAssociation",
|
|
152
|
-
$fault: "client",
|
|
153
|
-
...opts,
|
|
154
|
-
});
|
|
155
|
-
Object.setPrototypeOf(this, PublicZoneVPCAssociation.prototype);
|
|
156
|
-
}
|
|
157
|
-
};
|
|
158
|
-
exports.CidrBlockInUseException = class CidrBlockInUseException extends __BaseException {
|
|
159
|
-
name = "CidrBlockInUseException";
|
|
160
|
-
$fault = "client";
|
|
161
|
-
Message;
|
|
162
|
-
constructor(opts) {
|
|
163
|
-
super({
|
|
164
|
-
name: "CidrBlockInUseException",
|
|
165
|
-
$fault: "client",
|
|
166
|
-
...opts,
|
|
167
|
-
});
|
|
168
|
-
Object.setPrototypeOf(this, CidrBlockInUseException.prototype);
|
|
169
|
-
this.Message = opts.Message;
|
|
170
|
-
}
|
|
171
|
-
};
|
|
172
|
-
exports.CidrCollectionVersionMismatchException = class CidrCollectionVersionMismatchException extends __BaseException {
|
|
173
|
-
name = "CidrCollectionVersionMismatchException";
|
|
174
|
-
$fault = "client";
|
|
175
|
-
Message;
|
|
176
|
-
constructor(opts) {
|
|
177
|
-
super({
|
|
178
|
-
name: "CidrCollectionVersionMismatchException",
|
|
179
|
-
$fault: "client",
|
|
180
|
-
...opts,
|
|
181
|
-
});
|
|
182
|
-
Object.setPrototypeOf(this, CidrCollectionVersionMismatchException.prototype);
|
|
183
|
-
this.Message = opts.Message;
|
|
184
|
-
}
|
|
185
|
-
};
|
|
186
|
-
exports.NoSuchCidrCollectionException = class NoSuchCidrCollectionException extends __BaseException {
|
|
187
|
-
name = "NoSuchCidrCollectionException";
|
|
188
|
-
$fault = "client";
|
|
189
|
-
Message;
|
|
190
|
-
constructor(opts) {
|
|
191
|
-
super({
|
|
192
|
-
name: "NoSuchCidrCollectionException",
|
|
193
|
-
$fault: "client",
|
|
194
|
-
...opts,
|
|
195
|
-
});
|
|
196
|
-
Object.setPrototypeOf(this, NoSuchCidrCollectionException.prototype);
|
|
197
|
-
this.Message = opts.Message;
|
|
198
|
-
}
|
|
199
|
-
};
|
|
200
|
-
exports.InvalidChangeBatch = class InvalidChangeBatch extends __BaseException {
|
|
201
|
-
name = "InvalidChangeBatch";
|
|
202
|
-
$fault = "client";
|
|
203
|
-
messages;
|
|
204
|
-
constructor(opts) {
|
|
205
|
-
super({
|
|
206
|
-
name: "InvalidChangeBatch",
|
|
207
|
-
$fault: "client",
|
|
208
|
-
...opts,
|
|
209
|
-
});
|
|
210
|
-
Object.setPrototypeOf(this, InvalidChangeBatch.prototype);
|
|
211
|
-
this.messages = opts.messages;
|
|
212
|
-
}
|
|
213
|
-
};
|
|
214
|
-
exports.NoSuchHealthCheck = class NoSuchHealthCheck extends __BaseException {
|
|
215
|
-
name = "NoSuchHealthCheck";
|
|
216
|
-
$fault = "client";
|
|
217
|
-
constructor(opts) {
|
|
218
|
-
super({
|
|
219
|
-
name: "NoSuchHealthCheck",
|
|
220
|
-
$fault: "client",
|
|
221
|
-
...opts,
|
|
222
|
-
});
|
|
223
|
-
Object.setPrototypeOf(this, NoSuchHealthCheck.prototype);
|
|
224
|
-
}
|
|
225
|
-
};
|
|
226
|
-
exports.ThrottlingException = class ThrottlingException extends __BaseException {
|
|
227
|
-
name = "ThrottlingException";
|
|
228
|
-
$fault = "client";
|
|
229
|
-
constructor(opts) {
|
|
230
|
-
super({
|
|
231
|
-
name: "ThrottlingException",
|
|
232
|
-
$fault: "client",
|
|
233
|
-
...opts,
|
|
234
|
-
});
|
|
235
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
236
|
-
}
|
|
237
|
-
};
|
|
238
|
-
exports.CidrCollectionAlreadyExistsException = class CidrCollectionAlreadyExistsException extends __BaseException {
|
|
239
|
-
name = "CidrCollectionAlreadyExistsException";
|
|
240
|
-
$fault = "client";
|
|
241
|
-
Message;
|
|
242
|
-
constructor(opts) {
|
|
243
|
-
super({
|
|
244
|
-
name: "CidrCollectionAlreadyExistsException",
|
|
245
|
-
$fault: "client",
|
|
246
|
-
...opts,
|
|
247
|
-
});
|
|
248
|
-
Object.setPrototypeOf(this, CidrCollectionAlreadyExistsException.prototype);
|
|
249
|
-
this.Message = opts.Message;
|
|
250
|
-
}
|
|
251
|
-
};
|
|
252
|
-
exports.HealthCheckAlreadyExists = class HealthCheckAlreadyExists extends __BaseException {
|
|
253
|
-
name = "HealthCheckAlreadyExists";
|
|
254
|
-
$fault = "client";
|
|
255
|
-
constructor(opts) {
|
|
256
|
-
super({
|
|
257
|
-
name: "HealthCheckAlreadyExists",
|
|
258
|
-
$fault: "client",
|
|
259
|
-
...opts,
|
|
260
|
-
});
|
|
261
|
-
Object.setPrototypeOf(this, HealthCheckAlreadyExists.prototype);
|
|
262
|
-
}
|
|
263
|
-
};
|
|
264
|
-
exports.TooManyHealthChecks = class TooManyHealthChecks extends __BaseException {
|
|
265
|
-
name = "TooManyHealthChecks";
|
|
266
|
-
$fault = "client";
|
|
267
|
-
constructor(opts) {
|
|
268
|
-
super({
|
|
269
|
-
name: "TooManyHealthChecks",
|
|
270
|
-
$fault: "client",
|
|
271
|
-
...opts,
|
|
272
|
-
});
|
|
273
|
-
Object.setPrototypeOf(this, TooManyHealthChecks.prototype);
|
|
274
|
-
}
|
|
275
|
-
};
|
|
276
|
-
exports.DelegationSetNotAvailable = class DelegationSetNotAvailable extends __BaseException {
|
|
277
|
-
name = "DelegationSetNotAvailable";
|
|
278
|
-
$fault = "client";
|
|
279
|
-
constructor(opts) {
|
|
280
|
-
super({
|
|
281
|
-
name: "DelegationSetNotAvailable",
|
|
282
|
-
$fault: "client",
|
|
283
|
-
...opts,
|
|
284
|
-
});
|
|
285
|
-
Object.setPrototypeOf(this, DelegationSetNotAvailable.prototype);
|
|
286
|
-
}
|
|
287
|
-
};
|
|
288
|
-
exports.DelegationSetNotReusable = class DelegationSetNotReusable extends __BaseException {
|
|
289
|
-
name = "DelegationSetNotReusable";
|
|
290
|
-
$fault = "client";
|
|
291
|
-
constructor(opts) {
|
|
292
|
-
super({
|
|
293
|
-
name: "DelegationSetNotReusable",
|
|
294
|
-
$fault: "client",
|
|
295
|
-
...opts,
|
|
296
|
-
});
|
|
297
|
-
Object.setPrototypeOf(this, DelegationSetNotReusable.prototype);
|
|
298
|
-
}
|
|
299
|
-
};
|
|
300
|
-
exports.HostedZoneAlreadyExists = class HostedZoneAlreadyExists extends __BaseException {
|
|
301
|
-
name = "HostedZoneAlreadyExists";
|
|
302
|
-
$fault = "client";
|
|
303
|
-
constructor(opts) {
|
|
304
|
-
super({
|
|
305
|
-
name: "HostedZoneAlreadyExists",
|
|
306
|
-
$fault: "client",
|
|
307
|
-
...opts,
|
|
308
|
-
});
|
|
309
|
-
Object.setPrototypeOf(this, HostedZoneAlreadyExists.prototype);
|
|
310
|
-
}
|
|
311
|
-
};
|
|
312
|
-
exports.InvalidDomainName = class InvalidDomainName extends __BaseException {
|
|
313
|
-
name = "InvalidDomainName";
|
|
314
|
-
$fault = "client";
|
|
315
|
-
constructor(opts) {
|
|
316
|
-
super({
|
|
317
|
-
name: "InvalidDomainName",
|
|
318
|
-
$fault: "client",
|
|
319
|
-
...opts,
|
|
320
|
-
});
|
|
321
|
-
Object.setPrototypeOf(this, InvalidDomainName.prototype);
|
|
322
|
-
}
|
|
323
|
-
};
|
|
324
|
-
exports.NoSuchDelegationSet = class NoSuchDelegationSet extends __BaseException {
|
|
325
|
-
name = "NoSuchDelegationSet";
|
|
326
|
-
$fault = "client";
|
|
327
|
-
constructor(opts) {
|
|
328
|
-
super({
|
|
329
|
-
name: "NoSuchDelegationSet",
|
|
330
|
-
$fault: "client",
|
|
331
|
-
...opts,
|
|
332
|
-
});
|
|
333
|
-
Object.setPrototypeOf(this, NoSuchDelegationSet.prototype);
|
|
334
|
-
}
|
|
335
|
-
};
|
|
336
|
-
exports.TooManyHostedZones = class TooManyHostedZones extends __BaseException {
|
|
337
|
-
name = "TooManyHostedZones";
|
|
338
|
-
$fault = "client";
|
|
339
|
-
constructor(opts) {
|
|
340
|
-
super({
|
|
341
|
-
name: "TooManyHostedZones",
|
|
342
|
-
$fault: "client",
|
|
343
|
-
...opts,
|
|
344
|
-
});
|
|
345
|
-
Object.setPrototypeOf(this, TooManyHostedZones.prototype);
|
|
346
|
-
}
|
|
347
|
-
};
|
|
348
|
-
exports.InvalidArgument = class InvalidArgument extends __BaseException {
|
|
349
|
-
name = "InvalidArgument";
|
|
350
|
-
$fault = "client";
|
|
351
|
-
constructor(opts) {
|
|
352
|
-
super({
|
|
353
|
-
name: "InvalidArgument",
|
|
354
|
-
$fault: "client",
|
|
355
|
-
...opts,
|
|
356
|
-
});
|
|
357
|
-
Object.setPrototypeOf(this, InvalidArgument.prototype);
|
|
358
|
-
}
|
|
359
|
-
};
|
|
360
|
-
exports.InvalidKeySigningKeyName = class InvalidKeySigningKeyName extends __BaseException {
|
|
361
|
-
name = "InvalidKeySigningKeyName";
|
|
362
|
-
$fault = "client";
|
|
363
|
-
constructor(opts) {
|
|
364
|
-
super({
|
|
365
|
-
name: "InvalidKeySigningKeyName",
|
|
366
|
-
$fault: "client",
|
|
367
|
-
...opts,
|
|
368
|
-
});
|
|
369
|
-
Object.setPrototypeOf(this, InvalidKeySigningKeyName.prototype);
|
|
370
|
-
}
|
|
371
|
-
};
|
|
372
|
-
exports.KeySigningKeyAlreadyExists = class KeySigningKeyAlreadyExists extends __BaseException {
|
|
373
|
-
name = "KeySigningKeyAlreadyExists";
|
|
374
|
-
$fault = "client";
|
|
375
|
-
constructor(opts) {
|
|
376
|
-
super({
|
|
377
|
-
name: "KeySigningKeyAlreadyExists",
|
|
378
|
-
$fault: "client",
|
|
379
|
-
...opts,
|
|
380
|
-
});
|
|
381
|
-
Object.setPrototypeOf(this, KeySigningKeyAlreadyExists.prototype);
|
|
382
|
-
}
|
|
383
|
-
};
|
|
384
|
-
exports.TooManyKeySigningKeys = class TooManyKeySigningKeys extends __BaseException {
|
|
385
|
-
name = "TooManyKeySigningKeys";
|
|
386
|
-
$fault = "client";
|
|
387
|
-
constructor(opts) {
|
|
388
|
-
super({
|
|
389
|
-
name: "TooManyKeySigningKeys",
|
|
390
|
-
$fault: "client",
|
|
391
|
-
...opts,
|
|
392
|
-
});
|
|
393
|
-
Object.setPrototypeOf(this, TooManyKeySigningKeys.prototype);
|
|
394
|
-
}
|
|
395
|
-
};
|
|
396
|
-
exports.InsufficientCloudWatchLogsResourcePolicy = class InsufficientCloudWatchLogsResourcePolicy extends __BaseException {
|
|
397
|
-
name = "InsufficientCloudWatchLogsResourcePolicy";
|
|
398
|
-
$fault = "client";
|
|
399
|
-
constructor(opts) {
|
|
400
|
-
super({
|
|
401
|
-
name: "InsufficientCloudWatchLogsResourcePolicy",
|
|
402
|
-
$fault: "client",
|
|
403
|
-
...opts,
|
|
404
|
-
});
|
|
405
|
-
Object.setPrototypeOf(this, InsufficientCloudWatchLogsResourcePolicy.prototype);
|
|
406
|
-
}
|
|
407
|
-
};
|
|
408
|
-
exports.NoSuchCloudWatchLogsLogGroup = class NoSuchCloudWatchLogsLogGroup extends __BaseException {
|
|
409
|
-
name = "NoSuchCloudWatchLogsLogGroup";
|
|
410
|
-
$fault = "client";
|
|
411
|
-
constructor(opts) {
|
|
412
|
-
super({
|
|
413
|
-
name: "NoSuchCloudWatchLogsLogGroup",
|
|
414
|
-
$fault: "client",
|
|
415
|
-
...opts,
|
|
416
|
-
});
|
|
417
|
-
Object.setPrototypeOf(this, NoSuchCloudWatchLogsLogGroup.prototype);
|
|
418
|
-
}
|
|
419
|
-
};
|
|
420
|
-
exports.QueryLoggingConfigAlreadyExists = class QueryLoggingConfigAlreadyExists extends __BaseException {
|
|
421
|
-
name = "QueryLoggingConfigAlreadyExists";
|
|
422
|
-
$fault = "client";
|
|
423
|
-
constructor(opts) {
|
|
424
|
-
super({
|
|
425
|
-
name: "QueryLoggingConfigAlreadyExists",
|
|
426
|
-
$fault: "client",
|
|
427
|
-
...opts,
|
|
428
|
-
});
|
|
429
|
-
Object.setPrototypeOf(this, QueryLoggingConfigAlreadyExists.prototype);
|
|
430
|
-
}
|
|
431
|
-
};
|
|
432
|
-
exports.DelegationSetAlreadyCreated = class DelegationSetAlreadyCreated extends __BaseException {
|
|
433
|
-
name = "DelegationSetAlreadyCreated";
|
|
434
|
-
$fault = "client";
|
|
435
|
-
constructor(opts) {
|
|
436
|
-
super({
|
|
437
|
-
name: "DelegationSetAlreadyCreated",
|
|
438
|
-
$fault: "client",
|
|
439
|
-
...opts,
|
|
440
|
-
});
|
|
441
|
-
Object.setPrototypeOf(this, DelegationSetAlreadyCreated.prototype);
|
|
442
|
-
}
|
|
443
|
-
};
|
|
444
|
-
exports.DelegationSetAlreadyReusable = class DelegationSetAlreadyReusable extends __BaseException {
|
|
445
|
-
name = "DelegationSetAlreadyReusable";
|
|
446
|
-
$fault = "client";
|
|
447
|
-
constructor(opts) {
|
|
448
|
-
super({
|
|
449
|
-
name: "DelegationSetAlreadyReusable",
|
|
450
|
-
$fault: "client",
|
|
451
|
-
...opts,
|
|
452
|
-
});
|
|
453
|
-
Object.setPrototypeOf(this, DelegationSetAlreadyReusable.prototype);
|
|
454
|
-
}
|
|
455
|
-
};
|
|
456
|
-
exports.HostedZoneNotFound = class HostedZoneNotFound extends __BaseException {
|
|
457
|
-
name = "HostedZoneNotFound";
|
|
458
|
-
$fault = "client";
|
|
459
|
-
constructor(opts) {
|
|
460
|
-
super({
|
|
461
|
-
name: "HostedZoneNotFound",
|
|
462
|
-
$fault: "client",
|
|
463
|
-
...opts,
|
|
464
|
-
});
|
|
465
|
-
Object.setPrototypeOf(this, HostedZoneNotFound.prototype);
|
|
466
|
-
}
|
|
467
|
-
};
|
|
468
|
-
exports.InvalidTrafficPolicyDocument = class InvalidTrafficPolicyDocument extends __BaseException {
|
|
469
|
-
name = "InvalidTrafficPolicyDocument";
|
|
470
|
-
$fault = "client";
|
|
471
|
-
constructor(opts) {
|
|
472
|
-
super({
|
|
473
|
-
name: "InvalidTrafficPolicyDocument",
|
|
474
|
-
$fault: "client",
|
|
475
|
-
...opts,
|
|
476
|
-
});
|
|
477
|
-
Object.setPrototypeOf(this, InvalidTrafficPolicyDocument.prototype);
|
|
478
|
-
}
|
|
479
|
-
};
|
|
480
|
-
exports.TooManyTrafficPolicies = class TooManyTrafficPolicies extends __BaseException {
|
|
481
|
-
name = "TooManyTrafficPolicies";
|
|
482
|
-
$fault = "client";
|
|
483
|
-
constructor(opts) {
|
|
484
|
-
super({
|
|
485
|
-
name: "TooManyTrafficPolicies",
|
|
486
|
-
$fault: "client",
|
|
487
|
-
...opts,
|
|
488
|
-
});
|
|
489
|
-
Object.setPrototypeOf(this, TooManyTrafficPolicies.prototype);
|
|
490
|
-
}
|
|
491
|
-
};
|
|
492
|
-
exports.TrafficPolicyAlreadyExists = class TrafficPolicyAlreadyExists extends __BaseException {
|
|
493
|
-
name = "TrafficPolicyAlreadyExists";
|
|
494
|
-
$fault = "client";
|
|
495
|
-
constructor(opts) {
|
|
496
|
-
super({
|
|
497
|
-
name: "TrafficPolicyAlreadyExists",
|
|
498
|
-
$fault: "client",
|
|
499
|
-
...opts,
|
|
500
|
-
});
|
|
501
|
-
Object.setPrototypeOf(this, TrafficPolicyAlreadyExists.prototype);
|
|
502
|
-
}
|
|
503
|
-
};
|
|
504
|
-
exports.NoSuchTrafficPolicy = class NoSuchTrafficPolicy extends __BaseException {
|
|
505
|
-
name = "NoSuchTrafficPolicy";
|
|
506
|
-
$fault = "client";
|
|
507
|
-
constructor(opts) {
|
|
508
|
-
super({
|
|
509
|
-
name: "NoSuchTrafficPolicy",
|
|
510
|
-
$fault: "client",
|
|
511
|
-
...opts,
|
|
512
|
-
});
|
|
513
|
-
Object.setPrototypeOf(this, NoSuchTrafficPolicy.prototype);
|
|
514
|
-
}
|
|
515
|
-
};
|
|
516
|
-
exports.TooManyTrafficPolicyInstances = class TooManyTrafficPolicyInstances extends __BaseException {
|
|
517
|
-
name = "TooManyTrafficPolicyInstances";
|
|
518
|
-
$fault = "client";
|
|
519
|
-
constructor(opts) {
|
|
520
|
-
super({
|
|
521
|
-
name: "TooManyTrafficPolicyInstances",
|
|
522
|
-
$fault: "client",
|
|
523
|
-
...opts,
|
|
524
|
-
});
|
|
525
|
-
Object.setPrototypeOf(this, TooManyTrafficPolicyInstances.prototype);
|
|
526
|
-
}
|
|
527
|
-
};
|
|
528
|
-
exports.TrafficPolicyInstanceAlreadyExists = class TrafficPolicyInstanceAlreadyExists extends __BaseException {
|
|
529
|
-
name = "TrafficPolicyInstanceAlreadyExists";
|
|
530
|
-
$fault = "client";
|
|
531
|
-
constructor(opts) {
|
|
532
|
-
super({
|
|
533
|
-
name: "TrafficPolicyInstanceAlreadyExists",
|
|
534
|
-
$fault: "client",
|
|
535
|
-
...opts,
|
|
536
|
-
});
|
|
537
|
-
Object.setPrototypeOf(this, TrafficPolicyInstanceAlreadyExists.prototype);
|
|
538
|
-
}
|
|
539
|
-
};
|
|
540
|
-
exports.TooManyTrafficPolicyVersionsForCurrentPolicy = class TooManyTrafficPolicyVersionsForCurrentPolicy extends __BaseException {
|
|
541
|
-
name = "TooManyTrafficPolicyVersionsForCurrentPolicy";
|
|
542
|
-
$fault = "client";
|
|
543
|
-
constructor(opts) {
|
|
544
|
-
super({
|
|
545
|
-
name: "TooManyTrafficPolicyVersionsForCurrentPolicy",
|
|
546
|
-
$fault: "client",
|
|
547
|
-
...opts,
|
|
548
|
-
});
|
|
549
|
-
Object.setPrototypeOf(this, TooManyTrafficPolicyVersionsForCurrentPolicy.prototype);
|
|
550
|
-
}
|
|
551
|
-
};
|
|
552
|
-
exports.TooManyVPCAssociationAuthorizations = class TooManyVPCAssociationAuthorizations extends __BaseException {
|
|
553
|
-
name = "TooManyVPCAssociationAuthorizations";
|
|
554
|
-
$fault = "client";
|
|
555
|
-
constructor(opts) {
|
|
556
|
-
super({
|
|
557
|
-
name: "TooManyVPCAssociationAuthorizations",
|
|
558
|
-
$fault: "client",
|
|
559
|
-
...opts,
|
|
560
|
-
});
|
|
561
|
-
Object.setPrototypeOf(this, TooManyVPCAssociationAuthorizations.prototype);
|
|
562
|
-
}
|
|
563
|
-
};
|
|
564
|
-
exports.KeySigningKeyInParentDSRecord = class KeySigningKeyInParentDSRecord extends __BaseException {
|
|
565
|
-
name = "KeySigningKeyInParentDSRecord";
|
|
566
|
-
$fault = "client";
|
|
567
|
-
constructor(opts) {
|
|
568
|
-
super({
|
|
569
|
-
name: "KeySigningKeyInParentDSRecord",
|
|
570
|
-
$fault: "client",
|
|
571
|
-
...opts,
|
|
572
|
-
});
|
|
573
|
-
Object.setPrototypeOf(this, KeySigningKeyInParentDSRecord.prototype);
|
|
574
|
-
}
|
|
575
|
-
};
|
|
576
|
-
exports.KeySigningKeyInUse = class KeySigningKeyInUse extends __BaseException {
|
|
577
|
-
name = "KeySigningKeyInUse";
|
|
578
|
-
$fault = "client";
|
|
579
|
-
constructor(opts) {
|
|
580
|
-
super({
|
|
581
|
-
name: "KeySigningKeyInUse",
|
|
582
|
-
$fault: "client",
|
|
583
|
-
...opts,
|
|
584
|
-
});
|
|
585
|
-
Object.setPrototypeOf(this, KeySigningKeyInUse.prototype);
|
|
586
|
-
}
|
|
587
|
-
};
|
|
588
|
-
exports.CidrCollectionInUseException = class CidrCollectionInUseException extends __BaseException {
|
|
589
|
-
name = "CidrCollectionInUseException";
|
|
590
|
-
$fault = "client";
|
|
591
|
-
Message;
|
|
592
|
-
constructor(opts) {
|
|
593
|
-
super({
|
|
594
|
-
name: "CidrCollectionInUseException",
|
|
595
|
-
$fault: "client",
|
|
596
|
-
...opts,
|
|
597
|
-
});
|
|
598
|
-
Object.setPrototypeOf(this, CidrCollectionInUseException.prototype);
|
|
599
|
-
this.Message = opts.Message;
|
|
600
|
-
}
|
|
601
|
-
};
|
|
602
|
-
exports.HealthCheckInUse = class HealthCheckInUse extends __BaseException {
|
|
603
|
-
name = "HealthCheckInUse";
|
|
604
|
-
$fault = "client";
|
|
605
|
-
constructor(opts) {
|
|
606
|
-
super({
|
|
607
|
-
name: "HealthCheckInUse",
|
|
608
|
-
$fault: "client",
|
|
609
|
-
...opts,
|
|
610
|
-
});
|
|
611
|
-
Object.setPrototypeOf(this, HealthCheckInUse.prototype);
|
|
612
|
-
}
|
|
613
|
-
};
|
|
614
|
-
exports.HostedZoneNotEmpty = class HostedZoneNotEmpty extends __BaseException {
|
|
615
|
-
name = "HostedZoneNotEmpty";
|
|
616
|
-
$fault = "client";
|
|
617
|
-
constructor(opts) {
|
|
618
|
-
super({
|
|
619
|
-
name: "HostedZoneNotEmpty",
|
|
620
|
-
$fault: "client",
|
|
621
|
-
...opts,
|
|
622
|
-
});
|
|
623
|
-
Object.setPrototypeOf(this, HostedZoneNotEmpty.prototype);
|
|
624
|
-
}
|
|
625
|
-
};
|
|
626
|
-
exports.NoSuchQueryLoggingConfig = class NoSuchQueryLoggingConfig extends __BaseException {
|
|
627
|
-
name = "NoSuchQueryLoggingConfig";
|
|
628
|
-
$fault = "client";
|
|
629
|
-
constructor(opts) {
|
|
630
|
-
super({
|
|
631
|
-
name: "NoSuchQueryLoggingConfig",
|
|
632
|
-
$fault: "client",
|
|
633
|
-
...opts,
|
|
634
|
-
});
|
|
635
|
-
Object.setPrototypeOf(this, NoSuchQueryLoggingConfig.prototype);
|
|
636
|
-
}
|
|
637
|
-
};
|
|
638
|
-
exports.DelegationSetInUse = class DelegationSetInUse extends __BaseException {
|
|
639
|
-
name = "DelegationSetInUse";
|
|
640
|
-
$fault = "client";
|
|
641
|
-
constructor(opts) {
|
|
642
|
-
super({
|
|
643
|
-
name: "DelegationSetInUse",
|
|
644
|
-
$fault: "client",
|
|
645
|
-
...opts,
|
|
646
|
-
});
|
|
647
|
-
Object.setPrototypeOf(this, DelegationSetInUse.prototype);
|
|
648
|
-
}
|
|
649
|
-
};
|
|
650
|
-
exports.TrafficPolicyInUse = class TrafficPolicyInUse extends __BaseException {
|
|
651
|
-
name = "TrafficPolicyInUse";
|
|
652
|
-
$fault = "client";
|
|
653
|
-
constructor(opts) {
|
|
654
|
-
super({
|
|
655
|
-
name: "TrafficPolicyInUse",
|
|
656
|
-
$fault: "client",
|
|
657
|
-
...opts,
|
|
658
|
-
});
|
|
659
|
-
Object.setPrototypeOf(this, TrafficPolicyInUse.prototype);
|
|
660
|
-
}
|
|
661
|
-
};
|
|
662
|
-
exports.NoSuchTrafficPolicyInstance = class NoSuchTrafficPolicyInstance extends __BaseException {
|
|
663
|
-
name = "NoSuchTrafficPolicyInstance";
|
|
664
|
-
$fault = "client";
|
|
665
|
-
constructor(opts) {
|
|
666
|
-
super({
|
|
667
|
-
name: "NoSuchTrafficPolicyInstance",
|
|
668
|
-
$fault: "client",
|
|
669
|
-
...opts,
|
|
670
|
-
});
|
|
671
|
-
Object.setPrototypeOf(this, NoSuchTrafficPolicyInstance.prototype);
|
|
672
|
-
}
|
|
673
|
-
};
|
|
674
|
-
exports.VPCAssociationAuthorizationNotFound = class VPCAssociationAuthorizationNotFound extends __BaseException {
|
|
675
|
-
name = "VPCAssociationAuthorizationNotFound";
|
|
676
|
-
$fault = "client";
|
|
677
|
-
constructor(opts) {
|
|
678
|
-
super({
|
|
679
|
-
name: "VPCAssociationAuthorizationNotFound",
|
|
680
|
-
$fault: "client",
|
|
681
|
-
...opts,
|
|
682
|
-
});
|
|
683
|
-
Object.setPrototypeOf(this, VPCAssociationAuthorizationNotFound.prototype);
|
|
684
|
-
}
|
|
685
|
-
};
|
|
686
|
-
exports.DNSSECNotFound = class DNSSECNotFound extends __BaseException {
|
|
687
|
-
name = "DNSSECNotFound";
|
|
688
|
-
$fault = "client";
|
|
689
|
-
constructor(opts) {
|
|
690
|
-
super({
|
|
691
|
-
name: "DNSSECNotFound",
|
|
692
|
-
$fault: "client",
|
|
693
|
-
...opts,
|
|
694
|
-
});
|
|
695
|
-
Object.setPrototypeOf(this, DNSSECNotFound.prototype);
|
|
696
|
-
}
|
|
697
|
-
};
|
|
698
|
-
exports.LastVPCAssociation = class LastVPCAssociation extends __BaseException {
|
|
699
|
-
name = "LastVPCAssociation";
|
|
700
|
-
$fault = "client";
|
|
701
|
-
constructor(opts) {
|
|
702
|
-
super({
|
|
703
|
-
name: "LastVPCAssociation",
|
|
704
|
-
$fault: "client",
|
|
705
|
-
...opts,
|
|
706
|
-
});
|
|
707
|
-
Object.setPrototypeOf(this, LastVPCAssociation.prototype);
|
|
708
|
-
}
|
|
709
|
-
};
|
|
710
|
-
exports.VPCAssociationNotFound = class VPCAssociationNotFound extends __BaseException {
|
|
711
|
-
name = "VPCAssociationNotFound";
|
|
712
|
-
$fault = "client";
|
|
713
|
-
constructor(opts) {
|
|
714
|
-
super({
|
|
715
|
-
name: "VPCAssociationNotFound",
|
|
716
|
-
$fault: "client",
|
|
717
|
-
...opts,
|
|
718
|
-
});
|
|
719
|
-
Object.setPrototypeOf(this, VPCAssociationNotFound.prototype);
|
|
720
|
-
}
|
|
721
|
-
};
|
|
722
|
-
exports.HostedZonePartiallyDelegated = class HostedZonePartiallyDelegated extends __BaseException {
|
|
723
|
-
name = "HostedZonePartiallyDelegated";
|
|
724
|
-
$fault = "client";
|
|
725
|
-
constructor(opts) {
|
|
726
|
-
super({
|
|
727
|
-
name: "HostedZonePartiallyDelegated",
|
|
728
|
-
$fault: "client",
|
|
729
|
-
...opts,
|
|
730
|
-
});
|
|
731
|
-
Object.setPrototypeOf(this, HostedZonePartiallyDelegated.prototype);
|
|
732
|
-
}
|
|
733
|
-
};
|
|
734
|
-
exports.KeySigningKeyWithActiveStatusNotFound = class KeySigningKeyWithActiveStatusNotFound extends __BaseException {
|
|
735
|
-
name = "KeySigningKeyWithActiveStatusNotFound";
|
|
736
|
-
$fault = "client";
|
|
737
|
-
constructor(opts) {
|
|
738
|
-
super({
|
|
739
|
-
name: "KeySigningKeyWithActiveStatusNotFound",
|
|
740
|
-
$fault: "client",
|
|
741
|
-
...opts,
|
|
742
|
-
});
|
|
743
|
-
Object.setPrototypeOf(this, KeySigningKeyWithActiveStatusNotFound.prototype);
|
|
744
|
-
}
|
|
745
|
-
};
|
|
746
|
-
exports.NoSuchChange = class NoSuchChange extends __BaseException {
|
|
747
|
-
name = "NoSuchChange";
|
|
748
|
-
$fault = "client";
|
|
749
|
-
constructor(opts) {
|
|
750
|
-
super({
|
|
751
|
-
name: "NoSuchChange",
|
|
752
|
-
$fault: "client",
|
|
753
|
-
...opts,
|
|
754
|
-
});
|
|
755
|
-
Object.setPrototypeOf(this, NoSuchChange.prototype);
|
|
756
|
-
}
|
|
757
|
-
};
|
|
758
|
-
exports.NoSuchGeoLocation = class NoSuchGeoLocation extends __BaseException {
|
|
759
|
-
name = "NoSuchGeoLocation";
|
|
760
|
-
$fault = "client";
|
|
761
|
-
constructor(opts) {
|
|
762
|
-
super({
|
|
763
|
-
name: "NoSuchGeoLocation",
|
|
764
|
-
$fault: "client",
|
|
765
|
-
...opts,
|
|
766
|
-
});
|
|
767
|
-
Object.setPrototypeOf(this, NoSuchGeoLocation.prototype);
|
|
768
|
-
}
|
|
769
|
-
};
|
|
770
|
-
exports.IncompatibleVersion = class IncompatibleVersion extends __BaseException {
|
|
771
|
-
name = "IncompatibleVersion";
|
|
772
|
-
$fault = "client";
|
|
773
|
-
constructor(opts) {
|
|
774
|
-
super({
|
|
775
|
-
name: "IncompatibleVersion",
|
|
776
|
-
$fault: "client",
|
|
777
|
-
...opts,
|
|
778
|
-
});
|
|
779
|
-
Object.setPrototypeOf(this, IncompatibleVersion.prototype);
|
|
780
|
-
}
|
|
781
|
-
};
|
|
782
|
-
exports.HostedZoneNotPrivate = class HostedZoneNotPrivate extends __BaseException {
|
|
783
|
-
name = "HostedZoneNotPrivate";
|
|
784
|
-
$fault = "client";
|
|
785
|
-
constructor(opts) {
|
|
786
|
-
super({
|
|
787
|
-
name: "HostedZoneNotPrivate",
|
|
788
|
-
$fault: "client",
|
|
789
|
-
...opts,
|
|
790
|
-
});
|
|
791
|
-
Object.setPrototypeOf(this, HostedZoneNotPrivate.prototype);
|
|
792
|
-
}
|
|
793
|
-
};
|
|
794
|
-
exports.NoSuchCidrLocationException = class NoSuchCidrLocationException extends __BaseException {
|
|
795
|
-
name = "NoSuchCidrLocationException";
|
|
796
|
-
$fault = "client";
|
|
797
|
-
Message;
|
|
798
|
-
constructor(opts) {
|
|
799
|
-
super({
|
|
800
|
-
name: "NoSuchCidrLocationException",
|
|
801
|
-
$fault: "client",
|
|
802
|
-
...opts,
|
|
803
|
-
});
|
|
804
|
-
Object.setPrototypeOf(this, NoSuchCidrLocationException.prototype);
|
|
805
|
-
this.Message = opts.Message;
|
|
806
|
-
}
|
|
807
|
-
};
|
|
808
|
-
exports.InvalidPaginationToken = class InvalidPaginationToken extends __BaseException {
|
|
809
|
-
name = "InvalidPaginationToken";
|
|
810
|
-
$fault = "client";
|
|
811
|
-
constructor(opts) {
|
|
812
|
-
super({
|
|
813
|
-
name: "InvalidPaginationToken",
|
|
814
|
-
$fault: "client",
|
|
815
|
-
...opts,
|
|
816
|
-
});
|
|
817
|
-
Object.setPrototypeOf(this, InvalidPaginationToken.prototype);
|
|
818
|
-
}
|
|
819
|
-
};
|
|
820
|
-
exports.HealthCheckVersionMismatch = class HealthCheckVersionMismatch extends __BaseException {
|
|
821
|
-
name = "HealthCheckVersionMismatch";
|
|
822
|
-
$fault = "client";
|
|
823
|
-
constructor(opts) {
|
|
824
|
-
super({
|
|
825
|
-
name: "HealthCheckVersionMismatch",
|
|
826
|
-
$fault: "client",
|
|
827
|
-
...opts,
|
|
828
|
-
});
|
|
829
|
-
Object.setPrototypeOf(this, HealthCheckVersionMismatch.prototype);
|
|
830
|
-
}
|
|
831
|
-
};
|
|
832
|
-
exports.ConflictingTypes = class ConflictingTypes extends __BaseException {
|
|
833
|
-
name = "ConflictingTypes";
|
|
834
|
-
$fault = "client";
|
|
835
|
-
constructor(opts) {
|
|
836
|
-
super({
|
|
837
|
-
name: "ConflictingTypes",
|
|
838
|
-
$fault: "client",
|
|
839
|
-
...opts,
|
|
840
|
-
});
|
|
841
|
-
Object.setPrototypeOf(this, ConflictingTypes.prototype);
|
|
842
|
-
}
|
|
843
|
-
};
|