/** *

A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.

*/ export interface _Paths { /** *

The number of invalidation paths specified for the objects that you want to invalidate.

*/ Quantity: number; /** *

A complex type that contains a list of the paths that you want to invalidate.

*/ Items?: Array | Iterable; } export interface _UnmarshalledPaths extends _Paths { /** *

A complex type that contains a list of the paths that you want to invalidate.

*/ Items?: Array; }