The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Paws::ES::ServiceSoftwareOptions

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::ES::ServiceSoftwareOptions object:

  $service_obj->Method(Att1 => { AutomatedUpdateDate => $value, ..., UpdateStatus => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::ES::ServiceSoftwareOptions object:

  $result = $service_obj->Method(...);
  $result->Att1->AutomatedUpdateDate

DESCRIPTION

The current options of an Elasticsearch domain service software options.

ATTRIBUTES

AutomatedUpdateDate => Str

  Timestamp, in Epoch time, until which you can manually request a
service software update. After this date, we automatically update your
service software.

Cancellable => Bool

  C<True> if you are able to cancel your service software version update.
C<False> if you are not able to cancel your service software version.

CurrentVersion => Str

  The current service software version that is present on the domain.

Description => Str

  The description of the C<UpdateStatus>.

NewVersion => Str

  The new service software version if one is available.

UpdateAvailable => Bool

  C<True> if you are able to update you service software version.
C<False> if you are not able to update your service software version.

UpdateStatus => Str

  The status of your service software update. This field can take the
following values: C<ELIGIBLE>, C<PENDING_UPDATE>, C<IN_PROGRESS>,
C<COMPLETED>, and C<NOT_ELIGIBLE>.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::ES

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