amazonka-dynamodb-0.3.4: Amazon DynamoDB SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.DynamoDB.DescribeTable

Contents

Description

Returns information about the table, including the current status of the table, when it was created, the primary key schema, and any indexes on the table.

If you issue a DescribeTable request immediately after a CreateTable request, DynamoDB might return a ResourceNotFoundException. This is because DescribeTable uses an eventually consistent query, and the metadata for your table might not be available at that moment. Wait for a few seconds, and then try the DescribeTable request again.

http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_DescribeTable.html

Synopsis

Request

Request constructor

describeTable Source

DescribeTable constructor.

The fields accessible through corresponding lenses are:

Request lenses

dt1TableName :: Lens' DescribeTable Text Source

The name of the table to describe.

Response

Response constructor

describeTableResponse Source

DescribeTableResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses