Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
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.
See: newPaths
smart constructor.
Instances
Eq Paths Source # | |
Read Paths Source # | |
Show Paths Source # | |
Generic Paths Source # | |
NFData Paths Source # | |
Defined in Amazonka.CloudFront.Types.Paths | |
Hashable Paths Source # | |
Defined in Amazonka.CloudFront.Types.Paths | |
FromXML Paths Source # | |
ToXML Paths Source # | |
Defined in Amazonka.CloudFront.Types.Paths | |
type Rep Paths Source # | |
Defined in Amazonka.CloudFront.Types.Paths type Rep Paths = D1 ('MetaData "Paths" "Amazonka.CloudFront.Types.Paths" "libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront" 'False) (C1 ('MetaCons "Paths'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "quantity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
Create a value of Paths
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:items:Paths'
, paths_items
- A complex type that contains a list of the paths that you want to
invalidate.
$sel:quantity:Paths'
, paths_quantity
- The number of invalidation paths specified for the objects that you want
to invalidate.