/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the cognito-identity-2014-06-30.normal.json service model.
*/
using System;
using System.Threading;
using System.Threading.Tasks;
using System.Collections.Generic;
using Amazon.Runtime;
using Amazon.CognitoIdentity.Model;
namespace Amazon.CognitoIdentity
{
///
/// Interface for accessing CognitoIdentity
///
/// Amazon Cognito Federated Identities
///
/// Amazon Cognito Federated Identities is a web service that delivers scoped temporary
/// credentials to mobile devices and other untrusted environments. It uniquely identifies
/// a device and supplies the user with a consistent identity over the lifetime of an
/// application.
///
///
///
/// Using Amazon Cognito Federated Identities, you can enable authentication with one
/// or more third-party identity providers (Facebook, Google, or Login with Amazon) or
/// an Amazon Cognito user pool, and you can also choose to support unauthenticated access
/// from your app. Cognito delivers a unique identifier for each user and acts as an OpenID
/// token provider trusted by AWS Security Token Service (STS) to access temporary, limited-privilege
/// AWS credentials.
///
///
///
/// For a description of the authentication flow from the Amazon Cognito Developer Guide
/// see Authentication
/// Flow.
///
///
///
/// For more information see Amazon
/// Cognito Federated Identities.
///
///
public partial interface IAmazonCognitoIdentity : IAmazonService, IDisposable
{
///
/// Paginators for the service
///
ICognitoIdentityPaginatorFactory Paginators { get; }
#region CreateIdentityPool
///
/// Creates a new identity pool. The identity pool is a store of user identity information
/// that is specific to your AWS account. The keys for SupportedLoginProviders
/// are as follows:
///
/// -
///
/// Facebook:
graph.facebook.com
///
/// -
///
/// Google:
accounts.google.com
///
/// -
///
/// Amazon:
www.amazon.com
///
/// -
///
/// Twitter:
api.twitter.com
///
/// -
///
/// Digits:
www.digits.com
///
///
///
/// You must use AWS Developer credentials to call this API.
///
///
/// Container for the necessary parameters to execute the CreateIdentityPool service method.
///
/// The response from the CreateIdentityPool service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when the total number of user pools has exceeded a preset limit.
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when a user tries to use a login which is already linked to another account.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for CreateIdentityPool Operation
CreateIdentityPoolResponse CreateIdentityPool(CreateIdentityPoolRequest request);
///
/// Creates a new identity pool. The identity pool is a store of user identity information
/// that is specific to your AWS account. The keys for SupportedLoginProviders
/// are as follows:
///
/// -
///
/// Facebook:
graph.facebook.com
///
/// -
///
/// Google:
accounts.google.com
///
/// -
///
/// Amazon:
www.amazon.com
///
/// -
///
/// Twitter:
api.twitter.com
///
/// -
///
/// Digits:
www.digits.com
///
///
///
/// You must use AWS Developer credentials to call this API.
///
///
/// Container for the necessary parameters to execute the CreateIdentityPool service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the CreateIdentityPool service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when the total number of user pools has exceeded a preset limit.
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when a user tries to use a login which is already linked to another account.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for CreateIdentityPool Operation
Task CreateIdentityPoolAsync(CreateIdentityPoolRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region DeleteIdentities
///
/// Deletes identities from an identity pool. You can specify a list of 1-60 identities
/// that you want to delete.
///
///
///
/// You must use AWS Developer credentials to call this API.
///
///
/// Container for the necessary parameters to execute the DeleteIdentities service method.
///
/// The response from the DeleteIdentities service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for DeleteIdentities Operation
DeleteIdentitiesResponse DeleteIdentities(DeleteIdentitiesRequest request);
///
/// Deletes identities from an identity pool. You can specify a list of 1-60 identities
/// that you want to delete.
///
///
///
/// You must use AWS Developer credentials to call this API.
///
///
/// Container for the necessary parameters to execute the DeleteIdentities service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the DeleteIdentities service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for DeleteIdentities Operation
Task DeleteIdentitiesAsync(DeleteIdentitiesRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region DeleteIdentityPool
///
/// Deletes an identity pool. Once a pool is deleted, users will not be able to authenticate
/// with the pool.
///
///
///
/// You must use AWS Developer credentials to call this API.
///
///
/// An identity pool ID in the format REGION:GUID.
///
/// The response from the DeleteIdentityPool service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for DeleteIdentityPool Operation
DeleteIdentityPoolResponse DeleteIdentityPool(string identityPoolId);
///
/// Deletes an identity pool. Once a pool is deleted, users will not be able to authenticate
/// with the pool.
///
///
///
/// You must use AWS Developer credentials to call this API.
///
///
/// Container for the necessary parameters to execute the DeleteIdentityPool service method.
///
/// The response from the DeleteIdentityPool service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for DeleteIdentityPool Operation
DeleteIdentityPoolResponse DeleteIdentityPool(DeleteIdentityPoolRequest request);
///
/// Deletes an identity pool. Once a pool is deleted, users will not be able to authenticate
/// with the pool.
///
///
///
/// You must use AWS Developer credentials to call this API.
///
///
/// An identity pool ID in the format REGION:GUID.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the DeleteIdentityPool service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for DeleteIdentityPool Operation
Task DeleteIdentityPoolAsync(string identityPoolId, System.Threading.CancellationToken cancellationToken = default(CancellationToken));
///
/// Deletes an identity pool. Once a pool is deleted, users will not be able to authenticate
/// with the pool.
///
///
///
/// You must use AWS Developer credentials to call this API.
///
///
/// Container for the necessary parameters to execute the DeleteIdentityPool service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the DeleteIdentityPool service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for DeleteIdentityPool Operation
Task DeleteIdentityPoolAsync(DeleteIdentityPoolRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region DescribeIdentity
///
/// Returns metadata related to the given identity, including when the identity was created
/// and any associated linked logins.
///
///
///
/// You must use AWS Developer credentials to call this API.
///
///
/// A unique identifier in the format REGION:GUID.
///
/// The response from the DescribeIdentity service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for DescribeIdentity Operation
DescribeIdentityResponse DescribeIdentity(string identityId);
///
/// Returns metadata related to the given identity, including when the identity was created
/// and any associated linked logins.
///
///
///
/// You must use AWS Developer credentials to call this API.
///
///
/// Container for the necessary parameters to execute the DescribeIdentity service method.
///
/// The response from the DescribeIdentity service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for DescribeIdentity Operation
DescribeIdentityResponse DescribeIdentity(DescribeIdentityRequest request);
///
/// Returns metadata related to the given identity, including when the identity was created
/// and any associated linked logins.
///
///
///
/// You must use AWS Developer credentials to call this API.
///
///
/// A unique identifier in the format REGION:GUID.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the DescribeIdentity service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for DescribeIdentity Operation
Task DescribeIdentityAsync(string identityId, System.Threading.CancellationToken cancellationToken = default(CancellationToken));
///
/// Returns metadata related to the given identity, including when the identity was created
/// and any associated linked logins.
///
///
///
/// You must use AWS Developer credentials to call this API.
///
///
/// Container for the necessary parameters to execute the DescribeIdentity service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the DescribeIdentity service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for DescribeIdentity Operation
Task DescribeIdentityAsync(DescribeIdentityRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region DescribeIdentityPool
///
/// Gets details about a particular identity pool, including the pool name, ID description,
/// creation date, and current number of users.
///
///
///
/// You must use AWS Developer credentials to call this API.
///
///
/// An identity pool ID in the format REGION:GUID.
///
/// The response from the DescribeIdentityPool service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for DescribeIdentityPool Operation
DescribeIdentityPoolResponse DescribeIdentityPool(string identityPoolId);
///
/// Gets details about a particular identity pool, including the pool name, ID description,
/// creation date, and current number of users.
///
///
///
/// You must use AWS Developer credentials to call this API.
///
///
/// Container for the necessary parameters to execute the DescribeIdentityPool service method.
///
/// The response from the DescribeIdentityPool service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for DescribeIdentityPool Operation
DescribeIdentityPoolResponse DescribeIdentityPool(DescribeIdentityPoolRequest request);
///
/// Gets details about a particular identity pool, including the pool name, ID description,
/// creation date, and current number of users.
///
///
///
/// You must use AWS Developer credentials to call this API.
///
///
/// An identity pool ID in the format REGION:GUID.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the DescribeIdentityPool service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for DescribeIdentityPool Operation
Task DescribeIdentityPoolAsync(string identityPoolId, System.Threading.CancellationToken cancellationToken = default(CancellationToken));
///
/// Gets details about a particular identity pool, including the pool name, ID description,
/// creation date, and current number of users.
///
///
///
/// You must use AWS Developer credentials to call this API.
///
///
/// Container for the necessary parameters to execute the DescribeIdentityPool service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the DescribeIdentityPool service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for DescribeIdentityPool Operation
Task DescribeIdentityPoolAsync(DescribeIdentityPoolRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region GetCredentialsForIdentity
///
/// Returns credentials for the provided identity ID. Any provided logins will be validated
/// against supported login providers. If the token is for cognito-identity.amazonaws.com,
/// it will be passed through to AWS Security Token Service with the appropriate role
/// for the token.
///
///
///
/// This is a public API. You do not need any credentials to call this API.
///
///
/// A unique identifier in the format REGION:GUID.
///
/// The response from the GetCredentialsForIdentity service method, as returned by CognitoIdentity.
///
/// An exception thrown when a dependent service such as Facebook or Twitter is not responding
///
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown if the identity pool has no role associated for the given auth type (auth/unauth)
/// or if the AssumeRole fails.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when a user tries to use a login which is already linked to another account.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for GetCredentialsForIdentity Operation
GetCredentialsForIdentityResponse GetCredentialsForIdentity(string identityId);
///
/// Returns credentials for the provided identity ID. Any provided logins will be validated
/// against supported login providers. If the token is for cognito-identity.amazonaws.com,
/// it will be passed through to AWS Security Token Service with the appropriate role
/// for the token.
///
///
///
/// This is a public API. You do not need any credentials to call this API.
///
///
/// A unique identifier in the format REGION:GUID.
/// A set of optional name-value pairs that map provider names to provider tokens. The name-value pair will follow the syntax "provider_name": "provider_user_identifier". Logins should not be specified when trying to get credentials for an unauthenticated identity. The Logins parameter is required when using identities associated with external identity providers such as Facebook. For examples of Logins
maps, see the code examples in the External Identity Providers section of the Amazon Cognito Developer Guide.
///
/// The response from the GetCredentialsForIdentity service method, as returned by CognitoIdentity.
///
/// An exception thrown when a dependent service such as Facebook or Twitter is not responding
///
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown if the identity pool has no role associated for the given auth type (auth/unauth)
/// or if the AssumeRole fails.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when a user tries to use a login which is already linked to another account.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for GetCredentialsForIdentity Operation
GetCredentialsForIdentityResponse GetCredentialsForIdentity(string identityId, Dictionary logins);
///
/// Returns credentials for the provided identity ID. Any provided logins will be validated
/// against supported login providers. If the token is for cognito-identity.amazonaws.com,
/// it will be passed through to AWS Security Token Service with the appropriate role
/// for the token.
///
///
///
/// This is a public API. You do not need any credentials to call this API.
///
///
/// Container for the necessary parameters to execute the GetCredentialsForIdentity service method.
///
/// The response from the GetCredentialsForIdentity service method, as returned by CognitoIdentity.
///
/// An exception thrown when a dependent service such as Facebook or Twitter is not responding
///
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown if the identity pool has no role associated for the given auth type (auth/unauth)
/// or if the AssumeRole fails.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when a user tries to use a login which is already linked to another account.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for GetCredentialsForIdentity Operation
GetCredentialsForIdentityResponse GetCredentialsForIdentity(GetCredentialsForIdentityRequest request);
///
/// Returns credentials for the provided identity ID. Any provided logins will be validated
/// against supported login providers. If the token is for cognito-identity.amazonaws.com,
/// it will be passed through to AWS Security Token Service with the appropriate role
/// for the token.
///
///
///
/// This is a public API. You do not need any credentials to call this API.
///
///
/// A unique identifier in the format REGION:GUID.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the GetCredentialsForIdentity service method, as returned by CognitoIdentity.
///
/// An exception thrown when a dependent service such as Facebook or Twitter is not responding
///
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown if the identity pool has no role associated for the given auth type (auth/unauth)
/// or if the AssumeRole fails.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when a user tries to use a login which is already linked to another account.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for GetCredentialsForIdentity Operation
Task GetCredentialsForIdentityAsync(string identityId, System.Threading.CancellationToken cancellationToken = default(CancellationToken));
///
/// Returns credentials for the provided identity ID. Any provided logins will be validated
/// against supported login providers. If the token is for cognito-identity.amazonaws.com,
/// it will be passed through to AWS Security Token Service with the appropriate role
/// for the token.
///
///
///
/// This is a public API. You do not need any credentials to call this API.
///
///
/// A unique identifier in the format REGION:GUID.
/// A set of optional name-value pairs that map provider names to provider tokens. The name-value pair will follow the syntax "provider_name": "provider_user_identifier". Logins should not be specified when trying to get credentials for an unauthenticated identity. The Logins parameter is required when using identities associated with external identity providers such as Facebook. For examples of Logins
maps, see the code examples in the External Identity Providers section of the Amazon Cognito Developer Guide.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the GetCredentialsForIdentity service method, as returned by CognitoIdentity.
///
/// An exception thrown when a dependent service such as Facebook or Twitter is not responding
///
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown if the identity pool has no role associated for the given auth type (auth/unauth)
/// or if the AssumeRole fails.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when a user tries to use a login which is already linked to another account.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for GetCredentialsForIdentity Operation
Task GetCredentialsForIdentityAsync(string identityId, Dictionary logins, System.Threading.CancellationToken cancellationToken = default(CancellationToken));
///
/// Returns credentials for the provided identity ID. Any provided logins will be validated
/// against supported login providers. If the token is for cognito-identity.amazonaws.com,
/// it will be passed through to AWS Security Token Service with the appropriate role
/// for the token.
///
///
///
/// This is a public API. You do not need any credentials to call this API.
///
///
/// Container for the necessary parameters to execute the GetCredentialsForIdentity service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the GetCredentialsForIdentity service method, as returned by CognitoIdentity.
///
/// An exception thrown when a dependent service such as Facebook or Twitter is not responding
///
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown if the identity pool has no role associated for the given auth type (auth/unauth)
/// or if the AssumeRole fails.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when a user tries to use a login which is already linked to another account.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for GetCredentialsForIdentity Operation
Task GetCredentialsForIdentityAsync(GetCredentialsForIdentityRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region GetId
///
/// Generates (or retrieves) a Cognito ID. Supplying multiple logins will create an implicit
/// linked account.
///
///
///
/// This is a public API. You do not need any credentials to call this API.
///
///
/// Container for the necessary parameters to execute the GetId service method.
///
/// The response from the GetId service method, as returned by CognitoIdentity.
///
/// An exception thrown when a dependent service such as Facebook or Twitter is not responding
///
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when the total number of user pools has exceeded a preset limit.
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when a user tries to use a login which is already linked to another account.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for GetId Operation
GetIdResponse GetId(GetIdRequest request);
///
/// Generates (or retrieves) a Cognito ID. Supplying multiple logins will create an implicit
/// linked account.
///
///
///
/// This is a public API. You do not need any credentials to call this API.
///
///
/// Container for the necessary parameters to execute the GetId service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the GetId service method, as returned by CognitoIdentity.
///
/// An exception thrown when a dependent service such as Facebook or Twitter is not responding
///
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when the total number of user pools has exceeded a preset limit.
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when a user tries to use a login which is already linked to another account.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for GetId Operation
Task GetIdAsync(GetIdRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region GetIdentityPoolRoles
///
/// Gets the roles for an identity pool.
///
///
///
/// You must use AWS Developer credentials to call this API.
///
///
/// An identity pool ID in the format REGION:GUID.
///
/// The response from the GetIdentityPoolRoles service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when a user tries to use a login which is already linked to another account.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for GetIdentityPoolRoles Operation
GetIdentityPoolRolesResponse GetIdentityPoolRoles(string identityPoolId);
///
/// Gets the roles for an identity pool.
///
///
///
/// You must use AWS Developer credentials to call this API.
///
///
/// Container for the necessary parameters to execute the GetIdentityPoolRoles service method.
///
/// The response from the GetIdentityPoolRoles service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when a user tries to use a login which is already linked to another account.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for GetIdentityPoolRoles Operation
GetIdentityPoolRolesResponse GetIdentityPoolRoles(GetIdentityPoolRolesRequest request);
///
/// Gets the roles for an identity pool.
///
///
///
/// You must use AWS Developer credentials to call this API.
///
///
/// An identity pool ID in the format REGION:GUID.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the GetIdentityPoolRoles service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when a user tries to use a login which is already linked to another account.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for GetIdentityPoolRoles Operation
Task GetIdentityPoolRolesAsync(string identityPoolId, System.Threading.CancellationToken cancellationToken = default(CancellationToken));
///
/// Gets the roles for an identity pool.
///
///
///
/// You must use AWS Developer credentials to call this API.
///
///
/// Container for the necessary parameters to execute the GetIdentityPoolRoles service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the GetIdentityPoolRoles service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when a user tries to use a login which is already linked to another account.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for GetIdentityPoolRoles Operation
Task GetIdentityPoolRolesAsync(GetIdentityPoolRolesRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region GetOpenIdToken
///
/// Gets an OpenID token, using a known Cognito ID. This known Cognito ID is returned
/// by GetId. You can optionally add additional logins for the identity. Supplying
/// multiple logins creates an implicit link.
///
///
///
/// The OpenID token is valid for 10 minutes.
///
///
///
/// This is a public API. You do not need any credentials to call this API.
///
///
/// A unique identifier in the format REGION:GUID.
///
/// The response from the GetOpenIdToken service method, as returned by CognitoIdentity.
///
/// An exception thrown when a dependent service such as Facebook or Twitter is not responding
///
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when a user tries to use a login which is already linked to another account.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for GetOpenIdToken Operation
GetOpenIdTokenResponse GetOpenIdToken(string identityId);
///
/// Gets an OpenID token, using a known Cognito ID. This known Cognito ID is returned
/// by GetId. You can optionally add additional logins for the identity. Supplying
/// multiple logins creates an implicit link.
///
///
///
/// The OpenID token is valid for 10 minutes.
///
///
///
/// This is a public API. You do not need any credentials to call this API.
///
///
/// Container for the necessary parameters to execute the GetOpenIdToken service method.
///
/// The response from the GetOpenIdToken service method, as returned by CognitoIdentity.
///
/// An exception thrown when a dependent service such as Facebook or Twitter is not responding
///
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when a user tries to use a login which is already linked to another account.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for GetOpenIdToken Operation
GetOpenIdTokenResponse GetOpenIdToken(GetOpenIdTokenRequest request);
///
/// Gets an OpenID token, using a known Cognito ID. This known Cognito ID is returned
/// by GetId. You can optionally add additional logins for the identity. Supplying
/// multiple logins creates an implicit link.
///
///
///
/// The OpenID token is valid for 10 minutes.
///
///
///
/// This is a public API. You do not need any credentials to call this API.
///
///
/// A unique identifier in the format REGION:GUID.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the GetOpenIdToken service method, as returned by CognitoIdentity.
///
/// An exception thrown when a dependent service such as Facebook or Twitter is not responding
///
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when a user tries to use a login which is already linked to another account.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for GetOpenIdToken Operation
Task GetOpenIdTokenAsync(string identityId, System.Threading.CancellationToken cancellationToken = default(CancellationToken));
///
/// Gets an OpenID token, using a known Cognito ID. This known Cognito ID is returned
/// by GetId. You can optionally add additional logins for the identity. Supplying
/// multiple logins creates an implicit link.
///
///
///
/// The OpenID token is valid for 10 minutes.
///
///
///
/// This is a public API. You do not need any credentials to call this API.
///
///
/// Container for the necessary parameters to execute the GetOpenIdToken service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the GetOpenIdToken service method, as returned by CognitoIdentity.
///
/// An exception thrown when a dependent service such as Facebook or Twitter is not responding
///
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when a user tries to use a login which is already linked to another account.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for GetOpenIdToken Operation
Task GetOpenIdTokenAsync(GetOpenIdTokenRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region GetOpenIdTokenForDeveloperIdentity
///
/// Registers (or retrieves) a Cognito IdentityId
and an OpenID Connect token
/// for a user authenticated by your backend authentication process. Supplying multiple
/// logins will create an implicit linked account. You can only specify one developer
/// provider as part of the Logins
map, which is linked to the identity pool.
/// The developer provider is the "domain" by which Cognito will refer to your users.
///
///
///
/// You can use GetOpenIdTokenForDeveloperIdentity
to create a new identity
/// and to link new logins (that is, user credentials issued by a public provider or developer
/// provider) to an existing identity. When you want to create a new identity, the IdentityId
/// should be null. When you want to associate a new login with an existing authenticated/unauthenticated
/// identity, you can do so by providing the existing IdentityId
. This API
/// will create the identity in the specified IdentityPoolId
.
///
///
///
/// You must use AWS Developer credentials to call this API.
///
///
/// Container for the necessary parameters to execute the GetOpenIdTokenForDeveloperIdentity service method.
///
/// The response from the GetOpenIdTokenForDeveloperIdentity service method, as returned by CognitoIdentity.
///
/// The provided developer user identifier is already registered with Cognito under a
/// different identity ID.
///
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when a user tries to use a login which is already linked to another account.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for GetOpenIdTokenForDeveloperIdentity Operation
GetOpenIdTokenForDeveloperIdentityResponse GetOpenIdTokenForDeveloperIdentity(GetOpenIdTokenForDeveloperIdentityRequest request);
///
/// Registers (or retrieves) a Cognito IdentityId
and an OpenID Connect token
/// for a user authenticated by your backend authentication process. Supplying multiple
/// logins will create an implicit linked account. You can only specify one developer
/// provider as part of the Logins
map, which is linked to the identity pool.
/// The developer provider is the "domain" by which Cognito will refer to your users.
///
///
///
/// You can use GetOpenIdTokenForDeveloperIdentity
to create a new identity
/// and to link new logins (that is, user credentials issued by a public provider or developer
/// provider) to an existing identity. When you want to create a new identity, the IdentityId
/// should be null. When you want to associate a new login with an existing authenticated/unauthenticated
/// identity, you can do so by providing the existing IdentityId
. This API
/// will create the identity in the specified IdentityPoolId
.
///
///
///
/// You must use AWS Developer credentials to call this API.
///
///
/// Container for the necessary parameters to execute the GetOpenIdTokenForDeveloperIdentity service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the GetOpenIdTokenForDeveloperIdentity service method, as returned by CognitoIdentity.
///
/// The provided developer user identifier is already registered with Cognito under a
/// different identity ID.
///
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when a user tries to use a login which is already linked to another account.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for GetOpenIdTokenForDeveloperIdentity Operation
Task GetOpenIdTokenForDeveloperIdentityAsync(GetOpenIdTokenForDeveloperIdentityRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region GetPrincipalTagAttributeMap
///
/// Use GetPrincipalTagAttributeMap
to list all mappings between PrincipalTags
/// and user attributes.
///
/// Container for the necessary parameters to execute the GetPrincipalTagAttributeMap service method.
///
/// The response from the GetPrincipalTagAttributeMap service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for GetPrincipalTagAttributeMap Operation
GetPrincipalTagAttributeMapResponse GetPrincipalTagAttributeMap(GetPrincipalTagAttributeMapRequest request);
///
/// Use GetPrincipalTagAttributeMap
to list all mappings between PrincipalTags
/// and user attributes.
///
/// Container for the necessary parameters to execute the GetPrincipalTagAttributeMap service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the GetPrincipalTagAttributeMap service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for GetPrincipalTagAttributeMap Operation
Task GetPrincipalTagAttributeMapAsync(GetPrincipalTagAttributeMapRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region ListIdentities
///
/// Lists the identities in an identity pool.
///
///
///
/// You must use AWS Developer credentials to call this API.
///
///
/// Container for the necessary parameters to execute the ListIdentities service method.
///
/// The response from the ListIdentities service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for ListIdentities Operation
ListIdentitiesResponse ListIdentities(ListIdentitiesRequest request);
///
/// Lists the identities in an identity pool.
///
///
///
/// You must use AWS Developer credentials to call this API.
///
///
/// Container for the necessary parameters to execute the ListIdentities service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the ListIdentities service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for ListIdentities Operation
Task ListIdentitiesAsync(ListIdentitiesRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region ListIdentityPools
///
/// Lists all of the Cognito identity pools registered for your account.
///
///
///
/// You must use AWS Developer credentials to call this API.
///
///
/// Container for the necessary parameters to execute the ListIdentityPools service method.
///
/// The response from the ListIdentityPools service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for ListIdentityPools Operation
ListIdentityPoolsResponse ListIdentityPools(ListIdentityPoolsRequest request);
///
/// Lists all of the Cognito identity pools registered for your account.
///
///
///
/// You must use AWS Developer credentials to call this API.
///
///
/// Container for the necessary parameters to execute the ListIdentityPools service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the ListIdentityPools service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for ListIdentityPools Operation
Task ListIdentityPoolsAsync(ListIdentityPoolsRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region ListTagsForResource
///
/// Lists the tags that are assigned to an Amazon Cognito identity pool.
///
///
///
/// A tag is a label that you can apply to identity pools to categorize and manage them
/// in different ways, such as by purpose, owner, environment, or other criteria.
///
///
///
/// You can use this action up to 10 times per second, per account.
///
///
/// Container for the necessary parameters to execute the ListTagsForResource service method.
///
/// The response from the ListTagsForResource service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for ListTagsForResource Operation
ListTagsForResourceResponse ListTagsForResource(ListTagsForResourceRequest request);
///
/// Lists the tags that are assigned to an Amazon Cognito identity pool.
///
///
///
/// A tag is a label that you can apply to identity pools to categorize and manage them
/// in different ways, such as by purpose, owner, environment, or other criteria.
///
///
///
/// You can use this action up to 10 times per second, per account.
///
///
/// Container for the necessary parameters to execute the ListTagsForResource service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the ListTagsForResource service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for ListTagsForResource Operation
Task ListTagsForResourceAsync(ListTagsForResourceRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region LookupDeveloperIdentity
///
/// Retrieves the IdentityID
associated with a DeveloperUserIdentifier
/// or the list of DeveloperUserIdentifier
values associated with an IdentityId
/// for an existing identity. Either IdentityID
or DeveloperUserIdentifier
/// must not be null. If you supply only one of these values, the other value will be
/// searched in the database and returned as a part of the response. If you supply both,
/// DeveloperUserIdentifier
will be matched against IdentityID
.
/// If the values are verified against the database, the response returns both values
/// and is the same as the request. Otherwise a ResourceConflictException
/// is thrown.
///
///
///
/// LookupDeveloperIdentity
is intended for low-throughput control plane
/// operations: for example, to enable customer service to locate an identity ID by username.
/// If you are using it for higher-volume operations such as user authentication, your
/// requests are likely to be throttled. GetOpenIdTokenForDeveloperIdentity is
/// a better option for higher-volume operations for user authentication.
///
///
///
/// You must use AWS Developer credentials to call this API.
///
///
/// Container for the necessary parameters to execute the LookupDeveloperIdentity service method.
///
/// The response from the LookupDeveloperIdentity service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when a user tries to use a login which is already linked to another account.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for LookupDeveloperIdentity Operation
LookupDeveloperIdentityResponse LookupDeveloperIdentity(LookupDeveloperIdentityRequest request);
///
/// Retrieves the IdentityID
associated with a DeveloperUserIdentifier
/// or the list of DeveloperUserIdentifier
values associated with an IdentityId
/// for an existing identity. Either IdentityID
or DeveloperUserIdentifier
/// must not be null. If you supply only one of these values, the other value will be
/// searched in the database and returned as a part of the response. If you supply both,
/// DeveloperUserIdentifier
will be matched against IdentityID
.
/// If the values are verified against the database, the response returns both values
/// and is the same as the request. Otherwise a ResourceConflictException
/// is thrown.
///
///
///
/// LookupDeveloperIdentity
is intended for low-throughput control plane
/// operations: for example, to enable customer service to locate an identity ID by username.
/// If you are using it for higher-volume operations such as user authentication, your
/// requests are likely to be throttled. GetOpenIdTokenForDeveloperIdentity is
/// a better option for higher-volume operations for user authentication.
///
///
///
/// You must use AWS Developer credentials to call this API.
///
///
/// Container for the necessary parameters to execute the LookupDeveloperIdentity service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the LookupDeveloperIdentity service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when a user tries to use a login which is already linked to another account.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for LookupDeveloperIdentity Operation
Task LookupDeveloperIdentityAsync(LookupDeveloperIdentityRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region MergeDeveloperIdentities
///
/// Merges two users having different IdentityId
s, existing in the same identity
/// pool, and identified by the same developer provider. You can use this action to request
/// that discrete users be merged and identified as a single user in the Cognito environment.
/// Cognito associates the given source user (SourceUserIdentifier
) with
/// the IdentityId
of the DestinationUserIdentifier
. Only developer-authenticated
/// users can be merged. If the users to be merged are associated with the same public
/// provider, but as two different users, an exception will be thrown.
///
///
///
/// The number of linked logins is limited to 20. So, the number of linked logins for
/// the source user, SourceUserIdentifier
, and the destination user, DestinationUserIdentifier
,
/// together should not be larger than 20. Otherwise, an exception will be thrown.
///
///
///
/// You must use AWS Developer credentials to call this API.
///
///
/// Container for the necessary parameters to execute the MergeDeveloperIdentities service method.
///
/// The response from the MergeDeveloperIdentities service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when a user tries to use a login which is already linked to another account.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for MergeDeveloperIdentities Operation
MergeDeveloperIdentitiesResponse MergeDeveloperIdentities(MergeDeveloperIdentitiesRequest request);
///
/// Merges two users having different IdentityId
s, existing in the same identity
/// pool, and identified by the same developer provider. You can use this action to request
/// that discrete users be merged and identified as a single user in the Cognito environment.
/// Cognito associates the given source user (SourceUserIdentifier
) with
/// the IdentityId
of the DestinationUserIdentifier
. Only developer-authenticated
/// users can be merged. If the users to be merged are associated with the same public
/// provider, but as two different users, an exception will be thrown.
///
///
///
/// The number of linked logins is limited to 20. So, the number of linked logins for
/// the source user, SourceUserIdentifier
, and the destination user, DestinationUserIdentifier
,
/// together should not be larger than 20. Otherwise, an exception will be thrown.
///
///
///
/// You must use AWS Developer credentials to call this API.
///
///
/// Container for the necessary parameters to execute the MergeDeveloperIdentities service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the MergeDeveloperIdentities service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when a user tries to use a login which is already linked to another account.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for MergeDeveloperIdentities Operation
Task MergeDeveloperIdentitiesAsync(MergeDeveloperIdentitiesRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region SetIdentityPoolRoles
///
/// Sets the roles for an identity pool. These roles are used when making calls to GetCredentialsForIdentity
/// action.
///
///
///
/// You must use AWS Developer credentials to call this API.
///
///
/// An identity pool ID in the format REGION:GUID.
/// The map of roles associated with this pool. For a given role, the key will be either "authenticated" or "unauthenticated" and the value will be the Role ARN.
///
/// The response from the SetIdentityPoolRoles service method, as returned by CognitoIdentity.
///
/// Thrown if there are parallel requests to modify a resource.
///
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when a user tries to use a login which is already linked to another account.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for SetIdentityPoolRoles Operation
SetIdentityPoolRolesResponse SetIdentityPoolRoles(string identityPoolId, Dictionary roles);
///
/// Sets the roles for an identity pool. These roles are used when making calls to GetCredentialsForIdentity
/// action.
///
///
///
/// You must use AWS Developer credentials to call this API.
///
///
/// Container for the necessary parameters to execute the SetIdentityPoolRoles service method.
///
/// The response from the SetIdentityPoolRoles service method, as returned by CognitoIdentity.
///
/// Thrown if there are parallel requests to modify a resource.
///
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when a user tries to use a login which is already linked to another account.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for SetIdentityPoolRoles Operation
SetIdentityPoolRolesResponse SetIdentityPoolRoles(SetIdentityPoolRolesRequest request);
///
/// Sets the roles for an identity pool. These roles are used when making calls to GetCredentialsForIdentity
/// action.
///
///
///
/// You must use AWS Developer credentials to call this API.
///
///
/// An identity pool ID in the format REGION:GUID.
/// The map of roles associated with this pool. For a given role, the key will be either "authenticated" or "unauthenticated" and the value will be the Role ARN.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the SetIdentityPoolRoles service method, as returned by CognitoIdentity.
///
/// Thrown if there are parallel requests to modify a resource.
///
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when a user tries to use a login which is already linked to another account.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for SetIdentityPoolRoles Operation
Task SetIdentityPoolRolesAsync(string identityPoolId, Dictionary roles, System.Threading.CancellationToken cancellationToken = default(CancellationToken));
///
/// Sets the roles for an identity pool. These roles are used when making calls to GetCredentialsForIdentity
/// action.
///
///
///
/// You must use AWS Developer credentials to call this API.
///
///
/// Container for the necessary parameters to execute the SetIdentityPoolRoles service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the SetIdentityPoolRoles service method, as returned by CognitoIdentity.
///
/// Thrown if there are parallel requests to modify a resource.
///
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when a user tries to use a login which is already linked to another account.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for SetIdentityPoolRoles Operation
Task SetIdentityPoolRolesAsync(SetIdentityPoolRolesRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region SetPrincipalTagAttributeMap
///
/// You can use this operation to use default (username and clientID) attribute or custom
/// attribute mappings.
///
/// Container for the necessary parameters to execute the SetPrincipalTagAttributeMap service method.
///
/// The response from the SetPrincipalTagAttributeMap service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for SetPrincipalTagAttributeMap Operation
SetPrincipalTagAttributeMapResponse SetPrincipalTagAttributeMap(SetPrincipalTagAttributeMapRequest request);
///
/// You can use this operation to use default (username and clientID) attribute or custom
/// attribute mappings.
///
/// Container for the necessary parameters to execute the SetPrincipalTagAttributeMap service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the SetPrincipalTagAttributeMap service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for SetPrincipalTagAttributeMap Operation
Task SetPrincipalTagAttributeMapAsync(SetPrincipalTagAttributeMapRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region TagResource
///
/// Assigns a set of tags to the specified Amazon Cognito identity pool. A tag is a label
/// that you can use to categorize and manage identity pools in different ways, such as
/// by purpose, owner, environment, or other criteria.
///
///
///
/// Each tag consists of a key and value, both of which you define. A key is a general
/// category for more specific values. For example, if you have two versions of an identity
/// pool, one for testing and another for production, you might assign an Environment
/// tag key to both identity pools. The value of this key might be Test
for
/// one identity pool and Production
for the other.
///
///
///
/// Tags are useful for cost tracking and access control. You can activate your tags so
/// that they appear on the Billing and Cost Management console, where you can track the
/// costs associated with your identity pools. In an IAM policy, you can constrain permissions
/// for identity pools based on specific tags or tag values.
///
///
///
/// You can use this action up to 5 times per second, per account. An identity pool can
/// have as many as 50 tags.
///
///
/// Container for the necessary parameters to execute the TagResource service method.
///
/// The response from the TagResource service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for TagResource Operation
TagResourceResponse TagResource(TagResourceRequest request);
///
/// Assigns a set of tags to the specified Amazon Cognito identity pool. A tag is a label
/// that you can use to categorize and manage identity pools in different ways, such as
/// by purpose, owner, environment, or other criteria.
///
///
///
/// Each tag consists of a key and value, both of which you define. A key is a general
/// category for more specific values. For example, if you have two versions of an identity
/// pool, one for testing and another for production, you might assign an Environment
/// tag key to both identity pools. The value of this key might be Test
for
/// one identity pool and Production
for the other.
///
///
///
/// Tags are useful for cost tracking and access control. You can activate your tags so
/// that they appear on the Billing and Cost Management console, where you can track the
/// costs associated with your identity pools. In an IAM policy, you can constrain permissions
/// for identity pools based on specific tags or tag values.
///
///
///
/// You can use this action up to 5 times per second, per account. An identity pool can
/// have as many as 50 tags.
///
///
/// Container for the necessary parameters to execute the TagResource service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the TagResource service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for TagResource Operation
Task TagResourceAsync(TagResourceRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region UnlinkDeveloperIdentity
///
/// Unlinks a DeveloperUserIdentifier
from an existing identity. Unlinked
/// developer users will be considered new identities next time they are seen. If, for
/// a given Cognito identity, you remove all federated identities as well as the developer
/// user identifier, the Cognito identity becomes inaccessible.
///
///
///
/// You must use AWS Developer credentials to call this API.
///
///
/// Container for the necessary parameters to execute the UnlinkDeveloperIdentity service method.
///
/// The response from the UnlinkDeveloperIdentity service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when a user tries to use a login which is already linked to another account.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for UnlinkDeveloperIdentity Operation
UnlinkDeveloperIdentityResponse UnlinkDeveloperIdentity(UnlinkDeveloperIdentityRequest request);
///
/// Unlinks a DeveloperUserIdentifier
from an existing identity. Unlinked
/// developer users will be considered new identities next time they are seen. If, for
/// a given Cognito identity, you remove all federated identities as well as the developer
/// user identifier, the Cognito identity becomes inaccessible.
///
///
///
/// You must use AWS Developer credentials to call this API.
///
///
/// Container for the necessary parameters to execute the UnlinkDeveloperIdentity service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the UnlinkDeveloperIdentity service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when a user tries to use a login which is already linked to another account.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for UnlinkDeveloperIdentity Operation
Task UnlinkDeveloperIdentityAsync(UnlinkDeveloperIdentityRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region UnlinkIdentity
///
/// Unlinks a federated identity from an existing account. Unlinked logins will be considered
/// new identities next time they are seen. Removing the last linked login will make this
/// identity inaccessible.
///
///
///
/// This is a public API. You do not need any credentials to call this API.
///
///
/// Container for the necessary parameters to execute the UnlinkIdentity service method.
///
/// The response from the UnlinkIdentity service method, as returned by CognitoIdentity.
///
/// An exception thrown when a dependent service such as Facebook or Twitter is not responding
///
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when a user tries to use a login which is already linked to another account.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for UnlinkIdentity Operation
UnlinkIdentityResponse UnlinkIdentity(UnlinkIdentityRequest request);
///
/// Unlinks a federated identity from an existing account. Unlinked logins will be considered
/// new identities next time they are seen. Removing the last linked login will make this
/// identity inaccessible.
///
///
///
/// This is a public API. You do not need any credentials to call this API.
///
///
/// Container for the necessary parameters to execute the UnlinkIdentity service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the UnlinkIdentity service method, as returned by CognitoIdentity.
///
/// An exception thrown when a dependent service such as Facebook or Twitter is not responding
///
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when a user tries to use a login which is already linked to another account.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for UnlinkIdentity Operation
Task UnlinkIdentityAsync(UnlinkIdentityRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region UntagResource
///
/// Removes the specified tags from the specified Amazon Cognito identity pool. You can
/// use this action up to 5 times per second, per account
///
/// Container for the necessary parameters to execute the UntagResource service method.
///
/// The response from the UntagResource service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for UntagResource Operation
UntagResourceResponse UntagResource(UntagResourceRequest request);
///
/// Removes the specified tags from the specified Amazon Cognito identity pool. You can
/// use this action up to 5 times per second, per account
///
/// Container for the necessary parameters to execute the UntagResource service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the UntagResource service method, as returned by CognitoIdentity.
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for UntagResource Operation
Task UntagResourceAsync(UntagResourceRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region UpdateIdentityPool
///
/// Updates an identity pool.
///
///
///
/// You must use AWS Developer credentials to call this API.
///
///
/// Container for the necessary parameters to execute the UpdateIdentityPool service method.
///
/// The response from the UpdateIdentityPool service method, as returned by CognitoIdentity.
///
/// Thrown if there are parallel requests to modify a resource.
///
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when the total number of user pools has exceeded a preset limit.
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when a user tries to use a login which is already linked to another account.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for UpdateIdentityPool Operation
UpdateIdentityPoolResponse UpdateIdentityPool(UpdateIdentityPoolRequest request);
///
/// Updates an identity pool.
///
///
///
/// You must use AWS Developer credentials to call this API.
///
///
/// Container for the necessary parameters to execute the UpdateIdentityPool service method.
///
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
///
///
/// The response from the UpdateIdentityPool service method, as returned by CognitoIdentity.
///
/// Thrown if there are parallel requests to modify a resource.
///
///
/// Thrown when the service encounters an error during processing the request.
///
///
/// Thrown for missing or bad input parameter(s).
///
///
/// Thrown when the total number of user pools has exceeded a preset limit.
///
///
/// Thrown when a user is not authorized to access the requested resource.
///
///
/// Thrown when a user tries to use a login which is already linked to another account.
///
///
/// Thrown when the requested resource (for example, a dataset or record) does not exist.
///
///
/// Thrown when a request is throttled.
///
/// REST API Reference for UpdateIdentityPool Operation
Task UpdateIdentityPoolAsync(UpdateIdentityPoolRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
}
}