- Navigation Guide
@aws-sdk/client-ssm
GetDeployablePatchSnapshotForInstanceCommandOutput Interface
The output of GetDeployablePatchSnapshotForInstanceCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
InstanceId | string | undefined | The managed node ID. |
Product | string | undefined | Returns the specific operating system (for example Windows Server 2012 or Amazon Linux 2015.09) on the managed node for the specified patch snapshot. |
SnapshotDownloadUrl | string | undefined | A pre-signed Amazon Simple Storage Service (Amazon S3) URL that can be used to download the patch snapshot. |
SnapshotId | string | undefined | The user-defined snapshot ID. |
Full Signature
export interface GetDeployablePatchSnapshotForInstanceCommandOutput extends GetDeployablePatchSnapshotForInstanceResult, MetadataBearer