amazonka-dynamodb-2.0: Amazon DynamoDB SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.DynamoDB.DescribeTableReplicaAutoScaling

Description

Describes auto scaling settings across replicas of the global table at once.

This operation only applies to Version 2019.11.21 of global tables.

Synopsis

Creating a Request

data DescribeTableReplicaAutoScaling Source #

See: newDescribeTableReplicaAutoScaling smart constructor.

Constructors

DescribeTableReplicaAutoScaling' 

Fields

Instances

Instances details
ToJSON DescribeTableReplicaAutoScaling Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTableReplicaAutoScaling

ToHeaders DescribeTableReplicaAutoScaling Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTableReplicaAutoScaling

ToPath DescribeTableReplicaAutoScaling Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTableReplicaAutoScaling

ToQuery DescribeTableReplicaAutoScaling Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTableReplicaAutoScaling

AWSRequest DescribeTableReplicaAutoScaling Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTableReplicaAutoScaling

Generic DescribeTableReplicaAutoScaling Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTableReplicaAutoScaling

Associated Types

type Rep DescribeTableReplicaAutoScaling :: Type -> Type #

Read DescribeTableReplicaAutoScaling Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTableReplicaAutoScaling

Show DescribeTableReplicaAutoScaling Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTableReplicaAutoScaling

NFData DescribeTableReplicaAutoScaling Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTableReplicaAutoScaling

Eq DescribeTableReplicaAutoScaling Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTableReplicaAutoScaling

Hashable DescribeTableReplicaAutoScaling Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTableReplicaAutoScaling

type AWSResponse DescribeTableReplicaAutoScaling Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTableReplicaAutoScaling

type Rep DescribeTableReplicaAutoScaling Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTableReplicaAutoScaling

type Rep DescribeTableReplicaAutoScaling = D1 ('MetaData "DescribeTableReplicaAutoScaling" "Amazonka.DynamoDB.DescribeTableReplicaAutoScaling" "amazonka-dynamodb-2.0-GNxlseyeFiu302JKQwQrUS" 'False) (C1 ('MetaCons "DescribeTableReplicaAutoScaling'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tableName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeTableReplicaAutoScaling Source #

Create a value of DescribeTableReplicaAutoScaling 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:

DescribeTableReplicaAutoScaling, describeTableReplicaAutoScaling_tableName - The name of the table.

Request Lenses

Destructuring the Response

data DescribeTableReplicaAutoScalingResponse Source #

Constructors

DescribeTableReplicaAutoScalingResponse' 

Fields

Instances

Instances details
Generic DescribeTableReplicaAutoScalingResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTableReplicaAutoScaling

Read DescribeTableReplicaAutoScalingResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTableReplicaAutoScaling

Show DescribeTableReplicaAutoScalingResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTableReplicaAutoScaling

NFData DescribeTableReplicaAutoScalingResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTableReplicaAutoScaling

Eq DescribeTableReplicaAutoScalingResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTableReplicaAutoScaling

type Rep DescribeTableReplicaAutoScalingResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTableReplicaAutoScaling

type Rep DescribeTableReplicaAutoScalingResponse = D1 ('MetaData "DescribeTableReplicaAutoScalingResponse" "Amazonka.DynamoDB.DescribeTableReplicaAutoScaling" "amazonka-dynamodb-2.0-GNxlseyeFiu302JKQwQrUS" 'False) (C1 ('MetaCons "DescribeTableReplicaAutoScalingResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tableAutoScalingDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableAutoScalingDescription)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeTableReplicaAutoScalingResponse Source #

Create a value of DescribeTableReplicaAutoScalingResponse 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:tableAutoScalingDescription:DescribeTableReplicaAutoScalingResponse', describeTableReplicaAutoScalingResponse_tableAutoScalingDescription - Represents the auto scaling properties of the table.

$sel:httpStatus:DescribeTableReplicaAutoScalingResponse', describeTableReplicaAutoScalingResponse_httpStatus - The response's http status code.

Response Lenses