libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb
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.DynamoDB.Types.ExportSummary

Description

 
Synopsis

Documentation

data ExportSummary Source #

Summary information about an export task.

See: newExportSummary smart constructor.

Constructors

ExportSummary' 

Fields

Instances

Instances details
Eq ExportSummary Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ExportSummary

Read ExportSummary Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ExportSummary

Show ExportSummary Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ExportSummary

Generic ExportSummary Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ExportSummary

Associated Types

type Rep ExportSummary :: Type -> Type #

NFData ExportSummary Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ExportSummary

Methods

rnf :: ExportSummary -> () #

Hashable ExportSummary Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ExportSummary

FromJSON ExportSummary Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ExportSummary

type Rep ExportSummary Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ExportSummary

type Rep ExportSummary = D1 ('MetaData "ExportSummary" "Amazonka.DynamoDB.Types.ExportSummary" "libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb" 'False) (C1 ('MetaCons "ExportSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "exportStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExportStatus)) :*: S1 ('MetaSel ('Just "exportArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newExportSummary :: ExportSummary Source #

Create a value of ExportSummary 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:exportStatus:ExportSummary', exportSummary_exportStatus - Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.

$sel:exportArn:ExportSummary', exportSummary_exportArn - The Amazon Resource Name (ARN) of the export.

exportSummary_exportStatus :: Lens' ExportSummary (Maybe ExportStatus) Source #

Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.

exportSummary_exportArn :: Lens' ExportSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the export.