Amazon.OpsWorksCM.AmazonOpsWorksCMClient.DescribeServers C# (CSharp) Method

DescribeServers() public method

Lists all configuration management servers that are identified with your account. Only the stored results from Amazon DynamoDB are returned. AWS OpsWorks for Chef Automate does not query other services.

This operation is synchronous.

A ResourceNotFoundException is thrown when the server does not exist. A ValidationException is raised when parameters of the request are invalid.

/// This occurs when the provided nextToken is not valid. /// /// The requested resource does not exist, or access was denied. /// /// One or more of the provided request parameters are not valid. ///
public DescribeServers ( DescribeServersRequest request ) : DescribeServersResponse
request Amazon.OpsWorksCM.Model.DescribeServersRequest Container for the necessary parameters to execute the DescribeServers service method.
return Amazon.OpsWorksCM.Model.DescribeServersResponse
        public DescribeServersResponse DescribeServers(DescribeServersRequest request)
        {
            var marshaller = new DescribeServersRequestMarshaller();
            var unmarshaller = DescribeServersResponseUnmarshaller.Instance;

            return Invoke<DescribeServersRequest,DescribeServersResponse>(request, marshaller, unmarshaller);
        }