stratosphere-paymentcryptography-1.0.0: Stratosphere integration for AWS PaymentCryptography.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.PaymentCryptography.Key

Documentation

data KeyModesOfUseProperty Source #

Instances

Instances details
ToJSON KeyModesOfUseProperty Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key.KeyModesOfUseProperty

Show KeyModesOfUseProperty Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key.KeyModesOfUseProperty

Eq KeyModesOfUseProperty Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key.KeyModesOfUseProperty

ToResourceProperties KeyModesOfUseProperty Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key.KeyModesOfUseProperty

Property "Decrypt" KeyModesOfUseProperty Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key.KeyModesOfUseProperty

Property "DeriveKey" KeyModesOfUseProperty Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key.KeyModesOfUseProperty

Property "Encrypt" KeyModesOfUseProperty Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key.KeyModesOfUseProperty

Property "Generate" KeyModesOfUseProperty Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key.KeyModesOfUseProperty

Property "NoRestrictions" KeyModesOfUseProperty Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key.KeyModesOfUseProperty

Associated Types

type PropertyType "NoRestrictions" KeyModesOfUseProperty 
Instance details

Defined in Stratosphere.PaymentCryptography.Key.KeyModesOfUseProperty

Property "Sign" KeyModesOfUseProperty Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key.KeyModesOfUseProperty

Property "Unwrap" KeyModesOfUseProperty Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key.KeyModesOfUseProperty

Property "Verify" KeyModesOfUseProperty Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key.KeyModesOfUseProperty

Property "Wrap" KeyModesOfUseProperty Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key.KeyModesOfUseProperty

type PropertyType "Decrypt" KeyModesOfUseProperty Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key.KeyModesOfUseProperty

type PropertyType "DeriveKey" KeyModesOfUseProperty Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key.KeyModesOfUseProperty

type PropertyType "Encrypt" KeyModesOfUseProperty Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key.KeyModesOfUseProperty

type PropertyType "Generate" KeyModesOfUseProperty Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key.KeyModesOfUseProperty

type PropertyType "NoRestrictions" KeyModesOfUseProperty Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key.KeyModesOfUseProperty

type PropertyType "Sign" KeyModesOfUseProperty Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key.KeyModesOfUseProperty

type PropertyType "Unwrap" KeyModesOfUseProperty Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key.KeyModesOfUseProperty

type PropertyType "Verify" KeyModesOfUseProperty Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key.KeyModesOfUseProperty

type PropertyType "Wrap" KeyModesOfUseProperty Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key.KeyModesOfUseProperty

data KeyAttributesProperty Source #

Instances

Instances details
ToJSON KeyAttributesProperty Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key.KeyAttributesProperty

Show KeyAttributesProperty Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key.KeyAttributesProperty

Eq KeyAttributesProperty Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key.KeyAttributesProperty

ToResourceProperties KeyAttributesProperty Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key.KeyAttributesProperty

Property "KeyAlgorithm" KeyAttributesProperty Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key.KeyAttributesProperty

Associated Types

type PropertyType "KeyAlgorithm" KeyAttributesProperty 
Instance details

Defined in Stratosphere.PaymentCryptography.Key.KeyAttributesProperty

Property "KeyClass" KeyAttributesProperty Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key.KeyAttributesProperty

Property "KeyModesOfUse" KeyAttributesProperty Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key.KeyAttributesProperty

Property "KeyUsage" KeyAttributesProperty Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key.KeyAttributesProperty

type PropertyType "KeyAlgorithm" KeyAttributesProperty Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key.KeyAttributesProperty

type PropertyType "KeyClass" KeyAttributesProperty Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key.KeyAttributesProperty

type PropertyType "KeyModesOfUse" KeyAttributesProperty Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key.KeyAttributesProperty

type PropertyType "KeyUsage" KeyAttributesProperty Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key.KeyAttributesProperty

data Key Source #

Instances

Instances details
ToJSON Key Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key

Show Key Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key

Methods

showsPrec :: Int -> Key -> ShowS #

show :: Key -> String #

showList :: [Key] -> ShowS #

Eq Key Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key

Methods

(==) :: Key -> Key -> Bool #

(/=) :: Key -> Key -> Bool #

ToResourceProperties Key Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key

Property "DeriveKeyUsage" Key Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key

Associated Types

type PropertyType "DeriveKeyUsage" Key 
Instance details

Defined in Stratosphere.PaymentCryptography.Key

type PropertyType "DeriveKeyUsage" Key = Value Text

Methods

set :: PropertyType "DeriveKeyUsage" Key -> Key -> Key #

Property "Enabled" Key Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key

Associated Types

type PropertyType "Enabled" Key 
Instance details

Defined in Stratosphere.PaymentCryptography.Key

type PropertyType "Enabled" Key = Value Bool

Methods

set :: PropertyType "Enabled" Key -> Key -> Key #

Property "Exportable" Key Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key

Associated Types

type PropertyType "Exportable" Key 
Instance details

Defined in Stratosphere.PaymentCryptography.Key

type PropertyType "Exportable" Key = Value Bool

Methods

set :: PropertyType "Exportable" Key -> Key -> Key #

Property "KeyAttributes" Key Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key

Associated Types

type PropertyType "KeyAttributes" Key 
Instance details

Defined in Stratosphere.PaymentCryptography.Key

type PropertyType "KeyAttributes" Key = KeyAttributesProperty

Methods

set :: PropertyType "KeyAttributes" Key -> Key -> Key #

Property "KeyCheckValueAlgorithm" Key Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key

Associated Types

type PropertyType "KeyCheckValueAlgorithm" Key 
Instance details

Defined in Stratosphere.PaymentCryptography.Key

type PropertyType "KeyCheckValueAlgorithm" Key = Value Text

Methods

set :: PropertyType "KeyCheckValueAlgorithm" Key -> Key -> Key #

Property "Tags" Key Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key

Associated Types

type PropertyType "Tags" Key 
Instance details

Defined in Stratosphere.PaymentCryptography.Key

type PropertyType "Tags" Key = [Tag]

Methods

set :: PropertyType "Tags" Key -> Key -> Key #

type PropertyType "DeriveKeyUsage" Key Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key

type PropertyType "DeriveKeyUsage" Key = Value Text
type PropertyType "Enabled" Key Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key

type PropertyType "Enabled" Key = Value Bool
type PropertyType "Exportable" Key Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key

type PropertyType "Exportable" Key = Value Bool
type PropertyType "KeyAttributes" Key Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key

type PropertyType "KeyAttributes" Key = KeyAttributesProperty
type PropertyType "KeyCheckValueAlgorithm" Key Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key

type PropertyType "KeyCheckValueAlgorithm" Key = Value Text
type PropertyType "Tags" Key Source # 
Instance details

Defined in Stratosphere.PaymentCryptography.Key

type PropertyType "Tags" Key = [Tag]