AWS SDK for C++  0.14.3
AWS SDK for C++
Namespaces | Enumerations | Functions
UserStatusType.h File Reference
#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>

Go to the source code of this file.

Namespaces

 Aws
 JSON (JavaScript Object Notation).
 
 Aws::CognitoIdentityProvider
 
 Aws::CognitoIdentityProvider::Model
 
 Aws::CognitoIdentityProvider::Model::UserStatusTypeMapper
 

Enumerations

enum  Aws::CognitoIdentityProvider::Model::UserStatusType {
  Aws::CognitoIdentityProvider::Model::UserStatusType::NOT_SET, Aws::CognitoIdentityProvider::Model::UserStatusType::UNCONFIRMED, Aws::CognitoIdentityProvider::Model::UserStatusType::CONFIRMED, Aws::CognitoIdentityProvider::Model::UserStatusType::ARCHIVED,
  Aws::CognitoIdentityProvider::Model::UserStatusType::COMPROMISED, Aws::CognitoIdentityProvider::Model::UserStatusType::UNKNOWN, Aws::CognitoIdentityProvider::Model::UserStatusType::RESET_REQUIRED
}
 

Functions

AWS_COGNITOIDENTITYPROVIDER_API UserStatusType Aws::CognitoIdentityProvider::Model::UserStatusTypeMapper::GetUserStatusTypeForName (const Aws::String &name)
 
AWS_COGNITOIDENTITYPROVIDER_API Aws::String Aws::CognitoIdentityProvider::Model::UserStatusTypeMapper::GetNameForUserStatusType (UserStatusType value)