libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp
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.CognitoIdentityProvider.Types.HttpHeader

Description

 
Synopsis

Documentation

data HttpHeader Source #

The HTTP header.

See: newHttpHeader smart constructor.

Constructors

HttpHeader' 

Fields

Instances

Instances details
Eq HttpHeader Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.HttpHeader

Read HttpHeader Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.HttpHeader

Show HttpHeader Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.HttpHeader

Generic HttpHeader Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.HttpHeader

Associated Types

type Rep HttpHeader :: Type -> Type #

NFData HttpHeader Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.HttpHeader

Methods

rnf :: HttpHeader -> () #

Hashable HttpHeader Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.HttpHeader

ToJSON HttpHeader Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.HttpHeader

type Rep HttpHeader Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.HttpHeader

type Rep HttpHeader = D1 ('MetaData "HttpHeader" "Amazonka.CognitoIdentityProvider.Types.HttpHeader" "libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp" 'False) (C1 ('MetaCons "HttpHeader'" 'PrefixI 'True) (S1 ('MetaSel ('Just "headerValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "headerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newHttpHeader :: HttpHeader Source #

Create a value of HttpHeader 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:headerValue:HttpHeader', httpHeader_headerValue - The header value.

$sel:headerName:HttpHeader', httpHeader_headerName - The header name