paws.management (version 0.1.0)

opsworkscm_describe_servers: Lists all configuration management servers that are identified with your account

Description

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

Usage

opsworkscm_describe_servers(ServerName, NextToken, MaxResults)

Arguments

ServerName

Describes the server with the specified ServerName.

NextToken

This is not currently implemented for DescribeServers requests.

MaxResults

This is not currently implemented for DescribeServers requests.

Request syntax

svc$describe_servers(
  ServerName = "string",
  NextToken = "string",
  MaxResults = 123
)

Details

This operation is synchronous.

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