import { _UnmarshalledTapeInfo } from "./_TapeInfo"; import * as __aws_sdk_types from "@aws-sdk/types"; /** *
A JSON object containing the following fields:
*/ export interface ListTapesOutput extends __aws_sdk_types.MetadataBearer { /** *An array of TapeInfo objects, where each object describes an a single tape. If there not tapes in the tape library or VTS, then the TapeInfos is an empty array.
A string that indicates the position at which to begin returning the next list of tapes. Use the marker in your next request to continue pagination of tapes. If there are no more tapes to list, this element does not appear in the response body.
*/ Marker?: 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; }