Learn R Programming

paws.management (version 0.1.12)

opsworks_describe_operating_systems: Describes the operating systems that are supported by AWS OpsWorks Stacks

Description

Describes the operating systems that are supported by AWS OpsWorks Stacks.

Usage

opsworks_describe_operating_systems()

Arguments

Value

A list with the following syntax:

list(
  OperatingSystems = list(
    list(
      Name = "string",
      Id = "string",
      Type = "string",
      ConfigurationManagers = list(
        list(
          Name = "string",
          Version = "string"
        )
      ),
      ReportedName = "string",
      ReportedVersion = "string",
      Supported = TRUE|FALSE
    )
  )
)