@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
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
+
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
|
+
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
|
+
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
+
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
+
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
|
+
import { ActivateKeySigningKeyCommandInput, ActivateKeySigningKeyCommandOutput } from "./commands/ActivateKeySigningKeyCommand";
|
|
10
|
+
import { AssociateVPCWithHostedZoneCommandInput, AssociateVPCWithHostedZoneCommandOutput } from "./commands/AssociateVPCWithHostedZoneCommand";
|
|
11
|
+
import { ChangeResourceRecordSetsCommandInput, ChangeResourceRecordSetsCommandOutput } from "./commands/ChangeResourceRecordSetsCommand";
|
|
12
|
+
import { ChangeTagsForResourceCommandInput, ChangeTagsForResourceCommandOutput } from "./commands/ChangeTagsForResourceCommand";
|
|
13
|
+
import { CreateHealthCheckCommandInput, CreateHealthCheckCommandOutput } from "./commands/CreateHealthCheckCommand";
|
|
14
|
+
import { CreateHostedZoneCommandInput, CreateHostedZoneCommandOutput } from "./commands/CreateHostedZoneCommand";
|
|
15
|
+
import { CreateKeySigningKeyCommandInput, CreateKeySigningKeyCommandOutput } from "./commands/CreateKeySigningKeyCommand";
|
|
16
|
+
import { CreateQueryLoggingConfigCommandInput, CreateQueryLoggingConfigCommandOutput } from "./commands/CreateQueryLoggingConfigCommand";
|
|
17
|
+
import { CreateReusableDelegationSetCommandInput, CreateReusableDelegationSetCommandOutput } from "./commands/CreateReusableDelegationSetCommand";
|
|
18
|
+
import { CreateTrafficPolicyCommandInput, CreateTrafficPolicyCommandOutput } from "./commands/CreateTrafficPolicyCommand";
|
|
19
|
+
import { CreateTrafficPolicyInstanceCommandInput, CreateTrafficPolicyInstanceCommandOutput } from "./commands/CreateTrafficPolicyInstanceCommand";
|
|
20
|
+
import { CreateTrafficPolicyVersionCommandInput, CreateTrafficPolicyVersionCommandOutput } from "./commands/CreateTrafficPolicyVersionCommand";
|
|
21
|
+
import { CreateVPCAssociationAuthorizationCommandInput, CreateVPCAssociationAuthorizationCommandOutput } from "./commands/CreateVPCAssociationAuthorizationCommand";
|
|
22
|
+
import { DeactivateKeySigningKeyCommandInput, DeactivateKeySigningKeyCommandOutput } from "./commands/DeactivateKeySigningKeyCommand";
|
|
23
|
+
import { DeleteHealthCheckCommandInput, DeleteHealthCheckCommandOutput } from "./commands/DeleteHealthCheckCommand";
|
|
24
|
+
import { DeleteHostedZoneCommandInput, DeleteHostedZoneCommandOutput } from "./commands/DeleteHostedZoneCommand";
|
|
25
|
+
import { DeleteKeySigningKeyCommandInput, DeleteKeySigningKeyCommandOutput } from "./commands/DeleteKeySigningKeyCommand";
|
|
26
|
+
import { DeleteQueryLoggingConfigCommandInput, DeleteQueryLoggingConfigCommandOutput } from "./commands/DeleteQueryLoggingConfigCommand";
|
|
27
|
+
import { DeleteReusableDelegationSetCommandInput, DeleteReusableDelegationSetCommandOutput } from "./commands/DeleteReusableDelegationSetCommand";
|
|
28
|
+
import { DeleteTrafficPolicyCommandInput, DeleteTrafficPolicyCommandOutput } from "./commands/DeleteTrafficPolicyCommand";
|
|
29
|
+
import { DeleteTrafficPolicyInstanceCommandInput, DeleteTrafficPolicyInstanceCommandOutput } from "./commands/DeleteTrafficPolicyInstanceCommand";
|
|
30
|
+
import { DeleteVPCAssociationAuthorizationCommandInput, DeleteVPCAssociationAuthorizationCommandOutput } from "./commands/DeleteVPCAssociationAuthorizationCommand";
|
|
31
|
+
import { DisableHostedZoneDNSSECCommandInput, DisableHostedZoneDNSSECCommandOutput } from "./commands/DisableHostedZoneDNSSECCommand";
|
|
32
|
+
import { DisassociateVPCFromHostedZoneCommandInput, DisassociateVPCFromHostedZoneCommandOutput } from "./commands/DisassociateVPCFromHostedZoneCommand";
|
|
33
|
+
import { EnableHostedZoneDNSSECCommandInput, EnableHostedZoneDNSSECCommandOutput } from "./commands/EnableHostedZoneDNSSECCommand";
|
|
34
|
+
import { GetAccountLimitCommandInput, GetAccountLimitCommandOutput } from "./commands/GetAccountLimitCommand";
|
|
35
|
+
import { GetChangeCommandInput, GetChangeCommandOutput } from "./commands/GetChangeCommand";
|
|
36
|
+
import { GetCheckerIpRangesCommandInput, GetCheckerIpRangesCommandOutput } from "./commands/GetCheckerIpRangesCommand";
|
|
37
|
+
import { GetDNSSECCommandInput, GetDNSSECCommandOutput } from "./commands/GetDNSSECCommand";
|
|
38
|
+
import { GetGeoLocationCommandInput, GetGeoLocationCommandOutput } from "./commands/GetGeoLocationCommand";
|
|
39
|
+
import { GetHealthCheckCommandInput, GetHealthCheckCommandOutput } from "./commands/GetHealthCheckCommand";
|
|
40
|
+
import { GetHealthCheckCountCommandInput, GetHealthCheckCountCommandOutput } from "./commands/GetHealthCheckCountCommand";
|
|
41
|
+
import { GetHealthCheckLastFailureReasonCommandInput, GetHealthCheckLastFailureReasonCommandOutput } from "./commands/GetHealthCheckLastFailureReasonCommand";
|
|
42
|
+
import { GetHealthCheckStatusCommandInput, GetHealthCheckStatusCommandOutput } from "./commands/GetHealthCheckStatusCommand";
|
|
43
|
+
import { GetHostedZoneCommandInput, GetHostedZoneCommandOutput } from "./commands/GetHostedZoneCommand";
|
|
44
|
+
import { GetHostedZoneCountCommandInput, GetHostedZoneCountCommandOutput } from "./commands/GetHostedZoneCountCommand";
|
|
45
|
+
import { GetHostedZoneLimitCommandInput, GetHostedZoneLimitCommandOutput } from "./commands/GetHostedZoneLimitCommand";
|
|
46
|
+
import { GetQueryLoggingConfigCommandInput, GetQueryLoggingConfigCommandOutput } from "./commands/GetQueryLoggingConfigCommand";
|
|
47
|
+
import { GetReusableDelegationSetCommandInput, GetReusableDelegationSetCommandOutput } from "./commands/GetReusableDelegationSetCommand";
|
|
48
|
+
import { GetReusableDelegationSetLimitCommandInput, GetReusableDelegationSetLimitCommandOutput } from "./commands/GetReusableDelegationSetLimitCommand";
|
|
49
|
+
import { GetTrafficPolicyCommandInput, GetTrafficPolicyCommandOutput } from "./commands/GetTrafficPolicyCommand";
|
|
50
|
+
import { GetTrafficPolicyInstanceCommandInput, GetTrafficPolicyInstanceCommandOutput } from "./commands/GetTrafficPolicyInstanceCommand";
|
|
51
|
+
import { GetTrafficPolicyInstanceCountCommandInput, GetTrafficPolicyInstanceCountCommandOutput } from "./commands/GetTrafficPolicyInstanceCountCommand";
|
|
52
|
+
import { ListGeoLocationsCommandInput, ListGeoLocationsCommandOutput } from "./commands/ListGeoLocationsCommand";
|
|
53
|
+
import { ListHealthChecksCommandInput, ListHealthChecksCommandOutput } from "./commands/ListHealthChecksCommand";
|
|
54
|
+
import { ListHostedZonesByNameCommandInput, ListHostedZonesByNameCommandOutput } from "./commands/ListHostedZonesByNameCommand";
|
|
55
|
+
import { ListHostedZonesByVPCCommandInput, ListHostedZonesByVPCCommandOutput } from "./commands/ListHostedZonesByVPCCommand";
|
|
56
|
+
import { ListHostedZonesCommandInput, ListHostedZonesCommandOutput } from "./commands/ListHostedZonesCommand";
|
|
57
|
+
import { ListQueryLoggingConfigsCommandInput, ListQueryLoggingConfigsCommandOutput } from "./commands/ListQueryLoggingConfigsCommand";
|
|
58
|
+
import { ListResourceRecordSetsCommandInput, ListResourceRecordSetsCommandOutput } from "./commands/ListResourceRecordSetsCommand";
|
|
59
|
+
import { ListReusableDelegationSetsCommandInput, ListReusableDelegationSetsCommandOutput } from "./commands/ListReusableDelegationSetsCommand";
|
|
60
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
61
|
+
import { ListTagsForResourcesCommandInput, ListTagsForResourcesCommandOutput } from "./commands/ListTagsForResourcesCommand";
|
|
62
|
+
import { ListTrafficPoliciesCommandInput, ListTrafficPoliciesCommandOutput } from "./commands/ListTrafficPoliciesCommand";
|
|
63
|
+
import { ListTrafficPolicyInstancesByHostedZoneCommandInput, ListTrafficPolicyInstancesByHostedZoneCommandOutput } from "./commands/ListTrafficPolicyInstancesByHostedZoneCommand";
|
|
64
|
+
import { ListTrafficPolicyInstancesByPolicyCommandInput, ListTrafficPolicyInstancesByPolicyCommandOutput } from "./commands/ListTrafficPolicyInstancesByPolicyCommand";
|
|
65
|
+
import { ListTrafficPolicyInstancesCommandInput, ListTrafficPolicyInstancesCommandOutput } from "./commands/ListTrafficPolicyInstancesCommand";
|
|
66
|
+
import { ListTrafficPolicyVersionsCommandInput, ListTrafficPolicyVersionsCommandOutput } from "./commands/ListTrafficPolicyVersionsCommand";
|
|
67
|
+
import { ListVPCAssociationAuthorizationsCommandInput, ListVPCAssociationAuthorizationsCommandOutput } from "./commands/ListVPCAssociationAuthorizationsCommand";
|
|
68
|
+
import { TestDNSAnswerCommandInput, TestDNSAnswerCommandOutput } from "./commands/TestDNSAnswerCommand";
|
|
69
|
+
import { UpdateHealthCheckCommandInput, UpdateHealthCheckCommandOutput } from "./commands/UpdateHealthCheckCommand";
|
|
70
|
+
import { UpdateHostedZoneCommentCommandInput, UpdateHostedZoneCommentCommandOutput } from "./commands/UpdateHostedZoneCommentCommand";
|
|
71
|
+
import { UpdateTrafficPolicyCommentCommandInput, UpdateTrafficPolicyCommentCommandOutput } from "./commands/UpdateTrafficPolicyCommentCommand";
|
|
72
|
+
import { UpdateTrafficPolicyInstanceCommandInput, UpdateTrafficPolicyInstanceCommandOutput } from "./commands/UpdateTrafficPolicyInstanceCommand";
|
|
73
|
+
export declare type ServiceInputTypes = ActivateKeySigningKeyCommandInput | AssociateVPCWithHostedZoneCommandInput | ChangeResourceRecordSetsCommandInput | ChangeTagsForResourceCommandInput | CreateHealthCheckCommandInput | CreateHostedZoneCommandInput | CreateKeySigningKeyCommandInput | CreateQueryLoggingConfigCommandInput | CreateReusableDelegationSetCommandInput | CreateTrafficPolicyCommandInput | CreateTrafficPolicyInstanceCommandInput | CreateTrafficPolicyVersionCommandInput | CreateVPCAssociationAuthorizationCommandInput | DeactivateKeySigningKeyCommandInput | DeleteHealthCheckCommandInput | DeleteHostedZoneCommandInput | DeleteKeySigningKeyCommandInput | DeleteQueryLoggingConfigCommandInput | DeleteReusableDelegationSetCommandInput | DeleteTrafficPolicyCommandInput | DeleteTrafficPolicyInstanceCommandInput | DeleteVPCAssociationAuthorizationCommandInput | DisableHostedZoneDNSSECCommandInput | DisassociateVPCFromHostedZoneCommandInput | EnableHostedZoneDNSSECCommandInput | GetAccountLimitCommandInput | GetChangeCommandInput | GetCheckerIpRangesCommandInput | GetDNSSECCommandInput | GetGeoLocationCommandInput | GetHealthCheckCommandInput | GetHealthCheckCountCommandInput | GetHealthCheckLastFailureReasonCommandInput | GetHealthCheckStatusCommandInput | GetHostedZoneCommandInput | GetHostedZoneCountCommandInput | GetHostedZoneLimitCommandInput | GetQueryLoggingConfigCommandInput | GetReusableDelegationSetCommandInput | GetReusableDelegationSetLimitCommandInput | GetTrafficPolicyCommandInput | GetTrafficPolicyInstanceCommandInput | GetTrafficPolicyInstanceCountCommandInput | ListGeoLocationsCommandInput | ListHealthChecksCommandInput | ListHostedZonesByNameCommandInput | ListHostedZonesByVPCCommandInput | ListHostedZonesCommandInput | ListQueryLoggingConfigsCommandInput | ListResourceRecordSetsCommandInput | ListReusableDelegationSetsCommandInput | ListTagsForResourceCommandInput | ListTagsForResourcesCommandInput | ListTrafficPoliciesCommandInput | ListTrafficPolicyInstancesByHostedZoneCommandInput | ListTrafficPolicyInstancesByPolicyCommandInput | ListTrafficPolicyInstancesCommandInput | ListTrafficPolicyVersionsCommandInput | ListVPCAssociationAuthorizationsCommandInput | TestDNSAnswerCommandInput | UpdateHealthCheckCommandInput | UpdateHostedZoneCommentCommandInput | UpdateTrafficPolicyCommentCommandInput | UpdateTrafficPolicyInstanceCommandInput;
|
|
74
|
+
export declare type ServiceOutputTypes = ActivateKeySigningKeyCommandOutput | AssociateVPCWithHostedZoneCommandOutput | ChangeResourceRecordSetsCommandOutput | ChangeTagsForResourceCommandOutput | CreateHealthCheckCommandOutput | CreateHostedZoneCommandOutput | CreateKeySigningKeyCommandOutput | CreateQueryLoggingConfigCommandOutput | CreateReusableDelegationSetCommandOutput | CreateTrafficPolicyCommandOutput | CreateTrafficPolicyInstanceCommandOutput | CreateTrafficPolicyVersionCommandOutput | CreateVPCAssociationAuthorizationCommandOutput | DeactivateKeySigningKeyCommandOutput | DeleteHealthCheckCommandOutput | DeleteHostedZoneCommandOutput | DeleteKeySigningKeyCommandOutput | DeleteQueryLoggingConfigCommandOutput | DeleteReusableDelegationSetCommandOutput | DeleteTrafficPolicyCommandOutput | DeleteTrafficPolicyInstanceCommandOutput | DeleteVPCAssociationAuthorizationCommandOutput | DisableHostedZoneDNSSECCommandOutput | DisassociateVPCFromHostedZoneCommandOutput | EnableHostedZoneDNSSECCommandOutput | GetAccountLimitCommandOutput | GetChangeCommandOutput | GetCheckerIpRangesCommandOutput | GetDNSSECCommandOutput | GetGeoLocationCommandOutput | GetHealthCheckCommandOutput | GetHealthCheckCountCommandOutput | GetHealthCheckLastFailureReasonCommandOutput | GetHealthCheckStatusCommandOutput | GetHostedZoneCommandOutput | GetHostedZoneCountCommandOutput | GetHostedZoneLimitCommandOutput | GetQueryLoggingConfigCommandOutput | GetReusableDelegationSetCommandOutput | GetReusableDelegationSetLimitCommandOutput | GetTrafficPolicyCommandOutput | GetTrafficPolicyInstanceCommandOutput | GetTrafficPolicyInstanceCountCommandOutput | ListGeoLocationsCommandOutput | ListHealthChecksCommandOutput | ListHostedZonesByNameCommandOutput | ListHostedZonesByVPCCommandOutput | ListHostedZonesCommandOutput | ListQueryLoggingConfigsCommandOutput | ListResourceRecordSetsCommandOutput | ListReusableDelegationSetsCommandOutput | ListTagsForResourceCommandOutput | ListTagsForResourcesCommandOutput | ListTrafficPoliciesCommandOutput | ListTrafficPolicyInstancesByHostedZoneCommandOutput | ListTrafficPolicyInstancesByPolicyCommandOutput | ListTrafficPolicyInstancesCommandOutput | ListTrafficPolicyVersionsCommandOutput | ListVPCAssociationAuthorizationsCommandOutput | TestDNSAnswerCommandOutput | UpdateHealthCheckCommandOutput | UpdateHostedZoneCommentCommandOutput | UpdateTrafficPolicyCommentCommandOutput | UpdateTrafficPolicyInstanceCommandOutput;
|
|
75
|
+
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
76
|
+
|
|
77
|
+
requestHandler?: __HttpHandler;
|
|
78
|
+
|
|
79
|
+
sha256?: __HashConstructor;
|
|
80
|
+
|
|
81
|
+
urlParser?: __UrlParser;
|
|
82
|
+
|
|
83
|
+
bodyLengthChecker?: (body: any) => number | undefined;
|
|
84
|
+
|
|
85
|
+
streamCollector?: __StreamCollector;
|
|
86
|
+
|
|
87
|
+
base64Decoder?: __Decoder;
|
|
88
|
+
|
|
89
|
+
base64Encoder?: __Encoder;
|
|
90
|
+
|
|
91
|
+
utf8Decoder?: __Decoder;
|
|
92
|
+
|
|
93
|
+
utf8Encoder?: __Encoder;
|
|
94
|
+
|
|
95
|
+
runtime?: string;
|
|
96
|
+
|
|
97
|
+
disableHostPrefix?: boolean;
|
|
98
|
+
|
|
99
|
+
maxAttempts?: number | __Provider<number>;
|
|
100
|
+
|
|
101
|
+
retryMode?: string | __Provider<string>;
|
|
102
|
+
|
|
103
|
+
logger?: __Logger;
|
|
104
|
+
|
|
105
|
+
serviceId?: string;
|
|
106
|
+
|
|
107
|
+
region?: string | __Provider<string>;
|
|
108
|
+
|
|
109
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
110
|
+
|
|
111
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
112
|
+
|
|
113
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
114
|
+
}
|
|
115
|
+
declare type Route53ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
116
|
+
|
|
117
|
+
export interface Route53ClientConfig extends Route53ClientConfigType {
|
|
118
|
+
}
|
|
119
|
+
declare type Route53ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
120
|
+
|
|
121
|
+
export interface Route53ClientResolvedConfig extends Route53ClientResolvedConfigType {
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
export declare class Route53Client extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, Route53ClientResolvedConfig> {
|
|
125
|
+
|
|
126
|
+
readonly config: Route53ClientResolvedConfig;
|
|
127
|
+
constructor(configuration: Route53ClientConfig);
|
|
128
|
+
|
|
129
|
+
destroy(): void;
|
|
130
|
+
}
|
|
131
|
+
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ActivateKeySigningKeyRequest, ActivateKeySigningKeyResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
|
+
export interface ActivateKeySigningKeyCommandInput extends ActivateKeySigningKeyRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ActivateKeySigningKeyCommandOutput extends ActivateKeySigningKeyResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ActivateKeySigningKeyCommand extends $Command<ActivateKeySigningKeyCommandInput, ActivateKeySigningKeyCommandOutput, Route53ClientResolvedConfig> {
|
|
11
|
+
readonly input: ActivateKeySigningKeyCommandInput;
|
|
12
|
+
constructor(input: ActivateKeySigningKeyCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ActivateKeySigningKeyCommandInput, ActivateKeySigningKeyCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AssociateVPCWithHostedZoneRequest, AssociateVPCWithHostedZoneResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
|
+
export interface AssociateVPCWithHostedZoneCommandInput extends AssociateVPCWithHostedZoneRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface AssociateVPCWithHostedZoneCommandOutput extends AssociateVPCWithHostedZoneResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class AssociateVPCWithHostedZoneCommand extends $Command<AssociateVPCWithHostedZoneCommandInput, AssociateVPCWithHostedZoneCommandOutput, Route53ClientResolvedConfig> {
|
|
11
|
+
readonly input: AssociateVPCWithHostedZoneCommandInput;
|
|
12
|
+
constructor(input: AssociateVPCWithHostedZoneCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateVPCWithHostedZoneCommandInput, AssociateVPCWithHostedZoneCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ChangeResourceRecordSetsRequest, ChangeResourceRecordSetsResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
|
+
export interface ChangeResourceRecordSetsCommandInput extends ChangeResourceRecordSetsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ChangeResourceRecordSetsCommandOutput extends ChangeResourceRecordSetsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ChangeResourceRecordSetsCommand extends $Command<ChangeResourceRecordSetsCommandInput, ChangeResourceRecordSetsCommandOutput, Route53ClientResolvedConfig> {
|
|
11
|
+
readonly input: ChangeResourceRecordSetsCommandInput;
|
|
12
|
+
constructor(input: ChangeResourceRecordSetsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ChangeResourceRecordSetsCommandInput, ChangeResourceRecordSetsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ChangeTagsForResourceRequest, ChangeTagsForResourceResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
|
+
export interface ChangeTagsForResourceCommandInput extends ChangeTagsForResourceRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ChangeTagsForResourceCommandOutput extends ChangeTagsForResourceResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ChangeTagsForResourceCommand extends $Command<ChangeTagsForResourceCommandInput, ChangeTagsForResourceCommandOutput, Route53ClientResolvedConfig> {
|
|
11
|
+
readonly input: ChangeTagsForResourceCommandInput;
|
|
12
|
+
constructor(input: ChangeTagsForResourceCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ChangeTagsForResourceCommandInput, ChangeTagsForResourceCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CreateHealthCheckRequest, CreateHealthCheckResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
|
+
export interface CreateHealthCheckCommandInput extends CreateHealthCheckRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateHealthCheckCommandOutput extends CreateHealthCheckResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateHealthCheckCommand extends $Command<CreateHealthCheckCommandInput, CreateHealthCheckCommandOutput, Route53ClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateHealthCheckCommandInput;
|
|
12
|
+
constructor(input: CreateHealthCheckCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateHealthCheckCommandInput, CreateHealthCheckCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CreateHostedZoneRequest, CreateHostedZoneResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
|
+
export interface CreateHostedZoneCommandInput extends CreateHostedZoneRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateHostedZoneCommandOutput extends CreateHostedZoneResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateHostedZoneCommand extends $Command<CreateHostedZoneCommandInput, CreateHostedZoneCommandOutput, Route53ClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateHostedZoneCommandInput;
|
|
12
|
+
constructor(input: CreateHostedZoneCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateHostedZoneCommandInput, CreateHostedZoneCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CreateKeySigningKeyRequest, CreateKeySigningKeyResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
|
+
export interface CreateKeySigningKeyCommandInput extends CreateKeySigningKeyRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateKeySigningKeyCommandOutput extends CreateKeySigningKeyResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateKeySigningKeyCommand extends $Command<CreateKeySigningKeyCommandInput, CreateKeySigningKeyCommandOutput, Route53ClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateKeySigningKeyCommandInput;
|
|
12
|
+
constructor(input: CreateKeySigningKeyCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateKeySigningKeyCommandInput, CreateKeySigningKeyCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CreateQueryLoggingConfigRequest, CreateQueryLoggingConfigResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
|
+
export interface CreateQueryLoggingConfigCommandInput extends CreateQueryLoggingConfigRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateQueryLoggingConfigCommandOutput extends CreateQueryLoggingConfigResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CreateReusableDelegationSetRequest, CreateReusableDelegationSetResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
|
+
export interface CreateReusableDelegationSetCommandInput extends CreateReusableDelegationSetRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateReusableDelegationSetCommandOutput extends CreateReusableDelegationSetResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateReusableDelegationSetCommand extends $Command<CreateReusableDelegationSetCommandInput, CreateReusableDelegationSetCommandOutput, Route53ClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateReusableDelegationSetCommandInput;
|
|
12
|
+
constructor(input: CreateReusableDelegationSetCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateReusableDelegationSetCommandInput, CreateReusableDelegationSetCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CreateTrafficPolicyRequest, CreateTrafficPolicyResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
|
+
export interface CreateTrafficPolicyCommandInput extends CreateTrafficPolicyRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateTrafficPolicyCommandOutput extends CreateTrafficPolicyResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateTrafficPolicyCommand extends $Command<CreateTrafficPolicyCommandInput, CreateTrafficPolicyCommandOutput, Route53ClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateTrafficPolicyCommandInput;
|
|
12
|
+
constructor(input: CreateTrafficPolicyCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTrafficPolicyCommandInput, CreateTrafficPolicyCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CreateTrafficPolicyInstanceRequest, CreateTrafficPolicyInstanceResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
|
+
export interface CreateTrafficPolicyInstanceCommandInput extends CreateTrafficPolicyInstanceRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateTrafficPolicyInstanceCommandOutput extends CreateTrafficPolicyInstanceResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateTrafficPolicyInstanceCommand extends $Command<CreateTrafficPolicyInstanceCommandInput, CreateTrafficPolicyInstanceCommandOutput, Route53ClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateTrafficPolicyInstanceCommandInput;
|
|
12
|
+
constructor(input: CreateTrafficPolicyInstanceCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTrafficPolicyInstanceCommandInput, CreateTrafficPolicyInstanceCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CreateTrafficPolicyVersionRequest, CreateTrafficPolicyVersionResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
|
+
export interface CreateTrafficPolicyVersionCommandInput extends CreateTrafficPolicyVersionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateTrafficPolicyVersionCommandOutput extends CreateTrafficPolicyVersionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateTrafficPolicyVersionCommand extends $Command<CreateTrafficPolicyVersionCommandInput, CreateTrafficPolicyVersionCommandOutput, Route53ClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateTrafficPolicyVersionCommandInput;
|
|
12
|
+
constructor(input: CreateTrafficPolicyVersionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTrafficPolicyVersionCommandInput, CreateTrafficPolicyVersionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CreateVPCAssociationAuthorizationRequest, CreateVPCAssociationAuthorizationResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
|
+
export interface CreateVPCAssociationAuthorizationCommandInput extends CreateVPCAssociationAuthorizationRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateVPCAssociationAuthorizationCommandOutput extends CreateVPCAssociationAuthorizationResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateVPCAssociationAuthorizationCommand extends $Command<CreateVPCAssociationAuthorizationCommandInput, CreateVPCAssociationAuthorizationCommandOutput, Route53ClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateVPCAssociationAuthorizationCommandInput;
|
|
12
|
+
constructor(input: CreateVPCAssociationAuthorizationCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVPCAssociationAuthorizationCommandInput, CreateVPCAssociationAuthorizationCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeactivateKeySigningKeyRequest, DeactivateKeySigningKeyResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
|
+
export interface DeactivateKeySigningKeyCommandInput extends DeactivateKeySigningKeyRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeactivateKeySigningKeyCommandOutput extends DeactivateKeySigningKeyResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeactivateKeySigningKeyCommand extends $Command<DeactivateKeySigningKeyCommandInput, DeactivateKeySigningKeyCommandOutput, Route53ClientResolvedConfig> {
|
|
11
|
+
readonly input: DeactivateKeySigningKeyCommandInput;
|
|
12
|
+
constructor(input: DeactivateKeySigningKeyCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeactivateKeySigningKeyCommandInput, DeactivateKeySigningKeyCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteHealthCheckRequest, DeleteHealthCheckResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
|
+
export interface DeleteHealthCheckCommandInput extends DeleteHealthCheckRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteHealthCheckCommandOutput extends DeleteHealthCheckResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteHealthCheckCommand extends $Command<DeleteHealthCheckCommandInput, DeleteHealthCheckCommandOutput, Route53ClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteHealthCheckCommandInput;
|
|
12
|
+
constructor(input: DeleteHealthCheckCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteHealthCheckCommandInput, DeleteHealthCheckCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteHostedZoneRequest, DeleteHostedZoneResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
|
+
export interface DeleteHostedZoneCommandInput extends DeleteHostedZoneRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteHostedZoneCommandOutput extends DeleteHostedZoneResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteHostedZoneCommand extends $Command<DeleteHostedZoneCommandInput, DeleteHostedZoneCommandOutput, Route53ClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteHostedZoneCommandInput;
|
|
12
|
+
constructor(input: DeleteHostedZoneCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteHostedZoneCommandInput, DeleteHostedZoneCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteKeySigningKeyRequest, DeleteKeySigningKeyResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
|
+
export interface DeleteKeySigningKeyCommandInput extends DeleteKeySigningKeyRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteKeySigningKeyCommandOutput extends DeleteKeySigningKeyResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteKeySigningKeyCommand extends $Command<DeleteKeySigningKeyCommandInput, DeleteKeySigningKeyCommandOutput, Route53ClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteKeySigningKeyCommandInput;
|
|
12
|
+
constructor(input: DeleteKeySigningKeyCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteKeySigningKeyCommandInput, DeleteKeySigningKeyCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteQueryLoggingConfigRequest, DeleteQueryLoggingConfigResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
|
+
export interface DeleteQueryLoggingConfigCommandInput extends DeleteQueryLoggingConfigRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteQueryLoggingConfigCommandOutput extends DeleteQueryLoggingConfigResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteQueryLoggingConfigCommand extends $Command<DeleteQueryLoggingConfigCommandInput, DeleteQueryLoggingConfigCommandOutput, Route53ClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteQueryLoggingConfigCommandInput;
|
|
12
|
+
constructor(input: DeleteQueryLoggingConfigCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteQueryLoggingConfigCommandInput, DeleteQueryLoggingConfigCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteReusableDelegationSetRequest, DeleteReusableDelegationSetResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
|
+
export interface DeleteReusableDelegationSetCommandInput extends DeleteReusableDelegationSetRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteReusableDelegationSetCommandOutput extends DeleteReusableDelegationSetResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteReusableDelegationSetCommand extends $Command<DeleteReusableDelegationSetCommandInput, DeleteReusableDelegationSetCommandOutput, Route53ClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteReusableDelegationSetCommandInput;
|
|
12
|
+
constructor(input: DeleteReusableDelegationSetCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReusableDelegationSetCommandInput, DeleteReusableDelegationSetCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteTrafficPolicyRequest, DeleteTrafficPolicyResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
|
+
export interface DeleteTrafficPolicyCommandInput extends DeleteTrafficPolicyRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteTrafficPolicyCommandOutput extends DeleteTrafficPolicyResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteTrafficPolicyCommand extends $Command<DeleteTrafficPolicyCommandInput, DeleteTrafficPolicyCommandOutput, Route53ClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteTrafficPolicyCommandInput;
|
|
12
|
+
constructor(input: DeleteTrafficPolicyCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTrafficPolicyCommandInput, DeleteTrafficPolicyCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteTrafficPolicyInstanceRequest, DeleteTrafficPolicyInstanceResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
|
+
export interface DeleteTrafficPolicyInstanceCommandInput extends DeleteTrafficPolicyInstanceRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteTrafficPolicyInstanceCommandOutput extends DeleteTrafficPolicyInstanceResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteTrafficPolicyInstanceCommand extends $Command<DeleteTrafficPolicyInstanceCommandInput, DeleteTrafficPolicyInstanceCommandOutput, Route53ClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteTrafficPolicyInstanceCommandInput;
|
|
12
|
+
constructor(input: DeleteTrafficPolicyInstanceCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTrafficPolicyInstanceCommandInput, DeleteTrafficPolicyInstanceCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteVPCAssociationAuthorizationRequest, DeleteVPCAssociationAuthorizationResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
|
+
export interface DeleteVPCAssociationAuthorizationCommandInput extends DeleteVPCAssociationAuthorizationRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteVPCAssociationAuthorizationCommandOutput extends DeleteVPCAssociationAuthorizationResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteVPCAssociationAuthorizationCommand extends $Command<DeleteVPCAssociationAuthorizationCommandInput, DeleteVPCAssociationAuthorizationCommandOutput, Route53ClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteVPCAssociationAuthorizationCommandInput;
|
|
12
|
+
constructor(input: DeleteVPCAssociationAuthorizationCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVPCAssociationAuthorizationCommandInput, DeleteVPCAssociationAuthorizationCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DisableHostedZoneDNSSECRequest, DisableHostedZoneDNSSECResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
|
+
export interface DisableHostedZoneDNSSECCommandInput extends DisableHostedZoneDNSSECRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DisableHostedZoneDNSSECCommandOutput extends DisableHostedZoneDNSSECResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DisableHostedZoneDNSSECCommand extends $Command<DisableHostedZoneDNSSECCommandInput, DisableHostedZoneDNSSECCommandOutput, Route53ClientResolvedConfig> {
|
|
11
|
+
readonly input: DisableHostedZoneDNSSECCommandInput;
|
|
12
|
+
constructor(input: DisableHostedZoneDNSSECCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableHostedZoneDNSSECCommandInput, DisableHostedZoneDNSSECCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DisassociateVPCFromHostedZoneRequest, DisassociateVPCFromHostedZoneResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
|
+
export interface DisassociateVPCFromHostedZoneCommandInput extends DisassociateVPCFromHostedZoneRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DisassociateVPCFromHostedZoneCommandOutput extends DisassociateVPCFromHostedZoneResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DisassociateVPCFromHostedZoneCommand extends $Command<DisassociateVPCFromHostedZoneCommandInput, DisassociateVPCFromHostedZoneCommandOutput, Route53ClientResolvedConfig> {
|
|
11
|
+
readonly input: DisassociateVPCFromHostedZoneCommandInput;
|
|
12
|
+
constructor(input: DisassociateVPCFromHostedZoneCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateVPCFromHostedZoneCommandInput, DisassociateVPCFromHostedZoneCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { EnableHostedZoneDNSSECRequest, EnableHostedZoneDNSSECResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
|
+
export interface EnableHostedZoneDNSSECCommandInput extends EnableHostedZoneDNSSECRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface EnableHostedZoneDNSSECCommandOutput extends EnableHostedZoneDNSSECResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class EnableHostedZoneDNSSECCommand extends $Command<EnableHostedZoneDNSSECCommandInput, EnableHostedZoneDNSSECCommandOutput, Route53ClientResolvedConfig> {
|
|
11
|
+
readonly input: EnableHostedZoneDNSSECCommandInput;
|
|
12
|
+
constructor(input: EnableHostedZoneDNSSECCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableHostedZoneDNSSECCommandInput, EnableHostedZoneDNSSECCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|