v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141531,219979.8 KB

Retrieves a metadata-only summary of a specific policy generation request without decrypting customer content. This lightweight read operation returns resource identifiers, status, timestamps, and findings, but does not include status reasons. Because this operation does not require access to the customer's KMS key, it is suitable for resource discovery, inventory, and integration scenarios where only metadata is needed.

get/policy-engines/{policyEngineId}/policy-generation-summaries/{policyGenerationId}

Path parameters

policyGenerationIdstring required

The unique identifier of the policy generation request to retrieve the summary for.

policyEngineIdstring required

The identifier of the policy engine associated with the policy generation request.

Response

Success

policyEngineIdstring required

The identifier of the policy engine associated with this policy generation.

policyGenerationIdstring required

The unique identifier of the policy generation request.

namestring required

The customer-assigned name for the policy generation request.

policyGenerationArnstring required

The Amazon Resource Name (ARN) of the policy generation request.

createdAtstring date-time required

The timestamp when the policy generation request was created.

updatedAtstring date-time required

The timestamp when the policy generation was last updated.

status'GENERATING' | 'GENERATED' | 'GENERATE_FAILED' | 'DELETE_FAILED' required

The current status of the policy generation request.

findingsstring

The findings from the policy generation process, if available.