Values.NamespaceProviderPropertiesSourceAn object containing providerConfiguration and providerServiceArn.
type nonrec t = {providerServiceArn : ProviderServiceArn.t;The Amazon Resource Name (ARN) of the provider service.
*)providerConfiguration : Document.t option;An object which defines any additional configurations required by the provider service.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of ProviderServiceArn.t | `Structure of 'a list ])
list ]