Values_1.DescribeDimensionResponseSourceProvides details about a dimension that is defined in your Amazon Web Services accounts. Requires permission to access the DescribeDimension action.
type nonrec t = {name : Values_0.DimensionName.t option;The unique identifier for the dimension.
*)arn : Values_0.DimensionArn.t option;The Amazon Resource Name (ARN) for the dimension.
*)type_ : Values_0.DimensionType.t option;The type of the dimension.
*)stringValues : Values_0.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 : Values_0.Timestamp.t option;The date the dimension was created.
*)lastModifiedDate : Values_0.Timestamp.t option;The date the dimension was last modified.
*)}type nonrec error = [ | `InternalFailureException of Values_0.InternalFailureException.t| `InvalidRequestException of Values_0.InvalidRequestException.t| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t| `ThrottlingException of Values_0.ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalFailureException of Values_0.InternalFailureException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalFailureException of Values_0.InternalFailureException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of string ] list
| `String of Values_0.DimensionName.t
| `Timestamp of Values_0.Timestamp.t ])
list ]