AWS cli documentation change
Summary
Updated CLI version reference and moved policy metadata fields (createdAt, updatedAt, policyArn, status) within output documentation
Security assessment
Changes are structural/documentation reorganization without evidence of security fixes. Policy ARN pattern remains unchanged and doesn't indicate new security controls.
Diff
diff --git a/cli/latest/reference/bedrock-agentcore-control/get-policy.md b/cli/latest/reference/bedrock-agentcore-control/get-policy.md index e0d895bc2..7f51d2426 100644 --- a//cli/latest/reference/bedrock-agentcore-control/get-policy.md +++ b//cli/latest/reference/bedrock-agentcore-control/get-policy.md @@ -15 +15 @@ - * [AWS CLI 2.34.45 Command Reference](../../index.html) » + * [AWS CLI 2.34.48 Command Reference](../../index.html) » @@ -266,0 +267,36 @@ policyEngineId -> (string) +createdAt -> (timestamp) + +> The timestamp when the policy was originally created. + +updatedAt -> (timestamp) + +> The timestamp when the policy was last modified. This tracks the most recent changes to the policy configuration. + +policyArn -> (string) + +> 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) + +> The current status of the policy. +> +> Possible values: +> +> * `CREATING` +> * `ACTIVE` +> * `UPDATING` +> * `DELETING` +> * `CREATE_FAILED` +> * `UPDATE_FAILED` +> * `DELETE_FAILED` +> + + @@ -329,36 +364,0 @@ description -> (string) -createdAt -> (timestamp) - -> The timestamp when the policy was originally created. - -updatedAt -> (timestamp) - -> The timestamp when the policy was last modified. This tracks the most recent changes to the policy configuration. - -policyArn -> (string) - -> 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) - -> The current status of the policy. -> -> Possible values: -> -> * `CREATING` -> * `ACTIVE` -> * `UPDATING` -> * `DELETING` -> * `CREATE_FAILED` -> * `UPDATE_FAILED` -> * `DELETE_FAILED` -> - - @@ -381 +381 @@ statusReasons -> (list) - * [AWS CLI 2.34.45 Command Reference](../../index.html) » + * [AWS CLI 2.34.48 Command Reference](../../index.html) »