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).
A list with the following syntax:
list( Patches = list( list( Title = "string", KBId = "string", Classification = "string", Severity = "string", State = "INSTALLED"|"INSTALLED_OTHER"|"INSTALLED_PENDING_REBOOT"|"INSTALLED_REJECTED"|"MISSING"|"NOT_APPLICABLE"|"FAILED", InstalledTime = as.POSIXct( "2015-01-01" ), CVEIds = "string" ) ), NextToken = "string" )
svc$describe_instance_patches( InstanceId = "string", Filters = list( list( Key = "string", Values = list( "string" ) ) ), NextToken = "string", MaxResults = 123 )