AWS SDK for C++

AWS SDK for C++ Version 1.11.676

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 156 of file MPAServiceClientModel.h.

◆ CreateApprovalTeamResponseReceivedHandler

Definition at line 159 of file MPAServiceClientModel.h.

◆ CreateIdentitySourceResponseReceivedHandler

Definition at line 162 of file MPAServiceClientModel.h.

◆ DeleteIdentitySourceResponseReceivedHandler

Definition at line 165 of file MPAServiceClientModel.h.

◆ DeleteInactiveApprovalTeamVersionResponseReceivedHandler

Definition at line 169 of file MPAServiceClientModel.h.

◆ GetApprovalTeamResponseReceivedHandler

Definition at line 172 of file MPAServiceClientModel.h.

◆ GetIdentitySourceResponseReceivedHandler

Definition at line 175 of file MPAServiceClientModel.h.

◆ GetPolicyVersionResponseReceivedHandler

Definition at line 178 of file MPAServiceClientModel.h.

◆ GetResourcePolicyResponseReceivedHandler

Definition at line 181 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 184 of file MPAServiceClientModel.h.

◆ ListApprovalTeamsResponseReceivedHandler

Definition at line 187 of file MPAServiceClientModel.h.

◆ ListIdentitySourcesResponseReceivedHandler

Definition at line 190 of file MPAServiceClientModel.h.

◆ ListPoliciesResponseReceivedHandler

Definition at line 193 of file MPAServiceClientModel.h.

◆ ListPolicyVersionsResponseReceivedHandler

Definition at line 196 of file MPAServiceClientModel.h.

◆ ListResourcePoliciesResponseReceivedHandler

Definition at line 199 of file MPAServiceClientModel.h.

◆ ListSessionsResponseReceivedHandler

Definition at line 202 of file MPAServiceClientModel.h.

◆ ListTagsForResourceResponseReceivedHandler

Definition at line 205 of file MPAServiceClientModel.h.

◆ MPAClientConfiguration

Definition at line 73 of file MPAServiceClientModel.h.

◆ MPAEndpointProvider

Definition at line 75 of file MPAServiceClientModel.h.

◆ MPAEndpointProviderBase

Definition at line 74 of file MPAServiceClientModel.h.

◆ StartActiveApprovalTeamDeletionResponseReceivedHandler

Definition at line 209 of file MPAServiceClientModel.h.

◆ TagResourceResponseReceivedHandler

Definition at line 212 of file MPAServiceClientModel.h.

◆ UntagResourceResponseReceivedHandler

Definition at line 215 of file MPAServiceClientModel.h.

◆ UpdateApprovalTeamResponseReceivedHandler

Definition at line 218 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 14 of file MPAErrors.h.