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.Types.Endpoint

Description

 
Synopsis

Documentation

data Endpoint Source #

An endpoint information details.

See: newEndpoint smart constructor.

Constructors

Endpoint' 

Fields

Instances

Instances details
Eq Endpoint Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.Endpoint

Read Endpoint Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.Endpoint

Show Endpoint Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.Endpoint

Generic Endpoint Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.Endpoint

Associated Types

type Rep Endpoint :: Type -> Type #

Methods

from :: Endpoint -> Rep Endpoint x #

to :: Rep Endpoint x -> Endpoint #

NFData Endpoint Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.Endpoint

Methods

rnf :: Endpoint -> () #

Hashable Endpoint Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.Endpoint

Methods

hashWithSalt :: Int -> Endpoint -> Int #

hash :: Endpoint -> Int #

FromJSON Endpoint Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.Endpoint

type Rep Endpoint Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.Endpoint

type Rep Endpoint = D1 ('MetaData "Endpoint" "Amazonka.DynamoDB.Types.Endpoint" "libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb" 'False) (C1 ('MetaCons "Endpoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "address") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "cachePeriodInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

newEndpoint Source #

Create a value of Endpoint 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:address:Endpoint', endpoint_address - IP address of the endpoint.

$sel:cachePeriodInMinutes:Endpoint', endpoint_cachePeriodInMinutes - Endpoint cache time to live (TTL) value.

endpoint_address :: Lens' Endpoint Text Source #

IP address of the endpoint.

endpoint_cachePeriodInMinutes :: Lens' Endpoint Integer Source #

Endpoint cache time to live (TTL) value.