AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/datazone/get-environment-credentials.md

Summary

Updated AWS CLI version references, modified regex patterns by removing start anchors, and reordered output fields (moved expiration timestamp below session token).

Security assessment

Changes are limited to documentation formatting and pattern syntax adjustments. The relaxed regex patterns (removing ^ anchor) don't reference security vulnerabilities. Field reordering is cosmetic with no security implications mentioned.

Diff

diff --git a/cli/latest/reference/datazone/get-environment-credentials.md b/cli/latest/reference/datazone/get-environment-credentials.md
index a476fe29f..35c0e7266 100644
--- a//cli/latest/reference/datazone/get-environment-credentials.md
+++ b//cli/latest/reference/datazone/get-environment-credentials.md
@@ -15 +15 @@
-  * [AWS CLI 2.32.33 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.1 Command Reference](../../index.html) »
@@ -99 +99 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->   * pattern: `^dzd[-_][a-zA-Z0-9_-]{1,36}$`
+>   * pattern: `dzd[-_][a-zA-Z0-9_-]{1,36}`
@@ -109 +109 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->   * pattern: `^[a-zA-Z0-9_-]{1,36}$`
+>   * pattern: `[a-zA-Z0-9_-]{1,36}`
@@ -216,4 +215,0 @@ accessKeyId -> (string)
-expiration -> (timestamp)
-
-> The expiration timestamp of the environment credentials.
-
@@ -227,0 +224,4 @@ sessionToken -> (string)
+expiration -> (timestamp)
+
+> The expiration timestamp of the environment credentials.
+
@@ -238 +238 @@ sessionToken -> (string)
-  * [AWS CLI 2.32.33 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.1 Command Reference](../../index.html) »