AWS cli documentation change
Summary
Updated AWS CLI version reference and modified regex patterns for IAM policy ARNs and region validation
Security assessment
Changes involve version number updates and regex pattern expansions (adding '-eusc' partition support and widening region code character limits). These appear to be routine updates for new AWS region support rather than addressing security vulnerabilities.
Diff
diff --git a/cli/latest/reference/budgets/describe-budget-actions-for-budget.md b/cli/latest/reference/budgets/describe-budget-actions-for-budget.md index ef177fbe7..dcd9528da 100644 --- a//cli/latest/reference/budgets/describe-budget-actions-for-budget.md +++ b//cli/latest/reference/budgets/describe-budget-actions-for-budget.md @@ -15 +15 @@ - * [AWS CLI 2.31.27 Command Reference](../../index.html) » + * [AWS CLI 2.31.28 Command Reference](../../index.html) » @@ -343 +343 @@ Actions -> (list) ->>>>> * pattern: `^arn:aws(-cn|-us-gov|-iso|-iso-[a-z]{1})?:iam::(\d{12}|aws):policy(\u002F[\u0021-\u007F]+\u002F|\u002F)[\w+=,.@-]+$` +>>>>> * pattern: `^arn:aws(-eusc|-cn|-us-gov|-iso|-iso-[a-z]{1})?:iam::(\d{12}|aws):policy(\u002F[\u0021-\u007F]+\u002F|\u002F)[\w+=,.@-]+$` @@ -470 +470 @@ Actions -> (list) ->>>>> * pattern: `^\w{2}-\w+(-\w+)?-\d$` +>>>>> * pattern: `^\w{2,4}-\w+(-\w+)?-\d$` @@ -503 +503 @@ Actions -> (list) ->>> * pattern: `^arn:aws(-cn|-us-gov|-iso|-iso-[a-z]{1})?:iam::\d{12}:role(\u002F[\u0021-\u007F]+\u002F|\u002F)[\w+=,.@-]+$` +>>> * pattern: `^arn:aws(-eusc|-cn|-us-gov|-iso|-iso-[a-z]{1})?:iam::\d{12}:role(\u002F[\u0021-\u007F]+\u002F|\u002F)[\w+=,.@-]+$` @@ -606 +606 @@ NextToken -> (string) - * [AWS CLI 2.31.27 Command Reference](../../index.html) » + * [AWS CLI 2.31.28 Command Reference](../../index.html) »