AWS cli documentation change
Summary
Updated navigation links to point to 'list-policy-engine-summaries' instead of 'list-policy-engines', updated AWS CLI version from 2.34.45 to 2.34.48, and moved policy metadata documentation block within the output structure
Security assessment
The changes involve navigation updates and CLI version bumps without introducing new security content. The moved policy metadata fields (createdAt, updatedAt, policyArn, status) are standard audit/management attributes, not security-specific features. No vulnerabilities or security incidents are addressed.
Diff
diff --git a/cli/latest/reference/bedrock-agentcore-control/list-policies.md b/cli/latest/reference/bedrock-agentcore-control/list-policies.md index e3ae6e25a..f33f69fc6 100644 --- a//cli/latest/reference/bedrock-agentcore-control/list-policies.md +++ b//cli/latest/reference/bedrock-agentcore-control/list-policies.md @@ -13 +13 @@ - * [next](list-policy-engines.html "list-policy-engines") | + * [next](list-policy-engine-summaries.html "list-policy-engine-summaries") | @@ -15 +15 @@ - * [AWS CLI 2.34.45 Command Reference](../../index.html) » + * [AWS CLI 2.34.48 Command Reference](../../index.html) » @@ -23 +23 @@ - * [list-policy-engines →](list-policy-engines.html "next chapter \(use the right arrow\)") + * [list-policy-engine-summaries →](list-policy-engine-summaries.html "next chapter \(use the right arrow\)") @@ -302,0 +303,36 @@ policies -> (list) +>> +>> createdAt -> (timestamp) [required] +>> +>>> The timestamp when the policy was originally created. This is automatically set by the service and used for auditing and lifecycle management. +>> +>> updatedAt -> (timestamp) [required] +>> +>>> The timestamp when the policy was last modified. This tracks the most recent changes to the policy configuration or metadata. +>> +>> policyArn -> (string) [required] +>> +>>> The Amazon Resource Name (ARN) of the policy. This globally unique identifier can be used for cross-service references and IAM policy statements. +>>> +>>> Constraints: +>>> +>>> * min: `96` +>>> * max: `203` +>>> * pattern: `arn:aws[-a-z]{0,7}:bedrock-agentcore:[a-z0-9-]{9,15}:[0-9]{12}:policy-engine/[a-zA-Z][a-zA-Z0-9-_]{0,47}-[a-zA-Z0-9_]{10}/policy/[a-zA-Z][a-zA-Z0-9-_]{0,47}-[a-zA-Z0-9_]{10}` +>>> + +>> +>> status -> (string) [required] +>> +>>> The current status of the policy. +>>> +>>> Possible values: +>>> +>>> * `CREATING` +>>> * `ACTIVE` +>>> * `UPDATING` +>>> * `DELETING` +>>> * `CREATE_FAILED` +>>> * `UPDATE_FAILED` +>>> * `DELETE_FAILED` +>>> + @@ -365,36 +400,0 @@ policies -> (list) ->> ->> createdAt -> (timestamp) [required] ->> ->>> The timestamp when the policy was originally created. This is automatically set by the service and used for auditing and lifecycle management. ->> ->> updatedAt -> (timestamp) [required] ->> ->>> The timestamp when the policy was last modified. This tracks the most recent changes to the policy configuration or metadata. ->> ->> policyArn -> (string) [required] ->> ->>> The Amazon Resource Name (ARN) of the policy. This globally unique identifier can be used for cross-service references and IAM policy statements. ->>> ->>> Constraints: ->>> ->>> * min: `96` ->>> * max: `203` ->>> * pattern: `arn:aws[-a-z]{0,7}:bedrock-agentcore:[a-z0-9-]{9,15}:[0-9]{12}:policy-engine/[a-zA-Z][a-zA-Z0-9-_]{0,47}-[a-zA-Z0-9_]{10}/policy/[a-zA-Z][a-zA-Z0-9-_]{0,47}-[a-zA-Z0-9_]{10}` ->>> - ->> ->> status -> (string) [required] ->> ->>> The current status of the policy. ->>> ->>> Possible values: ->>> ->>> * `CREATING` ->>> * `ACTIVE` ->>> * `UPDATING` ->>> * `DELETING` ->>> * `CREATE_FAILED` ->>> * `UPDATE_FAILED` ->>> * `DELETE_FAILED` ->>> - @@ -421 +421 @@ nextToken -> (string) - * [list-policy-engines →](list-policy-engines.html "next chapter \(use the right arrow\)") + * [list-policy-engine-summaries →](list-policy-engine-summaries.html "next chapter \(use the right arrow\)") @@ -428 +428 @@ nextToken -> (string) - * [next](list-policy-engines.html "list-policy-engines") | + * [next](list-policy-engine-summaries.html "list-policy-engine-summaries") | @@ -430 +430 @@ nextToken -> (string) - * [AWS CLI 2.34.45 Command Reference](../../index.html) » + * [AWS CLI 2.34.48 Command Reference](../../index.html) »