paws.management (version 0.1.0)

ssm_describe_instance_patches: Retrieves information about the patches on the specified instance and their state relative to the patch baseline being used for the instance

Description

Retrieves information about the patches on the specified instance and their state relative to the patch baseline being used for the instance.

Usage

ssm_describe_instance_patches(InstanceId, Filters, NextToken,
  MaxResults)

Arguments

InstanceId

[required] The ID of the instance whose patch state information should be retrieved.

Filters

Each entry in the array is a structure containing:

Key (string, between 1 and 128 characters)

Values (array of strings, each string between 1 and 256 characters)

NextToken

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

MaxResults

The maximum number of patches to return (per page).

Request syntax

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