@aws-sdk/client-route-53 3.1068.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 +312 -332
- package/dist-cjs/models/Route53ServiceException.js +4 -8
- package/dist-cjs/models/errors.js +139 -212
- 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 +731 -485
- package/package.json +14 -14
|
@@ -1,9 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
exports.HealthCheckInUse = exports.CidrCollectionInUseException = exports.KeySigningKeyInUse = exports.KeySigningKeyInParentDSRecord = exports.TooManyVPCAssociationAuthorizations = exports.TooManyTrafficPolicyVersionsForCurrentPolicy = exports.TrafficPolicyInstanceAlreadyExists = exports.TooManyTrafficPolicyInstances = exports.NoSuchTrafficPolicy = exports.TrafficPolicyAlreadyExists = exports.TooManyTrafficPolicies = exports.InvalidTrafficPolicyDocument = exports.HostedZoneNotFound = exports.DelegationSetAlreadyReusable = exports.DelegationSetAlreadyCreated = exports.QueryLoggingConfigAlreadyExists = exports.NoSuchCloudWatchLogsLogGroup = exports.InsufficientCloudWatchLogsResourcePolicy = exports.TooManyKeySigningKeys = exports.KeySigningKeyAlreadyExists = exports.InvalidKeySigningKeyName = exports.InvalidArgument = exports.TooManyHostedZones = exports.NoSuchDelegationSet = exports.InvalidDomainName = exports.HostedZoneAlreadyExists = exports.DelegationSetNotReusable = exports.DelegationSetNotAvailable = exports.TooManyHealthChecks = exports.HealthCheckAlreadyExists = exports.CidrCollectionAlreadyExistsException = exports.ThrottlingException = exports.NoSuchHealthCheck = exports.InvalidChangeBatch = exports.NoSuchCidrCollectionException = exports.CidrCollectionVersionMismatchException = exports.CidrBlockInUseException = exports.PublicZoneVPCAssociation = exports.PriorRequestNotComplete = exports.NotAuthorizedException = exports.NoSuchHostedZone = exports.LimitsExceeded = exports.InvalidVPCId = exports.ConflictingDomainExists = exports.NoSuchKeySigningKey = exports.InvalidSigningStatus = exports.InvalidKMSArn = exports.InvalidKeySigningKeyStatus = exports.InvalidInput = exports.ConcurrentModification = void 0;
|
|
4
|
-
exports.ConflictingTypes = exports.HealthCheckVersionMismatch = exports.InvalidPaginationToken = exports.NoSuchCidrLocationException = exports.HostedZoneNotPrivate = exports.IncompatibleVersion = exports.NoSuchGeoLocation = exports.NoSuchChange = exports.KeySigningKeyWithActiveStatusNotFound = exports.HostedZonePartiallyDelegated = exports.VPCAssociationNotFound = exports.LastVPCAssociation = exports.DNSSECNotFound = exports.VPCAssociationAuthorizationNotFound = exports.NoSuchTrafficPolicyInstance = exports.TrafficPolicyInUse = exports.DelegationSetInUse = exports.NoSuchQueryLoggingConfig = exports.HostedZoneNotEmpty = void 0;
|
|
5
|
-
const Route53ServiceException_1 = require("./Route53ServiceException");
|
|
6
|
-
class ConcurrentModification extends Route53ServiceException_1.Route53ServiceException {
|
|
1
|
+
const { Route53ServiceException: __BaseException } = require("./Route53ServiceException");
|
|
2
|
+
exports.ConcurrentModification = class ConcurrentModification extends __BaseException {
|
|
7
3
|
name = "ConcurrentModification";
|
|
8
4
|
$fault = "client";
|
|
9
5
|
constructor(opts) {
|
|
@@ -14,9 +10,8 @@ class ConcurrentModification extends Route53ServiceException_1.Route53ServiceExc
|
|
|
14
10
|
});
|
|
15
11
|
Object.setPrototypeOf(this, ConcurrentModification.prototype);
|
|
16
12
|
}
|
|
17
|
-
}
|
|
18
|
-
exports.
|
|
19
|
-
class InvalidInput extends Route53ServiceException_1.Route53ServiceException {
|
|
13
|
+
};
|
|
14
|
+
exports.InvalidInput = class InvalidInput extends __BaseException {
|
|
20
15
|
name = "InvalidInput";
|
|
21
16
|
$fault = "client";
|
|
22
17
|
constructor(opts) {
|
|
@@ -27,9 +22,8 @@ class InvalidInput extends Route53ServiceException_1.Route53ServiceException {
|
|
|
27
22
|
});
|
|
28
23
|
Object.setPrototypeOf(this, InvalidInput.prototype);
|
|
29
24
|
}
|
|
30
|
-
}
|
|
31
|
-
exports.
|
|
32
|
-
class InvalidKeySigningKeyStatus extends Route53ServiceException_1.Route53ServiceException {
|
|
25
|
+
};
|
|
26
|
+
exports.InvalidKeySigningKeyStatus = class InvalidKeySigningKeyStatus extends __BaseException {
|
|
33
27
|
name = "InvalidKeySigningKeyStatus";
|
|
34
28
|
$fault = "client";
|
|
35
29
|
constructor(opts) {
|
|
@@ -40,9 +34,8 @@ class InvalidKeySigningKeyStatus extends Route53ServiceException_1.Route53Servic
|
|
|
40
34
|
});
|
|
41
35
|
Object.setPrototypeOf(this, InvalidKeySigningKeyStatus.prototype);
|
|
42
36
|
}
|
|
43
|
-
}
|
|
44
|
-
exports.
|
|
45
|
-
class InvalidKMSArn extends Route53ServiceException_1.Route53ServiceException {
|
|
37
|
+
};
|
|
38
|
+
exports.InvalidKMSArn = class InvalidKMSArn extends __BaseException {
|
|
46
39
|
name = "InvalidKMSArn";
|
|
47
40
|
$fault = "client";
|
|
48
41
|
constructor(opts) {
|
|
@@ -53,9 +46,8 @@ class InvalidKMSArn extends Route53ServiceException_1.Route53ServiceException {
|
|
|
53
46
|
});
|
|
54
47
|
Object.setPrototypeOf(this, InvalidKMSArn.prototype);
|
|
55
48
|
}
|
|
56
|
-
}
|
|
57
|
-
exports.
|
|
58
|
-
class InvalidSigningStatus extends Route53ServiceException_1.Route53ServiceException {
|
|
49
|
+
};
|
|
50
|
+
exports.InvalidSigningStatus = class InvalidSigningStatus extends __BaseException {
|
|
59
51
|
name = "InvalidSigningStatus";
|
|
60
52
|
$fault = "client";
|
|
61
53
|
constructor(opts) {
|
|
@@ -66,9 +58,8 @@ class InvalidSigningStatus extends Route53ServiceException_1.Route53ServiceExcep
|
|
|
66
58
|
});
|
|
67
59
|
Object.setPrototypeOf(this, InvalidSigningStatus.prototype);
|
|
68
60
|
}
|
|
69
|
-
}
|
|
70
|
-
exports.
|
|
71
|
-
class NoSuchKeySigningKey extends Route53ServiceException_1.Route53ServiceException {
|
|
61
|
+
};
|
|
62
|
+
exports.NoSuchKeySigningKey = class NoSuchKeySigningKey extends __BaseException {
|
|
72
63
|
name = "NoSuchKeySigningKey";
|
|
73
64
|
$fault = "client";
|
|
74
65
|
constructor(opts) {
|
|
@@ -79,9 +70,8 @@ class NoSuchKeySigningKey extends Route53ServiceException_1.Route53ServiceExcept
|
|
|
79
70
|
});
|
|
80
71
|
Object.setPrototypeOf(this, NoSuchKeySigningKey.prototype);
|
|
81
72
|
}
|
|
82
|
-
}
|
|
83
|
-
exports.
|
|
84
|
-
class ConflictingDomainExists extends Route53ServiceException_1.Route53ServiceException {
|
|
73
|
+
};
|
|
74
|
+
exports.ConflictingDomainExists = class ConflictingDomainExists extends __BaseException {
|
|
85
75
|
name = "ConflictingDomainExists";
|
|
86
76
|
$fault = "client";
|
|
87
77
|
constructor(opts) {
|
|
@@ -92,9 +82,8 @@ class ConflictingDomainExists extends Route53ServiceException_1.Route53ServiceEx
|
|
|
92
82
|
});
|
|
93
83
|
Object.setPrototypeOf(this, ConflictingDomainExists.prototype);
|
|
94
84
|
}
|
|
95
|
-
}
|
|
96
|
-
exports.
|
|
97
|
-
class InvalidVPCId extends Route53ServiceException_1.Route53ServiceException {
|
|
85
|
+
};
|
|
86
|
+
exports.InvalidVPCId = class InvalidVPCId extends __BaseException {
|
|
98
87
|
name = "InvalidVPCId";
|
|
99
88
|
$fault = "client";
|
|
100
89
|
constructor(opts) {
|
|
@@ -105,9 +94,8 @@ class InvalidVPCId extends Route53ServiceException_1.Route53ServiceException {
|
|
|
105
94
|
});
|
|
106
95
|
Object.setPrototypeOf(this, InvalidVPCId.prototype);
|
|
107
96
|
}
|
|
108
|
-
}
|
|
109
|
-
exports.
|
|
110
|
-
class LimitsExceeded extends Route53ServiceException_1.Route53ServiceException {
|
|
97
|
+
};
|
|
98
|
+
exports.LimitsExceeded = class LimitsExceeded extends __BaseException {
|
|
111
99
|
name = "LimitsExceeded";
|
|
112
100
|
$fault = "client";
|
|
113
101
|
constructor(opts) {
|
|
@@ -118,9 +106,8 @@ class LimitsExceeded extends Route53ServiceException_1.Route53ServiceException {
|
|
|
118
106
|
});
|
|
119
107
|
Object.setPrototypeOf(this, LimitsExceeded.prototype);
|
|
120
108
|
}
|
|
121
|
-
}
|
|
122
|
-
exports.
|
|
123
|
-
class NoSuchHostedZone extends Route53ServiceException_1.Route53ServiceException {
|
|
109
|
+
};
|
|
110
|
+
exports.NoSuchHostedZone = class NoSuchHostedZone extends __BaseException {
|
|
124
111
|
name = "NoSuchHostedZone";
|
|
125
112
|
$fault = "client";
|
|
126
113
|
constructor(opts) {
|
|
@@ -131,9 +118,8 @@ class NoSuchHostedZone extends Route53ServiceException_1.Route53ServiceException
|
|
|
131
118
|
});
|
|
132
119
|
Object.setPrototypeOf(this, NoSuchHostedZone.prototype);
|
|
133
120
|
}
|
|
134
|
-
}
|
|
135
|
-
exports.
|
|
136
|
-
class NotAuthorizedException extends Route53ServiceException_1.Route53ServiceException {
|
|
121
|
+
};
|
|
122
|
+
exports.NotAuthorizedException = class NotAuthorizedException extends __BaseException {
|
|
137
123
|
name = "NotAuthorizedException";
|
|
138
124
|
$fault = "client";
|
|
139
125
|
constructor(opts) {
|
|
@@ -144,9 +130,8 @@ class NotAuthorizedException extends Route53ServiceException_1.Route53ServiceExc
|
|
|
144
130
|
});
|
|
145
131
|
Object.setPrototypeOf(this, NotAuthorizedException.prototype);
|
|
146
132
|
}
|
|
147
|
-
}
|
|
148
|
-
exports.
|
|
149
|
-
class PriorRequestNotComplete extends Route53ServiceException_1.Route53ServiceException {
|
|
133
|
+
};
|
|
134
|
+
exports.PriorRequestNotComplete = class PriorRequestNotComplete extends __BaseException {
|
|
150
135
|
name = "PriorRequestNotComplete";
|
|
151
136
|
$fault = "client";
|
|
152
137
|
constructor(opts) {
|
|
@@ -157,9 +142,8 @@ class PriorRequestNotComplete extends Route53ServiceException_1.Route53ServiceEx
|
|
|
157
142
|
});
|
|
158
143
|
Object.setPrototypeOf(this, PriorRequestNotComplete.prototype);
|
|
159
144
|
}
|
|
160
|
-
}
|
|
161
|
-
exports.
|
|
162
|
-
class PublicZoneVPCAssociation extends Route53ServiceException_1.Route53ServiceException {
|
|
145
|
+
};
|
|
146
|
+
exports.PublicZoneVPCAssociation = class PublicZoneVPCAssociation extends __BaseException {
|
|
163
147
|
name = "PublicZoneVPCAssociation";
|
|
164
148
|
$fault = "client";
|
|
165
149
|
constructor(opts) {
|
|
@@ -170,9 +154,8 @@ class PublicZoneVPCAssociation extends Route53ServiceException_1.Route53ServiceE
|
|
|
170
154
|
});
|
|
171
155
|
Object.setPrototypeOf(this, PublicZoneVPCAssociation.prototype);
|
|
172
156
|
}
|
|
173
|
-
}
|
|
174
|
-
exports.
|
|
175
|
-
class CidrBlockInUseException extends Route53ServiceException_1.Route53ServiceException {
|
|
157
|
+
};
|
|
158
|
+
exports.CidrBlockInUseException = class CidrBlockInUseException extends __BaseException {
|
|
176
159
|
name = "CidrBlockInUseException";
|
|
177
160
|
$fault = "client";
|
|
178
161
|
Message;
|
|
@@ -185,9 +168,8 @@ class CidrBlockInUseException extends Route53ServiceException_1.Route53ServiceEx
|
|
|
185
168
|
Object.setPrototypeOf(this, CidrBlockInUseException.prototype);
|
|
186
169
|
this.Message = opts.Message;
|
|
187
170
|
}
|
|
188
|
-
}
|
|
189
|
-
exports.
|
|
190
|
-
class CidrCollectionVersionMismatchException extends Route53ServiceException_1.Route53ServiceException {
|
|
171
|
+
};
|
|
172
|
+
exports.CidrCollectionVersionMismatchException = class CidrCollectionVersionMismatchException extends __BaseException {
|
|
191
173
|
name = "CidrCollectionVersionMismatchException";
|
|
192
174
|
$fault = "client";
|
|
193
175
|
Message;
|
|
@@ -200,9 +182,8 @@ class CidrCollectionVersionMismatchException extends Route53ServiceException_1.R
|
|
|
200
182
|
Object.setPrototypeOf(this, CidrCollectionVersionMismatchException.prototype);
|
|
201
183
|
this.Message = opts.Message;
|
|
202
184
|
}
|
|
203
|
-
}
|
|
204
|
-
exports.
|
|
205
|
-
class NoSuchCidrCollectionException extends Route53ServiceException_1.Route53ServiceException {
|
|
185
|
+
};
|
|
186
|
+
exports.NoSuchCidrCollectionException = class NoSuchCidrCollectionException extends __BaseException {
|
|
206
187
|
name = "NoSuchCidrCollectionException";
|
|
207
188
|
$fault = "client";
|
|
208
189
|
Message;
|
|
@@ -215,9 +196,8 @@ class NoSuchCidrCollectionException extends Route53ServiceException_1.Route53Ser
|
|
|
215
196
|
Object.setPrototypeOf(this, NoSuchCidrCollectionException.prototype);
|
|
216
197
|
this.Message = opts.Message;
|
|
217
198
|
}
|
|
218
|
-
}
|
|
219
|
-
exports.
|
|
220
|
-
class InvalidChangeBatch extends Route53ServiceException_1.Route53ServiceException {
|
|
199
|
+
};
|
|
200
|
+
exports.InvalidChangeBatch = class InvalidChangeBatch extends __BaseException {
|
|
221
201
|
name = "InvalidChangeBatch";
|
|
222
202
|
$fault = "client";
|
|
223
203
|
messages;
|
|
@@ -230,9 +210,8 @@ class InvalidChangeBatch extends Route53ServiceException_1.Route53ServiceExcepti
|
|
|
230
210
|
Object.setPrototypeOf(this, InvalidChangeBatch.prototype);
|
|
231
211
|
this.messages = opts.messages;
|
|
232
212
|
}
|
|
233
|
-
}
|
|
234
|
-
exports.
|
|
235
|
-
class NoSuchHealthCheck extends Route53ServiceException_1.Route53ServiceException {
|
|
213
|
+
};
|
|
214
|
+
exports.NoSuchHealthCheck = class NoSuchHealthCheck extends __BaseException {
|
|
236
215
|
name = "NoSuchHealthCheck";
|
|
237
216
|
$fault = "client";
|
|
238
217
|
constructor(opts) {
|
|
@@ -243,9 +222,8 @@ class NoSuchHealthCheck extends Route53ServiceException_1.Route53ServiceExceptio
|
|
|
243
222
|
});
|
|
244
223
|
Object.setPrototypeOf(this, NoSuchHealthCheck.prototype);
|
|
245
224
|
}
|
|
246
|
-
}
|
|
247
|
-
exports.
|
|
248
|
-
class ThrottlingException extends Route53ServiceException_1.Route53ServiceException {
|
|
225
|
+
};
|
|
226
|
+
exports.ThrottlingException = class ThrottlingException extends __BaseException {
|
|
249
227
|
name = "ThrottlingException";
|
|
250
228
|
$fault = "client";
|
|
251
229
|
constructor(opts) {
|
|
@@ -256,9 +234,8 @@ class ThrottlingException extends Route53ServiceException_1.Route53ServiceExcept
|
|
|
256
234
|
});
|
|
257
235
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
258
236
|
}
|
|
259
|
-
}
|
|
260
|
-
exports.
|
|
261
|
-
class CidrCollectionAlreadyExistsException extends Route53ServiceException_1.Route53ServiceException {
|
|
237
|
+
};
|
|
238
|
+
exports.CidrCollectionAlreadyExistsException = class CidrCollectionAlreadyExistsException extends __BaseException {
|
|
262
239
|
name = "CidrCollectionAlreadyExistsException";
|
|
263
240
|
$fault = "client";
|
|
264
241
|
Message;
|
|
@@ -271,9 +248,8 @@ class CidrCollectionAlreadyExistsException extends Route53ServiceException_1.Rou
|
|
|
271
248
|
Object.setPrototypeOf(this, CidrCollectionAlreadyExistsException.prototype);
|
|
272
249
|
this.Message = opts.Message;
|
|
273
250
|
}
|
|
274
|
-
}
|
|
275
|
-
exports.
|
|
276
|
-
class HealthCheckAlreadyExists extends Route53ServiceException_1.Route53ServiceException {
|
|
251
|
+
};
|
|
252
|
+
exports.HealthCheckAlreadyExists = class HealthCheckAlreadyExists extends __BaseException {
|
|
277
253
|
name = "HealthCheckAlreadyExists";
|
|
278
254
|
$fault = "client";
|
|
279
255
|
constructor(opts) {
|
|
@@ -284,9 +260,8 @@ class HealthCheckAlreadyExists extends Route53ServiceException_1.Route53ServiceE
|
|
|
284
260
|
});
|
|
285
261
|
Object.setPrototypeOf(this, HealthCheckAlreadyExists.prototype);
|
|
286
262
|
}
|
|
287
|
-
}
|
|
288
|
-
exports.
|
|
289
|
-
class TooManyHealthChecks extends Route53ServiceException_1.Route53ServiceException {
|
|
263
|
+
};
|
|
264
|
+
exports.TooManyHealthChecks = class TooManyHealthChecks extends __BaseException {
|
|
290
265
|
name = "TooManyHealthChecks";
|
|
291
266
|
$fault = "client";
|
|
292
267
|
constructor(opts) {
|
|
@@ -297,9 +272,8 @@ class TooManyHealthChecks extends Route53ServiceException_1.Route53ServiceExcept
|
|
|
297
272
|
});
|
|
298
273
|
Object.setPrototypeOf(this, TooManyHealthChecks.prototype);
|
|
299
274
|
}
|
|
300
|
-
}
|
|
301
|
-
exports.
|
|
302
|
-
class DelegationSetNotAvailable extends Route53ServiceException_1.Route53ServiceException {
|
|
275
|
+
};
|
|
276
|
+
exports.DelegationSetNotAvailable = class DelegationSetNotAvailable extends __BaseException {
|
|
303
277
|
name = "DelegationSetNotAvailable";
|
|
304
278
|
$fault = "client";
|
|
305
279
|
constructor(opts) {
|
|
@@ -310,9 +284,8 @@ class DelegationSetNotAvailable extends Route53ServiceException_1.Route53Service
|
|
|
310
284
|
});
|
|
311
285
|
Object.setPrototypeOf(this, DelegationSetNotAvailable.prototype);
|
|
312
286
|
}
|
|
313
|
-
}
|
|
314
|
-
exports.
|
|
315
|
-
class DelegationSetNotReusable extends Route53ServiceException_1.Route53ServiceException {
|
|
287
|
+
};
|
|
288
|
+
exports.DelegationSetNotReusable = class DelegationSetNotReusable extends __BaseException {
|
|
316
289
|
name = "DelegationSetNotReusable";
|
|
317
290
|
$fault = "client";
|
|
318
291
|
constructor(opts) {
|
|
@@ -323,9 +296,8 @@ class DelegationSetNotReusable extends Route53ServiceException_1.Route53ServiceE
|
|
|
323
296
|
});
|
|
324
297
|
Object.setPrototypeOf(this, DelegationSetNotReusable.prototype);
|
|
325
298
|
}
|
|
326
|
-
}
|
|
327
|
-
exports.
|
|
328
|
-
class HostedZoneAlreadyExists extends Route53ServiceException_1.Route53ServiceException {
|
|
299
|
+
};
|
|
300
|
+
exports.HostedZoneAlreadyExists = class HostedZoneAlreadyExists extends __BaseException {
|
|
329
301
|
name = "HostedZoneAlreadyExists";
|
|
330
302
|
$fault = "client";
|
|
331
303
|
constructor(opts) {
|
|
@@ -336,9 +308,8 @@ class HostedZoneAlreadyExists extends Route53ServiceException_1.Route53ServiceEx
|
|
|
336
308
|
});
|
|
337
309
|
Object.setPrototypeOf(this, HostedZoneAlreadyExists.prototype);
|
|
338
310
|
}
|
|
339
|
-
}
|
|
340
|
-
exports.
|
|
341
|
-
class InvalidDomainName extends Route53ServiceException_1.Route53ServiceException {
|
|
311
|
+
};
|
|
312
|
+
exports.InvalidDomainName = class InvalidDomainName extends __BaseException {
|
|
342
313
|
name = "InvalidDomainName";
|
|
343
314
|
$fault = "client";
|
|
344
315
|
constructor(opts) {
|
|
@@ -349,9 +320,8 @@ class InvalidDomainName extends Route53ServiceException_1.Route53ServiceExceptio
|
|
|
349
320
|
});
|
|
350
321
|
Object.setPrototypeOf(this, InvalidDomainName.prototype);
|
|
351
322
|
}
|
|
352
|
-
}
|
|
353
|
-
exports.
|
|
354
|
-
class NoSuchDelegationSet extends Route53ServiceException_1.Route53ServiceException {
|
|
323
|
+
};
|
|
324
|
+
exports.NoSuchDelegationSet = class NoSuchDelegationSet extends __BaseException {
|
|
355
325
|
name = "NoSuchDelegationSet";
|
|
356
326
|
$fault = "client";
|
|
357
327
|
constructor(opts) {
|
|
@@ -362,9 +332,8 @@ class NoSuchDelegationSet extends Route53ServiceException_1.Route53ServiceExcept
|
|
|
362
332
|
});
|
|
363
333
|
Object.setPrototypeOf(this, NoSuchDelegationSet.prototype);
|
|
364
334
|
}
|
|
365
|
-
}
|
|
366
|
-
exports.
|
|
367
|
-
class TooManyHostedZones extends Route53ServiceException_1.Route53ServiceException {
|
|
335
|
+
};
|
|
336
|
+
exports.TooManyHostedZones = class TooManyHostedZones extends __BaseException {
|
|
368
337
|
name = "TooManyHostedZones";
|
|
369
338
|
$fault = "client";
|
|
370
339
|
constructor(opts) {
|
|
@@ -375,9 +344,8 @@ class TooManyHostedZones extends Route53ServiceException_1.Route53ServiceExcepti
|
|
|
375
344
|
});
|
|
376
345
|
Object.setPrototypeOf(this, TooManyHostedZones.prototype);
|
|
377
346
|
}
|
|
378
|
-
}
|
|
379
|
-
exports.
|
|
380
|
-
class InvalidArgument extends Route53ServiceException_1.Route53ServiceException {
|
|
347
|
+
};
|
|
348
|
+
exports.InvalidArgument = class InvalidArgument extends __BaseException {
|
|
381
349
|
name = "InvalidArgument";
|
|
382
350
|
$fault = "client";
|
|
383
351
|
constructor(opts) {
|
|
@@ -388,9 +356,8 @@ class InvalidArgument extends Route53ServiceException_1.Route53ServiceException
|
|
|
388
356
|
});
|
|
389
357
|
Object.setPrototypeOf(this, InvalidArgument.prototype);
|
|
390
358
|
}
|
|
391
|
-
}
|
|
392
|
-
exports.
|
|
393
|
-
class InvalidKeySigningKeyName extends Route53ServiceException_1.Route53ServiceException {
|
|
359
|
+
};
|
|
360
|
+
exports.InvalidKeySigningKeyName = class InvalidKeySigningKeyName extends __BaseException {
|
|
394
361
|
name = "InvalidKeySigningKeyName";
|
|
395
362
|
$fault = "client";
|
|
396
363
|
constructor(opts) {
|
|
@@ -401,9 +368,8 @@ class InvalidKeySigningKeyName extends Route53ServiceException_1.Route53ServiceE
|
|
|
401
368
|
});
|
|
402
369
|
Object.setPrototypeOf(this, InvalidKeySigningKeyName.prototype);
|
|
403
370
|
}
|
|
404
|
-
}
|
|
405
|
-
exports.
|
|
406
|
-
class KeySigningKeyAlreadyExists extends Route53ServiceException_1.Route53ServiceException {
|
|
371
|
+
};
|
|
372
|
+
exports.KeySigningKeyAlreadyExists = class KeySigningKeyAlreadyExists extends __BaseException {
|
|
407
373
|
name = "KeySigningKeyAlreadyExists";
|
|
408
374
|
$fault = "client";
|
|
409
375
|
constructor(opts) {
|
|
@@ -414,9 +380,8 @@ class KeySigningKeyAlreadyExists extends Route53ServiceException_1.Route53Servic
|
|
|
414
380
|
});
|
|
415
381
|
Object.setPrototypeOf(this, KeySigningKeyAlreadyExists.prototype);
|
|
416
382
|
}
|
|
417
|
-
}
|
|
418
|
-
exports.
|
|
419
|
-
class TooManyKeySigningKeys extends Route53ServiceException_1.Route53ServiceException {
|
|
383
|
+
};
|
|
384
|
+
exports.TooManyKeySigningKeys = class TooManyKeySigningKeys extends __BaseException {
|
|
420
385
|
name = "TooManyKeySigningKeys";
|
|
421
386
|
$fault = "client";
|
|
422
387
|
constructor(opts) {
|
|
@@ -427,9 +392,8 @@ class TooManyKeySigningKeys extends Route53ServiceException_1.Route53ServiceExce
|
|
|
427
392
|
});
|
|
428
393
|
Object.setPrototypeOf(this, TooManyKeySigningKeys.prototype);
|
|
429
394
|
}
|
|
430
|
-
}
|
|
431
|
-
exports.
|
|
432
|
-
class InsufficientCloudWatchLogsResourcePolicy extends Route53ServiceException_1.Route53ServiceException {
|
|
395
|
+
};
|
|
396
|
+
exports.InsufficientCloudWatchLogsResourcePolicy = class InsufficientCloudWatchLogsResourcePolicy extends __BaseException {
|
|
433
397
|
name = "InsufficientCloudWatchLogsResourcePolicy";
|
|
434
398
|
$fault = "client";
|
|
435
399
|
constructor(opts) {
|
|
@@ -440,9 +404,8 @@ class InsufficientCloudWatchLogsResourcePolicy extends Route53ServiceException_1
|
|
|
440
404
|
});
|
|
441
405
|
Object.setPrototypeOf(this, InsufficientCloudWatchLogsResourcePolicy.prototype);
|
|
442
406
|
}
|
|
443
|
-
}
|
|
444
|
-
exports.
|
|
445
|
-
class NoSuchCloudWatchLogsLogGroup extends Route53ServiceException_1.Route53ServiceException {
|
|
407
|
+
};
|
|
408
|
+
exports.NoSuchCloudWatchLogsLogGroup = class NoSuchCloudWatchLogsLogGroup extends __BaseException {
|
|
446
409
|
name = "NoSuchCloudWatchLogsLogGroup";
|
|
447
410
|
$fault = "client";
|
|
448
411
|
constructor(opts) {
|
|
@@ -453,9 +416,8 @@ class NoSuchCloudWatchLogsLogGroup extends Route53ServiceException_1.Route53Serv
|
|
|
453
416
|
});
|
|
454
417
|
Object.setPrototypeOf(this, NoSuchCloudWatchLogsLogGroup.prototype);
|
|
455
418
|
}
|
|
456
|
-
}
|
|
457
|
-
exports.
|
|
458
|
-
class QueryLoggingConfigAlreadyExists extends Route53ServiceException_1.Route53ServiceException {
|
|
419
|
+
};
|
|
420
|
+
exports.QueryLoggingConfigAlreadyExists = class QueryLoggingConfigAlreadyExists extends __BaseException {
|
|
459
421
|
name = "QueryLoggingConfigAlreadyExists";
|
|
460
422
|
$fault = "client";
|
|
461
423
|
constructor(opts) {
|
|
@@ -466,9 +428,8 @@ class QueryLoggingConfigAlreadyExists extends Route53ServiceException_1.Route53S
|
|
|
466
428
|
});
|
|
467
429
|
Object.setPrototypeOf(this, QueryLoggingConfigAlreadyExists.prototype);
|
|
468
430
|
}
|
|
469
|
-
}
|
|
470
|
-
exports.
|
|
471
|
-
class DelegationSetAlreadyCreated extends Route53ServiceException_1.Route53ServiceException {
|
|
431
|
+
};
|
|
432
|
+
exports.DelegationSetAlreadyCreated = class DelegationSetAlreadyCreated extends __BaseException {
|
|
472
433
|
name = "DelegationSetAlreadyCreated";
|
|
473
434
|
$fault = "client";
|
|
474
435
|
constructor(opts) {
|
|
@@ -479,9 +440,8 @@ class DelegationSetAlreadyCreated extends Route53ServiceException_1.Route53Servi
|
|
|
479
440
|
});
|
|
480
441
|
Object.setPrototypeOf(this, DelegationSetAlreadyCreated.prototype);
|
|
481
442
|
}
|
|
482
|
-
}
|
|
483
|
-
exports.
|
|
484
|
-
class DelegationSetAlreadyReusable extends Route53ServiceException_1.Route53ServiceException {
|
|
443
|
+
};
|
|
444
|
+
exports.DelegationSetAlreadyReusable = class DelegationSetAlreadyReusable extends __BaseException {
|
|
485
445
|
name = "DelegationSetAlreadyReusable";
|
|
486
446
|
$fault = "client";
|
|
487
447
|
constructor(opts) {
|
|
@@ -492,9 +452,8 @@ class DelegationSetAlreadyReusable extends Route53ServiceException_1.Route53Serv
|
|
|
492
452
|
});
|
|
493
453
|
Object.setPrototypeOf(this, DelegationSetAlreadyReusable.prototype);
|
|
494
454
|
}
|
|
495
|
-
}
|
|
496
|
-
exports.
|
|
497
|
-
class HostedZoneNotFound extends Route53ServiceException_1.Route53ServiceException {
|
|
455
|
+
};
|
|
456
|
+
exports.HostedZoneNotFound = class HostedZoneNotFound extends __BaseException {
|
|
498
457
|
name = "HostedZoneNotFound";
|
|
499
458
|
$fault = "client";
|
|
500
459
|
constructor(opts) {
|
|
@@ -505,9 +464,8 @@ class HostedZoneNotFound extends Route53ServiceException_1.Route53ServiceExcepti
|
|
|
505
464
|
});
|
|
506
465
|
Object.setPrototypeOf(this, HostedZoneNotFound.prototype);
|
|
507
466
|
}
|
|
508
|
-
}
|
|
509
|
-
exports.
|
|
510
|
-
class InvalidTrafficPolicyDocument extends Route53ServiceException_1.Route53ServiceException {
|
|
467
|
+
};
|
|
468
|
+
exports.InvalidTrafficPolicyDocument = class InvalidTrafficPolicyDocument extends __BaseException {
|
|
511
469
|
name = "InvalidTrafficPolicyDocument";
|
|
512
470
|
$fault = "client";
|
|
513
471
|
constructor(opts) {
|
|
@@ -518,9 +476,8 @@ class InvalidTrafficPolicyDocument extends Route53ServiceException_1.Route53Serv
|
|
|
518
476
|
});
|
|
519
477
|
Object.setPrototypeOf(this, InvalidTrafficPolicyDocument.prototype);
|
|
520
478
|
}
|
|
521
|
-
}
|
|
522
|
-
exports.
|
|
523
|
-
class TooManyTrafficPolicies extends Route53ServiceException_1.Route53ServiceException {
|
|
479
|
+
};
|
|
480
|
+
exports.TooManyTrafficPolicies = class TooManyTrafficPolicies extends __BaseException {
|
|
524
481
|
name = "TooManyTrafficPolicies";
|
|
525
482
|
$fault = "client";
|
|
526
483
|
constructor(opts) {
|
|
@@ -531,9 +488,8 @@ class TooManyTrafficPolicies extends Route53ServiceException_1.Route53ServiceExc
|
|
|
531
488
|
});
|
|
532
489
|
Object.setPrototypeOf(this, TooManyTrafficPolicies.prototype);
|
|
533
490
|
}
|
|
534
|
-
}
|
|
535
|
-
exports.
|
|
536
|
-
class TrafficPolicyAlreadyExists extends Route53ServiceException_1.Route53ServiceException {
|
|
491
|
+
};
|
|
492
|
+
exports.TrafficPolicyAlreadyExists = class TrafficPolicyAlreadyExists extends __BaseException {
|
|
537
493
|
name = "TrafficPolicyAlreadyExists";
|
|
538
494
|
$fault = "client";
|
|
539
495
|
constructor(opts) {
|
|
@@ -544,9 +500,8 @@ class TrafficPolicyAlreadyExists extends Route53ServiceException_1.Route53Servic
|
|
|
544
500
|
});
|
|
545
501
|
Object.setPrototypeOf(this, TrafficPolicyAlreadyExists.prototype);
|
|
546
502
|
}
|
|
547
|
-
}
|
|
548
|
-
exports.
|
|
549
|
-
class NoSuchTrafficPolicy extends Route53ServiceException_1.Route53ServiceException {
|
|
503
|
+
};
|
|
504
|
+
exports.NoSuchTrafficPolicy = class NoSuchTrafficPolicy extends __BaseException {
|
|
550
505
|
name = "NoSuchTrafficPolicy";
|
|
551
506
|
$fault = "client";
|
|
552
507
|
constructor(opts) {
|
|
@@ -557,9 +512,8 @@ class NoSuchTrafficPolicy extends Route53ServiceException_1.Route53ServiceExcept
|
|
|
557
512
|
});
|
|
558
513
|
Object.setPrototypeOf(this, NoSuchTrafficPolicy.prototype);
|
|
559
514
|
}
|
|
560
|
-
}
|
|
561
|
-
exports.
|
|
562
|
-
class TooManyTrafficPolicyInstances extends Route53ServiceException_1.Route53ServiceException {
|
|
515
|
+
};
|
|
516
|
+
exports.TooManyTrafficPolicyInstances = class TooManyTrafficPolicyInstances extends __BaseException {
|
|
563
517
|
name = "TooManyTrafficPolicyInstances";
|
|
564
518
|
$fault = "client";
|
|
565
519
|
constructor(opts) {
|
|
@@ -570,9 +524,8 @@ class TooManyTrafficPolicyInstances extends Route53ServiceException_1.Route53Ser
|
|
|
570
524
|
});
|
|
571
525
|
Object.setPrototypeOf(this, TooManyTrafficPolicyInstances.prototype);
|
|
572
526
|
}
|
|
573
|
-
}
|
|
574
|
-
exports.
|
|
575
|
-
class TrafficPolicyInstanceAlreadyExists extends Route53ServiceException_1.Route53ServiceException {
|
|
527
|
+
};
|
|
528
|
+
exports.TrafficPolicyInstanceAlreadyExists = class TrafficPolicyInstanceAlreadyExists extends __BaseException {
|
|
576
529
|
name = "TrafficPolicyInstanceAlreadyExists";
|
|
577
530
|
$fault = "client";
|
|
578
531
|
constructor(opts) {
|
|
@@ -583,9 +536,8 @@ class TrafficPolicyInstanceAlreadyExists extends Route53ServiceException_1.Route
|
|
|
583
536
|
});
|
|
584
537
|
Object.setPrototypeOf(this, TrafficPolicyInstanceAlreadyExists.prototype);
|
|
585
538
|
}
|
|
586
|
-
}
|
|
587
|
-
exports.
|
|
588
|
-
class TooManyTrafficPolicyVersionsForCurrentPolicy extends Route53ServiceException_1.Route53ServiceException {
|
|
539
|
+
};
|
|
540
|
+
exports.TooManyTrafficPolicyVersionsForCurrentPolicy = class TooManyTrafficPolicyVersionsForCurrentPolicy extends __BaseException {
|
|
589
541
|
name = "TooManyTrafficPolicyVersionsForCurrentPolicy";
|
|
590
542
|
$fault = "client";
|
|
591
543
|
constructor(opts) {
|
|
@@ -596,9 +548,8 @@ class TooManyTrafficPolicyVersionsForCurrentPolicy extends Route53ServiceExcepti
|
|
|
596
548
|
});
|
|
597
549
|
Object.setPrototypeOf(this, TooManyTrafficPolicyVersionsForCurrentPolicy.prototype);
|
|
598
550
|
}
|
|
599
|
-
}
|
|
600
|
-
exports.
|
|
601
|
-
class TooManyVPCAssociationAuthorizations extends Route53ServiceException_1.Route53ServiceException {
|
|
551
|
+
};
|
|
552
|
+
exports.TooManyVPCAssociationAuthorizations = class TooManyVPCAssociationAuthorizations extends __BaseException {
|
|
602
553
|
name = "TooManyVPCAssociationAuthorizations";
|
|
603
554
|
$fault = "client";
|
|
604
555
|
constructor(opts) {
|
|
@@ -609,9 +560,8 @@ class TooManyVPCAssociationAuthorizations extends Route53ServiceException_1.Rout
|
|
|
609
560
|
});
|
|
610
561
|
Object.setPrototypeOf(this, TooManyVPCAssociationAuthorizations.prototype);
|
|
611
562
|
}
|
|
612
|
-
}
|
|
613
|
-
exports.
|
|
614
|
-
class KeySigningKeyInParentDSRecord extends Route53ServiceException_1.Route53ServiceException {
|
|
563
|
+
};
|
|
564
|
+
exports.KeySigningKeyInParentDSRecord = class KeySigningKeyInParentDSRecord extends __BaseException {
|
|
615
565
|
name = "KeySigningKeyInParentDSRecord";
|
|
616
566
|
$fault = "client";
|
|
617
567
|
constructor(opts) {
|
|
@@ -622,9 +572,8 @@ class KeySigningKeyInParentDSRecord extends Route53ServiceException_1.Route53Ser
|
|
|
622
572
|
});
|
|
623
573
|
Object.setPrototypeOf(this, KeySigningKeyInParentDSRecord.prototype);
|
|
624
574
|
}
|
|
625
|
-
}
|
|
626
|
-
exports.
|
|
627
|
-
class KeySigningKeyInUse extends Route53ServiceException_1.Route53ServiceException {
|
|
575
|
+
};
|
|
576
|
+
exports.KeySigningKeyInUse = class KeySigningKeyInUse extends __BaseException {
|
|
628
577
|
name = "KeySigningKeyInUse";
|
|
629
578
|
$fault = "client";
|
|
630
579
|
constructor(opts) {
|
|
@@ -635,9 +584,8 @@ class KeySigningKeyInUse extends Route53ServiceException_1.Route53ServiceExcepti
|
|
|
635
584
|
});
|
|
636
585
|
Object.setPrototypeOf(this, KeySigningKeyInUse.prototype);
|
|
637
586
|
}
|
|
638
|
-
}
|
|
639
|
-
exports.
|
|
640
|
-
class CidrCollectionInUseException extends Route53ServiceException_1.Route53ServiceException {
|
|
587
|
+
};
|
|
588
|
+
exports.CidrCollectionInUseException = class CidrCollectionInUseException extends __BaseException {
|
|
641
589
|
name = "CidrCollectionInUseException";
|
|
642
590
|
$fault = "client";
|
|
643
591
|
Message;
|
|
@@ -650,9 +598,8 @@ class CidrCollectionInUseException extends Route53ServiceException_1.Route53Serv
|
|
|
650
598
|
Object.setPrototypeOf(this, CidrCollectionInUseException.prototype);
|
|
651
599
|
this.Message = opts.Message;
|
|
652
600
|
}
|
|
653
|
-
}
|
|
654
|
-
exports.
|
|
655
|
-
class HealthCheckInUse extends Route53ServiceException_1.Route53ServiceException {
|
|
601
|
+
};
|
|
602
|
+
exports.HealthCheckInUse = class HealthCheckInUse extends __BaseException {
|
|
656
603
|
name = "HealthCheckInUse";
|
|
657
604
|
$fault = "client";
|
|
658
605
|
constructor(opts) {
|
|
@@ -663,9 +610,8 @@ class HealthCheckInUse extends Route53ServiceException_1.Route53ServiceException
|
|
|
663
610
|
});
|
|
664
611
|
Object.setPrototypeOf(this, HealthCheckInUse.prototype);
|
|
665
612
|
}
|
|
666
|
-
}
|
|
667
|
-
exports.
|
|
668
|
-
class HostedZoneNotEmpty extends Route53ServiceException_1.Route53ServiceException {
|
|
613
|
+
};
|
|
614
|
+
exports.HostedZoneNotEmpty = class HostedZoneNotEmpty extends __BaseException {
|
|
669
615
|
name = "HostedZoneNotEmpty";
|
|
670
616
|
$fault = "client";
|
|
671
617
|
constructor(opts) {
|
|
@@ -676,9 +622,8 @@ class HostedZoneNotEmpty extends Route53ServiceException_1.Route53ServiceExcepti
|
|
|
676
622
|
});
|
|
677
623
|
Object.setPrototypeOf(this, HostedZoneNotEmpty.prototype);
|
|
678
624
|
}
|
|
679
|
-
}
|
|
680
|
-
exports.
|
|
681
|
-
class NoSuchQueryLoggingConfig extends Route53ServiceException_1.Route53ServiceException {
|
|
625
|
+
};
|
|
626
|
+
exports.NoSuchQueryLoggingConfig = class NoSuchQueryLoggingConfig extends __BaseException {
|
|
682
627
|
name = "NoSuchQueryLoggingConfig";
|
|
683
628
|
$fault = "client";
|
|
684
629
|
constructor(opts) {
|
|
@@ -689,9 +634,8 @@ class NoSuchQueryLoggingConfig extends Route53ServiceException_1.Route53ServiceE
|
|
|
689
634
|
});
|
|
690
635
|
Object.setPrototypeOf(this, NoSuchQueryLoggingConfig.prototype);
|
|
691
636
|
}
|
|
692
|
-
}
|
|
693
|
-
exports.
|
|
694
|
-
class DelegationSetInUse extends Route53ServiceException_1.Route53ServiceException {
|
|
637
|
+
};
|
|
638
|
+
exports.DelegationSetInUse = class DelegationSetInUse extends __BaseException {
|
|
695
639
|
name = "DelegationSetInUse";
|
|
696
640
|
$fault = "client";
|
|
697
641
|
constructor(opts) {
|
|
@@ -702,9 +646,8 @@ class DelegationSetInUse extends Route53ServiceException_1.Route53ServiceExcepti
|
|
|
702
646
|
});
|
|
703
647
|
Object.setPrototypeOf(this, DelegationSetInUse.prototype);
|
|
704
648
|
}
|
|
705
|
-
}
|
|
706
|
-
exports.
|
|
707
|
-
class TrafficPolicyInUse extends Route53ServiceException_1.Route53ServiceException {
|
|
649
|
+
};
|
|
650
|
+
exports.TrafficPolicyInUse = class TrafficPolicyInUse extends __BaseException {
|
|
708
651
|
name = "TrafficPolicyInUse";
|
|
709
652
|
$fault = "client";
|
|
710
653
|
constructor(opts) {
|
|
@@ -715,9 +658,8 @@ class TrafficPolicyInUse extends Route53ServiceException_1.Route53ServiceExcepti
|
|
|
715
658
|
});
|
|
716
659
|
Object.setPrototypeOf(this, TrafficPolicyInUse.prototype);
|
|
717
660
|
}
|
|
718
|
-
}
|
|
719
|
-
exports.
|
|
720
|
-
class NoSuchTrafficPolicyInstance extends Route53ServiceException_1.Route53ServiceException {
|
|
661
|
+
};
|
|
662
|
+
exports.NoSuchTrafficPolicyInstance = class NoSuchTrafficPolicyInstance extends __BaseException {
|
|
721
663
|
name = "NoSuchTrafficPolicyInstance";
|
|
722
664
|
$fault = "client";
|
|
723
665
|
constructor(opts) {
|
|
@@ -728,9 +670,8 @@ class NoSuchTrafficPolicyInstance extends Route53ServiceException_1.Route53Servi
|
|
|
728
670
|
});
|
|
729
671
|
Object.setPrototypeOf(this, NoSuchTrafficPolicyInstance.prototype);
|
|
730
672
|
}
|
|
731
|
-
}
|
|
732
|
-
exports.
|
|
733
|
-
class VPCAssociationAuthorizationNotFound extends Route53ServiceException_1.Route53ServiceException {
|
|
673
|
+
};
|
|
674
|
+
exports.VPCAssociationAuthorizationNotFound = class VPCAssociationAuthorizationNotFound extends __BaseException {
|
|
734
675
|
name = "VPCAssociationAuthorizationNotFound";
|
|
735
676
|
$fault = "client";
|
|
736
677
|
constructor(opts) {
|
|
@@ -741,9 +682,8 @@ class VPCAssociationAuthorizationNotFound extends Route53ServiceException_1.Rout
|
|
|
741
682
|
});
|
|
742
683
|
Object.setPrototypeOf(this, VPCAssociationAuthorizationNotFound.prototype);
|
|
743
684
|
}
|
|
744
|
-
}
|
|
745
|
-
exports.
|
|
746
|
-
class DNSSECNotFound extends Route53ServiceException_1.Route53ServiceException {
|
|
685
|
+
};
|
|
686
|
+
exports.DNSSECNotFound = class DNSSECNotFound extends __BaseException {
|
|
747
687
|
name = "DNSSECNotFound";
|
|
748
688
|
$fault = "client";
|
|
749
689
|
constructor(opts) {
|
|
@@ -754,9 +694,8 @@ class DNSSECNotFound extends Route53ServiceException_1.Route53ServiceException {
|
|
|
754
694
|
});
|
|
755
695
|
Object.setPrototypeOf(this, DNSSECNotFound.prototype);
|
|
756
696
|
}
|
|
757
|
-
}
|
|
758
|
-
exports.
|
|
759
|
-
class LastVPCAssociation extends Route53ServiceException_1.Route53ServiceException {
|
|
697
|
+
};
|
|
698
|
+
exports.LastVPCAssociation = class LastVPCAssociation extends __BaseException {
|
|
760
699
|
name = "LastVPCAssociation";
|
|
761
700
|
$fault = "client";
|
|
762
701
|
constructor(opts) {
|
|
@@ -767,9 +706,8 @@ class LastVPCAssociation extends Route53ServiceException_1.Route53ServiceExcepti
|
|
|
767
706
|
});
|
|
768
707
|
Object.setPrototypeOf(this, LastVPCAssociation.prototype);
|
|
769
708
|
}
|
|
770
|
-
}
|
|
771
|
-
exports.
|
|
772
|
-
class VPCAssociationNotFound extends Route53ServiceException_1.Route53ServiceException {
|
|
709
|
+
};
|
|
710
|
+
exports.VPCAssociationNotFound = class VPCAssociationNotFound extends __BaseException {
|
|
773
711
|
name = "VPCAssociationNotFound";
|
|
774
712
|
$fault = "client";
|
|
775
713
|
constructor(opts) {
|
|
@@ -780,9 +718,8 @@ class VPCAssociationNotFound extends Route53ServiceException_1.Route53ServiceExc
|
|
|
780
718
|
});
|
|
781
719
|
Object.setPrototypeOf(this, VPCAssociationNotFound.prototype);
|
|
782
720
|
}
|
|
783
|
-
}
|
|
784
|
-
exports.
|
|
785
|
-
class HostedZonePartiallyDelegated extends Route53ServiceException_1.Route53ServiceException {
|
|
721
|
+
};
|
|
722
|
+
exports.HostedZonePartiallyDelegated = class HostedZonePartiallyDelegated extends __BaseException {
|
|
786
723
|
name = "HostedZonePartiallyDelegated";
|
|
787
724
|
$fault = "client";
|
|
788
725
|
constructor(opts) {
|
|
@@ -793,9 +730,8 @@ class HostedZonePartiallyDelegated extends Route53ServiceException_1.Route53Serv
|
|
|
793
730
|
});
|
|
794
731
|
Object.setPrototypeOf(this, HostedZonePartiallyDelegated.prototype);
|
|
795
732
|
}
|
|
796
|
-
}
|
|
797
|
-
exports.
|
|
798
|
-
class KeySigningKeyWithActiveStatusNotFound extends Route53ServiceException_1.Route53ServiceException {
|
|
733
|
+
};
|
|
734
|
+
exports.KeySigningKeyWithActiveStatusNotFound = class KeySigningKeyWithActiveStatusNotFound extends __BaseException {
|
|
799
735
|
name = "KeySigningKeyWithActiveStatusNotFound";
|
|
800
736
|
$fault = "client";
|
|
801
737
|
constructor(opts) {
|
|
@@ -806,9 +742,8 @@ class KeySigningKeyWithActiveStatusNotFound extends Route53ServiceException_1.Ro
|
|
|
806
742
|
});
|
|
807
743
|
Object.setPrototypeOf(this, KeySigningKeyWithActiveStatusNotFound.prototype);
|
|
808
744
|
}
|
|
809
|
-
}
|
|
810
|
-
exports.
|
|
811
|
-
class NoSuchChange extends Route53ServiceException_1.Route53ServiceException {
|
|
745
|
+
};
|
|
746
|
+
exports.NoSuchChange = class NoSuchChange extends __BaseException {
|
|
812
747
|
name = "NoSuchChange";
|
|
813
748
|
$fault = "client";
|
|
814
749
|
constructor(opts) {
|
|
@@ -819,9 +754,8 @@ class NoSuchChange extends Route53ServiceException_1.Route53ServiceException {
|
|
|
819
754
|
});
|
|
820
755
|
Object.setPrototypeOf(this, NoSuchChange.prototype);
|
|
821
756
|
}
|
|
822
|
-
}
|
|
823
|
-
exports.
|
|
824
|
-
class NoSuchGeoLocation extends Route53ServiceException_1.Route53ServiceException {
|
|
757
|
+
};
|
|
758
|
+
exports.NoSuchGeoLocation = class NoSuchGeoLocation extends __BaseException {
|
|
825
759
|
name = "NoSuchGeoLocation";
|
|
826
760
|
$fault = "client";
|
|
827
761
|
constructor(opts) {
|
|
@@ -832,9 +766,8 @@ class NoSuchGeoLocation extends Route53ServiceException_1.Route53ServiceExceptio
|
|
|
832
766
|
});
|
|
833
767
|
Object.setPrototypeOf(this, NoSuchGeoLocation.prototype);
|
|
834
768
|
}
|
|
835
|
-
}
|
|
836
|
-
exports.
|
|
837
|
-
class IncompatibleVersion extends Route53ServiceException_1.Route53ServiceException {
|
|
769
|
+
};
|
|
770
|
+
exports.IncompatibleVersion = class IncompatibleVersion extends __BaseException {
|
|
838
771
|
name = "IncompatibleVersion";
|
|
839
772
|
$fault = "client";
|
|
840
773
|
constructor(opts) {
|
|
@@ -845,9 +778,8 @@ class IncompatibleVersion extends Route53ServiceException_1.Route53ServiceExcept
|
|
|
845
778
|
});
|
|
846
779
|
Object.setPrototypeOf(this, IncompatibleVersion.prototype);
|
|
847
780
|
}
|
|
848
|
-
}
|
|
849
|
-
exports.
|
|
850
|
-
class HostedZoneNotPrivate extends Route53ServiceException_1.Route53ServiceException {
|
|
781
|
+
};
|
|
782
|
+
exports.HostedZoneNotPrivate = class HostedZoneNotPrivate extends __BaseException {
|
|
851
783
|
name = "HostedZoneNotPrivate";
|
|
852
784
|
$fault = "client";
|
|
853
785
|
constructor(opts) {
|
|
@@ -858,9 +790,8 @@ class HostedZoneNotPrivate extends Route53ServiceException_1.Route53ServiceExcep
|
|
|
858
790
|
});
|
|
859
791
|
Object.setPrototypeOf(this, HostedZoneNotPrivate.prototype);
|
|
860
792
|
}
|
|
861
|
-
}
|
|
862
|
-
exports.
|
|
863
|
-
class NoSuchCidrLocationException extends Route53ServiceException_1.Route53ServiceException {
|
|
793
|
+
};
|
|
794
|
+
exports.NoSuchCidrLocationException = class NoSuchCidrLocationException extends __BaseException {
|
|
864
795
|
name = "NoSuchCidrLocationException";
|
|
865
796
|
$fault = "client";
|
|
866
797
|
Message;
|
|
@@ -873,9 +804,8 @@ class NoSuchCidrLocationException extends Route53ServiceException_1.Route53Servi
|
|
|
873
804
|
Object.setPrototypeOf(this, NoSuchCidrLocationException.prototype);
|
|
874
805
|
this.Message = opts.Message;
|
|
875
806
|
}
|
|
876
|
-
}
|
|
877
|
-
exports.
|
|
878
|
-
class InvalidPaginationToken extends Route53ServiceException_1.Route53ServiceException {
|
|
807
|
+
};
|
|
808
|
+
exports.InvalidPaginationToken = class InvalidPaginationToken extends __BaseException {
|
|
879
809
|
name = "InvalidPaginationToken";
|
|
880
810
|
$fault = "client";
|
|
881
811
|
constructor(opts) {
|
|
@@ -886,9 +816,8 @@ class InvalidPaginationToken extends Route53ServiceException_1.Route53ServiceExc
|
|
|
886
816
|
});
|
|
887
817
|
Object.setPrototypeOf(this, InvalidPaginationToken.prototype);
|
|
888
818
|
}
|
|
889
|
-
}
|
|
890
|
-
exports.
|
|
891
|
-
class HealthCheckVersionMismatch extends Route53ServiceException_1.Route53ServiceException {
|
|
819
|
+
};
|
|
820
|
+
exports.HealthCheckVersionMismatch = class HealthCheckVersionMismatch extends __BaseException {
|
|
892
821
|
name = "HealthCheckVersionMismatch";
|
|
893
822
|
$fault = "client";
|
|
894
823
|
constructor(opts) {
|
|
@@ -899,9 +828,8 @@ class HealthCheckVersionMismatch extends Route53ServiceException_1.Route53Servic
|
|
|
899
828
|
});
|
|
900
829
|
Object.setPrototypeOf(this, HealthCheckVersionMismatch.prototype);
|
|
901
830
|
}
|
|
902
|
-
}
|
|
903
|
-
exports.
|
|
904
|
-
class ConflictingTypes extends Route53ServiceException_1.Route53ServiceException {
|
|
831
|
+
};
|
|
832
|
+
exports.ConflictingTypes = class ConflictingTypes extends __BaseException {
|
|
905
833
|
name = "ConflictingTypes";
|
|
906
834
|
$fault = "client";
|
|
907
835
|
constructor(opts) {
|
|
@@ -912,5 +840,4 @@ class ConflictingTypes extends Route53ServiceException_1.Route53ServiceException
|
|
|
912
840
|
});
|
|
913
841
|
Object.setPrototypeOf(this, ConflictingTypes.prototype);
|
|
914
842
|
}
|
|
915
|
-
}
|
|
916
|
-
exports.ConflictingTypes = ConflictingTypes;
|
|
843
|
+
};
|