Smaws_Client_ConfigService.DescribeConfigurationRecorders
Returns details for the configuration recorder you specify.
If a configuration recorder is not specified, this operation returns details for the customer managed configuration recorder configured for the account, if applicable.
When making a request to this operation, you can only specify one configuration recorder.
val request :
Smaws_Lib.Context.t ->
Types.describe_configuration_recorders_request ->
(Types.describe_configuration_recorders_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `NoSuchConfigurationRecorderException of
Types.no_such_configuration_recorder_exception
| `ValidationException of Types.validation_exception ])
Stdlib.result