AWS cli documentation change
Summary
Added computation/presentation parameters and updated idempotency documentation
Security assessment
New parameters for custom line item configuration and idempotency clarification, but no security features or vulnerabilities addressed
Diff
diff --git a/cli/latest/reference/billingconductor/create-custom-line-item.md b/cli/latest/reference/billingconductor/create-custom-line-item.md index d55ed24d3..03ff5781c 100644 --- a//cli/latest/reference/billingconductor/create-custom-line-item.md +++ b//cli/latest/reference/billingconductor/create-custom-line-item.md @@ -15 +15 @@ - * [AWS CLI 2.31.16 Command Reference](../../index.html) » + * [AWS CLI 2.31.18 Command Reference](../../index.html) » @@ -74,0 +75,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/billin + [--computation-rule <value>] + [--presentation-details <value>] @@ -101 +103 @@ 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. @@ -140 +142 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/billin -> * 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}` @@ -375,0 +378,40 @@ JSON Syntax: +`--computation-rule` (string) + +> The display settings of the custom line item +> +> Possible values: +> +> * `CONSOLIDATED` +> + + +`--presentation-details` (structure) + +> The presentation configuration of the custom line item +> +> Service -> (string) [required] +> +>> This defines the service of where the custom line item is presented +>> +>> Constraints: +>> +>> * min: `1` +>> * max: `128` +>> * pattern: `[a-zA-Z0-9]+` +>> + + +Shorthand Syntax: + + + Service=string + + +JSON Syntax: + + + { + "Service": "string" + } + + @@ -495 +537 @@ Arn -> (string) - * [AWS CLI 2.31.16 Command Reference](../../index.html) » + * [AWS CLI 2.31.18 Command Reference](../../index.html) »