AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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 89 of file SSOServiceClientModel.h.

◆ ListAccountRolesResponseReceivedHandler

Definition at line 90 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 92 of file SSOServiceClientModel.h.

◆ SSOClientConfiguration

Definition at line 58 of file SSOServiceClientModel.h.

◆ SSOEndpointProvider

Definition at line 60 of file SSOServiceClientModel.h.

◆ SSOEndpointProviderBase

Definition at line 59 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 16 of file SSOErrors.h.