Lists all patches eligible to be included in a patch baseline.
ssm_describe_available_patches(Filters, MaxResults, NextToken)
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" )