locationservice_update_map: Updates the specified properties of a given map resource

View source: R/locationservice_operations.R

locationservice_update_mapR Documentation

Updates the specified properties of a given map resource

Description

Updates the specified properties of a given map resource.

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

Usage

locationservice_update_map(
  ConfigurationUpdate = NULL,
  Description = NULL,
  MapName,
  PricingPlan = NULL
)

Arguments

ConfigurationUpdate

Updates the parts of the map configuration that can be updated, including the political view.

Description

Updates the description for the map resource.

MapName

[required] The name of the map resource to update.

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.