@aws-sdk/client-route-53 3.33.0 → 3.36.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/dist-cjs/Route53.js +967 -0
- package/dist-cjs/Route53Client.js +35 -0
- package/dist-cjs/commands/ActivateKeySigningKeyCommand.js +38 -0
- package/dist-cjs/commands/AssociateVPCWithHostedZoneCommand.js +38 -0
- package/dist-cjs/commands/ChangeResourceRecordSetsCommand.js +39 -0
- package/dist-cjs/commands/ChangeTagsForResourceCommand.js +36 -0
- package/dist-cjs/commands/CreateHealthCheckCommand.js +36 -0
- package/dist-cjs/commands/CreateHostedZoneCommand.js +38 -0
- package/dist-cjs/commands/CreateKeySigningKeyCommand.js +38 -0
- package/dist-cjs/commands/CreateQueryLoggingConfigCommand.js +38 -0
- package/dist-cjs/commands/CreateReusableDelegationSetCommand.js +38 -0
- package/dist-cjs/commands/CreateTrafficPolicyCommand.js +36 -0
- package/dist-cjs/commands/CreateTrafficPolicyInstanceCommand.js +38 -0
- package/dist-cjs/commands/CreateTrafficPolicyVersionCommand.js +38 -0
- package/dist-cjs/commands/CreateVPCAssociationAuthorizationCommand.js +38 -0
- package/dist-cjs/commands/DeactivateKeySigningKeyCommand.js +38 -0
- package/dist-cjs/commands/DeleteHealthCheckCommand.js +36 -0
- package/dist-cjs/commands/DeleteHostedZoneCommand.js +38 -0
- package/dist-cjs/commands/DeleteKeySigningKeyCommand.js +38 -0
- package/dist-cjs/commands/DeleteQueryLoggingConfigCommand.js +38 -0
- package/dist-cjs/commands/DeleteReusableDelegationSetCommand.js +38 -0
- package/dist-cjs/commands/DeleteTrafficPolicyCommand.js +38 -0
- package/dist-cjs/commands/DeleteTrafficPolicyInstanceCommand.js +38 -0
- package/dist-cjs/commands/DeleteVPCAssociationAuthorizationCommand.js +38 -0
- package/dist-cjs/commands/DisableHostedZoneDNSSECCommand.js +38 -0
- package/dist-cjs/commands/DisassociateVPCFromHostedZoneCommand.js +38 -0
- package/dist-cjs/commands/EnableHostedZoneDNSSECCommand.js +38 -0
- package/dist-cjs/commands/GetAccountLimitCommand.js +36 -0
- package/dist-cjs/commands/GetChangeCommand.js +38 -0
- package/dist-cjs/commands/GetCheckerIpRangesCommand.js +36 -0
- package/dist-cjs/commands/GetDNSSECCommand.js +38 -0
- package/dist-cjs/commands/GetGeoLocationCommand.js +36 -0
- package/dist-cjs/commands/GetHealthCheckCommand.js +36 -0
- package/dist-cjs/commands/GetHealthCheckCountCommand.js +36 -0
- package/dist-cjs/commands/GetHealthCheckLastFailureReasonCommand.js +36 -0
- package/dist-cjs/commands/GetHealthCheckStatusCommand.js +36 -0
- package/dist-cjs/commands/GetHostedZoneCommand.js +38 -0
- package/dist-cjs/commands/GetHostedZoneCountCommand.js +36 -0
- package/dist-cjs/commands/GetHostedZoneLimitCommand.js +38 -0
- package/dist-cjs/commands/GetQueryLoggingConfigCommand.js +38 -0
- package/dist-cjs/commands/GetReusableDelegationSetCommand.js +38 -0
- package/dist-cjs/commands/GetReusableDelegationSetLimitCommand.js +38 -0
- package/dist-cjs/commands/GetTrafficPolicyCommand.js +38 -0
- package/dist-cjs/commands/GetTrafficPolicyInstanceCommand.js +38 -0
- package/dist-cjs/commands/GetTrafficPolicyInstanceCountCommand.js +36 -0
- package/dist-cjs/commands/ListGeoLocationsCommand.js +36 -0
- package/dist-cjs/commands/ListHealthChecksCommand.js +36 -0
- package/dist-cjs/commands/ListHostedZonesByNameCommand.js +38 -0
- package/dist-cjs/commands/ListHostedZonesByVPCCommand.js +36 -0
- package/dist-cjs/commands/ListHostedZonesCommand.js +38 -0
- package/dist-cjs/commands/ListQueryLoggingConfigsCommand.js +38 -0
- package/dist-cjs/commands/ListResourceRecordSetsCommand.js +38 -0
- package/dist-cjs/commands/ListReusableDelegationSetsCommand.js +36 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
- package/dist-cjs/commands/ListTagsForResourcesCommand.js +36 -0
- package/dist-cjs/commands/ListTrafficPoliciesCommand.js +36 -0
- package/dist-cjs/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +38 -0
- package/dist-cjs/commands/ListTrafficPolicyInstancesByPolicyCommand.js +36 -0
- package/dist-cjs/commands/ListTrafficPolicyInstancesCommand.js +36 -0
- package/dist-cjs/commands/ListTrafficPolicyVersionsCommand.js +38 -0
- package/dist-cjs/commands/ListVPCAssociationAuthorizationsCommand.js +38 -0
- package/dist-cjs/commands/TestDNSAnswerCommand.js +38 -0
- package/dist-cjs/commands/UpdateHealthCheckCommand.js +36 -0
- package/dist-cjs/commands/UpdateHostedZoneCommentCommand.js +38 -0
- package/dist-cjs/commands/UpdateTrafficPolicyCommentCommand.js +38 -0
- package/dist-cjs/commands/UpdateTrafficPolicyInstanceCommand.js +38 -0
- package/dist-cjs/endpoints.js +87 -0
- package/dist-cjs/index.js +75 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +1362 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListHealthChecksPaginator.js +35 -0
- package/dist-cjs/pagination/ListHostedZonesPaginator.js +35 -0
- package/dist-cjs/pagination/ListQueryLoggingConfigsPaginator.js +35 -0
- package/dist-cjs/protocols/Aws_restXml.js +9038 -0
- package/dist-cjs/runtimeConfig.browser.js +37 -0
- package/dist-cjs/runtimeConfig.js +42 -0
- package/dist-cjs/runtimeConfig.native.js +16 -0
- package/dist-cjs/runtimeConfig.shared.js +17 -0
- package/dist-cjs/waiters/waitForResourceRecordSetsChanged.js +36 -0
- package/dist-es/Route53.js +970 -0
- package/dist-es/Route53Client.js +37 -0
- package/dist-es/commands/ActivateKeySigningKeyCommand.js +41 -0
- package/dist-es/commands/AssociateVPCWithHostedZoneCommand.js +41 -0
- package/dist-es/commands/ChangeResourceRecordSetsCommand.js +42 -0
- package/dist-es/commands/ChangeTagsForResourceCommand.js +39 -0
- package/dist-es/commands/CreateHealthCheckCommand.js +39 -0
- package/dist-es/commands/CreateHostedZoneCommand.js +41 -0
- package/dist-es/commands/CreateKeySigningKeyCommand.js +41 -0
- package/dist-es/commands/CreateQueryLoggingConfigCommand.js +41 -0
- package/dist-es/commands/CreateReusableDelegationSetCommand.js +41 -0
- package/dist-es/commands/CreateTrafficPolicyCommand.js +39 -0
- package/dist-es/commands/CreateTrafficPolicyInstanceCommand.js +41 -0
- package/dist-es/commands/CreateTrafficPolicyVersionCommand.js +41 -0
- package/dist-es/commands/CreateVPCAssociationAuthorizationCommand.js +41 -0
- package/dist-es/commands/DeactivateKeySigningKeyCommand.js +41 -0
- package/dist-es/commands/DeleteHealthCheckCommand.js +39 -0
- package/dist-es/commands/DeleteHostedZoneCommand.js +41 -0
- package/dist-es/commands/DeleteKeySigningKeyCommand.js +41 -0
- package/dist-es/commands/DeleteQueryLoggingConfigCommand.js +41 -0
- package/dist-es/commands/DeleteReusableDelegationSetCommand.js +41 -0
- package/dist-es/commands/DeleteTrafficPolicyCommand.js +41 -0
- package/dist-es/commands/DeleteTrafficPolicyInstanceCommand.js +41 -0
- package/dist-es/commands/DeleteVPCAssociationAuthorizationCommand.js +41 -0
- package/dist-es/commands/DisableHostedZoneDNSSECCommand.js +41 -0
- package/dist-es/commands/DisassociateVPCFromHostedZoneCommand.js +41 -0
- package/dist-es/commands/EnableHostedZoneDNSSECCommand.js +41 -0
- package/dist-es/commands/GetAccountLimitCommand.js +39 -0
- package/dist-es/commands/GetChangeCommand.js +41 -0
- package/dist-es/commands/GetCheckerIpRangesCommand.js +39 -0
- package/dist-es/commands/GetDNSSECCommand.js +41 -0
- package/dist-es/commands/GetGeoLocationCommand.js +39 -0
- package/dist-es/commands/GetHealthCheckCommand.js +39 -0
- package/dist-es/commands/GetHealthCheckCountCommand.js +39 -0
- package/dist-es/commands/GetHealthCheckLastFailureReasonCommand.js +39 -0
- package/dist-es/commands/GetHealthCheckStatusCommand.js +39 -0
- package/dist-es/commands/GetHostedZoneCommand.js +41 -0
- package/dist-es/commands/GetHostedZoneCountCommand.js +39 -0
- package/dist-es/commands/GetHostedZoneLimitCommand.js +41 -0
- package/dist-es/commands/GetQueryLoggingConfigCommand.js +41 -0
- package/dist-es/commands/GetReusableDelegationSetCommand.js +41 -0
- package/dist-es/commands/GetReusableDelegationSetLimitCommand.js +41 -0
- package/dist-es/commands/GetTrafficPolicyCommand.js +41 -0
- package/dist-es/commands/GetTrafficPolicyInstanceCommand.js +41 -0
- package/dist-es/commands/GetTrafficPolicyInstanceCountCommand.js +39 -0
- package/dist-es/commands/ListGeoLocationsCommand.js +39 -0
- package/dist-es/commands/ListHealthChecksCommand.js +39 -0
- package/dist-es/commands/ListHostedZonesByNameCommand.js +41 -0
- package/dist-es/commands/ListHostedZonesByVPCCommand.js +39 -0
- package/dist-es/commands/ListHostedZonesCommand.js +41 -0
- package/dist-es/commands/ListQueryLoggingConfigsCommand.js +41 -0
- package/dist-es/commands/ListResourceRecordSetsCommand.js +41 -0
- package/dist-es/commands/ListReusableDelegationSetsCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourcesCommand.js +39 -0
- package/dist-es/commands/ListTrafficPoliciesCommand.js +39 -0
- package/dist-es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +41 -0
- package/dist-es/commands/ListTrafficPolicyInstancesByPolicyCommand.js +39 -0
- package/dist-es/commands/ListTrafficPolicyInstancesCommand.js +39 -0
- package/dist-es/commands/ListTrafficPolicyVersionsCommand.js +41 -0
- package/dist-es/commands/ListVPCAssociationAuthorizationsCommand.js +41 -0
- package/dist-es/commands/TestDNSAnswerCommand.js +41 -0
- package/dist-es/commands/UpdateHealthCheckCommand.js +39 -0
- package/dist-es/commands/UpdateHostedZoneCommentCommand.js +41 -0
- package/dist-es/commands/UpdateTrafficPolicyCommentCommand.js +41 -0
- package/dist-es/commands/UpdateTrafficPolicyInstanceCommand.js +41 -0
- package/dist-es/endpoints.js +83 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +908 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListHealthChecksPaginator.js +74 -0
- package/dist-es/pagination/ListHostedZonesPaginator.js +74 -0
- package/dist-es/pagination/ListQueryLoggingConfigsPaginator.js +74 -0
- package/dist-es/protocols/Aws_restXml.js +10350 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-es/waiters/waitForResourceRecordSetsChanged.js +51 -0
- package/dist-types/Route53.d.ts +1171 -0
- package/dist-types/Route53Client.d.ts +196 -0
- package/dist-types/commands/ActivateKeySigningKeyCommand.d.ts +36 -0
- package/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +45 -0
- package/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +116 -0
- package/dist-types/commands/ChangeTagsForResourceCommand.d.ts +38 -0
- package/dist-types/commands/CreateHealthCheckCommand.d.ts +68 -0
- package/dist-types/commands/CreateHostedZoneCommand.d.ts +67 -0
- package/dist-types/commands/CreateKeySigningKeyCommand.d.ts +35 -0
- package/dist-types/commands/CreateQueryLoggingConfigCommand.d.ts +151 -0
- package/dist-types/commands/CreateReusableDelegationSetCommand.d.ts +85 -0
- package/dist-types/commands/CreateTrafficPolicyCommand.d.ts +36 -0
- package/dist-types/commands/CreateTrafficPolicyInstanceCommand.d.ts +38 -0
- package/dist-types/commands/CreateTrafficPolicyVersionCommand.d.ts +39 -0
- package/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +43 -0
- package/dist-types/commands/DeactivateKeySigningKeyCommand.d.ts +36 -0
- package/dist-types/commands/DeleteHealthCheckCommand.d.ts +48 -0
- package/dist-types/commands/DeleteHostedZoneCommand.d.ts +73 -0
- package/dist-types/commands/DeleteKeySigningKeyCommand.d.ts +36 -0
- package/dist-types/commands/DeleteQueryLoggingConfigCommand.d.ts +39 -0
- package/dist-types/commands/DeleteReusableDelegationSetCommand.d.ts +41 -0
- package/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +49 -0
- package/dist-types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +38 -0
- package/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +43 -0
- package/dist-types/commands/DisableHostedZoneDNSSECCommand.d.ts +36 -0
- package/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +55 -0
- package/dist-types/commands/EnableHostedZoneDNSSECCommand.d.ts +35 -0
- package/dist-types/commands/GetAccountLimitCommand.d.ts +44 -0
- package/dist-types/commands/GetChangeCommand.d.ts +47 -0
- package/dist-types/commands/GetCheckerIpRangesCommand.d.ts +42 -0
- package/dist-types/commands/GetDNSSECCommand.d.ts +35 -0
- package/dist-types/commands/GetGeoLocationCommand.d.ts +55 -0
- package/dist-types/commands/GetHealthCheckCommand.d.ts +35 -0
- package/dist-types/commands/GetHealthCheckCountCommand.d.ts +35 -0
- package/dist-types/commands/GetHealthCheckLastFailureReasonCommand.d.ts +35 -0
- package/dist-types/commands/GetHealthCheckStatusCommand.d.ts +38 -0
- package/dist-types/commands/GetHostedZoneCommand.d.ts +35 -0
- package/dist-types/commands/GetHostedZoneCountCommand.d.ts +35 -0
- package/dist-types/commands/GetHostedZoneLimitCommand.d.ts +39 -0
- package/dist-types/commands/GetQueryLoggingConfigCommand.d.ts +40 -0
- package/dist-types/commands/GetReusableDelegationSetCommand.d.ts +36 -0
- package/dist-types/commands/GetReusableDelegationSetLimitCommand.d.ts +38 -0
- package/dist-types/commands/GetTrafficPolicyCommand.d.ts +38 -0
- package/dist-types/commands/GetTrafficPolicyInstanceCommand.d.ts +43 -0
- package/dist-types/commands/GetTrafficPolicyInstanceCountCommand.d.ts +35 -0
- package/dist-types/commands/ListGeoLocationsCommand.d.ts +40 -0
- package/dist-types/commands/ListHealthChecksCommand.d.ts +35 -0
- package/dist-types/commands/ListHostedZonesByNameCommand.d.ts +79 -0
- package/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +47 -0
- package/dist-types/commands/ListHostedZonesCommand.d.ts +38 -0
- package/dist-types/commands/ListQueryLoggingConfigsCommand.d.ts +42 -0
- package/dist-types/commands/ListResourceRecordSetsCommand.d.ts +98 -0
- package/dist-types/commands/ListReusableDelegationSetsCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +38 -0
- package/dist-types/commands/ListTagsForResourcesCommand.d.ts +38 -0
- package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +41 -0
- package/dist-types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +42 -0
- package/dist-types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +42 -0
- package/dist-types/commands/ListTrafficPolicyInstancesCommand.d.ts +41 -0
- package/dist-types/commands/ListTrafficPolicyVersionsCommand.d.ts +36 -0
- package/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +38 -0
- package/dist-types/commands/TestDNSAnswerCommand.d.ts +37 -0
- package/dist-types/commands/UpdateHealthCheckCommand.d.ts +38 -0
- package/dist-types/commands/UpdateHostedZoneCommentCommand.d.ts +35 -0
- package/dist-types/commands/UpdateTrafficPolicyCommentCommand.d.ts +35 -0
- package/dist-types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +50 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListHealthChecksPaginator.d.ts +4 -0
- package/dist-types/pagination/ListHostedZonesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListQueryLoggingConfigsPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_restXml.d.ts +194 -0
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/Route53.d.ts +97 -0
- package/dist-types/ts3.4/Route53Client.d.ts +131 -0
- package/dist-types/ts3.4/commands/ActivateKeySigningKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateVPCWithHostedZoneCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ChangeResourceRecordSetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ChangeTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateHealthCheckCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateHostedZoneCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateKeySigningKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateQueryLoggingConfigCommand.d.ts +8 -0
- package/dist-types/ts3.4/commands/CreateReusableDelegationSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTrafficPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTrafficPolicyInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTrafficPolicyVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVPCAssociationAuthorizationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeactivateKeySigningKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteHealthCheckCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteHostedZoneCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteKeySigningKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteQueryLoggingConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteReusableDelegationSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTrafficPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTrafficPolicyInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableHostedZoneDNSSECCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateVPCFromHostedZoneCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableHostedZoneDNSSECCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAccountLimitCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetChangeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCheckerIpRangesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDNSSECCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetGeoLocationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetHealthCheckCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetHealthCheckCountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetHealthCheckLastFailureReasonCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetHealthCheckStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetHostedZoneCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetHostedZoneCountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetHostedZoneLimitCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetQueryLoggingConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetReusableDelegationSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetReusableDelegationSetLimitCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTrafficPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListGeoLocationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListHealthChecksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListHostedZonesByNameCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListHostedZonesByVPCCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListHostedZonesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListQueryLoggingConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResourceRecordSetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListReusableDelegationSetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrafficPoliciesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrafficPolicyVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListVPCAssociationAuthorizationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TestDNSAnswerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateHealthCheckCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateHostedZoneCommentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTrafficPolicyCommentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTrafficPolicyInstanceCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2682 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListHealthChecksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListHostedZonesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListQueryLoggingConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +194 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForResourceRecordSetsChanged.d.ts +7 -0
- package/dist-types/waiters/waitForResourceRecordSetsChanged.d.ts +14 -0
- package/package.json +55 -52
- package/Route53.ts +0 -3073
- package/Route53Client.ts +0 -562
- package/commands/ActivateKeySigningKeyCommand.ts +0 -97
- package/commands/AssociateVPCWithHostedZoneCommand.ts +0 -109
- package/commands/ChangeResourceRecordSetsCommand.ts +0 -178
- package/commands/ChangeTagsForResourceCommand.ts +0 -97
- package/commands/CreateHealthCheckCommand.ts +0 -127
- package/commands/CreateHostedZoneCommand.ts +0 -128
- package/commands/CreateKeySigningKeyCommand.ts +0 -96
- package/commands/CreateQueryLoggingConfigCommand.ts +0 -212
- package/commands/CreateReusableDelegationSetCommand.ts +0 -151
- package/commands/CreateTrafficPolicyCommand.ts +0 -95
- package/commands/CreateTrafficPolicyInstanceCommand.ts +0 -104
- package/commands/CreateTrafficPolicyVersionCommand.ts +0 -103
- package/commands/CreateVPCAssociationAuthorizationCommand.ts +0 -115
- package/commands/DeactivateKeySigningKeyCommand.ts +0 -97
- package/commands/DeleteHealthCheckCommand.ts +0 -107
- package/commands/DeleteHostedZoneCommand.ts +0 -134
- package/commands/DeleteKeySigningKeyCommand.ts +0 -97
- package/commands/DeleteQueryLoggingConfigCommand.ts +0 -100
- package/commands/DeleteReusableDelegationSetCommand.ts +0 -107
- package/commands/DeleteTrafficPolicyCommand.ts +0 -110
- package/commands/DeleteTrafficPolicyInstanceCommand.ts +0 -104
- package/commands/DeleteVPCAssociationAuthorizationCommand.ts +0 -115
- package/commands/DisableHostedZoneDNSSECCommand.ts +0 -97
- package/commands/DisassociateVPCFromHostedZoneCommand.ts +0 -121
- package/commands/EnableHostedZoneDNSSECCommand.ts +0 -96
- package/commands/GetAccountLimitCommand.ts +0 -103
- package/commands/GetChangeCommand.ts +0 -105
- package/commands/GetCheckerIpRangesCommand.ts +0 -101
- package/commands/GetDNSSECCommand.ts +0 -93
- package/commands/GetGeoLocationCommand.ts +0 -114
- package/commands/GetHealthCheckCommand.ts +0 -94
- package/commands/GetHealthCheckCountCommand.ts +0 -94
- package/commands/GetHealthCheckLastFailureReasonCommand.ts +0 -102
- package/commands/GetHealthCheckStatusCommand.ts +0 -97
- package/commands/GetHostedZoneCommand.ts +0 -96
- package/commands/GetHostedZoneCountCommand.ts +0 -94
- package/commands/GetHostedZoneLimitCommand.ts +0 -100
- package/commands/GetQueryLoggingConfigCommand.ts +0 -101
- package/commands/GetReusableDelegationSetCommand.ts +0 -97
- package/commands/GetReusableDelegationSetLimitCommand.ts +0 -104
- package/commands/GetTrafficPolicyCommand.ts +0 -99
- package/commands/GetTrafficPolicyInstanceCommand.ts +0 -104
- package/commands/GetTrafficPolicyInstanceCountCommand.ts +0 -99
- package/commands/ListGeoLocationsCommand.ts +0 -99
- package/commands/ListHealthChecksCommand.ts +0 -94
- package/commands/ListHostedZonesByNameCommand.ts +0 -140
- package/commands/ListHostedZonesByVPCCommand.ts +0 -106
- package/commands/ListHostedZonesCommand.ts +0 -99
- package/commands/ListQueryLoggingConfigsCommand.ts +0 -103
- package/commands/ListResourceRecordSetsCommand.ts +0 -159
- package/commands/ListReusableDelegationSetsCommand.ts +0 -97
- package/commands/ListTagsForResourceCommand.ts +0 -97
- package/commands/ListTagsForResourcesCommand.ts +0 -97
- package/commands/ListTrafficPoliciesCommand.ts +0 -100
- package/commands/ListTrafficPolicyInstancesByHostedZoneCommand.ts +0 -115
- package/commands/ListTrafficPolicyInstancesByPolicyCommand.ts +0 -112
- package/commands/ListTrafficPolicyInstancesCommand.ts +0 -103
- package/commands/ListTrafficPolicyVersionsCommand.ts +0 -100
- package/commands/ListVPCAssociationAuthorizationsCommand.ts +0 -107
- package/commands/TestDNSAnswerCommand.ts +0 -98
- package/commands/UpdateHealthCheckCommand.ts +0 -97
- package/commands/UpdateHostedZoneCommentCommand.ts +0 -96
- package/commands/UpdateTrafficPolicyCommentCommand.ts +0 -99
- package/commands/UpdateTrafficPolicyInstanceCommand.ts +0 -116
- package/dist/cjs/Route53.js +0 -971
- package/dist/cjs/Route53.js.map +0 -1
- package/dist/cjs/Route53Client.js +0 -44
- package/dist/cjs/Route53Client.js.map +0 -1
- package/dist/cjs/commands/ActivateKeySigningKeyCommand.js +0 -64
- package/dist/cjs/commands/ActivateKeySigningKeyCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateVPCWithHostedZoneCommand.js +0 -73
- package/dist/cjs/commands/AssociateVPCWithHostedZoneCommand.js.map +0 -1
- package/dist/cjs/commands/ChangeResourceRecordSetsCommand.js +0 -145
- package/dist/cjs/commands/ChangeResourceRecordSetsCommand.js.map +0 -1
- package/dist/cjs/commands/ChangeTagsForResourceCommand.js +0 -64
- package/dist/cjs/commands/ChangeTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/CreateHealthCheckCommand.js +0 -94
- package/dist/cjs/commands/CreateHealthCheckCommand.js.map +0 -1
- package/dist/cjs/commands/CreateHostedZoneCommand.js +0 -95
- package/dist/cjs/commands/CreateHostedZoneCommand.js.map +0 -1
- package/dist/cjs/commands/CreateKeySigningKeyCommand.js +0 -63
- package/dist/cjs/commands/CreateKeySigningKeyCommand.js.map +0 -1
- package/dist/cjs/commands/CreateQueryLoggingConfigCommand.js +0 -179
- package/dist/cjs/commands/CreateQueryLoggingConfigCommand.js.map +0 -1
- package/dist/cjs/commands/CreateReusableDelegationSetCommand.js +0 -113
- package/dist/cjs/commands/CreateReusableDelegationSetCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTrafficPolicyCommand.js +0 -62
- package/dist/cjs/commands/CreateTrafficPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTrafficPolicyInstanceCommand.js +0 -66
- package/dist/cjs/commands/CreateTrafficPolicyInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTrafficPolicyVersionCommand.js +0 -67
- package/dist/cjs/commands/CreateTrafficPolicyVersionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateVPCAssociationAuthorizationCommand.js +0 -71
- package/dist/cjs/commands/CreateVPCAssociationAuthorizationCommand.js.map +0 -1
- package/dist/cjs/commands/DeactivateKeySigningKeyCommand.js +0 -64
- package/dist/cjs/commands/DeactivateKeySigningKeyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteHealthCheckCommand.js +0 -74
- package/dist/cjs/commands/DeleteHealthCheckCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteHostedZoneCommand.js +0 -101
- package/dist/cjs/commands/DeleteHostedZoneCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteKeySigningKeyCommand.js +0 -64
- package/dist/cjs/commands/DeleteKeySigningKeyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteQueryLoggingConfigCommand.js +0 -67
- package/dist/cjs/commands/DeleteQueryLoggingConfigCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteReusableDelegationSetCommand.js +0 -69
- package/dist/cjs/commands/DeleteReusableDelegationSetCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTrafficPolicyCommand.js +0 -77
- package/dist/cjs/commands/DeleteTrafficPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTrafficPolicyInstanceCommand.js +0 -66
- package/dist/cjs/commands/DeleteTrafficPolicyInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteVPCAssociationAuthorizationCommand.js +0 -71
- package/dist/cjs/commands/DeleteVPCAssociationAuthorizationCommand.js.map +0 -1
- package/dist/cjs/commands/DisableHostedZoneDNSSECCommand.js +0 -64
- package/dist/cjs/commands/DisableHostedZoneDNSSECCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateVPCFromHostedZoneCommand.js +0 -83
- package/dist/cjs/commands/DisassociateVPCFromHostedZoneCommand.js.map +0 -1
- package/dist/cjs/commands/EnableHostedZoneDNSSECCommand.js +0 -63
- package/dist/cjs/commands/EnableHostedZoneDNSSECCommand.js.map +0 -1
- package/dist/cjs/commands/GetAccountLimitCommand.js +0 -70
- package/dist/cjs/commands/GetAccountLimitCommand.js.map +0 -1
- package/dist/cjs/commands/GetChangeCommand.js +0 -75
- package/dist/cjs/commands/GetChangeCommand.js.map +0 -1
- package/dist/cjs/commands/GetCheckerIpRangesCommand.js +0 -68
- package/dist/cjs/commands/GetCheckerIpRangesCommand.js.map +0 -1
- package/dist/cjs/commands/GetDNSSECCommand.js +0 -63
- package/dist/cjs/commands/GetDNSSECCommand.js.map +0 -1
- package/dist/cjs/commands/GetGeoLocationCommand.js +0 -81
- package/dist/cjs/commands/GetGeoLocationCommand.js.map +0 -1
- package/dist/cjs/commands/GetHealthCheckCommand.js +0 -61
- package/dist/cjs/commands/GetHealthCheckCommand.js.map +0 -1
- package/dist/cjs/commands/GetHealthCheckCountCommand.js +0 -61
- package/dist/cjs/commands/GetHealthCheckCountCommand.js.map +0 -1
- package/dist/cjs/commands/GetHealthCheckLastFailureReasonCommand.js +0 -61
- package/dist/cjs/commands/GetHealthCheckLastFailureReasonCommand.js.map +0 -1
- package/dist/cjs/commands/GetHealthCheckStatusCommand.js +0 -64
- package/dist/cjs/commands/GetHealthCheckStatusCommand.js.map +0 -1
- package/dist/cjs/commands/GetHostedZoneCommand.js +0 -63
- package/dist/cjs/commands/GetHostedZoneCommand.js.map +0 -1
- package/dist/cjs/commands/GetHostedZoneCountCommand.js +0 -61
- package/dist/cjs/commands/GetHostedZoneCountCommand.js.map +0 -1
- package/dist/cjs/commands/GetHostedZoneLimitCommand.js +0 -67
- package/dist/cjs/commands/GetHostedZoneLimitCommand.js.map +0 -1
- package/dist/cjs/commands/GetQueryLoggingConfigCommand.js +0 -68
- package/dist/cjs/commands/GetQueryLoggingConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetReusableDelegationSetCommand.js +0 -64
- package/dist/cjs/commands/GetReusableDelegationSetCommand.js.map +0 -1
- package/dist/cjs/commands/GetReusableDelegationSetLimitCommand.js +0 -66
- package/dist/cjs/commands/GetReusableDelegationSetLimitCommand.js.map +0 -1
- package/dist/cjs/commands/GetTrafficPolicyCommand.js +0 -66
- package/dist/cjs/commands/GetTrafficPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetTrafficPolicyInstanceCommand.js +0 -71
- package/dist/cjs/commands/GetTrafficPolicyInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/GetTrafficPolicyInstanceCountCommand.js +0 -61
- package/dist/cjs/commands/GetTrafficPolicyInstanceCountCommand.js.map +0 -1
- package/dist/cjs/commands/ListGeoLocationsCommand.js +0 -66
- package/dist/cjs/commands/ListGeoLocationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListHealthChecksCommand.js +0 -61
- package/dist/cjs/commands/ListHealthChecksCommand.js.map +0 -1
- package/dist/cjs/commands/ListHostedZonesByNameCommand.js +0 -107
- package/dist/cjs/commands/ListHostedZonesByNameCommand.js.map +0 -1
- package/dist/cjs/commands/ListHostedZonesByVPCCommand.js +0 -73
- package/dist/cjs/commands/ListHostedZonesByVPCCommand.js.map +0 -1
- package/dist/cjs/commands/ListHostedZonesCommand.js +0 -66
- package/dist/cjs/commands/ListHostedZonesCommand.js.map +0 -1
- package/dist/cjs/commands/ListQueryLoggingConfigsCommand.js +0 -70
- package/dist/cjs/commands/ListQueryLoggingConfigsCommand.js.map +0 -1
- package/dist/cjs/commands/ListResourceRecordSetsCommand.js +0 -126
- package/dist/cjs/commands/ListResourceRecordSetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListReusableDelegationSetsCommand.js +0 -61
- package/dist/cjs/commands/ListReusableDelegationSetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -64
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourcesCommand.js +0 -64
- package/dist/cjs/commands/ListTagsForResourcesCommand.js.map +0 -1
- package/dist/cjs/commands/ListTrafficPoliciesCommand.js +0 -67
- package/dist/cjs/commands/ListTrafficPoliciesCommand.js.map +0 -1
- package/dist/cjs/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +0 -70
- package/dist/cjs/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js.map +0 -1
- package/dist/cjs/commands/ListTrafficPolicyInstancesByPolicyCommand.js +0 -68
- package/dist/cjs/commands/ListTrafficPolicyInstancesByPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/ListTrafficPolicyInstancesCommand.js +0 -67
- package/dist/cjs/commands/ListTrafficPolicyInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/ListTrafficPolicyVersionsCommand.js +0 -64
- package/dist/cjs/commands/ListTrafficPolicyVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListVPCAssociationAuthorizationsCommand.js +0 -66
- package/dist/cjs/commands/ListVPCAssociationAuthorizationsCommand.js.map +0 -1
- package/dist/cjs/commands/TestDNSAnswerCommand.js +0 -65
- package/dist/cjs/commands/TestDNSAnswerCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateHealthCheckCommand.js +0 -64
- package/dist/cjs/commands/UpdateHealthCheckCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateHostedZoneCommentCommand.js +0 -63
- package/dist/cjs/commands/UpdateHostedZoneCommentCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateTrafficPolicyCommentCommand.js +0 -63
- package/dist/cjs/commands/UpdateTrafficPolicyCommentCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateTrafficPolicyInstanceCommand.js +0 -78
- package/dist/cjs/commands/UpdateTrafficPolicyInstanceCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -88
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -76
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -2035
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -96
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListHealthChecksPaginator.js +0 -46
- package/dist/cjs/pagination/ListHealthChecksPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListHostedZonesPaginator.js +0 -46
- package/dist/cjs/pagination/ListHostedZonesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListQueryLoggingConfigsPaginator.js +0 -46
- package/dist/cjs/pagination/ListQueryLoggingConfigsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restXml.js +0 -9041
- package/dist/cjs/protocols/Aws_restXml.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/cjs/waiters/waitForResourceRecordSetsChanged.js +0 -46
- package/dist/cjs/waiters/waitForResourceRecordSetsChanged.js.map +0 -1
- package/dist/es/Route53.js +0 -974
- package/dist/es/Route53.js.map +0 -1
- package/dist/es/Route53Client.js +0 -46
- package/dist/es/Route53Client.js.map +0 -1
- package/dist/es/commands/ActivateKeySigningKeyCommand.js +0 -68
- package/dist/es/commands/ActivateKeySigningKeyCommand.js.map +0 -1
- package/dist/es/commands/AssociateVPCWithHostedZoneCommand.js +0 -77
- package/dist/es/commands/AssociateVPCWithHostedZoneCommand.js.map +0 -1
- package/dist/es/commands/ChangeResourceRecordSetsCommand.js +0 -149
- package/dist/es/commands/ChangeResourceRecordSetsCommand.js.map +0 -1
- package/dist/es/commands/ChangeTagsForResourceCommand.js +0 -68
- package/dist/es/commands/ChangeTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/CreateHealthCheckCommand.js +0 -98
- package/dist/es/commands/CreateHealthCheckCommand.js.map +0 -1
- package/dist/es/commands/CreateHostedZoneCommand.js +0 -99
- package/dist/es/commands/CreateHostedZoneCommand.js.map +0 -1
- package/dist/es/commands/CreateKeySigningKeyCommand.js +0 -67
- package/dist/es/commands/CreateKeySigningKeyCommand.js.map +0 -1
- package/dist/es/commands/CreateQueryLoggingConfigCommand.js +0 -183
- package/dist/es/commands/CreateQueryLoggingConfigCommand.js.map +0 -1
- package/dist/es/commands/CreateReusableDelegationSetCommand.js +0 -117
- package/dist/es/commands/CreateReusableDelegationSetCommand.js.map +0 -1
- package/dist/es/commands/CreateTrafficPolicyCommand.js +0 -66
- package/dist/es/commands/CreateTrafficPolicyCommand.js.map +0 -1
- package/dist/es/commands/CreateTrafficPolicyInstanceCommand.js +0 -70
- package/dist/es/commands/CreateTrafficPolicyInstanceCommand.js.map +0 -1
- package/dist/es/commands/CreateTrafficPolicyVersionCommand.js +0 -71
- package/dist/es/commands/CreateTrafficPolicyVersionCommand.js.map +0 -1
- package/dist/es/commands/CreateVPCAssociationAuthorizationCommand.js +0 -75
- package/dist/es/commands/CreateVPCAssociationAuthorizationCommand.js.map +0 -1
- package/dist/es/commands/DeactivateKeySigningKeyCommand.js +0 -68
- package/dist/es/commands/DeactivateKeySigningKeyCommand.js.map +0 -1
- package/dist/es/commands/DeleteHealthCheckCommand.js +0 -78
- package/dist/es/commands/DeleteHealthCheckCommand.js.map +0 -1
- package/dist/es/commands/DeleteHostedZoneCommand.js +0 -105
- package/dist/es/commands/DeleteHostedZoneCommand.js.map +0 -1
- package/dist/es/commands/DeleteKeySigningKeyCommand.js +0 -68
- package/dist/es/commands/DeleteKeySigningKeyCommand.js.map +0 -1
- package/dist/es/commands/DeleteQueryLoggingConfigCommand.js +0 -71
- package/dist/es/commands/DeleteQueryLoggingConfigCommand.js.map +0 -1
- package/dist/es/commands/DeleteReusableDelegationSetCommand.js +0 -73
- package/dist/es/commands/DeleteReusableDelegationSetCommand.js.map +0 -1
- package/dist/es/commands/DeleteTrafficPolicyCommand.js +0 -81
- package/dist/es/commands/DeleteTrafficPolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteTrafficPolicyInstanceCommand.js +0 -70
- package/dist/es/commands/DeleteTrafficPolicyInstanceCommand.js.map +0 -1
- package/dist/es/commands/DeleteVPCAssociationAuthorizationCommand.js +0 -75
- package/dist/es/commands/DeleteVPCAssociationAuthorizationCommand.js.map +0 -1
- package/dist/es/commands/DisableHostedZoneDNSSECCommand.js +0 -68
- package/dist/es/commands/DisableHostedZoneDNSSECCommand.js.map +0 -1
- package/dist/es/commands/DisassociateVPCFromHostedZoneCommand.js +0 -87
- package/dist/es/commands/DisassociateVPCFromHostedZoneCommand.js.map +0 -1
- package/dist/es/commands/EnableHostedZoneDNSSECCommand.js +0 -67
- package/dist/es/commands/EnableHostedZoneDNSSECCommand.js.map +0 -1
- package/dist/es/commands/GetAccountLimitCommand.js +0 -74
- package/dist/es/commands/GetAccountLimitCommand.js.map +0 -1
- package/dist/es/commands/GetChangeCommand.js +0 -79
- package/dist/es/commands/GetChangeCommand.js.map +0 -1
- package/dist/es/commands/GetCheckerIpRangesCommand.js +0 -72
- package/dist/es/commands/GetCheckerIpRangesCommand.js.map +0 -1
- package/dist/es/commands/GetDNSSECCommand.js +0 -67
- package/dist/es/commands/GetDNSSECCommand.js.map +0 -1
- package/dist/es/commands/GetGeoLocationCommand.js +0 -85
- package/dist/es/commands/GetGeoLocationCommand.js.map +0 -1
- package/dist/es/commands/GetHealthCheckCommand.js +0 -65
- package/dist/es/commands/GetHealthCheckCommand.js.map +0 -1
- package/dist/es/commands/GetHealthCheckCountCommand.js +0 -65
- package/dist/es/commands/GetHealthCheckCountCommand.js.map +0 -1
- package/dist/es/commands/GetHealthCheckLastFailureReasonCommand.js +0 -65
- package/dist/es/commands/GetHealthCheckLastFailureReasonCommand.js.map +0 -1
- package/dist/es/commands/GetHealthCheckStatusCommand.js +0 -68
- package/dist/es/commands/GetHealthCheckStatusCommand.js.map +0 -1
- package/dist/es/commands/GetHostedZoneCommand.js +0 -67
- package/dist/es/commands/GetHostedZoneCommand.js.map +0 -1
- package/dist/es/commands/GetHostedZoneCountCommand.js +0 -65
- package/dist/es/commands/GetHostedZoneCountCommand.js.map +0 -1
- package/dist/es/commands/GetHostedZoneLimitCommand.js +0 -71
- package/dist/es/commands/GetHostedZoneLimitCommand.js.map +0 -1
- package/dist/es/commands/GetQueryLoggingConfigCommand.js +0 -72
- package/dist/es/commands/GetQueryLoggingConfigCommand.js.map +0 -1
- package/dist/es/commands/GetReusableDelegationSetCommand.js +0 -68
- package/dist/es/commands/GetReusableDelegationSetCommand.js.map +0 -1
- package/dist/es/commands/GetReusableDelegationSetLimitCommand.js +0 -70
- package/dist/es/commands/GetReusableDelegationSetLimitCommand.js.map +0 -1
- package/dist/es/commands/GetTrafficPolicyCommand.js +0 -70
- package/dist/es/commands/GetTrafficPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetTrafficPolicyInstanceCommand.js +0 -75
- package/dist/es/commands/GetTrafficPolicyInstanceCommand.js.map +0 -1
- package/dist/es/commands/GetTrafficPolicyInstanceCountCommand.js +0 -65
- package/dist/es/commands/GetTrafficPolicyInstanceCountCommand.js.map +0 -1
- package/dist/es/commands/ListGeoLocationsCommand.js +0 -70
- package/dist/es/commands/ListGeoLocationsCommand.js.map +0 -1
- package/dist/es/commands/ListHealthChecksCommand.js +0 -65
- package/dist/es/commands/ListHealthChecksCommand.js.map +0 -1
- package/dist/es/commands/ListHostedZonesByNameCommand.js +0 -111
- package/dist/es/commands/ListHostedZonesByNameCommand.js.map +0 -1
- package/dist/es/commands/ListHostedZonesByVPCCommand.js +0 -77
- package/dist/es/commands/ListHostedZonesByVPCCommand.js.map +0 -1
- package/dist/es/commands/ListHostedZonesCommand.js +0 -70
- package/dist/es/commands/ListHostedZonesCommand.js.map +0 -1
- package/dist/es/commands/ListQueryLoggingConfigsCommand.js +0 -74
- package/dist/es/commands/ListQueryLoggingConfigsCommand.js.map +0 -1
- package/dist/es/commands/ListResourceRecordSetsCommand.js +0 -130
- package/dist/es/commands/ListResourceRecordSetsCommand.js.map +0 -1
- package/dist/es/commands/ListReusableDelegationSetsCommand.js +0 -65
- package/dist/es/commands/ListReusableDelegationSetsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -68
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourcesCommand.js +0 -68
- package/dist/es/commands/ListTagsForResourcesCommand.js.map +0 -1
- package/dist/es/commands/ListTrafficPoliciesCommand.js +0 -71
- package/dist/es/commands/ListTrafficPoliciesCommand.js.map +0 -1
- package/dist/es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +0 -74
- package/dist/es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js.map +0 -1
- package/dist/es/commands/ListTrafficPolicyInstancesByPolicyCommand.js +0 -72
- package/dist/es/commands/ListTrafficPolicyInstancesByPolicyCommand.js.map +0 -1
- package/dist/es/commands/ListTrafficPolicyInstancesCommand.js +0 -71
- package/dist/es/commands/ListTrafficPolicyInstancesCommand.js.map +0 -1
- package/dist/es/commands/ListTrafficPolicyVersionsCommand.js +0 -68
- package/dist/es/commands/ListTrafficPolicyVersionsCommand.js.map +0 -1
- package/dist/es/commands/ListVPCAssociationAuthorizationsCommand.js +0 -70
- package/dist/es/commands/ListVPCAssociationAuthorizationsCommand.js.map +0 -1
- package/dist/es/commands/TestDNSAnswerCommand.js +0 -69
- package/dist/es/commands/TestDNSAnswerCommand.js.map +0 -1
- package/dist/es/commands/UpdateHealthCheckCommand.js +0 -68
- package/dist/es/commands/UpdateHealthCheckCommand.js.map +0 -1
- package/dist/es/commands/UpdateHostedZoneCommentCommand.js +0 -67
- package/dist/es/commands/UpdateHostedZoneCommentCommand.js.map +0 -1
- package/dist/es/commands/UpdateTrafficPolicyCommentCommand.js +0 -67
- package/dist/es/commands/UpdateTrafficPolicyCommentCommand.js.map +0 -1
- package/dist/es/commands/UpdateTrafficPolicyInstanceCommand.js +0 -82
- package/dist/es/commands/UpdateTrafficPolicyInstanceCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -84
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -73
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -1581
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -96
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListHealthChecksPaginator.js +0 -87
- package/dist/es/pagination/ListHealthChecksPaginator.js.map +0 -1
- package/dist/es/pagination/ListHostedZonesPaginator.js +0 -87
- package/dist/es/pagination/ListHostedZonesPaginator.js.map +0 -1
- package/dist/es/pagination/ListQueryLoggingConfigsPaginator.js +0 -87
- package/dist/es/pagination/ListQueryLoggingConfigsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restXml.js +0 -10353
- package/dist/es/protocols/Aws_restXml.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/es/waiters/waitForResourceRecordSetsChanged.js +0 -61
- package/dist/es/waiters/waitForResourceRecordSetsChanged.js.map +0 -1
- package/dist/types/Route53.d.ts +0 -1171
- package/dist/types/Route53Client.d.ts +0 -196
- package/dist/types/commands/ActivateKeySigningKeyCommand.d.ts +0 -36
- package/dist/types/commands/AssociateVPCWithHostedZoneCommand.d.ts +0 -45
- package/dist/types/commands/ChangeResourceRecordSetsCommand.d.ts +0 -116
- package/dist/types/commands/ChangeTagsForResourceCommand.d.ts +0 -38
- package/dist/types/commands/CreateHealthCheckCommand.d.ts +0 -68
- package/dist/types/commands/CreateHostedZoneCommand.d.ts +0 -67
- package/dist/types/commands/CreateKeySigningKeyCommand.d.ts +0 -35
- package/dist/types/commands/CreateQueryLoggingConfigCommand.d.ts +0 -151
- package/dist/types/commands/CreateReusableDelegationSetCommand.d.ts +0 -85
- package/dist/types/commands/CreateTrafficPolicyCommand.d.ts +0 -36
- package/dist/types/commands/CreateTrafficPolicyInstanceCommand.d.ts +0 -38
- package/dist/types/commands/CreateTrafficPolicyVersionCommand.d.ts +0 -39
- package/dist/types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +0 -43
- package/dist/types/commands/DeactivateKeySigningKeyCommand.d.ts +0 -36
- package/dist/types/commands/DeleteHealthCheckCommand.d.ts +0 -48
- package/dist/types/commands/DeleteHostedZoneCommand.d.ts +0 -73
- package/dist/types/commands/DeleteKeySigningKeyCommand.d.ts +0 -36
- package/dist/types/commands/DeleteQueryLoggingConfigCommand.d.ts +0 -39
- package/dist/types/commands/DeleteReusableDelegationSetCommand.d.ts +0 -41
- package/dist/types/commands/DeleteTrafficPolicyCommand.d.ts +0 -49
- package/dist/types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +0 -38
- package/dist/types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +0 -43
- package/dist/types/commands/DisableHostedZoneDNSSECCommand.d.ts +0 -36
- package/dist/types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +0 -55
- package/dist/types/commands/EnableHostedZoneDNSSECCommand.d.ts +0 -35
- package/dist/types/commands/GetAccountLimitCommand.d.ts +0 -44
- package/dist/types/commands/GetChangeCommand.d.ts +0 -47
- package/dist/types/commands/GetCheckerIpRangesCommand.d.ts +0 -42
- package/dist/types/commands/GetDNSSECCommand.d.ts +0 -35
- package/dist/types/commands/GetGeoLocationCommand.d.ts +0 -55
- package/dist/types/commands/GetHealthCheckCommand.d.ts +0 -35
- package/dist/types/commands/GetHealthCheckCountCommand.d.ts +0 -35
- package/dist/types/commands/GetHealthCheckLastFailureReasonCommand.d.ts +0 -35
- package/dist/types/commands/GetHealthCheckStatusCommand.d.ts +0 -38
- package/dist/types/commands/GetHostedZoneCommand.d.ts +0 -35
- package/dist/types/commands/GetHostedZoneCountCommand.d.ts +0 -35
- package/dist/types/commands/GetHostedZoneLimitCommand.d.ts +0 -39
- package/dist/types/commands/GetQueryLoggingConfigCommand.d.ts +0 -40
- package/dist/types/commands/GetReusableDelegationSetCommand.d.ts +0 -36
- package/dist/types/commands/GetReusableDelegationSetLimitCommand.d.ts +0 -38
- package/dist/types/commands/GetTrafficPolicyCommand.d.ts +0 -38
- package/dist/types/commands/GetTrafficPolicyInstanceCommand.d.ts +0 -43
- package/dist/types/commands/GetTrafficPolicyInstanceCountCommand.d.ts +0 -35
- package/dist/types/commands/ListGeoLocationsCommand.d.ts +0 -40
- package/dist/types/commands/ListHealthChecksCommand.d.ts +0 -35
- package/dist/types/commands/ListHostedZonesByNameCommand.d.ts +0 -79
- package/dist/types/commands/ListHostedZonesByVPCCommand.d.ts +0 -47
- package/dist/types/commands/ListHostedZonesCommand.d.ts +0 -38
- package/dist/types/commands/ListQueryLoggingConfigsCommand.d.ts +0 -42
- package/dist/types/commands/ListResourceRecordSetsCommand.d.ts +0 -98
- package/dist/types/commands/ListReusableDelegationSetsCommand.d.ts +0 -35
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -38
- package/dist/types/commands/ListTagsForResourcesCommand.d.ts +0 -38
- package/dist/types/commands/ListTrafficPoliciesCommand.d.ts +0 -41
- package/dist/types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +0 -42
- package/dist/types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +0 -42
- package/dist/types/commands/ListTrafficPolicyInstancesCommand.d.ts +0 -41
- package/dist/types/commands/ListTrafficPolicyVersionsCommand.d.ts +0 -36
- package/dist/types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +0 -38
- package/dist/types/commands/TestDNSAnswerCommand.d.ts +0 -37
- package/dist/types/commands/UpdateHealthCheckCommand.d.ts +0 -38
- package/dist/types/commands/UpdateHostedZoneCommentCommand.d.ts +0 -35
- package/dist/types/commands/UpdateTrafficPolicyCommentCommand.d.ts +0 -35
- package/dist/types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +0 -50
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListHealthChecksPaginator.d.ts +0 -4
- package/dist/types/pagination/ListHostedZonesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListQueryLoggingConfigsPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_restXml.d.ts +0 -194
- package/dist/types/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/Route53.d.ts +0 -1171
- package/dist/types/ts3.4/Route53Client.d.ts +0 -196
- package/dist/types/ts3.4/commands/ActivateKeySigningKeyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AssociateVPCWithHostedZoneCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/ChangeResourceRecordSetsCommand.d.ts +0 -116
- package/dist/types/ts3.4/commands/ChangeTagsForResourceCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateHealthCheckCommand.d.ts +0 -68
- package/dist/types/ts3.4/commands/CreateHostedZoneCommand.d.ts +0 -67
- package/dist/types/ts3.4/commands/CreateKeySigningKeyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateQueryLoggingConfigCommand.d.ts +0 -151
- package/dist/types/ts3.4/commands/CreateReusableDelegationSetCommand.d.ts +0 -85
- package/dist/types/ts3.4/commands/CreateTrafficPolicyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateTrafficPolicyInstanceCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateTrafficPolicyVersionCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/CreateVPCAssociationAuthorizationCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/DeactivateKeySigningKeyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteHealthCheckCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/DeleteHostedZoneCommand.d.ts +0 -73
- package/dist/types/ts3.4/commands/DeleteKeySigningKeyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteQueryLoggingConfigCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeleteReusableDelegationSetCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeleteTrafficPolicyCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/DeleteTrafficPolicyInstanceCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/DisableHostedZoneDNSSECCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DisassociateVPCFromHostedZoneCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/EnableHostedZoneDNSSECCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetAccountLimitCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/GetChangeCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/GetCheckerIpRangesCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/GetDNSSECCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetGeoLocationCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/GetHealthCheckCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetHealthCheckCountCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetHealthCheckLastFailureReasonCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetHealthCheckStatusCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/GetHostedZoneCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetHostedZoneCountCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetHostedZoneLimitCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/GetQueryLoggingConfigCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/GetReusableDelegationSetCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetReusableDelegationSetLimitCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/GetTrafficPolicyCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/GetTrafficPolicyInstanceCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/GetTrafficPolicyInstanceCountCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListGeoLocationsCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/ListHealthChecksCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListHostedZonesByNameCommand.d.ts +0 -79
- package/dist/types/ts3.4/commands/ListHostedZonesByVPCCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/ListHostedZonesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListQueryLoggingConfigsCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/ListResourceRecordSetsCommand.d.ts +0 -98
- package/dist/types/ts3.4/commands/ListReusableDelegationSetsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListTrafficPoliciesCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/ListTrafficPolicyInstancesCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/ListTrafficPolicyVersionsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListVPCAssociationAuthorizationsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/TestDNSAnswerCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UpdateHealthCheckCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/UpdateHostedZoneCommentCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateTrafficPolicyCommentCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateTrafficPolicyInstanceCommand.d.ts +0 -50
- package/dist/types/ts3.4/models/models_0.d.ts +0 -6735
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListHealthChecksPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListHostedZonesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListQueryLoggingConfigsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_restXml.d.ts +0 -194
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
- package/dist/types/ts3.4/waiters/waitForResourceRecordSetsChanged.d.ts +0 -14
- package/dist/types/waiters/waitForResourceRecordSetsChanged.d.ts +0 -14
- package/endpoints.ts +0 -88
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -8036
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListHealthChecksPaginator.ts +0 -58
- package/pagination/ListHostedZonesPaginator.ts +0 -58
- package/pagination/ListQueryLoggingConfigsPaginator.ts +0 -58
- package/protocols/Aws_restXml.ts +0 -10453
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
- package/waiters/waitForResourceRecordSetsChanged.ts +0 -46
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
2
|
-
import { ListHostedZonesRequest, ListHostedZonesResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface ListHostedZonesCommandInput extends ListHostedZonesRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListHostedZonesCommandOutput extends ListHostedZonesResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Retrieves a list of the public and private hosted zones that are associated with the current Amazon Web Services account. The response
|
|
11
|
-
* includes a <code>HostedZones</code> child element for each hosted zone.</p>
|
|
12
|
-
* <p>Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of hosted zones, you can use the
|
|
13
|
-
* <code>maxitems</code> parameter to list them in groups of up to 100.</p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { Route53Client, ListHostedZonesCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
18
|
-
* // const { Route53Client, ListHostedZonesCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
19
|
-
* const client = new Route53Client(config);
|
|
20
|
-
* const command = new ListHostedZonesCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link ListHostedZonesCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link ListHostedZonesCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
|
-
export declare class ListHostedZonesCommand extends $Command<ListHostedZonesCommandInput, ListHostedZonesCommandOutput, Route53ClientResolvedConfig> {
|
|
30
|
-
readonly input: ListHostedZonesCommandInput;
|
|
31
|
-
constructor(input: ListHostedZonesCommandInput);
|
|
32
|
-
/**
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
35
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListHostedZonesCommandInput, ListHostedZonesCommandOutput>;
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
2
|
-
import { ListQueryLoggingConfigsRequest, ListQueryLoggingConfigsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface ListQueryLoggingConfigsCommandInput extends ListQueryLoggingConfigsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListQueryLoggingConfigsCommandOutput extends ListQueryLoggingConfigsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Lists the configurations for DNS query logging that are associated with the current Amazon Web Services account or the configuration
|
|
11
|
-
* that is associated with a specified hosted zone.</p>
|
|
12
|
-
*
|
|
13
|
-
* <p>For more information about DNS query logs, see
|
|
14
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateQueryLoggingConfig.html">CreateQueryLoggingConfig</a>.
|
|
15
|
-
* Additional information, including the format of DNS query logs, appears in
|
|
16
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/query-logs.html">Logging DNS Queries</a>
|
|
17
|
-
* in the <i>Amazon Route 53 Developer Guide</i>.</p>
|
|
18
|
-
* @example
|
|
19
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
20
|
-
* ```javascript
|
|
21
|
-
* import { Route53Client, ListQueryLoggingConfigsCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
22
|
-
* // const { Route53Client, ListQueryLoggingConfigsCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
23
|
-
* const client = new Route53Client(config);
|
|
24
|
-
* const command = new ListQueryLoggingConfigsCommand(input);
|
|
25
|
-
* const response = await client.send(command);
|
|
26
|
-
* ```
|
|
27
|
-
*
|
|
28
|
-
* @see {@link ListQueryLoggingConfigsCommandInput} for command's `input` shape.
|
|
29
|
-
* @see {@link ListQueryLoggingConfigsCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
|
|
31
|
-
*
|
|
32
|
-
*/
|
|
33
|
-
export declare class ListQueryLoggingConfigsCommand extends $Command<ListQueryLoggingConfigsCommandInput, ListQueryLoggingConfigsCommandOutput, Route53ClientResolvedConfig> {
|
|
34
|
-
readonly input: ListQueryLoggingConfigsCommandInput;
|
|
35
|
-
constructor(input: ListQueryLoggingConfigsCommandInput);
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListQueryLoggingConfigsCommandInput, ListQueryLoggingConfigsCommandOutput>;
|
|
40
|
-
private serialize;
|
|
41
|
-
private deserialize;
|
|
42
|
-
}
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
2
|
-
import { ListResourceRecordSetsRequest, ListResourceRecordSetsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface ListResourceRecordSetsCommandInput extends ListResourceRecordSetsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListResourceRecordSetsCommandOutput extends ListResourceRecordSetsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Lists the resource record sets in a specified hosted zone.</p>
|
|
11
|
-
* <p>
|
|
12
|
-
* <code>ListResourceRecordSets</code> returns up to 300 resource record sets at a time in ASCII order,
|
|
13
|
-
* beginning at a position specified by the <code>name</code> and <code>type</code> elements.</p>
|
|
14
|
-
*
|
|
15
|
-
* <p>
|
|
16
|
-
* <b>Sort order</b>
|
|
17
|
-
* </p>
|
|
18
|
-
* <p>
|
|
19
|
-
* <code>ListResourceRecordSets</code> sorts results first by DNS name with the labels reversed, for example:</p>
|
|
20
|
-
* <p>
|
|
21
|
-
* <code>com.example.www.</code>
|
|
22
|
-
* </p>
|
|
23
|
-
* <p>Note the trailing dot, which can change the sort order when the record name contains characters that appear before
|
|
24
|
-
* <code>.</code> (decimal 46) in the ASCII table. These characters include the following: <code>! " # $ % & ' ( ) * + , -</code>
|
|
25
|
-
* </p>
|
|
26
|
-
* <p>When multiple records have the same DNS name, <code>ListResourceRecordSets</code> sorts results by the record type.</p>
|
|
27
|
-
*
|
|
28
|
-
* <p>
|
|
29
|
-
* <b>Specifying where to start listing records</b>
|
|
30
|
-
* </p>
|
|
31
|
-
* <p>You can use the name and type elements to specify the resource record set that the list begins with:</p>
|
|
32
|
-
* <dl>
|
|
33
|
-
* <dt>If you do not specify Name or Type</dt>
|
|
34
|
-
* <dd>
|
|
35
|
-
* <p>The results begin with the first resource record set that the hosted zone contains.</p>
|
|
36
|
-
* </dd>
|
|
37
|
-
* <dt>If you specify Name but not Type</dt>
|
|
38
|
-
* <dd>
|
|
39
|
-
* <p>The results begin with the first resource record set in the list whose name is greater than or equal to
|
|
40
|
-
* <code>Name</code>.</p>
|
|
41
|
-
* </dd>
|
|
42
|
-
* <dt>If you specify Type but not Name</dt>
|
|
43
|
-
* <dd>
|
|
44
|
-
* <p>Amazon Route 53 returns the <code>InvalidInput</code> error.</p>
|
|
45
|
-
* </dd>
|
|
46
|
-
* <dt>If you specify both Name and Type</dt>
|
|
47
|
-
* <dd>
|
|
48
|
-
* <p>The results begin with the first resource record set in the list whose name is greater than or equal to
|
|
49
|
-
* <code>Name</code>, and whose type is greater than or equal to <code>Type</code>.</p>
|
|
50
|
-
* </dd>
|
|
51
|
-
* </dl>
|
|
52
|
-
*
|
|
53
|
-
* <p>
|
|
54
|
-
* <b>Resource record sets that are PENDING</b>
|
|
55
|
-
* </p>
|
|
56
|
-
* <p>This action returns the most current version of the records. This includes records that are <code>PENDING</code>,
|
|
57
|
-
* and that are not yet available on all Route 53 DNS servers.</p>
|
|
58
|
-
*
|
|
59
|
-
* <p>
|
|
60
|
-
* <b>Changing resource record sets</b>
|
|
61
|
-
* </p>
|
|
62
|
-
* <p>To ensure that you get an accurate listing of the resource record sets for a hosted zone at a point in time,
|
|
63
|
-
* do not submit a <code>ChangeResourceRecordSets</code> request while you're paging through the results of a
|
|
64
|
-
* <code>ListResourceRecordSets</code> request. If you do, some pages may display results without the latest changes
|
|
65
|
-
* while other pages display results with the latest changes.</p>
|
|
66
|
-
*
|
|
67
|
-
* <p>
|
|
68
|
-
* <b>Displaying the next page of results</b>
|
|
69
|
-
* </p>
|
|
70
|
-
* <p>If a <code>ListResourceRecordSets</code> command returns more than one page of results, the value of <code>IsTruncated</code>
|
|
71
|
-
* is <code>true</code>. To display the next page of results, get the values of <code>NextRecordName</code>, <code>NextRecordType</code>,
|
|
72
|
-
* and <code>NextRecordIdentifier</code> (if any) from the response. Then submit another <code>ListResourceRecordSets</code> request, and
|
|
73
|
-
* specify those values for <code>StartRecordName</code>, <code>StartRecordType</code>, and <code>StartRecordIdentifier</code>.</p>
|
|
74
|
-
* @example
|
|
75
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
76
|
-
* ```javascript
|
|
77
|
-
* import { Route53Client, ListResourceRecordSetsCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
78
|
-
* // const { Route53Client, ListResourceRecordSetsCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
79
|
-
* const client = new Route53Client(config);
|
|
80
|
-
* const command = new ListResourceRecordSetsCommand(input);
|
|
81
|
-
* const response = await client.send(command);
|
|
82
|
-
* ```
|
|
83
|
-
*
|
|
84
|
-
* @see {@link ListResourceRecordSetsCommandInput} for command's `input` shape.
|
|
85
|
-
* @see {@link ListResourceRecordSetsCommandOutput} for command's `response` shape.
|
|
86
|
-
* @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
|
|
87
|
-
*
|
|
88
|
-
*/
|
|
89
|
-
export declare class ListResourceRecordSetsCommand extends $Command<ListResourceRecordSetsCommandInput, ListResourceRecordSetsCommandOutput, Route53ClientResolvedConfig> {
|
|
90
|
-
readonly input: ListResourceRecordSetsCommandInput;
|
|
91
|
-
constructor(input: ListResourceRecordSetsCommandInput);
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListResourceRecordSetsCommandInput, ListResourceRecordSetsCommandOutput>;
|
|
96
|
-
private serialize;
|
|
97
|
-
private deserialize;
|
|
98
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
2
|
-
import { ListReusableDelegationSetsRequest, ListReusableDelegationSetsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface ListReusableDelegationSetsCommandInput extends ListReusableDelegationSetsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListReusableDelegationSetsCommandOutput extends ListReusableDelegationSetsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Retrieves a list of the reusable delegation sets that are associated with the current Amazon Web Services account.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { Route53Client, ListReusableDelegationSetsCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
15
|
-
* // const { Route53Client, ListReusableDelegationSetsCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
16
|
-
* const client = new Route53Client(config);
|
|
17
|
-
* const command = new ListReusableDelegationSetsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link ListReusableDelegationSetsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link ListReusableDelegationSetsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class ListReusableDelegationSetsCommand extends $Command<ListReusableDelegationSetsCommandInput, ListReusableDelegationSetsCommandOutput, Route53ClientResolvedConfig> {
|
|
27
|
-
readonly input: ListReusableDelegationSetsCommandInput;
|
|
28
|
-
constructor(input: ListReusableDelegationSetsCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReusableDelegationSetsCommandInput, ListReusableDelegationSetsCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
2
|
-
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Lists tags for one health check or hosted zone. </p>
|
|
11
|
-
* <p>For information about using tags for cost allocation, see
|
|
12
|
-
* <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html">Using Cost Allocation Tags</a>
|
|
13
|
-
* in the <i>Billing and Cost Management User Guide</i>.</p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { Route53Client, ListTagsForResourceCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
18
|
-
* // const { Route53Client, ListTagsForResourceCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
19
|
-
* const client = new Route53Client(config);
|
|
20
|
-
* const command = new ListTagsForResourceCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
|
-
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, Route53ClientResolvedConfig> {
|
|
30
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
31
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
32
|
-
/**
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
35
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
2
|
-
import { ListTagsForResourcesRequest, ListTagsForResourcesResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface ListTagsForResourcesCommandInput extends ListTagsForResourcesRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListTagsForResourcesCommandOutput extends ListTagsForResourcesResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Lists tags for up to 10 health checks or hosted zones.</p>
|
|
11
|
-
* <p>For information about using tags for cost allocation, see
|
|
12
|
-
* <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html">Using Cost Allocation Tags</a>
|
|
13
|
-
* in the <i>Billing and Cost Management User Guide</i>.</p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { Route53Client, ListTagsForResourcesCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
18
|
-
* // const { Route53Client, ListTagsForResourcesCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
19
|
-
* const client = new Route53Client(config);
|
|
20
|
-
* const command = new ListTagsForResourcesCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link ListTagsForResourcesCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link ListTagsForResourcesCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
|
-
export declare class ListTagsForResourcesCommand extends $Command<ListTagsForResourcesCommandInput, ListTagsForResourcesCommandOutput, Route53ClientResolvedConfig> {
|
|
30
|
-
readonly input: ListTagsForResourcesCommandInput;
|
|
31
|
-
constructor(input: ListTagsForResourcesCommandInput);
|
|
32
|
-
/**
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
35
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourcesCommandInput, ListTagsForResourcesCommandOutput>;
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
2
|
-
import { ListTrafficPoliciesRequest, ListTrafficPoliciesResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface ListTrafficPoliciesCommandInput extends ListTrafficPoliciesRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListTrafficPoliciesCommandOutput extends ListTrafficPoliciesResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Gets information about the latest version for every traffic policy that is associated with the current Amazon Web Services account.
|
|
11
|
-
* Policies are listed in the order that they were created in. </p>
|
|
12
|
-
*
|
|
13
|
-
* <p>For information about how of deleting a traffic policy affects the response from <code>ListTrafficPolicies</code>, see
|
|
14
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_DeleteTrafficPolicy.html">DeleteTrafficPolicy</a>.
|
|
15
|
-
*
|
|
16
|
-
* </p>
|
|
17
|
-
* @example
|
|
18
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
19
|
-
* ```javascript
|
|
20
|
-
* import { Route53Client, ListTrafficPoliciesCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
21
|
-
* // const { Route53Client, ListTrafficPoliciesCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
22
|
-
* const client = new Route53Client(config);
|
|
23
|
-
* const command = new ListTrafficPoliciesCommand(input);
|
|
24
|
-
* const response = await client.send(command);
|
|
25
|
-
* ```
|
|
26
|
-
*
|
|
27
|
-
* @see {@link ListTrafficPoliciesCommandInput} for command's `input` shape.
|
|
28
|
-
* @see {@link ListTrafficPoliciesCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
|
|
30
|
-
*
|
|
31
|
-
*/
|
|
32
|
-
export declare class ListTrafficPoliciesCommand extends $Command<ListTrafficPoliciesCommandInput, ListTrafficPoliciesCommandOutput, Route53ClientResolvedConfig> {
|
|
33
|
-
readonly input: ListTrafficPoliciesCommandInput;
|
|
34
|
-
constructor(input: ListTrafficPoliciesCommandInput);
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTrafficPoliciesCommandInput, ListTrafficPoliciesCommandOutput>;
|
|
39
|
-
private serialize;
|
|
40
|
-
private deserialize;
|
|
41
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
2
|
-
import { ListTrafficPolicyInstancesByHostedZoneRequest, ListTrafficPolicyInstancesByHostedZoneResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface ListTrafficPolicyInstancesByHostedZoneCommandInput extends ListTrafficPolicyInstancesByHostedZoneRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListTrafficPolicyInstancesByHostedZoneCommandOutput extends ListTrafficPolicyInstancesByHostedZoneResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Gets information about the traffic policy instances that you created in a specified hosted zone.</p>
|
|
11
|
-
* <note>
|
|
12
|
-
* <p>After you submit a <code>CreateTrafficPolicyInstance</code> or an <code>UpdateTrafficPolicyInstance</code> request, there's a
|
|
13
|
-
* brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information,
|
|
14
|
-
* see the <code>State</code> response element.</p>
|
|
15
|
-
* </note>
|
|
16
|
-
* <p>Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the
|
|
17
|
-
* <code>MaxItems</code> parameter to list them in groups of up to 100.</p>
|
|
18
|
-
* @example
|
|
19
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
20
|
-
* ```javascript
|
|
21
|
-
* import { Route53Client, ListTrafficPolicyInstancesByHostedZoneCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
22
|
-
* // const { Route53Client, ListTrafficPolicyInstancesByHostedZoneCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
23
|
-
* const client = new Route53Client(config);
|
|
24
|
-
* const command = new ListTrafficPolicyInstancesByHostedZoneCommand(input);
|
|
25
|
-
* const response = await client.send(command);
|
|
26
|
-
* ```
|
|
27
|
-
*
|
|
28
|
-
* @see {@link ListTrafficPolicyInstancesByHostedZoneCommandInput} for command's `input` shape.
|
|
29
|
-
* @see {@link ListTrafficPolicyInstancesByHostedZoneCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
|
|
31
|
-
*
|
|
32
|
-
*/
|
|
33
|
-
export declare class ListTrafficPolicyInstancesByHostedZoneCommand extends $Command<ListTrafficPolicyInstancesByHostedZoneCommandInput, ListTrafficPolicyInstancesByHostedZoneCommandOutput, Route53ClientResolvedConfig> {
|
|
34
|
-
readonly input: ListTrafficPolicyInstancesByHostedZoneCommandInput;
|
|
35
|
-
constructor(input: ListTrafficPolicyInstancesByHostedZoneCommandInput);
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTrafficPolicyInstancesByHostedZoneCommandInput, ListTrafficPolicyInstancesByHostedZoneCommandOutput>;
|
|
40
|
-
private serialize;
|
|
41
|
-
private deserialize;
|
|
42
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
2
|
-
import { ListTrafficPolicyInstancesByPolicyRequest, ListTrafficPolicyInstancesByPolicyResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface ListTrafficPolicyInstancesByPolicyCommandInput extends ListTrafficPolicyInstancesByPolicyRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListTrafficPolicyInstancesByPolicyCommandOutput extends ListTrafficPolicyInstancesByPolicyResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Gets information about the traffic policy instances that you created by using a specify traffic policy version.</p>
|
|
11
|
-
* <note>
|
|
12
|
-
* <p>After you submit a <code>CreateTrafficPolicyInstance</code> or an <code>UpdateTrafficPolicyInstance</code> request,
|
|
13
|
-
* there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For
|
|
14
|
-
* more information, see the <code>State</code> response element.</p>
|
|
15
|
-
* </note>
|
|
16
|
-
* <p>Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the
|
|
17
|
-
* <code>MaxItems</code> parameter to list them in groups of up to 100.</p>
|
|
18
|
-
* @example
|
|
19
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
20
|
-
* ```javascript
|
|
21
|
-
* import { Route53Client, ListTrafficPolicyInstancesByPolicyCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
22
|
-
* // const { Route53Client, ListTrafficPolicyInstancesByPolicyCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
23
|
-
* const client = new Route53Client(config);
|
|
24
|
-
* const command = new ListTrafficPolicyInstancesByPolicyCommand(input);
|
|
25
|
-
* const response = await client.send(command);
|
|
26
|
-
* ```
|
|
27
|
-
*
|
|
28
|
-
* @see {@link ListTrafficPolicyInstancesByPolicyCommandInput} for command's `input` shape.
|
|
29
|
-
* @see {@link ListTrafficPolicyInstancesByPolicyCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
|
|
31
|
-
*
|
|
32
|
-
*/
|
|
33
|
-
export declare class ListTrafficPolicyInstancesByPolicyCommand extends $Command<ListTrafficPolicyInstancesByPolicyCommandInput, ListTrafficPolicyInstancesByPolicyCommandOutput, Route53ClientResolvedConfig> {
|
|
34
|
-
readonly input: ListTrafficPolicyInstancesByPolicyCommandInput;
|
|
35
|
-
constructor(input: ListTrafficPolicyInstancesByPolicyCommandInput);
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTrafficPolicyInstancesByPolicyCommandInput, ListTrafficPolicyInstancesByPolicyCommandOutput>;
|
|
40
|
-
private serialize;
|
|
41
|
-
private deserialize;
|
|
42
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
2
|
-
import { ListTrafficPolicyInstancesRequest, ListTrafficPolicyInstancesResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface ListTrafficPolicyInstancesCommandInput extends ListTrafficPolicyInstancesRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListTrafficPolicyInstancesCommandOutput extends ListTrafficPolicyInstancesResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Gets information about the traffic policy instances that you created by using the current Amazon Web Services account.</p>
|
|
11
|
-
* <note>
|
|
12
|
-
* <p>After you submit an <code>UpdateTrafficPolicyInstance</code> request, there's a brief delay while Amazon Route 53 creates the
|
|
13
|
-
* resource record sets that are specified in the traffic policy definition. For more information, see the <code>State</code> response element.</p>
|
|
14
|
-
* </note>
|
|
15
|
-
* <p>Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the
|
|
16
|
-
* <code>MaxItems</code> parameter to list them in groups of up to 100.</p>
|
|
17
|
-
* @example
|
|
18
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
19
|
-
* ```javascript
|
|
20
|
-
* import { Route53Client, ListTrafficPolicyInstancesCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
21
|
-
* // const { Route53Client, ListTrafficPolicyInstancesCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
22
|
-
* const client = new Route53Client(config);
|
|
23
|
-
* const command = new ListTrafficPolicyInstancesCommand(input);
|
|
24
|
-
* const response = await client.send(command);
|
|
25
|
-
* ```
|
|
26
|
-
*
|
|
27
|
-
* @see {@link ListTrafficPolicyInstancesCommandInput} for command's `input` shape.
|
|
28
|
-
* @see {@link ListTrafficPolicyInstancesCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
|
|
30
|
-
*
|
|
31
|
-
*/
|
|
32
|
-
export declare class ListTrafficPolicyInstancesCommand extends $Command<ListTrafficPolicyInstancesCommandInput, ListTrafficPolicyInstancesCommandOutput, Route53ClientResolvedConfig> {
|
|
33
|
-
readonly input: ListTrafficPolicyInstancesCommandInput;
|
|
34
|
-
constructor(input: ListTrafficPolicyInstancesCommandInput);
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTrafficPolicyInstancesCommandInput, ListTrafficPolicyInstancesCommandOutput>;
|
|
39
|
-
private serialize;
|
|
40
|
-
private deserialize;
|
|
41
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
2
|
-
import { ListTrafficPolicyVersionsRequest, ListTrafficPolicyVersionsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface ListTrafficPolicyVersionsCommandInput extends ListTrafficPolicyVersionsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListTrafficPolicyVersionsCommandOutput extends ListTrafficPolicyVersionsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Gets information about all of the versions for a specified traffic policy.</p>
|
|
11
|
-
* <p>Traffic policy versions are listed in numerical order by <code>VersionNumber</code>.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { Route53Client, ListTrafficPolicyVersionsCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
16
|
-
* // const { Route53Client, ListTrafficPolicyVersionsCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
17
|
-
* const client = new Route53Client(config);
|
|
18
|
-
* const command = new ListTrafficPolicyVersionsCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link ListTrafficPolicyVersionsCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link ListTrafficPolicyVersionsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
export declare class ListTrafficPolicyVersionsCommand extends $Command<ListTrafficPolicyVersionsCommandInput, ListTrafficPolicyVersionsCommandOutput, Route53ClientResolvedConfig> {
|
|
28
|
-
readonly input: ListTrafficPolicyVersionsCommandInput;
|
|
29
|
-
constructor(input: ListTrafficPolicyVersionsCommandInput);
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTrafficPolicyVersionsCommandInput, ListTrafficPolicyVersionsCommandOutput>;
|
|
34
|
-
private serialize;
|
|
35
|
-
private deserialize;
|
|
36
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
2
|
-
import { ListVPCAssociationAuthorizationsRequest, ListVPCAssociationAuthorizationsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface ListVPCAssociationAuthorizationsCommandInput extends ListVPCAssociationAuthorizationsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListVPCAssociationAuthorizationsCommandOutput extends ListVPCAssociationAuthorizationsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Gets a list of the VPCs that were created by other accounts and that can be associated with a
|
|
11
|
-
* specified hosted zone because you've submitted one or more <code>CreateVPCAssociationAuthorization</code> requests. </p>
|
|
12
|
-
* <p>The response includes a <code>VPCs</code> element with a <code>VPC</code> child element for each VPC
|
|
13
|
-
* that can be associated with the hosted zone.</p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { Route53Client, ListVPCAssociationAuthorizationsCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
18
|
-
* // const { Route53Client, ListVPCAssociationAuthorizationsCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
19
|
-
* const client = new Route53Client(config);
|
|
20
|
-
* const command = new ListVPCAssociationAuthorizationsCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link ListVPCAssociationAuthorizationsCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link ListVPCAssociationAuthorizationsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
|
-
export declare class ListVPCAssociationAuthorizationsCommand extends $Command<ListVPCAssociationAuthorizationsCommandInput, ListVPCAssociationAuthorizationsCommandOutput, Route53ClientResolvedConfig> {
|
|
30
|
-
readonly input: ListVPCAssociationAuthorizationsCommandInput;
|
|
31
|
-
constructor(input: ListVPCAssociationAuthorizationsCommandInput);
|
|
32
|
-
/**
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
35
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVPCAssociationAuthorizationsCommandInput, ListVPCAssociationAuthorizationsCommandOutput>;
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
2
|
-
import { TestDNSAnswerRequest, TestDNSAnswerResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface TestDNSAnswerCommandInput extends TestDNSAnswerRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface TestDNSAnswerCommandOutput extends TestDNSAnswerResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Gets the value that Amazon Route 53 returns in response to a DNS request for a specified record name and type. You can optionally specify
|
|
11
|
-
* the IP address of a DNS resolver, an EDNS0 client subnet IP address, and a subnet mask. </p>
|
|
12
|
-
* <p>This call only supports querying public hosted zones.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { Route53Client, TestDNSAnswerCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
17
|
-
* // const { Route53Client, TestDNSAnswerCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
18
|
-
* const client = new Route53Client(config);
|
|
19
|
-
* const command = new TestDNSAnswerCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link TestDNSAnswerCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link TestDNSAnswerCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
export declare class TestDNSAnswerCommand extends $Command<TestDNSAnswerCommandInput, TestDNSAnswerCommandOutput, Route53ClientResolvedConfig> {
|
|
29
|
-
readonly input: TestDNSAnswerCommandInput;
|
|
30
|
-
constructor(input: TestDNSAnswerCommandInput);
|
|
31
|
-
/**
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
34
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TestDNSAnswerCommandInput, TestDNSAnswerCommandOutput>;
|
|
35
|
-
private serialize;
|
|
36
|
-
private deserialize;
|
|
37
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
2
|
-
import { UpdateHealthCheckRequest, UpdateHealthCheckResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface UpdateHealthCheckCommandInput extends UpdateHealthCheckRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateHealthCheckCommandOutput extends UpdateHealthCheckResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Updates an existing health check. Note that some values can't be updated. </p>
|
|
11
|
-
* <p>For more information about updating health checks, see
|
|
12
|
-
* <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/health-checks-creating-deleting.html">Creating, Updating, and Deleting Health Checks</a>
|
|
13
|
-
* in the <i>Amazon Route 53 Developer Guide</i>.</p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { Route53Client, UpdateHealthCheckCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
18
|
-
* // const { Route53Client, UpdateHealthCheckCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
19
|
-
* const client = new Route53Client(config);
|
|
20
|
-
* const command = new UpdateHealthCheckCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link UpdateHealthCheckCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link UpdateHealthCheckCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
|
-
export declare class UpdateHealthCheckCommand extends $Command<UpdateHealthCheckCommandInput, UpdateHealthCheckCommandOutput, Route53ClientResolvedConfig> {
|
|
30
|
-
readonly input: UpdateHealthCheckCommandInput;
|
|
31
|
-
constructor(input: UpdateHealthCheckCommandInput);
|
|
32
|
-
/**
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
35
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateHealthCheckCommandInput, UpdateHealthCheckCommandOutput>;
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|