AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-05-07 · Documentation low

File: cli/latest/reference/marketplace-agreement/batch-create-billing-adjustment-request.md

Summary

Updated command behavior, added currency validation, removed reason code examples, changed invoiceId requirements, and updated navigation

Security assessment

Changes are functional updates: Added currency code matching requirement, removed specific reason codes which might indicate service behavior changes, and updated invoiceId validation. No security vulnerability fixes or security feature additions.

Diff

diff --git a/cli/latest/reference/marketplace-agreement/batch-create-billing-adjustment-request.md b/cli/latest/reference/marketplace-agreement/batch-create-billing-adjustment-request.md
index c0f7b3199..4872ee3e4 100644
--- a//cli/latest/reference/marketplace-agreement/batch-create-billing-adjustment-request.md
+++ b//cli/latest/reference/marketplace-agreement/batch-create-billing-adjustment-request.md
@@ -13,3 +13,3 @@
-  * [next](cancel-agreement-cancellation-request.html "cancel-agreement-cancellation-request") |
-  * [previous](index.html "marketplace-agreement") |
-  * [AWS CLI 2.34.41 Command Reference](../../index.html) »
+  * [next](cancel-agreement.html "cancel-agreement") |
+  * [previous](accept-agreement-request.html "accept-agreement-request") |
+  * [AWS CLI 2.34.44 Command Reference](../../index.html) »
@@ -22,2 +22,2 @@
-  * [← marketplace-agreement](index.html "previous chapter \(use the left arrow\)") /
-  * [cancel-agreement-cancellation-request →](cancel-agreement-cancellation-request.html "next chapter \(use the right arrow\)")
+  * [← accept-agreement-request](accept-agreement-request.html "previous chapter \(use the left arrow\)") /
+  * [cancel-agreement →](cancel-agreement.html "next chapter \(use the right arrow\)")
@@ -59 +59 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c
-Allows sellers (proposers) to submit billing adjustment requests for one or more invoices within an agreement. Each entry in the batch specifies an invoice and the adjustment amount. The operation returns successfully created adjustment request IDs and any errors for entries that failed validation.
+Allows sellers (proposers) to submit billing adjustment requests for one or more invoices within an agreement. Each entry in the batch specifies an invoice and the adjustment amount. The operation returns successfully created adjustment request IDs and any errors for entries that failed to process.
@@ -63 +63 @@ Allows sellers (proposers) to submit billing adjustment requests for one or more
-Each entry requires a unique `clientToken` for idempotency. A `ValidationException` is returned if the adjustment amount exceeds the maximum refundable amount for the invoice.
+Each entry requires a unique `clientToken` for idempotency.
@@ -140 +140 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/market
->>> The 3-letter ISO 4217 currency code for the adjustment amount (e.g., `USD` ).
+>>> The 3-letter ISO 4217 currency code for the adjustment amount. Must match the currency code of the offer associated with the agreement (e.g., `USD` ).
@@ -152 +152 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/market
->>> The reason code for the billing adjustment. Valid values include `INCORRECT_TERMS_ACCEPTED` , `INCORRECT_METERING` , `TEST_ENVIRONMENT_CHARGES` , `ALTERNATIVE_PROCUREMENT_CHANNEL` , `UNINTENDED_RENEWAL` , `BUYER_DISSATISFACTION` , and `OTHER` .
+>>> The reason code for the billing adjustment.
@@ -172 +172 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/market
->>>   * min: `0`
+>>>   * min: `1`
@@ -174 +173,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/market
->>>   * pattern: `.+`
@@ -395,2 +394,2 @@ errors -> (list)
-  * [← marketplace-agreement](index.html "previous chapter \(use the left arrow\)") /
-  * [cancel-agreement-cancellation-request →](cancel-agreement-cancellation-request.html "next chapter \(use the right arrow\)")
+  * [← accept-agreement-request](accept-agreement-request.html "previous chapter \(use the left arrow\)") /
+  * [cancel-agreement →](cancel-agreement.html "next chapter \(use the right arrow\)")
@@ -403,3 +402,3 @@ errors -> (list)
-  * [next](cancel-agreement-cancellation-request.html "cancel-agreement-cancellation-request") |
-  * [previous](index.html "marketplace-agreement") |
-  * [AWS CLI 2.34.41 Command Reference](../../index.html) »
+  * [next](cancel-agreement.html "cancel-agreement") |
+  * [previous](accept-agreement-request.html "accept-agreement-request") |
+  * [AWS CLI 2.34.44 Command Reference](../../index.html) »