See: Description
| Class | Description |
|---|---|
| CognitoIdentityProvider |
A provider representing an Amazon Cognito Identity User Pool and its client
ID.
|
| CreateIdentityPoolRequest |
Creates a new identity pool.
|
| CreateIdentityPoolResult |
An object representing an Amazon Cognito identity pool.
|
| Credentials |
Credentials for the provided identity ID.
|
| DeleteIdentitiesRequest |
Deletes identities from an identity pool.
|
| DeleteIdentitiesResult |
Returned in response to a successful
DeleteIdentities operation. |
| DeleteIdentityPoolRequest |
Deletes a user pool.
|
| DescribeIdentityPoolRequest |
Gets details about a particular identity pool, including the pool name, ID
description, creation date, and current number of users.
|
| DescribeIdentityPoolResult |
An object representing an Amazon Cognito identity pool.
|
| DescribeIdentityRequest |
Returns metadata related to the given identity, including when the identity
was created and any associated linked logins.
|
| DescribeIdentityResult |
A description of the identity.
|
| GetCredentialsForIdentityRequest |
Returns credentials for the provided identity ID.
|
| GetCredentialsForIdentityResult |
Returned in response to a successful
GetCredentialsForIdentity
operation. |
| GetIdentityPoolRolesRequest |
Gets the roles for an identity pool.
|
| GetIdentityPoolRolesResult |
Returned in response to a successful
GetIdentityPoolRoles
operation. |
| GetIdRequest |
Generates (or retrieves) a Cognito ID.
|
| GetIdResult |
Returned in response to a GetId request.
|
| GetOpenIdTokenForDeveloperIdentityRequest |
Registers (or retrieves) a Cognito
IdentityId and an OpenID
Connect token for a user authenticated by your backend authentication
process. |
| GetOpenIdTokenForDeveloperIdentityResult |
Returned in response to a successful
GetOpenIdTokenForDeveloperIdentity request. |
| GetOpenIdTokenRequest |
Gets an OpenID token, using a known Cognito ID.
|
| GetOpenIdTokenResult |
Returned in response to a successful GetOpenIdToken request.
|
| IdentityDescription |
A description of the identity.
|
| IdentityPoolShortDescription |
A description of the identity pool.
|
| ListIdentitiesRequest |
Lists the identities in a pool.
|
| ListIdentitiesResult |
The response to a ListIdentities request.
|
| ListIdentityPoolsRequest |
Lists all of the Cognito identity pools registered for your account.
|
| ListIdentityPoolsResult |
The result of a successful ListIdentityPools action.
|
| LookupDeveloperIdentityRequest |
Retrieves the
IdentityID associated with a
DeveloperUserIdentifier or the list of
DeveloperUserIdentifiers associated with an
IdentityId for an existing identity. |
| LookupDeveloperIdentityResult |
Returned in response to a successful
LookupDeveloperIdentity
action. |
| MappingRule |
A rule that maps a claim name, a claim value, and a match type to a role ARN.
|
| MergeDeveloperIdentitiesRequest |
Merges two users having different
IdentityIds, existing in the
same identity pool, and identified by the same developer provider. |
| MergeDeveloperIdentitiesResult |
Returned in response to a successful
MergeDeveloperIdentities
action. |
| RoleMapping |
A role mapping.
|
| RulesConfigurationType |
A container for rules.
|
| SetIdentityPoolRolesRequest |
Sets the roles for an identity pool.
|
| UnlinkDeveloperIdentityRequest |
Unlinks a
DeveloperUserIdentifier from an existing identity. |
| UnlinkIdentityRequest |
Unlinks a federated identity from an existing account.
|
| UnprocessedIdentityId |
An array of UnprocessedIdentityId objects, each of which contains an
ErrorCode and IdentityId.
|
| UpdateIdentityPoolRequest |
Updates a user pool.
|
| UpdateIdentityPoolResult |
An object representing an Amazon Cognito identity pool.
|
| Enum | Description |
|---|---|
| AmbiguousRoleResolutionType |
Ambiguous Role Resolution Type
|
| ErrorCode |
Error Code
|
| MappingRuleMatchType |
Mapping Rule Match Type
|
| RoleMappingType |
Role Mapping Type
|
| Exception | Description |
|---|---|
| ConcurrentModificationException |
Thrown if there are parallel requests to modify a resource.
|
| DeveloperUserAlreadyRegisteredException |
The provided developer user identifier is already registered with Cognito
under a different identity ID.
|
| ExternalServiceException |
An exception thrown when a dependent service such as Facebook or Twitter is
not responding
|
| InternalErrorException |
Thrown when the service encounters an error during processing the request.
|
| InvalidIdentityPoolConfigurationException |
Thrown if the identity pool has no role associated for the given auth type
(auth/unauth) or if the AssumeRole fails.
|
| InvalidParameterException |
Thrown for missing or bad input parameter(s).
|
| LimitExceededException |
Thrown when the total number of user pools has exceeded a preset limit.
|
| NotAuthorizedException |
Thrown when a user is not authorized to access the requested resource.
|
| ResourceConflictException |
Thrown when a user tries to use a login which is already linked to another
account.
|
| ResourceNotFoundException |
Thrown when the requested resource (for example, a dataset or record) does
not exist.
|
| TooManyRequestsException |
Thrown when a request is throttled.
|
Copyright © 2019. All rights reserved.