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 UserPausedDetails = UserPausedDetails' {}
- newUserPausedDetails :: UserPausedDetails
- userPausedDetails_jobExpiresAt :: Lens' UserPausedDetails (Maybe UTCTime)
- userPausedDetails_jobImminentExpirationHealthEventArn :: Lens' UserPausedDetails (Maybe Text)
- userPausedDetails_jobPausedAt :: Lens' UserPausedDetails (Maybe UTCTime)
Documentation
data UserPausedDetails Source #
Provides information about when a classification job was paused. For a one-time job, this object also specifies when the job will expire and be cancelled if it isn't resumed. For a recurring job, this object also specifies when the paused job run will expire and be cancelled if it isn't resumed. This object is present only if a job's current status (jobStatus) is USER_PAUSED. The information in this object applies only to a job that was paused while it had a status of RUNNING.
See: newUserPausedDetails
smart constructor.
UserPausedDetails' | |
|
Instances
newUserPausedDetails :: UserPausedDetails Source #
Create a value of UserPausedDetails
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:jobExpiresAt:UserPausedDetails'
, userPausedDetails_jobExpiresAt
- The date and time, in UTC and extended ISO 8601 format, when the job or
job run will expire and be cancelled if you don't resume it first.
$sel:jobImminentExpirationHealthEventArn:UserPausedDetails'
, userPausedDetails_jobImminentExpirationHealthEventArn
- The Amazon Resource Name (ARN) of the Health event that Amazon Macie
sent to notify you of the job or job run's pending expiration and
cancellation. This value is null if a job has been paused for less than
23 days.
$sel:jobPausedAt:UserPausedDetails'
, userPausedDetails_jobPausedAt
- The date and time, in UTC and extended ISO 8601 format, when you paused
the job.
userPausedDetails_jobExpiresAt :: Lens' UserPausedDetails (Maybe UTCTime) Source #
The date and time, in UTC and extended ISO 8601 format, when the job or job run will expire and be cancelled if you don't resume it first.
userPausedDetails_jobImminentExpirationHealthEventArn :: Lens' UserPausedDetails (Maybe Text) Source #
The Amazon Resource Name (ARN) of the Health event that Amazon Macie sent to notify you of the job or job run's pending expiration and cancellation. This value is null if a job has been paused for less than 23 days.
userPausedDetails_jobPausedAt :: Lens' UserPausedDetails (Maybe UTCTime) Source #
The date and time, in UTC and extended ISO 8601 format, when you paused the job.