Learn R Programming

paws.management (version 0.1.12)

ssm_get_patch_baseline_for_patch_group: Retrieves the patch baseline that should be used for the specified patch group

Description

Retrieves the patch baseline that should be used for the specified patch group.

Usage

ssm_get_patch_baseline_for_patch_group(PatchGroup, OperatingSystem)

Value

A list with the following syntax:

list(
  BaselineId = "string",
  PatchGroup = "string",
  OperatingSystem = "WINDOWS"|"AMAZON_LINUX"|"AMAZON_LINUX_2"|"UBUNTU"|"REDHAT_ENTERPRISE_LINUX"|"SUSE"|"CENTOS"|"ORACLE_LINUX"|"DEBIAN"|"MACOS"
)

Arguments

PatchGroup

[required] The name of the patch group whose patch baseline should be retrieved.

OperatingSystem

Returns he operating system rule specified for patch groups using the patch baseline.

Request syntax

svc$get_patch_baseline_for_patch_group(
  PatchGroup = "string",
  OperatingSystem = "WINDOWS"|"AMAZON_LINUX"|"AMAZON_LINUX_2"|"UBUNTU"|"REDHAT_ENTERPRISE_LINUX"|"SUSE"|"CENTOS"|"ORACLE_LINUX"|"DEBIAN"|"MACOS"
)