View source: R/ssm_operations.R
ssm_describe_available_patches | R Documentation |
Lists all patches eligible to be included in a patch baseline.
See https://www.paws-r-sdk.com/docs/ssm_describe_available_patches/ for full documentation.
ssm_describe_available_patches(
Filters = NULL,
MaxResults = NULL,
NextToken = NULL
)
Filters |
Each element in the array is a structure containing a key-value pair. Windows Server Supported keys for Windows Server managed node patches include the following:
Linux When specifying filters for Linux patches, you must specify a key-pair
for
However, the following command succeeds:
Supported keys for Linux managed node patches include the following:
|
MaxResults |
The maximum number of patches to return (per page). |
NextToken |
The token for the next set of items to return. (You received this token from a previous call.) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.