amazonka-ec2-2.0: Amazon Elastic Compute Cloud 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.EC2.Types.KeyFormat

Description

 

Documentation

newtype KeyFormat Source #

Constructors

KeyFormat' 

Fields

Bundled Patterns

pattern KeyFormat_Pem :: KeyFormat 
pattern KeyFormat_Ppk :: KeyFormat 

Instances

Instances details
FromJSON KeyFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.KeyFormat

FromJSONKey KeyFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.KeyFormat

ToJSON KeyFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.KeyFormat

ToJSONKey KeyFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.KeyFormat

ToByteString KeyFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.KeyFormat

Methods

toBS :: KeyFormat -> ByteString #

ToHeader KeyFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.KeyFormat

ToLog KeyFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.KeyFormat

ToQuery KeyFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.KeyFormat

FromText KeyFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.KeyFormat

ToText KeyFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.KeyFormat

Methods

toText :: KeyFormat -> Text #

FromXML KeyFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.KeyFormat

ToXML KeyFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.KeyFormat

Methods

toXML :: KeyFormat -> XML #

Generic KeyFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.KeyFormat

Associated Types

type Rep KeyFormat :: Type -> Type #

Read KeyFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.KeyFormat

Show KeyFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.KeyFormat

NFData KeyFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.KeyFormat

Methods

rnf :: KeyFormat -> () #

Eq KeyFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.KeyFormat

Ord KeyFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.KeyFormat

Hashable KeyFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.KeyFormat

type Rep KeyFormat Source # 
Instance details

Defined in Amazonka.EC2.Types.KeyFormat

type Rep KeyFormat = D1 ('MetaData "KeyFormat" "Amazonka.EC2.Types.KeyFormat" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'True) (C1 ('MetaCons "KeyFormat'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromKeyFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))