AWS.Tools.EntityResolution.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.EntityResolution</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.ERES.AddERESPolicyStatementCmdlet">
            <summary>
            Adds a policy statement object. To retrieve a list of existing policy statements,
            use the <c>GetPolicy</c> API.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.AddERESPolicyStatementCmdlet.Action">
            <summary>
            <para>
            <para>The action that the principal can use on the resource. </para><para>For example, <c>entityresolution:GetIdMappingJob</c>, <c>entityresolution:GetMatchingJob</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.AddERESPolicyStatementCmdlet.Arn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource that will be accessed by the principal.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.AddERESPolicyStatementCmdlet.Condition">
            <summary>
            <para>
            <para>A set of condition keys that you can use in key policies.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.AddERESPolicyStatementCmdlet.Effect">
            <summary>
            <para>
            <para>Determines whether the permissions specified in the policy are to be allowed (<c>Allow</c>)
            or denied (<c>Deny</c>).</para><important><para> If you set the value of the <c>effect</c> parameter to <c>Deny</c> for the <c>AddPolicyStatement</c>
            operation, you must also set the value of the <c>effect</c> parameter in the <c>policy</c>
            to <c>Deny</c> for the <c>PutPolicy</c> operation.</para></important>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.AddERESPolicyStatementCmdlet.Principal">
            <summary>
            <para>
            <para>The Amazon Web Services service or Amazon Web Services account that can access the
            resource defined as ARN.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.AddERESPolicyStatementCmdlet.StatementId">
            <summary>
            <para>
            <para>A statement identifier that differentiates the statement from others in the same policy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.AddERESPolicyStatementCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EntityResolution.Model.AddPolicyStatementResponse).
            Specifying the name of a property of type Amazon.EntityResolution.Model.AddPolicyStatementResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.AddERESPolicyStatementCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Arn parameter.
            The -PassThru parameter is deprecated, use -Select '^Arn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.AddERESPolicyStatementCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ERES.AddERESResourceTagCmdlet">
            <summary>
            Assigns one or more tags (key-value pairs) to the specified Entity Resolution resource.
            Tags can help you organize and categorize your resources. You can also use them to
            scope user permissions by granting a user permission to access or change only resources
            with certain tag values. In Entity Resolution, <c>SchemaMapping</c> and <c>MatchingWorkflow</c>
            can be tagged. Tags don't have any semantic meaning to Amazon Web Services and are
            interpreted strictly as strings of characters. You can use the <c>TagResource</c>
            action with a resource that already has tags. If you specify a new tag key, this tag
            is appended to the list of tags associated with the resource. If you specify a tag
            key that is already associated with the resource, the new tag value that you specify
            replaces the previous value for that tag.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.AddERESResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The ARN of the resource for which you want to view tags.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.AddERESResourceTagCmdlet.Tag">
            <summary>
            <para>
            <para>The tags used to organize, track, or control access for this resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.AddERESResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EntityResolution.Model.TagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.AddERESResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.AddERESResourceTagCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ERES.GetERESIdMappingJobCmdlet">
            <summary>
            Returns the status, metrics, and errors (if there are any) that are associated with
            a job.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESIdMappingJobCmdlet.JobId">
            <summary>
            <para>
            <para>The ID of the job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESIdMappingJobCmdlet.WorkflowName">
            <summary>
            <para>
            <para>The name of the workflow.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESIdMappingJobCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EntityResolution.Model.GetIdMappingJobResponse).
            Specifying the name of a property of type Amazon.EntityResolution.Model.GetIdMappingJobResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESIdMappingJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WorkflowName parameter.
            The -PassThru parameter is deprecated, use -Select '^WorkflowName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ERES.GetERESIdMappingJobListCmdlet">
            <summary>
            Lists all ID mapping jobs for a given workflow.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESIdMappingJobListCmdlet.WorkflowName">
            <summary>
            <para>
            <para>The name of the workflow to be retrieved.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESIdMappingJobListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of objects returned per page.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESIdMappingJobListCmdlet.NextToken">
            <summary>
            <para>
            <para>The pagination token from the previous API call.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESIdMappingJobListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Jobs'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EntityResolution.Model.ListIdMappingJobsResponse).
            Specifying the name of a property of type Amazon.EntityResolution.Model.ListIdMappingJobsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESIdMappingJobListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WorkflowName parameter.
            The -PassThru parameter is deprecated, use -Select '^WorkflowName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ERES.GetERESIdMappingWorkflowCmdlet">
            <summary>
            Returns the <c>IdMappingWorkflow</c> with a given name, if it exists.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESIdMappingWorkflowCmdlet.WorkflowName">
            <summary>
            <para>
            <para>The name of the workflow.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESIdMappingWorkflowCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EntityResolution.Model.GetIdMappingWorkflowResponse).
            Specifying the name of a property of type Amazon.EntityResolution.Model.GetIdMappingWorkflowResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESIdMappingWorkflowCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WorkflowName parameter.
            The -PassThru parameter is deprecated, use -Select '^WorkflowName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ERES.GetERESIdMappingWorkflowListCmdlet">
            <summary>
            Returns a list of all the <c>IdMappingWorkflows</c> that have been created for an
            Amazon Web Services account.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESIdMappingWorkflowListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of objects returned per page.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESIdMappingWorkflowListCmdlet.NextToken">
            <summary>
            <para>
            <para>The pagination token from the previous API call.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESIdMappingWorkflowListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'WorkflowSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EntityResolution.Model.ListIdMappingWorkflowsResponse).
            Specifying the name of a property of type Amazon.EntityResolution.Model.ListIdMappingWorkflowsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ERES.GetERESIdNamespaceCmdlet">
            <summary>
            Returns the <c>IdNamespace</c> with a given name, if it exists.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESIdNamespaceCmdlet.IdNamespaceName">
            <summary>
            <para>
            <para>The name of the ID namespace.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESIdNamespaceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EntityResolution.Model.GetIdNamespaceResponse).
            Specifying the name of a property of type Amazon.EntityResolution.Model.GetIdNamespaceResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESIdNamespaceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the IdNamespaceName parameter.
            The -PassThru parameter is deprecated, use -Select '^IdNamespaceName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ERES.GetERESIdNamespaceListCmdlet">
            <summary>
            Returns a list of all ID namespaces.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESIdNamespaceListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of <c>IdNamespace</c> objects returned per page.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESIdNamespaceListCmdlet.NextToken">
            <summary>
            <para>
            <para>The pagination token from the previous API call.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESIdNamespaceListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'IdNamespaceSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EntityResolution.Model.ListIdNamespacesResponse).
            Specifying the name of a property of type Amazon.EntityResolution.Model.ListIdNamespacesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ERES.GetERESMatchIdCmdlet">
            <summary>
            Returns the corresponding Match ID of a customer record if the record has been processed
            in a rule-based matching workflow or ML matching workflow.
             
              
            <para>
            You can call this API as a dry run of an incremental load on the rule-based matching
            workflow.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESMatchIdCmdlet.ApplyNormalization">
            <summary>
            <para>
            <para>Normalizes the attributes defined in the schema in the input data. For example, if
            an attribute has an <c>AttributeType</c> of <c>PHONE_NUMBER</c>, and the data in the
            input table is in a format of 1234567890, Entity Resolution will normalize this field
            in the output to (123)-456-7890.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESMatchIdCmdlet.Record">
            <summary>
            <para>
            <para>The record to fetch the Match ID for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESMatchIdCmdlet.WorkflowName">
            <summary>
            <para>
            <para>The name of the workflow.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESMatchIdCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'MatchId'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EntityResolution.Model.GetMatchIdResponse).
            Specifying the name of a property of type Amazon.EntityResolution.Model.GetMatchIdResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESMatchIdCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WorkflowName parameter.
            The -PassThru parameter is deprecated, use -Select '^WorkflowName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ERES.GetERESMatchingJobCmdlet">
            <summary>
            Returns the status, metrics, and errors (if there are any) that are associated with
            a job.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESMatchingJobCmdlet.JobId">
            <summary>
            <para>
            <para>The ID of the job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESMatchingJobCmdlet.WorkflowName">
            <summary>
            <para>
            <para>The name of the workflow.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESMatchingJobCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EntityResolution.Model.GetMatchingJobResponse).
            Specifying the name of a property of type Amazon.EntityResolution.Model.GetMatchingJobResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ERES.GetERESMatchingJobListCmdlet">
            <summary>
            Lists all jobs for a given workflow.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESMatchingJobListCmdlet.WorkflowName">
            <summary>
            <para>
            <para>The name of the workflow to be retrieved.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESMatchingJobListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of objects returned per page.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESMatchingJobListCmdlet.NextToken">
            <summary>
            <para>
            <para>The pagination token from the previous API call.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESMatchingJobListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Jobs'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EntityResolution.Model.ListMatchingJobsResponse).
            Specifying the name of a property of type Amazon.EntityResolution.Model.ListMatchingJobsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESMatchingJobListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WorkflowName parameter.
            The -PassThru parameter is deprecated, use -Select '^WorkflowName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ERES.GetERESMatchingWorkflowCmdlet">
            <summary>
            Returns the <c>MatchingWorkflow</c> with a given name, if it exists.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESMatchingWorkflowCmdlet.WorkflowName">
            <summary>
            <para>
            <para>The name of the workflow.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESMatchingWorkflowCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EntityResolution.Model.GetMatchingWorkflowResponse).
            Specifying the name of a property of type Amazon.EntityResolution.Model.GetMatchingWorkflowResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESMatchingWorkflowCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WorkflowName parameter.
            The -PassThru parameter is deprecated, use -Select '^WorkflowName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ERES.GetERESMatchingWorkflowListCmdlet">
            <summary>
            Returns a list of all the <c>MatchingWorkflows</c> that have been created for an Amazon
            Web Services account.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESMatchingWorkflowListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of objects returned per page.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESMatchingWorkflowListCmdlet.NextToken">
            <summary>
            <para>
            <para>The pagination token from the previous API call.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESMatchingWorkflowListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'WorkflowSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EntityResolution.Model.ListMatchingWorkflowsResponse).
            Specifying the name of a property of type Amazon.EntityResolution.Model.ListMatchingWorkflowsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ERES.GetERESPolicyCmdlet">
            <summary>
            Returns the resource-based policy.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESPolicyCmdlet.Arn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource for which the policy need to be returned.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESPolicyCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EntityResolution.Model.GetPolicyResponse).
            Specifying the name of a property of type Amazon.EntityResolution.Model.GetPolicyResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESPolicyCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Arn parameter.
            The -PassThru parameter is deprecated, use -Select '^Arn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ERES.GetERESProviderServiceCmdlet">
            <summary>
            Returns the <c>ProviderService</c> of a given name.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESProviderServiceCmdlet.ProviderName">
            <summary>
            <para>
            <para>The name of the provider. This name is typically the company name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESProviderServiceCmdlet.ProviderServiceName">
            <summary>
            <para>
            <para>The ARN (Amazon Resource Name) of the product that the provider service provides.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESProviderServiceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EntityResolution.Model.GetProviderServiceResponse).
            Specifying the name of a property of type Amazon.EntityResolution.Model.GetProviderServiceResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ERES.GetERESProviderServiceListCmdlet">
            <summary>
            Returns a list of all the <c>ProviderServices</c> that are available in this Amazon
            Web Services Region.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESProviderServiceListCmdlet.ProviderName">
            <summary>
            <para>
            <para>The name of the provider. This name is typically the company name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESProviderServiceListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of objects returned per page.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESProviderServiceListCmdlet.NextToken">
            <summary>
            <para>
            <para>The pagination token from the previous API call.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESProviderServiceListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ProviderServiceSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EntityResolution.Model.ListProviderServicesResponse).
            Specifying the name of a property of type Amazon.EntityResolution.Model.ListProviderServicesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESProviderServiceListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ProviderName parameter.
            The -PassThru parameter is deprecated, use -Select '^ProviderName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ERES.GetERESResourceTagCmdlet">
            <summary>
            Displays the tags associated with an Entity Resolution resource. In Entity Resolution,
            <c>SchemaMapping</c>, and <c>MatchingWorkflow</c> can be tagged.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The ARN of the resource for which you want to view tags.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Tags'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EntityResolution.Model.ListTagsForResourceResponse).
            Specifying the name of a property of type Amazon.EntityResolution.Model.ListTagsForResourceResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ERES.GetERESSchemaMappingCmdlet">
            <summary>
            Returns the SchemaMapping of a given name.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESSchemaMappingCmdlet.SchemaName">
            <summary>
            <para>
            <para>The name of the schema to be retrieved.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESSchemaMappingCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EntityResolution.Model.GetSchemaMappingResponse).
            Specifying the name of a property of type Amazon.EntityResolution.Model.GetSchemaMappingResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESSchemaMappingCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SchemaName parameter.
            The -PassThru parameter is deprecated, use -Select '^SchemaName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ERES.GetERESSchemaMappingListCmdlet">
            <summary>
            Returns a list of all the <c>SchemaMappings</c> that have been created for an Amazon
            Web Services account.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESSchemaMappingListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of objects returned per page.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESSchemaMappingListCmdlet.NextToken">
            <summary>
            <para>
            <para>The pagination token from the previous API call.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.GetERESSchemaMappingListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'SchemaList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EntityResolution.Model.ListSchemaMappingsResponse).
            Specifying the name of a property of type Amazon.EntityResolution.Model.ListSchemaMappingsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ERES.NewERESIdMappingWorkflowCmdlet">
            <summary>
            Creates an <c>IdMappingWorkflow</c> object which stores the configuration of the data
            processing job to be run. Each <c>IdMappingWorkflow</c> must have a unique workflow
            name. To modify an existing workflow, use the <c>UpdateIdMappingWorkflow</c> API.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESIdMappingWorkflowCmdlet.RuleBasedProperties_AttributeMatchingModel">
            <summary>
            <para>
            <para>The comparison type. You can either choose <c>ONE_TO_ONE</c> or <c>MANY_TO_MANY</c>
            as the <c>attributeMatchingModel</c>. </para><para>If you choose <c>MANY_TO_MANY</c>, the system can match attributes across the sub-types
            of an attribute type. For example, if the value of the <c>Email</c> field of Profile
            A matches the value of the <c>BusinessEmail</c> field of Profile B, the two profiles
            are matched on the <c>Email</c> attribute type. </para><para>If you choose <c>ONE_TO_ONE</c>, the system can only match attributes if the sub-types
            are an exact match. For example, for the <c>Email</c> attribute type, the system will
            only consider it a match if the value of the <c>Email</c> field of Profile A matches
            the value of the <c>Email</c> field of Profile B.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESIdMappingWorkflowCmdlet.Description">
            <summary>
            <para>
            <para>A description of the workflow.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESIdMappingWorkflowCmdlet.IdMappingTechniques_IdMappingType">
            <summary>
            <para>
            <para>The type of ID mapping.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESIdMappingWorkflowCmdlet.InputSourceConfig">
            <summary>
            <para>
            <para>A list of <c>InputSource</c> objects, which have the fields <c>InputSourceARN</c>
            and <c>SchemaName</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESIdMappingWorkflowCmdlet.IntermediateSourceConfiguration_IntermediateS3Path">
            <summary>
            <para>
            <para>The Amazon S3 location (bucket and prefix). For example: <c>s3://provider_bucket/DOC-EXAMPLE-BUCKET</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESIdMappingWorkflowCmdlet.OutputSourceConfig">
            <summary>
            <para>
            <para>A list of <c>IdMappingWorkflowOutputSource</c> objects, each of which contains fields
            <c>OutputS3Path</c> and <c>Output</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESIdMappingWorkflowCmdlet.ProviderProperties_ProviderConfiguration">
            <summary>
            <para>
            <para>The required configuration fields to use with the provider service.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESIdMappingWorkflowCmdlet.ProviderProperties_ProviderServiceArn">
            <summary>
            <para>
            <para>The ARN of the provider service.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESIdMappingWorkflowCmdlet.RuleBasedProperties_RecordMatchingModel">
            <summary>
            <para>
            <para> The type of matching record that is allowed to be used in an ID mapping workflow.
            </para><para>If the value is set to <c>ONE_SOURCE_TO_ONE_TARGET</c>, only one record in the source
            can be matched to the same record in the target.</para><para>If the value is set to <c>MANY_SOURCE_TO_ONE_TARGET</c>, multiple records in the source
            can be matched to one record in the target.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESIdMappingWorkflowCmdlet.RoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role
            to create resources on your behalf as part of workflow execution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESIdMappingWorkflowCmdlet.RuleBasedProperties_RuleDefinitionType">
            <summary>
            <para>
            <para> The set of rules you can use in an ID mapping workflow. The limitations specified
            for the source or target to define the match rules must be compatible.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESIdMappingWorkflowCmdlet.RuleBasedProperties_Rule">
            <summary>
            <para>
            <para> The rules that can be used for ID mapping.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESIdMappingWorkflowCmdlet.Tag">
            <summary>
            <para>
            <para>The tags used to organize, track, or control access for this resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESIdMappingWorkflowCmdlet.WorkflowName">
            <summary>
            <para>
            <para>The name of the workflow. There can't be multiple <c>IdMappingWorkflows</c> with the
            same name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESIdMappingWorkflowCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EntityResolution.Model.CreateIdMappingWorkflowResponse).
            Specifying the name of a property of type Amazon.EntityResolution.Model.CreateIdMappingWorkflowResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESIdMappingWorkflowCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ERES.NewERESIdNamespaceCmdlet">
            <summary>
            Creates 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 <c>UpdateIdNamespace</c> API.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESIdNamespaceCmdlet.Description">
            <summary>
            <para>
            <para>The description of the ID namespace.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESIdNamespaceCmdlet.IdMappingWorkflowProperty">
            <summary>
            <para>
            <para>Determines the properties of <c>IdMappingWorflow</c> where this <c>IdNamespace</c>
            can be used as a <c>Source</c> or a <c>Target</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESIdNamespaceCmdlet.IdNamespaceName">
            <summary>
            <para>
            <para>The name of the ID namespace.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESIdNamespaceCmdlet.InputSourceConfig">
            <summary>
            <para>
            <para>A list of <c>InputSource</c> objects, which have the fields <c>InputSourceARN</c>
            and <c>SchemaName</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESIdNamespaceCmdlet.RoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role
            to access the resources defined in this <c>IdNamespace</c> on your behalf as part
            of the workflow run.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESIdNamespaceCmdlet.Tag">
            <summary>
            <para>
            <para>The tags used to organize, track, or control access for this resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESIdNamespaceCmdlet.Type">
            <summary>
            <para>
            <para>The type of ID namespace. There are two types: <c>SOURCE</c> and <c>TARGET</c>. </para><para>The <c>SOURCE</c> contains configurations for <c>sourceId</c> data that will be processed
            in an ID mapping workflow. </para><para>The <c>TARGET</c> contains a configuration of <c>targetId</c> to which all <c>sourceIds</c>
            will resolve to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESIdNamespaceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EntityResolution.Model.CreateIdNamespaceResponse).
            Specifying the name of a property of type Amazon.EntityResolution.Model.CreateIdNamespaceResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESIdNamespaceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the IdNamespaceName parameter.
            The -PassThru parameter is deprecated, use -Select '^IdNamespaceName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESIdNamespaceCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ERES.NewERESMatchingWorkflowCmdlet">
            <summary>
            Creates a <c>MatchingWorkflow</c> object which stores the configuration of the data
            processing job to be run. It is important to note that there should not be a pre-existing
            <c>MatchingWorkflow</c> with the same name. To modify an existing workflow, utilize
            the <c>UpdateMatchingWorkflow</c> API.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESMatchingWorkflowCmdlet.RuleBasedProperties_AttributeMatchingModel">
            <summary>
            <para>
            <para>The comparison type. You can either choose <c>ONE_TO_ONE</c> or <c>MANY_TO_MANY</c>
            as the <c>attributeMatchingModel</c>. </para><para>If you choose <c>MANY_TO_MANY</c>, the system can match attributes across the sub-types
            of an attribute type. For example, if the value of the <c>Email</c> field of Profile
            A and the value of <c>BusinessEmail</c> field of Profile B matches, the two profiles
            are matched on the <c>Email</c> attribute type. </para><para>If you choose <c>ONE_TO_ONE</c>, the system can only match attributes if the sub-types
            are an exact match. For example, for the <c>Email</c> attribute type, the system will
            only consider it a match if the value of the <c>Email</c> field of Profile A matches
            the value of the <c>Email</c> field of Profile B.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESMatchingWorkflowCmdlet.Description">
            <summary>
            <para>
            <para>A description of the workflow.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESMatchingWorkflowCmdlet.IncrementalRunConfig_IncrementalRunType">
            <summary>
            <para>
            <para>The type of incremental run. It takes only one value: <c>IMMEDIATE</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESMatchingWorkflowCmdlet.InputSourceConfig">
            <summary>
            <para>
            <para>A list of <c>InputSource</c> objects, which have the fields <c>InputSourceARN</c>
            and <c>SchemaName</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESMatchingWorkflowCmdlet.IntermediateSourceConfiguration_IntermediateS3Path">
            <summary>
            <para>
            <para>The Amazon S3 location (bucket and prefix). For example: <c>s3://provider_bucket/DOC-EXAMPLE-BUCKET</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESMatchingWorkflowCmdlet.RuleBasedProperties_MatchPurpose">
            <summary>
            <para>
            <para> An indicator of whether to generate IDs and index the data or not.</para><para>If you choose <c>IDENTIFIER_GENERATION</c>, the process generates IDs and indexes
            the data.</para><para>If you choose <c>INDEXING</c>, the process indexes the data without generating IDs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESMatchingWorkflowCmdlet.OutputSourceConfig">
            <summary>
            <para>
            <para>A list of <c>OutputSource</c> objects, each of which contains fields <c>OutputS3Path</c>,
            <c>ApplyNormalization</c>, and <c>Output</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESMatchingWorkflowCmdlet.ProviderProperties_ProviderConfiguration">
            <summary>
            <para>
            <para>The required configuration fields to use with the provider service.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESMatchingWorkflowCmdlet.ProviderProperties_ProviderServiceArn">
            <summary>
            <para>
            <para>The ARN of the provider service.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESMatchingWorkflowCmdlet.ResolutionTechniques_ResolutionType">
            <summary>
            <para>
            <para>The type of matching. There are three types of matching: <c>RULE_MATCHING</c>, <c>ML_MATCHING</c>,
            and <c>PROVIDER</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESMatchingWorkflowCmdlet.RoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role
            to create resources on your behalf as part of workflow execution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESMatchingWorkflowCmdlet.RuleBasedProperties_Rule">
            <summary>
            <para>
            <para>A list of <c>Rule</c> objects, each of which have fields <c>RuleName</c> and <c>MatchingKeys</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESMatchingWorkflowCmdlet.Tag">
            <summary>
            <para>
            <para>The tags used to organize, track, or control access for this resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESMatchingWorkflowCmdlet.WorkflowName">
            <summary>
            <para>
            <para>The name of the workflow. There can't be multiple <c>MatchingWorkflows</c> with the
            same name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESMatchingWorkflowCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EntityResolution.Model.CreateMatchingWorkflowResponse).
            Specifying the name of a property of type Amazon.EntityResolution.Model.CreateMatchingWorkflowResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESMatchingWorkflowCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ERES.NewERESSchemaMappingCmdlet">
            <summary>
            Creates a schema mapping, which defines the schema of the input customer records table.
            The <c>SchemaMapping</c> also provides Entity Resolution with some metadata about
            the table, such as the attribute types of the columns and which columns to match on.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESSchemaMappingCmdlet.Description">
            <summary>
            <para>
            <para>A description of the schema.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESSchemaMappingCmdlet.MappedInputField">
            <summary>
            <para>
            <para>A list of <c>MappedInputFields</c>. Each <c>MappedInputField</c> corresponds to a
            column the source data table, and contains column name plus additional information
            that Entity Resolution uses for matching.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESSchemaMappingCmdlet.SchemaName">
            <summary>
            <para>
            <para>The name of the schema. There can't be multiple <c>SchemaMappings</c> with the same
            name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESSchemaMappingCmdlet.Tag">
            <summary>
            <para>
            <para>The tags used to organize, track, or control access for this resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESSchemaMappingCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EntityResolution.Model.CreateSchemaMappingResponse).
            Specifying the name of a property of type Amazon.EntityResolution.Model.CreateSchemaMappingResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESSchemaMappingCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SchemaName parameter.
            The -PassThru parameter is deprecated, use -Select '^SchemaName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESSchemaMappingCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ERES.RemoveERESDeleteUniqueIdCmdlet">
            <summary>
            Deletes multiple unique IDs in a matching workflow.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.RemoveERESDeleteUniqueIdCmdlet.InputSource">
            <summary>
            <para>
            <para>The input source for the batch delete unique ID operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.RemoveERESDeleteUniqueIdCmdlet.UniqueId">
            <summary>
            <para>
            <para>The unique IDs to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.RemoveERESDeleteUniqueIdCmdlet.WorkflowName">
            <summary>
            <para>
            <para>The name of the workflow.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.RemoveERESDeleteUniqueIdCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EntityResolution.Model.BatchDeleteUniqueIdResponse).
            Specifying the name of a property of type Amazon.EntityResolution.Model.BatchDeleteUniqueIdResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.RemoveERESDeleteUniqueIdCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WorkflowName parameter.
            The -PassThru parameter is deprecated, use -Select '^WorkflowName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.RemoveERESDeleteUniqueIdCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ERES.RemoveERESIdMappingWorkflowCmdlet">
            <summary>
            Deletes the <c>IdMappingWorkflow</c> with a given name. This operation will succeed
            even if a workflow with the given name does not exist.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.RemoveERESIdMappingWorkflowCmdlet.WorkflowName">
            <summary>
            <para>
            <para>The name of the workflow to be deleted.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.RemoveERESIdMappingWorkflowCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Message'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EntityResolution.Model.DeleteIdMappingWorkflowResponse).
            Specifying the name of a property of type Amazon.EntityResolution.Model.DeleteIdMappingWorkflowResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.RemoveERESIdMappingWorkflowCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WorkflowName parameter.
            The -PassThru parameter is deprecated, use -Select '^WorkflowName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.RemoveERESIdMappingWorkflowCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ERES.RemoveERESIdNamespaceCmdlet">
            <summary>
            Deletes the <c>IdNamespace</c> with a given name.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.RemoveERESIdNamespaceCmdlet.IdNamespaceName">
            <summary>
            <para>
            <para>The name of the ID namespace.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.RemoveERESIdNamespaceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Message'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EntityResolution.Model.DeleteIdNamespaceResponse).
            Specifying the name of a property of type Amazon.EntityResolution.Model.DeleteIdNamespaceResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.RemoveERESIdNamespaceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the IdNamespaceName parameter.
            The -PassThru parameter is deprecated, use -Select '^IdNamespaceName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.RemoveERESIdNamespaceCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ERES.RemoveERESMatchingWorkflowCmdlet">
            <summary>
            Deletes the <c>MatchingWorkflow</c> with a given name. This operation will succeed
            even if a workflow with the given name does not exist.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.RemoveERESMatchingWorkflowCmdlet.WorkflowName">
            <summary>
            <para>
            <para>The name of the workflow to be retrieved.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.RemoveERESMatchingWorkflowCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Message'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EntityResolution.Model.DeleteMatchingWorkflowResponse).
            Specifying the name of a property of type Amazon.EntityResolution.Model.DeleteMatchingWorkflowResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.RemoveERESMatchingWorkflowCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WorkflowName parameter.
            The -PassThru parameter is deprecated, use -Select '^WorkflowName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.RemoveERESMatchingWorkflowCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ERES.RemoveERESPolicyStatementCmdlet">
            <summary>
            Deletes the policy statement.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.RemoveERESPolicyStatementCmdlet.Arn">
            <summary>
            <para>
            <para>The ARN of the resource for which the policy need to be deleted.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.RemoveERESPolicyStatementCmdlet.StatementId">
            <summary>
            <para>
            <para>A statement identifier that differentiates the statement from others in the same policy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.RemoveERESPolicyStatementCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EntityResolution.Model.DeletePolicyStatementResponse).
            Specifying the name of a property of type Amazon.EntityResolution.Model.DeletePolicyStatementResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.RemoveERESPolicyStatementCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Arn parameter.
            The -PassThru parameter is deprecated, use -Select '^Arn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.RemoveERESPolicyStatementCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ERES.RemoveERESResourceTagCmdlet">
            <summary>
            Removes one or more tags from the specified Entity Resolution resource. In Entity
            Resolution, <c>SchemaMapping</c>, and <c>MatchingWorkflow</c> can be tagged.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.RemoveERESResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The ARN of the resource for which you want to untag.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.RemoveERESResourceTagCmdlet.TagKey">
            <summary>
            <para>
            <para>The list of tag keys to remove from the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.RemoveERESResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EntityResolution.Model.UntagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.RemoveERESResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.RemoveERESResourceTagCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ERES.RemoveERESSchemaMappingCmdlet">
            <summary>
            Deletes the <c>SchemaMapping</c> with a given name. This operation will succeed even
            if a schema with the given name does not exist. This operation will fail if there
            is a <c>MatchingWorkflow</c> object that references the <c>SchemaMapping</c> in the
            workflow's <c>InputSourceConfig</c>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.RemoveERESSchemaMappingCmdlet.SchemaName">
            <summary>
            <para>
            <para>The name of the schema to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.RemoveERESSchemaMappingCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Message'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EntityResolution.Model.DeleteSchemaMappingResponse).
            Specifying the name of a property of type Amazon.EntityResolution.Model.DeleteSchemaMappingResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.RemoveERESSchemaMappingCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SchemaName parameter.
            The -PassThru parameter is deprecated, use -Select '^SchemaName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.RemoveERESSchemaMappingCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ERES.SetERESMatchIdCmdlet">
            <summary>
            Generates or retrieves Match IDs for records using a rule-based matching workflow.
            When you call this operation, it processes your records against the workflow's matching
            rules to identify potential matches. For existing records, it retrieves their Match
            IDs and associated rules. For records without matches, it generates new Match IDs.
            The operation saves results to Amazon S3.
             
              
            <para>
            The processing type (<c>processingType</c>) you choose affects both the accuracy and
            response time of the operation. Additional charges apply for each API call, whether
            made through the Entity Resolution console or directly via the API. The rule-based
            matching workflow must exist and be active before calling this operation.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.SetERESMatchIdCmdlet.ProcessingType">
            <summary>
            <para>
            <para>The processing mode that determines how Match IDs are generated and results are saved.
            Each mode provides different levels of accuracy, response time, and completeness of
            results.</para><para>If not specified, defaults to <c>CONSISTENT</c>.</para><para><c>CONSISTENT</c>: Performs immediate lookup and matching against all existing records,
            with results saved synchronously. Provides highest accuracy but slower response time.</para><para><c>EVENTUAL</c> (shown as <i>Background</i> in the console): Performs initial match
            ID lookup or generation immediately, with record updates processed asynchronously
            in the background. Offers faster initial response time, with complete matching results
            available later in S3. </para><para><c>EVENTUAL_NO_LOOKUP</c> (shown as <i>Quick ID generation</i> in the console): Generates
            new match IDs without checking existing matches, with updates processed asynchronously.
            Provides fastest response time but should only be used for records known to be unique.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.SetERESMatchIdCmdlet.Record">
            <summary>
            <para>
            <para> The records to match.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.SetERESMatchIdCmdlet.WorkflowName">
            <summary>
            <para>
            <para> The name of the rule-based matching workflow.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.SetERESMatchIdCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EntityResolution.Model.GenerateMatchIdResponse).
            Specifying the name of a property of type Amazon.EntityResolution.Model.GenerateMatchIdResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.SetERESMatchIdCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WorkflowName parameter.
            The -PassThru parameter is deprecated, use -Select '^WorkflowName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.SetERESMatchIdCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ERES.StartERESIdMappingJobCmdlet">
            <summary>
            Starts the <c>IdMappingJob</c> of a workflow. The workflow must have previously been
            created using the <c>CreateIdMappingWorkflow</c> endpoint.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.StartERESIdMappingJobCmdlet.OutputSourceConfig">
            <summary>
            <para>
            <para>A list of <c>OutputSource</c> objects.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.StartERESIdMappingJobCmdlet.WorkflowName">
            <summary>
            <para>
            <para>The name of the ID mapping job to be retrieved.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.StartERESIdMappingJobCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'JobId'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EntityResolution.Model.StartIdMappingJobResponse).
            Specifying the name of a property of type Amazon.EntityResolution.Model.StartIdMappingJobResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.StartERESIdMappingJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WorkflowName parameter.
            The -PassThru parameter is deprecated, use -Select '^WorkflowName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.StartERESIdMappingJobCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ERES.StartERESMatchingJobCmdlet">
            <summary>
            Starts the <c>MatchingJob</c> of a workflow. The workflow must have previously been
            created using the <c>CreateMatchingWorkflow</c> endpoint.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.StartERESMatchingJobCmdlet.WorkflowName">
            <summary>
            <para>
            <para>The name of the matching job to be retrieved.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.StartERESMatchingJobCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'JobId'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EntityResolution.Model.StartMatchingJobResponse).
            Specifying the name of a property of type Amazon.EntityResolution.Model.StartMatchingJobResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.StartERESMatchingJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WorkflowName parameter.
            The -PassThru parameter is deprecated, use -Select '^WorkflowName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.StartERESMatchingJobCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ERES.UpdateERESIdMappingWorkflowCmdlet">
            <summary>
            Updates an existing <c>IdMappingWorkflow</c>. This method is identical to <c>CreateIdMappingWorkflow</c>,
            except it uses an HTTP <c>PUT</c> request instead of a <c>POST</c> request, and the
            <c>IdMappingWorkflow</c> must already exist for the method to succeed.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESIdMappingWorkflowCmdlet.RuleBasedProperties_AttributeMatchingModel">
            <summary>
            <para>
            <para>The comparison type. You can either choose <c>ONE_TO_ONE</c> or <c>MANY_TO_MANY</c>
            as the <c>attributeMatchingModel</c>. </para><para>If you choose <c>MANY_TO_MANY</c>, the system can match attributes across the sub-types
            of an attribute type. For example, if the value of the <c>Email</c> field of Profile
            A matches the value of the <c>BusinessEmail</c> field of Profile B, the two profiles
            are matched on the <c>Email</c> attribute type. </para><para>If you choose <c>ONE_TO_ONE</c>, the system can only match attributes if the sub-types
            are an exact match. For example, for the <c>Email</c> attribute type, the system will
            only consider it a match if the value of the <c>Email</c> field of Profile A matches
            the value of the <c>Email</c> field of Profile B.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESIdMappingWorkflowCmdlet.Description">
            <summary>
            <para>
            <para>A description of the workflow.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESIdMappingWorkflowCmdlet.IdMappingTechniques_IdMappingType">
            <summary>
            <para>
            <para>The type of ID mapping.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESIdMappingWorkflowCmdlet.InputSourceConfig">
            <summary>
            <para>
            <para>A list of <c>InputSource</c> objects, which have the fields <c>InputSourceARN</c>
            and <c>SchemaName</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESIdMappingWorkflowCmdlet.IntermediateSourceConfiguration_IntermediateS3Path">
            <summary>
            <para>
            <para>The Amazon S3 location (bucket and prefix). For example: <c>s3://provider_bucket/DOC-EXAMPLE-BUCKET</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESIdMappingWorkflowCmdlet.OutputSourceConfig">
            <summary>
            <para>
            <para>A list of <c>OutputSource</c> objects, each of which contains fields <c>OutputS3Path</c>
            and <c>KMSArn</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESIdMappingWorkflowCmdlet.ProviderProperties_ProviderConfiguration">
            <summary>
            <para>
            <para>The required configuration fields to use with the provider service.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESIdMappingWorkflowCmdlet.ProviderProperties_ProviderServiceArn">
            <summary>
            <para>
            <para>The ARN of the provider service.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESIdMappingWorkflowCmdlet.RuleBasedProperties_RecordMatchingModel">
            <summary>
            <para>
            <para> The type of matching record that is allowed to be used in an ID mapping workflow.
            </para><para>If the value is set to <c>ONE_SOURCE_TO_ONE_TARGET</c>, only one record in the source
            can be matched to the same record in the target.</para><para>If the value is set to <c>MANY_SOURCE_TO_ONE_TARGET</c>, multiple records in the source
            can be matched to one record in the target.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESIdMappingWorkflowCmdlet.RoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role
            to access Amazon Web Services resources on your behalf.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESIdMappingWorkflowCmdlet.RuleBasedProperties_RuleDefinitionType">
            <summary>
            <para>
            <para> The set of rules you can use in an ID mapping workflow. The limitations specified
            for the source or target to define the match rules must be compatible.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESIdMappingWorkflowCmdlet.RuleBasedProperties_Rule">
            <summary>
            <para>
            <para> The rules that can be used for ID mapping.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESIdMappingWorkflowCmdlet.WorkflowName">
            <summary>
            <para>
            <para>The name of the workflow.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESIdMappingWorkflowCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EntityResolution.Model.UpdateIdMappingWorkflowResponse).
            Specifying the name of a property of type Amazon.EntityResolution.Model.UpdateIdMappingWorkflowResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESIdMappingWorkflowCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WorkflowName parameter.
            The -PassThru parameter is deprecated, use -Select '^WorkflowName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESIdMappingWorkflowCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ERES.UpdateERESIdNamespaceCmdlet">
            <summary>
            Updates an existing ID namespace.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESIdNamespaceCmdlet.Description">
            <summary>
            <para>
            <para>The description of the ID namespace.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESIdNamespaceCmdlet.IdMappingWorkflowProperty">
            <summary>
            <para>
            <para>Determines the properties of <c>IdMappingWorkflow</c> where this <c>IdNamespace</c>
            can be used as a <c>Source</c> or a <c>Target</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESIdNamespaceCmdlet.IdNamespaceName">
            <summary>
            <para>
            <para>The name of the ID namespace.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESIdNamespaceCmdlet.InputSourceConfig">
            <summary>
            <para>
            <para>A list of <c>InputSource</c> objects, which have the fields <c>InputSourceARN</c>
            and <c>SchemaName</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESIdNamespaceCmdlet.RoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role
            to access the resources defined in this <c>IdNamespace</c> on your behalf as part
            of a workflow run.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESIdNamespaceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EntityResolution.Model.UpdateIdNamespaceResponse).
            Specifying the name of a property of type Amazon.EntityResolution.Model.UpdateIdNamespaceResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESIdNamespaceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the IdNamespaceName parameter.
            The -PassThru parameter is deprecated, use -Select '^IdNamespaceName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESIdNamespaceCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ERES.UpdateERESMatchingWorkflowCmdlet">
            <summary>
            Updates an existing <c>MatchingWorkflow</c>. This method is identical to <c>CreateMatchingWorkflow</c>,
            except it uses an HTTP <c>PUT</c> request instead of a <c>POST</c> request, and the
            <c>MatchingWorkflow</c> must already exist for the method to succeed.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESMatchingWorkflowCmdlet.RuleBasedProperties_AttributeMatchingModel">
            <summary>
            <para>
            <para>The comparison type. You can either choose <c>ONE_TO_ONE</c> or <c>MANY_TO_MANY</c>
            as the <c>attributeMatchingModel</c>. </para><para>If you choose <c>MANY_TO_MANY</c>, the system can match attributes across the sub-types
            of an attribute type. For example, if the value of the <c>Email</c> field of Profile
            A and the value of <c>BusinessEmail</c> field of Profile B matches, the two profiles
            are matched on the <c>Email</c> attribute type. </para><para>If you choose <c>ONE_TO_ONE</c>, the system can only match attributes if the sub-types
            are an exact match. For example, for the <c>Email</c> attribute type, the system will
            only consider it a match if the value of the <c>Email</c> field of Profile A matches
            the value of the <c>Email</c> field of Profile B.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESMatchingWorkflowCmdlet.Description">
            <summary>
            <para>
            <para>A description of the workflow.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESMatchingWorkflowCmdlet.IncrementalRunConfig_IncrementalRunType">
            <summary>
            <para>
            <para>The type of incremental run. It takes only one value: <c>IMMEDIATE</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESMatchingWorkflowCmdlet.InputSourceConfig">
            <summary>
            <para>
            <para>A list of <c>InputSource</c> objects, which have the fields <c>InputSourceARN</c>
            and <c>SchemaName</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESMatchingWorkflowCmdlet.IntermediateSourceConfiguration_IntermediateS3Path">
            <summary>
            <para>
            <para>The Amazon S3 location (bucket and prefix). For example: <c>s3://provider_bucket/DOC-EXAMPLE-BUCKET</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESMatchingWorkflowCmdlet.RuleBasedProperties_MatchPurpose">
            <summary>
            <para>
            <para> An indicator of whether to generate IDs and index the data or not.</para><para>If you choose <c>IDENTIFIER_GENERATION</c>, the process generates IDs and indexes
            the data.</para><para>If you choose <c>INDEXING</c>, the process indexes the data without generating IDs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESMatchingWorkflowCmdlet.OutputSourceConfig">
            <summary>
            <para>
            <para>A list of <c>OutputSource</c> objects, each of which contains fields <c>OutputS3Path</c>,
            <c>ApplyNormalization</c>, and <c>Output</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESMatchingWorkflowCmdlet.ProviderProperties_ProviderConfiguration">
            <summary>
            <para>
            <para>The required configuration fields to use with the provider service.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESMatchingWorkflowCmdlet.ProviderProperties_ProviderServiceArn">
            <summary>
            <para>
            <para>The ARN of the provider service.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESMatchingWorkflowCmdlet.ResolutionTechniques_ResolutionType">
            <summary>
            <para>
            <para>The type of matching. There are three types of matching: <c>RULE_MATCHING</c>, <c>ML_MATCHING</c>,
            and <c>PROVIDER</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESMatchingWorkflowCmdlet.RoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role
            to create resources on your behalf as part of workflow execution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESMatchingWorkflowCmdlet.RuleBasedProperties_Rule">
            <summary>
            <para>
            <para>A list of <c>Rule</c> objects, each of which have fields <c>RuleName</c> and <c>MatchingKeys</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESMatchingWorkflowCmdlet.WorkflowName">
            <summary>
            <para>
            <para>The name of the workflow to be retrieved.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESMatchingWorkflowCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EntityResolution.Model.UpdateMatchingWorkflowResponse).
            Specifying the name of a property of type Amazon.EntityResolution.Model.UpdateMatchingWorkflowResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESMatchingWorkflowCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ERES.UpdateERESSchemaMappingCmdlet">
            <summary>
            Updates a schema mapping.
             
             <note><para>
            A schema is immutable if it is being used by a workflow. Therefore, you can't update
            a schema mapping if it's associated with a workflow.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESSchemaMappingCmdlet.Description">
            <summary>
            <para>
            <para>A description of the schema.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESSchemaMappingCmdlet.MappedInputField">
            <summary>
            <para>
            <para>A list of <c>MappedInputFields</c>. Each <c>MappedInputField</c> corresponds to a
            column the source data table, and contains column name plus additional information
            that Entity Resolution uses for matching.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESSchemaMappingCmdlet.SchemaName">
            <summary>
            <para>
            <para>The name of the schema. There can't be multiple <c>SchemaMappings</c> with the same
            name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESSchemaMappingCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EntityResolution.Model.UpdateSchemaMappingResponse).
            Specifying the name of a property of type Amazon.EntityResolution.Model.UpdateSchemaMappingResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESSchemaMappingCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SchemaName parameter.
            The -PassThru parameter is deprecated, use -Select '^SchemaName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESSchemaMappingCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ERES.WriteERESPolicyCmdlet">
            <summary>
            Updates the resource-based policy.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.WriteERESPolicyCmdlet.Arn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource for which the policy needs to be updated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.WriteERESPolicyCmdlet.Policy">
            <summary>
            <para>
            <para>The resource-based policy.</para><important><para>If you set the value of the <c>effect</c> parameter in the <c>policy</c> to <c>Deny</c>
            for the <c>PutPolicy</c> operation, you must also set the value of the <c>effect</c>
            parameter to <c>Deny</c> for the <c>AddPolicyStatement</c> operation.</para></important>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.WriteERESPolicyCmdlet.Token">
            <summary>
            <para>
            <para>A unique identifier for the current revision of the policy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.WriteERESPolicyCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EntityResolution.Model.PutPolicyResponse).
            Specifying the name of a property of type Amazon.EntityResolution.Model.PutPolicyResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.WriteERESPolicyCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Arn parameter.
            The -PassThru parameter is deprecated, use -Select '^Arn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.WriteERESPolicyCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
    </members>
</doc>