| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DynamoDB.DescribeGlobalTableSettings
Description
Describes Region-specific settings for a global table.
This operation only applies to Version 2017.11.29 of global tables.
Synopsis
- data DescribeGlobalTableSettings = DescribeGlobalTableSettings' {}
- newDescribeGlobalTableSettings :: Text -> DescribeGlobalTableSettings
- describeGlobalTableSettings_globalTableName :: Lens' DescribeGlobalTableSettings Text
- data DescribeGlobalTableSettingsResponse = DescribeGlobalTableSettingsResponse' {}
- newDescribeGlobalTableSettingsResponse :: Int -> DescribeGlobalTableSettingsResponse
- describeGlobalTableSettingsResponse_globalTableName :: Lens' DescribeGlobalTableSettingsResponse (Maybe Text)
- describeGlobalTableSettingsResponse_replicaSettings :: Lens' DescribeGlobalTableSettingsResponse (Maybe [ReplicaSettingsDescription])
- describeGlobalTableSettingsResponse_httpStatus :: Lens' DescribeGlobalTableSettingsResponse Int
Creating a Request
data DescribeGlobalTableSettings Source #
See: newDescribeGlobalTableSettings smart constructor.
Constructors
| DescribeGlobalTableSettings' | |
Fields
| |
Instances
newDescribeGlobalTableSettings Source #
Arguments
| :: Text | |
| -> DescribeGlobalTableSettings |
Create a value of DescribeGlobalTableSettings 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:
DescribeGlobalTableSettings, describeGlobalTableSettings_globalTableName - The name of the global table to describe.
Request Lenses
describeGlobalTableSettings_globalTableName :: Lens' DescribeGlobalTableSettings Text Source #
The name of the global table to describe.
Destructuring the Response
data DescribeGlobalTableSettingsResponse Source #
See: newDescribeGlobalTableSettingsResponse smart constructor.
Constructors
| DescribeGlobalTableSettingsResponse' | |
Fields
| |
Instances
newDescribeGlobalTableSettingsResponse Source #
Arguments
| :: Int | |
| -> DescribeGlobalTableSettingsResponse |
Create a value of DescribeGlobalTableSettingsResponse 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:
DescribeGlobalTableSettings, describeGlobalTableSettingsResponse_globalTableName - The name of the global table.
$sel:replicaSettings:DescribeGlobalTableSettingsResponse', describeGlobalTableSettingsResponse_replicaSettings - The Region-specific settings for the global table.
$sel:httpStatus:DescribeGlobalTableSettingsResponse', describeGlobalTableSettingsResponse_httpStatus - The response's http status code.
Response Lenses
describeGlobalTableSettingsResponse_globalTableName :: Lens' DescribeGlobalTableSettingsResponse (Maybe Text) Source #
The name of the global table.
describeGlobalTableSettingsResponse_replicaSettings :: Lens' DescribeGlobalTableSettingsResponse (Maybe [ReplicaSettingsDescription]) Source #
The Region-specific settings for the global table.
describeGlobalTableSettingsResponse_httpStatus :: Lens' DescribeGlobalTableSettingsResponse Int Source #
The response's http status code.