locationservice_update_route_calculator: Updates the specified properties for a given route calculator...

View source: R/locationservice_operations.R

locationservice_update_route_calculatorR Documentation

Updates the specified properties for a given route calculator resource

Description

Updates the specified properties for a given route calculator resource.

See https://www.paws-r-sdk.com/docs/locationservice_update_route_calculator/ for full documentation.

Usage

locationservice_update_route_calculator(
  CalculatorName,
  Description = NULL,
  PricingPlan = NULL
)

Arguments

CalculatorName

[required] The name of the route calculator resource to update.

Description

Updates the description for the route calculator resource.

PricingPlan

No longer used. If included, the only allowed value is RequestBasedUsage.


paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.