Amazon.CognitoIdentityProvider.AmazonCognitoIdentityProviderClient.DeleteUserPool C# (CSharp) Метод

DeleteUserPool() публичный Метод

Deletes the specified Amazon Cognito user pool.
/// 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. /// /// This exception is thrown when you are trying to modify a user pool while a user import /// job is in progress for that pool. ///
public DeleteUserPool ( DeleteUserPoolRequest request ) : DeleteUserPoolResponse
request Amazon.CognitoIdentityProvider.Model.DeleteUserPoolRequest Container for the necessary parameters to execute the DeleteUserPool service method.
Результат DeleteUserPoolResponse
        public DeleteUserPoolResponse DeleteUserPool(DeleteUserPoolRequest request)
        {
            var marshaller = new DeleteUserPoolRequestMarshaller();
            var unmarshaller = DeleteUserPoolResponseUnmarshaller.Instance;

            return Invoke<DeleteUserPoolRequest,DeleteUserPoolResponse>(request, marshaller, unmarshaller);
        }
AmazonCognitoIdentityProviderClient