GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::MediaConvert::UpdateQueue(3) User Contributed Perl Documentation Paws::MediaConvert::UpdateQueue(3)

Paws::MediaConvert::UpdateQueue - Arguments for method UpdateQueue on Paws::MediaConvert

This class represents the parameters used for calling the method UpdateQueue on the AWS Elemental MediaConvert service. Use the attributes of this class as arguments to method UpdateQueue.

You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to UpdateQueue.

    my $mediaconvert = Paws->service('MediaConvert');
    my $UpdateQueueResponse = $mediaconvert->UpdateQueue(
      Name                    => 'My__string',
      Description             => 'My__string',    # OPTIONAL
      ReservationPlanSettings => {
        Commitment    => 'ONE_YEAR',              # values: ONE_YEAR
        RenewalType   => 'AUTO_RENEW',            # values: AUTO_RENEW, EXPIRE
        ReservedSlots => 1,
      },    # OPTIONAL
      Status => 'ACTIVE',    # OPTIONAL
    );
    # Results:
    my $Queue = $UpdateQueueResponse->Queue;
    # Returns a L<Paws::MediaConvert::UpdateQueueResponse> object.

Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/mediaconvert/UpdateQueue>

The new description for the queue, if you are changing it.

REQUIRED Name => Str

The name of the queue that you are modifying.

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.

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.

Valid values are: "ACTIVE", "PAUSED"

This class forms part of Paws, documenting arguments for method UpdateQueue in Paws::MediaConvert

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.