/2015-01-01/es/serviceSoftwareUpdate/start
The Amazon Elasticsearch Service multi-region endpoint
The Amazon Elasticsearch Service multi-region endpoint
POST
/2015-01-01/es/serviceSoftwareUpdate/start
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'http://es.{region}.amazonaws.com/2015-01-01/es/serviceSoftwareUpdate/start' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
200 - Example 1
{
"ServiceSoftwareOptions": {
"CurrentVersion": "string",
"NewVersion": "string",
"UpdateAvailable": true,
"Cancellable": true,
"UpdateStatus": "PENDING_UPDATE",
"Description": "string",
"AutomatedUpdateDate": "string",
"OptionalDeployment": true
}
}
Request
Body Params application/json
Responses
Modified at 2023-08-15 04:15:53