| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Athena.CapacityReservation
Documentation
data CapacityAssignmentConfigurationProperty Source #
Constructors
| CapacityAssignmentConfigurationProperty | |
Fields | |
Instances
data CapacityAssignmentProperty Source #
Constructors
| CapacityAssignmentProperty | |
Fields
| |
Instances
| ToJSON CapacityAssignmentProperty Source # | |||||
| Show CapacityAssignmentProperty Source # | |||||
Defined in Stratosphere.Athena.CapacityReservation.CapacityAssignmentProperty Methods showsPrec :: Int -> CapacityAssignmentProperty -> ShowS # show :: CapacityAssignmentProperty -> String # showList :: [CapacityAssignmentProperty] -> ShowS # | |||||
| Eq CapacityAssignmentProperty Source # | |||||
| ToResourceProperties CapacityAssignmentProperty Source # | |||||
| Property "WorkgroupNames" CapacityAssignmentProperty Source # | |||||
Defined in Stratosphere.Athena.CapacityReservation.CapacityAssignmentProperty Associated Types
Methods set :: PropertyType "WorkgroupNames" CapacityAssignmentProperty -> CapacityAssignmentProperty -> CapacityAssignmentProperty # | |||||
| type PropertyType "WorkgroupNames" CapacityAssignmentProperty Source # | |||||
mkCapacityAssignmentConfigurationProperty :: [CapacityAssignmentProperty] -> CapacityAssignmentConfigurationProperty Source #
data CapacityReservation Source #
Constructors
| CapacityReservation | |
Fields | |
Instances
| ToJSON CapacityReservation Source # | |||||
Defined in Stratosphere.Athena.CapacityReservation Methods toJSON :: CapacityReservation -> Value # toEncoding :: CapacityReservation -> Encoding # toJSONList :: [CapacityReservation] -> Value # toEncodingList :: [CapacityReservation] -> Encoding # omitField :: CapacityReservation -> Bool # | |||||
| Show CapacityReservation Source # | |||||
Defined in Stratosphere.Athena.CapacityReservation Methods showsPrec :: Int -> CapacityReservation -> ShowS # show :: CapacityReservation -> String # showList :: [CapacityReservation] -> ShowS # | |||||
| Eq CapacityReservation Source # | |||||
Defined in Stratosphere.Athena.CapacityReservation Methods (==) :: CapacityReservation -> CapacityReservation -> Bool # (/=) :: CapacityReservation -> CapacityReservation -> Bool # | |||||
| ToResourceProperties CapacityReservation Source # | |||||
Defined in Stratosphere.Athena.CapacityReservation Methods toResourceProperties :: CapacityReservation -> ResourceProperties # | |||||
| Property "CapacityAssignmentConfiguration" CapacityReservation Source # | |||||
Defined in Stratosphere.Athena.CapacityReservation Associated Types
Methods set :: PropertyType "CapacityAssignmentConfiguration" CapacityReservation -> CapacityReservation -> CapacityReservation # | |||||
| Property "Name" CapacityReservation Source # | |||||
Defined in Stratosphere.Athena.CapacityReservation Associated Types
Methods set :: PropertyType "Name" CapacityReservation -> CapacityReservation -> CapacityReservation # | |||||
| Property "Tags" CapacityReservation Source # | |||||
Defined in Stratosphere.Athena.CapacityReservation Associated Types
Methods set :: PropertyType "Tags" CapacityReservation -> CapacityReservation -> CapacityReservation # | |||||
| Property "TargetDpus" CapacityReservation Source # | |||||
Defined in Stratosphere.Athena.CapacityReservation Associated Types
Methods set :: PropertyType "TargetDpus" CapacityReservation -> CapacityReservation -> CapacityReservation # | |||||
| type PropertyType "CapacityAssignmentConfiguration" CapacityReservation Source # | |||||
Defined in Stratosphere.Athena.CapacityReservation type PropertyType "CapacityAssignmentConfiguration" CapacityReservation = CapacityAssignmentConfigurationProperty | |||||
| type PropertyType "Name" CapacityReservation Source # | |||||
Defined in Stratosphere.Athena.CapacityReservation | |||||
| type PropertyType "Tags" CapacityReservation Source # | |||||
Defined in Stratosphere.Athena.CapacityReservation | |||||
| type PropertyType "TargetDpus" CapacityReservation Source # | |||||
Defined in Stratosphere.Athena.CapacityReservation | |||||