Module: Aws::IoTEvents

Defined in:
lib/aws-sdk-iotevents/endpoint_parameters.rb,
lib/aws-sdk-iotevents/plugins/endpoints.rb,
lib/aws-sdk-iotevents/endpoint_provider.rb,
lib/aws-sdk-iotevents/client_api.rb,
lib/aws-sdk-iotevents/endpoints.rb,
lib/aws-sdk-iotevents/resource.rb,
lib/aws-sdk-iotevents/errors.rb,
lib/aws-sdk-iotevents/client.rb,
lib/aws-sdk-iotevents/types.rb,
lib/aws-sdk-iotevents.rb

Overview

This module provides support for AWS IoT Events. This module is available in the ‘aws-sdk-iotevents` 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.

io_t_events = Aws::IoTEvents::Client.new
resp = io_t_events.create_alarm_model(params)

See Client for more information.

# Errors

Errors returned from AWS IoT Events are defined in the Errors module and all extend Errors::ServiceError.

begin
  # do stuff
rescue Aws::IoTEvents::Errors::ServiceError
  # rescues all AWS IoT Events 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.61.0'