Lists the patch baselines in your AWS account.
ssm_describe_patch_baselines(Filters, MaxResults, NextToken)
Each element in the array is a structure containing:
Key: (string, \"NAME\_PREFIX\" or \"OWNER\")
Value: (array of strings, exactly 1 entry, between 1 and 255 characters)
The maximum number of patch baselines to return (per page).
The token for the next set of items to return. (You received this token from a previous call.)
svc$describe_patch_baselines( Filters = list( list( Key = "string", Values = list( "string" ) ) ), MaxResults = 123, NextToken = "string" )