@aws-sdk/client-route-53 3.952.0 → 3.954.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 +1231 -896
- package/dist-cjs/runtimeConfig.shared.js +7 -5
- package/dist-es/commands/ActivateKeySigningKeyCommand.js +2 -2
- package/dist-es/commands/AssociateVPCWithHostedZoneCommand.js +2 -2
- package/dist-es/commands/ChangeCidrCollectionCommand.js +2 -2
- package/dist-es/commands/ChangeResourceRecordSetsCommand.js +2 -2
- package/dist-es/commands/ChangeTagsForResourceCommand.js +2 -2
- package/dist-es/commands/CreateCidrCollectionCommand.js +2 -2
- package/dist-es/commands/CreateHealthCheckCommand.js +2 -2
- package/dist-es/commands/CreateHostedZoneCommand.js +2 -2
- package/dist-es/commands/CreateKeySigningKeyCommand.js +2 -2
- package/dist-es/commands/CreateQueryLoggingConfigCommand.js +2 -2
- package/dist-es/commands/CreateReusableDelegationSetCommand.js +2 -2
- package/dist-es/commands/CreateTrafficPolicyCommand.js +2 -2
- package/dist-es/commands/CreateTrafficPolicyInstanceCommand.js +2 -2
- package/dist-es/commands/CreateTrafficPolicyVersionCommand.js +2 -2
- package/dist-es/commands/CreateVPCAssociationAuthorizationCommand.js +2 -2
- package/dist-es/commands/DeactivateKeySigningKeyCommand.js +2 -2
- package/dist-es/commands/DeleteCidrCollectionCommand.js +2 -2
- package/dist-es/commands/DeleteHealthCheckCommand.js +2 -2
- package/dist-es/commands/DeleteHostedZoneCommand.js +2 -2
- package/dist-es/commands/DeleteKeySigningKeyCommand.js +2 -2
- package/dist-es/commands/DeleteQueryLoggingConfigCommand.js +2 -2
- package/dist-es/commands/DeleteReusableDelegationSetCommand.js +2 -2
- package/dist-es/commands/DeleteTrafficPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteTrafficPolicyInstanceCommand.js +2 -2
- package/dist-es/commands/DeleteVPCAssociationAuthorizationCommand.js +2 -2
- package/dist-es/commands/DisableHostedZoneDNSSECCommand.js +2 -2
- package/dist-es/commands/DisassociateVPCFromHostedZoneCommand.js +2 -2
- package/dist-es/commands/EnableHostedZoneDNSSECCommand.js +2 -2
- package/dist-es/commands/GetAccountLimitCommand.js +2 -2
- package/dist-es/commands/GetChangeCommand.js +2 -2
- package/dist-es/commands/GetCheckerIpRangesCommand.js +2 -2
- package/dist-es/commands/GetDNSSECCommand.js +2 -2
- package/dist-es/commands/GetGeoLocationCommand.js +2 -2
- package/dist-es/commands/GetHealthCheckCommand.js +2 -2
- package/dist-es/commands/GetHealthCheckCountCommand.js +2 -2
- package/dist-es/commands/GetHealthCheckLastFailureReasonCommand.js +2 -2
- package/dist-es/commands/GetHealthCheckStatusCommand.js +2 -2
- package/dist-es/commands/GetHostedZoneCommand.js +2 -2
- package/dist-es/commands/GetHostedZoneCountCommand.js +2 -2
- package/dist-es/commands/GetHostedZoneLimitCommand.js +2 -2
- package/dist-es/commands/GetQueryLoggingConfigCommand.js +2 -2
- package/dist-es/commands/GetReusableDelegationSetCommand.js +2 -2
- package/dist-es/commands/GetReusableDelegationSetLimitCommand.js +2 -2
- package/dist-es/commands/GetTrafficPolicyCommand.js +2 -2
- package/dist-es/commands/GetTrafficPolicyInstanceCommand.js +2 -2
- package/dist-es/commands/GetTrafficPolicyInstanceCountCommand.js +2 -2
- package/dist-es/commands/ListCidrBlocksCommand.js +2 -2
- package/dist-es/commands/ListCidrCollectionsCommand.js +2 -2
- package/dist-es/commands/ListCidrLocationsCommand.js +2 -2
- package/dist-es/commands/ListGeoLocationsCommand.js +2 -2
- package/dist-es/commands/ListHealthChecksCommand.js +2 -2
- package/dist-es/commands/ListHostedZonesByNameCommand.js +2 -2
- package/dist-es/commands/ListHostedZonesByVPCCommand.js +2 -2
- package/dist-es/commands/ListHostedZonesCommand.js +2 -2
- package/dist-es/commands/ListQueryLoggingConfigsCommand.js +2 -2
- package/dist-es/commands/ListResourceRecordSetsCommand.js +2 -2
- package/dist-es/commands/ListReusableDelegationSetsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourcesCommand.js +2 -2
- package/dist-es/commands/ListTrafficPoliciesCommand.js +2 -2
- package/dist-es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +2 -2
- package/dist-es/commands/ListTrafficPolicyInstancesByPolicyCommand.js +2 -2
- package/dist-es/commands/ListTrafficPolicyInstancesCommand.js +2 -2
- package/dist-es/commands/ListTrafficPolicyVersionsCommand.js +2 -2
- package/dist-es/commands/ListVPCAssociationAuthorizationsCommand.js +2 -2
- package/dist-es/commands/TestDNSAnswerCommand.js +2 -2
- package/dist-es/commands/UpdateHealthCheckCommand.js +2 -2
- package/dist-es/commands/UpdateHostedZoneCommentCommand.js +2 -2
- package/dist-es/commands/UpdateHostedZoneFeaturesCommand.js +2 -2
- package/dist-es/commands/UpdateTrafficPolicyCommentCommand.js +2 -2
- package/dist-es/commands/UpdateTrafficPolicyInstanceCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -5
- package/dist-es/schemas/schemas_0.js +634 -625
- package/dist-types/Route53Client.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +5 -1
- package/dist-types/schemas/schemas_0.d.ts +327 -359
- package/dist-types/ts3.4/Route53Client.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +7 -5
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +326 -359
- package/package.json +36 -36
package/dist-cjs/index.js
CHANGED
|
@@ -112,14 +112,14 @@ class Route53Client extends smithyClient.Client {
|
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
114
|
|
|
115
|
-
|
|
115
|
+
class Route53ServiceException extends smithyClient.ServiceException {
|
|
116
116
|
constructor(options) {
|
|
117
117
|
super(options);
|
|
118
118
|
Object.setPrototypeOf(this, Route53ServiceException.prototype);
|
|
119
119
|
}
|
|
120
|
-
}
|
|
120
|
+
}
|
|
121
121
|
|
|
122
|
-
|
|
122
|
+
class ConcurrentModification extends Route53ServiceException {
|
|
123
123
|
name = "ConcurrentModification";
|
|
124
124
|
$fault = "client";
|
|
125
125
|
constructor(opts) {
|
|
@@ -130,8 +130,8 @@ let ConcurrentModification$1 = class ConcurrentModification extends Route53Servi
|
|
|
130
130
|
});
|
|
131
131
|
Object.setPrototypeOf(this, ConcurrentModification.prototype);
|
|
132
132
|
}
|
|
133
|
-
}
|
|
134
|
-
|
|
133
|
+
}
|
|
134
|
+
class InvalidInput extends Route53ServiceException {
|
|
135
135
|
name = "InvalidInput";
|
|
136
136
|
$fault = "client";
|
|
137
137
|
constructor(opts) {
|
|
@@ -142,8 +142,8 @@ let InvalidInput$1 = class InvalidInput extends Route53ServiceException$1 {
|
|
|
142
142
|
});
|
|
143
143
|
Object.setPrototypeOf(this, InvalidInput.prototype);
|
|
144
144
|
}
|
|
145
|
-
}
|
|
146
|
-
|
|
145
|
+
}
|
|
146
|
+
class InvalidKeySigningKeyStatus extends Route53ServiceException {
|
|
147
147
|
name = "InvalidKeySigningKeyStatus";
|
|
148
148
|
$fault = "client";
|
|
149
149
|
constructor(opts) {
|
|
@@ -154,8 +154,8 @@ let InvalidKeySigningKeyStatus$1 = class InvalidKeySigningKeyStatus extends Rout
|
|
|
154
154
|
});
|
|
155
155
|
Object.setPrototypeOf(this, InvalidKeySigningKeyStatus.prototype);
|
|
156
156
|
}
|
|
157
|
-
}
|
|
158
|
-
|
|
157
|
+
}
|
|
158
|
+
class InvalidKMSArn extends Route53ServiceException {
|
|
159
159
|
name = "InvalidKMSArn";
|
|
160
160
|
$fault = "client";
|
|
161
161
|
constructor(opts) {
|
|
@@ -166,8 +166,8 @@ let InvalidKMSArn$1 = class InvalidKMSArn extends Route53ServiceException$1 {
|
|
|
166
166
|
});
|
|
167
167
|
Object.setPrototypeOf(this, InvalidKMSArn.prototype);
|
|
168
168
|
}
|
|
169
|
-
}
|
|
170
|
-
|
|
169
|
+
}
|
|
170
|
+
class InvalidSigningStatus extends Route53ServiceException {
|
|
171
171
|
name = "InvalidSigningStatus";
|
|
172
172
|
$fault = "client";
|
|
173
173
|
constructor(opts) {
|
|
@@ -178,8 +178,8 @@ let InvalidSigningStatus$1 = class InvalidSigningStatus extends Route53ServiceEx
|
|
|
178
178
|
});
|
|
179
179
|
Object.setPrototypeOf(this, InvalidSigningStatus.prototype);
|
|
180
180
|
}
|
|
181
|
-
}
|
|
182
|
-
|
|
181
|
+
}
|
|
182
|
+
class NoSuchKeySigningKey extends Route53ServiceException {
|
|
183
183
|
name = "NoSuchKeySigningKey";
|
|
184
184
|
$fault = "client";
|
|
185
185
|
constructor(opts) {
|
|
@@ -190,8 +190,8 @@ let NoSuchKeySigningKey$1 = class NoSuchKeySigningKey extends Route53ServiceExce
|
|
|
190
190
|
});
|
|
191
191
|
Object.setPrototypeOf(this, NoSuchKeySigningKey.prototype);
|
|
192
192
|
}
|
|
193
|
-
}
|
|
194
|
-
|
|
193
|
+
}
|
|
194
|
+
class ConflictingDomainExists extends Route53ServiceException {
|
|
195
195
|
name = "ConflictingDomainExists";
|
|
196
196
|
$fault = "client";
|
|
197
197
|
constructor(opts) {
|
|
@@ -202,8 +202,8 @@ let ConflictingDomainExists$1 = class ConflictingDomainExists extends Route53Ser
|
|
|
202
202
|
});
|
|
203
203
|
Object.setPrototypeOf(this, ConflictingDomainExists.prototype);
|
|
204
204
|
}
|
|
205
|
-
}
|
|
206
|
-
|
|
205
|
+
}
|
|
206
|
+
class InvalidVPCId extends Route53ServiceException {
|
|
207
207
|
name = "InvalidVPCId";
|
|
208
208
|
$fault = "client";
|
|
209
209
|
constructor(opts) {
|
|
@@ -214,8 +214,8 @@ let InvalidVPCId$1 = class InvalidVPCId extends Route53ServiceException$1 {
|
|
|
214
214
|
});
|
|
215
215
|
Object.setPrototypeOf(this, InvalidVPCId.prototype);
|
|
216
216
|
}
|
|
217
|
-
}
|
|
218
|
-
|
|
217
|
+
}
|
|
218
|
+
class LimitsExceeded extends Route53ServiceException {
|
|
219
219
|
name = "LimitsExceeded";
|
|
220
220
|
$fault = "client";
|
|
221
221
|
constructor(opts) {
|
|
@@ -226,8 +226,8 @@ let LimitsExceeded$1 = class LimitsExceeded extends Route53ServiceException$1 {
|
|
|
226
226
|
});
|
|
227
227
|
Object.setPrototypeOf(this, LimitsExceeded.prototype);
|
|
228
228
|
}
|
|
229
|
-
}
|
|
230
|
-
|
|
229
|
+
}
|
|
230
|
+
class NoSuchHostedZone extends Route53ServiceException {
|
|
231
231
|
name = "NoSuchHostedZone";
|
|
232
232
|
$fault = "client";
|
|
233
233
|
constructor(opts) {
|
|
@@ -238,8 +238,8 @@ let NoSuchHostedZone$1 = class NoSuchHostedZone extends Route53ServiceException$
|
|
|
238
238
|
});
|
|
239
239
|
Object.setPrototypeOf(this, NoSuchHostedZone.prototype);
|
|
240
240
|
}
|
|
241
|
-
}
|
|
242
|
-
|
|
241
|
+
}
|
|
242
|
+
class NotAuthorizedException extends Route53ServiceException {
|
|
243
243
|
name = "NotAuthorizedException";
|
|
244
244
|
$fault = "client";
|
|
245
245
|
constructor(opts) {
|
|
@@ -250,8 +250,8 @@ let NotAuthorizedException$1 = class NotAuthorizedException extends Route53Servi
|
|
|
250
250
|
});
|
|
251
251
|
Object.setPrototypeOf(this, NotAuthorizedException.prototype);
|
|
252
252
|
}
|
|
253
|
-
}
|
|
254
|
-
|
|
253
|
+
}
|
|
254
|
+
class PriorRequestNotComplete extends Route53ServiceException {
|
|
255
255
|
name = "PriorRequestNotComplete";
|
|
256
256
|
$fault = "client";
|
|
257
257
|
constructor(opts) {
|
|
@@ -262,8 +262,8 @@ let PriorRequestNotComplete$1 = class PriorRequestNotComplete extends Route53Ser
|
|
|
262
262
|
});
|
|
263
263
|
Object.setPrototypeOf(this, PriorRequestNotComplete.prototype);
|
|
264
264
|
}
|
|
265
|
-
}
|
|
266
|
-
|
|
265
|
+
}
|
|
266
|
+
class PublicZoneVPCAssociation extends Route53ServiceException {
|
|
267
267
|
name = "PublicZoneVPCAssociation";
|
|
268
268
|
$fault = "client";
|
|
269
269
|
constructor(opts) {
|
|
@@ -274,8 +274,8 @@ let PublicZoneVPCAssociation$1 = class PublicZoneVPCAssociation extends Route53S
|
|
|
274
274
|
});
|
|
275
275
|
Object.setPrototypeOf(this, PublicZoneVPCAssociation.prototype);
|
|
276
276
|
}
|
|
277
|
-
}
|
|
278
|
-
|
|
277
|
+
}
|
|
278
|
+
class CidrBlockInUseException extends Route53ServiceException {
|
|
279
279
|
name = "CidrBlockInUseException";
|
|
280
280
|
$fault = "client";
|
|
281
281
|
Message;
|
|
@@ -288,8 +288,8 @@ let CidrBlockInUseException$1 = class CidrBlockInUseException extends Route53Ser
|
|
|
288
288
|
Object.setPrototypeOf(this, CidrBlockInUseException.prototype);
|
|
289
289
|
this.Message = opts.Message;
|
|
290
290
|
}
|
|
291
|
-
}
|
|
292
|
-
|
|
291
|
+
}
|
|
292
|
+
class CidrCollectionVersionMismatchException extends Route53ServiceException {
|
|
293
293
|
name = "CidrCollectionVersionMismatchException";
|
|
294
294
|
$fault = "client";
|
|
295
295
|
Message;
|
|
@@ -302,8 +302,8 @@ let CidrCollectionVersionMismatchException$1 = class CidrCollectionVersionMismat
|
|
|
302
302
|
Object.setPrototypeOf(this, CidrCollectionVersionMismatchException.prototype);
|
|
303
303
|
this.Message = opts.Message;
|
|
304
304
|
}
|
|
305
|
-
}
|
|
306
|
-
|
|
305
|
+
}
|
|
306
|
+
class NoSuchCidrCollectionException extends Route53ServiceException {
|
|
307
307
|
name = "NoSuchCidrCollectionException";
|
|
308
308
|
$fault = "client";
|
|
309
309
|
Message;
|
|
@@ -316,8 +316,8 @@ let NoSuchCidrCollectionException$1 = class NoSuchCidrCollectionException extend
|
|
|
316
316
|
Object.setPrototypeOf(this, NoSuchCidrCollectionException.prototype);
|
|
317
317
|
this.Message = opts.Message;
|
|
318
318
|
}
|
|
319
|
-
}
|
|
320
|
-
|
|
319
|
+
}
|
|
320
|
+
class InvalidChangeBatch extends Route53ServiceException {
|
|
321
321
|
name = "InvalidChangeBatch";
|
|
322
322
|
$fault = "client";
|
|
323
323
|
messages;
|
|
@@ -330,8 +330,8 @@ let InvalidChangeBatch$1 = class InvalidChangeBatch extends Route53ServiceExcept
|
|
|
330
330
|
Object.setPrototypeOf(this, InvalidChangeBatch.prototype);
|
|
331
331
|
this.messages = opts.messages;
|
|
332
332
|
}
|
|
333
|
-
}
|
|
334
|
-
|
|
333
|
+
}
|
|
334
|
+
class NoSuchHealthCheck extends Route53ServiceException {
|
|
335
335
|
name = "NoSuchHealthCheck";
|
|
336
336
|
$fault = "client";
|
|
337
337
|
constructor(opts) {
|
|
@@ -342,8 +342,8 @@ let NoSuchHealthCheck$1 = class NoSuchHealthCheck extends Route53ServiceExceptio
|
|
|
342
342
|
});
|
|
343
343
|
Object.setPrototypeOf(this, NoSuchHealthCheck.prototype);
|
|
344
344
|
}
|
|
345
|
-
}
|
|
346
|
-
|
|
345
|
+
}
|
|
346
|
+
class ThrottlingException extends Route53ServiceException {
|
|
347
347
|
name = "ThrottlingException";
|
|
348
348
|
$fault = "client";
|
|
349
349
|
constructor(opts) {
|
|
@@ -354,8 +354,8 @@ let ThrottlingException$1 = class ThrottlingException extends Route53ServiceExce
|
|
|
354
354
|
});
|
|
355
355
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
356
356
|
}
|
|
357
|
-
}
|
|
358
|
-
|
|
357
|
+
}
|
|
358
|
+
class CidrCollectionAlreadyExistsException extends Route53ServiceException {
|
|
359
359
|
name = "CidrCollectionAlreadyExistsException";
|
|
360
360
|
$fault = "client";
|
|
361
361
|
Message;
|
|
@@ -368,8 +368,8 @@ let CidrCollectionAlreadyExistsException$1 = class CidrCollectionAlreadyExistsEx
|
|
|
368
368
|
Object.setPrototypeOf(this, CidrCollectionAlreadyExistsException.prototype);
|
|
369
369
|
this.Message = opts.Message;
|
|
370
370
|
}
|
|
371
|
-
}
|
|
372
|
-
|
|
371
|
+
}
|
|
372
|
+
class HealthCheckAlreadyExists extends Route53ServiceException {
|
|
373
373
|
name = "HealthCheckAlreadyExists";
|
|
374
374
|
$fault = "client";
|
|
375
375
|
constructor(opts) {
|
|
@@ -380,8 +380,8 @@ let HealthCheckAlreadyExists$1 = class HealthCheckAlreadyExists extends Route53S
|
|
|
380
380
|
});
|
|
381
381
|
Object.setPrototypeOf(this, HealthCheckAlreadyExists.prototype);
|
|
382
382
|
}
|
|
383
|
-
}
|
|
384
|
-
|
|
383
|
+
}
|
|
384
|
+
class TooManyHealthChecks extends Route53ServiceException {
|
|
385
385
|
name = "TooManyHealthChecks";
|
|
386
386
|
$fault = "client";
|
|
387
387
|
constructor(opts) {
|
|
@@ -392,8 +392,8 @@ let TooManyHealthChecks$1 = class TooManyHealthChecks extends Route53ServiceExce
|
|
|
392
392
|
});
|
|
393
393
|
Object.setPrototypeOf(this, TooManyHealthChecks.prototype);
|
|
394
394
|
}
|
|
395
|
-
}
|
|
396
|
-
|
|
395
|
+
}
|
|
396
|
+
class DelegationSetNotAvailable extends Route53ServiceException {
|
|
397
397
|
name = "DelegationSetNotAvailable";
|
|
398
398
|
$fault = "client";
|
|
399
399
|
constructor(opts) {
|
|
@@ -404,8 +404,8 @@ let DelegationSetNotAvailable$1 = class DelegationSetNotAvailable extends Route5
|
|
|
404
404
|
});
|
|
405
405
|
Object.setPrototypeOf(this, DelegationSetNotAvailable.prototype);
|
|
406
406
|
}
|
|
407
|
-
}
|
|
408
|
-
|
|
407
|
+
}
|
|
408
|
+
class DelegationSetNotReusable extends Route53ServiceException {
|
|
409
409
|
name = "DelegationSetNotReusable";
|
|
410
410
|
$fault = "client";
|
|
411
411
|
constructor(opts) {
|
|
@@ -416,8 +416,8 @@ let DelegationSetNotReusable$1 = class DelegationSetNotReusable extends Route53S
|
|
|
416
416
|
});
|
|
417
417
|
Object.setPrototypeOf(this, DelegationSetNotReusable.prototype);
|
|
418
418
|
}
|
|
419
|
-
}
|
|
420
|
-
|
|
419
|
+
}
|
|
420
|
+
class HostedZoneAlreadyExists extends Route53ServiceException {
|
|
421
421
|
name = "HostedZoneAlreadyExists";
|
|
422
422
|
$fault = "client";
|
|
423
423
|
constructor(opts) {
|
|
@@ -428,8 +428,8 @@ let HostedZoneAlreadyExists$1 = class HostedZoneAlreadyExists extends Route53Ser
|
|
|
428
428
|
});
|
|
429
429
|
Object.setPrototypeOf(this, HostedZoneAlreadyExists.prototype);
|
|
430
430
|
}
|
|
431
|
-
}
|
|
432
|
-
|
|
431
|
+
}
|
|
432
|
+
class InvalidDomainName extends Route53ServiceException {
|
|
433
433
|
name = "InvalidDomainName";
|
|
434
434
|
$fault = "client";
|
|
435
435
|
constructor(opts) {
|
|
@@ -440,8 +440,8 @@ let InvalidDomainName$1 = class InvalidDomainName extends Route53ServiceExceptio
|
|
|
440
440
|
});
|
|
441
441
|
Object.setPrototypeOf(this, InvalidDomainName.prototype);
|
|
442
442
|
}
|
|
443
|
-
}
|
|
444
|
-
|
|
443
|
+
}
|
|
444
|
+
class NoSuchDelegationSet extends Route53ServiceException {
|
|
445
445
|
name = "NoSuchDelegationSet";
|
|
446
446
|
$fault = "client";
|
|
447
447
|
constructor(opts) {
|
|
@@ -452,8 +452,8 @@ let NoSuchDelegationSet$1 = class NoSuchDelegationSet extends Route53ServiceExce
|
|
|
452
452
|
});
|
|
453
453
|
Object.setPrototypeOf(this, NoSuchDelegationSet.prototype);
|
|
454
454
|
}
|
|
455
|
-
}
|
|
456
|
-
|
|
455
|
+
}
|
|
456
|
+
class TooManyHostedZones extends Route53ServiceException {
|
|
457
457
|
name = "TooManyHostedZones";
|
|
458
458
|
$fault = "client";
|
|
459
459
|
constructor(opts) {
|
|
@@ -464,8 +464,8 @@ let TooManyHostedZones$1 = class TooManyHostedZones extends Route53ServiceExcept
|
|
|
464
464
|
});
|
|
465
465
|
Object.setPrototypeOf(this, TooManyHostedZones.prototype);
|
|
466
466
|
}
|
|
467
|
-
}
|
|
468
|
-
|
|
467
|
+
}
|
|
468
|
+
class InvalidArgument extends Route53ServiceException {
|
|
469
469
|
name = "InvalidArgument";
|
|
470
470
|
$fault = "client";
|
|
471
471
|
constructor(opts) {
|
|
@@ -476,8 +476,8 @@ let InvalidArgument$1 = class InvalidArgument extends Route53ServiceException$1
|
|
|
476
476
|
});
|
|
477
477
|
Object.setPrototypeOf(this, InvalidArgument.prototype);
|
|
478
478
|
}
|
|
479
|
-
}
|
|
480
|
-
|
|
479
|
+
}
|
|
480
|
+
class InvalidKeySigningKeyName extends Route53ServiceException {
|
|
481
481
|
name = "InvalidKeySigningKeyName";
|
|
482
482
|
$fault = "client";
|
|
483
483
|
constructor(opts) {
|
|
@@ -488,8 +488,8 @@ let InvalidKeySigningKeyName$1 = class InvalidKeySigningKeyName extends Route53S
|
|
|
488
488
|
});
|
|
489
489
|
Object.setPrototypeOf(this, InvalidKeySigningKeyName.prototype);
|
|
490
490
|
}
|
|
491
|
-
}
|
|
492
|
-
|
|
491
|
+
}
|
|
492
|
+
class KeySigningKeyAlreadyExists extends Route53ServiceException {
|
|
493
493
|
name = "KeySigningKeyAlreadyExists";
|
|
494
494
|
$fault = "client";
|
|
495
495
|
constructor(opts) {
|
|
@@ -500,8 +500,8 @@ let KeySigningKeyAlreadyExists$1 = class KeySigningKeyAlreadyExists extends Rout
|
|
|
500
500
|
});
|
|
501
501
|
Object.setPrototypeOf(this, KeySigningKeyAlreadyExists.prototype);
|
|
502
502
|
}
|
|
503
|
-
}
|
|
504
|
-
|
|
503
|
+
}
|
|
504
|
+
class TooManyKeySigningKeys extends Route53ServiceException {
|
|
505
505
|
name = "TooManyKeySigningKeys";
|
|
506
506
|
$fault = "client";
|
|
507
507
|
constructor(opts) {
|
|
@@ -512,8 +512,8 @@ let TooManyKeySigningKeys$1 = class TooManyKeySigningKeys extends Route53Service
|
|
|
512
512
|
});
|
|
513
513
|
Object.setPrototypeOf(this, TooManyKeySigningKeys.prototype);
|
|
514
514
|
}
|
|
515
|
-
}
|
|
516
|
-
|
|
515
|
+
}
|
|
516
|
+
class InsufficientCloudWatchLogsResourcePolicy extends Route53ServiceException {
|
|
517
517
|
name = "InsufficientCloudWatchLogsResourcePolicy";
|
|
518
518
|
$fault = "client";
|
|
519
519
|
constructor(opts) {
|
|
@@ -524,8 +524,8 @@ let InsufficientCloudWatchLogsResourcePolicy$1 = class InsufficientCloudWatchLog
|
|
|
524
524
|
});
|
|
525
525
|
Object.setPrototypeOf(this, InsufficientCloudWatchLogsResourcePolicy.prototype);
|
|
526
526
|
}
|
|
527
|
-
}
|
|
528
|
-
|
|
527
|
+
}
|
|
528
|
+
class NoSuchCloudWatchLogsLogGroup extends Route53ServiceException {
|
|
529
529
|
name = "NoSuchCloudWatchLogsLogGroup";
|
|
530
530
|
$fault = "client";
|
|
531
531
|
constructor(opts) {
|
|
@@ -536,8 +536,8 @@ let NoSuchCloudWatchLogsLogGroup$1 = class NoSuchCloudWatchLogsLogGroup extends
|
|
|
536
536
|
});
|
|
537
537
|
Object.setPrototypeOf(this, NoSuchCloudWatchLogsLogGroup.prototype);
|
|
538
538
|
}
|
|
539
|
-
}
|
|
540
|
-
|
|
539
|
+
}
|
|
540
|
+
class QueryLoggingConfigAlreadyExists extends Route53ServiceException {
|
|
541
541
|
name = "QueryLoggingConfigAlreadyExists";
|
|
542
542
|
$fault = "client";
|
|
543
543
|
constructor(opts) {
|
|
@@ -548,8 +548,8 @@ let QueryLoggingConfigAlreadyExists$1 = class QueryLoggingConfigAlreadyExists ex
|
|
|
548
548
|
});
|
|
549
549
|
Object.setPrototypeOf(this, QueryLoggingConfigAlreadyExists.prototype);
|
|
550
550
|
}
|
|
551
|
-
}
|
|
552
|
-
|
|
551
|
+
}
|
|
552
|
+
class DelegationSetAlreadyCreated extends Route53ServiceException {
|
|
553
553
|
name = "DelegationSetAlreadyCreated";
|
|
554
554
|
$fault = "client";
|
|
555
555
|
constructor(opts) {
|
|
@@ -560,8 +560,8 @@ let DelegationSetAlreadyCreated$1 = class DelegationSetAlreadyCreated extends Ro
|
|
|
560
560
|
});
|
|
561
561
|
Object.setPrototypeOf(this, DelegationSetAlreadyCreated.prototype);
|
|
562
562
|
}
|
|
563
|
-
}
|
|
564
|
-
|
|
563
|
+
}
|
|
564
|
+
class DelegationSetAlreadyReusable extends Route53ServiceException {
|
|
565
565
|
name = "DelegationSetAlreadyReusable";
|
|
566
566
|
$fault = "client";
|
|
567
567
|
constructor(opts) {
|
|
@@ -572,8 +572,8 @@ let DelegationSetAlreadyReusable$1 = class DelegationSetAlreadyReusable extends
|
|
|
572
572
|
});
|
|
573
573
|
Object.setPrototypeOf(this, DelegationSetAlreadyReusable.prototype);
|
|
574
574
|
}
|
|
575
|
-
}
|
|
576
|
-
|
|
575
|
+
}
|
|
576
|
+
class HostedZoneNotFound extends Route53ServiceException {
|
|
577
577
|
name = "HostedZoneNotFound";
|
|
578
578
|
$fault = "client";
|
|
579
579
|
constructor(opts) {
|
|
@@ -584,8 +584,8 @@ let HostedZoneNotFound$1 = class HostedZoneNotFound extends Route53ServiceExcept
|
|
|
584
584
|
});
|
|
585
585
|
Object.setPrototypeOf(this, HostedZoneNotFound.prototype);
|
|
586
586
|
}
|
|
587
|
-
}
|
|
588
|
-
|
|
587
|
+
}
|
|
588
|
+
class InvalidTrafficPolicyDocument extends Route53ServiceException {
|
|
589
589
|
name = "InvalidTrafficPolicyDocument";
|
|
590
590
|
$fault = "client";
|
|
591
591
|
constructor(opts) {
|
|
@@ -596,8 +596,8 @@ let InvalidTrafficPolicyDocument$1 = class InvalidTrafficPolicyDocument extends
|
|
|
596
596
|
});
|
|
597
597
|
Object.setPrototypeOf(this, InvalidTrafficPolicyDocument.prototype);
|
|
598
598
|
}
|
|
599
|
-
}
|
|
600
|
-
|
|
599
|
+
}
|
|
600
|
+
class TooManyTrafficPolicies extends Route53ServiceException {
|
|
601
601
|
name = "TooManyTrafficPolicies";
|
|
602
602
|
$fault = "client";
|
|
603
603
|
constructor(opts) {
|
|
@@ -608,8 +608,8 @@ let TooManyTrafficPolicies$1 = class TooManyTrafficPolicies extends Route53Servi
|
|
|
608
608
|
});
|
|
609
609
|
Object.setPrototypeOf(this, TooManyTrafficPolicies.prototype);
|
|
610
610
|
}
|
|
611
|
-
}
|
|
612
|
-
|
|
611
|
+
}
|
|
612
|
+
class TrafficPolicyAlreadyExists extends Route53ServiceException {
|
|
613
613
|
name = "TrafficPolicyAlreadyExists";
|
|
614
614
|
$fault = "client";
|
|
615
615
|
constructor(opts) {
|
|
@@ -620,8 +620,8 @@ let TrafficPolicyAlreadyExists$1 = class TrafficPolicyAlreadyExists extends Rout
|
|
|
620
620
|
});
|
|
621
621
|
Object.setPrototypeOf(this, TrafficPolicyAlreadyExists.prototype);
|
|
622
622
|
}
|
|
623
|
-
}
|
|
624
|
-
|
|
623
|
+
}
|
|
624
|
+
class NoSuchTrafficPolicy extends Route53ServiceException {
|
|
625
625
|
name = "NoSuchTrafficPolicy";
|
|
626
626
|
$fault = "client";
|
|
627
627
|
constructor(opts) {
|
|
@@ -632,8 +632,8 @@ let NoSuchTrafficPolicy$1 = class NoSuchTrafficPolicy extends Route53ServiceExce
|
|
|
632
632
|
});
|
|
633
633
|
Object.setPrototypeOf(this, NoSuchTrafficPolicy.prototype);
|
|
634
634
|
}
|
|
635
|
-
}
|
|
636
|
-
|
|
635
|
+
}
|
|
636
|
+
class TooManyTrafficPolicyInstances extends Route53ServiceException {
|
|
637
637
|
name = "TooManyTrafficPolicyInstances";
|
|
638
638
|
$fault = "client";
|
|
639
639
|
constructor(opts) {
|
|
@@ -644,8 +644,8 @@ let TooManyTrafficPolicyInstances$1 = class TooManyTrafficPolicyInstances extend
|
|
|
644
644
|
});
|
|
645
645
|
Object.setPrototypeOf(this, TooManyTrafficPolicyInstances.prototype);
|
|
646
646
|
}
|
|
647
|
-
}
|
|
648
|
-
|
|
647
|
+
}
|
|
648
|
+
class TrafficPolicyInstanceAlreadyExists extends Route53ServiceException {
|
|
649
649
|
name = "TrafficPolicyInstanceAlreadyExists";
|
|
650
650
|
$fault = "client";
|
|
651
651
|
constructor(opts) {
|
|
@@ -656,8 +656,8 @@ let TrafficPolicyInstanceAlreadyExists$1 = class TrafficPolicyInstanceAlreadyExi
|
|
|
656
656
|
});
|
|
657
657
|
Object.setPrototypeOf(this, TrafficPolicyInstanceAlreadyExists.prototype);
|
|
658
658
|
}
|
|
659
|
-
}
|
|
660
|
-
|
|
659
|
+
}
|
|
660
|
+
class TooManyTrafficPolicyVersionsForCurrentPolicy extends Route53ServiceException {
|
|
661
661
|
name = "TooManyTrafficPolicyVersionsForCurrentPolicy";
|
|
662
662
|
$fault = "client";
|
|
663
663
|
constructor(opts) {
|
|
@@ -668,8 +668,8 @@ let TooManyTrafficPolicyVersionsForCurrentPolicy$1 = class TooManyTrafficPolicyV
|
|
|
668
668
|
});
|
|
669
669
|
Object.setPrototypeOf(this, TooManyTrafficPolicyVersionsForCurrentPolicy.prototype);
|
|
670
670
|
}
|
|
671
|
-
}
|
|
672
|
-
|
|
671
|
+
}
|
|
672
|
+
class TooManyVPCAssociationAuthorizations extends Route53ServiceException {
|
|
673
673
|
name = "TooManyVPCAssociationAuthorizations";
|
|
674
674
|
$fault = "client";
|
|
675
675
|
constructor(opts) {
|
|
@@ -680,8 +680,8 @@ let TooManyVPCAssociationAuthorizations$1 = class TooManyVPCAssociationAuthoriza
|
|
|
680
680
|
});
|
|
681
681
|
Object.setPrototypeOf(this, TooManyVPCAssociationAuthorizations.prototype);
|
|
682
682
|
}
|
|
683
|
-
}
|
|
684
|
-
|
|
683
|
+
}
|
|
684
|
+
class KeySigningKeyInParentDSRecord extends Route53ServiceException {
|
|
685
685
|
name = "KeySigningKeyInParentDSRecord";
|
|
686
686
|
$fault = "client";
|
|
687
687
|
constructor(opts) {
|
|
@@ -692,8 +692,8 @@ let KeySigningKeyInParentDSRecord$1 = class KeySigningKeyInParentDSRecord extend
|
|
|
692
692
|
});
|
|
693
693
|
Object.setPrototypeOf(this, KeySigningKeyInParentDSRecord.prototype);
|
|
694
694
|
}
|
|
695
|
-
}
|
|
696
|
-
|
|
695
|
+
}
|
|
696
|
+
class KeySigningKeyInUse extends Route53ServiceException {
|
|
697
697
|
name = "KeySigningKeyInUse";
|
|
698
698
|
$fault = "client";
|
|
699
699
|
constructor(opts) {
|
|
@@ -704,8 +704,8 @@ let KeySigningKeyInUse$1 = class KeySigningKeyInUse extends Route53ServiceExcept
|
|
|
704
704
|
});
|
|
705
705
|
Object.setPrototypeOf(this, KeySigningKeyInUse.prototype);
|
|
706
706
|
}
|
|
707
|
-
}
|
|
708
|
-
|
|
707
|
+
}
|
|
708
|
+
class CidrCollectionInUseException extends Route53ServiceException {
|
|
709
709
|
name = "CidrCollectionInUseException";
|
|
710
710
|
$fault = "client";
|
|
711
711
|
Message;
|
|
@@ -718,8 +718,8 @@ let CidrCollectionInUseException$1 = class CidrCollectionInUseException extends
|
|
|
718
718
|
Object.setPrototypeOf(this, CidrCollectionInUseException.prototype);
|
|
719
719
|
this.Message = opts.Message;
|
|
720
720
|
}
|
|
721
|
-
}
|
|
722
|
-
|
|
721
|
+
}
|
|
722
|
+
class HealthCheckInUse extends Route53ServiceException {
|
|
723
723
|
name = "HealthCheckInUse";
|
|
724
724
|
$fault = "client";
|
|
725
725
|
constructor(opts) {
|
|
@@ -730,8 +730,8 @@ let HealthCheckInUse$1 = class HealthCheckInUse extends Route53ServiceException$
|
|
|
730
730
|
});
|
|
731
731
|
Object.setPrototypeOf(this, HealthCheckInUse.prototype);
|
|
732
732
|
}
|
|
733
|
-
}
|
|
734
|
-
|
|
733
|
+
}
|
|
734
|
+
class HostedZoneNotEmpty extends Route53ServiceException {
|
|
735
735
|
name = "HostedZoneNotEmpty";
|
|
736
736
|
$fault = "client";
|
|
737
737
|
constructor(opts) {
|
|
@@ -742,8 +742,8 @@ let HostedZoneNotEmpty$1 = class HostedZoneNotEmpty extends Route53ServiceExcept
|
|
|
742
742
|
});
|
|
743
743
|
Object.setPrototypeOf(this, HostedZoneNotEmpty.prototype);
|
|
744
744
|
}
|
|
745
|
-
}
|
|
746
|
-
|
|
745
|
+
}
|
|
746
|
+
class NoSuchQueryLoggingConfig extends Route53ServiceException {
|
|
747
747
|
name = "NoSuchQueryLoggingConfig";
|
|
748
748
|
$fault = "client";
|
|
749
749
|
constructor(opts) {
|
|
@@ -754,8 +754,8 @@ let NoSuchQueryLoggingConfig$1 = class NoSuchQueryLoggingConfig extends Route53S
|
|
|
754
754
|
});
|
|
755
755
|
Object.setPrototypeOf(this, NoSuchQueryLoggingConfig.prototype);
|
|
756
756
|
}
|
|
757
|
-
}
|
|
758
|
-
|
|
757
|
+
}
|
|
758
|
+
class DelegationSetInUse extends Route53ServiceException {
|
|
759
759
|
name = "DelegationSetInUse";
|
|
760
760
|
$fault = "client";
|
|
761
761
|
constructor(opts) {
|
|
@@ -766,8 +766,8 @@ let DelegationSetInUse$1 = class DelegationSetInUse extends Route53ServiceExcept
|
|
|
766
766
|
});
|
|
767
767
|
Object.setPrototypeOf(this, DelegationSetInUse.prototype);
|
|
768
768
|
}
|
|
769
|
-
}
|
|
770
|
-
|
|
769
|
+
}
|
|
770
|
+
class TrafficPolicyInUse extends Route53ServiceException {
|
|
771
771
|
name = "TrafficPolicyInUse";
|
|
772
772
|
$fault = "client";
|
|
773
773
|
constructor(opts) {
|
|
@@ -778,8 +778,8 @@ let TrafficPolicyInUse$1 = class TrafficPolicyInUse extends Route53ServiceExcept
|
|
|
778
778
|
});
|
|
779
779
|
Object.setPrototypeOf(this, TrafficPolicyInUse.prototype);
|
|
780
780
|
}
|
|
781
|
-
}
|
|
782
|
-
|
|
781
|
+
}
|
|
782
|
+
class NoSuchTrafficPolicyInstance extends Route53ServiceException {
|
|
783
783
|
name = "NoSuchTrafficPolicyInstance";
|
|
784
784
|
$fault = "client";
|
|
785
785
|
constructor(opts) {
|
|
@@ -790,8 +790,8 @@ let NoSuchTrafficPolicyInstance$1 = class NoSuchTrafficPolicyInstance extends Ro
|
|
|
790
790
|
});
|
|
791
791
|
Object.setPrototypeOf(this, NoSuchTrafficPolicyInstance.prototype);
|
|
792
792
|
}
|
|
793
|
-
}
|
|
794
|
-
|
|
793
|
+
}
|
|
794
|
+
class VPCAssociationAuthorizationNotFound extends Route53ServiceException {
|
|
795
795
|
name = "VPCAssociationAuthorizationNotFound";
|
|
796
796
|
$fault = "client";
|
|
797
797
|
constructor(opts) {
|
|
@@ -802,8 +802,8 @@ let VPCAssociationAuthorizationNotFound$1 = class VPCAssociationAuthorizationNot
|
|
|
802
802
|
});
|
|
803
803
|
Object.setPrototypeOf(this, VPCAssociationAuthorizationNotFound.prototype);
|
|
804
804
|
}
|
|
805
|
-
}
|
|
806
|
-
|
|
805
|
+
}
|
|
806
|
+
class DNSSECNotFound extends Route53ServiceException {
|
|
807
807
|
name = "DNSSECNotFound";
|
|
808
808
|
$fault = "client";
|
|
809
809
|
constructor(opts) {
|
|
@@ -814,8 +814,8 @@ let DNSSECNotFound$1 = class DNSSECNotFound extends Route53ServiceException$1 {
|
|
|
814
814
|
});
|
|
815
815
|
Object.setPrototypeOf(this, DNSSECNotFound.prototype);
|
|
816
816
|
}
|
|
817
|
-
}
|
|
818
|
-
|
|
817
|
+
}
|
|
818
|
+
class LastVPCAssociation extends Route53ServiceException {
|
|
819
819
|
name = "LastVPCAssociation";
|
|
820
820
|
$fault = "client";
|
|
821
821
|
constructor(opts) {
|
|
@@ -826,8 +826,8 @@ let LastVPCAssociation$1 = class LastVPCAssociation extends Route53ServiceExcept
|
|
|
826
826
|
});
|
|
827
827
|
Object.setPrototypeOf(this, LastVPCAssociation.prototype);
|
|
828
828
|
}
|
|
829
|
-
}
|
|
830
|
-
|
|
829
|
+
}
|
|
830
|
+
class VPCAssociationNotFound extends Route53ServiceException {
|
|
831
831
|
name = "VPCAssociationNotFound";
|
|
832
832
|
$fault = "client";
|
|
833
833
|
constructor(opts) {
|
|
@@ -838,8 +838,8 @@ let VPCAssociationNotFound$1 = class VPCAssociationNotFound extends Route53Servi
|
|
|
838
838
|
});
|
|
839
839
|
Object.setPrototypeOf(this, VPCAssociationNotFound.prototype);
|
|
840
840
|
}
|
|
841
|
-
}
|
|
842
|
-
|
|
841
|
+
}
|
|
842
|
+
class HostedZonePartiallyDelegated extends Route53ServiceException {
|
|
843
843
|
name = "HostedZonePartiallyDelegated";
|
|
844
844
|
$fault = "client";
|
|
845
845
|
constructor(opts) {
|
|
@@ -850,8 +850,8 @@ let HostedZonePartiallyDelegated$1 = class HostedZonePartiallyDelegated extends
|
|
|
850
850
|
});
|
|
851
851
|
Object.setPrototypeOf(this, HostedZonePartiallyDelegated.prototype);
|
|
852
852
|
}
|
|
853
|
-
}
|
|
854
|
-
|
|
853
|
+
}
|
|
854
|
+
class KeySigningKeyWithActiveStatusNotFound extends Route53ServiceException {
|
|
855
855
|
name = "KeySigningKeyWithActiveStatusNotFound";
|
|
856
856
|
$fault = "client";
|
|
857
857
|
constructor(opts) {
|
|
@@ -862,8 +862,8 @@ let KeySigningKeyWithActiveStatusNotFound$1 = class KeySigningKeyWithActiveStatu
|
|
|
862
862
|
});
|
|
863
863
|
Object.setPrototypeOf(this, KeySigningKeyWithActiveStatusNotFound.prototype);
|
|
864
864
|
}
|
|
865
|
-
}
|
|
866
|
-
|
|
865
|
+
}
|
|
866
|
+
class NoSuchChange extends Route53ServiceException {
|
|
867
867
|
name = "NoSuchChange";
|
|
868
868
|
$fault = "client";
|
|
869
869
|
constructor(opts) {
|
|
@@ -874,8 +874,8 @@ let NoSuchChange$1 = class NoSuchChange extends Route53ServiceException$1 {
|
|
|
874
874
|
});
|
|
875
875
|
Object.setPrototypeOf(this, NoSuchChange.prototype);
|
|
876
876
|
}
|
|
877
|
-
}
|
|
878
|
-
|
|
877
|
+
}
|
|
878
|
+
class NoSuchGeoLocation extends Route53ServiceException {
|
|
879
879
|
name = "NoSuchGeoLocation";
|
|
880
880
|
$fault = "client";
|
|
881
881
|
constructor(opts) {
|
|
@@ -886,8 +886,8 @@ let NoSuchGeoLocation$1 = class NoSuchGeoLocation extends Route53ServiceExceptio
|
|
|
886
886
|
});
|
|
887
887
|
Object.setPrototypeOf(this, NoSuchGeoLocation.prototype);
|
|
888
888
|
}
|
|
889
|
-
}
|
|
890
|
-
|
|
889
|
+
}
|
|
890
|
+
class IncompatibleVersion extends Route53ServiceException {
|
|
891
891
|
name = "IncompatibleVersion";
|
|
892
892
|
$fault = "client";
|
|
893
893
|
constructor(opts) {
|
|
@@ -898,8 +898,8 @@ let IncompatibleVersion$1 = class IncompatibleVersion extends Route53ServiceExce
|
|
|
898
898
|
});
|
|
899
899
|
Object.setPrototypeOf(this, IncompatibleVersion.prototype);
|
|
900
900
|
}
|
|
901
|
-
}
|
|
902
|
-
|
|
901
|
+
}
|
|
902
|
+
class HostedZoneNotPrivate extends Route53ServiceException {
|
|
903
903
|
name = "HostedZoneNotPrivate";
|
|
904
904
|
$fault = "client";
|
|
905
905
|
constructor(opts) {
|
|
@@ -910,8 +910,8 @@ let HostedZoneNotPrivate$1 = class HostedZoneNotPrivate extends Route53ServiceEx
|
|
|
910
910
|
});
|
|
911
911
|
Object.setPrototypeOf(this, HostedZoneNotPrivate.prototype);
|
|
912
912
|
}
|
|
913
|
-
}
|
|
914
|
-
|
|
913
|
+
}
|
|
914
|
+
class NoSuchCidrLocationException extends Route53ServiceException {
|
|
915
915
|
name = "NoSuchCidrLocationException";
|
|
916
916
|
$fault = "client";
|
|
917
917
|
Message;
|
|
@@ -924,8 +924,8 @@ let NoSuchCidrLocationException$1 = class NoSuchCidrLocationException extends Ro
|
|
|
924
924
|
Object.setPrototypeOf(this, NoSuchCidrLocationException.prototype);
|
|
925
925
|
this.Message = opts.Message;
|
|
926
926
|
}
|
|
927
|
-
}
|
|
928
|
-
|
|
927
|
+
}
|
|
928
|
+
class InvalidPaginationToken extends Route53ServiceException {
|
|
929
929
|
name = "InvalidPaginationToken";
|
|
930
930
|
$fault = "client";
|
|
931
931
|
constructor(opts) {
|
|
@@ -936,8 +936,8 @@ let InvalidPaginationToken$1 = class InvalidPaginationToken extends Route53Servi
|
|
|
936
936
|
});
|
|
937
937
|
Object.setPrototypeOf(this, InvalidPaginationToken.prototype);
|
|
938
938
|
}
|
|
939
|
-
}
|
|
940
|
-
|
|
939
|
+
}
|
|
940
|
+
class HealthCheckVersionMismatch extends Route53ServiceException {
|
|
941
941
|
name = "HealthCheckVersionMismatch";
|
|
942
942
|
$fault = "client";
|
|
943
943
|
constructor(opts) {
|
|
@@ -948,8 +948,8 @@ let HealthCheckVersionMismatch$1 = class HealthCheckVersionMismatch extends Rout
|
|
|
948
948
|
});
|
|
949
949
|
Object.setPrototypeOf(this, HealthCheckVersionMismatch.prototype);
|
|
950
950
|
}
|
|
951
|
-
}
|
|
952
|
-
|
|
951
|
+
}
|
|
952
|
+
class ConflictingTypes extends Route53ServiceException {
|
|
953
953
|
name = "ConflictingTypes";
|
|
954
954
|
$fault = "client";
|
|
955
955
|
constructor(opts) {
|
|
@@ -960,7 +960,7 @@ let ConflictingTypes$1 = class ConflictingTypes extends Route53ServiceException$
|
|
|
960
960
|
});
|
|
961
961
|
Object.setPrototypeOf(this, ConflictingTypes.prototype);
|
|
962
962
|
}
|
|
963
|
-
}
|
|
963
|
+
}
|
|
964
964
|
|
|
965
965
|
const _A = "Action";
|
|
966
966
|
const _AI = "AlarmIdentifier";
|
|
@@ -1524,8 +1524,8 @@ const _ve = "version";
|
|
|
1524
1524
|
const _vp = "vpcregion";
|
|
1525
1525
|
const _xN = "xmlName";
|
|
1526
1526
|
const n0 = "com.amazonaws.route53";
|
|
1527
|
-
var AccountLimit = [3, n0, _AL, 0, [_T, _V], [0, 1]];
|
|
1528
|
-
var ActivateKeySigningKeyRequest = [
|
|
1527
|
+
var AccountLimit$ = [3, n0, _AL, 0, [_T, _V], [0, 1]];
|
|
1528
|
+
var ActivateKeySigningKeyRequest$ = [
|
|
1529
1529
|
3,
|
|
1530
1530
|
n0,
|
|
1531
1531
|
_AKSKR,
|
|
@@ -1536,28 +1536,28 @@ var ActivateKeySigningKeyRequest = [
|
|
|
1536
1536
|
[0, 1],
|
|
1537
1537
|
],
|
|
1538
1538
|
];
|
|
1539
|
-
var ActivateKeySigningKeyResponse = [3, n0, _AKSKRc, 0, [_CI], [() => ChangeInfo]];
|
|
1540
|
-
var AlarmIdentifier = [3, n0, _AI, 0, [_R, _N], [0, 0]];
|
|
1541
|
-
var AliasTarget = [3, n0, _AT, 0, [_HZI, _DNSN, _ETH], [0, 0, 2]];
|
|
1542
|
-
var AssociateVPCWithHostedZoneRequest = [
|
|
1539
|
+
var ActivateKeySigningKeyResponse$ = [3, n0, _AKSKRc, 0, [_CI], [() => ChangeInfo$]];
|
|
1540
|
+
var AlarmIdentifier$ = [3, n0, _AI, 0, [_R, _N], [0, 0]];
|
|
1541
|
+
var AliasTarget$ = [3, n0, _AT, 0, [_HZI, _DNSN, _ETH], [0, 0, 2]];
|
|
1542
|
+
var AssociateVPCWithHostedZoneRequest$ = [
|
|
1543
1543
|
3,
|
|
1544
1544
|
n0,
|
|
1545
1545
|
_AVPCWHZR,
|
|
1546
1546
|
0,
|
|
1547
1547
|
[_HZI, _VPC, _C],
|
|
1548
|
-
[[0, 1], () => VPC
|
|
1548
|
+
[[0, 1], () => VPC$, 0],
|
|
1549
1549
|
];
|
|
1550
|
-
var AssociateVPCWithHostedZoneResponse = [
|
|
1550
|
+
var AssociateVPCWithHostedZoneResponse$ = [
|
|
1551
1551
|
3,
|
|
1552
1552
|
n0,
|
|
1553
1553
|
_AVPCWHZRs,
|
|
1554
1554
|
0,
|
|
1555
1555
|
[_CI],
|
|
1556
|
-
[() => ChangeInfo],
|
|
1556
|
+
[() => ChangeInfo$],
|
|
1557
1557
|
];
|
|
1558
|
-
var Change = [3, n0, _Ch, 0, [_A, _RRS], [0, [() => ResourceRecordSet
|
|
1559
|
-
var ChangeBatch = [3, n0, _CB, 0, [_C, _Cha], [0, [() => Changes, 0]]];
|
|
1560
|
-
var ChangeCidrCollectionRequest = [
|
|
1558
|
+
var Change$ = [3, n0, _Ch, 0, [_A, _RRS], [0, [() => ResourceRecordSet$, 0]]];
|
|
1559
|
+
var ChangeBatch$ = [3, n0, _CB, 0, [_C, _Cha], [0, [() => Changes, 0]]];
|
|
1560
|
+
var ChangeCidrCollectionRequest$ = [
|
|
1561
1561
|
3,
|
|
1562
1562
|
n0,
|
|
1563
1563
|
_CCCR,
|
|
@@ -1565,9 +1565,9 @@ var ChangeCidrCollectionRequest = [
|
|
|
1565
1565
|
[_I, _CV, _Cha],
|
|
1566
1566
|
[[0, 1], 1, [() => CidrCollectionChanges, 0]],
|
|
1567
1567
|
];
|
|
1568
|
-
var ChangeCidrCollectionResponse = [3, n0, _CCCRh, 0, [_I], [0]];
|
|
1569
|
-
var ChangeInfo = [3, n0, _CI, 0, [_I, _S, _SA, _C], [0, 0, 4, 0]];
|
|
1570
|
-
var ChangeResourceRecordSetsRequest = [
|
|
1568
|
+
var ChangeCidrCollectionResponse$ = [3, n0, _CCCRh, 0, [_I], [0]];
|
|
1569
|
+
var ChangeInfo$ = [3, n0, _CI, 0, [_I, _S, _SA, _C], [0, 0, 4, 0]];
|
|
1570
|
+
var ChangeResourceRecordSetsRequest$ = [
|
|
1571
1571
|
3,
|
|
1572
1572
|
n0,
|
|
1573
1573
|
_CRRSR,
|
|
@@ -1575,11 +1575,11 @@ var ChangeResourceRecordSetsRequest = [
|
|
|
1575
1575
|
[_HZI, _CB],
|
|
1576
1576
|
[
|
|
1577
1577
|
[0, 1],
|
|
1578
|
-
[() => ChangeBatch
|
|
1578
|
+
[() => ChangeBatch$, 0],
|
|
1579
1579
|
],
|
|
1580
1580
|
];
|
|
1581
|
-
var ChangeResourceRecordSetsResponse = [3, n0, _CRRSRh, 0, [_CI], [() => ChangeInfo]];
|
|
1582
|
-
var ChangeTagsForResourceRequest = [
|
|
1581
|
+
var ChangeResourceRecordSetsResponse$ = [3, n0, _CRRSRh, 0, [_CI], [() => ChangeInfo$]];
|
|
1582
|
+
var ChangeTagsForResourceRequest$ = [
|
|
1583
1583
|
3,
|
|
1584
1584
|
n0,
|
|
1585
1585
|
_CTFRR,
|
|
@@ -1592,17 +1592,17 @@ var ChangeTagsForResourceRequest = [
|
|
|
1592
1592
|
[() => TagKeyList, 0],
|
|
1593
1593
|
],
|
|
1594
1594
|
];
|
|
1595
|
-
var ChangeTagsForResourceResponse = [3, n0, _CTFRRh, 0, [], []];
|
|
1596
|
-
var CidrBlockInUseException = [-3, n0, _CBIUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1597
|
-
schema.TypeRegistry.for(n0).registerError(CidrBlockInUseException
|
|
1598
|
-
var CidrBlockSummary = [3, n0, _CBS, 0, [_CBi, _LN], [0, 0]];
|
|
1599
|
-
var CidrCollection = [3, n0, _CC, 0, [_Ar, _I, _N, _Ve], [0, 0, 0, 1]];
|
|
1600
|
-
var CidrCollectionAlreadyExistsException = [-3, n0, _CCAEE, { [_e]: _c }, [_M], [0]];
|
|
1601
|
-
schema.TypeRegistry.for(n0).registerError(CidrCollectionAlreadyExistsException
|
|
1602
|
-
var CidrCollectionChange = [3, n0, _CCC, 0, [_LN, _A, _CL], [0, 0, [() => CidrList, 0]]];
|
|
1603
|
-
var CidrCollectionInUseException = [-3, n0, _CCIUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1604
|
-
schema.TypeRegistry.for(n0).registerError(CidrCollectionInUseException
|
|
1605
|
-
var CidrCollectionVersionMismatchException = [
|
|
1595
|
+
var ChangeTagsForResourceResponse$ = [3, n0, _CTFRRh, 0, [], []];
|
|
1596
|
+
var CidrBlockInUseException$ = [-3, n0, _CBIUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1597
|
+
schema.TypeRegistry.for(n0).registerError(CidrBlockInUseException$, CidrBlockInUseException);
|
|
1598
|
+
var CidrBlockSummary$ = [3, n0, _CBS, 0, [_CBi, _LN], [0, 0]];
|
|
1599
|
+
var CidrCollection$ = [3, n0, _CC, 0, [_Ar, _I, _N, _Ve], [0, 0, 0, 1]];
|
|
1600
|
+
var CidrCollectionAlreadyExistsException$ = [-3, n0, _CCAEE, { [_e]: _c }, [_M], [0]];
|
|
1601
|
+
schema.TypeRegistry.for(n0).registerError(CidrCollectionAlreadyExistsException$, CidrCollectionAlreadyExistsException);
|
|
1602
|
+
var CidrCollectionChange$ = [3, n0, _CCC, 0, [_LN, _A, _CL], [0, 0, [() => CidrList, 0]]];
|
|
1603
|
+
var CidrCollectionInUseException$ = [-3, n0, _CCIUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1604
|
+
schema.TypeRegistry.for(n0).registerError(CidrCollectionInUseException$, CidrCollectionInUseException);
|
|
1605
|
+
var CidrCollectionVersionMismatchException$ = [
|
|
1606
1606
|
-3,
|
|
1607
1607
|
n0,
|
|
1608
1608
|
_CCVME,
|
|
@@ -1610,9 +1610,9 @@ var CidrCollectionVersionMismatchException = [
|
|
|
1610
1610
|
[_M],
|
|
1611
1611
|
[0],
|
|
1612
1612
|
];
|
|
1613
|
-
schema.TypeRegistry.for(n0).registerError(CidrCollectionVersionMismatchException
|
|
1614
|
-
var CidrRoutingConfig = [3, n0, _CRC, 0, [_CIo, _LN], [0, 0]];
|
|
1615
|
-
var CloudWatchAlarmConfiguration = [
|
|
1613
|
+
schema.TypeRegistry.for(n0).registerError(CidrCollectionVersionMismatchException$, CidrCollectionVersionMismatchException);
|
|
1614
|
+
var CidrRoutingConfig$ = [3, n0, _CRC, 0, [_CIo, _LN], [0, 0]];
|
|
1615
|
+
var CloudWatchAlarmConfiguration$ = [
|
|
1616
1616
|
3,
|
|
1617
1617
|
n0,
|
|
1618
1618
|
_CWAC,
|
|
@@ -1620,59 +1620,59 @@ var CloudWatchAlarmConfiguration = [
|
|
|
1620
1620
|
[_EP, _Th, _CO, _P, _MN, _Na, _St, _D],
|
|
1621
1621
|
[1, 1, 0, 1, 0, 0, 0, [() => DimensionList, 0]],
|
|
1622
1622
|
];
|
|
1623
|
-
var CollectionSummary = [3, n0, _CS, 0, [_Ar, _I, _N, _Ve], [0, 0, 0, 1]];
|
|
1624
|
-
var ConcurrentModification = [-3, n0, _CM, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1625
|
-
schema.TypeRegistry.for(n0).registerError(ConcurrentModification
|
|
1626
|
-
var ConflictingDomainExists = [-3, n0, _CDE, { [_e]: _c }, [_m], [0]];
|
|
1627
|
-
schema.TypeRegistry.for(n0).registerError(ConflictingDomainExists
|
|
1628
|
-
var ConflictingTypes = [-3, n0, _CT, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1629
|
-
schema.TypeRegistry.for(n0).registerError(ConflictingTypes
|
|
1630
|
-
var Coordinates = [3, n0, _Co, 0, [_L, _Lo], [0, 0]];
|
|
1631
|
-
var CreateCidrCollectionRequest = [3, n0, _CCCRr, 0, [_N, _CR], [0, 0]];
|
|
1632
|
-
var CreateCidrCollectionResponse = [
|
|
1623
|
+
var CollectionSummary$ = [3, n0, _CS, 0, [_Ar, _I, _N, _Ve], [0, 0, 0, 1]];
|
|
1624
|
+
var ConcurrentModification$ = [-3, n0, _CM, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1625
|
+
schema.TypeRegistry.for(n0).registerError(ConcurrentModification$, ConcurrentModification);
|
|
1626
|
+
var ConflictingDomainExists$ = [-3, n0, _CDE, { [_e]: _c }, [_m], [0]];
|
|
1627
|
+
schema.TypeRegistry.for(n0).registerError(ConflictingDomainExists$, ConflictingDomainExists);
|
|
1628
|
+
var ConflictingTypes$ = [-3, n0, _CT, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1629
|
+
schema.TypeRegistry.for(n0).registerError(ConflictingTypes$, ConflictingTypes);
|
|
1630
|
+
var Coordinates$ = [3, n0, _Co, 0, [_L, _Lo], [0, 0]];
|
|
1631
|
+
var CreateCidrCollectionRequest$ = [3, n0, _CCCRr, 0, [_N, _CR], [0, 0]];
|
|
1632
|
+
var CreateCidrCollectionResponse$ = [
|
|
1633
1633
|
3,
|
|
1634
1634
|
n0,
|
|
1635
1635
|
_CCCRre,
|
|
1636
1636
|
0,
|
|
1637
1637
|
[_Col, _Loc],
|
|
1638
|
-
[() => CidrCollection
|
|
1638
|
+
[() => CidrCollection$, [0, { [_hH]: _Loc }]],
|
|
1639
1639
|
];
|
|
1640
|
-
var CreateHealthCheckRequest = [
|
|
1640
|
+
var CreateHealthCheckRequest$ = [
|
|
1641
1641
|
3,
|
|
1642
1642
|
n0,
|
|
1643
1643
|
_CHCR,
|
|
1644
1644
|
0,
|
|
1645
1645
|
[_CR, _HCC],
|
|
1646
|
-
[0, [() => HealthCheckConfig
|
|
1646
|
+
[0, [() => HealthCheckConfig$, 0]],
|
|
1647
1647
|
];
|
|
1648
|
-
var CreateHealthCheckResponse = [
|
|
1648
|
+
var CreateHealthCheckResponse$ = [
|
|
1649
1649
|
3,
|
|
1650
1650
|
n0,
|
|
1651
1651
|
_CHCRr,
|
|
1652
1652
|
0,
|
|
1653
1653
|
[_HC, _Loc],
|
|
1654
1654
|
[
|
|
1655
|
-
[() => HealthCheck
|
|
1655
|
+
[() => HealthCheck$, 0],
|
|
1656
1656
|
[0, { [_hH]: _Loc }],
|
|
1657
1657
|
],
|
|
1658
1658
|
];
|
|
1659
|
-
var CreateHostedZoneRequest = [
|
|
1659
|
+
var CreateHostedZoneRequest$ = [
|
|
1660
1660
|
3,
|
|
1661
1661
|
n0,
|
|
1662
1662
|
_CHZR,
|
|
1663
1663
|
0,
|
|
1664
1664
|
[_N, _VPC, _CR, _HZC, _DSI],
|
|
1665
|
-
[0, () => VPC
|
|
1665
|
+
[0, () => VPC$, 0, () => HostedZoneConfig$, 0],
|
|
1666
1666
|
];
|
|
1667
|
-
var CreateHostedZoneResponse = [
|
|
1667
|
+
var CreateHostedZoneResponse$ = [
|
|
1668
1668
|
3,
|
|
1669
1669
|
n0,
|
|
1670
1670
|
_CHZRr,
|
|
1671
1671
|
0,
|
|
1672
1672
|
[_HZ, _CI, _DS, _VPC, _Loc],
|
|
1673
|
-
[() => HostedZone
|
|
1673
|
+
[() => HostedZone$, () => ChangeInfo$, [() => DelegationSet$, 0], () => VPC$, [0, { [_hH]: _Loc }]],
|
|
1674
1674
|
];
|
|
1675
|
-
var CreateKeySigningKeyRequest = [
|
|
1675
|
+
var CreateKeySigningKeyRequest$ = [
|
|
1676
1676
|
3,
|
|
1677
1677
|
n0,
|
|
1678
1678
|
_CKSKR,
|
|
@@ -1680,36 +1680,36 @@ var CreateKeySigningKeyRequest = [
|
|
|
1680
1680
|
[_CR, _HZI, _KMSA, _N, _S],
|
|
1681
1681
|
[0, 0, 0, 0, 0],
|
|
1682
1682
|
];
|
|
1683
|
-
var CreateKeySigningKeyResponse = [
|
|
1683
|
+
var CreateKeySigningKeyResponse$ = [
|
|
1684
1684
|
3,
|
|
1685
1685
|
n0,
|
|
1686
1686
|
_CKSKRr,
|
|
1687
1687
|
0,
|
|
1688
1688
|
[_CI, _KSK, _Loc],
|
|
1689
|
-
[() => ChangeInfo
|
|
1689
|
+
[() => ChangeInfo$, () => KeySigningKey$, [0, { [_hH]: _Loc }]],
|
|
1690
1690
|
];
|
|
1691
|
-
var CreateQueryLoggingConfigRequest = [3, n0, _CQLCR, 0, [_HZI, _CWLLGA], [0, 0]];
|
|
1692
|
-
var CreateQueryLoggingConfigResponse = [
|
|
1691
|
+
var CreateQueryLoggingConfigRequest$ = [3, n0, _CQLCR, 0, [_HZI, _CWLLGA], [0, 0]];
|
|
1692
|
+
var CreateQueryLoggingConfigResponse$ = [
|
|
1693
1693
|
3,
|
|
1694
1694
|
n0,
|
|
1695
1695
|
_CQLCRr,
|
|
1696
1696
|
0,
|
|
1697
1697
|
[_QLC, _Loc],
|
|
1698
|
-
[() => QueryLoggingConfig
|
|
1698
|
+
[() => QueryLoggingConfig$, [0, { [_hH]: _Loc }]],
|
|
1699
1699
|
];
|
|
1700
|
-
var CreateReusableDelegationSetRequest = [3, n0, _CRDSR, 0, [_CR, _HZI], [0, 0]];
|
|
1701
|
-
var CreateReusableDelegationSetResponse = [
|
|
1700
|
+
var CreateReusableDelegationSetRequest$ = [3, n0, _CRDSR, 0, [_CR, _HZI], [0, 0]];
|
|
1701
|
+
var CreateReusableDelegationSetResponse$ = [
|
|
1702
1702
|
3,
|
|
1703
1703
|
n0,
|
|
1704
1704
|
_CRDSRr,
|
|
1705
1705
|
0,
|
|
1706
1706
|
[_DS, _Loc],
|
|
1707
1707
|
[
|
|
1708
|
-
[() => DelegationSet
|
|
1708
|
+
[() => DelegationSet$, 0],
|
|
1709
1709
|
[0, { [_hH]: _Loc }],
|
|
1710
1710
|
],
|
|
1711
1711
|
];
|
|
1712
|
-
var CreateTrafficPolicyInstanceRequest = [
|
|
1712
|
+
var CreateTrafficPolicyInstanceRequest$ = [
|
|
1713
1713
|
3,
|
|
1714
1714
|
n0,
|
|
1715
1715
|
_CTPIR,
|
|
@@ -1717,49 +1717,56 @@ var CreateTrafficPolicyInstanceRequest = [
|
|
|
1717
1717
|
[_HZI, _N, _TTL, _TPI, _TPV],
|
|
1718
1718
|
[0, 0, 1, 0, 1],
|
|
1719
1719
|
];
|
|
1720
|
-
var CreateTrafficPolicyInstanceResponse = [
|
|
1720
|
+
var CreateTrafficPolicyInstanceResponse$ = [
|
|
1721
1721
|
3,
|
|
1722
1722
|
n0,
|
|
1723
1723
|
_CTPIRr,
|
|
1724
1724
|
0,
|
|
1725
1725
|
[_TPIr, _Loc],
|
|
1726
|
-
[() => TrafficPolicyInstance
|
|
1726
|
+
[() => TrafficPolicyInstance$, [0, { [_hH]: _Loc }]],
|
|
1727
1727
|
];
|
|
1728
|
-
var CreateTrafficPolicyRequest = [3, n0, _CTPR, 0, [_N, _Do, _C], [0, 0, 0]];
|
|
1729
|
-
var CreateTrafficPolicyResponse = [
|
|
1728
|
+
var CreateTrafficPolicyRequest$ = [3, n0, _CTPR, 0, [_N, _Do, _C], [0, 0, 0]];
|
|
1729
|
+
var CreateTrafficPolicyResponse$ = [
|
|
1730
1730
|
3,
|
|
1731
1731
|
n0,
|
|
1732
1732
|
_CTPRr,
|
|
1733
1733
|
0,
|
|
1734
1734
|
[_TP, _Loc],
|
|
1735
|
-
[() => TrafficPolicy
|
|
1735
|
+
[() => TrafficPolicy$, [0, { [_hH]: _Loc }]],
|
|
1736
|
+
];
|
|
1737
|
+
var CreateTrafficPolicyVersionRequest$ = [
|
|
1738
|
+
3,
|
|
1739
|
+
n0,
|
|
1740
|
+
_CTPVR,
|
|
1741
|
+
0,
|
|
1742
|
+
[_I, _Do, _C],
|
|
1743
|
+
[[0, 1], 0, 0],
|
|
1736
1744
|
];
|
|
1737
|
-
var
|
|
1738
|
-
var CreateTrafficPolicyVersionResponse = [
|
|
1745
|
+
var CreateTrafficPolicyVersionResponse$ = [
|
|
1739
1746
|
3,
|
|
1740
1747
|
n0,
|
|
1741
1748
|
_CTPVRr,
|
|
1742
1749
|
0,
|
|
1743
1750
|
[_TP, _Loc],
|
|
1744
|
-
[() => TrafficPolicy
|
|
1751
|
+
[() => TrafficPolicy$, [0, { [_hH]: _Loc }]],
|
|
1745
1752
|
];
|
|
1746
|
-
var CreateVPCAssociationAuthorizationRequest = [
|
|
1753
|
+
var CreateVPCAssociationAuthorizationRequest$ = [
|
|
1747
1754
|
3,
|
|
1748
1755
|
n0,
|
|
1749
1756
|
_CVPCAAR,
|
|
1750
1757
|
0,
|
|
1751
1758
|
[_HZI, _VPC],
|
|
1752
|
-
[[0, 1], () => VPC],
|
|
1759
|
+
[[0, 1], () => VPC$],
|
|
1753
1760
|
];
|
|
1754
|
-
var CreateVPCAssociationAuthorizationResponse = [
|
|
1761
|
+
var CreateVPCAssociationAuthorizationResponse$ = [
|
|
1755
1762
|
3,
|
|
1756
1763
|
n0,
|
|
1757
1764
|
_CVPCAARr,
|
|
1758
1765
|
0,
|
|
1759
1766
|
[_HZI, _VPC],
|
|
1760
|
-
[0, () => VPC],
|
|
1767
|
+
[0, () => VPC$],
|
|
1761
1768
|
];
|
|
1762
|
-
var DeactivateKeySigningKeyRequest = [
|
|
1769
|
+
var DeactivateKeySigningKeyRequest$ = [
|
|
1763
1770
|
3,
|
|
1764
1771
|
n0,
|
|
1765
1772
|
_DKSKR,
|
|
@@ -1770,8 +1777,8 @@ var DeactivateKeySigningKeyRequest = [
|
|
|
1770
1777
|
[0, 1],
|
|
1771
1778
|
],
|
|
1772
1779
|
];
|
|
1773
|
-
var DeactivateKeySigningKeyResponse = [3, n0, _DKSKRe, 0, [_CI], [() => ChangeInfo]];
|
|
1774
|
-
var DelegationSet = [
|
|
1780
|
+
var DeactivateKeySigningKeyResponse$ = [3, n0, _DKSKRe, 0, [_CI], [() => ChangeInfo$]];
|
|
1781
|
+
var DelegationSet$ = [
|
|
1775
1782
|
3,
|
|
1776
1783
|
n0,
|
|
1777
1784
|
_DS,
|
|
@@ -1779,23 +1786,23 @@ var DelegationSet = [
|
|
|
1779
1786
|
[_I, _CR, _NS],
|
|
1780
1787
|
[0, 0, [() => DelegationSetNameServers, 0]],
|
|
1781
1788
|
];
|
|
1782
|
-
var DelegationSetAlreadyCreated = [-3, n0, _DSAC, { [_e]: _c }, [_m], [0]];
|
|
1783
|
-
schema.TypeRegistry.for(n0).registerError(DelegationSetAlreadyCreated
|
|
1784
|
-
var DelegationSetAlreadyReusable = [-3, n0, _DSAR, { [_e]: _c }, [_m], [0]];
|
|
1785
|
-
schema.TypeRegistry.for(n0).registerError(DelegationSetAlreadyReusable
|
|
1786
|
-
var DelegationSetInUse = [-3, n0, _DSIU, { [_e]: _c }, [_m], [0]];
|
|
1787
|
-
schema.TypeRegistry.for(n0).registerError(DelegationSetInUse
|
|
1788
|
-
var DelegationSetNotAvailable = [-3, n0, _DSNA, { [_e]: _c }, [_m], [0]];
|
|
1789
|
-
schema.TypeRegistry.for(n0).registerError(DelegationSetNotAvailable
|
|
1790
|
-
var DelegationSetNotReusable = [-3, n0, _DSNR, { [_e]: _c }, [_m], [0]];
|
|
1791
|
-
schema.TypeRegistry.for(n0).registerError(DelegationSetNotReusable
|
|
1792
|
-
var DeleteCidrCollectionRequest = [3, n0, _DCCR, 0, [_I], [[0, 1]]];
|
|
1793
|
-
var DeleteCidrCollectionResponse = [3, n0, _DCCRe, 0, [], []];
|
|
1794
|
-
var DeleteHealthCheckRequest = [3, n0, _DHCR, 0, [_HCI], [[0, 1]]];
|
|
1795
|
-
var DeleteHealthCheckResponse = [3, n0, _DHCRe, 0, [], []];
|
|
1796
|
-
var DeleteHostedZoneRequest = [3, n0, _DHZR, 0, [_I], [[0, 1]]];
|
|
1797
|
-
var DeleteHostedZoneResponse = [3, n0, _DHZRe, 0, [_CI], [() => ChangeInfo]];
|
|
1798
|
-
var DeleteKeySigningKeyRequest = [
|
|
1789
|
+
var DelegationSetAlreadyCreated$ = [-3, n0, _DSAC, { [_e]: _c }, [_m], [0]];
|
|
1790
|
+
schema.TypeRegistry.for(n0).registerError(DelegationSetAlreadyCreated$, DelegationSetAlreadyCreated);
|
|
1791
|
+
var DelegationSetAlreadyReusable$ = [-3, n0, _DSAR, { [_e]: _c }, [_m], [0]];
|
|
1792
|
+
schema.TypeRegistry.for(n0).registerError(DelegationSetAlreadyReusable$, DelegationSetAlreadyReusable);
|
|
1793
|
+
var DelegationSetInUse$ = [-3, n0, _DSIU, { [_e]: _c }, [_m], [0]];
|
|
1794
|
+
schema.TypeRegistry.for(n0).registerError(DelegationSetInUse$, DelegationSetInUse);
|
|
1795
|
+
var DelegationSetNotAvailable$ = [-3, n0, _DSNA, { [_e]: _c }, [_m], [0]];
|
|
1796
|
+
schema.TypeRegistry.for(n0).registerError(DelegationSetNotAvailable$, DelegationSetNotAvailable);
|
|
1797
|
+
var DelegationSetNotReusable$ = [-3, n0, _DSNR, { [_e]: _c }, [_m], [0]];
|
|
1798
|
+
schema.TypeRegistry.for(n0).registerError(DelegationSetNotReusable$, DelegationSetNotReusable);
|
|
1799
|
+
var DeleteCidrCollectionRequest$ = [3, n0, _DCCR, 0, [_I], [[0, 1]]];
|
|
1800
|
+
var DeleteCidrCollectionResponse$ = [3, n0, _DCCRe, 0, [], []];
|
|
1801
|
+
var DeleteHealthCheckRequest$ = [3, n0, _DHCR, 0, [_HCI], [[0, 1]]];
|
|
1802
|
+
var DeleteHealthCheckResponse$ = [3, n0, _DHCRe, 0, [], []];
|
|
1803
|
+
var DeleteHostedZoneRequest$ = [3, n0, _DHZR, 0, [_I], [[0, 1]]];
|
|
1804
|
+
var DeleteHostedZoneResponse$ = [3, n0, _DHZRe, 0, [_CI], [() => ChangeInfo$]];
|
|
1805
|
+
var DeleteKeySigningKeyRequest$ = [
|
|
1799
1806
|
3,
|
|
1800
1807
|
n0,
|
|
1801
1808
|
_DKSKRel,
|
|
@@ -1806,14 +1813,14 @@ var DeleteKeySigningKeyRequest = [
|
|
|
1806
1813
|
[0, 1],
|
|
1807
1814
|
],
|
|
1808
1815
|
];
|
|
1809
|
-
var DeleteKeySigningKeyResponse = [3, n0, _DKSKRele, 0, [_CI], [() => ChangeInfo]];
|
|
1810
|
-
var DeleteQueryLoggingConfigRequest = [3, n0, _DQLCR, 0, [_I], [[0, 1]]];
|
|
1811
|
-
var DeleteQueryLoggingConfigResponse = [3, n0, _DQLCRe, 0, [], []];
|
|
1812
|
-
var DeleteReusableDelegationSetRequest = [3, n0, _DRDSR, 0, [_I], [[0, 1]]];
|
|
1813
|
-
var DeleteReusableDelegationSetResponse = [3, n0, _DRDSRe, 0, [], []];
|
|
1814
|
-
var DeleteTrafficPolicyInstanceRequest = [3, n0, _DTPIR, 0, [_I], [[0, 1]]];
|
|
1815
|
-
var DeleteTrafficPolicyInstanceResponse = [3, n0, _DTPIRe, 0, [], []];
|
|
1816
|
-
var DeleteTrafficPolicyRequest = [
|
|
1816
|
+
var DeleteKeySigningKeyResponse$ = [3, n0, _DKSKRele, 0, [_CI], [() => ChangeInfo$]];
|
|
1817
|
+
var DeleteQueryLoggingConfigRequest$ = [3, n0, _DQLCR, 0, [_I], [[0, 1]]];
|
|
1818
|
+
var DeleteQueryLoggingConfigResponse$ = [3, n0, _DQLCRe, 0, [], []];
|
|
1819
|
+
var DeleteReusableDelegationSetRequest$ = [3, n0, _DRDSR, 0, [_I], [[0, 1]]];
|
|
1820
|
+
var DeleteReusableDelegationSetResponse$ = [3, n0, _DRDSRe, 0, [], []];
|
|
1821
|
+
var DeleteTrafficPolicyInstanceRequest$ = [3, n0, _DTPIR, 0, [_I], [[0, 1]]];
|
|
1822
|
+
var DeleteTrafficPolicyInstanceResponse$ = [3, n0, _DTPIRe, 0, [], []];
|
|
1823
|
+
var DeleteTrafficPolicyRequest$ = [
|
|
1817
1824
|
3,
|
|
1818
1825
|
n0,
|
|
1819
1826
|
_DTPR,
|
|
@@ -1824,42 +1831,56 @@ var DeleteTrafficPolicyRequest = [
|
|
|
1824
1831
|
[1, 1],
|
|
1825
1832
|
],
|
|
1826
1833
|
];
|
|
1827
|
-
var DeleteTrafficPolicyResponse = [3, n0, _DTPRe, 0, [], []];
|
|
1828
|
-
var DeleteVPCAssociationAuthorizationRequest = [
|
|
1834
|
+
var DeleteTrafficPolicyResponse$ = [3, n0, _DTPRe, 0, [], []];
|
|
1835
|
+
var DeleteVPCAssociationAuthorizationRequest$ = [
|
|
1829
1836
|
3,
|
|
1830
1837
|
n0,
|
|
1831
1838
|
_DVPCAAR,
|
|
1832
1839
|
0,
|
|
1833
1840
|
[_HZI, _VPC],
|
|
1834
|
-
[[0, 1], () => VPC],
|
|
1841
|
+
[[0, 1], () => VPC$],
|
|
1842
|
+
];
|
|
1843
|
+
var DeleteVPCAssociationAuthorizationResponse$ = [3, n0, _DVPCAARe, 0, [], []];
|
|
1844
|
+
var Dimension$ = [3, n0, _Di, 0, [_N, _V], [0, 0]];
|
|
1845
|
+
var DisableHostedZoneDNSSECRequest$ = [3, n0, _DHZDNSSECR, 0, [_HZI], [[0, 1]]];
|
|
1846
|
+
var DisableHostedZoneDNSSECResponse$ = [
|
|
1847
|
+
3,
|
|
1848
|
+
n0,
|
|
1849
|
+
_DHZDNSSECRi,
|
|
1850
|
+
0,
|
|
1851
|
+
[_CI],
|
|
1852
|
+
[() => ChangeInfo$],
|
|
1835
1853
|
];
|
|
1836
|
-
var
|
|
1837
|
-
var Dimension = [3, n0, _Di, 0, [_N, _V], [0, 0]];
|
|
1838
|
-
var DisableHostedZoneDNSSECRequest = [3, n0, _DHZDNSSECR, 0, [_HZI], [[0, 1]]];
|
|
1839
|
-
var DisableHostedZoneDNSSECResponse = [3, n0, _DHZDNSSECRi, 0, [_CI], [() => ChangeInfo]];
|
|
1840
|
-
var DisassociateVPCFromHostedZoneRequest = [
|
|
1854
|
+
var DisassociateVPCFromHostedZoneRequest$ = [
|
|
1841
1855
|
3,
|
|
1842
1856
|
n0,
|
|
1843
1857
|
_DVPCFHZR,
|
|
1844
1858
|
0,
|
|
1845
1859
|
[_HZI, _VPC, _C],
|
|
1846
|
-
[[0, 1], () => VPC
|
|
1860
|
+
[[0, 1], () => VPC$, 0],
|
|
1847
1861
|
];
|
|
1848
|
-
var DisassociateVPCFromHostedZoneResponse = [
|
|
1862
|
+
var DisassociateVPCFromHostedZoneResponse$ = [
|
|
1849
1863
|
3,
|
|
1850
1864
|
n0,
|
|
1851
1865
|
_DVPCFHZRi,
|
|
1852
1866
|
0,
|
|
1853
1867
|
[_CI],
|
|
1854
|
-
[() => ChangeInfo],
|
|
1855
|
-
];
|
|
1856
|
-
var DNSSECNotFound = [-3, n0, _DNSSECNF, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1857
|
-
schema.TypeRegistry.for(n0).registerError(DNSSECNotFound
|
|
1858
|
-
var DNSSECStatus = [3, n0, _DNSSECS, 0, [_SS, _SM], [0, 0]];
|
|
1859
|
-
var EnableHostedZoneDNSSECRequest = [3, n0, _EHZDNSSECR, 0, [_HZI], [[0, 1]]];
|
|
1860
|
-
var EnableHostedZoneDNSSECResponse = [
|
|
1861
|
-
|
|
1862
|
-
|
|
1868
|
+
[() => ChangeInfo$],
|
|
1869
|
+
];
|
|
1870
|
+
var DNSSECNotFound$ = [-3, n0, _DNSSECNF, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1871
|
+
schema.TypeRegistry.for(n0).registerError(DNSSECNotFound$, DNSSECNotFound);
|
|
1872
|
+
var DNSSECStatus$ = [3, n0, _DNSSECS, 0, [_SS, _SM], [0, 0]];
|
|
1873
|
+
var EnableHostedZoneDNSSECRequest$ = [3, n0, _EHZDNSSECR, 0, [_HZI], [[0, 1]]];
|
|
1874
|
+
var EnableHostedZoneDNSSECResponse$ = [
|
|
1875
|
+
3,
|
|
1876
|
+
n0,
|
|
1877
|
+
_EHZDNSSECRn,
|
|
1878
|
+
0,
|
|
1879
|
+
[_CI],
|
|
1880
|
+
[() => ChangeInfo$],
|
|
1881
|
+
];
|
|
1882
|
+
var GeoLocation$ = [3, n0, _GL, 0, [_CCo, _CCou, _SC], [0, 0, 0]];
|
|
1883
|
+
var GeoLocationDetails$ = [
|
|
1863
1884
|
3,
|
|
1864
1885
|
n0,
|
|
1865
1886
|
_GLD,
|
|
@@ -1867,30 +1888,30 @@ var GeoLocationDetails = [
|
|
|
1867
1888
|
[_CCo, _CN, _CCou, _CNo, _SC, _SN],
|
|
1868
1889
|
[0, 0, 0, 0, 0, 0],
|
|
1869
1890
|
];
|
|
1870
|
-
var GeoProximityLocation = [
|
|
1891
|
+
var GeoProximityLocation$ = [
|
|
1871
1892
|
3,
|
|
1872
1893
|
n0,
|
|
1873
1894
|
_GPL,
|
|
1874
1895
|
0,
|
|
1875
1896
|
[_AWSR, _LZG, _Co, _B],
|
|
1876
|
-
[0, 0, () => Coordinates
|
|
1877
|
-
];
|
|
1878
|
-
var GetAccountLimitRequest = [3, n0, _GALR, 0, [_T], [[0, 1]]];
|
|
1879
|
-
var GetAccountLimitResponse = [3, n0, _GALRe, 0, [_Li, _Cou], [() => AccountLimit
|
|
1880
|
-
var GetChangeRequest = [3, n0, _GCR, 0, [_I], [[0, 1]]];
|
|
1881
|
-
var GetChangeResponse = [3, n0, _GCRe, 0, [_CI], [() => ChangeInfo]];
|
|
1882
|
-
var GetCheckerIpRangesRequest = [3, n0, _GCIRR, 0, [], []];
|
|
1883
|
-
var GetCheckerIpRangesResponse = [3, n0, _GCIRRe, 0, [_CIR], [64 | 0]];
|
|
1884
|
-
var GetDNSSECRequest = [3, n0, _GDNSSECR, 0, [_HZI], [[0, 1]]];
|
|
1885
|
-
var GetDNSSECResponse = [
|
|
1897
|
+
[0, 0, () => Coordinates$, 1],
|
|
1898
|
+
];
|
|
1899
|
+
var GetAccountLimitRequest$ = [3, n0, _GALR, 0, [_T], [[0, 1]]];
|
|
1900
|
+
var GetAccountLimitResponse$ = [3, n0, _GALRe, 0, [_Li, _Cou], [() => AccountLimit$, 1]];
|
|
1901
|
+
var GetChangeRequest$ = [3, n0, _GCR, 0, [_I], [[0, 1]]];
|
|
1902
|
+
var GetChangeResponse$ = [3, n0, _GCRe, 0, [_CI], [() => ChangeInfo$]];
|
|
1903
|
+
var GetCheckerIpRangesRequest$ = [3, n0, _GCIRR, 0, [], []];
|
|
1904
|
+
var GetCheckerIpRangesResponse$ = [3, n0, _GCIRRe, 0, [_CIR], [64 | 0]];
|
|
1905
|
+
var GetDNSSECRequest$ = [3, n0, _GDNSSECR, 0, [_HZI], [[0, 1]]];
|
|
1906
|
+
var GetDNSSECResponse$ = [
|
|
1886
1907
|
3,
|
|
1887
1908
|
n0,
|
|
1888
1909
|
_GDNSSECRe,
|
|
1889
1910
|
0,
|
|
1890
1911
|
[_S, _KSKe],
|
|
1891
|
-
[() => DNSSECStatus
|
|
1912
|
+
[() => DNSSECStatus$, () => KeySigningKeys],
|
|
1892
1913
|
];
|
|
1893
|
-
var GetGeoLocationRequest = [
|
|
1914
|
+
var GetGeoLocationRequest$ = [
|
|
1894
1915
|
3,
|
|
1895
1916
|
n0,
|
|
1896
1917
|
_GGLR,
|
|
@@ -1902,11 +1923,11 @@ var GetGeoLocationRequest = [
|
|
|
1902
1923
|
[0, { [_hQ]: _s }],
|
|
1903
1924
|
],
|
|
1904
1925
|
];
|
|
1905
|
-
var GetGeoLocationResponse = [3, n0, _GGLRe, 0, [_GLD], [() => GeoLocationDetails]];
|
|
1906
|
-
var GetHealthCheckCountRequest = [3, n0, _GHCCR, 0, [], []];
|
|
1907
|
-
var GetHealthCheckCountResponse = [3, n0, _GHCCRe, 0, [_HCCe], [1]];
|
|
1908
|
-
var GetHealthCheckLastFailureReasonRequest = [3, n0, _GHCLFRR, 0, [_HCI], [[0, 1]]];
|
|
1909
|
-
var GetHealthCheckLastFailureReasonResponse = [
|
|
1926
|
+
var GetGeoLocationResponse$ = [3, n0, _GGLRe, 0, [_GLD], [() => GeoLocationDetails$]];
|
|
1927
|
+
var GetHealthCheckCountRequest$ = [3, n0, _GHCCR, 0, [], []];
|
|
1928
|
+
var GetHealthCheckCountResponse$ = [3, n0, _GHCCRe, 0, [_HCCe], [1]];
|
|
1929
|
+
var GetHealthCheckLastFailureReasonRequest$ = [3, n0, _GHCLFRR, 0, [_HCI], [[0, 1]]];
|
|
1930
|
+
var GetHealthCheckLastFailureReasonResponse$ = [
|
|
1910
1931
|
3,
|
|
1911
1932
|
n0,
|
|
1912
1933
|
_GHCLFRRe,
|
|
@@ -1914,10 +1935,10 @@ var GetHealthCheckLastFailureReasonResponse = [
|
|
|
1914
1935
|
[_HCO],
|
|
1915
1936
|
[[() => HealthCheckObservations, 0]],
|
|
1916
1937
|
];
|
|
1917
|
-
var GetHealthCheckRequest = [3, n0, _GHCR, 0, [_HCI], [[0, 1]]];
|
|
1918
|
-
var GetHealthCheckResponse = [3, n0, _GHCRe, 0, [_HC], [[() => HealthCheck
|
|
1919
|
-
var GetHealthCheckStatusRequest = [3, n0, _GHCSR, 0, [_HCI], [[0, 1]]];
|
|
1920
|
-
var GetHealthCheckStatusResponse = [
|
|
1938
|
+
var GetHealthCheckRequest$ = [3, n0, _GHCR, 0, [_HCI], [[0, 1]]];
|
|
1939
|
+
var GetHealthCheckResponse$ = [3, n0, _GHCRe, 0, [_HC], [[() => HealthCheck$, 0]]];
|
|
1940
|
+
var GetHealthCheckStatusRequest$ = [3, n0, _GHCSR, 0, [_HCI], [[0, 1]]];
|
|
1941
|
+
var GetHealthCheckStatusResponse$ = [
|
|
1921
1942
|
3,
|
|
1922
1943
|
n0,
|
|
1923
1944
|
_GHCSRe,
|
|
@@ -1925,9 +1946,9 @@ var GetHealthCheckStatusResponse = [
|
|
|
1925
1946
|
[_HCO],
|
|
1926
1947
|
[[() => HealthCheckObservations, 0]],
|
|
1927
1948
|
];
|
|
1928
|
-
var GetHostedZoneCountRequest = [3, n0, _GHZCR, 0, [], []];
|
|
1929
|
-
var GetHostedZoneCountResponse = [3, n0, _GHZCRe, 0, [_HZCo], [1]];
|
|
1930
|
-
var GetHostedZoneLimitRequest = [
|
|
1949
|
+
var GetHostedZoneCountRequest$ = [3, n0, _GHZCR, 0, [], []];
|
|
1950
|
+
var GetHostedZoneCountResponse$ = [3, n0, _GHZCRe, 0, [_HZCo], [1]];
|
|
1951
|
+
var GetHostedZoneLimitRequest$ = [
|
|
1931
1952
|
3,
|
|
1932
1953
|
n0,
|
|
1933
1954
|
_GHZLR,
|
|
@@ -1938,33 +1959,33 @@ var GetHostedZoneLimitRequest = [
|
|
|
1938
1959
|
[0, 1],
|
|
1939
1960
|
],
|
|
1940
1961
|
];
|
|
1941
|
-
var GetHostedZoneLimitResponse = [
|
|
1962
|
+
var GetHostedZoneLimitResponse$ = [
|
|
1942
1963
|
3,
|
|
1943
1964
|
n0,
|
|
1944
1965
|
_GHZLRe,
|
|
1945
1966
|
0,
|
|
1946
1967
|
[_Li, _Cou],
|
|
1947
|
-
[() => HostedZoneLimit
|
|
1968
|
+
[() => HostedZoneLimit$, 1],
|
|
1948
1969
|
];
|
|
1949
|
-
var GetHostedZoneRequest = [3, n0, _GHZR, 0, [_I], [[0, 1]]];
|
|
1950
|
-
var GetHostedZoneResponse = [
|
|
1970
|
+
var GetHostedZoneRequest$ = [3, n0, _GHZR, 0, [_I], [[0, 1]]];
|
|
1971
|
+
var GetHostedZoneResponse$ = [
|
|
1951
1972
|
3,
|
|
1952
1973
|
n0,
|
|
1953
1974
|
_GHZRe,
|
|
1954
1975
|
0,
|
|
1955
1976
|
[_HZ, _DS, _VPCs],
|
|
1956
|
-
[() => HostedZone
|
|
1977
|
+
[() => HostedZone$, [() => DelegationSet$, 0], [() => VPCs, 0]],
|
|
1957
1978
|
];
|
|
1958
|
-
var GetQueryLoggingConfigRequest = [3, n0, _GQLCR, 0, [_I], [[0, 1]]];
|
|
1959
|
-
var GetQueryLoggingConfigResponse = [
|
|
1979
|
+
var GetQueryLoggingConfigRequest$ = [3, n0, _GQLCR, 0, [_I], [[0, 1]]];
|
|
1980
|
+
var GetQueryLoggingConfigResponse$ = [
|
|
1960
1981
|
3,
|
|
1961
1982
|
n0,
|
|
1962
1983
|
_GQLCRe,
|
|
1963
1984
|
0,
|
|
1964
1985
|
[_QLC],
|
|
1965
|
-
[() => QueryLoggingConfig],
|
|
1986
|
+
[() => QueryLoggingConfig$],
|
|
1966
1987
|
];
|
|
1967
|
-
var GetReusableDelegationSetLimitRequest = [
|
|
1988
|
+
var GetReusableDelegationSetLimitRequest$ = [
|
|
1968
1989
|
3,
|
|
1969
1990
|
n0,
|
|
1970
1991
|
_GRDSLR,
|
|
@@ -1975,35 +1996,35 @@ var GetReusableDelegationSetLimitRequest = [
|
|
|
1975
1996
|
[0, 1],
|
|
1976
1997
|
],
|
|
1977
1998
|
];
|
|
1978
|
-
var GetReusableDelegationSetLimitResponse = [
|
|
1999
|
+
var GetReusableDelegationSetLimitResponse$ = [
|
|
1979
2000
|
3,
|
|
1980
2001
|
n0,
|
|
1981
2002
|
_GRDSLRe,
|
|
1982
2003
|
0,
|
|
1983
2004
|
[_Li, _Cou],
|
|
1984
|
-
[() => ReusableDelegationSetLimit
|
|
2005
|
+
[() => ReusableDelegationSetLimit$, 1],
|
|
1985
2006
|
];
|
|
1986
|
-
var GetReusableDelegationSetRequest = [3, n0, _GRDSR, 0, [_I], [[0, 1]]];
|
|
1987
|
-
var GetReusableDelegationSetResponse = [
|
|
2007
|
+
var GetReusableDelegationSetRequest$ = [3, n0, _GRDSR, 0, [_I], [[0, 1]]];
|
|
2008
|
+
var GetReusableDelegationSetResponse$ = [
|
|
1988
2009
|
3,
|
|
1989
2010
|
n0,
|
|
1990
2011
|
_GRDSRe,
|
|
1991
2012
|
0,
|
|
1992
2013
|
[_DS],
|
|
1993
|
-
[[() => DelegationSet
|
|
2014
|
+
[[() => DelegationSet$, 0]],
|
|
1994
2015
|
];
|
|
1995
|
-
var GetTrafficPolicyInstanceCountRequest = [3, n0, _GTPICR, 0, [], []];
|
|
1996
|
-
var GetTrafficPolicyInstanceCountResponse = [3, n0, _GTPICRe, 0, [_TPIC], [1]];
|
|
1997
|
-
var GetTrafficPolicyInstanceRequest = [3, n0, _GTPIR, 0, [_I], [[0, 1]]];
|
|
1998
|
-
var GetTrafficPolicyInstanceResponse = [
|
|
2016
|
+
var GetTrafficPolicyInstanceCountRequest$ = [3, n0, _GTPICR, 0, [], []];
|
|
2017
|
+
var GetTrafficPolicyInstanceCountResponse$ = [3, n0, _GTPICRe, 0, [_TPIC], [1]];
|
|
2018
|
+
var GetTrafficPolicyInstanceRequest$ = [3, n0, _GTPIR, 0, [_I], [[0, 1]]];
|
|
2019
|
+
var GetTrafficPolicyInstanceResponse$ = [
|
|
1999
2020
|
3,
|
|
2000
2021
|
n0,
|
|
2001
2022
|
_GTPIRe,
|
|
2002
2023
|
0,
|
|
2003
2024
|
[_TPIr],
|
|
2004
|
-
[() => TrafficPolicyInstance],
|
|
2025
|
+
[() => TrafficPolicyInstance$],
|
|
2005
2026
|
];
|
|
2006
|
-
var GetTrafficPolicyRequest = [
|
|
2027
|
+
var GetTrafficPolicyRequest$ = [
|
|
2007
2028
|
3,
|
|
2008
2029
|
n0,
|
|
2009
2030
|
_GTPR,
|
|
@@ -2014,18 +2035,18 @@ var GetTrafficPolicyRequest = [
|
|
|
2014
2035
|
[1, 1],
|
|
2015
2036
|
],
|
|
2016
2037
|
];
|
|
2017
|
-
var GetTrafficPolicyResponse = [3, n0, _GTPRe, 0, [_TP], [() => TrafficPolicy]];
|
|
2018
|
-
var HealthCheck = [
|
|
2038
|
+
var GetTrafficPolicyResponse$ = [3, n0, _GTPRe, 0, [_TP], [() => TrafficPolicy$]];
|
|
2039
|
+
var HealthCheck$ = [
|
|
2019
2040
|
3,
|
|
2020
2041
|
n0,
|
|
2021
2042
|
_HC,
|
|
2022
2043
|
0,
|
|
2023
2044
|
[_I, _CR, _LS, _HCC, _HCV, _CWAC],
|
|
2024
|
-
[0, 0, () => LinkedService
|
|
2045
|
+
[0, 0, () => LinkedService$, [() => HealthCheckConfig$, 0], 1, [() => CloudWatchAlarmConfiguration$, 0]],
|
|
2025
2046
|
];
|
|
2026
|
-
var HealthCheckAlreadyExists = [-3, n0, _HCAE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
2027
|
-
schema.TypeRegistry.for(n0).registerError(HealthCheckAlreadyExists
|
|
2028
|
-
var HealthCheckConfig = [
|
|
2047
|
+
var HealthCheckAlreadyExists$ = [-3, n0, _HCAE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
2048
|
+
schema.TypeRegistry.for(n0).registerError(HealthCheckAlreadyExists$, HealthCheckAlreadyExists);
|
|
2049
|
+
var HealthCheckConfig$ = [
|
|
2029
2050
|
3,
|
|
2030
2051
|
n0,
|
|
2031
2052
|
_HCC,
|
|
@@ -2047,57 +2068,57 @@ var HealthCheckConfig = [
|
|
|
2047
2068
|
[() => ChildHealthCheckList, 0],
|
|
2048
2069
|
2,
|
|
2049
2070
|
[() => HealthCheckRegionList, 0],
|
|
2050
|
-
() => AlarmIdentifier
|
|
2071
|
+
() => AlarmIdentifier$,
|
|
2051
2072
|
0,
|
|
2052
2073
|
0,
|
|
2053
2074
|
],
|
|
2054
2075
|
];
|
|
2055
|
-
var HealthCheckInUse = [-3, n0, _HCIU, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2056
|
-
schema.TypeRegistry.for(n0).registerError(HealthCheckInUse
|
|
2057
|
-
var HealthCheckObservation = [
|
|
2076
|
+
var HealthCheckInUse$ = [-3, n0, _HCIU, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2077
|
+
schema.TypeRegistry.for(n0).registerError(HealthCheckInUse$, HealthCheckInUse);
|
|
2078
|
+
var HealthCheckObservation$ = [
|
|
2058
2079
|
3,
|
|
2059
2080
|
n0,
|
|
2060
2081
|
_HCOe,
|
|
2061
2082
|
0,
|
|
2062
2083
|
[_R, _IPA, _SR],
|
|
2063
|
-
[0, 0, () => StatusReport],
|
|
2084
|
+
[0, 0, () => StatusReport$],
|
|
2064
2085
|
];
|
|
2065
|
-
var HealthCheckVersionMismatch = [-3, n0, _HCVM, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
2066
|
-
schema.TypeRegistry.for(n0).registerError(HealthCheckVersionMismatch
|
|
2067
|
-
var HostedZone = [
|
|
2086
|
+
var HealthCheckVersionMismatch$ = [-3, n0, _HCVM, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
2087
|
+
schema.TypeRegistry.for(n0).registerError(HealthCheckVersionMismatch$, HealthCheckVersionMismatch);
|
|
2088
|
+
var HostedZone$ = [
|
|
2068
2089
|
3,
|
|
2069
2090
|
n0,
|
|
2070
2091
|
_HZ,
|
|
2071
2092
|
0,
|
|
2072
2093
|
[_I, _N, _CR, _Con, _RRSC, _LS, _F],
|
|
2073
|
-
[0, 0, 0, () => HostedZoneConfig
|
|
2094
|
+
[0, 0, 0, () => HostedZoneConfig$, 1, () => LinkedService$, () => HostedZoneFeatures$],
|
|
2074
2095
|
];
|
|
2075
|
-
var HostedZoneAlreadyExists = [-3, n0, _HZAE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
2076
|
-
schema.TypeRegistry.for(n0).registerError(HostedZoneAlreadyExists
|
|
2077
|
-
var HostedZoneConfig = [3, n0, _HZC, 0, [_C, _PZ], [0, 2]];
|
|
2078
|
-
var HostedZoneFailureReasons = [3, n0, _HZFR, 0, [_AR], [0]];
|
|
2079
|
-
var HostedZoneFeatures = [
|
|
2096
|
+
var HostedZoneAlreadyExists$ = [-3, n0, _HZAE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
2097
|
+
schema.TypeRegistry.for(n0).registerError(HostedZoneAlreadyExists$, HostedZoneAlreadyExists);
|
|
2098
|
+
var HostedZoneConfig$ = [3, n0, _HZC, 0, [_C, _PZ], [0, 2]];
|
|
2099
|
+
var HostedZoneFailureReasons$ = [3, n0, _HZFR, 0, [_AR], [0]];
|
|
2100
|
+
var HostedZoneFeatures$ = [
|
|
2080
2101
|
3,
|
|
2081
2102
|
n0,
|
|
2082
2103
|
_HZF,
|
|
2083
2104
|
0,
|
|
2084
2105
|
[_ARS, _FR],
|
|
2085
|
-
[0, () => HostedZoneFailureReasons],
|
|
2086
|
-
];
|
|
2087
|
-
var HostedZoneLimit = [3, n0, _HZL, 0, [_T, _V], [0, 1]];
|
|
2088
|
-
var HostedZoneNotEmpty = [-3, n0, _HZNE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2089
|
-
schema.TypeRegistry.for(n0).registerError(HostedZoneNotEmpty
|
|
2090
|
-
var HostedZoneNotFound = [-3, n0, _HZNF, { [_e]: _c }, [_m], [0]];
|
|
2091
|
-
schema.TypeRegistry.for(n0).registerError(HostedZoneNotFound
|
|
2092
|
-
var HostedZoneNotPrivate = [-3, n0, _HZNP, { [_e]: _c }, [_m], [0]];
|
|
2093
|
-
schema.TypeRegistry.for(n0).registerError(HostedZoneNotPrivate
|
|
2094
|
-
var HostedZoneOwner = [3, n0, _HZO, 0, [_OA, _OS], [0, 0]];
|
|
2095
|
-
var HostedZonePartiallyDelegated = [-3, n0, _HZPD, { [_e]: _c }, [_m], [0]];
|
|
2096
|
-
schema.TypeRegistry.for(n0).registerError(HostedZonePartiallyDelegated
|
|
2097
|
-
var HostedZoneSummary = [3, n0, _HZS, 0, [_HZI, _N, _O], [0, 0, () => HostedZoneOwner]];
|
|
2098
|
-
var IncompatibleVersion = [-3, n0, _IV, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2099
|
-
schema.TypeRegistry.for(n0).registerError(IncompatibleVersion
|
|
2100
|
-
var InsufficientCloudWatchLogsResourcePolicy = [
|
|
2106
|
+
[0, () => HostedZoneFailureReasons$],
|
|
2107
|
+
];
|
|
2108
|
+
var HostedZoneLimit$ = [3, n0, _HZL, 0, [_T, _V], [0, 1]];
|
|
2109
|
+
var HostedZoneNotEmpty$ = [-3, n0, _HZNE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2110
|
+
schema.TypeRegistry.for(n0).registerError(HostedZoneNotEmpty$, HostedZoneNotEmpty);
|
|
2111
|
+
var HostedZoneNotFound$ = [-3, n0, _HZNF, { [_e]: _c }, [_m], [0]];
|
|
2112
|
+
schema.TypeRegistry.for(n0).registerError(HostedZoneNotFound$, HostedZoneNotFound);
|
|
2113
|
+
var HostedZoneNotPrivate$ = [-3, n0, _HZNP, { [_e]: _c }, [_m], [0]];
|
|
2114
|
+
schema.TypeRegistry.for(n0).registerError(HostedZoneNotPrivate$, HostedZoneNotPrivate);
|
|
2115
|
+
var HostedZoneOwner$ = [3, n0, _HZO, 0, [_OA, _OS], [0, 0]];
|
|
2116
|
+
var HostedZonePartiallyDelegated$ = [-3, n0, _HZPD, { [_e]: _c }, [_m], [0]];
|
|
2117
|
+
schema.TypeRegistry.for(n0).registerError(HostedZonePartiallyDelegated$, HostedZonePartiallyDelegated);
|
|
2118
|
+
var HostedZoneSummary$ = [3, n0, _HZS, 0, [_HZI, _N, _O], [0, 0, () => HostedZoneOwner$]];
|
|
2119
|
+
var IncompatibleVersion$ = [-3, n0, _IV, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2120
|
+
schema.TypeRegistry.for(n0).registerError(IncompatibleVersion$, IncompatibleVersion);
|
|
2121
|
+
var InsufficientCloudWatchLogsResourcePolicy$ = [
|
|
2101
2122
|
-3,
|
|
2102
2123
|
n0,
|
|
2103
2124
|
_ICWLRP,
|
|
@@ -2105,10 +2126,10 @@ var InsufficientCloudWatchLogsResourcePolicy = [
|
|
|
2105
2126
|
[_m],
|
|
2106
2127
|
[0],
|
|
2107
2128
|
];
|
|
2108
|
-
schema.TypeRegistry.for(n0).registerError(InsufficientCloudWatchLogsResourcePolicy
|
|
2109
|
-
var InvalidArgument = [-3, n0, _IA, { [_e]: _c }, [_m], [0]];
|
|
2110
|
-
schema.TypeRegistry.for(n0).registerError(InvalidArgument
|
|
2111
|
-
var InvalidChangeBatch = [
|
|
2129
|
+
schema.TypeRegistry.for(n0).registerError(InsufficientCloudWatchLogsResourcePolicy$, InsufficientCloudWatchLogsResourcePolicy);
|
|
2130
|
+
var InvalidArgument$ = [-3, n0, _IA, { [_e]: _c }, [_m], [0]];
|
|
2131
|
+
schema.TypeRegistry.for(n0).registerError(InvalidArgument$, InvalidArgument);
|
|
2132
|
+
var InvalidChangeBatch$ = [
|
|
2112
2133
|
-3,
|
|
2113
2134
|
n0,
|
|
2114
2135
|
_ICB,
|
|
@@ -2116,26 +2137,26 @@ var InvalidChangeBatch = [
|
|
|
2116
2137
|
[_me, _m],
|
|
2117
2138
|
[[() => ErrorMessages, 0], 0],
|
|
2118
2139
|
];
|
|
2119
|
-
schema.TypeRegistry.for(n0).registerError(InvalidChangeBatch
|
|
2120
|
-
var InvalidDomainName = [-3, n0, _IDN, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2121
|
-
schema.TypeRegistry.for(n0).registerError(InvalidDomainName
|
|
2122
|
-
var InvalidInput = [-3, n0, _II, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2123
|
-
schema.TypeRegistry.for(n0).registerError(InvalidInput
|
|
2124
|
-
var InvalidKeySigningKeyName = [-3, n0, _IKSKN, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2125
|
-
schema.TypeRegistry.for(n0).registerError(InvalidKeySigningKeyName
|
|
2126
|
-
var InvalidKeySigningKeyStatus = [-3, n0, _IKSKS, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2127
|
-
schema.TypeRegistry.for(n0).registerError(InvalidKeySigningKeyStatus
|
|
2128
|
-
var InvalidKMSArn = [-3, n0, _IKMSA, { [_e]: _c }, [_m], [0]];
|
|
2129
|
-
schema.TypeRegistry.for(n0).registerError(InvalidKMSArn
|
|
2130
|
-
var InvalidPaginationToken = [-3, n0, _IPT, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2131
|
-
schema.TypeRegistry.for(n0).registerError(InvalidPaginationToken
|
|
2132
|
-
var InvalidSigningStatus = [-3, n0, _ISS, { [_e]: _c }, [_m], [0]];
|
|
2133
|
-
schema.TypeRegistry.for(n0).registerError(InvalidSigningStatus
|
|
2134
|
-
var InvalidTrafficPolicyDocument = [-3, n0, _ITPD, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2135
|
-
schema.TypeRegistry.for(n0).registerError(InvalidTrafficPolicyDocument
|
|
2136
|
-
var InvalidVPCId = [-3, n0, _IVPCI, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2137
|
-
schema.TypeRegistry.for(n0).registerError(InvalidVPCId
|
|
2138
|
-
var KeySigningKey = [
|
|
2140
|
+
schema.TypeRegistry.for(n0).registerError(InvalidChangeBatch$, InvalidChangeBatch);
|
|
2141
|
+
var InvalidDomainName$ = [-3, n0, _IDN, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2142
|
+
schema.TypeRegistry.for(n0).registerError(InvalidDomainName$, InvalidDomainName);
|
|
2143
|
+
var InvalidInput$ = [-3, n0, _II, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2144
|
+
schema.TypeRegistry.for(n0).registerError(InvalidInput$, InvalidInput);
|
|
2145
|
+
var InvalidKeySigningKeyName$ = [-3, n0, _IKSKN, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2146
|
+
schema.TypeRegistry.for(n0).registerError(InvalidKeySigningKeyName$, InvalidKeySigningKeyName);
|
|
2147
|
+
var InvalidKeySigningKeyStatus$ = [-3, n0, _IKSKS, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2148
|
+
schema.TypeRegistry.for(n0).registerError(InvalidKeySigningKeyStatus$, InvalidKeySigningKeyStatus);
|
|
2149
|
+
var InvalidKMSArn$ = [-3, n0, _IKMSA, { [_e]: _c }, [_m], [0]];
|
|
2150
|
+
schema.TypeRegistry.for(n0).registerError(InvalidKMSArn$, InvalidKMSArn);
|
|
2151
|
+
var InvalidPaginationToken$ = [-3, n0, _IPT, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2152
|
+
schema.TypeRegistry.for(n0).registerError(InvalidPaginationToken$, InvalidPaginationToken);
|
|
2153
|
+
var InvalidSigningStatus$ = [-3, n0, _ISS, { [_e]: _c }, [_m], [0]];
|
|
2154
|
+
schema.TypeRegistry.for(n0).registerError(InvalidSigningStatus$, InvalidSigningStatus);
|
|
2155
|
+
var InvalidTrafficPolicyDocument$ = [-3, n0, _ITPD, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2156
|
+
schema.TypeRegistry.for(n0).registerError(InvalidTrafficPolicyDocument$, InvalidTrafficPolicyDocument);
|
|
2157
|
+
var InvalidVPCId$ = [-3, n0, _IVPCI, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2158
|
+
schema.TypeRegistry.for(n0).registerError(InvalidVPCId$, InvalidVPCId);
|
|
2159
|
+
var KeySigningKey$ = [
|
|
2139
2160
|
3,
|
|
2140
2161
|
n0,
|
|
2141
2162
|
_KSK,
|
|
@@ -2143,20 +2164,20 @@ var KeySigningKey = [
|
|
|
2143
2164
|
[_N, _KA, _Fl, _SAM, _SAT, _DAM, _DAT, _KT, _DV, _PK, _DSR, _DNSKEYR, _S, _SM, _CD, _LMD],
|
|
2144
2165
|
[0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 4, 4],
|
|
2145
2166
|
];
|
|
2146
|
-
var KeySigningKeyAlreadyExists = [-3, n0, _KSKAE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
2147
|
-
schema.TypeRegistry.for(n0).registerError(KeySigningKeyAlreadyExists
|
|
2148
|
-
var KeySigningKeyInParentDSRecord = [-3, n0, _KSKIPDSR, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2149
|
-
schema.TypeRegistry.for(n0).registerError(KeySigningKeyInParentDSRecord
|
|
2150
|
-
var KeySigningKeyInUse = [-3, n0, _KSKIU, { [_e]: _c }, [_m], [0]];
|
|
2151
|
-
schema.TypeRegistry.for(n0).registerError(KeySigningKeyInUse
|
|
2152
|
-
var KeySigningKeyWithActiveStatusNotFound = [-3, n0, _KSKWASNF, { [_e]: _c }, [_m], [0]];
|
|
2153
|
-
schema.TypeRegistry.for(n0).registerError(KeySigningKeyWithActiveStatusNotFound
|
|
2154
|
-
var LastVPCAssociation = [-3, n0, _LVPCA, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2155
|
-
schema.TypeRegistry.for(n0).registerError(LastVPCAssociation
|
|
2156
|
-
var LimitsExceeded = [-3, n0, _LE, { [_e]: _c }, [_m], [0]];
|
|
2157
|
-
schema.TypeRegistry.for(n0).registerError(LimitsExceeded
|
|
2158
|
-
var LinkedService = [3, n0, _LS, 0, [_SP, _De], [0, 0]];
|
|
2159
|
-
var ListCidrBlocksRequest = [
|
|
2167
|
+
var KeySigningKeyAlreadyExists$ = [-3, n0, _KSKAE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
2168
|
+
schema.TypeRegistry.for(n0).registerError(KeySigningKeyAlreadyExists$, KeySigningKeyAlreadyExists);
|
|
2169
|
+
var KeySigningKeyInParentDSRecord$ = [-3, n0, _KSKIPDSR, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2170
|
+
schema.TypeRegistry.for(n0).registerError(KeySigningKeyInParentDSRecord$, KeySigningKeyInParentDSRecord);
|
|
2171
|
+
var KeySigningKeyInUse$ = [-3, n0, _KSKIU, { [_e]: _c }, [_m], [0]];
|
|
2172
|
+
schema.TypeRegistry.for(n0).registerError(KeySigningKeyInUse$, KeySigningKeyInUse);
|
|
2173
|
+
var KeySigningKeyWithActiveStatusNotFound$ = [-3, n0, _KSKWASNF, { [_e]: _c }, [_m], [0]];
|
|
2174
|
+
schema.TypeRegistry.for(n0).registerError(KeySigningKeyWithActiveStatusNotFound$, KeySigningKeyWithActiveStatusNotFound);
|
|
2175
|
+
var LastVPCAssociation$ = [-3, n0, _LVPCA, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2176
|
+
schema.TypeRegistry.for(n0).registerError(LastVPCAssociation$, LastVPCAssociation);
|
|
2177
|
+
var LimitsExceeded$ = [-3, n0, _LE, { [_e]: _c }, [_m], [0]];
|
|
2178
|
+
schema.TypeRegistry.for(n0).registerError(LimitsExceeded$, LimitsExceeded);
|
|
2179
|
+
var LinkedService$ = [3, n0, _LS, 0, [_SP, _De], [0, 0]];
|
|
2180
|
+
var ListCidrBlocksRequest$ = [
|
|
2160
2181
|
3,
|
|
2161
2182
|
n0,
|
|
2162
2183
|
_LCBR,
|
|
@@ -2169,7 +2190,7 @@ var ListCidrBlocksRequest = [
|
|
|
2169
2190
|
[1, { [_hQ]: _ma }],
|
|
2170
2191
|
],
|
|
2171
2192
|
];
|
|
2172
|
-
var ListCidrBlocksResponse = [
|
|
2193
|
+
var ListCidrBlocksResponse$ = [
|
|
2173
2194
|
3,
|
|
2174
2195
|
n0,
|
|
2175
2196
|
_LCBRi,
|
|
@@ -2177,7 +2198,7 @@ var ListCidrBlocksResponse = [
|
|
|
2177
2198
|
[_NT, _CBid],
|
|
2178
2199
|
[0, () => CidrBlockSummaries],
|
|
2179
2200
|
];
|
|
2180
|
-
var ListCidrCollectionsRequest = [
|
|
2201
|
+
var ListCidrCollectionsRequest$ = [
|
|
2181
2202
|
3,
|
|
2182
2203
|
n0,
|
|
2183
2204
|
_LCCR,
|
|
@@ -2188,7 +2209,7 @@ var ListCidrCollectionsRequest = [
|
|
|
2188
2209
|
[1, { [_hQ]: _ma }],
|
|
2189
2210
|
],
|
|
2190
2211
|
];
|
|
2191
|
-
var ListCidrCollectionsResponse = [
|
|
2212
|
+
var ListCidrCollectionsResponse$ = [
|
|
2192
2213
|
3,
|
|
2193
2214
|
n0,
|
|
2194
2215
|
_LCCRi,
|
|
@@ -2196,7 +2217,7 @@ var ListCidrCollectionsResponse = [
|
|
|
2196
2217
|
[_NT, _CCi],
|
|
2197
2218
|
[0, () => CollectionSummaries],
|
|
2198
2219
|
];
|
|
2199
|
-
var ListCidrLocationsRequest = [
|
|
2220
|
+
var ListCidrLocationsRequest$ = [
|
|
2200
2221
|
3,
|
|
2201
2222
|
n0,
|
|
2202
2223
|
_LCLR,
|
|
@@ -2208,7 +2229,7 @@ var ListCidrLocationsRequest = [
|
|
|
2208
2229
|
[1, { [_hQ]: _ma }],
|
|
2209
2230
|
],
|
|
2210
2231
|
];
|
|
2211
|
-
var ListCidrLocationsResponse = [
|
|
2232
|
+
var ListCidrLocationsResponse$ = [
|
|
2212
2233
|
3,
|
|
2213
2234
|
n0,
|
|
2214
2235
|
_LCLRi,
|
|
@@ -2216,7 +2237,7 @@ var ListCidrLocationsResponse = [
|
|
|
2216
2237
|
[_NT, _CLi],
|
|
2217
2238
|
[0, () => LocationSummaries],
|
|
2218
2239
|
];
|
|
2219
|
-
var ListGeoLocationsRequest = [
|
|
2240
|
+
var ListGeoLocationsRequest$ = [
|
|
2220
2241
|
3,
|
|
2221
2242
|
n0,
|
|
2222
2243
|
_LGLR,
|
|
@@ -2229,7 +2250,7 @@ var ListGeoLocationsRequest = [
|
|
|
2229
2250
|
[1, { [_hQ]: _max }],
|
|
2230
2251
|
],
|
|
2231
2252
|
];
|
|
2232
|
-
var ListGeoLocationsResponse = [
|
|
2253
|
+
var ListGeoLocationsResponse$ = [
|
|
2233
2254
|
3,
|
|
2234
2255
|
n0,
|
|
2235
2256
|
_LGLRi,
|
|
@@ -2237,7 +2258,7 @@ var ListGeoLocationsResponse = [
|
|
|
2237
2258
|
[_GLDL, _IT, _NCC, _NCCe, _NSC, _MI],
|
|
2238
2259
|
[[() => GeoLocationDetailsList, 0], 2, 0, 0, 0, 1],
|
|
2239
2260
|
];
|
|
2240
|
-
var ListHealthChecksRequest = [
|
|
2261
|
+
var ListHealthChecksRequest$ = [
|
|
2241
2262
|
3,
|
|
2242
2263
|
n0,
|
|
2243
2264
|
_LHCR,
|
|
@@ -2248,7 +2269,7 @@ var ListHealthChecksRequest = [
|
|
|
2248
2269
|
[1, { [_hQ]: _max }],
|
|
2249
2270
|
],
|
|
2250
2271
|
];
|
|
2251
|
-
var ListHealthChecksResponse = [
|
|
2272
|
+
var ListHealthChecksResponse$ = [
|
|
2252
2273
|
3,
|
|
2253
2274
|
n0,
|
|
2254
2275
|
_LHCRi,
|
|
@@ -2256,7 +2277,7 @@ var ListHealthChecksResponse = [
|
|
|
2256
2277
|
[_HCe, _Ma, _IT, _NM, _MI],
|
|
2257
2278
|
[[() => HealthChecks, 0], 0, 2, 0, 1],
|
|
2258
2279
|
];
|
|
2259
|
-
var ListHostedZonesByNameRequest = [
|
|
2280
|
+
var ListHostedZonesByNameRequest$ = [
|
|
2260
2281
|
3,
|
|
2261
2282
|
n0,
|
|
2262
2283
|
_LHZBNR,
|
|
@@ -2268,7 +2289,7 @@ var ListHostedZonesByNameRequest = [
|
|
|
2268
2289
|
[1, { [_hQ]: _max }],
|
|
2269
2290
|
],
|
|
2270
2291
|
];
|
|
2271
|
-
var ListHostedZonesByNameResponse = [
|
|
2292
|
+
var ListHostedZonesByNameResponse$ = [
|
|
2272
2293
|
3,
|
|
2273
2294
|
n0,
|
|
2274
2295
|
_LHZBNRi,
|
|
@@ -2276,7 +2297,7 @@ var ListHostedZonesByNameResponse = [
|
|
|
2276
2297
|
[_HZo, _DNSN, _HZI, _IT, _NDNSN, _NHZI, _MI],
|
|
2277
2298
|
[[() => HostedZones, 0], 0, 0, 2, 0, 0, 1],
|
|
2278
2299
|
];
|
|
2279
|
-
var ListHostedZonesByVPCRequest = [
|
|
2300
|
+
var ListHostedZonesByVPCRequest$ = [
|
|
2280
2301
|
3,
|
|
2281
2302
|
n0,
|
|
2282
2303
|
_LHZBVPCR,
|
|
@@ -2289,7 +2310,7 @@ var ListHostedZonesByVPCRequest = [
|
|
|
2289
2310
|
[0, { [_hQ]: _n }],
|
|
2290
2311
|
],
|
|
2291
2312
|
];
|
|
2292
|
-
var ListHostedZonesByVPCResponse = [
|
|
2313
|
+
var ListHostedZonesByVPCResponse$ = [
|
|
2293
2314
|
3,
|
|
2294
2315
|
n0,
|
|
2295
2316
|
_LHZBVPCRi,
|
|
@@ -2297,7 +2318,7 @@ var ListHostedZonesByVPCResponse = [
|
|
|
2297
2318
|
[_HZSo, _MI, _NT],
|
|
2298
2319
|
[[() => HostedZoneSummaries, 0], 1, 0],
|
|
2299
2320
|
];
|
|
2300
|
-
var ListHostedZonesRequest = [
|
|
2321
|
+
var ListHostedZonesRequest$ = [
|
|
2301
2322
|
3,
|
|
2302
2323
|
n0,
|
|
2303
2324
|
_LHZR,
|
|
@@ -2310,7 +2331,7 @@ var ListHostedZonesRequest = [
|
|
|
2310
2331
|
[0, { [_hQ]: _ho }],
|
|
2311
2332
|
],
|
|
2312
2333
|
];
|
|
2313
|
-
var ListHostedZonesResponse = [
|
|
2334
|
+
var ListHostedZonesResponse$ = [
|
|
2314
2335
|
3,
|
|
2315
2336
|
n0,
|
|
2316
2337
|
_LHZRi,
|
|
@@ -2318,7 +2339,7 @@ var ListHostedZonesResponse = [
|
|
|
2318
2339
|
[_HZo, _Ma, _IT, _NM, _MI],
|
|
2319
2340
|
[[() => HostedZones, 0], 0, 2, 0, 1],
|
|
2320
2341
|
];
|
|
2321
|
-
var ListQueryLoggingConfigsRequest = [
|
|
2342
|
+
var ListQueryLoggingConfigsRequest$ = [
|
|
2322
2343
|
3,
|
|
2323
2344
|
n0,
|
|
2324
2345
|
_LQLCR,
|
|
@@ -2330,7 +2351,7 @@ var ListQueryLoggingConfigsRequest = [
|
|
|
2330
2351
|
[1, { [_hQ]: _ma }],
|
|
2331
2352
|
],
|
|
2332
2353
|
];
|
|
2333
|
-
var ListQueryLoggingConfigsResponse = [
|
|
2354
|
+
var ListQueryLoggingConfigsResponse$ = [
|
|
2334
2355
|
3,
|
|
2335
2356
|
n0,
|
|
2336
2357
|
_LQLCRi,
|
|
@@ -2338,7 +2359,7 @@ var ListQueryLoggingConfigsResponse = [
|
|
|
2338
2359
|
[_QLCu, _NT],
|
|
2339
2360
|
[[() => QueryLoggingConfigs, 0], 0],
|
|
2340
2361
|
];
|
|
2341
|
-
var ListResourceRecordSetsRequest = [
|
|
2362
|
+
var ListResourceRecordSetsRequest$ = [
|
|
2342
2363
|
3,
|
|
2343
2364
|
n0,
|
|
2344
2365
|
_LRRSR,
|
|
@@ -2352,7 +2373,7 @@ var ListResourceRecordSetsRequest = [
|
|
|
2352
2373
|
[1, { [_hQ]: _max }],
|
|
2353
2374
|
],
|
|
2354
2375
|
];
|
|
2355
|
-
var ListResourceRecordSetsResponse = [
|
|
2376
|
+
var ListResourceRecordSetsResponse$ = [
|
|
2356
2377
|
3,
|
|
2357
2378
|
n0,
|
|
2358
2379
|
_LRRSRi,
|
|
@@ -2360,7 +2381,7 @@ var ListResourceRecordSetsResponse = [
|
|
|
2360
2381
|
[_RRSe, _IT, _NRN, _NRT, _NRI, _MI],
|
|
2361
2382
|
[[() => ResourceRecordSets, 0], 2, 0, 0, 0, 1],
|
|
2362
2383
|
];
|
|
2363
|
-
var ListReusableDelegationSetsRequest = [
|
|
2384
|
+
var ListReusableDelegationSetsRequest$ = [
|
|
2364
2385
|
3,
|
|
2365
2386
|
n0,
|
|
2366
2387
|
_LRDSR,
|
|
@@ -2371,7 +2392,7 @@ var ListReusableDelegationSetsRequest = [
|
|
|
2371
2392
|
[1, { [_hQ]: _max }],
|
|
2372
2393
|
],
|
|
2373
2394
|
];
|
|
2374
|
-
var ListReusableDelegationSetsResponse = [
|
|
2395
|
+
var ListReusableDelegationSetsResponse$ = [
|
|
2375
2396
|
3,
|
|
2376
2397
|
n0,
|
|
2377
2398
|
_LRDSRi,
|
|
@@ -2379,7 +2400,7 @@ var ListReusableDelegationSetsResponse = [
|
|
|
2379
2400
|
[_DSe, _Ma, _IT, _NM, _MI],
|
|
2380
2401
|
[[() => DelegationSets, 0], 0, 2, 0, 1],
|
|
2381
2402
|
];
|
|
2382
|
-
var ListTagsForResourceRequest = [
|
|
2403
|
+
var ListTagsForResourceRequest$ = [
|
|
2383
2404
|
3,
|
|
2384
2405
|
n0,
|
|
2385
2406
|
_LTFRR,
|
|
@@ -2390,15 +2411,15 @@ var ListTagsForResourceRequest = [
|
|
|
2390
2411
|
[0, 1],
|
|
2391
2412
|
],
|
|
2392
2413
|
];
|
|
2393
|
-
var ListTagsForResourceResponse = [
|
|
2414
|
+
var ListTagsForResourceResponse$ = [
|
|
2394
2415
|
3,
|
|
2395
2416
|
n0,
|
|
2396
2417
|
_LTFRRi,
|
|
2397
2418
|
0,
|
|
2398
2419
|
[_RTS],
|
|
2399
|
-
[[() => ResourceTagSet
|
|
2420
|
+
[[() => ResourceTagSet$, 0]],
|
|
2400
2421
|
];
|
|
2401
|
-
var ListTagsForResourcesRequest = [
|
|
2422
|
+
var ListTagsForResourcesRequest$ = [
|
|
2402
2423
|
3,
|
|
2403
2424
|
n0,
|
|
2404
2425
|
_LTFRRis,
|
|
@@ -2409,7 +2430,7 @@ var ListTagsForResourcesRequest = [
|
|
|
2409
2430
|
[() => TagResourceIdList, 0],
|
|
2410
2431
|
],
|
|
2411
2432
|
];
|
|
2412
|
-
var ListTagsForResourcesResponse = [
|
|
2433
|
+
var ListTagsForResourcesResponse$ = [
|
|
2413
2434
|
3,
|
|
2414
2435
|
n0,
|
|
2415
2436
|
_LTFRRist,
|
|
@@ -2417,7 +2438,7 @@ var ListTagsForResourcesResponse = [
|
|
|
2417
2438
|
[_RTSe],
|
|
2418
2439
|
[[() => ResourceTagSetList, 0]],
|
|
2419
2440
|
];
|
|
2420
|
-
var ListTrafficPoliciesRequest = [
|
|
2441
|
+
var ListTrafficPoliciesRequest$ = [
|
|
2421
2442
|
3,
|
|
2422
2443
|
n0,
|
|
2423
2444
|
_LTPR,
|
|
@@ -2428,7 +2449,7 @@ var ListTrafficPoliciesRequest = [
|
|
|
2428
2449
|
[1, { [_hQ]: _max }],
|
|
2429
2450
|
],
|
|
2430
2451
|
];
|
|
2431
|
-
var ListTrafficPoliciesResponse = [
|
|
2452
|
+
var ListTrafficPoliciesResponse$ = [
|
|
2432
2453
|
3,
|
|
2433
2454
|
n0,
|
|
2434
2455
|
_LTPRi,
|
|
@@ -2436,7 +2457,7 @@ var ListTrafficPoliciesResponse = [
|
|
|
2436
2457
|
[_TPS, _IT, _TPIM, _MI],
|
|
2437
2458
|
[[() => TrafficPolicySummaries, 0], 2, 0, 1],
|
|
2438
2459
|
];
|
|
2439
|
-
var ListTrafficPolicyInstancesByHostedZoneRequest = [
|
|
2460
|
+
var ListTrafficPolicyInstancesByHostedZoneRequest$ = [
|
|
2440
2461
|
3,
|
|
2441
2462
|
n0,
|
|
2442
2463
|
_LTPIBHZR,
|
|
@@ -2449,7 +2470,7 @@ var ListTrafficPolicyInstancesByHostedZoneRequest = [
|
|
|
2449
2470
|
[1, { [_hQ]: _max }],
|
|
2450
2471
|
],
|
|
2451
2472
|
];
|
|
2452
|
-
var ListTrafficPolicyInstancesByHostedZoneResponse = [
|
|
2473
|
+
var ListTrafficPolicyInstancesByHostedZoneResponse$ = [
|
|
2453
2474
|
3,
|
|
2454
2475
|
n0,
|
|
2455
2476
|
_LTPIBHZRi,
|
|
@@ -2457,7 +2478,7 @@ var ListTrafficPolicyInstancesByHostedZoneResponse = [
|
|
|
2457
2478
|
[_TPIra, _TPINM, _TPITM, _IT, _MI],
|
|
2458
2479
|
[[() => TrafficPolicyInstances, 0], 0, 0, 2, 1],
|
|
2459
2480
|
];
|
|
2460
|
-
var ListTrafficPolicyInstancesByPolicyRequest = [
|
|
2481
|
+
var ListTrafficPolicyInstancesByPolicyRequest$ = [
|
|
2461
2482
|
3,
|
|
2462
2483
|
n0,
|
|
2463
2484
|
_LTPIBPR,
|
|
@@ -2472,7 +2493,7 @@ var ListTrafficPolicyInstancesByPolicyRequest = [
|
|
|
2472
2493
|
[1, { [_hQ]: _max }],
|
|
2473
2494
|
],
|
|
2474
2495
|
];
|
|
2475
|
-
var ListTrafficPolicyInstancesByPolicyResponse = [
|
|
2496
|
+
var ListTrafficPolicyInstancesByPolicyResponse$ = [
|
|
2476
2497
|
3,
|
|
2477
2498
|
n0,
|
|
2478
2499
|
_LTPIBPRi,
|
|
@@ -2480,7 +2501,7 @@ var ListTrafficPolicyInstancesByPolicyResponse = [
|
|
|
2480
2501
|
[_TPIra, _HZIM, _TPINM, _TPITM, _IT, _MI],
|
|
2481
2502
|
[[() => TrafficPolicyInstances, 0], 0, 0, 0, 2, 1],
|
|
2482
2503
|
];
|
|
2483
|
-
var ListTrafficPolicyInstancesRequest = [
|
|
2504
|
+
var ListTrafficPolicyInstancesRequest$ = [
|
|
2484
2505
|
3,
|
|
2485
2506
|
n0,
|
|
2486
2507
|
_LTPIR,
|
|
@@ -2493,7 +2514,7 @@ var ListTrafficPolicyInstancesRequest = [
|
|
|
2493
2514
|
[1, { [_hQ]: _max }],
|
|
2494
2515
|
],
|
|
2495
2516
|
];
|
|
2496
|
-
var ListTrafficPolicyInstancesResponse = [
|
|
2517
|
+
var ListTrafficPolicyInstancesResponse$ = [
|
|
2497
2518
|
3,
|
|
2498
2519
|
n0,
|
|
2499
2520
|
_LTPIRi,
|
|
@@ -2501,7 +2522,7 @@ var ListTrafficPolicyInstancesResponse = [
|
|
|
2501
2522
|
[_TPIra, _HZIM, _TPINM, _TPITM, _IT, _MI],
|
|
2502
2523
|
[[() => TrafficPolicyInstances, 0], 0, 0, 0, 2, 1],
|
|
2503
2524
|
];
|
|
2504
|
-
var ListTrafficPolicyVersionsRequest = [
|
|
2525
|
+
var ListTrafficPolicyVersionsRequest$ = [
|
|
2505
2526
|
3,
|
|
2506
2527
|
n0,
|
|
2507
2528
|
_LTPVR,
|
|
@@ -2513,7 +2534,7 @@ var ListTrafficPolicyVersionsRequest = [
|
|
|
2513
2534
|
[1, { [_hQ]: _max }],
|
|
2514
2535
|
],
|
|
2515
2536
|
];
|
|
2516
|
-
var ListTrafficPolicyVersionsResponse = [
|
|
2537
|
+
var ListTrafficPolicyVersionsResponse$ = [
|
|
2517
2538
|
3,
|
|
2518
2539
|
n0,
|
|
2519
2540
|
_LTPVRi,
|
|
@@ -2521,7 +2542,7 @@ var ListTrafficPolicyVersionsResponse = [
|
|
|
2521
2542
|
[_TPr, _IT, _TPVM, _MI],
|
|
2522
2543
|
[[() => TrafficPolicies, 0], 2, 0, 1],
|
|
2523
2544
|
];
|
|
2524
|
-
var ListVPCAssociationAuthorizationsRequest = [
|
|
2545
|
+
var ListVPCAssociationAuthorizationsRequest$ = [
|
|
2525
2546
|
3,
|
|
2526
2547
|
n0,
|
|
2527
2548
|
_LVPCAAR,
|
|
@@ -2533,7 +2554,7 @@ var ListVPCAssociationAuthorizationsRequest = [
|
|
|
2533
2554
|
[1, { [_hQ]: _ma }],
|
|
2534
2555
|
],
|
|
2535
2556
|
];
|
|
2536
|
-
var ListVPCAssociationAuthorizationsResponse = [
|
|
2557
|
+
var ListVPCAssociationAuthorizationsResponse$ = [
|
|
2537
2558
|
3,
|
|
2538
2559
|
n0,
|
|
2539
2560
|
_LVPCAARi,
|
|
@@ -2541,42 +2562,42 @@ var ListVPCAssociationAuthorizationsResponse = [
|
|
|
2541
2562
|
[_HZI, _NT, _VPCs],
|
|
2542
2563
|
[0, 0, [() => VPCs, 0]],
|
|
2543
2564
|
];
|
|
2544
|
-
var LocationSummary = [3, n0, _LSo, 0, [_LN], [0]];
|
|
2545
|
-
var NoSuchChange = [-3, n0, _NSCo, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
2546
|
-
schema.TypeRegistry.for(n0).registerError(NoSuchChange
|
|
2547
|
-
var NoSuchCidrCollectionException = [-3, n0, _NSCCE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
2548
|
-
schema.TypeRegistry.for(n0).registerError(NoSuchCidrCollectionException
|
|
2549
|
-
var NoSuchCidrLocationException = [-3, n0, _NSCLE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
2550
|
-
schema.TypeRegistry.for(n0).registerError(NoSuchCidrLocationException
|
|
2551
|
-
var NoSuchCloudWatchLogsLogGroup = [-3, n0, _NSCWLLG, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
2552
|
-
schema.TypeRegistry.for(n0).registerError(NoSuchCloudWatchLogsLogGroup
|
|
2553
|
-
var NoSuchDelegationSet = [-3, n0, _NSDS, { [_e]: _c }, [_m], [0]];
|
|
2554
|
-
schema.TypeRegistry.for(n0).registerError(NoSuchDelegationSet
|
|
2555
|
-
var NoSuchGeoLocation = [-3, n0, _NSGL, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
2556
|
-
schema.TypeRegistry.for(n0).registerError(NoSuchGeoLocation
|
|
2557
|
-
var NoSuchHealthCheck = [-3, n0, _NSHC, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
2558
|
-
schema.TypeRegistry.for(n0).registerError(NoSuchHealthCheck
|
|
2559
|
-
var NoSuchHostedZone = [-3, n0, _NSHZ, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
2560
|
-
schema.TypeRegistry.for(n0).registerError(NoSuchHostedZone
|
|
2561
|
-
var NoSuchKeySigningKey = [-3, n0, _NSKSK, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
2562
|
-
schema.TypeRegistry.for(n0).registerError(NoSuchKeySigningKey
|
|
2563
|
-
var NoSuchQueryLoggingConfig = [-3, n0, _NSQLC, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
2564
|
-
schema.TypeRegistry.for(n0).registerError(NoSuchQueryLoggingConfig
|
|
2565
|
-
var NoSuchTrafficPolicy = [-3, n0, _NSTP, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
2566
|
-
schema.TypeRegistry.for(n0).registerError(NoSuchTrafficPolicy
|
|
2567
|
-
var NoSuchTrafficPolicyInstance = [-3, n0, _NSTPI, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
2568
|
-
schema.TypeRegistry.for(n0).registerError(NoSuchTrafficPolicyInstance
|
|
2569
|
-
var NotAuthorizedException = [-3, n0, _NAE, { [_e]: _c, [_hE]: 401 }, [_m], [0]];
|
|
2570
|
-
schema.TypeRegistry.for(n0).registerError(NotAuthorizedException
|
|
2571
|
-
var PriorRequestNotComplete = [-3, n0, _PRNC, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2572
|
-
schema.TypeRegistry.for(n0).registerError(PriorRequestNotComplete
|
|
2573
|
-
var PublicZoneVPCAssociation = [-3, n0, _PZVPCA, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2574
|
-
schema.TypeRegistry.for(n0).registerError(PublicZoneVPCAssociation
|
|
2575
|
-
var QueryLoggingConfig = [3, n0, _QLC, 0, [_I, _HZI, _CWLLGA], [0, 0, 0]];
|
|
2576
|
-
var QueryLoggingConfigAlreadyExists = [-3, n0, _QLCAE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
2577
|
-
schema.TypeRegistry.for(n0).registerError(QueryLoggingConfigAlreadyExists
|
|
2578
|
-
var ResourceRecord = [3, n0, _RR, 0, [_V], [0]];
|
|
2579
|
-
var ResourceRecordSet = [
|
|
2565
|
+
var LocationSummary$ = [3, n0, _LSo, 0, [_LN], [0]];
|
|
2566
|
+
var NoSuchChange$ = [-3, n0, _NSCo, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
2567
|
+
schema.TypeRegistry.for(n0).registerError(NoSuchChange$, NoSuchChange);
|
|
2568
|
+
var NoSuchCidrCollectionException$ = [-3, n0, _NSCCE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
2569
|
+
schema.TypeRegistry.for(n0).registerError(NoSuchCidrCollectionException$, NoSuchCidrCollectionException);
|
|
2570
|
+
var NoSuchCidrLocationException$ = [-3, n0, _NSCLE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
2571
|
+
schema.TypeRegistry.for(n0).registerError(NoSuchCidrLocationException$, NoSuchCidrLocationException);
|
|
2572
|
+
var NoSuchCloudWatchLogsLogGroup$ = [-3, n0, _NSCWLLG, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
2573
|
+
schema.TypeRegistry.for(n0).registerError(NoSuchCloudWatchLogsLogGroup$, NoSuchCloudWatchLogsLogGroup);
|
|
2574
|
+
var NoSuchDelegationSet$ = [-3, n0, _NSDS, { [_e]: _c }, [_m], [0]];
|
|
2575
|
+
schema.TypeRegistry.for(n0).registerError(NoSuchDelegationSet$, NoSuchDelegationSet);
|
|
2576
|
+
var NoSuchGeoLocation$ = [-3, n0, _NSGL, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
2577
|
+
schema.TypeRegistry.for(n0).registerError(NoSuchGeoLocation$, NoSuchGeoLocation);
|
|
2578
|
+
var NoSuchHealthCheck$ = [-3, n0, _NSHC, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
2579
|
+
schema.TypeRegistry.for(n0).registerError(NoSuchHealthCheck$, NoSuchHealthCheck);
|
|
2580
|
+
var NoSuchHostedZone$ = [-3, n0, _NSHZ, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
2581
|
+
schema.TypeRegistry.for(n0).registerError(NoSuchHostedZone$, NoSuchHostedZone);
|
|
2582
|
+
var NoSuchKeySigningKey$ = [-3, n0, _NSKSK, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
2583
|
+
schema.TypeRegistry.for(n0).registerError(NoSuchKeySigningKey$, NoSuchKeySigningKey);
|
|
2584
|
+
var NoSuchQueryLoggingConfig$ = [-3, n0, _NSQLC, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
2585
|
+
schema.TypeRegistry.for(n0).registerError(NoSuchQueryLoggingConfig$, NoSuchQueryLoggingConfig);
|
|
2586
|
+
var NoSuchTrafficPolicy$ = [-3, n0, _NSTP, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
2587
|
+
schema.TypeRegistry.for(n0).registerError(NoSuchTrafficPolicy$, NoSuchTrafficPolicy);
|
|
2588
|
+
var NoSuchTrafficPolicyInstance$ = [-3, n0, _NSTPI, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
2589
|
+
schema.TypeRegistry.for(n0).registerError(NoSuchTrafficPolicyInstance$, NoSuchTrafficPolicyInstance);
|
|
2590
|
+
var NotAuthorizedException$ = [-3, n0, _NAE, { [_e]: _c, [_hE]: 401 }, [_m], [0]];
|
|
2591
|
+
schema.TypeRegistry.for(n0).registerError(NotAuthorizedException$, NotAuthorizedException);
|
|
2592
|
+
var PriorRequestNotComplete$ = [-3, n0, _PRNC, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2593
|
+
schema.TypeRegistry.for(n0).registerError(PriorRequestNotComplete$, PriorRequestNotComplete);
|
|
2594
|
+
var PublicZoneVPCAssociation$ = [-3, n0, _PZVPCA, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2595
|
+
schema.TypeRegistry.for(n0).registerError(PublicZoneVPCAssociation$, PublicZoneVPCAssociation);
|
|
2596
|
+
var QueryLoggingConfig$ = [3, n0, _QLC, 0, [_I, _HZI, _CWLLGA], [0, 0, 0]];
|
|
2597
|
+
var QueryLoggingConfigAlreadyExists$ = [-3, n0, _QLCAE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
2598
|
+
schema.TypeRegistry.for(n0).registerError(QueryLoggingConfigAlreadyExists$, QueryLoggingConfigAlreadyExists);
|
|
2599
|
+
var ResourceRecord$ = [3, n0, _RR, 0, [_V], [0]];
|
|
2600
|
+
var ResourceRecordSet$ = [
|
|
2580
2601
|
3,
|
|
2581
2602
|
n0,
|
|
2582
2603
|
_RRS,
|
|
@@ -2588,23 +2609,23 @@ var ResourceRecordSet = [
|
|
|
2588
2609
|
0,
|
|
2589
2610
|
1,
|
|
2590
2611
|
0,
|
|
2591
|
-
() => GeoLocation
|
|
2612
|
+
() => GeoLocation$,
|
|
2592
2613
|
0,
|
|
2593
2614
|
2,
|
|
2594
2615
|
1,
|
|
2595
2616
|
[() => ResourceRecords, 0],
|
|
2596
|
-
() => AliasTarget
|
|
2617
|
+
() => AliasTarget$,
|
|
2597
2618
|
0,
|
|
2598
2619
|
0,
|
|
2599
|
-
() => CidrRoutingConfig
|
|
2600
|
-
() => GeoProximityLocation
|
|
2620
|
+
() => CidrRoutingConfig$,
|
|
2621
|
+
() => GeoProximityLocation$,
|
|
2601
2622
|
],
|
|
2602
2623
|
];
|
|
2603
|
-
var ResourceTagSet = [3, n0, _RTS, 0, [_RT, _RI, _Ta], [0, 0, [() => TagList, 0]]];
|
|
2604
|
-
var ReusableDelegationSetLimit = [3, n0, _RDSL, 0, [_T, _V], [0, 1]];
|
|
2605
|
-
var StatusReport = [3, n0, _SR, 0, [_S, _CTh], [0, 4]];
|
|
2606
|
-
var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
2607
|
-
var TestDNSAnswerRequest = [
|
|
2624
|
+
var ResourceTagSet$ = [3, n0, _RTS, 0, [_RT, _RI, _Ta], [0, 0, [() => TagList, 0]]];
|
|
2625
|
+
var ReusableDelegationSetLimit$ = [3, n0, _RDSL, 0, [_T, _V], [0, 1]];
|
|
2626
|
+
var StatusReport$ = [3, n0, _SR, 0, [_S, _CTh], [0, 4]];
|
|
2627
|
+
var Tag$ = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
2628
|
+
var TestDNSAnswerRequest$ = [
|
|
2608
2629
|
3,
|
|
2609
2630
|
n0,
|
|
2610
2631
|
_TDNSAR,
|
|
@@ -2619,7 +2640,7 @@ var TestDNSAnswerRequest = [
|
|
|
2619
2640
|
[0, { [_hQ]: _edn }],
|
|
2620
2641
|
],
|
|
2621
2642
|
];
|
|
2622
|
-
var TestDNSAnswerResponse = [
|
|
2643
|
+
var TestDNSAnswerResponse$ = [
|
|
2623
2644
|
3,
|
|
2624
2645
|
n0,
|
|
2625
2646
|
_TDNSARe,
|
|
@@ -2627,19 +2648,19 @@ var TestDNSAnswerResponse = [
|
|
|
2627
2648
|
[_Nam, _RN, _RTe, _RD, _RC, _Pr],
|
|
2628
2649
|
[0, 0, 0, [() => RecordData, 0], 0, 0],
|
|
2629
2650
|
];
|
|
2630
|
-
var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2631
|
-
schema.TypeRegistry.for(n0).registerError(ThrottlingException
|
|
2632
|
-
var TooManyHealthChecks = [-3, n0, _TMHC, { [_e]: _c }, [_m], [0]];
|
|
2633
|
-
schema.TypeRegistry.for(n0).registerError(TooManyHealthChecks
|
|
2634
|
-
var TooManyHostedZones = [-3, n0, _TMHZ, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2635
|
-
schema.TypeRegistry.for(n0).registerError(TooManyHostedZones
|
|
2636
|
-
var TooManyKeySigningKeys = [-3, n0, _TMKSK, { [_e]: _c }, [_m], [0]];
|
|
2637
|
-
schema.TypeRegistry.for(n0).registerError(TooManyKeySigningKeys
|
|
2638
|
-
var TooManyTrafficPolicies = [-3, n0, _TMTP, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2639
|
-
schema.TypeRegistry.for(n0).registerError(TooManyTrafficPolicies
|
|
2640
|
-
var TooManyTrafficPolicyInstances = [-3, n0, _TMTPI, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2641
|
-
schema.TypeRegistry.for(n0).registerError(TooManyTrafficPolicyInstances
|
|
2642
|
-
var TooManyTrafficPolicyVersionsForCurrentPolicy = [
|
|
2651
|
+
var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2652
|
+
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
2653
|
+
var TooManyHealthChecks$ = [-3, n0, _TMHC, { [_e]: _c }, [_m], [0]];
|
|
2654
|
+
schema.TypeRegistry.for(n0).registerError(TooManyHealthChecks$, TooManyHealthChecks);
|
|
2655
|
+
var TooManyHostedZones$ = [-3, n0, _TMHZ, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2656
|
+
schema.TypeRegistry.for(n0).registerError(TooManyHostedZones$, TooManyHostedZones);
|
|
2657
|
+
var TooManyKeySigningKeys$ = [-3, n0, _TMKSK, { [_e]: _c }, [_m], [0]];
|
|
2658
|
+
schema.TypeRegistry.for(n0).registerError(TooManyKeySigningKeys$, TooManyKeySigningKeys);
|
|
2659
|
+
var TooManyTrafficPolicies$ = [-3, n0, _TMTP, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2660
|
+
schema.TypeRegistry.for(n0).registerError(TooManyTrafficPolicies$, TooManyTrafficPolicies);
|
|
2661
|
+
var TooManyTrafficPolicyInstances$ = [-3, n0, _TMTPI, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2662
|
+
schema.TypeRegistry.for(n0).registerError(TooManyTrafficPolicyInstances$, TooManyTrafficPolicyInstances);
|
|
2663
|
+
var TooManyTrafficPolicyVersionsForCurrentPolicy$ = [
|
|
2643
2664
|
-3,
|
|
2644
2665
|
n0,
|
|
2645
2666
|
_TMTPVFCP,
|
|
@@ -2647,8 +2668,8 @@ var TooManyTrafficPolicyVersionsForCurrentPolicy = [
|
|
|
2647
2668
|
[_m],
|
|
2648
2669
|
[0],
|
|
2649
2670
|
];
|
|
2650
|
-
schema.TypeRegistry.for(n0).registerError(TooManyTrafficPolicyVersionsForCurrentPolicy
|
|
2651
|
-
var TooManyVPCAssociationAuthorizations = [
|
|
2671
|
+
schema.TypeRegistry.for(n0).registerError(TooManyTrafficPolicyVersionsForCurrentPolicy$, TooManyTrafficPolicyVersionsForCurrentPolicy);
|
|
2672
|
+
var TooManyVPCAssociationAuthorizations$ = [
|
|
2652
2673
|
-3,
|
|
2653
2674
|
n0,
|
|
2654
2675
|
_TMVPCAA,
|
|
@@ -2656,11 +2677,11 @@ var TooManyVPCAssociationAuthorizations = [
|
|
|
2656
2677
|
[_m],
|
|
2657
2678
|
[0],
|
|
2658
2679
|
];
|
|
2659
|
-
schema.TypeRegistry.for(n0).registerError(TooManyVPCAssociationAuthorizations
|
|
2660
|
-
var TrafficPolicy = [3, n0, _TP, 0, [_I, _Ve, _N, _T, _Do, _C], [0, 1, 0, 0, 0, 0]];
|
|
2661
|
-
var TrafficPolicyAlreadyExists = [-3, n0, _TPAE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
2662
|
-
schema.TypeRegistry.for(n0).registerError(TrafficPolicyAlreadyExists
|
|
2663
|
-
var TrafficPolicyInstance = [
|
|
2680
|
+
schema.TypeRegistry.for(n0).registerError(TooManyVPCAssociationAuthorizations$, TooManyVPCAssociationAuthorizations);
|
|
2681
|
+
var TrafficPolicy$ = [3, n0, _TP, 0, [_I, _Ve, _N, _T, _Do, _C], [0, 1, 0, 0, 0, 0]];
|
|
2682
|
+
var TrafficPolicyAlreadyExists$ = [-3, n0, _TPAE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
2683
|
+
schema.TypeRegistry.for(n0).registerError(TrafficPolicyAlreadyExists$, TrafficPolicyAlreadyExists);
|
|
2684
|
+
var TrafficPolicyInstance$ = [
|
|
2664
2685
|
3,
|
|
2665
2686
|
n0,
|
|
2666
2687
|
_TPIr,
|
|
@@ -2668,7 +2689,7 @@ var TrafficPolicyInstance = [
|
|
|
2668
2689
|
[_I, _HZI, _N, _TTL, _Sta, _M, _TPI, _TPV, _TPT],
|
|
2669
2690
|
[0, 0, 0, 1, 0, 0, 0, 1, 0],
|
|
2670
2691
|
];
|
|
2671
|
-
var TrafficPolicyInstanceAlreadyExists = [
|
|
2692
|
+
var TrafficPolicyInstanceAlreadyExists$ = [
|
|
2672
2693
|
-3,
|
|
2673
2694
|
n0,
|
|
2674
2695
|
_TPIAE,
|
|
@@ -2676,11 +2697,11 @@ var TrafficPolicyInstanceAlreadyExists = [
|
|
|
2676
2697
|
[_m],
|
|
2677
2698
|
[0],
|
|
2678
2699
|
];
|
|
2679
|
-
schema.TypeRegistry.for(n0).registerError(TrafficPolicyInstanceAlreadyExists
|
|
2680
|
-
var TrafficPolicyInUse = [-3, n0, _TPIU, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2681
|
-
schema.TypeRegistry.for(n0).registerError(TrafficPolicyInUse
|
|
2682
|
-
var TrafficPolicySummary = [3, n0, _TPSr, 0, [_I, _N, _T, _LV, _TPC], [0, 0, 0, 1, 1]];
|
|
2683
|
-
var UpdateHealthCheckRequest = [
|
|
2700
|
+
schema.TypeRegistry.for(n0).registerError(TrafficPolicyInstanceAlreadyExists$, TrafficPolicyInstanceAlreadyExists);
|
|
2701
|
+
var TrafficPolicyInUse$ = [-3, n0, _TPIU, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2702
|
+
schema.TypeRegistry.for(n0).registerError(TrafficPolicyInUse$, TrafficPolicyInUse);
|
|
2703
|
+
var TrafficPolicySummary$ = [3, n0, _TPSr, 0, [_I, _N, _T, _LV, _TPC], [0, 0, 0, 1, 1]];
|
|
2704
|
+
var UpdateHealthCheckRequest$ = [
|
|
2684
2705
|
3,
|
|
2685
2706
|
n0,
|
|
2686
2707
|
_UHCR,
|
|
@@ -2701,17 +2722,17 @@ var UpdateHealthCheckRequest = [
|
|
|
2701
2722
|
[() => ChildHealthCheckList, 0],
|
|
2702
2723
|
2,
|
|
2703
2724
|
[() => HealthCheckRegionList, 0],
|
|
2704
|
-
() => AlarmIdentifier
|
|
2725
|
+
() => AlarmIdentifier$,
|
|
2705
2726
|
0,
|
|
2706
2727
|
[() => ResettableElementNameList, 0],
|
|
2707
2728
|
],
|
|
2708
2729
|
];
|
|
2709
|
-
var UpdateHealthCheckResponse = [3, n0, _UHCRp, 0, [_HC], [[() => HealthCheck
|
|
2710
|
-
var UpdateHostedZoneCommentRequest = [3, n0, _UHZCR, 0, [_I, _C], [[0, 1], 0]];
|
|
2711
|
-
var UpdateHostedZoneCommentResponse = [3, n0, _UHZCRp, 0, [_HZ], [() => HostedZone]];
|
|
2712
|
-
var UpdateHostedZoneFeaturesRequest = [3, n0, _UHZFR, 0, [_HZI, _EAR], [[0, 1], 2]];
|
|
2713
|
-
var UpdateHostedZoneFeaturesResponse = [3, n0, _UHZFRp, 0, [], []];
|
|
2714
|
-
var UpdateTrafficPolicyCommentRequest = [
|
|
2730
|
+
var UpdateHealthCheckResponse$ = [3, n0, _UHCRp, 0, [_HC], [[() => HealthCheck$, 0]]];
|
|
2731
|
+
var UpdateHostedZoneCommentRequest$ = [3, n0, _UHZCR, 0, [_I, _C], [[0, 1], 0]];
|
|
2732
|
+
var UpdateHostedZoneCommentResponse$ = [3, n0, _UHZCRp, 0, [_HZ], [() => HostedZone$]];
|
|
2733
|
+
var UpdateHostedZoneFeaturesRequest$ = [3, n0, _UHZFR, 0, [_HZI, _EAR], [[0, 1], 2]];
|
|
2734
|
+
var UpdateHostedZoneFeaturesResponse$ = [3, n0, _UHZFRp, 0, [], []];
|
|
2735
|
+
var UpdateTrafficPolicyCommentRequest$ = [
|
|
2715
2736
|
3,
|
|
2716
2737
|
n0,
|
|
2717
2738
|
_UTPCR,
|
|
@@ -2719,15 +2740,15 @@ var UpdateTrafficPolicyCommentRequest = [
|
|
|
2719
2740
|
[_I, _Ve, _C],
|
|
2720
2741
|
[[0, 1], [1, 1], 0],
|
|
2721
2742
|
];
|
|
2722
|
-
var UpdateTrafficPolicyCommentResponse = [
|
|
2743
|
+
var UpdateTrafficPolicyCommentResponse$ = [
|
|
2723
2744
|
3,
|
|
2724
2745
|
n0,
|
|
2725
2746
|
_UTPCRp,
|
|
2726
2747
|
0,
|
|
2727
2748
|
[_TP],
|
|
2728
|
-
[() => TrafficPolicy],
|
|
2749
|
+
[() => TrafficPolicy$],
|
|
2729
2750
|
];
|
|
2730
|
-
var UpdateTrafficPolicyInstanceRequest = [
|
|
2751
|
+
var UpdateTrafficPolicyInstanceRequest$ = [
|
|
2731
2752
|
3,
|
|
2732
2753
|
n0,
|
|
2733
2754
|
_UTPIR,
|
|
@@ -2735,16 +2756,16 @@ var UpdateTrafficPolicyInstanceRequest = [
|
|
|
2735
2756
|
[_I, _TTL, _TPI, _TPV],
|
|
2736
2757
|
[[0, 1], 1, 0, 1],
|
|
2737
2758
|
];
|
|
2738
|
-
var UpdateTrafficPolicyInstanceResponse = [
|
|
2759
|
+
var UpdateTrafficPolicyInstanceResponse$ = [
|
|
2739
2760
|
3,
|
|
2740
2761
|
n0,
|
|
2741
2762
|
_UTPIRp,
|
|
2742
2763
|
0,
|
|
2743
2764
|
[_TPIr],
|
|
2744
|
-
[() => TrafficPolicyInstance],
|
|
2765
|
+
[() => TrafficPolicyInstance$],
|
|
2745
2766
|
];
|
|
2746
|
-
var VPC = [3, n0, _VPC, 0, [_VPCR, _VPCI], [0, 0]];
|
|
2747
|
-
var VPCAssociationAuthorizationNotFound = [
|
|
2767
|
+
var VPC$ = [3, n0, _VPC, 0, [_VPCR, _VPCI], [0, 0]];
|
|
2768
|
+
var VPCAssociationAuthorizationNotFound$ = [
|
|
2748
2769
|
-3,
|
|
2749
2770
|
n0,
|
|
2750
2771
|
_VPCAANF,
|
|
@@ -2752,621 +2773,609 @@ var VPCAssociationAuthorizationNotFound = [
|
|
|
2752
2773
|
[_m],
|
|
2753
2774
|
[0],
|
|
2754
2775
|
];
|
|
2755
|
-
schema.TypeRegistry.for(n0).registerError(VPCAssociationAuthorizationNotFound
|
|
2756
|
-
var VPCAssociationNotFound = [-3, n0, _VPCANF, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
2757
|
-
schema.TypeRegistry.for(n0).registerError(VPCAssociationNotFound
|
|
2758
|
-
var Route53ServiceException = [-3, _sm, "Route53ServiceException", 0, [], []];
|
|
2759
|
-
schema.TypeRegistry.for(_sm).registerError(Route53ServiceException
|
|
2760
|
-
var Changes = [1, n0, _Cha, 0, [() => Change
|
|
2776
|
+
schema.TypeRegistry.for(n0).registerError(VPCAssociationAuthorizationNotFound$, VPCAssociationAuthorizationNotFound);
|
|
2777
|
+
var VPCAssociationNotFound$ = [-3, n0, _VPCANF, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
2778
|
+
schema.TypeRegistry.for(n0).registerError(VPCAssociationNotFound$, VPCAssociationNotFound);
|
|
2779
|
+
var Route53ServiceException$ = [-3, _sm, "Route53ServiceException", 0, [], []];
|
|
2780
|
+
schema.TypeRegistry.for(_sm).registerError(Route53ServiceException$, Route53ServiceException);
|
|
2781
|
+
var Changes = [1, n0, _Cha, 0, [() => Change$, { [_xN]: _Ch }]];
|
|
2761
2782
|
var ChildHealthCheckList = [1, n0, _CHCL, 0, [0, { [_xN]: _CHCh }]];
|
|
2762
|
-
var CidrBlockSummaries = [1, n0, _CBSi, 0, () => CidrBlockSummary];
|
|
2763
|
-
var CidrCollectionChanges = [1, n0, _CCCi, 0, [() => CidrCollectionChange
|
|
2783
|
+
var CidrBlockSummaries = [1, n0, _CBSi, 0, () => CidrBlockSummary$];
|
|
2784
|
+
var CidrCollectionChanges = [1, n0, _CCCi, 0, [() => CidrCollectionChange$, 0]];
|
|
2764
2785
|
var CidrList = [1, n0, _CL, 0, [0, { [_xN]: _Ci }]];
|
|
2765
|
-
var CollectionSummaries = [1, n0, _CSo, 0, () => CollectionSummary];
|
|
2786
|
+
var CollectionSummaries = [1, n0, _CSo, 0, () => CollectionSummary$];
|
|
2766
2787
|
var DelegationSetNameServers = [1, n0, _DSNS, 0, [0, { [_xN]: _NSa }]];
|
|
2767
|
-
var DelegationSets = [1, n0, _DSe, 0, [() => DelegationSet
|
|
2768
|
-
var DimensionList = [1, n0, _DL, 0, [() => Dimension
|
|
2788
|
+
var DelegationSets = [1, n0, _DSe, 0, [() => DelegationSet$, { [_xN]: _DS }]];
|
|
2789
|
+
var DimensionList = [1, n0, _DL, 0, [() => Dimension$, { [_xN]: _Di }]];
|
|
2769
2790
|
var ErrorMessages = [1, n0, _EM, 0, [0, { [_xN]: _M }]];
|
|
2770
|
-
var GeoLocationDetailsList = [1, n0, _GLDL, 0, [() => GeoLocationDetails
|
|
2771
|
-
var HealthCheckObservations = [
|
|
2772
|
-
1,
|
|
2773
|
-
n0,
|
|
2774
|
-
_HCO,
|
|
2775
|
-
0,
|
|
2776
|
-
[() => HealthCheckObservation, { [_xN]: _HCOe }],
|
|
2777
|
-
];
|
|
2791
|
+
var GeoLocationDetailsList = [1, n0, _GLDL, 0, [() => GeoLocationDetails$, { [_xN]: _GLD }]];
|
|
2792
|
+
var HealthCheckObservations = [1, n0, _HCO, 0, [() => HealthCheckObservation$, { [_xN]: _HCOe }]];
|
|
2778
2793
|
var HealthCheckRegionList = [1, n0, _HCRL, 0, [0, { [_xN]: _R }]];
|
|
2779
|
-
var HealthChecks = [1, n0, _HCe, 0, [() => HealthCheck
|
|
2780
|
-
var HostedZones = [1, n0, _HZo, 0, [() => HostedZone
|
|
2781
|
-
var HostedZoneSummaries = [1, n0, _HZSo, 0, [() => HostedZoneSummary
|
|
2782
|
-
var KeySigningKeys = [1, n0, _KSKe, 0, () => KeySigningKey];
|
|
2783
|
-
var LocationSummaries = [1, n0, _LSoc, 0, () => LocationSummary];
|
|
2784
|
-
var QueryLoggingConfigs = [1, n0, _QLCu, 0, [() => QueryLoggingConfig
|
|
2794
|
+
var HealthChecks = [1, n0, _HCe, 0, [() => HealthCheck$, { [_xN]: _HC }]];
|
|
2795
|
+
var HostedZones = [1, n0, _HZo, 0, [() => HostedZone$, { [_xN]: _HZ }]];
|
|
2796
|
+
var HostedZoneSummaries = [1, n0, _HZSo, 0, [() => HostedZoneSummary$, { [_xN]: _HZS }]];
|
|
2797
|
+
var KeySigningKeys = [1, n0, _KSKe, 0, () => KeySigningKey$];
|
|
2798
|
+
var LocationSummaries = [1, n0, _LSoc, 0, () => LocationSummary$];
|
|
2799
|
+
var QueryLoggingConfigs = [1, n0, _QLCu, 0, [() => QueryLoggingConfig$, { [_xN]: _QLC }]];
|
|
2785
2800
|
var RecordData = [1, n0, _RD, 0, [0, { [_xN]: _RDE }]];
|
|
2786
2801
|
var ResettableElementNameList = [1, n0, _RENL, 0, [0, { [_xN]: _REN }]];
|
|
2787
|
-
var ResourceRecords = [1, n0, _RRe, 0, [() => ResourceRecord
|
|
2788
|
-
var ResourceRecordSets = [1, n0, _RRSe, 0, [() => ResourceRecordSet
|
|
2789
|
-
var ResourceTagSetList = [1, n0, _RTSL, 0, [() => ResourceTagSet
|
|
2802
|
+
var ResourceRecords = [1, n0, _RRe, 0, [() => ResourceRecord$, { [_xN]: _RR }]];
|
|
2803
|
+
var ResourceRecordSets = [1, n0, _RRSe, 0, [() => ResourceRecordSet$, { [_xN]: _RRS }]];
|
|
2804
|
+
var ResourceTagSetList = [1, n0, _RTSL, 0, [() => ResourceTagSet$, { [_xN]: _RTS }]];
|
|
2790
2805
|
var TagKeyList = [1, n0, _TKL, 0, [0, { [_xN]: _K }]];
|
|
2791
|
-
var TagList = [1, n0, _TL, 0, [() => Tag
|
|
2806
|
+
var TagList = [1, n0, _TL, 0, [() => Tag$, { [_xN]: _Tag }]];
|
|
2792
2807
|
var TagResourceIdList = [1, n0, _TRIL, 0, [0, { [_xN]: _RI }]];
|
|
2793
|
-
var TrafficPolicies = [1, n0, _TPr, 0, [() => TrafficPolicy
|
|
2794
|
-
var TrafficPolicyInstances = [
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
0,
|
|
2799
|
-
[() => TrafficPolicyInstance, { [_xN]: _TPIr }],
|
|
2800
|
-
];
|
|
2801
|
-
var TrafficPolicySummaries = [1, n0, _TPS, 0, [() => TrafficPolicySummary, { [_xN]: _TPSr }]];
|
|
2802
|
-
var VPCs = [1, n0, _VPCs, 0, [() => VPC, { [_xN]: _VPC }]];
|
|
2803
|
-
var ActivateKeySigningKey = [
|
|
2808
|
+
var TrafficPolicies = [1, n0, _TPr, 0, [() => TrafficPolicy$, { [_xN]: _TP }]];
|
|
2809
|
+
var TrafficPolicyInstances = [1, n0, _TPIra, 0, [() => TrafficPolicyInstance$, { [_xN]: _TPIr }]];
|
|
2810
|
+
var TrafficPolicySummaries = [1, n0, _TPS, 0, [() => TrafficPolicySummary$, { [_xN]: _TPSr }]];
|
|
2811
|
+
var VPCs = [1, n0, _VPCs, 0, [() => VPC$, { [_xN]: _VPC }]];
|
|
2812
|
+
var ActivateKeySigningKey$ = [
|
|
2804
2813
|
9,
|
|
2805
2814
|
n0,
|
|
2806
2815
|
_AKSK,
|
|
2807
2816
|
{ [_ht]: ["POST", "/2013-04-01/keysigningkey/{HostedZoneId}/{Name}/activate", 200] },
|
|
2808
|
-
() => ActivateKeySigningKeyRequest
|
|
2809
|
-
() => ActivateKeySigningKeyResponse
|
|
2817
|
+
() => ActivateKeySigningKeyRequest$,
|
|
2818
|
+
() => ActivateKeySigningKeyResponse$,
|
|
2810
2819
|
];
|
|
2811
|
-
var AssociateVPCWithHostedZone = [
|
|
2820
|
+
var AssociateVPCWithHostedZone$ = [
|
|
2812
2821
|
9,
|
|
2813
2822
|
n0,
|
|
2814
2823
|
_AVPCWHZ,
|
|
2815
2824
|
{ [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/associatevpc", 200] },
|
|
2816
|
-
() => AssociateVPCWithHostedZoneRequest
|
|
2817
|
-
() => AssociateVPCWithHostedZoneResponse
|
|
2825
|
+
() => AssociateVPCWithHostedZoneRequest$,
|
|
2826
|
+
() => AssociateVPCWithHostedZoneResponse$,
|
|
2818
2827
|
];
|
|
2819
|
-
var ChangeCidrCollection = [
|
|
2828
|
+
var ChangeCidrCollection$ = [
|
|
2820
2829
|
9,
|
|
2821
2830
|
n0,
|
|
2822
2831
|
_CCCh,
|
|
2823
2832
|
{ [_ht]: ["POST", "/2013-04-01/cidrcollection/{Id}", 200] },
|
|
2824
|
-
() => ChangeCidrCollectionRequest
|
|
2825
|
-
() => ChangeCidrCollectionResponse
|
|
2833
|
+
() => ChangeCidrCollectionRequest$,
|
|
2834
|
+
() => ChangeCidrCollectionResponse$,
|
|
2826
2835
|
];
|
|
2827
|
-
var ChangeResourceRecordSets = [
|
|
2836
|
+
var ChangeResourceRecordSets$ = [
|
|
2828
2837
|
9,
|
|
2829
2838
|
n0,
|
|
2830
2839
|
_CRRS,
|
|
2831
2840
|
{ [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/rrset", 200] },
|
|
2832
|
-
() => ChangeResourceRecordSetsRequest
|
|
2833
|
-
() => ChangeResourceRecordSetsResponse
|
|
2841
|
+
() => ChangeResourceRecordSetsRequest$,
|
|
2842
|
+
() => ChangeResourceRecordSetsResponse$,
|
|
2834
2843
|
];
|
|
2835
|
-
var ChangeTagsForResource = [
|
|
2844
|
+
var ChangeTagsForResource$ = [
|
|
2836
2845
|
9,
|
|
2837
2846
|
n0,
|
|
2838
2847
|
_CTFR,
|
|
2839
2848
|
{ [_ht]: ["POST", "/2013-04-01/tags/{ResourceType}/{ResourceId}", 200] },
|
|
2840
|
-
() => ChangeTagsForResourceRequest
|
|
2841
|
-
() => ChangeTagsForResourceResponse
|
|
2849
|
+
() => ChangeTagsForResourceRequest$,
|
|
2850
|
+
() => ChangeTagsForResourceResponse$,
|
|
2842
2851
|
];
|
|
2843
|
-
var CreateCidrCollection = [
|
|
2852
|
+
var CreateCidrCollection$ = [
|
|
2844
2853
|
9,
|
|
2845
2854
|
n0,
|
|
2846
2855
|
_CCCr,
|
|
2847
2856
|
{ [_ht]: ["POST", "/2013-04-01/cidrcollection", 201] },
|
|
2848
|
-
() => CreateCidrCollectionRequest
|
|
2849
|
-
() => CreateCidrCollectionResponse
|
|
2857
|
+
() => CreateCidrCollectionRequest$,
|
|
2858
|
+
() => CreateCidrCollectionResponse$,
|
|
2850
2859
|
];
|
|
2851
|
-
var CreateHealthCheck = [
|
|
2860
|
+
var CreateHealthCheck$ = [
|
|
2852
2861
|
9,
|
|
2853
2862
|
n0,
|
|
2854
2863
|
_CHCr,
|
|
2855
2864
|
{ [_ht]: ["POST", "/2013-04-01/healthcheck", 201] },
|
|
2856
|
-
() => CreateHealthCheckRequest
|
|
2857
|
-
() => CreateHealthCheckResponse
|
|
2865
|
+
() => CreateHealthCheckRequest$,
|
|
2866
|
+
() => CreateHealthCheckResponse$,
|
|
2858
2867
|
];
|
|
2859
|
-
var CreateHostedZone = [
|
|
2868
|
+
var CreateHostedZone$ = [
|
|
2860
2869
|
9,
|
|
2861
2870
|
n0,
|
|
2862
2871
|
_CHZ,
|
|
2863
2872
|
{ [_ht]: ["POST", "/2013-04-01/hostedzone", 201] },
|
|
2864
|
-
() => CreateHostedZoneRequest
|
|
2865
|
-
() => CreateHostedZoneResponse
|
|
2873
|
+
() => CreateHostedZoneRequest$,
|
|
2874
|
+
() => CreateHostedZoneResponse$,
|
|
2866
2875
|
];
|
|
2867
|
-
var CreateKeySigningKey = [
|
|
2876
|
+
var CreateKeySigningKey$ = [
|
|
2868
2877
|
9,
|
|
2869
2878
|
n0,
|
|
2870
2879
|
_CKSK,
|
|
2871
2880
|
{ [_ht]: ["POST", "/2013-04-01/keysigningkey", 201] },
|
|
2872
|
-
() => CreateKeySigningKeyRequest
|
|
2873
|
-
() => CreateKeySigningKeyResponse
|
|
2881
|
+
() => CreateKeySigningKeyRequest$,
|
|
2882
|
+
() => CreateKeySigningKeyResponse$,
|
|
2874
2883
|
];
|
|
2875
|
-
var CreateQueryLoggingConfig = [
|
|
2884
|
+
var CreateQueryLoggingConfig$ = [
|
|
2876
2885
|
9,
|
|
2877
2886
|
n0,
|
|
2878
2887
|
_CQLC,
|
|
2879
2888
|
{ [_ht]: ["POST", "/2013-04-01/queryloggingconfig", 201] },
|
|
2880
|
-
() => CreateQueryLoggingConfigRequest
|
|
2881
|
-
() => CreateQueryLoggingConfigResponse
|
|
2889
|
+
() => CreateQueryLoggingConfigRequest$,
|
|
2890
|
+
() => CreateQueryLoggingConfigResponse$,
|
|
2882
2891
|
];
|
|
2883
|
-
var CreateReusableDelegationSet = [
|
|
2892
|
+
var CreateReusableDelegationSet$ = [
|
|
2884
2893
|
9,
|
|
2885
2894
|
n0,
|
|
2886
2895
|
_CRDS,
|
|
2887
2896
|
{ [_ht]: ["POST", "/2013-04-01/delegationset", 201] },
|
|
2888
|
-
() => CreateReusableDelegationSetRequest
|
|
2889
|
-
() => CreateReusableDelegationSetResponse
|
|
2897
|
+
() => CreateReusableDelegationSetRequest$,
|
|
2898
|
+
() => CreateReusableDelegationSetResponse$,
|
|
2890
2899
|
];
|
|
2891
|
-
var CreateTrafficPolicy = [
|
|
2900
|
+
var CreateTrafficPolicy$ = [
|
|
2892
2901
|
9,
|
|
2893
2902
|
n0,
|
|
2894
2903
|
_CTP,
|
|
2895
2904
|
{ [_ht]: ["POST", "/2013-04-01/trafficpolicy", 201] },
|
|
2896
|
-
() => CreateTrafficPolicyRequest
|
|
2897
|
-
() => CreateTrafficPolicyResponse
|
|
2905
|
+
() => CreateTrafficPolicyRequest$,
|
|
2906
|
+
() => CreateTrafficPolicyResponse$,
|
|
2898
2907
|
];
|
|
2899
|
-
var CreateTrafficPolicyInstance = [
|
|
2908
|
+
var CreateTrafficPolicyInstance$ = [
|
|
2900
2909
|
9,
|
|
2901
2910
|
n0,
|
|
2902
2911
|
_CTPI,
|
|
2903
2912
|
{ [_ht]: ["POST", "/2013-04-01/trafficpolicyinstance", 201] },
|
|
2904
|
-
() => CreateTrafficPolicyInstanceRequest
|
|
2905
|
-
() => CreateTrafficPolicyInstanceResponse
|
|
2913
|
+
() => CreateTrafficPolicyInstanceRequest$,
|
|
2914
|
+
() => CreateTrafficPolicyInstanceResponse$,
|
|
2906
2915
|
];
|
|
2907
|
-
var CreateTrafficPolicyVersion = [
|
|
2916
|
+
var CreateTrafficPolicyVersion$ = [
|
|
2908
2917
|
9,
|
|
2909
2918
|
n0,
|
|
2910
2919
|
_CTPV,
|
|
2911
2920
|
{ [_ht]: ["POST", "/2013-04-01/trafficpolicy/{Id}", 201] },
|
|
2912
|
-
() => CreateTrafficPolicyVersionRequest
|
|
2913
|
-
() => CreateTrafficPolicyVersionResponse
|
|
2921
|
+
() => CreateTrafficPolicyVersionRequest$,
|
|
2922
|
+
() => CreateTrafficPolicyVersionResponse$,
|
|
2914
2923
|
];
|
|
2915
|
-
var CreateVPCAssociationAuthorization = [
|
|
2924
|
+
var CreateVPCAssociationAuthorization$ = [
|
|
2916
2925
|
9,
|
|
2917
2926
|
n0,
|
|
2918
2927
|
_CVPCAA,
|
|
2919
2928
|
{ [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/authorizevpcassociation", 200] },
|
|
2920
|
-
() => CreateVPCAssociationAuthorizationRequest
|
|
2921
|
-
() => CreateVPCAssociationAuthorizationResponse
|
|
2929
|
+
() => CreateVPCAssociationAuthorizationRequest$,
|
|
2930
|
+
() => CreateVPCAssociationAuthorizationResponse$,
|
|
2922
2931
|
];
|
|
2923
|
-
var DeactivateKeySigningKey = [
|
|
2932
|
+
var DeactivateKeySigningKey$ = [
|
|
2924
2933
|
9,
|
|
2925
2934
|
n0,
|
|
2926
2935
|
_DKSK,
|
|
2927
2936
|
{ [_ht]: ["POST", "/2013-04-01/keysigningkey/{HostedZoneId}/{Name}/deactivate", 200] },
|
|
2928
|
-
() => DeactivateKeySigningKeyRequest
|
|
2929
|
-
() => DeactivateKeySigningKeyResponse
|
|
2937
|
+
() => DeactivateKeySigningKeyRequest$,
|
|
2938
|
+
() => DeactivateKeySigningKeyResponse$,
|
|
2930
2939
|
];
|
|
2931
|
-
var DeleteCidrCollection = [
|
|
2940
|
+
var DeleteCidrCollection$ = [
|
|
2932
2941
|
9,
|
|
2933
2942
|
n0,
|
|
2934
2943
|
_DCC,
|
|
2935
2944
|
{ [_ht]: ["DELETE", "/2013-04-01/cidrcollection/{Id}", 200] },
|
|
2936
|
-
() => DeleteCidrCollectionRequest
|
|
2937
|
-
() => DeleteCidrCollectionResponse
|
|
2945
|
+
() => DeleteCidrCollectionRequest$,
|
|
2946
|
+
() => DeleteCidrCollectionResponse$,
|
|
2938
2947
|
];
|
|
2939
|
-
var DeleteHealthCheck = [
|
|
2948
|
+
var DeleteHealthCheck$ = [
|
|
2940
2949
|
9,
|
|
2941
2950
|
n0,
|
|
2942
2951
|
_DHC,
|
|
2943
2952
|
{ [_ht]: ["DELETE", "/2013-04-01/healthcheck/{HealthCheckId}", 200] },
|
|
2944
|
-
() => DeleteHealthCheckRequest
|
|
2945
|
-
() => DeleteHealthCheckResponse
|
|
2953
|
+
() => DeleteHealthCheckRequest$,
|
|
2954
|
+
() => DeleteHealthCheckResponse$,
|
|
2946
2955
|
];
|
|
2947
|
-
var DeleteHostedZone = [
|
|
2956
|
+
var DeleteHostedZone$ = [
|
|
2948
2957
|
9,
|
|
2949
2958
|
n0,
|
|
2950
2959
|
_DHZ,
|
|
2951
2960
|
{ [_ht]: ["DELETE", "/2013-04-01/hostedzone/{Id}", 200] },
|
|
2952
|
-
() => DeleteHostedZoneRequest
|
|
2953
|
-
() => DeleteHostedZoneResponse
|
|
2961
|
+
() => DeleteHostedZoneRequest$,
|
|
2962
|
+
() => DeleteHostedZoneResponse$,
|
|
2954
2963
|
];
|
|
2955
|
-
var DeleteKeySigningKey = [
|
|
2964
|
+
var DeleteKeySigningKey$ = [
|
|
2956
2965
|
9,
|
|
2957
2966
|
n0,
|
|
2958
2967
|
_DKSKe,
|
|
2959
2968
|
{ [_ht]: ["DELETE", "/2013-04-01/keysigningkey/{HostedZoneId}/{Name}", 200] },
|
|
2960
|
-
() => DeleteKeySigningKeyRequest
|
|
2961
|
-
() => DeleteKeySigningKeyResponse
|
|
2969
|
+
() => DeleteKeySigningKeyRequest$,
|
|
2970
|
+
() => DeleteKeySigningKeyResponse$,
|
|
2962
2971
|
];
|
|
2963
|
-
var DeleteQueryLoggingConfig = [
|
|
2972
|
+
var DeleteQueryLoggingConfig$ = [
|
|
2964
2973
|
9,
|
|
2965
2974
|
n0,
|
|
2966
2975
|
_DQLC,
|
|
2967
2976
|
{ [_ht]: ["DELETE", "/2013-04-01/queryloggingconfig/{Id}", 200] },
|
|
2968
|
-
() => DeleteQueryLoggingConfigRequest
|
|
2969
|
-
() => DeleteQueryLoggingConfigResponse
|
|
2977
|
+
() => DeleteQueryLoggingConfigRequest$,
|
|
2978
|
+
() => DeleteQueryLoggingConfigResponse$,
|
|
2970
2979
|
];
|
|
2971
|
-
var DeleteReusableDelegationSet = [
|
|
2980
|
+
var DeleteReusableDelegationSet$ = [
|
|
2972
2981
|
9,
|
|
2973
2982
|
n0,
|
|
2974
2983
|
_DRDS,
|
|
2975
2984
|
{ [_ht]: ["DELETE", "/2013-04-01/delegationset/{Id}", 200] },
|
|
2976
|
-
() => DeleteReusableDelegationSetRequest
|
|
2977
|
-
() => DeleteReusableDelegationSetResponse
|
|
2985
|
+
() => DeleteReusableDelegationSetRequest$,
|
|
2986
|
+
() => DeleteReusableDelegationSetResponse$,
|
|
2978
2987
|
];
|
|
2979
|
-
var DeleteTrafficPolicy = [
|
|
2988
|
+
var DeleteTrafficPolicy$ = [
|
|
2980
2989
|
9,
|
|
2981
2990
|
n0,
|
|
2982
2991
|
_DTP,
|
|
2983
2992
|
{ [_ht]: ["DELETE", "/2013-04-01/trafficpolicy/{Id}/{Version}", 200] },
|
|
2984
|
-
() => DeleteTrafficPolicyRequest
|
|
2985
|
-
() => DeleteTrafficPolicyResponse
|
|
2993
|
+
() => DeleteTrafficPolicyRequest$,
|
|
2994
|
+
() => DeleteTrafficPolicyResponse$,
|
|
2986
2995
|
];
|
|
2987
|
-
var DeleteTrafficPolicyInstance = [
|
|
2996
|
+
var DeleteTrafficPolicyInstance$ = [
|
|
2988
2997
|
9,
|
|
2989
2998
|
n0,
|
|
2990
2999
|
_DTPI,
|
|
2991
3000
|
{ [_ht]: ["DELETE", "/2013-04-01/trafficpolicyinstance/{Id}", 200] },
|
|
2992
|
-
() => DeleteTrafficPolicyInstanceRequest
|
|
2993
|
-
() => DeleteTrafficPolicyInstanceResponse
|
|
3001
|
+
() => DeleteTrafficPolicyInstanceRequest$,
|
|
3002
|
+
() => DeleteTrafficPolicyInstanceResponse$,
|
|
2994
3003
|
];
|
|
2995
|
-
var DeleteVPCAssociationAuthorization = [
|
|
3004
|
+
var DeleteVPCAssociationAuthorization$ = [
|
|
2996
3005
|
9,
|
|
2997
3006
|
n0,
|
|
2998
3007
|
_DVPCAA,
|
|
2999
3008
|
{ [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/deauthorizevpcassociation", 200] },
|
|
3000
|
-
() => DeleteVPCAssociationAuthorizationRequest
|
|
3001
|
-
() => DeleteVPCAssociationAuthorizationResponse
|
|
3009
|
+
() => DeleteVPCAssociationAuthorizationRequest$,
|
|
3010
|
+
() => DeleteVPCAssociationAuthorizationResponse$,
|
|
3002
3011
|
];
|
|
3003
|
-
var DisableHostedZoneDNSSEC = [
|
|
3012
|
+
var DisableHostedZoneDNSSEC$ = [
|
|
3004
3013
|
9,
|
|
3005
3014
|
n0,
|
|
3006
3015
|
_DHZDNSSEC,
|
|
3007
3016
|
{ [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/disable-dnssec", 200] },
|
|
3008
|
-
() => DisableHostedZoneDNSSECRequest
|
|
3009
|
-
() => DisableHostedZoneDNSSECResponse
|
|
3017
|
+
() => DisableHostedZoneDNSSECRequest$,
|
|
3018
|
+
() => DisableHostedZoneDNSSECResponse$,
|
|
3010
3019
|
];
|
|
3011
|
-
var DisassociateVPCFromHostedZone = [
|
|
3020
|
+
var DisassociateVPCFromHostedZone$ = [
|
|
3012
3021
|
9,
|
|
3013
3022
|
n0,
|
|
3014
3023
|
_DVPCFHZ,
|
|
3015
3024
|
{ [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/disassociatevpc", 200] },
|
|
3016
|
-
() => DisassociateVPCFromHostedZoneRequest
|
|
3017
|
-
() => DisassociateVPCFromHostedZoneResponse
|
|
3025
|
+
() => DisassociateVPCFromHostedZoneRequest$,
|
|
3026
|
+
() => DisassociateVPCFromHostedZoneResponse$,
|
|
3018
3027
|
];
|
|
3019
|
-
var EnableHostedZoneDNSSEC = [
|
|
3028
|
+
var EnableHostedZoneDNSSEC$ = [
|
|
3020
3029
|
9,
|
|
3021
3030
|
n0,
|
|
3022
3031
|
_EHZDNSSEC,
|
|
3023
3032
|
{ [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/enable-dnssec", 200] },
|
|
3024
|
-
() => EnableHostedZoneDNSSECRequest
|
|
3025
|
-
() => EnableHostedZoneDNSSECResponse
|
|
3033
|
+
() => EnableHostedZoneDNSSECRequest$,
|
|
3034
|
+
() => EnableHostedZoneDNSSECResponse$,
|
|
3026
3035
|
];
|
|
3027
|
-
var GetAccountLimit = [
|
|
3036
|
+
var GetAccountLimit$ = [
|
|
3028
3037
|
9,
|
|
3029
3038
|
n0,
|
|
3030
3039
|
_GAL,
|
|
3031
3040
|
{ [_ht]: ["GET", "/2013-04-01/accountlimit/{Type}", 200] },
|
|
3032
|
-
() => GetAccountLimitRequest
|
|
3033
|
-
() => GetAccountLimitResponse
|
|
3041
|
+
() => GetAccountLimitRequest$,
|
|
3042
|
+
() => GetAccountLimitResponse$,
|
|
3034
3043
|
];
|
|
3035
|
-
var GetChange = [
|
|
3044
|
+
var GetChange$ = [
|
|
3036
3045
|
9,
|
|
3037
3046
|
n0,
|
|
3038
3047
|
_GC,
|
|
3039
3048
|
{ [_ht]: ["GET", "/2013-04-01/change/{Id}", 200] },
|
|
3040
|
-
() => GetChangeRequest
|
|
3041
|
-
() => GetChangeResponse
|
|
3049
|
+
() => GetChangeRequest$,
|
|
3050
|
+
() => GetChangeResponse$,
|
|
3042
3051
|
];
|
|
3043
|
-
var GetCheckerIpRanges = [
|
|
3052
|
+
var GetCheckerIpRanges$ = [
|
|
3044
3053
|
9,
|
|
3045
3054
|
n0,
|
|
3046
3055
|
_GCIR,
|
|
3047
3056
|
{ [_ht]: ["GET", "/2013-04-01/checkeripranges", 200] },
|
|
3048
|
-
() => GetCheckerIpRangesRequest
|
|
3049
|
-
() => GetCheckerIpRangesResponse
|
|
3057
|
+
() => GetCheckerIpRangesRequest$,
|
|
3058
|
+
() => GetCheckerIpRangesResponse$,
|
|
3050
3059
|
];
|
|
3051
|
-
var GetDNSSEC = [
|
|
3060
|
+
var GetDNSSEC$ = [
|
|
3052
3061
|
9,
|
|
3053
3062
|
n0,
|
|
3054
3063
|
_GDNSSEC,
|
|
3055
3064
|
{ [_ht]: ["GET", "/2013-04-01/hostedzone/{HostedZoneId}/dnssec", 200] },
|
|
3056
|
-
() => GetDNSSECRequest
|
|
3057
|
-
() => GetDNSSECResponse
|
|
3065
|
+
() => GetDNSSECRequest$,
|
|
3066
|
+
() => GetDNSSECResponse$,
|
|
3058
3067
|
];
|
|
3059
|
-
var GetGeoLocation = [
|
|
3068
|
+
var GetGeoLocation$ = [
|
|
3060
3069
|
9,
|
|
3061
3070
|
n0,
|
|
3062
3071
|
_GGL,
|
|
3063
3072
|
{ [_ht]: ["GET", "/2013-04-01/geolocation", 200] },
|
|
3064
|
-
() => GetGeoLocationRequest
|
|
3065
|
-
() => GetGeoLocationResponse
|
|
3073
|
+
() => GetGeoLocationRequest$,
|
|
3074
|
+
() => GetGeoLocationResponse$,
|
|
3066
3075
|
];
|
|
3067
|
-
var GetHealthCheck = [
|
|
3076
|
+
var GetHealthCheck$ = [
|
|
3068
3077
|
9,
|
|
3069
3078
|
n0,
|
|
3070
3079
|
_GHC,
|
|
3071
3080
|
{ [_ht]: ["GET", "/2013-04-01/healthcheck/{HealthCheckId}", 200] },
|
|
3072
|
-
() => GetHealthCheckRequest
|
|
3073
|
-
() => GetHealthCheckResponse
|
|
3081
|
+
() => GetHealthCheckRequest$,
|
|
3082
|
+
() => GetHealthCheckResponse$,
|
|
3074
3083
|
];
|
|
3075
|
-
var GetHealthCheckCount = [
|
|
3084
|
+
var GetHealthCheckCount$ = [
|
|
3076
3085
|
9,
|
|
3077
3086
|
n0,
|
|
3078
3087
|
_GHCC,
|
|
3079
3088
|
{ [_ht]: ["GET", "/2013-04-01/healthcheckcount", 200] },
|
|
3080
|
-
() => GetHealthCheckCountRequest
|
|
3081
|
-
() => GetHealthCheckCountResponse
|
|
3089
|
+
() => GetHealthCheckCountRequest$,
|
|
3090
|
+
() => GetHealthCheckCountResponse$,
|
|
3082
3091
|
];
|
|
3083
|
-
var GetHealthCheckLastFailureReason = [
|
|
3092
|
+
var GetHealthCheckLastFailureReason$ = [
|
|
3084
3093
|
9,
|
|
3085
3094
|
n0,
|
|
3086
3095
|
_GHCLFR,
|
|
3087
3096
|
{ [_ht]: ["GET", "/2013-04-01/healthcheck/{HealthCheckId}/lastfailurereason", 200] },
|
|
3088
|
-
() => GetHealthCheckLastFailureReasonRequest
|
|
3089
|
-
() => GetHealthCheckLastFailureReasonResponse
|
|
3097
|
+
() => GetHealthCheckLastFailureReasonRequest$,
|
|
3098
|
+
() => GetHealthCheckLastFailureReasonResponse$,
|
|
3090
3099
|
];
|
|
3091
|
-
var GetHealthCheckStatus = [
|
|
3100
|
+
var GetHealthCheckStatus$ = [
|
|
3092
3101
|
9,
|
|
3093
3102
|
n0,
|
|
3094
3103
|
_GHCS,
|
|
3095
3104
|
{ [_ht]: ["GET", "/2013-04-01/healthcheck/{HealthCheckId}/status", 200] },
|
|
3096
|
-
() => GetHealthCheckStatusRequest
|
|
3097
|
-
() => GetHealthCheckStatusResponse
|
|
3105
|
+
() => GetHealthCheckStatusRequest$,
|
|
3106
|
+
() => GetHealthCheckStatusResponse$,
|
|
3098
3107
|
];
|
|
3099
|
-
var GetHostedZone = [
|
|
3108
|
+
var GetHostedZone$ = [
|
|
3100
3109
|
9,
|
|
3101
3110
|
n0,
|
|
3102
3111
|
_GHZ,
|
|
3103
3112
|
{ [_ht]: ["GET", "/2013-04-01/hostedzone/{Id}", 200] },
|
|
3104
|
-
() => GetHostedZoneRequest
|
|
3105
|
-
() => GetHostedZoneResponse
|
|
3113
|
+
() => GetHostedZoneRequest$,
|
|
3114
|
+
() => GetHostedZoneResponse$,
|
|
3106
3115
|
];
|
|
3107
|
-
var GetHostedZoneCount = [
|
|
3116
|
+
var GetHostedZoneCount$ = [
|
|
3108
3117
|
9,
|
|
3109
3118
|
n0,
|
|
3110
3119
|
_GHZC,
|
|
3111
3120
|
{ [_ht]: ["GET", "/2013-04-01/hostedzonecount", 200] },
|
|
3112
|
-
() => GetHostedZoneCountRequest
|
|
3113
|
-
() => GetHostedZoneCountResponse
|
|
3121
|
+
() => GetHostedZoneCountRequest$,
|
|
3122
|
+
() => GetHostedZoneCountResponse$,
|
|
3114
3123
|
];
|
|
3115
|
-
var GetHostedZoneLimit = [
|
|
3124
|
+
var GetHostedZoneLimit$ = [
|
|
3116
3125
|
9,
|
|
3117
3126
|
n0,
|
|
3118
3127
|
_GHZL,
|
|
3119
3128
|
{ [_ht]: ["GET", "/2013-04-01/hostedzonelimit/{HostedZoneId}/{Type}", 200] },
|
|
3120
|
-
() => GetHostedZoneLimitRequest
|
|
3121
|
-
() => GetHostedZoneLimitResponse
|
|
3129
|
+
() => GetHostedZoneLimitRequest$,
|
|
3130
|
+
() => GetHostedZoneLimitResponse$,
|
|
3122
3131
|
];
|
|
3123
|
-
var GetQueryLoggingConfig = [
|
|
3132
|
+
var GetQueryLoggingConfig$ = [
|
|
3124
3133
|
9,
|
|
3125
3134
|
n0,
|
|
3126
3135
|
_GQLC,
|
|
3127
3136
|
{ [_ht]: ["GET", "/2013-04-01/queryloggingconfig/{Id}", 200] },
|
|
3128
|
-
() => GetQueryLoggingConfigRequest
|
|
3129
|
-
() => GetQueryLoggingConfigResponse
|
|
3137
|
+
() => GetQueryLoggingConfigRequest$,
|
|
3138
|
+
() => GetQueryLoggingConfigResponse$,
|
|
3130
3139
|
];
|
|
3131
|
-
var GetReusableDelegationSet = [
|
|
3140
|
+
var GetReusableDelegationSet$ = [
|
|
3132
3141
|
9,
|
|
3133
3142
|
n0,
|
|
3134
3143
|
_GRDS,
|
|
3135
3144
|
{ [_ht]: ["GET", "/2013-04-01/delegationset/{Id}", 200] },
|
|
3136
|
-
() => GetReusableDelegationSetRequest
|
|
3137
|
-
() => GetReusableDelegationSetResponse
|
|
3145
|
+
() => GetReusableDelegationSetRequest$,
|
|
3146
|
+
() => GetReusableDelegationSetResponse$,
|
|
3138
3147
|
];
|
|
3139
|
-
var GetReusableDelegationSetLimit = [
|
|
3148
|
+
var GetReusableDelegationSetLimit$ = [
|
|
3140
3149
|
9,
|
|
3141
3150
|
n0,
|
|
3142
3151
|
_GRDSL,
|
|
3143
3152
|
{ [_ht]: ["GET", "/2013-04-01/reusabledelegationsetlimit/{DelegationSetId}/{Type}", 200] },
|
|
3144
|
-
() => GetReusableDelegationSetLimitRequest
|
|
3145
|
-
() => GetReusableDelegationSetLimitResponse
|
|
3153
|
+
() => GetReusableDelegationSetLimitRequest$,
|
|
3154
|
+
() => GetReusableDelegationSetLimitResponse$,
|
|
3146
3155
|
];
|
|
3147
|
-
var GetTrafficPolicy = [
|
|
3156
|
+
var GetTrafficPolicy$ = [
|
|
3148
3157
|
9,
|
|
3149
3158
|
n0,
|
|
3150
3159
|
_GTP,
|
|
3151
3160
|
{ [_ht]: ["GET", "/2013-04-01/trafficpolicy/{Id}/{Version}", 200] },
|
|
3152
|
-
() => GetTrafficPolicyRequest
|
|
3153
|
-
() => GetTrafficPolicyResponse
|
|
3161
|
+
() => GetTrafficPolicyRequest$,
|
|
3162
|
+
() => GetTrafficPolicyResponse$,
|
|
3154
3163
|
];
|
|
3155
|
-
var GetTrafficPolicyInstance = [
|
|
3164
|
+
var GetTrafficPolicyInstance$ = [
|
|
3156
3165
|
9,
|
|
3157
3166
|
n0,
|
|
3158
3167
|
_GTPI,
|
|
3159
3168
|
{ [_ht]: ["GET", "/2013-04-01/trafficpolicyinstance/{Id}", 200] },
|
|
3160
|
-
() => GetTrafficPolicyInstanceRequest
|
|
3161
|
-
() => GetTrafficPolicyInstanceResponse
|
|
3169
|
+
() => GetTrafficPolicyInstanceRequest$,
|
|
3170
|
+
() => GetTrafficPolicyInstanceResponse$,
|
|
3162
3171
|
];
|
|
3163
|
-
var GetTrafficPolicyInstanceCount = [
|
|
3172
|
+
var GetTrafficPolicyInstanceCount$ = [
|
|
3164
3173
|
9,
|
|
3165
3174
|
n0,
|
|
3166
3175
|
_GTPIC,
|
|
3167
3176
|
{ [_ht]: ["GET", "/2013-04-01/trafficpolicyinstancecount", 200] },
|
|
3168
|
-
() => GetTrafficPolicyInstanceCountRequest
|
|
3169
|
-
() => GetTrafficPolicyInstanceCountResponse
|
|
3177
|
+
() => GetTrafficPolicyInstanceCountRequest$,
|
|
3178
|
+
() => GetTrafficPolicyInstanceCountResponse$,
|
|
3170
3179
|
];
|
|
3171
|
-
var ListCidrBlocks = [
|
|
3180
|
+
var ListCidrBlocks$ = [
|
|
3172
3181
|
9,
|
|
3173
3182
|
n0,
|
|
3174
3183
|
_LCB,
|
|
3175
3184
|
{ [_ht]: ["GET", "/2013-04-01/cidrcollection/{CollectionId}/cidrblocks", 200] },
|
|
3176
|
-
() => ListCidrBlocksRequest
|
|
3177
|
-
() => ListCidrBlocksResponse
|
|
3185
|
+
() => ListCidrBlocksRequest$,
|
|
3186
|
+
() => ListCidrBlocksResponse$,
|
|
3178
3187
|
];
|
|
3179
|
-
var ListCidrCollections = [
|
|
3188
|
+
var ListCidrCollections$ = [
|
|
3180
3189
|
9,
|
|
3181
3190
|
n0,
|
|
3182
3191
|
_LCC,
|
|
3183
3192
|
{ [_ht]: ["GET", "/2013-04-01/cidrcollection", 200] },
|
|
3184
|
-
() => ListCidrCollectionsRequest
|
|
3185
|
-
() => ListCidrCollectionsResponse
|
|
3193
|
+
() => ListCidrCollectionsRequest$,
|
|
3194
|
+
() => ListCidrCollectionsResponse$,
|
|
3186
3195
|
];
|
|
3187
|
-
var ListCidrLocations = [
|
|
3196
|
+
var ListCidrLocations$ = [
|
|
3188
3197
|
9,
|
|
3189
3198
|
n0,
|
|
3190
3199
|
_LCL,
|
|
3191
3200
|
{ [_ht]: ["GET", "/2013-04-01/cidrcollection/{CollectionId}", 200] },
|
|
3192
|
-
() => ListCidrLocationsRequest
|
|
3193
|
-
() => ListCidrLocationsResponse
|
|
3201
|
+
() => ListCidrLocationsRequest$,
|
|
3202
|
+
() => ListCidrLocationsResponse$,
|
|
3194
3203
|
];
|
|
3195
|
-
var ListGeoLocations = [
|
|
3204
|
+
var ListGeoLocations$ = [
|
|
3196
3205
|
9,
|
|
3197
3206
|
n0,
|
|
3198
3207
|
_LGL,
|
|
3199
3208
|
{ [_ht]: ["GET", "/2013-04-01/geolocations", 200] },
|
|
3200
|
-
() => ListGeoLocationsRequest
|
|
3201
|
-
() => ListGeoLocationsResponse
|
|
3209
|
+
() => ListGeoLocationsRequest$,
|
|
3210
|
+
() => ListGeoLocationsResponse$,
|
|
3202
3211
|
];
|
|
3203
|
-
var ListHealthChecks = [
|
|
3212
|
+
var ListHealthChecks$ = [
|
|
3204
3213
|
9,
|
|
3205
3214
|
n0,
|
|
3206
3215
|
_LHC,
|
|
3207
3216
|
{ [_ht]: ["GET", "/2013-04-01/healthcheck", 200] },
|
|
3208
|
-
() => ListHealthChecksRequest
|
|
3209
|
-
() => ListHealthChecksResponse
|
|
3217
|
+
() => ListHealthChecksRequest$,
|
|
3218
|
+
() => ListHealthChecksResponse$,
|
|
3210
3219
|
];
|
|
3211
|
-
var ListHostedZones = [
|
|
3220
|
+
var ListHostedZones$ = [
|
|
3212
3221
|
9,
|
|
3213
3222
|
n0,
|
|
3214
3223
|
_LHZ,
|
|
3215
3224
|
{ [_ht]: ["GET", "/2013-04-01/hostedzone", 200] },
|
|
3216
|
-
() => ListHostedZonesRequest
|
|
3217
|
-
() => ListHostedZonesResponse
|
|
3225
|
+
() => ListHostedZonesRequest$,
|
|
3226
|
+
() => ListHostedZonesResponse$,
|
|
3218
3227
|
];
|
|
3219
|
-
var ListHostedZonesByName = [
|
|
3228
|
+
var ListHostedZonesByName$ = [
|
|
3220
3229
|
9,
|
|
3221
3230
|
n0,
|
|
3222
3231
|
_LHZBN,
|
|
3223
3232
|
{ [_ht]: ["GET", "/2013-04-01/hostedzonesbyname", 200] },
|
|
3224
|
-
() => ListHostedZonesByNameRequest
|
|
3225
|
-
() => ListHostedZonesByNameResponse
|
|
3233
|
+
() => ListHostedZonesByNameRequest$,
|
|
3234
|
+
() => ListHostedZonesByNameResponse$,
|
|
3226
3235
|
];
|
|
3227
|
-
var ListHostedZonesByVPC = [
|
|
3236
|
+
var ListHostedZonesByVPC$ = [
|
|
3228
3237
|
9,
|
|
3229
3238
|
n0,
|
|
3230
3239
|
_LHZBVPC,
|
|
3231
3240
|
{ [_ht]: ["GET", "/2013-04-01/hostedzonesbyvpc", 200] },
|
|
3232
|
-
() => ListHostedZonesByVPCRequest
|
|
3233
|
-
() => ListHostedZonesByVPCResponse
|
|
3241
|
+
() => ListHostedZonesByVPCRequest$,
|
|
3242
|
+
() => ListHostedZonesByVPCResponse$,
|
|
3234
3243
|
];
|
|
3235
|
-
var ListQueryLoggingConfigs = [
|
|
3244
|
+
var ListQueryLoggingConfigs$ = [
|
|
3236
3245
|
9,
|
|
3237
3246
|
n0,
|
|
3238
3247
|
_LQLC,
|
|
3239
3248
|
{ [_ht]: ["GET", "/2013-04-01/queryloggingconfig", 200] },
|
|
3240
|
-
() => ListQueryLoggingConfigsRequest
|
|
3241
|
-
() => ListQueryLoggingConfigsResponse
|
|
3249
|
+
() => ListQueryLoggingConfigsRequest$,
|
|
3250
|
+
() => ListQueryLoggingConfigsResponse$,
|
|
3242
3251
|
];
|
|
3243
|
-
var ListResourceRecordSets = [
|
|
3252
|
+
var ListResourceRecordSets$ = [
|
|
3244
3253
|
9,
|
|
3245
3254
|
n0,
|
|
3246
3255
|
_LRRS,
|
|
3247
3256
|
{ [_ht]: ["GET", "/2013-04-01/hostedzone/{HostedZoneId}/rrset", 200] },
|
|
3248
|
-
() => ListResourceRecordSetsRequest
|
|
3249
|
-
() => ListResourceRecordSetsResponse
|
|
3257
|
+
() => ListResourceRecordSetsRequest$,
|
|
3258
|
+
() => ListResourceRecordSetsResponse$,
|
|
3250
3259
|
];
|
|
3251
|
-
var ListReusableDelegationSets = [
|
|
3260
|
+
var ListReusableDelegationSets$ = [
|
|
3252
3261
|
9,
|
|
3253
3262
|
n0,
|
|
3254
3263
|
_LRDS,
|
|
3255
3264
|
{ [_ht]: ["GET", "/2013-04-01/delegationset", 200] },
|
|
3256
|
-
() => ListReusableDelegationSetsRequest
|
|
3257
|
-
() => ListReusableDelegationSetsResponse
|
|
3265
|
+
() => ListReusableDelegationSetsRequest$,
|
|
3266
|
+
() => ListReusableDelegationSetsResponse$,
|
|
3258
3267
|
];
|
|
3259
|
-
var ListTagsForResource = [
|
|
3268
|
+
var ListTagsForResource$ = [
|
|
3260
3269
|
9,
|
|
3261
3270
|
n0,
|
|
3262
3271
|
_LTFR,
|
|
3263
3272
|
{ [_ht]: ["GET", "/2013-04-01/tags/{ResourceType}/{ResourceId}", 200] },
|
|
3264
|
-
() => ListTagsForResourceRequest
|
|
3265
|
-
() => ListTagsForResourceResponse
|
|
3273
|
+
() => ListTagsForResourceRequest$,
|
|
3274
|
+
() => ListTagsForResourceResponse$,
|
|
3266
3275
|
];
|
|
3267
|
-
var ListTagsForResources = [
|
|
3276
|
+
var ListTagsForResources$ = [
|
|
3268
3277
|
9,
|
|
3269
3278
|
n0,
|
|
3270
3279
|
_LTFRi,
|
|
3271
3280
|
{ [_ht]: ["POST", "/2013-04-01/tags/{ResourceType}", 200] },
|
|
3272
|
-
() => ListTagsForResourcesRequest
|
|
3273
|
-
() => ListTagsForResourcesResponse
|
|
3281
|
+
() => ListTagsForResourcesRequest$,
|
|
3282
|
+
() => ListTagsForResourcesResponse$,
|
|
3274
3283
|
];
|
|
3275
|
-
var ListTrafficPolicies = [
|
|
3284
|
+
var ListTrafficPolicies$ = [
|
|
3276
3285
|
9,
|
|
3277
3286
|
n0,
|
|
3278
3287
|
_LTP,
|
|
3279
3288
|
{ [_ht]: ["GET", "/2013-04-01/trafficpolicies", 200] },
|
|
3280
|
-
() => ListTrafficPoliciesRequest
|
|
3281
|
-
() => ListTrafficPoliciesResponse
|
|
3289
|
+
() => ListTrafficPoliciesRequest$,
|
|
3290
|
+
() => ListTrafficPoliciesResponse$,
|
|
3282
3291
|
];
|
|
3283
|
-
var ListTrafficPolicyInstances = [
|
|
3292
|
+
var ListTrafficPolicyInstances$ = [
|
|
3284
3293
|
9,
|
|
3285
3294
|
n0,
|
|
3286
3295
|
_LTPI,
|
|
3287
3296
|
{ [_ht]: ["GET", "/2013-04-01/trafficpolicyinstances", 200] },
|
|
3288
|
-
() => ListTrafficPolicyInstancesRequest
|
|
3289
|
-
() => ListTrafficPolicyInstancesResponse
|
|
3297
|
+
() => ListTrafficPolicyInstancesRequest$,
|
|
3298
|
+
() => ListTrafficPolicyInstancesResponse$,
|
|
3290
3299
|
];
|
|
3291
|
-
var ListTrafficPolicyInstancesByHostedZone = [
|
|
3300
|
+
var ListTrafficPolicyInstancesByHostedZone$ = [
|
|
3292
3301
|
9,
|
|
3293
3302
|
n0,
|
|
3294
3303
|
_LTPIBHZ,
|
|
3295
3304
|
{ [_ht]: ["GET", "/2013-04-01/trafficpolicyinstances/hostedzone", 200] },
|
|
3296
|
-
() => ListTrafficPolicyInstancesByHostedZoneRequest
|
|
3297
|
-
() => ListTrafficPolicyInstancesByHostedZoneResponse
|
|
3305
|
+
() => ListTrafficPolicyInstancesByHostedZoneRequest$,
|
|
3306
|
+
() => ListTrafficPolicyInstancesByHostedZoneResponse$,
|
|
3298
3307
|
];
|
|
3299
|
-
var ListTrafficPolicyInstancesByPolicy = [
|
|
3308
|
+
var ListTrafficPolicyInstancesByPolicy$ = [
|
|
3300
3309
|
9,
|
|
3301
3310
|
n0,
|
|
3302
3311
|
_LTPIBP,
|
|
3303
3312
|
{ [_ht]: ["GET", "/2013-04-01/trafficpolicyinstances/trafficpolicy", 200] },
|
|
3304
|
-
() => ListTrafficPolicyInstancesByPolicyRequest
|
|
3305
|
-
() => ListTrafficPolicyInstancesByPolicyResponse
|
|
3313
|
+
() => ListTrafficPolicyInstancesByPolicyRequest$,
|
|
3314
|
+
() => ListTrafficPolicyInstancesByPolicyResponse$,
|
|
3306
3315
|
];
|
|
3307
|
-
var ListTrafficPolicyVersions = [
|
|
3316
|
+
var ListTrafficPolicyVersions$ = [
|
|
3308
3317
|
9,
|
|
3309
3318
|
n0,
|
|
3310
3319
|
_LTPV,
|
|
3311
3320
|
{ [_ht]: ["GET", "/2013-04-01/trafficpolicies/{Id}/versions", 200] },
|
|
3312
|
-
() => ListTrafficPolicyVersionsRequest
|
|
3313
|
-
() => ListTrafficPolicyVersionsResponse
|
|
3321
|
+
() => ListTrafficPolicyVersionsRequest$,
|
|
3322
|
+
() => ListTrafficPolicyVersionsResponse$,
|
|
3314
3323
|
];
|
|
3315
|
-
var ListVPCAssociationAuthorizations = [
|
|
3324
|
+
var ListVPCAssociationAuthorizations$ = [
|
|
3316
3325
|
9,
|
|
3317
3326
|
n0,
|
|
3318
3327
|
_LVPCAA,
|
|
3319
3328
|
{ [_ht]: ["GET", "/2013-04-01/hostedzone/{HostedZoneId}/authorizevpcassociation", 200] },
|
|
3320
|
-
() => ListVPCAssociationAuthorizationsRequest
|
|
3321
|
-
() => ListVPCAssociationAuthorizationsResponse
|
|
3329
|
+
() => ListVPCAssociationAuthorizationsRequest$,
|
|
3330
|
+
() => ListVPCAssociationAuthorizationsResponse$,
|
|
3322
3331
|
];
|
|
3323
|
-
var TestDNSAnswer = [
|
|
3332
|
+
var TestDNSAnswer$ = [
|
|
3324
3333
|
9,
|
|
3325
3334
|
n0,
|
|
3326
3335
|
_TDNSA,
|
|
3327
3336
|
{ [_ht]: ["GET", "/2013-04-01/testdnsanswer", 200] },
|
|
3328
|
-
() => TestDNSAnswerRequest
|
|
3329
|
-
() => TestDNSAnswerResponse
|
|
3337
|
+
() => TestDNSAnswerRequest$,
|
|
3338
|
+
() => TestDNSAnswerResponse$,
|
|
3330
3339
|
];
|
|
3331
|
-
var UpdateHealthCheck = [
|
|
3340
|
+
var UpdateHealthCheck$ = [
|
|
3332
3341
|
9,
|
|
3333
3342
|
n0,
|
|
3334
3343
|
_UHC,
|
|
3335
3344
|
{ [_ht]: ["POST", "/2013-04-01/healthcheck/{HealthCheckId}", 200] },
|
|
3336
|
-
() => UpdateHealthCheckRequest
|
|
3337
|
-
() => UpdateHealthCheckResponse
|
|
3345
|
+
() => UpdateHealthCheckRequest$,
|
|
3346
|
+
() => UpdateHealthCheckResponse$,
|
|
3338
3347
|
];
|
|
3339
|
-
var UpdateHostedZoneComment = [
|
|
3348
|
+
var UpdateHostedZoneComment$ = [
|
|
3340
3349
|
9,
|
|
3341
3350
|
n0,
|
|
3342
3351
|
_UHZC,
|
|
3343
3352
|
{ [_ht]: ["POST", "/2013-04-01/hostedzone/{Id}", 200] },
|
|
3344
|
-
() => UpdateHostedZoneCommentRequest
|
|
3345
|
-
() => UpdateHostedZoneCommentResponse
|
|
3353
|
+
() => UpdateHostedZoneCommentRequest$,
|
|
3354
|
+
() => UpdateHostedZoneCommentResponse$,
|
|
3346
3355
|
];
|
|
3347
|
-
var UpdateHostedZoneFeatures = [
|
|
3356
|
+
var UpdateHostedZoneFeatures$ = [
|
|
3348
3357
|
9,
|
|
3349
3358
|
n0,
|
|
3350
3359
|
_UHZF,
|
|
3351
3360
|
{ [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/features", 200] },
|
|
3352
|
-
() => UpdateHostedZoneFeaturesRequest
|
|
3353
|
-
() => UpdateHostedZoneFeaturesResponse
|
|
3361
|
+
() => UpdateHostedZoneFeaturesRequest$,
|
|
3362
|
+
() => UpdateHostedZoneFeaturesResponse$,
|
|
3354
3363
|
];
|
|
3355
|
-
var UpdateTrafficPolicyComment = [
|
|
3364
|
+
var UpdateTrafficPolicyComment$ = [
|
|
3356
3365
|
9,
|
|
3357
3366
|
n0,
|
|
3358
3367
|
_UTPC,
|
|
3359
3368
|
{ [_ht]: ["POST", "/2013-04-01/trafficpolicy/{Id}/{Version}", 200] },
|
|
3360
|
-
() => UpdateTrafficPolicyCommentRequest
|
|
3361
|
-
() => UpdateTrafficPolicyCommentResponse
|
|
3369
|
+
() => UpdateTrafficPolicyCommentRequest$,
|
|
3370
|
+
() => UpdateTrafficPolicyCommentResponse$,
|
|
3362
3371
|
];
|
|
3363
|
-
var UpdateTrafficPolicyInstance = [
|
|
3372
|
+
var UpdateTrafficPolicyInstance$ = [
|
|
3364
3373
|
9,
|
|
3365
3374
|
n0,
|
|
3366
3375
|
_UTPI,
|
|
3367
3376
|
{ [_ht]: ["POST", "/2013-04-01/trafficpolicyinstance/{Id}", 200] },
|
|
3368
|
-
() => UpdateTrafficPolicyInstanceRequest
|
|
3369
|
-
() => UpdateTrafficPolicyInstanceResponse
|
|
3377
|
+
() => UpdateTrafficPolicyInstanceRequest$,
|
|
3378
|
+
() => UpdateTrafficPolicyInstanceResponse$,
|
|
3370
3379
|
];
|
|
3371
3380
|
|
|
3372
3381
|
class ActivateKeySigningKeyCommand extends smithyClient.Command
|
|
@@ -3377,7 +3386,7 @@ class ActivateKeySigningKeyCommand extends smithyClient.Command
|
|
|
3377
3386
|
})
|
|
3378
3387
|
.s("AWSDnsV20130401", "ActivateKeySigningKey", {})
|
|
3379
3388
|
.n("Route53Client", "ActivateKeySigningKeyCommand")
|
|
3380
|
-
.sc(ActivateKeySigningKey)
|
|
3389
|
+
.sc(ActivateKeySigningKey$)
|
|
3381
3390
|
.build() {
|
|
3382
3391
|
}
|
|
3383
3392
|
|
|
@@ -3389,7 +3398,7 @@ class AssociateVPCWithHostedZoneCommand extends smithyClient.Command
|
|
|
3389
3398
|
})
|
|
3390
3399
|
.s("AWSDnsV20130401", "AssociateVPCWithHostedZone", {})
|
|
3391
3400
|
.n("Route53Client", "AssociateVPCWithHostedZoneCommand")
|
|
3392
|
-
.sc(AssociateVPCWithHostedZone)
|
|
3401
|
+
.sc(AssociateVPCWithHostedZone$)
|
|
3393
3402
|
.build() {
|
|
3394
3403
|
}
|
|
3395
3404
|
|
|
@@ -3401,7 +3410,7 @@ class ChangeCidrCollectionCommand extends smithyClient.Command
|
|
|
3401
3410
|
})
|
|
3402
3411
|
.s("AWSDnsV20130401", "ChangeCidrCollection", {})
|
|
3403
3412
|
.n("Route53Client", "ChangeCidrCollectionCommand")
|
|
3404
|
-
.sc(ChangeCidrCollection)
|
|
3413
|
+
.sc(ChangeCidrCollection$)
|
|
3405
3414
|
.build() {
|
|
3406
3415
|
}
|
|
3407
3416
|
|
|
@@ -3417,7 +3426,7 @@ class ChangeResourceRecordSetsCommand extends smithyClient.Command
|
|
|
3417
3426
|
})
|
|
3418
3427
|
.s("AWSDnsV20130401", "ChangeResourceRecordSets", {})
|
|
3419
3428
|
.n("Route53Client", "ChangeResourceRecordSetsCommand")
|
|
3420
|
-
.sc(ChangeResourceRecordSets)
|
|
3429
|
+
.sc(ChangeResourceRecordSets$)
|
|
3421
3430
|
.build() {
|
|
3422
3431
|
}
|
|
3423
3432
|
|
|
@@ -3429,7 +3438,7 @@ class ChangeTagsForResourceCommand extends smithyClient.Command
|
|
|
3429
3438
|
})
|
|
3430
3439
|
.s("AWSDnsV20130401", "ChangeTagsForResource", {})
|
|
3431
3440
|
.n("Route53Client", "ChangeTagsForResourceCommand")
|
|
3432
|
-
.sc(ChangeTagsForResource)
|
|
3441
|
+
.sc(ChangeTagsForResource$)
|
|
3433
3442
|
.build() {
|
|
3434
3443
|
}
|
|
3435
3444
|
|
|
@@ -3441,7 +3450,7 @@ class CreateCidrCollectionCommand extends smithyClient.Command
|
|
|
3441
3450
|
})
|
|
3442
3451
|
.s("AWSDnsV20130401", "CreateCidrCollection", {})
|
|
3443
3452
|
.n("Route53Client", "CreateCidrCollectionCommand")
|
|
3444
|
-
.sc(CreateCidrCollection)
|
|
3453
|
+
.sc(CreateCidrCollection$)
|
|
3445
3454
|
.build() {
|
|
3446
3455
|
}
|
|
3447
3456
|
|
|
@@ -3453,7 +3462,7 @@ class CreateHealthCheckCommand extends smithyClient.Command
|
|
|
3453
3462
|
})
|
|
3454
3463
|
.s("AWSDnsV20130401", "CreateHealthCheck", {})
|
|
3455
3464
|
.n("Route53Client", "CreateHealthCheckCommand")
|
|
3456
|
-
.sc(CreateHealthCheck)
|
|
3465
|
+
.sc(CreateHealthCheck$)
|
|
3457
3466
|
.build() {
|
|
3458
3467
|
}
|
|
3459
3468
|
|
|
@@ -3465,7 +3474,7 @@ class CreateHostedZoneCommand extends smithyClient.Command
|
|
|
3465
3474
|
})
|
|
3466
3475
|
.s("AWSDnsV20130401", "CreateHostedZone", {})
|
|
3467
3476
|
.n("Route53Client", "CreateHostedZoneCommand")
|
|
3468
|
-
.sc(CreateHostedZone)
|
|
3477
|
+
.sc(CreateHostedZone$)
|
|
3469
3478
|
.build() {
|
|
3470
3479
|
}
|
|
3471
3480
|
|
|
@@ -3477,7 +3486,7 @@ class CreateKeySigningKeyCommand extends smithyClient.Command
|
|
|
3477
3486
|
})
|
|
3478
3487
|
.s("AWSDnsV20130401", "CreateKeySigningKey", {})
|
|
3479
3488
|
.n("Route53Client", "CreateKeySigningKeyCommand")
|
|
3480
|
-
.sc(CreateKeySigningKey)
|
|
3489
|
+
.sc(CreateKeySigningKey$)
|
|
3481
3490
|
.build() {
|
|
3482
3491
|
}
|
|
3483
3492
|
|
|
@@ -3489,7 +3498,7 @@ class CreateQueryLoggingConfigCommand extends smithyClient.Command
|
|
|
3489
3498
|
})
|
|
3490
3499
|
.s("AWSDnsV20130401", "CreateQueryLoggingConfig", {})
|
|
3491
3500
|
.n("Route53Client", "CreateQueryLoggingConfigCommand")
|
|
3492
|
-
.sc(CreateQueryLoggingConfig)
|
|
3501
|
+
.sc(CreateQueryLoggingConfig$)
|
|
3493
3502
|
.build() {
|
|
3494
3503
|
}
|
|
3495
3504
|
|
|
@@ -3501,7 +3510,7 @@ class CreateReusableDelegationSetCommand extends smithyClient.Command
|
|
|
3501
3510
|
})
|
|
3502
3511
|
.s("AWSDnsV20130401", "CreateReusableDelegationSet", {})
|
|
3503
3512
|
.n("Route53Client", "CreateReusableDelegationSetCommand")
|
|
3504
|
-
.sc(CreateReusableDelegationSet)
|
|
3513
|
+
.sc(CreateReusableDelegationSet$)
|
|
3505
3514
|
.build() {
|
|
3506
3515
|
}
|
|
3507
3516
|
|
|
@@ -3513,7 +3522,7 @@ class CreateTrafficPolicyCommand extends smithyClient.Command
|
|
|
3513
3522
|
})
|
|
3514
3523
|
.s("AWSDnsV20130401", "CreateTrafficPolicy", {})
|
|
3515
3524
|
.n("Route53Client", "CreateTrafficPolicyCommand")
|
|
3516
|
-
.sc(CreateTrafficPolicy)
|
|
3525
|
+
.sc(CreateTrafficPolicy$)
|
|
3517
3526
|
.build() {
|
|
3518
3527
|
}
|
|
3519
3528
|
|
|
@@ -3525,7 +3534,7 @@ class CreateTrafficPolicyInstanceCommand extends smithyClient.Command
|
|
|
3525
3534
|
})
|
|
3526
3535
|
.s("AWSDnsV20130401", "CreateTrafficPolicyInstance", {})
|
|
3527
3536
|
.n("Route53Client", "CreateTrafficPolicyInstanceCommand")
|
|
3528
|
-
.sc(CreateTrafficPolicyInstance)
|
|
3537
|
+
.sc(CreateTrafficPolicyInstance$)
|
|
3529
3538
|
.build() {
|
|
3530
3539
|
}
|
|
3531
3540
|
|
|
@@ -3537,7 +3546,7 @@ class CreateTrafficPolicyVersionCommand extends smithyClient.Command
|
|
|
3537
3546
|
})
|
|
3538
3547
|
.s("AWSDnsV20130401", "CreateTrafficPolicyVersion", {})
|
|
3539
3548
|
.n("Route53Client", "CreateTrafficPolicyVersionCommand")
|
|
3540
|
-
.sc(CreateTrafficPolicyVersion)
|
|
3549
|
+
.sc(CreateTrafficPolicyVersion$)
|
|
3541
3550
|
.build() {
|
|
3542
3551
|
}
|
|
3543
3552
|
|
|
@@ -3549,7 +3558,7 @@ class CreateVPCAssociationAuthorizationCommand extends smithyClient.Command
|
|
|
3549
3558
|
})
|
|
3550
3559
|
.s("AWSDnsV20130401", "CreateVPCAssociationAuthorization", {})
|
|
3551
3560
|
.n("Route53Client", "CreateVPCAssociationAuthorizationCommand")
|
|
3552
|
-
.sc(CreateVPCAssociationAuthorization)
|
|
3561
|
+
.sc(CreateVPCAssociationAuthorization$)
|
|
3553
3562
|
.build() {
|
|
3554
3563
|
}
|
|
3555
3564
|
|
|
@@ -3561,7 +3570,7 @@ class DeactivateKeySigningKeyCommand extends smithyClient.Command
|
|
|
3561
3570
|
})
|
|
3562
3571
|
.s("AWSDnsV20130401", "DeactivateKeySigningKey", {})
|
|
3563
3572
|
.n("Route53Client", "DeactivateKeySigningKeyCommand")
|
|
3564
|
-
.sc(DeactivateKeySigningKey)
|
|
3573
|
+
.sc(DeactivateKeySigningKey$)
|
|
3565
3574
|
.build() {
|
|
3566
3575
|
}
|
|
3567
3576
|
|
|
@@ -3573,7 +3582,7 @@ class DeleteCidrCollectionCommand extends smithyClient.Command
|
|
|
3573
3582
|
})
|
|
3574
3583
|
.s("AWSDnsV20130401", "DeleteCidrCollection", {})
|
|
3575
3584
|
.n("Route53Client", "DeleteCidrCollectionCommand")
|
|
3576
|
-
.sc(DeleteCidrCollection)
|
|
3585
|
+
.sc(DeleteCidrCollection$)
|
|
3577
3586
|
.build() {
|
|
3578
3587
|
}
|
|
3579
3588
|
|
|
@@ -3585,7 +3594,7 @@ class DeleteHealthCheckCommand extends smithyClient.Command
|
|
|
3585
3594
|
})
|
|
3586
3595
|
.s("AWSDnsV20130401", "DeleteHealthCheck", {})
|
|
3587
3596
|
.n("Route53Client", "DeleteHealthCheckCommand")
|
|
3588
|
-
.sc(DeleteHealthCheck)
|
|
3597
|
+
.sc(DeleteHealthCheck$)
|
|
3589
3598
|
.build() {
|
|
3590
3599
|
}
|
|
3591
3600
|
|
|
@@ -3597,7 +3606,7 @@ class DeleteHostedZoneCommand extends smithyClient.Command
|
|
|
3597
3606
|
})
|
|
3598
3607
|
.s("AWSDnsV20130401", "DeleteHostedZone", {})
|
|
3599
3608
|
.n("Route53Client", "DeleteHostedZoneCommand")
|
|
3600
|
-
.sc(DeleteHostedZone)
|
|
3609
|
+
.sc(DeleteHostedZone$)
|
|
3601
3610
|
.build() {
|
|
3602
3611
|
}
|
|
3603
3612
|
|
|
@@ -3609,7 +3618,7 @@ class DeleteKeySigningKeyCommand extends smithyClient.Command
|
|
|
3609
3618
|
})
|
|
3610
3619
|
.s("AWSDnsV20130401", "DeleteKeySigningKey", {})
|
|
3611
3620
|
.n("Route53Client", "DeleteKeySigningKeyCommand")
|
|
3612
|
-
.sc(DeleteKeySigningKey)
|
|
3621
|
+
.sc(DeleteKeySigningKey$)
|
|
3613
3622
|
.build() {
|
|
3614
3623
|
}
|
|
3615
3624
|
|
|
@@ -3621,7 +3630,7 @@ class DeleteQueryLoggingConfigCommand extends smithyClient.Command
|
|
|
3621
3630
|
})
|
|
3622
3631
|
.s("AWSDnsV20130401", "DeleteQueryLoggingConfig", {})
|
|
3623
3632
|
.n("Route53Client", "DeleteQueryLoggingConfigCommand")
|
|
3624
|
-
.sc(DeleteQueryLoggingConfig)
|
|
3633
|
+
.sc(DeleteQueryLoggingConfig$)
|
|
3625
3634
|
.build() {
|
|
3626
3635
|
}
|
|
3627
3636
|
|
|
@@ -3633,7 +3642,7 @@ class DeleteReusableDelegationSetCommand extends smithyClient.Command
|
|
|
3633
3642
|
})
|
|
3634
3643
|
.s("AWSDnsV20130401", "DeleteReusableDelegationSet", {})
|
|
3635
3644
|
.n("Route53Client", "DeleteReusableDelegationSetCommand")
|
|
3636
|
-
.sc(DeleteReusableDelegationSet)
|
|
3645
|
+
.sc(DeleteReusableDelegationSet$)
|
|
3637
3646
|
.build() {
|
|
3638
3647
|
}
|
|
3639
3648
|
|
|
@@ -3645,7 +3654,7 @@ class DeleteTrafficPolicyCommand extends smithyClient.Command
|
|
|
3645
3654
|
})
|
|
3646
3655
|
.s("AWSDnsV20130401", "DeleteTrafficPolicy", {})
|
|
3647
3656
|
.n("Route53Client", "DeleteTrafficPolicyCommand")
|
|
3648
|
-
.sc(DeleteTrafficPolicy)
|
|
3657
|
+
.sc(DeleteTrafficPolicy$)
|
|
3649
3658
|
.build() {
|
|
3650
3659
|
}
|
|
3651
3660
|
|
|
@@ -3657,7 +3666,7 @@ class DeleteTrafficPolicyInstanceCommand extends smithyClient.Command
|
|
|
3657
3666
|
})
|
|
3658
3667
|
.s("AWSDnsV20130401", "DeleteTrafficPolicyInstance", {})
|
|
3659
3668
|
.n("Route53Client", "DeleteTrafficPolicyInstanceCommand")
|
|
3660
|
-
.sc(DeleteTrafficPolicyInstance)
|
|
3669
|
+
.sc(DeleteTrafficPolicyInstance$)
|
|
3661
3670
|
.build() {
|
|
3662
3671
|
}
|
|
3663
3672
|
|
|
@@ -3669,7 +3678,7 @@ class DeleteVPCAssociationAuthorizationCommand extends smithyClient.Command
|
|
|
3669
3678
|
})
|
|
3670
3679
|
.s("AWSDnsV20130401", "DeleteVPCAssociationAuthorization", {})
|
|
3671
3680
|
.n("Route53Client", "DeleteVPCAssociationAuthorizationCommand")
|
|
3672
|
-
.sc(DeleteVPCAssociationAuthorization)
|
|
3681
|
+
.sc(DeleteVPCAssociationAuthorization$)
|
|
3673
3682
|
.build() {
|
|
3674
3683
|
}
|
|
3675
3684
|
|
|
@@ -3681,7 +3690,7 @@ class DisableHostedZoneDNSSECCommand extends smithyClient.Command
|
|
|
3681
3690
|
})
|
|
3682
3691
|
.s("AWSDnsV20130401", "DisableHostedZoneDNSSEC", {})
|
|
3683
3692
|
.n("Route53Client", "DisableHostedZoneDNSSECCommand")
|
|
3684
|
-
.sc(DisableHostedZoneDNSSEC)
|
|
3693
|
+
.sc(DisableHostedZoneDNSSEC$)
|
|
3685
3694
|
.build() {
|
|
3686
3695
|
}
|
|
3687
3696
|
|
|
@@ -3693,7 +3702,7 @@ class DisassociateVPCFromHostedZoneCommand extends smithyClient.Command
|
|
|
3693
3702
|
})
|
|
3694
3703
|
.s("AWSDnsV20130401", "DisassociateVPCFromHostedZone", {})
|
|
3695
3704
|
.n("Route53Client", "DisassociateVPCFromHostedZoneCommand")
|
|
3696
|
-
.sc(DisassociateVPCFromHostedZone)
|
|
3705
|
+
.sc(DisassociateVPCFromHostedZone$)
|
|
3697
3706
|
.build() {
|
|
3698
3707
|
}
|
|
3699
3708
|
|
|
@@ -3705,7 +3714,7 @@ class EnableHostedZoneDNSSECCommand extends smithyClient.Command
|
|
|
3705
3714
|
})
|
|
3706
3715
|
.s("AWSDnsV20130401", "EnableHostedZoneDNSSEC", {})
|
|
3707
3716
|
.n("Route53Client", "EnableHostedZoneDNSSECCommand")
|
|
3708
|
-
.sc(EnableHostedZoneDNSSEC)
|
|
3717
|
+
.sc(EnableHostedZoneDNSSEC$)
|
|
3709
3718
|
.build() {
|
|
3710
3719
|
}
|
|
3711
3720
|
|
|
@@ -3717,7 +3726,7 @@ class GetAccountLimitCommand extends smithyClient.Command
|
|
|
3717
3726
|
})
|
|
3718
3727
|
.s("AWSDnsV20130401", "GetAccountLimit", {})
|
|
3719
3728
|
.n("Route53Client", "GetAccountLimitCommand")
|
|
3720
|
-
.sc(GetAccountLimit)
|
|
3729
|
+
.sc(GetAccountLimit$)
|
|
3721
3730
|
.build() {
|
|
3722
3731
|
}
|
|
3723
3732
|
|
|
@@ -3729,7 +3738,7 @@ class GetChangeCommand extends smithyClient.Command
|
|
|
3729
3738
|
})
|
|
3730
3739
|
.s("AWSDnsV20130401", "GetChange", {})
|
|
3731
3740
|
.n("Route53Client", "GetChangeCommand")
|
|
3732
|
-
.sc(GetChange)
|
|
3741
|
+
.sc(GetChange$)
|
|
3733
3742
|
.build() {
|
|
3734
3743
|
}
|
|
3735
3744
|
|
|
@@ -3741,7 +3750,7 @@ class GetCheckerIpRangesCommand extends smithyClient.Command
|
|
|
3741
3750
|
})
|
|
3742
3751
|
.s("AWSDnsV20130401", "GetCheckerIpRanges", {})
|
|
3743
3752
|
.n("Route53Client", "GetCheckerIpRangesCommand")
|
|
3744
|
-
.sc(GetCheckerIpRanges)
|
|
3753
|
+
.sc(GetCheckerIpRanges$)
|
|
3745
3754
|
.build() {
|
|
3746
3755
|
}
|
|
3747
3756
|
|
|
@@ -3753,7 +3762,7 @@ class GetDNSSECCommand extends smithyClient.Command
|
|
|
3753
3762
|
})
|
|
3754
3763
|
.s("AWSDnsV20130401", "GetDNSSEC", {})
|
|
3755
3764
|
.n("Route53Client", "GetDNSSECCommand")
|
|
3756
|
-
.sc(GetDNSSEC)
|
|
3765
|
+
.sc(GetDNSSEC$)
|
|
3757
3766
|
.build() {
|
|
3758
3767
|
}
|
|
3759
3768
|
|
|
@@ -3765,7 +3774,7 @@ class GetGeoLocationCommand extends smithyClient.Command
|
|
|
3765
3774
|
})
|
|
3766
3775
|
.s("AWSDnsV20130401", "GetGeoLocation", {})
|
|
3767
3776
|
.n("Route53Client", "GetGeoLocationCommand")
|
|
3768
|
-
.sc(GetGeoLocation)
|
|
3777
|
+
.sc(GetGeoLocation$)
|
|
3769
3778
|
.build() {
|
|
3770
3779
|
}
|
|
3771
3780
|
|
|
@@ -3777,7 +3786,7 @@ class GetHealthCheckCommand extends smithyClient.Command
|
|
|
3777
3786
|
})
|
|
3778
3787
|
.s("AWSDnsV20130401", "GetHealthCheck", {})
|
|
3779
3788
|
.n("Route53Client", "GetHealthCheckCommand")
|
|
3780
|
-
.sc(GetHealthCheck)
|
|
3789
|
+
.sc(GetHealthCheck$)
|
|
3781
3790
|
.build() {
|
|
3782
3791
|
}
|
|
3783
3792
|
|
|
@@ -3789,7 +3798,7 @@ class GetHealthCheckCountCommand extends smithyClient.Command
|
|
|
3789
3798
|
})
|
|
3790
3799
|
.s("AWSDnsV20130401", "GetHealthCheckCount", {})
|
|
3791
3800
|
.n("Route53Client", "GetHealthCheckCountCommand")
|
|
3792
|
-
.sc(GetHealthCheckCount)
|
|
3801
|
+
.sc(GetHealthCheckCount$)
|
|
3793
3802
|
.build() {
|
|
3794
3803
|
}
|
|
3795
3804
|
|
|
@@ -3801,7 +3810,7 @@ class GetHealthCheckLastFailureReasonCommand extends smithyClient.Command
|
|
|
3801
3810
|
})
|
|
3802
3811
|
.s("AWSDnsV20130401", "GetHealthCheckLastFailureReason", {})
|
|
3803
3812
|
.n("Route53Client", "GetHealthCheckLastFailureReasonCommand")
|
|
3804
|
-
.sc(GetHealthCheckLastFailureReason)
|
|
3813
|
+
.sc(GetHealthCheckLastFailureReason$)
|
|
3805
3814
|
.build() {
|
|
3806
3815
|
}
|
|
3807
3816
|
|
|
@@ -3813,7 +3822,7 @@ class GetHealthCheckStatusCommand extends smithyClient.Command
|
|
|
3813
3822
|
})
|
|
3814
3823
|
.s("AWSDnsV20130401", "GetHealthCheckStatus", {})
|
|
3815
3824
|
.n("Route53Client", "GetHealthCheckStatusCommand")
|
|
3816
|
-
.sc(GetHealthCheckStatus)
|
|
3825
|
+
.sc(GetHealthCheckStatus$)
|
|
3817
3826
|
.build() {
|
|
3818
3827
|
}
|
|
3819
3828
|
|
|
@@ -3825,7 +3834,7 @@ class GetHostedZoneCommand extends smithyClient.Command
|
|
|
3825
3834
|
})
|
|
3826
3835
|
.s("AWSDnsV20130401", "GetHostedZone", {})
|
|
3827
3836
|
.n("Route53Client", "GetHostedZoneCommand")
|
|
3828
|
-
.sc(GetHostedZone)
|
|
3837
|
+
.sc(GetHostedZone$)
|
|
3829
3838
|
.build() {
|
|
3830
3839
|
}
|
|
3831
3840
|
|
|
@@ -3837,7 +3846,7 @@ class GetHostedZoneCountCommand extends smithyClient.Command
|
|
|
3837
3846
|
})
|
|
3838
3847
|
.s("AWSDnsV20130401", "GetHostedZoneCount", {})
|
|
3839
3848
|
.n("Route53Client", "GetHostedZoneCountCommand")
|
|
3840
|
-
.sc(GetHostedZoneCount)
|
|
3849
|
+
.sc(GetHostedZoneCount$)
|
|
3841
3850
|
.build() {
|
|
3842
3851
|
}
|
|
3843
3852
|
|
|
@@ -3849,7 +3858,7 @@ class GetHostedZoneLimitCommand extends smithyClient.Command
|
|
|
3849
3858
|
})
|
|
3850
3859
|
.s("AWSDnsV20130401", "GetHostedZoneLimit", {})
|
|
3851
3860
|
.n("Route53Client", "GetHostedZoneLimitCommand")
|
|
3852
|
-
.sc(GetHostedZoneLimit)
|
|
3861
|
+
.sc(GetHostedZoneLimit$)
|
|
3853
3862
|
.build() {
|
|
3854
3863
|
}
|
|
3855
3864
|
|
|
@@ -3861,7 +3870,7 @@ class GetQueryLoggingConfigCommand extends smithyClient.Command
|
|
|
3861
3870
|
})
|
|
3862
3871
|
.s("AWSDnsV20130401", "GetQueryLoggingConfig", {})
|
|
3863
3872
|
.n("Route53Client", "GetQueryLoggingConfigCommand")
|
|
3864
|
-
.sc(GetQueryLoggingConfig)
|
|
3873
|
+
.sc(GetQueryLoggingConfig$)
|
|
3865
3874
|
.build() {
|
|
3866
3875
|
}
|
|
3867
3876
|
|
|
@@ -3873,7 +3882,7 @@ class GetReusableDelegationSetCommand extends smithyClient.Command
|
|
|
3873
3882
|
})
|
|
3874
3883
|
.s("AWSDnsV20130401", "GetReusableDelegationSet", {})
|
|
3875
3884
|
.n("Route53Client", "GetReusableDelegationSetCommand")
|
|
3876
|
-
.sc(GetReusableDelegationSet)
|
|
3885
|
+
.sc(GetReusableDelegationSet$)
|
|
3877
3886
|
.build() {
|
|
3878
3887
|
}
|
|
3879
3888
|
|
|
@@ -3885,7 +3894,7 @@ class GetReusableDelegationSetLimitCommand extends smithyClient.Command
|
|
|
3885
3894
|
})
|
|
3886
3895
|
.s("AWSDnsV20130401", "GetReusableDelegationSetLimit", {})
|
|
3887
3896
|
.n("Route53Client", "GetReusableDelegationSetLimitCommand")
|
|
3888
|
-
.sc(GetReusableDelegationSetLimit)
|
|
3897
|
+
.sc(GetReusableDelegationSetLimit$)
|
|
3889
3898
|
.build() {
|
|
3890
3899
|
}
|
|
3891
3900
|
|
|
@@ -3897,7 +3906,7 @@ class GetTrafficPolicyCommand extends smithyClient.Command
|
|
|
3897
3906
|
})
|
|
3898
3907
|
.s("AWSDnsV20130401", "GetTrafficPolicy", {})
|
|
3899
3908
|
.n("Route53Client", "GetTrafficPolicyCommand")
|
|
3900
|
-
.sc(GetTrafficPolicy)
|
|
3909
|
+
.sc(GetTrafficPolicy$)
|
|
3901
3910
|
.build() {
|
|
3902
3911
|
}
|
|
3903
3912
|
|
|
@@ -3909,7 +3918,7 @@ class GetTrafficPolicyInstanceCommand extends smithyClient.Command
|
|
|
3909
3918
|
})
|
|
3910
3919
|
.s("AWSDnsV20130401", "GetTrafficPolicyInstance", {})
|
|
3911
3920
|
.n("Route53Client", "GetTrafficPolicyInstanceCommand")
|
|
3912
|
-
.sc(GetTrafficPolicyInstance)
|
|
3921
|
+
.sc(GetTrafficPolicyInstance$)
|
|
3913
3922
|
.build() {
|
|
3914
3923
|
}
|
|
3915
3924
|
|
|
@@ -3921,7 +3930,7 @@ class GetTrafficPolicyInstanceCountCommand extends smithyClient.Command
|
|
|
3921
3930
|
})
|
|
3922
3931
|
.s("AWSDnsV20130401", "GetTrafficPolicyInstanceCount", {})
|
|
3923
3932
|
.n("Route53Client", "GetTrafficPolicyInstanceCountCommand")
|
|
3924
|
-
.sc(GetTrafficPolicyInstanceCount)
|
|
3933
|
+
.sc(GetTrafficPolicyInstanceCount$)
|
|
3925
3934
|
.build() {
|
|
3926
3935
|
}
|
|
3927
3936
|
|
|
@@ -3933,7 +3942,7 @@ class ListCidrBlocksCommand extends smithyClient.Command
|
|
|
3933
3942
|
})
|
|
3934
3943
|
.s("AWSDnsV20130401", "ListCidrBlocks", {})
|
|
3935
3944
|
.n("Route53Client", "ListCidrBlocksCommand")
|
|
3936
|
-
.sc(ListCidrBlocks)
|
|
3945
|
+
.sc(ListCidrBlocks$)
|
|
3937
3946
|
.build() {
|
|
3938
3947
|
}
|
|
3939
3948
|
|
|
@@ -3945,7 +3954,7 @@ class ListCidrCollectionsCommand extends smithyClient.Command
|
|
|
3945
3954
|
})
|
|
3946
3955
|
.s("AWSDnsV20130401", "ListCidrCollections", {})
|
|
3947
3956
|
.n("Route53Client", "ListCidrCollectionsCommand")
|
|
3948
|
-
.sc(ListCidrCollections)
|
|
3957
|
+
.sc(ListCidrCollections$)
|
|
3949
3958
|
.build() {
|
|
3950
3959
|
}
|
|
3951
3960
|
|
|
@@ -3957,7 +3966,7 @@ class ListCidrLocationsCommand extends smithyClient.Command
|
|
|
3957
3966
|
})
|
|
3958
3967
|
.s("AWSDnsV20130401", "ListCidrLocations", {})
|
|
3959
3968
|
.n("Route53Client", "ListCidrLocationsCommand")
|
|
3960
|
-
.sc(ListCidrLocations)
|
|
3969
|
+
.sc(ListCidrLocations$)
|
|
3961
3970
|
.build() {
|
|
3962
3971
|
}
|
|
3963
3972
|
|
|
@@ -3969,7 +3978,7 @@ class ListGeoLocationsCommand extends smithyClient.Command
|
|
|
3969
3978
|
})
|
|
3970
3979
|
.s("AWSDnsV20130401", "ListGeoLocations", {})
|
|
3971
3980
|
.n("Route53Client", "ListGeoLocationsCommand")
|
|
3972
|
-
.sc(ListGeoLocations)
|
|
3981
|
+
.sc(ListGeoLocations$)
|
|
3973
3982
|
.build() {
|
|
3974
3983
|
}
|
|
3975
3984
|
|
|
@@ -3981,7 +3990,7 @@ class ListHealthChecksCommand extends smithyClient.Command
|
|
|
3981
3990
|
})
|
|
3982
3991
|
.s("AWSDnsV20130401", "ListHealthChecks", {})
|
|
3983
3992
|
.n("Route53Client", "ListHealthChecksCommand")
|
|
3984
|
-
.sc(ListHealthChecks)
|
|
3993
|
+
.sc(ListHealthChecks$)
|
|
3985
3994
|
.build() {
|
|
3986
3995
|
}
|
|
3987
3996
|
|
|
@@ -3993,7 +4002,7 @@ class ListHostedZonesByNameCommand extends smithyClient.Command
|
|
|
3993
4002
|
})
|
|
3994
4003
|
.s("AWSDnsV20130401", "ListHostedZonesByName", {})
|
|
3995
4004
|
.n("Route53Client", "ListHostedZonesByNameCommand")
|
|
3996
|
-
.sc(ListHostedZonesByName)
|
|
4005
|
+
.sc(ListHostedZonesByName$)
|
|
3997
4006
|
.build() {
|
|
3998
4007
|
}
|
|
3999
4008
|
|
|
@@ -4005,7 +4014,7 @@ class ListHostedZonesByVPCCommand extends smithyClient.Command
|
|
|
4005
4014
|
})
|
|
4006
4015
|
.s("AWSDnsV20130401", "ListHostedZonesByVPC", {})
|
|
4007
4016
|
.n("Route53Client", "ListHostedZonesByVPCCommand")
|
|
4008
|
-
.sc(ListHostedZonesByVPC)
|
|
4017
|
+
.sc(ListHostedZonesByVPC$)
|
|
4009
4018
|
.build() {
|
|
4010
4019
|
}
|
|
4011
4020
|
|
|
@@ -4017,7 +4026,7 @@ class ListHostedZonesCommand extends smithyClient.Command
|
|
|
4017
4026
|
})
|
|
4018
4027
|
.s("AWSDnsV20130401", "ListHostedZones", {})
|
|
4019
4028
|
.n("Route53Client", "ListHostedZonesCommand")
|
|
4020
|
-
.sc(ListHostedZones)
|
|
4029
|
+
.sc(ListHostedZones$)
|
|
4021
4030
|
.build() {
|
|
4022
4031
|
}
|
|
4023
4032
|
|
|
@@ -4029,7 +4038,7 @@ class ListQueryLoggingConfigsCommand extends smithyClient.Command
|
|
|
4029
4038
|
})
|
|
4030
4039
|
.s("AWSDnsV20130401", "ListQueryLoggingConfigs", {})
|
|
4031
4040
|
.n("Route53Client", "ListQueryLoggingConfigsCommand")
|
|
4032
|
-
.sc(ListQueryLoggingConfigs)
|
|
4041
|
+
.sc(ListQueryLoggingConfigs$)
|
|
4033
4042
|
.build() {
|
|
4034
4043
|
}
|
|
4035
4044
|
|
|
@@ -4041,7 +4050,7 @@ class ListResourceRecordSetsCommand extends smithyClient.Command
|
|
|
4041
4050
|
})
|
|
4042
4051
|
.s("AWSDnsV20130401", "ListResourceRecordSets", {})
|
|
4043
4052
|
.n("Route53Client", "ListResourceRecordSetsCommand")
|
|
4044
|
-
.sc(ListResourceRecordSets)
|
|
4053
|
+
.sc(ListResourceRecordSets$)
|
|
4045
4054
|
.build() {
|
|
4046
4055
|
}
|
|
4047
4056
|
|
|
@@ -4053,7 +4062,7 @@ class ListReusableDelegationSetsCommand extends smithyClient.Command
|
|
|
4053
4062
|
})
|
|
4054
4063
|
.s("AWSDnsV20130401", "ListReusableDelegationSets", {})
|
|
4055
4064
|
.n("Route53Client", "ListReusableDelegationSetsCommand")
|
|
4056
|
-
.sc(ListReusableDelegationSets)
|
|
4065
|
+
.sc(ListReusableDelegationSets$)
|
|
4057
4066
|
.build() {
|
|
4058
4067
|
}
|
|
4059
4068
|
|
|
@@ -4065,7 +4074,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
4065
4074
|
})
|
|
4066
4075
|
.s("AWSDnsV20130401", "ListTagsForResource", {})
|
|
4067
4076
|
.n("Route53Client", "ListTagsForResourceCommand")
|
|
4068
|
-
.sc(ListTagsForResource)
|
|
4077
|
+
.sc(ListTagsForResource$)
|
|
4069
4078
|
.build() {
|
|
4070
4079
|
}
|
|
4071
4080
|
|
|
@@ -4077,7 +4086,7 @@ class ListTagsForResourcesCommand extends smithyClient.Command
|
|
|
4077
4086
|
})
|
|
4078
4087
|
.s("AWSDnsV20130401", "ListTagsForResources", {})
|
|
4079
4088
|
.n("Route53Client", "ListTagsForResourcesCommand")
|
|
4080
|
-
.sc(ListTagsForResources)
|
|
4089
|
+
.sc(ListTagsForResources$)
|
|
4081
4090
|
.build() {
|
|
4082
4091
|
}
|
|
4083
4092
|
|
|
@@ -4089,7 +4098,7 @@ class ListTrafficPoliciesCommand extends smithyClient.Command
|
|
|
4089
4098
|
})
|
|
4090
4099
|
.s("AWSDnsV20130401", "ListTrafficPolicies", {})
|
|
4091
4100
|
.n("Route53Client", "ListTrafficPoliciesCommand")
|
|
4092
|
-
.sc(ListTrafficPolicies)
|
|
4101
|
+
.sc(ListTrafficPolicies$)
|
|
4093
4102
|
.build() {
|
|
4094
4103
|
}
|
|
4095
4104
|
|
|
@@ -4101,7 +4110,7 @@ class ListTrafficPolicyInstancesByHostedZoneCommand extends smithyClient.Command
|
|
|
4101
4110
|
})
|
|
4102
4111
|
.s("AWSDnsV20130401", "ListTrafficPolicyInstancesByHostedZone", {})
|
|
4103
4112
|
.n("Route53Client", "ListTrafficPolicyInstancesByHostedZoneCommand")
|
|
4104
|
-
.sc(ListTrafficPolicyInstancesByHostedZone)
|
|
4113
|
+
.sc(ListTrafficPolicyInstancesByHostedZone$)
|
|
4105
4114
|
.build() {
|
|
4106
4115
|
}
|
|
4107
4116
|
|
|
@@ -4113,7 +4122,7 @@ class ListTrafficPolicyInstancesByPolicyCommand extends smithyClient.Command
|
|
|
4113
4122
|
})
|
|
4114
4123
|
.s("AWSDnsV20130401", "ListTrafficPolicyInstancesByPolicy", {})
|
|
4115
4124
|
.n("Route53Client", "ListTrafficPolicyInstancesByPolicyCommand")
|
|
4116
|
-
.sc(ListTrafficPolicyInstancesByPolicy)
|
|
4125
|
+
.sc(ListTrafficPolicyInstancesByPolicy$)
|
|
4117
4126
|
.build() {
|
|
4118
4127
|
}
|
|
4119
4128
|
|
|
@@ -4125,7 +4134,7 @@ class ListTrafficPolicyInstancesCommand extends smithyClient.Command
|
|
|
4125
4134
|
})
|
|
4126
4135
|
.s("AWSDnsV20130401", "ListTrafficPolicyInstances", {})
|
|
4127
4136
|
.n("Route53Client", "ListTrafficPolicyInstancesCommand")
|
|
4128
|
-
.sc(ListTrafficPolicyInstances)
|
|
4137
|
+
.sc(ListTrafficPolicyInstances$)
|
|
4129
4138
|
.build() {
|
|
4130
4139
|
}
|
|
4131
4140
|
|
|
@@ -4137,7 +4146,7 @@ class ListTrafficPolicyVersionsCommand extends smithyClient.Command
|
|
|
4137
4146
|
})
|
|
4138
4147
|
.s("AWSDnsV20130401", "ListTrafficPolicyVersions", {})
|
|
4139
4148
|
.n("Route53Client", "ListTrafficPolicyVersionsCommand")
|
|
4140
|
-
.sc(ListTrafficPolicyVersions)
|
|
4149
|
+
.sc(ListTrafficPolicyVersions$)
|
|
4141
4150
|
.build() {
|
|
4142
4151
|
}
|
|
4143
4152
|
|
|
@@ -4149,7 +4158,7 @@ class ListVPCAssociationAuthorizationsCommand extends smithyClient.Command
|
|
|
4149
4158
|
})
|
|
4150
4159
|
.s("AWSDnsV20130401", "ListVPCAssociationAuthorizations", {})
|
|
4151
4160
|
.n("Route53Client", "ListVPCAssociationAuthorizationsCommand")
|
|
4152
|
-
.sc(ListVPCAssociationAuthorizations)
|
|
4161
|
+
.sc(ListVPCAssociationAuthorizations$)
|
|
4153
4162
|
.build() {
|
|
4154
4163
|
}
|
|
4155
4164
|
|
|
@@ -4161,7 +4170,7 @@ class TestDNSAnswerCommand extends smithyClient.Command
|
|
|
4161
4170
|
})
|
|
4162
4171
|
.s("AWSDnsV20130401", "TestDNSAnswer", {})
|
|
4163
4172
|
.n("Route53Client", "TestDNSAnswerCommand")
|
|
4164
|
-
.sc(TestDNSAnswer)
|
|
4173
|
+
.sc(TestDNSAnswer$)
|
|
4165
4174
|
.build() {
|
|
4166
4175
|
}
|
|
4167
4176
|
|
|
@@ -4173,7 +4182,7 @@ class UpdateHealthCheckCommand extends smithyClient.Command
|
|
|
4173
4182
|
})
|
|
4174
4183
|
.s("AWSDnsV20130401", "UpdateHealthCheck", {})
|
|
4175
4184
|
.n("Route53Client", "UpdateHealthCheckCommand")
|
|
4176
|
-
.sc(UpdateHealthCheck)
|
|
4185
|
+
.sc(UpdateHealthCheck$)
|
|
4177
4186
|
.build() {
|
|
4178
4187
|
}
|
|
4179
4188
|
|
|
@@ -4185,7 +4194,7 @@ class UpdateHostedZoneCommentCommand extends smithyClient.Command
|
|
|
4185
4194
|
})
|
|
4186
4195
|
.s("AWSDnsV20130401", "UpdateHostedZoneComment", {})
|
|
4187
4196
|
.n("Route53Client", "UpdateHostedZoneCommentCommand")
|
|
4188
|
-
.sc(UpdateHostedZoneComment)
|
|
4197
|
+
.sc(UpdateHostedZoneComment$)
|
|
4189
4198
|
.build() {
|
|
4190
4199
|
}
|
|
4191
4200
|
|
|
@@ -4197,7 +4206,7 @@ class UpdateHostedZoneFeaturesCommand extends smithyClient.Command
|
|
|
4197
4206
|
})
|
|
4198
4207
|
.s("AWSDnsV20130401", "UpdateHostedZoneFeatures", {})
|
|
4199
4208
|
.n("Route53Client", "UpdateHostedZoneFeaturesCommand")
|
|
4200
|
-
.sc(UpdateHostedZoneFeatures)
|
|
4209
|
+
.sc(UpdateHostedZoneFeatures$)
|
|
4201
4210
|
.build() {
|
|
4202
4211
|
}
|
|
4203
4212
|
|
|
@@ -4209,7 +4218,7 @@ class UpdateTrafficPolicyCommentCommand extends smithyClient.Command
|
|
|
4209
4218
|
})
|
|
4210
4219
|
.s("AWSDnsV20130401", "UpdateTrafficPolicyComment", {})
|
|
4211
4220
|
.n("Route53Client", "UpdateTrafficPolicyCommentCommand")
|
|
4212
|
-
.sc(UpdateTrafficPolicyComment)
|
|
4221
|
+
.sc(UpdateTrafficPolicyComment$)
|
|
4213
4222
|
.build() {
|
|
4214
4223
|
}
|
|
4215
4224
|
|
|
@@ -4221,7 +4230,7 @@ class UpdateTrafficPolicyInstanceCommand extends smithyClient.Command
|
|
|
4221
4230
|
})
|
|
4222
4231
|
.s("AWSDnsV20130401", "UpdateTrafficPolicyInstance", {})
|
|
4223
4232
|
.n("Route53Client", "UpdateTrafficPolicyInstanceCommand")
|
|
4224
|
-
.sc(UpdateTrafficPolicyInstance)
|
|
4233
|
+
.sc(UpdateTrafficPolicyInstance$)
|
|
4225
4234
|
.build() {
|
|
4226
4235
|
}
|
|
4227
4236
|
|
|
@@ -4602,167 +4611,493 @@ Object.defineProperty(exports, "__Client", {
|
|
|
4602
4611
|
get: function () { return smithyClient.Client; }
|
|
4603
4612
|
});
|
|
4604
4613
|
exports.AcceleratedRecoveryStatus = AcceleratedRecoveryStatus;
|
|
4614
|
+
exports.AccountLimit$ = AccountLimit$;
|
|
4605
4615
|
exports.AccountLimitType = AccountLimitType;
|
|
4616
|
+
exports.ActivateKeySigningKey$ = ActivateKeySigningKey$;
|
|
4606
4617
|
exports.ActivateKeySigningKeyCommand = ActivateKeySigningKeyCommand;
|
|
4618
|
+
exports.ActivateKeySigningKeyRequest$ = ActivateKeySigningKeyRequest$;
|
|
4619
|
+
exports.ActivateKeySigningKeyResponse$ = ActivateKeySigningKeyResponse$;
|
|
4620
|
+
exports.AlarmIdentifier$ = AlarmIdentifier$;
|
|
4621
|
+
exports.AliasTarget$ = AliasTarget$;
|
|
4622
|
+
exports.AssociateVPCWithHostedZone$ = AssociateVPCWithHostedZone$;
|
|
4607
4623
|
exports.AssociateVPCWithHostedZoneCommand = AssociateVPCWithHostedZoneCommand;
|
|
4624
|
+
exports.AssociateVPCWithHostedZoneRequest$ = AssociateVPCWithHostedZoneRequest$;
|
|
4625
|
+
exports.AssociateVPCWithHostedZoneResponse$ = AssociateVPCWithHostedZoneResponse$;
|
|
4626
|
+
exports.Change$ = Change$;
|
|
4608
4627
|
exports.ChangeAction = ChangeAction;
|
|
4628
|
+
exports.ChangeBatch$ = ChangeBatch$;
|
|
4629
|
+
exports.ChangeCidrCollection$ = ChangeCidrCollection$;
|
|
4609
4630
|
exports.ChangeCidrCollectionCommand = ChangeCidrCollectionCommand;
|
|
4631
|
+
exports.ChangeCidrCollectionRequest$ = ChangeCidrCollectionRequest$;
|
|
4632
|
+
exports.ChangeCidrCollectionResponse$ = ChangeCidrCollectionResponse$;
|
|
4633
|
+
exports.ChangeInfo$ = ChangeInfo$;
|
|
4634
|
+
exports.ChangeResourceRecordSets$ = ChangeResourceRecordSets$;
|
|
4610
4635
|
exports.ChangeResourceRecordSetsCommand = ChangeResourceRecordSetsCommand;
|
|
4636
|
+
exports.ChangeResourceRecordSetsRequest$ = ChangeResourceRecordSetsRequest$;
|
|
4637
|
+
exports.ChangeResourceRecordSetsResponse$ = ChangeResourceRecordSetsResponse$;
|
|
4611
4638
|
exports.ChangeStatus = ChangeStatus;
|
|
4639
|
+
exports.ChangeTagsForResource$ = ChangeTagsForResource$;
|
|
4612
4640
|
exports.ChangeTagsForResourceCommand = ChangeTagsForResourceCommand;
|
|
4613
|
-
exports.
|
|
4614
|
-
exports.
|
|
4641
|
+
exports.ChangeTagsForResourceRequest$ = ChangeTagsForResourceRequest$;
|
|
4642
|
+
exports.ChangeTagsForResourceResponse$ = ChangeTagsForResourceResponse$;
|
|
4643
|
+
exports.CidrBlockInUseException = CidrBlockInUseException;
|
|
4644
|
+
exports.CidrBlockInUseException$ = CidrBlockInUseException$;
|
|
4645
|
+
exports.CidrBlockSummary$ = CidrBlockSummary$;
|
|
4646
|
+
exports.CidrCollection$ = CidrCollection$;
|
|
4647
|
+
exports.CidrCollectionAlreadyExistsException = CidrCollectionAlreadyExistsException;
|
|
4648
|
+
exports.CidrCollectionAlreadyExistsException$ = CidrCollectionAlreadyExistsException$;
|
|
4649
|
+
exports.CidrCollectionChange$ = CidrCollectionChange$;
|
|
4615
4650
|
exports.CidrCollectionChangeAction = CidrCollectionChangeAction;
|
|
4616
|
-
exports.CidrCollectionInUseException = CidrCollectionInUseException
|
|
4617
|
-
exports.
|
|
4651
|
+
exports.CidrCollectionInUseException = CidrCollectionInUseException;
|
|
4652
|
+
exports.CidrCollectionInUseException$ = CidrCollectionInUseException$;
|
|
4653
|
+
exports.CidrCollectionVersionMismatchException = CidrCollectionVersionMismatchException;
|
|
4654
|
+
exports.CidrCollectionVersionMismatchException$ = CidrCollectionVersionMismatchException$;
|
|
4655
|
+
exports.CidrRoutingConfig$ = CidrRoutingConfig$;
|
|
4656
|
+
exports.CloudWatchAlarmConfiguration$ = CloudWatchAlarmConfiguration$;
|
|
4618
4657
|
exports.CloudWatchRegion = CloudWatchRegion;
|
|
4658
|
+
exports.CollectionSummary$ = CollectionSummary$;
|
|
4619
4659
|
exports.ComparisonOperator = ComparisonOperator;
|
|
4620
|
-
exports.ConcurrentModification = ConcurrentModification
|
|
4621
|
-
exports.
|
|
4622
|
-
exports.
|
|
4660
|
+
exports.ConcurrentModification = ConcurrentModification;
|
|
4661
|
+
exports.ConcurrentModification$ = ConcurrentModification$;
|
|
4662
|
+
exports.ConflictingDomainExists = ConflictingDomainExists;
|
|
4663
|
+
exports.ConflictingDomainExists$ = ConflictingDomainExists$;
|
|
4664
|
+
exports.ConflictingTypes = ConflictingTypes;
|
|
4665
|
+
exports.ConflictingTypes$ = ConflictingTypes$;
|
|
4666
|
+
exports.Coordinates$ = Coordinates$;
|
|
4667
|
+
exports.CreateCidrCollection$ = CreateCidrCollection$;
|
|
4623
4668
|
exports.CreateCidrCollectionCommand = CreateCidrCollectionCommand;
|
|
4669
|
+
exports.CreateCidrCollectionRequest$ = CreateCidrCollectionRequest$;
|
|
4670
|
+
exports.CreateCidrCollectionResponse$ = CreateCidrCollectionResponse$;
|
|
4671
|
+
exports.CreateHealthCheck$ = CreateHealthCheck$;
|
|
4624
4672
|
exports.CreateHealthCheckCommand = CreateHealthCheckCommand;
|
|
4673
|
+
exports.CreateHealthCheckRequest$ = CreateHealthCheckRequest$;
|
|
4674
|
+
exports.CreateHealthCheckResponse$ = CreateHealthCheckResponse$;
|
|
4675
|
+
exports.CreateHostedZone$ = CreateHostedZone$;
|
|
4625
4676
|
exports.CreateHostedZoneCommand = CreateHostedZoneCommand;
|
|
4677
|
+
exports.CreateHostedZoneRequest$ = CreateHostedZoneRequest$;
|
|
4678
|
+
exports.CreateHostedZoneResponse$ = CreateHostedZoneResponse$;
|
|
4679
|
+
exports.CreateKeySigningKey$ = CreateKeySigningKey$;
|
|
4626
4680
|
exports.CreateKeySigningKeyCommand = CreateKeySigningKeyCommand;
|
|
4681
|
+
exports.CreateKeySigningKeyRequest$ = CreateKeySigningKeyRequest$;
|
|
4682
|
+
exports.CreateKeySigningKeyResponse$ = CreateKeySigningKeyResponse$;
|
|
4683
|
+
exports.CreateQueryLoggingConfig$ = CreateQueryLoggingConfig$;
|
|
4627
4684
|
exports.CreateQueryLoggingConfigCommand = CreateQueryLoggingConfigCommand;
|
|
4685
|
+
exports.CreateQueryLoggingConfigRequest$ = CreateQueryLoggingConfigRequest$;
|
|
4686
|
+
exports.CreateQueryLoggingConfigResponse$ = CreateQueryLoggingConfigResponse$;
|
|
4687
|
+
exports.CreateReusableDelegationSet$ = CreateReusableDelegationSet$;
|
|
4628
4688
|
exports.CreateReusableDelegationSetCommand = CreateReusableDelegationSetCommand;
|
|
4689
|
+
exports.CreateReusableDelegationSetRequest$ = CreateReusableDelegationSetRequest$;
|
|
4690
|
+
exports.CreateReusableDelegationSetResponse$ = CreateReusableDelegationSetResponse$;
|
|
4691
|
+
exports.CreateTrafficPolicy$ = CreateTrafficPolicy$;
|
|
4629
4692
|
exports.CreateTrafficPolicyCommand = CreateTrafficPolicyCommand;
|
|
4693
|
+
exports.CreateTrafficPolicyInstance$ = CreateTrafficPolicyInstance$;
|
|
4630
4694
|
exports.CreateTrafficPolicyInstanceCommand = CreateTrafficPolicyInstanceCommand;
|
|
4695
|
+
exports.CreateTrafficPolicyInstanceRequest$ = CreateTrafficPolicyInstanceRequest$;
|
|
4696
|
+
exports.CreateTrafficPolicyInstanceResponse$ = CreateTrafficPolicyInstanceResponse$;
|
|
4697
|
+
exports.CreateTrafficPolicyRequest$ = CreateTrafficPolicyRequest$;
|
|
4698
|
+
exports.CreateTrafficPolicyResponse$ = CreateTrafficPolicyResponse$;
|
|
4699
|
+
exports.CreateTrafficPolicyVersion$ = CreateTrafficPolicyVersion$;
|
|
4631
4700
|
exports.CreateTrafficPolicyVersionCommand = CreateTrafficPolicyVersionCommand;
|
|
4701
|
+
exports.CreateTrafficPolicyVersionRequest$ = CreateTrafficPolicyVersionRequest$;
|
|
4702
|
+
exports.CreateTrafficPolicyVersionResponse$ = CreateTrafficPolicyVersionResponse$;
|
|
4703
|
+
exports.CreateVPCAssociationAuthorization$ = CreateVPCAssociationAuthorization$;
|
|
4632
4704
|
exports.CreateVPCAssociationAuthorizationCommand = CreateVPCAssociationAuthorizationCommand;
|
|
4633
|
-
exports.
|
|
4705
|
+
exports.CreateVPCAssociationAuthorizationRequest$ = CreateVPCAssociationAuthorizationRequest$;
|
|
4706
|
+
exports.CreateVPCAssociationAuthorizationResponse$ = CreateVPCAssociationAuthorizationResponse$;
|
|
4707
|
+
exports.DNSSECNotFound = DNSSECNotFound;
|
|
4708
|
+
exports.DNSSECNotFound$ = DNSSECNotFound$;
|
|
4709
|
+
exports.DNSSECStatus$ = DNSSECStatus$;
|
|
4710
|
+
exports.DeactivateKeySigningKey$ = DeactivateKeySigningKey$;
|
|
4634
4711
|
exports.DeactivateKeySigningKeyCommand = DeactivateKeySigningKeyCommand;
|
|
4635
|
-
exports.
|
|
4636
|
-
exports.
|
|
4637
|
-
exports.
|
|
4638
|
-
exports.
|
|
4639
|
-
exports.
|
|
4712
|
+
exports.DeactivateKeySigningKeyRequest$ = DeactivateKeySigningKeyRequest$;
|
|
4713
|
+
exports.DeactivateKeySigningKeyResponse$ = DeactivateKeySigningKeyResponse$;
|
|
4714
|
+
exports.DelegationSet$ = DelegationSet$;
|
|
4715
|
+
exports.DelegationSetAlreadyCreated = DelegationSetAlreadyCreated;
|
|
4716
|
+
exports.DelegationSetAlreadyCreated$ = DelegationSetAlreadyCreated$;
|
|
4717
|
+
exports.DelegationSetAlreadyReusable = DelegationSetAlreadyReusable;
|
|
4718
|
+
exports.DelegationSetAlreadyReusable$ = DelegationSetAlreadyReusable$;
|
|
4719
|
+
exports.DelegationSetInUse = DelegationSetInUse;
|
|
4720
|
+
exports.DelegationSetInUse$ = DelegationSetInUse$;
|
|
4721
|
+
exports.DelegationSetNotAvailable = DelegationSetNotAvailable;
|
|
4722
|
+
exports.DelegationSetNotAvailable$ = DelegationSetNotAvailable$;
|
|
4723
|
+
exports.DelegationSetNotReusable = DelegationSetNotReusable;
|
|
4724
|
+
exports.DelegationSetNotReusable$ = DelegationSetNotReusable$;
|
|
4725
|
+
exports.DeleteCidrCollection$ = DeleteCidrCollection$;
|
|
4640
4726
|
exports.DeleteCidrCollectionCommand = DeleteCidrCollectionCommand;
|
|
4727
|
+
exports.DeleteCidrCollectionRequest$ = DeleteCidrCollectionRequest$;
|
|
4728
|
+
exports.DeleteCidrCollectionResponse$ = DeleteCidrCollectionResponse$;
|
|
4729
|
+
exports.DeleteHealthCheck$ = DeleteHealthCheck$;
|
|
4641
4730
|
exports.DeleteHealthCheckCommand = DeleteHealthCheckCommand;
|
|
4731
|
+
exports.DeleteHealthCheckRequest$ = DeleteHealthCheckRequest$;
|
|
4732
|
+
exports.DeleteHealthCheckResponse$ = DeleteHealthCheckResponse$;
|
|
4733
|
+
exports.DeleteHostedZone$ = DeleteHostedZone$;
|
|
4642
4734
|
exports.DeleteHostedZoneCommand = DeleteHostedZoneCommand;
|
|
4735
|
+
exports.DeleteHostedZoneRequest$ = DeleteHostedZoneRequest$;
|
|
4736
|
+
exports.DeleteHostedZoneResponse$ = DeleteHostedZoneResponse$;
|
|
4737
|
+
exports.DeleteKeySigningKey$ = DeleteKeySigningKey$;
|
|
4643
4738
|
exports.DeleteKeySigningKeyCommand = DeleteKeySigningKeyCommand;
|
|
4739
|
+
exports.DeleteKeySigningKeyRequest$ = DeleteKeySigningKeyRequest$;
|
|
4740
|
+
exports.DeleteKeySigningKeyResponse$ = DeleteKeySigningKeyResponse$;
|
|
4741
|
+
exports.DeleteQueryLoggingConfig$ = DeleteQueryLoggingConfig$;
|
|
4644
4742
|
exports.DeleteQueryLoggingConfigCommand = DeleteQueryLoggingConfigCommand;
|
|
4743
|
+
exports.DeleteQueryLoggingConfigRequest$ = DeleteQueryLoggingConfigRequest$;
|
|
4744
|
+
exports.DeleteQueryLoggingConfigResponse$ = DeleteQueryLoggingConfigResponse$;
|
|
4745
|
+
exports.DeleteReusableDelegationSet$ = DeleteReusableDelegationSet$;
|
|
4645
4746
|
exports.DeleteReusableDelegationSetCommand = DeleteReusableDelegationSetCommand;
|
|
4747
|
+
exports.DeleteReusableDelegationSetRequest$ = DeleteReusableDelegationSetRequest$;
|
|
4748
|
+
exports.DeleteReusableDelegationSetResponse$ = DeleteReusableDelegationSetResponse$;
|
|
4749
|
+
exports.DeleteTrafficPolicy$ = DeleteTrafficPolicy$;
|
|
4646
4750
|
exports.DeleteTrafficPolicyCommand = DeleteTrafficPolicyCommand;
|
|
4751
|
+
exports.DeleteTrafficPolicyInstance$ = DeleteTrafficPolicyInstance$;
|
|
4647
4752
|
exports.DeleteTrafficPolicyInstanceCommand = DeleteTrafficPolicyInstanceCommand;
|
|
4753
|
+
exports.DeleteTrafficPolicyInstanceRequest$ = DeleteTrafficPolicyInstanceRequest$;
|
|
4754
|
+
exports.DeleteTrafficPolicyInstanceResponse$ = DeleteTrafficPolicyInstanceResponse$;
|
|
4755
|
+
exports.DeleteTrafficPolicyRequest$ = DeleteTrafficPolicyRequest$;
|
|
4756
|
+
exports.DeleteTrafficPolicyResponse$ = DeleteTrafficPolicyResponse$;
|
|
4757
|
+
exports.DeleteVPCAssociationAuthorization$ = DeleteVPCAssociationAuthorization$;
|
|
4648
4758
|
exports.DeleteVPCAssociationAuthorizationCommand = DeleteVPCAssociationAuthorizationCommand;
|
|
4759
|
+
exports.DeleteVPCAssociationAuthorizationRequest$ = DeleteVPCAssociationAuthorizationRequest$;
|
|
4760
|
+
exports.DeleteVPCAssociationAuthorizationResponse$ = DeleteVPCAssociationAuthorizationResponse$;
|
|
4761
|
+
exports.Dimension$ = Dimension$;
|
|
4762
|
+
exports.DisableHostedZoneDNSSEC$ = DisableHostedZoneDNSSEC$;
|
|
4649
4763
|
exports.DisableHostedZoneDNSSECCommand = DisableHostedZoneDNSSECCommand;
|
|
4764
|
+
exports.DisableHostedZoneDNSSECRequest$ = DisableHostedZoneDNSSECRequest$;
|
|
4765
|
+
exports.DisableHostedZoneDNSSECResponse$ = DisableHostedZoneDNSSECResponse$;
|
|
4766
|
+
exports.DisassociateVPCFromHostedZone$ = DisassociateVPCFromHostedZone$;
|
|
4650
4767
|
exports.DisassociateVPCFromHostedZoneCommand = DisassociateVPCFromHostedZoneCommand;
|
|
4768
|
+
exports.DisassociateVPCFromHostedZoneRequest$ = DisassociateVPCFromHostedZoneRequest$;
|
|
4769
|
+
exports.DisassociateVPCFromHostedZoneResponse$ = DisassociateVPCFromHostedZoneResponse$;
|
|
4770
|
+
exports.EnableHostedZoneDNSSEC$ = EnableHostedZoneDNSSEC$;
|
|
4651
4771
|
exports.EnableHostedZoneDNSSECCommand = EnableHostedZoneDNSSECCommand;
|
|
4772
|
+
exports.EnableHostedZoneDNSSECRequest$ = EnableHostedZoneDNSSECRequest$;
|
|
4773
|
+
exports.EnableHostedZoneDNSSECResponse$ = EnableHostedZoneDNSSECResponse$;
|
|
4774
|
+
exports.GeoLocation$ = GeoLocation$;
|
|
4775
|
+
exports.GeoLocationDetails$ = GeoLocationDetails$;
|
|
4776
|
+
exports.GeoProximityLocation$ = GeoProximityLocation$;
|
|
4777
|
+
exports.GetAccountLimit$ = GetAccountLimit$;
|
|
4652
4778
|
exports.GetAccountLimitCommand = GetAccountLimitCommand;
|
|
4779
|
+
exports.GetAccountLimitRequest$ = GetAccountLimitRequest$;
|
|
4780
|
+
exports.GetAccountLimitResponse$ = GetAccountLimitResponse$;
|
|
4781
|
+
exports.GetChange$ = GetChange$;
|
|
4653
4782
|
exports.GetChangeCommand = GetChangeCommand;
|
|
4783
|
+
exports.GetChangeRequest$ = GetChangeRequest$;
|
|
4784
|
+
exports.GetChangeResponse$ = GetChangeResponse$;
|
|
4785
|
+
exports.GetCheckerIpRanges$ = GetCheckerIpRanges$;
|
|
4654
4786
|
exports.GetCheckerIpRangesCommand = GetCheckerIpRangesCommand;
|
|
4787
|
+
exports.GetCheckerIpRangesRequest$ = GetCheckerIpRangesRequest$;
|
|
4788
|
+
exports.GetCheckerIpRangesResponse$ = GetCheckerIpRangesResponse$;
|
|
4789
|
+
exports.GetDNSSEC$ = GetDNSSEC$;
|
|
4655
4790
|
exports.GetDNSSECCommand = GetDNSSECCommand;
|
|
4791
|
+
exports.GetDNSSECRequest$ = GetDNSSECRequest$;
|
|
4792
|
+
exports.GetDNSSECResponse$ = GetDNSSECResponse$;
|
|
4793
|
+
exports.GetGeoLocation$ = GetGeoLocation$;
|
|
4656
4794
|
exports.GetGeoLocationCommand = GetGeoLocationCommand;
|
|
4795
|
+
exports.GetGeoLocationRequest$ = GetGeoLocationRequest$;
|
|
4796
|
+
exports.GetGeoLocationResponse$ = GetGeoLocationResponse$;
|
|
4797
|
+
exports.GetHealthCheck$ = GetHealthCheck$;
|
|
4657
4798
|
exports.GetHealthCheckCommand = GetHealthCheckCommand;
|
|
4799
|
+
exports.GetHealthCheckCount$ = GetHealthCheckCount$;
|
|
4658
4800
|
exports.GetHealthCheckCountCommand = GetHealthCheckCountCommand;
|
|
4801
|
+
exports.GetHealthCheckCountRequest$ = GetHealthCheckCountRequest$;
|
|
4802
|
+
exports.GetHealthCheckCountResponse$ = GetHealthCheckCountResponse$;
|
|
4803
|
+
exports.GetHealthCheckLastFailureReason$ = GetHealthCheckLastFailureReason$;
|
|
4659
4804
|
exports.GetHealthCheckLastFailureReasonCommand = GetHealthCheckLastFailureReasonCommand;
|
|
4805
|
+
exports.GetHealthCheckLastFailureReasonRequest$ = GetHealthCheckLastFailureReasonRequest$;
|
|
4806
|
+
exports.GetHealthCheckLastFailureReasonResponse$ = GetHealthCheckLastFailureReasonResponse$;
|
|
4807
|
+
exports.GetHealthCheckRequest$ = GetHealthCheckRequest$;
|
|
4808
|
+
exports.GetHealthCheckResponse$ = GetHealthCheckResponse$;
|
|
4809
|
+
exports.GetHealthCheckStatus$ = GetHealthCheckStatus$;
|
|
4660
4810
|
exports.GetHealthCheckStatusCommand = GetHealthCheckStatusCommand;
|
|
4811
|
+
exports.GetHealthCheckStatusRequest$ = GetHealthCheckStatusRequest$;
|
|
4812
|
+
exports.GetHealthCheckStatusResponse$ = GetHealthCheckStatusResponse$;
|
|
4813
|
+
exports.GetHostedZone$ = GetHostedZone$;
|
|
4661
4814
|
exports.GetHostedZoneCommand = GetHostedZoneCommand;
|
|
4815
|
+
exports.GetHostedZoneCount$ = GetHostedZoneCount$;
|
|
4662
4816
|
exports.GetHostedZoneCountCommand = GetHostedZoneCountCommand;
|
|
4817
|
+
exports.GetHostedZoneCountRequest$ = GetHostedZoneCountRequest$;
|
|
4818
|
+
exports.GetHostedZoneCountResponse$ = GetHostedZoneCountResponse$;
|
|
4819
|
+
exports.GetHostedZoneLimit$ = GetHostedZoneLimit$;
|
|
4663
4820
|
exports.GetHostedZoneLimitCommand = GetHostedZoneLimitCommand;
|
|
4821
|
+
exports.GetHostedZoneLimitRequest$ = GetHostedZoneLimitRequest$;
|
|
4822
|
+
exports.GetHostedZoneLimitResponse$ = GetHostedZoneLimitResponse$;
|
|
4823
|
+
exports.GetHostedZoneRequest$ = GetHostedZoneRequest$;
|
|
4824
|
+
exports.GetHostedZoneResponse$ = GetHostedZoneResponse$;
|
|
4825
|
+
exports.GetQueryLoggingConfig$ = GetQueryLoggingConfig$;
|
|
4664
4826
|
exports.GetQueryLoggingConfigCommand = GetQueryLoggingConfigCommand;
|
|
4827
|
+
exports.GetQueryLoggingConfigRequest$ = GetQueryLoggingConfigRequest$;
|
|
4828
|
+
exports.GetQueryLoggingConfigResponse$ = GetQueryLoggingConfigResponse$;
|
|
4829
|
+
exports.GetReusableDelegationSet$ = GetReusableDelegationSet$;
|
|
4665
4830
|
exports.GetReusableDelegationSetCommand = GetReusableDelegationSetCommand;
|
|
4831
|
+
exports.GetReusableDelegationSetLimit$ = GetReusableDelegationSetLimit$;
|
|
4666
4832
|
exports.GetReusableDelegationSetLimitCommand = GetReusableDelegationSetLimitCommand;
|
|
4833
|
+
exports.GetReusableDelegationSetLimitRequest$ = GetReusableDelegationSetLimitRequest$;
|
|
4834
|
+
exports.GetReusableDelegationSetLimitResponse$ = GetReusableDelegationSetLimitResponse$;
|
|
4835
|
+
exports.GetReusableDelegationSetRequest$ = GetReusableDelegationSetRequest$;
|
|
4836
|
+
exports.GetReusableDelegationSetResponse$ = GetReusableDelegationSetResponse$;
|
|
4837
|
+
exports.GetTrafficPolicy$ = GetTrafficPolicy$;
|
|
4667
4838
|
exports.GetTrafficPolicyCommand = GetTrafficPolicyCommand;
|
|
4839
|
+
exports.GetTrafficPolicyInstance$ = GetTrafficPolicyInstance$;
|
|
4668
4840
|
exports.GetTrafficPolicyInstanceCommand = GetTrafficPolicyInstanceCommand;
|
|
4841
|
+
exports.GetTrafficPolicyInstanceCount$ = GetTrafficPolicyInstanceCount$;
|
|
4669
4842
|
exports.GetTrafficPolicyInstanceCountCommand = GetTrafficPolicyInstanceCountCommand;
|
|
4670
|
-
exports.
|
|
4671
|
-
exports.
|
|
4843
|
+
exports.GetTrafficPolicyInstanceCountRequest$ = GetTrafficPolicyInstanceCountRequest$;
|
|
4844
|
+
exports.GetTrafficPolicyInstanceCountResponse$ = GetTrafficPolicyInstanceCountResponse$;
|
|
4845
|
+
exports.GetTrafficPolicyInstanceRequest$ = GetTrafficPolicyInstanceRequest$;
|
|
4846
|
+
exports.GetTrafficPolicyInstanceResponse$ = GetTrafficPolicyInstanceResponse$;
|
|
4847
|
+
exports.GetTrafficPolicyRequest$ = GetTrafficPolicyRequest$;
|
|
4848
|
+
exports.GetTrafficPolicyResponse$ = GetTrafficPolicyResponse$;
|
|
4849
|
+
exports.HealthCheck$ = HealthCheck$;
|
|
4850
|
+
exports.HealthCheckAlreadyExists = HealthCheckAlreadyExists;
|
|
4851
|
+
exports.HealthCheckAlreadyExists$ = HealthCheckAlreadyExists$;
|
|
4852
|
+
exports.HealthCheckConfig$ = HealthCheckConfig$;
|
|
4853
|
+
exports.HealthCheckInUse = HealthCheckInUse;
|
|
4854
|
+
exports.HealthCheckInUse$ = HealthCheckInUse$;
|
|
4855
|
+
exports.HealthCheckObservation$ = HealthCheckObservation$;
|
|
4672
4856
|
exports.HealthCheckRegion = HealthCheckRegion;
|
|
4673
4857
|
exports.HealthCheckType = HealthCheckType;
|
|
4674
|
-
exports.HealthCheckVersionMismatch = HealthCheckVersionMismatch
|
|
4675
|
-
exports.
|
|
4858
|
+
exports.HealthCheckVersionMismatch = HealthCheckVersionMismatch;
|
|
4859
|
+
exports.HealthCheckVersionMismatch$ = HealthCheckVersionMismatch$;
|
|
4860
|
+
exports.HostedZone$ = HostedZone$;
|
|
4861
|
+
exports.HostedZoneAlreadyExists = HostedZoneAlreadyExists;
|
|
4862
|
+
exports.HostedZoneAlreadyExists$ = HostedZoneAlreadyExists$;
|
|
4863
|
+
exports.HostedZoneConfig$ = HostedZoneConfig$;
|
|
4864
|
+
exports.HostedZoneFailureReasons$ = HostedZoneFailureReasons$;
|
|
4865
|
+
exports.HostedZoneFeatures$ = HostedZoneFeatures$;
|
|
4866
|
+
exports.HostedZoneLimit$ = HostedZoneLimit$;
|
|
4676
4867
|
exports.HostedZoneLimitType = HostedZoneLimitType;
|
|
4677
|
-
exports.HostedZoneNotEmpty = HostedZoneNotEmpty
|
|
4678
|
-
exports.
|
|
4679
|
-
exports.
|
|
4680
|
-
exports.
|
|
4868
|
+
exports.HostedZoneNotEmpty = HostedZoneNotEmpty;
|
|
4869
|
+
exports.HostedZoneNotEmpty$ = HostedZoneNotEmpty$;
|
|
4870
|
+
exports.HostedZoneNotFound = HostedZoneNotFound;
|
|
4871
|
+
exports.HostedZoneNotFound$ = HostedZoneNotFound$;
|
|
4872
|
+
exports.HostedZoneNotPrivate = HostedZoneNotPrivate;
|
|
4873
|
+
exports.HostedZoneNotPrivate$ = HostedZoneNotPrivate$;
|
|
4874
|
+
exports.HostedZoneOwner$ = HostedZoneOwner$;
|
|
4875
|
+
exports.HostedZonePartiallyDelegated = HostedZonePartiallyDelegated;
|
|
4876
|
+
exports.HostedZonePartiallyDelegated$ = HostedZonePartiallyDelegated$;
|
|
4877
|
+
exports.HostedZoneSummary$ = HostedZoneSummary$;
|
|
4681
4878
|
exports.HostedZoneType = HostedZoneType;
|
|
4682
|
-
exports.IncompatibleVersion = IncompatibleVersion
|
|
4683
|
-
exports.
|
|
4879
|
+
exports.IncompatibleVersion = IncompatibleVersion;
|
|
4880
|
+
exports.IncompatibleVersion$ = IncompatibleVersion$;
|
|
4881
|
+
exports.InsufficientCloudWatchLogsResourcePolicy = InsufficientCloudWatchLogsResourcePolicy;
|
|
4882
|
+
exports.InsufficientCloudWatchLogsResourcePolicy$ = InsufficientCloudWatchLogsResourcePolicy$;
|
|
4684
4883
|
exports.InsufficientDataHealthStatus = InsufficientDataHealthStatus;
|
|
4685
|
-
exports.InvalidArgument = InvalidArgument
|
|
4686
|
-
exports.
|
|
4687
|
-
exports.
|
|
4688
|
-
exports.
|
|
4689
|
-
exports.
|
|
4690
|
-
exports.
|
|
4691
|
-
exports.
|
|
4692
|
-
exports.
|
|
4693
|
-
exports.
|
|
4694
|
-
exports.
|
|
4695
|
-
exports.
|
|
4696
|
-
exports.
|
|
4697
|
-
exports.
|
|
4698
|
-
exports.
|
|
4699
|
-
exports.
|
|
4700
|
-
exports.
|
|
4701
|
-
exports.
|
|
4884
|
+
exports.InvalidArgument = InvalidArgument;
|
|
4885
|
+
exports.InvalidArgument$ = InvalidArgument$;
|
|
4886
|
+
exports.InvalidChangeBatch = InvalidChangeBatch;
|
|
4887
|
+
exports.InvalidChangeBatch$ = InvalidChangeBatch$;
|
|
4888
|
+
exports.InvalidDomainName = InvalidDomainName;
|
|
4889
|
+
exports.InvalidDomainName$ = InvalidDomainName$;
|
|
4890
|
+
exports.InvalidInput = InvalidInput;
|
|
4891
|
+
exports.InvalidInput$ = InvalidInput$;
|
|
4892
|
+
exports.InvalidKMSArn = InvalidKMSArn;
|
|
4893
|
+
exports.InvalidKMSArn$ = InvalidKMSArn$;
|
|
4894
|
+
exports.InvalidKeySigningKeyName = InvalidKeySigningKeyName;
|
|
4895
|
+
exports.InvalidKeySigningKeyName$ = InvalidKeySigningKeyName$;
|
|
4896
|
+
exports.InvalidKeySigningKeyStatus = InvalidKeySigningKeyStatus;
|
|
4897
|
+
exports.InvalidKeySigningKeyStatus$ = InvalidKeySigningKeyStatus$;
|
|
4898
|
+
exports.InvalidPaginationToken = InvalidPaginationToken;
|
|
4899
|
+
exports.InvalidPaginationToken$ = InvalidPaginationToken$;
|
|
4900
|
+
exports.InvalidSigningStatus = InvalidSigningStatus;
|
|
4901
|
+
exports.InvalidSigningStatus$ = InvalidSigningStatus$;
|
|
4902
|
+
exports.InvalidTrafficPolicyDocument = InvalidTrafficPolicyDocument;
|
|
4903
|
+
exports.InvalidTrafficPolicyDocument$ = InvalidTrafficPolicyDocument$;
|
|
4904
|
+
exports.InvalidVPCId = InvalidVPCId;
|
|
4905
|
+
exports.InvalidVPCId$ = InvalidVPCId$;
|
|
4906
|
+
exports.KeySigningKey$ = KeySigningKey$;
|
|
4907
|
+
exports.KeySigningKeyAlreadyExists = KeySigningKeyAlreadyExists;
|
|
4908
|
+
exports.KeySigningKeyAlreadyExists$ = KeySigningKeyAlreadyExists$;
|
|
4909
|
+
exports.KeySigningKeyInParentDSRecord = KeySigningKeyInParentDSRecord;
|
|
4910
|
+
exports.KeySigningKeyInParentDSRecord$ = KeySigningKeyInParentDSRecord$;
|
|
4911
|
+
exports.KeySigningKeyInUse = KeySigningKeyInUse;
|
|
4912
|
+
exports.KeySigningKeyInUse$ = KeySigningKeyInUse$;
|
|
4913
|
+
exports.KeySigningKeyWithActiveStatusNotFound = KeySigningKeyWithActiveStatusNotFound;
|
|
4914
|
+
exports.KeySigningKeyWithActiveStatusNotFound$ = KeySigningKeyWithActiveStatusNotFound$;
|
|
4915
|
+
exports.LastVPCAssociation = LastVPCAssociation;
|
|
4916
|
+
exports.LastVPCAssociation$ = LastVPCAssociation$;
|
|
4917
|
+
exports.LimitsExceeded = LimitsExceeded;
|
|
4918
|
+
exports.LimitsExceeded$ = LimitsExceeded$;
|
|
4919
|
+
exports.LinkedService$ = LinkedService$;
|
|
4920
|
+
exports.ListCidrBlocks$ = ListCidrBlocks$;
|
|
4702
4921
|
exports.ListCidrBlocksCommand = ListCidrBlocksCommand;
|
|
4922
|
+
exports.ListCidrBlocksRequest$ = ListCidrBlocksRequest$;
|
|
4923
|
+
exports.ListCidrBlocksResponse$ = ListCidrBlocksResponse$;
|
|
4924
|
+
exports.ListCidrCollections$ = ListCidrCollections$;
|
|
4703
4925
|
exports.ListCidrCollectionsCommand = ListCidrCollectionsCommand;
|
|
4926
|
+
exports.ListCidrCollectionsRequest$ = ListCidrCollectionsRequest$;
|
|
4927
|
+
exports.ListCidrCollectionsResponse$ = ListCidrCollectionsResponse$;
|
|
4928
|
+
exports.ListCidrLocations$ = ListCidrLocations$;
|
|
4704
4929
|
exports.ListCidrLocationsCommand = ListCidrLocationsCommand;
|
|
4930
|
+
exports.ListCidrLocationsRequest$ = ListCidrLocationsRequest$;
|
|
4931
|
+
exports.ListCidrLocationsResponse$ = ListCidrLocationsResponse$;
|
|
4932
|
+
exports.ListGeoLocations$ = ListGeoLocations$;
|
|
4705
4933
|
exports.ListGeoLocationsCommand = ListGeoLocationsCommand;
|
|
4934
|
+
exports.ListGeoLocationsRequest$ = ListGeoLocationsRequest$;
|
|
4935
|
+
exports.ListGeoLocationsResponse$ = ListGeoLocationsResponse$;
|
|
4936
|
+
exports.ListHealthChecks$ = ListHealthChecks$;
|
|
4706
4937
|
exports.ListHealthChecksCommand = ListHealthChecksCommand;
|
|
4938
|
+
exports.ListHealthChecksRequest$ = ListHealthChecksRequest$;
|
|
4939
|
+
exports.ListHealthChecksResponse$ = ListHealthChecksResponse$;
|
|
4940
|
+
exports.ListHostedZones$ = ListHostedZones$;
|
|
4941
|
+
exports.ListHostedZonesByName$ = ListHostedZonesByName$;
|
|
4707
4942
|
exports.ListHostedZonesByNameCommand = ListHostedZonesByNameCommand;
|
|
4943
|
+
exports.ListHostedZonesByNameRequest$ = ListHostedZonesByNameRequest$;
|
|
4944
|
+
exports.ListHostedZonesByNameResponse$ = ListHostedZonesByNameResponse$;
|
|
4945
|
+
exports.ListHostedZonesByVPC$ = ListHostedZonesByVPC$;
|
|
4708
4946
|
exports.ListHostedZonesByVPCCommand = ListHostedZonesByVPCCommand;
|
|
4947
|
+
exports.ListHostedZonesByVPCRequest$ = ListHostedZonesByVPCRequest$;
|
|
4948
|
+
exports.ListHostedZonesByVPCResponse$ = ListHostedZonesByVPCResponse$;
|
|
4709
4949
|
exports.ListHostedZonesCommand = ListHostedZonesCommand;
|
|
4950
|
+
exports.ListHostedZonesRequest$ = ListHostedZonesRequest$;
|
|
4951
|
+
exports.ListHostedZonesResponse$ = ListHostedZonesResponse$;
|
|
4952
|
+
exports.ListQueryLoggingConfigs$ = ListQueryLoggingConfigs$;
|
|
4710
4953
|
exports.ListQueryLoggingConfigsCommand = ListQueryLoggingConfigsCommand;
|
|
4954
|
+
exports.ListQueryLoggingConfigsRequest$ = ListQueryLoggingConfigsRequest$;
|
|
4955
|
+
exports.ListQueryLoggingConfigsResponse$ = ListQueryLoggingConfigsResponse$;
|
|
4956
|
+
exports.ListResourceRecordSets$ = ListResourceRecordSets$;
|
|
4711
4957
|
exports.ListResourceRecordSetsCommand = ListResourceRecordSetsCommand;
|
|
4958
|
+
exports.ListResourceRecordSetsRequest$ = ListResourceRecordSetsRequest$;
|
|
4959
|
+
exports.ListResourceRecordSetsResponse$ = ListResourceRecordSetsResponse$;
|
|
4960
|
+
exports.ListReusableDelegationSets$ = ListReusableDelegationSets$;
|
|
4712
4961
|
exports.ListReusableDelegationSetsCommand = ListReusableDelegationSetsCommand;
|
|
4962
|
+
exports.ListReusableDelegationSetsRequest$ = ListReusableDelegationSetsRequest$;
|
|
4963
|
+
exports.ListReusableDelegationSetsResponse$ = ListReusableDelegationSetsResponse$;
|
|
4964
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
4713
4965
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
4966
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
4967
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
4968
|
+
exports.ListTagsForResources$ = ListTagsForResources$;
|
|
4714
4969
|
exports.ListTagsForResourcesCommand = ListTagsForResourcesCommand;
|
|
4970
|
+
exports.ListTagsForResourcesRequest$ = ListTagsForResourcesRequest$;
|
|
4971
|
+
exports.ListTagsForResourcesResponse$ = ListTagsForResourcesResponse$;
|
|
4972
|
+
exports.ListTrafficPolicies$ = ListTrafficPolicies$;
|
|
4715
4973
|
exports.ListTrafficPoliciesCommand = ListTrafficPoliciesCommand;
|
|
4974
|
+
exports.ListTrafficPoliciesRequest$ = ListTrafficPoliciesRequest$;
|
|
4975
|
+
exports.ListTrafficPoliciesResponse$ = ListTrafficPoliciesResponse$;
|
|
4976
|
+
exports.ListTrafficPolicyInstances$ = ListTrafficPolicyInstances$;
|
|
4977
|
+
exports.ListTrafficPolicyInstancesByHostedZone$ = ListTrafficPolicyInstancesByHostedZone$;
|
|
4716
4978
|
exports.ListTrafficPolicyInstancesByHostedZoneCommand = ListTrafficPolicyInstancesByHostedZoneCommand;
|
|
4979
|
+
exports.ListTrafficPolicyInstancesByHostedZoneRequest$ = ListTrafficPolicyInstancesByHostedZoneRequest$;
|
|
4980
|
+
exports.ListTrafficPolicyInstancesByHostedZoneResponse$ = ListTrafficPolicyInstancesByHostedZoneResponse$;
|
|
4981
|
+
exports.ListTrafficPolicyInstancesByPolicy$ = ListTrafficPolicyInstancesByPolicy$;
|
|
4717
4982
|
exports.ListTrafficPolicyInstancesByPolicyCommand = ListTrafficPolicyInstancesByPolicyCommand;
|
|
4983
|
+
exports.ListTrafficPolicyInstancesByPolicyRequest$ = ListTrafficPolicyInstancesByPolicyRequest$;
|
|
4984
|
+
exports.ListTrafficPolicyInstancesByPolicyResponse$ = ListTrafficPolicyInstancesByPolicyResponse$;
|
|
4718
4985
|
exports.ListTrafficPolicyInstancesCommand = ListTrafficPolicyInstancesCommand;
|
|
4986
|
+
exports.ListTrafficPolicyInstancesRequest$ = ListTrafficPolicyInstancesRequest$;
|
|
4987
|
+
exports.ListTrafficPolicyInstancesResponse$ = ListTrafficPolicyInstancesResponse$;
|
|
4988
|
+
exports.ListTrafficPolicyVersions$ = ListTrafficPolicyVersions$;
|
|
4719
4989
|
exports.ListTrafficPolicyVersionsCommand = ListTrafficPolicyVersionsCommand;
|
|
4990
|
+
exports.ListTrafficPolicyVersionsRequest$ = ListTrafficPolicyVersionsRequest$;
|
|
4991
|
+
exports.ListTrafficPolicyVersionsResponse$ = ListTrafficPolicyVersionsResponse$;
|
|
4992
|
+
exports.ListVPCAssociationAuthorizations$ = ListVPCAssociationAuthorizations$;
|
|
4720
4993
|
exports.ListVPCAssociationAuthorizationsCommand = ListVPCAssociationAuthorizationsCommand;
|
|
4721
|
-
exports.
|
|
4722
|
-
exports.
|
|
4723
|
-
exports.
|
|
4724
|
-
exports.
|
|
4725
|
-
exports.
|
|
4726
|
-
exports.
|
|
4727
|
-
exports.
|
|
4728
|
-
exports.
|
|
4729
|
-
exports.
|
|
4730
|
-
exports.
|
|
4731
|
-
exports.
|
|
4732
|
-
exports.
|
|
4733
|
-
exports.
|
|
4734
|
-
exports.
|
|
4735
|
-
exports.
|
|
4736
|
-
exports.
|
|
4994
|
+
exports.ListVPCAssociationAuthorizationsRequest$ = ListVPCAssociationAuthorizationsRequest$;
|
|
4995
|
+
exports.ListVPCAssociationAuthorizationsResponse$ = ListVPCAssociationAuthorizationsResponse$;
|
|
4996
|
+
exports.LocationSummary$ = LocationSummary$;
|
|
4997
|
+
exports.NoSuchChange = NoSuchChange;
|
|
4998
|
+
exports.NoSuchChange$ = NoSuchChange$;
|
|
4999
|
+
exports.NoSuchCidrCollectionException = NoSuchCidrCollectionException;
|
|
5000
|
+
exports.NoSuchCidrCollectionException$ = NoSuchCidrCollectionException$;
|
|
5001
|
+
exports.NoSuchCidrLocationException = NoSuchCidrLocationException;
|
|
5002
|
+
exports.NoSuchCidrLocationException$ = NoSuchCidrLocationException$;
|
|
5003
|
+
exports.NoSuchCloudWatchLogsLogGroup = NoSuchCloudWatchLogsLogGroup;
|
|
5004
|
+
exports.NoSuchCloudWatchLogsLogGroup$ = NoSuchCloudWatchLogsLogGroup$;
|
|
5005
|
+
exports.NoSuchDelegationSet = NoSuchDelegationSet;
|
|
5006
|
+
exports.NoSuchDelegationSet$ = NoSuchDelegationSet$;
|
|
5007
|
+
exports.NoSuchGeoLocation = NoSuchGeoLocation;
|
|
5008
|
+
exports.NoSuchGeoLocation$ = NoSuchGeoLocation$;
|
|
5009
|
+
exports.NoSuchHealthCheck = NoSuchHealthCheck;
|
|
5010
|
+
exports.NoSuchHealthCheck$ = NoSuchHealthCheck$;
|
|
5011
|
+
exports.NoSuchHostedZone = NoSuchHostedZone;
|
|
5012
|
+
exports.NoSuchHostedZone$ = NoSuchHostedZone$;
|
|
5013
|
+
exports.NoSuchKeySigningKey = NoSuchKeySigningKey;
|
|
5014
|
+
exports.NoSuchKeySigningKey$ = NoSuchKeySigningKey$;
|
|
5015
|
+
exports.NoSuchQueryLoggingConfig = NoSuchQueryLoggingConfig;
|
|
5016
|
+
exports.NoSuchQueryLoggingConfig$ = NoSuchQueryLoggingConfig$;
|
|
5017
|
+
exports.NoSuchTrafficPolicy = NoSuchTrafficPolicy;
|
|
5018
|
+
exports.NoSuchTrafficPolicy$ = NoSuchTrafficPolicy$;
|
|
5019
|
+
exports.NoSuchTrafficPolicyInstance = NoSuchTrafficPolicyInstance;
|
|
5020
|
+
exports.NoSuchTrafficPolicyInstance$ = NoSuchTrafficPolicyInstance$;
|
|
5021
|
+
exports.NotAuthorizedException = NotAuthorizedException;
|
|
5022
|
+
exports.NotAuthorizedException$ = NotAuthorizedException$;
|
|
5023
|
+
exports.PriorRequestNotComplete = PriorRequestNotComplete;
|
|
5024
|
+
exports.PriorRequestNotComplete$ = PriorRequestNotComplete$;
|
|
5025
|
+
exports.PublicZoneVPCAssociation = PublicZoneVPCAssociation;
|
|
5026
|
+
exports.PublicZoneVPCAssociation$ = PublicZoneVPCAssociation$;
|
|
5027
|
+
exports.QueryLoggingConfig$ = QueryLoggingConfig$;
|
|
5028
|
+
exports.QueryLoggingConfigAlreadyExists = QueryLoggingConfigAlreadyExists;
|
|
5029
|
+
exports.QueryLoggingConfigAlreadyExists$ = QueryLoggingConfigAlreadyExists$;
|
|
4737
5030
|
exports.RRType = RRType;
|
|
4738
5031
|
exports.ResettableElementName = ResettableElementName;
|
|
5032
|
+
exports.ResourceRecord$ = ResourceRecord$;
|
|
5033
|
+
exports.ResourceRecordSet$ = ResourceRecordSet$;
|
|
4739
5034
|
exports.ResourceRecordSetFailover = ResourceRecordSetFailover;
|
|
4740
5035
|
exports.ResourceRecordSetRegion = ResourceRecordSetRegion;
|
|
5036
|
+
exports.ResourceTagSet$ = ResourceTagSet$;
|
|
5037
|
+
exports.ReusableDelegationSetLimit$ = ReusableDelegationSetLimit$;
|
|
4741
5038
|
exports.ReusableDelegationSetLimitType = ReusableDelegationSetLimitType;
|
|
4742
5039
|
exports.Route53 = Route53;
|
|
4743
5040
|
exports.Route53Client = Route53Client;
|
|
4744
|
-
exports.Route53ServiceException = Route53ServiceException
|
|
5041
|
+
exports.Route53ServiceException = Route53ServiceException;
|
|
5042
|
+
exports.Route53ServiceException$ = Route53ServiceException$;
|
|
4745
5043
|
exports.Statistic = Statistic;
|
|
5044
|
+
exports.StatusReport$ = StatusReport$;
|
|
5045
|
+
exports.Tag$ = Tag$;
|
|
4746
5046
|
exports.TagResourceType = TagResourceType;
|
|
5047
|
+
exports.TestDNSAnswer$ = TestDNSAnswer$;
|
|
4747
5048
|
exports.TestDNSAnswerCommand = TestDNSAnswerCommand;
|
|
4748
|
-
exports.
|
|
4749
|
-
exports.
|
|
4750
|
-
exports.
|
|
4751
|
-
exports.
|
|
4752
|
-
exports.
|
|
4753
|
-
exports.
|
|
4754
|
-
exports.
|
|
4755
|
-
exports.
|
|
4756
|
-
exports.
|
|
4757
|
-
exports.
|
|
4758
|
-
exports.
|
|
5049
|
+
exports.TestDNSAnswerRequest$ = TestDNSAnswerRequest$;
|
|
5050
|
+
exports.TestDNSAnswerResponse$ = TestDNSAnswerResponse$;
|
|
5051
|
+
exports.ThrottlingException = ThrottlingException;
|
|
5052
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
5053
|
+
exports.TooManyHealthChecks = TooManyHealthChecks;
|
|
5054
|
+
exports.TooManyHealthChecks$ = TooManyHealthChecks$;
|
|
5055
|
+
exports.TooManyHostedZones = TooManyHostedZones;
|
|
5056
|
+
exports.TooManyHostedZones$ = TooManyHostedZones$;
|
|
5057
|
+
exports.TooManyKeySigningKeys = TooManyKeySigningKeys;
|
|
5058
|
+
exports.TooManyKeySigningKeys$ = TooManyKeySigningKeys$;
|
|
5059
|
+
exports.TooManyTrafficPolicies = TooManyTrafficPolicies;
|
|
5060
|
+
exports.TooManyTrafficPolicies$ = TooManyTrafficPolicies$;
|
|
5061
|
+
exports.TooManyTrafficPolicyInstances = TooManyTrafficPolicyInstances;
|
|
5062
|
+
exports.TooManyTrafficPolicyInstances$ = TooManyTrafficPolicyInstances$;
|
|
5063
|
+
exports.TooManyTrafficPolicyVersionsForCurrentPolicy = TooManyTrafficPolicyVersionsForCurrentPolicy;
|
|
5064
|
+
exports.TooManyTrafficPolicyVersionsForCurrentPolicy$ = TooManyTrafficPolicyVersionsForCurrentPolicy$;
|
|
5065
|
+
exports.TooManyVPCAssociationAuthorizations = TooManyVPCAssociationAuthorizations;
|
|
5066
|
+
exports.TooManyVPCAssociationAuthorizations$ = TooManyVPCAssociationAuthorizations$;
|
|
5067
|
+
exports.TrafficPolicy$ = TrafficPolicy$;
|
|
5068
|
+
exports.TrafficPolicyAlreadyExists = TrafficPolicyAlreadyExists;
|
|
5069
|
+
exports.TrafficPolicyAlreadyExists$ = TrafficPolicyAlreadyExists$;
|
|
5070
|
+
exports.TrafficPolicyInUse = TrafficPolicyInUse;
|
|
5071
|
+
exports.TrafficPolicyInUse$ = TrafficPolicyInUse$;
|
|
5072
|
+
exports.TrafficPolicyInstance$ = TrafficPolicyInstance$;
|
|
5073
|
+
exports.TrafficPolicyInstanceAlreadyExists = TrafficPolicyInstanceAlreadyExists;
|
|
5074
|
+
exports.TrafficPolicyInstanceAlreadyExists$ = TrafficPolicyInstanceAlreadyExists$;
|
|
5075
|
+
exports.TrafficPolicySummary$ = TrafficPolicySummary$;
|
|
5076
|
+
exports.UpdateHealthCheck$ = UpdateHealthCheck$;
|
|
4759
5077
|
exports.UpdateHealthCheckCommand = UpdateHealthCheckCommand;
|
|
5078
|
+
exports.UpdateHealthCheckRequest$ = UpdateHealthCheckRequest$;
|
|
5079
|
+
exports.UpdateHealthCheckResponse$ = UpdateHealthCheckResponse$;
|
|
5080
|
+
exports.UpdateHostedZoneComment$ = UpdateHostedZoneComment$;
|
|
4760
5081
|
exports.UpdateHostedZoneCommentCommand = UpdateHostedZoneCommentCommand;
|
|
5082
|
+
exports.UpdateHostedZoneCommentRequest$ = UpdateHostedZoneCommentRequest$;
|
|
5083
|
+
exports.UpdateHostedZoneCommentResponse$ = UpdateHostedZoneCommentResponse$;
|
|
5084
|
+
exports.UpdateHostedZoneFeatures$ = UpdateHostedZoneFeatures$;
|
|
4761
5085
|
exports.UpdateHostedZoneFeaturesCommand = UpdateHostedZoneFeaturesCommand;
|
|
5086
|
+
exports.UpdateHostedZoneFeaturesRequest$ = UpdateHostedZoneFeaturesRequest$;
|
|
5087
|
+
exports.UpdateHostedZoneFeaturesResponse$ = UpdateHostedZoneFeaturesResponse$;
|
|
5088
|
+
exports.UpdateTrafficPolicyComment$ = UpdateTrafficPolicyComment$;
|
|
4762
5089
|
exports.UpdateTrafficPolicyCommentCommand = UpdateTrafficPolicyCommentCommand;
|
|
5090
|
+
exports.UpdateTrafficPolicyCommentRequest$ = UpdateTrafficPolicyCommentRequest$;
|
|
5091
|
+
exports.UpdateTrafficPolicyCommentResponse$ = UpdateTrafficPolicyCommentResponse$;
|
|
5092
|
+
exports.UpdateTrafficPolicyInstance$ = UpdateTrafficPolicyInstance$;
|
|
4763
5093
|
exports.UpdateTrafficPolicyInstanceCommand = UpdateTrafficPolicyInstanceCommand;
|
|
4764
|
-
exports.
|
|
4765
|
-
exports.
|
|
5094
|
+
exports.UpdateTrafficPolicyInstanceRequest$ = UpdateTrafficPolicyInstanceRequest$;
|
|
5095
|
+
exports.UpdateTrafficPolicyInstanceResponse$ = UpdateTrafficPolicyInstanceResponse$;
|
|
5096
|
+
exports.VPC$ = VPC$;
|
|
5097
|
+
exports.VPCAssociationAuthorizationNotFound = VPCAssociationAuthorizationNotFound;
|
|
5098
|
+
exports.VPCAssociationAuthorizationNotFound$ = VPCAssociationAuthorizationNotFound$;
|
|
5099
|
+
exports.VPCAssociationNotFound = VPCAssociationNotFound;
|
|
5100
|
+
exports.VPCAssociationNotFound$ = VPCAssociationNotFound$;
|
|
4766
5101
|
exports.VPCRegion = VPCRegion;
|
|
4767
5102
|
exports.paginateListCidrBlocks = paginateListCidrBlocks;
|
|
4768
5103
|
exports.paginateListCidrCollections = paginateListCidrCollections;
|