AWS cli documentation change
Summary
Updated AWS CLI version, corrected API reference, increased max value limits from 100 to 115, and expanded ARN pattern matching
Security assessment
Changes include documentation corrections and increased field limits. ARN pattern change (arn:aws → arn:.*) supports multiple partitions but doesn't indicate a security fix. No evidence of security vulnerability being addressed.
Diff
diff --git a/cli/latest/reference/socialmessaging/associate-whatsapp-business-account.md b/cli/latest/reference/socialmessaging/associate-whatsapp-business-account.md index de17e5680..bbf863b8b 100644 --- a//cli/latest/reference/socialmessaging/associate-whatsapp-business-account.md +++ b//cli/latest/reference/socialmessaging/associate-whatsapp-business-account.md @@ -15 +15 @@ - * [AWS CLI 2.32.33 Command Reference](../../index.html) » + * [AWS CLI 2.33.1 Command Reference](../../index.html) » @@ -159 +159 @@ JSON Syntax: ->>>> The unique identifier of the originating phone number associated with the media. Phone number identifiers are formatted as `phone-number-id-01234567890123456789012345678901` . Use [GetLinkedWhatsAppBusinessAccount](https://docs.aws.amazon.com/social-messaging/latest/APIReference/API_GetLinkedWhatsAppBusinessAccountPhoneNumber.html) to find a phone number’s id. +>>>> The unique identifier of the originating phone number associated with the media. Phone number identifiers are formatted as `phone-number-id-01234567890123456789012345678901` . Use the [GetLinkedWhatsAppBusinessAccount](https://docs.aws.amazon.com/social-messaging/latest/APIReference/API_GetLinkedWhatsAppBusinessAccount.html) API action to find a phone number’s id. @@ -265 +265 @@ JSON Syntax: ->> * max: `100` +>> * max: `115` @@ -318 +318 @@ JSON Syntax: ->>>>> * pattern: `arn:aws:iam::\d{12}:role\/[a-zA-Z0-9+=,.@\-_]+` +>>>>> * pattern: `arn:.*:iam::\d{12}:role\/[a-zA-Z0-9+=,.@\-_]+` @@ -584 +584 @@ signupCallbackResult -> (structure) ->>>>>> * max: `100` +>>>>>> * max: `115` @@ -650 +650 @@ signupCallbackResult -> (structure) ->>>> * max: `100` +>>>> * max: `115` @@ -669 +669 @@ statusCode -> (integer) - * [AWS CLI 2.32.33 Command Reference](../../index.html) » + * [AWS CLI 2.33.1 Command Reference](../../index.html) »