{
  "typeName" : "AWS::ApiGateway::DocumentationVersion",
  "description" : "A snapshot of the documentation of an API.",
  "sourceUrl" : "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-apigateway.git",
  "definitions" : { },
  "properties" : {
    "Description" : {
      "description" : "The description of the API documentation snapshot.",
      "type" : "string"
    },
    "DocumentationVersion" : {
      "description" : "The version identifier of the API documentation snapshot.",
      "type" : "string",
      "minLength" : 1
    },
    "RestApiId" : {
      "description" : "The identifier of the API.",
      "type" : "string",
      "minLength" : 1
    }
  },
  "additionalProperties" : false,
  "required" : [ "DocumentationVersion", "RestApiId" ],
  "createOnlyProperties" : [ "/properties/DocumentationVersion", "/properties/RestApiId" ],
  "primaryIdentifier" : [ "/properties/DocumentationVersion", "/properties/RestApiId" ],
  "handlers" : {
    "create" : {
      "permissions" : [ "apigateway:GET", "apigateway:POST" ]
    },
    "read" : {
      "permissions" : [ "apigateway:GET" ]
    },
    "update" : {
      "permissions" : [ "apigateway:GET", "apigateway:PATCH" ]
    },
    "delete" : {
      "permissions" : [ "apigateway:DELETE" ]
    },
    "list" : {
      "permissions" : [ "apigateway:GET" ]
    }
  }
}