paws.compute (version 0.1.0)

elasticbeanstalk_list_platform_versions: Lists the available platforms

Description

Lists the available platforms.

Usage

elasticbeanstalk_list_platform_versions(Filters, MaxRecords, NextToken)

Arguments

Filters

List only the platforms where the platform member value relates to one of the supplied values.

MaxRecords

The maximum number of platform values returned in one call.

NextToken

The starting index into the remaining list of platforms. Use the NextToken value from a previous ListPlatformVersion call.

Request syntax

svc$list_platform_versions(
  Filters = list(
    list(
      Type = "string",
      Operator = "string",
      Values = list(
        "string"
      )
    )
  ),
  MaxRecords = 123,
  NextToken = "string"
)