Retrieves the current snapshot for the patch baseline the instance uses. This API is primarily used by the AWS-RunPatchBaseline Systems Manager document.
ssm_get_deployable_patch_snapshot_for_instance(InstanceId, SnapshotId)
A list with the following syntax:
list(
InstanceId = "string",
SnapshotId = "string",
SnapshotDownloadUrl = "string",
Product = "string"
)
[required] The ID of the instance for which the appropriate patch snapshot should be retrieved.
[required] The user-defined snapshot ID.
svc$get_deployable_patch_snapshot_for_instance(
InstanceId = "string",
SnapshotId = "string"
)