Values.CreateIdNamespaceOutputSourceCreates an ID namespace object which will help customers provide metadata explaining their dataset and how to use it. Each ID namespace must have a unique name. To modify an existing ID namespace, use the UpdateIdNamespace API.
type nonrec t = {idNamespaceName : EntityName.t option;The name of the ID namespace.
*)idNamespaceArn : IdNamespaceArn.t option;The Amazon Resource Name (ARN) of the ID namespace.
*)description : Description.t option;The description of the ID namespace.
*)inputSourceConfig : IdNamespaceInputSourceConfig.t option;A list of InputSource objects, which have the fields InputSourceARN and SchemaName.
*)idMappingWorkflowProperties : IdNamespaceIdMappingWorkflowPropertiesList.t
option;Determines the properties of IdMappingWorkflow where this IdNamespace can be used as a Source or a Target.
*)type_ : IdNamespaceType.t option;The type of ID namespace. There are two types: SOURCE and TARGET. The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow. The TARGET contains a configuration of targetId to which all sourceIds will resolve to.
*)roleArn : RoleArn.t option;The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access the resources defined in inputSourceConfig on your behalf as part of the workflow run.
*)createdAt : Timestamp.t option;The timestamp of when the ID namespace was created.
*)updatedAt : Timestamp.t option;The timestamp of when the ID namespace was last updated.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `ExceedsLimitException of ExceedsLimitException.t| `InternalServerException of InternalServerException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `ExceedsLimitException of ExceedsLimitException.t
| `InternalServerException of InternalServerException.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
| `ConflictException of ConflictException.t
| `ExceedsLimitException of ExceedsLimitException.t
| `InternalServerException of InternalServerException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of InputSourceARN.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Enum of string
| `Structure of
(string
* [> `List of
[> `String of AttributeName.t ] list
| `String of RuleRuleNameString.t ])
list ]
list
| `String of ProviderServiceArn.t
| `Structure of 'a list ])
list ])
list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of EntityName.t
| `Timestamp of Timestamp.t ])
list ]