AWS SDK for C++

AWS SDK for C++ Version 1.11.680

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

Namespaces

namespace  Endpoint
 
namespace  Model
 
namespace  SSOErrorMapper
 

Classes

class  SSOClient
 
 
class  SSOError
 
class  SSORequest
 

Typedefs

 
 
 
 
typedef std::function< void(const SSOClient *, const Model::ListAccountRolesRequest &, const Model::ListAccountRolesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListAccountRolesResponseReceivedHandler
 
typedef std::function< void(const SSOClient *, const Model::ListAccountsRequest &, const Model::ListAccountsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListAccountsResponseReceivedHandler
 
typedef std::function< void(const SSOClient *, const Model::LogoutRequest &, const Model::LogoutOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> LogoutResponseReceivedHandler
 

Enumerations

 

Typedef Documentation

◆ GetRoleCredentialsResponseReceivedHandler

Definition at line 85 of file SSOServiceClientModel.h.

◆ ListAccountRolesResponseReceivedHandler

Definition at line 88 of file SSOServiceClientModel.h.

◆ ListAccountsResponseReceivedHandler

Definition at line 91 of file SSOServiceClientModel.h.

◆ LogoutResponseReceivedHandler

typedef std::function<void(const SSOClient*, const Model::LogoutRequest&, const Model::LogoutOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)> Aws::SSO::LogoutResponseReceivedHandler

Definition at line 94 of file SSOServiceClientModel.h.

◆ SSOClientConfiguration

Definition at line 53 of file SSOServiceClientModel.h.

◆ SSOEndpointProvider

Definition at line 55 of file SSOServiceClientModel.h.

◆ SSOEndpointProviderBase

Definition at line 54 of file SSOServiceClientModel.h.

Enumeration Type Documentation

◆ SSOErrors

enum class Aws::SSO::SSOErrors
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 
INVALID_REQUEST 
TOO_MANY_REQUESTS 
UNAUTHORIZED 

Definition at line 14 of file SSOErrors.h.