import { _DistributionSummary, _UnmarshalledDistributionSummary } from "./_DistributionSummary"; /** *
A distribution list.
*/ export interface _DistributionList { /** *The value you provided for the Marker request parameter.
If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.
The value you provided for the MaxItems request parameter.
A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.
The number of distributions that were created by the current AWS account.
*/ Quantity: number; /** *A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.
A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.