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

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

True if you are able to cancel your service software version update. 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 UpdateStatus.

NewVersion => Str

The new service software version if one is available.

OptionalDeployment => Bool

True if a service software is never automatically updated. False if a service software is automatically updated after AutomatedUpdateDate.

UpdateAvailable => Bool

True if you are able to update you service software version. 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: ELIGIBLE, PENDING_UPDATE, IN_PROGRESS, COMPLETED, and 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