- Navigation Guide
@aws-sdk/client-ssm
DescribeInstancePatchStatesCommandOutput Interface
The output of DescribeInstancePatchStatesCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
InstancePatchStates | InstancePatchState[] | undefined | The high-level patch state for the requested managed nodes. |
NextToken | string | undefined | The token to use when requesting the next set of items. If there are no additional items to return, the string is empty. |
Full Signature
export interface DescribeInstancePatchStatesCommandOutput extends DescribeInstancePatchStatesResult, MetadataBearer