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 |
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_replicaSettings :: Lens' DescribeGlobalTableSettingsResponse (Maybe [ReplicaSettingsDescription])
- describeGlobalTableSettingsResponse_globalTableName :: Lens' DescribeGlobalTableSettingsResponse (Maybe Text)
- describeGlobalTableSettingsResponse_httpStatus :: Lens' DescribeGlobalTableSettingsResponse Int
Creating a Request
data DescribeGlobalTableSettings Source #
See: newDescribeGlobalTableSettings
smart constructor.
DescribeGlobalTableSettings' | |
|
Instances
newDescribeGlobalTableSettings Source #
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:
$sel:globalTableName: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.
DescribeGlobalTableSettingsResponse' | |
|
Instances
newDescribeGlobalTableSettingsResponse Source #
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:
$sel:replicaSettings:DescribeGlobalTableSettingsResponse'
, describeGlobalTableSettingsResponse_replicaSettings
- The Region-specific settings for the global table.
$sel:globalTableName:DescribeGlobalTableSettings'
, describeGlobalTableSettingsResponse_globalTableName
- The name of the global table.
$sel:httpStatus:DescribeGlobalTableSettingsResponse'
, describeGlobalTableSettingsResponse_httpStatus
- The response's http status code.
Response Lenses
describeGlobalTableSettingsResponse_replicaSettings :: Lens' DescribeGlobalTableSettingsResponse (Maybe [ReplicaSettingsDescription]) Source #
The Region-specific settings for the global table.
describeGlobalTableSettingsResponse_globalTableName :: Lens' DescribeGlobalTableSettingsResponse (Maybe Text) Source #
The name of the global table.
describeGlobalTableSettingsResponse_httpStatus :: Lens' DescribeGlobalTableSettingsResponse Int Source #
The response's http status code.