AWS cli documentation change
Summary
Updated AWS CLI version reference from 2.34.49 to 2.34.52 and enhanced documentation clarity for token authorization parameters, vendor-specific structures, and payment token responses.
Security assessment
While the documentation discusses authorization tokens and security headers, the changes are purely clarifications of existing content. There's no evidence of addressing specific security vulnerabilities or introducing new security features. The updates improve precision but don't fundamentally alter security implications.
Diff
diff --git a/cli/latest/reference/bedrock-agentcore/get-resource-payment-token.md b/cli/latest/reference/bedrock-agentcore/get-resource-payment-token.md index 3a851444d..89563667e 100644 --- a//cli/latest/reference/bedrock-agentcore/get-resource-payment-token.md +++ b//cli/latest/reference/bedrock-agentcore/get-resource-payment-token.md @@ -15 +15 @@ - * [AWS CLI 2.34.49 Command Reference](../../index.html) » + * [AWS CLI 2.34.52 Command Reference](../../index.html) » @@ -97 +97 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc -> Workload access token for authorization. Named workloadIdentityToken for consistency with APIKey and OAuth2CredentialProvider. +> Workload access token for authorization. @@ -108 +108 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc -> Name of the payment credential provider to use +> Name of the payment credential provider to use. @@ -120 +120 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc -> Vendor-specific token request input Contains all request parameters in a type-safe, vendor-specific structure +> Vendor-specific token request input. Contains all request parameters in a type-safe, vendor-specific structure. @@ -128 +128 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc ->> Coinbase CDP token request parameters +>> The Coinbase CDP token request. @@ -146 +146 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc ->>> Optional - defaults to “api.cdp.coinbase.com” +>>> The host for the payment API request. Defaults to “api.cdp.coinbase.com”. @@ -170 +170 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc ->>> Set to true for wallet write operations (requires walletSecret configured) +>>> Set to true for wallet write operations (requires walletSecret configured). @@ -174 +174 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc ->>> Request body JSON - used to generate wallet auth JWT +>>> Request body JSON — used to generate wallet auth JWT. @@ -186 +186 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc ->> StripePrivy token request parameters +>> The Stripe Privy token request. @@ -190 +190 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc ->>> Optional - defaults to “api.privy.io” +>>> The host for the Privy API request. Defaults to “api.privy.io”. @@ -214 +214 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc ->>> Request body JSON for the Privy API call +>>> Request body JSON for the Privy API call. @@ -226 +226 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc ->>> Set to true to generate privy-authorization-signature +>>> Set to true to generate privy-authorization-signature. @@ -369 +369 @@ paymentTokenResponse -> (tagged union structure) -> Vendor-specific token response output Contains all response data in a type-safe, vendor-specific structure +> Vendor-specific token response output. Contains all response data in a type-safe, vendor-specific structure. @@ -377 +377 @@ paymentTokenResponse -> (tagged union structure) ->> Coinbase CDP token response +>> The Coinbase CDP token response. @@ -381 +381 @@ paymentTokenResponse -> (tagged union structure) ->>> Bearer Token for Authorization header +>>> Bearer Token for Authorization header. @@ -392 +392 @@ paymentTokenResponse -> (tagged union structure) ->>> Wallet Auth Token for X-Wallet-Auth header +>>> Wallet Auth Token for X-Wallet-Auth header. @@ -403 +403 @@ paymentTokenResponse -> (tagged union structure) ->> StripePrivy token response containing appId, basicAuthToken, and optionally authorizationSignature +>> The Stripe Privy token response. @@ -407 +407 @@ paymentTokenResponse -> (tagged union structure) ->>> Base64-encoded ECDSA P-256 authorization signature (only present when includeAuthorizationSignature is true) +>>> Base64-encoded ECDSA P-256 authorization signature (only present when includeAuthorizationSignature is true). @@ -418 +418 @@ paymentTokenResponse -> (tagged union structure) ->>> Unix timestamp in milliseconds when the authorization signature expires. Set as privy-request-expiry header. +>>> Unix timestamp in milliseconds when the authorization signature expires. @@ -422 +422 @@ paymentTokenResponse -> (tagged union structure) ->>> The Privy app ID for the privy-app-id header +>>> The Privy app ID for the privy-app-id header. @@ -434 +434 @@ paymentTokenResponse -> (tagged union structure) ->>> Base64-encoded Basic Auth token (appId:appSecret) for the Authorization header +>>> Base64-encoded Basic Auth token (appId:appSecret) for the Authorization header. @@ -453 +453 @@ paymentTokenResponse -> (tagged union structure) - * [AWS CLI 2.34.49 Command Reference](../../index.html) » + * [AWS CLI 2.34.52 Command Reference](../../index.html) »