Learn R Programming

paws.management (version 0.1.11)

ssm_get_deployable_patch_snapshot_for_instance: Retrieves the current snapshot for the patch baseline the instance uses

Description

Retrieves the current snapshot for the patch baseline the instance uses. This API is primarily used by the AWS-RunPatchBaseline Systems Manager document.

Usage

ssm_get_deployable_patch_snapshot_for_instance(InstanceId, SnapshotId)

Arguments

InstanceId

[required] The ID of the instance for which the appropriate patch snapshot should be retrieved.

SnapshotId

[required] The user-defined snapshot ID.

Value

A list with the following syntax:

list(
  InstanceId = "string",
  SnapshotId = "string",
  SnapshotDownloadUrl = "string",
  Product = "string"
)

Request syntax

svc$get_deployable_patch_snapshot_for_instance(
  InstanceId = "string",
  SnapshotId = "string"
)