AWS cli documentation change
Summary
Updated pattern constraints for policyId and increased max length limits for principal, resource, and action fields. Updated CLI version reference.
Security assessment
Changes involve relaxing input constraints (adding /_ characters) and increasing field length limits. No security context or vulnerability references are provided in the diff.
Diff
diff --git a/cli/latest/reference/verifiedpermissions/get-policy.md b/cli/latest/reference/verifiedpermissions/get-policy.md index 4d6fbc0e7..3d1ce16ed 100644 --- a//cli/latest/reference/verifiedpermissions/get-policy.md +++ b//cli/latest/reference/verifiedpermissions/get-policy.md @@ -15 +15 @@ - * [AWS CLI 2.33.2 Command Reference](../../index.html) » + * [AWS CLI 2.33.4 Command Reference](../../index.html) » @@ -114 +114 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/verifi -> * pattern: `[a-zA-Z0-9-]*` +> * pattern: `[a-zA-Z0-9-/_]*` @@ -283 +283 @@ policyId -> (string) -> * pattern: `[a-zA-Z0-9-]*` +> * pattern: `[a-zA-Z0-9-/_]*` @@ -325 +325 @@ principal -> (structure) ->> * max: `200` +>> * max: `612` @@ -357 +357 @@ resource -> (structure) ->> * max: `200` +>> * max: `612` @@ -393 +393 @@ actions -> (list) ->>> * max: `200` +>>> * max: `512` @@ -475 +475 @@ definition -> (tagged union structure) ->>>> * max: `200` +>>>> * max: `612` @@ -507 +507 @@ definition -> (tagged union structure) ->>>> * max: `200` +>>>> * max: `612` @@ -541 +541 @@ effect -> (string) - * [AWS CLI 2.33.2 Command Reference](../../index.html) » + * [AWS CLI 2.33.4 Command Reference](../../index.html) »