Values_0.UpdateDimensionRequestSourceUpdates the definition for a dimension. You cannot change the type of a dimension after it is created (you can delete it and recreate it). Requires permission to access the UpdateDimension action.
type nonrec t = {name : DimensionName.t;A unique identifier for the dimension. Choose something that describes the type and value to make it easy to remember what it does.
*)stringValues : DimensionStringValues.t;Specifies the value or list of values for the dimension. For TOPIC_FILTER dimensions, this is a pattern used to match the MQTT topic (for example, "admin/#").
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of DimensionStringValue.t ] list
| `String of DimensionName.t ])
list ]