import * as __aws_sdk_types from "@aws-sdk/types"; /** *
A JSON object containing the following fields:
*/ export interface CreateStorediSCSIVolumeOutput extends __aws_sdk_types.MetadataBearer { /** *The Amazon Resource Name (ARN) of the configured volume.
*/ VolumeARN?: string; /** *The size of the volume in bytes.
*/ VolumeSizeInBytes?: number; /** *The Amazon Resource Name (ARN) of the volume target, which includes the iSCSI name that initiators can use to connect to the target.
*/ TargetARN?: string; /** * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ $metadata: __aws_sdk_types.ResponseMetadata; }