[][src]Trait rusoto_apigatewayv2::ApiGatewayV2

pub trait ApiGatewayV2 {
    fn create_api(
        &self,
        input: CreateApiRequest
    ) -> RusotoFuture<CreateApiResponse, CreateApiError>;
fn create_api_mapping(
        &self,
        input: CreateApiMappingRequest
    ) -> RusotoFuture<CreateApiMappingResponse, CreateApiMappingError>;
fn create_authorizer(
        &self,
        input: CreateAuthorizerRequest
    ) -> RusotoFuture<CreateAuthorizerResponse, CreateAuthorizerError>;
fn create_deployment(
        &self,
        input: CreateDeploymentRequest
    ) -> RusotoFuture<CreateDeploymentResponse, CreateDeploymentError>;
fn create_domain_name(
        &self,
        input: CreateDomainNameRequest
    ) -> RusotoFuture<CreateDomainNameResponse, CreateDomainNameError>;
fn create_integration(
        &self,
        input: CreateIntegrationRequest
    ) -> RusotoFuture<CreateIntegrationResult, CreateIntegrationError>;
fn create_integration_response(
        &self,
        input: CreateIntegrationResponseRequest
    ) -> RusotoFuture<CreateIntegrationResponseResponse, CreateIntegrationResponseError>;
fn create_model(
        &self,
        input: CreateModelRequest
    ) -> RusotoFuture<CreateModelResponse, CreateModelError>;
fn create_route(
        &self,
        input: CreateRouteRequest
    ) -> RusotoFuture<CreateRouteResult, CreateRouteError>;
fn create_route_response(
        &self,
        input: CreateRouteResponseRequest
    ) -> RusotoFuture<CreateRouteResponseResponse, CreateRouteResponseError>;
fn create_stage(
        &self,
        input: CreateStageRequest
    ) -> RusotoFuture<CreateStageResponse, CreateStageError>;
fn delete_api(
        &self,
        input: DeleteApiRequest
    ) -> RusotoFuture<(), DeleteApiError>;
fn delete_api_mapping(
        &self,
        input: DeleteApiMappingRequest
    ) -> RusotoFuture<(), DeleteApiMappingError>;
fn delete_authorizer(
        &self,
        input: DeleteAuthorizerRequest
    ) -> RusotoFuture<(), DeleteAuthorizerError>;
fn delete_deployment(
        &self,
        input: DeleteDeploymentRequest
    ) -> RusotoFuture<(), DeleteDeploymentError>;
fn delete_domain_name(
        &self,
        input: DeleteDomainNameRequest
    ) -> RusotoFuture<(), DeleteDomainNameError>;
fn delete_integration(
        &self,
        input: DeleteIntegrationRequest
    ) -> RusotoFuture<(), DeleteIntegrationError>;
fn delete_integration_response(
        &self,
        input: DeleteIntegrationResponseRequest
    ) -> RusotoFuture<(), DeleteIntegrationResponseError>;
fn delete_model(
        &self,
        input: DeleteModelRequest
    ) -> RusotoFuture<(), DeleteModelError>;
fn delete_route(
        &self,
        input: DeleteRouteRequest
    ) -> RusotoFuture<(), DeleteRouteError>;
fn delete_route_response(
        &self,
        input: DeleteRouteResponseRequest
    ) -> RusotoFuture<(), DeleteRouteResponseError>;
fn delete_stage(
        &self,
        input: DeleteStageRequest
    ) -> RusotoFuture<(), DeleteStageError>;
fn get_api(
        &self,
        input: GetApiRequest
    ) -> RusotoFuture<GetApiResponse, GetApiError>;
fn get_api_mapping(
        &self,
        input: GetApiMappingRequest
    ) -> RusotoFuture<GetApiMappingResponse, GetApiMappingError>;
fn get_api_mappings(
        &self,
        input: GetApiMappingsRequest
    ) -> RusotoFuture<GetApiMappingsResponse, GetApiMappingsError>;
fn get_apis(
        &self,
        input: GetApisRequest
    ) -> RusotoFuture<GetApisResponse, GetApisError>;
fn get_authorizer(
        &self,
        input: GetAuthorizerRequest
    ) -> RusotoFuture<GetAuthorizerResponse, GetAuthorizerError>;
fn get_authorizers(
        &self,
        input: GetAuthorizersRequest
    ) -> RusotoFuture<GetAuthorizersResponse, GetAuthorizersError>;
fn get_deployment(
        &self,
        input: GetDeploymentRequest
    ) -> RusotoFuture<GetDeploymentResponse, GetDeploymentError>;
fn get_deployments(
        &self,
        input: GetDeploymentsRequest
    ) -> RusotoFuture<GetDeploymentsResponse, GetDeploymentsError>;
fn get_domain_name(
        &self,
        input: GetDomainNameRequest
    ) -> RusotoFuture<GetDomainNameResponse, GetDomainNameError>;
fn get_domain_names(
        &self,
        input: GetDomainNamesRequest
    ) -> RusotoFuture<GetDomainNamesResponse, GetDomainNamesError>;
fn get_integration(
        &self,
        input: GetIntegrationRequest
    ) -> RusotoFuture<GetIntegrationResult, GetIntegrationError>;
fn get_integration_response(
        &self,
        input: GetIntegrationResponseRequest
    ) -> RusotoFuture<GetIntegrationResponseResponse, GetIntegrationResponseError>;
fn get_integration_responses(
        &self,
        input: GetIntegrationResponsesRequest
    ) -> RusotoFuture<GetIntegrationResponsesResponse, GetIntegrationResponsesError>;
fn get_integrations(
        &self,
        input: GetIntegrationsRequest
    ) -> RusotoFuture<GetIntegrationsResponse, GetIntegrationsError>;
fn get_model(
        &self,
        input: GetModelRequest
    ) -> RusotoFuture<GetModelResponse, GetModelError>;
fn get_model_template(
        &self,
        input: GetModelTemplateRequest
    ) -> RusotoFuture<GetModelTemplateResponse, GetModelTemplateError>;
fn get_models(
        &self,
        input: GetModelsRequest
    ) -> RusotoFuture<GetModelsResponse, GetModelsError>;
fn get_route(
        &self,
        input: GetRouteRequest
    ) -> RusotoFuture<GetRouteResult, GetRouteError>;
fn get_route_response(
        &self,
        input: GetRouteResponseRequest
    ) -> RusotoFuture<GetRouteResponseResponse, GetRouteResponseError>;
fn get_route_responses(
        &self,
        input: GetRouteResponsesRequest
    ) -> RusotoFuture<GetRouteResponsesResponse, GetRouteResponsesError>;
fn get_routes(
        &self,
        input: GetRoutesRequest
    ) -> RusotoFuture<GetRoutesResponse, GetRoutesError>;
fn get_stage(
        &self,
        input: GetStageRequest
    ) -> RusotoFuture<GetStageResponse, GetStageError>;
fn get_stages(
        &self,
        input: GetStagesRequest
    ) -> RusotoFuture<GetStagesResponse, GetStagesError>;
fn update_api(
        &self,
        input: UpdateApiRequest
    ) -> RusotoFuture<UpdateApiResponse, UpdateApiError>;
fn update_api_mapping(
        &self,
        input: UpdateApiMappingRequest
    ) -> RusotoFuture<UpdateApiMappingResponse, UpdateApiMappingError>;
fn update_authorizer(
        &self,
        input: UpdateAuthorizerRequest
    ) -> RusotoFuture<UpdateAuthorizerResponse, UpdateAuthorizerError>;
fn update_deployment(
        &self,
        input: UpdateDeploymentRequest
    ) -> RusotoFuture<UpdateDeploymentResponse, UpdateDeploymentError>;
fn update_domain_name(
        &self,
        input: UpdateDomainNameRequest
    ) -> RusotoFuture<UpdateDomainNameResponse, UpdateDomainNameError>;
fn update_integration(
        &self,
        input: UpdateIntegrationRequest
    ) -> RusotoFuture<UpdateIntegrationResult, UpdateIntegrationError>;
fn update_integration_response(
        &self,
        input: UpdateIntegrationResponseRequest
    ) -> RusotoFuture<UpdateIntegrationResponseResponse, UpdateIntegrationResponseError>;
fn update_model(
        &self,
        input: UpdateModelRequest
    ) -> RusotoFuture<UpdateModelResponse, UpdateModelError>;
fn update_route(
        &self,
        input: UpdateRouteRequest
    ) -> RusotoFuture<UpdateRouteResult, UpdateRouteError>;
fn update_route_response(
        &self,
        input: UpdateRouteResponseRequest
    ) -> RusotoFuture<UpdateRouteResponseResponse, UpdateRouteResponseError>;
fn update_stage(
        &self,
        input: UpdateStageRequest
    ) -> RusotoFuture<UpdateStageResponse, UpdateStageError>; }

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

Required methods

fn create_api(
    &self,
    input: CreateApiRequest
) -> RusotoFuture<CreateApiResponse, CreateApiError>

Creates an Api resource.

fn create_api_mapping(
    &self,
    input: CreateApiMappingRequest
) -> RusotoFuture<CreateApiMappingResponse, CreateApiMappingError>

Creates an API mapping.

fn create_authorizer(
    &self,
    input: CreateAuthorizerRequest
) -> RusotoFuture<CreateAuthorizerResponse, CreateAuthorizerError>

Creates an Authorizer for an API.

fn create_deployment(
    &self,
    input: CreateDeploymentRequest
) -> RusotoFuture<CreateDeploymentResponse, CreateDeploymentError>

Creates a Deployment for an API.

fn create_domain_name(
    &self,
    input: CreateDomainNameRequest
) -> RusotoFuture<CreateDomainNameResponse, CreateDomainNameError>

Creates a domain name.

fn create_integration(
    &self,
    input: CreateIntegrationRequest
) -> RusotoFuture<CreateIntegrationResult, CreateIntegrationError>

Creates an Integration.

fn create_integration_response(
    &self,
    input: CreateIntegrationResponseRequest
) -> RusotoFuture<CreateIntegrationResponseResponse, CreateIntegrationResponseError>

Creates an IntegrationResponses.

fn create_model(
    &self,
    input: CreateModelRequest
) -> RusotoFuture<CreateModelResponse, CreateModelError>

Creates a Model for an API.

fn create_route(
    &self,
    input: CreateRouteRequest
) -> RusotoFuture<CreateRouteResult, CreateRouteError>

Creates a Route for an API.

fn create_route_response(
    &self,
    input: CreateRouteResponseRequest
) -> RusotoFuture<CreateRouteResponseResponse, CreateRouteResponseError>

Creates a RouteResponse for a Route.

fn create_stage(
    &self,
    input: CreateStageRequest
) -> RusotoFuture<CreateStageResponse, CreateStageError>

Creates a Stage for an API.

fn delete_api(
    &self,
    input: DeleteApiRequest
) -> RusotoFuture<(), DeleteApiError>

Deletes an Api resource.

fn delete_api_mapping(
    &self,
    input: DeleteApiMappingRequest
) -> RusotoFuture<(), DeleteApiMappingError>

Deletes an API mapping.

fn delete_authorizer(
    &self,
    input: DeleteAuthorizerRequest
) -> RusotoFuture<(), DeleteAuthorizerError>

Deletes an Authorizer.

fn delete_deployment(
    &self,
    input: DeleteDeploymentRequest
) -> RusotoFuture<(), DeleteDeploymentError>

Deletes a Deployment.

fn delete_domain_name(
    &self,
    input: DeleteDomainNameRequest
) -> RusotoFuture<(), DeleteDomainNameError>

Deletes a domain name.

fn delete_integration(
    &self,
    input: DeleteIntegrationRequest
) -> RusotoFuture<(), DeleteIntegrationError>

Deletes an Integration.

fn delete_integration_response(
    &self,
    input: DeleteIntegrationResponseRequest
) -> RusotoFuture<(), DeleteIntegrationResponseError>

Deletes an IntegrationResponses.

fn delete_model(
    &self,
    input: DeleteModelRequest
) -> RusotoFuture<(), DeleteModelError>

Deletes a Model.

fn delete_route(
    &self,
    input: DeleteRouteRequest
) -> RusotoFuture<(), DeleteRouteError>

Deletes a Route.

fn delete_route_response(
    &self,
    input: DeleteRouteResponseRequest
) -> RusotoFuture<(), DeleteRouteResponseError>

Deletes a RouteResponse.

fn delete_stage(
    &self,
    input: DeleteStageRequest
) -> RusotoFuture<(), DeleteStageError>

Deletes a Stage.

fn get_api(
    &self,
    input: GetApiRequest
) -> RusotoFuture<GetApiResponse, GetApiError>

Gets an Api resource.

fn get_api_mapping(
    &self,
    input: GetApiMappingRequest
) -> RusotoFuture<GetApiMappingResponse, GetApiMappingError>

The API mapping.

fn get_api_mappings(
    &self,
    input: GetApiMappingsRequest
) -> RusotoFuture<GetApiMappingsResponse, GetApiMappingsError>

The API mappings.

fn get_apis(
    &self,
    input: GetApisRequest
) -> RusotoFuture<GetApisResponse, GetApisError>

Gets a collection of Api resources.

fn get_authorizer(
    &self,
    input: GetAuthorizerRequest
) -> RusotoFuture<GetAuthorizerResponse, GetAuthorizerError>

Gets an Authorizer.

fn get_authorizers(
    &self,
    input: GetAuthorizersRequest
) -> RusotoFuture<GetAuthorizersResponse, GetAuthorizersError>

Gets the Authorizers for an API.

fn get_deployment(
    &self,
    input: GetDeploymentRequest
) -> RusotoFuture<GetDeploymentResponse, GetDeploymentError>

Gets a Deployment.

fn get_deployments(
    &self,
    input: GetDeploymentsRequest
) -> RusotoFuture<GetDeploymentsResponse, GetDeploymentsError>

Gets the Deployments for an API.

fn get_domain_name(
    &self,
    input: GetDomainNameRequest
) -> RusotoFuture<GetDomainNameResponse, GetDomainNameError>

Gets a domain name.

fn get_domain_names(
    &self,
    input: GetDomainNamesRequest
) -> RusotoFuture<GetDomainNamesResponse, GetDomainNamesError>

Gets the domain names for an AWS account.

fn get_integration(
    &self,
    input: GetIntegrationRequest
) -> RusotoFuture<GetIntegrationResult, GetIntegrationError>

Gets an Integration.

fn get_integration_response(
    &self,
    input: GetIntegrationResponseRequest
) -> RusotoFuture<GetIntegrationResponseResponse, GetIntegrationResponseError>

Gets an IntegrationResponses.

fn get_integration_responses(
    &self,
    input: GetIntegrationResponsesRequest
) -> RusotoFuture<GetIntegrationResponsesResponse, GetIntegrationResponsesError>

Gets the IntegrationResponses for an Integration.

fn get_integrations(
    &self,
    input: GetIntegrationsRequest
) -> RusotoFuture<GetIntegrationsResponse, GetIntegrationsError>

Gets the Integrations for an API.

fn get_model(
    &self,
    input: GetModelRequest
) -> RusotoFuture<GetModelResponse, GetModelError>

Gets a Model.

fn get_model_template(
    &self,
    input: GetModelTemplateRequest
) -> RusotoFuture<GetModelTemplateResponse, GetModelTemplateError>

Gets a model template.

fn get_models(
    &self,
    input: GetModelsRequest
) -> RusotoFuture<GetModelsResponse, GetModelsError>

Gets the Models for an API.

fn get_route(
    &self,
    input: GetRouteRequest
) -> RusotoFuture<GetRouteResult, GetRouteError>

Gets a Route.

fn get_route_response(
    &self,
    input: GetRouteResponseRequest
) -> RusotoFuture<GetRouteResponseResponse, GetRouteResponseError>

Gets a RouteResponse.

fn get_route_responses(
    &self,
    input: GetRouteResponsesRequest
) -> RusotoFuture<GetRouteResponsesResponse, GetRouteResponsesError>

Gets the RouteResponses for a Route.

fn get_routes(
    &self,
    input: GetRoutesRequest
) -> RusotoFuture<GetRoutesResponse, GetRoutesError>

Gets the Routes for an API.

fn get_stage(
    &self,
    input: GetStageRequest
) -> RusotoFuture<GetStageResponse, GetStageError>

Gets a Stage.

fn get_stages(
    &self,
    input: GetStagesRequest
) -> RusotoFuture<GetStagesResponse, GetStagesError>

Gets the Stages for an API.

fn update_api(
    &self,
    input: UpdateApiRequest
) -> RusotoFuture<UpdateApiResponse, UpdateApiError>

Updates an Api resource.

fn update_api_mapping(
    &self,
    input: UpdateApiMappingRequest
) -> RusotoFuture<UpdateApiMappingResponse, UpdateApiMappingError>

The API mapping.

fn update_authorizer(
    &self,
    input: UpdateAuthorizerRequest
) -> RusotoFuture<UpdateAuthorizerResponse, UpdateAuthorizerError>

Updates an Authorizer.

fn update_deployment(
    &self,
    input: UpdateDeploymentRequest
) -> RusotoFuture<UpdateDeploymentResponse, UpdateDeploymentError>

Updates a Deployment.

fn update_domain_name(
    &self,
    input: UpdateDomainNameRequest
) -> RusotoFuture<UpdateDomainNameResponse, UpdateDomainNameError>

Updates a domain name.

fn update_integration(
    &self,
    input: UpdateIntegrationRequest
) -> RusotoFuture<UpdateIntegrationResult, UpdateIntegrationError>

Updates an Integration.

fn update_integration_response(
    &self,
    input: UpdateIntegrationResponseRequest
) -> RusotoFuture<UpdateIntegrationResponseResponse, UpdateIntegrationResponseError>

Updates an IntegrationResponses.

fn update_model(
    &self,
    input: UpdateModelRequest
) -> RusotoFuture<UpdateModelResponse, UpdateModelError>

Updates a Model.

fn update_route(
    &self,
    input: UpdateRouteRequest
) -> RusotoFuture<UpdateRouteResult, UpdateRouteError>

Updates a Route.

fn update_route_response(
    &self,
    input: UpdateRouteResponseRequest
) -> RusotoFuture<UpdateRouteResponseResponse, UpdateRouteResponseError>

Updates a RouteResponse.

fn update_stage(
    &self,
    input: UpdateStageRequest
) -> RusotoFuture<UpdateStageResponse, UpdateStageError>

Updates a Stage.

Loading content...

Implementors

impl ApiGatewayV2 for ApiGatewayV2Client[src]

fn create_api(
    &self,
    input: CreateApiRequest
) -> RusotoFuture<CreateApiResponse, CreateApiError>
[src]

Creates an Api resource.

fn create_api_mapping(
    &self,
    input: CreateApiMappingRequest
) -> RusotoFuture<CreateApiMappingResponse, CreateApiMappingError>
[src]

Creates an API mapping.

fn create_authorizer(
    &self,
    input: CreateAuthorizerRequest
) -> RusotoFuture<CreateAuthorizerResponse, CreateAuthorizerError>
[src]

Creates an Authorizer for an API.

fn create_deployment(
    &self,
    input: CreateDeploymentRequest
) -> RusotoFuture<CreateDeploymentResponse, CreateDeploymentError>
[src]

Creates a Deployment for an API.

fn create_domain_name(
    &self,
    input: CreateDomainNameRequest
) -> RusotoFuture<CreateDomainNameResponse, CreateDomainNameError>
[src]

Creates a domain name.

fn create_integration(
    &self,
    input: CreateIntegrationRequest
) -> RusotoFuture<CreateIntegrationResult, CreateIntegrationError>
[src]

Creates an Integration.

fn create_integration_response(
    &self,
    input: CreateIntegrationResponseRequest
) -> RusotoFuture<CreateIntegrationResponseResponse, CreateIntegrationResponseError>
[src]

Creates an IntegrationResponses.

fn create_model(
    &self,
    input: CreateModelRequest
) -> RusotoFuture<CreateModelResponse, CreateModelError>
[src]

Creates a Model for an API.

fn create_route(
    &self,
    input: CreateRouteRequest
) -> RusotoFuture<CreateRouteResult, CreateRouteError>
[src]

Creates a Route for an API.

fn create_route_response(
    &self,
    input: CreateRouteResponseRequest
) -> RusotoFuture<CreateRouteResponseResponse, CreateRouteResponseError>
[src]

Creates a RouteResponse for a Route.

fn create_stage(
    &self,
    input: CreateStageRequest
) -> RusotoFuture<CreateStageResponse, CreateStageError>
[src]

Creates a Stage for an API.

fn delete_api(
    &self,
    input: DeleteApiRequest
) -> RusotoFuture<(), DeleteApiError>
[src]

Deletes an Api resource.

fn delete_api_mapping(
    &self,
    input: DeleteApiMappingRequest
) -> RusotoFuture<(), DeleteApiMappingError>
[src]

Deletes an API mapping.

fn delete_authorizer(
    &self,
    input: DeleteAuthorizerRequest
) -> RusotoFuture<(), DeleteAuthorizerError>
[src]

Deletes an Authorizer.

fn delete_deployment(
    &self,
    input: DeleteDeploymentRequest
) -> RusotoFuture<(), DeleteDeploymentError>
[src]

Deletes a Deployment.

fn delete_domain_name(
    &self,
    input: DeleteDomainNameRequest
) -> RusotoFuture<(), DeleteDomainNameError>
[src]

Deletes a domain name.

fn delete_integration(
    &self,
    input: DeleteIntegrationRequest
) -> RusotoFuture<(), DeleteIntegrationError>
[src]

Deletes an Integration.

fn delete_integration_response(
    &self,
    input: DeleteIntegrationResponseRequest
) -> RusotoFuture<(), DeleteIntegrationResponseError>
[src]

Deletes an IntegrationResponses.

fn delete_model(
    &self,
    input: DeleteModelRequest
) -> RusotoFuture<(), DeleteModelError>
[src]

Deletes a Model.

fn delete_route(
    &self,
    input: DeleteRouteRequest
) -> RusotoFuture<(), DeleteRouteError>
[src]

Deletes a Route.

fn delete_route_response(
    &self,
    input: DeleteRouteResponseRequest
) -> RusotoFuture<(), DeleteRouteResponseError>
[src]

Deletes a RouteResponse.

fn delete_stage(
    &self,
    input: DeleteStageRequest
) -> RusotoFuture<(), DeleteStageError>
[src]

Deletes a Stage.

fn get_api(
    &self,
    input: GetApiRequest
) -> RusotoFuture<GetApiResponse, GetApiError>
[src]

Gets an Api resource.

fn get_api_mapping(
    &self,
    input: GetApiMappingRequest
) -> RusotoFuture<GetApiMappingResponse, GetApiMappingError>
[src]

The API mapping.

fn get_api_mappings(
    &self,
    input: GetApiMappingsRequest
) -> RusotoFuture<GetApiMappingsResponse, GetApiMappingsError>
[src]

The API mappings.

fn get_apis(
    &self,
    input: GetApisRequest
) -> RusotoFuture<GetApisResponse, GetApisError>
[src]

Gets a collection of Api resources.

fn get_authorizer(
    &self,
    input: GetAuthorizerRequest
) -> RusotoFuture<GetAuthorizerResponse, GetAuthorizerError>
[src]

Gets an Authorizer.

fn get_authorizers(
    &self,
    input: GetAuthorizersRequest
) -> RusotoFuture<GetAuthorizersResponse, GetAuthorizersError>
[src]

Gets the Authorizers for an API.

fn get_deployment(
    &self,
    input: GetDeploymentRequest
) -> RusotoFuture<GetDeploymentResponse, GetDeploymentError>
[src]

Gets a Deployment.

fn get_deployments(
    &self,
    input: GetDeploymentsRequest
) -> RusotoFuture<GetDeploymentsResponse, GetDeploymentsError>
[src]

Gets the Deployments for an API.

fn get_domain_name(
    &self,
    input: GetDomainNameRequest
) -> RusotoFuture<GetDomainNameResponse, GetDomainNameError>
[src]

Gets a domain name.

fn get_domain_names(
    &self,
    input: GetDomainNamesRequest
) -> RusotoFuture<GetDomainNamesResponse, GetDomainNamesError>
[src]

Gets the domain names for an AWS account.

fn get_integration(
    &self,
    input: GetIntegrationRequest
) -> RusotoFuture<GetIntegrationResult, GetIntegrationError>
[src]

Gets an Integration.

fn get_integration_response(
    &self,
    input: GetIntegrationResponseRequest
) -> RusotoFuture<GetIntegrationResponseResponse, GetIntegrationResponseError>
[src]

Gets an IntegrationResponses.

fn get_integration_responses(
    &self,
    input: GetIntegrationResponsesRequest
) -> RusotoFuture<GetIntegrationResponsesResponse, GetIntegrationResponsesError>
[src]

Gets the IntegrationResponses for an Integration.

fn get_integrations(
    &self,
    input: GetIntegrationsRequest
) -> RusotoFuture<GetIntegrationsResponse, GetIntegrationsError>
[src]

Gets the Integrations for an API.

fn get_model(
    &self,
    input: GetModelRequest
) -> RusotoFuture<GetModelResponse, GetModelError>
[src]

Gets a Model.

fn get_model_template(
    &self,
    input: GetModelTemplateRequest
) -> RusotoFuture<GetModelTemplateResponse, GetModelTemplateError>
[src]

Gets a model template.

fn get_models(
    &self,
    input: GetModelsRequest
) -> RusotoFuture<GetModelsResponse, GetModelsError>
[src]

Gets the Models for an API.

fn get_route(
    &self,
    input: GetRouteRequest
) -> RusotoFuture<GetRouteResult, GetRouteError>
[src]

Gets a Route.

fn get_route_response(
    &self,
    input: GetRouteResponseRequest
) -> RusotoFuture<GetRouteResponseResponse, GetRouteResponseError>
[src]

Gets a RouteResponse.

fn get_route_responses(
    &self,
    input: GetRouteResponsesRequest
) -> RusotoFuture<GetRouteResponsesResponse, GetRouteResponsesError>
[src]

Gets the RouteResponses for a Route.

fn get_routes(
    &self,
    input: GetRoutesRequest
) -> RusotoFuture<GetRoutesResponse, GetRoutesError>
[src]

Gets the Routes for an API.

fn get_stage(
    &self,
    input: GetStageRequest
) -> RusotoFuture<GetStageResponse, GetStageError>
[src]

Gets a Stage.

fn get_stages(
    &self,
    input: GetStagesRequest
) -> RusotoFuture<GetStagesResponse, GetStagesError>
[src]

Gets the Stages for an API.

fn update_api(
    &self,
    input: UpdateApiRequest
) -> RusotoFuture<UpdateApiResponse, UpdateApiError>
[src]

Updates an Api resource.

fn update_api_mapping(
    &self,
    input: UpdateApiMappingRequest
) -> RusotoFuture<UpdateApiMappingResponse, UpdateApiMappingError>
[src]

The API mapping.

fn update_authorizer(
    &self,
    input: UpdateAuthorizerRequest
) -> RusotoFuture<UpdateAuthorizerResponse, UpdateAuthorizerError>
[src]

Updates an Authorizer.

fn update_deployment(
    &self,
    input: UpdateDeploymentRequest
) -> RusotoFuture<UpdateDeploymentResponse, UpdateDeploymentError>
[src]

Updates a Deployment.

fn update_domain_name(
    &self,
    input: UpdateDomainNameRequest
) -> RusotoFuture<UpdateDomainNameResponse, UpdateDomainNameError>
[src]

Updates a domain name.

fn update_integration(
    &self,
    input: UpdateIntegrationRequest
) -> RusotoFuture<UpdateIntegrationResult, UpdateIntegrationError>
[src]

Updates an Integration.

fn update_integration_response(
    &self,
    input: UpdateIntegrationResponseRequest
) -> RusotoFuture<UpdateIntegrationResponseResponse, UpdateIntegrationResponseError>
[src]

Updates an IntegrationResponses.

fn update_model(
    &self,
    input: UpdateModelRequest
) -> RusotoFuture<UpdateModelResponse, UpdateModelError>
[src]

Updates a Model.

fn update_route(
    &self,
    input: UpdateRouteRequest
) -> RusotoFuture<UpdateRouteResult, UpdateRouteError>
[src]

Updates a Route.

fn update_route_response(
    &self,
    input: UpdateRouteResponseRequest
) -> RusotoFuture<UpdateRouteResponseResponse, UpdateRouteResponseError>
[src]

Updates a RouteResponse.

fn update_stage(
    &self,
    input: UpdateStageRequest
) -> RusotoFuture<UpdateStageResponse, UpdateStageError>
[src]

Updates a Stage.

Loading content...