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.HttpAuthorization

Description

 
Synopsis

Documentation

data HttpAuthorization Source #

The authorization method used to send messages.

See: newHttpAuthorization smart constructor.

Constructors

HttpAuthorization' 

Fields

Instances

Instances details
Eq HttpAuthorization Source # 
Instance details

Defined in Amazonka.IoT.Types.HttpAuthorization

Read HttpAuthorization Source # 
Instance details

Defined in Amazonka.IoT.Types.HttpAuthorization

Show HttpAuthorization Source # 
Instance details

Defined in Amazonka.IoT.Types.HttpAuthorization

Generic HttpAuthorization Source # 
Instance details

Defined in Amazonka.IoT.Types.HttpAuthorization

Associated Types

type Rep HttpAuthorization :: Type -> Type #

NFData HttpAuthorization Source # 
Instance details

Defined in Amazonka.IoT.Types.HttpAuthorization

Methods

rnf :: HttpAuthorization -> () #

Hashable HttpAuthorization Source # 
Instance details

Defined in Amazonka.IoT.Types.HttpAuthorization

ToJSON HttpAuthorization Source # 
Instance details

Defined in Amazonka.IoT.Types.HttpAuthorization

FromJSON HttpAuthorization Source # 
Instance details

Defined in Amazonka.IoT.Types.HttpAuthorization

type Rep HttpAuthorization Source # 
Instance details

Defined in Amazonka.IoT.Types.HttpAuthorization

type Rep HttpAuthorization = D1 ('MetaData "HttpAuthorization" "Amazonka.IoT.Types.HttpAuthorization" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "HttpAuthorization'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sigv4") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SigV4Authorization))))

newHttpAuthorization :: HttpAuthorization Source #

Create a value of HttpAuthorization 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:sigv4:HttpAuthorization', httpAuthorization_sigv4 - Use Sig V4 authorization. For more information, see Signature Version 4 Signing Process.