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

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

Returns the configuration information and metadata of the specified 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. ///
public DescribeUserPool ( DescribeUserPoolRequest request ) : DescribeUserPoolResponse
request Amazon.CognitoIdentityProvider.Model.DescribeUserPoolRequest Container for the necessary parameters to execute the DescribeUserPool service method.
Результат Amazon.CognitoIdentityProvider.Model.DescribeUserPoolResponse
        public DescribeUserPoolResponse DescribeUserPool(DescribeUserPoolRequest request)
        {
            var marshaller = new DescribeUserPoolRequestMarshaller();
            var unmarshaller = DescribeUserPoolResponseUnmarshaller.Instance;

            return Invoke<DescribeUserPoolRequest,DescribeUserPoolResponse>(request, marshaller, unmarshaller);
        }
AmazonCognitoIdentityProviderClient