stratosphere-customerprofiles-1.0.0: Stratosphere integration for AWS CustomerProfiles.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.CustomerProfiles.Domain

Documentation

data Domain Source #

Instances

Instances details
ToJSON Domain Source # 
Instance details

Defined in Stratosphere.CustomerProfiles.Domain

Show Domain Source # 
Instance details

Defined in Stratosphere.CustomerProfiles.Domain

Eq Domain Source # 
Instance details

Defined in Stratosphere.CustomerProfiles.Domain

Methods

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

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

ToResourceProperties Domain Source # 
Instance details

Defined in Stratosphere.CustomerProfiles.Domain

Property "DeadLetterQueueUrl" Domain Source # 
Instance details

Defined in Stratosphere.CustomerProfiles.Domain

Associated Types

type PropertyType "DeadLetterQueueUrl" Domain 
Instance details

Defined in Stratosphere.CustomerProfiles.Domain

type PropertyType "DeadLetterQueueUrl" Domain = Value Text

Methods

set :: PropertyType "DeadLetterQueueUrl" Domain -> Domain -> Domain #

Property "DefaultEncryptionKey" Domain Source # 
Instance details

Defined in Stratosphere.CustomerProfiles.Domain

Associated Types

type PropertyType "DefaultEncryptionKey" Domain 
Instance details

Defined in Stratosphere.CustomerProfiles.Domain

type PropertyType "DefaultEncryptionKey" Domain = Value Text

Methods

set :: PropertyType "DefaultEncryptionKey" Domain -> Domain -> Domain #

Property "DefaultExpirationDays" Domain Source # 
Instance details

Defined in Stratosphere.CustomerProfiles.Domain

Associated Types

type PropertyType "DefaultExpirationDays" Domain 
Instance details

Defined in Stratosphere.CustomerProfiles.Domain

type PropertyType "DefaultExpirationDays" Domain = Value Integer

Methods

set :: PropertyType "DefaultExpirationDays" Domain -> Domain -> Domain #

Property "DomainName" Domain Source # 
Instance details

Defined in Stratosphere.CustomerProfiles.Domain

Associated Types

type PropertyType "DomainName" Domain 
Instance details

Defined in Stratosphere.CustomerProfiles.Domain

type PropertyType "DomainName" Domain = Value Text

Methods

set :: PropertyType "DomainName" Domain -> Domain -> Domain #

Property "Matching" Domain Source # 
Instance details

Defined in Stratosphere.CustomerProfiles.Domain

Associated Types

type PropertyType "Matching" Domain 
Instance details

Defined in Stratosphere.CustomerProfiles.Domain

Methods

set :: PropertyType "Matching" Domain -> Domain -> Domain #

Property "RuleBasedMatching" Domain Source # 
Instance details

Defined in Stratosphere.CustomerProfiles.Domain

Associated Types

type PropertyType "RuleBasedMatching" Domain 
Instance details

Defined in Stratosphere.CustomerProfiles.Domain

type PropertyType "RuleBasedMatching" Domain = RuleBasedMatchingProperty

Methods

set :: PropertyType "RuleBasedMatching" Domain -> Domain -> Domain #

Property "Tags" Domain Source # 
Instance details

Defined in Stratosphere.CustomerProfiles.Domain

Associated Types

type PropertyType "Tags" Domain 
Instance details

Defined in Stratosphere.CustomerProfiles.Domain

type PropertyType "Tags" Domain = [Tag]

Methods

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

type PropertyType "DeadLetterQueueUrl" Domain Source # 
Instance details

Defined in Stratosphere.CustomerProfiles.Domain

type PropertyType "DeadLetterQueueUrl" Domain = Value Text
type PropertyType "DefaultEncryptionKey" Domain Source # 
Instance details

Defined in Stratosphere.CustomerProfiles.Domain

type PropertyType "DefaultEncryptionKey" Domain = Value Text
type PropertyType "DefaultExpirationDays" Domain Source # 
Instance details

Defined in Stratosphere.CustomerProfiles.Domain

type PropertyType "DefaultExpirationDays" Domain = Value Integer
type PropertyType "DomainName" Domain Source # 
Instance details

Defined in Stratosphere.CustomerProfiles.Domain

type PropertyType "DomainName" Domain = Value Text
type PropertyType "Matching" Domain Source # 
Instance details

Defined in Stratosphere.CustomerProfiles.Domain

type PropertyType "RuleBasedMatching" Domain Source # 
Instance details

Defined in Stratosphere.CustomerProfiles.Domain

type PropertyType "RuleBasedMatching" Domain = RuleBasedMatchingProperty
type PropertyType "Tags" Domain Source # 
Instance details

Defined in Stratosphere.CustomerProfiles.Domain

type PropertyType "Tags" Domain = [Tag]