AWS cli documentation change
Summary
Updated CLI version reference and improved parameter descriptions, including clearer idempotency token explanation and X402 payment protocol specifications.
Security assessment
Enhanced idempotency token description improves operational safety but doesn't address vulnerabilities. X402 protocol changes are implementation details without security implications. No evidence of security fixes.
Diff
diff --git a/cli/latest/reference/bedrock-agentcore/process-payment.md b/cli/latest/reference/bedrock-agentcore/process-payment.md index 239a22483..fa3f3d8ee 100644 --- a//cli/latest/reference/bedrock-agentcore/process-payment.md +++ b//cli/latest/reference/bedrock-agentcore/process-payment.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 -Process a payment transaction +Processes a payment using a payment instrument within a payment session. @@ -126 +126 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc -> The ARN of the payment manager handling this payment. +> The ARN of the payment manager. @@ -138 +138 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc -> The ID of the payment session for this transaction. +> The ID of the payment session. @@ -150 +150 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc -> The ID of the payment instrument to use for this transaction. +> The ID of the payment instrument to use. @@ -162 +162 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc -> The type of payment being processed. +> The type of payment to process. @@ -180 +180 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc ->> X402 payment requirement input +>> Input for a crypto X402 payment. @@ -184 +184 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc ->>> The X402 protocol version (e.g., “v1”, “v2”) +>>> The version of the X402 protocol. @@ -188 +188 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc ->>> This can hold any JSON-like object +>>> The X402 payment payload. @@ -209 +209 @@ JSON Syntax: -> Idempotency token to ensure request uniqueness. +> A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. @@ -334 +334 @@ processPaymentId -> (string) -> The unique ID of the processed payment transaction. +> The unique identifier of the processed payment. @@ -346 +346 @@ paymentManagerArn -> (string) -> The ARN of the payment manager that processed this payment. +> The ARN of the payment manager. @@ -358 +358 @@ paymentSessionId -> (string) -> The ID of the payment session for this transaction. +> The ID of the payment session used. @@ -370 +370 @@ paymentInstrumentId -> (string) -> The ID of the payment instrument used for this transaction. +> The ID of the payment instrument used. @@ -382 +382 @@ paymentType -> (string) -> The type of payment that was processed. +> The type of payment processed. @@ -392 +392 @@ status -> (string) -> The status of the payment transaction. +> The status of the payment. @@ -410 +410 @@ paymentOutput -> (tagged union structure) ->> X402 payment requirement output +>> Output from a crypto X402 payment. @@ -414 +414 @@ paymentOutput -> (tagged union structure) ->>> The X402 protocol version (e.g., “1”, “2”) +>>> The version of the X402 protocol. @@ -418 +418 @@ paymentOutput -> (tagged union structure) ->>> This can hold any JSON-like object +>>> The X402 payment response payload. @@ -438 +438 @@ updatedAt -> (timestamp) - * [AWS CLI 2.34.49 Command Reference](../../index.html) » + * [AWS CLI 2.34.52 Command Reference](../../index.html) »