AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/connectcampaignsv2/update-campaign-communication-time.md

Summary

Added 'localTimeZoneDetectionScope' parameter

Security assessment

Adds same timezone scope parameter as create-campaign. Operational feature without security impact.

Diff

diff --git a/cli/latest/reference/connectcampaignsv2/update-campaign-communication-time.md b/cli/latest/reference/connectcampaignsv2/update-campaign-communication-time.md
index 9fe347e2f..bd7f038f3 100644
--- a//cli/latest/reference/connectcampaignsv2/update-campaign-communication-time.md
+++ b//cli/latest/reference/connectcampaignsv2/update-campaign-communication-time.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.45 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.48 Command Reference](../../index.html) »
@@ -139,0 +140,11 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/connec
+>> 
+>> localTimeZoneDetectionScope -> (string)
+>>
+>>> Local TimeZone Detection scope.
+>>> 
+>>> Possible values:
+>>> 
+>>>   * `PRIMARY_ONLY`
+>>>   * `ALL_AVAILABLE`
+>>> 
+
@@ -575 +586,2 @@ JSON Syntax:
-        "localTimeZoneDetection": ["ZIP_CODE"|"AREA_CODE", ...]
+        "localTimeZoneDetection": ["ZIP_CODE"|"AREA_CODE", ...],
+        "localTimeZoneDetectionScope": "PRIMARY_ONLY"|"ALL_AVAILABLE"
@@ -793 +805 @@ None
-  * [AWS CLI 2.34.45 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.48 Command Reference](../../index.html) »