ApiGatewayV2#
Client#
- class ApiGatewayV2.Client#
 A low-level client representing AmazonApiGatewayV2
Amazon API Gateway V2
import boto3 client = boto3.client('apigatewayv2')
These are the available methods:
- can_paginate
 - close
 - create_api
 - create_api_mapping
 - create_authorizer
 - create_deployment
 - create_domain_name
 - create_integration
 - create_integration_response
 - create_model
 - create_route
 - create_route_response
 - create_stage
 - create_vpc_link
 - delete_access_log_settings
 - delete_api
 - delete_api_mapping
 - delete_authorizer
 - delete_cors_configuration
 - delete_deployment
 - delete_domain_name
 - delete_integration
 - delete_integration_response
 - delete_model
 - delete_route
 - delete_route_request_parameter
 - delete_route_response
 - delete_route_settings
 - delete_stage
 - delete_vpc_link
 - export_api
 - get_api
 - get_api_mapping
 - get_api_mappings
 - get_apis
 - get_authorizer
 - get_authorizers
 - get_deployment
 - get_deployments
 - get_domain_name
 - get_domain_names
 - get_integration
 - get_integration_response
 - get_integration_responses
 - get_integrations
 - get_model
 - get_model_template
 - get_models
 - get_paginator
 - get_route
 - get_route_response
 - get_route_responses
 - get_routes
 - get_stage
 - get_stages
 - get_tags
 - get_vpc_link
 - get_vpc_links
 - get_waiter
 - import_api
 - reimport_api
 - reset_authorizers_cache
 - tag_resource
 - untag_resource
 - update_api
 - update_api_mapping
 - update_authorizer
 - update_deployment
 - update_domain_name
 - update_integration
 - update_integration_response
 - update_model
 - update_route
 - update_route_response
 - update_stage
 - update_vpc_link
 
Paginators#
Paginators are available on a client instance via the get_paginator method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: