import { _UnmarshalledCachediSCSIVolume } from "./_CachediSCSIVolume"; import * as __aws_sdk_types from "@aws-sdk/types"; /** *

A JSON object containing the following fields:

*/ export interface DescribeCachediSCSIVolumesOutput extends __aws_sdk_types.MetadataBearer { /** *

An array of objects where each object contains metadata about one cached volume.

*/ CachediSCSIVolumes?: Array<_UnmarshalledCachediSCSIVolume>; /** * 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; }