Amazon.CognitoIdentityProvider.AmazonCognitoIdentityProviderClient.UpdateUserPoolClient C# (CSharp) Method

UpdateUserPoolClient() public method

Allows the developer to update the specified user pool client and password policy.
/// This exception is thrown when Amazon Cognito encounters an internal error. /// /// This exception is thrown when the Amazon Cognito service encounters an invalid parameter. /// /// This exception gets thrown when a user is not authorized. /// /// This exception is thrown when the Amazon Cognito service cannot find the requested /// resource. /// /// This exception gets thrown when the user has made too many requests for a given operation. ///
public UpdateUserPoolClient ( UpdateUserPoolClientRequest request ) : UpdateUserPoolClientResponse
request Amazon.CognitoIdentityProvider.Model.UpdateUserPoolClientRequest Container for the necessary parameters to execute the UpdateUserPoolClient service method.
return Amazon.CognitoIdentityProvider.Model.UpdateUserPoolClientResponse
        public UpdateUserPoolClientResponse UpdateUserPoolClient(UpdateUserPoolClientRequest request)
        {
            var marshaller = new UpdateUserPoolClientRequestMarshaller();
            var unmarshaller = UpdateUserPoolClientResponseUnmarshaller.Instance;

            return Invoke<UpdateUserPoolClientRequest,UpdateUserPoolClientResponse>(request, marshaller, unmarshaller);
        }
AmazonCognitoIdentityProviderClient