locationservice_update_geofence_collection: Updates the specified properties of a given geofence...

View source: R/locationservice_operations.R

locationservice_update_geofence_collectionR Documentation

Updates the specified properties of a given geofence collection

Description

Updates the specified properties of a given geofence collection.

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

Usage

locationservice_update_geofence_collection(
  CollectionName,
  Description = NULL,
  PricingPlan = NULL,
  PricingPlanDataSource = NULL
)

Arguments

CollectionName

[required] The name of the geofence collection to update.

Description

Updates the description for the geofence collection.

PricingPlan

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

PricingPlanDataSource

This parameter is no longer used.


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