AWS cli documentation change
Summary
Added documentation for automated snapshot pause options feature
Security assessment
Change adds documentation for a new feature that includes security warnings about reduced data protection during snapshot pauses, but doesn't address any specific vulnerability
Diff
diff --git a/cli/latest/reference/opensearch/create-domain.md b/cli/latest/reference/opensearch/create-domain.md index ebce5ee70..c78abfce3 100644 --- a//cli/latest/reference/opensearch/create-domain.md +++ b//cli/latest/reference/opensearch/create-domain.md @@ -15 +15 @@ - * [AWS CLI 2.34.45 Command Reference](../../index.html) » + * [AWS CLI 2.34.48 Command Reference](../../index.html) » @@ -88,0 +89 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/opense + [--automated-snapshot-pause-options <value>] @@ -1655,0 +1657,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 + } + + @@ -3083,0 +3123,29 @@ DomainStatus -> (structure) +> +> AutomatedSnapshotPauseOptions -> (structure) +> +>> The current status of the domain’s automated snapshot pause options. +>> +>> 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` +>>> + @@ -3095 +3163 @@ DomainStatus -> (structure) - * [AWS CLI 2.34.45 Command Reference](../../index.html) » + * [AWS CLI 2.34.48 Command Reference](../../index.html) »