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 |
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.
Invalidation' | |
|
Instances
:: 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.