Values.GetProviderServiceOutputSourceReturns the ProviderService of a given name.
type nonrec t = {providerName : EntityName.t option;The name of the provider. This name is typically the company name.
*)providerServiceName : EntityName.t option;The name of the product that the provider service provides.
*)providerServiceDisplayName : ProviderServiceDisplayName.t option;The display name of the provider service.
*)providerServiceType : ServiceType.t option;The type of provider service.
*)providerServiceArn : ProviderServiceArn.t option;The ARN (Amazon Resource Name) that Entity Resolution generated for the provider service.
*)providerConfigurationDefinition : Document.t option;The definition of the provider configuration.
*)providerIdNameSpaceConfiguration : ProviderIdNameSpaceConfiguration.t option;The provider configuration required for different ID namespace types.
*)providerJobConfiguration : Document.t option;Provider service job configurations.
*)providerEndpointConfiguration : ProviderEndpointConfiguration.t option;The required configuration fields to use with the provider service.
*)anonymizedOutput : Boolean.t option;Specifies whether output data from the provider is anonymized. A value of TRUE means the output will be anonymized and you can't relate the data that comes back from the provider to the identifying input. A value of FALSE means the output won't be anonymized and you can relate the data that comes back from the provider to your source data.
*)providerEntityOutputDefinition : Document.t option;The definition of the provider entity output.
*)providerIntermediateDataAccessConfiguration : ProviderIntermediateDataAccessConfiguration.t
option;The Amazon Web Services accounts and the S3 permissions that are required by some providers to create an S3 bucket for intermediate data storage.
*)providerComponentSchema : ProviderComponentSchema.t option;Input schema for the provider service.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?providerName:??? ->
?providerServiceName:??? ->
?providerServiceDisplayName:??? ->
?providerServiceType:??? ->
?providerServiceArn:??? ->
?providerConfigurationDefinition:??? ->
?providerIdNameSpaceConfiguration:??? ->
?providerJobConfiguration:??? ->
?providerEndpointConfiguration:??? ->
?anonymizedOutput:??? ->
?providerEntityOutputDefinition:??? ->
?providerIntermediateDataAccessConfiguration:??? ->
?providerComponentSchema:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of EntityName.t
| `Structure of
(string
* [> `List of
[> `List of [> `String of String_.t ] list
| `String of AwsAccountId.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of AttributeName.t ])
list ]
list
| `String of String_.t
| `Structure of (string * [> `String of String_.t ]) list ])
list ])
list ]