AWS cli documentation change
Summary
Updated CLI version references from 2.34.49 to 2.34.52, improved descriptions for payment session creation, and enhanced idempotency token explanation.
Security assessment
Changes include minor wording improvements (e.g., 'payment manager session' to 'payment session') and clarification of idempotency token usage. No security vulnerabilities, patches, or new security features are referenced in the changes.
Diff
diff --git a/cli/latest/reference/bedrock-agentcore/create-payment-session.md b/cli/latest/reference/bedrock-agentcore/create-payment-session.md index 57bd46e18..9c15b8636 100644 --- a//cli/latest/reference/bedrock-agentcore/create-payment-session.md +++ b//cli/latest/reference/bedrock-agentcore/create-payment-session.md @@ -15 +15 @@ - * [AWS CLI 2.34.49 Command Reference](../../index.html) » + * [AWS CLI 2.34.52 Command Reference](../../index.html) » @@ -59 +59 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c -Create a new payment manager session +Create a new payment session. @@ -138 +138 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc ->> The maximum amount that can be spent in this session. +>> The maximum amount that can be spent in the session. @@ -146 +146 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc ->>> The currency code for this amount. +>>> The currency code for the amount. @@ -184 +184 @@ JSON Syntax: -> Idempotency token to ensure request uniqueness. +> A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. @@ -309 +309 @@ paymentSession -> (structure) -> Payment manager session +> The created payment session. @@ -313 +313 @@ paymentSession -> (structure) ->> The unique identifier for this payment session. +>> The unique identifier of the payment session. @@ -337 +337 @@ paymentSession -> (structure) ->> The spending limits for this session. +>> The spending limits for the payment session. @@ -341 +341 @@ paymentSession -> (structure) ->>> The maximum amount that can be spent in this session. +>>> The maximum amount that can be spent in the session. @@ -349 +349 @@ paymentSession -> (structure) ->>>> The currency code for this amount. +>>>> The currency code for the amount. @@ -359 +359 @@ paymentSession -> (structure) ->> The user ID associated with this payment session. +>> The user ID associated with this session. @@ -374 +374 @@ paymentSession -> (structure) ->> The timestamp when this payment session was created. +>> The timestamp when the session was created. @@ -378 +378 @@ paymentSession -> (structure) ->> The available limits for this session after accounting for processed payments. +>> The current available spending limits. @@ -382 +382 @@ paymentSession -> (structure) ->>> The available spend amount for this session. +>>> The remaining available amount that can be spent. @@ -390 +390 @@ paymentSession -> (structure) ->>>> The currency code for this amount. +>>>> The currency code for the amount. @@ -404 +404 @@ paymentSession -> (structure) ->> The timestamp when this payment session was last updated. +>> The timestamp when the session was last updated. @@ -416 +416 @@ paymentSession -> (structure) - * [AWS CLI 2.34.49 Command Reference](../../index.html) » + * [AWS CLI 2.34.52 Command Reference](../../index.html) »