Values.GetInfrastructureConfigurationRequestSourceGetInfrastructureConfiguration request object.
type nonrec t = {infrastructureConfigurationArn : InfrastructureConfigurationArn.t;The Amazon Resource Name (ARN) of the infrastructure configuration that you want to retrieve.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of InfrastructureConfigurationArn.t ]) list ]