aws_api_gateway
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 AWS Lambda, Amazon EC2, or other publicly addressable web services that are hosted outside of AWS.Summary
Functions
-
create_api_key(Client, Input)
Create an
ApiKeyresource. - create_api_key(Client, Input0, Options0)
-
create_authorizer(Client, RestApiId, Input)
Adds a new
Authorizerresource to an existingRestApiresource. - create_authorizer(Client, RestApiId, Input0, Options0)
-
create_base_path_mapping(Client, DomainName, Input)
Creates a new
BasePathMappingresource. - create_base_path_mapping(Client, DomainName, Input0, Options0)
-
create_deployment(Client, RestApiId, Input)
Creates a
Deploymentresource, which makes a specifiedRestApicallable over the internet. - create_deployment(Client, RestApiId, Input0, Options0)
- create_documentation_part(Client, RestApiId, Input)
- create_documentation_part(Client, RestApiId, Input0, Options0)
- create_documentation_version(Client, RestApiId, Input)
- create_documentation_version(Client, RestApiId, Input0, Options0)
-
create_domain_name(Client, Input)
Creates a new domain name.
- create_domain_name(Client, Input0, Options0)
-
create_model(Client, RestApiId, Input)
Adds a new
Modelresource to an existingRestApiresource. - create_model(Client, RestApiId, Input0, Options0)
-
create_request_validator(Client, RestApiId, Input)
Creates a
ReqeustValidatorof a givenRestApi. - create_request_validator(Client, RestApiId, Input0, Options0)
-
create_resource(Client, ParentId, RestApiId, Input)
Creates a
Resourceresource. - create_resource(Client, ParentId, RestApiId, Input0, Options0)
-
create_rest_api(Client, Input)
Creates a new
RestApiresource. - create_rest_api(Client, Input0, Options0)
-
create_stage(Client, RestApiId, Input)
Creates a new
Stageresource that references a pre-existingDeploymentfor the API. - create_stage(Client, RestApiId, Input0, Options0)
-
create_usage_plan(Client, Input)
Creates a usage plan with the throttle and quota limits, as well as the associated API stages, specified in the payload.
- create_usage_plan(Client, Input0, Options0)
-
create_usage_plan_key(Client, UsagePlanId, Input)
Creates a usage plan key for adding an existing API key to a usage plan.
- create_usage_plan_key(Client, UsagePlanId, Input0, Options0)
-
create_vpc_link(Client, Input)
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.
- create_vpc_link(Client, Input0, Options0)
-
delete_api_key(Client, ApiKey, Input)
Deletes the
ApiKeyresource. - delete_api_key(Client, ApiKey, Input0, Options0)
-
delete_authorizer(Client, AuthorizerId, RestApiId, Input)
Deletes an existing
Authorizerresource. - delete_authorizer(Client, AuthorizerId, RestApiId, Input0, Options0)
-
delete_base_path_mapping(Client, BasePath, DomainName, Input)
Deletes the
BasePathMappingresource. - delete_base_path_mapping(Client, BasePath, DomainName, Input0, Options0)
-
delete_client_certificate(Client, ClientCertificateId, Input)
Deletes the
ClientCertificateresource. - delete_client_certificate(Client, ClientCertificateId, Input0, Options0)
-
delete_deployment(Client, DeploymentId, RestApiId, Input)
Deletes a
Deploymentresource. - delete_deployment(Client, DeploymentId, RestApiId, Input0, Options0)
- delete_documentation_part(Client, DocumentationPartId, RestApiId, Input)
- delete_documentation_part(Client, DocumentationPartId, RestApiId, Input0, Options0)
- delete_documentation_version(Client, DocumentationVersion, RestApiId, Input)
- delete_documentation_version(Client, DocumentationVersion, RestApiId, Input0, Options0)
-
delete_domain_name(Client, DomainName, Input)
Deletes the
DomainNameresource. - delete_domain_name(Client, DomainName, Input0, Options0)
-
delete_gateway_response(Client, ResponseType, RestApiId, Input)
Clears any customization of a
GatewayResponseof a specified response type on the givenRestApiand resets it with the default settings. - delete_gateway_response(Client, ResponseType, RestApiId, Input0, Options0)
-
delete_integration(Client, HttpMethod, ResourceId, RestApiId, Input)
Represents a delete integration.
- delete_integration(Client, HttpMethod, ResourceId, RestApiId, Input0, Options0)
-
delete_integration_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, Input)
Represents a delete integration response.
- delete_integration_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, Input0, Options0)
-
delete_method(Client, HttpMethod, ResourceId, RestApiId, Input)
Deletes an existing
Methodresource. - delete_method(Client, HttpMethod, ResourceId, RestApiId, Input0, Options0)
-
delete_method_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, Input)
Deletes an existing
MethodResponseresource. - delete_method_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, Input0, Options0)
-
delete_model(Client, ModelName, RestApiId, Input)
Deletes a model.
- delete_model(Client, ModelName, RestApiId, Input0, Options0)
-
delete_request_validator(Client, RequestValidatorId, RestApiId, Input)
Deletes a
RequestValidatorof a givenRestApi. - delete_request_validator(Client, RequestValidatorId, RestApiId, Input0, Options0)
-
delete_resource(Client, ResourceId, RestApiId, Input)
Deletes a
Resourceresource. - delete_resource(Client, ResourceId, RestApiId, Input0, Options0)
-
delete_rest_api(Client, RestApiId, Input)
Deletes the specified API.
- delete_rest_api(Client, RestApiId, Input0, Options0)
-
delete_stage(Client, RestApiId, StageName, Input)
Deletes a
Stageresource. - delete_stage(Client, RestApiId, StageName, Input0, Options0)
-
delete_usage_plan(Client, UsagePlanId, Input)
Deletes a usage plan of a given plan Id.
- delete_usage_plan(Client, UsagePlanId, Input0, Options0)
-
delete_usage_plan_key(Client, KeyId, UsagePlanId, Input)
Deletes a usage plan key and remove the underlying API key from the associated usage plan.
- delete_usage_plan_key(Client, KeyId, UsagePlanId, Input0, Options0)
-
delete_vpc_link(Client, VpcLinkId, Input)
Deletes an existing
VpcLinkof a specified identifier. - delete_vpc_link(Client, VpcLinkId, Input0, Options0)
-
flush_stage_authorizers_cache(Client, RestApiId, StageName, Input)
Flushes all authorizer cache entries on a stage.
- flush_stage_authorizers_cache(Client, RestApiId, StageName, Input0, Options0)
-
flush_stage_cache(Client, RestApiId, StageName, Input)
Flushes a stage's cache.
- flush_stage_cache(Client, RestApiId, StageName, Input0, Options0)
-
generate_client_certificate(Client, Input)
Generates a
ClientCertificateresource. - generate_client_certificate(Client, Input0, Options0)
-
get_account(Client)
Gets information about the current
Accountresource. - get_account(Client, QueryMap, HeadersMap)
- get_account(Client, QueryMap, HeadersMap, Options0)
-
get_api_key(Client, ApiKey)
Gets information about the current
ApiKeyresource. - get_api_key(Client, ApiKey, QueryMap, HeadersMap)
- get_api_key(Client, ApiKey, QueryMap, HeadersMap, Options0)
-
get_api_keys(Client)
Gets information about the current
ApiKeysresource. - get_api_keys(Client, QueryMap, HeadersMap)
- get_api_keys(Client, QueryMap, HeadersMap, Options0)
-
get_authorizer(Client, AuthorizerId, RestApiId)
Describe an existing
Authorizerresource. - get_authorizer(Client, AuthorizerId, RestApiId, QueryMap, HeadersMap)
- get_authorizer(Client, AuthorizerId, RestApiId, QueryMap, HeadersMap, Options0)
-
get_authorizers(Client, RestApiId)
Describe an existing
Authorizersresource. - get_authorizers(Client, RestApiId, QueryMap, HeadersMap)
- get_authorizers(Client, RestApiId, QueryMap, HeadersMap, Options0)
-
get_base_path_mapping(Client, BasePath, DomainName)
Describe a
BasePathMappingresource. - get_base_path_mapping(Client, BasePath, DomainName, QueryMap, HeadersMap)
- get_base_path_mapping(Client, BasePath, DomainName, QueryMap, HeadersMap, Options0)
-
get_base_path_mappings(Client, DomainName)
Represents a collection of
BasePathMappingresources. - get_base_path_mappings(Client, DomainName, QueryMap, HeadersMap)
- get_base_path_mappings(Client, DomainName, QueryMap, HeadersMap, Options0)
-
get_client_certificate(Client, ClientCertificateId)
Gets information about the current
ClientCertificateresource. - get_client_certificate(Client, ClientCertificateId, QueryMap, HeadersMap)
- get_client_certificate(Client, ClientCertificateId, QueryMap, HeadersMap, Options0)
-
get_client_certificates(Client)
Gets a collection of
ClientCertificateresources. - get_client_certificates(Client, QueryMap, HeadersMap)
- get_client_certificates(Client, QueryMap, HeadersMap, Options0)
-
get_deployment(Client, DeploymentId, RestApiId)
Gets information about a
Deploymentresource. - get_deployment(Client, DeploymentId, RestApiId, QueryMap, HeadersMap)
- get_deployment(Client, DeploymentId, RestApiId, QueryMap, HeadersMap, Options0)
-
get_deployments(Client, RestApiId)
Gets information about a
Deploymentscollection. - get_deployments(Client, RestApiId, QueryMap, HeadersMap)
- get_deployments(Client, RestApiId, QueryMap, HeadersMap, Options0)
- get_documentation_part(Client, DocumentationPartId, RestApiId)
- get_documentation_part(Client, DocumentationPartId, RestApiId, QueryMap, HeadersMap)
- get_documentation_part(Client, DocumentationPartId, RestApiId, QueryMap, HeadersMap, Options0)
- get_documentation_parts(Client, RestApiId)
- get_documentation_parts(Client, RestApiId, QueryMap, HeadersMap)
- get_documentation_parts(Client, RestApiId, QueryMap, HeadersMap, Options0)
- get_documentation_version(Client, DocumentationVersion, RestApiId)
- get_documentation_version(Client, DocumentationVersion, RestApiId, QueryMap, HeadersMap)
- get_documentation_version(Client, DocumentationVersion, RestApiId, QueryMap, HeadersMap, Options0)
- get_documentation_versions(Client, RestApiId)
- get_documentation_versions(Client, RestApiId, QueryMap, HeadersMap)
- get_documentation_versions(Client, RestApiId, QueryMap, HeadersMap, Options0)
-
get_domain_name(Client, DomainName)
Represents a domain name that is contained in a simpler, more intuitive URL that can be called.
- get_domain_name(Client, DomainName, QueryMap, HeadersMap)
- get_domain_name(Client, DomainName, QueryMap, HeadersMap, Options0)
-
get_domain_names(Client)
Represents a collection of
DomainNameresources. - get_domain_names(Client, QueryMap, HeadersMap)
- get_domain_names(Client, QueryMap, HeadersMap, Options0)
-
get_export(Client, ExportType, RestApiId, StageName)
Exports a deployed version of a
RestApiin a specified format. - get_export(Client, ExportType, RestApiId, StageName, QueryMap, HeadersMap)
- get_export(Client, ExportType, RestApiId, StageName, QueryMap, HeadersMap, Options0)
-
get_gateway_response(Client, ResponseType, RestApiId)
Gets a
GatewayResponseof a specified response type on the givenRestApi. - get_gateway_response(Client, ResponseType, RestApiId, QueryMap, HeadersMap)
- get_gateway_response(Client, ResponseType, RestApiId, QueryMap, HeadersMap, Options0)
-
get_gateway_responses(Client, RestApiId)
Gets the
GatewayResponsescollection on the givenRestApi. - get_gateway_responses(Client, RestApiId, QueryMap, HeadersMap)
- get_gateway_responses(Client, RestApiId, QueryMap, HeadersMap, Options0)
-
get_integration(Client, HttpMethod, ResourceId, RestApiId)
Get the integration settings.
- get_integration(Client, HttpMethod, ResourceId, RestApiId, QueryMap, HeadersMap)
- get_integration(Client, HttpMethod, ResourceId, RestApiId, QueryMap, HeadersMap, Options0)
-
get_integration_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode)
Represents a get integration response.
- get_integration_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, QueryMap, HeadersMap)
- get_integration_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, QueryMap, HeadersMap, Options0)
-
get_method(Client, HttpMethod, ResourceId, RestApiId)
Describe an existing
Methodresource. - get_method(Client, HttpMethod, ResourceId, RestApiId, QueryMap, HeadersMap)
- get_method(Client, HttpMethod, ResourceId, RestApiId, QueryMap, HeadersMap, Options0)
-
get_method_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode)
Describes a
MethodResponseresource. - get_method_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, QueryMap, HeadersMap)
- get_method_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, QueryMap, HeadersMap, Options0)
-
get_model(Client, ModelName, RestApiId)
Describes an existing model defined for a
RestApiresource. - get_model(Client, ModelName, RestApiId, QueryMap, HeadersMap)
- get_model(Client, ModelName, RestApiId, QueryMap, HeadersMap, Options0)
-
get_model_template(Client, ModelName, RestApiId)
Generates a sample mapping template that can be used to transform a payload into the structure of a model.
- get_model_template(Client, ModelName, RestApiId, QueryMap, HeadersMap)
- get_model_template(Client, ModelName, RestApiId, QueryMap, HeadersMap, Options0)
-
get_models(Client, RestApiId)
Describes existing
Modelsdefined for aRestApiresource. - get_models(Client, RestApiId, QueryMap, HeadersMap)
- get_models(Client, RestApiId, QueryMap, HeadersMap, Options0)
-
get_request_validator(Client, RequestValidatorId, RestApiId)
Gets a
RequestValidatorof a givenRestApi. - get_request_validator(Client, RequestValidatorId, RestApiId, QueryMap, HeadersMap)
- get_request_validator(Client, RequestValidatorId, RestApiId, QueryMap, HeadersMap, Options0)
-
get_request_validators(Client, RestApiId)
Gets the
RequestValidatorscollection of a givenRestApi. - get_request_validators(Client, RestApiId, QueryMap, HeadersMap)
- get_request_validators(Client, RestApiId, QueryMap, HeadersMap, Options0)
-
get_resource(Client, ResourceId, RestApiId)
Lists information about a resource.
- get_resource(Client, ResourceId, RestApiId, QueryMap, HeadersMap)
- get_resource(Client, ResourceId, RestApiId, QueryMap, HeadersMap, Options0)
-
get_resources(Client, RestApiId)
Lists information about a collection of
Resourceresources. - get_resources(Client, RestApiId, QueryMap, HeadersMap)
- get_resources(Client, RestApiId, QueryMap, HeadersMap, Options0)
-
get_rest_api(Client, RestApiId)
Lists the
RestApiresource in the collection. - get_rest_api(Client, RestApiId, QueryMap, HeadersMap)
- get_rest_api(Client, RestApiId, QueryMap, HeadersMap, Options0)
-
get_rest_apis(Client)
Lists the
RestApisresources for your collection. - get_rest_apis(Client, QueryMap, HeadersMap)
- get_rest_apis(Client, QueryMap, HeadersMap, Options0)
-
get_sdk(Client, RestApiId, SdkType, StageName)
Generates a client SDK for a
RestApiandStage. - get_sdk(Client, RestApiId, SdkType, StageName, QueryMap, HeadersMap)
- get_sdk(Client, RestApiId, SdkType, StageName, QueryMap, HeadersMap, Options0)
- get_sdk_type(Client, Id)
- get_sdk_type(Client, Id, QueryMap, HeadersMap)
- get_sdk_type(Client, Id, QueryMap, HeadersMap, Options0)
- get_sdk_types(Client)
- get_sdk_types(Client, QueryMap, HeadersMap)
- get_sdk_types(Client, QueryMap, HeadersMap, Options0)
-
get_stage(Client, RestApiId, StageName)
Gets information about a
Stageresource. - get_stage(Client, RestApiId, StageName, QueryMap, HeadersMap)
- get_stage(Client, RestApiId, StageName, QueryMap, HeadersMap, Options0)
-
get_stages(Client, RestApiId)
Gets information about one or more
Stageresources. - get_stages(Client, RestApiId, QueryMap, HeadersMap)
- get_stages(Client, RestApiId, QueryMap, HeadersMap, Options0)
-
get_tags(Client, ResourceArn)
Gets the
Tagscollection for a given resource. - get_tags(Client, ResourceArn, QueryMap, HeadersMap)
- get_tags(Client, ResourceArn, QueryMap, HeadersMap, Options0)
-
get_usage(Client, UsagePlanId, EndDate, StartDate)
Gets the usage data of a usage plan in a specified time interval.
- get_usage(Client, UsagePlanId, EndDate, StartDate, QueryMap, HeadersMap)
- get_usage(Client, UsagePlanId, EndDate, StartDate, QueryMap, HeadersMap, Options0)
-
get_usage_plan(Client, UsagePlanId)
Gets a usage plan of a given plan identifier.
- get_usage_plan(Client, UsagePlanId, QueryMap, HeadersMap)
- get_usage_plan(Client, UsagePlanId, QueryMap, HeadersMap, Options0)
-
get_usage_plan_key(Client, KeyId, UsagePlanId)
Gets a usage plan key of a given key identifier.
- get_usage_plan_key(Client, KeyId, UsagePlanId, QueryMap, HeadersMap)
- get_usage_plan_key(Client, KeyId, UsagePlanId, QueryMap, HeadersMap, Options0)
-
get_usage_plan_keys(Client, UsagePlanId)
Gets all the usage plan keys representing the API keys added to a specified usage plan.
- get_usage_plan_keys(Client, UsagePlanId, QueryMap, HeadersMap)
- get_usage_plan_keys(Client, UsagePlanId, QueryMap, HeadersMap, Options0)
-
get_usage_plans(Client)
Gets all the usage plans of the caller's account.
- get_usage_plans(Client, QueryMap, HeadersMap)
- get_usage_plans(Client, QueryMap, HeadersMap, Options0)
-
get_vpc_link(Client, VpcLinkId)
Gets a specified VPC link under the caller's account in a region.
- get_vpc_link(Client, VpcLinkId, QueryMap, HeadersMap)
- get_vpc_link(Client, VpcLinkId, QueryMap, HeadersMap, Options0)
-
get_vpc_links(Client)
Gets the
VpcLinkscollection under the caller's account in a selected region. - get_vpc_links(Client, QueryMap, HeadersMap)
- get_vpc_links(Client, QueryMap, HeadersMap, Options0)
-
import_api_keys(Client, Input)
Import API keys from an external source, such as a CSV-formatted file.
- import_api_keys(Client, Input0, Options0)
- import_documentation_parts(Client, RestApiId, Input)
- import_documentation_parts(Client, RestApiId, Input0, Options0)
-
import_rest_api(Client, Input)
A feature of the API Gateway control service for creating a new API from an external API definition file.
- import_rest_api(Client, Input0, Options0)
-
put_gateway_response(Client, ResponseType, RestApiId, Input)
Creates a customization of a
GatewayResponseof a specified response type and status code on the givenRestApi. - put_gateway_response(Client, ResponseType, RestApiId, Input0, Options0)
-
put_integration(Client, HttpMethod, ResourceId, RestApiId, Input)
Sets up a method's integration.
- put_integration(Client, HttpMethod, ResourceId, RestApiId, Input0, Options0)
-
put_integration_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, Input)
Represents a put integration.
- put_integration_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, Input0, Options0)
-
put_method(Client, HttpMethod, ResourceId, RestApiId, Input)
Add a method to an existing
Resourceresource. - put_method(Client, HttpMethod, ResourceId, RestApiId, Input0, Options0)
-
put_method_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, Input)
Adds a
MethodResponseto an existingMethodresource. - put_method_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, Input0, Options0)
-
put_rest_api(Client, RestApiId, Input)
A feature of the API Gateway control service for updating an existing API with an input of external API definitions.
- put_rest_api(Client, RestApiId, Input0, Options0)
-
tag_resource(Client, ResourceArn, Input)
Adds or updates a tag on a given resource.
- tag_resource(Client, ResourceArn, Input0, Options0)
-
test_invoke_authorizer(Client, AuthorizerId, RestApiId, Input)
Simulate the execution of an
Authorizerin yourRestApiwith headers, parameters, and an incoming request body. - test_invoke_authorizer(Client, AuthorizerId, RestApiId, Input0, Options0)
-
test_invoke_method(Client, HttpMethod, ResourceId, RestApiId, Input)
Simulate the execution of a
Methodin yourRestApiwith headers, parameters, and an incoming request body. - test_invoke_method(Client, HttpMethod, ResourceId, RestApiId, Input0, Options0)
-
untag_resource(Client, ResourceArn, Input)
Removes a tag from a given resource.
- untag_resource(Client, ResourceArn, Input0, Options0)
-
update_account(Client, Input)
Changes information about the current
Accountresource. - update_account(Client, Input0, Options0)
-
update_api_key(Client, ApiKey, Input)
Changes information about an
ApiKeyresource. - update_api_key(Client, ApiKey, Input0, Options0)
-
update_authorizer(Client, AuthorizerId, RestApiId, Input)
Updates an existing
Authorizerresource. - update_authorizer(Client, AuthorizerId, RestApiId, Input0, Options0)
-
update_base_path_mapping(Client, BasePath, DomainName, Input)
Changes information about the
BasePathMappingresource. - update_base_path_mapping(Client, BasePath, DomainName, Input0, Options0)
-
update_client_certificate(Client, ClientCertificateId, Input)
Changes information about an
ClientCertificateresource. - update_client_certificate(Client, ClientCertificateId, Input0, Options0)
-
update_deployment(Client, DeploymentId, RestApiId, Input)
Changes information about a
Deploymentresource. - update_deployment(Client, DeploymentId, RestApiId, Input0, Options0)
- update_documentation_part(Client, DocumentationPartId, RestApiId, Input)
- update_documentation_part(Client, DocumentationPartId, RestApiId, Input0, Options0)
- update_documentation_version(Client, DocumentationVersion, RestApiId, Input)
- update_documentation_version(Client, DocumentationVersion, RestApiId, Input0, Options0)
-
update_domain_name(Client, DomainName, Input)
Changes information about the
DomainNameresource. - update_domain_name(Client, DomainName, Input0, Options0)
-
update_gateway_response(Client, ResponseType, RestApiId, Input)
Updates a
GatewayResponseof a specified response type on the givenRestApi. - update_gateway_response(Client, ResponseType, RestApiId, Input0, Options0)
-
update_integration(Client, HttpMethod, ResourceId, RestApiId, Input)
Represents an update integration.
- update_integration(Client, HttpMethod, ResourceId, RestApiId, Input0, Options0)
-
update_integration_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, Input)
Represents an update integration response.
- update_integration_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, Input0, Options0)
-
update_method(Client, HttpMethod, ResourceId, RestApiId, Input)
Updates an existing
Methodresource. - update_method(Client, HttpMethod, ResourceId, RestApiId, Input0, Options0)
-
update_method_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, Input)
Updates an existing
MethodResponseresource. - update_method_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, Input0, Options0)
-
update_model(Client, ModelName, RestApiId, Input)
Changes information about a model.
- update_model(Client, ModelName, RestApiId, Input0, Options0)
-
update_request_validator(Client, RequestValidatorId, RestApiId, Input)
Updates a
RequestValidatorof a givenRestApi. - update_request_validator(Client, RequestValidatorId, RestApiId, Input0, Options0)
-
update_resource(Client, ResourceId, RestApiId, Input)
Changes information about a
Resourceresource. - update_resource(Client, ResourceId, RestApiId, Input0, Options0)
-
update_rest_api(Client, RestApiId, Input)
Changes information about the specified API.
- update_rest_api(Client, RestApiId, Input0, Options0)
-
update_stage(Client, RestApiId, StageName, Input)
Changes information about a
Stageresource. - update_stage(Client, RestApiId, StageName, Input0, Options0)
-
update_usage(Client, KeyId, UsagePlanId, Input)
Grants a temporary extension to the remaining quota of a usage plan associated with a specified API key.
- update_usage(Client, KeyId, UsagePlanId, Input0, Options0)
-
update_usage_plan(Client, UsagePlanId, Input)
Updates a usage plan of a given plan Id.
- update_usage_plan(Client, UsagePlanId, Input0, Options0)
-
update_vpc_link(Client, VpcLinkId, Input)
Updates an existing
VpcLinkof a specified identifier. - update_vpc_link(Client, VpcLinkId, Input0, Options0)
Functions
create_api_key(Client, Input)
Create an ApiKey resource.
create_api_key(Client, Input0, Options0)
create_authorizer(Client, RestApiId, Input)
Adds a new Authorizer resource to an existing RestApi resource.
create_authorizer(Client, RestApiId, Input0, Options0)
create_base_path_mapping(Client, DomainName, Input)
Creates a new BasePathMapping resource.
create_base_path_mapping(Client, DomainName, Input0, Options0)
create_deployment(Client, RestApiId, Input)
Creates a Deployment resource, which makes a specified RestApi
callable over the internet.
create_deployment(Client, RestApiId, Input0, Options0)
create_documentation_part(Client, RestApiId, Input)
create_documentation_part(Client, RestApiId, Input0, Options0)
create_documentation_version(Client, RestApiId, Input)
create_documentation_version(Client, RestApiId, Input0, Options0)
create_domain_name(Client, Input)
Creates a new domain name.
create_domain_name(Client, Input0, Options0)
create_model(Client, RestApiId, Input)
Adds a new Model resource to an existing RestApi resource.
create_model(Client, RestApiId, Input0, Options0)
create_request_validator(Client, RestApiId, Input)
Creates a ReqeustValidator of a given RestApi.
create_request_validator(Client, RestApiId, Input0, Options0)
create_resource(Client, ParentId, RestApiId, Input)
Creates a Resource resource.
create_resource(Client, ParentId, RestApiId, Input0, Options0)
create_rest_api(Client, Input)
Creates a new RestApi resource.
create_rest_api(Client, Input0, Options0)
create_stage(Client, RestApiId, Input)
Creates a new Stage resource that references a pre-existing
Deployment for the API.
create_stage(Client, RestApiId, Input0, Options0)
create_usage_plan(Client, Input)
Creates a usage plan with the throttle and quota limits, as well as the associated API stages, specified in the payload.
create_usage_plan(Client, Input0, Options0)
create_usage_plan_key(Client, UsagePlanId, Input)
Creates a usage plan key for adding an existing API key to a usage plan.
create_usage_plan_key(Client, UsagePlanId, Input0, Options0)
create_vpc_link(Client, Input)
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.create_vpc_link(Client, Input0, Options0)
delete_api_key(Client, ApiKey, Input)
Deletes the ApiKey resource.
delete_api_key(Client, ApiKey, Input0, Options0)
delete_authorizer(Client, AuthorizerId, RestApiId, Input)
Deletes an existing Authorizer resource.
delete_authorizer(Client, AuthorizerId, RestApiId, Input0, Options0)
delete_base_path_mapping(Client, BasePath, DomainName, Input)
Deletes the BasePathMapping resource.
delete_base_path_mapping(Client, BasePath, DomainName, Input0, Options0)
delete_client_certificate(Client, ClientCertificateId, Input)
Deletes the ClientCertificate resource.
delete_client_certificate(Client, ClientCertificateId, Input0, Options0)
delete_deployment(Client, DeploymentId, RestApiId, Input)
Deletes a Deployment resource.
Stage resources
associated with it.
delete_deployment(Client, DeploymentId, RestApiId, Input0, Options0)
delete_documentation_part(Client, DocumentationPartId, RestApiId, Input)
delete_documentation_part(Client, DocumentationPartId, RestApiId, Input0, Options0)
delete_documentation_version(Client, DocumentationVersion, RestApiId, Input)
delete_documentation_version(Client, DocumentationVersion, RestApiId, Input0, Options0)
delete_domain_name(Client, DomainName, Input)
Deletes the DomainName resource.
delete_domain_name(Client, DomainName, Input0, Options0)
delete_gateway_response(Client, ResponseType, RestApiId, Input)
Clears any customization of a GatewayResponse of a specified
response type on the given RestApi and resets it with the default
settings.
delete_gateway_response(Client, ResponseType, RestApiId, Input0, Options0)
delete_integration(Client, HttpMethod, ResourceId, RestApiId, Input)
Represents a delete integration.
delete_integration(Client, HttpMethod, ResourceId, RestApiId, Input0, Options0)
delete_integration_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, Input)
Represents a delete integration response.
delete_integration_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, Input0, Options0)
delete_method(Client, HttpMethod, ResourceId, RestApiId, Input)
Deletes an existing Method resource.
delete_method(Client, HttpMethod, ResourceId, RestApiId, Input0, Options0)
delete_method_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, Input)
Deletes an existing MethodResponse resource.
delete_method_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, Input0, Options0)
delete_model(Client, ModelName, RestApiId, Input)
Deletes a model.
delete_model(Client, ModelName, RestApiId, Input0, Options0)
delete_request_validator(Client, RequestValidatorId, RestApiId, Input)
Deletes a RequestValidator of a given RestApi.
delete_request_validator(Client, RequestValidatorId, RestApiId, Input0, Options0)
delete_resource(Client, ResourceId, RestApiId, Input)
Deletes a Resource resource.
delete_resource(Client, ResourceId, RestApiId, Input0, Options0)
delete_rest_api(Client, RestApiId, Input)
Deletes the specified API.
delete_rest_api(Client, RestApiId, Input0, Options0)
delete_stage(Client, RestApiId, StageName, Input)
Deletes a Stage resource.
delete_stage(Client, RestApiId, StageName, Input0, Options0)
delete_usage_plan(Client, UsagePlanId, Input)
Deletes a usage plan of a given plan Id.
delete_usage_plan(Client, UsagePlanId, Input0, Options0)
delete_usage_plan_key(Client, KeyId, UsagePlanId, Input)
Deletes a usage plan key and remove the underlying API key from the associated usage plan.
delete_usage_plan_key(Client, KeyId, UsagePlanId, Input0, Options0)
delete_vpc_link(Client, VpcLinkId, Input)
Deletes an existing VpcLink of a specified identifier.
delete_vpc_link(Client, VpcLinkId, Input0, Options0)
flush_stage_authorizers_cache(Client, RestApiId, StageName, Input)
Flushes all authorizer cache entries on a stage.
flush_stage_authorizers_cache(Client, RestApiId, StageName, Input0, Options0)
flush_stage_cache(Client, RestApiId, StageName, Input)
Flushes a stage's cache.
flush_stage_cache(Client, RestApiId, StageName, Input0, Options0)
generate_client_certificate(Client, Input)
Generates a ClientCertificate resource.
generate_client_certificate(Client, Input0, Options0)
get_account(Client)
Gets information about the current Account resource.
get_account(Client, QueryMap, HeadersMap)
get_account(Client, QueryMap, HeadersMap, Options0)
get_api_key(Client, ApiKey)
Gets information about the current ApiKey resource.
get_api_key(Client, ApiKey, QueryMap, HeadersMap)
get_api_key(Client, ApiKey, QueryMap, HeadersMap, Options0)
get_api_keys(Client)
Gets information about the current ApiKeys resource.
get_api_keys(Client, QueryMap, HeadersMap)
get_api_keys(Client, QueryMap, HeadersMap, Options0)
get_authorizer(Client, AuthorizerId, RestApiId)
Describe an existing Authorizer resource.
get_authorizer(Client, AuthorizerId, RestApiId, QueryMap, HeadersMap)
get_authorizer(Client, AuthorizerId, RestApiId, QueryMap, HeadersMap, Options0)
get_authorizers(Client, RestApiId)
Describe an existing Authorizers resource.
get_authorizers(Client, RestApiId, QueryMap, HeadersMap)
get_authorizers(Client, RestApiId, QueryMap, HeadersMap, Options0)
get_base_path_mapping(Client, BasePath, DomainName)
Describe a BasePathMapping resource.
get_base_path_mapping(Client, BasePath, DomainName, QueryMap, HeadersMap)
get_base_path_mapping(Client, BasePath, DomainName, QueryMap, HeadersMap, Options0)
get_base_path_mappings(Client, DomainName)
Represents a collection of BasePathMapping resources.
get_base_path_mappings(Client, DomainName, QueryMap, HeadersMap)
get_base_path_mappings(Client, DomainName, QueryMap, HeadersMap, Options0)
get_client_certificate(Client, ClientCertificateId)
Gets information about the current ClientCertificate resource.
get_client_certificate(Client, ClientCertificateId, QueryMap, HeadersMap)
get_client_certificate(Client, ClientCertificateId, QueryMap, HeadersMap, Options0)
get_client_certificates(Client)
Gets a collection of ClientCertificate resources.
get_client_certificates(Client, QueryMap, HeadersMap)
get_client_certificates(Client, QueryMap, HeadersMap, Options0)
get_deployment(Client, DeploymentId, RestApiId)
Gets information about a Deployment resource.
get_deployment(Client, DeploymentId, RestApiId, QueryMap, HeadersMap)
get_deployment(Client, DeploymentId, RestApiId, QueryMap, HeadersMap, Options0)
get_deployments(Client, RestApiId)
Gets information about a Deployments collection.
get_deployments(Client, RestApiId, QueryMap, HeadersMap)
get_deployments(Client, RestApiId, QueryMap, HeadersMap, Options0)
get_documentation_part(Client, DocumentationPartId, RestApiId)
get_documentation_part(Client, DocumentationPartId, RestApiId, QueryMap, HeadersMap)
get_documentation_part(Client, DocumentationPartId, RestApiId, QueryMap, HeadersMap, Options0)
get_documentation_parts(Client, RestApiId)
get_documentation_parts(Client, RestApiId, QueryMap, HeadersMap)
get_documentation_parts(Client, RestApiId, QueryMap, HeadersMap, Options0)
get_documentation_version(Client, DocumentationVersion, RestApiId)
get_documentation_version(Client, DocumentationVersion, RestApiId, QueryMap, HeadersMap)
get_documentation_version(Client, DocumentationVersion, RestApiId, QueryMap, HeadersMap, Options0)
get_documentation_versions(Client, RestApiId)
get_documentation_versions(Client, RestApiId, QueryMap, HeadersMap)
get_documentation_versions(Client, RestApiId, QueryMap, HeadersMap, Options0)
get_domain_name(Client, DomainName)
Represents a domain name that is contained in a simpler, more intuitive URL that can be called.
get_domain_name(Client, DomainName, QueryMap, HeadersMap)
get_domain_name(Client, DomainName, QueryMap, HeadersMap, Options0)
get_domain_names(Client)
Represents a collection of DomainName resources.
get_domain_names(Client, QueryMap, HeadersMap)
get_domain_names(Client, QueryMap, HeadersMap, Options0)
get_export(Client, ExportType, RestApiId, StageName)
Exports a deployed version of a RestApi in a specified format.
get_export(Client, ExportType, RestApiId, StageName, QueryMap, HeadersMap)
get_export(Client, ExportType, RestApiId, StageName, QueryMap, HeadersMap, Options0)
get_gateway_response(Client, ResponseType, RestApiId)
Gets a GatewayResponse of a specified response type on the given
RestApi.
get_gateway_response(Client, ResponseType, RestApiId, QueryMap, HeadersMap)
get_gateway_response(Client, ResponseType, RestApiId, QueryMap, HeadersMap, Options0)
get_gateway_responses(Client, RestApiId)
Gets the GatewayResponses collection on the given RestApi.
GatewayResponses
collection for the supported response types.
get_gateway_responses(Client, RestApiId, QueryMap, HeadersMap)
get_gateway_responses(Client, RestApiId, QueryMap, HeadersMap, Options0)
get_integration(Client, HttpMethod, ResourceId, RestApiId)
Get the integration settings.
get_integration(Client, HttpMethod, ResourceId, RestApiId, QueryMap, HeadersMap)
get_integration(Client, HttpMethod, ResourceId, RestApiId, QueryMap, HeadersMap, Options0)
get_integration_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode)
Represents a get integration response.
get_integration_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, QueryMap, HeadersMap)
get_integration_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, QueryMap, HeadersMap, Options0)
get_method(Client, HttpMethod, ResourceId, RestApiId)
Describe an existing Method resource.
get_method(Client, HttpMethod, ResourceId, RestApiId, QueryMap, HeadersMap)
get_method(Client, HttpMethod, ResourceId, RestApiId, QueryMap, HeadersMap, Options0)
get_method_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode)
Describes a MethodResponse resource.
get_method_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, QueryMap, HeadersMap)
get_method_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, QueryMap, HeadersMap, Options0)
get_model(Client, ModelName, RestApiId)
Describes an existing model defined for a RestApi resource.
get_model(Client, ModelName, RestApiId, QueryMap, HeadersMap)
get_model(Client, ModelName, RestApiId, QueryMap, HeadersMap, Options0)
get_model_template(Client, ModelName, RestApiId)
Generates a sample mapping template that can be used to transform a payload into the structure of a model.
get_model_template(Client, ModelName, RestApiId, QueryMap, HeadersMap)
get_model_template(Client, ModelName, RestApiId, QueryMap, HeadersMap, Options0)
get_models(Client, RestApiId)
Describes existing Models defined for a RestApi resource.
get_models(Client, RestApiId, QueryMap, HeadersMap)
get_models(Client, RestApiId, QueryMap, HeadersMap, Options0)
get_request_validator(Client, RequestValidatorId, RestApiId)
Gets a RequestValidator of a given RestApi.
get_request_validator(Client, RequestValidatorId, RestApiId, QueryMap, HeadersMap)
get_request_validator(Client, RequestValidatorId, RestApiId, QueryMap, HeadersMap, Options0)
get_request_validators(Client, RestApiId)
Gets the RequestValidators collection of a given RestApi.
get_request_validators(Client, RestApiId, QueryMap, HeadersMap)
get_request_validators(Client, RestApiId, QueryMap, HeadersMap, Options0)
get_resource(Client, ResourceId, RestApiId)
Lists information about a resource.
get_resource(Client, ResourceId, RestApiId, QueryMap, HeadersMap)
get_resource(Client, ResourceId, RestApiId, QueryMap, HeadersMap, Options0)
get_resources(Client, RestApiId)
Lists information about a collection of Resource resources.
get_resources(Client, RestApiId, QueryMap, HeadersMap)
get_resources(Client, RestApiId, QueryMap, HeadersMap, Options0)
get_rest_api(Client, RestApiId)
Lists the RestApi resource in the collection.
get_rest_api(Client, RestApiId, QueryMap, HeadersMap)
get_rest_api(Client, RestApiId, QueryMap, HeadersMap, Options0)
get_rest_apis(Client)
Lists the RestApis resources for your collection.
get_rest_apis(Client, QueryMap, HeadersMap)
get_rest_apis(Client, QueryMap, HeadersMap, Options0)
get_sdk(Client, RestApiId, SdkType, StageName)
Generates a client SDK for a RestApi and Stage.
get_sdk(Client, RestApiId, SdkType, StageName, QueryMap, HeadersMap)
get_sdk(Client, RestApiId, SdkType, StageName, QueryMap, HeadersMap, Options0)
get_sdk_type(Client, Id)
get_sdk_type(Client, Id, QueryMap, HeadersMap)
get_sdk_type(Client, Id, QueryMap, HeadersMap, Options0)
get_sdk_types(Client)
get_sdk_types(Client, QueryMap, HeadersMap)
get_sdk_types(Client, QueryMap, HeadersMap, Options0)
get_stage(Client, RestApiId, StageName)
Gets information about a Stage resource.
get_stage(Client, RestApiId, StageName, QueryMap, HeadersMap)
get_stage(Client, RestApiId, StageName, QueryMap, HeadersMap, Options0)
get_stages(Client, RestApiId)
Gets information about one or more Stage resources.
get_stages(Client, RestApiId, QueryMap, HeadersMap)
get_stages(Client, RestApiId, QueryMap, HeadersMap, Options0)
get_tags(Client, ResourceArn)
Gets the Tags collection for a given resource.
get_tags(Client, ResourceArn, QueryMap, HeadersMap)
get_tags(Client, ResourceArn, QueryMap, HeadersMap, Options0)
get_usage(Client, UsagePlanId, EndDate, StartDate)
Gets the usage data of a usage plan in a specified time interval.
get_usage(Client, UsagePlanId, EndDate, StartDate, QueryMap, HeadersMap)
get_usage(Client, UsagePlanId, EndDate, StartDate, QueryMap, HeadersMap, Options0)
get_usage_plan(Client, UsagePlanId)
Gets a usage plan of a given plan identifier.
get_usage_plan(Client, UsagePlanId, QueryMap, HeadersMap)
get_usage_plan(Client, UsagePlanId, QueryMap, HeadersMap, Options0)
get_usage_plan_key(Client, KeyId, UsagePlanId)
Gets a usage plan key of a given key identifier.
get_usage_plan_key(Client, KeyId, UsagePlanId, QueryMap, HeadersMap)
get_usage_plan_key(Client, KeyId, UsagePlanId, QueryMap, HeadersMap, Options0)
get_usage_plan_keys(Client, UsagePlanId)
Gets all the usage plan keys representing the API keys added to a specified usage plan.
get_usage_plan_keys(Client, UsagePlanId, QueryMap, HeadersMap)
get_usage_plan_keys(Client, UsagePlanId, QueryMap, HeadersMap, Options0)
get_usage_plans(Client)
Gets all the usage plans of the caller's account.
get_usage_plans(Client, QueryMap, HeadersMap)
get_usage_plans(Client, QueryMap, HeadersMap, Options0)
get_vpc_link(Client, VpcLinkId)
Gets a specified VPC link under the caller's account in a region.
get_vpc_link(Client, VpcLinkId, QueryMap, HeadersMap)
get_vpc_link(Client, VpcLinkId, QueryMap, HeadersMap, Options0)
get_vpc_links(Client)
Gets the VpcLinks collection under the caller's account in a
selected region.
get_vpc_links(Client, QueryMap, HeadersMap)
get_vpc_links(Client, QueryMap, HeadersMap, Options0)
import_api_keys(Client, Input)
Import API keys from an external source, such as a CSV-formatted file.
import_api_keys(Client, Input0, Options0)
import_documentation_parts(Client, RestApiId, Input)
import_documentation_parts(Client, RestApiId, Input0, Options0)
import_rest_api(Client, Input)
A feature of the API Gateway control service for creating a new API from an external API definition file.
import_rest_api(Client, Input0, Options0)
put_gateway_response(Client, ResponseType, RestApiId, Input)
Creates a customization of a GatewayResponse of a specified
response type and status code on the given RestApi.
put_gateway_response(Client, ResponseType, RestApiId, Input0, Options0)
put_integration(Client, HttpMethod, ResourceId, RestApiId, Input)
Sets up a method's integration.
put_integration(Client, HttpMethod, ResourceId, RestApiId, Input0, Options0)
put_integration_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, Input)
Represents a put integration.
put_integration_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, Input0, Options0)
put_method(Client, HttpMethod, ResourceId, RestApiId, Input)
Add a method to an existing Resource resource.
put_method(Client, HttpMethod, ResourceId, RestApiId, Input0, Options0)
put_method_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, Input)
Adds a MethodResponse to an existing Method resource.
put_method_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, Input0, Options0)
put_rest_api(Client, RestApiId, Input)
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.put_rest_api(Client, RestApiId, Input0, Options0)
tag_resource(Client, ResourceArn, Input)
Adds or updates a tag on a given resource.
tag_resource(Client, ResourceArn, Input0, Options0)
test_invoke_authorizer(Client, AuthorizerId, RestApiId, Input)
Simulate the execution of an Authorizer in your RestApi with
headers, parameters, and an incoming request body.
test_invoke_authorizer(Client, AuthorizerId, RestApiId, Input0, Options0)
test_invoke_method(Client, HttpMethod, ResourceId, RestApiId, Input)
Simulate the execution of a Method in your RestApi with headers,
parameters, and an incoming request body.
test_invoke_method(Client, HttpMethod, ResourceId, RestApiId, Input0, Options0)
untag_resource(Client, ResourceArn, Input)
Removes a tag from a given resource.
untag_resource(Client, ResourceArn, Input0, Options0)
update_account(Client, Input)
Changes information about the current Account resource.
update_account(Client, Input0, Options0)
update_api_key(Client, ApiKey, Input)
Changes information about an ApiKey resource.
update_api_key(Client, ApiKey, Input0, Options0)
update_authorizer(Client, AuthorizerId, RestApiId, Input)
Updates an existing Authorizer resource.
update_authorizer(Client, AuthorizerId, RestApiId, Input0, Options0)
update_base_path_mapping(Client, BasePath, DomainName, Input)
Changes information about the BasePathMapping resource.
update_base_path_mapping(Client, BasePath, DomainName, Input0, Options0)
update_client_certificate(Client, ClientCertificateId, Input)
Changes information about an ClientCertificate resource.
update_client_certificate(Client, ClientCertificateId, Input0, Options0)
update_deployment(Client, DeploymentId, RestApiId, Input)
Changes information about a Deployment resource.
update_deployment(Client, DeploymentId, RestApiId, Input0, Options0)
update_documentation_part(Client, DocumentationPartId, RestApiId, Input)
update_documentation_part(Client, DocumentationPartId, RestApiId, Input0, Options0)
update_documentation_version(Client, DocumentationVersion, RestApiId, Input)
update_documentation_version(Client, DocumentationVersion, RestApiId, Input0, Options0)
update_domain_name(Client, DomainName, Input)
Changes information about the DomainName resource.
update_domain_name(Client, DomainName, Input0, Options0)
update_gateway_response(Client, ResponseType, RestApiId, Input)
Updates a GatewayResponse of a specified response type on the given
RestApi.
update_gateway_response(Client, ResponseType, RestApiId, Input0, Options0)
update_integration(Client, HttpMethod, ResourceId, RestApiId, Input)
Represents an update integration.
update_integration(Client, HttpMethod, ResourceId, RestApiId, Input0, Options0)
update_integration_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, Input)
Represents an update integration response.
update_integration_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, Input0, Options0)
update_method(Client, HttpMethod, ResourceId, RestApiId, Input)
Updates an existing Method resource.
update_method(Client, HttpMethod, ResourceId, RestApiId, Input0, Options0)
update_method_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, Input)
Updates an existing MethodResponse resource.
update_method_response(Client, HttpMethod, ResourceId, RestApiId, StatusCode, Input0, Options0)
update_model(Client, ModelName, RestApiId, Input)
Changes information about a model.
update_model(Client, ModelName, RestApiId, Input0, Options0)
update_request_validator(Client, RequestValidatorId, RestApiId, Input)
Updates a RequestValidator of a given RestApi.
update_request_validator(Client, RequestValidatorId, RestApiId, Input0, Options0)
update_resource(Client, ResourceId, RestApiId, Input)
Changes information about a Resource resource.
update_resource(Client, ResourceId, RestApiId, Input0, Options0)
update_rest_api(Client, RestApiId, Input)
Changes information about the specified API.
update_rest_api(Client, RestApiId, Input0, Options0)
update_stage(Client, RestApiId, StageName, Input)
Changes information about a Stage resource.
update_stage(Client, RestApiId, StageName, Input0, Options0)
update_usage(Client, KeyId, UsagePlanId, Input)
Grants a temporary extension to the remaining quota of a usage plan associated with a specified API key.
update_usage(Client, KeyId, UsagePlanId, Input0, Options0)
update_usage_plan(Client, UsagePlanId, Input)
Updates a usage plan of a given plan Id.
update_usage_plan(Client, UsagePlanId, Input0, Options0)
update_vpc_link(Client, VpcLinkId, Input)
Updates an existing VpcLink of a specified identifier.