Retrieves information about the patches on the specified instance and their state relative to the patch baseline being used for the instance.
ssm_describe_instance_patches(InstanceId, Filters, NextToken,
MaxResults)
[required] The ID of the instance whose patch state information should be retrieved.
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
.
The token for the next set of items to return. (You received this token from a previous call.)
The maximum number of patches to return (per page).
svc$describe_instance_patches( InstanceId = "string", Filters = list( list( Key = "string", Values = list( "string" ) ) ), NextToken = "string", MaxResults = 123 )