| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CloudFront.Types.Paths
Description
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.
Constructors
| Paths' | |
Instances
| FromXML Paths Source # | |
| ToXML Paths Source # | |
Defined in Amazonka.CloudFront.Types.Paths | |
| Generic Paths Source # | |
| Read Paths Source # | |
| Show Paths Source # | |
| NFData Paths Source # | |
Defined in Amazonka.CloudFront.Types.Paths | |
| Eq Paths Source # | |
| Hashable 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" "amazonka-cloudfront-2.0-8Jb7luniAuUfLdUxCxW4K" '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.