@aws-sdk/client-route-53 3.1077.0 → 3.1079.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 +86 -846
- package/dist-es/commandBuilder.js +14 -0
- package/dist-es/commands/ActivateKeySigningKeyCommand.js +2 -18
- package/dist-es/commands/AssociateVPCWithHostedZoneCommand.js +2 -18
- package/dist-es/commands/ChangeCidrCollectionCommand.js +2 -18
- package/dist-es/commands/ChangeResourceRecordSetsCommand.js +2 -19
- package/dist-es/commands/ChangeTagsForResourceCommand.js +2 -14
- package/dist-es/commands/CreateCidrCollectionCommand.js +2 -14
- package/dist-es/commands/CreateHealthCheckCommand.js +2 -14
- package/dist-es/commands/CreateHostedZoneCommand.js +2 -18
- package/dist-es/commands/CreateKeySigningKeyCommand.js +2 -18
- package/dist-es/commands/CreateQueryLoggingConfigCommand.js +2 -18
- package/dist-es/commands/CreateReusableDelegationSetCommand.js +2 -18
- package/dist-es/commands/CreateTrafficPolicyCommand.js +2 -14
- package/dist-es/commands/CreateTrafficPolicyInstanceCommand.js +2 -18
- package/dist-es/commands/CreateTrafficPolicyVersionCommand.js +2 -18
- package/dist-es/commands/CreateVPCAssociationAuthorizationCommand.js +2 -18
- package/dist-es/commands/DeactivateKeySigningKeyCommand.js +2 -18
- package/dist-es/commands/DeleteCidrCollectionCommand.js +2 -18
- package/dist-es/commands/DeleteHealthCheckCommand.js +2 -14
- package/dist-es/commands/DeleteHostedZoneCommand.js +2 -18
- package/dist-es/commands/DeleteKeySigningKeyCommand.js +2 -18
- package/dist-es/commands/DeleteQueryLoggingConfigCommand.js +2 -18
- package/dist-es/commands/DeleteReusableDelegationSetCommand.js +2 -18
- package/dist-es/commands/DeleteTrafficPolicyCommand.js +2 -18
- package/dist-es/commands/DeleteTrafficPolicyInstanceCommand.js +2 -18
- package/dist-es/commands/DeleteVPCAssociationAuthorizationCommand.js +2 -18
- package/dist-es/commands/DisableHostedZoneDNSSECCommand.js +2 -18
- package/dist-es/commands/DisassociateVPCFromHostedZoneCommand.js +2 -18
- package/dist-es/commands/EnableHostedZoneDNSSECCommand.js +2 -18
- package/dist-es/commands/GetAccountLimitCommand.js +2 -14
- package/dist-es/commands/GetChangeCommand.js +2 -18
- package/dist-es/commands/GetCheckerIpRangesCommand.js +2 -14
- package/dist-es/commands/GetDNSSECCommand.js +2 -18
- package/dist-es/commands/GetGeoLocationCommand.js +2 -14
- package/dist-es/commands/GetHealthCheckCommand.js +2 -14
- package/dist-es/commands/GetHealthCheckCountCommand.js +2 -14
- package/dist-es/commands/GetHealthCheckLastFailureReasonCommand.js +2 -14
- package/dist-es/commands/GetHealthCheckStatusCommand.js +2 -14
- package/dist-es/commands/GetHostedZoneCommand.js +2 -18
- package/dist-es/commands/GetHostedZoneCountCommand.js +2 -14
- package/dist-es/commands/GetHostedZoneLimitCommand.js +2 -18
- package/dist-es/commands/GetQueryLoggingConfigCommand.js +2 -18
- package/dist-es/commands/GetReusableDelegationSetCommand.js +2 -18
- package/dist-es/commands/GetReusableDelegationSetLimitCommand.js +2 -18
- package/dist-es/commands/GetTrafficPolicyCommand.js +2 -18
- package/dist-es/commands/GetTrafficPolicyInstanceCommand.js +2 -18
- package/dist-es/commands/GetTrafficPolicyInstanceCountCommand.js +2 -14
- package/dist-es/commands/ListCidrBlocksCommand.js +2 -14
- package/dist-es/commands/ListCidrCollectionsCommand.js +2 -14
- package/dist-es/commands/ListCidrLocationsCommand.js +2 -14
- package/dist-es/commands/ListGeoLocationsCommand.js +2 -14
- package/dist-es/commands/ListHealthChecksCommand.js +2 -14
- package/dist-es/commands/ListHostedZonesByNameCommand.js +2 -18
- package/dist-es/commands/ListHostedZonesByVPCCommand.js +2 -14
- package/dist-es/commands/ListHostedZonesCommand.js +2 -18
- package/dist-es/commands/ListQueryLoggingConfigsCommand.js +2 -18
- package/dist-es/commands/ListResourceRecordSetsCommand.js +2 -18
- package/dist-es/commands/ListReusableDelegationSetsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourcesCommand.js +2 -14
- package/dist-es/commands/ListTrafficPoliciesCommand.js +2 -14
- package/dist-es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +2 -18
- package/dist-es/commands/ListTrafficPolicyInstancesByPolicyCommand.js +2 -14
- package/dist-es/commands/ListTrafficPolicyInstancesCommand.js +2 -14
- package/dist-es/commands/ListTrafficPolicyVersionsCommand.js +2 -18
- package/dist-es/commands/ListVPCAssociationAuthorizationsCommand.js +2 -18
- package/dist-es/commands/TestDNSAnswerCommand.js +2 -18
- package/dist-es/commands/UpdateHealthCheckCommand.js +2 -14
- package/dist-es/commands/UpdateHostedZoneCommentCommand.js +2 -18
- package/dist-es/commands/UpdateHostedZoneFeaturesCommand.js +2 -18
- package/dist-es/commands/UpdateTrafficPolicyCommentCommand.js +2 -18
- package/dist-es/commands/UpdateTrafficPolicyInstanceCommand.js +2 -18
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +26 -0
- package/dist-types/commands/ActivateKeySigningKeyCommand.d.ts +3 -8
- package/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +3 -8
- package/dist-types/commands/ChangeCidrCollectionCommand.d.ts +3 -8
- package/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +3 -8
- package/dist-types/commands/ChangeTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/CreateCidrCollectionCommand.d.ts +3 -8
- package/dist-types/commands/CreateHealthCheckCommand.d.ts +3 -8
- package/dist-types/commands/CreateHostedZoneCommand.d.ts +3 -8
- package/dist-types/commands/CreateKeySigningKeyCommand.d.ts +3 -8
- package/dist-types/commands/CreateQueryLoggingConfigCommand.d.ts +3 -8
- package/dist-types/commands/CreateReusableDelegationSetCommand.d.ts +3 -8
- package/dist-types/commands/CreateTrafficPolicyCommand.d.ts +3 -8
- package/dist-types/commands/CreateTrafficPolicyInstanceCommand.d.ts +3 -8
- package/dist-types/commands/CreateTrafficPolicyVersionCommand.d.ts +3 -8
- package/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +3 -8
- package/dist-types/commands/DeactivateKeySigningKeyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCidrCollectionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteHealthCheckCommand.d.ts +3 -8
- package/dist-types/commands/DeleteHostedZoneCommand.d.ts +3 -8
- package/dist-types/commands/DeleteKeySigningKeyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteQueryLoggingConfigCommand.d.ts +3 -8
- package/dist-types/commands/DeleteReusableDelegationSetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +3 -8
- package/dist-types/commands/DisableHostedZoneDNSSECCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +3 -8
- package/dist-types/commands/EnableHostedZoneDNSSECCommand.d.ts +3 -8
- package/dist-types/commands/GetAccountLimitCommand.d.ts +3 -8
- package/dist-types/commands/GetChangeCommand.d.ts +3 -8
- package/dist-types/commands/GetCheckerIpRangesCommand.d.ts +3 -8
- package/dist-types/commands/GetDNSSECCommand.d.ts +3 -8
- package/dist-types/commands/GetGeoLocationCommand.d.ts +3 -8
- package/dist-types/commands/GetHealthCheckCommand.d.ts +3 -8
- package/dist-types/commands/GetHealthCheckCountCommand.d.ts +3 -8
- package/dist-types/commands/GetHealthCheckLastFailureReasonCommand.d.ts +3 -8
- package/dist-types/commands/GetHealthCheckStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetHostedZoneCommand.d.ts +3 -8
- package/dist-types/commands/GetHostedZoneCountCommand.d.ts +3 -8
- package/dist-types/commands/GetHostedZoneLimitCommand.d.ts +3 -8
- package/dist-types/commands/GetQueryLoggingConfigCommand.d.ts +3 -8
- package/dist-types/commands/GetReusableDelegationSetCommand.d.ts +3 -8
- package/dist-types/commands/GetReusableDelegationSetLimitCommand.d.ts +3 -8
- package/dist-types/commands/GetTrafficPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetTrafficPolicyInstanceCommand.d.ts +3 -8
- package/dist-types/commands/GetTrafficPolicyInstanceCountCommand.d.ts +3 -8
- package/dist-types/commands/ListCidrBlocksCommand.d.ts +3 -8
- package/dist-types/commands/ListCidrCollectionsCommand.d.ts +3 -8
- package/dist-types/commands/ListCidrLocationsCommand.d.ts +3 -8
- package/dist-types/commands/ListGeoLocationsCommand.d.ts +3 -8
- package/dist-types/commands/ListHealthChecksCommand.d.ts +3 -8
- package/dist-types/commands/ListHostedZonesByNameCommand.d.ts +3 -8
- package/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +3 -8
- package/dist-types/commands/ListHostedZonesCommand.d.ts +3 -8
- package/dist-types/commands/ListQueryLoggingConfigsCommand.d.ts +3 -8
- package/dist-types/commands/ListResourceRecordSetsCommand.d.ts +3 -8
- package/dist-types/commands/ListReusableDelegationSetsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +3 -8
- package/dist-types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +3 -8
- package/dist-types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +3 -8
- package/dist-types/commands/ListTrafficPolicyInstancesCommand.d.ts +3 -8
- package/dist-types/commands/ListTrafficPolicyVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +3 -8
- package/dist-types/commands/TestDNSAnswerCommand.d.ts +3 -8
- package/dist-types/commands/UpdateHealthCheckCommand.d.ts +3 -8
- package/dist-types/commands/UpdateHostedZoneCommentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateHostedZoneFeaturesCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTrafficPolicyCommentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +58 -0
- package/dist-types/ts3.4/commands/ActivateKeySigningKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateVPCWithHostedZoneCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ChangeCidrCollectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ChangeResourceRecordSetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ChangeTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCidrCollectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateHealthCheckCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateHostedZoneCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateKeySigningKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateQueryLoggingConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateReusableDelegationSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTrafficPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTrafficPolicyInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTrafficPolicyVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateVPCAssociationAuthorizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeactivateKeySigningKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCidrCollectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteHealthCheckCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteHostedZoneCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteKeySigningKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteQueryLoggingConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteReusableDelegationSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTrafficPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTrafficPolicyInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableHostedZoneDNSSECCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateVPCFromHostedZoneCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableHostedZoneDNSSECCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAccountLimitCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetChangeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCheckerIpRangesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDNSSECCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetGeoLocationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetHealthCheckCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetHealthCheckCountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetHealthCheckLastFailureReasonCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetHealthCheckStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetHostedZoneCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetHostedZoneCountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetHostedZoneLimitCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetQueryLoggingConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetReusableDelegationSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetReusableDelegationSetLimitCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTrafficPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCidrBlocksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCidrCollectionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCidrLocationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListGeoLocationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListHealthChecksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListHostedZonesByNameCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListHostedZonesByVPCCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListHostedZonesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListQueryLoggingConfigsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResourceRecordSetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReusableDelegationSetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTrafficPoliciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTrafficPolicyVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVPCAssociationAuthorizationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TestDNSAnswerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateHealthCheckCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateHostedZoneCommentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateHostedZoneFeaturesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTrafficPolicyCommentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTrafficPolicyInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +10 -10
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -69,7 +70,7 @@ const commonParams = {
|
|
|
69
70
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
70
71
|
};
|
|
71
72
|
|
|
72
|
-
var version = "3.
|
|
73
|
+
var version = "3.1078.0";
|
|
73
74
|
var packageInfo = {
|
|
74
75
|
version: version};
|
|
75
76
|
|
|
@@ -3408,989 +3409,228 @@ class Route53Client extends Client {
|
|
|
3408
3409
|
}
|
|
3409
3410
|
}
|
|
3410
3411
|
|
|
3411
|
-
|
|
3412
|
-
|
|
3413
|
-
|
|
3414
|
-
|
|
3415
|
-
|
|
3416
|
-
|
|
3417
|
-
|
|
3418
|
-
|
|
3419
|
-
|
|
3420
|
-
|
|
3421
|
-
|
|
3422
|
-
|
|
3423
|
-
.build() {
|
|
3412
|
+
const command = makeBuilder(commonParams, "AWSDnsV20130401", "Route53Client", getEndpointPlugin);
|
|
3413
|
+
const _ep0 = {};
|
|
3414
|
+
const _mw0 = (Command, cs, config, o) => [
|
|
3415
|
+
getIdNormalizerPlugin(config),
|
|
3416
|
+
];
|
|
3417
|
+
const _mw1 = (Command, cs, config, o) => [
|
|
3418
|
+
getChangeResourceRecordSetsPlugin(config),
|
|
3419
|
+
getIdNormalizerPlugin(config),
|
|
3420
|
+
];
|
|
3421
|
+
const _mw2 = (Command, cs, config, o) => [];
|
|
3422
|
+
|
|
3423
|
+
class ActivateKeySigningKeyCommand extends command(_ep0, _mw0, "ActivateKeySigningKey", ActivateKeySigningKey$) {
|
|
3424
3424
|
}
|
|
3425
3425
|
|
|
3426
|
-
class AssociateVPCWithHostedZoneCommand extends
|
|
3427
|
-
.classBuilder()
|
|
3428
|
-
.ep(commonParams)
|
|
3429
|
-
.m(function (Command, cs, config, o) {
|
|
3430
|
-
return [
|
|
3431
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
3432
|
-
getIdNormalizerPlugin(config),
|
|
3433
|
-
];
|
|
3434
|
-
})
|
|
3435
|
-
.s("AWSDnsV20130401", "AssociateVPCWithHostedZone", {})
|
|
3436
|
-
.n("Route53Client", "AssociateVPCWithHostedZoneCommand")
|
|
3437
|
-
.sc(AssociateVPCWithHostedZone$)
|
|
3438
|
-
.build() {
|
|
3426
|
+
class AssociateVPCWithHostedZoneCommand extends command(_ep0, _mw0, "AssociateVPCWithHostedZone", AssociateVPCWithHostedZone$) {
|
|
3439
3427
|
}
|
|
3440
3428
|
|
|
3441
|
-
class ChangeCidrCollectionCommand extends
|
|
3442
|
-
.classBuilder()
|
|
3443
|
-
.ep(commonParams)
|
|
3444
|
-
.m(function (Command, cs, config, o) {
|
|
3445
|
-
return [
|
|
3446
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
3447
|
-
getIdNormalizerPlugin(config),
|
|
3448
|
-
];
|
|
3449
|
-
})
|
|
3450
|
-
.s("AWSDnsV20130401", "ChangeCidrCollection", {})
|
|
3451
|
-
.n("Route53Client", "ChangeCidrCollectionCommand")
|
|
3452
|
-
.sc(ChangeCidrCollection$)
|
|
3453
|
-
.build() {
|
|
3429
|
+
class ChangeCidrCollectionCommand extends command(_ep0, _mw0, "ChangeCidrCollection", ChangeCidrCollection$) {
|
|
3454
3430
|
}
|
|
3455
3431
|
|
|
3456
|
-
class ChangeResourceRecordSetsCommand extends
|
|
3457
|
-
.classBuilder()
|
|
3458
|
-
.ep(commonParams)
|
|
3459
|
-
.m(function (Command, cs, config, o) {
|
|
3460
|
-
return [
|
|
3461
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
3462
|
-
getChangeResourceRecordSetsPlugin(config),
|
|
3463
|
-
getIdNormalizerPlugin(config),
|
|
3464
|
-
];
|
|
3465
|
-
})
|
|
3466
|
-
.s("AWSDnsV20130401", "ChangeResourceRecordSets", {})
|
|
3467
|
-
.n("Route53Client", "ChangeResourceRecordSetsCommand")
|
|
3468
|
-
.sc(ChangeResourceRecordSets$)
|
|
3469
|
-
.build() {
|
|
3432
|
+
class ChangeResourceRecordSetsCommand extends command(_ep0, _mw1, "ChangeResourceRecordSets", ChangeResourceRecordSets$) {
|
|
3470
3433
|
}
|
|
3471
3434
|
|
|
3472
|
-
class ChangeTagsForResourceCommand extends
|
|
3473
|
-
.classBuilder()
|
|
3474
|
-
.ep(commonParams)
|
|
3475
|
-
.m(function (Command, cs, config, o) {
|
|
3476
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3477
|
-
})
|
|
3478
|
-
.s("AWSDnsV20130401", "ChangeTagsForResource", {})
|
|
3479
|
-
.n("Route53Client", "ChangeTagsForResourceCommand")
|
|
3480
|
-
.sc(ChangeTagsForResource$)
|
|
3481
|
-
.build() {
|
|
3435
|
+
class ChangeTagsForResourceCommand extends command(_ep0, _mw2, "ChangeTagsForResource", ChangeTagsForResource$) {
|
|
3482
3436
|
}
|
|
3483
3437
|
|
|
3484
|
-
class CreateCidrCollectionCommand extends
|
|
3485
|
-
.classBuilder()
|
|
3486
|
-
.ep(commonParams)
|
|
3487
|
-
.m(function (Command, cs, config, o) {
|
|
3488
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3489
|
-
})
|
|
3490
|
-
.s("AWSDnsV20130401", "CreateCidrCollection", {})
|
|
3491
|
-
.n("Route53Client", "CreateCidrCollectionCommand")
|
|
3492
|
-
.sc(CreateCidrCollection$)
|
|
3493
|
-
.build() {
|
|
3438
|
+
class CreateCidrCollectionCommand extends command(_ep0, _mw2, "CreateCidrCollection", CreateCidrCollection$) {
|
|
3494
3439
|
}
|
|
3495
3440
|
|
|
3496
|
-
class CreateHealthCheckCommand extends
|
|
3497
|
-
.classBuilder()
|
|
3498
|
-
.ep(commonParams)
|
|
3499
|
-
.m(function (Command, cs, config, o) {
|
|
3500
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3501
|
-
})
|
|
3502
|
-
.s("AWSDnsV20130401", "CreateHealthCheck", {})
|
|
3503
|
-
.n("Route53Client", "CreateHealthCheckCommand")
|
|
3504
|
-
.sc(CreateHealthCheck$)
|
|
3505
|
-
.build() {
|
|
3441
|
+
class CreateHealthCheckCommand extends command(_ep0, _mw2, "CreateHealthCheck", CreateHealthCheck$) {
|
|
3506
3442
|
}
|
|
3507
3443
|
|
|
3508
|
-
class CreateHostedZoneCommand extends
|
|
3509
|
-
.classBuilder()
|
|
3510
|
-
.ep(commonParams)
|
|
3511
|
-
.m(function (Command, cs, config, o) {
|
|
3512
|
-
return [
|
|
3513
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
3514
|
-
getIdNormalizerPlugin(config),
|
|
3515
|
-
];
|
|
3516
|
-
})
|
|
3517
|
-
.s("AWSDnsV20130401", "CreateHostedZone", {})
|
|
3518
|
-
.n("Route53Client", "CreateHostedZoneCommand")
|
|
3519
|
-
.sc(CreateHostedZone$)
|
|
3520
|
-
.build() {
|
|
3444
|
+
class CreateHostedZoneCommand extends command(_ep0, _mw0, "CreateHostedZone", CreateHostedZone$) {
|
|
3521
3445
|
}
|
|
3522
3446
|
|
|
3523
|
-
class CreateKeySigningKeyCommand extends
|
|
3524
|
-
.classBuilder()
|
|
3525
|
-
.ep(commonParams)
|
|
3526
|
-
.m(function (Command, cs, config, o) {
|
|
3527
|
-
return [
|
|
3528
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
3529
|
-
getIdNormalizerPlugin(config),
|
|
3530
|
-
];
|
|
3531
|
-
})
|
|
3532
|
-
.s("AWSDnsV20130401", "CreateKeySigningKey", {})
|
|
3533
|
-
.n("Route53Client", "CreateKeySigningKeyCommand")
|
|
3534
|
-
.sc(CreateKeySigningKey$)
|
|
3535
|
-
.build() {
|
|
3447
|
+
class CreateKeySigningKeyCommand extends command(_ep0, _mw0, "CreateKeySigningKey", CreateKeySigningKey$) {
|
|
3536
3448
|
}
|
|
3537
3449
|
|
|
3538
|
-
class CreateQueryLoggingConfigCommand extends
|
|
3539
|
-
.classBuilder()
|
|
3540
|
-
.ep(commonParams)
|
|
3541
|
-
.m(function (Command, cs, config, o) {
|
|
3542
|
-
return [
|
|
3543
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
3544
|
-
getIdNormalizerPlugin(config),
|
|
3545
|
-
];
|
|
3546
|
-
})
|
|
3547
|
-
.s("AWSDnsV20130401", "CreateQueryLoggingConfig", {})
|
|
3548
|
-
.n("Route53Client", "CreateQueryLoggingConfigCommand")
|
|
3549
|
-
.sc(CreateQueryLoggingConfig$)
|
|
3550
|
-
.build() {
|
|
3450
|
+
class CreateQueryLoggingConfigCommand extends command(_ep0, _mw0, "CreateQueryLoggingConfig", CreateQueryLoggingConfig$) {
|
|
3551
3451
|
}
|
|
3552
3452
|
|
|
3553
|
-
class CreateReusableDelegationSetCommand extends
|
|
3554
|
-
.classBuilder()
|
|
3555
|
-
.ep(commonParams)
|
|
3556
|
-
.m(function (Command, cs, config, o) {
|
|
3557
|
-
return [
|
|
3558
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
3559
|
-
getIdNormalizerPlugin(config),
|
|
3560
|
-
];
|
|
3561
|
-
})
|
|
3562
|
-
.s("AWSDnsV20130401", "CreateReusableDelegationSet", {})
|
|
3563
|
-
.n("Route53Client", "CreateReusableDelegationSetCommand")
|
|
3564
|
-
.sc(CreateReusableDelegationSet$)
|
|
3565
|
-
.build() {
|
|
3453
|
+
class CreateReusableDelegationSetCommand extends command(_ep0, _mw0, "CreateReusableDelegationSet", CreateReusableDelegationSet$) {
|
|
3566
3454
|
}
|
|
3567
3455
|
|
|
3568
|
-
class CreateTrafficPolicyCommand extends
|
|
3569
|
-
.classBuilder()
|
|
3570
|
-
.ep(commonParams)
|
|
3571
|
-
.m(function (Command, cs, config, o) {
|
|
3572
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3573
|
-
})
|
|
3574
|
-
.s("AWSDnsV20130401", "CreateTrafficPolicy", {})
|
|
3575
|
-
.n("Route53Client", "CreateTrafficPolicyCommand")
|
|
3576
|
-
.sc(CreateTrafficPolicy$)
|
|
3577
|
-
.build() {
|
|
3456
|
+
class CreateTrafficPolicyCommand extends command(_ep0, _mw2, "CreateTrafficPolicy", CreateTrafficPolicy$) {
|
|
3578
3457
|
}
|
|
3579
3458
|
|
|
3580
|
-
class CreateTrafficPolicyInstanceCommand extends
|
|
3581
|
-
.classBuilder()
|
|
3582
|
-
.ep(commonParams)
|
|
3583
|
-
.m(function (Command, cs, config, o) {
|
|
3584
|
-
return [
|
|
3585
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
3586
|
-
getIdNormalizerPlugin(config),
|
|
3587
|
-
];
|
|
3588
|
-
})
|
|
3589
|
-
.s("AWSDnsV20130401", "CreateTrafficPolicyInstance", {})
|
|
3590
|
-
.n("Route53Client", "CreateTrafficPolicyInstanceCommand")
|
|
3591
|
-
.sc(CreateTrafficPolicyInstance$)
|
|
3592
|
-
.build() {
|
|
3459
|
+
class CreateTrafficPolicyInstanceCommand extends command(_ep0, _mw0, "CreateTrafficPolicyInstance", CreateTrafficPolicyInstance$) {
|
|
3593
3460
|
}
|
|
3594
3461
|
|
|
3595
|
-
class CreateTrafficPolicyVersionCommand extends
|
|
3596
|
-
.classBuilder()
|
|
3597
|
-
.ep(commonParams)
|
|
3598
|
-
.m(function (Command, cs, config, o) {
|
|
3599
|
-
return [
|
|
3600
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
3601
|
-
getIdNormalizerPlugin(config),
|
|
3602
|
-
];
|
|
3603
|
-
})
|
|
3604
|
-
.s("AWSDnsV20130401", "CreateTrafficPolicyVersion", {})
|
|
3605
|
-
.n("Route53Client", "CreateTrafficPolicyVersionCommand")
|
|
3606
|
-
.sc(CreateTrafficPolicyVersion$)
|
|
3607
|
-
.build() {
|
|
3462
|
+
class CreateTrafficPolicyVersionCommand extends command(_ep0, _mw0, "CreateTrafficPolicyVersion", CreateTrafficPolicyVersion$) {
|
|
3608
3463
|
}
|
|
3609
3464
|
|
|
3610
|
-
class CreateVPCAssociationAuthorizationCommand extends
|
|
3611
|
-
.classBuilder()
|
|
3612
|
-
.ep(commonParams)
|
|
3613
|
-
.m(function (Command, cs, config, o) {
|
|
3614
|
-
return [
|
|
3615
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
3616
|
-
getIdNormalizerPlugin(config),
|
|
3617
|
-
];
|
|
3618
|
-
})
|
|
3619
|
-
.s("AWSDnsV20130401", "CreateVPCAssociationAuthorization", {})
|
|
3620
|
-
.n("Route53Client", "CreateVPCAssociationAuthorizationCommand")
|
|
3621
|
-
.sc(CreateVPCAssociationAuthorization$)
|
|
3622
|
-
.build() {
|
|
3465
|
+
class CreateVPCAssociationAuthorizationCommand extends command(_ep0, _mw0, "CreateVPCAssociationAuthorization", CreateVPCAssociationAuthorization$) {
|
|
3623
3466
|
}
|
|
3624
3467
|
|
|
3625
|
-
class DeactivateKeySigningKeyCommand extends
|
|
3626
|
-
.classBuilder()
|
|
3627
|
-
.ep(commonParams)
|
|
3628
|
-
.m(function (Command, cs, config, o) {
|
|
3629
|
-
return [
|
|
3630
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
3631
|
-
getIdNormalizerPlugin(config),
|
|
3632
|
-
];
|
|
3633
|
-
})
|
|
3634
|
-
.s("AWSDnsV20130401", "DeactivateKeySigningKey", {})
|
|
3635
|
-
.n("Route53Client", "DeactivateKeySigningKeyCommand")
|
|
3636
|
-
.sc(DeactivateKeySigningKey$)
|
|
3637
|
-
.build() {
|
|
3468
|
+
class DeactivateKeySigningKeyCommand extends command(_ep0, _mw0, "DeactivateKeySigningKey", DeactivateKeySigningKey$) {
|
|
3638
3469
|
}
|
|
3639
3470
|
|
|
3640
|
-
class DeleteCidrCollectionCommand extends
|
|
3641
|
-
.classBuilder()
|
|
3642
|
-
.ep(commonParams)
|
|
3643
|
-
.m(function (Command, cs, config, o) {
|
|
3644
|
-
return [
|
|
3645
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
3646
|
-
getIdNormalizerPlugin(config),
|
|
3647
|
-
];
|
|
3648
|
-
})
|
|
3649
|
-
.s("AWSDnsV20130401", "DeleteCidrCollection", {})
|
|
3650
|
-
.n("Route53Client", "DeleteCidrCollectionCommand")
|
|
3651
|
-
.sc(DeleteCidrCollection$)
|
|
3652
|
-
.build() {
|
|
3471
|
+
class DeleteCidrCollectionCommand extends command(_ep0, _mw0, "DeleteCidrCollection", DeleteCidrCollection$) {
|
|
3653
3472
|
}
|
|
3654
3473
|
|
|
3655
|
-
class DeleteHealthCheckCommand extends
|
|
3656
|
-
.classBuilder()
|
|
3657
|
-
.ep(commonParams)
|
|
3658
|
-
.m(function (Command, cs, config, o) {
|
|
3659
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3660
|
-
})
|
|
3661
|
-
.s("AWSDnsV20130401", "DeleteHealthCheck", {})
|
|
3662
|
-
.n("Route53Client", "DeleteHealthCheckCommand")
|
|
3663
|
-
.sc(DeleteHealthCheck$)
|
|
3664
|
-
.build() {
|
|
3474
|
+
class DeleteHealthCheckCommand extends command(_ep0, _mw2, "DeleteHealthCheck", DeleteHealthCheck$) {
|
|
3665
3475
|
}
|
|
3666
3476
|
|
|
3667
|
-
class DeleteHostedZoneCommand extends
|
|
3668
|
-
.classBuilder()
|
|
3669
|
-
.ep(commonParams)
|
|
3670
|
-
.m(function (Command, cs, config, o) {
|
|
3671
|
-
return [
|
|
3672
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
3673
|
-
getIdNormalizerPlugin(config),
|
|
3674
|
-
];
|
|
3675
|
-
})
|
|
3676
|
-
.s("AWSDnsV20130401", "DeleteHostedZone", {})
|
|
3677
|
-
.n("Route53Client", "DeleteHostedZoneCommand")
|
|
3678
|
-
.sc(DeleteHostedZone$)
|
|
3679
|
-
.build() {
|
|
3477
|
+
class DeleteHostedZoneCommand extends command(_ep0, _mw0, "DeleteHostedZone", DeleteHostedZone$) {
|
|
3680
3478
|
}
|
|
3681
3479
|
|
|
3682
|
-
class DeleteKeySigningKeyCommand extends
|
|
3683
|
-
.classBuilder()
|
|
3684
|
-
.ep(commonParams)
|
|
3685
|
-
.m(function (Command, cs, config, o) {
|
|
3686
|
-
return [
|
|
3687
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
3688
|
-
getIdNormalizerPlugin(config),
|
|
3689
|
-
];
|
|
3690
|
-
})
|
|
3691
|
-
.s("AWSDnsV20130401", "DeleteKeySigningKey", {})
|
|
3692
|
-
.n("Route53Client", "DeleteKeySigningKeyCommand")
|
|
3693
|
-
.sc(DeleteKeySigningKey$)
|
|
3694
|
-
.build() {
|
|
3480
|
+
class DeleteKeySigningKeyCommand extends command(_ep0, _mw0, "DeleteKeySigningKey", DeleteKeySigningKey$) {
|
|
3695
3481
|
}
|
|
3696
3482
|
|
|
3697
|
-
class DeleteQueryLoggingConfigCommand extends
|
|
3698
|
-
.classBuilder()
|
|
3699
|
-
.ep(commonParams)
|
|
3700
|
-
.m(function (Command, cs, config, o) {
|
|
3701
|
-
return [
|
|
3702
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
3703
|
-
getIdNormalizerPlugin(config),
|
|
3704
|
-
];
|
|
3705
|
-
})
|
|
3706
|
-
.s("AWSDnsV20130401", "DeleteQueryLoggingConfig", {})
|
|
3707
|
-
.n("Route53Client", "DeleteQueryLoggingConfigCommand")
|
|
3708
|
-
.sc(DeleteQueryLoggingConfig$)
|
|
3709
|
-
.build() {
|
|
3483
|
+
class DeleteQueryLoggingConfigCommand extends command(_ep0, _mw0, "DeleteQueryLoggingConfig", DeleteQueryLoggingConfig$) {
|
|
3710
3484
|
}
|
|
3711
3485
|
|
|
3712
|
-
class DeleteReusableDelegationSetCommand extends
|
|
3713
|
-
.classBuilder()
|
|
3714
|
-
.ep(commonParams)
|
|
3715
|
-
.m(function (Command, cs, config, o) {
|
|
3716
|
-
return [
|
|
3717
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
3718
|
-
getIdNormalizerPlugin(config),
|
|
3719
|
-
];
|
|
3720
|
-
})
|
|
3721
|
-
.s("AWSDnsV20130401", "DeleteReusableDelegationSet", {})
|
|
3722
|
-
.n("Route53Client", "DeleteReusableDelegationSetCommand")
|
|
3723
|
-
.sc(DeleteReusableDelegationSet$)
|
|
3724
|
-
.build() {
|
|
3486
|
+
class DeleteReusableDelegationSetCommand extends command(_ep0, _mw0, "DeleteReusableDelegationSet", DeleteReusableDelegationSet$) {
|
|
3725
3487
|
}
|
|
3726
3488
|
|
|
3727
|
-
class DeleteTrafficPolicyCommand extends
|
|
3728
|
-
.classBuilder()
|
|
3729
|
-
.ep(commonParams)
|
|
3730
|
-
.m(function (Command, cs, config, o) {
|
|
3731
|
-
return [
|
|
3732
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
3733
|
-
getIdNormalizerPlugin(config),
|
|
3734
|
-
];
|
|
3735
|
-
})
|
|
3736
|
-
.s("AWSDnsV20130401", "DeleteTrafficPolicy", {})
|
|
3737
|
-
.n("Route53Client", "DeleteTrafficPolicyCommand")
|
|
3738
|
-
.sc(DeleteTrafficPolicy$)
|
|
3739
|
-
.build() {
|
|
3489
|
+
class DeleteTrafficPolicyCommand extends command(_ep0, _mw0, "DeleteTrafficPolicy", DeleteTrafficPolicy$) {
|
|
3740
3490
|
}
|
|
3741
3491
|
|
|
3742
|
-
class DeleteTrafficPolicyInstanceCommand extends
|
|
3743
|
-
.classBuilder()
|
|
3744
|
-
.ep(commonParams)
|
|
3745
|
-
.m(function (Command, cs, config, o) {
|
|
3746
|
-
return [
|
|
3747
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
3748
|
-
getIdNormalizerPlugin(config),
|
|
3749
|
-
];
|
|
3750
|
-
})
|
|
3751
|
-
.s("AWSDnsV20130401", "DeleteTrafficPolicyInstance", {})
|
|
3752
|
-
.n("Route53Client", "DeleteTrafficPolicyInstanceCommand")
|
|
3753
|
-
.sc(DeleteTrafficPolicyInstance$)
|
|
3754
|
-
.build() {
|
|
3492
|
+
class DeleteTrafficPolicyInstanceCommand extends command(_ep0, _mw0, "DeleteTrafficPolicyInstance", DeleteTrafficPolicyInstance$) {
|
|
3755
3493
|
}
|
|
3756
3494
|
|
|
3757
|
-
class DeleteVPCAssociationAuthorizationCommand extends
|
|
3758
|
-
.classBuilder()
|
|
3759
|
-
.ep(commonParams)
|
|
3760
|
-
.m(function (Command, cs, config, o) {
|
|
3761
|
-
return [
|
|
3762
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
3763
|
-
getIdNormalizerPlugin(config),
|
|
3764
|
-
];
|
|
3765
|
-
})
|
|
3766
|
-
.s("AWSDnsV20130401", "DeleteVPCAssociationAuthorization", {})
|
|
3767
|
-
.n("Route53Client", "DeleteVPCAssociationAuthorizationCommand")
|
|
3768
|
-
.sc(DeleteVPCAssociationAuthorization$)
|
|
3769
|
-
.build() {
|
|
3495
|
+
class DeleteVPCAssociationAuthorizationCommand extends command(_ep0, _mw0, "DeleteVPCAssociationAuthorization", DeleteVPCAssociationAuthorization$) {
|
|
3770
3496
|
}
|
|
3771
3497
|
|
|
3772
|
-
class DisableHostedZoneDNSSECCommand extends
|
|
3773
|
-
.classBuilder()
|
|
3774
|
-
.ep(commonParams)
|
|
3775
|
-
.m(function (Command, cs, config, o) {
|
|
3776
|
-
return [
|
|
3777
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
3778
|
-
getIdNormalizerPlugin(config),
|
|
3779
|
-
];
|
|
3780
|
-
})
|
|
3781
|
-
.s("AWSDnsV20130401", "DisableHostedZoneDNSSEC", {})
|
|
3782
|
-
.n("Route53Client", "DisableHostedZoneDNSSECCommand")
|
|
3783
|
-
.sc(DisableHostedZoneDNSSEC$)
|
|
3784
|
-
.build() {
|
|
3498
|
+
class DisableHostedZoneDNSSECCommand extends command(_ep0, _mw0, "DisableHostedZoneDNSSEC", DisableHostedZoneDNSSEC$) {
|
|
3785
3499
|
}
|
|
3786
3500
|
|
|
3787
|
-
class DisassociateVPCFromHostedZoneCommand extends
|
|
3788
|
-
.classBuilder()
|
|
3789
|
-
.ep(commonParams)
|
|
3790
|
-
.m(function (Command, cs, config, o) {
|
|
3791
|
-
return [
|
|
3792
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
3793
|
-
getIdNormalizerPlugin(config),
|
|
3794
|
-
];
|
|
3795
|
-
})
|
|
3796
|
-
.s("AWSDnsV20130401", "DisassociateVPCFromHostedZone", {})
|
|
3797
|
-
.n("Route53Client", "DisassociateVPCFromHostedZoneCommand")
|
|
3798
|
-
.sc(DisassociateVPCFromHostedZone$)
|
|
3799
|
-
.build() {
|
|
3501
|
+
class DisassociateVPCFromHostedZoneCommand extends command(_ep0, _mw0, "DisassociateVPCFromHostedZone", DisassociateVPCFromHostedZone$) {
|
|
3800
3502
|
}
|
|
3801
3503
|
|
|
3802
|
-
class EnableHostedZoneDNSSECCommand extends
|
|
3803
|
-
.classBuilder()
|
|
3804
|
-
.ep(commonParams)
|
|
3805
|
-
.m(function (Command, cs, config, o) {
|
|
3806
|
-
return [
|
|
3807
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
3808
|
-
getIdNormalizerPlugin(config),
|
|
3809
|
-
];
|
|
3810
|
-
})
|
|
3811
|
-
.s("AWSDnsV20130401", "EnableHostedZoneDNSSEC", {})
|
|
3812
|
-
.n("Route53Client", "EnableHostedZoneDNSSECCommand")
|
|
3813
|
-
.sc(EnableHostedZoneDNSSEC$)
|
|
3814
|
-
.build() {
|
|
3504
|
+
class EnableHostedZoneDNSSECCommand extends command(_ep0, _mw0, "EnableHostedZoneDNSSEC", EnableHostedZoneDNSSEC$) {
|
|
3815
3505
|
}
|
|
3816
3506
|
|
|
3817
|
-
class GetAccountLimitCommand extends
|
|
3818
|
-
.classBuilder()
|
|
3819
|
-
.ep(commonParams)
|
|
3820
|
-
.m(function (Command, cs, config, o) {
|
|
3821
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3822
|
-
})
|
|
3823
|
-
.s("AWSDnsV20130401", "GetAccountLimit", {})
|
|
3824
|
-
.n("Route53Client", "GetAccountLimitCommand")
|
|
3825
|
-
.sc(GetAccountLimit$)
|
|
3826
|
-
.build() {
|
|
3507
|
+
class GetAccountLimitCommand extends command(_ep0, _mw2, "GetAccountLimit", GetAccountLimit$) {
|
|
3827
3508
|
}
|
|
3828
3509
|
|
|
3829
|
-
class GetChangeCommand extends
|
|
3830
|
-
.classBuilder()
|
|
3831
|
-
.ep(commonParams)
|
|
3832
|
-
.m(function (Command, cs, config, o) {
|
|
3833
|
-
return [
|
|
3834
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
3835
|
-
getIdNormalizerPlugin(config),
|
|
3836
|
-
];
|
|
3837
|
-
})
|
|
3838
|
-
.s("AWSDnsV20130401", "GetChange", {})
|
|
3839
|
-
.n("Route53Client", "GetChangeCommand")
|
|
3840
|
-
.sc(GetChange$)
|
|
3841
|
-
.build() {
|
|
3510
|
+
class GetChangeCommand extends command(_ep0, _mw0, "GetChange", GetChange$) {
|
|
3842
3511
|
}
|
|
3843
3512
|
|
|
3844
|
-
class GetCheckerIpRangesCommand extends
|
|
3845
|
-
.classBuilder()
|
|
3846
|
-
.ep(commonParams)
|
|
3847
|
-
.m(function (Command, cs, config, o) {
|
|
3848
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3849
|
-
})
|
|
3850
|
-
.s("AWSDnsV20130401", "GetCheckerIpRanges", {})
|
|
3851
|
-
.n("Route53Client", "GetCheckerIpRangesCommand")
|
|
3852
|
-
.sc(GetCheckerIpRanges$)
|
|
3853
|
-
.build() {
|
|
3513
|
+
class GetCheckerIpRangesCommand extends command(_ep0, _mw2, "GetCheckerIpRanges", GetCheckerIpRanges$) {
|
|
3854
3514
|
}
|
|
3855
3515
|
|
|
3856
|
-
class GetDNSSECCommand extends
|
|
3857
|
-
.classBuilder()
|
|
3858
|
-
.ep(commonParams)
|
|
3859
|
-
.m(function (Command, cs, config, o) {
|
|
3860
|
-
return [
|
|
3861
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
3862
|
-
getIdNormalizerPlugin(config),
|
|
3863
|
-
];
|
|
3864
|
-
})
|
|
3865
|
-
.s("AWSDnsV20130401", "GetDNSSEC", {})
|
|
3866
|
-
.n("Route53Client", "GetDNSSECCommand")
|
|
3867
|
-
.sc(GetDNSSEC$)
|
|
3868
|
-
.build() {
|
|
3516
|
+
class GetDNSSECCommand extends command(_ep0, _mw0, "GetDNSSEC", GetDNSSEC$) {
|
|
3869
3517
|
}
|
|
3870
3518
|
|
|
3871
|
-
class GetGeoLocationCommand extends
|
|
3872
|
-
.classBuilder()
|
|
3873
|
-
.ep(commonParams)
|
|
3874
|
-
.m(function (Command, cs, config, o) {
|
|
3875
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3876
|
-
})
|
|
3877
|
-
.s("AWSDnsV20130401", "GetGeoLocation", {})
|
|
3878
|
-
.n("Route53Client", "GetGeoLocationCommand")
|
|
3879
|
-
.sc(GetGeoLocation$)
|
|
3880
|
-
.build() {
|
|
3519
|
+
class GetGeoLocationCommand extends command(_ep0, _mw2, "GetGeoLocation", GetGeoLocation$) {
|
|
3881
3520
|
}
|
|
3882
3521
|
|
|
3883
|
-
class GetHealthCheckCommand extends
|
|
3884
|
-
.classBuilder()
|
|
3885
|
-
.ep(commonParams)
|
|
3886
|
-
.m(function (Command, cs, config, o) {
|
|
3887
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3888
|
-
})
|
|
3889
|
-
.s("AWSDnsV20130401", "GetHealthCheck", {})
|
|
3890
|
-
.n("Route53Client", "GetHealthCheckCommand")
|
|
3891
|
-
.sc(GetHealthCheck$)
|
|
3892
|
-
.build() {
|
|
3522
|
+
class GetHealthCheckCommand extends command(_ep0, _mw2, "GetHealthCheck", GetHealthCheck$) {
|
|
3893
3523
|
}
|
|
3894
3524
|
|
|
3895
|
-
class GetHealthCheckCountCommand extends
|
|
3896
|
-
.classBuilder()
|
|
3897
|
-
.ep(commonParams)
|
|
3898
|
-
.m(function (Command, cs, config, o) {
|
|
3899
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3900
|
-
})
|
|
3901
|
-
.s("AWSDnsV20130401", "GetHealthCheckCount", {})
|
|
3902
|
-
.n("Route53Client", "GetHealthCheckCountCommand")
|
|
3903
|
-
.sc(GetHealthCheckCount$)
|
|
3904
|
-
.build() {
|
|
3525
|
+
class GetHealthCheckCountCommand extends command(_ep0, _mw2, "GetHealthCheckCount", GetHealthCheckCount$) {
|
|
3905
3526
|
}
|
|
3906
3527
|
|
|
3907
|
-
class GetHealthCheckLastFailureReasonCommand extends
|
|
3908
|
-
.classBuilder()
|
|
3909
|
-
.ep(commonParams)
|
|
3910
|
-
.m(function (Command, cs, config, o) {
|
|
3911
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3912
|
-
})
|
|
3913
|
-
.s("AWSDnsV20130401", "GetHealthCheckLastFailureReason", {})
|
|
3914
|
-
.n("Route53Client", "GetHealthCheckLastFailureReasonCommand")
|
|
3915
|
-
.sc(GetHealthCheckLastFailureReason$)
|
|
3916
|
-
.build() {
|
|
3528
|
+
class GetHealthCheckLastFailureReasonCommand extends command(_ep0, _mw2, "GetHealthCheckLastFailureReason", GetHealthCheckLastFailureReason$) {
|
|
3917
3529
|
}
|
|
3918
3530
|
|
|
3919
|
-
class GetHealthCheckStatusCommand extends
|
|
3920
|
-
.classBuilder()
|
|
3921
|
-
.ep(commonParams)
|
|
3922
|
-
.m(function (Command, cs, config, o) {
|
|
3923
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3924
|
-
})
|
|
3925
|
-
.s("AWSDnsV20130401", "GetHealthCheckStatus", {})
|
|
3926
|
-
.n("Route53Client", "GetHealthCheckStatusCommand")
|
|
3927
|
-
.sc(GetHealthCheckStatus$)
|
|
3928
|
-
.build() {
|
|
3531
|
+
class GetHealthCheckStatusCommand extends command(_ep0, _mw2, "GetHealthCheckStatus", GetHealthCheckStatus$) {
|
|
3929
3532
|
}
|
|
3930
3533
|
|
|
3931
|
-
class GetHostedZoneCommand extends
|
|
3932
|
-
.classBuilder()
|
|
3933
|
-
.ep(commonParams)
|
|
3934
|
-
.m(function (Command, cs, config, o) {
|
|
3935
|
-
return [
|
|
3936
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
3937
|
-
getIdNormalizerPlugin(config),
|
|
3938
|
-
];
|
|
3939
|
-
})
|
|
3940
|
-
.s("AWSDnsV20130401", "GetHostedZone", {})
|
|
3941
|
-
.n("Route53Client", "GetHostedZoneCommand")
|
|
3942
|
-
.sc(GetHostedZone$)
|
|
3943
|
-
.build() {
|
|
3534
|
+
class GetHostedZoneCommand extends command(_ep0, _mw0, "GetHostedZone", GetHostedZone$) {
|
|
3944
3535
|
}
|
|
3945
3536
|
|
|
3946
|
-
class GetHostedZoneCountCommand extends
|
|
3947
|
-
.classBuilder()
|
|
3948
|
-
.ep(commonParams)
|
|
3949
|
-
.m(function (Command, cs, config, o) {
|
|
3950
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3951
|
-
})
|
|
3952
|
-
.s("AWSDnsV20130401", "GetHostedZoneCount", {})
|
|
3953
|
-
.n("Route53Client", "GetHostedZoneCountCommand")
|
|
3954
|
-
.sc(GetHostedZoneCount$)
|
|
3955
|
-
.build() {
|
|
3537
|
+
class GetHostedZoneCountCommand extends command(_ep0, _mw2, "GetHostedZoneCount", GetHostedZoneCount$) {
|
|
3956
3538
|
}
|
|
3957
3539
|
|
|
3958
|
-
class GetHostedZoneLimitCommand extends
|
|
3959
|
-
.classBuilder()
|
|
3960
|
-
.ep(commonParams)
|
|
3961
|
-
.m(function (Command, cs, config, o) {
|
|
3962
|
-
return [
|
|
3963
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
3964
|
-
getIdNormalizerPlugin(config),
|
|
3965
|
-
];
|
|
3966
|
-
})
|
|
3967
|
-
.s("AWSDnsV20130401", "GetHostedZoneLimit", {})
|
|
3968
|
-
.n("Route53Client", "GetHostedZoneLimitCommand")
|
|
3969
|
-
.sc(GetHostedZoneLimit$)
|
|
3970
|
-
.build() {
|
|
3540
|
+
class GetHostedZoneLimitCommand extends command(_ep0, _mw0, "GetHostedZoneLimit", GetHostedZoneLimit$) {
|
|
3971
3541
|
}
|
|
3972
3542
|
|
|
3973
|
-
class GetQueryLoggingConfigCommand extends
|
|
3974
|
-
.classBuilder()
|
|
3975
|
-
.ep(commonParams)
|
|
3976
|
-
.m(function (Command, cs, config, o) {
|
|
3977
|
-
return [
|
|
3978
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
3979
|
-
getIdNormalizerPlugin(config),
|
|
3980
|
-
];
|
|
3981
|
-
})
|
|
3982
|
-
.s("AWSDnsV20130401", "GetQueryLoggingConfig", {})
|
|
3983
|
-
.n("Route53Client", "GetQueryLoggingConfigCommand")
|
|
3984
|
-
.sc(GetQueryLoggingConfig$)
|
|
3985
|
-
.build() {
|
|
3543
|
+
class GetQueryLoggingConfigCommand extends command(_ep0, _mw0, "GetQueryLoggingConfig", GetQueryLoggingConfig$) {
|
|
3986
3544
|
}
|
|
3987
3545
|
|
|
3988
|
-
class GetReusableDelegationSetCommand extends
|
|
3989
|
-
.classBuilder()
|
|
3990
|
-
.ep(commonParams)
|
|
3991
|
-
.m(function (Command, cs, config, o) {
|
|
3992
|
-
return [
|
|
3993
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
3994
|
-
getIdNormalizerPlugin(config),
|
|
3995
|
-
];
|
|
3996
|
-
})
|
|
3997
|
-
.s("AWSDnsV20130401", "GetReusableDelegationSet", {})
|
|
3998
|
-
.n("Route53Client", "GetReusableDelegationSetCommand")
|
|
3999
|
-
.sc(GetReusableDelegationSet$)
|
|
4000
|
-
.build() {
|
|
3546
|
+
class GetReusableDelegationSetCommand extends command(_ep0, _mw0, "GetReusableDelegationSet", GetReusableDelegationSet$) {
|
|
4001
3547
|
}
|
|
4002
3548
|
|
|
4003
|
-
class GetReusableDelegationSetLimitCommand extends
|
|
4004
|
-
.classBuilder()
|
|
4005
|
-
.ep(commonParams)
|
|
4006
|
-
.m(function (Command, cs, config, o) {
|
|
4007
|
-
return [
|
|
4008
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
4009
|
-
getIdNormalizerPlugin(config),
|
|
4010
|
-
];
|
|
4011
|
-
})
|
|
4012
|
-
.s("AWSDnsV20130401", "GetReusableDelegationSetLimit", {})
|
|
4013
|
-
.n("Route53Client", "GetReusableDelegationSetLimitCommand")
|
|
4014
|
-
.sc(GetReusableDelegationSetLimit$)
|
|
4015
|
-
.build() {
|
|
3549
|
+
class GetReusableDelegationSetLimitCommand extends command(_ep0, _mw0, "GetReusableDelegationSetLimit", GetReusableDelegationSetLimit$) {
|
|
4016
3550
|
}
|
|
4017
3551
|
|
|
4018
|
-
class GetTrafficPolicyCommand extends
|
|
4019
|
-
.classBuilder()
|
|
4020
|
-
.ep(commonParams)
|
|
4021
|
-
.m(function (Command, cs, config, o) {
|
|
4022
|
-
return [
|
|
4023
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
4024
|
-
getIdNormalizerPlugin(config),
|
|
4025
|
-
];
|
|
4026
|
-
})
|
|
4027
|
-
.s("AWSDnsV20130401", "GetTrafficPolicy", {})
|
|
4028
|
-
.n("Route53Client", "GetTrafficPolicyCommand")
|
|
4029
|
-
.sc(GetTrafficPolicy$)
|
|
4030
|
-
.build() {
|
|
3552
|
+
class GetTrafficPolicyCommand extends command(_ep0, _mw0, "GetTrafficPolicy", GetTrafficPolicy$) {
|
|
4031
3553
|
}
|
|
4032
3554
|
|
|
4033
|
-
class GetTrafficPolicyInstanceCommand extends
|
|
4034
|
-
.classBuilder()
|
|
4035
|
-
.ep(commonParams)
|
|
4036
|
-
.m(function (Command, cs, config, o) {
|
|
4037
|
-
return [
|
|
4038
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
4039
|
-
getIdNormalizerPlugin(config),
|
|
4040
|
-
];
|
|
4041
|
-
})
|
|
4042
|
-
.s("AWSDnsV20130401", "GetTrafficPolicyInstance", {})
|
|
4043
|
-
.n("Route53Client", "GetTrafficPolicyInstanceCommand")
|
|
4044
|
-
.sc(GetTrafficPolicyInstance$)
|
|
4045
|
-
.build() {
|
|
3555
|
+
class GetTrafficPolicyInstanceCommand extends command(_ep0, _mw0, "GetTrafficPolicyInstance", GetTrafficPolicyInstance$) {
|
|
4046
3556
|
}
|
|
4047
3557
|
|
|
4048
|
-
class GetTrafficPolicyInstanceCountCommand extends
|
|
4049
|
-
.classBuilder()
|
|
4050
|
-
.ep(commonParams)
|
|
4051
|
-
.m(function (Command, cs, config, o) {
|
|
4052
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4053
|
-
})
|
|
4054
|
-
.s("AWSDnsV20130401", "GetTrafficPolicyInstanceCount", {})
|
|
4055
|
-
.n("Route53Client", "GetTrafficPolicyInstanceCountCommand")
|
|
4056
|
-
.sc(GetTrafficPolicyInstanceCount$)
|
|
4057
|
-
.build() {
|
|
3558
|
+
class GetTrafficPolicyInstanceCountCommand extends command(_ep0, _mw2, "GetTrafficPolicyInstanceCount", GetTrafficPolicyInstanceCount$) {
|
|
4058
3559
|
}
|
|
4059
3560
|
|
|
4060
|
-
class ListCidrBlocksCommand extends
|
|
4061
|
-
.classBuilder()
|
|
4062
|
-
.ep(commonParams)
|
|
4063
|
-
.m(function (Command, cs, config, o) {
|
|
4064
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4065
|
-
})
|
|
4066
|
-
.s("AWSDnsV20130401", "ListCidrBlocks", {})
|
|
4067
|
-
.n("Route53Client", "ListCidrBlocksCommand")
|
|
4068
|
-
.sc(ListCidrBlocks$)
|
|
4069
|
-
.build() {
|
|
3561
|
+
class ListCidrBlocksCommand extends command(_ep0, _mw2, "ListCidrBlocks", ListCidrBlocks$) {
|
|
4070
3562
|
}
|
|
4071
3563
|
|
|
4072
|
-
class ListCidrCollectionsCommand extends
|
|
4073
|
-
.classBuilder()
|
|
4074
|
-
.ep(commonParams)
|
|
4075
|
-
.m(function (Command, cs, config, o) {
|
|
4076
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4077
|
-
})
|
|
4078
|
-
.s("AWSDnsV20130401", "ListCidrCollections", {})
|
|
4079
|
-
.n("Route53Client", "ListCidrCollectionsCommand")
|
|
4080
|
-
.sc(ListCidrCollections$)
|
|
4081
|
-
.build() {
|
|
3564
|
+
class ListCidrCollectionsCommand extends command(_ep0, _mw2, "ListCidrCollections", ListCidrCollections$) {
|
|
4082
3565
|
}
|
|
4083
3566
|
|
|
4084
|
-
class ListCidrLocationsCommand extends
|
|
4085
|
-
.classBuilder()
|
|
4086
|
-
.ep(commonParams)
|
|
4087
|
-
.m(function (Command, cs, config, o) {
|
|
4088
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4089
|
-
})
|
|
4090
|
-
.s("AWSDnsV20130401", "ListCidrLocations", {})
|
|
4091
|
-
.n("Route53Client", "ListCidrLocationsCommand")
|
|
4092
|
-
.sc(ListCidrLocations$)
|
|
4093
|
-
.build() {
|
|
3567
|
+
class ListCidrLocationsCommand extends command(_ep0, _mw2, "ListCidrLocations", ListCidrLocations$) {
|
|
4094
3568
|
}
|
|
4095
3569
|
|
|
4096
|
-
class ListGeoLocationsCommand extends
|
|
4097
|
-
.classBuilder()
|
|
4098
|
-
.ep(commonParams)
|
|
4099
|
-
.m(function (Command, cs, config, o) {
|
|
4100
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4101
|
-
})
|
|
4102
|
-
.s("AWSDnsV20130401", "ListGeoLocations", {})
|
|
4103
|
-
.n("Route53Client", "ListGeoLocationsCommand")
|
|
4104
|
-
.sc(ListGeoLocations$)
|
|
4105
|
-
.build() {
|
|
3570
|
+
class ListGeoLocationsCommand extends command(_ep0, _mw2, "ListGeoLocations", ListGeoLocations$) {
|
|
4106
3571
|
}
|
|
4107
3572
|
|
|
4108
|
-
class ListHealthChecksCommand extends
|
|
4109
|
-
.classBuilder()
|
|
4110
|
-
.ep(commonParams)
|
|
4111
|
-
.m(function (Command, cs, config, o) {
|
|
4112
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4113
|
-
})
|
|
4114
|
-
.s("AWSDnsV20130401", "ListHealthChecks", {})
|
|
4115
|
-
.n("Route53Client", "ListHealthChecksCommand")
|
|
4116
|
-
.sc(ListHealthChecks$)
|
|
4117
|
-
.build() {
|
|
3573
|
+
class ListHealthChecksCommand extends command(_ep0, _mw2, "ListHealthChecks", ListHealthChecks$) {
|
|
4118
3574
|
}
|
|
4119
3575
|
|
|
4120
|
-
class ListHostedZonesByNameCommand extends
|
|
4121
|
-
.classBuilder()
|
|
4122
|
-
.ep(commonParams)
|
|
4123
|
-
.m(function (Command, cs, config, o) {
|
|
4124
|
-
return [
|
|
4125
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
4126
|
-
getIdNormalizerPlugin(config),
|
|
4127
|
-
];
|
|
4128
|
-
})
|
|
4129
|
-
.s("AWSDnsV20130401", "ListHostedZonesByName", {})
|
|
4130
|
-
.n("Route53Client", "ListHostedZonesByNameCommand")
|
|
4131
|
-
.sc(ListHostedZonesByName$)
|
|
4132
|
-
.build() {
|
|
3576
|
+
class ListHostedZonesByNameCommand extends command(_ep0, _mw0, "ListHostedZonesByName", ListHostedZonesByName$) {
|
|
4133
3577
|
}
|
|
4134
3578
|
|
|
4135
|
-
class ListHostedZonesByVPCCommand extends
|
|
4136
|
-
.classBuilder()
|
|
4137
|
-
.ep(commonParams)
|
|
4138
|
-
.m(function (Command, cs, config, o) {
|
|
4139
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4140
|
-
})
|
|
4141
|
-
.s("AWSDnsV20130401", "ListHostedZonesByVPC", {})
|
|
4142
|
-
.n("Route53Client", "ListHostedZonesByVPCCommand")
|
|
4143
|
-
.sc(ListHostedZonesByVPC$)
|
|
4144
|
-
.build() {
|
|
3579
|
+
class ListHostedZonesByVPCCommand extends command(_ep0, _mw2, "ListHostedZonesByVPC", ListHostedZonesByVPC$) {
|
|
4145
3580
|
}
|
|
4146
3581
|
|
|
4147
|
-
class ListHostedZonesCommand extends
|
|
4148
|
-
.classBuilder()
|
|
4149
|
-
.ep(commonParams)
|
|
4150
|
-
.m(function (Command, cs, config, o) {
|
|
4151
|
-
return [
|
|
4152
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
4153
|
-
getIdNormalizerPlugin(config),
|
|
4154
|
-
];
|
|
4155
|
-
})
|
|
4156
|
-
.s("AWSDnsV20130401", "ListHostedZones", {})
|
|
4157
|
-
.n("Route53Client", "ListHostedZonesCommand")
|
|
4158
|
-
.sc(ListHostedZones$)
|
|
4159
|
-
.build() {
|
|
3582
|
+
class ListHostedZonesCommand extends command(_ep0, _mw0, "ListHostedZones", ListHostedZones$) {
|
|
4160
3583
|
}
|
|
4161
3584
|
|
|
4162
|
-
class ListQueryLoggingConfigsCommand extends
|
|
4163
|
-
.classBuilder()
|
|
4164
|
-
.ep(commonParams)
|
|
4165
|
-
.m(function (Command, cs, config, o) {
|
|
4166
|
-
return [
|
|
4167
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
4168
|
-
getIdNormalizerPlugin(config),
|
|
4169
|
-
];
|
|
4170
|
-
})
|
|
4171
|
-
.s("AWSDnsV20130401", "ListQueryLoggingConfigs", {})
|
|
4172
|
-
.n("Route53Client", "ListQueryLoggingConfigsCommand")
|
|
4173
|
-
.sc(ListQueryLoggingConfigs$)
|
|
4174
|
-
.build() {
|
|
3585
|
+
class ListQueryLoggingConfigsCommand extends command(_ep0, _mw0, "ListQueryLoggingConfigs", ListQueryLoggingConfigs$) {
|
|
4175
3586
|
}
|
|
4176
3587
|
|
|
4177
|
-
class ListResourceRecordSetsCommand extends
|
|
4178
|
-
.classBuilder()
|
|
4179
|
-
.ep(commonParams)
|
|
4180
|
-
.m(function (Command, cs, config, o) {
|
|
4181
|
-
return [
|
|
4182
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
4183
|
-
getIdNormalizerPlugin(config),
|
|
4184
|
-
];
|
|
4185
|
-
})
|
|
4186
|
-
.s("AWSDnsV20130401", "ListResourceRecordSets", {})
|
|
4187
|
-
.n("Route53Client", "ListResourceRecordSetsCommand")
|
|
4188
|
-
.sc(ListResourceRecordSets$)
|
|
4189
|
-
.build() {
|
|
3588
|
+
class ListResourceRecordSetsCommand extends command(_ep0, _mw0, "ListResourceRecordSets", ListResourceRecordSets$) {
|
|
4190
3589
|
}
|
|
4191
3590
|
|
|
4192
|
-
class ListReusableDelegationSetsCommand extends
|
|
4193
|
-
.classBuilder()
|
|
4194
|
-
.ep(commonParams)
|
|
4195
|
-
.m(function (Command, cs, config, o) {
|
|
4196
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4197
|
-
})
|
|
4198
|
-
.s("AWSDnsV20130401", "ListReusableDelegationSets", {})
|
|
4199
|
-
.n("Route53Client", "ListReusableDelegationSetsCommand")
|
|
4200
|
-
.sc(ListReusableDelegationSets$)
|
|
4201
|
-
.build() {
|
|
3591
|
+
class ListReusableDelegationSetsCommand extends command(_ep0, _mw2, "ListReusableDelegationSets", ListReusableDelegationSets$) {
|
|
4202
3592
|
}
|
|
4203
3593
|
|
|
4204
|
-
class ListTagsForResourceCommand extends
|
|
4205
|
-
.classBuilder()
|
|
4206
|
-
.ep(commonParams)
|
|
4207
|
-
.m(function (Command, cs, config, o) {
|
|
4208
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4209
|
-
})
|
|
4210
|
-
.s("AWSDnsV20130401", "ListTagsForResource", {})
|
|
4211
|
-
.n("Route53Client", "ListTagsForResourceCommand")
|
|
4212
|
-
.sc(ListTagsForResource$)
|
|
4213
|
-
.build() {
|
|
3594
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw2, "ListTagsForResource", ListTagsForResource$) {
|
|
4214
3595
|
}
|
|
4215
3596
|
|
|
4216
|
-
class ListTagsForResourcesCommand extends
|
|
4217
|
-
.classBuilder()
|
|
4218
|
-
.ep(commonParams)
|
|
4219
|
-
.m(function (Command, cs, config, o) {
|
|
4220
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4221
|
-
})
|
|
4222
|
-
.s("AWSDnsV20130401", "ListTagsForResources", {})
|
|
4223
|
-
.n("Route53Client", "ListTagsForResourcesCommand")
|
|
4224
|
-
.sc(ListTagsForResources$)
|
|
4225
|
-
.build() {
|
|
3597
|
+
class ListTagsForResourcesCommand extends command(_ep0, _mw2, "ListTagsForResources", ListTagsForResources$) {
|
|
4226
3598
|
}
|
|
4227
3599
|
|
|
4228
|
-
class ListTrafficPoliciesCommand extends
|
|
4229
|
-
.classBuilder()
|
|
4230
|
-
.ep(commonParams)
|
|
4231
|
-
.m(function (Command, cs, config, o) {
|
|
4232
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4233
|
-
})
|
|
4234
|
-
.s("AWSDnsV20130401", "ListTrafficPolicies", {})
|
|
4235
|
-
.n("Route53Client", "ListTrafficPoliciesCommand")
|
|
4236
|
-
.sc(ListTrafficPolicies$)
|
|
4237
|
-
.build() {
|
|
3600
|
+
class ListTrafficPoliciesCommand extends command(_ep0, _mw2, "ListTrafficPolicies", ListTrafficPolicies$) {
|
|
4238
3601
|
}
|
|
4239
3602
|
|
|
4240
|
-
class ListTrafficPolicyInstancesByHostedZoneCommand extends
|
|
4241
|
-
.classBuilder()
|
|
4242
|
-
.ep(commonParams)
|
|
4243
|
-
.m(function (Command, cs, config, o) {
|
|
4244
|
-
return [
|
|
4245
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
4246
|
-
getIdNormalizerPlugin(config),
|
|
4247
|
-
];
|
|
4248
|
-
})
|
|
4249
|
-
.s("AWSDnsV20130401", "ListTrafficPolicyInstancesByHostedZone", {})
|
|
4250
|
-
.n("Route53Client", "ListTrafficPolicyInstancesByHostedZoneCommand")
|
|
4251
|
-
.sc(ListTrafficPolicyInstancesByHostedZone$)
|
|
4252
|
-
.build() {
|
|
3603
|
+
class ListTrafficPolicyInstancesByHostedZoneCommand extends command(_ep0, _mw0, "ListTrafficPolicyInstancesByHostedZone", ListTrafficPolicyInstancesByHostedZone$) {
|
|
4253
3604
|
}
|
|
4254
3605
|
|
|
4255
|
-
class ListTrafficPolicyInstancesByPolicyCommand extends
|
|
4256
|
-
.classBuilder()
|
|
4257
|
-
.ep(commonParams)
|
|
4258
|
-
.m(function (Command, cs, config, o) {
|
|
4259
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4260
|
-
})
|
|
4261
|
-
.s("AWSDnsV20130401", "ListTrafficPolicyInstancesByPolicy", {})
|
|
4262
|
-
.n("Route53Client", "ListTrafficPolicyInstancesByPolicyCommand")
|
|
4263
|
-
.sc(ListTrafficPolicyInstancesByPolicy$)
|
|
4264
|
-
.build() {
|
|
3606
|
+
class ListTrafficPolicyInstancesByPolicyCommand extends command(_ep0, _mw2, "ListTrafficPolicyInstancesByPolicy", ListTrafficPolicyInstancesByPolicy$) {
|
|
4265
3607
|
}
|
|
4266
3608
|
|
|
4267
|
-
class ListTrafficPolicyInstancesCommand extends
|
|
4268
|
-
.classBuilder()
|
|
4269
|
-
.ep(commonParams)
|
|
4270
|
-
.m(function (Command, cs, config, o) {
|
|
4271
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4272
|
-
})
|
|
4273
|
-
.s("AWSDnsV20130401", "ListTrafficPolicyInstances", {})
|
|
4274
|
-
.n("Route53Client", "ListTrafficPolicyInstancesCommand")
|
|
4275
|
-
.sc(ListTrafficPolicyInstances$)
|
|
4276
|
-
.build() {
|
|
3609
|
+
class ListTrafficPolicyInstancesCommand extends command(_ep0, _mw2, "ListTrafficPolicyInstances", ListTrafficPolicyInstances$) {
|
|
4277
3610
|
}
|
|
4278
3611
|
|
|
4279
|
-
class ListTrafficPolicyVersionsCommand extends
|
|
4280
|
-
.classBuilder()
|
|
4281
|
-
.ep(commonParams)
|
|
4282
|
-
.m(function (Command, cs, config, o) {
|
|
4283
|
-
return [
|
|
4284
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
4285
|
-
getIdNormalizerPlugin(config),
|
|
4286
|
-
];
|
|
4287
|
-
})
|
|
4288
|
-
.s("AWSDnsV20130401", "ListTrafficPolicyVersions", {})
|
|
4289
|
-
.n("Route53Client", "ListTrafficPolicyVersionsCommand")
|
|
4290
|
-
.sc(ListTrafficPolicyVersions$)
|
|
4291
|
-
.build() {
|
|
3612
|
+
class ListTrafficPolicyVersionsCommand extends command(_ep0, _mw0, "ListTrafficPolicyVersions", ListTrafficPolicyVersions$) {
|
|
4292
3613
|
}
|
|
4293
3614
|
|
|
4294
|
-
class ListVPCAssociationAuthorizationsCommand extends
|
|
4295
|
-
.classBuilder()
|
|
4296
|
-
.ep(commonParams)
|
|
4297
|
-
.m(function (Command, cs, config, o) {
|
|
4298
|
-
return [
|
|
4299
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
4300
|
-
getIdNormalizerPlugin(config),
|
|
4301
|
-
];
|
|
4302
|
-
})
|
|
4303
|
-
.s("AWSDnsV20130401", "ListVPCAssociationAuthorizations", {})
|
|
4304
|
-
.n("Route53Client", "ListVPCAssociationAuthorizationsCommand")
|
|
4305
|
-
.sc(ListVPCAssociationAuthorizations$)
|
|
4306
|
-
.build() {
|
|
3615
|
+
class ListVPCAssociationAuthorizationsCommand extends command(_ep0, _mw0, "ListVPCAssociationAuthorizations", ListVPCAssociationAuthorizations$) {
|
|
4307
3616
|
}
|
|
4308
3617
|
|
|
4309
|
-
class TestDNSAnswerCommand extends
|
|
4310
|
-
.classBuilder()
|
|
4311
|
-
.ep(commonParams)
|
|
4312
|
-
.m(function (Command, cs, config, o) {
|
|
4313
|
-
return [
|
|
4314
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
4315
|
-
getIdNormalizerPlugin(config),
|
|
4316
|
-
];
|
|
4317
|
-
})
|
|
4318
|
-
.s("AWSDnsV20130401", "TestDNSAnswer", {})
|
|
4319
|
-
.n("Route53Client", "TestDNSAnswerCommand")
|
|
4320
|
-
.sc(TestDNSAnswer$)
|
|
4321
|
-
.build() {
|
|
3618
|
+
class TestDNSAnswerCommand extends command(_ep0, _mw0, "TestDNSAnswer", TestDNSAnswer$) {
|
|
4322
3619
|
}
|
|
4323
3620
|
|
|
4324
|
-
class UpdateHealthCheckCommand extends
|
|
4325
|
-
.classBuilder()
|
|
4326
|
-
.ep(commonParams)
|
|
4327
|
-
.m(function (Command, cs, config, o) {
|
|
4328
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4329
|
-
})
|
|
4330
|
-
.s("AWSDnsV20130401", "UpdateHealthCheck", {})
|
|
4331
|
-
.n("Route53Client", "UpdateHealthCheckCommand")
|
|
4332
|
-
.sc(UpdateHealthCheck$)
|
|
4333
|
-
.build() {
|
|
3621
|
+
class UpdateHealthCheckCommand extends command(_ep0, _mw2, "UpdateHealthCheck", UpdateHealthCheck$) {
|
|
4334
3622
|
}
|
|
4335
3623
|
|
|
4336
|
-
class UpdateHostedZoneCommentCommand extends
|
|
4337
|
-
.classBuilder()
|
|
4338
|
-
.ep(commonParams)
|
|
4339
|
-
.m(function (Command, cs, config, o) {
|
|
4340
|
-
return [
|
|
4341
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
4342
|
-
getIdNormalizerPlugin(config),
|
|
4343
|
-
];
|
|
4344
|
-
})
|
|
4345
|
-
.s("AWSDnsV20130401", "UpdateHostedZoneComment", {})
|
|
4346
|
-
.n("Route53Client", "UpdateHostedZoneCommentCommand")
|
|
4347
|
-
.sc(UpdateHostedZoneComment$)
|
|
4348
|
-
.build() {
|
|
3624
|
+
class UpdateHostedZoneCommentCommand extends command(_ep0, _mw0, "UpdateHostedZoneComment", UpdateHostedZoneComment$) {
|
|
4349
3625
|
}
|
|
4350
3626
|
|
|
4351
|
-
class UpdateHostedZoneFeaturesCommand extends
|
|
4352
|
-
.classBuilder()
|
|
4353
|
-
.ep(commonParams)
|
|
4354
|
-
.m(function (Command, cs, config, o) {
|
|
4355
|
-
return [
|
|
4356
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
4357
|
-
getIdNormalizerPlugin(config),
|
|
4358
|
-
];
|
|
4359
|
-
})
|
|
4360
|
-
.s("AWSDnsV20130401", "UpdateHostedZoneFeatures", {})
|
|
4361
|
-
.n("Route53Client", "UpdateHostedZoneFeaturesCommand")
|
|
4362
|
-
.sc(UpdateHostedZoneFeatures$)
|
|
4363
|
-
.build() {
|
|
3627
|
+
class UpdateHostedZoneFeaturesCommand extends command(_ep0, _mw0, "UpdateHostedZoneFeatures", UpdateHostedZoneFeatures$) {
|
|
4364
3628
|
}
|
|
4365
3629
|
|
|
4366
|
-
class UpdateTrafficPolicyCommentCommand extends
|
|
4367
|
-
.classBuilder()
|
|
4368
|
-
.ep(commonParams)
|
|
4369
|
-
.m(function (Command, cs, config, o) {
|
|
4370
|
-
return [
|
|
4371
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
4372
|
-
getIdNormalizerPlugin(config),
|
|
4373
|
-
];
|
|
4374
|
-
})
|
|
4375
|
-
.s("AWSDnsV20130401", "UpdateTrafficPolicyComment", {})
|
|
4376
|
-
.n("Route53Client", "UpdateTrafficPolicyCommentCommand")
|
|
4377
|
-
.sc(UpdateTrafficPolicyComment$)
|
|
4378
|
-
.build() {
|
|
3630
|
+
class UpdateTrafficPolicyCommentCommand extends command(_ep0, _mw0, "UpdateTrafficPolicyComment", UpdateTrafficPolicyComment$) {
|
|
4379
3631
|
}
|
|
4380
3632
|
|
|
4381
|
-
class UpdateTrafficPolicyInstanceCommand extends
|
|
4382
|
-
.classBuilder()
|
|
4383
|
-
.ep(commonParams)
|
|
4384
|
-
.m(function (Command, cs, config, o) {
|
|
4385
|
-
return [
|
|
4386
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
4387
|
-
getIdNormalizerPlugin(config),
|
|
4388
|
-
];
|
|
4389
|
-
})
|
|
4390
|
-
.s("AWSDnsV20130401", "UpdateTrafficPolicyInstance", {})
|
|
4391
|
-
.n("Route53Client", "UpdateTrafficPolicyInstanceCommand")
|
|
4392
|
-
.sc(UpdateTrafficPolicyInstance$)
|
|
4393
|
-
.build() {
|
|
3633
|
+
class UpdateTrafficPolicyInstanceCommand extends command(_ep0, _mw0, "UpdateTrafficPolicyInstance", UpdateTrafficPolicyInstance$) {
|
|
4394
3634
|
}
|
|
4395
3635
|
|
|
4396
3636
|
const paginateListCidrBlocks = createPaginator(Route53Client, ListCidrBlocksCommand, "NextToken", "NextToken", "MaxResults");
|