You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Module: Aws::IoTAnalytics
- Defined in:
- (unknown)
Overview
This module provides a client for making API requests to AWS IoT Analytics.
Aws::IoTAnalytics::Client
The Client class provides one-to-one mapping for each API operation.
iotanalytics = Aws::IoTAnalytics::Client.new(region: 'us-east-1')
iotanalytics.operation_names
#=> [:batch_put_message, :cancel_pipeline_reprocessing, :create_channel, :create_dataset, ...]
Each API operation method accepts a hash of request parameters and returns a response object.
resp = iotanalytics.(params)
See Client for more information.
Aws::IoTAnalytics::Errors
Errors returned from AWS IoT Analytics are defined in the Errors module and extend Errors::ServiceError.
begin
# do stuff
rescue Aws::IoTAnalytics::Errors::ServiceError
# rescues all errors returned by AWS IoT Analytics
end
See Errors for more information.