Module: Aws::PartnerCentralSelling

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

Overview

This module provides support for Partner Central Selling API. This module is available in the ‘aws-sdk-partnercentralselling` 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.

partner_central_selling = Aws::PartnerCentralSelling::Client.new
resp = partner_central_selling.accept_engagement_invitation(params)

See Client for more information.

# Errors

Errors returned from Partner Central Selling API are defined in the Errors module and all extend Errors::ServiceError.

begin
  # do stuff
rescue Aws::PartnerCentralSelling::Errors::ServiceError
  # rescues all Partner Central Selling API 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.3.0'