paws.networking (version 0.1.6)

apigatewayv2_update_api_mapping: The API mapping

Description

The API mapping.

Usage

apigatewayv2_update_api_mapping(ApiId, ApiMappingId, ApiMappingKey,
  DomainName, Stage)

Arguments

ApiId

[required] The API identifier.

ApiMappingId

[required] The API mapping identifier.

ApiMappingKey

The API mapping key.

DomainName

[required] The domain name.

Stage

The API stage.

Request syntax

svc$update_api_mapping(
  ApiId = "string",
  ApiMappingId = "string",
  ApiMappingKey = "string",
  DomainName = "string",
  Stage = "string"
)