AWS.Tools.EntityResolution.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.EntityResolution</name>
    </assembly>
    <members>
        <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, <code>SchemaMapping</code> and <code>MatchingWorkflow</code>
            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 <code>TagResource</code>
            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>
            Gets 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 <code>IdMappingWorkflow</code> 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 <code>IdMappingWorkflows</code> 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.GetERESMatchIdCmdlet">
            <summary>
            Returns the corresponding Match ID of a customer record if the record has been processed.
            </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>
            Gets 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 <code>MatchingWorkflow</code> 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 <code>MatchingWorkflows</code> 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.GetERESProviderServiceCmdlet">
            <summary>
            Returns the <code>ProviderService</code> 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 <code>ProviderServices</code> 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,
            <code>SchemaMapping</code>, and <code>MatchingWorkflow</code> 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 <code>SchemaMappings</code> 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 <code>IdMappingWorkflow</code> object which stores the configuration of
            the data processing job to be run. Each <code>IdMappingWorkflow</code> must have a
            unique workflow name. To modify an existing workflow, use the <code>UpdateIdMappingWorkflow</code>
            API.
            </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 <code>InputSource</code> objects, which have the fields <code>InputSourceARN</code>
            and <code>SchemaName</code>.</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: <code>s3://provider_bucket/DOC-EXAMPLE-BUCKET</code></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESIdMappingWorkflowCmdlet.OutputSourceConfig">
            <summary>
            <para>
            <para>A list of <code>IdMappingWorkflowOutputSource</code> objects, each of which contains
            fields <code>OutputS3Path</code> and <code>Output</code>.</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.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.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 <code>IdMappingWorkflows</code>
            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.NewERESMatchingWorkflowCmdlet">
            <summary>
            Creates a <code>MatchingWorkflow</code> 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 <code>MatchingWorkflow</code> with the same name. To modify an existing
            workflow, utilize the <code>UpdateMatchingWorkflow</code> API.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESMatchingWorkflowCmdlet.RuleBasedProperties_AttributeMatchingModel">
            <summary>
            <para>
            <para>The comparison type. You can either choose <code>ONE_TO_ONE</code> or <code>MANY_TO_MANY</code>
            as the AttributeMatchingModel. When choosing <code>MANY_TO_MANY</code>, the system
            can match attributes across the sub-types of an attribute type. For example, if the
            value of the <code>Email</code> field of Profile A and the value of <code>BusinessEmail</code>
            field of Profile B matches, the two profiles are matched on the <code>Email</code>
            type. When choosing <code>ONE_TO_ONE</code> ,the system can only match if the sub-types
            are exact matches. For example, only when the value of the <code>Email</code> field
            of Profile A and the value of the <code>Email</code> field of Profile B matches, the
            two profiles are matched on the <code>Email</code> type.</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: <code>IMMEDIATE</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESMatchingWorkflowCmdlet.InputSourceConfig">
            <summary>
            <para>
            <para>A list of <code>InputSource</code> objects, which have the fields <code>InputSourceARN</code>
            and <code>SchemaName</code>.</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: <code>s3://provider_bucket/DOC-EXAMPLE-BUCKET</code></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.NewERESMatchingWorkflowCmdlet.OutputSourceConfig">
            <summary>
            <para>
            <para>A list of <code>OutputSource</code> objects, each of which contains fields <code>OutputS3Path</code>,
            <code>ApplyNormalization</code>, and <code>Output</code>.</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 two types of matching: <code>RULE_MATCHING</code>
            and <code>ML_MATCHING</code>.</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 <code>Rule</code> objects, each of which have fields <code>RuleName</code>
            and <code>MatchingKeys</code>.</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 <code>MatchingWorkflows</code> 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 <code>SchemaMapping</code> 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 <code>MappedInputFields</code>. Each <code>MappedInputField</code> 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 <code>SchemaMappings</code> 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.RemoveERESIdMappingWorkflowCmdlet">
            <summary>
            Deletes the <code>IdMappingWorkflow</code> 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.RemoveERESMatchingWorkflowCmdlet">
            <summary>
            Deletes the <code>MatchingWorkflow</code> 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.RemoveERESResourceTagCmdlet">
            <summary>
            Removes one or more tags from the specified Entity Resolution resource. In Entity
            Resolution, <code>SchemaMapping</code>, and <code>MatchingWorkflow</code> 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 <code>SchemaMapping</code> 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 <code>MatchingWorkflow</code> object that references the <code>SchemaMapping</code>
            in the workflow's <code>InputSourceConfig</code>.
            </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.StartERESIdMappingJobCmdlet">
            <summary>
            Starts the <code>IdMappingJob</code> of a workflow. The workflow must have previously
            been created using the <code>CreateIdMappingWorkflow</code> endpoint.
            </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 <code>MatchingJob</code> of a workflow. The workflow must have previously
            been created using the <code>CreateMatchingWorkflow</code> 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 <code>IdMappingWorkflow</code>. This method is identical to <code>CreateIdMappingWorkflow</code>,
            except it uses an HTTP <code>PUT</code> request instead of a <code>POST</code> request,
            and the <code>IdMappingWorkflow</code> must already exist for the method to succeed.
            </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 <code>InputSource</code> objects, which have the fields <code>InputSourceARN</code>
            and <code>SchemaName</code>.</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: <code>s3://provider_bucket/DOC-EXAMPLE-BUCKET</code></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESIdMappingWorkflowCmdlet.OutputSourceConfig">
            <summary>
            <para>
            <para>A list of <code>OutputSource</code> objects, each of which contains fields <code>OutputS3Path</code>
            and <code>KMSArn</code>.</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.RoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role
            to access resources on your behalf.</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.UpdateERESMatchingWorkflowCmdlet">
            <summary>
            Updates an existing <code>MatchingWorkflow</code>. This method is identical to <code>CreateMatchingWorkflow</code>,
            except it uses an HTTP <code>PUT</code> request instead of a <code>POST</code> request,
            and the <code>MatchingWorkflow</code> 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 <code>ONE_TO_ONE</code> or <code>MANY_TO_MANY</code>
            as the AttributeMatchingModel. When choosing <code>MANY_TO_MANY</code>, the system
            can match attributes across the sub-types of an attribute type. For example, if the
            value of the <code>Email</code> field of Profile A and the value of <code>BusinessEmail</code>
            field of Profile B matches, the two profiles are matched on the <code>Email</code>
            type. When choosing <code>ONE_TO_ONE</code> ,the system can only match if the sub-types
            are exact matches. For example, only when the value of the <code>Email</code> field
            of Profile A and the value of the <code>Email</code> field of Profile B matches, the
            two profiles are matched on the <code>Email</code> type.</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: <code>IMMEDIATE</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESMatchingWorkflowCmdlet.InputSourceConfig">
            <summary>
            <para>
            <para>A list of <code>InputSource</code> objects, which have the fields <code>InputSourceARN</code>
            and <code>SchemaName</code>.</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: <code>s3://provider_bucket/DOC-EXAMPLE-BUCKET</code></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ERES.UpdateERESMatchingWorkflowCmdlet.OutputSourceConfig">
            <summary>
            <para>
            <para>A list of <code>OutputSource</code> objects, each of which contains fields <code>OutputS3Path</code>,
            <code>ApplyNormalization</code>, and <code>Output</code>.</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 two types of matching: <code>RULE_MATCHING</code>
            and <code>ML_MATCHING</code>.</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 <code>Rule</code> objects, each of which have fields <code>RuleName</code>
            and <code>MatchingKeys</code>.</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 <code>MappedInputFields</code>. Each <code>MappedInputField</code> 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 <code>SchemaMappings</code> 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>
    </members>
</doc>