disassociateResourceTypes
inline suspend fun ConfigClient.disassociateResourceTypes(crossinline block: DisassociateResourceTypesRequest.Builder.() -> Unit): DisassociateResourceTypesResponse
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
.