@aws-sdk/client-route-53 3.193.0 → 3.194.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/Route53Client.js +11 -8
- package/dist-cjs/commands/ActivateKeySigningKeyCommand.js +10 -0
- package/dist-cjs/commands/AssociateVPCWithHostedZoneCommand.js +10 -0
- package/dist-cjs/commands/ChangeCidrCollectionCommand.js +10 -0
- package/dist-cjs/commands/ChangeResourceRecordSetsCommand.js +10 -0
- package/dist-cjs/commands/ChangeTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/CreateCidrCollectionCommand.js +10 -0
- package/dist-cjs/commands/CreateHealthCheckCommand.js +10 -0
- package/dist-cjs/commands/CreateHostedZoneCommand.js +10 -0
- package/dist-cjs/commands/CreateKeySigningKeyCommand.js +10 -0
- package/dist-cjs/commands/CreateQueryLoggingConfigCommand.js +10 -0
- package/dist-cjs/commands/CreateReusableDelegationSetCommand.js +10 -0
- package/dist-cjs/commands/CreateTrafficPolicyCommand.js +10 -0
- package/dist-cjs/commands/CreateTrafficPolicyInstanceCommand.js +10 -0
- package/dist-cjs/commands/CreateTrafficPolicyVersionCommand.js +10 -0
- package/dist-cjs/commands/CreateVPCAssociationAuthorizationCommand.js +10 -0
- package/dist-cjs/commands/DeactivateKeySigningKeyCommand.js +10 -0
- package/dist-cjs/commands/DeleteCidrCollectionCommand.js +10 -0
- package/dist-cjs/commands/DeleteHealthCheckCommand.js +10 -0
- package/dist-cjs/commands/DeleteHostedZoneCommand.js +10 -0
- package/dist-cjs/commands/DeleteKeySigningKeyCommand.js +10 -0
- package/dist-cjs/commands/DeleteQueryLoggingConfigCommand.js +10 -0
- package/dist-cjs/commands/DeleteReusableDelegationSetCommand.js +10 -0
- package/dist-cjs/commands/DeleteTrafficPolicyCommand.js +10 -0
- package/dist-cjs/commands/DeleteTrafficPolicyInstanceCommand.js +10 -0
- package/dist-cjs/commands/DeleteVPCAssociationAuthorizationCommand.js +10 -0
- package/dist-cjs/commands/DisableHostedZoneDNSSECCommand.js +10 -0
- package/dist-cjs/commands/DisassociateVPCFromHostedZoneCommand.js +10 -0
- package/dist-cjs/commands/EnableHostedZoneDNSSECCommand.js +10 -0
- package/dist-cjs/commands/GetAccountLimitCommand.js +10 -0
- package/dist-cjs/commands/GetChangeCommand.js +10 -0
- package/dist-cjs/commands/GetCheckerIpRangesCommand.js +10 -0
- package/dist-cjs/commands/GetDNSSECCommand.js +10 -0
- package/dist-cjs/commands/GetGeoLocationCommand.js +10 -0
- package/dist-cjs/commands/GetHealthCheckCommand.js +10 -0
- package/dist-cjs/commands/GetHealthCheckCountCommand.js +10 -0
- package/dist-cjs/commands/GetHealthCheckLastFailureReasonCommand.js +10 -0
- package/dist-cjs/commands/GetHealthCheckStatusCommand.js +10 -0
- package/dist-cjs/commands/GetHostedZoneCommand.js +10 -0
- package/dist-cjs/commands/GetHostedZoneCountCommand.js +10 -0
- package/dist-cjs/commands/GetHostedZoneLimitCommand.js +10 -0
- package/dist-cjs/commands/GetQueryLoggingConfigCommand.js +10 -0
- package/dist-cjs/commands/GetReusableDelegationSetCommand.js +10 -0
- package/dist-cjs/commands/GetReusableDelegationSetLimitCommand.js +10 -0
- package/dist-cjs/commands/GetTrafficPolicyCommand.js +10 -0
- package/dist-cjs/commands/GetTrafficPolicyInstanceCommand.js +10 -0
- package/dist-cjs/commands/GetTrafficPolicyInstanceCountCommand.js +10 -0
- package/dist-cjs/commands/ListCidrBlocksCommand.js +10 -0
- package/dist-cjs/commands/ListCidrCollectionsCommand.js +10 -0
- package/dist-cjs/commands/ListCidrLocationsCommand.js +10 -0
- package/dist-cjs/commands/ListGeoLocationsCommand.js +10 -0
- package/dist-cjs/commands/ListHealthChecksCommand.js +10 -0
- package/dist-cjs/commands/ListHostedZonesByNameCommand.js +10 -0
- package/dist-cjs/commands/ListHostedZonesByVPCCommand.js +10 -0
- package/dist-cjs/commands/ListHostedZonesCommand.js +10 -0
- package/dist-cjs/commands/ListQueryLoggingConfigsCommand.js +10 -0
- package/dist-cjs/commands/ListResourceRecordSetsCommand.js +10 -0
- package/dist-cjs/commands/ListReusableDelegationSetsCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourcesCommand.js +10 -0
- package/dist-cjs/commands/ListTrafficPoliciesCommand.js +10 -0
- package/dist-cjs/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +10 -0
- package/dist-cjs/commands/ListTrafficPolicyInstancesByPolicyCommand.js +10 -0
- package/dist-cjs/commands/ListTrafficPolicyInstancesCommand.js +10 -0
- package/dist-cjs/commands/ListTrafficPolicyVersionsCommand.js +10 -0
- package/dist-cjs/commands/ListVPCAssociationAuthorizationsCommand.js +10 -0
- package/dist-cjs/commands/TestDNSAnswerCommand.js +10 -0
- package/dist-cjs/commands/UpdateHealthCheckCommand.js +10 -0
- package/dist-cjs/commands/UpdateHostedZoneCommentCommand.js +10 -0
- package/dist-cjs/commands/UpdateTrafficPolicyCommentCommand.js +10 -0
- package/dist-cjs/commands/UpdateTrafficPolicyInstanceCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +1440 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/Route53Client.js +12 -9
- package/dist-es/commands/ActivateKeySigningKeyCommand.js +10 -0
- package/dist-es/commands/AssociateVPCWithHostedZoneCommand.js +10 -0
- package/dist-es/commands/ChangeCidrCollectionCommand.js +10 -0
- package/dist-es/commands/ChangeResourceRecordSetsCommand.js +10 -0
- package/dist-es/commands/ChangeTagsForResourceCommand.js +10 -0
- package/dist-es/commands/CreateCidrCollectionCommand.js +10 -0
- package/dist-es/commands/CreateHealthCheckCommand.js +10 -0
- package/dist-es/commands/CreateHostedZoneCommand.js +10 -0
- package/dist-es/commands/CreateKeySigningKeyCommand.js +10 -0
- package/dist-es/commands/CreateQueryLoggingConfigCommand.js +10 -0
- package/dist-es/commands/CreateReusableDelegationSetCommand.js +10 -0
- package/dist-es/commands/CreateTrafficPolicyCommand.js +10 -0
- package/dist-es/commands/CreateTrafficPolicyInstanceCommand.js +10 -0
- package/dist-es/commands/CreateTrafficPolicyVersionCommand.js +10 -0
- package/dist-es/commands/CreateVPCAssociationAuthorizationCommand.js +10 -0
- package/dist-es/commands/DeactivateKeySigningKeyCommand.js +10 -0
- package/dist-es/commands/DeleteCidrCollectionCommand.js +10 -0
- package/dist-es/commands/DeleteHealthCheckCommand.js +10 -0
- package/dist-es/commands/DeleteHostedZoneCommand.js +10 -0
- package/dist-es/commands/DeleteKeySigningKeyCommand.js +10 -0
- package/dist-es/commands/DeleteQueryLoggingConfigCommand.js +10 -0
- package/dist-es/commands/DeleteReusableDelegationSetCommand.js +10 -0
- package/dist-es/commands/DeleteTrafficPolicyCommand.js +10 -0
- package/dist-es/commands/DeleteTrafficPolicyInstanceCommand.js +10 -0
- package/dist-es/commands/DeleteVPCAssociationAuthorizationCommand.js +10 -0
- package/dist-es/commands/DisableHostedZoneDNSSECCommand.js +10 -0
- package/dist-es/commands/DisassociateVPCFromHostedZoneCommand.js +10 -0
- package/dist-es/commands/EnableHostedZoneDNSSECCommand.js +10 -0
- package/dist-es/commands/GetAccountLimitCommand.js +10 -0
- package/dist-es/commands/GetChangeCommand.js +10 -0
- package/dist-es/commands/GetCheckerIpRangesCommand.js +10 -0
- package/dist-es/commands/GetDNSSECCommand.js +10 -0
- package/dist-es/commands/GetGeoLocationCommand.js +10 -0
- package/dist-es/commands/GetHealthCheckCommand.js +10 -0
- package/dist-es/commands/GetHealthCheckCountCommand.js +10 -0
- package/dist-es/commands/GetHealthCheckLastFailureReasonCommand.js +10 -0
- package/dist-es/commands/GetHealthCheckStatusCommand.js +10 -0
- package/dist-es/commands/GetHostedZoneCommand.js +10 -0
- package/dist-es/commands/GetHostedZoneCountCommand.js +10 -0
- package/dist-es/commands/GetHostedZoneLimitCommand.js +10 -0
- package/dist-es/commands/GetQueryLoggingConfigCommand.js +10 -0
- package/dist-es/commands/GetReusableDelegationSetCommand.js +10 -0
- package/dist-es/commands/GetReusableDelegationSetLimitCommand.js +10 -0
- package/dist-es/commands/GetTrafficPolicyCommand.js +10 -0
- package/dist-es/commands/GetTrafficPolicyInstanceCommand.js +10 -0
- package/dist-es/commands/GetTrafficPolicyInstanceCountCommand.js +10 -0
- package/dist-es/commands/ListCidrBlocksCommand.js +10 -0
- package/dist-es/commands/ListCidrCollectionsCommand.js +10 -0
- package/dist-es/commands/ListCidrLocationsCommand.js +10 -0
- package/dist-es/commands/ListGeoLocationsCommand.js +10 -0
- package/dist-es/commands/ListHealthChecksCommand.js +10 -0
- package/dist-es/commands/ListHostedZonesByNameCommand.js +10 -0
- package/dist-es/commands/ListHostedZonesByVPCCommand.js +10 -0
- package/dist-es/commands/ListHostedZonesCommand.js +10 -0
- package/dist-es/commands/ListQueryLoggingConfigsCommand.js +10 -0
- package/dist-es/commands/ListResourceRecordSetsCommand.js +10 -0
- package/dist-es/commands/ListReusableDelegationSetsCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourcesCommand.js +10 -0
- package/dist-es/commands/ListTrafficPoliciesCommand.js +10 -0
- package/dist-es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +10 -0
- package/dist-es/commands/ListTrafficPolicyInstancesByPolicyCommand.js +10 -0
- package/dist-es/commands/ListTrafficPolicyInstancesCommand.js +10 -0
- package/dist-es/commands/ListTrafficPolicyVersionsCommand.js +10 -0
- package/dist-es/commands/ListVPCAssociationAuthorizationsCommand.js +10 -0
- package/dist-es/commands/TestDNSAnswerCommand.js +10 -0
- package/dist-es/commands/UpdateHealthCheckCommand.js +10 -0
- package/dist-es/commands/UpdateHostedZoneCommentCommand.js +10 -0
- package/dist-es/commands/UpdateTrafficPolicyCommentCommand.js +10 -0
- package/dist-es/commands/UpdateTrafficPolicyInstanceCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +1437 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/Route53Client.d.ts +6 -9
- package/dist-types/commands/ActivateKeySigningKeyCommand.d.ts +2 -0
- package/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +2 -0
- package/dist-types/commands/ChangeCidrCollectionCommand.d.ts +2 -0
- package/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +2 -0
- package/dist-types/commands/ChangeTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/CreateCidrCollectionCommand.d.ts +2 -0
- package/dist-types/commands/CreateHealthCheckCommand.d.ts +2 -0
- package/dist-types/commands/CreateHostedZoneCommand.d.ts +2 -0
- package/dist-types/commands/CreateKeySigningKeyCommand.d.ts +2 -0
- package/dist-types/commands/CreateQueryLoggingConfigCommand.d.ts +2 -0
- package/dist-types/commands/CreateReusableDelegationSetCommand.d.ts +2 -0
- package/dist-types/commands/CreateTrafficPolicyCommand.d.ts +2 -0
- package/dist-types/commands/CreateTrafficPolicyInstanceCommand.d.ts +2 -0
- package/dist-types/commands/CreateTrafficPolicyVersionCommand.d.ts +2 -0
- package/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +2 -0
- package/dist-types/commands/DeactivateKeySigningKeyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCidrCollectionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteHealthCheckCommand.d.ts +2 -0
- package/dist-types/commands/DeleteHostedZoneCommand.d.ts +2 -0
- package/dist-types/commands/DeleteKeySigningKeyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteQueryLoggingConfigCommand.d.ts +2 -0
- package/dist-types/commands/DeleteReusableDelegationSetCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +2 -0
- package/dist-types/commands/DisableHostedZoneDNSSECCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +2 -0
- package/dist-types/commands/EnableHostedZoneDNSSECCommand.d.ts +2 -0
- package/dist-types/commands/GetAccountLimitCommand.d.ts +2 -0
- package/dist-types/commands/GetChangeCommand.d.ts +2 -0
- package/dist-types/commands/GetCheckerIpRangesCommand.d.ts +2 -0
- package/dist-types/commands/GetDNSSECCommand.d.ts +2 -0
- package/dist-types/commands/GetGeoLocationCommand.d.ts +2 -0
- package/dist-types/commands/GetHealthCheckCommand.d.ts +2 -0
- package/dist-types/commands/GetHealthCheckCountCommand.d.ts +2 -0
- package/dist-types/commands/GetHealthCheckLastFailureReasonCommand.d.ts +2 -0
- package/dist-types/commands/GetHealthCheckStatusCommand.d.ts +2 -0
- package/dist-types/commands/GetHostedZoneCommand.d.ts +2 -0
- package/dist-types/commands/GetHostedZoneCountCommand.d.ts +2 -0
- package/dist-types/commands/GetHostedZoneLimitCommand.d.ts +2 -0
- package/dist-types/commands/GetQueryLoggingConfigCommand.d.ts +2 -0
- package/dist-types/commands/GetReusableDelegationSetCommand.d.ts +2 -0
- package/dist-types/commands/GetReusableDelegationSetLimitCommand.d.ts +2 -0
- package/dist-types/commands/GetTrafficPolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetTrafficPolicyInstanceCommand.d.ts +2 -0
- package/dist-types/commands/GetTrafficPolicyInstanceCountCommand.d.ts +2 -0
- package/dist-types/commands/ListCidrBlocksCommand.d.ts +2 -0
- package/dist-types/commands/ListCidrCollectionsCommand.d.ts +2 -0
- package/dist-types/commands/ListCidrLocationsCommand.d.ts +2 -0
- package/dist-types/commands/ListGeoLocationsCommand.d.ts +2 -0
- package/dist-types/commands/ListHealthChecksCommand.d.ts +2 -0
- package/dist-types/commands/ListHostedZonesByNameCommand.d.ts +2 -0
- package/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +2 -0
- package/dist-types/commands/ListHostedZonesCommand.d.ts +2 -0
- package/dist-types/commands/ListQueryLoggingConfigsCommand.d.ts +2 -0
- package/dist-types/commands/ListResourceRecordSetsCommand.d.ts +2 -0
- package/dist-types/commands/ListReusableDelegationSetsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourcesCommand.d.ts +2 -0
- package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +2 -0
- package/dist-types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +2 -0
- package/dist-types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +2 -0
- package/dist-types/commands/ListTrafficPolicyInstancesCommand.d.ts +2 -0
- package/dist-types/commands/ListTrafficPolicyVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +2 -0
- package/dist-types/commands/TestDNSAnswerCommand.d.ts +2 -0
- package/dist-types/commands/UpdateHealthCheckCommand.d.ts +2 -0
- package/dist-types/commands/UpdateHostedZoneCommentCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTrafficPolicyCommentCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/Route53Client.d.ts +15 -8
- package/dist-types/ts3.4/commands/ActivateKeySigningKeyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateVPCWithHostedZoneCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ChangeCidrCollectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ChangeResourceRecordSetsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ChangeTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateCidrCollectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateHealthCheckCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateHostedZoneCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateKeySigningKeyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateQueryLoggingConfigCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateReusableDelegationSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTrafficPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTrafficPolicyInstanceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTrafficPolicyVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateVPCAssociationAuthorizationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeactivateKeySigningKeyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteCidrCollectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteHealthCheckCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteHostedZoneCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteKeySigningKeyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteQueryLoggingConfigCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteReusableDelegationSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTrafficPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTrafficPolicyInstanceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisableHostedZoneDNSSECCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateVPCFromHostedZoneCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/EnableHostedZoneDNSSECCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAccountLimitCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetChangeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetCheckerIpRangesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetDNSSECCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetGeoLocationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetHealthCheckCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetHealthCheckCountCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetHealthCheckLastFailureReasonCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetHealthCheckStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetHostedZoneCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetHostedZoneCountCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetHostedZoneLimitCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetQueryLoggingConfigCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetReusableDelegationSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetReusableDelegationSetLimitCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTrafficPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCountCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListCidrBlocksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListCidrCollectionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListCidrLocationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListGeoLocationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListHealthChecksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListHostedZonesByNameCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListHostedZonesByVPCCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListHostedZonesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListQueryLoggingConfigsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListResourceRecordSetsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListReusableDelegationSetsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTrafficPoliciesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTrafficPolicyVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListVPCAssociationAuthorizationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TestDNSAnswerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateHealthCheckCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateHostedZoneCommentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateTrafficPolicyCommentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateTrafficPolicyInstanceCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +4 -2
- package/dist-cjs/endpoints.js +0 -193
- package/dist-es/endpoints.js +0 -189
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { parseUrl } from "@aws-sdk/url-parser";
|
|
2
|
-
import {
|
|
2
|
+
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
3
3
|
export const getRuntimeConfig = (config) => ({
|
|
4
4
|
apiVersion: "2013-04-01",
|
|
5
5
|
disableHostPrefix: config?.disableHostPrefix ?? false,
|
|
6
|
+
endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
|
|
6
7
|
logger: config?.logger ?? {},
|
|
7
|
-
regionInfoProvider: config?.regionInfoProvider ?? defaultRegionInfoProvider,
|
|
8
8
|
serviceId: config?.serviceId ?? "Route 53",
|
|
9
9
|
urlParser: config?.urlParser ?? parseUrl,
|
|
10
10
|
});
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@aws-sdk/middleware-endpoint";
|
|
2
3
|
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
4
|
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
5
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
6
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
7
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
8
|
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider,
|
|
9
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
10
|
import { ActivateKeySigningKeyCommandInput, ActivateKeySigningKeyCommandOutput } from "./commands/ActivateKeySigningKeyCommand";
|
|
10
11
|
import { AssociateVPCWithHostedZoneCommandInput, AssociateVPCWithHostedZoneCommandOutput } from "./commands/AssociateVPCWithHostedZoneCommand";
|
|
11
12
|
import { ChangeCidrCollectionCommandInput, ChangeCidrCollectionCommandOutput } from "./commands/ChangeCidrCollectionCommand";
|
|
@@ -76,6 +77,7 @@ import { UpdateHealthCheckCommandInput, UpdateHealthCheckCommandOutput } from ".
|
|
|
76
77
|
import { UpdateHostedZoneCommentCommandInput, UpdateHostedZoneCommentCommandOutput } from "./commands/UpdateHostedZoneCommentCommand";
|
|
77
78
|
import { UpdateTrafficPolicyCommentCommandInput, UpdateTrafficPolicyCommentCommandOutput } from "./commands/UpdateTrafficPolicyCommentCommand";
|
|
78
79
|
import { UpdateTrafficPolicyInstanceCommandInput, UpdateTrafficPolicyInstanceCommandOutput } from "./commands/UpdateTrafficPolicyInstanceCommand";
|
|
80
|
+
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
79
81
|
export declare type ServiceInputTypes = ActivateKeySigningKeyCommandInput | AssociateVPCWithHostedZoneCommandInput | ChangeCidrCollectionCommandInput | ChangeResourceRecordSetsCommandInput | ChangeTagsForResourceCommandInput | CreateCidrCollectionCommandInput | CreateHealthCheckCommandInput | CreateHostedZoneCommandInput | CreateKeySigningKeyCommandInput | CreateQueryLoggingConfigCommandInput | CreateReusableDelegationSetCommandInput | CreateTrafficPolicyCommandInput | CreateTrafficPolicyInstanceCommandInput | CreateTrafficPolicyVersionCommandInput | CreateVPCAssociationAuthorizationCommandInput | DeactivateKeySigningKeyCommandInput | DeleteCidrCollectionCommandInput | DeleteHealthCheckCommandInput | DeleteHostedZoneCommandInput | DeleteKeySigningKeyCommandInput | DeleteQueryLoggingConfigCommandInput | DeleteReusableDelegationSetCommandInput | DeleteTrafficPolicyCommandInput | DeleteTrafficPolicyInstanceCommandInput | DeleteVPCAssociationAuthorizationCommandInput | DisableHostedZoneDNSSECCommandInput | DisassociateVPCFromHostedZoneCommandInput | EnableHostedZoneDNSSECCommandInput | GetAccountLimitCommandInput | GetChangeCommandInput | GetCheckerIpRangesCommandInput | GetDNSSECCommandInput | GetGeoLocationCommandInput | GetHealthCheckCommandInput | GetHealthCheckCountCommandInput | GetHealthCheckLastFailureReasonCommandInput | GetHealthCheckStatusCommandInput | GetHostedZoneCommandInput | GetHostedZoneCountCommandInput | GetHostedZoneLimitCommandInput | GetQueryLoggingConfigCommandInput | GetReusableDelegationSetCommandInput | GetReusableDelegationSetLimitCommandInput | GetTrafficPolicyCommandInput | GetTrafficPolicyInstanceCommandInput | GetTrafficPolicyInstanceCountCommandInput | ListCidrBlocksCommandInput | ListCidrCollectionsCommandInput | ListCidrLocationsCommandInput | ListGeoLocationsCommandInput | ListHealthChecksCommandInput | ListHostedZonesByNameCommandInput | ListHostedZonesByVPCCommandInput | ListHostedZonesCommandInput | ListQueryLoggingConfigsCommandInput | ListResourceRecordSetsCommandInput | ListReusableDelegationSetsCommandInput | ListTagsForResourceCommandInput | ListTagsForResourcesCommandInput | ListTrafficPoliciesCommandInput | ListTrafficPolicyInstancesByHostedZoneCommandInput | ListTrafficPolicyInstancesByPolicyCommandInput | ListTrafficPolicyInstancesCommandInput | ListTrafficPolicyVersionsCommandInput | ListVPCAssociationAuthorizationsCommandInput | TestDNSAnswerCommandInput | UpdateHealthCheckCommandInput | UpdateHostedZoneCommentCommandInput | UpdateTrafficPolicyCommentCommandInput | UpdateTrafficPolicyInstanceCommandInput;
|
|
80
82
|
export declare type ServiceOutputTypes = ActivateKeySigningKeyCommandOutput | AssociateVPCWithHostedZoneCommandOutput | ChangeCidrCollectionCommandOutput | ChangeResourceRecordSetsCommandOutput | ChangeTagsForResourceCommandOutput | CreateCidrCollectionCommandOutput | CreateHealthCheckCommandOutput | CreateHostedZoneCommandOutput | CreateKeySigningKeyCommandOutput | CreateQueryLoggingConfigCommandOutput | CreateReusableDelegationSetCommandOutput | CreateTrafficPolicyCommandOutput | CreateTrafficPolicyInstanceCommandOutput | CreateTrafficPolicyVersionCommandOutput | CreateVPCAssociationAuthorizationCommandOutput | DeactivateKeySigningKeyCommandOutput | DeleteCidrCollectionCommandOutput | DeleteHealthCheckCommandOutput | DeleteHostedZoneCommandOutput | DeleteKeySigningKeyCommandOutput | DeleteQueryLoggingConfigCommandOutput | DeleteReusableDelegationSetCommandOutput | DeleteTrafficPolicyCommandOutput | DeleteTrafficPolicyInstanceCommandOutput | DeleteVPCAssociationAuthorizationCommandOutput | DisableHostedZoneDNSSECCommandOutput | DisassociateVPCFromHostedZoneCommandOutput | EnableHostedZoneDNSSECCommandOutput | GetAccountLimitCommandOutput | GetChangeCommandOutput | GetCheckerIpRangesCommandOutput | GetDNSSECCommandOutput | GetGeoLocationCommandOutput | GetHealthCheckCommandOutput | GetHealthCheckCountCommandOutput | GetHealthCheckLastFailureReasonCommandOutput | GetHealthCheckStatusCommandOutput | GetHostedZoneCommandOutput | GetHostedZoneCountCommandOutput | GetHostedZoneLimitCommandOutput | GetQueryLoggingConfigCommandOutput | GetReusableDelegationSetCommandOutput | GetReusableDelegationSetLimitCommandOutput | GetTrafficPolicyCommandOutput | GetTrafficPolicyInstanceCommandOutput | GetTrafficPolicyInstanceCountCommandOutput | ListCidrBlocksCommandOutput | ListCidrCollectionsCommandOutput | ListCidrLocationsCommandOutput | ListGeoLocationsCommandOutput | ListHealthChecksCommandOutput | ListHostedZonesByNameCommandOutput | ListHostedZonesByVPCCommandOutput | ListHostedZonesCommandOutput | ListQueryLoggingConfigsCommandOutput | ListResourceRecordSetsCommandOutput | ListReusableDelegationSetsCommandOutput | ListTagsForResourceCommandOutput | ListTagsForResourcesCommandOutput | ListTrafficPoliciesCommandOutput | ListTrafficPolicyInstancesByHostedZoneCommandOutput | ListTrafficPolicyInstancesByPolicyCommandOutput | ListTrafficPolicyInstancesCommandOutput | ListTrafficPolicyVersionsCommandOutput | ListVPCAssociationAuthorizationsCommandOutput | TestDNSAnswerCommandOutput | UpdateHealthCheckCommandOutput | UpdateHostedZoneCommentCommandOutput | UpdateTrafficPolicyCommentCommandOutput | UpdateTrafficPolicyInstanceCommandOutput;
|
|
81
83
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
@@ -168,11 +170,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
168
170
|
* @internal
|
|
169
171
|
*/
|
|
170
172
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
171
|
-
/**
|
|
172
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
173
|
-
* @internal
|
|
174
|
-
*/
|
|
175
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
176
173
|
/**
|
|
177
174
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
178
175
|
* @internal
|
|
@@ -183,13 +180,13 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
183
180
|
*/
|
|
184
181
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
185
182
|
}
|
|
186
|
-
declare type Route53ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig &
|
|
183
|
+
declare type Route53ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
187
184
|
/**
|
|
188
185
|
* The configuration interface of Route53Client class constructor that set the region, credentials and other options.
|
|
189
186
|
*/
|
|
190
187
|
export interface Route53ClientConfig extends Route53ClientConfigType {
|
|
191
188
|
}
|
|
192
|
-
declare type Route53ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig &
|
|
189
|
+
declare type Route53ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
193
190
|
/**
|
|
194
191
|
* The resolved configuration interface of Route53Client class. This is resolved and normalized from the {@link Route53ClientConfig | constructor configuration interface}.
|
|
195
192
|
*/
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ActivateKeySigningKeyRequest, ActivateKeySigningKeyResponse } from "../models/models_0";
|
|
@@ -26,6 +27,7 @@ export interface ActivateKeySigningKeyCommandOutput extends ActivateKeySigningKe
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class ActivateKeySigningKeyCommand extends $Command<ActivateKeySigningKeyCommandInput, ActivateKeySigningKeyCommandOutput, Route53ClientResolvedConfig> {
|
|
28
29
|
readonly input: ActivateKeySigningKeyCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: ActivateKeySigningKeyCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AssociateVPCWithHostedZoneRequest, AssociateVPCWithHostedZoneResponse } from "../models/models_0";
|
|
@@ -58,6 +59,7 @@ export interface AssociateVPCWithHostedZoneCommandOutput extends AssociateVPCWit
|
|
|
58
59
|
*/
|
|
59
60
|
export declare class AssociateVPCWithHostedZoneCommand extends $Command<AssociateVPCWithHostedZoneCommandInput, AssociateVPCWithHostedZoneCommandOutput, Route53ClientResolvedConfig> {
|
|
60
61
|
readonly input: AssociateVPCWithHostedZoneCommandInput;
|
|
62
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
63
|
constructor(input: AssociateVPCWithHostedZoneCommandInput);
|
|
62
64
|
/**
|
|
63
65
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ChangeCidrCollectionRequest, ChangeCidrCollectionResponse } from "../models/models_0";
|
|
@@ -50,6 +51,7 @@ export interface ChangeCidrCollectionCommandOutput extends ChangeCidrCollectionR
|
|
|
50
51
|
*/
|
|
51
52
|
export declare class ChangeCidrCollectionCommand extends $Command<ChangeCidrCollectionCommandInput, ChangeCidrCollectionCommandOutput, Route53ClientResolvedConfig> {
|
|
52
53
|
readonly input: ChangeCidrCollectionCommandInput;
|
|
54
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
55
|
constructor(input: ChangeCidrCollectionCommandInput);
|
|
54
56
|
/**
|
|
55
57
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ChangeResourceRecordSetsRequest, ChangeResourceRecordSetsResponse } from "../models/models_0";
|
|
@@ -116,6 +117,7 @@ export interface ChangeResourceRecordSetsCommandOutput extends ChangeResourceRec
|
|
|
116
117
|
*/
|
|
117
118
|
export declare class ChangeResourceRecordSetsCommand extends $Command<ChangeResourceRecordSetsCommandInput, ChangeResourceRecordSetsCommandOutput, Route53ClientResolvedConfig> {
|
|
118
119
|
readonly input: ChangeResourceRecordSetsCommandInput;
|
|
120
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
119
121
|
constructor(input: ChangeResourceRecordSetsCommandInput);
|
|
120
122
|
/**
|
|
121
123
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ChangeTagsForResourceRequest, ChangeTagsForResourceResponse } from "../models/models_0";
|
|
@@ -27,6 +28,7 @@ export interface ChangeTagsForResourceCommandOutput extends ChangeTagsForResourc
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class ChangeTagsForResourceCommand extends $Command<ChangeTagsForResourceCommandInput, ChangeTagsForResourceCommandOutput, Route53ClientResolvedConfig> {
|
|
29
30
|
readonly input: ChangeTagsForResourceCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: ChangeTagsForResourceCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CreateCidrCollectionRequest, CreateCidrCollectionResponse } from "../models/models_0";
|
|
@@ -27,6 +28,7 @@ export interface CreateCidrCollectionCommandOutput extends CreateCidrCollectionR
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class CreateCidrCollectionCommand extends $Command<CreateCidrCollectionCommandInput, CreateCidrCollectionCommandOutput, Route53ClientResolvedConfig> {
|
|
29
30
|
readonly input: CreateCidrCollectionCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: CreateCidrCollectionCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CreateHealthCheckRequest, CreateHealthCheckResponse } from "../models/models_0";
|
|
@@ -59,6 +60,7 @@ export interface CreateHealthCheckCommandOutput extends CreateHealthCheckRespons
|
|
|
59
60
|
*/
|
|
60
61
|
export declare class CreateHealthCheckCommand extends $Command<CreateHealthCheckCommandInput, CreateHealthCheckCommandOutput, Route53ClientResolvedConfig> {
|
|
61
62
|
readonly input: CreateHealthCheckCommandInput;
|
|
63
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
64
|
constructor(input: CreateHealthCheckCommandInput);
|
|
63
65
|
/**
|
|
64
66
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CreateHostedZoneRequest, CreateHostedZoneResponse } from "../models/models_0";
|
|
@@ -87,6 +88,7 @@ export interface CreateHostedZoneCommandOutput extends CreateHostedZoneResponse,
|
|
|
87
88
|
*/
|
|
88
89
|
export declare class CreateHostedZoneCommand extends $Command<CreateHostedZoneCommandInput, CreateHostedZoneCommandOutput, Route53ClientResolvedConfig> {
|
|
89
90
|
readonly input: CreateHostedZoneCommandInput;
|
|
91
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
92
|
constructor(input: CreateHostedZoneCommandInput);
|
|
91
93
|
/**
|
|
92
94
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CreateKeySigningKeyRequest, CreateKeySigningKeyResponse } from "../models/models_0";
|
|
@@ -26,6 +27,7 @@ export interface CreateKeySigningKeyCommandOutput extends CreateKeySigningKeyRes
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class CreateKeySigningKeyCommand extends $Command<CreateKeySigningKeyCommandInput, CreateKeySigningKeyCommandOutput, Route53ClientResolvedConfig> {
|
|
28
29
|
readonly input: CreateKeySigningKeyCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: CreateKeySigningKeyCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CreateQueryLoggingConfigRequest, CreateQueryLoggingConfigResponse } from "../models/models_0";
|
|
@@ -192,6 +193,7 @@ export interface CreateQueryLoggingConfigCommandOutput extends CreateQueryLoggin
|
|
|
192
193
|
*/
|
|
193
194
|
export declare class CreateQueryLoggingConfigCommand extends $Command<CreateQueryLoggingConfigCommandInput, CreateQueryLoggingConfigCommandOutput, Route53ClientResolvedConfig> {
|
|
194
195
|
readonly input: CreateQueryLoggingConfigCommandInput;
|
|
196
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
195
197
|
constructor(input: CreateQueryLoggingConfigCommandInput);
|
|
196
198
|
/**
|
|
197
199
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CreateReusableDelegationSetRequest, CreateReusableDelegationSetResponse } from "../models/models_0";
|
|
@@ -82,6 +83,7 @@ export interface CreateReusableDelegationSetCommandOutput extends CreateReusable
|
|
|
82
83
|
*/
|
|
83
84
|
export declare class CreateReusableDelegationSetCommand extends $Command<CreateReusableDelegationSetCommandInput, CreateReusableDelegationSetCommandOutput, Route53ClientResolvedConfig> {
|
|
84
85
|
readonly input: CreateReusableDelegationSetCommandInput;
|
|
86
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
87
|
constructor(input: CreateReusableDelegationSetCommandInput);
|
|
86
88
|
/**
|
|
87
89
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CreateTrafficPolicyRequest, CreateTrafficPolicyResponse } from "../models/models_0";
|
|
@@ -27,6 +28,7 @@ export interface CreateTrafficPolicyCommandOutput extends CreateTrafficPolicyRes
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class CreateTrafficPolicyCommand extends $Command<CreateTrafficPolicyCommandInput, CreateTrafficPolicyCommandOutput, Route53ClientResolvedConfig> {
|
|
29
30
|
readonly input: CreateTrafficPolicyCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: CreateTrafficPolicyCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CreateTrafficPolicyInstanceRequest, CreateTrafficPolicyInstanceResponse } from "../models/models_0";
|
|
@@ -30,6 +31,7 @@ export interface CreateTrafficPolicyInstanceCommandOutput extends CreateTrafficP
|
|
|
30
31
|
*/
|
|
31
32
|
export declare class CreateTrafficPolicyInstanceCommand extends $Command<CreateTrafficPolicyInstanceCommandInput, CreateTrafficPolicyInstanceCommandOutput, Route53ClientResolvedConfig> {
|
|
32
33
|
readonly input: CreateTrafficPolicyInstanceCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
33
35
|
constructor(input: CreateTrafficPolicyInstanceCommandInput);
|
|
34
36
|
/**
|
|
35
37
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CreateTrafficPolicyVersionRequest, CreateTrafficPolicyVersionResponse } from "../models/models_0";
|
|
@@ -31,6 +32,7 @@ export interface CreateTrafficPolicyVersionCommandOutput extends CreateTrafficPo
|
|
|
31
32
|
*/
|
|
32
33
|
export declare class CreateTrafficPolicyVersionCommand extends $Command<CreateTrafficPolicyVersionCommandInput, CreateTrafficPolicyVersionCommandOutput, Route53ClientResolvedConfig> {
|
|
33
34
|
readonly input: CreateTrafficPolicyVersionCommandInput;
|
|
35
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
34
36
|
constructor(input: CreateTrafficPolicyVersionCommandInput);
|
|
35
37
|
/**
|
|
36
38
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CreateVPCAssociationAuthorizationRequest, CreateVPCAssociationAuthorizationResponse } from "../models/models_0";
|
|
@@ -35,6 +36,7 @@ export interface CreateVPCAssociationAuthorizationCommandOutput extends CreateVP
|
|
|
35
36
|
*/
|
|
36
37
|
export declare class CreateVPCAssociationAuthorizationCommand extends $Command<CreateVPCAssociationAuthorizationCommandInput, CreateVPCAssociationAuthorizationCommandOutput, Route53ClientResolvedConfig> {
|
|
37
38
|
readonly input: CreateVPCAssociationAuthorizationCommandInput;
|
|
39
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
38
40
|
constructor(input: CreateVPCAssociationAuthorizationCommandInput);
|
|
39
41
|
/**
|
|
40
42
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DeactivateKeySigningKeyRequest, DeactivateKeySigningKeyResponse } from "../models/models_0";
|
|
@@ -26,6 +27,7 @@ export interface DeactivateKeySigningKeyCommandOutput extends DeactivateKeySigni
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class DeactivateKeySigningKeyCommand extends $Command<DeactivateKeySigningKeyCommandInput, DeactivateKeySigningKeyCommandOutput, Route53ClientResolvedConfig> {
|
|
28
29
|
readonly input: DeactivateKeySigningKeyCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: DeactivateKeySigningKeyCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DeleteCidrCollectionRequest, DeleteCidrCollectionResponse } from "../models/models_0";
|
|
@@ -26,6 +27,7 @@ export interface DeleteCidrCollectionCommandOutput extends DeleteCidrCollectionR
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class DeleteCidrCollectionCommand extends $Command<DeleteCidrCollectionCommandInput, DeleteCidrCollectionCommandOutput, Route53ClientResolvedConfig> {
|
|
28
29
|
readonly input: DeleteCidrCollectionCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: DeleteCidrCollectionCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DeleteHealthCheckRequest, DeleteHealthCheckResponse } from "../models/models_0";
|
|
@@ -39,6 +40,7 @@ export interface DeleteHealthCheckCommandOutput extends DeleteHealthCheckRespons
|
|
|
39
40
|
*/
|
|
40
41
|
export declare class DeleteHealthCheckCommand extends $Command<DeleteHealthCheckCommandInput, DeleteHealthCheckCommandOutput, Route53ClientResolvedConfig> {
|
|
41
42
|
readonly input: DeleteHealthCheckCommandInput;
|
|
43
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
42
44
|
constructor(input: DeleteHealthCheckCommandInput);
|
|
43
45
|
/**
|
|
44
46
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DeleteHostedZoneRequest, DeleteHostedZoneResponse } from "../models/models_0";
|
|
@@ -66,6 +67,7 @@ export interface DeleteHostedZoneCommandOutput extends DeleteHostedZoneResponse,
|
|
|
66
67
|
*/
|
|
67
68
|
export declare class DeleteHostedZoneCommand extends $Command<DeleteHostedZoneCommandInput, DeleteHostedZoneCommandOutput, Route53ClientResolvedConfig> {
|
|
68
69
|
readonly input: DeleteHostedZoneCommandInput;
|
|
70
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
71
|
constructor(input: DeleteHostedZoneCommandInput);
|
|
70
72
|
/**
|
|
71
73
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DeleteKeySigningKeyRequest, DeleteKeySigningKeyResponse } from "../models/models_0";
|
|
@@ -30,6 +31,7 @@ export interface DeleteKeySigningKeyCommandOutput extends DeleteKeySigningKeyRes
|
|
|
30
31
|
*/
|
|
31
32
|
export declare class DeleteKeySigningKeyCommand extends $Command<DeleteKeySigningKeyCommandInput, DeleteKeySigningKeyCommandOutput, Route53ClientResolvedConfig> {
|
|
32
33
|
readonly input: DeleteKeySigningKeyCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
33
35
|
constructor(input: DeleteKeySigningKeyCommandInput);
|
|
34
36
|
/**
|
|
35
37
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DeleteQueryLoggingConfigRequest, DeleteQueryLoggingConfigResponse } from "../models/models_0";
|
|
@@ -28,6 +29,7 @@ export interface DeleteQueryLoggingConfigCommandOutput extends DeleteQueryLoggin
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class DeleteQueryLoggingConfigCommand extends $Command<DeleteQueryLoggingConfigCommandInput, DeleteQueryLoggingConfigCommandOutput, Route53ClientResolvedConfig> {
|
|
30
31
|
readonly input: DeleteQueryLoggingConfigCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: DeleteQueryLoggingConfigCommandInput);
|
|
32
34
|
/**
|
|
33
35
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DeleteReusableDelegationSetRequest, DeleteReusableDelegationSetResponse } from "../models/models_0";
|
|
@@ -32,6 +33,7 @@ export interface DeleteReusableDelegationSetCommandOutput extends DeleteReusable
|
|
|
32
33
|
*/
|
|
33
34
|
export declare class DeleteReusableDelegationSetCommand extends $Command<DeleteReusableDelegationSetCommandInput, DeleteReusableDelegationSetCommandOutput, Route53ClientResolvedConfig> {
|
|
34
35
|
readonly input: DeleteReusableDelegationSetCommandInput;
|
|
36
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
35
37
|
constructor(input: DeleteReusableDelegationSetCommandInput);
|
|
36
38
|
/**
|
|
37
39
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DeleteTrafficPolicyRequest, DeleteTrafficPolicyResponse } from "../models/models_0";
|
|
@@ -40,6 +41,7 @@ export interface DeleteTrafficPolicyCommandOutput extends DeleteTrafficPolicyRes
|
|
|
40
41
|
*/
|
|
41
42
|
export declare class DeleteTrafficPolicyCommand extends $Command<DeleteTrafficPolicyCommandInput, DeleteTrafficPolicyCommandOutput, Route53ClientResolvedConfig> {
|
|
42
43
|
readonly input: DeleteTrafficPolicyCommandInput;
|
|
44
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
43
45
|
constructor(input: DeleteTrafficPolicyCommandInput);
|
|
44
46
|
/**
|
|
45
47
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DeleteTrafficPolicyInstanceRequest, DeleteTrafficPolicyInstanceResponse } from "../models/models_0";
|
|
@@ -30,6 +31,7 @@ export interface DeleteTrafficPolicyInstanceCommandOutput extends DeleteTrafficP
|
|
|
30
31
|
*/
|
|
31
32
|
export declare class DeleteTrafficPolicyInstanceCommand extends $Command<DeleteTrafficPolicyInstanceCommandInput, DeleteTrafficPolicyInstanceCommandOutput, Route53ClientResolvedConfig> {
|
|
32
33
|
readonly input: DeleteTrafficPolicyInstanceCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
33
35
|
constructor(input: DeleteTrafficPolicyInstanceCommandInput);
|
|
34
36
|
/**
|
|
35
37
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DeleteVPCAssociationAuthorizationRequest, DeleteVPCAssociationAuthorizationResponse } from "../models/models_0";
|
|
@@ -36,6 +37,7 @@ export interface DeleteVPCAssociationAuthorizationCommandOutput extends DeleteVP
|
|
|
36
37
|
*/
|
|
37
38
|
export declare class DeleteVPCAssociationAuthorizationCommand extends $Command<DeleteVPCAssociationAuthorizationCommandInput, DeleteVPCAssociationAuthorizationCommandOutput, Route53ClientResolvedConfig> {
|
|
38
39
|
readonly input: DeleteVPCAssociationAuthorizationCommandInput;
|
|
40
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
41
|
constructor(input: DeleteVPCAssociationAuthorizationCommandInput);
|
|
40
42
|
/**
|
|
41
43
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DisableHostedZoneDNSSECRequest, DisableHostedZoneDNSSECResponse } from "../models/models_0";
|
|
@@ -26,6 +27,7 @@ export interface DisableHostedZoneDNSSECCommandOutput extends DisableHostedZoneD
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class DisableHostedZoneDNSSECCommand extends $Command<DisableHostedZoneDNSSECCommandInput, DisableHostedZoneDNSSECCommandOutput, Route53ClientResolvedConfig> {
|
|
28
29
|
readonly input: DisableHostedZoneDNSSECCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: DisableHostedZoneDNSSECCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DisassociateVPCFromHostedZoneRequest, DisassociateVPCFromHostedZoneResponse } from "../models/models_0";
|
|
@@ -73,6 +74,7 @@ export interface DisassociateVPCFromHostedZoneCommandOutput extends Disassociate
|
|
|
73
74
|
*/
|
|
74
75
|
export declare class DisassociateVPCFromHostedZoneCommand extends $Command<DisassociateVPCFromHostedZoneCommandInput, DisassociateVPCFromHostedZoneCommandOutput, Route53ClientResolvedConfig> {
|
|
75
76
|
readonly input: DisassociateVPCFromHostedZoneCommandInput;
|
|
77
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
78
|
constructor(input: DisassociateVPCFromHostedZoneCommandInput);
|
|
77
79
|
/**
|
|
78
80
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { EnableHostedZoneDNSSECRequest, EnableHostedZoneDNSSECResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface EnableHostedZoneDNSSECCommandOutput extends EnableHostedZoneDNS
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class EnableHostedZoneDNSSECCommand extends $Command<EnableHostedZoneDNSSECCommandInput, EnableHostedZoneDNSSECCommandOutput, Route53ClientResolvedConfig> {
|
|
27
28
|
readonly input: EnableHostedZoneDNSSECCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: EnableHostedZoneDNSSECCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GetAccountLimitRequest, GetAccountLimitResponse } from "../models/models_0";
|
|
@@ -33,6 +34,7 @@ export interface GetAccountLimitCommandOutput extends GetAccountLimitResponse, _
|
|
|
33
34
|
*/
|
|
34
35
|
export declare class GetAccountLimitCommand extends $Command<GetAccountLimitCommandInput, GetAccountLimitCommandOutput, Route53ClientResolvedConfig> {
|
|
35
36
|
readonly input: GetAccountLimitCommandInput;
|
|
37
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
36
38
|
constructor(input: GetAccountLimitCommandInput);
|
|
37
39
|
/**
|
|
38
40
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GetChangeRequest, GetChangeResponse } from "../models/models_0";
|
|
@@ -39,6 +40,7 @@ export interface GetChangeCommandOutput extends GetChangeResponse, __MetadataBea
|
|
|
39
40
|
*/
|
|
40
41
|
export declare class GetChangeCommand extends $Command<GetChangeCommandInput, GetChangeCommandOutput, Route53ClientResolvedConfig> {
|
|
41
42
|
readonly input: GetChangeCommandInput;
|
|
43
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
42
44
|
constructor(input: GetChangeCommandInput);
|
|
43
45
|
/**
|
|
44
46
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GetCheckerIpRangesRequest, GetCheckerIpRangesResponse } from "../models/models_0";
|
|
@@ -34,6 +35,7 @@ export interface GetCheckerIpRangesCommandOutput extends GetCheckerIpRangesRespo
|
|
|
34
35
|
*/
|
|
35
36
|
export declare class GetCheckerIpRangesCommand extends $Command<GetCheckerIpRangesCommandInput, GetCheckerIpRangesCommandOutput, Route53ClientResolvedConfig> {
|
|
36
37
|
readonly input: GetCheckerIpRangesCommandInput;
|
|
38
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
37
39
|
constructor(input: GetCheckerIpRangesCommandInput);
|
|
38
40
|
/**
|
|
39
41
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GetDNSSECRequest, GetDNSSECResponse } from "../models/models_0";
|
|
@@ -26,6 +27,7 @@ export interface GetDNSSECCommandOutput extends GetDNSSECResponse, __MetadataBea
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class GetDNSSECCommand extends $Command<GetDNSSECCommandInput, GetDNSSECCommandOutput, Route53ClientResolvedConfig> {
|
|
28
29
|
readonly input: GetDNSSECCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: GetDNSSECCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GetGeoLocationRequest, GetGeoLocationResponse } from "../models/models_0";
|
|
@@ -50,6 +51,7 @@ export interface GetGeoLocationCommandOutput extends GetGeoLocationResponse, __M
|
|
|
50
51
|
*/
|
|
51
52
|
export declare class GetGeoLocationCommand extends $Command<GetGeoLocationCommandInput, GetGeoLocationCommandOutput, Route53ClientResolvedConfig> {
|
|
52
53
|
readonly input: GetGeoLocationCommandInput;
|
|
54
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
55
|
constructor(input: GetGeoLocationCommandInput);
|
|
54
56
|
/**
|
|
55
57
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GetHealthCheckRequest, GetHealthCheckResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface GetHealthCheckCommandOutput extends GetHealthCheckResponse, __M
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetHealthCheckCommand extends $Command<GetHealthCheckCommandInput, GetHealthCheckCommandOutput, Route53ClientResolvedConfig> {
|
|
27
28
|
readonly input: GetHealthCheckCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetHealthCheckCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GetHealthCheckCountRequest, GetHealthCheckCountResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface GetHealthCheckCountCommandOutput extends GetHealthCheckCountRes
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetHealthCheckCountCommand extends $Command<GetHealthCheckCountCommandInput, GetHealthCheckCountCommandOutput, Route53ClientResolvedConfig> {
|
|
27
28
|
readonly input: GetHealthCheckCountCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetHealthCheckCountCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GetHealthCheckLastFailureReasonRequest, GetHealthCheckLastFailureReasonResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface GetHealthCheckLastFailureReasonCommandOutput extends GetHealthC
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetHealthCheckLastFailureReasonCommand extends $Command<GetHealthCheckLastFailureReasonCommandInput, GetHealthCheckLastFailureReasonCommandOutput, Route53ClientResolvedConfig> {
|
|
27
28
|
readonly input: GetHealthCheckLastFailureReasonCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetHealthCheckLastFailureReasonCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GetHealthCheckStatusRequest, GetHealthCheckStatusResponse } from "../models/models_0";
|
|
@@ -30,6 +31,7 @@ export interface GetHealthCheckStatusCommandOutput extends GetHealthCheckStatusR
|
|
|
30
31
|
*/
|
|
31
32
|
export declare class GetHealthCheckStatusCommand extends $Command<GetHealthCheckStatusCommandInput, GetHealthCheckStatusCommandOutput, Route53ClientResolvedConfig> {
|
|
32
33
|
readonly input: GetHealthCheckStatusCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
33
35
|
constructor(input: GetHealthCheckStatusCommandInput);
|
|
34
36
|
/**
|
|
35
37
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GetHostedZoneRequest, GetHostedZoneResponse } from "../models/models_0";
|
|
@@ -26,6 +27,7 @@ export interface GetHostedZoneCommandOutput extends GetHostedZoneResponse, __Met
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class GetHostedZoneCommand extends $Command<GetHostedZoneCommandInput, GetHostedZoneCommandOutput, Route53ClientResolvedConfig> {
|
|
28
29
|
readonly input: GetHostedZoneCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: GetHostedZoneCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|