Values.DeleteInfrastructureConfigurationRequestSourceDeletes an infrastructure configuration.
type nonrec t = {infrastructureConfigurationArn : InfrastructureConfigurationArn.t;The Amazon Resource Name (ARN) of the infrastructure configuration to delete.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of InfrastructureConfigurationArn.t ]) list ]