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