stratosphere-dms-1.0.0: Stratosphere integration for AWS DMS.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.DMS.Certificate

Documentation

data Certificate Source #

Instances

Instances details
ToJSON Certificate Source # 
Instance details

Defined in Stratosphere.DMS.Certificate

Show Certificate Source # 
Instance details

Defined in Stratosphere.DMS.Certificate

Eq Certificate Source # 
Instance details

Defined in Stratosphere.DMS.Certificate

ToResourceProperties Certificate Source # 
Instance details

Defined in Stratosphere.DMS.Certificate

Property "CertificateIdentifier" Certificate Source # 
Instance details

Defined in Stratosphere.DMS.Certificate

Associated Types

type PropertyType "CertificateIdentifier" Certificate 
Instance details

Defined in Stratosphere.DMS.Certificate

type PropertyType "CertificateIdentifier" Certificate = Value Text

Methods

set :: PropertyType "CertificateIdentifier" Certificate -> Certificate -> Certificate #

Property "CertificatePem" Certificate Source # 
Instance details

Defined in Stratosphere.DMS.Certificate

Associated Types

type PropertyType "CertificatePem" Certificate 
Instance details

Defined in Stratosphere.DMS.Certificate

type PropertyType "CertificatePem" Certificate = Value Text

Methods

set :: PropertyType "CertificatePem" Certificate -> Certificate -> Certificate #

Property "CertificateWallet" Certificate Source # 
Instance details

Defined in Stratosphere.DMS.Certificate

Associated Types

type PropertyType "CertificateWallet" Certificate 
Instance details

Defined in Stratosphere.DMS.Certificate

type PropertyType "CertificateWallet" Certificate = Value Text

Methods

set :: PropertyType "CertificateWallet" Certificate -> Certificate -> Certificate #

type PropertyType "CertificateIdentifier" Certificate Source # 
Instance details

Defined in Stratosphere.DMS.Certificate

type PropertyType "CertificateIdentifier" Certificate = Value Text
type PropertyType "CertificatePem" Certificate Source # 
Instance details

Defined in Stratosphere.DMS.Certificate

type PropertyType "CertificatePem" Certificate = Value Text
type PropertyType "CertificateWallet" Certificate Source # 
Instance details

Defined in Stratosphere.DMS.Certificate

type PropertyType "CertificateWallet" Certificate = Value Text