locationservice_update_place_index: Updates the specified properties of a given place index...

View source: R/locationservice_operations.R

locationservice_update_place_indexR Documentation

Updates the specified properties of a given place index resource

Description

Updates the specified properties of a given place index resource.

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

Usage

locationservice_update_place_index(
  DataSourceConfiguration = NULL,
  Description = NULL,
  IndexName,
  PricingPlan = NULL
)

Arguments

DataSourceConfiguration

Updates the data storage option for the place index resource.

Description

Updates the description for the place index resource.

IndexName

[required] The name of the place index 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.