AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

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

Security assessment

Addition of idempotency token prevents accidental duplicate deletions but doesn't mitigate security vulnerabilities. No security-related context provided.

Diff

diff --git a/cli/latest/reference/invoicing/delete-invoice-unit.md b/cli/latest/reference/invoicing/delete-invoice-unit.md
index 92f27b313..486da9642 100644
--- a//cli/latest/reference/invoicing/delete-invoice-unit.md
+++ b//cli/latest/reference/invoicing/delete-invoice-unit.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.52 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.53 Command Reference](../../index.html) »
@@ -67,0 +68 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/invoic
+    [--client-token <value>]
@@ -104,0 +106,12 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/invoic
+`--client-token` (string)
+
+> A unique, case-sensitive identifier that you provide to ensure idempotency of the request.
+> 
+> Constraints:
+> 
+>   * min: `0`
+>   * max: `1024`
+>   * pattern: `\S+`
+> 
+
+
@@ -240 +253 @@ InvoiceUnitArn -> (string)
-  * [AWS CLI 2.34.52 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.53 Command Reference](../../index.html) »