paws.management (version 0.1.0)

ssm_get_default_patch_baseline: Retrieves the default patch baseline

Description

Retrieves the default patch baseline. Note that Systems Manager supports creating multiple default patch baselines. For example, you can create a default patch baseline for each operating system.

Usage

ssm_get_default_patch_baseline(OperatingSystem)

Arguments

OperatingSystem

Returns the default patch baseline for the specified operating system.

Request syntax

svc$get_default_patch_baseline(
  OperatingSystem = "WINDOWS"|"AMAZON_LINUX"|"AMAZON_LINUX_2"|"UBUNTU"|"REDHAT_ENTERPRISE_LINUX"|"SUSE"|"CENTOS"
)

Details

If you do not specify an operating system value, the default patch baseline for Windows is returned.