/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the apigatewayv2-2018-11-29.normal.json service model.
*/
using System;
using System.Collections.Generic;
using Amazon.Runtime;
using Amazon.ApiGatewayV2.Model;
namespace Amazon.ApiGatewayV2
{
///
/// Interface for accessing ApiGatewayV2
///
/// Amazon API Gateway V2
///
public partial interface IAmazonApiGatewayV2 : IAmazonService, IDisposable
{
#region CreateApi
///
/// Creates an Api resource.
///
/// Container for the necessary parameters to execute the CreateApi service method.
///
/// The response from the CreateApi service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The requested operation would cause a conflict with the current state of a service
/// resource associated with the request. Resolve the conflict before retrying this request.
/// See the accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for CreateApi Operation
CreateApiResponse CreateApi(CreateApiRequest request);
///
/// Initiates the asynchronous execution of the CreateApi operation.
///
///
/// Container for the necessary parameters to execute the CreateApi operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateApi
/// operation.
/// REST API Reference for CreateApi Operation
IAsyncResult BeginCreateApi(CreateApiRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the CreateApi operation.
///
///
/// The IAsyncResult returned by the call to BeginCreateApi.
///
/// Returns a CreateApiResult from ApiGatewayV2.
/// REST API Reference for CreateApi Operation
CreateApiResponse EndCreateApi(IAsyncResult asyncResult);
#endregion
#region CreateApiMapping
///
/// Creates an API mapping.
///
/// Container for the necessary parameters to execute the CreateApiMapping service method.
///
/// The response from the CreateApiMapping service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The requested operation would cause a conflict with the current state of a service
/// resource associated with the request. Resolve the conflict before retrying this request.
/// See the accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for CreateApiMapping Operation
CreateApiMappingResponse CreateApiMapping(CreateApiMappingRequest request);
///
/// Initiates the asynchronous execution of the CreateApiMapping operation.
///
///
/// Container for the necessary parameters to execute the CreateApiMapping operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateApiMapping
/// operation.
/// REST API Reference for CreateApiMapping Operation
IAsyncResult BeginCreateApiMapping(CreateApiMappingRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the CreateApiMapping operation.
///
///
/// The IAsyncResult returned by the call to BeginCreateApiMapping.
///
/// Returns a CreateApiMappingResult from ApiGatewayV2.
/// REST API Reference for CreateApiMapping Operation
CreateApiMappingResponse EndCreateApiMapping(IAsyncResult asyncResult);
#endregion
#region CreateAuthorizer
///
/// Creates an Authorizer for an API.
///
/// Container for the necessary parameters to execute the CreateAuthorizer service method.
///
/// The response from the CreateAuthorizer service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The requested operation would cause a conflict with the current state of a service
/// resource associated with the request. Resolve the conflict before retrying this request.
/// See the accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for CreateAuthorizer Operation
CreateAuthorizerResponse CreateAuthorizer(CreateAuthorizerRequest request);
///
/// Initiates the asynchronous execution of the CreateAuthorizer operation.
///
///
/// Container for the necessary parameters to execute the CreateAuthorizer operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateAuthorizer
/// operation.
/// REST API Reference for CreateAuthorizer Operation
IAsyncResult BeginCreateAuthorizer(CreateAuthorizerRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the CreateAuthorizer operation.
///
///
/// The IAsyncResult returned by the call to BeginCreateAuthorizer.
///
/// Returns a CreateAuthorizerResult from ApiGatewayV2.
/// REST API Reference for CreateAuthorizer Operation
CreateAuthorizerResponse EndCreateAuthorizer(IAsyncResult asyncResult);
#endregion
#region CreateDeployment
///
/// Creates a Deployment for an API.
///
/// Container for the necessary parameters to execute the CreateDeployment service method.
///
/// The response from the CreateDeployment service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The requested operation would cause a conflict with the current state of a service
/// resource associated with the request. Resolve the conflict before retrying this request.
/// See the accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for CreateDeployment Operation
CreateDeploymentResponse CreateDeployment(CreateDeploymentRequest request);
///
/// Initiates the asynchronous execution of the CreateDeployment operation.
///
///
/// Container for the necessary parameters to execute the CreateDeployment operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateDeployment
/// operation.
/// REST API Reference for CreateDeployment Operation
IAsyncResult BeginCreateDeployment(CreateDeploymentRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the CreateDeployment operation.
///
///
/// The IAsyncResult returned by the call to BeginCreateDeployment.
///
/// Returns a CreateDeploymentResult from ApiGatewayV2.
/// REST API Reference for CreateDeployment Operation
CreateDeploymentResponse EndCreateDeployment(IAsyncResult asyncResult);
#endregion
#region CreateDomainName
///
/// Creates a domain name.
///
/// Container for the necessary parameters to execute the CreateDomainName service method.
///
/// The response from the CreateDomainName service method, as returned by ApiGatewayV2.
///
///
///
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The requested operation would cause a conflict with the current state of a service
/// resource associated with the request. Resolve the conflict before retrying this request.
/// See the accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for CreateDomainName Operation
CreateDomainNameResponse CreateDomainName(CreateDomainNameRequest request);
///
/// Initiates the asynchronous execution of the CreateDomainName operation.
///
///
/// Container for the necessary parameters to execute the CreateDomainName operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateDomainName
/// operation.
/// REST API Reference for CreateDomainName Operation
IAsyncResult BeginCreateDomainName(CreateDomainNameRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the CreateDomainName operation.
///
///
/// The IAsyncResult returned by the call to BeginCreateDomainName.
///
/// Returns a CreateDomainNameResult from ApiGatewayV2.
/// REST API Reference for CreateDomainName Operation
CreateDomainNameResponse EndCreateDomainName(IAsyncResult asyncResult);
#endregion
#region CreateIntegration
///
/// Creates an Integration.
///
/// Container for the necessary parameters to execute the CreateIntegration service method.
///
/// The response from the CreateIntegration service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The requested operation would cause a conflict with the current state of a service
/// resource associated with the request. Resolve the conflict before retrying this request.
/// See the accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for CreateIntegration Operation
CreateIntegrationResponse CreateIntegration(CreateIntegrationRequest request);
///
/// Initiates the asynchronous execution of the CreateIntegration operation.
///
///
/// Container for the necessary parameters to execute the CreateIntegration operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateIntegration
/// operation.
/// REST API Reference for CreateIntegration Operation
IAsyncResult BeginCreateIntegration(CreateIntegrationRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the CreateIntegration operation.
///
///
/// The IAsyncResult returned by the call to BeginCreateIntegration.
///
/// Returns a CreateIntegrationResult from ApiGatewayV2.
/// REST API Reference for CreateIntegration Operation
CreateIntegrationResponse EndCreateIntegration(IAsyncResult asyncResult);
#endregion
#region CreateIntegrationResponse
///
/// Creates an IntegrationResponses.
///
/// Container for the necessary parameters to execute the CreateIntegrationResponse service method.
///
/// The response from the CreateIntegrationResponse service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The requested operation would cause a conflict with the current state of a service
/// resource associated with the request. Resolve the conflict before retrying this request.
/// See the accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for CreateIntegrationResponse Operation
CreateIntegrationResponseResponse CreateIntegrationResponse(CreateIntegrationResponseRequest request);
///
/// Initiates the asynchronous execution of the CreateIntegrationResponse operation.
///
///
/// Container for the necessary parameters to execute the CreateIntegrationResponse operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateIntegrationResponse
/// operation.
/// REST API Reference for CreateIntegrationResponse Operation
IAsyncResult BeginCreateIntegrationResponse(CreateIntegrationResponseRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the CreateIntegrationResponse operation.
///
///
/// The IAsyncResult returned by the call to BeginCreateIntegrationResponse.
///
/// Returns a CreateIntegrationResponseResult from ApiGatewayV2.
/// REST API Reference for CreateIntegrationResponse Operation
CreateIntegrationResponseResponse EndCreateIntegrationResponse(IAsyncResult asyncResult);
#endregion
#region CreateModel
///
/// Creates a Model for an API.
///
/// Container for the necessary parameters to execute the CreateModel service method.
///
/// The response from the CreateModel service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The requested operation would cause a conflict with the current state of a service
/// resource associated with the request. Resolve the conflict before retrying this request.
/// See the accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for CreateModel Operation
CreateModelResponse CreateModel(CreateModelRequest request);
///
/// Initiates the asynchronous execution of the CreateModel operation.
///
///
/// Container for the necessary parameters to execute the CreateModel operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateModel
/// operation.
/// REST API Reference for CreateModel Operation
IAsyncResult BeginCreateModel(CreateModelRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the CreateModel operation.
///
///
/// The IAsyncResult returned by the call to BeginCreateModel.
///
/// Returns a CreateModelResult from ApiGatewayV2.
/// REST API Reference for CreateModel Operation
CreateModelResponse EndCreateModel(IAsyncResult asyncResult);
#endregion
#region CreateRoute
///
/// Creates a Route for an API.
///
/// Container for the necessary parameters to execute the CreateRoute service method.
///
/// The response from the CreateRoute service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The requested operation would cause a conflict with the current state of a service
/// resource associated with the request. Resolve the conflict before retrying this request.
/// See the accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for CreateRoute Operation
CreateRouteResponse CreateRoute(CreateRouteRequest request);
///
/// Initiates the asynchronous execution of the CreateRoute operation.
///
///
/// Container for the necessary parameters to execute the CreateRoute operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateRoute
/// operation.
/// REST API Reference for CreateRoute Operation
IAsyncResult BeginCreateRoute(CreateRouteRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the CreateRoute operation.
///
///
/// The IAsyncResult returned by the call to BeginCreateRoute.
///
/// Returns a CreateRouteResult from ApiGatewayV2.
/// REST API Reference for CreateRoute Operation
CreateRouteResponse EndCreateRoute(IAsyncResult asyncResult);
#endregion
#region CreateRouteResponse
///
/// Creates a RouteResponse for a Route.
///
/// Container for the necessary parameters to execute the CreateRouteResponse service method.
///
/// The response from the CreateRouteResponse service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The requested operation would cause a conflict with the current state of a service
/// resource associated with the request. Resolve the conflict before retrying this request.
/// See the accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for CreateRouteResponse Operation
CreateRouteResponseResponse CreateRouteResponse(CreateRouteResponseRequest request);
///
/// Initiates the asynchronous execution of the CreateRouteResponse operation.
///
///
/// Container for the necessary parameters to execute the CreateRouteResponse operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateRouteResponse
/// operation.
/// REST API Reference for CreateRouteResponse Operation
IAsyncResult BeginCreateRouteResponse(CreateRouteResponseRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the CreateRouteResponse operation.
///
///
/// The IAsyncResult returned by the call to BeginCreateRouteResponse.
///
/// Returns a CreateRouteResponseResult from ApiGatewayV2.
/// REST API Reference for CreateRouteResponse Operation
CreateRouteResponseResponse EndCreateRouteResponse(IAsyncResult asyncResult);
#endregion
#region CreateStage
///
/// Creates a Stage for an API.
///
/// Container for the necessary parameters to execute the CreateStage service method.
///
/// The response from the CreateStage service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The requested operation would cause a conflict with the current state of a service
/// resource associated with the request. Resolve the conflict before retrying this request.
/// See the accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for CreateStage Operation
CreateStageResponse CreateStage(CreateStageRequest request);
///
/// Initiates the asynchronous execution of the CreateStage operation.
///
///
/// Container for the necessary parameters to execute the CreateStage operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateStage
/// operation.
/// REST API Reference for CreateStage Operation
IAsyncResult BeginCreateStage(CreateStageRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the CreateStage operation.
///
///
/// The IAsyncResult returned by the call to BeginCreateStage.
///
/// Returns a CreateStageResult from ApiGatewayV2.
/// REST API Reference for CreateStage Operation
CreateStageResponse EndCreateStage(IAsyncResult asyncResult);
#endregion
#region CreateVpcLink
///
/// Creates a VPC link.
///
/// Container for the necessary parameters to execute the CreateVpcLink service method.
///
/// The response from the CreateVpcLink service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for CreateVpcLink Operation
CreateVpcLinkResponse CreateVpcLink(CreateVpcLinkRequest request);
///
/// Initiates the asynchronous execution of the CreateVpcLink operation.
///
///
/// Container for the necessary parameters to execute the CreateVpcLink operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateVpcLink
/// operation.
/// REST API Reference for CreateVpcLink Operation
IAsyncResult BeginCreateVpcLink(CreateVpcLinkRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the CreateVpcLink operation.
///
///
/// The IAsyncResult returned by the call to BeginCreateVpcLink.
///
/// Returns a CreateVpcLinkResult from ApiGatewayV2.
/// REST API Reference for CreateVpcLink Operation
CreateVpcLinkResponse EndCreateVpcLink(IAsyncResult asyncResult);
#endregion
#region DeleteAccessLogSettings
///
/// Deletes the AccessLogSettings for a Stage. To disable access logging for a Stage,
/// delete its AccessLogSettings.
///
/// Container for the necessary parameters to execute the DeleteAccessLogSettings service method.
///
/// The response from the DeleteAccessLogSettings service method, as returned by ApiGatewayV2.
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for DeleteAccessLogSettings Operation
DeleteAccessLogSettingsResponse DeleteAccessLogSettings(DeleteAccessLogSettingsRequest request);
///
/// Initiates the asynchronous execution of the DeleteAccessLogSettings operation.
///
///
/// Container for the necessary parameters to execute the DeleteAccessLogSettings operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteAccessLogSettings
/// operation.
/// REST API Reference for DeleteAccessLogSettings Operation
IAsyncResult BeginDeleteAccessLogSettings(DeleteAccessLogSettingsRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the DeleteAccessLogSettings operation.
///
///
/// The IAsyncResult returned by the call to BeginDeleteAccessLogSettings.
///
/// Returns a DeleteAccessLogSettingsResult from ApiGatewayV2.
/// REST API Reference for DeleteAccessLogSettings Operation
DeleteAccessLogSettingsResponse EndDeleteAccessLogSettings(IAsyncResult asyncResult);
#endregion
#region DeleteApi
///
/// Deletes an Api resource.
///
/// Container for the necessary parameters to execute the DeleteApi service method.
///
/// The response from the DeleteApi service method, as returned by ApiGatewayV2.
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for DeleteApi Operation
DeleteApiResponse DeleteApi(DeleteApiRequest request);
///
/// Initiates the asynchronous execution of the DeleteApi operation.
///
///
/// Container for the necessary parameters to execute the DeleteApi operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteApi
/// operation.
/// REST API Reference for DeleteApi Operation
IAsyncResult BeginDeleteApi(DeleteApiRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the DeleteApi operation.
///
///
/// The IAsyncResult returned by the call to BeginDeleteApi.
///
/// Returns a DeleteApiResult from ApiGatewayV2.
/// REST API Reference for DeleteApi Operation
DeleteApiResponse EndDeleteApi(IAsyncResult asyncResult);
#endregion
#region DeleteApiMapping
///
/// Deletes an API mapping.
///
/// Container for the necessary parameters to execute the DeleteApiMapping service method.
///
/// The response from the DeleteApiMapping service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for DeleteApiMapping Operation
DeleteApiMappingResponse DeleteApiMapping(DeleteApiMappingRequest request);
///
/// Initiates the asynchronous execution of the DeleteApiMapping operation.
///
///
/// Container for the necessary parameters to execute the DeleteApiMapping operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteApiMapping
/// operation.
/// REST API Reference for DeleteApiMapping Operation
IAsyncResult BeginDeleteApiMapping(DeleteApiMappingRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the DeleteApiMapping operation.
///
///
/// The IAsyncResult returned by the call to BeginDeleteApiMapping.
///
/// Returns a DeleteApiMappingResult from ApiGatewayV2.
/// REST API Reference for DeleteApiMapping Operation
DeleteApiMappingResponse EndDeleteApiMapping(IAsyncResult asyncResult);
#endregion
#region DeleteAuthorizer
///
/// Deletes an Authorizer.
///
/// Container for the necessary parameters to execute the DeleteAuthorizer service method.
///
/// The response from the DeleteAuthorizer service method, as returned by ApiGatewayV2.
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for DeleteAuthorizer Operation
DeleteAuthorizerResponse DeleteAuthorizer(DeleteAuthorizerRequest request);
///
/// Initiates the asynchronous execution of the DeleteAuthorizer operation.
///
///
/// Container for the necessary parameters to execute the DeleteAuthorizer operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteAuthorizer
/// operation.
/// REST API Reference for DeleteAuthorizer Operation
IAsyncResult BeginDeleteAuthorizer(DeleteAuthorizerRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the DeleteAuthorizer operation.
///
///
/// The IAsyncResult returned by the call to BeginDeleteAuthorizer.
///
/// Returns a DeleteAuthorizerResult from ApiGatewayV2.
/// REST API Reference for DeleteAuthorizer Operation
DeleteAuthorizerResponse EndDeleteAuthorizer(IAsyncResult asyncResult);
#endregion
#region DeleteCorsConfiguration
///
/// Deletes a CORS configuration.
///
/// Container for the necessary parameters to execute the DeleteCorsConfiguration service method.
///
/// The response from the DeleteCorsConfiguration service method, as returned by ApiGatewayV2.
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for DeleteCorsConfiguration Operation
DeleteCorsConfigurationResponse DeleteCorsConfiguration(DeleteCorsConfigurationRequest request);
///
/// Initiates the asynchronous execution of the DeleteCorsConfiguration operation.
///
///
/// Container for the necessary parameters to execute the DeleteCorsConfiguration operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteCorsConfiguration
/// operation.
/// REST API Reference for DeleteCorsConfiguration Operation
IAsyncResult BeginDeleteCorsConfiguration(DeleteCorsConfigurationRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the DeleteCorsConfiguration operation.
///
///
/// The IAsyncResult returned by the call to BeginDeleteCorsConfiguration.
///
/// Returns a DeleteCorsConfigurationResult from ApiGatewayV2.
/// REST API Reference for DeleteCorsConfiguration Operation
DeleteCorsConfigurationResponse EndDeleteCorsConfiguration(IAsyncResult asyncResult);
#endregion
#region DeleteDeployment
///
/// Deletes a Deployment.
///
/// Container for the necessary parameters to execute the DeleteDeployment service method.
///
/// The response from the DeleteDeployment service method, as returned by ApiGatewayV2.
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for DeleteDeployment Operation
DeleteDeploymentResponse DeleteDeployment(DeleteDeploymentRequest request);
///
/// Initiates the asynchronous execution of the DeleteDeployment operation.
///
///
/// Container for the necessary parameters to execute the DeleteDeployment operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteDeployment
/// operation.
/// REST API Reference for DeleteDeployment Operation
IAsyncResult BeginDeleteDeployment(DeleteDeploymentRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the DeleteDeployment operation.
///
///
/// The IAsyncResult returned by the call to BeginDeleteDeployment.
///
/// Returns a DeleteDeploymentResult from ApiGatewayV2.
/// REST API Reference for DeleteDeployment Operation
DeleteDeploymentResponse EndDeleteDeployment(IAsyncResult asyncResult);
#endregion
#region DeleteDomainName
///
/// Deletes a domain name.
///
/// Container for the necessary parameters to execute the DeleteDomainName service method.
///
/// The response from the DeleteDomainName service method, as returned by ApiGatewayV2.
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for DeleteDomainName Operation
DeleteDomainNameResponse DeleteDomainName(DeleteDomainNameRequest request);
///
/// Initiates the asynchronous execution of the DeleteDomainName operation.
///
///
/// Container for the necessary parameters to execute the DeleteDomainName operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteDomainName
/// operation.
/// REST API Reference for DeleteDomainName Operation
IAsyncResult BeginDeleteDomainName(DeleteDomainNameRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the DeleteDomainName operation.
///
///
/// The IAsyncResult returned by the call to BeginDeleteDomainName.
///
/// Returns a DeleteDomainNameResult from ApiGatewayV2.
/// REST API Reference for DeleteDomainName Operation
DeleteDomainNameResponse EndDeleteDomainName(IAsyncResult asyncResult);
#endregion
#region DeleteIntegration
///
/// Deletes an Integration.
///
/// Container for the necessary parameters to execute the DeleteIntegration service method.
///
/// The response from the DeleteIntegration service method, as returned by ApiGatewayV2.
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for DeleteIntegration Operation
DeleteIntegrationResponse DeleteIntegration(DeleteIntegrationRequest request);
///
/// Initiates the asynchronous execution of the DeleteIntegration operation.
///
///
/// Container for the necessary parameters to execute the DeleteIntegration operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteIntegration
/// operation.
/// REST API Reference for DeleteIntegration Operation
IAsyncResult BeginDeleteIntegration(DeleteIntegrationRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the DeleteIntegration operation.
///
///
/// The IAsyncResult returned by the call to BeginDeleteIntegration.
///
/// Returns a DeleteIntegrationResult from ApiGatewayV2.
/// REST API Reference for DeleteIntegration Operation
DeleteIntegrationResponse EndDeleteIntegration(IAsyncResult asyncResult);
#endregion
#region DeleteIntegrationResponse
///
/// Deletes an IntegrationResponses.
///
/// Container for the necessary parameters to execute the DeleteIntegrationResponse service method.
///
/// The response from the DeleteIntegrationResponse service method, as returned by ApiGatewayV2.
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for DeleteIntegrationResponse Operation
DeleteIntegrationResponseResponse DeleteIntegrationResponse(DeleteIntegrationResponseRequest request);
///
/// Initiates the asynchronous execution of the DeleteIntegrationResponse operation.
///
///
/// Container for the necessary parameters to execute the DeleteIntegrationResponse operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteIntegrationResponse
/// operation.
/// REST API Reference for DeleteIntegrationResponse Operation
IAsyncResult BeginDeleteIntegrationResponse(DeleteIntegrationResponseRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the DeleteIntegrationResponse operation.
///
///
/// The IAsyncResult returned by the call to BeginDeleteIntegrationResponse.
///
/// Returns a DeleteIntegrationResponseResult from ApiGatewayV2.
/// REST API Reference for DeleteIntegrationResponse Operation
DeleteIntegrationResponseResponse EndDeleteIntegrationResponse(IAsyncResult asyncResult);
#endregion
#region DeleteModel
///
/// Deletes a Model.
///
/// Container for the necessary parameters to execute the DeleteModel service method.
///
/// The response from the DeleteModel service method, as returned by ApiGatewayV2.
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for DeleteModel Operation
DeleteModelResponse DeleteModel(DeleteModelRequest request);
///
/// Initiates the asynchronous execution of the DeleteModel operation.
///
///
/// Container for the necessary parameters to execute the DeleteModel operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteModel
/// operation.
/// REST API Reference for DeleteModel Operation
IAsyncResult BeginDeleteModel(DeleteModelRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the DeleteModel operation.
///
///
/// The IAsyncResult returned by the call to BeginDeleteModel.
///
/// Returns a DeleteModelResult from ApiGatewayV2.
/// REST API Reference for DeleteModel Operation
DeleteModelResponse EndDeleteModel(IAsyncResult asyncResult);
#endregion
#region DeleteRoute
///
/// Deletes a Route.
///
/// Container for the necessary parameters to execute the DeleteRoute service method.
///
/// The response from the DeleteRoute service method, as returned by ApiGatewayV2.
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for DeleteRoute Operation
DeleteRouteResponse DeleteRoute(DeleteRouteRequest request);
///
/// Initiates the asynchronous execution of the DeleteRoute operation.
///
///
/// Container for the necessary parameters to execute the DeleteRoute operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteRoute
/// operation.
/// REST API Reference for DeleteRoute Operation
IAsyncResult BeginDeleteRoute(DeleteRouteRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the DeleteRoute operation.
///
///
/// The IAsyncResult returned by the call to BeginDeleteRoute.
///
/// Returns a DeleteRouteResult from ApiGatewayV2.
/// REST API Reference for DeleteRoute Operation
DeleteRouteResponse EndDeleteRoute(IAsyncResult asyncResult);
#endregion
#region DeleteRouteRequestParameter
///
/// Deletes a route request parameter. Supported only for WebSocket APIs.
///
/// Container for the necessary parameters to execute the DeleteRouteRequestParameter service method.
///
/// The response from the DeleteRouteRequestParameter service method, as returned by ApiGatewayV2.
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for DeleteRouteRequestParameter Operation
DeleteRouteRequestParameterResponse DeleteRouteRequestParameter(DeleteRouteRequestParameterRequest request);
///
/// Initiates the asynchronous execution of the DeleteRouteRequestParameter operation.
///
///
/// Container for the necessary parameters to execute the DeleteRouteRequestParameter operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteRouteRequestParameter
/// operation.
/// REST API Reference for DeleteRouteRequestParameter Operation
IAsyncResult BeginDeleteRouteRequestParameter(DeleteRouteRequestParameterRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the DeleteRouteRequestParameter operation.
///
///
/// The IAsyncResult returned by the call to BeginDeleteRouteRequestParameter.
///
/// Returns a DeleteRouteRequestParameterResult from ApiGatewayV2.
/// REST API Reference for DeleteRouteRequestParameter Operation
DeleteRouteRequestParameterResponse EndDeleteRouteRequestParameter(IAsyncResult asyncResult);
#endregion
#region DeleteRouteResponse
///
/// Deletes a RouteResponse.
///
/// Container for the necessary parameters to execute the DeleteRouteResponse service method.
///
/// The response from the DeleteRouteResponse service method, as returned by ApiGatewayV2.
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for DeleteRouteResponse Operation
DeleteRouteResponseResponse DeleteRouteResponse(DeleteRouteResponseRequest request);
///
/// Initiates the asynchronous execution of the DeleteRouteResponse operation.
///
///
/// Container for the necessary parameters to execute the DeleteRouteResponse operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteRouteResponse
/// operation.
/// REST API Reference for DeleteRouteResponse Operation
IAsyncResult BeginDeleteRouteResponse(DeleteRouteResponseRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the DeleteRouteResponse operation.
///
///
/// The IAsyncResult returned by the call to BeginDeleteRouteResponse.
///
/// Returns a DeleteRouteResponseResult from ApiGatewayV2.
/// REST API Reference for DeleteRouteResponse Operation
DeleteRouteResponseResponse EndDeleteRouteResponse(IAsyncResult asyncResult);
#endregion
#region DeleteRouteSettings
///
/// Deletes the RouteSettings for a stage.
///
/// Container for the necessary parameters to execute the DeleteRouteSettings service method.
///
/// The response from the DeleteRouteSettings service method, as returned by ApiGatewayV2.
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for DeleteRouteSettings Operation
DeleteRouteSettingsResponse DeleteRouteSettings(DeleteRouteSettingsRequest request);
///
/// Initiates the asynchronous execution of the DeleteRouteSettings operation.
///
///
/// Container for the necessary parameters to execute the DeleteRouteSettings operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteRouteSettings
/// operation.
/// REST API Reference for DeleteRouteSettings Operation
IAsyncResult BeginDeleteRouteSettings(DeleteRouteSettingsRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the DeleteRouteSettings operation.
///
///
/// The IAsyncResult returned by the call to BeginDeleteRouteSettings.
///
/// Returns a DeleteRouteSettingsResult from ApiGatewayV2.
/// REST API Reference for DeleteRouteSettings Operation
DeleteRouteSettingsResponse EndDeleteRouteSettings(IAsyncResult asyncResult);
#endregion
#region DeleteStage
///
/// Deletes a Stage.
///
/// Container for the necessary parameters to execute the DeleteStage service method.
///
/// The response from the DeleteStage service method, as returned by ApiGatewayV2.
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for DeleteStage Operation
DeleteStageResponse DeleteStage(DeleteStageRequest request);
///
/// Initiates the asynchronous execution of the DeleteStage operation.
///
///
/// Container for the necessary parameters to execute the DeleteStage operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteStage
/// operation.
/// REST API Reference for DeleteStage Operation
IAsyncResult BeginDeleteStage(DeleteStageRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the DeleteStage operation.
///
///
/// The IAsyncResult returned by the call to BeginDeleteStage.
///
/// Returns a DeleteStageResult from ApiGatewayV2.
/// REST API Reference for DeleteStage Operation
DeleteStageResponse EndDeleteStage(IAsyncResult asyncResult);
#endregion
#region DeleteVpcLink
///
/// Deletes a VPC link.
///
/// Container for the necessary parameters to execute the DeleteVpcLink service method.
///
/// The response from the DeleteVpcLink service method, as returned by ApiGatewayV2.
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for DeleteVpcLink Operation
DeleteVpcLinkResponse DeleteVpcLink(DeleteVpcLinkRequest request);
///
/// Initiates the asynchronous execution of the DeleteVpcLink operation.
///
///
/// Container for the necessary parameters to execute the DeleteVpcLink operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteVpcLink
/// operation.
/// REST API Reference for DeleteVpcLink Operation
IAsyncResult BeginDeleteVpcLink(DeleteVpcLinkRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the DeleteVpcLink operation.
///
///
/// The IAsyncResult returned by the call to BeginDeleteVpcLink.
///
/// Returns a DeleteVpcLinkResult from ApiGatewayV2.
/// REST API Reference for DeleteVpcLink Operation
DeleteVpcLinkResponse EndDeleteVpcLink(IAsyncResult asyncResult);
#endregion
#region ExportApi
///
///
///
/// Container for the necessary parameters to execute the ExportApi service method.
///
/// The response from the ExportApi service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for ExportApi Operation
ExportApiResponse ExportApi(ExportApiRequest request);
///
/// Initiates the asynchronous execution of the ExportApi operation.
///
///
/// Container for the necessary parameters to execute the ExportApi operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndExportApi
/// operation.
/// REST API Reference for ExportApi Operation
IAsyncResult BeginExportApi(ExportApiRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the ExportApi operation.
///
///
/// The IAsyncResult returned by the call to BeginExportApi.
///
/// Returns a ExportApiResult from ApiGatewayV2.
/// REST API Reference for ExportApi Operation
ExportApiResponse EndExportApi(IAsyncResult asyncResult);
#endregion
#region GetApi
///
/// Gets an Api resource.
///
/// Container for the necessary parameters to execute the GetApi service method.
///
/// The response from the GetApi service method, as returned by ApiGatewayV2.
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for GetApi Operation
GetApiResponse GetApi(GetApiRequest request);
///
/// Initiates the asynchronous execution of the GetApi operation.
///
///
/// Container for the necessary parameters to execute the GetApi operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetApi
/// operation.
/// REST API Reference for GetApi Operation
IAsyncResult BeginGetApi(GetApiRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the GetApi operation.
///
///
/// The IAsyncResult returned by the call to BeginGetApi.
///
/// Returns a GetApiResult from ApiGatewayV2.
/// REST API Reference for GetApi Operation
GetApiResponse EndGetApi(IAsyncResult asyncResult);
#endregion
#region GetApiMapping
///
/// Gets an API mapping.
///
/// Container for the necessary parameters to execute the GetApiMapping service method.
///
/// The response from the GetApiMapping service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for GetApiMapping Operation
GetApiMappingResponse GetApiMapping(GetApiMappingRequest request);
///
/// Initiates the asynchronous execution of the GetApiMapping operation.
///
///
/// Container for the necessary parameters to execute the GetApiMapping operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetApiMapping
/// operation.
/// REST API Reference for GetApiMapping Operation
IAsyncResult BeginGetApiMapping(GetApiMappingRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the GetApiMapping operation.
///
///
/// The IAsyncResult returned by the call to BeginGetApiMapping.
///
/// Returns a GetApiMappingResult from ApiGatewayV2.
/// REST API Reference for GetApiMapping Operation
GetApiMappingResponse EndGetApiMapping(IAsyncResult asyncResult);
#endregion
#region GetApiMappings
///
/// Gets API mappings.
///
/// Container for the necessary parameters to execute the GetApiMappings service method.
///
/// The response from the GetApiMappings service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for GetApiMappings Operation
GetApiMappingsResponse GetApiMappings(GetApiMappingsRequest request);
///
/// Initiates the asynchronous execution of the GetApiMappings operation.
///
///
/// Container for the necessary parameters to execute the GetApiMappings operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetApiMappings
/// operation.
/// REST API Reference for GetApiMappings Operation
IAsyncResult BeginGetApiMappings(GetApiMappingsRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the GetApiMappings operation.
///
///
/// The IAsyncResult returned by the call to BeginGetApiMappings.
///
/// Returns a GetApiMappingsResult from ApiGatewayV2.
/// REST API Reference for GetApiMappings Operation
GetApiMappingsResponse EndGetApiMappings(IAsyncResult asyncResult);
#endregion
#region GetApis
///
/// Gets a collection of Api resources.
///
/// Container for the necessary parameters to execute the GetApis service method.
///
/// The response from the GetApis service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for GetApis Operation
GetApisResponse GetApis(GetApisRequest request);
///
/// Initiates the asynchronous execution of the GetApis operation.
///
///
/// Container for the necessary parameters to execute the GetApis operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetApis
/// operation.
/// REST API Reference for GetApis Operation
IAsyncResult BeginGetApis(GetApisRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the GetApis operation.
///
///
/// The IAsyncResult returned by the call to BeginGetApis.
///
/// Returns a GetApisResult from ApiGatewayV2.
/// REST API Reference for GetApis Operation
GetApisResponse EndGetApis(IAsyncResult asyncResult);
#endregion
#region GetAuthorizer
///
/// Gets an Authorizer.
///
/// Container for the necessary parameters to execute the GetAuthorizer service method.
///
/// The response from the GetAuthorizer service method, as returned by ApiGatewayV2.
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for GetAuthorizer Operation
GetAuthorizerResponse GetAuthorizer(GetAuthorizerRequest request);
///
/// Initiates the asynchronous execution of the GetAuthorizer operation.
///
///
/// Container for the necessary parameters to execute the GetAuthorizer operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetAuthorizer
/// operation.
/// REST API Reference for GetAuthorizer Operation
IAsyncResult BeginGetAuthorizer(GetAuthorizerRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the GetAuthorizer operation.
///
///
/// The IAsyncResult returned by the call to BeginGetAuthorizer.
///
/// Returns a GetAuthorizerResult from ApiGatewayV2.
/// REST API Reference for GetAuthorizer Operation
GetAuthorizerResponse EndGetAuthorizer(IAsyncResult asyncResult);
#endregion
#region GetAuthorizers
///
/// Gets the Authorizers for an API.
///
/// Container for the necessary parameters to execute the GetAuthorizers service method.
///
/// The response from the GetAuthorizers service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for GetAuthorizers Operation
GetAuthorizersResponse GetAuthorizers(GetAuthorizersRequest request);
///
/// Initiates the asynchronous execution of the GetAuthorizers operation.
///
///
/// Container for the necessary parameters to execute the GetAuthorizers operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetAuthorizers
/// operation.
/// REST API Reference for GetAuthorizers Operation
IAsyncResult BeginGetAuthorizers(GetAuthorizersRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the GetAuthorizers operation.
///
///
/// The IAsyncResult returned by the call to BeginGetAuthorizers.
///
/// Returns a GetAuthorizersResult from ApiGatewayV2.
/// REST API Reference for GetAuthorizers Operation
GetAuthorizersResponse EndGetAuthorizers(IAsyncResult asyncResult);
#endregion
#region GetDeployment
///
/// Gets a Deployment.
///
/// Container for the necessary parameters to execute the GetDeployment service method.
///
/// The response from the GetDeployment service method, as returned by ApiGatewayV2.
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for GetDeployment Operation
GetDeploymentResponse GetDeployment(GetDeploymentRequest request);
///
/// Initiates the asynchronous execution of the GetDeployment operation.
///
///
/// Container for the necessary parameters to execute the GetDeployment operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetDeployment
/// operation.
/// REST API Reference for GetDeployment Operation
IAsyncResult BeginGetDeployment(GetDeploymentRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the GetDeployment operation.
///
///
/// The IAsyncResult returned by the call to BeginGetDeployment.
///
/// Returns a GetDeploymentResult from ApiGatewayV2.
/// REST API Reference for GetDeployment Operation
GetDeploymentResponse EndGetDeployment(IAsyncResult asyncResult);
#endregion
#region GetDeployments
///
/// Gets the Deployments for an API.
///
/// Container for the necessary parameters to execute the GetDeployments service method.
///
/// The response from the GetDeployments service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for GetDeployments Operation
GetDeploymentsResponse GetDeployments(GetDeploymentsRequest request);
///
/// Initiates the asynchronous execution of the GetDeployments operation.
///
///
/// Container for the necessary parameters to execute the GetDeployments operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetDeployments
/// operation.
/// REST API Reference for GetDeployments Operation
IAsyncResult BeginGetDeployments(GetDeploymentsRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the GetDeployments operation.
///
///
/// The IAsyncResult returned by the call to BeginGetDeployments.
///
/// Returns a GetDeploymentsResult from ApiGatewayV2.
/// REST API Reference for GetDeployments Operation
GetDeploymentsResponse EndGetDeployments(IAsyncResult asyncResult);
#endregion
#region GetDomainName
///
/// Gets a domain name.
///
/// Container for the necessary parameters to execute the GetDomainName service method.
///
/// The response from the GetDomainName service method, as returned by ApiGatewayV2.
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for GetDomainName Operation
GetDomainNameResponse GetDomainName(GetDomainNameRequest request);
///
/// Initiates the asynchronous execution of the GetDomainName operation.
///
///
/// Container for the necessary parameters to execute the GetDomainName operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetDomainName
/// operation.
/// REST API Reference for GetDomainName Operation
IAsyncResult BeginGetDomainName(GetDomainNameRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the GetDomainName operation.
///
///
/// The IAsyncResult returned by the call to BeginGetDomainName.
///
/// Returns a GetDomainNameResult from ApiGatewayV2.
/// REST API Reference for GetDomainName Operation
GetDomainNameResponse EndGetDomainName(IAsyncResult asyncResult);
#endregion
#region GetDomainNames
///
/// Gets the domain names for an AWS account.
///
/// Container for the necessary parameters to execute the GetDomainNames service method.
///
/// The response from the GetDomainNames service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for GetDomainNames Operation
GetDomainNamesResponse GetDomainNames(GetDomainNamesRequest request);
///
/// Initiates the asynchronous execution of the GetDomainNames operation.
///
///
/// Container for the necessary parameters to execute the GetDomainNames operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetDomainNames
/// operation.
/// REST API Reference for GetDomainNames Operation
IAsyncResult BeginGetDomainNames(GetDomainNamesRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the GetDomainNames operation.
///
///
/// The IAsyncResult returned by the call to BeginGetDomainNames.
///
/// Returns a GetDomainNamesResult from ApiGatewayV2.
/// REST API Reference for GetDomainNames Operation
GetDomainNamesResponse EndGetDomainNames(IAsyncResult asyncResult);
#endregion
#region GetIntegration
///
/// Gets an Integration.
///
/// Container for the necessary parameters to execute the GetIntegration service method.
///
/// The response from the GetIntegration service method, as returned by ApiGatewayV2.
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for GetIntegration Operation
GetIntegrationResponse GetIntegration(GetIntegrationRequest request);
///
/// Initiates the asynchronous execution of the GetIntegration operation.
///
///
/// Container for the necessary parameters to execute the GetIntegration operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetIntegration
/// operation.
/// REST API Reference for GetIntegration Operation
IAsyncResult BeginGetIntegration(GetIntegrationRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the GetIntegration operation.
///
///
/// The IAsyncResult returned by the call to BeginGetIntegration.
///
/// Returns a GetIntegrationResult from ApiGatewayV2.
/// REST API Reference for GetIntegration Operation
GetIntegrationResponse EndGetIntegration(IAsyncResult asyncResult);
#endregion
#region GetIntegrationResponse
///
/// Gets an IntegrationResponses.
///
/// Container for the necessary parameters to execute the GetIntegrationResponse service method.
///
/// The response from the GetIntegrationResponse service method, as returned by ApiGatewayV2.
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for GetIntegrationResponse Operation
GetIntegrationResponseResponse GetIntegrationResponse(GetIntegrationResponseRequest request);
///
/// Initiates the asynchronous execution of the GetIntegrationResponse operation.
///
///
/// Container for the necessary parameters to execute the GetIntegrationResponse operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetIntegrationResponse
/// operation.
/// REST API Reference for GetIntegrationResponse Operation
IAsyncResult BeginGetIntegrationResponse(GetIntegrationResponseRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the GetIntegrationResponse operation.
///
///
/// The IAsyncResult returned by the call to BeginGetIntegrationResponse.
///
/// Returns a GetIntegrationResponseResult from ApiGatewayV2.
/// REST API Reference for GetIntegrationResponse Operation
GetIntegrationResponseResponse EndGetIntegrationResponse(IAsyncResult asyncResult);
#endregion
#region GetIntegrationResponses
///
/// Gets the IntegrationResponses for an Integration.
///
/// Container for the necessary parameters to execute the GetIntegrationResponses service method.
///
/// The response from the GetIntegrationResponses service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for GetIntegrationResponses Operation
GetIntegrationResponsesResponse GetIntegrationResponses(GetIntegrationResponsesRequest request);
///
/// Initiates the asynchronous execution of the GetIntegrationResponses operation.
///
///
/// Container for the necessary parameters to execute the GetIntegrationResponses operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetIntegrationResponses
/// operation.
/// REST API Reference for GetIntegrationResponses Operation
IAsyncResult BeginGetIntegrationResponses(GetIntegrationResponsesRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the GetIntegrationResponses operation.
///
///
/// The IAsyncResult returned by the call to BeginGetIntegrationResponses.
///
/// Returns a GetIntegrationResponsesResult from ApiGatewayV2.
/// REST API Reference for GetIntegrationResponses Operation
GetIntegrationResponsesResponse EndGetIntegrationResponses(IAsyncResult asyncResult);
#endregion
#region GetIntegrations
///
/// Gets the Integrations for an API.
///
/// Container for the necessary parameters to execute the GetIntegrations service method.
///
/// The response from the GetIntegrations service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for GetIntegrations Operation
GetIntegrationsResponse GetIntegrations(GetIntegrationsRequest request);
///
/// Initiates the asynchronous execution of the GetIntegrations operation.
///
///
/// Container for the necessary parameters to execute the GetIntegrations operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetIntegrations
/// operation.
/// REST API Reference for GetIntegrations Operation
IAsyncResult BeginGetIntegrations(GetIntegrationsRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the GetIntegrations operation.
///
///
/// The IAsyncResult returned by the call to BeginGetIntegrations.
///
/// Returns a GetIntegrationsResult from ApiGatewayV2.
/// REST API Reference for GetIntegrations Operation
GetIntegrationsResponse EndGetIntegrations(IAsyncResult asyncResult);
#endregion
#region GetModel
///
/// Gets a Model.
///
/// Container for the necessary parameters to execute the GetModel service method.
///
/// The response from the GetModel service method, as returned by ApiGatewayV2.
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for GetModel Operation
GetModelResponse GetModel(GetModelRequest request);
///
/// Initiates the asynchronous execution of the GetModel operation.
///
///
/// Container for the necessary parameters to execute the GetModel operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetModel
/// operation.
/// REST API Reference for GetModel Operation
IAsyncResult BeginGetModel(GetModelRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the GetModel operation.
///
///
/// The IAsyncResult returned by the call to BeginGetModel.
///
/// Returns a GetModelResult from ApiGatewayV2.
/// REST API Reference for GetModel Operation
GetModelResponse EndGetModel(IAsyncResult asyncResult);
#endregion
#region GetModels
///
/// Gets the Models for an API.
///
/// Container for the necessary parameters to execute the GetModels service method.
///
/// The response from the GetModels service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for GetModels Operation
GetModelsResponse GetModels(GetModelsRequest request);
///
/// Initiates the asynchronous execution of the GetModels operation.
///
///
/// Container for the necessary parameters to execute the GetModels operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetModels
/// operation.
/// REST API Reference for GetModels Operation
IAsyncResult BeginGetModels(GetModelsRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the GetModels operation.
///
///
/// The IAsyncResult returned by the call to BeginGetModels.
///
/// Returns a GetModelsResult from ApiGatewayV2.
/// REST API Reference for GetModels Operation
GetModelsResponse EndGetModels(IAsyncResult asyncResult);
#endregion
#region GetModelTemplate
///
/// Gets a model template.
///
/// Container for the necessary parameters to execute the GetModelTemplate service method.
///
/// The response from the GetModelTemplate service method, as returned by ApiGatewayV2.
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for GetModelTemplate Operation
GetModelTemplateResponse GetModelTemplate(GetModelTemplateRequest request);
///
/// Initiates the asynchronous execution of the GetModelTemplate operation.
///
///
/// Container for the necessary parameters to execute the GetModelTemplate operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetModelTemplate
/// operation.
/// REST API Reference for GetModelTemplate Operation
IAsyncResult BeginGetModelTemplate(GetModelTemplateRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the GetModelTemplate operation.
///
///
/// The IAsyncResult returned by the call to BeginGetModelTemplate.
///
/// Returns a GetModelTemplateResult from ApiGatewayV2.
/// REST API Reference for GetModelTemplate Operation
GetModelTemplateResponse EndGetModelTemplate(IAsyncResult asyncResult);
#endregion
#region GetRoute
///
/// Gets a Route.
///
/// Container for the necessary parameters to execute the GetRoute service method.
///
/// The response from the GetRoute service method, as returned by ApiGatewayV2.
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for GetRoute Operation
GetRouteResponse GetRoute(GetRouteRequest request);
///
/// Initiates the asynchronous execution of the GetRoute operation.
///
///
/// Container for the necessary parameters to execute the GetRoute operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetRoute
/// operation.
/// REST API Reference for GetRoute Operation
IAsyncResult BeginGetRoute(GetRouteRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the GetRoute operation.
///
///
/// The IAsyncResult returned by the call to BeginGetRoute.
///
/// Returns a GetRouteResult from ApiGatewayV2.
/// REST API Reference for GetRoute Operation
GetRouteResponse EndGetRoute(IAsyncResult asyncResult);
#endregion
#region GetRouteResponse
///
/// Gets a RouteResponse.
///
/// Container for the necessary parameters to execute the GetRouteResponse service method.
///
/// The response from the GetRouteResponse service method, as returned by ApiGatewayV2.
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for GetRouteResponse Operation
GetRouteResponseResponse GetRouteResponse(GetRouteResponseRequest request);
///
/// Initiates the asynchronous execution of the GetRouteResponse operation.
///
///
/// Container for the necessary parameters to execute the GetRouteResponse operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetRouteResponse
/// operation.
/// REST API Reference for GetRouteResponse Operation
IAsyncResult BeginGetRouteResponse(GetRouteResponseRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the GetRouteResponse operation.
///
///
/// The IAsyncResult returned by the call to BeginGetRouteResponse.
///
/// Returns a GetRouteResponseResult from ApiGatewayV2.
/// REST API Reference for GetRouteResponse Operation
GetRouteResponseResponse EndGetRouteResponse(IAsyncResult asyncResult);
#endregion
#region GetRouteResponses
///
/// Gets the RouteResponses for a Route.
///
/// Container for the necessary parameters to execute the GetRouteResponses service method.
///
/// The response from the GetRouteResponses service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for GetRouteResponses Operation
GetRouteResponsesResponse GetRouteResponses(GetRouteResponsesRequest request);
///
/// Initiates the asynchronous execution of the GetRouteResponses operation.
///
///
/// Container for the necessary parameters to execute the GetRouteResponses operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetRouteResponses
/// operation.
/// REST API Reference for GetRouteResponses Operation
IAsyncResult BeginGetRouteResponses(GetRouteResponsesRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the GetRouteResponses operation.
///
///
/// The IAsyncResult returned by the call to BeginGetRouteResponses.
///
/// Returns a GetRouteResponsesResult from ApiGatewayV2.
/// REST API Reference for GetRouteResponses Operation
GetRouteResponsesResponse EndGetRouteResponses(IAsyncResult asyncResult);
#endregion
#region GetRoutes
///
/// Gets the Routes for an API.
///
/// Container for the necessary parameters to execute the GetRoutes service method.
///
/// The response from the GetRoutes service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for GetRoutes Operation
GetRoutesResponse GetRoutes(GetRoutesRequest request);
///
/// Initiates the asynchronous execution of the GetRoutes operation.
///
///
/// Container for the necessary parameters to execute the GetRoutes operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetRoutes
/// operation.
/// REST API Reference for GetRoutes Operation
IAsyncResult BeginGetRoutes(GetRoutesRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the GetRoutes operation.
///
///
/// The IAsyncResult returned by the call to BeginGetRoutes.
///
/// Returns a GetRoutesResult from ApiGatewayV2.
/// REST API Reference for GetRoutes Operation
GetRoutesResponse EndGetRoutes(IAsyncResult asyncResult);
#endregion
#region GetStage
///
/// Gets a Stage.
///
/// Container for the necessary parameters to execute the GetStage service method.
///
/// The response from the GetStage service method, as returned by ApiGatewayV2.
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for GetStage Operation
GetStageResponse GetStage(GetStageRequest request);
///
/// Initiates the asynchronous execution of the GetStage operation.
///
///
/// Container for the necessary parameters to execute the GetStage operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetStage
/// operation.
/// REST API Reference for GetStage Operation
IAsyncResult BeginGetStage(GetStageRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the GetStage operation.
///
///
/// The IAsyncResult returned by the call to BeginGetStage.
///
/// Returns a GetStageResult from ApiGatewayV2.
/// REST API Reference for GetStage Operation
GetStageResponse EndGetStage(IAsyncResult asyncResult);
#endregion
#region GetStages
///
/// Gets the Stages for an API.
///
/// Container for the necessary parameters to execute the GetStages service method.
///
/// The response from the GetStages service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for GetStages Operation
GetStagesResponse GetStages(GetStagesRequest request);
///
/// Initiates the asynchronous execution of the GetStages operation.
///
///
/// Container for the necessary parameters to execute the GetStages operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetStages
/// operation.
/// REST API Reference for GetStages Operation
IAsyncResult BeginGetStages(GetStagesRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the GetStages operation.
///
///
/// The IAsyncResult returned by the call to BeginGetStages.
///
/// Returns a GetStagesResult from ApiGatewayV2.
/// REST API Reference for GetStages Operation
GetStagesResponse EndGetStages(IAsyncResult asyncResult);
#endregion
#region GetTags
///
/// Gets a collection of Tag resources.
///
/// Container for the necessary parameters to execute the GetTags service method.
///
/// The response from the GetTags service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The requested operation would cause a conflict with the current state of a service
/// resource associated with the request. Resolve the conflict before retrying this request.
/// See the accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for GetTags Operation
GetTagsResponse GetTags(GetTagsRequest request);
///
/// Initiates the asynchronous execution of the GetTags operation.
///
///
/// Container for the necessary parameters to execute the GetTags operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetTags
/// operation.
/// REST API Reference for GetTags Operation
IAsyncResult BeginGetTags(GetTagsRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the GetTags operation.
///
///
/// The IAsyncResult returned by the call to BeginGetTags.
///
/// Returns a GetTagsResult from ApiGatewayV2.
/// REST API Reference for GetTags Operation
GetTagsResponse EndGetTags(IAsyncResult asyncResult);
#endregion
#region GetVpcLink
///
/// Gets a VPC link.
///
/// Container for the necessary parameters to execute the GetVpcLink service method.
///
/// The response from the GetVpcLink service method, as returned by ApiGatewayV2.
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for GetVpcLink Operation
GetVpcLinkResponse GetVpcLink(GetVpcLinkRequest request);
///
/// Initiates the asynchronous execution of the GetVpcLink operation.
///
///
/// Container for the necessary parameters to execute the GetVpcLink operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetVpcLink
/// operation.
/// REST API Reference for GetVpcLink Operation
IAsyncResult BeginGetVpcLink(GetVpcLinkRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the GetVpcLink operation.
///
///
/// The IAsyncResult returned by the call to BeginGetVpcLink.
///
/// Returns a GetVpcLinkResult from ApiGatewayV2.
/// REST API Reference for GetVpcLink Operation
GetVpcLinkResponse EndGetVpcLink(IAsyncResult asyncResult);
#endregion
#region GetVpcLinks
///
/// Gets a collection of VPC links.
///
/// Container for the necessary parameters to execute the GetVpcLinks service method.
///
/// The response from the GetVpcLinks service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for GetVpcLinks Operation
GetVpcLinksResponse GetVpcLinks(GetVpcLinksRequest request);
///
/// Initiates the asynchronous execution of the GetVpcLinks operation.
///
///
/// Container for the necessary parameters to execute the GetVpcLinks operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetVpcLinks
/// operation.
/// REST API Reference for GetVpcLinks Operation
IAsyncResult BeginGetVpcLinks(GetVpcLinksRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the GetVpcLinks operation.
///
///
/// The IAsyncResult returned by the call to BeginGetVpcLinks.
///
/// Returns a GetVpcLinksResult from ApiGatewayV2.
/// REST API Reference for GetVpcLinks Operation
GetVpcLinksResponse EndGetVpcLinks(IAsyncResult asyncResult);
#endregion
#region ImportApi
///
/// Imports an API.
///
/// Container for the necessary parameters to execute the ImportApi service method.
///
/// The response from the ImportApi service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The requested operation would cause a conflict with the current state of a service
/// resource associated with the request. Resolve the conflict before retrying this request.
/// See the accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for ImportApi Operation
ImportApiResponse ImportApi(ImportApiRequest request);
///
/// Initiates the asynchronous execution of the ImportApi operation.
///
///
/// Container for the necessary parameters to execute the ImportApi operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndImportApi
/// operation.
/// REST API Reference for ImportApi Operation
IAsyncResult BeginImportApi(ImportApiRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the ImportApi operation.
///
///
/// The IAsyncResult returned by the call to BeginImportApi.
///
/// Returns a ImportApiResult from ApiGatewayV2.
/// REST API Reference for ImportApi Operation
ImportApiResponse EndImportApi(IAsyncResult asyncResult);
#endregion
#region ReimportApi
///
/// Puts an Api resource.
///
/// Container for the necessary parameters to execute the ReimportApi service method.
///
/// The response from the ReimportApi service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The requested operation would cause a conflict with the current state of a service
/// resource associated with the request. Resolve the conflict before retrying this request.
/// See the accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for ReimportApi Operation
ReimportApiResponse ReimportApi(ReimportApiRequest request);
///
/// Initiates the asynchronous execution of the ReimportApi operation.
///
///
/// Container for the necessary parameters to execute the ReimportApi operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndReimportApi
/// operation.
/// REST API Reference for ReimportApi Operation
IAsyncResult BeginReimportApi(ReimportApiRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the ReimportApi operation.
///
///
/// The IAsyncResult returned by the call to BeginReimportApi.
///
/// Returns a ReimportApiResult from ApiGatewayV2.
/// REST API Reference for ReimportApi Operation
ReimportApiResponse EndReimportApi(IAsyncResult asyncResult);
#endregion
#region ResetAuthorizersCache
///
/// Resets all authorizer cache entries on a stage. Supported only for HTTP APIs.
///
/// Container for the necessary parameters to execute the ResetAuthorizersCache service method.
///
/// The response from the ResetAuthorizersCache service method, as returned by ApiGatewayV2.
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for ResetAuthorizersCache Operation
ResetAuthorizersCacheResponse ResetAuthorizersCache(ResetAuthorizersCacheRequest request);
///
/// Initiates the asynchronous execution of the ResetAuthorizersCache operation.
///
///
/// Container for the necessary parameters to execute the ResetAuthorizersCache operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndResetAuthorizersCache
/// operation.
/// REST API Reference for ResetAuthorizersCache Operation
IAsyncResult BeginResetAuthorizersCache(ResetAuthorizersCacheRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the ResetAuthorizersCache operation.
///
///
/// The IAsyncResult returned by the call to BeginResetAuthorizersCache.
///
/// Returns a ResetAuthorizersCacheResult from ApiGatewayV2.
/// REST API Reference for ResetAuthorizersCache Operation
ResetAuthorizersCacheResponse EndResetAuthorizersCache(IAsyncResult asyncResult);
#endregion
#region TagResource
///
/// Creates a new Tag resource to represent a tag.
///
/// Container for the necessary parameters to execute the TagResource service method.
///
/// The response from the TagResource service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The requested operation would cause a conflict with the current state of a service
/// resource associated with the request. Resolve the conflict before retrying this request.
/// See the accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for TagResource Operation
TagResourceResponse TagResource(TagResourceRequest request);
///
/// Initiates the asynchronous execution of the TagResource operation.
///
///
/// Container for the necessary parameters to execute the TagResource operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndTagResource
/// operation.
/// REST API Reference for TagResource Operation
IAsyncResult BeginTagResource(TagResourceRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the TagResource operation.
///
///
/// The IAsyncResult returned by the call to BeginTagResource.
///
/// Returns a TagResourceResult from ApiGatewayV2.
/// REST API Reference for TagResource Operation
TagResourceResponse EndTagResource(IAsyncResult asyncResult);
#endregion
#region UntagResource
///
/// Deletes a Tag.
///
/// Container for the necessary parameters to execute the UntagResource service method.
///
/// The response from the UntagResource service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The requested operation would cause a conflict with the current state of a service
/// resource associated with the request. Resolve the conflict before retrying this request.
/// See the accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for UntagResource Operation
UntagResourceResponse UntagResource(UntagResourceRequest request);
///
/// Initiates the asynchronous execution of the UntagResource operation.
///
///
/// Container for the necessary parameters to execute the UntagResource operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUntagResource
/// operation.
/// REST API Reference for UntagResource Operation
IAsyncResult BeginUntagResource(UntagResourceRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the UntagResource operation.
///
///
/// The IAsyncResult returned by the call to BeginUntagResource.
///
/// Returns a UntagResourceResult from ApiGatewayV2.
/// REST API Reference for UntagResource Operation
UntagResourceResponse EndUntagResource(IAsyncResult asyncResult);
#endregion
#region UpdateApi
///
/// Updates an Api resource.
///
/// Container for the necessary parameters to execute the UpdateApi service method.
///
/// The response from the UpdateApi service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The requested operation would cause a conflict with the current state of a service
/// resource associated with the request. Resolve the conflict before retrying this request.
/// See the accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for UpdateApi Operation
UpdateApiResponse UpdateApi(UpdateApiRequest request);
///
/// Initiates the asynchronous execution of the UpdateApi operation.
///
///
/// Container for the necessary parameters to execute the UpdateApi operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateApi
/// operation.
/// REST API Reference for UpdateApi Operation
IAsyncResult BeginUpdateApi(UpdateApiRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the UpdateApi operation.
///
///
/// The IAsyncResult returned by the call to BeginUpdateApi.
///
/// Returns a UpdateApiResult from ApiGatewayV2.
/// REST API Reference for UpdateApi Operation
UpdateApiResponse EndUpdateApi(IAsyncResult asyncResult);
#endregion
#region UpdateApiMapping
///
/// The API mapping.
///
/// Container for the necessary parameters to execute the UpdateApiMapping service method.
///
/// The response from the UpdateApiMapping service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The requested operation would cause a conflict with the current state of a service
/// resource associated with the request. Resolve the conflict before retrying this request.
/// See the accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for UpdateApiMapping Operation
UpdateApiMappingResponse UpdateApiMapping(UpdateApiMappingRequest request);
///
/// Initiates the asynchronous execution of the UpdateApiMapping operation.
///
///
/// Container for the necessary parameters to execute the UpdateApiMapping operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateApiMapping
/// operation.
/// REST API Reference for UpdateApiMapping Operation
IAsyncResult BeginUpdateApiMapping(UpdateApiMappingRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the UpdateApiMapping operation.
///
///
/// The IAsyncResult returned by the call to BeginUpdateApiMapping.
///
/// Returns a UpdateApiMappingResult from ApiGatewayV2.
/// REST API Reference for UpdateApiMapping Operation
UpdateApiMappingResponse EndUpdateApiMapping(IAsyncResult asyncResult);
#endregion
#region UpdateAuthorizer
///
/// Updates an Authorizer.
///
/// Container for the necessary parameters to execute the UpdateAuthorizer service method.
///
/// The response from the UpdateAuthorizer service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The requested operation would cause a conflict with the current state of a service
/// resource associated with the request. Resolve the conflict before retrying this request.
/// See the accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for UpdateAuthorizer Operation
UpdateAuthorizerResponse UpdateAuthorizer(UpdateAuthorizerRequest request);
///
/// Initiates the asynchronous execution of the UpdateAuthorizer operation.
///
///
/// Container for the necessary parameters to execute the UpdateAuthorizer operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateAuthorizer
/// operation.
/// REST API Reference for UpdateAuthorizer Operation
IAsyncResult BeginUpdateAuthorizer(UpdateAuthorizerRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the UpdateAuthorizer operation.
///
///
/// The IAsyncResult returned by the call to BeginUpdateAuthorizer.
///
/// Returns a UpdateAuthorizerResult from ApiGatewayV2.
/// REST API Reference for UpdateAuthorizer Operation
UpdateAuthorizerResponse EndUpdateAuthorizer(IAsyncResult asyncResult);
#endregion
#region UpdateDeployment
///
/// Updates a Deployment.
///
/// Container for the necessary parameters to execute the UpdateDeployment service method.
///
/// The response from the UpdateDeployment service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The requested operation would cause a conflict with the current state of a service
/// resource associated with the request. Resolve the conflict before retrying this request.
/// See the accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for UpdateDeployment Operation
UpdateDeploymentResponse UpdateDeployment(UpdateDeploymentRequest request);
///
/// Initiates the asynchronous execution of the UpdateDeployment operation.
///
///
/// Container for the necessary parameters to execute the UpdateDeployment operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateDeployment
/// operation.
/// REST API Reference for UpdateDeployment Operation
IAsyncResult BeginUpdateDeployment(UpdateDeploymentRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the UpdateDeployment operation.
///
///
/// The IAsyncResult returned by the call to BeginUpdateDeployment.
///
/// Returns a UpdateDeploymentResult from ApiGatewayV2.
/// REST API Reference for UpdateDeployment Operation
UpdateDeploymentResponse EndUpdateDeployment(IAsyncResult asyncResult);
#endregion
#region UpdateDomainName
///
/// Updates a domain name.
///
/// Container for the necessary parameters to execute the UpdateDomainName service method.
///
/// The response from the UpdateDomainName service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The requested operation would cause a conflict with the current state of a service
/// resource associated with the request. Resolve the conflict before retrying this request.
/// See the accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for UpdateDomainName Operation
UpdateDomainNameResponse UpdateDomainName(UpdateDomainNameRequest request);
///
/// Initiates the asynchronous execution of the UpdateDomainName operation.
///
///
/// Container for the necessary parameters to execute the UpdateDomainName operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateDomainName
/// operation.
/// REST API Reference for UpdateDomainName Operation
IAsyncResult BeginUpdateDomainName(UpdateDomainNameRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the UpdateDomainName operation.
///
///
/// The IAsyncResult returned by the call to BeginUpdateDomainName.
///
/// Returns a UpdateDomainNameResult from ApiGatewayV2.
/// REST API Reference for UpdateDomainName Operation
UpdateDomainNameResponse EndUpdateDomainName(IAsyncResult asyncResult);
#endregion
#region UpdateIntegration
///
/// Updates an Integration.
///
/// Container for the necessary parameters to execute the UpdateIntegration service method.
///
/// The response from the UpdateIntegration service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The requested operation would cause a conflict with the current state of a service
/// resource associated with the request. Resolve the conflict before retrying this request.
/// See the accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for UpdateIntegration Operation
UpdateIntegrationResponse UpdateIntegration(UpdateIntegrationRequest request);
///
/// Initiates the asynchronous execution of the UpdateIntegration operation.
///
///
/// Container for the necessary parameters to execute the UpdateIntegration operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateIntegration
/// operation.
/// REST API Reference for UpdateIntegration Operation
IAsyncResult BeginUpdateIntegration(UpdateIntegrationRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the UpdateIntegration operation.
///
///
/// The IAsyncResult returned by the call to BeginUpdateIntegration.
///
/// Returns a UpdateIntegrationResult from ApiGatewayV2.
/// REST API Reference for UpdateIntegration Operation
UpdateIntegrationResponse EndUpdateIntegration(IAsyncResult asyncResult);
#endregion
#region UpdateIntegrationResponse
///
/// Updates an IntegrationResponses.
///
/// Container for the necessary parameters to execute the UpdateIntegrationResponse service method.
///
/// The response from the UpdateIntegrationResponse service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The requested operation would cause a conflict with the current state of a service
/// resource associated with the request. Resolve the conflict before retrying this request.
/// See the accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for UpdateIntegrationResponse Operation
UpdateIntegrationResponseResponse UpdateIntegrationResponse(UpdateIntegrationResponseRequest request);
///
/// Initiates the asynchronous execution of the UpdateIntegrationResponse operation.
///
///
/// Container for the necessary parameters to execute the UpdateIntegrationResponse operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateIntegrationResponse
/// operation.
/// REST API Reference for UpdateIntegrationResponse Operation
IAsyncResult BeginUpdateIntegrationResponse(UpdateIntegrationResponseRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the UpdateIntegrationResponse operation.
///
///
/// The IAsyncResult returned by the call to BeginUpdateIntegrationResponse.
///
/// Returns a UpdateIntegrationResponseResult from ApiGatewayV2.
/// REST API Reference for UpdateIntegrationResponse Operation
UpdateIntegrationResponseResponse EndUpdateIntegrationResponse(IAsyncResult asyncResult);
#endregion
#region UpdateModel
///
/// Updates a Model.
///
/// Container for the necessary parameters to execute the UpdateModel service method.
///
/// The response from the UpdateModel service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The requested operation would cause a conflict with the current state of a service
/// resource associated with the request. Resolve the conflict before retrying this request.
/// See the accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for UpdateModel Operation
UpdateModelResponse UpdateModel(UpdateModelRequest request);
///
/// Initiates the asynchronous execution of the UpdateModel operation.
///
///
/// Container for the necessary parameters to execute the UpdateModel operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateModel
/// operation.
/// REST API Reference for UpdateModel Operation
IAsyncResult BeginUpdateModel(UpdateModelRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the UpdateModel operation.
///
///
/// The IAsyncResult returned by the call to BeginUpdateModel.
///
/// Returns a UpdateModelResult from ApiGatewayV2.
/// REST API Reference for UpdateModel Operation
UpdateModelResponse EndUpdateModel(IAsyncResult asyncResult);
#endregion
#region UpdateRoute
///
/// Updates a Route.
///
/// Container for the necessary parameters to execute the UpdateRoute service method.
///
/// The response from the UpdateRoute service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The requested operation would cause a conflict with the current state of a service
/// resource associated with the request. Resolve the conflict before retrying this request.
/// See the accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for UpdateRoute Operation
UpdateRouteResponse UpdateRoute(UpdateRouteRequest request);
///
/// Initiates the asynchronous execution of the UpdateRoute operation.
///
///
/// Container for the necessary parameters to execute the UpdateRoute operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateRoute
/// operation.
/// REST API Reference for UpdateRoute Operation
IAsyncResult BeginUpdateRoute(UpdateRouteRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the UpdateRoute operation.
///
///
/// The IAsyncResult returned by the call to BeginUpdateRoute.
///
/// Returns a UpdateRouteResult from ApiGatewayV2.
/// REST API Reference for UpdateRoute Operation
UpdateRouteResponse EndUpdateRoute(IAsyncResult asyncResult);
#endregion
#region UpdateRouteResponse
///
/// Updates a RouteResponse.
///
/// Container for the necessary parameters to execute the UpdateRouteResponse service method.
///
/// The response from the UpdateRouteResponse service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The requested operation would cause a conflict with the current state of a service
/// resource associated with the request. Resolve the conflict before retrying this request.
/// See the accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for UpdateRouteResponse Operation
UpdateRouteResponseResponse UpdateRouteResponse(UpdateRouteResponseRequest request);
///
/// Initiates the asynchronous execution of the UpdateRouteResponse operation.
///
///
/// Container for the necessary parameters to execute the UpdateRouteResponse operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateRouteResponse
/// operation.
/// REST API Reference for UpdateRouteResponse Operation
IAsyncResult BeginUpdateRouteResponse(UpdateRouteResponseRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the UpdateRouteResponse operation.
///
///
/// The IAsyncResult returned by the call to BeginUpdateRouteResponse.
///
/// Returns a UpdateRouteResponseResult from ApiGatewayV2.
/// REST API Reference for UpdateRouteResponse Operation
UpdateRouteResponseResponse EndUpdateRouteResponse(IAsyncResult asyncResult);
#endregion
#region UpdateStage
///
/// Updates a Stage.
///
/// Container for the necessary parameters to execute the UpdateStage service method.
///
/// The response from the UpdateStage service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The requested operation would cause a conflict with the current state of a service
/// resource associated with the request. Resolve the conflict before retrying this request.
/// See the accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for UpdateStage Operation
UpdateStageResponse UpdateStage(UpdateStageRequest request);
///
/// Initiates the asynchronous execution of the UpdateStage operation.
///
///
/// Container for the necessary parameters to execute the UpdateStage operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateStage
/// operation.
/// REST API Reference for UpdateStage Operation
IAsyncResult BeginUpdateStage(UpdateStageRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the UpdateStage operation.
///
///
/// The IAsyncResult returned by the call to BeginUpdateStage.
///
/// Returns a UpdateStageResult from ApiGatewayV2.
/// REST API Reference for UpdateStage Operation
UpdateStageResponse EndUpdateStage(IAsyncResult asyncResult);
#endregion
#region UpdateVpcLink
///
/// Updates a VPC link.
///
/// Container for the necessary parameters to execute the UpdateVpcLink service method.
///
/// The response from the UpdateVpcLink service method, as returned by ApiGatewayV2.
///
/// The request is not valid, for example, the input is incomplete or incorrect. See the
/// accompanying error message for details.
///
///
/// The resource specified in the request was not found. See the message field for more
/// information.
///
///
/// A limit has been exceeded. See the accompanying error message for details.
///
/// REST API Reference for UpdateVpcLink Operation
UpdateVpcLinkResponse UpdateVpcLink(UpdateVpcLinkRequest request);
///
/// Initiates the asynchronous execution of the UpdateVpcLink operation.
///
///
/// Container for the necessary parameters to execute the UpdateVpcLink operation on AmazonApiGatewayV2Client.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateVpcLink
/// operation.
/// REST API Reference for UpdateVpcLink Operation
IAsyncResult BeginUpdateVpcLink(UpdateVpcLinkRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the UpdateVpcLink operation.
///
///
/// The IAsyncResult returned by the call to BeginUpdateVpcLink.
///
/// Returns a UpdateVpcLinkResult from ApiGatewayV2.
/// REST API Reference for UpdateVpcLink Operation
UpdateVpcLinkResponse EndUpdateVpcLink(IAsyncResult asyncResult);
#endregion
}
}