Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- newtype PricingPlan where
- PricingPlan' { }
- pattern PricingPlan_ON_DEMAND :: PricingPlan
- pattern PricingPlan_RESERVED :: PricingPlan
Documentation
newtype PricingPlan Source #
Specifies whether the pricing plan for the queue is on-demand or reserved. For on-demand, you pay per minute, billed in increments of .01 minute. For reserved, you pay for the transcoding capacity of the entire queue, regardless of how much or how little you use it. Reserved pricing requires a 12-month commitment.
pattern PricingPlan_ON_DEMAND :: PricingPlan | |
pattern PricingPlan_RESERVED :: PricingPlan |