AWS cli documentation change
Summary
Updated CLI version references from 2.34.45 to 2.34.48 and restructured policy metadata documentation by moving createdAt, updatedAt, policyArn, and status fields to a different section.
Security assessment
The changes involve routine version updates and documentation reorganization without introducing new security concepts or addressing vulnerabilities. The moved policy metadata fields (timestamps, ARN, status) describe standard operational states and identifiers, not security controls.
Diff
diff --git a/cli/latest/reference/bedrock-agentcore-control/create-policy.md b/cli/latest/reference/bedrock-agentcore-control/create-policy.md index 1a872a10f..cdfe3db8f 100644 --- a//cli/latest/reference/bedrock-agentcore-control/create-policy.md +++ b//cli/latest/reference/bedrock-agentcore-control/create-policy.md @@ -15 +15 @@ - * [AWS CLI 2.34.45 Command Reference](../../index.html) » + * [AWS CLI 2.34.48 Command Reference](../../index.html) » @@ -375,0 +376,36 @@ policyEngineId -> (string) +createdAt -> (timestamp) + +> The timestamp when the policy was created. This is automatically set by the service and used for auditing and lifecycle management. + +updatedAt -> (timestamp) + +> The timestamp when the policy was last updated. For newly created policies, this matches the createdAt timestamp. + +policyArn -> (string) + +> The Amazon Resource Name (ARN) of the created 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. A status of `ACTIVE` indicates the policy is ready for use. +> +> Possible values: +> +> * `CREATING` +> * `ACTIVE` +> * `UPDATING` +> * `DELETING` +> * `CREATE_FAILED` +> * `UPDATE_FAILED` +> * `DELETE_FAILED` +> + + @@ -438,36 +473,0 @@ description -> (string) -createdAt -> (timestamp) - -> The timestamp when the policy was created. This is automatically set by the service and used for auditing and lifecycle management. - -updatedAt -> (timestamp) - -> The timestamp when the policy was last updated. For newly created policies, this matches the createdAt timestamp. - -policyArn -> (string) - -> The Amazon Resource Name (ARN) of the created 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. A status of `ACTIVE` indicates the policy is ready for use. -> -> Possible values: -> -> * `CREATING` -> * `ACTIVE` -> * `UPDATING` -> * `DELETING` -> * `CREATE_FAILED` -> * `UPDATE_FAILED` -> * `DELETE_FAILED` -> - - @@ -490 +490 @@ statusReasons -> (list) - * [AWS CLI 2.34.45 Command Reference](../../index.html) » + * [AWS CLI 2.34.48 Command Reference](../../index.html) »