AWS SDK for C++  0.14.3
AWS SDK for C++
Namespaces | Classes | Typedefs | Enumerations
Aws::ServiceCatalog Namespace Reference

Namespaces

 Model
 
 ServiceCatalogEndpoint
 
 ServiceCatalogErrorMapper
 

Classes

class  ServiceCatalogClient
 
class  ServiceCatalogRequest
 

Typedefs

typedef std::function< void(const ServiceCatalogClient *, const Model::DescribeProductRequest &, const Model::DescribeProductOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeProductResponseReceivedHandler
 
typedef std::function< void(const ServiceCatalogClient *, const Model::DescribeProductViewRequest &, const Model::DescribeProductViewOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeProductViewResponseReceivedHandler
 
typedef std::function< void(const ServiceCatalogClient *, const Model::DescribeProvisioningParametersRequest &, const Model::DescribeProvisioningParametersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeProvisioningParametersResponseReceivedHandler
 
typedef std::function< void(const ServiceCatalogClient *, const Model::DescribeRecordRequest &, const Model::DescribeRecordOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeRecordResponseReceivedHandler
 
typedef std::function< void(const ServiceCatalogClient *, const Model::ListLaunchPathsRequest &, const Model::ListLaunchPathsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListLaunchPathsResponseReceivedHandler
 
typedef std::function< void(const ServiceCatalogClient *, const Model::ListRecordHistoryRequest &, const Model::ListRecordHistoryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListRecordHistoryResponseReceivedHandler
 
typedef std::function< void(const ServiceCatalogClient *, const Model::ProvisionProductRequest &, const Model::ProvisionProductOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ProvisionProductResponseReceivedHandler
 
typedef std::function< void(const ServiceCatalogClient *, const Model::ScanProvisionedProductsRequest &, const Model::ScanProvisionedProductsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ScanProvisionedProductsResponseReceivedHandler
 
typedef std::function< void(const ServiceCatalogClient *, const Model::SearchProductsRequest &, const Model::SearchProductsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > SearchProductsResponseReceivedHandler
 
typedef std::function< void(const ServiceCatalogClient *, const Model::TerminateProvisionedProductRequest &, const Model::TerminateProvisionedProductOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TerminateProvisionedProductResponseReceivedHandler
 
typedef std::function< void(const ServiceCatalogClient *, const Model::UpdateProvisionedProductRequest &, const Model::UpdateProvisionedProductOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateProvisionedProductResponseReceivedHandler
 

Enumerations

enum  ServiceCatalogErrors {
  ServiceCatalogErrors::INCOMPLETE_SIGNATURE = 0, ServiceCatalogErrors::INTERNAL_FAILURE = 1, ServiceCatalogErrors::INVALID_ACTION = 2, ServiceCatalogErrors::INVALID_CLIENT_TOKEN_ID = 3,
  ServiceCatalogErrors::INVALID_PARAMETER_COMBINATION = 4, ServiceCatalogErrors::INVALID_QUERY_PARAMETER = 5, ServiceCatalogErrors::INVALID_PARAMETER_VALUE = 6, ServiceCatalogErrors::MISSING_ACTION = 7,
  ServiceCatalogErrors::MISSING_AUTHENTICATION_TOKEN = 8, ServiceCatalogErrors::MISSING_PARAMETER = 9, ServiceCatalogErrors::OPT_IN_REQUIRED = 10, ServiceCatalogErrors::REQUEST_EXPIRED = 11,
  ServiceCatalogErrors::SERVICE_UNAVAILABLE = 12, ServiceCatalogErrors::THROTTLING = 13, ServiceCatalogErrors::VALIDATION = 14, ServiceCatalogErrors::ACCESS_DENIED = 15,
  ServiceCatalogErrors::RESOURCE_NOT_FOUND = 16, ServiceCatalogErrors::UNRECOGNIZED_CLIENT = 17, ServiceCatalogErrors::MALFORMED_QUERY_STRING = 18, ServiceCatalogErrors::NETWORK_CONNECTION = 99,
  ServiceCatalogErrors::UNKNOWN = 100, ServiceCatalogErrors::DUPLICATE_RESOURCE = static_cast<int>(Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, ServiceCatalogErrors::INVALID_PARAMETERS
}
 

Typedef Documentation

Definition at line 116 of file ServiceCatalogClient.h.

Definition at line 119 of file ServiceCatalogClient.h.

Definition at line 120 of file ServiceCatalogClient.h.

Definition at line 121 of file ServiceCatalogClient.h.

Definition at line 122 of file ServiceCatalogClient.h.

Definition at line 123 of file ServiceCatalogClient.h.

Definition at line 124 of file ServiceCatalogClient.h.

Definition at line 125 of file ServiceCatalogClient.h.

Definition at line 126 of file ServiceCatalogClient.h.

Definition at line 127 of file ServiceCatalogClient.h.

Definition at line 128 of file ServiceCatalogClient.h.

Enumeration Type Documentation

Enumerator
INCOMPLETE_SIGNATURE 
INTERNAL_FAILURE 
INVALID_ACTION 
INVALID_CLIENT_TOKEN_ID 
INVALID_PARAMETER_COMBINATION 
INVALID_QUERY_PARAMETER 
INVALID_PARAMETER_VALUE 
MISSING_ACTION 
MISSING_AUTHENTICATION_TOKEN 
MISSING_PARAMETER 
OPT_IN_REQUIRED 
REQUEST_EXPIRED 
SERVICE_UNAVAILABLE 
THROTTLING 
VALIDATION 
ACCESS_DENIED 
RESOURCE_NOT_FOUND 
UNRECOGNIZED_CLIENT 
MALFORMED_QUERY_STRING 
NETWORK_CONNECTION 
UNKNOWN 
DUPLICATE_RESOURCE 
INVALID_PARAMETERS 

Definition at line 24 of file ServiceCatalogErrors.h.