lib/aws-sdk-route53domains/plugins/endpoints.rb in aws-sdk-route53domains-1.41.0 vs lib/aws-sdk-route53domains/plugins/endpoints.rb in aws-sdk-route53domains-1.42.0

- old
+ new

@@ -56,10 +56,12 @@ def parameters_for_operation(context) case context.operation_name when :accept_domain_transfer_from_another_aws_account Aws::Route53Domains::Endpoints::AcceptDomainTransferFromAnotherAwsAccount.build(context) + when :associate_delegation_signer_to_domain + Aws::Route53Domains::Endpoints::AssociateDelegationSignerToDomain.build(context) when :cancel_domain_transfer_to_another_aws_account Aws::Route53Domains::Endpoints::CancelDomainTransferToAnotherAwsAccount.build(context) when :check_domain_availability Aws::Route53Domains::Endpoints::CheckDomainAvailability.build(context) when :check_domain_transferability @@ -70,10 +72,12 @@ Aws::Route53Domains::Endpoints::DeleteTagsForDomain.build(context) when :disable_domain_auto_renew Aws::Route53Domains::Endpoints::DisableDomainAutoRenew.build(context) when :disable_domain_transfer_lock Aws::Route53Domains::Endpoints::DisableDomainTransferLock.build(context) + when :disassociate_delegation_signer_from_domain + Aws::Route53Domains::Endpoints::DisassociateDelegationSignerFromDomain.build(context) when :enable_domain_auto_renew Aws::Route53Domains::Endpoints::EnableDomainAutoRenew.build(context) when :enable_domain_transfer_lock Aws::Route53Domains::Endpoints::EnableDomainTransferLock.build(context) when :get_contact_reachability_status @@ -90,17 +94,21 @@ Aws::Route53Domains::Endpoints::ListOperations.build(context) when :list_prices Aws::Route53Domains::Endpoints::ListPrices.build(context) when :list_tags_for_domain Aws::Route53Domains::Endpoints::ListTagsForDomain.build(context) + when :push_domain + Aws::Route53Domains::Endpoints::PushDomain.build(context) when :register_domain Aws::Route53Domains::Endpoints::RegisterDomain.build(context) when :reject_domain_transfer_from_another_aws_account Aws::Route53Domains::Endpoints::RejectDomainTransferFromAnotherAwsAccount.build(context) when :renew_domain Aws::Route53Domains::Endpoints::RenewDomain.build(context) when :resend_contact_reachability_email Aws::Route53Domains::Endpoints::ResendContactReachabilityEmail.build(context) + when :resend_operation_authorization + Aws::Route53Domains::Endpoints::ResendOperationAuthorization.build(context) when :retrieve_domain_auth_code Aws::Route53Domains::Endpoints::RetrieveDomainAuthCode.build(context) when :transfer_domain Aws::Route53Domains::Endpoints::TransferDomain.build(context) when :transfer_domain_to_another_aws_account