[−][src]Struct rusoto_apigatewayv2::ApiGatewayV2Client
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]
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,
Trait Implementations
impl ApiGatewayV2 for ApiGatewayV2Client
[src]
fn create_api(
&self,
input: CreateApiRequest
) -> RusotoFuture<CreateApiResponse, CreateApiError>
[src]
&self,
input: CreateApiRequest
) -> RusotoFuture<CreateApiResponse, CreateApiError>
Creates an Api resource.
fn create_api_mapping(
&self,
input: CreateApiMappingRequest
) -> RusotoFuture<CreateApiMappingResponse, CreateApiMappingError>
[src]
&self,
input: CreateApiMappingRequest
) -> RusotoFuture<CreateApiMappingResponse, CreateApiMappingError>
Creates an API mapping.
fn create_authorizer(
&self,
input: CreateAuthorizerRequest
) -> RusotoFuture<CreateAuthorizerResponse, CreateAuthorizerError>
[src]
&self,
input: CreateAuthorizerRequest
) -> RusotoFuture<CreateAuthorizerResponse, CreateAuthorizerError>
Creates an Authorizer for an API.
fn create_deployment(
&self,
input: CreateDeploymentRequest
) -> RusotoFuture<CreateDeploymentResponse, CreateDeploymentError>
[src]
&self,
input: CreateDeploymentRequest
) -> RusotoFuture<CreateDeploymentResponse, CreateDeploymentError>
Creates a Deployment for an API.
fn create_domain_name(
&self,
input: CreateDomainNameRequest
) -> RusotoFuture<CreateDomainNameResponse, CreateDomainNameError>
[src]
&self,
input: CreateDomainNameRequest
) -> RusotoFuture<CreateDomainNameResponse, CreateDomainNameError>
Creates a domain name.
fn create_integration(
&self,
input: CreateIntegrationRequest
) -> RusotoFuture<CreateIntegrationResponse, CreateIntegrationError>
[src]
&self,
input: CreateIntegrationRequest
) -> RusotoFuture<CreateIntegrationResponse, CreateIntegrationError>
Creates an Integration.
fn create_integration_response(
&self,
input: CreateIntegrationResponseRequest
) -> RusotoFuture<CreateIntegrationResponseResponse, CreateIntegrationResponseError>
[src]
&self,
input: CreateIntegrationResponseRequest
) -> RusotoFuture<CreateIntegrationResponseResponse, CreateIntegrationResponseError>
Creates an IntegrationResponses.
fn create_model(
&self,
input: CreateModelRequest
) -> RusotoFuture<CreateModelResponse, CreateModelError>
[src]
&self,
input: CreateModelRequest
) -> RusotoFuture<CreateModelResponse, CreateModelError>
Creates a Model for an API.
fn create_route(
&self,
input: CreateRouteRequest
) -> RusotoFuture<CreateRouteResponse, CreateRouteError>
[src]
&self,
input: CreateRouteRequest
) -> RusotoFuture<CreateRouteResponse, CreateRouteError>
Creates a Route for an API.
fn create_route_response(
&self,
input: CreateRouteResponseRequest
) -> RusotoFuture<CreateRouteResponseResponse, CreateRouteResponseError>
[src]
&self,
input: CreateRouteResponseRequest
) -> RusotoFuture<CreateRouteResponseResponse, CreateRouteResponseError>
Creates a RouteResponse for a Route.
fn create_stage(
&self,
input: CreateStageRequest
) -> RusotoFuture<CreateStageResponse, CreateStageError>
[src]
&self,
input: CreateStageRequest
) -> RusotoFuture<CreateStageResponse, CreateStageError>
Creates a Stage for an API.
fn delete_api(
&self,
input: DeleteApiRequest
) -> RusotoFuture<(), DeleteApiError>
[src]
&self,
input: DeleteApiRequest
) -> RusotoFuture<(), DeleteApiError>
Deletes an Api resource.
fn delete_api_mapping(
&self,
input: DeleteApiMappingRequest
) -> RusotoFuture<(), DeleteApiMappingError>
[src]
&self,
input: DeleteApiMappingRequest
) -> RusotoFuture<(), DeleteApiMappingError>
Deletes an API mapping.
fn delete_authorizer(
&self,
input: DeleteAuthorizerRequest
) -> RusotoFuture<(), DeleteAuthorizerError>
[src]
&self,
input: DeleteAuthorizerRequest
) -> RusotoFuture<(), DeleteAuthorizerError>
Deletes an Authorizer.
fn delete_deployment(
&self,
input: DeleteDeploymentRequest
) -> RusotoFuture<(), DeleteDeploymentError>
[src]
&self,
input: DeleteDeploymentRequest
) -> RusotoFuture<(), DeleteDeploymentError>
Deletes a Deployment.
fn delete_domain_name(
&self,
input: DeleteDomainNameRequest
) -> RusotoFuture<(), DeleteDomainNameError>
[src]
&self,
input: DeleteDomainNameRequest
) -> RusotoFuture<(), DeleteDomainNameError>
Deletes a domain name.
fn delete_integration(
&self,
input: DeleteIntegrationRequest
) -> RusotoFuture<(), DeleteIntegrationError>
[src]
&self,
input: DeleteIntegrationRequest
) -> RusotoFuture<(), DeleteIntegrationError>
Deletes an Integration.
fn delete_integration_response(
&self,
input: DeleteIntegrationResponseRequest
) -> RusotoFuture<(), DeleteIntegrationResponseError>
[src]
&self,
input: DeleteIntegrationResponseRequest
) -> RusotoFuture<(), DeleteIntegrationResponseError>
Deletes an IntegrationResponses.
fn delete_model(
&self,
input: DeleteModelRequest
) -> RusotoFuture<(), DeleteModelError>
[src]
&self,
input: DeleteModelRequest
) -> RusotoFuture<(), DeleteModelError>
Deletes a Model.
fn delete_route(
&self,
input: DeleteRouteRequest
) -> RusotoFuture<(), DeleteRouteError>
[src]
&self,
input: DeleteRouteRequest
) -> RusotoFuture<(), DeleteRouteError>
Deletes a Route.
fn delete_route_response(
&self,
input: DeleteRouteResponseRequest
) -> RusotoFuture<(), DeleteRouteResponseError>
[src]
&self,
input: DeleteRouteResponseRequest
) -> RusotoFuture<(), DeleteRouteResponseError>
Deletes a RouteResponse.
fn delete_stage(
&self,
input: DeleteStageRequest
) -> RusotoFuture<(), DeleteStageError>
[src]
&self,
input: DeleteStageRequest
) -> RusotoFuture<(), DeleteStageError>
Deletes a Stage.
fn get_api(
&self,
input: GetApiRequest
) -> RusotoFuture<GetApiResponse, GetApiError>
[src]
&self,
input: GetApiRequest
) -> RusotoFuture<GetApiResponse, GetApiError>
Gets an Api resource.
fn get_api_mapping(
&self,
input: GetApiMappingRequest
) -> RusotoFuture<GetApiMappingResponse, GetApiMappingError>
[src]
&self,
input: GetApiMappingRequest
) -> RusotoFuture<GetApiMappingResponse, GetApiMappingError>
The API mapping.
fn get_api_mappings(
&self,
input: GetApiMappingsRequest
) -> RusotoFuture<GetApiMappingsResponse, GetApiMappingsError>
[src]
&self,
input: GetApiMappingsRequest
) -> RusotoFuture<GetApiMappingsResponse, GetApiMappingsError>
The API mappings.
fn get_apis(
&self,
input: GetApisRequest
) -> RusotoFuture<GetApisResponse, GetApisError>
[src]
&self,
input: GetApisRequest
) -> RusotoFuture<GetApisResponse, GetApisError>
Gets a collection of Api resources.
fn get_authorizer(
&self,
input: GetAuthorizerRequest
) -> RusotoFuture<GetAuthorizerResponse, GetAuthorizerError>
[src]
&self,
input: GetAuthorizerRequest
) -> RusotoFuture<GetAuthorizerResponse, GetAuthorizerError>
Gets an Authorizer.
fn get_authorizers(
&self,
input: GetAuthorizersRequest
) -> RusotoFuture<GetAuthorizersResponse, GetAuthorizersError>
[src]
&self,
input: GetAuthorizersRequest
) -> RusotoFuture<GetAuthorizersResponse, GetAuthorizersError>
Gets the Authorizers for an API.
fn get_deployment(
&self,
input: GetDeploymentRequest
) -> RusotoFuture<GetDeploymentResponse, GetDeploymentError>
[src]
&self,
input: GetDeploymentRequest
) -> RusotoFuture<GetDeploymentResponse, GetDeploymentError>
Gets a Deployment.
fn get_deployments(
&self,
input: GetDeploymentsRequest
) -> RusotoFuture<GetDeploymentsResponse, GetDeploymentsError>
[src]
&self,
input: GetDeploymentsRequest
) -> RusotoFuture<GetDeploymentsResponse, GetDeploymentsError>
Gets the Deployments for an API.
fn get_domain_name(
&self,
input: GetDomainNameRequest
) -> RusotoFuture<GetDomainNameResponse, GetDomainNameError>
[src]
&self,
input: GetDomainNameRequest
) -> RusotoFuture<GetDomainNameResponse, GetDomainNameError>
Gets a domain name.
fn get_domain_names(
&self,
input: GetDomainNamesRequest
) -> RusotoFuture<GetDomainNamesResponse, GetDomainNamesError>
[src]
&self,
input: GetDomainNamesRequest
) -> RusotoFuture<GetDomainNamesResponse, GetDomainNamesError>
Gets the domain names for an AWS account.
fn get_integration(
&self,
input: GetIntegrationRequest
) -> RusotoFuture<GetIntegrationResponse, GetIntegrationError>
[src]
&self,
input: GetIntegrationRequest
) -> RusotoFuture<GetIntegrationResponse, GetIntegrationError>
Gets an Integration.
fn get_integration_response(
&self,
input: GetIntegrationResponseRequest
) -> RusotoFuture<GetIntegrationResponseResponse, GetIntegrationResponseError>
[src]
&self,
input: GetIntegrationResponseRequest
) -> RusotoFuture<GetIntegrationResponseResponse, GetIntegrationResponseError>
Gets an IntegrationResponses.
fn get_integration_responses(
&self,
input: GetIntegrationResponsesRequest
) -> RusotoFuture<GetIntegrationResponsesResponse, GetIntegrationResponsesError>
[src]
&self,
input: GetIntegrationResponsesRequest
) -> RusotoFuture<GetIntegrationResponsesResponse, GetIntegrationResponsesError>
Gets the IntegrationResponses for an Integration.
fn get_integrations(
&self,
input: GetIntegrationsRequest
) -> RusotoFuture<GetIntegrationsResponse, GetIntegrationsError>
[src]
&self,
input: GetIntegrationsRequest
) -> RusotoFuture<GetIntegrationsResponse, GetIntegrationsError>
Gets the Integrations for an API.
fn get_model(
&self,
input: GetModelRequest
) -> RusotoFuture<GetModelResponse, GetModelError>
[src]
&self,
input: GetModelRequest
) -> RusotoFuture<GetModelResponse, GetModelError>
Gets a Model.
fn get_model_template(
&self,
input: GetModelTemplateRequest
) -> RusotoFuture<GetModelTemplateResponse, GetModelTemplateError>
[src]
&self,
input: GetModelTemplateRequest
) -> RusotoFuture<GetModelTemplateResponse, GetModelTemplateError>
Gets a model template.
fn get_models(
&self,
input: GetModelsRequest
) -> RusotoFuture<GetModelsResponse, GetModelsError>
[src]
&self,
input: GetModelsRequest
) -> RusotoFuture<GetModelsResponse, GetModelsError>
Gets the Models for an API.
fn get_route(
&self,
input: GetRouteRequest
) -> RusotoFuture<GetRouteResponse, GetRouteError>
[src]
&self,
input: GetRouteRequest
) -> RusotoFuture<GetRouteResponse, GetRouteError>
Gets a Route.
fn get_route_response(
&self,
input: GetRouteResponseRequest
) -> RusotoFuture<GetRouteResponseResponse, GetRouteResponseError>
[src]
&self,
input: GetRouteResponseRequest
) -> RusotoFuture<GetRouteResponseResponse, GetRouteResponseError>
Gets a RouteResponse.
fn get_route_responses(
&self,
input: GetRouteResponsesRequest
) -> RusotoFuture<GetRouteResponsesResponse, GetRouteResponsesError>
[src]
&self,
input: GetRouteResponsesRequest
) -> RusotoFuture<GetRouteResponsesResponse, GetRouteResponsesError>
Gets the RouteResponses for a Route.
fn get_routes(
&self,
input: GetRoutesRequest
) -> RusotoFuture<GetRoutesResponse, GetRoutesError>
[src]
&self,
input: GetRoutesRequest
) -> RusotoFuture<GetRoutesResponse, GetRoutesError>
Gets the Routes for an API.
fn get_stage(
&self,
input: GetStageRequest
) -> RusotoFuture<GetStageResponse, GetStageError>
[src]
&self,
input: GetStageRequest
) -> RusotoFuture<GetStageResponse, GetStageError>
Gets a Stage.
fn get_stages(
&self,
input: GetStagesRequest
) -> RusotoFuture<GetStagesResponse, GetStagesError>
[src]
&self,
input: GetStagesRequest
) -> RusotoFuture<GetStagesResponse, GetStagesError>
Gets the Stages for an API.
fn update_api(
&self,
input: UpdateApiRequest
) -> RusotoFuture<UpdateApiResponse, UpdateApiError>
[src]
&self,
input: UpdateApiRequest
) -> RusotoFuture<UpdateApiResponse, UpdateApiError>
Updates an Api resource.
fn update_api_mapping(
&self,
input: UpdateApiMappingRequest
) -> RusotoFuture<UpdateApiMappingResponse, UpdateApiMappingError>
[src]
&self,
input: UpdateApiMappingRequest
) -> RusotoFuture<UpdateApiMappingResponse, UpdateApiMappingError>
The API mapping.
fn update_authorizer(
&self,
input: UpdateAuthorizerRequest
) -> RusotoFuture<UpdateAuthorizerResponse, UpdateAuthorizerError>
[src]
&self,
input: UpdateAuthorizerRequest
) -> RusotoFuture<UpdateAuthorizerResponse, UpdateAuthorizerError>
Updates an Authorizer.
fn update_deployment(
&self,
input: UpdateDeploymentRequest
) -> RusotoFuture<UpdateDeploymentResponse, UpdateDeploymentError>
[src]
&self,
input: UpdateDeploymentRequest
) -> RusotoFuture<UpdateDeploymentResponse, UpdateDeploymentError>
Updates a Deployment.
fn update_domain_name(
&self,
input: UpdateDomainNameRequest
) -> RusotoFuture<UpdateDomainNameResponse, UpdateDomainNameError>
[src]
&self,
input: UpdateDomainNameRequest
) -> RusotoFuture<UpdateDomainNameResponse, UpdateDomainNameError>
Updates a domain name.
fn update_integration(
&self,
input: UpdateIntegrationRequest
) -> RusotoFuture<UpdateIntegrationResponse, UpdateIntegrationError>
[src]
&self,
input: UpdateIntegrationRequest
) -> RusotoFuture<UpdateIntegrationResponse, UpdateIntegrationError>
Updates an Integration.
fn update_integration_response(
&self,
input: UpdateIntegrationResponseRequest
) -> RusotoFuture<UpdateIntegrationResponseResponse, UpdateIntegrationResponseError>
[src]
&self,
input: UpdateIntegrationResponseRequest
) -> RusotoFuture<UpdateIntegrationResponseResponse, UpdateIntegrationResponseError>
Updates an IntegrationResponses.
fn update_model(
&self,
input: UpdateModelRequest
) -> RusotoFuture<UpdateModelResponse, UpdateModelError>
[src]
&self,
input: UpdateModelRequest
) -> RusotoFuture<UpdateModelResponse, UpdateModelError>
Updates a Model.
fn update_route(
&self,
input: UpdateRouteRequest
) -> RusotoFuture<UpdateRouteResponse, UpdateRouteError>
[src]
&self,
input: UpdateRouteRequest
) -> RusotoFuture<UpdateRouteResponse, UpdateRouteError>
Updates a Route.
fn update_route_response(
&self,
input: UpdateRouteResponseRequest
) -> RusotoFuture<UpdateRouteResponseResponse, UpdateRouteResponseError>
[src]
&self,
input: UpdateRouteResponseRequest
) -> RusotoFuture<UpdateRouteResponseResponse, UpdateRouteResponseError>
Updates a RouteResponse.
fn update_stage(
&self,
input: UpdateStageRequest
) -> RusotoFuture<UpdateStageResponse, UpdateStageError>
[src]
&self,
input: UpdateStageRequest
) -> RusotoFuture<UpdateStageResponse, UpdateStageError>
Updates a Stage.
impl Clone for ApiGatewayV2Client
[src]
fn clone(&self) -> ApiGatewayV2Client
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for ApiGatewayV2Client
impl Sync for ApiGatewayV2Client
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self