libZSservicesZSamazonka-elasticacheZSamazonka-elasticache
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.ElastiCache.Types.CustomerNodeEndpoint

Description

 
Synopsis

Documentation

data CustomerNodeEndpoint Source #

The endpoint from which data should be migrated.

See: newCustomerNodeEndpoint smart constructor.

Constructors

CustomerNodeEndpoint' 

Fields

Instances

Instances details
Eq CustomerNodeEndpoint Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CustomerNodeEndpoint

Read CustomerNodeEndpoint Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CustomerNodeEndpoint

Show CustomerNodeEndpoint Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CustomerNodeEndpoint

Generic CustomerNodeEndpoint Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CustomerNodeEndpoint

Associated Types

type Rep CustomerNodeEndpoint :: Type -> Type #

NFData CustomerNodeEndpoint Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CustomerNodeEndpoint

Methods

rnf :: CustomerNodeEndpoint -> () #

Hashable CustomerNodeEndpoint Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CustomerNodeEndpoint

ToQuery CustomerNodeEndpoint Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CustomerNodeEndpoint

type Rep CustomerNodeEndpoint Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CustomerNodeEndpoint

type Rep CustomerNodeEndpoint = D1 ('MetaData "CustomerNodeEndpoint" "Amazonka.ElastiCache.Types.CustomerNodeEndpoint" "libZSservicesZSamazonka-elasticacheZSamazonka-elasticache" 'False) (C1 ('MetaCons "CustomerNodeEndpoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "address") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newCustomerNodeEndpoint :: CustomerNodeEndpoint Source #

Create a value of CustomerNodeEndpoint 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:CustomerNodeEndpoint', customerNodeEndpoint_address - The address of the node endpoint

$sel:port:CustomerNodeEndpoint', customerNodeEndpoint_port - The port of the node endpoint