import { _UnmarshalledBackup } from "./_Backup"; import * as __aws_sdk_types from "@aws-sdk/types"; /** * DescribeBackupsOutput shape */ export interface DescribeBackupsOutput extends __aws_sdk_types.MetadataBearer { /** *
A list of backups.
*/ Backups?: Array<_UnmarshalledBackup>; /** *An opaque string that indicates that the response contains only a subset of backups. Use this value in a subsequent DescribeBackups request to get more backups.