Module Values_1.DescribeDimensionResponseSource

Provides details about a dimension that is defined in your Amazon Web Services accounts. Requires permission to access the DescribeDimension action.

Sourcetype nonrec t = {
  1. name : Values_0.DimensionName.t option;
    (*

    The unique identifier for the dimension.

    *)
  2. arn : Values_0.DimensionArn.t option;
    (*

    The Amazon Resource Name (ARN) for the dimension.

    *)
  3. type_ : Values_0.DimensionType.t option;
    (*

    The type of the dimension.

    *)
  4. 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.

    *)
  5. creationDate : Values_0.Timestamp.t option;
    (*

    The date the dimension was created.

    *)
  6. lastModifiedDate : Values_0.Timestamp.t option;
    (*

    The date the dimension was last modified.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalFailureException of Values_0.InternalFailureException.t
  2. | `InvalidRequestException of Values_0.InvalidRequestException.t
  3. | `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
  4. | `ThrottlingException of Values_0.ThrottlingException.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?name:??? -> ?arn:??? -> ?type_:??? -> ?stringValues:??? -> ?creationDate:??? -> ?lastModifiedDate:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t