View Source AWS.ApiGatewayV2 (aws-elixir v1.0.4)
Amazon API Gateway V2
Link to this section Summary
Functions
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.
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.
Creates a new Tag resource to represent a tag.
Deletes a Tag.
Updates an Api resource.
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.
Link to this section Functions
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.
create_integration_response(client, api_id, integration_id, input, options \\ [])
View SourceCreates an IntegrationResponses.
Creates a Model for an API.
Creates a Route for an API.
create_route_response(client, api_id, route_id, input, options \\ [])
View SourceCreates a RouteResponse for a Route.
Creates a Stage for an API.
Creates a VPC link.
delete_access_log_settings(client, api_id, stage_name, input, options \\ [])
View SourceDeletes the AccessLogSettings for a Stage.
To disable access logging for a Stage, delete its AccessLogSettings.
Deletes an Api resource.
delete_api_mapping(client, api_mapping_id, domain_name, input, options \\ [])
View SourceDeletes an API mapping.
delete_authorizer(client, api_id, authorizer_id, input, options \\ [])
View SourceDeletes an Authorizer.
Deletes a CORS configuration.
delete_deployment(client, api_id, deployment_id, input, options \\ [])
View SourceDeletes a Deployment.
Deletes a domain name.
delete_integration(client, api_id, integration_id, input, options \\ [])
View SourceDeletes an Integration.
delete_integration_response(client, api_id, integration_id, integration_response_id, input, options \\ [])
View SourceDeletes an IntegrationResponses.
Deletes a Model.
Deletes a Route.
delete_route_request_parameter(client, api_id, request_parameter_key, route_id, input, options \\ [])
View SourceDeletes a route request parameter.
Supported only for WebSocket APIs.
delete_route_response(client, api_id, route_id, route_response_id, input, options \\ [])
View SourceDeletes a RouteResponse.
delete_route_settings(client, api_id, route_key, stage_name, input, options \\ [])
View SourceDeletes the RouteSettings for a stage.
Deletes a Stage.
Deletes a VPC link.
export_api(client, api_id, specification, export_version \\ nil, include_extensions \\ nil, output_type, stage_name \\ nil, options \\ [])
View SourceGets an Api resource.
get_api_mapping(client, api_mapping_id, domain_name, options \\ [])
View SourceGets an API mapping.
get_api_mappings(client, domain_name, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceGets API mappings.
get_apis(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceGets a collection of Api resources.
Gets an Authorizer.
get_authorizers(client, api_id, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceGets the Authorizers for an API.
Gets a Deployment.
get_deployments(client, api_id, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceGets the Deployments for an API.
Gets a domain name.
get_domain_names(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceGets the domain names for an AWS account.
Gets an Integration.
get_integration_response(client, api_id, integration_id, integration_response_id, options \\ [])
View SourceGets an IntegrationResponses.
get_integration_responses(client, api_id, integration_id, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceGets the IntegrationResponses for an Integration.
get_integrations(client, api_id, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceGets the Integrations for an API.
Gets a Model.
Gets a model template.
get_models(client, api_id, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceGets the Models for an API.
Gets a Route.
get_route_response(client, api_id, route_id, route_response_id, options \\ [])
View SourceGets a RouteResponse.
get_route_responses(client, api_id, route_id, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceGets the RouteResponses for a Route.
get_routes(client, api_id, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceGets the Routes for an API.
Gets a Stage.
get_stages(client, api_id, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceGets the Stages for an API.
Gets a collection of Tag resources.
Gets a VPC link.
get_vpc_links(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceGets a collection of VPC links.
Imports an API.
Puts an Api resource.
reset_authorizers_cache(client, api_id, stage_name, input, options \\ [])
View SourceResets 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.
update_api_mapping(client, api_mapping_id, domain_name, input, options \\ [])
View SourceThe API mapping.
update_authorizer(client, api_id, authorizer_id, input, options \\ [])
View SourceUpdates an Authorizer.
update_deployment(client, api_id, deployment_id, input, options \\ [])
View SourceUpdates a Deployment.
Updates a domain name.
update_integration(client, api_id, integration_id, input, options \\ [])
View SourceUpdates an Integration.
update_integration_response(client, api_id, integration_id, integration_response_id, input, options \\ [])
View SourceUpdates an IntegrationResponses.
Updates a Model.
Updates a Route.
update_route_response(client, api_id, route_id, route_response_id, input, options \\ [])
View SourceUpdates a RouteResponse.
Updates a Stage.
Updates a VPC link.