amazonka-kinesis-firehose-2.0: Amazon Kinesis Firehose SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Firehose.Types.HttpEndpointDescription

Description

 
Synopsis

Documentation

data HttpEndpointDescription Source #

Describes the HTTP endpoint selected as the destination.

See: newHttpEndpointDescription smart constructor.

Constructors

HttpEndpointDescription' 

Fields

Instances

Instances details
FromJSON HttpEndpointDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointDescription

Generic HttpEndpointDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointDescription

Associated Types

type Rep HttpEndpointDescription :: Type -> Type #

Show HttpEndpointDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointDescription

NFData HttpEndpointDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointDescription

Methods

rnf :: HttpEndpointDescription -> () #

Eq HttpEndpointDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointDescription

Hashable HttpEndpointDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointDescription

type Rep HttpEndpointDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointDescription

type Rep HttpEndpointDescription = D1 ('MetaData "HttpEndpointDescription" "Amazonka.Firehose.Types.HttpEndpointDescription" "amazonka-kinesis-firehose-2.0-6l1hHmh2UnHBvolxuQFkWB" 'False) (C1 ('MetaCons "HttpEndpointDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))

newHttpEndpointDescription :: HttpEndpointDescription Source #

Create a value of HttpEndpointDescription 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:name:HttpEndpointDescription', httpEndpointDescription_name - The name of the HTTP endpoint selected as the destination.

$sel:url:HttpEndpointDescription', httpEndpointDescription_url - The URL of the HTTP endpoint selected as the destination.

httpEndpointDescription_name :: Lens' HttpEndpointDescription (Maybe Text) Source #

The name of the HTTP endpoint selected as the destination.

httpEndpointDescription_url :: Lens' HttpEndpointDescription (Maybe Text) Source #

The URL of the HTTP endpoint selected as the destination.