amazonka-cloudfront-2.0: Amazon CloudFront SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.CloudFront.Types.Paths

Description

 
Synopsis

Documentation

data Paths Source #

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' 

Fields

  • items :: Maybe [Text]

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

  • quantity :: Int

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

Instances

Instances details
FromXML Paths Source # 
Instance details

Defined in Amazonka.CloudFront.Types.Paths

Methods

parseXML :: [Node] -> Either String Paths #

ToXML Paths Source # 
Instance details

Defined in Amazonka.CloudFront.Types.Paths

Methods

toXML :: Paths -> XML #

Generic Paths Source # 
Instance details

Defined in Amazonka.CloudFront.Types.Paths

Associated Types

type Rep Paths :: Type -> Type #

Methods

from :: Paths -> Rep Paths x #

to :: Rep Paths x -> Paths #

Read Paths Source # 
Instance details

Defined in Amazonka.CloudFront.Types.Paths

Show Paths Source # 
Instance details

Defined in Amazonka.CloudFront.Types.Paths

Methods

showsPrec :: Int -> Paths -> ShowS #

show :: Paths -> String #

showList :: [Paths] -> ShowS #

NFData Paths Source # 
Instance details

Defined in Amazonka.CloudFront.Types.Paths

Methods

rnf :: Paths -> () #

Eq Paths Source # 
Instance details

Defined in Amazonka.CloudFront.Types.Paths

Methods

(==) :: Paths -> Paths -> Bool #

(/=) :: Paths -> Paths -> Bool #

Hashable Paths Source # 
Instance details

Defined in Amazonka.CloudFront.Types.Paths

Methods

hashWithSalt :: Int -> Paths -> Int #

hash :: Paths -> Int #

type Rep Paths Source # 
Instance details

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)))

newPaths Source #

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.

paths_items :: Lens' Paths (Maybe [Text]) Source #

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

paths_quantity :: Lens' Paths Int Source #

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