AWS cli documentation change
Summary
Updated AWS CLI version reference from 2.31.37 to 2.31.39 and modified IAM role ARN pattern to include '-eusc' partition
Security assessment
Adds '-eusc' to IAM role ARN validation patterns. This appears to be a regional expansion rather than a security fix.
Diff
diff --git a/cli/latest/reference/storagegateway/list-cache-reports.md b/cli/latest/reference/storagegateway/list-cache-reports.md index 171c5afd5..e5c0fbc7a 100644 --- a//cli/latest/reference/storagegateway/list-cache-reports.md +++ b//cli/latest/reference/storagegateway/list-cache-reports.md @@ -15 +15 @@ - * [AWS CLI 2.31.37 Command Reference](../../index.html) » + * [AWS CLI 2.31.39 Command Reference](../../index.html) » @@ -262 +262 @@ CacheReportList -> (list) ->>> * pattern: `^arn:(aws(|-cn|-us-gov|-iso[A-Za-z0-9_-]*)):iam::([0-9]+):role/(\S+)$` +>>> * pattern: `^arn:(aws(|-cn|-us-gov|-iso[A-Za-z0-9_-]*|-eusc)):iam::([0-9]+):role/(\S+)$` @@ -442 +442 @@ Marker -> (string) - * [AWS CLI 2.31.37 Command Reference](../../index.html) » + * [AWS CLI 2.31.39 Command Reference](../../index.html) »