{"note":"OpenAPI conversion -- returning structured metadata","name":"amazonaws-com-apigatewayv2","description":"AmazonApiGatewayV2","version":"2018-11-29","base_url":"","endpoints":72,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api AmazonApiGatewayV2\n@version 2018-11-29\n@auth AWS SigV4\n@endpoints 72\n@hint download_for_search\n@toc apis(54), domainnames(10), vpclinks(5), tags(3)\n\n@group apis\n@endpoint POST /v2/apis\n@desc Creates an Api resource.\n@required {Name: str, ProtocolType: str}\n@optional {ApiKeySelectionExpression: str, CorsConfiguration: Cors, CredentialsArn: str, Description: str, DisableSchemaValidation: bool, DisableExecuteApiEndpoint: bool, RouteKey: str, RouteSelectionExpression: str, Tags: map<str,str>, Target: str, Version: str}\n@returns(200) {ApiEndpoint: str?, ApiGatewayManaged: bool?, ApiId: str?, ApiKeySelectionExpression: str?, CorsConfiguration: Cors?{AllowCredentials: bool?, AllowHeaders: [str]?, AllowMethods: [str]?, AllowOrigins: [str]?, ExposeHeaders: [str]?, MaxAge: int?}, CreatedDate: str(timestamp)?, Description: str?, DisableSchemaValidation: bool?, DisableExecuteApiEndpoint: bool?, ImportInfo: [str]?, Name: str?, ProtocolType: str?, RouteSelectionExpression: str?, Tags: map<str,str>?, Version: str?, Warnings: [str]?}\n\n@endgroup\n\n@group domainnames\n@endpoint POST /v2/domainnames/{domainName}/apimappings\n@desc Creates an API mapping.\n@required {DomainName: str, ApiId: str, Stage: str}\n@optional {ApiMappingKey: str}\n@returns(200) {ApiId: str?, ApiMappingId: str?, ApiMappingKey: str?, Stage: str?}\n\n@endgroup\n\n@group apis\n@endpoint POST /v2/apis/{apiId}/authorizers\n@desc Creates an Authorizer for an API.\n@required {ApiId: str, AuthorizerType: str, IdentitySource: [str], Name: str}\n@optional {AuthorizerCredentialsArn: str, AuthorizerPayloadFormatVersion: str, AuthorizerResultTtlInSeconds: int, AuthorizerUri: str, EnableSimpleResponses: bool, IdentityValidationExpression: str, JwtConfiguration: JWTConfiguration}\n@returns(200) {AuthorizerCredentialsArn: str?, AuthorizerId: str?, AuthorizerPayloadFormatVersion: str?, AuthorizerResultTtlInSeconds: int?, AuthorizerType: str?, AuthorizerUri: str?, EnableSimpleResponses: bool?, IdentitySource: [str]?, IdentityValidationExpression: str?, JwtConfiguration: JWTConfiguration?{Audience: [str]?, Issuer: str?}, Name: str?}\n\n@endpoint POST /v2/apis/{apiId}/deployments\n@desc Creates a Deployment for an API.\n@required {ApiId: str}\n@optional {Description: str, StageName: str}\n@returns(200) {AutoDeployed: bool?, CreatedDate: str(timestamp)?, DeploymentId: str?, DeploymentStatus: str?, DeploymentStatusMessage: str?, Description: str?}\n\n@endgroup\n\n@group domainnames\n@endpoint POST /v2/domainnames\n@desc Creates a domain name.\n@required {DomainName: str}\n@optional {DomainNameConfigurations: [DomainNameConfiguration], MutualTlsAuthentication: MutualTlsAuthenticationInput, Tags: map<str,str>}\n@returns(200) {ApiMappingSelectionExpression: str?, DomainName: str?, DomainNameConfigurations: [DomainNameConfiguration]?, MutualTlsAuthentication: MutualTlsAuthentication?{TruststoreUri: str?, TruststoreVersion: str?, TruststoreWarnings: [str]?}, Tags: map<str,str>?}\n\n@endgroup\n\n@group apis\n@endpoint POST /v2/apis/{apiId}/integrations\n@desc Creates an Integration.\n@required {ApiId: str, IntegrationType: str}\n@optional {ConnectionId: str, ConnectionType: str, ContentHandlingStrategy: str, CredentialsArn: str, Description: str, IntegrationMethod: str, IntegrationSubtype: str, IntegrationUri: str, PassthroughBehavior: str, PayloadFormatVersion: str, RequestParameters: map<str,str>, RequestTemplates: map<str,str>, ResponseParameters: map<str,map<str,str>>, TemplateSelectionExpression: str, TimeoutInMillis: int, TlsConfig: TlsConfigInput}\n@returns(200) {ApiGatewayManaged: bool?, ConnectionId: str?, ConnectionType: str?, ContentHandlingStrategy: str?, CredentialsArn: str?, Description: str?, IntegrationId: str?, IntegrationMethod: str?, IntegrationResponseSelectionExpression: str?, IntegrationSubtype: str?, IntegrationType: str?, IntegrationUri: str?, PassthroughBehavior: str?, PayloadFormatVersion: str?, RequestParameters: map<str,str>?, RequestTemplates: map<str,str>?, ResponseParameters: map<str,map<str,str>>?, TemplateSelectionExpression: str?, TimeoutInMillis: int?, TlsConfig: TlsConfig?{ServerNameToVerify: str?}}\n\n@endpoint POST /v2/apis/{apiId}/integrations/{integrationId}/integrationresponses\n@desc Creates an IntegrationResponses.\n@required {ApiId: str, IntegrationId: str, IntegrationResponseKey: str}\n@optional {ContentHandlingStrategy: str, ResponseParameters: map<str,str>, ResponseTemplates: map<str,str>, TemplateSelectionExpression: str}\n@returns(200) {ContentHandlingStrategy: str?, IntegrationResponseId: str?, IntegrationResponseKey: str?, ResponseParameters: map<str,str>?, ResponseTemplates: map<str,str>?, TemplateSelectionExpression: str?}\n\n@endpoint POST /v2/apis/{apiId}/models\n@desc Creates a Model for an API.\n@required {ApiId: str, Name: str, Schema: str}\n@optional {ContentType: str, Description: str}\n@returns(200) {ContentType: str?, Description: str?, ModelId: str?, Name: str?, Schema: str?}\n\n@endpoint POST /v2/apis/{apiId}/routes\n@desc Creates a Route for an API.\n@required {ApiId: str, RouteKey: str}\n@optional {ApiKeyRequired: bool, AuthorizationScopes: [str], AuthorizationType: str, AuthorizerId: str, ModelSelectionExpression: str, OperationName: str, RequestModels: map<str,str>, RequestParameters: map<str,ParameterConstraints>, RouteResponseSelectionExpression: str, Target: str}\n@returns(200) {ApiGatewayManaged: bool?, ApiKeyRequired: bool?, AuthorizationScopes: [str]?, AuthorizationType: str?, AuthorizerId: str?, ModelSelectionExpression: str?, OperationName: str?, RequestModels: map<str,str>?, RequestParameters: map<str,ParameterConstraints>?, RouteId: str?, RouteKey: str?, RouteResponseSelectionExpression: str?, Target: str?}\n\n@endpoint POST /v2/apis/{apiId}/routes/{routeId}/routeresponses\n@desc Creates a RouteResponse for a Route.\n@required {ApiId: str, RouteId: str, RouteResponseKey: str}\n@optional {ModelSelectionExpression: str, ResponseModels: map<str,str>, ResponseParameters: map<str,ParameterConstraints>}\n@returns(200) {ModelSelectionExpression: str?, ResponseModels: map<str,str>?, ResponseParameters: map<str,ParameterConstraints>?, RouteResponseId: str?, RouteResponseKey: str?}\n\n@endpoint POST /v2/apis/{apiId}/stages\n@desc Creates a Stage for an API.\n@required {ApiId: str, StageName: str}\n@optional {AccessLogSettings: AccessLogSettings, AutoDeploy: bool, ClientCertificateId: str, DefaultRouteSettings: RouteSettings, DeploymentId: str, Description: str, RouteSettings: map<str,RouteSettings>, StageVariables: map<str,str>, Tags: map<str,str>}\n@returns(200) {AccessLogSettings: AccessLogSettings?{DestinationArn: str?, Format: str?}, ApiGatewayManaged: bool?, AutoDeploy: bool?, ClientCertificateId: str?, CreatedDate: str(timestamp)?, DefaultRouteSettings: RouteSettings?{DataTraceEnabled: bool?, DetailedMetricsEnabled: bool?, LoggingLevel: str?, ThrottlingBurstLimit: int?, ThrottlingRateLimit: num(f64)?}, DeploymentId: str?, Description: str?, LastDeploymentStatusMessage: str?, LastUpdatedDate: str(timestamp)?, RouteSettings: map<str,RouteSettings>?, StageName: str?, StageVariables: map<str,str>?, Tags: map<str,str>?}\n\n@endgroup\n\n@group vpclinks\n@endpoint POST /v2/vpclinks\n@desc Creates a VPC link.\n@required {Name: str, SubnetIds: [str]}\n@optional {SecurityGroupIds: [str], Tags: map<str,str>}\n@returns(200) {CreatedDate: str(timestamp)?, Name: str?, SecurityGroupIds: [str]?, SubnetIds: [str]?, Tags: map<str,str>?, VpcLinkId: str?, VpcLinkStatus: str?, VpcLinkStatusMessage: str?, VpcLinkVersion: str?}\n\n@endgroup\n\n@group apis\n@endpoint DELETE /v2/apis/{apiId}/stages/{stageName}/accesslogsettings\n@desc Deletes the AccessLogSettings for a Stage. To disable access logging for a Stage, delete its AccessLogSettings.\n@required {ApiId: str, StageName: str}\n\n@endpoint DELETE /v2/apis/{apiId}\n@desc Deletes an Api resource.\n@required {ApiId: str}\n\n@endgroup\n\n@group domainnames\n@endpoint DELETE /v2/domainnames/{domainName}/apimappings/{apiMappingId}\n@desc Deletes an API mapping.\n@required {ApiMappingId: str, DomainName: str}\n\n@endgroup\n\n@group apis\n@endpoint DELETE /v2/apis/{apiId}/authorizers/{authorizerId}\n@desc Deletes an Authorizer.\n@required {ApiId: str, AuthorizerId: str}\n\n@endpoint DELETE /v2/apis/{apiId}/cors\n@desc Deletes a CORS configuration.\n@required {ApiId: str}\n\n@endpoint DELETE /v2/apis/{apiId}/deployments/{deploymentId}\n@desc Deletes a Deployment.\n@required {ApiId: str, DeploymentId: str}\n\n@endgroup\n\n@group domainnames\n@endpoint DELETE /v2/domainnames/{domainName}\n@desc Deletes a domain name.\n@required {DomainName: str}\n\n@endgroup\n\n@group apis\n@endpoint DELETE /v2/apis/{apiId}/integrations/{integrationId}\n@desc Deletes an Integration.\n@required {ApiId: str, IntegrationId: str}\n\n@endpoint DELETE /v2/apis/{apiId}/integrations/{integrationId}/integrationresponses/{integrationResponseId}\n@desc Deletes an IntegrationResponses.\n@required {ApiId: str, IntegrationId: str, IntegrationResponseId: str}\n\n@endpoint DELETE /v2/apis/{apiId}/models/{modelId}\n@desc Deletes a Model.\n@required {ApiId: str, ModelId: str}\n\n@endpoint DELETE /v2/apis/{apiId}/routes/{routeId}\n@desc Deletes a Route.\n@required {ApiId: str, RouteId: str}\n\n@endpoint DELETE /v2/apis/{apiId}/routes/{routeId}/requestparameters/{requestParameterKey}\n@desc Deletes a route request parameter. Supported only for WebSocket APIs.\n@required {ApiId: str, RequestParameterKey: str, RouteId: str}\n\n@endpoint DELETE /v2/apis/{apiId}/routes/{routeId}/routeresponses/{routeResponseId}\n@desc Deletes a RouteResponse.\n@required {ApiId: str, RouteId: str, RouteResponseId: str}\n\n@endpoint DELETE /v2/apis/{apiId}/stages/{stageName}/routesettings/{routeKey}\n@desc Deletes the RouteSettings for a stage.\n@required {ApiId: str, RouteKey: str, StageName: str}\n\n@endpoint DELETE /v2/apis/{apiId}/stages/{stageName}\n@desc Deletes a Stage.\n@required {ApiId: str, StageName: str}\n\n@endgroup\n\n@group vpclinks\n@endpoint DELETE /v2/vpclinks/{vpcLinkId}\n@desc Deletes a VPC link.\n@required {VpcLinkId: str}\n\n@endgroup\n\n@group apis\n@endpoint GET /v2/apis/{apiId}/exports/{specification}\n@required {ApiId: str, outputType: str, Specification: str}\n@optional {exportVersion: str, includeExtensions: bool, stageName: str}\n@returns(200) {body: bytes?}\n\n@endpoint DELETE /v2/apis/{apiId}/stages/{stageName}/cache/authorizers\n@desc Resets all authorizer cache entries on a stage. Supported only for HTTP APIs.\n@required {ApiId: str, StageName: str}\n\n@endpoint GET /v2/apis/{apiId}\n@desc Gets an Api resource.\n@required {ApiId: str}\n@returns(200) {ApiEndpoint: str?, ApiGatewayManaged: bool?, ApiId: str?, ApiKeySelectionExpression: str?, CorsConfiguration: Cors?{AllowCredentials: bool?, AllowHeaders: [str]?, AllowMethods: [str]?, AllowOrigins: [str]?, ExposeHeaders: [str]?, MaxAge: int?}, CreatedDate: str(timestamp)?, Description: str?, DisableSchemaValidation: bool?, DisableExecuteApiEndpoint: bool?, ImportInfo: [str]?, Name: str?, ProtocolType: str?, RouteSelectionExpression: str?, Tags: map<str,str>?, Version: str?, Warnings: [str]?}\n\n@endgroup\n\n@group domainnames\n@endpoint GET /v2/domainnames/{domainName}/apimappings/{apiMappingId}\n@desc Gets an API mapping.\n@required {ApiMappingId: str, DomainName: str}\n@returns(200) {ApiId: str?, ApiMappingId: str?, ApiMappingKey: str?, Stage: str?}\n\n@endpoint GET /v2/domainnames/{domainName}/apimappings\n@desc Gets API mappings.\n@required {DomainName: str}\n@optional {maxResults: str, nextToken: str}\n@returns(200) {Items: [ApiMapping]?, NextToken: str?}\n\n@endgroup\n\n@group apis\n@endpoint GET /v2/apis\n@desc Gets a collection of Api resources.\n@optional {maxResults: str, nextToken: str}\n@returns(200) {Items: [Api]?, NextToken: str?}\n\n@endpoint GET /v2/apis/{apiId}/authorizers/{authorizerId}\n@desc Gets an Authorizer.\n@required {ApiId: str, AuthorizerId: str}\n@returns(200) {AuthorizerCredentialsArn: str?, AuthorizerId: str?, AuthorizerPayloadFormatVersion: str?, AuthorizerResultTtlInSeconds: int?, AuthorizerType: str?, AuthorizerUri: str?, EnableSimpleResponses: bool?, IdentitySource: [str]?, IdentityValidationExpression: str?, JwtConfiguration: JWTConfiguration?{Audience: [str]?, Issuer: str?}, Name: str?}\n\n@endpoint GET /v2/apis/{apiId}/authorizers\n@desc Gets the Authorizers for an API.\n@required {ApiId: str}\n@optional {maxResults: str, nextToken: str}\n@returns(200) {Items: [Authorizer]?, NextToken: str?}\n\n@endpoint GET /v2/apis/{apiId}/deployments/{deploymentId}\n@desc Gets a Deployment.\n@required {ApiId: str, DeploymentId: str}\n@returns(200) {AutoDeployed: bool?, CreatedDate: str(timestamp)?, DeploymentId: str?, DeploymentStatus: str?, DeploymentStatusMessage: str?, Description: str?}\n\n@endpoint GET /v2/apis/{apiId}/deployments\n@desc Gets the Deployments for an API.\n@required {ApiId: str}\n@optional {maxResults: str, nextToken: str}\n@returns(200) {Items: [Deployment]?, NextToken: str?}\n\n@endgroup\n\n@group domainnames\n@endpoint GET /v2/domainnames/{domainName}\n@desc Gets a domain name.\n@required {DomainName: str}\n@returns(200) {ApiMappingSelectionExpression: str?, DomainName: str?, DomainNameConfigurations: [DomainNameConfiguration]?, MutualTlsAuthentication: MutualTlsAuthentication?{TruststoreUri: str?, TruststoreVersion: str?, TruststoreWarnings: [str]?}, Tags: map<str,str>?}\n\n@endpoint GET /v2/domainnames\n@desc Gets the domain names for an AWS account.\n@optional {maxResults: str, nextToken: str}\n@returns(200) {Items: [DomainName]?, NextToken: str?}\n\n@endgroup\n\n@group apis\n@endpoint GET /v2/apis/{apiId}/integrations/{integrationId}\n@desc Gets an Integration.\n@required {ApiId: str, IntegrationId: str}\n@returns(200) {ApiGatewayManaged: bool?, ConnectionId: str?, ConnectionType: str?, ContentHandlingStrategy: str?, CredentialsArn: str?, Description: str?, IntegrationId: str?, IntegrationMethod: str?, IntegrationResponseSelectionExpression: str?, IntegrationSubtype: str?, IntegrationType: str?, IntegrationUri: str?, PassthroughBehavior: str?, PayloadFormatVersion: str?, RequestParameters: map<str,str>?, RequestTemplates: map<str,str>?, ResponseParameters: map<str,map<str,str>>?, TemplateSelectionExpression: str?, TimeoutInMillis: int?, TlsConfig: TlsConfig?{ServerNameToVerify: str?}}\n\n@endpoint GET /v2/apis/{apiId}/integrations/{integrationId}/integrationresponses/{integrationResponseId}\n@desc Gets an IntegrationResponses.\n@required {ApiId: str, IntegrationId: str, IntegrationResponseId: str}\n@returns(200) {ContentHandlingStrategy: str?, IntegrationResponseId: str?, IntegrationResponseKey: str?, ResponseParameters: map<str,str>?, ResponseTemplates: map<str,str>?, TemplateSelectionExpression: str?}\n\n@endpoint GET /v2/apis/{apiId}/integrations/{integrationId}/integrationresponses\n@desc Gets the IntegrationResponses for an Integration.\n@required {ApiId: str, IntegrationId: str}\n@optional {maxResults: str, nextToken: str}\n@returns(200) {Items: [IntegrationResponse]?, NextToken: str?}\n\n@endpoint GET /v2/apis/{apiId}/integrations\n@desc Gets the Integrations for an API.\n@required {ApiId: str}\n@optional {maxResults: str, nextToken: str}\n@returns(200) {Items: [Integration]?, NextToken: str?}\n\n@endpoint GET /v2/apis/{apiId}/models/{modelId}\n@desc Gets a Model.\n@required {ApiId: str, ModelId: str}\n@returns(200) {ContentType: str?, Description: str?, ModelId: str?, Name: str?, Schema: str?}\n\n@endpoint GET /v2/apis/{apiId}/models/{modelId}/template\n@desc Gets a model template.\n@required {ApiId: str, ModelId: str}\n@returns(200) {Value: str?}\n\n@endpoint GET /v2/apis/{apiId}/models\n@desc Gets the Models for an API.\n@required {ApiId: str}\n@optional {maxResults: str, nextToken: str}\n@returns(200) {Items: [Model]?, NextToken: str?}\n\n@endpoint GET /v2/apis/{apiId}/routes/{routeId}\n@desc Gets a Route.\n@required {ApiId: str, RouteId: str}\n@returns(200) {ApiGatewayManaged: bool?, ApiKeyRequired: bool?, AuthorizationScopes: [str]?, AuthorizationType: str?, AuthorizerId: str?, ModelSelectionExpression: str?, OperationName: str?, RequestModels: map<str,str>?, RequestParameters: map<str,ParameterConstraints>?, RouteId: str?, RouteKey: str?, RouteResponseSelectionExpression: str?, Target: str?}\n\n@endpoint GET /v2/apis/{apiId}/routes/{routeId}/routeresponses/{routeResponseId}\n@desc Gets a RouteResponse.\n@required {ApiId: str, RouteId: str, RouteResponseId: str}\n@returns(200) {ModelSelectionExpression: str?, ResponseModels: map<str,str>?, ResponseParameters: map<str,ParameterConstraints>?, RouteResponseId: str?, RouteResponseKey: str?}\n\n@endpoint GET /v2/apis/{apiId}/routes/{routeId}/routeresponses\n@desc Gets the RouteResponses for a Route.\n@required {ApiId: str, RouteId: str}\n@optional {maxResults: str, nextToken: str}\n@returns(200) {Items: [RouteResponse]?, NextToken: str?}\n\n@endpoint GET /v2/apis/{apiId}/routes\n@desc Gets the Routes for an API.\n@required {ApiId: str}\n@optional {maxResults: str, nextToken: str}\n@returns(200) {Items: [Route]?, NextToken: str?}\n\n@endpoint GET /v2/apis/{apiId}/stages/{stageName}\n@desc Gets a Stage.\n@required {ApiId: str, StageName: str}\n@returns(200) {AccessLogSettings: AccessLogSettings?{DestinationArn: str?, Format: str?}, ApiGatewayManaged: bool?, AutoDeploy: bool?, ClientCertificateId: str?, CreatedDate: str(timestamp)?, DefaultRouteSettings: RouteSettings?{DataTraceEnabled: bool?, DetailedMetricsEnabled: bool?, LoggingLevel: str?, ThrottlingBurstLimit: int?, ThrottlingRateLimit: num(f64)?}, DeploymentId: str?, Description: str?, LastDeploymentStatusMessage: str?, LastUpdatedDate: str(timestamp)?, RouteSettings: map<str,RouteSettings>?, StageName: str?, StageVariables: map<str,str>?, Tags: map<str,str>?}\n\n@endpoint GET /v2/apis/{apiId}/stages\n@desc Gets the Stages for an API.\n@required {ApiId: str}\n@optional {maxResults: str, nextToken: str}\n@returns(200) {Items: [Stage]?, NextToken: str?}\n\n@endgroup\n\n@group tags\n@endpoint GET /v2/tags/{resource-arn}\n@desc Gets a collection of Tag resources.\n@required {ResourceArn: str}\n@returns(200) {Tags: map<str,str>?}\n\n@endgroup\n\n@group vpclinks\n@endpoint GET /v2/vpclinks/{vpcLinkId}\n@desc Gets a VPC link.\n@required {VpcLinkId: str}\n@returns(200) {CreatedDate: str(timestamp)?, Name: str?, SecurityGroupIds: [str]?, SubnetIds: [str]?, Tags: map<str,str>?, VpcLinkId: str?, VpcLinkStatus: str?, VpcLinkStatusMessage: str?, VpcLinkVersion: str?}\n\n@endpoint GET /v2/vpclinks\n@desc Gets a collection of VPC links.\n@optional {maxResults: str, nextToken: str}\n@returns(200) {Items: [VpcLink]?, NextToken: str?}\n\n@endgroup\n\n@group apis\n@endpoint PUT /v2/apis\n@desc Imports an API.\n@required {Body: str}\n@optional {basepath: str, failOnWarnings: bool}\n@returns(200) {ApiEndpoint: str?, ApiGatewayManaged: bool?, ApiId: str?, ApiKeySelectionExpression: str?, CorsConfiguration: Cors?{AllowCredentials: bool?, AllowHeaders: [str]?, AllowMethods: [str]?, AllowOrigins: [str]?, ExposeHeaders: [str]?, MaxAge: int?}, CreatedDate: str(timestamp)?, Description: str?, DisableSchemaValidation: bool?, DisableExecuteApiEndpoint: bool?, ImportInfo: [str]?, Name: str?, ProtocolType: str?, RouteSelectionExpression: str?, Tags: map<str,str>?, Version: str?, Warnings: [str]?}\n\n@endpoint PUT /v2/apis/{apiId}\n@desc Puts an Api resource.\n@required {ApiId: str, Body: str}\n@optional {basepath: str, failOnWarnings: bool}\n@returns(200) {ApiEndpoint: str?, ApiGatewayManaged: bool?, ApiId: str?, ApiKeySelectionExpression: str?, CorsConfiguration: Cors?{AllowCredentials: bool?, AllowHeaders: [str]?, AllowMethods: [str]?, AllowOrigins: [str]?, ExposeHeaders: [str]?, MaxAge: int?}, CreatedDate: str(timestamp)?, Description: str?, DisableSchemaValidation: bool?, DisableExecuteApiEndpoint: bool?, ImportInfo: [str]?, Name: str?, ProtocolType: str?, RouteSelectionExpression: str?, Tags: map<str,str>?, Version: str?, Warnings: [str]?}\n\n@endgroup\n\n@group tags\n@endpoint POST /v2/tags/{resource-arn}\n@desc Creates a new Tag resource to represent a tag.\n@required {ResourceArn: str}\n@optional {Tags: map<str,str>}\n\n@endpoint DELETE /v2/tags/{resource-arn}\n@desc Deletes a Tag.\n@required {ResourceArn: str, tagKeys: [str]}\n\n@endgroup\n\n@group apis\n@endpoint PATCH /v2/apis/{apiId}\n@desc Updates an Api resource.\n@required {ApiId: str}\n@optional {ApiKeySelectionExpression: str, CorsConfiguration: Cors, CredentialsArn: str, Description: str, DisableSchemaValidation: bool, DisableExecuteApiEndpoint: bool, Name: str, RouteKey: str, RouteSelectionExpression: str, Target: str, Version: str}\n@returns(200) {ApiEndpoint: str?, ApiGatewayManaged: bool?, ApiId: str?, ApiKeySelectionExpression: str?, CorsConfiguration: Cors?{AllowCredentials: bool?, AllowHeaders: [str]?, AllowMethods: [str]?, AllowOrigins: [str]?, ExposeHeaders: [str]?, MaxAge: int?}, CreatedDate: str(timestamp)?, Description: str?, DisableSchemaValidation: bool?, DisableExecuteApiEndpoint: bool?, ImportInfo: [str]?, Name: str?, ProtocolType: str?, RouteSelectionExpression: str?, Tags: map<str,str>?, Version: str?, Warnings: [str]?}\n\n@endgroup\n\n@group domainnames\n@endpoint PATCH /v2/domainnames/{domainName}/apimappings/{apiMappingId}\n@desc The API mapping.\n@required {ApiMappingId: str, DomainName: str, ApiId: str}\n@optional {ApiMappingKey: str, Stage: str}\n@returns(200) {ApiId: str?, ApiMappingId: str?, ApiMappingKey: str?, Stage: str?}\n\n@endgroup\n\n@group apis\n@endpoint PATCH /v2/apis/{apiId}/authorizers/{authorizerId}\n@desc Updates an Authorizer.\n@required {ApiId: str, AuthorizerId: str}\n@optional {AuthorizerCredentialsArn: str, AuthorizerPayloadFormatVersion: str, AuthorizerResultTtlInSeconds: int, AuthorizerType: str, AuthorizerUri: str, EnableSimpleResponses: bool, IdentitySource: [str], IdentityValidationExpression: str, JwtConfiguration: JWTConfiguration, Name: str}\n@returns(200) {AuthorizerCredentialsArn: str?, AuthorizerId: str?, AuthorizerPayloadFormatVersion: str?, AuthorizerResultTtlInSeconds: int?, AuthorizerType: str?, AuthorizerUri: str?, EnableSimpleResponses: bool?, IdentitySource: [str]?, IdentityValidationExpression: str?, JwtConfiguration: JWTConfiguration?{Audience: [str]?, Issuer: str?}, Name: str?}\n\n@endpoint PATCH /v2/apis/{apiId}/deployments/{deploymentId}\n@desc Updates a Deployment.\n@required {ApiId: str, DeploymentId: str}\n@optional {Description: str}\n@returns(200) {AutoDeployed: bool?, CreatedDate: str(timestamp)?, DeploymentId: str?, DeploymentStatus: str?, DeploymentStatusMessage: str?, Description: str?}\n\n@endgroup\n\n@group domainnames\n@endpoint PATCH /v2/domainnames/{domainName}\n@desc Updates a domain name.\n@required {DomainName: str}\n@optional {DomainNameConfigurations: [DomainNameConfiguration], MutualTlsAuthentication: MutualTlsAuthenticationInput}\n@returns(200) {ApiMappingSelectionExpression: str?, DomainName: str?, DomainNameConfigurations: [DomainNameConfiguration]?, MutualTlsAuthentication: MutualTlsAuthentication?{TruststoreUri: str?, TruststoreVersion: str?, TruststoreWarnings: [str]?}, Tags: map<str,str>?}\n\n@endgroup\n\n@group apis\n@endpoint PATCH /v2/apis/{apiId}/integrations/{integrationId}\n@desc Updates an Integration.\n@required {ApiId: str, IntegrationId: str}\n@optional {ConnectionId: str, ConnectionType: str, ContentHandlingStrategy: str, CredentialsArn: str, Description: str, IntegrationMethod: str, IntegrationSubtype: str, IntegrationType: str, IntegrationUri: str, PassthroughBehavior: str, PayloadFormatVersion: str, RequestParameters: map<str,str>, RequestTemplates: map<str,str>, ResponseParameters: map<str,map<str,str>>, TemplateSelectionExpression: str, TimeoutInMillis: int, TlsConfig: TlsConfigInput}\n@returns(200) {ApiGatewayManaged: bool?, ConnectionId: str?, ConnectionType: str?, ContentHandlingStrategy: str?, CredentialsArn: str?, Description: str?, IntegrationId: str?, IntegrationMethod: str?, IntegrationResponseSelectionExpression: str?, IntegrationSubtype: str?, IntegrationType: str?, IntegrationUri: str?, PassthroughBehavior: str?, PayloadFormatVersion: str?, RequestParameters: map<str,str>?, RequestTemplates: map<str,str>?, ResponseParameters: map<str,map<str,str>>?, TemplateSelectionExpression: str?, TimeoutInMillis: int?, TlsConfig: TlsConfig?{ServerNameToVerify: str?}}\n\n@endpoint PATCH /v2/apis/{apiId}/integrations/{integrationId}/integrationresponses/{integrationResponseId}\n@desc Updates an IntegrationResponses.\n@required {ApiId: str, IntegrationId: str, IntegrationResponseId: str}\n@optional {ContentHandlingStrategy: str, IntegrationResponseKey: str, ResponseParameters: map<str,str>, ResponseTemplates: map<str,str>, TemplateSelectionExpression: str}\n@returns(200) {ContentHandlingStrategy: str?, IntegrationResponseId: str?, IntegrationResponseKey: str?, ResponseParameters: map<str,str>?, ResponseTemplates: map<str,str>?, TemplateSelectionExpression: str?}\n\n@endpoint PATCH /v2/apis/{apiId}/models/{modelId}\n@desc Updates a Model.\n@required {ApiId: str, ModelId: str}\n@optional {ContentType: str, Description: str, Name: str, Schema: str}\n@returns(200) {ContentType: str?, Description: str?, ModelId: str?, Name: str?, Schema: str?}\n\n@endpoint PATCH /v2/apis/{apiId}/routes/{routeId}\n@desc Updates a Route.\n@required {ApiId: str, RouteId: str}\n@optional {ApiKeyRequired: bool, AuthorizationScopes: [str], AuthorizationType: str, AuthorizerId: str, ModelSelectionExpression: str, OperationName: str, RequestModels: map<str,str>, RequestParameters: map<str,ParameterConstraints>, RouteKey: str, RouteResponseSelectionExpression: str, Target: str}\n@returns(200) {ApiGatewayManaged: bool?, ApiKeyRequired: bool?, AuthorizationScopes: [str]?, AuthorizationType: str?, AuthorizerId: str?, ModelSelectionExpression: str?, OperationName: str?, RequestModels: map<str,str>?, RequestParameters: map<str,ParameterConstraints>?, RouteId: str?, RouteKey: str?, RouteResponseSelectionExpression: str?, Target: str?}\n\n@endpoint PATCH /v2/apis/{apiId}/routes/{routeId}/routeresponses/{routeResponseId}\n@desc Updates a RouteResponse.\n@required {ApiId: str, RouteId: str, RouteResponseId: str}\n@optional {ModelSelectionExpression: str, ResponseModels: map<str,str>, ResponseParameters: map<str,ParameterConstraints>, RouteResponseKey: str}\n@returns(200) {ModelSelectionExpression: str?, ResponseModels: map<str,str>?, ResponseParameters: map<str,ParameterConstraints>?, RouteResponseId: str?, RouteResponseKey: str?}\n\n@endpoint PATCH /v2/apis/{apiId}/stages/{stageName}\n@desc Updates a Stage.\n@required {ApiId: str, StageName: str}\n@optional {AccessLogSettings: AccessLogSettings, AutoDeploy: bool, ClientCertificateId: str, DefaultRouteSettings: RouteSettings, DeploymentId: str, Description: str, RouteSettings: map<str,RouteSettings>, StageVariables: map<str,str>}\n@returns(200) {AccessLogSettings: AccessLogSettings?{DestinationArn: str?, Format: str?}, ApiGatewayManaged: bool?, AutoDeploy: bool?, ClientCertificateId: str?, CreatedDate: str(timestamp)?, DefaultRouteSettings: RouteSettings?{DataTraceEnabled: bool?, DetailedMetricsEnabled: bool?, LoggingLevel: str?, ThrottlingBurstLimit: int?, ThrottlingRateLimit: num(f64)?}, DeploymentId: str?, Description: str?, LastDeploymentStatusMessage: str?, LastUpdatedDate: str(timestamp)?, RouteSettings: map<str,RouteSettings>?, StageName: str?, StageVariables: map<str,str>?, Tags: map<str,str>?}\n\n@endgroup\n\n@group vpclinks\n@endpoint PATCH /v2/vpclinks/{vpcLinkId}\n@desc Updates a VPC link.\n@required {VpcLinkId: str}\n@optional {Name: str}\n@returns(200) {CreatedDate: str(timestamp)?, Name: str?, SecurityGroupIds: [str]?, SubnetIds: [str]?, Tags: map<str,str>?, VpcLinkId: str?, VpcLinkStatus: str?, VpcLinkStatusMessage: str?, VpcLinkVersion: str?}\n\n@endgroup\n\n@end\n"}