AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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

Namespaces

namespace  Endpoint
 
namespace  Model
 
namespace  MPAErrorMapper
 

Classes

class  MPAClient
 
 
class  MPAError
 
class  MPARequest
 

Typedefs

 
 
 
typedef std::function< void(const MPAClient *, const Model::CancelSessionRequest &, const Model::CancelSessionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CancelSessionResponseReceivedHandler
 
 
 
 
 
typedef std::function< void(const MPAClient *, const Model::GetApprovalTeamRequest &, const Model::GetApprovalTeamOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetApprovalTeamResponseReceivedHandler
 
typedef std::function< void(const MPAClient *, const Model::GetIdentitySourceRequest &, const Model::GetIdentitySourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetIdentitySourceResponseReceivedHandler
 
typedef std::function< void(const MPAClient *, const Model::GetPolicyVersionRequest &, const Model::GetPolicyVersionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetPolicyVersionResponseReceivedHandler
 
typedef std::function< void(const MPAClient *, const Model::GetResourcePolicyRequest &, const Model::GetResourcePolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetResourcePolicyResponseReceivedHandler
 
typedef std::function< void(const MPAClient *, const Model::GetSessionRequest &, const Model::GetSessionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetSessionResponseReceivedHandler
 
typedef std::function< void(const MPAClient *, const Model::ListApprovalTeamsRequest &, const Model::ListApprovalTeamsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListApprovalTeamsResponseReceivedHandler
 
 
typedef std::function< void(const MPAClient *, const Model::ListPoliciesRequest &, const Model::ListPoliciesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListPoliciesResponseReceivedHandler
 
 
 
typedef std::function< void(const MPAClient *, const Model::ListSessionsRequest &, const Model::ListSessionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListSessionsResponseReceivedHandler
 
 
 
typedef std::function< void(const MPAClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TagResourceResponseReceivedHandler
 
typedef std::function< void(const MPAClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UntagResourceResponseReceivedHandler
 
 

Enumerations

 

Typedef Documentation

◆ CancelSessionResponseReceivedHandler

Definition at line 160 of file MPAServiceClientModel.h.

◆ CreateApprovalTeamResponseReceivedHandler

Definition at line 161 of file MPAServiceClientModel.h.

◆ CreateIdentitySourceResponseReceivedHandler

Definition at line 162 of file MPAServiceClientModel.h.

◆ DeleteIdentitySourceResponseReceivedHandler

Definition at line 163 of file MPAServiceClientModel.h.

◆ DeleteInactiveApprovalTeamVersionResponseReceivedHandler

Definition at line 164 of file MPAServiceClientModel.h.

◆ GetApprovalTeamResponseReceivedHandler

Definition at line 165 of file MPAServiceClientModel.h.

◆ GetIdentitySourceResponseReceivedHandler

Definition at line 166 of file MPAServiceClientModel.h.

◆ GetPolicyVersionResponseReceivedHandler

Definition at line 167 of file MPAServiceClientModel.h.

◆ GetResourcePolicyResponseReceivedHandler

Definition at line 168 of file MPAServiceClientModel.h.

◆ GetSessionResponseReceivedHandler

typedef std::function<void(const MPAClient*, const Model::GetSessionRequest&, const Model::GetSessionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::MPA::GetSessionResponseReceivedHandler

Definition at line 169 of file MPAServiceClientModel.h.

◆ ListApprovalTeamsResponseReceivedHandler

Definition at line 170 of file MPAServiceClientModel.h.

◆ ListIdentitySourcesResponseReceivedHandler

Definition at line 171 of file MPAServiceClientModel.h.

◆ ListPoliciesResponseReceivedHandler

Definition at line 172 of file MPAServiceClientModel.h.

◆ ListPolicyVersionsResponseReceivedHandler

Definition at line 173 of file MPAServiceClientModel.h.

◆ ListResourcePoliciesResponseReceivedHandler

Definition at line 174 of file MPAServiceClientModel.h.

◆ ListSessionsResponseReceivedHandler

Definition at line 175 of file MPAServiceClientModel.h.

◆ ListTagsForResourceResponseReceivedHandler

Definition at line 176 of file MPAServiceClientModel.h.

◆ MPAClientConfiguration

Definition at line 78 of file MPAServiceClientModel.h.

◆ MPAEndpointProvider

Definition at line 80 of file MPAServiceClientModel.h.

◆ MPAEndpointProviderBase

Definition at line 79 of file MPAServiceClientModel.h.

◆ StartActiveApprovalTeamDeletionResponseReceivedHandler

Definition at line 177 of file MPAServiceClientModel.h.

◆ TagResourceResponseReceivedHandler

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

Definition at line 178 of file MPAServiceClientModel.h.

◆ UntagResourceResponseReceivedHandler

Definition at line 179 of file MPAServiceClientModel.h.

◆ UpdateApprovalTeamResponseReceivedHandler

Definition at line 180 of file MPAServiceClientModel.h.

Enumeration Type Documentation

◆ MPAErrors

enum class Aws::MPA::MPAErrors
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 
CONFLICT 
INTERNAL_SERVER 
INVALID_PARAMETER 
SERVICE_QUOTA_EXCEEDED 
TOO_MANY_TAGS 

Definition at line 16 of file MPAErrors.h.