logo
pub trait ApiGatewayV2 {
Show 72 methods fn create_api<'life0, 'async_trait>(
        &'life0 self,
        input: CreateApiRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateApiResponse, RusotoError<CreateApiError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn create_api_mapping<'life0, 'async_trait>(
        &'life0 self,
        input: CreateApiMappingRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateApiMappingResponse, RusotoError<CreateApiMappingError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn create_authorizer<'life0, 'async_trait>(
        &'life0 self,
        input: CreateAuthorizerRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateAuthorizerResponse, RusotoError<CreateAuthorizerError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn create_deployment<'life0, 'async_trait>(
        &'life0 self,
        input: CreateDeploymentRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateDeploymentResponse, RusotoError<CreateDeploymentError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn create_domain_name<'life0, 'async_trait>(
        &'life0 self,
        input: CreateDomainNameRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateDomainNameResponse, RusotoError<CreateDomainNameError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn create_integration<'life0, 'async_trait>(
        &'life0 self,
        input: CreateIntegrationRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateIntegrationResult, RusotoError<CreateIntegrationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn create_integration_response<'life0, 'async_trait>(
        &'life0 self,
        input: CreateIntegrationResponseRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateIntegrationResponseResponse, RusotoError<CreateIntegrationResponseError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn create_model<'life0, 'async_trait>(
        &'life0 self,
        input: CreateModelRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateModelResponse, RusotoError<CreateModelError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn create_route<'life0, 'async_trait>(
        &'life0 self,
        input: CreateRouteRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateRouteResult, RusotoError<CreateRouteError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn create_route_response<'life0, 'async_trait>(
        &'life0 self,
        input: CreateRouteResponseRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateRouteResponseResponse, RusotoError<CreateRouteResponseError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn create_stage<'life0, 'async_trait>(
        &'life0 self,
        input: CreateStageRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateStageResponse, RusotoError<CreateStageError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn create_vpc_link<'life0, 'async_trait>(
        &'life0 self,
        input: CreateVpcLinkRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateVpcLinkResponse, RusotoError<CreateVpcLinkError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn delete_access_log_settings<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteAccessLogSettingsRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteAccessLogSettingsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn delete_api<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteApiRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteApiError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn delete_api_mapping<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteApiMappingRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteApiMappingError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn delete_authorizer<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteAuthorizerRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteAuthorizerError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn delete_cors_configuration<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteCorsConfigurationRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteCorsConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn delete_deployment<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteDeploymentRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteDeploymentError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn delete_domain_name<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteDomainNameRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteDomainNameError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn delete_integration<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteIntegrationRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteIntegrationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn delete_integration_response<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteIntegrationResponseRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteIntegrationResponseError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn delete_model<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteModelRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteModelError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn delete_route<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteRouteRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteRouteError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn delete_route_request_parameter<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteRouteRequestParameterRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteRouteRequestParameterError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn delete_route_response<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteRouteResponseRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteRouteResponseError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn delete_route_settings<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteRouteSettingsRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteRouteSettingsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn delete_stage<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteStageRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteStageError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn delete_vpc_link<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteVpcLinkRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteVpcLinkResponse, RusotoError<DeleteVpcLinkError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn export_api<'life0, 'async_trait>(
        &'life0 self,
        input: ExportApiRequest
    ) -> Pin<Box<dyn Future<Output = Result<ExportApiResponse, RusotoError<ExportApiError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn get_api<'life0, 'async_trait>(
        &'life0 self,
        input: GetApiRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetApiResponse, RusotoError<GetApiError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn get_api_mapping<'life0, 'async_trait>(
        &'life0 self,
        input: GetApiMappingRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetApiMappingResponse, RusotoError<GetApiMappingError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn get_api_mappings<'life0, 'async_trait>(
        &'life0 self,
        input: GetApiMappingsRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetApiMappingsResponse, RusotoError<GetApiMappingsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn get_apis<'life0, 'async_trait>(
        &'life0 self,
        input: GetApisRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetApisResponse, RusotoError<GetApisError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn get_authorizer<'life0, 'async_trait>(
        &'life0 self,
        input: GetAuthorizerRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetAuthorizerResponse, RusotoError<GetAuthorizerError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn get_authorizers<'life0, 'async_trait>(
        &'life0 self,
        input: GetAuthorizersRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetAuthorizersResponse, RusotoError<GetAuthorizersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn get_deployment<'life0, 'async_trait>(
        &'life0 self,
        input: GetDeploymentRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetDeploymentResponse, RusotoError<GetDeploymentError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn get_deployments<'life0, 'async_trait>(
        &'life0 self,
        input: GetDeploymentsRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetDeploymentsResponse, RusotoError<GetDeploymentsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn get_domain_name<'life0, 'async_trait>(
        &'life0 self,
        input: GetDomainNameRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetDomainNameResponse, RusotoError<GetDomainNameError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn get_domain_names<'life0, 'async_trait>(
        &'life0 self,
        input: GetDomainNamesRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetDomainNamesResponse, RusotoError<GetDomainNamesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn get_integration<'life0, 'async_trait>(
        &'life0 self,
        input: GetIntegrationRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetIntegrationResult, RusotoError<GetIntegrationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn get_integration_response<'life0, 'async_trait>(
        &'life0 self,
        input: GetIntegrationResponseRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetIntegrationResponseResponse, RusotoError<GetIntegrationResponseError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn get_integration_responses<'life0, 'async_trait>(
        &'life0 self,
        input: GetIntegrationResponsesRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetIntegrationResponsesResponse, RusotoError<GetIntegrationResponsesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn get_integrations<'life0, 'async_trait>(
        &'life0 self,
        input: GetIntegrationsRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetIntegrationsResponse, RusotoError<GetIntegrationsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn get_model<'life0, 'async_trait>(
        &'life0 self,
        input: GetModelRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetModelResponse, RusotoError<GetModelError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn get_model_template<'life0, 'async_trait>(
        &'life0 self,
        input: GetModelTemplateRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetModelTemplateResponse, RusotoError<GetModelTemplateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn get_models<'life0, 'async_trait>(
        &'life0 self,
        input: GetModelsRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetModelsResponse, RusotoError<GetModelsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn get_route<'life0, 'async_trait>(
        &'life0 self,
        input: GetRouteRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetRouteResult, RusotoError<GetRouteError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn get_route_response<'life0, 'async_trait>(
        &'life0 self,
        input: GetRouteResponseRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetRouteResponseResponse, RusotoError<GetRouteResponseError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn get_route_responses<'life0, 'async_trait>(
        &'life0 self,
        input: GetRouteResponsesRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetRouteResponsesResponse, RusotoError<GetRouteResponsesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn get_routes<'life0, 'async_trait>(
        &'life0 self,
        input: GetRoutesRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetRoutesResponse, RusotoError<GetRoutesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn get_stage<'life0, 'async_trait>(
        &'life0 self,
        input: GetStageRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetStageResponse, RusotoError<GetStageError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn get_stages<'life0, 'async_trait>(
        &'life0 self,
        input: GetStagesRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetStagesResponse, RusotoError<GetStagesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn get_tags<'life0, 'async_trait>(
        &'life0 self,
        input: GetTagsRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetTagsResponse, RusotoError<GetTagsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn get_vpc_link<'life0, 'async_trait>(
        &'life0 self,
        input: GetVpcLinkRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetVpcLinkResponse, RusotoError<GetVpcLinkError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn get_vpc_links<'life0, 'async_trait>(
        &'life0 self,
        input: GetVpcLinksRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetVpcLinksResponse, RusotoError<GetVpcLinksError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn import_api<'life0, 'async_trait>(
        &'life0 self,
        input: ImportApiRequest
    ) -> Pin<Box<dyn Future<Output = Result<ImportApiResponse, RusotoError<ImportApiError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn reimport_api<'life0, 'async_trait>(
        &'life0 self,
        input: ReimportApiRequest
    ) -> Pin<Box<dyn Future<Output = Result<ReimportApiResponse, RusotoError<ReimportApiError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn reset_authorizers_cache<'life0, 'async_trait>(
        &'life0 self,
        input: ResetAuthorizersCacheRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<ResetAuthorizersCacheError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn tag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: TagResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<TagResourceResponse, RusotoError<TagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn untag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: UntagResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UntagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn update_api<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateApiRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateApiResponse, RusotoError<UpdateApiError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn update_api_mapping<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateApiMappingRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateApiMappingResponse, RusotoError<UpdateApiMappingError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn update_authorizer<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateAuthorizerRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateAuthorizerResponse, RusotoError<UpdateAuthorizerError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn update_deployment<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateDeploymentRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateDeploymentResponse, RusotoError<UpdateDeploymentError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn update_domain_name<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateDomainNameRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateDomainNameResponse, RusotoError<UpdateDomainNameError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn update_integration<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateIntegrationRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateIntegrationResult, RusotoError<UpdateIntegrationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn update_integration_response<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateIntegrationResponseRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateIntegrationResponseResponse, RusotoError<UpdateIntegrationResponseError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn update_model<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateModelRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateModelResponse, RusotoError<UpdateModelError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn update_route<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateRouteRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateRouteResult, RusotoError<UpdateRouteError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn update_route_response<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateRouteResponseRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateRouteResponseResponse, RusotoError<UpdateRouteResponseError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn update_stage<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateStageRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateStageResponse, RusotoError<UpdateStageError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn update_vpc_link<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateVpcLinkRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateVpcLinkResponse, RusotoError<UpdateVpcLinkError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
}
Expand description

Trait representing the capabilities of the AmazonApiGatewayV2 API. AmazonApiGatewayV2 clients implement this trait.

Required Methods

Creates an Api resource.

Creates an API mapping.

Creates an Authorizer for an API.

Creates a Deployment for an API.

Creates a domain name.

Creates an Integration.

Creates an IntegrationResponses.

Creates a Model for an API.

Creates a Route for an API.

Creates a RouteResponse for a Route.

Creates a Stage for an API.

Creates a VPC link.

Deletes the AccessLogSettings for a Stage. To disable access logging for a Stage, delete its AccessLogSettings.

Deletes an Api resource.

Deletes an API mapping.

Deletes an Authorizer.

Deletes a CORS configuration.

Deletes a Deployment.

Deletes a domain name.

Deletes an Integration.

Deletes an IntegrationResponses.

Deletes a Model.

Deletes a Route.

Deletes a route request parameter.

Deletes a RouteResponse.

Deletes the RouteSettings for a stage.

Deletes a Stage.

Deletes a VPC link.

Gets an Api resource.

Gets an API mapping.

Gets API mappings.

Gets a collection of Api resources.

Gets an Authorizer.

Gets the Authorizers for an API.

Gets a Deployment.

Gets the Deployments for an API.

Gets a domain name.

Gets the domain names for an AWS account.

Gets an Integration.

Gets an IntegrationResponses.

Gets the IntegrationResponses for an Integration.

Gets the Integrations for an API.

Gets a Model.

Gets a model template.

Gets the Models for an API.

Gets a Route.

Gets a RouteResponse.

Gets the RouteResponses for a Route.

Gets the Routes for an API.

Gets a Stage.

Gets the Stages for an API.

Gets a collection of Tag resources.

Gets a VPC link.

Gets a collection of VPC links.

Imports an API.

Puts an Api resource.

Resets all authorizer cache entries on a stage. Supported only for HTTP APIs.

Creates a new Tag resource to represent a tag.

Deletes a Tag.

Updates an Api resource.

The API mapping.

Updates an Authorizer.

Updates a Deployment.

Updates a domain name.

Updates an Integration.

Updates an IntegrationResponses.

Updates a Model.

Updates a Route.

Updates a RouteResponse.

Updates a Stage.

Updates a VPC link.

Implementors