AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

Updated CLI version reference. Improved idempotency token documentation. Added rounding clarification for percentage modifier. Modified regex pattern to include parentheses. Removed stray HTML tag.

Security assessment

Pattern change ([a-zA-Z0-9 ]+ to [a-zA-Z0-9() ]+) allows parentheses but lacks evidence of addressing security vulnerabilities like injection attacks. Other changes are documentation improvements without security context.

Diff

diff --git a/cli/latest/reference/billingconductor/create-pricing-rule.md b/cli/latest/reference/billingconductor/create-pricing-rule.md
index 3002f9e0f..3495d4b11 100644
--- a//cli/latest/reference/billingconductor/create-pricing-rule.md
+++ b//cli/latest/reference/billingconductor/create-pricing-rule.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.16 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.18 Command Reference](../../index.html) »
@@ -105 +105 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/billin
-> The token that’s 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.
@@ -165 +165 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/billin
-> A percentage modifier that’s applied on the public pricing rates.
+> A percentage modifier that’s applied on the public pricing rates. Your entry will be rounded to the nearest 2 decimal places.
@@ -233 +233 @@ JSON Syntax:
->   * pattern: `[a-zA-Z0-9 ]+`
+>   * pattern: `[a-zA-Z0-9() ]+`
@@ -269 +269 @@ JSON Syntax:
-> If the `Scope` attribute is set to `SKU` , this attribute indicates which usage type the `PricingRule` is modifying. For example, `USW2-BoxUsage:m2.2xlarge` describes an``M2 High Memory Double Extra Large`` instance in the US West (Oregon) Region. `</p>`
+> If the `Scope` attribute is set to `SKU` , this attribute indicates which usage type the `PricingRule` is modifying. For example, `USW2-BoxUsage:m2.2xlarge` describes an``M2 High Memory Double Extra Large`` instance in the US West (Oregon) Region.
@@ -412 +412 @@ Arn -> (string)
-  * [AWS CLI 2.31.16 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.18 Command Reference](../../index.html) »