amazonka-apigateway-2.0: Amazon API Gateway 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.APIGateway.Types.ApiKeysFormat

Description

 

Documentation

newtype ApiKeysFormat Source #

Constructors

ApiKeysFormat' 

Bundled Patterns

pattern ApiKeysFormat_Csv :: ApiKeysFormat 

Instances

Instances details
FromJSON ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

FromJSONKey ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

ToJSON ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

ToJSONKey ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

ToByteString ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

ToHeader ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

ToLog ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

ToQuery ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

FromText ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

ToText ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

Methods

toText :: ApiKeysFormat -> Text #

FromXML ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

ToXML ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

Methods

toXML :: ApiKeysFormat -> XML #

Generic ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

Associated Types

type Rep ApiKeysFormat :: Type -> Type #

Read ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

Show ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

NFData ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

Methods

rnf :: ApiKeysFormat -> () #

Eq ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

Ord ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

Hashable ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

type Rep ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

type Rep ApiKeysFormat = D1 ('MetaData "ApiKeysFormat" "Amazonka.APIGateway.Types.ApiKeysFormat" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'True) (C1 ('MetaCons "ApiKeysFormat'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromApiKeysFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))