class Aws::MediaConvert::Types::UpdateQueueRequest

Modify a queue by sending a request with the queue name and any changes to the queue.

@note When making an API call, you may pass UpdateQueueRequest

data as a hash:

    {
      description: "__string",
      name: "__string", # required
      reservation_plan_settings: {
        commitment: "ONE_YEAR", # required, accepts ONE_YEAR
        renewal_type: "AUTO_RENEW", # required, accepts AUTO_RENEW, EXPIRE
        reserved_slots: 1, # required
      },
      status: "ACTIVE", # accepts ACTIVE, PAUSED
    }

@!attribute [rw] description

The new description for the queue, if you are changing it.
@return [String]

@!attribute [rw] name

The name of the queue that you are modifying.
@return [String]

@!attribute [rw] reservation_plan_settings

The new details of your pricing plan for your reserved queue. When
you set up a new pricing plan to replace an expired one, you enter
into another 12-month commitment. When you add capacity to your
queue by increasing the number of RTS, you extend the term of your
commitment to 12 months from when you add capacity. After you make
these commitments, you can't cancel them.
@return [Types::ReservationPlanSettings]

@!attribute [rw] status

Pause or activate a queue by changing its status between ACTIVE and
PAUSED. If you pause a queue, jobs in that queue won't begin. Jobs
that are running when you pause the queue continue to run until they
finish or result in an error.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/UpdateQueueRequest AWS API Documentation

Constants

SENSITIVE