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.DescribeTimeToLive

Description

Gives a description of the Time to Live (TTL) status on the specified table.

Synopsis

Creating a Request

data DescribeTimeToLive Source #

See: newDescribeTimeToLive smart constructor.

Constructors

DescribeTimeToLive' 

Fields

Instances

Instances details
Eq DescribeTimeToLive Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTimeToLive

Read DescribeTimeToLive Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTimeToLive

Show DescribeTimeToLive Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTimeToLive

Generic DescribeTimeToLive Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTimeToLive

Associated Types

type Rep DescribeTimeToLive :: Type -> Type #

NFData DescribeTimeToLive Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTimeToLive

Methods

rnf :: DescribeTimeToLive -> () #

Hashable DescribeTimeToLive Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTimeToLive

ToJSON DescribeTimeToLive Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTimeToLive

AWSRequest DescribeTimeToLive Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTimeToLive

Associated Types

type AWSResponse DescribeTimeToLive #

ToHeaders DescribeTimeToLive Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTimeToLive

ToPath DescribeTimeToLive Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTimeToLive

ToQuery DescribeTimeToLive Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTimeToLive

type Rep DescribeTimeToLive Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTimeToLive

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

Defined in Amazonka.DynamoDB.DescribeTimeToLive

newDescribeTimeToLive Source #

Create a value of DescribeTimeToLive 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:DescribeTimeToLive', describeTimeToLive_tableName - The name of the table to be described.

Request Lenses

describeTimeToLive_tableName :: Lens' DescribeTimeToLive Text Source #

The name of the table to be described.

Destructuring the Response

data DescribeTimeToLiveResponse Source #

See: newDescribeTimeToLiveResponse smart constructor.

Constructors

DescribeTimeToLiveResponse' 

Fields

Instances

Instances details
Eq DescribeTimeToLiveResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTimeToLive

Read DescribeTimeToLiveResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTimeToLive

Show DescribeTimeToLiveResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTimeToLive

Generic DescribeTimeToLiveResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTimeToLive

Associated Types

type Rep DescribeTimeToLiveResponse :: Type -> Type #

NFData DescribeTimeToLiveResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTimeToLive

type Rep DescribeTimeToLiveResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.DescribeTimeToLive

type Rep DescribeTimeToLiveResponse = D1 ('MetaData "DescribeTimeToLiveResponse" "Amazonka.DynamoDB.DescribeTimeToLive" "libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb" 'False) (C1 ('MetaCons "DescribeTimeToLiveResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timeToLiveDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimeToLiveDescription)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeTimeToLiveResponse Source #

Create a value of DescribeTimeToLiveResponse 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:timeToLiveDescription:DescribeTimeToLiveResponse', describeTimeToLiveResponse_timeToLiveDescription -

$sel:httpStatus:DescribeTimeToLiveResponse', describeTimeToLiveResponse_httpStatus - The response's http status code.

Response Lenses