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 RestoreJobsListMember = RestoreJobsListMember' {
- status :: Maybe RestoreJobStatus
- iamRoleArn :: Maybe Text
- expectedCompletionTimeMinutes :: Maybe Integer
- restoreJobId :: Maybe Text
- resourceType :: Maybe Text
- percentDone :: Maybe Text
- accountId :: Maybe Text
- createdResourceArn :: Maybe Text
- statusMessage :: Maybe Text
- recoveryPointArn :: Maybe Text
- backupSizeInBytes :: Maybe Integer
- creationDate :: Maybe POSIX
- completionDate :: Maybe POSIX
- newRestoreJobsListMember :: RestoreJobsListMember
- restoreJobsListMember_status :: Lens' RestoreJobsListMember (Maybe RestoreJobStatus)
- restoreJobsListMember_iamRoleArn :: Lens' RestoreJobsListMember (Maybe Text)
- restoreJobsListMember_expectedCompletionTimeMinutes :: Lens' RestoreJobsListMember (Maybe Integer)
- restoreJobsListMember_restoreJobId :: Lens' RestoreJobsListMember (Maybe Text)
- restoreJobsListMember_resourceType :: Lens' RestoreJobsListMember (Maybe Text)
- restoreJobsListMember_percentDone :: Lens' RestoreJobsListMember (Maybe Text)
- restoreJobsListMember_accountId :: Lens' RestoreJobsListMember (Maybe Text)
- restoreJobsListMember_createdResourceArn :: Lens' RestoreJobsListMember (Maybe Text)
- restoreJobsListMember_statusMessage :: Lens' RestoreJobsListMember (Maybe Text)
- restoreJobsListMember_recoveryPointArn :: Lens' RestoreJobsListMember (Maybe Text)
- restoreJobsListMember_backupSizeInBytes :: Lens' RestoreJobsListMember (Maybe Integer)
- restoreJobsListMember_creationDate :: Lens' RestoreJobsListMember (Maybe UTCTime)
- restoreJobsListMember_completionDate :: Lens' RestoreJobsListMember (Maybe UTCTime)
Documentation
data RestoreJobsListMember Source #
Contains metadata about a restore job.
See: newRestoreJobsListMember
smart constructor.
RestoreJobsListMember' | |
|
Instances
newRestoreJobsListMember :: RestoreJobsListMember Source #
Create a value of RestoreJobsListMember
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:status:RestoreJobsListMember'
, restoreJobsListMember_status
- A status code specifying the state of the job initiated by Backup to
restore a recovery point.
$sel:iamRoleArn:RestoreJobsListMember'
, restoreJobsListMember_iamRoleArn
- Specifies the IAM role ARN used to create the target recovery point; for
example, arn:aws:iam::123456789012:role/S3Access
.
$sel:expectedCompletionTimeMinutes:RestoreJobsListMember'
, restoreJobsListMember_expectedCompletionTimeMinutes
- The amount of time in minutes that a job restoring a recovery point is
expected to take.
$sel:restoreJobId:RestoreJobsListMember'
, restoreJobsListMember_restoreJobId
- Uniquely identifies the job that restores a recovery point.
$sel:resourceType:RestoreJobsListMember'
, restoreJobsListMember_resourceType
- The resource type of the listed restore jobs; for example, an Amazon
Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database
Service (Amazon RDS) database. For Windows Volume Shadow Copy Service
(VSS) backups, the only supported resource type is Amazon EC2.
$sel:percentDone:RestoreJobsListMember'
, restoreJobsListMember_percentDone
- Contains an estimated percentage complete of a job at the time the job
status was queried.
$sel:accountId:RestoreJobsListMember'
, restoreJobsListMember_accountId
- The account ID that owns the restore job.
$sel:createdResourceArn:RestoreJobsListMember'
, restoreJobsListMember_createdResourceArn
- An Amazon Resource Name (ARN) that uniquely identifies a resource. The
format of the ARN depends on the resource type.
$sel:statusMessage:RestoreJobsListMember'
, restoreJobsListMember_statusMessage
- A detailed message explaining the status of the job to restore a
recovery point.
$sel:recoveryPointArn:RestoreJobsListMember'
, restoreJobsListMember_recoveryPointArn
- An ARN that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
$sel:backupSizeInBytes:RestoreJobsListMember'
, restoreJobsListMember_backupSizeInBytes
- The size, in bytes, of the restored resource.
$sel:creationDate:RestoreJobsListMember'
, restoreJobsListMember_creationDate
- The date and time a restore job is created, in Unix format and
Coordinated Universal Time (UTC). The value of CreationDate
is
accurate to milliseconds. For example, the value 1516925490.087
represents Friday, January 26, 2018 12:11:30.087 AM.
$sel:completionDate:RestoreJobsListMember'
, restoreJobsListMember_completionDate
- The date and time a job to restore a recovery point is completed, in
Unix format and Coordinated Universal Time (UTC). The value of
CompletionDate
is accurate to milliseconds. For example, the value
1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
restoreJobsListMember_status :: Lens' RestoreJobsListMember (Maybe RestoreJobStatus) Source #
A status code specifying the state of the job initiated by Backup to restore a recovery point.
restoreJobsListMember_iamRoleArn :: Lens' RestoreJobsListMember (Maybe Text) Source #
Specifies the IAM role ARN used to create the target recovery point; for
example, arn:aws:iam::123456789012:role/S3Access
.
restoreJobsListMember_expectedCompletionTimeMinutes :: Lens' RestoreJobsListMember (Maybe Integer) Source #
The amount of time in minutes that a job restoring a recovery point is expected to take.
restoreJobsListMember_restoreJobId :: Lens' RestoreJobsListMember (Maybe Text) Source #
Uniquely identifies the job that restores a recovery point.
restoreJobsListMember_resourceType :: Lens' RestoreJobsListMember (Maybe Text) Source #
The resource type of the listed restore jobs; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) backups, the only supported resource type is Amazon EC2.
restoreJobsListMember_percentDone :: Lens' RestoreJobsListMember (Maybe Text) Source #
Contains an estimated percentage complete of a job at the time the job status was queried.
restoreJobsListMember_accountId :: Lens' RestoreJobsListMember (Maybe Text) Source #
The account ID that owns the restore job.
restoreJobsListMember_createdResourceArn :: Lens' RestoreJobsListMember (Maybe Text) Source #
An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
restoreJobsListMember_statusMessage :: Lens' RestoreJobsListMember (Maybe Text) Source #
A detailed message explaining the status of the job to restore a recovery point.
restoreJobsListMember_recoveryPointArn :: Lens' RestoreJobsListMember (Maybe Text) Source #
An ARN that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
restoreJobsListMember_backupSizeInBytes :: Lens' RestoreJobsListMember (Maybe Integer) Source #
The size, in bytes, of the restored resource.
restoreJobsListMember_creationDate :: Lens' RestoreJobsListMember (Maybe UTCTime) Source #
The date and time a restore job is created, in Unix format and
Coordinated Universal Time (UTC). The value of CreationDate
is
accurate to milliseconds. For example, the value 1516925490.087
represents Friday, January 26, 2018 12:11:30.087 AM.
restoreJobsListMember_completionDate :: Lens' RestoreJobsListMember (Maybe UTCTime) Source #
The date and time a job to restore a recovery point is completed, in
Unix format and Coordinated Universal Time (UTC). The value of
CompletionDate
is accurate to milliseconds. For example, the value
1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.