Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AwsElasticsearchDomainServiceSoftwareOptions

import type { AwsElasticsearchDomainServiceSoftwareOptions } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Information about the state of the domain relative to the latest service software.

interface AwsElasticsearchDomainServiceSoftwareOptions {
AutomatedUpdateDate?: string | null;
Cancellable?: boolean | null;
CurrentVersion?: string | null;
Description?: string | null;
NewVersion?: string | null;
UpdateAvailable?: boolean | null;
UpdateStatus?: string | null;
}

§Properties

§
AutomatedUpdateDate?: string | null
[src]

The epoch time when the deployment window closes for required updates. After this time, Amazon OpenSearch Service schedules the software upgrade automatically.

§
Cancellable?: boolean | null
[src]

Whether a request to update the domain can be canceled.

§
CurrentVersion?: string | null
[src]

The version of the service software that is currently installed on the domain.

§
Description?: string | null
[src]

A more detailed description of the service software status.

§
NewVersion?: string | null
[src]

The most recent version of the service software.

§
UpdateAvailable?: boolean | null
[src]

Whether a service software update is available for the domain.

§
UpdateStatus?: string | null
[src]

The status of the service software update. Valid values are as follows:

  • COMPLETED
    
  • ELIGIBLE
    
  • IN_PROGRESS
    
  • NOT_ELIGIBLE
    
  • PENDING_UPDATE