- Navigation Guide
@aws-sdk/client-ec2
EnableFastSnapshotRestoresCommandOutput Interface
The output of EnableFastSnapshotRestoresCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
Successful | EnableFastSnapshotRestoreSuccessItem[] | undefined | Information about the snapshots for which fast snapshot restores were successfully enabled. |
Unsuccessful | EnableFastSnapshotRestoreErrorItem[] | undefined | Information about the snapshots for which fast snapshot restores could not be enabled. |
Full Signature
export interface EnableFastSnapshotRestoresCommandOutput extends EnableFastSnapshotRestoresResult, MetadataBearer