Module: Aws::IoTFleetHub

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

Overview

This module provides support for AWS IoT Fleet Hub. This module is available in the ‘aws-sdk-iotfleethub` 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_fleet_hub = Aws::IoTFleetHub::Client.new
resp = io_t_fleet_hub.create_application(params)

See Client for more information.

# Errors

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

begin
  # do stuff
rescue Aws::IoTFleetHub::Errors::ServiceError
  # rescues all AWS IoT Fleet Hub 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.38.0'