AWS cli documentation change
Summary
Updated CLI version reference, increased parameter maximum values (200->612/512), and expanded ID pattern validation
Security assessment
Changes involve increasing operational limits and expanding allowed characters in identifiers. No explicit security context or vulnerability remediation mentioned. Pattern change adds '/_' characters but doesn't indicate security motivation.
Diff
diff --git a/cli/latest/reference/verifiedpermissions/create-policy.md b/cli/latest/reference/verifiedpermissions/create-policy.md index bb43fdd39..8ffef7943 100644 --- a//cli/latest/reference/verifiedpermissions/create-policy.md +++ b//cli/latest/reference/verifiedpermissions/create-policy.md @@ -15 +15 @@ - * [AWS CLI 2.33.2 Command Reference](../../index.html) » + * [AWS CLI 2.33.4 Command Reference](../../index.html) » @@ -215 +215 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/verifi ->>>> * max: `200` +>>>> * max: `612` @@ -247 +247 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/verifi ->>>> * max: `200` +>>>> * max: `612` @@ -531 +531 @@ policyId -> (string) -> * pattern: `[a-zA-Z0-9-]*` +> * pattern: `[a-zA-Z0-9-/_]*` @@ -573 +573 @@ principal -> (structure) ->> * max: `200` +>> * max: `612` @@ -605 +605 @@ resource -> (structure) ->> * max: `200` +>> * max: `612` @@ -641 +641 @@ actions -> (list) ->>> * max: `200` +>>> * max: `512` @@ -675 +675 @@ effect -> (string) - * [AWS CLI 2.33.2 Command Reference](../../index.html) » + * [AWS CLI 2.33.4 Command Reference](../../index.html) »