libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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

Creating a Request

data DescribeGlobalTableSettings Source #

See: newDescribeGlobalTableSettings smart constructor.

Constructors

DescribeGlobalTableSettings' 

Fields

Instances

Instances details
Eq DescribeGlobalTableSettings Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeGlobalTableSettings

Read DescribeGlobalTableSettings Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeGlobalTableSettings

Show DescribeGlobalTableSettings Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeGlobalTableSettings

Generic DescribeGlobalTableSettings Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeGlobalTableSettings

Associated Types

type Rep DescribeGlobalTableSettings :: Type -> Type #

NFData DescribeGlobalTableSettings Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeGlobalTableSettings

Hashable DescribeGlobalTableSettings Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeGlobalTableSettings

ToJSON DescribeGlobalTableSettings Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeGlobalTableSettings

AWSRequest DescribeGlobalTableSettings Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeGlobalTableSettings

ToHeaders DescribeGlobalTableSettings Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeGlobalTableSettings

ToPath DescribeGlobalTableSettings Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeGlobalTableSettings

ToQuery DescribeGlobalTableSettings Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeGlobalTableSettings

type Rep DescribeGlobalTableSettings Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeGlobalTableSettings

type Rep DescribeGlobalTableSettings = D1 ('MetaData "DescribeGlobalTableSettings" "Amazonka.DynamoDB.DescribeGlobalTableSettings" "libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb" 'False) (C1 ('MetaCons "DescribeGlobalTableSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "globalTableName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeGlobalTableSettings Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeGlobalTableSettings

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

Destructuring the Response

data DescribeGlobalTableSettingsResponse Source #

Constructors

DescribeGlobalTableSettingsResponse' 

Fields

Instances

Instances details
Eq DescribeGlobalTableSettingsResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeGlobalTableSettings

Read DescribeGlobalTableSettingsResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeGlobalTableSettings

Show DescribeGlobalTableSettingsResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeGlobalTableSettings

Generic DescribeGlobalTableSettingsResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeGlobalTableSettings

NFData DescribeGlobalTableSettingsResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeGlobalTableSettings

type Rep DescribeGlobalTableSettingsResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeGlobalTableSettings

type Rep DescribeGlobalTableSettingsResponse = D1 ('MetaData "DescribeGlobalTableSettingsResponse" "Amazonka.DynamoDB.DescribeGlobalTableSettings" "libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb" 'False) (C1 ('MetaCons "DescribeGlobalTableSettingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replicaSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ReplicaSettingsDescription])) :*: (S1 ('MetaSel ('Just "globalTableName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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