Values.DeleteConfigurationManagerInputSourceDeletes a configuration manager.
type nonrec t = {managerArn : DeleteConfigurationManagerInputManagerArnString.t;The ID of the configuration manager.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of DeleteConfigurationManagerInputManagerArnString.t ])
list ]