[][src]Struct rusoto_apigatewayv2::ApiGatewayV2Client

pub struct ApiGatewayV2Client { /* fields omitted */ }

A client for the AmazonApiGatewayV2 API.

Methods

impl ApiGatewayV2Client[src]

pub fn new(region: Region) -> ApiGatewayV2Client[src]

Creates a client backed by the default tokio event loop.

The client will use the default credentials provider and tls client.

pub fn new_with<P, D>(
    request_dispatcher: D,
    credentials_provider: P,
    region: Region
) -> ApiGatewayV2Client where
    P: ProvideAwsCredentials + Send + Sync + 'static,
    P::Future: Send,
    D: DispatchSignedRequest + Send + Sync + 'static,
    D::Future: Send
[src]

Trait Implementations

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.

impl Clone for ApiGatewayV2Client[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Erased for T

impl<T> Same for T

type Output = T

Should always be Self