Smaws_Client_ConfigService.DisassociateResourceTypes
Removes 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 request :
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