@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,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -8,8 +9,17 @@ export class DeleteVPCAssociationAuthorizationCommand extends $Command {
|
|
|
8
9
|
super();
|
|
9
10
|
this.input = input;
|
|
10
11
|
}
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
+
Region: { type: "builtInParams", name: "region" },
|
|
17
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
+
};
|
|
19
|
+
}
|
|
11
20
|
resolveMiddleware(clientStack, configuration, options) {
|
|
12
21
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteVPCAssociationAuthorizationCommand.getEndpointParameterInstructions()));
|
|
13
23
|
this.middlewareStack.use(getIdNormalizerPlugin(configuration));
|
|
14
24
|
const stack = clientStack.concat(this.middlewareStack);
|
|
15
25
|
const { logger } = configuration;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -8,8 +9,17 @@ export class DisableHostedZoneDNSSECCommand extends $Command {
|
|
|
8
9
|
super();
|
|
9
10
|
this.input = input;
|
|
10
11
|
}
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
+
Region: { type: "builtInParams", name: "region" },
|
|
17
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
+
};
|
|
19
|
+
}
|
|
11
20
|
resolveMiddleware(clientStack, configuration, options) {
|
|
12
21
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DisableHostedZoneDNSSECCommand.getEndpointParameterInstructions()));
|
|
13
23
|
this.middlewareStack.use(getIdNormalizerPlugin(configuration));
|
|
14
24
|
const stack = clientStack.concat(this.middlewareStack);
|
|
15
25
|
const { logger } = configuration;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -8,8 +9,17 @@ export class DisassociateVPCFromHostedZoneCommand extends $Command {
|
|
|
8
9
|
super();
|
|
9
10
|
this.input = input;
|
|
10
11
|
}
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
+
Region: { type: "builtInParams", name: "region" },
|
|
17
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
+
};
|
|
19
|
+
}
|
|
11
20
|
resolveMiddleware(clientStack, configuration, options) {
|
|
12
21
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DisassociateVPCFromHostedZoneCommand.getEndpointParameterInstructions()));
|
|
13
23
|
this.middlewareStack.use(getIdNormalizerPlugin(configuration));
|
|
14
24
|
const stack = clientStack.concat(this.middlewareStack);
|
|
15
25
|
const { logger } = configuration;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -8,8 +9,17 @@ export class EnableHostedZoneDNSSECCommand extends $Command {
|
|
|
8
9
|
super();
|
|
9
10
|
this.input = input;
|
|
10
11
|
}
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
+
Region: { type: "builtInParams", name: "region" },
|
|
17
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
+
};
|
|
19
|
+
}
|
|
11
20
|
resolveMiddleware(clientStack, configuration, options) {
|
|
12
21
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, EnableHostedZoneDNSSECCommand.getEndpointParameterInstructions()));
|
|
13
23
|
this.middlewareStack.use(getIdNormalizerPlugin(configuration));
|
|
14
24
|
const stack = clientStack.concat(this.middlewareStack);
|
|
15
25
|
const { logger } = configuration;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetAccountLimitRequestFilterSensitiveLog, GetAccountLimitResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class GetAccountLimitCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetAccountLimitCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "Route53Client";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -8,8 +9,17 @@ export class GetChangeCommand extends $Command {
|
|
|
8
9
|
super();
|
|
9
10
|
this.input = input;
|
|
10
11
|
}
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
+
Region: { type: "builtInParams", name: "region" },
|
|
17
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
+
};
|
|
19
|
+
}
|
|
11
20
|
resolveMiddleware(clientStack, configuration, options) {
|
|
12
21
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetChangeCommand.getEndpointParameterInstructions()));
|
|
13
23
|
this.middlewareStack.use(getIdNormalizerPlugin(configuration));
|
|
14
24
|
const stack = clientStack.concat(this.middlewareStack);
|
|
15
25
|
const { logger } = configuration;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetCheckerIpRangesRequestFilterSensitiveLog, GetCheckerIpRangesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class GetCheckerIpRangesCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetCheckerIpRangesCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "Route53Client";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -8,8 +9,17 @@ export class GetDNSSECCommand extends $Command {
|
|
|
8
9
|
super();
|
|
9
10
|
this.input = input;
|
|
10
11
|
}
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
+
Region: { type: "builtInParams", name: "region" },
|
|
17
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
+
};
|
|
19
|
+
}
|
|
11
20
|
resolveMiddleware(clientStack, configuration, options) {
|
|
12
21
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetDNSSECCommand.getEndpointParameterInstructions()));
|
|
13
23
|
this.middlewareStack.use(getIdNormalizerPlugin(configuration));
|
|
14
24
|
const stack = clientStack.concat(this.middlewareStack);
|
|
15
25
|
const { logger } = configuration;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetGeoLocationRequestFilterSensitiveLog, GetGeoLocationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class GetGeoLocationCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetGeoLocationCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "Route53Client";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetHealthCheckRequestFilterSensitiveLog, GetHealthCheckResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class GetHealthCheckCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetHealthCheckCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "Route53Client";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetHealthCheckCountRequestFilterSensitiveLog, GetHealthCheckCountResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class GetHealthCheckCountCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetHealthCheckCountCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "Route53Client";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetHealthCheckLastFailureReasonRequestFilterSensitiveLog, GetHealthCheckLastFailureReasonResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class GetHealthCheckLastFailureReasonCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetHealthCheckLastFailureReasonCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "Route53Client";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetHealthCheckStatusRequestFilterSensitiveLog, GetHealthCheckStatusResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class GetHealthCheckStatusCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetHealthCheckStatusCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "Route53Client";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -8,8 +9,17 @@ export class GetHostedZoneCommand extends $Command {
|
|
|
8
9
|
super();
|
|
9
10
|
this.input = input;
|
|
10
11
|
}
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
+
Region: { type: "builtInParams", name: "region" },
|
|
17
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
+
};
|
|
19
|
+
}
|
|
11
20
|
resolveMiddleware(clientStack, configuration, options) {
|
|
12
21
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetHostedZoneCommand.getEndpointParameterInstructions()));
|
|
13
23
|
this.middlewareStack.use(getIdNormalizerPlugin(configuration));
|
|
14
24
|
const stack = clientStack.concat(this.middlewareStack);
|
|
15
25
|
const { logger } = configuration;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetHostedZoneCountRequestFilterSensitiveLog, GetHostedZoneCountResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class GetHostedZoneCountCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetHostedZoneCountCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "Route53Client";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -8,8 +9,17 @@ export class GetHostedZoneLimitCommand extends $Command {
|
|
|
8
9
|
super();
|
|
9
10
|
this.input = input;
|
|
10
11
|
}
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
+
Region: { type: "builtInParams", name: "region" },
|
|
17
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
+
};
|
|
19
|
+
}
|
|
11
20
|
resolveMiddleware(clientStack, configuration, options) {
|
|
12
21
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetHostedZoneLimitCommand.getEndpointParameterInstructions()));
|
|
13
23
|
this.middlewareStack.use(getIdNormalizerPlugin(configuration));
|
|
14
24
|
const stack = clientStack.concat(this.middlewareStack);
|
|
15
25
|
const { logger } = configuration;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -8,8 +9,17 @@ export class GetQueryLoggingConfigCommand extends $Command {
|
|
|
8
9
|
super();
|
|
9
10
|
this.input = input;
|
|
10
11
|
}
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
+
Region: { type: "builtInParams", name: "region" },
|
|
17
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
+
};
|
|
19
|
+
}
|
|
11
20
|
resolveMiddleware(clientStack, configuration, options) {
|
|
12
21
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetQueryLoggingConfigCommand.getEndpointParameterInstructions()));
|
|
13
23
|
this.middlewareStack.use(getIdNormalizerPlugin(configuration));
|
|
14
24
|
const stack = clientStack.concat(this.middlewareStack);
|
|
15
25
|
const { logger } = configuration;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -8,8 +9,17 @@ export class GetReusableDelegationSetCommand extends $Command {
|
|
|
8
9
|
super();
|
|
9
10
|
this.input = input;
|
|
10
11
|
}
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
+
Region: { type: "builtInParams", name: "region" },
|
|
17
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
+
};
|
|
19
|
+
}
|
|
11
20
|
resolveMiddleware(clientStack, configuration, options) {
|
|
12
21
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetReusableDelegationSetCommand.getEndpointParameterInstructions()));
|
|
13
23
|
this.middlewareStack.use(getIdNormalizerPlugin(configuration));
|
|
14
24
|
const stack = clientStack.concat(this.middlewareStack);
|
|
15
25
|
const { logger } = configuration;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -8,8 +9,17 @@ export class GetReusableDelegationSetLimitCommand extends $Command {
|
|
|
8
9
|
super();
|
|
9
10
|
this.input = input;
|
|
10
11
|
}
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
+
Region: { type: "builtInParams", name: "region" },
|
|
17
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
+
};
|
|
19
|
+
}
|
|
11
20
|
resolveMiddleware(clientStack, configuration, options) {
|
|
12
21
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetReusableDelegationSetLimitCommand.getEndpointParameterInstructions()));
|
|
13
23
|
this.middlewareStack.use(getIdNormalizerPlugin(configuration));
|
|
14
24
|
const stack = clientStack.concat(this.middlewareStack);
|
|
15
25
|
const { logger } = configuration;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -8,8 +9,17 @@ export class GetTrafficPolicyCommand extends $Command {
|
|
|
8
9
|
super();
|
|
9
10
|
this.input = input;
|
|
10
11
|
}
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
+
Region: { type: "builtInParams", name: "region" },
|
|
17
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
+
};
|
|
19
|
+
}
|
|
11
20
|
resolveMiddleware(clientStack, configuration, options) {
|
|
12
21
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetTrafficPolicyCommand.getEndpointParameterInstructions()));
|
|
13
23
|
this.middlewareStack.use(getIdNormalizerPlugin(configuration));
|
|
14
24
|
const stack = clientStack.concat(this.middlewareStack);
|
|
15
25
|
const { logger } = configuration;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -8,8 +9,17 @@ export class GetTrafficPolicyInstanceCommand extends $Command {
|
|
|
8
9
|
super();
|
|
9
10
|
this.input = input;
|
|
10
11
|
}
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
+
Region: { type: "builtInParams", name: "region" },
|
|
17
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
+
};
|
|
19
|
+
}
|
|
11
20
|
resolveMiddleware(clientStack, configuration, options) {
|
|
12
21
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetTrafficPolicyInstanceCommand.getEndpointParameterInstructions()));
|
|
13
23
|
this.middlewareStack.use(getIdNormalizerPlugin(configuration));
|
|
14
24
|
const stack = clientStack.concat(this.middlewareStack);
|
|
15
25
|
const { logger } = configuration;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetTrafficPolicyInstanceCountRequestFilterSensitiveLog, GetTrafficPolicyInstanceCountResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class GetTrafficPolicyInstanceCountCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetTrafficPolicyInstanceCountCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "Route53Client";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListCidrBlocksRequestFilterSensitiveLog, ListCidrBlocksResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListCidrBlocksCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListCidrBlocksCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "Route53Client";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListCidrCollectionsRequestFilterSensitiveLog, ListCidrCollectionsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListCidrCollectionsCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListCidrCollectionsCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "Route53Client";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListCidrLocationsRequestFilterSensitiveLog, ListCidrLocationsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListCidrLocationsCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListCidrLocationsCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "Route53Client";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListGeoLocationsRequestFilterSensitiveLog, ListGeoLocationsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListGeoLocationsCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListGeoLocationsCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "Route53Client";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListHealthChecksRequestFilterSensitiveLog, ListHealthChecksResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListHealthChecksCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListHealthChecksCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "Route53Client";
|