Amazon.CognitoIdentity.AmazonCognitoIdentityClient.UpdateIdentityPool C# (CSharp) Method

UpdateIdentityPool() public method

Updates a user pool.

You must use AWS Developer credentials to call this API.

/// 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. ///
public UpdateIdentityPool ( UpdateIdentityPoolRequest request ) : UpdateIdentityPoolResponse
request UpdateIdentityPoolRequest Container for the necessary parameters to execute the UpdateIdentityPool service method.
return UpdateIdentityPoolResponse
        public UpdateIdentityPoolResponse UpdateIdentityPool(UpdateIdentityPoolRequest request)
        {
            var marshaller = new UpdateIdentityPoolRequestMarshaller();
            var unmarshaller = UpdateIdentityPoolResponseUnmarshaller.Instance;

            return Invoke<UpdateIdentityPoolRequest,UpdateIdentityPoolResponse>(request, marshaller, unmarshaller);
        }
AmazonCognitoIdentityClient