AWS cli documentation change
Summary
Added --client-token parameter for idempotency in status updates
Security assessment
Change introduces idempotency to prevent duplicate state changes. No security implications are mentioned or addressed.
Diff
diff --git a/cli/latest/reference/invoicing/update-procurement-portal-preference-status.md b/cli/latest/reference/invoicing/update-procurement-portal-preference-status.md index d1f07177f..eb3a19d3a 100644 --- a//cli/latest/reference/invoicing/update-procurement-portal-preference-status.md +++ b//cli/latest/reference/invoicing/update-procurement-portal-preference-status.md @@ -15 +15 @@ - * [AWS CLI 2.34.52 Command Reference](../../index.html) » + * [AWS CLI 2.34.53 Command Reference](../../index.html) » @@ -75,0 +76 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/invoic + [--client-token <value>] @@ -166,0 +168,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+` +> + + @@ -302 +315 @@ ProcurementPortalPreferenceArn -> (string) - * [AWS CLI 2.34.52 Command Reference](../../index.html) » + * [AWS CLI 2.34.53 Command Reference](../../index.html) »