AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-05-16 · Documentation medium

File: cli/latest/reference/es/update-elasticsearch-domain-config.md

Summary

Added documentation for new '--automated-snapshot-pause-options' parameter allowing temporary suspension of automated snapshots with warnings about reduced data protection.

Security assessment

This change documents a new feature to pause automated snapshots, which directly impacts data protection capabilities. The documentation includes explicit warnings about reduced data protection and restore limitations during suspension periods. While this relates to security (data protection), there's no evidence it addresses a specific vulnerability.

Diff

diff --git a/cli/latest/reference/es/update-elasticsearch-domain-config.md b/cli/latest/reference/es/update-elasticsearch-domain-config.md
index 48709e672..1bb51f6d5 100644
--- a//cli/latest/reference/es/update-elasticsearch-domain-config.md
+++ b//cli/latest/reference/es/update-elasticsearch-domain-config.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.45 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.48 Command Reference](../../index.html) »
@@ -82,0 +83 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/es-201
+    [--automated-snapshot-pause-options <value>]
@@ -980,0 +982,38 @@ JSON Syntax:
+`--automated-snapshot-pause-options` (structure)
+
+> Specifies the automated snapshot pause options for the domain.
+> 
+> ### Warning
+> 
+> Suspending snapshots reduces data protection. You cannot restore your domain to points in time when snapshots are suspended. Use this feature only for short-term operational needs such as migrations or maintenance windows.
+> 
+> Maximum suspension duration: 3 days.
+> 
+> Enabled -> (boolean) [required]
+>
+>> Whether to enable or disable automated snapshot pause for the domain.
+> 
+> StartTime -> (timestamp)
+>
+>> The timestamp at which the automated snapshot pause should begin.
+> 
+> EndTime -> (timestamp)
+>
+>> The timestamp at which the automated snapshot pause should end. The maximum allowed duration between `StartTime` and `EndTime` is 3 days.
+
+Shorthand Syntax:
+    
+    
+    Enabled=boolean,StartTime=timestamp,EndTime=timestamp
+    
+
+JSON Syntax:
+    
+    
+    {
+      "Enabled": true|false,
+      "StartTime": timestamp,
+      "EndTime": timestamp
+    }
+    
+
@@ -2420,0 +2460,71 @@ DomainConfig -> (structure)
+>>> 
+>>> PendingDeletion -> (boolean)
+>>>
+>>>> Indicates whether the Elasticsearch domain is being deleted.
+> 
+> AutomatedSnapshotPauseOptions -> (structure)
+>
+>> Specifies `AutomatedSnapshotPauseOptions` for the domain.
+>> 
+>> Options -> (structure) [required]
+>>
+>>> Automated snapshot pause options for the specified Elasticsearch domain.
+>>> 
+>>> Enabled -> (boolean) [required]
+>>>
+>>>> Whether automated snapshot pause is enabled for the domain.
+>>> 
+>>> StartTime -> (timestamp)
+>>>
+>>>> The timestamp at which the automated snapshot pause begins.
+>>> 
+>>> EndTime -> (timestamp)
+>>>
+>>>> The timestamp at which the automated snapshot pause ends.
+>>> 
+>>> State -> (string)
+>>>
+>>>> The current state of the automated snapshot pause. Valid values are `Active` , `Completed` , `Scheduled` , and `Disabled` .
+>>>> 
+>>>> Possible values:
+>>>> 
+>>>>   * `Active`
+>>>>   * `Completed`
+>>>>   * `Scheduled`
+>>>>   * `Disabled`
+>>>> 
+
+>> 
+>> Status -> (structure) [required]
+>>
+>>> The current status of the automated snapshot pause options for the specified Elasticsearch domain.
+>>> 
+>>> CreationDate -> (timestamp) [required]
+>>>
+>>>> Timestamp which tells the creation date for the entity.
+>>> 
+>>> UpdateDate -> (timestamp) [required]
+>>>
+>>>> Timestamp which tells the last updated time for the entity.
+>>> 
+>>> UpdateVersion -> (integer)
+>>>
+>>>> Specifies the latest version for the entity.
+>>>> 
+>>>> Constraints:
+>>>> 
+>>>>   * min: `0`
+>>>> 
+
+>>> 
+>>> State -> (string) [required]
+>>>
+>>>> Provides the `OptionState` for the Elasticsearch domain.
+>>>> 
+>>>> Possible values:
+>>>> 
+>>>>   * `RequiresIndexDocuments`
+>>>>   * `Processing`
+>>>>   * `Active`
+>>>> 
+
@@ -2462 +2572 @@ DryRunResults -> (structure)
-  * [AWS CLI 2.34.45 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.48 Command Reference](../../index.html) »