Values_0.UpdateDimensionResponseSourceUpdates 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 option;A unique identifier for the dimension.
*)arn : DimensionArn.t option;The Amazon Resource Name (ARN)of the created dimension.
*)type_ : DimensionType.t option;The type of the dimension.
*)stringValues : DimensionStringValues.t option;The value or list of values used to scope the dimension. For example, for topic filters, this is the pattern used to match the MQTT topic name.
*)creationDate : Timestamp.t option;The date and time, in milliseconds since epoch, when the dimension was initially created.
*)lastModifiedDate : Timestamp.t option;The date and time, in milliseconds since epoch, when the dimension was most recently updated.
*)}type nonrec error = [ | `InternalFailureException of InternalFailureException.t| `InvalidRequestException of InvalidRequestException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalFailureException of InternalFailureException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalFailureException of InternalFailureException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of DimensionStringValue.t ] list
| `String of DimensionName.t
| `Timestamp of Timestamp.t ])
list ]