| 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 |
Network.AWS.DynamoDB.DescribeGlobalTableSettings
Description
Describes region specific settings for a global table.
Synopsis
- describeGlobalTableSettings :: Text -> DescribeGlobalTableSettings
- data DescribeGlobalTableSettings
- dgtsGlobalTableName :: Lens' DescribeGlobalTableSettings Text
- describeGlobalTableSettingsResponse :: Int -> DescribeGlobalTableSettingsResponse
- data DescribeGlobalTableSettingsResponse
- dgtsrsReplicaSettings :: Lens' DescribeGlobalTableSettingsResponse [ReplicaSettingsDescription]
- dgtsrsGlobalTableName :: Lens' DescribeGlobalTableSettingsResponse (Maybe Text)
- dgtsrsResponseStatus :: Lens' DescribeGlobalTableSettingsResponse Int
Creating a Request
describeGlobalTableSettings Source #
Arguments
| :: Text | |
| -> DescribeGlobalTableSettings |
Creates a value of DescribeGlobalTableSettings with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dgtsGlobalTableName- The name of the global table to describe.
data DescribeGlobalTableSettings Source #
See: describeGlobalTableSettings smart constructor.
Instances
Request Lenses
dgtsGlobalTableName :: Lens' DescribeGlobalTableSettings Text Source #
The name of the global table to describe.
Destructuring the Response
describeGlobalTableSettingsResponse Source #
Arguments
| :: Int | |
| -> DescribeGlobalTableSettingsResponse |
Creates a value of DescribeGlobalTableSettingsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dgtsrsReplicaSettings- The region specific settings for the global table.dgtsrsGlobalTableName- The name of the global table.dgtsrsResponseStatus- -- | The response status code.
data DescribeGlobalTableSettingsResponse Source #
See: describeGlobalTableSettingsResponse smart constructor.
Instances
Response Lenses
dgtsrsReplicaSettings :: Lens' DescribeGlobalTableSettingsResponse [ReplicaSettingsDescription] Source #
The region specific settings for the global table.
dgtsrsGlobalTableName :: Lens' DescribeGlobalTableSettingsResponse (Maybe Text) Source #
The name of the global table.
dgtsrsResponseStatus :: Lens' DescribeGlobalTableSettingsResponse Int Source #
- - | The response status code.