Copyright | (c) 2013-2021 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 |
Returns information about the specified global table.
This operation only applies to Version 2017.11.29 of global tables. If you are using global tables Version 2019.11.21 you can use DescribeTable instead.
Synopsis
- data DescribeGlobalTable = DescribeGlobalTable' {}
- newDescribeGlobalTable :: Text -> DescribeGlobalTable
- describeGlobalTable_globalTableName :: Lens' DescribeGlobalTable Text
- data DescribeGlobalTableResponse = DescribeGlobalTableResponse' {}
- newDescribeGlobalTableResponse :: Int -> DescribeGlobalTableResponse
- describeGlobalTableResponse_globalTableDescription :: Lens' DescribeGlobalTableResponse (Maybe GlobalTableDescription)
- describeGlobalTableResponse_httpStatus :: Lens' DescribeGlobalTableResponse Int
Creating a Request
data DescribeGlobalTable Source #
See: newDescribeGlobalTable
smart constructor.
DescribeGlobalTable' | |
|
Instances
newDescribeGlobalTable Source #
Create a value of DescribeGlobalTable
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:globalTableName:DescribeGlobalTable'
, describeGlobalTable_globalTableName
- The name of the global table.
Request Lenses
describeGlobalTable_globalTableName :: Lens' DescribeGlobalTable Text Source #
The name of the global table.
Destructuring the Response
data DescribeGlobalTableResponse Source #
See: newDescribeGlobalTableResponse
smart constructor.
DescribeGlobalTableResponse' | |
|
Instances
newDescribeGlobalTableResponse Source #
Create a value of DescribeGlobalTableResponse
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:globalTableDescription:DescribeGlobalTableResponse'
, describeGlobalTableResponse_globalTableDescription
- Contains the details of the global table.
$sel:httpStatus:DescribeGlobalTableResponse'
, describeGlobalTableResponse_httpStatus
- The response's http status code.
Response Lenses
describeGlobalTableResponse_globalTableDescription :: Lens' DescribeGlobalTableResponse (Maybe GlobalTableDescription) Source #
Contains the details of the global table.
describeGlobalTableResponse_httpStatus :: Lens' DescribeGlobalTableResponse Int Source #
The response's http status code.