Module: Aws::PaymentCryptography
- Defined in:
- lib/aws-sdk-paymentcryptography/endpoint_parameters.rb,
lib/aws-sdk-paymentcryptography/plugins/endpoints.rb,
lib/aws-sdk-paymentcryptography/endpoint_provider.rb,
lib/aws-sdk-paymentcryptography/client_api.rb,
lib/aws-sdk-paymentcryptography/endpoints.rb,
lib/aws-sdk-paymentcryptography/resource.rb,
lib/aws-sdk-paymentcryptography/waiters.rb,
lib/aws-sdk-paymentcryptography/errors.rb,
lib/aws-sdk-paymentcryptography/client.rb,
lib/aws-sdk-paymentcryptography/types.rb,
lib/aws-sdk-paymentcryptography.rb
Overview
This module provides support for Payment Cryptography Control Plane. This module is available in the ‘aws-sdk-paymentcryptography` gem.
# Client
The Client class provides one method for each API operation. Operation methods each accept a hash of request parameters and return a response structure.
payment_cryptography = Aws::PaymentCryptography::Client.new
resp = payment_cryptography.add_key_replication_regions(params)
See Client for more information.
# Errors
Errors returned from Payment Cryptography Control Plane are defined in the Errors module and all extend Errors::ServiceError.
begin
# do stuff
rescue Aws::PaymentCryptography::Errors::ServiceError
# rescues all Payment Cryptography Control Plane API errors
end
See Errors for more information.
Defined Under Namespace
Modules: ClientApi, Endpoints, Errors, Plugins, Types, Waiters Classes: Client, EndpointParameters, EndpointProvider, Resource
service collapse
- GEM_VERSION =
'1.45.0'