@aws-sdk/client-route-53 3.33.0 → 3.36.1
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/CHANGELOG.md +47 -0
- package/dist-cjs/Route53.js +967 -0
- package/dist-cjs/Route53Client.js +35 -0
- package/dist-cjs/commands/ActivateKeySigningKeyCommand.js +38 -0
- package/dist-cjs/commands/AssociateVPCWithHostedZoneCommand.js +38 -0
- package/dist-cjs/commands/ChangeResourceRecordSetsCommand.js +39 -0
- package/dist-cjs/commands/ChangeTagsForResourceCommand.js +36 -0
- package/dist-cjs/commands/CreateHealthCheckCommand.js +36 -0
- package/dist-cjs/commands/CreateHostedZoneCommand.js +38 -0
- package/dist-cjs/commands/CreateKeySigningKeyCommand.js +38 -0
- package/dist-cjs/commands/CreateQueryLoggingConfigCommand.js +38 -0
- package/dist-cjs/commands/CreateReusableDelegationSetCommand.js +38 -0
- package/dist-cjs/commands/CreateTrafficPolicyCommand.js +36 -0
- package/dist-cjs/commands/CreateTrafficPolicyInstanceCommand.js +38 -0
- package/dist-cjs/commands/CreateTrafficPolicyVersionCommand.js +38 -0
- package/dist-cjs/commands/CreateVPCAssociationAuthorizationCommand.js +38 -0
- package/dist-cjs/commands/DeactivateKeySigningKeyCommand.js +38 -0
- package/dist-cjs/commands/DeleteHealthCheckCommand.js +36 -0
- package/dist-cjs/commands/DeleteHostedZoneCommand.js +38 -0
- package/dist-cjs/commands/DeleteKeySigningKeyCommand.js +38 -0
- package/dist-cjs/commands/DeleteQueryLoggingConfigCommand.js +38 -0
- package/dist-cjs/commands/DeleteReusableDelegationSetCommand.js +38 -0
- package/dist-cjs/commands/DeleteTrafficPolicyCommand.js +38 -0
- package/dist-cjs/commands/DeleteTrafficPolicyInstanceCommand.js +38 -0
- package/dist-cjs/commands/DeleteVPCAssociationAuthorizationCommand.js +38 -0
- package/dist-cjs/commands/DisableHostedZoneDNSSECCommand.js +38 -0
- package/dist-cjs/commands/DisassociateVPCFromHostedZoneCommand.js +38 -0
- package/dist-cjs/commands/EnableHostedZoneDNSSECCommand.js +38 -0
- package/dist-cjs/commands/GetAccountLimitCommand.js +36 -0
- package/dist-cjs/commands/GetChangeCommand.js +38 -0
- package/dist-cjs/commands/GetCheckerIpRangesCommand.js +36 -0
- package/dist-cjs/commands/GetDNSSECCommand.js +38 -0
- package/dist-cjs/commands/GetGeoLocationCommand.js +36 -0
- package/dist-cjs/commands/GetHealthCheckCommand.js +36 -0
- package/dist-cjs/commands/GetHealthCheckCountCommand.js +36 -0
- package/dist-cjs/commands/GetHealthCheckLastFailureReasonCommand.js +36 -0
- package/dist-cjs/commands/GetHealthCheckStatusCommand.js +36 -0
- package/dist-cjs/commands/GetHostedZoneCommand.js +38 -0
- package/dist-cjs/commands/GetHostedZoneCountCommand.js +36 -0
- package/dist-cjs/commands/GetHostedZoneLimitCommand.js +38 -0
- package/dist-cjs/commands/GetQueryLoggingConfigCommand.js +38 -0
- package/dist-cjs/commands/GetReusableDelegationSetCommand.js +38 -0
- package/dist-cjs/commands/GetReusableDelegationSetLimitCommand.js +38 -0
- package/dist-cjs/commands/GetTrafficPolicyCommand.js +38 -0
- package/dist-cjs/commands/GetTrafficPolicyInstanceCommand.js +38 -0
- package/dist-cjs/commands/GetTrafficPolicyInstanceCountCommand.js +36 -0
- package/dist-cjs/commands/ListGeoLocationsCommand.js +36 -0
- package/dist-cjs/commands/ListHealthChecksCommand.js +36 -0
- package/dist-cjs/commands/ListHostedZonesByNameCommand.js +38 -0
- package/dist-cjs/commands/ListHostedZonesByVPCCommand.js +36 -0
- package/dist-cjs/commands/ListHostedZonesCommand.js +38 -0
- package/dist-cjs/commands/ListQueryLoggingConfigsCommand.js +38 -0
- package/dist-cjs/commands/ListResourceRecordSetsCommand.js +38 -0
- package/dist-cjs/commands/ListReusableDelegationSetsCommand.js +36 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
- package/dist-cjs/commands/ListTagsForResourcesCommand.js +36 -0
- package/dist-cjs/commands/ListTrafficPoliciesCommand.js +36 -0
- package/dist-cjs/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +38 -0
- package/dist-cjs/commands/ListTrafficPolicyInstancesByPolicyCommand.js +36 -0
- package/dist-cjs/commands/ListTrafficPolicyInstancesCommand.js +36 -0
- package/dist-cjs/commands/ListTrafficPolicyVersionsCommand.js +38 -0
- package/dist-cjs/commands/ListVPCAssociationAuthorizationsCommand.js +38 -0
- package/dist-cjs/commands/TestDNSAnswerCommand.js +38 -0
- package/dist-cjs/commands/UpdateHealthCheckCommand.js +36 -0
- package/dist-cjs/commands/UpdateHostedZoneCommentCommand.js +38 -0
- package/dist-cjs/commands/UpdateTrafficPolicyCommentCommand.js +38 -0
- package/dist-cjs/commands/UpdateTrafficPolicyInstanceCommand.js +38 -0
- package/dist-cjs/endpoints.js +87 -0
- package/dist-cjs/index.js +75 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +1362 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListHealthChecksPaginator.js +35 -0
- package/dist-cjs/pagination/ListHostedZonesPaginator.js +35 -0
- package/dist-cjs/pagination/ListQueryLoggingConfigsPaginator.js +35 -0
- package/dist-cjs/protocols/Aws_restXml.js +9038 -0
- package/dist-cjs/runtimeConfig.browser.js +37 -0
- package/dist-cjs/runtimeConfig.js +42 -0
- package/dist-cjs/runtimeConfig.native.js +16 -0
- package/dist-cjs/runtimeConfig.shared.js +17 -0
- package/dist-cjs/waiters/waitForResourceRecordSetsChanged.js +36 -0
- package/dist-es/Route53.js +970 -0
- package/dist-es/Route53Client.js +37 -0
- package/dist-es/commands/ActivateKeySigningKeyCommand.js +41 -0
- package/dist-es/commands/AssociateVPCWithHostedZoneCommand.js +41 -0
- package/dist-es/commands/ChangeResourceRecordSetsCommand.js +42 -0
- package/dist-es/commands/ChangeTagsForResourceCommand.js +39 -0
- package/dist-es/commands/CreateHealthCheckCommand.js +39 -0
- package/dist-es/commands/CreateHostedZoneCommand.js +41 -0
- package/dist-es/commands/CreateKeySigningKeyCommand.js +41 -0
- package/dist-es/commands/CreateQueryLoggingConfigCommand.js +41 -0
- package/dist-es/commands/CreateReusableDelegationSetCommand.js +41 -0
- package/dist-es/commands/CreateTrafficPolicyCommand.js +39 -0
- package/dist-es/commands/CreateTrafficPolicyInstanceCommand.js +41 -0
- package/dist-es/commands/CreateTrafficPolicyVersionCommand.js +41 -0
- package/dist-es/commands/CreateVPCAssociationAuthorizationCommand.js +41 -0
- package/dist-es/commands/DeactivateKeySigningKeyCommand.js +41 -0
- package/dist-es/commands/DeleteHealthCheckCommand.js +39 -0
- package/dist-es/commands/DeleteHostedZoneCommand.js +41 -0
- package/dist-es/commands/DeleteKeySigningKeyCommand.js +41 -0
- package/dist-es/commands/DeleteQueryLoggingConfigCommand.js +41 -0
- package/dist-es/commands/DeleteReusableDelegationSetCommand.js +41 -0
- package/dist-es/commands/DeleteTrafficPolicyCommand.js +41 -0
- package/dist-es/commands/DeleteTrafficPolicyInstanceCommand.js +41 -0
- package/dist-es/commands/DeleteVPCAssociationAuthorizationCommand.js +41 -0
- package/dist-es/commands/DisableHostedZoneDNSSECCommand.js +41 -0
- package/dist-es/commands/DisassociateVPCFromHostedZoneCommand.js +41 -0
- package/dist-es/commands/EnableHostedZoneDNSSECCommand.js +41 -0
- package/dist-es/commands/GetAccountLimitCommand.js +39 -0
- package/dist-es/commands/GetChangeCommand.js +41 -0
- package/dist-es/commands/GetCheckerIpRangesCommand.js +39 -0
- package/dist-es/commands/GetDNSSECCommand.js +41 -0
- package/dist-es/commands/GetGeoLocationCommand.js +39 -0
- package/dist-es/commands/GetHealthCheckCommand.js +39 -0
- package/dist-es/commands/GetHealthCheckCountCommand.js +39 -0
- package/dist-es/commands/GetHealthCheckLastFailureReasonCommand.js +39 -0
- package/dist-es/commands/GetHealthCheckStatusCommand.js +39 -0
- package/dist-es/commands/GetHostedZoneCommand.js +41 -0
- package/dist-es/commands/GetHostedZoneCountCommand.js +39 -0
- package/dist-es/commands/GetHostedZoneLimitCommand.js +41 -0
- package/dist-es/commands/GetQueryLoggingConfigCommand.js +41 -0
- package/dist-es/commands/GetReusableDelegationSetCommand.js +41 -0
- package/dist-es/commands/GetReusableDelegationSetLimitCommand.js +41 -0
- package/dist-es/commands/GetTrafficPolicyCommand.js +41 -0
- package/dist-es/commands/GetTrafficPolicyInstanceCommand.js +41 -0
- package/dist-es/commands/GetTrafficPolicyInstanceCountCommand.js +39 -0
- package/dist-es/commands/ListGeoLocationsCommand.js +39 -0
- package/dist-es/commands/ListHealthChecksCommand.js +39 -0
- package/dist-es/commands/ListHostedZonesByNameCommand.js +41 -0
- package/dist-es/commands/ListHostedZonesByVPCCommand.js +39 -0
- package/dist-es/commands/ListHostedZonesCommand.js +41 -0
- package/dist-es/commands/ListQueryLoggingConfigsCommand.js +41 -0
- package/dist-es/commands/ListResourceRecordSetsCommand.js +41 -0
- package/dist-es/commands/ListReusableDelegationSetsCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourcesCommand.js +39 -0
- package/dist-es/commands/ListTrafficPoliciesCommand.js +39 -0
- package/dist-es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +41 -0
- package/dist-es/commands/ListTrafficPolicyInstancesByPolicyCommand.js +39 -0
- package/dist-es/commands/ListTrafficPolicyInstancesCommand.js +39 -0
- package/dist-es/commands/ListTrafficPolicyVersionsCommand.js +41 -0
- package/dist-es/commands/ListVPCAssociationAuthorizationsCommand.js +41 -0
- package/dist-es/commands/TestDNSAnswerCommand.js +41 -0
- package/dist-es/commands/UpdateHealthCheckCommand.js +39 -0
- package/dist-es/commands/UpdateHostedZoneCommentCommand.js +41 -0
- package/dist-es/commands/UpdateTrafficPolicyCommentCommand.js +41 -0
- package/dist-es/commands/UpdateTrafficPolicyInstanceCommand.js +41 -0
- package/dist-es/endpoints.js +83 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +908 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListHealthChecksPaginator.js +74 -0
- package/dist-es/pagination/ListHostedZonesPaginator.js +74 -0
- package/dist-es/pagination/ListQueryLoggingConfigsPaginator.js +74 -0
- package/dist-es/protocols/Aws_restXml.js +10350 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-es/waiters/waitForResourceRecordSetsChanged.js +51 -0
- package/dist-types/Route53.d.ts +1171 -0
- package/dist-types/Route53Client.d.ts +196 -0
- package/dist-types/commands/ActivateKeySigningKeyCommand.d.ts +36 -0
- package/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +45 -0
- package/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +116 -0
- package/dist-types/commands/ChangeTagsForResourceCommand.d.ts +38 -0
- package/dist-types/commands/CreateHealthCheckCommand.d.ts +68 -0
- package/dist-types/commands/CreateHostedZoneCommand.d.ts +67 -0
- package/dist-types/commands/CreateKeySigningKeyCommand.d.ts +35 -0
- package/dist-types/commands/CreateQueryLoggingConfigCommand.d.ts +151 -0
- package/dist-types/commands/CreateReusableDelegationSetCommand.d.ts +85 -0
- package/dist-types/commands/CreateTrafficPolicyCommand.d.ts +36 -0
- package/dist-types/commands/CreateTrafficPolicyInstanceCommand.d.ts +38 -0
- package/dist-types/commands/CreateTrafficPolicyVersionCommand.d.ts +39 -0
- package/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +43 -0
- package/dist-types/commands/DeactivateKeySigningKeyCommand.d.ts +36 -0
- package/dist-types/commands/DeleteHealthCheckCommand.d.ts +48 -0
- package/dist-types/commands/DeleteHostedZoneCommand.d.ts +73 -0
- package/dist-types/commands/DeleteKeySigningKeyCommand.d.ts +36 -0
- package/dist-types/commands/DeleteQueryLoggingConfigCommand.d.ts +39 -0
- package/dist-types/commands/DeleteReusableDelegationSetCommand.d.ts +41 -0
- package/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +49 -0
- package/dist-types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +38 -0
- package/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +43 -0
- package/dist-types/commands/DisableHostedZoneDNSSECCommand.d.ts +36 -0
- package/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +55 -0
- package/dist-types/commands/EnableHostedZoneDNSSECCommand.d.ts +35 -0
- package/dist-types/commands/GetAccountLimitCommand.d.ts +44 -0
- package/dist-types/commands/GetChangeCommand.d.ts +47 -0
- package/dist-types/commands/GetCheckerIpRangesCommand.d.ts +42 -0
- package/dist-types/commands/GetDNSSECCommand.d.ts +35 -0
- package/dist-types/commands/GetGeoLocationCommand.d.ts +55 -0
- package/dist-types/commands/GetHealthCheckCommand.d.ts +35 -0
- package/dist-types/commands/GetHealthCheckCountCommand.d.ts +35 -0
- package/dist-types/commands/GetHealthCheckLastFailureReasonCommand.d.ts +35 -0
- package/dist-types/commands/GetHealthCheckStatusCommand.d.ts +38 -0
- package/dist-types/commands/GetHostedZoneCommand.d.ts +35 -0
- package/dist-types/commands/GetHostedZoneCountCommand.d.ts +35 -0
- package/dist-types/commands/GetHostedZoneLimitCommand.d.ts +39 -0
- package/dist-types/commands/GetQueryLoggingConfigCommand.d.ts +40 -0
- package/dist-types/commands/GetReusableDelegationSetCommand.d.ts +36 -0
- package/dist-types/commands/GetReusableDelegationSetLimitCommand.d.ts +38 -0
- package/dist-types/commands/GetTrafficPolicyCommand.d.ts +38 -0
- package/dist-types/commands/GetTrafficPolicyInstanceCommand.d.ts +43 -0
- package/dist-types/commands/GetTrafficPolicyInstanceCountCommand.d.ts +35 -0
- package/dist-types/commands/ListGeoLocationsCommand.d.ts +40 -0
- package/dist-types/commands/ListHealthChecksCommand.d.ts +35 -0
- package/dist-types/commands/ListHostedZonesByNameCommand.d.ts +79 -0
- package/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +47 -0
- package/dist-types/commands/ListHostedZonesCommand.d.ts +38 -0
- package/dist-types/commands/ListQueryLoggingConfigsCommand.d.ts +42 -0
- package/dist-types/commands/ListResourceRecordSetsCommand.d.ts +98 -0
- package/dist-types/commands/ListReusableDelegationSetsCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +38 -0
- package/dist-types/commands/ListTagsForResourcesCommand.d.ts +38 -0
- package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +41 -0
- package/dist-types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +42 -0
- package/dist-types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +42 -0
- package/dist-types/commands/ListTrafficPolicyInstancesCommand.d.ts +41 -0
- package/dist-types/commands/ListTrafficPolicyVersionsCommand.d.ts +36 -0
- package/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +38 -0
- package/dist-types/commands/TestDNSAnswerCommand.d.ts +37 -0
- package/dist-types/commands/UpdateHealthCheckCommand.d.ts +38 -0
- package/dist-types/commands/UpdateHostedZoneCommentCommand.d.ts +35 -0
- package/dist-types/commands/UpdateTrafficPolicyCommentCommand.d.ts +35 -0
- package/dist-types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +50 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListHealthChecksPaginator.d.ts +4 -0
- package/dist-types/pagination/ListHostedZonesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListQueryLoggingConfigsPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_restXml.d.ts +194 -0
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/Route53.d.ts +97 -0
- package/dist-types/ts3.4/Route53Client.d.ts +131 -0
- package/dist-types/ts3.4/commands/ActivateKeySigningKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateVPCWithHostedZoneCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ChangeResourceRecordSetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ChangeTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateHealthCheckCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateHostedZoneCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateKeySigningKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateQueryLoggingConfigCommand.d.ts +8 -0
- package/dist-types/ts3.4/commands/CreateReusableDelegationSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTrafficPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTrafficPolicyInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTrafficPolicyVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVPCAssociationAuthorizationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeactivateKeySigningKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteHealthCheckCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteHostedZoneCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteKeySigningKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteQueryLoggingConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteReusableDelegationSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTrafficPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTrafficPolicyInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableHostedZoneDNSSECCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateVPCFromHostedZoneCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableHostedZoneDNSSECCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAccountLimitCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetChangeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCheckerIpRangesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDNSSECCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetGeoLocationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetHealthCheckCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetHealthCheckCountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetHealthCheckLastFailureReasonCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetHealthCheckStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetHostedZoneCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetHostedZoneCountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetHostedZoneLimitCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetQueryLoggingConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetReusableDelegationSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetReusableDelegationSetLimitCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTrafficPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListGeoLocationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListHealthChecksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListHostedZonesByNameCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListHostedZonesByVPCCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListHostedZonesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListQueryLoggingConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResourceRecordSetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListReusableDelegationSetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrafficPoliciesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrafficPolicyVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListVPCAssociationAuthorizationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TestDNSAnswerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateHealthCheckCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateHostedZoneCommentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTrafficPolicyCommentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTrafficPolicyInstanceCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2682 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListHealthChecksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListHostedZonesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListQueryLoggingConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +194 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForResourceRecordSetsChanged.d.ts +7 -0
- package/dist-types/waiters/waitForResourceRecordSetsChanged.d.ts +14 -0
- package/package.json +55 -52
- package/Route53.ts +0 -3073
- package/Route53Client.ts +0 -562
- package/commands/ActivateKeySigningKeyCommand.ts +0 -97
- package/commands/AssociateVPCWithHostedZoneCommand.ts +0 -109
- package/commands/ChangeResourceRecordSetsCommand.ts +0 -178
- package/commands/ChangeTagsForResourceCommand.ts +0 -97
- package/commands/CreateHealthCheckCommand.ts +0 -127
- package/commands/CreateHostedZoneCommand.ts +0 -128
- package/commands/CreateKeySigningKeyCommand.ts +0 -96
- package/commands/CreateQueryLoggingConfigCommand.ts +0 -212
- package/commands/CreateReusableDelegationSetCommand.ts +0 -151
- package/commands/CreateTrafficPolicyCommand.ts +0 -95
- package/commands/CreateTrafficPolicyInstanceCommand.ts +0 -104
- package/commands/CreateTrafficPolicyVersionCommand.ts +0 -103
- package/commands/CreateVPCAssociationAuthorizationCommand.ts +0 -115
- package/commands/DeactivateKeySigningKeyCommand.ts +0 -97
- package/commands/DeleteHealthCheckCommand.ts +0 -107
- package/commands/DeleteHostedZoneCommand.ts +0 -134
- package/commands/DeleteKeySigningKeyCommand.ts +0 -97
- package/commands/DeleteQueryLoggingConfigCommand.ts +0 -100
- package/commands/DeleteReusableDelegationSetCommand.ts +0 -107
- package/commands/DeleteTrafficPolicyCommand.ts +0 -110
- package/commands/DeleteTrafficPolicyInstanceCommand.ts +0 -104
- package/commands/DeleteVPCAssociationAuthorizationCommand.ts +0 -115
- package/commands/DisableHostedZoneDNSSECCommand.ts +0 -97
- package/commands/DisassociateVPCFromHostedZoneCommand.ts +0 -121
- package/commands/EnableHostedZoneDNSSECCommand.ts +0 -96
- package/commands/GetAccountLimitCommand.ts +0 -103
- package/commands/GetChangeCommand.ts +0 -105
- package/commands/GetCheckerIpRangesCommand.ts +0 -101
- package/commands/GetDNSSECCommand.ts +0 -93
- package/commands/GetGeoLocationCommand.ts +0 -114
- package/commands/GetHealthCheckCommand.ts +0 -94
- package/commands/GetHealthCheckCountCommand.ts +0 -94
- package/commands/GetHealthCheckLastFailureReasonCommand.ts +0 -102
- package/commands/GetHealthCheckStatusCommand.ts +0 -97
- package/commands/GetHostedZoneCommand.ts +0 -96
- package/commands/GetHostedZoneCountCommand.ts +0 -94
- package/commands/GetHostedZoneLimitCommand.ts +0 -100
- package/commands/GetQueryLoggingConfigCommand.ts +0 -101
- package/commands/GetReusableDelegationSetCommand.ts +0 -97
- package/commands/GetReusableDelegationSetLimitCommand.ts +0 -104
- package/commands/GetTrafficPolicyCommand.ts +0 -99
- package/commands/GetTrafficPolicyInstanceCommand.ts +0 -104
- package/commands/GetTrafficPolicyInstanceCountCommand.ts +0 -99
- package/commands/ListGeoLocationsCommand.ts +0 -99
- package/commands/ListHealthChecksCommand.ts +0 -94
- package/commands/ListHostedZonesByNameCommand.ts +0 -140
- package/commands/ListHostedZonesByVPCCommand.ts +0 -106
- package/commands/ListHostedZonesCommand.ts +0 -99
- package/commands/ListQueryLoggingConfigsCommand.ts +0 -103
- package/commands/ListResourceRecordSetsCommand.ts +0 -159
- package/commands/ListReusableDelegationSetsCommand.ts +0 -97
- package/commands/ListTagsForResourceCommand.ts +0 -97
- package/commands/ListTagsForResourcesCommand.ts +0 -97
- package/commands/ListTrafficPoliciesCommand.ts +0 -100
- package/commands/ListTrafficPolicyInstancesByHostedZoneCommand.ts +0 -115
- package/commands/ListTrafficPolicyInstancesByPolicyCommand.ts +0 -112
- package/commands/ListTrafficPolicyInstancesCommand.ts +0 -103
- package/commands/ListTrafficPolicyVersionsCommand.ts +0 -100
- package/commands/ListVPCAssociationAuthorizationsCommand.ts +0 -107
- package/commands/TestDNSAnswerCommand.ts +0 -98
- package/commands/UpdateHealthCheckCommand.ts +0 -97
- package/commands/UpdateHostedZoneCommentCommand.ts +0 -96
- package/commands/UpdateTrafficPolicyCommentCommand.ts +0 -99
- package/commands/UpdateTrafficPolicyInstanceCommand.ts +0 -116
- package/dist/cjs/Route53.js +0 -971
- package/dist/cjs/Route53.js.map +0 -1
- package/dist/cjs/Route53Client.js +0 -44
- package/dist/cjs/Route53Client.js.map +0 -1
- package/dist/cjs/commands/ActivateKeySigningKeyCommand.js +0 -64
- package/dist/cjs/commands/ActivateKeySigningKeyCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateVPCWithHostedZoneCommand.js +0 -73
- package/dist/cjs/commands/AssociateVPCWithHostedZoneCommand.js.map +0 -1
- package/dist/cjs/commands/ChangeResourceRecordSetsCommand.js +0 -145
- package/dist/cjs/commands/ChangeResourceRecordSetsCommand.js.map +0 -1
- package/dist/cjs/commands/ChangeTagsForResourceCommand.js +0 -64
- package/dist/cjs/commands/ChangeTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/CreateHealthCheckCommand.js +0 -94
- package/dist/cjs/commands/CreateHealthCheckCommand.js.map +0 -1
- package/dist/cjs/commands/CreateHostedZoneCommand.js +0 -95
- package/dist/cjs/commands/CreateHostedZoneCommand.js.map +0 -1
- package/dist/cjs/commands/CreateKeySigningKeyCommand.js +0 -63
- package/dist/cjs/commands/CreateKeySigningKeyCommand.js.map +0 -1
- package/dist/cjs/commands/CreateQueryLoggingConfigCommand.js +0 -179
- package/dist/cjs/commands/CreateQueryLoggingConfigCommand.js.map +0 -1
- package/dist/cjs/commands/CreateReusableDelegationSetCommand.js +0 -113
- package/dist/cjs/commands/CreateReusableDelegationSetCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTrafficPolicyCommand.js +0 -62
- package/dist/cjs/commands/CreateTrafficPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTrafficPolicyInstanceCommand.js +0 -66
- package/dist/cjs/commands/CreateTrafficPolicyInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTrafficPolicyVersionCommand.js +0 -67
- package/dist/cjs/commands/CreateTrafficPolicyVersionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateVPCAssociationAuthorizationCommand.js +0 -71
- package/dist/cjs/commands/CreateVPCAssociationAuthorizationCommand.js.map +0 -1
- package/dist/cjs/commands/DeactivateKeySigningKeyCommand.js +0 -64
- package/dist/cjs/commands/DeactivateKeySigningKeyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteHealthCheckCommand.js +0 -74
- package/dist/cjs/commands/DeleteHealthCheckCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteHostedZoneCommand.js +0 -101
- package/dist/cjs/commands/DeleteHostedZoneCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteKeySigningKeyCommand.js +0 -64
- package/dist/cjs/commands/DeleteKeySigningKeyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteQueryLoggingConfigCommand.js +0 -67
- package/dist/cjs/commands/DeleteQueryLoggingConfigCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteReusableDelegationSetCommand.js +0 -69
- package/dist/cjs/commands/DeleteReusableDelegationSetCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTrafficPolicyCommand.js +0 -77
- package/dist/cjs/commands/DeleteTrafficPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTrafficPolicyInstanceCommand.js +0 -66
- package/dist/cjs/commands/DeleteTrafficPolicyInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteVPCAssociationAuthorizationCommand.js +0 -71
- package/dist/cjs/commands/DeleteVPCAssociationAuthorizationCommand.js.map +0 -1
- package/dist/cjs/commands/DisableHostedZoneDNSSECCommand.js +0 -64
- package/dist/cjs/commands/DisableHostedZoneDNSSECCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateVPCFromHostedZoneCommand.js +0 -83
- package/dist/cjs/commands/DisassociateVPCFromHostedZoneCommand.js.map +0 -1
- package/dist/cjs/commands/EnableHostedZoneDNSSECCommand.js +0 -63
- package/dist/cjs/commands/EnableHostedZoneDNSSECCommand.js.map +0 -1
- package/dist/cjs/commands/GetAccountLimitCommand.js +0 -70
- package/dist/cjs/commands/GetAccountLimitCommand.js.map +0 -1
- package/dist/cjs/commands/GetChangeCommand.js +0 -75
- package/dist/cjs/commands/GetChangeCommand.js.map +0 -1
- package/dist/cjs/commands/GetCheckerIpRangesCommand.js +0 -68
- package/dist/cjs/commands/GetCheckerIpRangesCommand.js.map +0 -1
- package/dist/cjs/commands/GetDNSSECCommand.js +0 -63
- package/dist/cjs/commands/GetDNSSECCommand.js.map +0 -1
- package/dist/cjs/commands/GetGeoLocationCommand.js +0 -81
- package/dist/cjs/commands/GetGeoLocationCommand.js.map +0 -1
- package/dist/cjs/commands/GetHealthCheckCommand.js +0 -61
- package/dist/cjs/commands/GetHealthCheckCommand.js.map +0 -1
- package/dist/cjs/commands/GetHealthCheckCountCommand.js +0 -61
- package/dist/cjs/commands/GetHealthCheckCountCommand.js.map +0 -1
- package/dist/cjs/commands/GetHealthCheckLastFailureReasonCommand.js +0 -61
- package/dist/cjs/commands/GetHealthCheckLastFailureReasonCommand.js.map +0 -1
- package/dist/cjs/commands/GetHealthCheckStatusCommand.js +0 -64
- package/dist/cjs/commands/GetHealthCheckStatusCommand.js.map +0 -1
- package/dist/cjs/commands/GetHostedZoneCommand.js +0 -63
- package/dist/cjs/commands/GetHostedZoneCommand.js.map +0 -1
- package/dist/cjs/commands/GetHostedZoneCountCommand.js +0 -61
- package/dist/cjs/commands/GetHostedZoneCountCommand.js.map +0 -1
- package/dist/cjs/commands/GetHostedZoneLimitCommand.js +0 -67
- package/dist/cjs/commands/GetHostedZoneLimitCommand.js.map +0 -1
- package/dist/cjs/commands/GetQueryLoggingConfigCommand.js +0 -68
- package/dist/cjs/commands/GetQueryLoggingConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetReusableDelegationSetCommand.js +0 -64
- package/dist/cjs/commands/GetReusableDelegationSetCommand.js.map +0 -1
- package/dist/cjs/commands/GetReusableDelegationSetLimitCommand.js +0 -66
- package/dist/cjs/commands/GetReusableDelegationSetLimitCommand.js.map +0 -1
- package/dist/cjs/commands/GetTrafficPolicyCommand.js +0 -66
- package/dist/cjs/commands/GetTrafficPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetTrafficPolicyInstanceCommand.js +0 -71
- package/dist/cjs/commands/GetTrafficPolicyInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/GetTrafficPolicyInstanceCountCommand.js +0 -61
- package/dist/cjs/commands/GetTrafficPolicyInstanceCountCommand.js.map +0 -1
- package/dist/cjs/commands/ListGeoLocationsCommand.js +0 -66
- package/dist/cjs/commands/ListGeoLocationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListHealthChecksCommand.js +0 -61
- package/dist/cjs/commands/ListHealthChecksCommand.js.map +0 -1
- package/dist/cjs/commands/ListHostedZonesByNameCommand.js +0 -107
- package/dist/cjs/commands/ListHostedZonesByNameCommand.js.map +0 -1
- package/dist/cjs/commands/ListHostedZonesByVPCCommand.js +0 -73
- package/dist/cjs/commands/ListHostedZonesByVPCCommand.js.map +0 -1
- package/dist/cjs/commands/ListHostedZonesCommand.js +0 -66
- package/dist/cjs/commands/ListHostedZonesCommand.js.map +0 -1
- package/dist/cjs/commands/ListQueryLoggingConfigsCommand.js +0 -70
- package/dist/cjs/commands/ListQueryLoggingConfigsCommand.js.map +0 -1
- package/dist/cjs/commands/ListResourceRecordSetsCommand.js +0 -126
- package/dist/cjs/commands/ListResourceRecordSetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListReusableDelegationSetsCommand.js +0 -61
- package/dist/cjs/commands/ListReusableDelegationSetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -64
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourcesCommand.js +0 -64
- package/dist/cjs/commands/ListTagsForResourcesCommand.js.map +0 -1
- package/dist/cjs/commands/ListTrafficPoliciesCommand.js +0 -67
- package/dist/cjs/commands/ListTrafficPoliciesCommand.js.map +0 -1
- package/dist/cjs/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +0 -70
- package/dist/cjs/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js.map +0 -1
- package/dist/cjs/commands/ListTrafficPolicyInstancesByPolicyCommand.js +0 -68
- package/dist/cjs/commands/ListTrafficPolicyInstancesByPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/ListTrafficPolicyInstancesCommand.js +0 -67
- package/dist/cjs/commands/ListTrafficPolicyInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/ListTrafficPolicyVersionsCommand.js +0 -64
- package/dist/cjs/commands/ListTrafficPolicyVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListVPCAssociationAuthorizationsCommand.js +0 -66
- package/dist/cjs/commands/ListVPCAssociationAuthorizationsCommand.js.map +0 -1
- package/dist/cjs/commands/TestDNSAnswerCommand.js +0 -65
- package/dist/cjs/commands/TestDNSAnswerCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateHealthCheckCommand.js +0 -64
- package/dist/cjs/commands/UpdateHealthCheckCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateHostedZoneCommentCommand.js +0 -63
- package/dist/cjs/commands/UpdateHostedZoneCommentCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateTrafficPolicyCommentCommand.js +0 -63
- package/dist/cjs/commands/UpdateTrafficPolicyCommentCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateTrafficPolicyInstanceCommand.js +0 -78
- package/dist/cjs/commands/UpdateTrafficPolicyInstanceCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -88
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -76
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -2035
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -96
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListHealthChecksPaginator.js +0 -46
- package/dist/cjs/pagination/ListHealthChecksPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListHostedZonesPaginator.js +0 -46
- package/dist/cjs/pagination/ListHostedZonesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListQueryLoggingConfigsPaginator.js +0 -46
- package/dist/cjs/pagination/ListQueryLoggingConfigsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restXml.js +0 -9041
- package/dist/cjs/protocols/Aws_restXml.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/cjs/waiters/waitForResourceRecordSetsChanged.js +0 -46
- package/dist/cjs/waiters/waitForResourceRecordSetsChanged.js.map +0 -1
- package/dist/es/Route53.js +0 -974
- package/dist/es/Route53.js.map +0 -1
- package/dist/es/Route53Client.js +0 -46
- package/dist/es/Route53Client.js.map +0 -1
- package/dist/es/commands/ActivateKeySigningKeyCommand.js +0 -68
- package/dist/es/commands/ActivateKeySigningKeyCommand.js.map +0 -1
- package/dist/es/commands/AssociateVPCWithHostedZoneCommand.js +0 -77
- package/dist/es/commands/AssociateVPCWithHostedZoneCommand.js.map +0 -1
- package/dist/es/commands/ChangeResourceRecordSetsCommand.js +0 -149
- package/dist/es/commands/ChangeResourceRecordSetsCommand.js.map +0 -1
- package/dist/es/commands/ChangeTagsForResourceCommand.js +0 -68
- package/dist/es/commands/ChangeTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/CreateHealthCheckCommand.js +0 -98
- package/dist/es/commands/CreateHealthCheckCommand.js.map +0 -1
- package/dist/es/commands/CreateHostedZoneCommand.js +0 -99
- package/dist/es/commands/CreateHostedZoneCommand.js.map +0 -1
- package/dist/es/commands/CreateKeySigningKeyCommand.js +0 -67
- package/dist/es/commands/CreateKeySigningKeyCommand.js.map +0 -1
- package/dist/es/commands/CreateQueryLoggingConfigCommand.js +0 -183
- package/dist/es/commands/CreateQueryLoggingConfigCommand.js.map +0 -1
- package/dist/es/commands/CreateReusableDelegationSetCommand.js +0 -117
- package/dist/es/commands/CreateReusableDelegationSetCommand.js.map +0 -1
- package/dist/es/commands/CreateTrafficPolicyCommand.js +0 -66
- package/dist/es/commands/CreateTrafficPolicyCommand.js.map +0 -1
- package/dist/es/commands/CreateTrafficPolicyInstanceCommand.js +0 -70
- package/dist/es/commands/CreateTrafficPolicyInstanceCommand.js.map +0 -1
- package/dist/es/commands/CreateTrafficPolicyVersionCommand.js +0 -71
- package/dist/es/commands/CreateTrafficPolicyVersionCommand.js.map +0 -1
- package/dist/es/commands/CreateVPCAssociationAuthorizationCommand.js +0 -75
- package/dist/es/commands/CreateVPCAssociationAuthorizationCommand.js.map +0 -1
- package/dist/es/commands/DeactivateKeySigningKeyCommand.js +0 -68
- package/dist/es/commands/DeactivateKeySigningKeyCommand.js.map +0 -1
- package/dist/es/commands/DeleteHealthCheckCommand.js +0 -78
- package/dist/es/commands/DeleteHealthCheckCommand.js.map +0 -1
- package/dist/es/commands/DeleteHostedZoneCommand.js +0 -105
- package/dist/es/commands/DeleteHostedZoneCommand.js.map +0 -1
- package/dist/es/commands/DeleteKeySigningKeyCommand.js +0 -68
- package/dist/es/commands/DeleteKeySigningKeyCommand.js.map +0 -1
- package/dist/es/commands/DeleteQueryLoggingConfigCommand.js +0 -71
- package/dist/es/commands/DeleteQueryLoggingConfigCommand.js.map +0 -1
- package/dist/es/commands/DeleteReusableDelegationSetCommand.js +0 -73
- package/dist/es/commands/DeleteReusableDelegationSetCommand.js.map +0 -1
- package/dist/es/commands/DeleteTrafficPolicyCommand.js +0 -81
- package/dist/es/commands/DeleteTrafficPolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteTrafficPolicyInstanceCommand.js +0 -70
- package/dist/es/commands/DeleteTrafficPolicyInstanceCommand.js.map +0 -1
- package/dist/es/commands/DeleteVPCAssociationAuthorizationCommand.js +0 -75
- package/dist/es/commands/DeleteVPCAssociationAuthorizationCommand.js.map +0 -1
- package/dist/es/commands/DisableHostedZoneDNSSECCommand.js +0 -68
- package/dist/es/commands/DisableHostedZoneDNSSECCommand.js.map +0 -1
- package/dist/es/commands/DisassociateVPCFromHostedZoneCommand.js +0 -87
- package/dist/es/commands/DisassociateVPCFromHostedZoneCommand.js.map +0 -1
- package/dist/es/commands/EnableHostedZoneDNSSECCommand.js +0 -67
- package/dist/es/commands/EnableHostedZoneDNSSECCommand.js.map +0 -1
- package/dist/es/commands/GetAccountLimitCommand.js +0 -74
- package/dist/es/commands/GetAccountLimitCommand.js.map +0 -1
- package/dist/es/commands/GetChangeCommand.js +0 -79
- package/dist/es/commands/GetChangeCommand.js.map +0 -1
- package/dist/es/commands/GetCheckerIpRangesCommand.js +0 -72
- package/dist/es/commands/GetCheckerIpRangesCommand.js.map +0 -1
- package/dist/es/commands/GetDNSSECCommand.js +0 -67
- package/dist/es/commands/GetDNSSECCommand.js.map +0 -1
- package/dist/es/commands/GetGeoLocationCommand.js +0 -85
- package/dist/es/commands/GetGeoLocationCommand.js.map +0 -1
- package/dist/es/commands/GetHealthCheckCommand.js +0 -65
- package/dist/es/commands/GetHealthCheckCommand.js.map +0 -1
- package/dist/es/commands/GetHealthCheckCountCommand.js +0 -65
- package/dist/es/commands/GetHealthCheckCountCommand.js.map +0 -1
- package/dist/es/commands/GetHealthCheckLastFailureReasonCommand.js +0 -65
- package/dist/es/commands/GetHealthCheckLastFailureReasonCommand.js.map +0 -1
- package/dist/es/commands/GetHealthCheckStatusCommand.js +0 -68
- package/dist/es/commands/GetHealthCheckStatusCommand.js.map +0 -1
- package/dist/es/commands/GetHostedZoneCommand.js +0 -67
- package/dist/es/commands/GetHostedZoneCommand.js.map +0 -1
- package/dist/es/commands/GetHostedZoneCountCommand.js +0 -65
- package/dist/es/commands/GetHostedZoneCountCommand.js.map +0 -1
- package/dist/es/commands/GetHostedZoneLimitCommand.js +0 -71
- package/dist/es/commands/GetHostedZoneLimitCommand.js.map +0 -1
- package/dist/es/commands/GetQueryLoggingConfigCommand.js +0 -72
- package/dist/es/commands/GetQueryLoggingConfigCommand.js.map +0 -1
- package/dist/es/commands/GetReusableDelegationSetCommand.js +0 -68
- package/dist/es/commands/GetReusableDelegationSetCommand.js.map +0 -1
- package/dist/es/commands/GetReusableDelegationSetLimitCommand.js +0 -70
- package/dist/es/commands/GetReusableDelegationSetLimitCommand.js.map +0 -1
- package/dist/es/commands/GetTrafficPolicyCommand.js +0 -70
- package/dist/es/commands/GetTrafficPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetTrafficPolicyInstanceCommand.js +0 -75
- package/dist/es/commands/GetTrafficPolicyInstanceCommand.js.map +0 -1
- package/dist/es/commands/GetTrafficPolicyInstanceCountCommand.js +0 -65
- package/dist/es/commands/GetTrafficPolicyInstanceCountCommand.js.map +0 -1
- package/dist/es/commands/ListGeoLocationsCommand.js +0 -70
- package/dist/es/commands/ListGeoLocationsCommand.js.map +0 -1
- package/dist/es/commands/ListHealthChecksCommand.js +0 -65
- package/dist/es/commands/ListHealthChecksCommand.js.map +0 -1
- package/dist/es/commands/ListHostedZonesByNameCommand.js +0 -111
- package/dist/es/commands/ListHostedZonesByNameCommand.js.map +0 -1
- package/dist/es/commands/ListHostedZonesByVPCCommand.js +0 -77
- package/dist/es/commands/ListHostedZonesByVPCCommand.js.map +0 -1
- package/dist/es/commands/ListHostedZonesCommand.js +0 -70
- package/dist/es/commands/ListHostedZonesCommand.js.map +0 -1
- package/dist/es/commands/ListQueryLoggingConfigsCommand.js +0 -74
- package/dist/es/commands/ListQueryLoggingConfigsCommand.js.map +0 -1
- package/dist/es/commands/ListResourceRecordSetsCommand.js +0 -130
- package/dist/es/commands/ListResourceRecordSetsCommand.js.map +0 -1
- package/dist/es/commands/ListReusableDelegationSetsCommand.js +0 -65
- package/dist/es/commands/ListReusableDelegationSetsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -68
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourcesCommand.js +0 -68
- package/dist/es/commands/ListTagsForResourcesCommand.js.map +0 -1
- package/dist/es/commands/ListTrafficPoliciesCommand.js +0 -71
- package/dist/es/commands/ListTrafficPoliciesCommand.js.map +0 -1
- package/dist/es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +0 -74
- package/dist/es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js.map +0 -1
- package/dist/es/commands/ListTrafficPolicyInstancesByPolicyCommand.js +0 -72
- package/dist/es/commands/ListTrafficPolicyInstancesByPolicyCommand.js.map +0 -1
- package/dist/es/commands/ListTrafficPolicyInstancesCommand.js +0 -71
- package/dist/es/commands/ListTrafficPolicyInstancesCommand.js.map +0 -1
- package/dist/es/commands/ListTrafficPolicyVersionsCommand.js +0 -68
- package/dist/es/commands/ListTrafficPolicyVersionsCommand.js.map +0 -1
- package/dist/es/commands/ListVPCAssociationAuthorizationsCommand.js +0 -70
- package/dist/es/commands/ListVPCAssociationAuthorizationsCommand.js.map +0 -1
- package/dist/es/commands/TestDNSAnswerCommand.js +0 -69
- package/dist/es/commands/TestDNSAnswerCommand.js.map +0 -1
- package/dist/es/commands/UpdateHealthCheckCommand.js +0 -68
- package/dist/es/commands/UpdateHealthCheckCommand.js.map +0 -1
- package/dist/es/commands/UpdateHostedZoneCommentCommand.js +0 -67
- package/dist/es/commands/UpdateHostedZoneCommentCommand.js.map +0 -1
- package/dist/es/commands/UpdateTrafficPolicyCommentCommand.js +0 -67
- package/dist/es/commands/UpdateTrafficPolicyCommentCommand.js.map +0 -1
- package/dist/es/commands/UpdateTrafficPolicyInstanceCommand.js +0 -82
- package/dist/es/commands/UpdateTrafficPolicyInstanceCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -84
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -73
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -1581
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -96
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListHealthChecksPaginator.js +0 -87
- package/dist/es/pagination/ListHealthChecksPaginator.js.map +0 -1
- package/dist/es/pagination/ListHostedZonesPaginator.js +0 -87
- package/dist/es/pagination/ListHostedZonesPaginator.js.map +0 -1
- package/dist/es/pagination/ListQueryLoggingConfigsPaginator.js +0 -87
- package/dist/es/pagination/ListQueryLoggingConfigsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restXml.js +0 -10353
- package/dist/es/protocols/Aws_restXml.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/es/waiters/waitForResourceRecordSetsChanged.js +0 -61
- package/dist/es/waiters/waitForResourceRecordSetsChanged.js.map +0 -1
- package/dist/types/Route53.d.ts +0 -1171
- package/dist/types/Route53Client.d.ts +0 -196
- package/dist/types/commands/ActivateKeySigningKeyCommand.d.ts +0 -36
- package/dist/types/commands/AssociateVPCWithHostedZoneCommand.d.ts +0 -45
- package/dist/types/commands/ChangeResourceRecordSetsCommand.d.ts +0 -116
- package/dist/types/commands/ChangeTagsForResourceCommand.d.ts +0 -38
- package/dist/types/commands/CreateHealthCheckCommand.d.ts +0 -68
- package/dist/types/commands/CreateHostedZoneCommand.d.ts +0 -67
- package/dist/types/commands/CreateKeySigningKeyCommand.d.ts +0 -35
- package/dist/types/commands/CreateQueryLoggingConfigCommand.d.ts +0 -151
- package/dist/types/commands/CreateReusableDelegationSetCommand.d.ts +0 -85
- package/dist/types/commands/CreateTrafficPolicyCommand.d.ts +0 -36
- package/dist/types/commands/CreateTrafficPolicyInstanceCommand.d.ts +0 -38
- package/dist/types/commands/CreateTrafficPolicyVersionCommand.d.ts +0 -39
- package/dist/types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +0 -43
- package/dist/types/commands/DeactivateKeySigningKeyCommand.d.ts +0 -36
- package/dist/types/commands/DeleteHealthCheckCommand.d.ts +0 -48
- package/dist/types/commands/DeleteHostedZoneCommand.d.ts +0 -73
- package/dist/types/commands/DeleteKeySigningKeyCommand.d.ts +0 -36
- package/dist/types/commands/DeleteQueryLoggingConfigCommand.d.ts +0 -39
- package/dist/types/commands/DeleteReusableDelegationSetCommand.d.ts +0 -41
- package/dist/types/commands/DeleteTrafficPolicyCommand.d.ts +0 -49
- package/dist/types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +0 -38
- package/dist/types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +0 -43
- package/dist/types/commands/DisableHostedZoneDNSSECCommand.d.ts +0 -36
- package/dist/types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +0 -55
- package/dist/types/commands/EnableHostedZoneDNSSECCommand.d.ts +0 -35
- package/dist/types/commands/GetAccountLimitCommand.d.ts +0 -44
- package/dist/types/commands/GetChangeCommand.d.ts +0 -47
- package/dist/types/commands/GetCheckerIpRangesCommand.d.ts +0 -42
- package/dist/types/commands/GetDNSSECCommand.d.ts +0 -35
- package/dist/types/commands/GetGeoLocationCommand.d.ts +0 -55
- package/dist/types/commands/GetHealthCheckCommand.d.ts +0 -35
- package/dist/types/commands/GetHealthCheckCountCommand.d.ts +0 -35
- package/dist/types/commands/GetHealthCheckLastFailureReasonCommand.d.ts +0 -35
- package/dist/types/commands/GetHealthCheckStatusCommand.d.ts +0 -38
- package/dist/types/commands/GetHostedZoneCommand.d.ts +0 -35
- package/dist/types/commands/GetHostedZoneCountCommand.d.ts +0 -35
- package/dist/types/commands/GetHostedZoneLimitCommand.d.ts +0 -39
- package/dist/types/commands/GetQueryLoggingConfigCommand.d.ts +0 -40
- package/dist/types/commands/GetReusableDelegationSetCommand.d.ts +0 -36
- package/dist/types/commands/GetReusableDelegationSetLimitCommand.d.ts +0 -38
- package/dist/types/commands/GetTrafficPolicyCommand.d.ts +0 -38
- package/dist/types/commands/GetTrafficPolicyInstanceCommand.d.ts +0 -43
- package/dist/types/commands/GetTrafficPolicyInstanceCountCommand.d.ts +0 -35
- package/dist/types/commands/ListGeoLocationsCommand.d.ts +0 -40
- package/dist/types/commands/ListHealthChecksCommand.d.ts +0 -35
- package/dist/types/commands/ListHostedZonesByNameCommand.d.ts +0 -79
- package/dist/types/commands/ListHostedZonesByVPCCommand.d.ts +0 -47
- package/dist/types/commands/ListHostedZonesCommand.d.ts +0 -38
- package/dist/types/commands/ListQueryLoggingConfigsCommand.d.ts +0 -42
- package/dist/types/commands/ListResourceRecordSetsCommand.d.ts +0 -98
- package/dist/types/commands/ListReusableDelegationSetsCommand.d.ts +0 -35
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -38
- package/dist/types/commands/ListTagsForResourcesCommand.d.ts +0 -38
- package/dist/types/commands/ListTrafficPoliciesCommand.d.ts +0 -41
- package/dist/types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +0 -42
- package/dist/types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +0 -42
- package/dist/types/commands/ListTrafficPolicyInstancesCommand.d.ts +0 -41
- package/dist/types/commands/ListTrafficPolicyVersionsCommand.d.ts +0 -36
- package/dist/types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +0 -38
- package/dist/types/commands/TestDNSAnswerCommand.d.ts +0 -37
- package/dist/types/commands/UpdateHealthCheckCommand.d.ts +0 -38
- package/dist/types/commands/UpdateHostedZoneCommentCommand.d.ts +0 -35
- package/dist/types/commands/UpdateTrafficPolicyCommentCommand.d.ts +0 -35
- package/dist/types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +0 -50
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListHealthChecksPaginator.d.ts +0 -4
- package/dist/types/pagination/ListHostedZonesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListQueryLoggingConfigsPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_restXml.d.ts +0 -194
- package/dist/types/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/Route53.d.ts +0 -1171
- package/dist/types/ts3.4/Route53Client.d.ts +0 -196
- package/dist/types/ts3.4/commands/ActivateKeySigningKeyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AssociateVPCWithHostedZoneCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/ChangeResourceRecordSetsCommand.d.ts +0 -116
- package/dist/types/ts3.4/commands/ChangeTagsForResourceCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateHealthCheckCommand.d.ts +0 -68
- package/dist/types/ts3.4/commands/CreateHostedZoneCommand.d.ts +0 -67
- package/dist/types/ts3.4/commands/CreateKeySigningKeyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateQueryLoggingConfigCommand.d.ts +0 -151
- package/dist/types/ts3.4/commands/CreateReusableDelegationSetCommand.d.ts +0 -85
- package/dist/types/ts3.4/commands/CreateTrafficPolicyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateTrafficPolicyInstanceCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateTrafficPolicyVersionCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/CreateVPCAssociationAuthorizationCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/DeactivateKeySigningKeyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteHealthCheckCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/DeleteHostedZoneCommand.d.ts +0 -73
- package/dist/types/ts3.4/commands/DeleteKeySigningKeyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteQueryLoggingConfigCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeleteReusableDelegationSetCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeleteTrafficPolicyCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/DeleteTrafficPolicyInstanceCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/DisableHostedZoneDNSSECCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DisassociateVPCFromHostedZoneCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/EnableHostedZoneDNSSECCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetAccountLimitCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/GetChangeCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/GetCheckerIpRangesCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/GetDNSSECCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetGeoLocationCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/GetHealthCheckCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetHealthCheckCountCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetHealthCheckLastFailureReasonCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetHealthCheckStatusCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/GetHostedZoneCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetHostedZoneCountCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetHostedZoneLimitCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/GetQueryLoggingConfigCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/GetReusableDelegationSetCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetReusableDelegationSetLimitCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/GetTrafficPolicyCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/GetTrafficPolicyInstanceCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/GetTrafficPolicyInstanceCountCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListGeoLocationsCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/ListHealthChecksCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListHostedZonesByNameCommand.d.ts +0 -79
- package/dist/types/ts3.4/commands/ListHostedZonesByVPCCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/ListHostedZonesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListQueryLoggingConfigsCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/ListResourceRecordSetsCommand.d.ts +0 -98
- package/dist/types/ts3.4/commands/ListReusableDelegationSetsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListTrafficPoliciesCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/ListTrafficPolicyInstancesCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/ListTrafficPolicyVersionsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListVPCAssociationAuthorizationsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/TestDNSAnswerCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UpdateHealthCheckCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/UpdateHostedZoneCommentCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateTrafficPolicyCommentCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateTrafficPolicyInstanceCommand.d.ts +0 -50
- package/dist/types/ts3.4/models/models_0.d.ts +0 -6735
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListHealthChecksPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListHostedZonesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListQueryLoggingConfigsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_restXml.d.ts +0 -194
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
- package/dist/types/ts3.4/waiters/waitForResourceRecordSetsChanged.d.ts +0 -14
- package/dist/types/waiters/waitForResourceRecordSetsChanged.d.ts +0 -14
- package/endpoints.ts +0 -88
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -8036
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListHealthChecksPaginator.ts +0 -58
- package/pagination/ListHostedZonesPaginator.ts +0 -58
- package/pagination/ListQueryLoggingConfigsPaginator.ts +0 -58
- package/protocols/Aws_restXml.ts +0 -10453
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
- package/waiters/waitForResourceRecordSetsChanged.ts +0 -46
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
2
|
-
import { GetHostedZoneCountRequest, GetHostedZoneCountResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restXmlGetHostedZoneCountCommand,
|
|
5
|
-
serializeAws_restXmlGetHostedZoneCountCommand,
|
|
6
|
-
} from "../protocols/Aws_restXml";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface GetHostedZoneCountCommandInput extends GetHostedZoneCountRequest {}
|
|
21
|
-
export interface GetHostedZoneCountCommandOutput extends GetHostedZoneCountResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Retrieves the number of hosted zones that are associated with the current Amazon Web Services account.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { Route53Client, GetHostedZoneCountCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
29
|
-
* // const { Route53Client, GetHostedZoneCountCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
30
|
-
* const client = new Route53Client(config);
|
|
31
|
-
* const command = new GetHostedZoneCountCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link GetHostedZoneCountCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link GetHostedZoneCountCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class GetHostedZoneCountCommand extends $Command<
|
|
41
|
-
GetHostedZoneCountCommandInput,
|
|
42
|
-
GetHostedZoneCountCommandOutput,
|
|
43
|
-
Route53ClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: GetHostedZoneCountCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: Route53ClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<GetHostedZoneCountCommandInput, GetHostedZoneCountCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "Route53Client";
|
|
68
|
-
const commandName = "GetHostedZoneCountCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: GetHostedZoneCountRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: GetHostedZoneCountResponse.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: GetHostedZoneCountCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restXmlGetHostedZoneCountCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetHostedZoneCountCommandOutput> {
|
|
89
|
-
return deserializeAws_restXmlGetHostedZoneCountCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
2
|
-
import { GetHostedZoneLimitRequest, GetHostedZoneLimitResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restXmlGetHostedZoneLimitCommand,
|
|
5
|
-
serializeAws_restXmlGetHostedZoneLimitCommand,
|
|
6
|
-
} from "../protocols/Aws_restXml";
|
|
7
|
-
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
8
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
9
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
10
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
11
|
-
import {
|
|
12
|
-
FinalizeHandlerArguments,
|
|
13
|
-
Handler,
|
|
14
|
-
HandlerExecutionContext,
|
|
15
|
-
MiddlewareStack,
|
|
16
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
17
|
-
MetadataBearer as __MetadataBearer,
|
|
18
|
-
SerdeContext as __SerdeContext,
|
|
19
|
-
} from "@aws-sdk/types";
|
|
20
|
-
|
|
21
|
-
export interface GetHostedZoneLimitCommandInput extends GetHostedZoneLimitRequest {}
|
|
22
|
-
export interface GetHostedZoneLimitCommandOutput extends GetHostedZoneLimitResponse, __MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* <p>Gets the specified limit for a specified hosted zone, for example, the maximum number of records that you
|
|
26
|
-
* can create in the hosted zone. </p>
|
|
27
|
-
* <p>For the default limit, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html">Limits</a>
|
|
28
|
-
* in the <i>Amazon Route 53 Developer Guide</i>. To request a higher limit,
|
|
29
|
-
* <a href="https://console.aws.amazon.com/support/home#/case/create?issueType=service-limit-increase&limitType=service-code-route53">open a case</a>.</p>
|
|
30
|
-
* @example
|
|
31
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
32
|
-
* ```javascript
|
|
33
|
-
* import { Route53Client, GetHostedZoneLimitCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
34
|
-
* // const { Route53Client, GetHostedZoneLimitCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
35
|
-
* const client = new Route53Client(config);
|
|
36
|
-
* const command = new GetHostedZoneLimitCommand(input);
|
|
37
|
-
* const response = await client.send(command);
|
|
38
|
-
* ```
|
|
39
|
-
*
|
|
40
|
-
* @see {@link GetHostedZoneLimitCommandInput} for command's `input` shape.
|
|
41
|
-
* @see {@link GetHostedZoneLimitCommandOutput} for command's `response` shape.
|
|
42
|
-
* @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
|
|
43
|
-
*
|
|
44
|
-
*/
|
|
45
|
-
export class GetHostedZoneLimitCommand extends $Command<
|
|
46
|
-
GetHostedZoneLimitCommandInput,
|
|
47
|
-
GetHostedZoneLimitCommandOutput,
|
|
48
|
-
Route53ClientResolvedConfig
|
|
49
|
-
> {
|
|
50
|
-
// Start section: command_properties
|
|
51
|
-
// End section: command_properties
|
|
52
|
-
|
|
53
|
-
constructor(readonly input: GetHostedZoneLimitCommandInput) {
|
|
54
|
-
// Start section: command_constructor
|
|
55
|
-
super();
|
|
56
|
-
// End section: command_constructor
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
/**
|
|
60
|
-
* @internal
|
|
61
|
-
*/
|
|
62
|
-
resolveMiddleware(
|
|
63
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
64
|
-
configuration: Route53ClientResolvedConfig,
|
|
65
|
-
options?: __HttpHandlerOptions
|
|
66
|
-
): Handler<GetHostedZoneLimitCommandInput, GetHostedZoneLimitCommandOutput> {
|
|
67
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
68
|
-
this.middlewareStack.use(getIdNormalizerPlugin(configuration));
|
|
69
|
-
|
|
70
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
71
|
-
|
|
72
|
-
const { logger } = configuration;
|
|
73
|
-
const clientName = "Route53Client";
|
|
74
|
-
const commandName = "GetHostedZoneLimitCommand";
|
|
75
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
76
|
-
logger,
|
|
77
|
-
clientName,
|
|
78
|
-
commandName,
|
|
79
|
-
inputFilterSensitiveLog: GetHostedZoneLimitRequest.filterSensitiveLog,
|
|
80
|
-
outputFilterSensitiveLog: GetHostedZoneLimitResponse.filterSensitiveLog,
|
|
81
|
-
};
|
|
82
|
-
const { requestHandler } = configuration;
|
|
83
|
-
return stack.resolve(
|
|
84
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
85
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
86
|
-
handlerExecutionContext
|
|
87
|
-
);
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
private serialize(input: GetHostedZoneLimitCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
91
|
-
return serializeAws_restXmlGetHostedZoneLimitCommand(input, context);
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetHostedZoneLimitCommandOutput> {
|
|
95
|
-
return deserializeAws_restXmlGetHostedZoneLimitCommand(output, context);
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
// Start section: command_body_extra
|
|
99
|
-
// End section: command_body_extra
|
|
100
|
-
}
|
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
2
|
-
import { GetQueryLoggingConfigRequest, GetQueryLoggingConfigResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restXmlGetQueryLoggingConfigCommand,
|
|
5
|
-
serializeAws_restXmlGetQueryLoggingConfigCommand,
|
|
6
|
-
} from "../protocols/Aws_restXml";
|
|
7
|
-
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
8
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
9
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
10
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
11
|
-
import {
|
|
12
|
-
FinalizeHandlerArguments,
|
|
13
|
-
Handler,
|
|
14
|
-
HandlerExecutionContext,
|
|
15
|
-
MiddlewareStack,
|
|
16
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
17
|
-
MetadataBearer as __MetadataBearer,
|
|
18
|
-
SerdeContext as __SerdeContext,
|
|
19
|
-
} from "@aws-sdk/types";
|
|
20
|
-
|
|
21
|
-
export interface GetQueryLoggingConfigCommandInput extends GetQueryLoggingConfigRequest {}
|
|
22
|
-
export interface GetQueryLoggingConfigCommandOutput extends GetQueryLoggingConfigResponse, __MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* <p>Gets information about a specified configuration for DNS query logging.</p>
|
|
26
|
-
*
|
|
27
|
-
* <p>For more information about DNS query logs, see
|
|
28
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateQueryLoggingConfig.html">CreateQueryLoggingConfig</a>
|
|
29
|
-
* and
|
|
30
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/query-logs.html">Logging DNS Queries</a>.</p>
|
|
31
|
-
* @example
|
|
32
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
-
* ```javascript
|
|
34
|
-
* import { Route53Client, GetQueryLoggingConfigCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
35
|
-
* // const { Route53Client, GetQueryLoggingConfigCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
36
|
-
* const client = new Route53Client(config);
|
|
37
|
-
* const command = new GetQueryLoggingConfigCommand(input);
|
|
38
|
-
* const response = await client.send(command);
|
|
39
|
-
* ```
|
|
40
|
-
*
|
|
41
|
-
* @see {@link GetQueryLoggingConfigCommandInput} for command's `input` shape.
|
|
42
|
-
* @see {@link GetQueryLoggingConfigCommandOutput} for command's `response` shape.
|
|
43
|
-
* @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
|
|
44
|
-
*
|
|
45
|
-
*/
|
|
46
|
-
export class GetQueryLoggingConfigCommand extends $Command<
|
|
47
|
-
GetQueryLoggingConfigCommandInput,
|
|
48
|
-
GetQueryLoggingConfigCommandOutput,
|
|
49
|
-
Route53ClientResolvedConfig
|
|
50
|
-
> {
|
|
51
|
-
// Start section: command_properties
|
|
52
|
-
// End section: command_properties
|
|
53
|
-
|
|
54
|
-
constructor(readonly input: GetQueryLoggingConfigCommandInput) {
|
|
55
|
-
// Start section: command_constructor
|
|
56
|
-
super();
|
|
57
|
-
// End section: command_constructor
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* @internal
|
|
62
|
-
*/
|
|
63
|
-
resolveMiddleware(
|
|
64
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
65
|
-
configuration: Route53ClientResolvedConfig,
|
|
66
|
-
options?: __HttpHandlerOptions
|
|
67
|
-
): Handler<GetQueryLoggingConfigCommandInput, GetQueryLoggingConfigCommandOutput> {
|
|
68
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
69
|
-
this.middlewareStack.use(getIdNormalizerPlugin(configuration));
|
|
70
|
-
|
|
71
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
72
|
-
|
|
73
|
-
const { logger } = configuration;
|
|
74
|
-
const clientName = "Route53Client";
|
|
75
|
-
const commandName = "GetQueryLoggingConfigCommand";
|
|
76
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
77
|
-
logger,
|
|
78
|
-
clientName,
|
|
79
|
-
commandName,
|
|
80
|
-
inputFilterSensitiveLog: GetQueryLoggingConfigRequest.filterSensitiveLog,
|
|
81
|
-
outputFilterSensitiveLog: GetQueryLoggingConfigResponse.filterSensitiveLog,
|
|
82
|
-
};
|
|
83
|
-
const { requestHandler } = configuration;
|
|
84
|
-
return stack.resolve(
|
|
85
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
86
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
87
|
-
handlerExecutionContext
|
|
88
|
-
);
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
private serialize(input: GetQueryLoggingConfigCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
92
|
-
return serializeAws_restXmlGetQueryLoggingConfigCommand(input, context);
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetQueryLoggingConfigCommandOutput> {
|
|
96
|
-
return deserializeAws_restXmlGetQueryLoggingConfigCommand(output, context);
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
// Start section: command_body_extra
|
|
100
|
-
// End section: command_body_extra
|
|
101
|
-
}
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
2
|
-
import { GetReusableDelegationSetRequest, GetReusableDelegationSetResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restXmlGetReusableDelegationSetCommand,
|
|
5
|
-
serializeAws_restXmlGetReusableDelegationSetCommand,
|
|
6
|
-
} from "../protocols/Aws_restXml";
|
|
7
|
-
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
8
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
9
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
10
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
11
|
-
import {
|
|
12
|
-
FinalizeHandlerArguments,
|
|
13
|
-
Handler,
|
|
14
|
-
HandlerExecutionContext,
|
|
15
|
-
MiddlewareStack,
|
|
16
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
17
|
-
MetadataBearer as __MetadataBearer,
|
|
18
|
-
SerdeContext as __SerdeContext,
|
|
19
|
-
} from "@aws-sdk/types";
|
|
20
|
-
|
|
21
|
-
export interface GetReusableDelegationSetCommandInput extends GetReusableDelegationSetRequest {}
|
|
22
|
-
export interface GetReusableDelegationSetCommandOutput extends GetReusableDelegationSetResponse, __MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* <p>Retrieves information about a specified reusable delegation set, including the four name servers that are assigned
|
|
26
|
-
* to the delegation set.</p>
|
|
27
|
-
* @example
|
|
28
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
-
* ```javascript
|
|
30
|
-
* import { Route53Client, GetReusableDelegationSetCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
31
|
-
* // const { Route53Client, GetReusableDelegationSetCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
32
|
-
* const client = new Route53Client(config);
|
|
33
|
-
* const command = new GetReusableDelegationSetCommand(input);
|
|
34
|
-
* const response = await client.send(command);
|
|
35
|
-
* ```
|
|
36
|
-
*
|
|
37
|
-
* @see {@link GetReusableDelegationSetCommandInput} for command's `input` shape.
|
|
38
|
-
* @see {@link GetReusableDelegationSetCommandOutput} for command's `response` shape.
|
|
39
|
-
* @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
|
|
40
|
-
*
|
|
41
|
-
*/
|
|
42
|
-
export class GetReusableDelegationSetCommand extends $Command<
|
|
43
|
-
GetReusableDelegationSetCommandInput,
|
|
44
|
-
GetReusableDelegationSetCommandOutput,
|
|
45
|
-
Route53ClientResolvedConfig
|
|
46
|
-
> {
|
|
47
|
-
// Start section: command_properties
|
|
48
|
-
// End section: command_properties
|
|
49
|
-
|
|
50
|
-
constructor(readonly input: GetReusableDelegationSetCommandInput) {
|
|
51
|
-
// Start section: command_constructor
|
|
52
|
-
super();
|
|
53
|
-
// End section: command_constructor
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
/**
|
|
57
|
-
* @internal
|
|
58
|
-
*/
|
|
59
|
-
resolveMiddleware(
|
|
60
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
61
|
-
configuration: Route53ClientResolvedConfig,
|
|
62
|
-
options?: __HttpHandlerOptions
|
|
63
|
-
): Handler<GetReusableDelegationSetCommandInput, GetReusableDelegationSetCommandOutput> {
|
|
64
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
65
|
-
this.middlewareStack.use(getIdNormalizerPlugin(configuration));
|
|
66
|
-
|
|
67
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
68
|
-
|
|
69
|
-
const { logger } = configuration;
|
|
70
|
-
const clientName = "Route53Client";
|
|
71
|
-
const commandName = "GetReusableDelegationSetCommand";
|
|
72
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
73
|
-
logger,
|
|
74
|
-
clientName,
|
|
75
|
-
commandName,
|
|
76
|
-
inputFilterSensitiveLog: GetReusableDelegationSetRequest.filterSensitiveLog,
|
|
77
|
-
outputFilterSensitiveLog: GetReusableDelegationSetResponse.filterSensitiveLog,
|
|
78
|
-
};
|
|
79
|
-
const { requestHandler } = configuration;
|
|
80
|
-
return stack.resolve(
|
|
81
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
82
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
83
|
-
handlerExecutionContext
|
|
84
|
-
);
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
private serialize(input: GetReusableDelegationSetCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
88
|
-
return serializeAws_restXmlGetReusableDelegationSetCommand(input, context);
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetReusableDelegationSetCommandOutput> {
|
|
92
|
-
return deserializeAws_restXmlGetReusableDelegationSetCommand(output, context);
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
// Start section: command_body_extra
|
|
96
|
-
// End section: command_body_extra
|
|
97
|
-
}
|
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
2
|
-
import { GetReusableDelegationSetLimitRequest, GetReusableDelegationSetLimitResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restXmlGetReusableDelegationSetLimitCommand,
|
|
5
|
-
serializeAws_restXmlGetReusableDelegationSetLimitCommand,
|
|
6
|
-
} from "../protocols/Aws_restXml";
|
|
7
|
-
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
8
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
9
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
10
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
11
|
-
import {
|
|
12
|
-
FinalizeHandlerArguments,
|
|
13
|
-
Handler,
|
|
14
|
-
HandlerExecutionContext,
|
|
15
|
-
MiddlewareStack,
|
|
16
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
17
|
-
MetadataBearer as __MetadataBearer,
|
|
18
|
-
SerdeContext as __SerdeContext,
|
|
19
|
-
} from "@aws-sdk/types";
|
|
20
|
-
|
|
21
|
-
export interface GetReusableDelegationSetLimitCommandInput extends GetReusableDelegationSetLimitRequest {}
|
|
22
|
-
export interface GetReusableDelegationSetLimitCommandOutput
|
|
23
|
-
extends GetReusableDelegationSetLimitResponse,
|
|
24
|
-
__MetadataBearer {}
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* <p>Gets the maximum number of hosted zones that you can associate with the specified reusable delegation set.</p>
|
|
28
|
-
* <p>For the default limit, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html">Limits</a>
|
|
29
|
-
* in the <i>Amazon Route 53 Developer Guide</i>. To request a higher limit,
|
|
30
|
-
* <a href="https://console.aws.amazon.com/support/home#/case/create?issueType=service-limit-increase&limitType=service-code-route53">open a case</a>.</p>
|
|
31
|
-
* @example
|
|
32
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
-
* ```javascript
|
|
34
|
-
* import { Route53Client, GetReusableDelegationSetLimitCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
35
|
-
* // const { Route53Client, GetReusableDelegationSetLimitCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
36
|
-
* const client = new Route53Client(config);
|
|
37
|
-
* const command = new GetReusableDelegationSetLimitCommand(input);
|
|
38
|
-
* const response = await client.send(command);
|
|
39
|
-
* ```
|
|
40
|
-
*
|
|
41
|
-
* @see {@link GetReusableDelegationSetLimitCommandInput} for command's `input` shape.
|
|
42
|
-
* @see {@link GetReusableDelegationSetLimitCommandOutput} for command's `response` shape.
|
|
43
|
-
* @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
|
|
44
|
-
*
|
|
45
|
-
*/
|
|
46
|
-
export class GetReusableDelegationSetLimitCommand extends $Command<
|
|
47
|
-
GetReusableDelegationSetLimitCommandInput,
|
|
48
|
-
GetReusableDelegationSetLimitCommandOutput,
|
|
49
|
-
Route53ClientResolvedConfig
|
|
50
|
-
> {
|
|
51
|
-
// Start section: command_properties
|
|
52
|
-
// End section: command_properties
|
|
53
|
-
|
|
54
|
-
constructor(readonly input: GetReusableDelegationSetLimitCommandInput) {
|
|
55
|
-
// Start section: command_constructor
|
|
56
|
-
super();
|
|
57
|
-
// End section: command_constructor
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* @internal
|
|
62
|
-
*/
|
|
63
|
-
resolveMiddleware(
|
|
64
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
65
|
-
configuration: Route53ClientResolvedConfig,
|
|
66
|
-
options?: __HttpHandlerOptions
|
|
67
|
-
): Handler<GetReusableDelegationSetLimitCommandInput, GetReusableDelegationSetLimitCommandOutput> {
|
|
68
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
69
|
-
this.middlewareStack.use(getIdNormalizerPlugin(configuration));
|
|
70
|
-
|
|
71
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
72
|
-
|
|
73
|
-
const { logger } = configuration;
|
|
74
|
-
const clientName = "Route53Client";
|
|
75
|
-
const commandName = "GetReusableDelegationSetLimitCommand";
|
|
76
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
77
|
-
logger,
|
|
78
|
-
clientName,
|
|
79
|
-
commandName,
|
|
80
|
-
inputFilterSensitiveLog: GetReusableDelegationSetLimitRequest.filterSensitiveLog,
|
|
81
|
-
outputFilterSensitiveLog: GetReusableDelegationSetLimitResponse.filterSensitiveLog,
|
|
82
|
-
};
|
|
83
|
-
const { requestHandler } = configuration;
|
|
84
|
-
return stack.resolve(
|
|
85
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
86
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
87
|
-
handlerExecutionContext
|
|
88
|
-
);
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
private serialize(input: GetReusableDelegationSetLimitCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
92
|
-
return serializeAws_restXmlGetReusableDelegationSetLimitCommand(input, context);
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
private deserialize(
|
|
96
|
-
output: __HttpResponse,
|
|
97
|
-
context: __SerdeContext
|
|
98
|
-
): Promise<GetReusableDelegationSetLimitCommandOutput> {
|
|
99
|
-
return deserializeAws_restXmlGetReusableDelegationSetLimitCommand(output, context);
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
// Start section: command_body_extra
|
|
103
|
-
// End section: command_body_extra
|
|
104
|
-
}
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
2
|
-
import { GetTrafficPolicyRequest, GetTrafficPolicyResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restXmlGetTrafficPolicyCommand,
|
|
5
|
-
serializeAws_restXmlGetTrafficPolicyCommand,
|
|
6
|
-
} from "../protocols/Aws_restXml";
|
|
7
|
-
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
8
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
9
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
10
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
11
|
-
import {
|
|
12
|
-
FinalizeHandlerArguments,
|
|
13
|
-
Handler,
|
|
14
|
-
HandlerExecutionContext,
|
|
15
|
-
MiddlewareStack,
|
|
16
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
17
|
-
MetadataBearer as __MetadataBearer,
|
|
18
|
-
SerdeContext as __SerdeContext,
|
|
19
|
-
} from "@aws-sdk/types";
|
|
20
|
-
|
|
21
|
-
export interface GetTrafficPolicyCommandInput extends GetTrafficPolicyRequest {}
|
|
22
|
-
export interface GetTrafficPolicyCommandOutput extends GetTrafficPolicyResponse, __MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* <p>Gets information about a specific traffic policy version.</p>
|
|
26
|
-
* <p>For information about how of deleting a traffic policy affects the response from <code>GetTrafficPolicy</code>, see
|
|
27
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_DeleteTrafficPolicy.html">DeleteTrafficPolicy</a>.
|
|
28
|
-
* </p>
|
|
29
|
-
* @example
|
|
30
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
31
|
-
* ```javascript
|
|
32
|
-
* import { Route53Client, GetTrafficPolicyCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
33
|
-
* // const { Route53Client, GetTrafficPolicyCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
34
|
-
* const client = new Route53Client(config);
|
|
35
|
-
* const command = new GetTrafficPolicyCommand(input);
|
|
36
|
-
* const response = await client.send(command);
|
|
37
|
-
* ```
|
|
38
|
-
*
|
|
39
|
-
* @see {@link GetTrafficPolicyCommandInput} for command's `input` shape.
|
|
40
|
-
* @see {@link GetTrafficPolicyCommandOutput} for command's `response` shape.
|
|
41
|
-
* @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
|
|
42
|
-
*
|
|
43
|
-
*/
|
|
44
|
-
export class GetTrafficPolicyCommand extends $Command<
|
|
45
|
-
GetTrafficPolicyCommandInput,
|
|
46
|
-
GetTrafficPolicyCommandOutput,
|
|
47
|
-
Route53ClientResolvedConfig
|
|
48
|
-
> {
|
|
49
|
-
// Start section: command_properties
|
|
50
|
-
// End section: command_properties
|
|
51
|
-
|
|
52
|
-
constructor(readonly input: GetTrafficPolicyCommandInput) {
|
|
53
|
-
// Start section: command_constructor
|
|
54
|
-
super();
|
|
55
|
-
// End section: command_constructor
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
/**
|
|
59
|
-
* @internal
|
|
60
|
-
*/
|
|
61
|
-
resolveMiddleware(
|
|
62
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
63
|
-
configuration: Route53ClientResolvedConfig,
|
|
64
|
-
options?: __HttpHandlerOptions
|
|
65
|
-
): Handler<GetTrafficPolicyCommandInput, GetTrafficPolicyCommandOutput> {
|
|
66
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
67
|
-
this.middlewareStack.use(getIdNormalizerPlugin(configuration));
|
|
68
|
-
|
|
69
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
70
|
-
|
|
71
|
-
const { logger } = configuration;
|
|
72
|
-
const clientName = "Route53Client";
|
|
73
|
-
const commandName = "GetTrafficPolicyCommand";
|
|
74
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
75
|
-
logger,
|
|
76
|
-
clientName,
|
|
77
|
-
commandName,
|
|
78
|
-
inputFilterSensitiveLog: GetTrafficPolicyRequest.filterSensitiveLog,
|
|
79
|
-
outputFilterSensitiveLog: GetTrafficPolicyResponse.filterSensitiveLog,
|
|
80
|
-
};
|
|
81
|
-
const { requestHandler } = configuration;
|
|
82
|
-
return stack.resolve(
|
|
83
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
84
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
85
|
-
handlerExecutionContext
|
|
86
|
-
);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
private serialize(input: GetTrafficPolicyCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
90
|
-
return serializeAws_restXmlGetTrafficPolicyCommand(input, context);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetTrafficPolicyCommandOutput> {
|
|
94
|
-
return deserializeAws_restXmlGetTrafficPolicyCommand(output, context);
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
// Start section: command_body_extra
|
|
98
|
-
// End section: command_body_extra
|
|
99
|
-
}
|