paws.management (version 0.1.0)

opsworks_describe_agent_versions: Describes the available AWS OpsWorks Stacks agent versions

Description

Describes the available AWS OpsWorks Stacks agent versions. You must specify a stack ID or a configuration manager. DescribeAgentVersions returns a list of available agent versions for the specified stack or configuration manager.

Usage

opsworks_describe_agent_versions(StackId, ConfigurationManager)

Arguments

StackId

The stack ID.

ConfigurationManager

The configuration manager.

Request syntax

svc$describe_agent_versions(
  StackId = "string",
  ConfigurationManager = list(
    Name = "string",
    Version = "string"
  )
)