AWS cli documentation change
Summary
Added 'localTimeZoneDetectionScope' parameter with PRIMARY_ONLY/ALL_AVAILABLE options
Security assessment
New feature for timezone detection scope, not security-related. No vulnerabilities addressed.
Diff
diff --git a/cli/latest/reference/connectcampaignsv2/create-campaign.md b/cli/latest/reference/connectcampaignsv2/create-campaign.md index 0d546fb7d..85db4eb0f 100644 --- a//cli/latest/reference/connectcampaignsv2/create-campaign.md +++ b//cli/latest/reference/connectcampaignsv2/create-campaign.md @@ -15 +15 @@ - * [AWS CLI 2.34.45 Command Reference](../../index.html) » + * [AWS CLI 2.34.48 Command Reference](../../index.html) » @@ -732,0 +733,11 @@ JSON Syntax: +>> +>> localTimeZoneDetectionScope -> (string) +>> +>>> Local TimeZone Detection scope. +>>> +>>> Possible values: +>>> +>>> * `PRIMARY_ONLY` +>>> * `ALL_AVAILABLE` +>>> + @@ -1168 +1179,2 @@ JSON Syntax: - "localTimeZoneDetection": ["ZIP_CODE"|"AREA_CODE", ...] + "localTimeZoneDetection": ["ZIP_CODE"|"AREA_CODE", ...], + "localTimeZoneDetectionScope": "PRIMARY_ONLY"|"ALL_AVAILABLE" @@ -1561 +1573 @@ tags -> (map) - * [AWS CLI 2.34.45 Command Reference](../../index.html) » + * [AWS CLI 2.34.48 Command Reference](../../index.html) »