AWS cli documentation change
Summary
Updated AWS CLI version, increased max value limits from 100 to 115, and expanded ARN pattern matching
Security assessment
Increased field limits and broader ARN pattern (arn:aws → arn:.*) for compatibility. No security vulnerabilities mentioned or addressed.
Diff
diff --git a/cli/latest/reference/socialmessaging/get-linked-whatsapp-business-account.md b/cli/latest/reference/socialmessaging/get-linked-whatsapp-business-account.md index 924d803b7..7ce392dac 100644 --- a//cli/latest/reference/socialmessaging/get-linked-whatsapp-business-account.md +++ b//cli/latest/reference/socialmessaging/get-linked-whatsapp-business-account.md @@ -15 +15 @@ - * [AWS CLI 2.32.33 Command Reference](../../index.html) » + * [AWS CLI 2.33.1 Command Reference](../../index.html) » @@ -99 +99 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/social -> * max: `100` +> * max: `115` @@ -226 +226 @@ account -> (structure) ->> * max: `100` +>> * max: `115` @@ -301 +301 @@ account -> (structure) ->>>> * pattern: `arn:aws:iam::\d{12}:role\/[a-zA-Z0-9+=,.@\-_]+` +>>>> * pattern: `arn:.*:iam::\d{12}:role\/[a-zA-Z0-9+=,.@\-_]+` @@ -343 +343 @@ account -> (structure) ->>>> * max: `100` +>>>> * max: `115` @@ -412 +412 @@ account -> (structure) - * [AWS CLI 2.32.33 Command Reference](../../index.html) » + * [AWS CLI 2.33.1 Command Reference](../../index.html) »