| 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.Invalidation
Description
Synopsis
- data Invalidation = Invalidation' {}
- newInvalidation :: Text -> Text -> UTCTime -> InvalidationBatch -> Invalidation
- invalidation_id :: Lens' Invalidation Text
- invalidation_status :: Lens' Invalidation Text
- invalidation_createTime :: Lens' Invalidation UTCTime
- invalidation_invalidationBatch :: Lens' Invalidation InvalidationBatch
Documentation
data Invalidation Source #
An invalidation.
See: newInvalidation smart constructor.
Constructors
| Invalidation' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> UTCTime | |
| -> InvalidationBatch | |
| -> Invalidation |
Create a value of Invalidation 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:id:Invalidation', invalidation_id - The identifier for the invalidation request. For example:
IDFDVBD632BHDS5.
$sel:status:Invalidation', invalidation_status - The status of the invalidation request. When the invalidation batch is
finished, the status is Completed.
$sel:createTime:Invalidation', invalidation_createTime - The date and time the invalidation request was first made.
$sel:invalidationBatch:Invalidation', invalidation_invalidationBatch - The current invalidation information for the batch request.
invalidation_id :: Lens' Invalidation Text Source #
The identifier for the invalidation request. For example:
IDFDVBD632BHDS5.
invalidation_status :: Lens' Invalidation Text Source #
The status of the invalidation request. When the invalidation batch is
finished, the status is Completed.
invalidation_createTime :: Lens' Invalidation UTCTime Source #
The date and time the invalidation request was first made.
invalidation_invalidationBatch :: Lens' Invalidation InvalidationBatch Source #
The current invalidation information for the batch request.