| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.S3.Bucket.MetadataConfigurationProperty
Documentation
data InventoryTableConfigurationProperty Source #
Constructors
| InventoryTableConfigurationProperty | |
Fields | |
Instances
data MetadataTableEncryptionConfigurationProperty Source #
Constructors
| MetadataTableEncryptionConfigurationProperty | |
Fields
| |
Instances
| ToJSON MetadataTableEncryptionConfigurationProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.MetadataTableEncryptionConfigurationProperty Methods toJSON :: MetadataTableEncryptionConfigurationProperty -> Value # toEncoding :: MetadataTableEncryptionConfigurationProperty -> Encoding # toJSONList :: [MetadataTableEncryptionConfigurationProperty] -> Value # toEncodingList :: [MetadataTableEncryptionConfigurationProperty] -> Encoding # omitField :: MetadataTableEncryptionConfigurationProperty -> Bool # | |||||
| Show MetadataTableEncryptionConfigurationProperty Source # | |||||
| Eq MetadataTableEncryptionConfigurationProperty Source # | |||||
| ToResourceProperties MetadataTableEncryptionConfigurationProperty Source # | |||||
| Property "KmsKeyArn" MetadataTableEncryptionConfigurationProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.MetadataTableEncryptionConfigurationProperty Associated Types
| |||||
| Property "SseAlgorithm" MetadataTableEncryptionConfigurationProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.MetadataTableEncryptionConfigurationProperty Associated Types
| |||||
| type PropertyType "KmsKeyArn" MetadataTableEncryptionConfigurationProperty Source # | |||||
| type PropertyType "SseAlgorithm" MetadataTableEncryptionConfigurationProperty Source # | |||||
data JournalTableConfigurationProperty Source #
Constructors
| JournalTableConfigurationProperty | |
Instances
| ToJSON JournalTableConfigurationProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.JournalTableConfigurationProperty | |||||
| Show JournalTableConfigurationProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.JournalTableConfigurationProperty Methods showsPrec :: Int -> JournalTableConfigurationProperty -> ShowS # | |||||
| Eq JournalTableConfigurationProperty Source # | |||||
| ToResourceProperties JournalTableConfigurationProperty Source # | |||||
| Property "EncryptionConfiguration" JournalTableConfigurationProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.JournalTableConfigurationProperty Associated Types
Methods set :: PropertyType "EncryptionConfiguration" JournalTableConfigurationProperty -> JournalTableConfigurationProperty -> JournalTableConfigurationProperty # | |||||
| Property "RecordExpiration" JournalTableConfigurationProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.JournalTableConfigurationProperty Associated Types
Methods set :: PropertyType "RecordExpiration" JournalTableConfigurationProperty -> JournalTableConfigurationProperty -> JournalTableConfigurationProperty # | |||||
| Property "TableArn" JournalTableConfigurationProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.JournalTableConfigurationProperty Associated Types
Methods set :: PropertyType "TableArn" JournalTableConfigurationProperty -> JournalTableConfigurationProperty -> JournalTableConfigurationProperty # | |||||
| Property "TableName" JournalTableConfigurationProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.JournalTableConfigurationProperty Associated Types
Methods set :: PropertyType "TableName" JournalTableConfigurationProperty -> JournalTableConfigurationProperty -> JournalTableConfigurationProperty # | |||||
| type PropertyType "EncryptionConfiguration" JournalTableConfigurationProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.JournalTableConfigurationProperty type PropertyType "EncryptionConfiguration" JournalTableConfigurationProperty = MetadataTableEncryptionConfigurationProperty | |||||
| type PropertyType "RecordExpiration" JournalTableConfigurationProperty Source # | |||||
| type PropertyType "TableArn" JournalTableConfigurationProperty Source # | |||||
| type PropertyType "TableName" JournalTableConfigurationProperty Source # | |||||
data RecordExpirationProperty Source #
Constructors
| RecordExpirationProperty | |
Fields
| |
Instances
| ToJSON RecordExpirationProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.RecordExpirationProperty Methods toJSON :: RecordExpirationProperty -> Value # toEncoding :: RecordExpirationProperty -> Encoding # toJSONList :: [RecordExpirationProperty] -> Value # | |||||
| Show RecordExpirationProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.RecordExpirationProperty Methods showsPrec :: Int -> RecordExpirationProperty -> ShowS # show :: RecordExpirationProperty -> String # showList :: [RecordExpirationProperty] -> ShowS # | |||||
| Eq RecordExpirationProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.RecordExpirationProperty Methods (==) :: RecordExpirationProperty -> RecordExpirationProperty -> Bool # (/=) :: RecordExpirationProperty -> RecordExpirationProperty -> Bool # | |||||
| ToResourceProperties RecordExpirationProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.RecordExpirationProperty Methods toResourceProperties :: RecordExpirationProperty -> ResourceProperties # | |||||
| Property "Days" RecordExpirationProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.RecordExpirationProperty Associated Types
Methods set :: PropertyType "Days" RecordExpirationProperty -> RecordExpirationProperty -> RecordExpirationProperty # | |||||
| Property "Expiration" RecordExpirationProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.RecordExpirationProperty Associated Types
Methods set :: PropertyType "Expiration" RecordExpirationProperty -> RecordExpirationProperty -> RecordExpirationProperty # | |||||
| type PropertyType "Days" RecordExpirationProperty Source # | |||||
| type PropertyType "Expiration" RecordExpirationProperty Source # | |||||
mkJournalTableConfigurationProperty :: RecordExpirationProperty -> JournalTableConfigurationProperty Source #
mkMetadataTableEncryptionConfigurationProperty :: Value Text -> MetadataTableEncryptionConfigurationProperty Source #
data MetadataConfigurationProperty Source #
Constructors
| MetadataConfigurationProperty | |
Fields | |
Instances
| ToJSON MetadataConfigurationProperty Source # | |||||
| Show MetadataConfigurationProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.MetadataConfigurationProperty Methods showsPrec :: Int -> MetadataConfigurationProperty -> ShowS # show :: MetadataConfigurationProperty -> String # showList :: [MetadataConfigurationProperty] -> ShowS # | |||||
| Eq MetadataConfigurationProperty Source # | |||||
| ToResourceProperties MetadataConfigurationProperty Source # | |||||
| Property "Destination" MetadataConfigurationProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.MetadataConfigurationProperty Associated Types
Methods set :: PropertyType "Destination" MetadataConfigurationProperty -> MetadataConfigurationProperty -> MetadataConfigurationProperty # | |||||
| Property "InventoryTableConfiguration" MetadataConfigurationProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.MetadataConfigurationProperty Associated Types
Methods set :: PropertyType "InventoryTableConfiguration" MetadataConfigurationProperty -> MetadataConfigurationProperty -> MetadataConfigurationProperty # | |||||
| Property "JournalTableConfiguration" MetadataConfigurationProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.MetadataConfigurationProperty Associated Types
Methods set :: PropertyType "JournalTableConfiguration" MetadataConfigurationProperty -> MetadataConfigurationProperty -> MetadataConfigurationProperty # | |||||
| type PropertyType "Destination" MetadataConfigurationProperty Source # | |||||
| type PropertyType "InventoryTableConfiguration" MetadataConfigurationProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.MetadataConfigurationProperty type PropertyType "InventoryTableConfiguration" MetadataConfigurationProperty = InventoryTableConfigurationProperty | |||||
| type PropertyType "JournalTableConfiguration" MetadataConfigurationProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.MetadataConfigurationProperty type PropertyType "JournalTableConfiguration" MetadataConfigurationProperty = JournalTableConfigurationProperty | |||||