Copyright | (c) 2013-2018 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
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.
Creating a Request
Creates a value of DescribeTable
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dTableName
- The name of the table to describe.
data DescribeTable Source #
Represents the input of a DescribeTable
operation.
See: describeTable
smart constructor.
Instances
Request Lenses
dTableName :: Lens' DescribeTable Text Source #
The name of the table to describe.
Destructuring the Response
describeTableResponse Source #
Creates a value of DescribeTableResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
drsTable
- The properties of the table.drsResponseStatus
- -- | The response status code.
data DescribeTableResponse Source #
Represents the output of a DescribeTable
operation.
See: describeTableResponse
smart constructor.
Instances
Response Lenses
drsTable :: Lens' DescribeTableResponse (Maybe TableDescription) Source #
The properties of the table.
drsResponseStatus :: Lens' DescribeTableResponse Int Source #
- - | The response status code.