AWS SDK for C++

AWS SDK for C++ Version 1.11.611

Loading...
Searching...
No Matches
Namespaces | Classes | Typedefs | Enumerations
Aws::EVS Namespace Reference

Namespaces

namespace  Endpoint
 
namespace  EVSErrorMapper
 
namespace  Model
 

Classes

class  EVSClient
 
 
class  EVSError
 
class  EVSRequest
 

Typedefs

 
 
 
typedef std::function< void(const EVSClient *, const Model::CreateEnvironmentRequest &, const Model::CreateEnvironmentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateEnvironmentResponseReceivedHandler
 
 
typedef std::function< void(const EVSClient *, const Model::DeleteEnvironmentRequest &, const Model::DeleteEnvironmentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteEnvironmentResponseReceivedHandler
 
 
typedef std::function< void(const EVSClient *, const Model::GetEnvironmentRequest &, const Model::GetEnvironmentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetEnvironmentResponseReceivedHandler
 
 
 
typedef std::function< void(const EVSClient *, const Model::ListEnvironmentsRequest &, const Model::ListEnvironmentsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListEnvironmentsResponseReceivedHandler
 
 
typedef std::function< void(const EVSClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TagResourceResponseReceivedHandler
 
typedef std::function< void(const EVSClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UntagResourceResponseReceivedHandler
 

Enumerations

 

Typedef Documentation

◆ CreateEnvironmentHostResponseReceivedHandler

Definition at line 119 of file EVSServiceClientModel.h.

◆ CreateEnvironmentResponseReceivedHandler

Definition at line 118 of file EVSServiceClientModel.h.

◆ DeleteEnvironmentHostResponseReceivedHandler

Definition at line 121 of file EVSServiceClientModel.h.

◆ DeleteEnvironmentResponseReceivedHandler

Definition at line 120 of file EVSServiceClientModel.h.

◆ EVSClientConfiguration

Definition at line 66 of file EVSServiceClientModel.h.

◆ EVSEndpointProvider

Definition at line 68 of file EVSServiceClientModel.h.

◆ EVSEndpointProviderBase

Definition at line 67 of file EVSServiceClientModel.h.

◆ GetEnvironmentResponseReceivedHandler

Definition at line 122 of file EVSServiceClientModel.h.

◆ ListEnvironmentHostsResponseReceivedHandler

Definition at line 123 of file EVSServiceClientModel.h.

◆ ListEnvironmentsResponseReceivedHandler

Definition at line 125 of file EVSServiceClientModel.h.

◆ ListEnvironmentVlansResponseReceivedHandler

Definition at line 124 of file EVSServiceClientModel.h.

◆ ListTagsForResourceResponseReceivedHandler

Definition at line 126 of file EVSServiceClientModel.h.

◆ TagResourceResponseReceivedHandler

typedef std::function<void(const EVSClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::EVS::TagResourceResponseReceivedHandler

Definition at line 127 of file EVSServiceClientModel.h.

◆ UntagResourceResponseReceivedHandler

Definition at line 128 of file EVSServiceClientModel.h.

Enumeration Type Documentation

◆ EVSErrors

enum class Aws::EVS::EVSErrors
strong
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 
SLOW_DOWN 
REQUEST_TIME_TOO_SKEWED 
INVALID_SIGNATURE 
SIGNATURE_DOES_NOT_MATCH 
INVALID_ACCESS_KEY_ID 
REQUEST_TIMEOUT 
NETWORK_CONNECTION 
UNKNOWN 
TAG_POLICY 
TOO_MANY_TAGS 

Definition at line 16 of file EVSErrors.h.