Smaws_Client_ConfigService.AssociateResourceTypes
Adds all resource types specified in the ResourceTypes
list to the RecordingGroup of specified configuration recorder and includes those resource types when recording.
For this operation, the specified 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 ] ->
string
val request :
'http_type Smaws_Lib.Context.t ->
Types.associate_resource_types_request ->
(Types.associate_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