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

- old
+ new

@@ -60,10 +60,12 @@ Aws::Signer::Endpoints::AddProfilePermission.build(context) when :cancel_signing_profile Aws::Signer::Endpoints::CancelSigningProfile.build(context) when :describe_signing_job Aws::Signer::Endpoints::DescribeSigningJob.build(context) + when :get_revocation_status + Aws::Signer::Endpoints::GetRevocationStatus.build(context) when :get_signing_platform Aws::Signer::Endpoints::GetSigningPlatform.build(context) when :get_signing_profile Aws::Signer::Endpoints::GetSigningProfile.build(context) when :list_profile_permissions @@ -82,9 +84,11 @@ Aws::Signer::Endpoints::RemoveProfilePermission.build(context) when :revoke_signature Aws::Signer::Endpoints::RevokeSignature.build(context) when :revoke_signing_profile Aws::Signer::Endpoints::RevokeSigningProfile.build(context) + when :sign_payload + Aws::Signer::Endpoints::SignPayload.build(context) when :start_signing_job Aws::Signer::Endpoints::StartSigningJob.build(context) when :tag_resource Aws::Signer::Endpoints::TagResource.build(context) when :untag_resource