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.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
Eq DescribeTableReplicaAutoScaling Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTableReplicaAutoScaling

Read DescribeTableReplicaAutoScaling Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTableReplicaAutoScaling

Show 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 #

NFData DescribeTableReplicaAutoScaling Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTableReplicaAutoScaling

Hashable DescribeTableReplicaAutoScaling Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTableReplicaAutoScaling

ToJSON DescribeTableReplicaAutoScaling Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTableReplicaAutoScaling

AWSRequest 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

type Rep DescribeTableReplicaAutoScaling Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTableReplicaAutoScaling

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

Defined in Amazonka.DynamoDB.DescribeTableReplicaAutoScaling

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:

$sel:tableName:DescribeTableReplicaAutoScaling', describeTableReplicaAutoScaling_tableName - The name of the table.

Request Lenses

Destructuring the Response

data DescribeTableReplicaAutoScalingResponse Source #

Constructors

DescribeTableReplicaAutoScalingResponse' 

Fields

Instances

Instances details
Eq 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

Generic DescribeTableReplicaAutoScalingResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTableReplicaAutoScaling

NFData 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" "libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb" '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