paws.management (version 0.1.0)

ssm_describe_available_patches: Lists all patches that could possibly be included in a patch baseline

Description

Lists all patches that could possibly be included in a patch baseline.

Usage

ssm_describe_available_patches(Filters, MaxResults, NextToken)

Arguments

Filters

Filters used to scope down the returned patches.

MaxResults

The maximum number of patches 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_available_patches(
  Filters = list(
    list(
      Key = "string",
      Values = list(
        "string"
      )
    )
  ),
  MaxResults = 123,
  NextToken = "string"
)