View Source aws_api_gateway (aws v1.0.4)

Amazon API Gateway

Amazon API Gateway helps developers deliver robust, secure, and scalable mobile and web application back ends.

API Gateway allows developers to securely connect mobile and web applications to APIs that run on Lambda, Amazon EC2, or other publicly addressable web services that are hosted outside of AWS.

Summary

Functions

Create an ApiKey resource.
Adds a new Authorizer resource to an existing RestApi resource.
Creates a new BasePathMapping resource.
Creates a Deployment resource, which makes a specified RestApi callable over the internet.
Creates a new domain name.
Adds a new Model resource to an existing RestApi resource.
Creates a RequestValidator of a given RestApi.
Creates a new RestApi resource.
Creates a new Stage resource that references a pre-existing Deployment for the API.
Creates a usage plan with the throttle and quota limits, as well as the associated API stages, specified in the payload.
Creates a usage plan key for adding an existing API key to a usage plan.

Creates a VPC link, under the caller's account in a selected region, in an asynchronous operation that typically takes 2-4 minutes to complete and become operational.

Deletes the ApiKey resource.
Deletes an existing Authorizer resource.
Deletes the ClientCertificate resource.
Deletes the DomainName resource.
Clears any customization of a GatewayResponse of a specified response type on the given RestApi and resets it with the default settings.
Deletes a RequestValidator of a given RestApi.
Deletes the specified API.
Deletes a usage plan of a given plan Id.
Deletes a usage plan key and remove the underlying API key from the associated usage plan.
Deletes an existing VpcLink of a specified identifier.
Flushes all authorizer cache entries on a stage.
Generates a ClientCertificate resource.
Gets information about the current Account resource.
Gets information about the current ApiKey resource.
Gets information about the current ApiKeys resource.
Describe an existing Authorizer resource.
Describe an existing Authorizers resource.
Describe a BasePathMapping resource.
Represents a collection of BasePathMapping resources.
Gets information about the current ClientCertificate resource.
Gets a collection of ClientCertificate resources.
Gets information about a Deployment resource.
Gets information about a Deployments collection.
Gets documentation parts.
Gets documentation versions.
Represents a domain name that is contained in a simpler, more intuitive URL that can be called.
Represents a collection of DomainName resources.
Exports a deployed version of a RestApi in a specified format.
Gets a GatewayResponse of a specified response type on the given RestApi.

Gets the GatewayResponses collection on the given RestApi.

Describe an existing Method resource.
Describes an existing model defined for a RestApi resource.
Generates a sample mapping template that can be used to transform a payload into the structure of a model.
Describes existing Models defined for a RestApi resource.
Gets a RequestValidator of a given RestApi.
Gets the RequestValidators collection of a given RestApi.
Lists information about a resource.
Lists information about a collection of Resource resources.
Lists the RestApi resource in the collection.
Lists the RestApis resources for your collection.
Generates a client SDK for a RestApi and Stage.
Gets an SDK type.
Gets SDK types
Gets information about a Stage resource.
Gets information about one or more Stage resources.
Gets the Tags collection for a given resource.
Gets the usage data of a usage plan in a specified time interval.
Gets a usage plan of a given plan identifier.
Gets a usage plan key of a given key identifier.
Gets all the usage plan keys representing the API keys added to a specified usage plan.
Gets all the usage plans of the caller's account.
Gets a specified VPC link under the caller's account in a region.
Gets the VpcLinks collection under the caller's account in a selected region.
Import API keys from an external source, such as a CSV-formatted file.
A feature of the API Gateway control service for creating a new API from an external API definition file.
Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi.
Add a method to an existing Resource resource.
Adds a MethodResponse to an existing Method resource.

A feature of the API Gateway control service for updating an existing API with an input of external API definitions.

Adds or updates a tag on a given resource.
Simulate the execution of an Authorizer in your RestApi with headers, parameters, and an incoming request body.
Simulate the invocation of a Method in your RestApi with headers, parameters, and an incoming request body.
Removes a tag from a given resource.
Changes information about the current Account resource.
Changes information about an ApiKey resource.
Updates an existing Authorizer resource.
Changes information about the BasePathMapping resource.
Changes information about an ClientCertificate resource.
Changes information about a Deployment resource.
Changes information about the DomainName resource.
Updates a GatewayResponse of a specified response type on the given RestApi.

Changes information about a model.

Updates a RequestValidator of a given RestApi.
Changes information about a Resource resource.
Changes information about the specified API.
Changes information about a Stage resource.
Grants a temporary extension to the remaining quota of a usage plan associated with a specified API key.
Updates a usage plan of a given plan Id.
Updates an existing VpcLink of a specified identifier.

Functions

Link to this function

create_api_key(Client, Input)

View Source
Create an ApiKey resource.
Link to this function

create_api_key(Client, Input0, Options0)

View Source
Link to this function

create_authorizer(Client, RestApiId, Input)

View Source
Adds a new Authorizer resource to an existing RestApi resource.
Link to this function

create_authorizer(Client, RestApiId, Input0, Options0)

View Source
Link to this function

create_base_path_mapping(Client, DomainName, Input)

View Source
Creates a new BasePathMapping resource.
Link to this function

create_base_path_mapping(Client, DomainName, Input0, Options0)

View Source
Link to this function

create_deployment(Client, RestApiId, Input)

View Source
Creates a Deployment resource, which makes a specified RestApi callable over the internet.
Link to this function

create_deployment(Client, RestApiId, Input0, Options0)

View Source
Link to this function

create_documentation_part(Client, RestApiId, Input)

View Source
Creates a documentation part.
Link to this function

create_documentation_part(Client, RestApiId, Input0, Options0)

View Source
Link to this function

create_documentation_version(Client, RestApiId, Input)

View Source
Creates a documentation version
Link to this function

create_documentation_version(Client, RestApiId, Input0, Options0)

View Source
Link to this function

create_domain_name(Client, Input)

View Source
Creates a new domain name.
Link to this function

create_domain_name(Client, Input0, Options0)

View Source
Link to this function

create_model(Client, RestApiId, Input)

View Source
Adds a new Model resource to an existing RestApi resource.
Link to this function

create_model(Client, RestApiId, Input0, Options0)

View Source
Link to this function

create_request_validator(Client, RestApiId, Input)

View Source
Creates a RequestValidator of a given RestApi.
Link to this function

create_request_validator(Client, RestApiId, Input0, Options0)

View Source
Link to this function

create_resource(Client, ParentId, RestApiId, Input)

View Source
Creates a Resource resource.
Link to this function

create_resource(Client, ParentId, RestApiId, Input0, Options0)

View Source
Link to this function

create_rest_api(Client, Input)

View Source
Creates a new RestApi resource.
Link to this function

create_rest_api(Client, Input0, Options0)

View Source
Link to this function

create_stage(Client, RestApiId, Input)

View Source
Creates a new Stage resource that references a pre-existing Deployment for the API.
Link to this function

create_stage(Client, RestApiId, Input0, Options0)

View Source
Link to this function

create_usage_plan(Client, Input)

View Source
Creates a usage plan with the throttle and quota limits, as well as the associated API stages, specified in the payload.
Link to this function

create_usage_plan(Client, Input0, Options0)

View Source
Link to this function

create_usage_plan_key(Client, UsagePlanId, Input)

View Source
Creates a usage plan key for adding an existing API key to a usage plan.
Link to this function

create_usage_plan_key(Client, UsagePlanId, Input0, Options0)

View Source
Link to this function

create_vpc_link(Client, Input)

View Source

Creates a VPC link, under the caller's account in a selected region, in an asynchronous operation that typically takes 2-4 minutes to complete and become operational.

The caller must have permissions to create and update VPC Endpoint services.
Link to this function

create_vpc_link(Client, Input0, Options0)

View Source
Link to this function

delete_api_key(Client, ApiKey, Input)

View Source
Deletes the ApiKey resource.
Link to this function

delete_api_key(Client, ApiKey, Input0, Options0)

View Source
Link to this function

delete_authorizer(Client, AuthorizerId, RestApiId, Input)

View Source
Deletes an existing Authorizer resource.
Link to this function

delete_authorizer(Client, AuthorizerId, RestApiId, Input0, Options0)

View Source
Link to this function

delete_base_path_mapping(Client, BasePath, DomainName, Input)

View Source
Deletes the BasePathMapping resource.
Link to this function

delete_base_path_mapping(Client, BasePath, DomainName, Input0, Options0)

View Source
Link to this function

delete_client_certificate(Client, ClientCertificateId, Input)

View Source
Deletes the ClientCertificate resource.
Link to this function

delete_client_certificate(Client, ClientCertificateId, Input0, Options0)

View Source
Link to this function

delete_deployment(Client, DeploymentId, RestApiId, Input)

View Source

Deletes a Deployment resource.

Deleting a deployment will only succeed if there are no Stage resources associated with it.
Link to this function

delete_deployment(Client, DeploymentId, RestApiId, Input0, Options0)

View Source
Link to this function

delete_documentation_part(Client, DocumentationPartId, RestApiId, Input)

View Source
Deletes a documentation part
Link to this function

delete_documentation_part(Client, DocumentationPartId, RestApiId, Input0, Options0)

View Source
Link to this function

delete_documentation_version(Client, DocumentationVersion, RestApiId, Input)

View Source
Deletes a documentation version.
Link to this function

delete_documentation_version(Client, DocumentationVersion, RestApiId, Input0, Options0)

View Source
Link to this function

delete_domain_name(Client, DomainName, Input)

View Source
Deletes the DomainName resource.
Link to this function

delete_domain_name(Client, DomainName, Input0, Options0)

View Source
Link to this function

delete_gateway_response(Client, ResponseType, RestApiId, Input)

View Source
Clears any customization of a GatewayResponse of a specified response type on the given RestApi and resets it with the default settings.
Link to this function

delete_gateway_response(Client, ResponseType, RestApiId, Input0, Options0)

View Source
Link to this function

delete_integration(Client, HttpMethod, ResourceId, RestApiId, Input)

View Source
Represents a delete integration.
Link to this function

delete_integration(Client, HttpMethod, ResourceId, RestApiId, Input0, Options0)

View Source
Link to this function

delete_integration_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, Input)

View Source
Represents a delete integration response.
Link to this function

delete_integration_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, Input0, Options0)

View Source
Link to this function

delete_method(Client, HttpMethod, ResourceId, RestApiId, Input)

View Source
Deletes an existing Method resource.
Link to this function

delete_method(Client, HttpMethod, ResourceId, RestApiId, Input0, Options0)

View Source
Link to this function

delete_method_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, Input)

View Source
Deletes an existing MethodResponse resource.
Link to this function

delete_method_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, Input0, Options0)

View Source
Link to this function

delete_model(Client, ModelName, RestApiId, Input)

View Source
Deletes a model.
Link to this function

delete_model(Client, ModelName, RestApiId, Input0, Options0)

View Source
Link to this function

delete_request_validator(Client, RequestValidatorId, RestApiId, Input)

View Source
Deletes a RequestValidator of a given RestApi.
Link to this function

delete_request_validator(Client, RequestValidatorId, RestApiId, Input0, Options0)

View Source
Link to this function

delete_resource(Client, ResourceId, RestApiId, Input)

View Source
Deletes a Resource resource.
Link to this function

delete_resource(Client, ResourceId, RestApiId, Input0, Options0)

View Source
Link to this function

delete_rest_api(Client, RestApiId, Input)

View Source
Deletes the specified API.
Link to this function

delete_rest_api(Client, RestApiId, Input0, Options0)

View Source
Link to this function

delete_stage(Client, RestApiId, StageName, Input)

View Source
Deletes a Stage resource.
Link to this function

delete_stage(Client, RestApiId, StageName, Input0, Options0)

View Source
Link to this function

delete_usage_plan(Client, UsagePlanId, Input)

View Source
Deletes a usage plan of a given plan Id.
Link to this function

delete_usage_plan(Client, UsagePlanId, Input0, Options0)

View Source
Link to this function

delete_usage_plan_key(Client, KeyId, UsagePlanId, Input)

View Source
Deletes a usage plan key and remove the underlying API key from the associated usage plan.
Link to this function

delete_usage_plan_key(Client, KeyId, UsagePlanId, Input0, Options0)

View Source
Link to this function

delete_vpc_link(Client, VpcLinkId, Input)

View Source
Deletes an existing VpcLink of a specified identifier.
Link to this function

delete_vpc_link(Client, VpcLinkId, Input0, Options0)

View Source
Link to this function

flush_stage_authorizers_cache(Client, RestApiId, StageName, Input)

View Source
Flushes all authorizer cache entries on a stage.
Link to this function

flush_stage_authorizers_cache(Client, RestApiId, StageName, Input0, Options0)

View Source
Link to this function

flush_stage_cache(Client, RestApiId, StageName, Input)

View Source
Flushes a stage's cache.
Link to this function

flush_stage_cache(Client, RestApiId, StageName, Input0, Options0)

View Source
Link to this function

generate_client_certificate(Client, Input)

View Source
Generates a ClientCertificate resource.
Link to this function

generate_client_certificate(Client, Input0, Options0)

View Source
Gets information about the current Account resource.
Link to this function

get_account(Client, QueryMap, HeadersMap)

View Source
Link to this function

get_account(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_api_key(Client, ApiKey)

View Source
Gets information about the current ApiKey resource.
Link to this function

get_api_key(Client, ApiKey, QueryMap, HeadersMap)

View Source
Link to this function

get_api_key(Client, ApiKey, QueryMap, HeadersMap, Options0)

View Source
Gets information about the current ApiKeys resource.
Link to this function

get_api_keys(Client, QueryMap, HeadersMap)

View Source
Link to this function

get_api_keys(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_authorizer(Client, AuthorizerId, RestApiId)

View Source
Describe an existing Authorizer resource.
Link to this function

get_authorizer(Client, AuthorizerId, RestApiId, QueryMap, HeadersMap)

View Source
Link to this function

get_authorizer(Client, AuthorizerId, RestApiId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_authorizers(Client, RestApiId)

View Source
Describe an existing Authorizers resource.
Link to this function

get_authorizers(Client, RestApiId, QueryMap, HeadersMap)

View Source
Link to this function

get_authorizers(Client, RestApiId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_base_path_mapping(Client, BasePath, DomainName)

View Source
Describe a BasePathMapping resource.
Link to this function

get_base_path_mapping(Client, BasePath, DomainName, QueryMap, HeadersMap)

View Source
Link to this function

get_base_path_mapping(Client, BasePath, DomainName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_base_path_mappings(Client, DomainName)

View Source
Represents a collection of BasePathMapping resources.
Link to this function

get_base_path_mappings(Client, DomainName, QueryMap, HeadersMap)

View Source
Link to this function

get_base_path_mappings(Client, DomainName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_client_certificate(Client, ClientCertificateId)

View Source
Gets information about the current ClientCertificate resource.
Link to this function

get_client_certificate(Client, ClientCertificateId, QueryMap, HeadersMap)

View Source
Link to this function

get_client_certificate(Client, ClientCertificateId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_client_certificates(Client)

View Source
Gets a collection of ClientCertificate resources.
Link to this function

get_client_certificates(Client, QueryMap, HeadersMap)

View Source
Link to this function

get_client_certificates(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_deployment(Client, DeploymentId, RestApiId)

View Source
Gets information about a Deployment resource.
Link to this function

get_deployment(Client, DeploymentId, RestApiId, QueryMap, HeadersMap)

View Source
Link to this function

get_deployment(Client, DeploymentId, RestApiId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_deployments(Client, RestApiId)

View Source
Gets information about a Deployments collection.
Link to this function

get_deployments(Client, RestApiId, QueryMap, HeadersMap)

View Source
Link to this function

get_deployments(Client, RestApiId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_documentation_part(Client, DocumentationPartId, RestApiId)

View Source
Gets a documentation part.
Link to this function

get_documentation_part(Client, DocumentationPartId, RestApiId, QueryMap, HeadersMap)

View Source
Link to this function

get_documentation_part(Client, DocumentationPartId, RestApiId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_documentation_parts(Client, RestApiId)

View Source
Gets documentation parts.
Link to this function

get_documentation_parts(Client, RestApiId, QueryMap, HeadersMap)

View Source
Link to this function

get_documentation_parts(Client, RestApiId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_documentation_version(Client, DocumentationVersion, RestApiId)

View Source
Gets a documentation version.
Link to this function

get_documentation_version(Client, DocumentationVersion, RestApiId, QueryMap, HeadersMap)

View Source
Link to this function

get_documentation_version(Client, DocumentationVersion, RestApiId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_documentation_versions(Client, RestApiId)

View Source
Gets documentation versions.
Link to this function

get_documentation_versions(Client, RestApiId, QueryMap, HeadersMap)

View Source
Link to this function

get_documentation_versions(Client, RestApiId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_domain_name(Client, DomainName)

View Source
Represents a domain name that is contained in a simpler, more intuitive URL that can be called.
Link to this function

get_domain_name(Client, DomainName, QueryMap, HeadersMap)

View Source
Link to this function

get_domain_name(Client, DomainName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_domain_names(Client)

View Source
Represents a collection of DomainName resources.
Link to this function

get_domain_names(Client, QueryMap, HeadersMap)

View Source
Link to this function

get_domain_names(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_export(Client, ExportType, RestApiId, StageName)

View Source
Exports a deployed version of a RestApi in a specified format.
Link to this function

get_export(Client, ExportType, RestApiId, StageName, QueryMap, HeadersMap)

View Source
Link to this function

get_export(Client, ExportType, RestApiId, StageName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_gateway_response(Client, ResponseType, RestApiId)

View Source
Gets a GatewayResponse of a specified response type on the given RestApi.
Link to this function

get_gateway_response(Client, ResponseType, RestApiId, QueryMap, HeadersMap)

View Source
Link to this function

get_gateway_response(Client, ResponseType, RestApiId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_gateway_responses(Client, RestApiId)

View Source

Gets the GatewayResponses collection on the given RestApi.

If an API developer has not added any definitions for gateway responses, the result will be the API Gateway-generated default GatewayResponses collection for the supported response types.
Link to this function

get_gateway_responses(Client, RestApiId, QueryMap, HeadersMap)

View Source
Link to this function

get_gateway_responses(Client, RestApiId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_integration(Client, HttpMethod, ResourceId, RestApiId)

View Source
Get the integration settings.
Link to this function

get_integration(Client, HttpMethod, ResourceId, RestApiId, QueryMap, HeadersMap)

View Source
Link to this function

get_integration(Client, HttpMethod, ResourceId, RestApiId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_integration_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode)

View Source
Represents a get integration response.
Link to this function

get_integration_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, QueryMap, HeadersMap)

View Source
Link to this function

get_integration_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_method(Client, HttpMethod, ResourceId, RestApiId)

View Source
Describe an existing Method resource.
Link to this function

get_method(Client, HttpMethod, ResourceId, RestApiId, QueryMap, HeadersMap)

View Source
Link to this function

get_method(Client, HttpMethod, ResourceId, RestApiId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_method_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode)

View Source
Describes a MethodResponse resource.
Link to this function

get_method_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, QueryMap, HeadersMap)

View Source
Link to this function

get_method_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_model(Client, ModelName, RestApiId)

View Source
Describes an existing model defined for a RestApi resource.
Link to this function

get_model(Client, ModelName, RestApiId, QueryMap, HeadersMap)

View Source
Link to this function

get_model(Client, ModelName, RestApiId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_model_template(Client, ModelName, RestApiId)

View Source
Generates a sample mapping template that can be used to transform a payload into the structure of a model.
Link to this function

get_model_template(Client, ModelName, RestApiId, QueryMap, HeadersMap)

View Source
Link to this function

get_model_template(Client, ModelName, RestApiId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_models(Client, RestApiId)

View Source
Describes existing Models defined for a RestApi resource.
Link to this function

get_models(Client, RestApiId, QueryMap, HeadersMap)

View Source
Link to this function

get_models(Client, RestApiId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_request_validator(Client, RequestValidatorId, RestApiId)

View Source
Gets a RequestValidator of a given RestApi.
Link to this function

get_request_validator(Client, RequestValidatorId, RestApiId, QueryMap, HeadersMap)

View Source
Link to this function

get_request_validator(Client, RequestValidatorId, RestApiId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_request_validators(Client, RestApiId)

View Source
Gets the RequestValidators collection of a given RestApi.
Link to this function

get_request_validators(Client, RestApiId, QueryMap, HeadersMap)

View Source
Link to this function

get_request_validators(Client, RestApiId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_resource(Client, ResourceId, RestApiId)

View Source
Lists information about a resource.
Link to this function

get_resource(Client, ResourceId, RestApiId, QueryMap, HeadersMap)

View Source
Link to this function

get_resource(Client, ResourceId, RestApiId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_resources(Client, RestApiId)

View Source
Lists information about a collection of Resource resources.
Link to this function

get_resources(Client, RestApiId, QueryMap, HeadersMap)

View Source
Link to this function

get_resources(Client, RestApiId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_rest_api(Client, RestApiId)

View Source
Lists the RestApi resource in the collection.
Link to this function

get_rest_api(Client, RestApiId, QueryMap, HeadersMap)

View Source
Link to this function

get_rest_api(Client, RestApiId, QueryMap, HeadersMap, Options0)

View Source
Lists the RestApis resources for your collection.
Link to this function

get_rest_apis(Client, QueryMap, HeadersMap)

View Source
Link to this function

get_rest_apis(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_sdk(Client, RestApiId, SdkType, StageName)

View Source
Generates a client SDK for a RestApi and Stage.
Link to this function

get_sdk(Client, RestApiId, SdkType, StageName, QueryMap, HeadersMap)

View Source
Link to this function

get_sdk(Client, RestApiId, SdkType, StageName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_sdk_type(Client, Id)

View Source
Gets an SDK type.
Link to this function

get_sdk_type(Client, Id, QueryMap, HeadersMap)

View Source
Link to this function

get_sdk_type(Client, Id, QueryMap, HeadersMap, Options0)

View Source
Gets SDK types
Link to this function

get_sdk_types(Client, QueryMap, HeadersMap)

View Source
Link to this function

get_sdk_types(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_stage(Client, RestApiId, StageName)

View Source
Gets information about a Stage resource.
Link to this function

get_stage(Client, RestApiId, StageName, QueryMap, HeadersMap)

View Source
Link to this function

get_stage(Client, RestApiId, StageName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_stages(Client, RestApiId)

View Source
Gets information about one or more Stage resources.
Link to this function

get_stages(Client, RestApiId, QueryMap, HeadersMap)

View Source
Link to this function

get_stages(Client, RestApiId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_tags(Client, ResourceArn)

View Source
Gets the Tags collection for a given resource.
Link to this function

get_tags(Client, ResourceArn, QueryMap, HeadersMap)

View Source
Link to this function

get_tags(Client, ResourceArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_usage(Client, UsagePlanId, EndDate, StartDate)

View Source
Gets the usage data of a usage plan in a specified time interval.
Link to this function

get_usage(Client, UsagePlanId, EndDate, StartDate, QueryMap, HeadersMap)

View Source
Link to this function

get_usage(Client, UsagePlanId, EndDate, StartDate, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_usage_plan(Client, UsagePlanId)

View Source
Gets a usage plan of a given plan identifier.
Link to this function

get_usage_plan(Client, UsagePlanId, QueryMap, HeadersMap)

View Source
Link to this function

get_usage_plan(Client, UsagePlanId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_usage_plan_key(Client, KeyId, UsagePlanId)

View Source
Gets a usage plan key of a given key identifier.
Link to this function

get_usage_plan_key(Client, KeyId, UsagePlanId, QueryMap, HeadersMap)

View Source
Link to this function

get_usage_plan_key(Client, KeyId, UsagePlanId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_usage_plan_keys(Client, UsagePlanId)

View Source
Gets all the usage plan keys representing the API keys added to a specified usage plan.
Link to this function

get_usage_plan_keys(Client, UsagePlanId, QueryMap, HeadersMap)

View Source
Link to this function

get_usage_plan_keys(Client, UsagePlanId, QueryMap, HeadersMap, Options0)

View Source
Gets all the usage plans of the caller's account.
Link to this function

get_usage_plans(Client, QueryMap, HeadersMap)

View Source
Link to this function

get_usage_plans(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_vpc_link(Client, VpcLinkId)

View Source
Gets a specified VPC link under the caller's account in a region.
Link to this function

get_vpc_link(Client, VpcLinkId, QueryMap, HeadersMap)

View Source
Link to this function

get_vpc_link(Client, VpcLinkId, QueryMap, HeadersMap, Options0)

View Source
Gets the VpcLinks collection under the caller's account in a selected region.
Link to this function

get_vpc_links(Client, QueryMap, HeadersMap)

View Source
Link to this function

get_vpc_links(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

import_api_keys(Client, Input)

View Source
Import API keys from an external source, such as a CSV-formatted file.
Link to this function

import_api_keys(Client, Input0, Options0)

View Source
Link to this function

import_documentation_parts(Client, RestApiId, Input)

View Source
Imports documentation parts
Link to this function

import_documentation_parts(Client, RestApiId, Input0, Options0)

View Source
Link to this function

import_rest_api(Client, Input)

View Source
A feature of the API Gateway control service for creating a new API from an external API definition file.
Link to this function

import_rest_api(Client, Input0, Options0)

View Source
Link to this function

put_gateway_response(Client, ResponseType, RestApiId, Input)

View Source
Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi.
Link to this function

put_gateway_response(Client, ResponseType, RestApiId, Input0, Options0)

View Source
Link to this function

put_integration(Client, HttpMethod, ResourceId, RestApiId, Input)

View Source
Sets up a method's integration.
Link to this function

put_integration(Client, HttpMethod, ResourceId, RestApiId, Input0, Options0)

View Source
Link to this function

put_integration_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, Input)

View Source
Represents a put integration.
Link to this function

put_integration_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, Input0, Options0)

View Source
Link to this function

put_method(Client, HttpMethod, ResourceId, RestApiId, Input)

View Source
Add a method to an existing Resource resource.
Link to this function

put_method(Client, HttpMethod, ResourceId, RestApiId, Input0, Options0)

View Source
Link to this function

put_method_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, Input)

View Source
Adds a MethodResponse to an existing Method resource.
Link to this function

put_method_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, Input0, Options0)

View Source
Link to this function

put_rest_api(Client, RestApiId, Input)

View Source

A feature of the API Gateway control service for updating an existing API with an input of external API definitions.

The update can take the form of merging the supplied definition into the existing API or overwriting the existing API.
Link to this function

put_rest_api(Client, RestApiId, Input0, Options0)

View Source
Link to this function

tag_resource(Client, ResourceArn, Input)

View Source
Adds or updates a tag on a given resource.
Link to this function

tag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

test_invoke_authorizer(Client, AuthorizerId, RestApiId, Input)

View Source
Simulate the execution of an Authorizer in your RestApi with headers, parameters, and an incoming request body.
Link to this function

test_invoke_authorizer(Client, AuthorizerId, RestApiId, Input0, Options0)

View Source
Link to this function

test_invoke_method(Client, HttpMethod, ResourceId, RestApiId, Input)

View Source
Simulate the invocation of a Method in your RestApi with headers, parameters, and an incoming request body.
Link to this function

test_invoke_method(Client, HttpMethod, ResourceId, RestApiId, Input0, Options0)

View Source
Link to this function

untag_resource(Client, ResourceArn, Input)

View Source
Removes a tag from a given resource.
Link to this function

untag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

update_account(Client, Input)

View Source
Changes information about the current Account resource.
Link to this function

update_account(Client, Input0, Options0)

View Source
Link to this function

update_api_key(Client, ApiKey, Input)

View Source
Changes information about an ApiKey resource.
Link to this function

update_api_key(Client, ApiKey, Input0, Options0)

View Source
Link to this function

update_authorizer(Client, AuthorizerId, RestApiId, Input)

View Source
Updates an existing Authorizer resource.
Link to this function

update_authorizer(Client, AuthorizerId, RestApiId, Input0, Options0)

View Source
Link to this function

update_base_path_mapping(Client, BasePath, DomainName, Input)

View Source
Changes information about the BasePathMapping resource.
Link to this function

update_base_path_mapping(Client, BasePath, DomainName, Input0, Options0)

View Source
Link to this function

update_client_certificate(Client, ClientCertificateId, Input)

View Source
Changes information about an ClientCertificate resource.
Link to this function

update_client_certificate(Client, ClientCertificateId, Input0, Options0)

View Source
Link to this function

update_deployment(Client, DeploymentId, RestApiId, Input)

View Source
Changes information about a Deployment resource.
Link to this function

update_deployment(Client, DeploymentId, RestApiId, Input0, Options0)

View Source
Link to this function

update_documentation_part(Client, DocumentationPartId, RestApiId, Input)

View Source
Updates a documentation part.
Link to this function

update_documentation_part(Client, DocumentationPartId, RestApiId, Input0, Options0)

View Source
Link to this function

update_documentation_version(Client, DocumentationVersion, RestApiId, Input)

View Source
Updates a documentation version.
Link to this function

update_documentation_version(Client, DocumentationVersion, RestApiId, Input0, Options0)

View Source
Link to this function

update_domain_name(Client, DomainName, Input)

View Source
Changes information about the DomainName resource.
Link to this function

update_domain_name(Client, DomainName, Input0, Options0)

View Source
Link to this function

update_gateway_response(Client, ResponseType, RestApiId, Input)

View Source
Updates a GatewayResponse of a specified response type on the given RestApi.
Link to this function

update_gateway_response(Client, ResponseType, RestApiId, Input0, Options0)

View Source
Link to this function

update_integration(Client, HttpMethod, ResourceId, RestApiId, Input)

View Source
Represents an update integration.
Link to this function

update_integration(Client, HttpMethod, ResourceId, RestApiId, Input0, Options0)

View Source
Link to this function

update_integration_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, Input)

View Source
Represents an update integration response.
Link to this function

update_integration_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, Input0, Options0)

View Source
Link to this function

update_method(Client, HttpMethod, ResourceId, RestApiId, Input)

View Source
Updates an existing Method resource.
Link to this function

update_method(Client, HttpMethod, ResourceId, RestApiId, Input0, Options0)

View Source
Link to this function

update_method_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, Input)

View Source
Updates an existing MethodResponse resource.
Link to this function

update_method_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, Input0, Options0)

View Source
Link to this function

update_model(Client, ModelName, RestApiId, Input)

View Source

Changes information about a model.

The maximum size of the model is 400 KB.
Link to this function

update_model(Client, ModelName, RestApiId, Input0, Options0)

View Source
Link to this function

update_request_validator(Client, RequestValidatorId, RestApiId, Input)

View Source
Updates a RequestValidator of a given RestApi.
Link to this function

update_request_validator(Client, RequestValidatorId, RestApiId, Input0, Options0)

View Source
Link to this function

update_resource(Client, ResourceId, RestApiId, Input)

View Source
Changes information about a Resource resource.
Link to this function

update_resource(Client, ResourceId, RestApiId, Input0, Options0)

View Source
Link to this function

update_rest_api(Client, RestApiId, Input)

View Source
Changes information about the specified API.
Link to this function

update_rest_api(Client, RestApiId, Input0, Options0)

View Source
Link to this function

update_stage(Client, RestApiId, StageName, Input)

View Source
Changes information about a Stage resource.
Link to this function

update_stage(Client, RestApiId, StageName, Input0, Options0)

View Source
Link to this function

update_usage(Client, KeyId, UsagePlanId, Input)

View Source
Grants a temporary extension to the remaining quota of a usage plan associated with a specified API key.
Link to this function

update_usage(Client, KeyId, UsagePlanId, Input0, Options0)

View Source
Link to this function

update_usage_plan(Client, UsagePlanId, Input)

View Source
Updates a usage plan of a given plan Id.
Link to this function

update_usage_plan(Client, UsagePlanId, Input0, Options0)

View Source
Link to this function

update_vpc_link(Client, VpcLinkId, Input)

View Source
Updates an existing VpcLink of a specified identifier.
Link to this function

update_vpc_link(Client, VpcLinkId, Input0, Options0)

View Source