stratosphere-transfer-1.0.0: Stratosphere integration for AWS Transfer.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Transfer.Profile

Documentation

data Profile Source #

Instances

Instances details
ToJSON Profile Source # 
Instance details

Defined in Stratosphere.Transfer.Profile

Show Profile Source # 
Instance details

Defined in Stratosphere.Transfer.Profile

Eq Profile Source # 
Instance details

Defined in Stratosphere.Transfer.Profile

Methods

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

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

ToResourceProperties Profile Source # 
Instance details

Defined in Stratosphere.Transfer.Profile

Property "As2Id" Profile Source # 
Instance details

Defined in Stratosphere.Transfer.Profile

Associated Types

type PropertyType "As2Id" Profile 
Instance details

Defined in Stratosphere.Transfer.Profile

Methods

set :: PropertyType "As2Id" Profile -> Profile -> Profile #

Property "CertificateIds" Profile Source # 
Instance details

Defined in Stratosphere.Transfer.Profile

Associated Types

type PropertyType "CertificateIds" Profile 
Instance details

Defined in Stratosphere.Transfer.Profile

type PropertyType "CertificateIds" Profile = ValueList Text

Methods

set :: PropertyType "CertificateIds" Profile -> Profile -> Profile #

Property "ProfileType" Profile Source # 
Instance details

Defined in Stratosphere.Transfer.Profile

Associated Types

type PropertyType "ProfileType" Profile 
Instance details

Defined in Stratosphere.Transfer.Profile

type PropertyType "ProfileType" Profile = Value Text

Methods

set :: PropertyType "ProfileType" Profile -> Profile -> Profile #

Property "Tags" Profile Source # 
Instance details

Defined in Stratosphere.Transfer.Profile

Associated Types

type PropertyType "Tags" Profile 
Instance details

Defined in Stratosphere.Transfer.Profile

type PropertyType "Tags" Profile = [Tag]

Methods

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

type PropertyType "As2Id" Profile Source # 
Instance details

Defined in Stratosphere.Transfer.Profile

type PropertyType "CertificateIds" Profile Source # 
Instance details

Defined in Stratosphere.Transfer.Profile

type PropertyType "CertificateIds" Profile = ValueList Text
type PropertyType "ProfileType" Profile Source # 
Instance details

Defined in Stratosphere.Transfer.Profile

type PropertyType "ProfileType" Profile = Value Text
type PropertyType "Tags" Profile Source # 
Instance details

Defined in Stratosphere.Transfer.Profile

type PropertyType "Tags" Profile = [Tag]