ssm_describe_patch_properties: Lists the properties of available patches organized by...

View source: R/ssm_operations.R

ssm_describe_patch_propertiesR Documentation

Lists the properties of available patches organized by product, product family, classification, severity, and other properties of available patches

Description

Lists the properties of available patches organized by product, product family, classification, severity, and other properties of available patches. You can use the reported properties in the filters you specify in requests for operations such as create_patch_baseline, update_patch_baseline, describe_available_patches, and describe_patch_baselines.

See https://www.paws-r-sdk.com/docs/ssm_describe_patch_properties/ for full documentation.

Usage

ssm_describe_patch_properties(
  OperatingSystem,
  Property,
  PatchSet = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

OperatingSystem

[required] The operating system type for which to list patches.

Property

[required] The patch property for which you want to view patch details.

PatchSet

Indicates whether to list patches for the Windows operating system or for applications released by Microsoft. Not applicable for the Linux or macOS operating systems.

MaxResults

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

NextToken

The token for the next set of items to return. (You received this token from a previous call.)


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.