@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,6 @@
|
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { Route53 } from "../Route53";
|
|
3
|
+
import { Route53Client } from "../Route53Client";
|
|
4
|
+
export interface Route53PaginationConfiguration extends PaginationConfiguration {
|
|
5
|
+
client: Route53 | Route53Client;
|
|
6
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListHealthChecksCommandInput, ListHealthChecksCommandOutput } from "../commands/ListHealthChecksCommand";
|
|
3
|
+
import { Route53PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListHealthChecks(config: Route53PaginationConfiguration, input: ListHealthChecksCommandInput, ...additionalArguments: any): Paginator<ListHealthChecksCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListHostedZonesCommandInput, ListHostedZonesCommandOutput } from "../commands/ListHostedZonesCommand";
|
|
3
|
+
import { Route53PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListHostedZones(config: Route53PaginationConfiguration, input: ListHostedZonesCommandInput, ...additionalArguments: any): Paginator<ListHostedZonesCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListQueryLoggingConfigsCommandInput, ListQueryLoggingConfigsCommandOutput } from "../commands/ListQueryLoggingConfigsCommand";
|
|
3
|
+
import { Route53PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListQueryLoggingConfigs(config: Route53PaginationConfiguration, input: ListQueryLoggingConfigsCommandInput, ...additionalArguments: any): Paginator<ListQueryLoggingConfigsCommandOutput>;
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
|
+
import { ActivateKeySigningKeyCommandInput, ActivateKeySigningKeyCommandOutput } from "../commands/ActivateKeySigningKeyCommand";
|
|
4
|
+
import { AssociateVPCWithHostedZoneCommandInput, AssociateVPCWithHostedZoneCommandOutput } from "../commands/AssociateVPCWithHostedZoneCommand";
|
|
5
|
+
import { ChangeResourceRecordSetsCommandInput, ChangeResourceRecordSetsCommandOutput } from "../commands/ChangeResourceRecordSetsCommand";
|
|
6
|
+
import { ChangeTagsForResourceCommandInput, ChangeTagsForResourceCommandOutput } from "../commands/ChangeTagsForResourceCommand";
|
|
7
|
+
import { CreateHealthCheckCommandInput, CreateHealthCheckCommandOutput } from "../commands/CreateHealthCheckCommand";
|
|
8
|
+
import { CreateHostedZoneCommandInput, CreateHostedZoneCommandOutput } from "../commands/CreateHostedZoneCommand";
|
|
9
|
+
import { CreateKeySigningKeyCommandInput, CreateKeySigningKeyCommandOutput } from "../commands/CreateKeySigningKeyCommand";
|
|
10
|
+
import { CreateQueryLoggingConfigCommandInput, CreateQueryLoggingConfigCommandOutput } from "../commands/CreateQueryLoggingConfigCommand";
|
|
11
|
+
import { CreateReusableDelegationSetCommandInput, CreateReusableDelegationSetCommandOutput } from "../commands/CreateReusableDelegationSetCommand";
|
|
12
|
+
import { CreateTrafficPolicyCommandInput, CreateTrafficPolicyCommandOutput } from "../commands/CreateTrafficPolicyCommand";
|
|
13
|
+
import { CreateTrafficPolicyInstanceCommandInput, CreateTrafficPolicyInstanceCommandOutput } from "../commands/CreateTrafficPolicyInstanceCommand";
|
|
14
|
+
import { CreateTrafficPolicyVersionCommandInput, CreateTrafficPolicyVersionCommandOutput } from "../commands/CreateTrafficPolicyVersionCommand";
|
|
15
|
+
import { CreateVPCAssociationAuthorizationCommandInput, CreateVPCAssociationAuthorizationCommandOutput } from "../commands/CreateVPCAssociationAuthorizationCommand";
|
|
16
|
+
import { DeactivateKeySigningKeyCommandInput, DeactivateKeySigningKeyCommandOutput } from "../commands/DeactivateKeySigningKeyCommand";
|
|
17
|
+
import { DeleteHealthCheckCommandInput, DeleteHealthCheckCommandOutput } from "../commands/DeleteHealthCheckCommand";
|
|
18
|
+
import { DeleteHostedZoneCommandInput, DeleteHostedZoneCommandOutput } from "../commands/DeleteHostedZoneCommand";
|
|
19
|
+
import { DeleteKeySigningKeyCommandInput, DeleteKeySigningKeyCommandOutput } from "../commands/DeleteKeySigningKeyCommand";
|
|
20
|
+
import { DeleteQueryLoggingConfigCommandInput, DeleteQueryLoggingConfigCommandOutput } from "../commands/DeleteQueryLoggingConfigCommand";
|
|
21
|
+
import { DeleteReusableDelegationSetCommandInput, DeleteReusableDelegationSetCommandOutput } from "../commands/DeleteReusableDelegationSetCommand";
|
|
22
|
+
import { DeleteTrafficPolicyCommandInput, DeleteTrafficPolicyCommandOutput } from "../commands/DeleteTrafficPolicyCommand";
|
|
23
|
+
import { DeleteTrafficPolicyInstanceCommandInput, DeleteTrafficPolicyInstanceCommandOutput } from "../commands/DeleteTrafficPolicyInstanceCommand";
|
|
24
|
+
import { DeleteVPCAssociationAuthorizationCommandInput, DeleteVPCAssociationAuthorizationCommandOutput } from "../commands/DeleteVPCAssociationAuthorizationCommand";
|
|
25
|
+
import { DisableHostedZoneDNSSECCommandInput, DisableHostedZoneDNSSECCommandOutput } from "../commands/DisableHostedZoneDNSSECCommand";
|
|
26
|
+
import { DisassociateVPCFromHostedZoneCommandInput, DisassociateVPCFromHostedZoneCommandOutput } from "../commands/DisassociateVPCFromHostedZoneCommand";
|
|
27
|
+
import { EnableHostedZoneDNSSECCommandInput, EnableHostedZoneDNSSECCommandOutput } from "../commands/EnableHostedZoneDNSSECCommand";
|
|
28
|
+
import { GetAccountLimitCommandInput, GetAccountLimitCommandOutput } from "../commands/GetAccountLimitCommand";
|
|
29
|
+
import { GetChangeCommandInput, GetChangeCommandOutput } from "../commands/GetChangeCommand";
|
|
30
|
+
import { GetCheckerIpRangesCommandInput, GetCheckerIpRangesCommandOutput } from "../commands/GetCheckerIpRangesCommand";
|
|
31
|
+
import { GetDNSSECCommandInput, GetDNSSECCommandOutput } from "../commands/GetDNSSECCommand";
|
|
32
|
+
import { GetGeoLocationCommandInput, GetGeoLocationCommandOutput } from "../commands/GetGeoLocationCommand";
|
|
33
|
+
import { GetHealthCheckCommandInput, GetHealthCheckCommandOutput } from "../commands/GetHealthCheckCommand";
|
|
34
|
+
import { GetHealthCheckCountCommandInput, GetHealthCheckCountCommandOutput } from "../commands/GetHealthCheckCountCommand";
|
|
35
|
+
import { GetHealthCheckLastFailureReasonCommandInput, GetHealthCheckLastFailureReasonCommandOutput } from "../commands/GetHealthCheckLastFailureReasonCommand";
|
|
36
|
+
import { GetHealthCheckStatusCommandInput, GetHealthCheckStatusCommandOutput } from "../commands/GetHealthCheckStatusCommand";
|
|
37
|
+
import { GetHostedZoneCommandInput, GetHostedZoneCommandOutput } from "../commands/GetHostedZoneCommand";
|
|
38
|
+
import { GetHostedZoneCountCommandInput, GetHostedZoneCountCommandOutput } from "../commands/GetHostedZoneCountCommand";
|
|
39
|
+
import { GetHostedZoneLimitCommandInput, GetHostedZoneLimitCommandOutput } from "../commands/GetHostedZoneLimitCommand";
|
|
40
|
+
import { GetQueryLoggingConfigCommandInput, GetQueryLoggingConfigCommandOutput } from "../commands/GetQueryLoggingConfigCommand";
|
|
41
|
+
import { GetReusableDelegationSetCommandInput, GetReusableDelegationSetCommandOutput } from "../commands/GetReusableDelegationSetCommand";
|
|
42
|
+
import { GetReusableDelegationSetLimitCommandInput, GetReusableDelegationSetLimitCommandOutput } from "../commands/GetReusableDelegationSetLimitCommand";
|
|
43
|
+
import { GetTrafficPolicyCommandInput, GetTrafficPolicyCommandOutput } from "../commands/GetTrafficPolicyCommand";
|
|
44
|
+
import { GetTrafficPolicyInstanceCommandInput, GetTrafficPolicyInstanceCommandOutput } from "../commands/GetTrafficPolicyInstanceCommand";
|
|
45
|
+
import { GetTrafficPolicyInstanceCountCommandInput, GetTrafficPolicyInstanceCountCommandOutput } from "../commands/GetTrafficPolicyInstanceCountCommand";
|
|
46
|
+
import { ListGeoLocationsCommandInput, ListGeoLocationsCommandOutput } from "../commands/ListGeoLocationsCommand";
|
|
47
|
+
import { ListHealthChecksCommandInput, ListHealthChecksCommandOutput } from "../commands/ListHealthChecksCommand";
|
|
48
|
+
import { ListHostedZonesByNameCommandInput, ListHostedZonesByNameCommandOutput } from "../commands/ListHostedZonesByNameCommand";
|
|
49
|
+
import { ListHostedZonesByVPCCommandInput, ListHostedZonesByVPCCommandOutput } from "../commands/ListHostedZonesByVPCCommand";
|
|
50
|
+
import { ListHostedZonesCommandInput, ListHostedZonesCommandOutput } from "../commands/ListHostedZonesCommand";
|
|
51
|
+
import { ListQueryLoggingConfigsCommandInput, ListQueryLoggingConfigsCommandOutput } from "../commands/ListQueryLoggingConfigsCommand";
|
|
52
|
+
import { ListResourceRecordSetsCommandInput, ListResourceRecordSetsCommandOutput } from "../commands/ListResourceRecordSetsCommand";
|
|
53
|
+
import { ListReusableDelegationSetsCommandInput, ListReusableDelegationSetsCommandOutput } from "../commands/ListReusableDelegationSetsCommand";
|
|
54
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
55
|
+
import { ListTagsForResourcesCommandInput, ListTagsForResourcesCommandOutput } from "../commands/ListTagsForResourcesCommand";
|
|
56
|
+
import { ListTrafficPoliciesCommandInput, ListTrafficPoliciesCommandOutput } from "../commands/ListTrafficPoliciesCommand";
|
|
57
|
+
import { ListTrafficPolicyInstancesByHostedZoneCommandInput, ListTrafficPolicyInstancesByHostedZoneCommandOutput } from "../commands/ListTrafficPolicyInstancesByHostedZoneCommand";
|
|
58
|
+
import { ListTrafficPolicyInstancesByPolicyCommandInput, ListTrafficPolicyInstancesByPolicyCommandOutput } from "../commands/ListTrafficPolicyInstancesByPolicyCommand";
|
|
59
|
+
import { ListTrafficPolicyInstancesCommandInput, ListTrafficPolicyInstancesCommandOutput } from "../commands/ListTrafficPolicyInstancesCommand";
|
|
60
|
+
import { ListTrafficPolicyVersionsCommandInput, ListTrafficPolicyVersionsCommandOutput } from "../commands/ListTrafficPolicyVersionsCommand";
|
|
61
|
+
import { ListVPCAssociationAuthorizationsCommandInput, ListVPCAssociationAuthorizationsCommandOutput } from "../commands/ListVPCAssociationAuthorizationsCommand";
|
|
62
|
+
import { TestDNSAnswerCommandInput, TestDNSAnswerCommandOutput } from "../commands/TestDNSAnswerCommand";
|
|
63
|
+
import { UpdateHealthCheckCommandInput, UpdateHealthCheckCommandOutput } from "../commands/UpdateHealthCheckCommand";
|
|
64
|
+
import { UpdateHostedZoneCommentCommandInput, UpdateHostedZoneCommentCommandOutput } from "../commands/UpdateHostedZoneCommentCommand";
|
|
65
|
+
import { UpdateTrafficPolicyCommentCommandInput, UpdateTrafficPolicyCommentCommandOutput } from "../commands/UpdateTrafficPolicyCommentCommand";
|
|
66
|
+
import { UpdateTrafficPolicyInstanceCommandInput, UpdateTrafficPolicyInstanceCommandOutput } from "../commands/UpdateTrafficPolicyInstanceCommand";
|
|
67
|
+
export declare const serializeAws_restXmlActivateKeySigningKeyCommand: (input: ActivateKeySigningKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
|
+
export declare const serializeAws_restXmlAssociateVPCWithHostedZoneCommand: (input: AssociateVPCWithHostedZoneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
+
export declare const serializeAws_restXmlChangeResourceRecordSetsCommand: (input: ChangeResourceRecordSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
+
export declare const serializeAws_restXmlChangeTagsForResourceCommand: (input: ChangeTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
+
export declare const serializeAws_restXmlCreateHealthCheckCommand: (input: CreateHealthCheckCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
|
+
export declare const serializeAws_restXmlCreateHostedZoneCommand: (input: CreateHostedZoneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
+
export declare const serializeAws_restXmlCreateKeySigningKeyCommand: (input: CreateKeySigningKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
+
export declare const serializeAws_restXmlCreateQueryLoggingConfigCommand: (input: CreateQueryLoggingConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
+
export declare const serializeAws_restXmlCreateReusableDelegationSetCommand: (input: CreateReusableDelegationSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
|
+
export declare const serializeAws_restXmlCreateTrafficPolicyCommand: (input: CreateTrafficPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
+
export declare const serializeAws_restXmlCreateTrafficPolicyInstanceCommand: (input: CreateTrafficPolicyInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
+
export declare const serializeAws_restXmlCreateTrafficPolicyVersionCommand: (input: CreateTrafficPolicyVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
+
export declare const serializeAws_restXmlCreateVPCAssociationAuthorizationCommand: (input: CreateVPCAssociationAuthorizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
|
+
export declare const serializeAws_restXmlDeactivateKeySigningKeyCommand: (input: DeactivateKeySigningKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
+
export declare const serializeAws_restXmlDeleteHealthCheckCommand: (input: DeleteHealthCheckCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
+
export declare const serializeAws_restXmlDeleteHostedZoneCommand: (input: DeleteHostedZoneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
+
export declare const serializeAws_restXmlDeleteKeySigningKeyCommand: (input: DeleteKeySigningKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
|
+
export declare const serializeAws_restXmlDeleteQueryLoggingConfigCommand: (input: DeleteQueryLoggingConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
+
export declare const serializeAws_restXmlDeleteReusableDelegationSetCommand: (input: DeleteReusableDelegationSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
+
export declare const serializeAws_restXmlDeleteTrafficPolicyCommand: (input: DeleteTrafficPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
|
+
export declare const serializeAws_restXmlDeleteTrafficPolicyInstanceCommand: (input: DeleteTrafficPolicyInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
|
+
export declare const serializeAws_restXmlDeleteVPCAssociationAuthorizationCommand: (input: DeleteVPCAssociationAuthorizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
|
+
export declare const serializeAws_restXmlDisableHostedZoneDNSSECCommand: (input: DisableHostedZoneDNSSECCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
+
export declare const serializeAws_restXmlDisassociateVPCFromHostedZoneCommand: (input: DisassociateVPCFromHostedZoneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
+
export declare const serializeAws_restXmlEnableHostedZoneDNSSECCommand: (input: EnableHostedZoneDNSSECCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
92
|
+
export declare const serializeAws_restXmlGetAccountLimitCommand: (input: GetAccountLimitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
|
+
export declare const serializeAws_restXmlGetChangeCommand: (input: GetChangeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
+
export declare const serializeAws_restXmlGetCheckerIpRangesCommand: (input: GetCheckerIpRangesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
+
export declare const serializeAws_restXmlGetDNSSECCommand: (input: GetDNSSECCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
|
+
export declare const serializeAws_restXmlGetGeoLocationCommand: (input: GetGeoLocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
|
+
export declare const serializeAws_restXmlGetHealthCheckCommand: (input: GetHealthCheckCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
+
export declare const serializeAws_restXmlGetHealthCheckCountCommand: (input: GetHealthCheckCountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
+
export declare const serializeAws_restXmlGetHealthCheckLastFailureReasonCommand: (input: GetHealthCheckLastFailureReasonCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
|
+
export declare const serializeAws_restXmlGetHealthCheckStatusCommand: (input: GetHealthCheckStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
|
+
export declare const serializeAws_restXmlGetHostedZoneCommand: (input: GetHostedZoneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
+
export declare const serializeAws_restXmlGetHostedZoneCountCommand: (input: GetHostedZoneCountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
+
export declare const serializeAws_restXmlGetHostedZoneLimitCommand: (input: GetHostedZoneLimitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
|
+
export declare const serializeAws_restXmlGetQueryLoggingConfigCommand: (input: GetQueryLoggingConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
+
export declare const serializeAws_restXmlGetReusableDelegationSetCommand: (input: GetReusableDelegationSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
+
export declare const serializeAws_restXmlGetReusableDelegationSetLimitCommand: (input: GetReusableDelegationSetLimitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
+
export declare const serializeAws_restXmlGetTrafficPolicyCommand: (input: GetTrafficPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
|
+
export declare const serializeAws_restXmlGetTrafficPolicyInstanceCommand: (input: GetTrafficPolicyInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
|
+
export declare const serializeAws_restXmlGetTrafficPolicyInstanceCountCommand: (input: GetTrafficPolicyInstanceCountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
|
+
export declare const serializeAws_restXmlListGeoLocationsCommand: (input: ListGeoLocationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
|
+
export declare const serializeAws_restXmlListHealthChecksCommand: (input: ListHealthChecksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
112
|
+
export declare const serializeAws_restXmlListHostedZonesCommand: (input: ListHostedZonesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
|
+
export declare const serializeAws_restXmlListHostedZonesByNameCommand: (input: ListHostedZonesByNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
+
export declare const serializeAws_restXmlListHostedZonesByVPCCommand: (input: ListHostedZonesByVPCCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
|
+
export declare const serializeAws_restXmlListQueryLoggingConfigsCommand: (input: ListQueryLoggingConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
116
|
+
export declare const serializeAws_restXmlListResourceRecordSetsCommand: (input: ListResourceRecordSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
|
+
export declare const serializeAws_restXmlListReusableDelegationSetsCommand: (input: ListReusableDelegationSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
+
export declare const serializeAws_restXmlListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
|
+
export declare const serializeAws_restXmlListTagsForResourcesCommand: (input: ListTagsForResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
120
|
+
export declare const serializeAws_restXmlListTrafficPoliciesCommand: (input: ListTrafficPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
121
|
+
export declare const serializeAws_restXmlListTrafficPolicyInstancesCommand: (input: ListTrafficPolicyInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
|
+
export declare const serializeAws_restXmlListTrafficPolicyInstancesByHostedZoneCommand: (input: ListTrafficPolicyInstancesByHostedZoneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
|
+
export declare const serializeAws_restXmlListTrafficPolicyInstancesByPolicyCommand: (input: ListTrafficPolicyInstancesByPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
124
|
+
export declare const serializeAws_restXmlListTrafficPolicyVersionsCommand: (input: ListTrafficPolicyVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
|
+
export declare const serializeAws_restXmlListVPCAssociationAuthorizationsCommand: (input: ListVPCAssociationAuthorizationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
126
|
+
export declare const serializeAws_restXmlTestDNSAnswerCommand: (input: TestDNSAnswerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
127
|
+
export declare const serializeAws_restXmlUpdateHealthCheckCommand: (input: UpdateHealthCheckCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
128
|
+
export declare const serializeAws_restXmlUpdateHostedZoneCommentCommand: (input: UpdateHostedZoneCommentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
|
+
export declare const serializeAws_restXmlUpdateTrafficPolicyCommentCommand: (input: UpdateTrafficPolicyCommentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
|
+
export declare const serializeAws_restXmlUpdateTrafficPolicyInstanceCommand: (input: UpdateTrafficPolicyInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
131
|
+
export declare const deserializeAws_restXmlActivateKeySigningKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ActivateKeySigningKeyCommandOutput>;
|
|
132
|
+
export declare const deserializeAws_restXmlAssociateVPCWithHostedZoneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateVPCWithHostedZoneCommandOutput>;
|
|
133
|
+
export declare const deserializeAws_restXmlChangeResourceRecordSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ChangeResourceRecordSetsCommandOutput>;
|
|
134
|
+
export declare const deserializeAws_restXmlChangeTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ChangeTagsForResourceCommandOutput>;
|
|
135
|
+
export declare const deserializeAws_restXmlCreateHealthCheckCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHealthCheckCommandOutput>;
|
|
136
|
+
export declare const deserializeAws_restXmlCreateHostedZoneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHostedZoneCommandOutput>;
|
|
137
|
+
export declare const deserializeAws_restXmlCreateKeySigningKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateKeySigningKeyCommandOutput>;
|
|
138
|
+
export declare const deserializeAws_restXmlCreateQueryLoggingConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateQueryLoggingConfigCommandOutput>;
|
|
139
|
+
export declare const deserializeAws_restXmlCreateReusableDelegationSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateReusableDelegationSetCommandOutput>;
|
|
140
|
+
export declare const deserializeAws_restXmlCreateTrafficPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTrafficPolicyCommandOutput>;
|
|
141
|
+
export declare const deserializeAws_restXmlCreateTrafficPolicyInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTrafficPolicyInstanceCommandOutput>;
|
|
142
|
+
export declare const deserializeAws_restXmlCreateTrafficPolicyVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTrafficPolicyVersionCommandOutput>;
|
|
143
|
+
export declare const deserializeAws_restXmlCreateVPCAssociationAuthorizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVPCAssociationAuthorizationCommandOutput>;
|
|
144
|
+
export declare const deserializeAws_restXmlDeactivateKeySigningKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeactivateKeySigningKeyCommandOutput>;
|
|
145
|
+
export declare const deserializeAws_restXmlDeleteHealthCheckCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHealthCheckCommandOutput>;
|
|
146
|
+
export declare const deserializeAws_restXmlDeleteHostedZoneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHostedZoneCommandOutput>;
|
|
147
|
+
export declare const deserializeAws_restXmlDeleteKeySigningKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteKeySigningKeyCommandOutput>;
|
|
148
|
+
export declare const deserializeAws_restXmlDeleteQueryLoggingConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteQueryLoggingConfigCommandOutput>;
|
|
149
|
+
export declare const deserializeAws_restXmlDeleteReusableDelegationSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteReusableDelegationSetCommandOutput>;
|
|
150
|
+
export declare const deserializeAws_restXmlDeleteTrafficPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTrafficPolicyCommandOutput>;
|
|
151
|
+
export declare const deserializeAws_restXmlDeleteTrafficPolicyInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTrafficPolicyInstanceCommandOutput>;
|
|
152
|
+
export declare const deserializeAws_restXmlDeleteVPCAssociationAuthorizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVPCAssociationAuthorizationCommandOutput>;
|
|
153
|
+
export declare const deserializeAws_restXmlDisableHostedZoneDNSSECCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableHostedZoneDNSSECCommandOutput>;
|
|
154
|
+
export declare const deserializeAws_restXmlDisassociateVPCFromHostedZoneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateVPCFromHostedZoneCommandOutput>;
|
|
155
|
+
export declare const deserializeAws_restXmlEnableHostedZoneDNSSECCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableHostedZoneDNSSECCommandOutput>;
|
|
156
|
+
export declare const deserializeAws_restXmlGetAccountLimitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountLimitCommandOutput>;
|
|
157
|
+
export declare const deserializeAws_restXmlGetChangeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChangeCommandOutput>;
|
|
158
|
+
export declare const deserializeAws_restXmlGetCheckerIpRangesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCheckerIpRangesCommandOutput>;
|
|
159
|
+
export declare const deserializeAws_restXmlGetDNSSECCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDNSSECCommandOutput>;
|
|
160
|
+
export declare const deserializeAws_restXmlGetGeoLocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGeoLocationCommandOutput>;
|
|
161
|
+
export declare const deserializeAws_restXmlGetHealthCheckCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetHealthCheckCommandOutput>;
|
|
162
|
+
export declare const deserializeAws_restXmlGetHealthCheckCountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetHealthCheckCountCommandOutput>;
|
|
163
|
+
export declare const deserializeAws_restXmlGetHealthCheckLastFailureReasonCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetHealthCheckLastFailureReasonCommandOutput>;
|
|
164
|
+
export declare const deserializeAws_restXmlGetHealthCheckStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetHealthCheckStatusCommandOutput>;
|
|
165
|
+
export declare const deserializeAws_restXmlGetHostedZoneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetHostedZoneCommandOutput>;
|
|
166
|
+
export declare const deserializeAws_restXmlGetHostedZoneCountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetHostedZoneCountCommandOutput>;
|
|
167
|
+
export declare const deserializeAws_restXmlGetHostedZoneLimitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetHostedZoneLimitCommandOutput>;
|
|
168
|
+
export declare const deserializeAws_restXmlGetQueryLoggingConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueryLoggingConfigCommandOutput>;
|
|
169
|
+
export declare const deserializeAws_restXmlGetReusableDelegationSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReusableDelegationSetCommandOutput>;
|
|
170
|
+
export declare const deserializeAws_restXmlGetReusableDelegationSetLimitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReusableDelegationSetLimitCommandOutput>;
|
|
171
|
+
export declare const deserializeAws_restXmlGetTrafficPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTrafficPolicyCommandOutput>;
|
|
172
|
+
export declare const deserializeAws_restXmlGetTrafficPolicyInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTrafficPolicyInstanceCommandOutput>;
|
|
173
|
+
export declare const deserializeAws_restXmlGetTrafficPolicyInstanceCountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTrafficPolicyInstanceCountCommandOutput>;
|
|
174
|
+
export declare const deserializeAws_restXmlListGeoLocationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGeoLocationsCommandOutput>;
|
|
175
|
+
export declare const deserializeAws_restXmlListHealthChecksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHealthChecksCommandOutput>;
|
|
176
|
+
export declare const deserializeAws_restXmlListHostedZonesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHostedZonesCommandOutput>;
|
|
177
|
+
export declare const deserializeAws_restXmlListHostedZonesByNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHostedZonesByNameCommandOutput>;
|
|
178
|
+
export declare const deserializeAws_restXmlListHostedZonesByVPCCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHostedZonesByVPCCommandOutput>;
|
|
179
|
+
export declare const deserializeAws_restXmlListQueryLoggingConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueryLoggingConfigsCommandOutput>;
|
|
180
|
+
export declare const deserializeAws_restXmlListResourceRecordSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceRecordSetsCommandOutput>;
|
|
181
|
+
export declare const deserializeAws_restXmlListReusableDelegationSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReusableDelegationSetsCommandOutput>;
|
|
182
|
+
export declare const deserializeAws_restXmlListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
183
|
+
export declare const deserializeAws_restXmlListTagsForResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourcesCommandOutput>;
|
|
184
|
+
export declare const deserializeAws_restXmlListTrafficPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrafficPoliciesCommandOutput>;
|
|
185
|
+
export declare const deserializeAws_restXmlListTrafficPolicyInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrafficPolicyInstancesCommandOutput>;
|
|
186
|
+
export declare const deserializeAws_restXmlListTrafficPolicyInstancesByHostedZoneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrafficPolicyInstancesByHostedZoneCommandOutput>;
|
|
187
|
+
export declare const deserializeAws_restXmlListTrafficPolicyInstancesByPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrafficPolicyInstancesByPolicyCommandOutput>;
|
|
188
|
+
export declare const deserializeAws_restXmlListTrafficPolicyVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrafficPolicyVersionsCommandOutput>;
|
|
189
|
+
export declare const deserializeAws_restXmlListVPCAssociationAuthorizationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVPCAssociationAuthorizationsCommandOutput>;
|
|
190
|
+
export declare const deserializeAws_restXmlTestDNSAnswerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TestDNSAnswerCommandOutput>;
|
|
191
|
+
export declare const deserializeAws_restXmlUpdateHealthCheckCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateHealthCheckCommandOutput>;
|
|
192
|
+
export declare const deserializeAws_restXmlUpdateHostedZoneCommentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateHostedZoneCommentCommandOutput>;
|
|
193
|
+
export declare const deserializeAws_restXmlUpdateTrafficPolicyCommentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTrafficPolicyCommentCommandOutput>;
|
|
194
|
+
export declare const deserializeAws_restXmlUpdateTrafficPolicyInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTrafficPolicyInstanceCommandOutput>;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
+
import { Route53ClientConfig } from "./Route53Client";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
|
|
5
|
+
runtime: string;
|
|
6
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
9
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
10
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
13
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
|
|
14
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
|
+
apiVersion: string;
|
|
20
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
21
|
+
disableHostPrefix: boolean;
|
|
22
|
+
logger: import("@aws-sdk/types").Logger;
|
|
23
|
+
serviceId: string;
|
|
24
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
26
|
+
tls?: boolean | undefined;
|
|
27
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
28
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
29
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
30
|
+
signingEscapePath?: boolean | undefined;
|
|
31
|
+
systemClockOffset?: number | undefined;
|
|
32
|
+
signingRegion?: string | undefined;
|
|
33
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
34
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
35
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
+
import { Route53ClientConfig } from "./Route53Client";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
|
|
5
|
+
runtime: string;
|
|
6
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
9
|
+
credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
|
|
10
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
|
+
region: string | import("@aws-sdk/types").Provider<string>;
|
|
13
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
|
|
14
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
|
+
apiVersion: string;
|
|
20
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
21
|
+
disableHostPrefix: boolean;
|
|
22
|
+
logger: import("@aws-sdk/types").Logger;
|
|
23
|
+
serviceId: string;
|
|
24
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
26
|
+
tls?: boolean | undefined;
|
|
27
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
28
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
29
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
30
|
+
signingEscapePath?: boolean | undefined;
|
|
31
|
+
systemClockOffset?: number | undefined;
|
|
32
|
+
signingRegion?: string | undefined;
|
|
33
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
34
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
35
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { Route53ClientConfig } from "./Route53Client";
|
|
2
|
+
|
|
3
|
+
export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
|
|
4
|
+
runtime: string;
|
|
5
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
6
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
7
|
+
apiVersion: string;
|
|
8
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
9
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
11
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
12
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
13
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
14
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
15
|
+
disableHostPrefix: boolean;
|
|
16
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
|
+
logger: import("@aws-sdk/types").Logger;
|
|
19
|
+
serviceId: string;
|
|
20
|
+
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
21
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
22
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
23
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
24
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
25
|
+
tls?: boolean | undefined;
|
|
26
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
27
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
28
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
29
|
+
signingEscapePath?: boolean | undefined;
|
|
30
|
+
systemClockOffset?: number | undefined;
|
|
31
|
+
signingRegion?: string | undefined;
|
|
32
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
33
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
34
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Logger as __Logger } from "@aws-sdk/types";
|
|
2
|
+
import { Route53ClientConfig } from "./Route53Client";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
|
|
5
|
+
apiVersion: string;
|
|
6
|
+
disableHostPrefix: boolean;
|
|
7
|
+
logger: __Logger;
|
|
8
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
9
|
+
serviceId: string;
|
|
10
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
|
+
import { GetChangeCommandInput } from "../commands/GetChangeCommand";
|
|
3
|
+
import { Route53Client } from "../Route53Client";
|
|
4
|
+
|
|
5
|
+
export declare const waitForResourceRecordSetsChanged: (params: WaiterConfiguration<Route53Client>, input: GetChangeCommandInput) => Promise<WaiterResult>;
|
|
6
|
+
|
|
7
|
+
export declare const waitUntilResourceRecordSetsChanged: (params: WaiterConfiguration<Route53Client>, input: GetChangeCommandInput) => Promise<WaiterResult>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
|
+
import { GetChangeCommandInput } from "../commands/GetChangeCommand";
|
|
3
|
+
import { Route53Client } from "../Route53Client";
|
|
4
|
+
/**
|
|
5
|
+
*
|
|
6
|
+
* @deprecated Use waitUntilResourceRecordSetsChanged instead. waitForResourceRecordSetsChanged does not throw error in non-success cases.
|
|
7
|
+
*/
|
|
8
|
+
export declare const waitForResourceRecordSetsChanged: (params: WaiterConfiguration<Route53Client>, input: GetChangeCommandInput) => Promise<WaiterResult>;
|
|
9
|
+
/**
|
|
10
|
+
*
|
|
11
|
+
* @param params - Waiter configuration options.
|
|
12
|
+
* @param input - The input to GetChangeCommand for polling.
|
|
13
|
+
*/
|
|
14
|
+
export declare const waitUntilResourceRecordSetsChanged: (params: WaiterConfiguration<Route53Client>, input: GetChangeCommandInput) => Promise<WaiterResult>;
|
package/package.json
CHANGED
|
@@ -1,69 +1,63 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-route-53",
|
|
3
3
|
"description": "AWS SDK for JavaScript Route 53 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.36.1",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"
|
|
7
|
-
"build-documentation": "yarn remove-documentation && typedoc ./",
|
|
8
|
-
"remove-definitions": "rimraf ./types",
|
|
9
|
-
"remove-dist": "rimraf ./dist",
|
|
10
|
-
"remove-documentation": "rimraf ./docs",
|
|
11
|
-
"test": "exit 0",
|
|
6
|
+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
12
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
8
|
+
"build:docs": "yarn clean:docs && typedoc ./",
|
|
13
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
14
|
-
"build": "
|
|
15
|
-
"
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
"browser": {
|
|
21
|
-
"./runtimeConfig": "./runtimeConfig.browser"
|
|
22
|
-
},
|
|
23
|
-
"react-native": {
|
|
24
|
-
"./runtimeConfig": "./runtimeConfig.native"
|
|
10
|
+
"build:types": "tsc -p tsconfig.types.json",
|
|
11
|
+
"clean": "yarn clean:dist && yarn clean:docs",
|
|
12
|
+
"clean:dist": "rimraf ./dist",
|
|
13
|
+
"clean:docs": "rimraf ./docs",
|
|
14
|
+
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
|
|
15
|
+
"test": "exit 0"
|
|
25
16
|
},
|
|
17
|
+
"main": "./dist-cjs/index.js",
|
|
18
|
+
"types": "./dist-types/index.d.ts",
|
|
19
|
+
"module": "./dist-es/index.js",
|
|
26
20
|
"sideEffects": false,
|
|
27
21
|
"dependencies": {
|
|
28
22
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
29
23
|
"@aws-crypto/sha256-js": "^1.0.0",
|
|
30
|
-
"@aws-sdk/client-sts": "3.
|
|
31
|
-
"@aws-sdk/config-resolver": "3.
|
|
32
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
33
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
34
|
-
"@aws-sdk/hash-node": "3.
|
|
35
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
36
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
37
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
38
|
-
"@aws-sdk/middleware-logger": "3.
|
|
39
|
-
"@aws-sdk/middleware-retry": "3.
|
|
40
|
-
"@aws-sdk/middleware-sdk-route53": "3.
|
|
41
|
-
"@aws-sdk/middleware-serde": "3.
|
|
42
|
-
"@aws-sdk/middleware-signing": "3.
|
|
43
|
-
"@aws-sdk/middleware-stack": "3.
|
|
44
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
45
|
-
"@aws-sdk/node-config-provider": "3.
|
|
46
|
-
"@aws-sdk/node-http-handler": "3.
|
|
47
|
-
"@aws-sdk/protocol-http": "3.
|
|
48
|
-
"@aws-sdk/smithy-client": "3.
|
|
49
|
-
"@aws-sdk/types": "3.
|
|
50
|
-
"@aws-sdk/url-parser": "3.
|
|
51
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
52
|
-
"@aws-sdk/util-base64-node": "3.
|
|
53
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
54
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
55
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
56
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
57
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
58
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
59
|
-
"@aws-sdk/util-waiter": "3.
|
|
60
|
-
"@aws-sdk/xml-builder": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.36.1",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.36.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.36.1",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.36.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.36.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.36.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.36.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.36.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.36.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.36.0",
|
|
34
|
+
"@aws-sdk/middleware-sdk-route53": "3.36.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.36.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.36.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.36.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.36.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.36.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.36.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.36.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.36.0",
|
|
43
|
+
"@aws-sdk/types": "3.36.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.36.0",
|
|
45
|
+
"@aws-sdk/util-base64-browser": "3.36.0",
|
|
46
|
+
"@aws-sdk/util-base64-node": "3.36.0",
|
|
47
|
+
"@aws-sdk/util-body-length-browser": "3.36.0",
|
|
48
|
+
"@aws-sdk/util-body-length-node": "3.36.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.36.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.36.0",
|
|
51
|
+
"@aws-sdk/util-utf8-browser": "3.36.0",
|
|
52
|
+
"@aws-sdk/util-utf8-node": "3.36.0",
|
|
53
|
+
"@aws-sdk/util-waiter": "3.36.0",
|
|
54
|
+
"@aws-sdk/xml-builder": "3.36.0",
|
|
61
55
|
"entities": "2.2.0",
|
|
62
56
|
"fast-xml-parser": "3.19.0",
|
|
63
57
|
"tslib": "^2.3.0"
|
|
64
58
|
},
|
|
65
59
|
"devDependencies": {
|
|
66
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
60
|
+
"@aws-sdk/client-documentation-generator": "3.36.0",
|
|
67
61
|
"@types/node": "^12.7.5",
|
|
68
62
|
"downlevel-dts": "0.7.0",
|
|
69
63
|
"jest": "^26.1.0",
|
|
@@ -77,16 +71,25 @@
|
|
|
77
71
|
},
|
|
78
72
|
"typesVersions": {
|
|
79
73
|
"<4.0": {
|
|
80
|
-
"dist
|
|
81
|
-
"dist
|
|
74
|
+
"dist-types/*": [
|
|
75
|
+
"dist-types/ts3.4/*"
|
|
82
76
|
]
|
|
83
77
|
}
|
|
84
78
|
},
|
|
79
|
+
"files": [
|
|
80
|
+
"dist-*"
|
|
81
|
+
],
|
|
85
82
|
"author": {
|
|
86
83
|
"name": "AWS SDK for JavaScript Team",
|
|
87
84
|
"url": "https://aws.amazon.com/javascript/"
|
|
88
85
|
},
|
|
89
86
|
"license": "Apache-2.0",
|
|
87
|
+
"browser": {
|
|
88
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
|
|
89
|
+
},
|
|
90
|
+
"react-native": {
|
|
91
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
|
|
92
|
+
},
|
|
90
93
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-route-53",
|
|
91
94
|
"repository": {
|
|
92
95
|
"type": "git",
|