Smaws_Client_ApplicationDiscoveryService.DescribeConfigurationsRetrieves 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:
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.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `AuthorizationErrorException of Types.authorization_error_exception
| `HomeRegionNotSetException of Types.home_region_not_set_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `InvalidParameterValueException of Types.invalid_parameter_value_exception
| `ServerInternalErrorException of Types.server_internal_error_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_configurations_request ->
(Types.describe_configurations_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `AuthorizationErrorException of Types.authorization_error_exception
| `HomeRegionNotSetException of Types.home_region_not_set_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `InvalidParameterValueException of
Types.invalid_parameter_value_exception
| `ServerInternalErrorException of Types.server_internal_error_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_configurations_request ->
(Types.describe_configurations_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `AuthorizationErrorException of Types.authorization_error_exception
| `HomeRegionNotSetException of Types.home_region_not_set_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `InvalidParameterValueException of
Types.invalid_parameter_value_exception
| `ServerInternalErrorException of Types.server_internal_error_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result