Values.DeleteResourceConfigurationRequestSourceDeletes the specified resource configuration.
type nonrec t = {resourceConfigurationIdentifier : ResourceConfigurationIdentifier.t;The ID or ARN of the resource configuration.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of ResourceConfigurationIdentifier.t ]) list ]