AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-10-19 · Documentation low

File: cli/latest/reference/billingconductor/create-pricing-plan.md

Summary

Updated CLI version reference from 2.31.16 to 2.31.18. Enhanced idempotency token documentation with proper implementation details. Modified ARN pattern to include BasicPricingPlan.

Security assessment

The idempotency documentation improvement enhances API reliability but does not address a specific security vulnerability. ARN pattern modification appears to expand valid formats without explicit security context.

Diff

diff --git a/cli/latest/reference/billingconductor/create-pricing-plan.md b/cli/latest/reference/billingconductor/create-pricing-plan.md
index b3d48d41e..b70256bf8 100644
--- a//cli/latest/reference/billingconductor/create-pricing-plan.md
+++ b//cli/latest/reference/billingconductor/create-pricing-plan.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.16 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.18 Command Reference](../../index.html) »
@@ -98 +98 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/billin
-> The token that is needed to support idempotency. Idempotency isn’t currently supported, but will be implemented in a future update.
+> A unique, case-sensitive identifier that you specify to ensure idempotency of the request. Idempotency ensures that an API request completes no more than one time. With an idempotent request, if the original request completes successfully, any subsequent retries complete successfully without performing any further actions.
@@ -303 +303 @@ Arn -> (string)
->   * pattern: `(arn:aws(-cn)?:billingconductor::[0-9]{12}:pricingplan/)?[a-zA-Z0-9]{10}`
+>   * pattern: `(arn:aws(-cn)?:billingconductor::(aws|[0-9]{12}):pricingplan/)?(BasicPricingPlan|[a-zA-Z0-9]{10})`
@@ -317 +317 @@ Arn -> (string)
-  * [AWS CLI 2.31.16 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.18 Command Reference](../../index.html) »