curl --location -g --request PATCH 'http://geo.{region}.amazonaws.com/places/v0/indexes/' \
--header 'Content-Type: application/json' \
--data-raw '{
"DataSourceConfiguration": {
"IntendedUse": "SingleUse"
},
"Description": "string",
"PricingPlan": "RequestBasedUsage"
}'{
"IndexArn": "string",
"IndexName": "string",
"UpdateTime": "string"
}