paws.management (version 0.1.0)

ssm_describe_patch_baselines: Lists the patch baselines in your AWS account

Description

Lists the patch baselines in your AWS account.

Usage

ssm_describe_patch_baselines(Filters, MaxResults, NextToken)

Arguments

Filters

Each element in the array is a structure containing:

Key: (string, "NAME\_PREFIX" or "OWNER")

Value: (array of strings, exactly 1 entry, between 1 and 255 characters)

MaxResults

The maximum number of patch baselines to return (per page).

NextToken

The token for the next set of items to return. (You received this token from a previous call.)

Request syntax

svc$describe_patch_baselines(
  Filters = list(
    list(
      Key = "string",
      Values = list(
        "string"
      )
    )
  ),
  MaxResults = 123,
  NextToken = "string"
)