| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.CustomerProfiles.Domain.MatchingProperty
Documentation
data ExportingConfigProperty Source #
Constructors
| ExportingConfigProperty | |
Fields | |
Instances
data S3ExportingConfigProperty Source #
Constructors
| S3ExportingConfigProperty | |
Fields
| |
Instances
| ToJSON S3ExportingConfigProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.Domain.S3ExportingConfigProperty Methods toJSON :: S3ExportingConfigProperty -> Value # toEncoding :: S3ExportingConfigProperty -> Encoding # toJSONList :: [S3ExportingConfigProperty] -> Value # | |||||
| Show S3ExportingConfigProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.Domain.S3ExportingConfigProperty Methods showsPrec :: Int -> S3ExportingConfigProperty -> ShowS # show :: S3ExportingConfigProperty -> String # showList :: [S3ExportingConfigProperty] -> ShowS # | |||||
| Eq S3ExportingConfigProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.Domain.S3ExportingConfigProperty Methods (==) :: S3ExportingConfigProperty -> S3ExportingConfigProperty -> Bool # (/=) :: S3ExportingConfigProperty -> S3ExportingConfigProperty -> Bool # | |||||
| ToResourceProperties S3ExportingConfigProperty Source # | |||||
| Property "S3BucketName" S3ExportingConfigProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.Domain.S3ExportingConfigProperty Associated Types
Methods set :: PropertyType "S3BucketName" S3ExportingConfigProperty -> S3ExportingConfigProperty -> S3ExportingConfigProperty # | |||||
| Property "S3KeyName" S3ExportingConfigProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.Domain.S3ExportingConfigProperty Associated Types
Methods set :: PropertyType "S3KeyName" S3ExportingConfigProperty -> S3ExportingConfigProperty -> S3ExportingConfigProperty # | |||||
| type PropertyType "S3BucketName" S3ExportingConfigProperty Source # | |||||
| type PropertyType "S3KeyName" S3ExportingConfigProperty Source # | |||||
data MatchingProperty Source #
Constructors
| MatchingProperty | |
Fields | |
Instances
| ToJSON MatchingProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.Domain.MatchingProperty Methods toJSON :: MatchingProperty -> Value # toEncoding :: MatchingProperty -> Encoding # toJSONList :: [MatchingProperty] -> Value # toEncodingList :: [MatchingProperty] -> Encoding # omitField :: MatchingProperty -> Bool # | |||||
| Show MatchingProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.Domain.MatchingProperty Methods showsPrec :: Int -> MatchingProperty -> ShowS # show :: MatchingProperty -> String # showList :: [MatchingProperty] -> ShowS # | |||||
| Eq MatchingProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.Domain.MatchingProperty Methods (==) :: MatchingProperty -> MatchingProperty -> Bool # (/=) :: MatchingProperty -> MatchingProperty -> Bool # | |||||
| ToResourceProperties MatchingProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.Domain.MatchingProperty Methods toResourceProperties :: MatchingProperty -> ResourceProperties # | |||||
| Property "AutoMerging" MatchingProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.Domain.MatchingProperty Associated Types
Methods set :: PropertyType "AutoMerging" MatchingProperty -> MatchingProperty -> MatchingProperty # | |||||
| Property "Enabled" MatchingProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.Domain.MatchingProperty Associated Types
Methods set :: PropertyType "Enabled" MatchingProperty -> MatchingProperty -> MatchingProperty # | |||||
| Property "ExportingConfig" MatchingProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.Domain.MatchingProperty Associated Types
Methods set :: PropertyType "ExportingConfig" MatchingProperty -> MatchingProperty -> MatchingProperty # | |||||
| Property "JobSchedule" MatchingProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.Domain.MatchingProperty Associated Types
Methods set :: PropertyType "JobSchedule" MatchingProperty -> MatchingProperty -> MatchingProperty # | |||||
| type PropertyType "AutoMerging" MatchingProperty Source # | |||||
| type PropertyType "Enabled" MatchingProperty Source # | |||||
| type PropertyType "ExportingConfig" MatchingProperty Source # | |||||
| type PropertyType "JobSchedule" MatchingProperty Source # | |||||