Module: Aws::Glue
- Defined in:
- lib/aws-sdk-glue/endpoint_parameters.rb,
lib/aws-sdk-glue/plugins/endpoints.rb,
lib/aws-sdk-glue/endpoint_provider.rb,
lib/aws-sdk-glue/client_api.rb,
lib/aws-sdk-glue/endpoints.rb,
lib/aws-sdk-glue/resource.rb,
lib/aws-sdk-glue/errors.rb,
lib/aws-sdk-glue/client.rb,
lib/aws-sdk-glue/types.rb,
lib/aws-sdk-glue.rb
Overview
This module provides support for AWS Glue. This module is available in the ‘aws-sdk-glue` 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.
glue = Aws::Glue::Client.new
resp = glue.batch_create_partition(params)
See Client for more information.
# Errors
Errors returned from AWS Glue are defined in the Errors module and all extend Errors::ServiceError.
begin
# do stuff
rescue Aws::Glue::Errors::ServiceError
# rescues all AWS Glue API errors
end
See Errors for more information.
Defined Under Namespace
Modules: ClientApi, Endpoints, Errors, Plugins, Types Classes: Client, EndpointParameters, EndpointProvider, Resource
service collapse
- GEM_VERSION =
'1.203.0'