The API mapping.
apigatewayv2_update_api_mapping(ApiId, ApiMappingId, ApiMappingKey,
DomainName, Stage)
[required] The API identifier.
[required] The API mapping identifier.
The API mapping key.
[required] The domain name.
The API stage.
A list with the following syntax:
list( ApiId = "string", ApiMappingId = "string", ApiMappingKey = "string", Stage = "string" )
svc$update_api_mapping( ApiId = "string", ApiMappingId = "string", ApiMappingKey = "string", DomainName = "string", Stage = "string" )