AWS cli documentation change
Summary
Updated idempotency documentation and ARN pattern validation
Security assessment
Improved idempotency explanation and pattern validation for billing groups, but no direct security vulnerability addressed
Diff
diff --git a/cli/latest/reference/billingconductor/create-billing-group.md b/cli/latest/reference/billingconductor/create-billing-group.md index 00393636a..e595f1dd6 100644 --- a//cli/latest/reference/billingconductor/create-billing-group.md +++ b//cli/latest/reference/billingconductor/create-billing-group.md @@ -15 +15 @@ - * [AWS CLI 2.31.16 Command Reference](../../index.html) » + * [AWS CLI 2.31.18 Command Reference](../../index.html) » @@ -100 +100 @@ 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. @@ -174 +174 @@ JSON Syntax: ->> * 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})` @@ -360 +360 @@ Arn -> (string) -> * pattern: `(arn:aws(-cn)?:billingconductor::[0-9]{12}:billinggroup/)?[0-9]{12}` +> * pattern: `(arn:aws(-cn)?:billingconductor::[0-9]{12}:billinggroup/)?[a-zA-Z0-9]{10,12}` @@ -374 +374 @@ Arn -> (string) - * [AWS CLI 2.31.16 Command Reference](../../index.html) » + * [AWS CLI 2.31.18 Command Reference](../../index.html) »