stratosphere-workspacesweb-1.0.0: Stratosphere integration for AWS WorkSpacesWeb.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.WorkSpacesWeb.TrustStore

Documentation

data TrustStore Source #

Instances

Instances details
ToJSON TrustStore Source # 
Instance details

Defined in Stratosphere.WorkSpacesWeb.TrustStore

Show TrustStore Source # 
Instance details

Defined in Stratosphere.WorkSpacesWeb.TrustStore

Eq TrustStore Source # 
Instance details

Defined in Stratosphere.WorkSpacesWeb.TrustStore

ToResourceProperties TrustStore Source # 
Instance details

Defined in Stratosphere.WorkSpacesWeb.TrustStore

Property "CertificateList" TrustStore Source # 
Instance details

Defined in Stratosphere.WorkSpacesWeb.TrustStore

Associated Types

type PropertyType "CertificateList" TrustStore 
Instance details

Defined in Stratosphere.WorkSpacesWeb.TrustStore

type PropertyType "CertificateList" TrustStore = ValueList Text

Methods

set :: PropertyType "CertificateList" TrustStore -> TrustStore -> TrustStore #

Property "Tags" TrustStore Source # 
Instance details

Defined in Stratosphere.WorkSpacesWeb.TrustStore

Associated Types

type PropertyType "Tags" TrustStore 
Instance details

Defined in Stratosphere.WorkSpacesWeb.TrustStore

type PropertyType "Tags" TrustStore = [Tag]
type PropertyType "CertificateList" TrustStore Source # 
Instance details

Defined in Stratosphere.WorkSpacesWeb.TrustStore

type PropertyType "CertificateList" TrustStore = ValueList Text
type PropertyType "Tags" TrustStore Source # 
Instance details

Defined in Stratosphere.WorkSpacesWeb.TrustStore

type PropertyType "Tags" TrustStore = [Tag]