Module: Aws::PCS
- Defined in:
- lib/aws-sdk-pcs/endpoint_parameters.rb,
lib/aws-sdk-pcs/plugins/endpoints.rb,
lib/aws-sdk-pcs/endpoint_provider.rb,
lib/aws-sdk-pcs/client_api.rb,
lib/aws-sdk-pcs/endpoints.rb,
lib/aws-sdk-pcs/resource.rb,
lib/aws-sdk-pcs/waiters.rb,
lib/aws-sdk-pcs/errors.rb,
lib/aws-sdk-pcs/client.rb,
lib/aws-sdk-pcs/types.rb,
lib/aws-sdk-pcs.rb
Overview
This module provides support for AWS Parallel Computing Service. This module is available in the ‘aws-sdk-pcs` 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.
pcs = Aws::PCS::Client.new
resp = pcs.create_cluster(params)
See Client for more information.
# Errors
Errors returned from AWS Parallel Computing Service are defined in the Errors module and all extend Errors::ServiceError.
begin
# do stuff
rescue Aws::PCS::Errors::ServiceError
# rescues all AWS Parallel Computing Service 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.10.0'