Smaws_Client_ConfigService.DisassociateResourceTypesRemoves all resource types specified in the ResourceTypes list from the RecordingGroup of configuration recorder and excludes these resource types when recording.
For this operation, the configuration recorder must use a RecordingStrategy that is either INCLUSION_BY_RESOURCE_TYPES or EXCLUSION_BY_RESOURCE_TYPES.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `ConflictException of Types.conflict_exception
| `NoSuchConfigurationRecorderException of
Types.no_such_configuration_recorder_exception
| `ValidationException of Types.validation_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.disassociate_resource_types_request ->
(Types.disassociate_resource_types_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `ConflictException of Types.conflict_exception
| `NoSuchConfigurationRecorderException of
Types.no_such_configuration_recorder_exception
| `ValidationException of Types.validation_exception ])
Stdlib.result