amazonka-dynamodb-0.0.3: 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.

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 :: DescribeTableResponse Source

DescribeTableResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses