Values.GetDistributionConfigurationRequestSourceGets a distribution configuration.
type nonrec t = {distributionConfigurationArn : DistributionConfigurationArn.t;The Amazon Resource Name (ARN) of the distribution configuration that you want to retrieve.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of DistributionConfigurationArn.t ]) list ]