Values.DescribeConfigurationsResponseSourceRetrieves attributes for a list of configuration item IDs. All of the supplied IDs must be for the same asset type from one of the following: server application process connection Output fields are specific to the asset type specified. For example, the output for a server configuration item includes a list of attributes about the server, such as host name, operating system, number of network cards, etc. For a complete list of outputs for each asset type, see Using the DescribeConfigurations Action in the Amazon Web Services Application Discovery Service User Guide.
type nonrec t = {configurations : DescribeConfigurationsAttributes.t option;A key in the response map. The value is an array of data.
*)}type nonrec error = [ | `AuthorizationErrorException of AuthorizationErrorException.t| `HomeRegionNotSetException of HomeRegionNotSetException.t| `InvalidParameterException of InvalidParameterException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `ServerInternalErrorException of ServerInternalErrorException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AuthorizationErrorException of AuthorizationErrorException.t
| `HomeRegionNotSetException of HomeRegionNotSetException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `ServerInternalErrorException of ServerInternalErrorException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AuthorizationErrorException of AuthorizationErrorException.t
| `HomeRegionNotSetException of HomeRegionNotSetException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `ServerInternalErrorException of ServerInternalErrorException.t
| `Unknown_operation_error of string * string option ]