libZSservicesZSamazonka-groundstationZSamazonka-groundstation
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.GroundStation.Types.EndpointDetails

Description

 
Synopsis

Documentation

data EndpointDetails Source #

Information about the endpoint details.

See: newEndpointDetails smart constructor.

Constructors

EndpointDetails' 

Fields

Instances

Instances details
Eq EndpointDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointDetails

Read EndpointDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointDetails

Show EndpointDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointDetails

Generic EndpointDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointDetails

Associated Types

type Rep EndpointDetails :: Type -> Type #

NFData EndpointDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointDetails

Methods

rnf :: EndpointDetails -> () #

Hashable EndpointDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointDetails

ToJSON EndpointDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointDetails

FromJSON EndpointDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointDetails

type Rep EndpointDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointDetails

type Rep EndpointDetails = D1 ('MetaData "EndpointDetails" "Amazonka.GroundStation.Types.EndpointDetails" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "EndpointDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "securityDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SecurityDetails)) :*: S1 ('MetaSel ('Just "endpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataflowEndpoint))))

newEndpointDetails :: EndpointDetails Source #

Create a value of EndpointDetails 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:securityDetails:EndpointDetails', endpointDetails_securityDetails - Endpoint security details.

$sel:endpoint:EndpointDetails', endpointDetails_endpoint - A dataflow endpoint.