Values.BatchGetResourceConfigResponseSourceReturns the BaseConfigurationItem for one or more requested resources. The operation also returns a list of resources that are not processed in the current request. If there are no unprocessed resources, the operation returns an empty unprocessedResourceKeys list. The API does not return results for deleted resources. The API does not return any tags for the requested resources. This information is filtered out of the supplementaryConfiguration section of the API response.
type nonrec t = {baseConfigurationItems : BaseConfigurationItems.t option;A list that contains the current configuration of one or more resources.
*)unprocessedResourceKeys : ResourceKeys.t option;A list of resource keys that were not processed with the current response. The unprocessesResourceKeys value is in the same form as ResourceKeys, so the value can be directly provided to a subsequent BatchGetResourceConfig operation. If there are no unprocessed resource keys, the response contains an empty unprocessedResourceKeys list.
*)}type nonrec error = [ | `NoAvailableConfigurationRecorderException of
NoAvailableConfigurationRecorderException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `NoAvailableConfigurationRecorderException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `NoAvailableConfigurationRecorderException 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
| `Map of
([> `String of SupplementaryConfigurationName.t ]
* [> `String of SupplementaryConfigurationValue.t ])
list
| `String of Version.t
| `Timestamp of ConfigurationItemCaptureTime.t ])
list ]
list ])
list ]