AWS cli documentation change
Summary
Added --client-token parameter for idempotency in preference deletion
Security assessment
Idempotency token prevents duplicate operations but doesn't address security flaws. No evidence of security vulnerability being patched.
Diff
diff --git a/cli/latest/reference/invoicing/delete-procurement-portal-preference.md b/cli/latest/reference/invoicing/delete-procurement-portal-preference.md index d429e2a97..89165bad2 100644 --- a//cli/latest/reference/invoicing/delete-procurement-portal-preference.md +++ b//cli/latest/reference/invoicing/delete-procurement-portal-preference.md @@ -15 +15 @@ - * [AWS CLI 2.34.52 Command Reference](../../index.html) » + * [AWS CLI 2.34.53 Command Reference](../../index.html) » @@ -71,0 +72 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/invoic + [--client-token <value>] @@ -108,0 +110,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+` +> + + @@ -244 +257 @@ ProcurementPortalPreferenceArn -> (string) - * [AWS CLI 2.34.52 Command Reference](../../index.html) » + * [AWS CLI 2.34.53 Command Reference](../../index.html) »