libZSservicesZSamazonka-securityhubZSamazonka-securityhub
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.SecurityHub.Types.AwsDynamoDbTableProvisionedThroughput

Description

 
Synopsis

Documentation

data AwsDynamoDbTableProvisionedThroughput Source #

Information about the provisioned throughput for the table or for a global secondary index.

See: newAwsDynamoDbTableProvisionedThroughput smart constructor.

Constructors

AwsDynamoDbTableProvisionedThroughput' 

Fields

Instances

Instances details
Eq AwsDynamoDbTableProvisionedThroughput Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableProvisionedThroughput

Read AwsDynamoDbTableProvisionedThroughput Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableProvisionedThroughput

Show AwsDynamoDbTableProvisionedThroughput Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableProvisionedThroughput

Generic AwsDynamoDbTableProvisionedThroughput Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableProvisionedThroughput

NFData AwsDynamoDbTableProvisionedThroughput Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableProvisionedThroughput

Hashable AwsDynamoDbTableProvisionedThroughput Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableProvisionedThroughput

ToJSON AwsDynamoDbTableProvisionedThroughput Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableProvisionedThroughput

FromJSON AwsDynamoDbTableProvisionedThroughput Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableProvisionedThroughput

type Rep AwsDynamoDbTableProvisionedThroughput Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableProvisionedThroughput

type Rep AwsDynamoDbTableProvisionedThroughput = D1 ('MetaData "AwsDynamoDbTableProvisionedThroughput" "Amazonka.SecurityHub.Types.AwsDynamoDbTableProvisionedThroughput" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsDynamoDbTableProvisionedThroughput'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "readCapacityUnits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "lastDecreaseDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "writeCapacityUnits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "numberOfDecreasesToday") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "lastIncreaseDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newAwsDynamoDbTableProvisionedThroughput :: AwsDynamoDbTableProvisionedThroughput Source #

Create a value of AwsDynamoDbTableProvisionedThroughput 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:readCapacityUnits:AwsDynamoDbTableProvisionedThroughput', awsDynamoDbTableProvisionedThroughput_readCapacityUnits - The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException.

$sel:lastDecreaseDateTime:AwsDynamoDbTableProvisionedThroughput', awsDynamoDbTableProvisionedThroughput_lastDecreaseDateTime - Indicates when the provisioned throughput was last decreased.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.

$sel:writeCapacityUnits:AwsDynamoDbTableProvisionedThroughput', awsDynamoDbTableProvisionedThroughput_writeCapacityUnits - The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.

$sel:numberOfDecreasesToday:AwsDynamoDbTableProvisionedThroughput', awsDynamoDbTableProvisionedThroughput_numberOfDecreasesToday - The number of times during the current UTC calendar day that the provisioned throughput was decreased.

$sel:lastIncreaseDateTime:AwsDynamoDbTableProvisionedThroughput', awsDynamoDbTableProvisionedThroughput_lastIncreaseDateTime - Indicates when the provisioned throughput was last increased.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.

awsDynamoDbTableProvisionedThroughput_readCapacityUnits :: Lens' AwsDynamoDbTableProvisionedThroughput (Maybe Int) Source #

The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException.

awsDynamoDbTableProvisionedThroughput_lastDecreaseDateTime :: Lens' AwsDynamoDbTableProvisionedThroughput (Maybe Text) Source #

Indicates when the provisioned throughput was last decreased.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.

awsDynamoDbTableProvisionedThroughput_writeCapacityUnits :: Lens' AwsDynamoDbTableProvisionedThroughput (Maybe Int) Source #

The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.

awsDynamoDbTableProvisionedThroughput_numberOfDecreasesToday :: Lens' AwsDynamoDbTableProvisionedThroughput (Maybe Int) Source #

The number of times during the current UTC calendar day that the provisioned throughput was decreased.

awsDynamoDbTableProvisionedThroughput_lastIncreaseDateTime :: Lens' AwsDynamoDbTableProvisionedThroughput (Maybe Text) Source #

Indicates when the provisioned throughput was last increased.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.