Describes the available AWS OpsWorks Stacks agent versions. You must
specify a stack ID or a configuration manager.
describe_agent_versions returns a
list of available agent versions for the specified stack or
configuration manager.
opsworks_describe_agent_versions(StackId, ConfigurationManager)A list with the following syntax:
list(
  AgentVersions = list(
    list(
      Version = "string",
      ConfigurationManager = list(
        Name = "string",
        Version = "string"
      )
    )
  )
)
The stack ID.
The configuration manager.
svc$describe_agent_versions(
  StackId = "string",
  ConfigurationManager = list(
    Name = "string",
    Version = "string"
  )
)