/* eslint-disable */ /** * This file was automatically generated by json-schema-to-typescript. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run json-schema-to-typescript to regenerate this file. */ /** * A snapshot of the documentation of an API. */ export interface AwsApigatewayDocumentationversion { /** * The description of the API documentation snapshot. */ Description?: string; /** * The version identifier of the API documentation snapshot. */ DocumentationVersion: string; /** * The identifier of the API. */ RestApiId: string; }