amazonka-securitylake-2.0: Amazon Security Lake 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.SecurityLake.Types.HttpsMethod

Description

 

Documentation

newtype HttpsMethod Source #

Constructors

HttpsMethod' 

Bundled Patterns

pattern HttpsMethod_POST :: HttpsMethod 
pattern HttpsMethod_PUT :: HttpsMethod 

Instances

Instances details
FromJSON HttpsMethod Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.HttpsMethod

FromJSONKey HttpsMethod Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.HttpsMethod

ToJSON HttpsMethod Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.HttpsMethod

ToJSONKey HttpsMethod Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.HttpsMethod

ToByteString HttpsMethod Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.HttpsMethod

ToHeader HttpsMethod Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.HttpsMethod

ToLog HttpsMethod Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.HttpsMethod

ToQuery HttpsMethod Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.HttpsMethod

FromText HttpsMethod Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.HttpsMethod

ToText HttpsMethod Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.HttpsMethod

Methods

toText :: HttpsMethod -> Text #

FromXML HttpsMethod Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.HttpsMethod

ToXML HttpsMethod Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.HttpsMethod

Methods

toXML :: HttpsMethod -> XML #

Generic HttpsMethod Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.HttpsMethod

Associated Types

type Rep HttpsMethod :: Type -> Type #

Read HttpsMethod Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.HttpsMethod

Show HttpsMethod Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.HttpsMethod

NFData HttpsMethod Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.HttpsMethod

Methods

rnf :: HttpsMethod -> () #

Eq HttpsMethod Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.HttpsMethod

Ord HttpsMethod Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.HttpsMethod

Hashable HttpsMethod Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.HttpsMethod

type Rep HttpsMethod Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.HttpsMethod

type Rep HttpsMethod = D1 ('MetaData "HttpsMethod" "Amazonka.SecurityLake.Types.HttpsMethod" "amazonka-securitylake-2.0-4WRm07ESU278sNrKhxoCOb" 'True) (C1 ('MetaCons "HttpsMethod'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHttpsMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))