The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

DESCRIPTION

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.

SYNOPSIS

    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

ATTRIBUTES

Description => Str

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

REQUIRED Name => Str

The name of the queue that you are modifying.

ReservationPlanSettings => Paws::MediaConvert::ReservationPlanSettings

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.

Status => Str

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"

SEE ALSO

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

BUGS and CONTRIBUTIONS

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