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