AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the UpdateScheduledAction operation. Reschedules a planned domain configuration change for a later time. This change can be a scheduled service software update or a blue/green Auto-Tune enhancement.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.OpenSearchService.AmazonOpenSearchServiceRequest
      Amazon.OpenSearchService.Model.UpdateScheduledActionRequest

Namespace: Amazon.OpenSearchService.Model
Assembly: AWSSDK.OpenSearchService.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateScheduledActionRequest : AmazonOpenSearchServiceRequest
         IAmazonWebServiceRequest

The UpdateScheduledActionRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ActionID System.String

Gets and sets the property ActionID.

The unique identifier of the action to reschedule. To retrieve this ID, send a ListScheduledActions request.

Public Property ActionType Amazon.OpenSearchService.ActionType

Gets and sets the property ActionType.

The type of action to reschedule. Can be one of SERVICE_SOFTWARE_UPDATE, JVM_HEAP_SIZE_TUNING, or JVM_YOUNG_GEN_TUNING. To retrieve this value, send a ListScheduledActions request.

Public Property DesiredStartTime System.Int64

Gets and sets the property DesiredStartTime.

The time to implement the change, in Coordinated Universal Time (UTC). Only specify this parameter if you set ScheduleAt to TIMESTAMP.

Public Property DomainName System.String

Gets and sets the property DomainName.

The name of the domain to reschedule an action for.

Public Property ScheduleAt Amazon.OpenSearchService.ScheduleAt

Gets and sets the property ScheduleAt.

When to schedule the action.

  • NOW - Immediately schedules the update to happen in the current hour if there's capacity available.

  • TIMESTAMP - Lets you specify a custom date and time to apply the update. If you specify this value, you must also provide a value for DesiredStartTime.

  • OFF_PEAK_WINDOW - Marks the action to be picked up during an upcoming off-peak window. There's no guarantee that the change will be implemented during the next immediate window. Depending on capacity, it might happen in subsequent days.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5