Module Values.GetResourceConfigHistoryResponseSource

The output for the GetResourceConfigHistory action.

Sourcetype nonrec t = {
  1. configurationItems : ConfigurationItemList.t option;
    (*

    An array of ConfigurationItems Objects. Contatins the configuration history for one or more resources.

    *)
  2. nextToken : NextToken.t option;
    (*

    The string that you use in a subsequent request to get the next page of results in a paginated response.

    *)
}
Sourcetype nonrec error = [
  1. | `InvalidLimitException of InvalidLimitException.t
  2. | `InvalidNextTokenException of InvalidNextTokenException.t
  3. | `InvalidTimeRangeException of InvalidTimeRangeException.t
  4. | `NoAvailableConfigurationRecorderException of NoAvailableConfigurationRecorderException.t
  5. | `ResourceNotDiscoveredException of ResourceNotDiscoveredException.t
  6. | `ValidationException of ValidationException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?configurationItems:??? -> ?nextToken:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InvalidLimitException of unit | `InvalidNextTokenException of unit | `InvalidTimeRangeException of unit | `NoAvailableConfigurationRecorderException of unit | `ResourceNotDiscoveredException of unit | `Unknown_operation_error of string * string option | `ValidationException of unit ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InvalidLimitException of unit | `InvalidNextTokenException of unit | `InvalidTimeRangeException of unit | `NoAvailableConfigurationRecorderException of unit | `ResourceNotDiscoveredException of unit | `Unknown_operation_error of string * string option | `ValidationException of unit ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `String of RelatedEvent.t | `Structure of (string * [> `Enum of string | `String of ResourceId.t ]) list ] list | `Map of ([> `String of Name.t ] * [> `String of Value.t ]) list | `String of Version.t | `Timestamp of ConfigurationItemCaptureTime.t ]) list ] list | `String of NextToken.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