paws.management (version 0.1.0)

ssm_describe_instance_patch_states: Retrieves the high-level patch state of one or more instances

Description

Retrieves the high-level patch state of one or more instances.

Usage

ssm_describe_instance_patch_states(InstanceIds, NextToken, MaxResults)

Arguments

InstanceIds

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

NextToken

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

MaxResults

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

Request syntax

svc$describe_instance_patch_states(
  InstanceIds = list(
    "string"
  ),
  NextToken = "string",
  MaxResults = 123
)