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