libZSservicesZSamazonka-iotZSamazonka-iot
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.IoT.Types.HttpActionHeader

Description

 
Synopsis

Documentation

data HttpActionHeader Source #

The HTTP action header.

See: newHttpActionHeader smart constructor.

Constructors

HttpActionHeader' 

Fields

  • key :: Text

    The HTTP header key.

  • value :: Text

    The HTTP header value. Substitution templates are supported.

Instances

Instances details
Eq HttpActionHeader Source # 
Instance details

Defined in Amazonka.IoT.Types.HttpActionHeader

Read HttpActionHeader Source # 
Instance details

Defined in Amazonka.IoT.Types.HttpActionHeader

Show HttpActionHeader Source # 
Instance details

Defined in Amazonka.IoT.Types.HttpActionHeader

Generic HttpActionHeader Source # 
Instance details

Defined in Amazonka.IoT.Types.HttpActionHeader

Associated Types

type Rep HttpActionHeader :: Type -> Type #

NFData HttpActionHeader Source # 
Instance details

Defined in Amazonka.IoT.Types.HttpActionHeader

Methods

rnf :: HttpActionHeader -> () #

Hashable HttpActionHeader Source # 
Instance details

Defined in Amazonka.IoT.Types.HttpActionHeader

ToJSON HttpActionHeader Source # 
Instance details

Defined in Amazonka.IoT.Types.HttpActionHeader

FromJSON HttpActionHeader Source # 
Instance details

Defined in Amazonka.IoT.Types.HttpActionHeader

type Rep HttpActionHeader Source # 
Instance details

Defined in Amazonka.IoT.Types.HttpActionHeader

type Rep HttpActionHeader = D1 ('MetaData "HttpActionHeader" "Amazonka.IoT.Types.HttpActionHeader" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "HttpActionHeader'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newHttpActionHeader Source #

Create a value of HttpActionHeader 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:key:HttpActionHeader', httpActionHeader_key - The HTTP header key.

$sel:value:HttpActionHeader', httpActionHeader_value - The HTTP header value. Substitution templates are supported.

httpActionHeader_value :: Lens' HttpActionHeader Text Source #

The HTTP header value. Substitution templates are supported.