Sha256: f654a91e447eb5eddd3251479dc1ec3e099ae0746f3ea00cf87ff88e092b4180

Contents?: true

Size: 1.38 KB

Versions: 1

Compression:

Stored size: 1.38 KB

Contents

# WARNING ABOUT GENERATED CODE
#
# This file is generated. See the contributing guide for more information:
# https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
#
# WARNING ABOUT GENERATED CODE

require 'aws-sdk-core'
require 'aws-sigv4'

require_relative 'aws-sdk-servicecatalog/types'
require_relative 'aws-sdk-servicecatalog/client_api'
require_relative 'aws-sdk-servicecatalog/client'
require_relative 'aws-sdk-servicecatalog/errors'
require_relative 'aws-sdk-servicecatalog/resource'
require_relative 'aws-sdk-servicecatalog/customizations'

# This module provides support for AWS Service Catalog. This module is available in the
# `aws-sdk-servicecatalog` 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.
#
#     service_catalog = Aws::ServiceCatalog::Client.new
#     resp = service_catalog.accept_portfolio_share(params)
#
# See {Client} for more information.
#
# # Errors
#
# Errors returned from AWS Service Catalog are defined in the
# {Errors} module and all extend {Errors::ServiceError}.
#
#     begin
#       # do stuff
#     rescue Aws::ServiceCatalog::Errors::ServiceError
#       # rescues all AWS Service Catalog API errors
#     end
#
# See {Errors} for more information.
#
# @service
module Aws::ServiceCatalog

  GEM_VERSION = '1.40.0'

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aws-sdk-servicecatalog-1.40.0 lib/aws-sdk-servicecatalog.rb