| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Backup.BackupSelection
Documentation
data BackupSelectionResourceTypeProperty Source #
Constructors
Instances
data ConditionResourceTypeProperty Source #
Constructors
| ConditionResourceTypeProperty | |
Fields
| |
Instances
| ToJSON ConditionResourceTypeProperty Source # | |||||
| Show ConditionResourceTypeProperty Source # | |||||
Defined in Stratosphere.Backup.BackupSelection.ConditionResourceTypeProperty Methods showsPrec :: Int -> ConditionResourceTypeProperty -> ShowS # show :: ConditionResourceTypeProperty -> String # showList :: [ConditionResourceTypeProperty] -> ShowS # | |||||
| Eq ConditionResourceTypeProperty Source # | |||||
| ToResourceProperties ConditionResourceTypeProperty Source # | |||||
| Property "ConditionKey" ConditionResourceTypeProperty Source # | |||||
Defined in Stratosphere.Backup.BackupSelection.ConditionResourceTypeProperty Associated Types
Methods set :: PropertyType "ConditionKey" ConditionResourceTypeProperty -> ConditionResourceTypeProperty -> ConditionResourceTypeProperty # | |||||
| Property "ConditionType" ConditionResourceTypeProperty Source # | |||||
Defined in Stratosphere.Backup.BackupSelection.ConditionResourceTypeProperty Associated Types
Methods set :: PropertyType "ConditionType" ConditionResourceTypeProperty -> ConditionResourceTypeProperty -> ConditionResourceTypeProperty # | |||||
| Property "ConditionValue" ConditionResourceTypeProperty Source # | |||||
Defined in Stratosphere.Backup.BackupSelection.ConditionResourceTypeProperty Associated Types
Methods set :: PropertyType "ConditionValue" ConditionResourceTypeProperty -> ConditionResourceTypeProperty -> ConditionResourceTypeProperty # | |||||
| type PropertyType "ConditionKey" ConditionResourceTypeProperty Source # | |||||
| type PropertyType "ConditionType" ConditionResourceTypeProperty Source # | |||||
| type PropertyType "ConditionValue" ConditionResourceTypeProperty Source # | |||||
data ConditionsProperty Source #
Constructors
| ConditionsProperty | |
Instances
| ToJSON ConditionsProperty Source # | |||||
Defined in Stratosphere.Backup.BackupSelection.ConditionsProperty Methods toJSON :: ConditionsProperty -> Value # toEncoding :: ConditionsProperty -> Encoding # toJSONList :: [ConditionsProperty] -> Value # toEncodingList :: [ConditionsProperty] -> Encoding # omitField :: ConditionsProperty -> Bool # | |||||
| Show ConditionsProperty Source # | |||||
Defined in Stratosphere.Backup.BackupSelection.ConditionsProperty Methods showsPrec :: Int -> ConditionsProperty -> ShowS # show :: ConditionsProperty -> String # showList :: [ConditionsProperty] -> ShowS # | |||||
| Eq ConditionsProperty Source # | |||||
Defined in Stratosphere.Backup.BackupSelection.ConditionsProperty Methods (==) :: ConditionsProperty -> ConditionsProperty -> Bool # (/=) :: ConditionsProperty -> ConditionsProperty -> Bool # | |||||
| ToResourceProperties ConditionsProperty Source # | |||||
Defined in Stratosphere.Backup.BackupSelection.ConditionsProperty Methods toResourceProperties :: ConditionsProperty -> ResourceProperties # | |||||
| Property "StringEquals" ConditionsProperty Source # | |||||
Defined in Stratosphere.Backup.BackupSelection.ConditionsProperty Associated Types
Methods set :: PropertyType "StringEquals" ConditionsProperty -> ConditionsProperty -> ConditionsProperty # | |||||
| Property "StringLike" ConditionsProperty Source # | |||||
Defined in Stratosphere.Backup.BackupSelection.ConditionsProperty Associated Types
Methods set :: PropertyType "StringLike" ConditionsProperty -> ConditionsProperty -> ConditionsProperty # | |||||
| Property "StringNotEquals" ConditionsProperty Source # | |||||
Defined in Stratosphere.Backup.BackupSelection.ConditionsProperty Associated Types
Methods set :: PropertyType "StringNotEquals" ConditionsProperty -> ConditionsProperty -> ConditionsProperty # | |||||
| Property "StringNotLike" ConditionsProperty Source # | |||||
Defined in Stratosphere.Backup.BackupSelection.ConditionsProperty Associated Types
Methods set :: PropertyType "StringNotLike" ConditionsProperty -> ConditionsProperty -> ConditionsProperty # | |||||
| type PropertyType "StringEquals" ConditionsProperty Source # | |||||
| type PropertyType "StringLike" ConditionsProperty Source # | |||||
| type PropertyType "StringNotEquals" ConditionsProperty Source # | |||||
| type PropertyType "StringNotLike" ConditionsProperty Source # | |||||
data ConditionParameterProperty Source #
Constructors
| ConditionParameterProperty | |
Fields
| |
Instances
| ToJSON ConditionParameterProperty Source # | |||||
Defined in Stratosphere.Backup.BackupSelection.ConditionParameterProperty Methods toJSON :: ConditionParameterProperty -> Value # toEncoding :: ConditionParameterProperty -> Encoding # toJSONList :: [ConditionParameterProperty] -> Value # toEncodingList :: [ConditionParameterProperty] -> Encoding # | |||||
| Show ConditionParameterProperty Source # | |||||
Defined in Stratosphere.Backup.BackupSelection.ConditionParameterProperty Methods showsPrec :: Int -> ConditionParameterProperty -> ShowS # show :: ConditionParameterProperty -> String # showList :: [ConditionParameterProperty] -> ShowS # | |||||
| Eq ConditionParameterProperty Source # | |||||
| ToResourceProperties ConditionParameterProperty Source # | |||||
| Property "ConditionKey" ConditionParameterProperty Source # | |||||
Defined in Stratosphere.Backup.BackupSelection.ConditionParameterProperty Associated Types
Methods set :: PropertyType "ConditionKey" ConditionParameterProperty -> ConditionParameterProperty -> ConditionParameterProperty # | |||||
| Property "ConditionValue" ConditionParameterProperty Source # | |||||
Defined in Stratosphere.Backup.BackupSelection.ConditionParameterProperty Associated Types
Methods set :: PropertyType "ConditionValue" ConditionParameterProperty -> ConditionParameterProperty -> ConditionParameterProperty # | |||||
| type PropertyType "ConditionKey" ConditionParameterProperty Source # | |||||
| type PropertyType "ConditionValue" ConditionParameterProperty Source # | |||||
mkBackupSelectionResourceTypeProperty :: Value Text -> Value Text -> BackupSelectionResourceTypeProperty Source #
mkConditionResourceTypeProperty :: Value Text -> Value Text -> Value Text -> ConditionResourceTypeProperty Source #
data BackupSelection Source #
Constructors
| BackupSelection | |
Fields | |
Instances
| ToJSON BackupSelection Source # | |||||
Defined in Stratosphere.Backup.BackupSelection Methods toJSON :: BackupSelection -> Value # toEncoding :: BackupSelection -> Encoding # toJSONList :: [BackupSelection] -> Value # toEncodingList :: [BackupSelection] -> Encoding # omitField :: BackupSelection -> Bool # | |||||
| Show BackupSelection Source # | |||||
Defined in Stratosphere.Backup.BackupSelection Methods showsPrec :: Int -> BackupSelection -> ShowS # show :: BackupSelection -> String # showList :: [BackupSelection] -> ShowS # | |||||
| Eq BackupSelection Source # | |||||
Defined in Stratosphere.Backup.BackupSelection Methods (==) :: BackupSelection -> BackupSelection -> Bool # (/=) :: BackupSelection -> BackupSelection -> Bool # | |||||
| ToResourceProperties BackupSelection Source # | |||||
Defined in Stratosphere.Backup.BackupSelection Methods toResourceProperties :: BackupSelection -> ResourceProperties # | |||||
| Property "BackupPlanId" BackupSelection Source # | |||||
Defined in Stratosphere.Backup.BackupSelection Associated Types
Methods set :: PropertyType "BackupPlanId" BackupSelection -> BackupSelection -> BackupSelection # | |||||
| Property "BackupSelection" BackupSelection Source # | |||||
Defined in Stratosphere.Backup.BackupSelection Associated Types
Methods set :: PropertyType "BackupSelection" BackupSelection -> BackupSelection -> BackupSelection # | |||||
| type PropertyType "BackupPlanId" BackupSelection Source # | |||||
Defined in Stratosphere.Backup.BackupSelection | |||||
| type PropertyType "BackupSelection" BackupSelection Source # | |||||
Defined in Stratosphere.Backup.BackupSelection | |||||