Lists all patches eligible to be included in a patch baseline.
ssm_describe_available_patches(Filters, MaxResults, NextToken)
A list with the following syntax:
list(
Patches = list(
list(
Id = "string",
ReleaseDate = as.POSIXct(
"2015-01-01"
),
Title = "string",
Description = "string",
ContentUrl = "string",
Vendor = "string",
ProductFamily = "string",
Product = "string",
Classification = "string",
MsrcSeverity = "string",
KbNumber = "string",
MsrcNumber = "string",
Language = "string",
AdvisoryIds = list(
"string"
),
BugzillaIds = list(
"string"
),
CVEIds = list(
"string"
),
Name = "string",
Epoch = 123,
Version = "string",
Release = "string",
Arch = "string",
Severity = "string",
Repository = "string"
)
),
NextToken = "string"
)
Filters used to scope down the returned patches.
The maximum number of patches to return (per page).
The token for the next set of items to return. (You received this token from a previous call.)
svc$describe_available_patches(
Filters = list(
list(
Key = "string",
Values = list(
"string"
)
)
),
MaxResults = 123,
NextToken = "string"
)