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 specified global table.
Synopsis
- describeGlobalTable :: Text -> DescribeGlobalTable
- data DescribeGlobalTable
- dgtGlobalTableName :: Lens' DescribeGlobalTable Text
- describeGlobalTableResponse :: Int -> DescribeGlobalTableResponse
- data DescribeGlobalTableResponse
- dgtrsGlobalTableDescription :: Lens' DescribeGlobalTableResponse (Maybe GlobalTableDescription)
- dgtrsResponseStatus :: Lens' DescribeGlobalTableResponse Int
Creating a Request
Creates a value of DescribeGlobalTable
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dgtGlobalTableName
- The name of the global table.
data DescribeGlobalTable Source #
See: describeGlobalTable
smart constructor.
Instances
Request Lenses
dgtGlobalTableName :: Lens' DescribeGlobalTable Text Source #
The name of the global table.
Destructuring the Response
describeGlobalTableResponse Source #
Creates a value of DescribeGlobalTableResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dgtrsGlobalTableDescription
- Contains the details of the global table.dgtrsResponseStatus
- -- | The response status code.
data DescribeGlobalTableResponse Source #
See: describeGlobalTableResponse
smart constructor.
Instances
Response Lenses
dgtrsGlobalTableDescription :: Lens' DescribeGlobalTableResponse (Maybe GlobalTableDescription) Source #
Contains the details of the global table.
dgtrsResponseStatus :: Lens' DescribeGlobalTableResponse Int Source #
- - | The response status code.