/** *

A complex data type for the status codes that you specify that, when returned by a primary origin, trigger CloudFront to failover to a second origin.

*/ export interface _StatusCodes { /** *

The number of status codes.

*/ Quantity: number; /** *

The items (status codes) for an origin group.

*/ Items: Array | Iterable; } export interface _UnmarshalledStatusCodes extends _StatusCodes { /** *

The items (status codes) for an origin group.

*/ Items: Array; }