paws.management (version 0.1.0)

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.

Request syntax

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