AWS cli documentation change
Summary
Updated AWS CLI version references from 2.34.49 to 2.34.52. Improved documentation clarity through punctuation additions and wording changes for payment instrument details, linked accounts, and OAuth2 providers. Removed detailed validation requirements for SMS phone numbers and 'optional' markers from OAuth2 provider fields.
Security assessment
The changes primarily involve documentation formatting improvements and minor clarifications without introducing new security concepts or addressing vulnerabilities. Removal of phone number validation details doesn't indicate a security fix but rather documentation simplification. No evidence of security vulnerability remediation exists in the changes.
Diff
diff --git a/cli/latest/reference/bedrock-agentcore/get-payment-instrument.md b/cli/latest/reference/bedrock-agentcore/get-payment-instrument.md index dd234a21d..e47095061 100644 --- a//cli/latest/reference/bedrock-agentcore/get-payment-instrument.md +++ b//cli/latest/reference/bedrock-agentcore/get-payment-instrument.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 -Get a payment instrument by ID +Get a payment instrument by ID. @@ -270 +270 @@ paymentInstrument -> (structure) -> Represents a payment instrument +> The payment instrument details. @@ -339 +339 @@ paymentInstrument -> (structure) ->>> Embedded crypto wallet managed directly by end user +>>> Embedded crypto wallet managed directly by end user. @@ -343 +343 @@ paymentInstrument -> (structure) ->>>> The blockchain network for this embedded crypto wallet. Supported networks: ETHEREUM, SOLANA +>>>> The blockchain network for this embedded crypto wallet. Supported networks: ETHEREUM, SOLANA. @@ -354 +354 @@ paymentInstrument -> (structure) ->>>> List of linkedAccounts linked to this wallet. Each linkedAccount represents a way the end user can authenticate to this wallet. Can be empty when adding a new linkedAccount to an existing wallet. +>>>> List of linked accounts linked to this wallet. Each represents a way the end user can authenticate to this wallet. @@ -365 +365 @@ paymentInstrument -> (structure) ->>>>> Represents different linkedAccounts that can be linked to an embedded wallet. This union supports multiple linkedAccount approaches: email, SMS, JWT, and OAuth2. +>>>>> Represents different linked accounts that can be linked to an embedded wallet. Supports email, SMS, JWT, and OAuth2 approaches. @@ -373 +373 @@ paymentInstrument -> (structure) ->>>>>> Email-based linkedAccount +>>>>>> Email-based linked account. @@ -377 +377 @@ paymentInstrument -> (structure) ->>>>>>> The email address used for linkedAccount. Must be a valid email format. +>>>>>>> The email address used for the linked account. Must be a valid email format. @@ -389 +389 @@ paymentInstrument -> (structure) ->>>>>> SMS-based linkedAccount using phone number +>>>>>> SMS-based linked account using phone number. @@ -393 +393 @@ paymentInstrument -> (structure) ->>>>>>> The phone number in E.164 format (e.g., +1234567890). Must be a valid E.164 formatted phone number starting with + and containing 1-15 digits. +>>>>>>> The phone number in E.164 format (e.g., +1234567890). @@ -405 +405 @@ paymentInstrument -> (structure) ->>>>>> Developer JWT linkedAccount with key ID and subject +>>>>>> Developer JWT linked account with key ID and subject. @@ -432 +432 @@ paymentInstrument -> (structure) ->>>>>> OAuth2 provider linkedAccount (Google, Apple, X, Telegram, GitHub) +>>>>>> OAuth2 provider linked account (Google, Apple, X, Telegram, GitHub). @@ -440 +440 @@ paymentInstrument -> (structure) ->>>>>>> Google OAuth2 authentication +>>>>>>> Google OAuth2 authentication. @@ -455 +455 @@ paymentInstrument -> (structure) ->>>>>>>> The email address from the OAuth2 provider (optional). +>>>>>>>> The email address from the OAuth2 provider. @@ -467 +467 @@ paymentInstrument -> (structure) ->>>>>>>> The user’s name from the OAuth2 provider (optional). +>>>>>>>> The user’s name from the OAuth2 provider. @@ -478 +478 @@ paymentInstrument -> (structure) ->>>>>>>> The username from the OAuth2 provider (optional). +>>>>>>>> The username from the OAuth2 provider. @@ -489 +489 @@ paymentInstrument -> (structure) ->>>>>>> Apple OAuth2 authentication +>>>>>>> Apple OAuth2 authentication. @@ -504 +504 @@ paymentInstrument -> (structure) ->>>>>>>> The email address from the OAuth2 provider (optional). +>>>>>>>> The email address from the OAuth2 provider. @@ -516 +516 @@ paymentInstrument -> (structure) ->>>>>>>> The user’s name from the OAuth2 provider (optional). +>>>>>>>> The user’s name from the OAuth2 provider. @@ -527 +527 @@ paymentInstrument -> (structure) ->>>>>>>> The username from the OAuth2 provider (optional). +>>>>>>>> The username from the OAuth2 provider. @@ -538 +538 @@ paymentInstrument -> (structure) ->>>>>>> X (formerly Twitter) OAuth2 authentication +>>>>>>> X (formerly Twitter) OAuth2 authentication. @@ -553 +553 @@ paymentInstrument -> (structure) ->>>>>>>> The email address from the OAuth2 provider (optional). +>>>>>>>> The email address from the OAuth2 provider. @@ -565 +565 @@ paymentInstrument -> (structure) ->>>>>>>> The user’s name from the OAuth2 provider (optional). +>>>>>>>> The user’s name from the OAuth2 provider. @@ -576 +576 @@ paymentInstrument -> (structure) ->>>>>>>> The username from the OAuth2 provider (optional). +>>>>>>>> The username from the OAuth2 provider. @@ -587 +587 @@ paymentInstrument -> (structure) ->>>>>>> Telegram OAuth2 authentication +>>>>>>> Telegram OAuth2 authentication. @@ -602 +602 @@ paymentInstrument -> (structure) ->>>>>>>> The email address from the OAuth2 provider (optional). +>>>>>>>> The email address from the OAuth2 provider. @@ -614 +614 @@ paymentInstrument -> (structure) ->>>>>>>> The user’s name from the OAuth2 provider (optional). +>>>>>>>> The user’s name from the OAuth2 provider. @@ -625 +625 @@ paymentInstrument -> (structure) ->>>>>>>> The username from the OAuth2 provider (optional). +>>>>>>>> The username from the OAuth2 provider. @@ -636 +636 @@ paymentInstrument -> (structure) ->>>>>>> GitHub OAuth2 authentication +>>>>>>> GitHub OAuth2 authentication. @@ -651 +651 @@ paymentInstrument -> (structure) ->>>>>>>> The email address from the OAuth2 provider (optional). +>>>>>>>> The email address from the OAuth2 provider. @@ -663 +663 @@ paymentInstrument -> (structure) ->>>>>>>> The user’s name from the OAuth2 provider (optional). +>>>>>>>> The user’s name from the OAuth2 provider. @@ -674 +674 @@ paymentInstrument -> (structure) ->>>>>>>> The username from the OAuth2 provider (optional). +>>>>>>>> The username from the OAuth2 provider. @@ -689 +689 @@ paymentInstrument -> (structure) ->>>> URL for the end user to complete a provider-specific action (e.g., wallet linking, onboarding). Returned by the payment connector during instrument creation. +>>>> URL for the end user to complete a provider-specific action such as wallet linking or onboarding. @@ -729 +729 @@ paymentInstrument -> (structure) - * [AWS CLI 2.34.49 Command Reference](../../index.html) » + * [AWS CLI 2.34.52 Command Reference](../../index.html) »