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.DescribeExport

Description

Describes an existing table export.

Synopsis

Creating a Request

data DescribeExport Source #

See: newDescribeExport smart constructor.

Constructors

DescribeExport' 

Fields

  • exportArn :: Text

    The Amazon Resource Name (ARN) associated with the export.

Instances

Instances details
Eq DescribeExport Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeExport

Read DescribeExport Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeExport

Show DescribeExport Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeExport

Generic DescribeExport Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeExport

Associated Types

type Rep DescribeExport :: Type -> Type #

NFData DescribeExport Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeExport

Methods

rnf :: DescribeExport -> () #

Hashable DescribeExport Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeExport

ToJSON DescribeExport Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeExport

AWSRequest DescribeExport Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeExport

Associated Types

type AWSResponse DescribeExport #

ToHeaders DescribeExport Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeExport

ToPath DescribeExport Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeExport

ToQuery DescribeExport Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeExport

type Rep DescribeExport Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeExport

type Rep DescribeExport = D1 ('MetaData "DescribeExport" "Amazonka.DynamoDB.DescribeExport" "libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb" 'False) (C1 ('MetaCons "DescribeExport'" 'PrefixI 'True) (S1 ('MetaSel ('Just "exportArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeExport Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeExport

newDescribeExport Source #

Create a value of DescribeExport 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:exportArn:DescribeExport', describeExport_exportArn - The Amazon Resource Name (ARN) associated with the export.

Request Lenses

describeExport_exportArn :: Lens' DescribeExport Text Source #

The Amazon Resource Name (ARN) associated with the export.

Destructuring the Response

data DescribeExportResponse Source #

See: newDescribeExportResponse smart constructor.

Constructors

DescribeExportResponse' 

Fields

Instances

Instances details
Eq DescribeExportResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeExport

Read DescribeExportResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeExport

Show DescribeExportResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeExport

Generic DescribeExportResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeExport

Associated Types

type Rep DescribeExportResponse :: Type -> Type #

NFData DescribeExportResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeExport

Methods

rnf :: DescribeExportResponse -> () #

type Rep DescribeExportResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeExport

type Rep DescribeExportResponse = D1 ('MetaData "DescribeExportResponse" "Amazonka.DynamoDB.DescribeExport" "libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb" 'False) (C1 ('MetaCons "DescribeExportResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "exportDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExportDescription)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeExportResponse Source #

Create a value of DescribeExportResponse 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:exportDescription:DescribeExportResponse', describeExportResponse_exportDescription - Represents the properties of the export.

$sel:httpStatus:DescribeExportResponse', describeExportResponse_httpStatus - The response's http status code.

Response Lenses