Values.GetResourceConfigHistoryResponseSourceThe output for the GetResourceConfigHistory action.
type nonrec t = {configurationItems : ConfigurationItemList.t option;An array of ConfigurationItems Objects. Contatins the configuration history for one or more resources.
*)nextToken : NextToken.t option;The string that you use in a subsequent request to get the next page of results in a paginated response.
*)}type nonrec error = [ | `InvalidLimitException of InvalidLimitException.t| `InvalidNextTokenException of InvalidNextTokenException.t| `InvalidTimeRangeException of InvalidTimeRangeException.t| `NoAvailableConfigurationRecorderException of
NoAvailableConfigurationRecorderException.t| `ResourceNotDiscoveredException of ResourceNotDiscoveredException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val 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 ]val 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 ]val 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 ]