Contains the response to a successful CreatePolicyVersion request.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreatePolicyVersionResponse", "title": "CreatePolicyVersionResponse", "type": "object", "properties": { "PolicyVersion": { "allOf": [ { "$ref": "#/components/schemas/PolicyVersion" }, { "description": "A structure containing details about the new policy version." } ] } }, "description": "Contains the response to a successful <a>CreatePolicyVersion</a> request. " }