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

Namespaces

 Model
 
 SupportEndpoint
 
 SupportErrorMapper
 

Classes

class  SupportClient
 
class  SupportRequest
 

Typedefs

typedef std::function< void(const SupportClient *, const Model::AddAttachmentsToSetRequest &, const Model::AddAttachmentsToSetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > AddAttachmentsToSetResponseReceivedHandler
 
typedef std::function< void(const SupportClient *, const Model::AddCommunicationToCaseRequest &, const Model::AddCommunicationToCaseOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > AddCommunicationToCaseResponseReceivedHandler
 
typedef std::function< void(const SupportClient *, const Model::CreateCaseRequest &, const Model::CreateCaseOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateCaseResponseReceivedHandler
 
typedef std::function< void(const SupportClient *, const Model::DescribeAttachmentRequest &, const Model::DescribeAttachmentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeAttachmentResponseReceivedHandler
 
typedef std::function< void(const SupportClient *, const Model::DescribeCasesRequest &, const Model::DescribeCasesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeCasesResponseReceivedHandler
 
typedef std::function< void(const SupportClient *, const Model::DescribeCommunicationsRequest &, const Model::DescribeCommunicationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeCommunicationsResponseReceivedHandler
 
typedef std::function< void(const SupportClient *, const Model::DescribeServicesRequest &, const Model::DescribeServicesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeServicesResponseReceivedHandler
 
typedef std::function< void(const SupportClient *, const Model::DescribeSeverityLevelsRequest &, const Model::DescribeSeverityLevelsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeSeverityLevelsResponseReceivedHandler
 
typedef std::function< void(const SupportClient *, const Model::DescribeTrustedAdvisorCheckRefreshStatusesRequest &, const Model::DescribeTrustedAdvisorCheckRefreshStatusesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeTrustedAdvisorCheckRefreshStatusesResponseReceivedHandler
 
typedef std::function< void(const SupportClient *, const Model::DescribeTrustedAdvisorCheckResultRequest &, const Model::DescribeTrustedAdvisorCheckResultOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeTrustedAdvisorCheckResultResponseReceivedHandler
 
typedef std::function< void(const SupportClient *, const Model::DescribeTrustedAdvisorCheckSummariesRequest &, const Model::DescribeTrustedAdvisorCheckSummariesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeTrustedAdvisorCheckSummariesResponseReceivedHandler
 
typedef std::function< void(const SupportClient *, const Model::DescribeTrustedAdvisorChecksRequest &, const Model::DescribeTrustedAdvisorChecksOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeTrustedAdvisorChecksResponseReceivedHandler
 
typedef std::function< void(const SupportClient *, const Model::RefreshTrustedAdvisorCheckRequest &, const Model::RefreshTrustedAdvisorCheckOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > RefreshTrustedAdvisorCheckResponseReceivedHandler
 
typedef std::function< void(const SupportClient *, const Model::ResolveCaseRequest &, const Model::ResolveCaseOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ResolveCaseResponseReceivedHandler
 

Enumerations

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

Typedef Documentation

Definition at line 128 of file SupportClient.h.

Definition at line 131 of file SupportClient.h.

Definition at line 132 of file SupportClient.h.

Definition at line 133 of file SupportClient.h.

Definition at line 134 of file SupportClient.h.

Definition at line 135 of file SupportClient.h.

Definition at line 136 of file SupportClient.h.

Definition at line 137 of file SupportClient.h.

Definition at line 138 of file SupportClient.h.

Definition at line 139 of file SupportClient.h.

Definition at line 141 of file SupportClient.h.

Definition at line 140 of file SupportClient.h.

Definition at line 142 of file SupportClient.h.

Definition at line 143 of file SupportClient.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 
ATTACHMENT_ID_NOT_FOUND 
ATTACHMENT_LIMIT_EXCEEDED 
ATTACHMENT_SET_EXPIRED 
ATTACHMENT_SET_ID_NOT_FOUND 
ATTACHMENT_SET_SIZE_LIMIT_EXCEEDED 
CASE_CREATION_LIMIT_EXCEEDED 
CASE_ID_NOT_FOUND 
DESCRIBE_ATTACHMENT_LIMIT_EXCEEDED 

Definition at line 24 of file SupportErrors.h.