Learn R Programming

paws.management (version 0.1.6)

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

An array of structures. Each entry in the array is a structure containing a Key, Value combination. Valid values for Key are Classification \| KBId \| Severity \| State.

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
)