libZSservicesZSamazonka-securityhubZSamazonka-securityhub
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SecurityHub.Types.AwsDynamoDbTableRestoreSummary

Description

 
Synopsis

Documentation

data AwsDynamoDbTableRestoreSummary Source #

Information about the restore for the table.

See: newAwsDynamoDbTableRestoreSummary smart constructor.

Constructors

AwsDynamoDbTableRestoreSummary' 

Fields

Instances

Instances details
Eq AwsDynamoDbTableRestoreSummary Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableRestoreSummary

Read AwsDynamoDbTableRestoreSummary Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableRestoreSummary

Show AwsDynamoDbTableRestoreSummary Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableRestoreSummary

Generic AwsDynamoDbTableRestoreSummary Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableRestoreSummary

Associated Types

type Rep AwsDynamoDbTableRestoreSummary :: Type -> Type #

NFData AwsDynamoDbTableRestoreSummary Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableRestoreSummary

Hashable AwsDynamoDbTableRestoreSummary Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableRestoreSummary

ToJSON AwsDynamoDbTableRestoreSummary Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableRestoreSummary

FromJSON AwsDynamoDbTableRestoreSummary Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableRestoreSummary

type Rep AwsDynamoDbTableRestoreSummary Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableRestoreSummary

type Rep AwsDynamoDbTableRestoreSummary = D1 ('MetaData "AwsDynamoDbTableRestoreSummary" "Amazonka.SecurityHub.Types.AwsDynamoDbTableRestoreSummary" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsDynamoDbTableRestoreSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "sourceTableArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceBackupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "restoreInProgress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "restoreDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newAwsDynamoDbTableRestoreSummary :: AwsDynamoDbTableRestoreSummary Source #

Create a value of AwsDynamoDbTableRestoreSummary 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:sourceTableArn:AwsDynamoDbTableRestoreSummary', awsDynamoDbTableRestoreSummary_sourceTableArn - The ARN of the source table for the backup.

$sel:sourceBackupArn:AwsDynamoDbTableRestoreSummary', awsDynamoDbTableRestoreSummary_sourceBackupArn - The ARN of the source backup from which the table was restored.

$sel:restoreInProgress:AwsDynamoDbTableRestoreSummary', awsDynamoDbTableRestoreSummary_restoreInProgress - Whether a restore is currently in progress.

$sel:restoreDateTime:AwsDynamoDbTableRestoreSummary', awsDynamoDbTableRestoreSummary_restoreDateTime - Indicates the point in time that the table was restored to.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.

awsDynamoDbTableRestoreSummary_sourceBackupArn :: Lens' AwsDynamoDbTableRestoreSummary (Maybe Text) Source #

The ARN of the source backup from which the table was restored.

awsDynamoDbTableRestoreSummary_restoreDateTime :: Lens' AwsDynamoDbTableRestoreSummary (Maybe Text) Source #

Indicates the point in time that the table was restored to.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.