amazonka-dynamodb-2.0: Amazon DynamoDB SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.DynamoDB.DescribeImport

Description

Represents the properties of the import.

Synopsis

Creating a Request

data DescribeImport Source #

See: newDescribeImport smart constructor.

Constructors

DescribeImport' 

Fields

  • importArn :: Text

    The Amazon Resource Name (ARN) associated with the table you're importing to.

Instances

Instances details
ToJSON DescribeImport Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeImport

ToHeaders DescribeImport Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeImport

ToPath DescribeImport Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeImport

ToQuery DescribeImport Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeImport

AWSRequest DescribeImport Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeImport

Associated Types

type AWSResponse DescribeImport #

Generic DescribeImport Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeImport

Associated Types

type Rep DescribeImport :: Type -> Type #

Read DescribeImport Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeImport

Show DescribeImport Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeImport

NFData DescribeImport Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeImport

Methods

rnf :: DescribeImport -> () #

Eq DescribeImport Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeImport

Hashable DescribeImport Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeImport

type AWSResponse DescribeImport Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeImport

type Rep DescribeImport Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeImport

type Rep DescribeImport = D1 ('MetaData "DescribeImport" "Amazonka.DynamoDB.DescribeImport" "amazonka-dynamodb-2.0-GNxlseyeFiu302JKQwQrUS" 'False) (C1 ('MetaCons "DescribeImport'" 'PrefixI 'True) (S1 ('MetaSel ('Just "importArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeImport Source #

Create a value of DescribeImport 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:

DescribeImport, describeImport_importArn - The Amazon Resource Name (ARN) associated with the table you're importing to.

Request Lenses

describeImport_importArn :: Lens' DescribeImport Text Source #

The Amazon Resource Name (ARN) associated with the table you're importing to.

Destructuring the Response

data DescribeImportResponse Source #

See: newDescribeImportResponse smart constructor.

Constructors

DescribeImportResponse' 

Fields

  • httpStatus :: Int

    The response's http status code.

  • importTableDescription :: ImportTableDescription

    Represents the properties of the table created for the import, and parameters of the import. The import parameters include import status, how many items were processed, and how many errors were encountered.

Instances

Instances details
Generic DescribeImportResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeImport

Associated Types

type Rep DescribeImportResponse :: Type -> Type #

Read DescribeImportResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeImport

Show DescribeImportResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeImport

NFData DescribeImportResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeImport

Methods

rnf :: DescribeImportResponse -> () #

Eq DescribeImportResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeImport

type Rep DescribeImportResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeImport

type Rep DescribeImportResponse = D1 ('MetaData "DescribeImportResponse" "Amazonka.DynamoDB.DescribeImport" "amazonka-dynamodb-2.0-GNxlseyeFiu302JKQwQrUS" 'False) (C1 ('MetaCons "DescribeImportResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "importTableDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ImportTableDescription)))

newDescribeImportResponse Source #

Create a value of DescribeImportResponse 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:httpStatus:DescribeImportResponse', describeImportResponse_httpStatus - The response's http status code.

$sel:importTableDescription:DescribeImportResponse', describeImportResponse_importTableDescription - Represents the properties of the table created for the import, and parameters of the import. The import parameters include import status, how many items were processed, and how many errors were encountered.

Response Lenses

describeImportResponse_importTableDescription :: Lens' DescribeImportResponse ImportTableDescription Source #

Represents the properties of the table created for the import, and parameters of the import. The import parameters include import status, how many items were processed, and how many errors were encountered.