Interface SwaggerAPIGatewayIntegrationResponse

interface SwaggerAPIGatewayIntegrationResponse {
    responseParameters?: {
        [key: string]: string;
    };
    statusCode: string;
}

Properties

responseParameters?: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string
statusCode: string

Generated using TypeDoc