AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/invoicing/update-invoice-unit.md

Summary

Added --client-token parameter for idempotency in invoice updates

Security assessment

Idempotency token ensures operation reliability but doesn't address security vulnerabilities. No security context or vulnerability references present.

Diff

diff --git a/cli/latest/reference/invoicing/update-invoice-unit.md b/cli/latest/reference/invoicing/update-invoice-unit.md
index 667ecc0e9..cdda15575 100644
--- a//cli/latest/reference/invoicing/update-invoice-unit.md
+++ b//cli/latest/reference/invoicing/update-invoice-unit.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.52 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.53 Command Reference](../../index.html) »
@@ -70,0 +71 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/invoic
+    [--client-token <value>]
@@ -180,0 +182,12 @@ JSON Syntax:
+`--client-token` (string)
+
+> A unique, case-sensitive identifier that you provide to ensure idempotency of the request.
+> 
+> Constraints:
+> 
+>   * min: `0`
+>   * max: `1024`
+>   * pattern: `\S+`
+> 
+
+
@@ -316 +329 @@ InvoiceUnitArn -> (string)
-  * [AWS CLI 2.34.52 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.53 Command Reference](../../index.html) »