Module: Aws::Billing

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

Overview

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

billing = Aws::Billing::Client.new
resp = billing.associate_source_views(params)

See Client for more information.

# Errors

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

begin
  # do stuff
rescue Aws::Billing::Errors::ServiceError
  # rescues all AWS Billing API errors
end

See Errors for more information.

Defined Under Namespace

Modules: ClientApi, Endpoints, Errors, Plugins, Types, Waiters Classes: Client, EndpointParameters, EndpointProvider, Resource

service collapse

GEM_VERSION =
'1.16.0'