libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaConvert.Types.ReservationPlanSettings

Description

 
Synopsis

Documentation

data ReservationPlanSettings Source #

Details about the pricing plan for your reserved queue. Required for reserved queues and not applicable to on-demand queues.

See: newReservationPlanSettings smart constructor.

Constructors

ReservationPlanSettings' 

Fields

  • commitment :: Commitment

    The length of the term of your reserved queue pricing plan commitment.

  • reservedSlots :: Int

    Specifies the number of reserved transcode slots (RTS) for this queue. The number of RTS determines how many jobs the queue can process in parallel; each RTS can process one job at a time. You can't decrease the number of RTS in your reserved queue. You can increase the number of RTS by extending your existing commitment with a new 12-month commitment for the larger number. The new commitment begins when you purchase the additional capacity. You can't cancel your commitment or revert to your original commitment after you increase the capacity.

  • renewalType :: RenewalType

    Specifies whether the term of your reserved queue pricing plan is automatically extended (AUTO_RENEW) or expires (EXPIRE) at the end of the term. When your term is auto renewed, you extend your commitment by 12 months from the auto renew date. You can cancel this commitment.

Instances

Instances details
Eq ReservationPlanSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ReservationPlanSettings

Read ReservationPlanSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ReservationPlanSettings

Show ReservationPlanSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ReservationPlanSettings

Generic ReservationPlanSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ReservationPlanSettings

Associated Types

type Rep ReservationPlanSettings :: Type -> Type #

NFData ReservationPlanSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ReservationPlanSettings

Methods

rnf :: ReservationPlanSettings -> () #

Hashable ReservationPlanSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ReservationPlanSettings

ToJSON ReservationPlanSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ReservationPlanSettings

type Rep ReservationPlanSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ReservationPlanSettings

type Rep ReservationPlanSettings = D1 ('MetaData "ReservationPlanSettings" "Amazonka.MediaConvert.Types.ReservationPlanSettings" "libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert" 'False) (C1 ('MetaCons "ReservationPlanSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "commitment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Commitment) :*: (S1 ('MetaSel ('Just "reservedSlots") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "renewalType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RenewalType))))

newReservationPlanSettings Source #

Create a value of ReservationPlanSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:commitment:ReservationPlanSettings', reservationPlanSettings_commitment - The length of the term of your reserved queue pricing plan commitment.

$sel:reservedSlots:ReservationPlanSettings', reservationPlanSettings_reservedSlots - Specifies the number of reserved transcode slots (RTS) for this queue. The number of RTS determines how many jobs the queue can process in parallel; each RTS can process one job at a time. You can't decrease the number of RTS in your reserved queue. You can increase the number of RTS by extending your existing commitment with a new 12-month commitment for the larger number. The new commitment begins when you purchase the additional capacity. You can't cancel your commitment or revert to your original commitment after you increase the capacity.

$sel:renewalType:ReservationPlanSettings', reservationPlanSettings_renewalType - Specifies whether the term of your reserved queue pricing plan is automatically extended (AUTO_RENEW) or expires (EXPIRE) at the end of the term. When your term is auto renewed, you extend your commitment by 12 months from the auto renew date. You can cancel this commitment.

reservationPlanSettings_commitment :: Lens' ReservationPlanSettings Commitment Source #

The length of the term of your reserved queue pricing plan commitment.

reservationPlanSettings_reservedSlots :: Lens' ReservationPlanSettings Int Source #

Specifies the number of reserved transcode slots (RTS) for this queue. The number of RTS determines how many jobs the queue can process in parallel; each RTS can process one job at a time. You can't decrease the number of RTS in your reserved queue. You can increase the number of RTS by extending your existing commitment with a new 12-month commitment for the larger number. The new commitment begins when you purchase the additional capacity. You can't cancel your commitment or revert to your original commitment after you increase the capacity.

reservationPlanSettings_renewalType :: Lens' ReservationPlanSettings RenewalType Source #

Specifies whether the term of your reserved queue pricing plan is automatically extended (AUTO_RENEW) or expires (EXPIRE) at the end of the term. When your term is auto renewed, you extend your commitment by 12 months from the auto renew date. You can cancel this commitment.