AWS cli documentation change
Summary
Added --client-token parameter for idempotency in invoice creation
Security assessment
The change introduces a client token parameter for idempotency, which prevents duplicate operations but doesn't address vulnerabilities or security weaknesses. No security implications are mentioned.
Diff
diff --git a/cli/latest/reference/invoicing/create-invoice-unit.md b/cli/latest/reference/invoicing/create-invoice-unit.md index 786e921cc..ea692f980 100644 --- a//cli/latest/reference/invoicing/create-invoice-unit.md +++ b//cli/latest/reference/invoicing/create-invoice-unit.md @@ -15 +15 @@ - * [AWS CLI 2.34.52 Command Reference](../../index.html) » + * [AWS CLI 2.34.53 Command Reference](../../index.html) » @@ -72,0 +73 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/invoic + [--client-token <value>] @@ -247,0 +249,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+` +> + + @@ -383 +396 @@ InvoiceUnitArn -> (string) - * [AWS CLI 2.34.52 Command Reference](../../index.html) » + * [AWS CLI 2.34.53 Command Reference](../../index.html) »