@aws-sdk/client-route-53 3.477.0 → 3.481.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/dist-cjs/commands/ActivateKeySigningKeyCommand.js +19 -42
- package/dist-cjs/commands/AssociateVPCWithHostedZoneCommand.js +19 -42
- package/dist-cjs/commands/ChangeCidrCollectionCommand.js +19 -42
- package/dist-cjs/commands/ChangeResourceRecordSetsCommand.js +20 -43
- package/dist-cjs/commands/ChangeTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/CreateCidrCollectionCommand.js +18 -41
- package/dist-cjs/commands/CreateHealthCheckCommand.js +18 -41
- package/dist-cjs/commands/CreateHostedZoneCommand.js +19 -42
- package/dist-cjs/commands/CreateKeySigningKeyCommand.js +19 -42
- package/dist-cjs/commands/CreateQueryLoggingConfigCommand.js +19 -42
- package/dist-cjs/commands/CreateReusableDelegationSetCommand.js +19 -42
- package/dist-cjs/commands/CreateTrafficPolicyCommand.js +18 -41
- package/dist-cjs/commands/CreateTrafficPolicyInstanceCommand.js +19 -42
- package/dist-cjs/commands/CreateTrafficPolicyVersionCommand.js +19 -42
- package/dist-cjs/commands/CreateVPCAssociationAuthorizationCommand.js +19 -42
- package/dist-cjs/commands/DeactivateKeySigningKeyCommand.js +19 -42
- package/dist-cjs/commands/DeleteCidrCollectionCommand.js +19 -42
- package/dist-cjs/commands/DeleteHealthCheckCommand.js +18 -41
- package/dist-cjs/commands/DeleteHostedZoneCommand.js +19 -42
- package/dist-cjs/commands/DeleteKeySigningKeyCommand.js +19 -42
- package/dist-cjs/commands/DeleteQueryLoggingConfigCommand.js +19 -42
- package/dist-cjs/commands/DeleteReusableDelegationSetCommand.js +19 -42
- package/dist-cjs/commands/DeleteTrafficPolicyCommand.js +19 -42
- package/dist-cjs/commands/DeleteTrafficPolicyInstanceCommand.js +19 -42
- package/dist-cjs/commands/DeleteVPCAssociationAuthorizationCommand.js +19 -42
- package/dist-cjs/commands/DisableHostedZoneDNSSECCommand.js +19 -42
- package/dist-cjs/commands/DisassociateVPCFromHostedZoneCommand.js +19 -42
- package/dist-cjs/commands/EnableHostedZoneDNSSECCommand.js +19 -42
- package/dist-cjs/commands/GetAccountLimitCommand.js +18 -41
- package/dist-cjs/commands/GetChangeCommand.js +19 -42
- package/dist-cjs/commands/GetCheckerIpRangesCommand.js +18 -41
- package/dist-cjs/commands/GetDNSSECCommand.js +19 -42
- package/dist-cjs/commands/GetGeoLocationCommand.js +18 -41
- package/dist-cjs/commands/GetHealthCheckCommand.js +18 -41
- package/dist-cjs/commands/GetHealthCheckCountCommand.js +18 -41
- package/dist-cjs/commands/GetHealthCheckLastFailureReasonCommand.js +18 -41
- package/dist-cjs/commands/GetHealthCheckStatusCommand.js +18 -41
- package/dist-cjs/commands/GetHostedZoneCommand.js +19 -42
- package/dist-cjs/commands/GetHostedZoneCountCommand.js +18 -41
- package/dist-cjs/commands/GetHostedZoneLimitCommand.js +19 -42
- package/dist-cjs/commands/GetQueryLoggingConfigCommand.js +19 -42
- package/dist-cjs/commands/GetReusableDelegationSetCommand.js +19 -42
- package/dist-cjs/commands/GetReusableDelegationSetLimitCommand.js +19 -42
- package/dist-cjs/commands/GetTrafficPolicyCommand.js +19 -42
- package/dist-cjs/commands/GetTrafficPolicyInstanceCommand.js +19 -42
- package/dist-cjs/commands/GetTrafficPolicyInstanceCountCommand.js +18 -41
- package/dist-cjs/commands/ListCidrBlocksCommand.js +18 -41
- package/dist-cjs/commands/ListCidrCollectionsCommand.js +18 -41
- package/dist-cjs/commands/ListCidrLocationsCommand.js +18 -41
- package/dist-cjs/commands/ListGeoLocationsCommand.js +18 -41
- package/dist-cjs/commands/ListHealthChecksCommand.js +18 -41
- package/dist-cjs/commands/ListHostedZonesByNameCommand.js +19 -42
- package/dist-cjs/commands/ListHostedZonesByVPCCommand.js +18 -41
- package/dist-cjs/commands/ListHostedZonesCommand.js +19 -42
- package/dist-cjs/commands/ListQueryLoggingConfigsCommand.js +19 -42
- package/dist-cjs/commands/ListResourceRecordSetsCommand.js +19 -42
- package/dist-cjs/commands/ListReusableDelegationSetsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourcesCommand.js +18 -41
- package/dist-cjs/commands/ListTrafficPoliciesCommand.js +18 -41
- package/dist-cjs/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +19 -42
- package/dist-cjs/commands/ListTrafficPolicyInstancesByPolicyCommand.js +18 -41
- package/dist-cjs/commands/ListTrafficPolicyInstancesCommand.js +18 -41
- package/dist-cjs/commands/ListTrafficPolicyVersionsCommand.js +19 -42
- package/dist-cjs/commands/ListVPCAssociationAuthorizationsCommand.js +19 -42
- package/dist-cjs/commands/TestDNSAnswerCommand.js +19 -42
- package/dist-cjs/commands/UpdateHealthCheckCommand.js +18 -41
- package/dist-cjs/commands/UpdateHostedZoneCommentCommand.js +19 -42
- package/dist-cjs/commands/UpdateTrafficPolicyCommentCommand.js +19 -42
- package/dist-cjs/commands/UpdateTrafficPolicyInstanceCommand.js +19 -42
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/models/models_0.js +3 -0
- package/dist-cjs/pagination/ListCidrBlocksPaginator.js +2 -24
- package/dist-cjs/pagination/ListCidrCollectionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListCidrLocationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListHealthChecksPaginator.js +2 -24
- package/dist-cjs/pagination/ListHostedZonesPaginator.js +2 -24
- package/dist-cjs/pagination/ListQueryLoggingConfigsPaginator.js +2 -24
- package/dist-es/commands/ActivateKeySigningKeyCommand.js +19 -42
- package/dist-es/commands/AssociateVPCWithHostedZoneCommand.js +19 -42
- package/dist-es/commands/ChangeCidrCollectionCommand.js +19 -42
- package/dist-es/commands/ChangeResourceRecordSetsCommand.js +20 -43
- package/dist-es/commands/ChangeTagsForResourceCommand.js +18 -41
- package/dist-es/commands/CreateCidrCollectionCommand.js +18 -41
- package/dist-es/commands/CreateHealthCheckCommand.js +18 -41
- package/dist-es/commands/CreateHostedZoneCommand.js +19 -42
- package/dist-es/commands/CreateKeySigningKeyCommand.js +19 -42
- package/dist-es/commands/CreateQueryLoggingConfigCommand.js +19 -42
- package/dist-es/commands/CreateReusableDelegationSetCommand.js +19 -42
- package/dist-es/commands/CreateTrafficPolicyCommand.js +18 -41
- package/dist-es/commands/CreateTrafficPolicyInstanceCommand.js +19 -42
- package/dist-es/commands/CreateTrafficPolicyVersionCommand.js +19 -42
- package/dist-es/commands/CreateVPCAssociationAuthorizationCommand.js +19 -42
- package/dist-es/commands/DeactivateKeySigningKeyCommand.js +19 -42
- package/dist-es/commands/DeleteCidrCollectionCommand.js +19 -42
- package/dist-es/commands/DeleteHealthCheckCommand.js +18 -41
- package/dist-es/commands/DeleteHostedZoneCommand.js +19 -42
- package/dist-es/commands/DeleteKeySigningKeyCommand.js +19 -42
- package/dist-es/commands/DeleteQueryLoggingConfigCommand.js +19 -42
- package/dist-es/commands/DeleteReusableDelegationSetCommand.js +19 -42
- package/dist-es/commands/DeleteTrafficPolicyCommand.js +19 -42
- package/dist-es/commands/DeleteTrafficPolicyInstanceCommand.js +19 -42
- package/dist-es/commands/DeleteVPCAssociationAuthorizationCommand.js +19 -42
- package/dist-es/commands/DisableHostedZoneDNSSECCommand.js +19 -42
- package/dist-es/commands/DisassociateVPCFromHostedZoneCommand.js +19 -42
- package/dist-es/commands/EnableHostedZoneDNSSECCommand.js +19 -42
- package/dist-es/commands/GetAccountLimitCommand.js +18 -41
- package/dist-es/commands/GetChangeCommand.js +19 -42
- package/dist-es/commands/GetCheckerIpRangesCommand.js +18 -41
- package/dist-es/commands/GetDNSSECCommand.js +19 -42
- package/dist-es/commands/GetGeoLocationCommand.js +18 -41
- package/dist-es/commands/GetHealthCheckCommand.js +18 -41
- package/dist-es/commands/GetHealthCheckCountCommand.js +18 -41
- package/dist-es/commands/GetHealthCheckLastFailureReasonCommand.js +18 -41
- package/dist-es/commands/GetHealthCheckStatusCommand.js +18 -41
- package/dist-es/commands/GetHostedZoneCommand.js +19 -42
- package/dist-es/commands/GetHostedZoneCountCommand.js +18 -41
- package/dist-es/commands/GetHostedZoneLimitCommand.js +19 -42
- package/dist-es/commands/GetQueryLoggingConfigCommand.js +19 -42
- package/dist-es/commands/GetReusableDelegationSetCommand.js +19 -42
- package/dist-es/commands/GetReusableDelegationSetLimitCommand.js +19 -42
- package/dist-es/commands/GetTrafficPolicyCommand.js +19 -42
- package/dist-es/commands/GetTrafficPolicyInstanceCommand.js +19 -42
- package/dist-es/commands/GetTrafficPolicyInstanceCountCommand.js +18 -41
- package/dist-es/commands/ListCidrBlocksCommand.js +18 -41
- package/dist-es/commands/ListCidrCollectionsCommand.js +18 -41
- package/dist-es/commands/ListCidrLocationsCommand.js +18 -41
- package/dist-es/commands/ListGeoLocationsCommand.js +18 -41
- package/dist-es/commands/ListHealthChecksCommand.js +18 -41
- package/dist-es/commands/ListHostedZonesByNameCommand.js +19 -42
- package/dist-es/commands/ListHostedZonesByVPCCommand.js +18 -41
- package/dist-es/commands/ListHostedZonesCommand.js +19 -42
- package/dist-es/commands/ListQueryLoggingConfigsCommand.js +19 -42
- package/dist-es/commands/ListResourceRecordSetsCommand.js +19 -42
- package/dist-es/commands/ListReusableDelegationSetsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourcesCommand.js +18 -41
- package/dist-es/commands/ListTrafficPoliciesCommand.js +18 -41
- package/dist-es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +19 -42
- package/dist-es/commands/ListTrafficPolicyInstancesByPolicyCommand.js +18 -41
- package/dist-es/commands/ListTrafficPolicyInstancesCommand.js +18 -41
- package/dist-es/commands/ListTrafficPolicyVersionsCommand.js +19 -42
- package/dist-es/commands/ListVPCAssociationAuthorizationsCommand.js +19 -42
- package/dist-es/commands/TestDNSAnswerCommand.js +19 -42
- package/dist-es/commands/UpdateHealthCheckCommand.js +18 -41
- package/dist-es/commands/UpdateHostedZoneCommentCommand.js +19 -42
- package/dist-es/commands/UpdateTrafficPolicyCommentCommand.js +19 -42
- package/dist-es/commands/UpdateTrafficPolicyInstanceCommand.js +19 -42
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/models/models_0.js +3 -0
- package/dist-es/pagination/ListCidrBlocksPaginator.js +2 -23
- package/dist-es/pagination/ListCidrCollectionsPaginator.js +2 -23
- package/dist-es/pagination/ListCidrLocationsPaginator.js +2 -23
- package/dist-es/pagination/ListHealthChecksPaginator.js +2 -23
- package/dist-es/pagination/ListHostedZonesPaginator.js +2 -23
- package/dist-es/pagination/ListQueryLoggingConfigsPaginator.js +2 -23
- package/dist-types/commands/ActivateKeySigningKeyCommand.d.ts +6 -21
- package/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +7 -22
- package/dist-types/commands/ChangeCidrCollectionCommand.d.ts +6 -21
- package/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +7 -22
- package/dist-types/commands/ChangeTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/CreateCidrCollectionCommand.d.ts +6 -21
- package/dist-types/commands/CreateHealthCheckCommand.d.ts +8 -23
- package/dist-types/commands/CreateHostedZoneCommand.d.ts +8 -23
- package/dist-types/commands/CreateKeySigningKeyCommand.d.ts +6 -21
- package/dist-types/commands/CreateQueryLoggingConfigCommand.d.ts +6 -21
- package/dist-types/commands/CreateReusableDelegationSetCommand.d.ts +6 -21
- package/dist-types/commands/CreateTrafficPolicyCommand.d.ts +6 -21
- package/dist-types/commands/CreateTrafficPolicyInstanceCommand.d.ts +6 -21
- package/dist-types/commands/CreateTrafficPolicyVersionCommand.d.ts +6 -21
- package/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +8 -23
- package/dist-types/commands/DeactivateKeySigningKeyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteCidrCollectionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteHealthCheckCommand.d.ts +6 -21
- package/dist-types/commands/DeleteHostedZoneCommand.d.ts +6 -21
- package/dist-types/commands/DeleteKeySigningKeyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteQueryLoggingConfigCommand.d.ts +6 -21
- package/dist-types/commands/DeleteReusableDelegationSetCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +6 -21
- package/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +7 -22
- package/dist-types/commands/DisableHostedZoneDNSSECCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +7 -22
- package/dist-types/commands/EnableHostedZoneDNSSECCommand.d.ts +6 -21
- package/dist-types/commands/GetAccountLimitCommand.d.ts +6 -21
- package/dist-types/commands/GetChangeCommand.d.ts +6 -21
- package/dist-types/commands/GetCheckerIpRangesCommand.d.ts +6 -21
- package/dist-types/commands/GetDNSSECCommand.d.ts +6 -21
- package/dist-types/commands/GetGeoLocationCommand.d.ts +6 -21
- package/dist-types/commands/GetHealthCheckCommand.d.ts +7 -22
- package/dist-types/commands/GetHealthCheckCountCommand.d.ts +6 -21
- package/dist-types/commands/GetHealthCheckLastFailureReasonCommand.d.ts +6 -21
- package/dist-types/commands/GetHealthCheckStatusCommand.d.ts +6 -21
- package/dist-types/commands/GetHostedZoneCommand.d.ts +7 -22
- package/dist-types/commands/GetHostedZoneCountCommand.d.ts +6 -21
- package/dist-types/commands/GetHostedZoneLimitCommand.d.ts +6 -21
- package/dist-types/commands/GetQueryLoggingConfigCommand.d.ts +6 -21
- package/dist-types/commands/GetReusableDelegationSetCommand.d.ts +6 -21
- package/dist-types/commands/GetReusableDelegationSetLimitCommand.d.ts +6 -21
- package/dist-types/commands/GetTrafficPolicyCommand.d.ts +6 -21
- package/dist-types/commands/GetTrafficPolicyInstanceCommand.d.ts +6 -21
- package/dist-types/commands/GetTrafficPolicyInstanceCountCommand.d.ts +6 -21
- package/dist-types/commands/ListCidrBlocksCommand.d.ts +6 -21
- package/dist-types/commands/ListCidrCollectionsCommand.d.ts +6 -21
- package/dist-types/commands/ListCidrLocationsCommand.d.ts +6 -21
- package/dist-types/commands/ListGeoLocationsCommand.d.ts +6 -21
- package/dist-types/commands/ListHealthChecksCommand.d.ts +7 -22
- package/dist-types/commands/ListHostedZonesByNameCommand.d.ts +6 -21
- package/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +7 -22
- package/dist-types/commands/ListHostedZonesCommand.d.ts +6 -21
- package/dist-types/commands/ListQueryLoggingConfigsCommand.d.ts +6 -21
- package/dist-types/commands/ListResourceRecordSetsCommand.d.ts +7 -22
- package/dist-types/commands/ListReusableDelegationSetsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourcesCommand.d.ts +6 -21
- package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +6 -21
- package/dist-types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +6 -21
- package/dist-types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +6 -21
- package/dist-types/commands/ListTrafficPolicyInstancesCommand.d.ts +6 -21
- package/dist-types/commands/ListTrafficPolicyVersionsCommand.d.ts +6 -21
- package/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +7 -22
- package/dist-types/commands/TestDNSAnswerCommand.d.ts +6 -21
- package/dist-types/commands/UpdateHealthCheckCommand.d.ts +8 -23
- package/dist-types/commands/UpdateHostedZoneCommentCommand.d.ts +6 -21
- package/dist-types/commands/UpdateTrafficPolicyCommentCommand.d.ts +6 -21
- package/dist-types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/models/models_0.d.ts +3 -4
- package/dist-types/pagination/ListCidrBlocksPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCidrCollectionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCidrLocationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListHealthChecksPaginator.d.ts +1 -1
- package/dist-types/pagination/ListHostedZonesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListQueryLoggingConfigsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/ActivateKeySigningKeyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AssociateVPCWithHostedZoneCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ChangeCidrCollectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ChangeResourceRecordSetsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ChangeTagsForResourceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateCidrCollectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateHealthCheckCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateHostedZoneCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateKeySigningKeyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateQueryLoggingConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateReusableDelegationSetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateTrafficPolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateTrafficPolicyInstanceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateTrafficPolicyVersionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateVPCAssociationAuthorizationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeactivateKeySigningKeyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteCidrCollectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteHealthCheckCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteHostedZoneCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteKeySigningKeyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteQueryLoggingConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteReusableDelegationSetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteTrafficPolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteTrafficPolicyInstanceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisableHostedZoneDNSSECCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisassociateVPCFromHostedZoneCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/EnableHostedZoneDNSSECCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetAccountLimitCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetChangeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetCheckerIpRangesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetDNSSECCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetGeoLocationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetHealthCheckCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetHealthCheckCountCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetHealthCheckLastFailureReasonCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetHealthCheckStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetHostedZoneCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetHostedZoneCountCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetHostedZoneLimitCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetQueryLoggingConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetReusableDelegationSetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetReusableDelegationSetLimitCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetTrafficPolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCountCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListCidrBlocksCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListCidrCollectionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListCidrLocationsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListGeoLocationsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListHealthChecksCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListHostedZonesByNameCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListHostedZonesByVPCCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListHostedZonesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListQueryLoggingConfigsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListResourceRecordSetsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListReusableDelegationSetsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTrafficPoliciesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTrafficPolicyVersionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListVPCAssociationAuthorizationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TestDNSAnswerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateHealthCheckCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateHostedZoneCommentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateTrafficPolicyCommentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateTrafficPolicyInstanceCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3 -0
- package/dist-types/ts3.4/pagination/ListCidrBlocksPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListCidrCollectionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListCidrLocationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListHealthChecksPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListHostedZonesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListQueryLoggingConfigsPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -6,48 +6,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
6
6
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
7
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const
|
|
9
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
10
|
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
-
class ActivateKeySigningKeyCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
const { logger } = configuration;
|
|
30
|
-
const clientName = "Route53Client";
|
|
31
|
-
const commandName = "ActivateKeySigningKeyCommand";
|
|
32
|
-
const handlerExecutionContext = {
|
|
33
|
-
logger,
|
|
34
|
-
clientName,
|
|
35
|
-
commandName,
|
|
36
|
-
inputFilterSensitiveLog: (_) => _,
|
|
37
|
-
outputFilterSensitiveLog: (_) => _,
|
|
38
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
39
|
-
service: "AWSDnsV20130401",
|
|
40
|
-
operation: "ActivateKeySigningKey",
|
|
41
|
-
},
|
|
42
|
-
};
|
|
43
|
-
const { requestHandler } = configuration;
|
|
44
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
45
|
-
}
|
|
46
|
-
serialize(input, context) {
|
|
47
|
-
return (0, Aws_restXml_1.se_ActivateKeySigningKeyCommand)(input, context);
|
|
48
|
-
}
|
|
49
|
-
deserialize(output, context) {
|
|
50
|
-
return (0, Aws_restXml_1.de_ActivateKeySigningKeyCommand)(output, context);
|
|
51
|
-
}
|
|
11
|
+
class ActivateKeySigningKeyCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
(0, middleware_sdk_route53_1.getIdNormalizerPlugin)(config),
|
|
21
|
+
];
|
|
22
|
+
})
|
|
23
|
+
.s("AWSDnsV20130401", "ActivateKeySigningKey", {})
|
|
24
|
+
.n("Route53Client", "ActivateKeySigningKeyCommand")
|
|
25
|
+
.f(void 0, void 0)
|
|
26
|
+
.ser(Aws_restXml_1.se_ActivateKeySigningKeyCommand)
|
|
27
|
+
.de(Aws_restXml_1.de_ActivateKeySigningKeyCommand)
|
|
28
|
+
.build() {
|
|
52
29
|
}
|
|
53
30
|
exports.ActivateKeySigningKeyCommand = ActivateKeySigningKeyCommand;
|
|
@@ -6,48 +6,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
6
6
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
7
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const
|
|
9
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
10
|
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
-
class AssociateVPCWithHostedZoneCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
const { logger } = configuration;
|
|
30
|
-
const clientName = "Route53Client";
|
|
31
|
-
const commandName = "AssociateVPCWithHostedZoneCommand";
|
|
32
|
-
const handlerExecutionContext = {
|
|
33
|
-
logger,
|
|
34
|
-
clientName,
|
|
35
|
-
commandName,
|
|
36
|
-
inputFilterSensitiveLog: (_) => _,
|
|
37
|
-
outputFilterSensitiveLog: (_) => _,
|
|
38
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
39
|
-
service: "AWSDnsV20130401",
|
|
40
|
-
operation: "AssociateVPCWithHostedZone",
|
|
41
|
-
},
|
|
42
|
-
};
|
|
43
|
-
const { requestHandler } = configuration;
|
|
44
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
45
|
-
}
|
|
46
|
-
serialize(input, context) {
|
|
47
|
-
return (0, Aws_restXml_1.se_AssociateVPCWithHostedZoneCommand)(input, context);
|
|
48
|
-
}
|
|
49
|
-
deserialize(output, context) {
|
|
50
|
-
return (0, Aws_restXml_1.de_AssociateVPCWithHostedZoneCommand)(output, context);
|
|
51
|
-
}
|
|
11
|
+
class AssociateVPCWithHostedZoneCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
(0, middleware_sdk_route53_1.getIdNormalizerPlugin)(config),
|
|
21
|
+
];
|
|
22
|
+
})
|
|
23
|
+
.s("AWSDnsV20130401", "AssociateVPCWithHostedZone", {})
|
|
24
|
+
.n("Route53Client", "AssociateVPCWithHostedZoneCommand")
|
|
25
|
+
.f(void 0, void 0)
|
|
26
|
+
.ser(Aws_restXml_1.se_AssociateVPCWithHostedZoneCommand)
|
|
27
|
+
.de(Aws_restXml_1.de_AssociateVPCWithHostedZoneCommand)
|
|
28
|
+
.build() {
|
|
52
29
|
}
|
|
53
30
|
exports.AssociateVPCWithHostedZoneCommand = AssociateVPCWithHostedZoneCommand;
|
|
@@ -6,48 +6,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
6
6
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
7
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const
|
|
9
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
10
|
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
-
class ChangeCidrCollectionCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
const { logger } = configuration;
|
|
30
|
-
const clientName = "Route53Client";
|
|
31
|
-
const commandName = "ChangeCidrCollectionCommand";
|
|
32
|
-
const handlerExecutionContext = {
|
|
33
|
-
logger,
|
|
34
|
-
clientName,
|
|
35
|
-
commandName,
|
|
36
|
-
inputFilterSensitiveLog: (_) => _,
|
|
37
|
-
outputFilterSensitiveLog: (_) => _,
|
|
38
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
39
|
-
service: "AWSDnsV20130401",
|
|
40
|
-
operation: "ChangeCidrCollection",
|
|
41
|
-
},
|
|
42
|
-
};
|
|
43
|
-
const { requestHandler } = configuration;
|
|
44
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
45
|
-
}
|
|
46
|
-
serialize(input, context) {
|
|
47
|
-
return (0, Aws_restXml_1.se_ChangeCidrCollectionCommand)(input, context);
|
|
48
|
-
}
|
|
49
|
-
deserialize(output, context) {
|
|
50
|
-
return (0, Aws_restXml_1.de_ChangeCidrCollectionCommand)(output, context);
|
|
51
|
-
}
|
|
11
|
+
class ChangeCidrCollectionCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
(0, middleware_sdk_route53_1.getIdNormalizerPlugin)(config),
|
|
21
|
+
];
|
|
22
|
+
})
|
|
23
|
+
.s("AWSDnsV20130401", "ChangeCidrCollection", {})
|
|
24
|
+
.n("Route53Client", "ChangeCidrCollectionCommand")
|
|
25
|
+
.f(void 0, void 0)
|
|
26
|
+
.ser(Aws_restXml_1.se_ChangeCidrCollectionCommand)
|
|
27
|
+
.de(Aws_restXml_1.de_ChangeCidrCollectionCommand)
|
|
28
|
+
.build() {
|
|
52
29
|
}
|
|
53
30
|
exports.ChangeCidrCollectionCommand = ChangeCidrCollectionCommand;
|
|
@@ -6,49 +6,26 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
6
6
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
7
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const
|
|
9
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
10
|
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
-
class ChangeResourceRecordSetsCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
const { logger } = configuration;
|
|
31
|
-
const clientName = "Route53Client";
|
|
32
|
-
const commandName = "ChangeResourceRecordSetsCommand";
|
|
33
|
-
const handlerExecutionContext = {
|
|
34
|
-
logger,
|
|
35
|
-
clientName,
|
|
36
|
-
commandName,
|
|
37
|
-
inputFilterSensitiveLog: (_) => _,
|
|
38
|
-
outputFilterSensitiveLog: (_) => _,
|
|
39
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
40
|
-
service: "AWSDnsV20130401",
|
|
41
|
-
operation: "ChangeResourceRecordSets",
|
|
42
|
-
},
|
|
43
|
-
};
|
|
44
|
-
const { requestHandler } = configuration;
|
|
45
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
46
|
-
}
|
|
47
|
-
serialize(input, context) {
|
|
48
|
-
return (0, Aws_restXml_1.se_ChangeResourceRecordSetsCommand)(input, context);
|
|
49
|
-
}
|
|
50
|
-
deserialize(output, context) {
|
|
51
|
-
return (0, Aws_restXml_1.de_ChangeResourceRecordSetsCommand)(output, context);
|
|
52
|
-
}
|
|
11
|
+
class ChangeResourceRecordSetsCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
(0, middleware_sdk_route53_1.getChangeResourceRecordSetsPlugin)(config),
|
|
21
|
+
(0, middleware_sdk_route53_1.getIdNormalizerPlugin)(config),
|
|
22
|
+
];
|
|
23
|
+
})
|
|
24
|
+
.s("AWSDnsV20130401", "ChangeResourceRecordSets", {})
|
|
25
|
+
.n("Route53Client", "ChangeResourceRecordSetsCommand")
|
|
26
|
+
.f(void 0, void 0)
|
|
27
|
+
.ser(Aws_restXml_1.se_ChangeResourceRecordSetsCommand)
|
|
28
|
+
.de(Aws_restXml_1.de_ChangeResourceRecordSetsCommand)
|
|
29
|
+
.build() {
|
|
53
30
|
}
|
|
54
31
|
exports.ChangeResourceRecordSetsCommand = ChangeResourceRecordSetsCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
|
-
class ChangeTagsForResourceCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "Route53Client";
|
|
29
|
-
const commandName = "ChangeTagsForResourceCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSDnsV20130401",
|
|
38
|
-
operation: "ChangeTagsForResource",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restXml_1.se_ChangeTagsForResourceCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restXml_1.de_ChangeTagsForResourceCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ChangeTagsForResourceCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSDnsV20130401", "ChangeTagsForResource", {})
|
|
22
|
+
.n("Route53Client", "ChangeTagsForResourceCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restXml_1.se_ChangeTagsForResourceCommand)
|
|
25
|
+
.de(Aws_restXml_1.de_ChangeTagsForResourceCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ChangeTagsForResourceCommand = ChangeTagsForResourceCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
|
-
class CreateCidrCollectionCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "Route53Client";
|
|
29
|
-
const commandName = "CreateCidrCollectionCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSDnsV20130401",
|
|
38
|
-
operation: "CreateCidrCollection",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restXml_1.se_CreateCidrCollectionCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restXml_1.de_CreateCidrCollectionCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateCidrCollectionCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSDnsV20130401", "CreateCidrCollection", {})
|
|
22
|
+
.n("Route53Client", "CreateCidrCollectionCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restXml_1.se_CreateCidrCollectionCommand)
|
|
25
|
+
.de(Aws_restXml_1.de_CreateCidrCollectionCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateCidrCollectionCommand = CreateCidrCollectionCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
|
-
class CreateHealthCheckCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "Route53Client";
|
|
29
|
-
const commandName = "CreateHealthCheckCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSDnsV20130401",
|
|
38
|
-
operation: "CreateHealthCheck",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restXml_1.se_CreateHealthCheckCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restXml_1.de_CreateHealthCheckCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateHealthCheckCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSDnsV20130401", "CreateHealthCheck", {})
|
|
22
|
+
.n("Route53Client", "CreateHealthCheckCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restXml_1.se_CreateHealthCheckCommand)
|
|
25
|
+
.de(Aws_restXml_1.de_CreateHealthCheckCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateHealthCheckCommand = CreateHealthCheckCommand;
|
|
@@ -6,48 +6,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
6
6
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
7
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const
|
|
9
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
10
|
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
-
class CreateHostedZoneCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
const { logger } = configuration;
|
|
30
|
-
const clientName = "Route53Client";
|
|
31
|
-
const commandName = "CreateHostedZoneCommand";
|
|
32
|
-
const handlerExecutionContext = {
|
|
33
|
-
logger,
|
|
34
|
-
clientName,
|
|
35
|
-
commandName,
|
|
36
|
-
inputFilterSensitiveLog: (_) => _,
|
|
37
|
-
outputFilterSensitiveLog: (_) => _,
|
|
38
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
39
|
-
service: "AWSDnsV20130401",
|
|
40
|
-
operation: "CreateHostedZone",
|
|
41
|
-
},
|
|
42
|
-
};
|
|
43
|
-
const { requestHandler } = configuration;
|
|
44
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
45
|
-
}
|
|
46
|
-
serialize(input, context) {
|
|
47
|
-
return (0, Aws_restXml_1.se_CreateHostedZoneCommand)(input, context);
|
|
48
|
-
}
|
|
49
|
-
deserialize(output, context) {
|
|
50
|
-
return (0, Aws_restXml_1.de_CreateHostedZoneCommand)(output, context);
|
|
51
|
-
}
|
|
11
|
+
class CreateHostedZoneCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
(0, middleware_sdk_route53_1.getIdNormalizerPlugin)(config),
|
|
21
|
+
];
|
|
22
|
+
})
|
|
23
|
+
.s("AWSDnsV20130401", "CreateHostedZone", {})
|
|
24
|
+
.n("Route53Client", "CreateHostedZoneCommand")
|
|
25
|
+
.f(void 0, void 0)
|
|
26
|
+
.ser(Aws_restXml_1.se_CreateHostedZoneCommand)
|
|
27
|
+
.de(Aws_restXml_1.de_CreateHostedZoneCommand)
|
|
28
|
+
.build() {
|
|
52
29
|
}
|
|
53
30
|
exports.CreateHostedZoneCommand = CreateHostedZoneCommand;
|
|
@@ -6,48 +6,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
6
6
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
7
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const
|
|
9
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
10
|
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
-
class CreateKeySigningKeyCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
const { logger } = configuration;
|
|
30
|
-
const clientName = "Route53Client";
|
|
31
|
-
const commandName = "CreateKeySigningKeyCommand";
|
|
32
|
-
const handlerExecutionContext = {
|
|
33
|
-
logger,
|
|
34
|
-
clientName,
|
|
35
|
-
commandName,
|
|
36
|
-
inputFilterSensitiveLog: (_) => _,
|
|
37
|
-
outputFilterSensitiveLog: (_) => _,
|
|
38
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
39
|
-
service: "AWSDnsV20130401",
|
|
40
|
-
operation: "CreateKeySigningKey",
|
|
41
|
-
},
|
|
42
|
-
};
|
|
43
|
-
const { requestHandler } = configuration;
|
|
44
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
45
|
-
}
|
|
46
|
-
serialize(input, context) {
|
|
47
|
-
return (0, Aws_restXml_1.se_CreateKeySigningKeyCommand)(input, context);
|
|
48
|
-
}
|
|
49
|
-
deserialize(output, context) {
|
|
50
|
-
return (0, Aws_restXml_1.de_CreateKeySigningKeyCommand)(output, context);
|
|
51
|
-
}
|
|
11
|
+
class CreateKeySigningKeyCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
(0, middleware_sdk_route53_1.getIdNormalizerPlugin)(config),
|
|
21
|
+
];
|
|
22
|
+
})
|
|
23
|
+
.s("AWSDnsV20130401", "CreateKeySigningKey", {})
|
|
24
|
+
.n("Route53Client", "CreateKeySigningKeyCommand")
|
|
25
|
+
.f(void 0, void 0)
|
|
26
|
+
.ser(Aws_restXml_1.se_CreateKeySigningKeyCommand)
|
|
27
|
+
.de(Aws_restXml_1.de_CreateKeySigningKeyCommand)
|
|
28
|
+
.build() {
|
|
52
29
|
}
|
|
53
30
|
exports.CreateKeySigningKeyCommand = CreateKeySigningKeyCommand;
|