Module Values.UpdateIdNamespaceInputSource

Updates an existing ID namespace.

Sourcetype nonrec t = {
  1. idNamespaceName : EntityName.t;
    (*

    The name of the ID namespace.

    *)
  2. description : Description.t option;
    (*

    The description of the ID namespace.

    *)
  3. inputSourceConfig : IdNamespaceInputSourceConfig.t option;
    (*

    A list of InputSource objects, which have the fields InputSourceARN and SchemaName.

    *)
  4. idMappingWorkflowProperties : IdNamespaceIdMappingWorkflowPropertiesList.t option;
    (*

    Determines the properties of IdMappingWorkflow where this IdNamespace can be used as a Source or a Target.

    *)
  5. roleArn : RoleArn.t option;
    (*

    The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access the resources defined in this IdNamespace on your behalf as part of a workflow run.

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> ?inputSourceConfig:??? -> ?idMappingWorkflowProperties:??? -> ?roleArn:??? -> idNamespaceName:EntityName.t -> unit -> t
Sourceval to_value : t -> [> `Structure 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 | `String of EntityName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t