{ "version": "2.0", "metadata": { "apiVersion": "2020-08-15", "endpointPrefix": "profile", "jsonVersion": "1.1", "protocol": "rest-json", "serviceAbbreviation": "Customer Profiles", "serviceFullName": "Amazon Connect Customer Profiles", "serviceId": "Customer Profiles", "signatureVersion": "v4", "signingName": "profile", "uid": "customer-profiles-2020-08-15" }, "operations": { "AddProfileKey": { "name": "AddProfileKey", "http": { "method": "POST", "requestUri": "/domains/{DomainName}/profiles/keys" }, "input": { "shape": "AddProfileKeyRequest" }, "output": { "shape": "AddProfileKeyResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Associates a new key value with a specific profile, such as a Contact Record ContactId.

A profile object can have a single unique key and any number of additional keys that can be used to identify the profile that it belongs to.

" }, "CreateCalculatedAttributeDefinition": { "name": "CreateCalculatedAttributeDefinition", "http": { "method": "POST", "requestUri": "/domains/{DomainName}/calculated-attributes/{CalculatedAttributeName}" }, "input": { "shape": "CreateCalculatedAttributeDefinitionRequest" }, "output": { "shape": "CreateCalculatedAttributeDefinitionResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Creates a new calculated attribute definition. After creation, new object data ingested into Customer Profiles will be included in the calculated attribute, which can be retrieved for a profile using the GetCalculatedAttributeForProfile API. Defining a calculated attribute makes it available for all profiles within a domain. Each calculated attribute can only reference one ObjectType and at most, two fields from that ObjectType.

" }, "CreateDomain": { "name": "CreateDomain", "http": { "method": "POST", "requestUri": "/domains/{DomainName}" }, "input": { "shape": "CreateDomainRequest" }, "output": { "shape": "CreateDomainResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Creates a domain, which is a container for all customer data, such as customer profile attributes, object types, profile keys, and encryption keys. You can create multiple domains, and each domain can have multiple third-party integrations.

Each Amazon Connect instance can be associated with only one domain. Multiple Amazon Connect instances can be associated with one domain.

Use this API or UpdateDomain to enable identity resolution: set Matching to true.

To prevent cross-service impersonation when you call this API, see Cross-service confused deputy prevention for sample policies that you should apply.

" }, "CreateEventStream": { "name": "CreateEventStream", "http": { "method": "POST", "requestUri": "/domains/{DomainName}/event-streams/{EventStreamName}" }, "input": { "shape": "CreateEventStreamRequest" }, "output": { "shape": "CreateEventStreamResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Creates an event stream, which is a subscription to real-time events, such as when profiles are created and updated through Amazon Connect Customer Profiles.

Each event stream can be associated with only one Kinesis Data Stream destination in the same region and Amazon Web Services account as the customer profiles domain

" }, "CreateIntegrationWorkflow": { "name": "CreateIntegrationWorkflow", "http": { "method": "POST", "requestUri": "/domains/{DomainName}/workflows/integrations" }, "input": { "shape": "CreateIntegrationWorkflowRequest" }, "output": { "shape": "CreateIntegrationWorkflowResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Creates an integration workflow. An integration workflow is an async process which ingests historic data and sets up an integration for ongoing updates. The supported Amazon AppFlow sources are Salesforce, ServiceNow, and Marketo.

" }, "CreateProfile": { "name": "CreateProfile", "http": { "method": "POST", "requestUri": "/domains/{DomainName}/profiles" }, "input": { "shape": "CreateProfileRequest" }, "output": { "shape": "CreateProfileResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Creates a standard profile.

A standard profile represents the following attributes for a customer profile in a domain.

" }, "DeleteCalculatedAttributeDefinition": { "name": "DeleteCalculatedAttributeDefinition", "http": { "method": "DELETE", "requestUri": "/domains/{DomainName}/calculated-attributes/{CalculatedAttributeName}" }, "input": { "shape": "DeleteCalculatedAttributeDefinitionRequest" }, "output": { "shape": "DeleteCalculatedAttributeDefinitionResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Deletes an existing calculated attribute definition. Note that deleting a default calculated attribute is possible, however once deleted, you will be unable to undo that action and will need to recreate it on your own using the CreateCalculatedAttributeDefinition API if you want it back.

" }, "DeleteDomain": { "name": "DeleteDomain", "http": { "method": "DELETE", "requestUri": "/domains/{DomainName}" }, "input": { "shape": "DeleteDomainRequest" }, "output": { "shape": "DeleteDomainResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Deletes a specific domain and all of its customer data, such as customer profile attributes and their related objects.

" }, "DeleteEventStream": { "name": "DeleteEventStream", "http": { "method": "DELETE", "requestUri": "/domains/{DomainName}/event-streams/{EventStreamName}" }, "input": { "shape": "DeleteEventStreamRequest" }, "output": { "shape": "DeleteEventStreamResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Disables and deletes the specified event stream.

", "idempotent": true }, "DeleteIntegration": { "name": "DeleteIntegration", "http": { "method": "POST", "requestUri": "/domains/{DomainName}/integrations/delete" }, "input": { "shape": "DeleteIntegrationRequest" }, "output": { "shape": "DeleteIntegrationResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Removes an integration from a specific domain.

" }, "DeleteProfile": { "name": "DeleteProfile", "http": { "method": "POST", "requestUri": "/domains/{DomainName}/profiles/delete" }, "input": { "shape": "DeleteProfileRequest" }, "output": { "shape": "DeleteProfileResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Deletes the standard customer profile and all data pertaining to the profile.

" }, "DeleteProfileKey": { "name": "DeleteProfileKey", "http": { "method": "POST", "requestUri": "/domains/{DomainName}/profiles/keys/delete" }, "input": { "shape": "DeleteProfileKeyRequest" }, "output": { "shape": "DeleteProfileKeyResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Removes a searchable key from a customer profile.

" }, "DeleteProfileObject": { "name": "DeleteProfileObject", "http": { "method": "POST", "requestUri": "/domains/{DomainName}/profiles/objects/delete" }, "input": { "shape": "DeleteProfileObjectRequest" }, "output": { "shape": "DeleteProfileObjectResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Removes an object associated with a profile of a given ProfileObjectType.

" }, "DeleteProfileObjectType": { "name": "DeleteProfileObjectType", "http": { "method": "DELETE", "requestUri": "/domains/{DomainName}/object-types/{ObjectTypeName}" }, "input": { "shape": "DeleteProfileObjectTypeRequest" }, "output": { "shape": "DeleteProfileObjectTypeResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Removes a ProfileObjectType from a specific domain as well as removes all the ProfileObjects of that type. It also disables integrations from this specific ProfileObjectType. In addition, it scrubs all of the fields of the standard profile that were populated from this ProfileObjectType.

" }, "DeleteWorkflow": { "name": "DeleteWorkflow", "http": { "method": "DELETE", "requestUri": "/domains/{DomainName}/workflows/{WorkflowId}" }, "input": { "shape": "DeleteWorkflowRequest" }, "output": { "shape": "DeleteWorkflowResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Deletes the specified workflow and all its corresponding resources. This is an async process.

" }, "DetectProfileObjectType": { "name": "DetectProfileObjectType", "http": { "method": "POST", "requestUri": "/domains/{DomainName}/detect/object-types" }, "input": { "shape": "DetectProfileObjectTypeRequest" }, "output": { "shape": "DetectProfileObjectTypeResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

The process of detecting profile object type mapping by using given objects.

" }, "GetAutoMergingPreview": { "name": "GetAutoMergingPreview", "http": { "method": "POST", "requestUri": "/domains/{DomainName}/identity-resolution-jobs/auto-merging-preview" }, "input": { "shape": "GetAutoMergingPreviewRequest" }, "output": { "shape": "GetAutoMergingPreviewResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Tests the auto-merging settings of your Identity Resolution Job without merging your data. It randomly selects a sample of matching groups from the existing matching results, and applies the automerging settings that you provided. You can then view the number of profiles in the sample, the number of matches, and the number of profiles identified to be merged. This enables you to evaluate the accuracy of the attributes in your matching list.

You can't view which profiles are matched and would be merged.

We strongly recommend you use this API to do a dry run of the automerging process before running the Identity Resolution Job. Include at least two matching attributes. If your matching list includes too few attributes (such as only FirstName or only LastName), there may be a large number of matches. This increases the chances of erroneous merges.

" }, "GetCalculatedAttributeDefinition": { "name": "GetCalculatedAttributeDefinition", "http": { "method": "GET", "requestUri": "/domains/{DomainName}/calculated-attributes/{CalculatedAttributeName}" }, "input": { "shape": "GetCalculatedAttributeDefinitionRequest" }, "output": { "shape": "GetCalculatedAttributeDefinitionResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Provides more information on a calculated attribute definition for Customer Profiles.

" }, "GetCalculatedAttributeForProfile": { "name": "GetCalculatedAttributeForProfile", "http": { "method": "GET", "requestUri": "/domains/{DomainName}/profile/{ProfileId}/calculated-attributes/{CalculatedAttributeName}" }, "input": { "shape": "GetCalculatedAttributeForProfileRequest" }, "output": { "shape": "GetCalculatedAttributeForProfileResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Retrieve a calculated attribute for a customer profile.

" }, "GetDomain": { "name": "GetDomain", "http": { "method": "GET", "requestUri": "/domains/{DomainName}" }, "input": { "shape": "GetDomainRequest" }, "output": { "shape": "GetDomainResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Returns information about a specific domain.

" }, "GetEventStream": { "name": "GetEventStream", "http": { "method": "GET", "requestUri": "/domains/{DomainName}/event-streams/{EventStreamName}" }, "input": { "shape": "GetEventStreamRequest" }, "output": { "shape": "GetEventStreamResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Returns information about the specified event stream in a specific domain.

" }, "GetIdentityResolutionJob": { "name": "GetIdentityResolutionJob", "http": { "method": "GET", "requestUri": "/domains/{DomainName}/identity-resolution-jobs/{JobId}" }, "input": { "shape": "GetIdentityResolutionJobRequest" }, "output": { "shape": "GetIdentityResolutionJobResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Returns information about an Identity Resolution Job in a specific domain.

Identity Resolution Jobs are set up using the Amazon Connect admin console. For more information, see Use Identity Resolution to consolidate similar profiles.

" }, "GetIntegration": { "name": "GetIntegration", "http": { "method": "POST", "requestUri": "/domains/{DomainName}/integrations" }, "input": { "shape": "GetIntegrationRequest" }, "output": { "shape": "GetIntegrationResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Returns an integration for a domain.

" }, "GetMatches": { "name": "GetMatches", "http": { "method": "GET", "requestUri": "/domains/{DomainName}/matches" }, "input": { "shape": "GetMatchesRequest" }, "output": { "shape": "GetMatchesResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Before calling this API, use CreateDomain or UpdateDomain to enable identity resolution: set Matching to true.

GetMatches returns potentially matching profiles, based on the results of the latest run of a machine learning process.

The process of matching duplicate profiles. If Matching = true, Amazon Connect Customer Profiles starts a weekly batch process called Identity Resolution Job. If you do not specify a date and time for Identity Resolution Job to run, by default it runs every Saturday at 12AM UTC to detect duplicate profiles in your domains.

After the Identity Resolution Job completes, use the GetMatches API to return and review the results. Or, if you have configured ExportingConfig in the MatchingRequest, you can download the results from S3.

Amazon Connect uses the following profile attributes to identify matches:

For example, two or more profiles—with spelling mistakes such as John Doe and Jhn Doe, or different casing email addresses such as JOHN_DOE@ANYCOMPANY.COM and johndoe@anycompany.com, or different phone number formats such as 555-010-0000 and +1-555-010-0000—can be detected as belonging to the same customer John Doe and merged into a unified profile.

" }, "GetProfileObjectType": { "name": "GetProfileObjectType", "http": { "method": "GET", "requestUri": "/domains/{DomainName}/object-types/{ObjectTypeName}" }, "input": { "shape": "GetProfileObjectTypeRequest" }, "output": { "shape": "GetProfileObjectTypeResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Returns the object types for a specific domain.

" }, "GetProfileObjectTypeTemplate": { "name": "GetProfileObjectTypeTemplate", "http": { "method": "GET", "requestUri": "/templates/{TemplateId}" }, "input": { "shape": "GetProfileObjectTypeTemplateRequest" }, "output": { "shape": "GetProfileObjectTypeTemplateResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Returns the template information for a specific object type.

A template is a predefined ProfileObjectType, such as “Salesforce-Account” or “Salesforce-Contact.” When a user sends a ProfileObject, using the PutProfileObject API, with an ObjectTypeName that matches one of the TemplateIds, it uses the mappings from the template.

" }, "GetSimilarProfiles": { "name": "GetSimilarProfiles", "http": { "method": "POST", "requestUri": "/domains/{DomainName}/matches" }, "input": { "shape": "GetSimilarProfilesRequest" }, "output": { "shape": "GetSimilarProfilesResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Returns a set of profiles that belong to the same matching group using the matchId or profileId. You can also specify the type of matching that you want for finding similar profiles using either RULE_BASED_MATCHING or ML_BASED_MATCHING.

" }, "GetWorkflow": { "name": "GetWorkflow", "http": { "method": "GET", "requestUri": "/domains/{DomainName}/workflows/{WorkflowId}" }, "input": { "shape": "GetWorkflowRequest" }, "output": { "shape": "GetWorkflowResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Get details of specified workflow.

" }, "GetWorkflowSteps": { "name": "GetWorkflowSteps", "http": { "method": "GET", "requestUri": "/domains/{DomainName}/workflows/{WorkflowId}/steps" }, "input": { "shape": "GetWorkflowStepsRequest" }, "output": { "shape": "GetWorkflowStepsResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Get granular list of steps in workflow.

" }, "ListAccountIntegrations": { "name": "ListAccountIntegrations", "http": { "method": "POST", "requestUri": "/integrations" }, "input": { "shape": "ListAccountIntegrationsRequest" }, "output": { "shape": "ListAccountIntegrationsResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Lists all of the integrations associated to a specific URI in the AWS account.

" }, "ListCalculatedAttributeDefinitions": { "name": "ListCalculatedAttributeDefinitions", "http": { "method": "GET", "requestUri": "/domains/{DomainName}/calculated-attributes" }, "input": { "shape": "ListCalculatedAttributeDefinitionsRequest" }, "output": { "shape": "ListCalculatedAttributeDefinitionsResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Lists calculated attribute definitions for Customer Profiles

" }, "ListCalculatedAttributesForProfile": { "name": "ListCalculatedAttributesForProfile", "http": { "method": "GET", "requestUri": "/domains/{DomainName}/profile/{ProfileId}/calculated-attributes" }, "input": { "shape": "ListCalculatedAttributesForProfileRequest" }, "output": { "shape": "ListCalculatedAttributesForProfileResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Retrieve a list of calculated attributes for a customer profile.

" }, "ListDomains": { "name": "ListDomains", "http": { "method": "GET", "requestUri": "/domains" }, "input": { "shape": "ListDomainsRequest" }, "output": { "shape": "ListDomainsResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Returns a list of all the domains for an AWS account that have been created.

" }, "ListEventStreams": { "name": "ListEventStreams", "http": { "method": "GET", "requestUri": "/domains/{DomainName}/event-streams" }, "input": { "shape": "ListEventStreamsRequest" }, "output": { "shape": "ListEventStreamsResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Returns a list of all the event streams in a specific domain.

" }, "ListIdentityResolutionJobs": { "name": "ListIdentityResolutionJobs", "http": { "method": "GET", "requestUri": "/domains/{DomainName}/identity-resolution-jobs" }, "input": { "shape": "ListIdentityResolutionJobsRequest" }, "output": { "shape": "ListIdentityResolutionJobsResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Lists all of the Identity Resolution Jobs in your domain. The response sorts the list by JobStartTime.

" }, "ListIntegrations": { "name": "ListIntegrations", "http": { "method": "GET", "requestUri": "/domains/{DomainName}/integrations" }, "input": { "shape": "ListIntegrationsRequest" }, "output": { "shape": "ListIntegrationsResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Lists all of the integrations in your domain.

" }, "ListProfileObjectTypeTemplates": { "name": "ListProfileObjectTypeTemplates", "http": { "method": "GET", "requestUri": "/templates" }, "input": { "shape": "ListProfileObjectTypeTemplatesRequest" }, "output": { "shape": "ListProfileObjectTypeTemplatesResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Lists all of the template information for object types.

" }, "ListProfileObjectTypes": { "name": "ListProfileObjectTypes", "http": { "method": "GET", "requestUri": "/domains/{DomainName}/object-types" }, "input": { "shape": "ListProfileObjectTypesRequest" }, "output": { "shape": "ListProfileObjectTypesResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Lists all of the templates available within the service.

" }, "ListProfileObjects": { "name": "ListProfileObjects", "http": { "method": "POST", "requestUri": "/domains/{DomainName}/profiles/objects" }, "input": { "shape": "ListProfileObjectsRequest" }, "output": { "shape": "ListProfileObjectsResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Returns a list of objects associated with a profile of a given ProfileObjectType.

" }, "ListRuleBasedMatches": { "name": "ListRuleBasedMatches", "http": { "method": "GET", "requestUri": "/domains/{DomainName}/profiles/ruleBasedMatches" }, "input": { "shape": "ListRuleBasedMatchesRequest" }, "output": { "shape": "ListRuleBasedMatchesResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Returns a set of MatchIds that belong to the given domain.

" }, "ListTagsForResource": { "name": "ListTagsForResource", "http": { "method": "GET", "requestUri": "/tags/{resourceArn}" }, "input": { "shape": "ListTagsForResourceRequest" }, "output": { "shape": "ListTagsForResourceResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "BadRequestException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

Displays the tags associated with an Amazon Connect Customer Profiles resource. In Connect Customer Profiles, domains, profile object types, and integrations can be tagged.

" }, "ListWorkflows": { "name": "ListWorkflows", "http": { "method": "POST", "requestUri": "/domains/{DomainName}/workflows" }, "input": { "shape": "ListWorkflowsRequest" }, "output": { "shape": "ListWorkflowsResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Query to list all workflows.

" }, "MergeProfiles": { "name": "MergeProfiles", "http": { "method": "POST", "requestUri": "/domains/{DomainName}/profiles/objects/merge" }, "input": { "shape": "MergeProfilesRequest" }, "output": { "shape": "MergeProfilesResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Runs an AWS Lambda job that does the following:

  1. All the profileKeys in the ProfileToBeMerged will be moved to the main profile.

  2. All the objects in the ProfileToBeMerged will be moved to the main profile.

  3. All the ProfileToBeMerged will be deleted at the end.

  4. All the profileKeys in the ProfileIdsToBeMerged will be moved to the main profile.

  5. Standard fields are merged as follows:

    1. Fields are always \"union\"-ed if there are no conflicts in standard fields or attributeKeys.

    2. When there are conflicting fields:

      1. If no SourceProfileIds entry is specified, the main Profile value is always taken.

      2. If a SourceProfileIds entry is specified, the specified profileId is always taken, even if it is a NULL value.

You can use MergeProfiles together with GetMatches, which returns potentially matching profiles, or use it with the results of another matching system. After profiles have been merged, they cannot be separated (unmerged).

" }, "PutIntegration": { "name": "PutIntegration", "http": { "method": "PUT", "requestUri": "/domains/{DomainName}/integrations" }, "input": { "shape": "PutIntegrationRequest" }, "output": { "shape": "PutIntegrationResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon Connect.

An integration can belong to only one domain.

To add or remove tags on an existing Integration, see TagResource / UntagResource.

" }, "PutProfileObject": { "name": "PutProfileObject", "http": { "method": "PUT", "requestUri": "/domains/{DomainName}/profiles/objects" }, "input": { "shape": "PutProfileObjectRequest" }, "output": { "shape": "PutProfileObjectResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Adds additional objects to customer profiles of a given ObjectType.

When adding a specific profile object, like a Contact Record, an inferred profile can get created if it is not mapped to an existing profile. The resulting profile will only have a phone number populated in the standard ProfileObject. Any additional Contact Records with the same phone number will be mapped to the same inferred profile.

When a ProfileObject is created and if a ProfileObjectType already exists for the ProfileObject, it will provide data to a standard profile depending on the ProfileObjectType definition.

PutProfileObject needs an ObjectType, which can be created using PutProfileObjectType.

" }, "PutProfileObjectType": { "name": "PutProfileObjectType", "http": { "method": "PUT", "requestUri": "/domains/{DomainName}/object-types/{ObjectTypeName}" }, "input": { "shape": "PutProfileObjectTypeRequest" }, "output": { "shape": "PutProfileObjectTypeResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Defines a ProfileObjectType.

To add or remove tags on an existing ObjectType, see TagResource/UntagResource.

" }, "SearchProfiles": { "name": "SearchProfiles", "http": { "method": "POST", "requestUri": "/domains/{DomainName}/profiles/search" }, "input": { "shape": "SearchProfilesRequest" }, "output": { "shape": "SearchProfilesResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Searches for profiles within a specific domain using one or more predefined search keys (e.g., _fullName, _phone, _email, _account, etc.) and/or custom-defined search keys. A search key is a data type pair that consists of a KeyName and Values list.

This operation supports searching for profiles with a minimum of 1 key-value(s) pair and up to 5 key-value(s) pairs using either AND or OR logic.

" }, "TagResource": { "name": "TagResource", "http": { "method": "POST", "requestUri": "/tags/{resourceArn}" }, "input": { "shape": "TagResourceRequest" }, "output": { "shape": "TagResourceResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "BadRequestException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

Assigns one or more tags (key-value pairs) to the specified Amazon Connect Customer Profiles 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 Connect Customer Profiles, domains, profile object types, and integrations can be tagged.

Tags don't have any semantic meaning to AWS and are interpreted strictly as strings of characters.

You can use the TagResource 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.

You can associate as many as 50 tags with a resource.

" }, "UntagResource": { "name": "UntagResource", "http": { "method": "DELETE", "requestUri": "/tags/{resourceArn}" }, "input": { "shape": "UntagResourceRequest" }, "output": { "shape": "UntagResourceResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "BadRequestException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

Removes one or more tags from the specified Amazon Connect Customer Profiles resource. In Connect Customer Profiles, domains, profile object types, and integrations can be tagged.

" }, "UpdateCalculatedAttributeDefinition": { "name": "UpdateCalculatedAttributeDefinition", "http": { "method": "PUT", "requestUri": "/domains/{DomainName}/calculated-attributes/{CalculatedAttributeName}" }, "input": { "shape": "UpdateCalculatedAttributeDefinitionRequest" }, "output": { "shape": "UpdateCalculatedAttributeDefinitionResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Updates an existing calculated attribute definition. When updating the Conditions, note that increasing the date range of a calculated attribute will not trigger inclusion of historical data greater than the current date range.

" }, "UpdateDomain": { "name": "UpdateDomain", "http": { "method": "PUT", "requestUri": "/domains/{DomainName}" }, "input": { "shape": "UpdateDomainRequest" }, "output": { "shape": "UpdateDomainResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Updates the properties of a domain, including creating or selecting a dead letter queue or an encryption key.

After a domain is created, the name can’t be changed.

Use this API or CreateDomain to enable identity resolution: set Matching to true.

To prevent cross-service impersonation when you call this API, see Cross-service confused deputy prevention for sample policies that you should apply.

To add or remove tags on an existing Domain, see TagResource/UntagResource.

" }, "UpdateProfile": { "name": "UpdateProfile", "http": { "method": "PUT", "requestUri": "/domains/{DomainName}/profiles" }, "input": { "shape": "UpdateProfileRequest" }, "output": { "shape": "UpdateProfileResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerException" } ], "documentation": "

Updates the properties of a profile. The ProfileId is required for updating a customer profile.

When calling the UpdateProfile API, specifying an empty string value means that any existing value will be removed. Not specifying a string value means that any value already there will be kept.

" } }, "shapes": { "name": { "type": "string", "max": 64, "min": 1, "pattern": "^[a-zA-Z0-9_-]+$" }, "AddProfileKeyRequest": { "type": "structure", "required": [ "ProfileId", "KeyName", "Values", "DomainName" ], "members": { "ProfileId": { "shape": "uuid", "documentation": "

The unique identifier of a customer profile.

" }, "KeyName": { "shape": "name", "documentation": "

A searchable identifier of a customer profile. The predefined keys you can use include: _account, _profileId, _assetId, _caseId, _orderId, _fullName, _phone, _email, _ctrContactId, _marketoLeadId, _salesforceAccountId, _salesforceContactId, _salesforceAssetId, _zendeskUserId, _zendeskExternalId, _zendeskTicketId, _serviceNowSystemId, _serviceNowIncidentId, _segmentUserId, _shopifyCustomerId, _shopifyOrderId.

" }, "Values": { "shape": "requestValueList", "documentation": "

A list of key values.

" }, "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" } } }, "AddProfileKeyResponse": { "type": "structure", "members": { "KeyName": { "shape": "name", "documentation": "

A searchable identifier of a customer profile.

" }, "Values": { "shape": "requestValueList", "documentation": "

A list of key values.

" } } }, "AdditionalSearchKey": { "type": "structure", "required": [ "KeyName", "Values" ], "members": { "KeyName": { "shape": "name", "documentation": "

A searchable identifier of a customer profile.

" }, "Values": { "shape": "requestValueList", "documentation": "

A list of key values.

" } }, "documentation": "

A data type pair that consists of a KeyName and Values list that is used in conjunction with the KeyName and Values parameters to search for profiles using the SearchProfiles API.

" }, "Address": { "type": "structure", "members": { "Address1": { "shape": "string1To255", "documentation": "

The first line of a customer address.

" }, "Address2": { "shape": "string1To255", "documentation": "

The second line of a customer address.

" }, "Address3": { "shape": "string1To255", "documentation": "

The third line of a customer address.

" }, "Address4": { "shape": "string1To255", "documentation": "

The fourth line of a customer address.

" }, "City": { "shape": "string1To255", "documentation": "

The city in which a customer lives.

" }, "County": { "shape": "string1To255", "documentation": "

The county in which a customer lives.

" }, "State": { "shape": "string1To255", "documentation": "

The state in which a customer lives.

" }, "Province": { "shape": "string1To255", "documentation": "

The province in which a customer lives.

" }, "Country": { "shape": "string1To255", "documentation": "

The country in which a customer lives.

" }, "PostalCode": { "shape": "string1To255", "documentation": "

The postal code of a customer address.

" } }, "documentation": "

A generic address associated with the customer that is not mailing, shipping, or billing.

", "sensitive": true }, "AddressList": { "type": "list", "member": { "shape": "string1To255" }, "max": 4, "min": 1 }, "AppflowIntegration": { "type": "structure", "required": [ "FlowDefinition" ], "members": { "FlowDefinition": { "shape": "FlowDefinition" }, "Batches": { "shape": "Batches", "documentation": "

Batches in workflow of type APPFLOW_INTEGRATION.

" } }, "documentation": "

Details for workflow of type APPFLOW_INTEGRATION.

" }, "AppflowIntegrationWorkflowAttributes": { "type": "structure", "required": [ "SourceConnectorType", "ConnectorProfileName" ], "members": { "SourceConnectorType": { "shape": "SourceConnectorType", "documentation": "

Specifies the source connector type, such as Salesforce, ServiceNow, and Marketo. Indicates source of ingestion.

" }, "ConnectorProfileName": { "shape": "ConnectorProfileName", "documentation": "

The name of the AppFlow connector profile used for ingestion.

" }, "RoleArn": { "shape": "string1To255", "documentation": "

The Amazon Resource Name (ARN) of the IAM role. Customer Profiles assumes this role to create resources on your behalf as part of workflow execution.

" } }, "documentation": "

Structure holding all APPFLOW_INTEGRATION specific workflow attributes.

" }, "AppflowIntegrationWorkflowMetrics": { "type": "structure", "required": [ "RecordsProcessed", "StepsCompleted", "TotalSteps" ], "members": { "RecordsProcessed": { "shape": "long", "documentation": "

Number of records processed in APPFLOW_INTEGRATION workflow.

" }, "StepsCompleted": { "shape": "long", "documentation": "

Total steps completed in APPFLOW_INTEGRATION workflow.

" }, "TotalSteps": { "shape": "long", "documentation": "

Total steps in APPFLOW_INTEGRATION workflow.

" } }, "documentation": "

Workflow specific execution metrics for APPFLOW_INTEGRATION workflow.

" }, "AppflowIntegrationWorkflowStep": { "type": "structure", "required": [ "FlowName", "Status", "ExecutionMessage", "RecordsProcessed", "BatchRecordsStartTime", "BatchRecordsEndTime", "CreatedAt", "LastUpdatedAt" ], "members": { "FlowName": { "shape": "FlowName", "documentation": "

Name of the flow created during execution of workflow step. APPFLOW_INTEGRATION workflow type creates an appflow flow during workflow step execution on the customers behalf.

" }, "Status": { "shape": "Status", "documentation": "

Workflow step status for APPFLOW_INTEGRATION workflow.

" }, "ExecutionMessage": { "shape": "string1To255", "documentation": "

Message indicating execution of workflow step for APPFLOW_INTEGRATION workflow.

" }, "RecordsProcessed": { "shape": "long", "documentation": "

Total number of records processed during execution of workflow step for APPFLOW_INTEGRATION workflow.

" }, "BatchRecordsStartTime": { "shape": "string1To255", "documentation": "

Start datetime of records pulled in batch during execution of workflow step for APPFLOW_INTEGRATION workflow.

" }, "BatchRecordsEndTime": { "shape": "string1To255", "documentation": "

End datetime of records pulled in batch during execution of workflow step for APPFLOW_INTEGRATION workflow.

" }, "CreatedAt": { "shape": "timestamp", "documentation": "

Creation timestamp of workflow step for APPFLOW_INTEGRATION workflow.

" }, "LastUpdatedAt": { "shape": "timestamp", "documentation": "

Last updated timestamp for workflow step for APPFLOW_INTEGRATION workflow.

" } }, "documentation": "

Workflow step details for APPFLOW_INTEGRATION workflow.

" }, "AttributeDetails": { "type": "structure", "required": [ "Attributes", "Expression" ], "members": { "Attributes": { "shape": "AttributeList", "documentation": "

A list of attribute items specified in the mathematical expression.

" }, "Expression": { "shape": "string1To255", "documentation": "

Mathematical expression that is performed on attribute items provided in the attribute list. Each element in the expression should follow the structure of \\\"{ObjectTypeName.AttributeName}\\\".

" } }, "documentation": "

Mathematical expression and a list of attribute items specified in that expression.

", "sensitive": true }, "AttributeItem": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "attributeName", "documentation": "

The name of an attribute defined in a profile object type.

" } }, "documentation": "

The details of a single attribute item specified in the mathematical expression.

" }, "AttributeList": { "type": "list", "member": { "shape": "AttributeItem" }, "max": 2, "min": 1 }, "AttributeMatchingModel": { "type": "string", "enum": [ "ONE_TO_ONE", "MANY_TO_MANY" ] }, "AttributeSourceIdMap": { "type": "map", "key": { "shape": "string1To255" }, "value": { "shape": "uuid" } }, "AttributeTypesSelector": { "type": "structure", "required": [ "AttributeMatchingModel" ], "members": { "AttributeMatchingModel": { "shape": "AttributeMatchingModel", "documentation": "

Configures the AttributeMatchingModel, you can either choose ONE_TO_ONE or MANY_TO_MANY.

" }, "Address": { "shape": "AddressList", "documentation": "

The Address type. You can choose from Address, BusinessAddress, MaillingAddress, and ShippingAddress.

You only can use the Address type in the MatchingRule. For example, if you want to match profile based on BusinessAddress.City or MaillingAddress.City, you need to choose the BusinessAddress and the MaillingAddress to represent the Address type and specify the Address.City on the matching rule.

" }, "PhoneNumber": { "shape": "PhoneNumberList", "documentation": "

The PhoneNumber type. You can choose from PhoneNumber, HomePhoneNumber, and MobilePhoneNumber.

You only can use the PhoneNumber type in the MatchingRule. For example, if you want to match a profile based on Phone or HomePhone, you need to choose the Phone and the HomePhone to represent the PhoneNumber type and only specify the PhoneNumber on the matching rule.

" }, "EmailAddress": { "shape": "EmailList", "documentation": "

The Email type. You can choose from EmailAddress, BusinessEmailAddress and PersonalEmailAddress.

You only can use the EmailAddress type in the MatchingRule. For example, if you want to match profile based on PersonalEmailAddress or BusinessEmailAddress, you need to choose the PersonalEmailAddress and the BusinessEmailAddress to represent the EmailAddress type and only specify the EmailAddress on the matching rule.

" } }, "documentation": "

Configuration information about the AttributeTypesSelector where the rule-based identity resolution uses to match profiles. You can choose how profiles are compared across attribute types and which attribute to use for matching from each type. There are three attribute types you can configure:

You can either choose ONE_TO_ONE or MANY_TO_MANY as the AttributeMatchingModel. When choosing MANY_TO_MANY, the system can match attribute across the sub-types of an attribute type. For example, if the value of the Email field of Profile A and the value of BusinessEmail field of Profile B matches, the two profiles are matched on the Email type. When choosing ONE_TO_ONE the system can only match if the sub-types are exact matches. For example, only when the value of the Email field of Profile A and the value of the Email field of Profile B matches, the two profiles are matched on the Email type.

" }, "Attributes": { "type": "map", "key": { "shape": "string1To255" }, "value": { "shape": "string1To255" }, "sensitive": true }, "AutoMerging": { "type": "structure", "required": [ "Enabled" ], "members": { "Enabled": { "shape": "optionalBoolean", "documentation": "

The flag that enables the auto-merging of duplicate profiles.

" }, "Consolidation": { "shape": "Consolidation", "documentation": "

A list of matching attributes that represent matching criteria. If two profiles meet at least one of the requirements in the matching attributes list, they will be merged.

" }, "ConflictResolution": { "shape": "ConflictResolution", "documentation": "

How the auto-merging process should resolve conflicts between different profiles. For example, if Profile A and Profile B have the same FirstName and LastName (and that is the matching criteria), which EmailAddress should be used?

" }, "MinAllowedConfidenceScoreForMerging": { "shape": "Double0To1", "documentation": "

A number between 0 and 1 that represents the minimum confidence score required for profiles within a matching group to be merged during the auto-merge process. A higher score means higher similarity required to merge profiles.

" } }, "documentation": "

Configuration settings for how to perform the auto-merging of profiles.

" }, "Batch": { "type": "structure", "required": [ "StartTime", "EndTime" ], "members": { "StartTime": { "shape": "timestamp", "documentation": "

Start time of batch to split ingestion.

" }, "EndTime": { "shape": "timestamp", "documentation": "

End time of batch to split ingestion.

" } }, "documentation": "

Batch defines the boundaries for ingestion for each step in APPFLOW_INTEGRATION workflow. APPFLOW_INTEGRATION workflow splits ingestion based on these boundaries.

" }, "Batches": { "type": "list", "member": { "shape": "Batch" } }, "BucketName": { "type": "string", "max": 63, "min": 3, "pattern": "\\S+" }, "BucketPrefix": { "type": "string", "max": 512, "pattern": ".*" }, "CalculatedAttributeDefinitionsList": { "type": "list", "member": { "shape": "ListCalculatedAttributeDefinitionItem" }, "sensitive": true }, "CalculatedAttributesForProfileList": { "type": "list", "member": { "shape": "ListCalculatedAttributeForProfileItem" } }, "Conditions": { "type": "structure", "members": { "Range": { "shape": "Range", "documentation": "

The relative time period over which data is included in the aggregation.

" }, "ObjectCount": { "shape": "ObjectCount", "documentation": "

The number of profile objects used for the calculated attribute.

" }, "Threshold": { "shape": "Threshold", "documentation": "

The threshold for the calculated attribute.

" } }, "documentation": "

The conditions including range, object count, and threshold for the calculated attribute.

", "sensitive": true }, "ConflictResolution": { "type": "structure", "required": [ "ConflictResolvingModel" ], "members": { "ConflictResolvingModel": { "shape": "ConflictResolvingModel", "documentation": "

How the auto-merging process should resolve conflicts between different profiles.

" }, "SourceName": { "shape": "string1To255", "documentation": "

The ObjectType name that is used to resolve profile merging conflicts when choosing SOURCE as the ConflictResolvingModel.

" } }, "documentation": "

How the auto-merging process should resolve conflicts between different profiles.

" }, "ConflictResolvingModel": { "type": "string", "enum": [ "RECENCY", "SOURCE" ] }, "ConnectorOperator": { "type": "structure", "members": { "Marketo": { "shape": "MarketoConnectorOperator", "documentation": "

The operation to be performed on the provided Marketo source fields.

" }, "S3": { "shape": "S3ConnectorOperator", "documentation": "

The operation to be performed on the provided Amazon S3 source fields.

" }, "Salesforce": { "shape": "SalesforceConnectorOperator", "documentation": "

The operation to be performed on the provided Salesforce source fields.

" }, "ServiceNow": { "shape": "ServiceNowConnectorOperator", "documentation": "

The operation to be performed on the provided ServiceNow source fields.

" }, "Zendesk": { "shape": "ZendeskConnectorOperator", "documentation": "

The operation to be performed on the provided Zendesk source fields.

" } }, "documentation": "

The operation to be performed on the provided source fields.

" }, "ConnectorProfileName": { "type": "string", "max": 256, "pattern": "[\\w/!@#+=.-]+" }, "Consolidation": { "type": "structure", "required": [ "MatchingAttributesList" ], "members": { "MatchingAttributesList": { "shape": "MatchingAttributesList", "documentation": "

A list of matching criteria.

" } }, "documentation": "

The matching criteria to be used during the auto-merging process.

" }, "CreateCalculatedAttributeDefinitionRequest": { "type": "structure", "required": [ "DomainName", "CalculatedAttributeName", "AttributeDetails", "Statistic" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" }, "CalculatedAttributeName": { "shape": "typeName", "documentation": "

The unique name of the calculated attribute.

", "location": "uri", "locationName": "CalculatedAttributeName" }, "DisplayName": { "shape": "displayName", "documentation": "

The display name of the calculated attribute.

" }, "Description": { "shape": "sensitiveText", "documentation": "

The description of the calculated attribute.

" }, "AttributeDetails": { "shape": "AttributeDetails", "documentation": "

Mathematical expression and a list of attribute items specified in that expression.

" }, "Conditions": { "shape": "Conditions", "documentation": "

The conditions including range, object count, and threshold for the calculated attribute.

" }, "Statistic": { "shape": "Statistic", "documentation": "

The aggregation operation to perform for the calculated attribute.

" }, "Tags": { "shape": "TagMap", "documentation": "

The tags used to organize, track, or control access for this resource.

" } } }, "CreateCalculatedAttributeDefinitionResponse": { "type": "structure", "members": { "CalculatedAttributeName": { "shape": "typeName", "documentation": "

The unique name of the calculated attribute.

" }, "DisplayName": { "shape": "displayName", "documentation": "

The display name of the calculated attribute.

" }, "Description": { "shape": "sensitiveText", "documentation": "

The description of the calculated attribute.

" }, "AttributeDetails": { "shape": "AttributeDetails", "documentation": "

Mathematical expression and a list of attribute items specified in that expression.

" }, "Conditions": { "shape": "Conditions", "documentation": "

The conditions including range, object count, and threshold for the calculated attribute.

" }, "Statistic": { "shape": "Statistic", "documentation": "

The aggregation operation to perform for the calculated attribute.

" }, "CreatedAt": { "shape": "timestamp", "documentation": "

The timestamp of when the calculated attribute definition was created.

" }, "LastUpdatedAt": { "shape": "timestamp", "documentation": "

The timestamp of when the calculated attribute definition was most recently edited.

" }, "Tags": { "shape": "TagMap", "documentation": "

The tags used to organize, track, or control access for this resource.

" } } }, "CreateDomainRequest": { "type": "structure", "required": [ "DomainName", "DefaultExpirationDays" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" }, "DefaultExpirationDays": { "shape": "expirationDaysInteger", "documentation": "

The default number of days until the data within the domain expires.

" }, "DefaultEncryptionKey": { "shape": "encryptionKey", "documentation": "

The default encryption key, which is an AWS managed key, is used when no specific type of encryption key is specified. It is used to encrypt all data before it is placed in permanent or semi-permanent storage.

" }, "DeadLetterQueueUrl": { "shape": "sqsQueueUrl", "documentation": "

The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from third party applications. You must set up a policy on the DeadLetterQueue for the SendMessage operation to enable Amazon Connect Customer Profiles to send messages to the DeadLetterQueue.

" }, "Matching": { "shape": "MatchingRequest", "documentation": "

The process of matching duplicate profiles. If Matching = true, Amazon Connect Customer Profiles starts a weekly batch process called Identity Resolution Job. If you do not specify a date and time for Identity Resolution Job to run, by default it runs every Saturday at 12AM UTC to detect duplicate profiles in your domains.

After the Identity Resolution Job completes, use the GetMatches API to return and review the results. Or, if you have configured ExportingConfig in the MatchingRequest, you can download the results from S3.

" }, "RuleBasedMatching": { "shape": "RuleBasedMatchingRequest", "documentation": "

The process of matching duplicate profiles using the Rule-Based matching. If RuleBasedMatching = true, Amazon Connect Customer Profiles will start to match and merge your profiles according to your configuration in the RuleBasedMatchingRequest. You can use the ListRuleBasedMatches and GetSimilarProfiles API to return and review the results. Also, if you have configured ExportingConfig in the RuleBasedMatchingRequest, you can download the results from S3.

" }, "Tags": { "shape": "TagMap", "documentation": "

The tags used to organize, track, or control access for this resource.

" } } }, "CreateDomainResponse": { "type": "structure", "required": [ "DomainName", "DefaultExpirationDays", "CreatedAt", "LastUpdatedAt" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

" }, "DefaultExpirationDays": { "shape": "expirationDaysInteger", "documentation": "

The default number of days until the data within the domain expires.

" }, "DefaultEncryptionKey": { "shape": "encryptionKey", "documentation": "

The default encryption key, which is an AWS managed key, is used when no specific type of encryption key is specified. It is used to encrypt all data before it is placed in permanent or semi-permanent storage.

" }, "DeadLetterQueueUrl": { "shape": "sqsQueueUrl", "documentation": "

The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from third party applications.

" }, "Matching": { "shape": "MatchingResponse", "documentation": "

The process of matching duplicate profiles. If Matching = true, Amazon Connect Customer Profiles starts a weekly batch process called Identity Resolution Job. If you do not specify a date and time for Identity Resolution Job to run, by default it runs every Saturday at 12AM UTC to detect duplicate profiles in your domains.

After the Identity Resolution Job completes, use the GetMatches API to return and review the results. Or, if you have configured ExportingConfig in the MatchingRequest, you can download the results from S3.

" }, "RuleBasedMatching": { "shape": "RuleBasedMatchingResponse", "documentation": "

The process of matching duplicate profiles using the Rule-Based matching. If RuleBasedMatching = true, Amazon Connect Customer Profiles will start to match and merge your profiles according to your configuration in the RuleBasedMatchingRequest. You can use the ListRuleBasedMatches and GetSimilarProfiles API to return and review the results. Also, if you have configured ExportingConfig in the RuleBasedMatchingRequest, you can download the results from S3.

" }, "CreatedAt": { "shape": "timestamp", "documentation": "

The timestamp of when the domain was created.

" }, "LastUpdatedAt": { "shape": "timestamp", "documentation": "

The timestamp of when the domain was most recently edited.

" }, "Tags": { "shape": "TagMap", "documentation": "

The tags used to organize, track, or control access for this resource.

" } } }, "CreateEventStreamRequest": { "type": "structure", "required": [ "DomainName", "Uri", "EventStreamName" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" }, "Uri": { "shape": "string1To255", "documentation": "

The StreamARN of the destination to deliver profile events to. For example, arn:aws:kinesis:region:account-id:stream/stream-name

" }, "EventStreamName": { "shape": "name", "documentation": "

The name of the event stream.

", "location": "uri", "locationName": "EventStreamName" }, "Tags": { "shape": "TagMap", "documentation": "

The tags used to organize, track, or control access for this resource.

" } } }, "CreateEventStreamResponse": { "type": "structure", "required": [ "EventStreamArn" ], "members": { "EventStreamArn": { "shape": "string1To255", "documentation": "

A unique identifier for the event stream.

" }, "Tags": { "shape": "TagMap", "documentation": "

The tags used to organize, track, or control access for this resource.

" } } }, "CreateIntegrationWorkflowRequest": { "type": "structure", "required": [ "DomainName", "WorkflowType", "IntegrationConfig", "ObjectTypeName", "RoleArn" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" }, "WorkflowType": { "shape": "WorkflowType", "documentation": "

The type of workflow. The only supported value is APPFLOW_INTEGRATION.

" }, "IntegrationConfig": { "shape": "IntegrationConfig", "documentation": "

Configuration data for integration workflow.

" }, "ObjectTypeName": { "shape": "typeName", "documentation": "

The name of the profile object type.

" }, "RoleArn": { "shape": "RoleArn", "documentation": "

The Amazon Resource Name (ARN) of the IAM role. Customer Profiles assumes this role to create resources on your behalf as part of workflow execution.

" }, "Tags": { "shape": "TagMap", "documentation": "

The tags used to organize, track, or control access for this resource.

" } } }, "CreateIntegrationWorkflowResponse": { "type": "structure", "required": [ "WorkflowId", "Message" ], "members": { "WorkflowId": { "shape": "uuid", "documentation": "

Unique identifier for the workflow.

" }, "Message": { "shape": "string1To255", "documentation": "

A message indicating create request was received.

" } } }, "CreateProfileRequest": { "type": "structure", "required": [ "DomainName" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" }, "AccountNumber": { "shape": "sensitiveString1To255", "documentation": "

A unique account number that you have given to the customer.

" }, "AdditionalInformation": { "shape": "sensitiveString1To1000", "documentation": "

Any additional information relevant to the customer’s profile.

" }, "PartyType": { "shape": "PartyType", "documentation": "

The type of profile used to describe the customer.

" }, "BusinessName": { "shape": "sensitiveString1To255", "documentation": "

The name of the customer’s business.

" }, "FirstName": { "shape": "sensitiveString1To255", "documentation": "

The customer’s first name.

" }, "MiddleName": { "shape": "sensitiveString1To255", "documentation": "

The customer’s middle name.

" }, "LastName": { "shape": "sensitiveString1To255", "documentation": "

The customer’s last name.

" }, "BirthDate": { "shape": "sensitiveString1To255", "documentation": "

The customer’s birth date.

" }, "Gender": { "shape": "Gender", "documentation": "

The gender with which the customer identifies.

" }, "PhoneNumber": { "shape": "sensitiveString1To255", "documentation": "

The customer’s phone number, which has not been specified as a mobile, home, or business number.

" }, "MobilePhoneNumber": { "shape": "sensitiveString1To255", "documentation": "

The customer’s mobile phone number.

" }, "HomePhoneNumber": { "shape": "sensitiveString1To255", "documentation": "

The customer’s home phone number.

" }, "BusinessPhoneNumber": { "shape": "sensitiveString1To255", "documentation": "

The customer’s business phone number.

" }, "EmailAddress": { "shape": "sensitiveString1To255", "documentation": "

The customer’s email address, which has not been specified as a personal or business address.

" }, "PersonalEmailAddress": { "shape": "sensitiveString1To255", "documentation": "

The customer’s personal email address.

" }, "BusinessEmailAddress": { "shape": "sensitiveString1To255", "documentation": "

The customer’s business email address.

" }, "Address": { "shape": "Address", "documentation": "

A generic address associated with the customer that is not mailing, shipping, or billing.

" }, "ShippingAddress": { "shape": "Address", "documentation": "

The customer’s shipping address.

" }, "MailingAddress": { "shape": "Address", "documentation": "

The customer’s mailing address.

" }, "BillingAddress": { "shape": "Address", "documentation": "

The customer’s billing address.

" }, "Attributes": { "shape": "Attributes", "documentation": "

A key value pair of attributes of a customer profile.

" }, "PartyTypeString": { "shape": "sensitiveString1To255", "documentation": "

An alternative to PartyType which accepts any string as input.

" }, "GenderString": { "shape": "sensitiveString1To255", "documentation": "

An alternative to Gender which accepts any string as input.

" } } }, "CreateProfileResponse": { "type": "structure", "required": [ "ProfileId" ], "members": { "ProfileId": { "shape": "uuid", "documentation": "

The unique identifier of a customer profile.

" } } }, "DataPullMode": { "type": "string", "enum": [ "Incremental", "Complete" ] }, "Date": { "type": "timestamp" }, "DatetimeTypeFieldName": { "type": "string", "max": 256, "pattern": ".*" }, "DeleteCalculatedAttributeDefinitionRequest": { "type": "structure", "required": [ "DomainName", "CalculatedAttributeName" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" }, "CalculatedAttributeName": { "shape": "typeName", "documentation": "

The unique name of the calculated attribute.

", "location": "uri", "locationName": "CalculatedAttributeName" } } }, "DeleteCalculatedAttributeDefinitionResponse": { "type": "structure", "members": {} }, "DeleteDomainRequest": { "type": "structure", "required": [ "DomainName" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" } } }, "DeleteDomainResponse": { "type": "structure", "required": [ "Message" ], "members": { "Message": { "shape": "message", "documentation": "

A message that indicates the delete request is done.

" } } }, "DeleteEventStreamRequest": { "type": "structure", "required": [ "DomainName", "EventStreamName" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" }, "EventStreamName": { "shape": "name", "documentation": "

The name of the event stream

", "location": "uri", "locationName": "EventStreamName" } } }, "DeleteEventStreamResponse": { "type": "structure", "members": {} }, "DeleteIntegrationRequest": { "type": "structure", "required": [ "DomainName", "Uri" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" }, "Uri": { "shape": "string1To255", "documentation": "

The URI of the S3 bucket or any other type of data source.

" } } }, "DeleteIntegrationResponse": { "type": "structure", "required": [ "Message" ], "members": { "Message": { "shape": "message", "documentation": "

A message that indicates the delete request is done.

" } } }, "DeleteProfileKeyRequest": { "type": "structure", "required": [ "ProfileId", "KeyName", "Values", "DomainName" ], "members": { "ProfileId": { "shape": "uuid", "documentation": "

The unique identifier of a customer profile.

" }, "KeyName": { "shape": "name", "documentation": "

A searchable identifier of a customer profile.

" }, "Values": { "shape": "requestValueList", "documentation": "

A list of key values.

" }, "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" } } }, "DeleteProfileKeyResponse": { "type": "structure", "members": { "Message": { "shape": "message", "documentation": "

A message that indicates the delete request is done.

" } } }, "DeleteProfileObjectRequest": { "type": "structure", "required": [ "ProfileId", "ProfileObjectUniqueKey", "ObjectTypeName", "DomainName" ], "members": { "ProfileId": { "shape": "uuid", "documentation": "

The unique identifier of a customer profile.

" }, "ProfileObjectUniqueKey": { "shape": "string1To255", "documentation": "

The unique identifier of the profile object generated by the service.

" }, "ObjectTypeName": { "shape": "typeName", "documentation": "

The name of the profile object type.

" }, "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" } } }, "DeleteProfileObjectResponse": { "type": "structure", "members": { "Message": { "shape": "message", "documentation": "

A message that indicates the delete request is done.

" } } }, "DeleteProfileObjectTypeRequest": { "type": "structure", "required": [ "DomainName", "ObjectTypeName" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" }, "ObjectTypeName": { "shape": "typeName", "documentation": "

The name of the profile object type.

", "location": "uri", "locationName": "ObjectTypeName" } } }, "DeleteProfileObjectTypeResponse": { "type": "structure", "required": [ "Message" ], "members": { "Message": { "shape": "message", "documentation": "

A message that indicates the delete request is done.

" } } }, "DeleteProfileRequest": { "type": "structure", "required": [ "ProfileId", "DomainName" ], "members": { "ProfileId": { "shape": "uuid", "documentation": "

The unique identifier of a customer profile.

" }, "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" } } }, "DeleteProfileResponse": { "type": "structure", "members": { "Message": { "shape": "message", "documentation": "

A message that indicates the delete request is done.

" } } }, "DeleteWorkflowRequest": { "type": "structure", "required": [ "DomainName", "WorkflowId" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" }, "WorkflowId": { "shape": "string1To255", "documentation": "

Unique identifier for the workflow.

", "location": "uri", "locationName": "WorkflowId" } } }, "DeleteWorkflowResponse": { "type": "structure", "members": {} }, "DestinationField": { "type": "string", "max": 256, "pattern": ".*" }, "DestinationSummary": { "type": "structure", "required": [ "Uri", "Status" ], "members": { "Uri": { "shape": "string1To255", "documentation": "

The StreamARN of the destination to deliver profile events to. For example, arn:aws:kinesis:region:account-id:stream/stream-name.

" }, "Status": { "shape": "EventStreamDestinationStatus", "documentation": "

The status of enabling the Kinesis stream as a destination for export.

" }, "UnhealthySince": { "shape": "timestamp", "documentation": "

The timestamp when the status last changed to UNHEALHY.

" } }, "documentation": "

Summary information about the Kinesis data stream

" }, "DetectProfileObjectTypeRequest": { "type": "structure", "required": [ "Objects", "DomainName" ], "members": { "Objects": { "shape": "Objects", "documentation": "

A string that is serialized from a JSON object.

" }, "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" } } }, "DetectProfileObjectTypeResponse": { "type": "structure", "members": { "DetectedProfileObjectTypes": { "shape": "DetectedProfileObjectTypes", "documentation": "

Detected ProfileObjectType mappings from given objects. A maximum of one mapping is supported.

" } } }, "DetectedProfileObjectType": { "type": "structure", "members": { "SourceLastUpdatedTimestampFormat": { "shape": "string1To255", "documentation": "

The format of sourceLastUpdatedTimestamp that was detected in fields.

" }, "Fields": { "shape": "FieldMap", "documentation": "

A map of the name and the ObjectType field.

" }, "Keys": { "shape": "KeyMap", "documentation": "

A list of unique keys that can be used to map data to a profile.

" } }, "documentation": "

Contains ProfileObjectType mapping information from the model.

" }, "DetectedProfileObjectTypes": { "type": "list", "member": { "shape": "DetectedProfileObjectType" } }, "DomainList": { "type": "list", "member": { "shape": "ListDomainItem" } }, "DomainStats": { "type": "structure", "members": { "ProfileCount": { "shape": "long", "documentation": "

The total number of profiles currently in the domain.

" }, "MeteringProfileCount": { "shape": "long", "documentation": "

The number of profiles that you are currently paying for in the domain. If you have more than 100 objects associated with a single profile, that profile counts as two profiles. If you have more than 200 objects, that profile counts as three, and so on.

" }, "ObjectCount": { "shape": "long", "documentation": "

The total number of objects in domain.

" }, "TotalSize": { "shape": "long", "documentation": "

The total size, in bytes, of all objects in the domain.

" } }, "documentation": "

Usage-specific statistics about the domain.

" }, "Double": { "type": "double" }, "Double0To1": { "type": "double", "max": 1, "min": 0 }, "EmailList": { "type": "list", "member": { "shape": "string1To255" }, "max": 3, "min": 1 }, "EventStreamDestinationDetails": { "type": "structure", "required": [ "Uri", "Status" ], "members": { "Uri": { "shape": "string1To255", "documentation": "

The StreamARN of the destination to deliver profile events to. For example, arn:aws:kinesis:region:account-id:stream/stream-name.

" }, "Status": { "shape": "EventStreamDestinationStatus", "documentation": "

The status of enabling the Kinesis stream as a destination for export.

" }, "UnhealthySince": { "shape": "timestamp", "documentation": "

The timestamp when the status last changed to UNHEALHY.

" }, "Message": { "shape": "string1To1000", "documentation": "

The human-readable string that corresponds to the error or success while enabling the streaming destination.

" } }, "documentation": "

Details of the destination being used for the EventStream.

" }, "EventStreamDestinationStatus": { "type": "string", "enum": [ "HEALTHY", "UNHEALTHY" ] }, "EventStreamState": { "type": "string", "enum": [ "RUNNING", "STOPPED" ] }, "EventStreamSummary": { "type": "structure", "required": [ "DomainName", "EventStreamName", "EventStreamArn", "State" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

" }, "EventStreamName": { "shape": "name", "documentation": "

The name of the event stream.

" }, "EventStreamArn": { "shape": "string1To255", "documentation": "

A unique identifier for the event stream.

" }, "State": { "shape": "EventStreamState", "documentation": "

The operational state of destination stream for export.

" }, "StoppedSince": { "shape": "timestamp", "documentation": "

The timestamp when the State changed to STOPPED.

" }, "DestinationSummary": { "shape": "DestinationSummary", "documentation": "

Summary information about the Kinesis data stream.

" }, "Tags": { "shape": "TagMap", "documentation": "

The tags used to organize, track, or control access for this resource.

" } }, "documentation": "

An instance of EventStream in a list of EventStreams.

" }, "EventStreamSummaryList": { "type": "list", "member": { "shape": "EventStreamSummary" } }, "ExportingConfig": { "type": "structure", "members": { "S3Exporting": { "shape": "S3ExportingConfig", "documentation": "

The S3 location where Identity Resolution Jobs write result files.

" } }, "documentation": "

Configuration information about the S3 bucket where Identity Resolution Jobs writes result files.

You need to give Customer Profiles service principal write permission to your S3 bucket. Otherwise, you'll get an exception in the API response. For an example policy, see Amazon Connect Customer Profiles cross-service confused deputy prevention.

" }, "ExportingLocation": { "type": "structure", "members": { "S3Exporting": { "shape": "S3ExportingLocation", "documentation": "

Information about the S3 location where Identity Resolution Jobs write result files.

" } }, "documentation": "

The S3 location where Identity Resolution Jobs write result files.

" }, "FieldContentType": { "type": "string", "enum": [ "STRING", "NUMBER", "PHONE_NUMBER", "EMAIL_ADDRESS", "NAME" ] }, "FieldMap": { "type": "map", "key": { "shape": "name" }, "value": { "shape": "ObjectTypeField" }, "sensitive": true }, "FieldNameList": { "type": "list", "member": { "shape": "name" } }, "FieldSourceProfileIds": { "type": "structure", "members": { "AccountNumber": { "shape": "uuid", "documentation": "

A unique identifier for the account number field to be merged.

" }, "AdditionalInformation": { "shape": "uuid", "documentation": "

A unique identifier for the additional information field to be merged.

" }, "PartyType": { "shape": "uuid", "documentation": "

A unique identifier for the party type field to be merged.

" }, "BusinessName": { "shape": "uuid", "documentation": "

A unique identifier for the business name field to be merged.

" }, "FirstName": { "shape": "uuid", "documentation": "

A unique identifier for the first name field to be merged.

" }, "MiddleName": { "shape": "uuid", "documentation": "

A unique identifier for the middle name field to be merged.

" }, "LastName": { "shape": "uuid", "documentation": "

A unique identifier for the last name field to be merged.

" }, "BirthDate": { "shape": "uuid", "documentation": "

A unique identifier for the birthdate field to be merged.

" }, "Gender": { "shape": "uuid", "documentation": "

A unique identifier for the gender field to be merged.

" }, "PhoneNumber": { "shape": "uuid", "documentation": "

A unique identifier for the phone number field to be merged.

" }, "MobilePhoneNumber": { "shape": "uuid", "documentation": "

A unique identifier for the mobile phone number field to be merged.

" }, "HomePhoneNumber": { "shape": "uuid", "documentation": "

A unique identifier for the home phone number field to be merged.

" }, "BusinessPhoneNumber": { "shape": "uuid", "documentation": "

A unique identifier for the business phone number field to be merged.

" }, "EmailAddress": { "shape": "uuid", "documentation": "

A unique identifier for the email address field to be merged.

" }, "PersonalEmailAddress": { "shape": "uuid", "documentation": "

A unique identifier for the personal email address field to be merged.

" }, "BusinessEmailAddress": { "shape": "uuid", "documentation": "

A unique identifier for the party type field to be merged.

" }, "Address": { "shape": "uuid", "documentation": "

A unique identifier for the party type field to be merged.

" }, "ShippingAddress": { "shape": "uuid", "documentation": "

A unique identifier for the shipping address field to be merged.

" }, "MailingAddress": { "shape": "uuid", "documentation": "

A unique identifier for the mailing address field to be merged.

" }, "BillingAddress": { "shape": "uuid", "documentation": "

A unique identifier for the billing type field to be merged.

" }, "Attributes": { "shape": "AttributeSourceIdMap", "documentation": "

A unique identifier for the attributes field to be merged.

" } }, "documentation": "

A duplicate customer profile that is to be merged into a main profile.

" }, "FlowDefinition": { "type": "structure", "required": [ "FlowName", "KmsArn", "SourceFlowConfig", "Tasks", "TriggerConfig" ], "members": { "Description": { "shape": "FlowDescription", "documentation": "

A description of the flow you want to create.

" }, "FlowName": { "shape": "FlowName", "documentation": "

The specified name of the flow. Use underscores (_) or hyphens (-) only. Spaces are not allowed.

" }, "KmsArn": { "shape": "KmsArn", "documentation": "

The Amazon Resource Name of the AWS Key Management Service (KMS) key you provide for encryption.

" }, "SourceFlowConfig": { "shape": "SourceFlowConfig", "documentation": "

The configuration that controls how Customer Profiles retrieves data from the source.

" }, "Tasks": { "shape": "Tasks", "documentation": "

A list of tasks that Customer Profiles performs while transferring the data in the flow run.

" }, "TriggerConfig": { "shape": "TriggerConfig", "documentation": "

The trigger settings that determine how and when the flow runs.

" } }, "documentation": "

The configurations that control how Customer Profiles retrieves data from the source, Amazon AppFlow. Customer Profiles uses this information to create an AppFlow flow on behalf of customers.

", "sensitive": true }, "FlowDescription": { "type": "string", "max": 2048, "pattern": "[\\w!@#\\-.?,\\s]*" }, "FlowName": { "type": "string", "max": 256, "pattern": "[a-zA-Z0-9][\\w!@#.-]+" }, "FoundByKeyValue": { "type": "structure", "members": { "KeyName": { "shape": "name", "documentation": "

A searchable identifier of a customer profile.

" }, "Values": { "shape": "requestValueList", "documentation": "

A list of key values.

" } }, "documentation": "

A data type pair that consists of a KeyName and Values list that were used to find a profile returned in response to a SearchProfiles request.

" }, "Gender": { "type": "string", "deprecated": true, "enum": [ "MALE", "FEMALE", "UNSPECIFIED" ], "sensitive": true }, "GetAutoMergingPreviewRequest": { "type": "structure", "required": [ "DomainName", "Consolidation", "ConflictResolution" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" }, "Consolidation": { "shape": "Consolidation", "documentation": "

A list of matching attributes that represent matching criteria.

" }, "ConflictResolution": { "shape": "ConflictResolution", "documentation": "

How the auto-merging process should resolve conflicts between different profiles.

" }, "MinAllowedConfidenceScoreForMerging": { "shape": "Double0To1", "documentation": "

Minimum confidence score required for profiles within a matching group to be merged during the auto-merge process.

" } } }, "GetAutoMergingPreviewResponse": { "type": "structure", "required": [ "DomainName" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

" }, "NumberOfMatchesInSample": { "shape": "long", "documentation": "

The number of match groups in the domain that have been reviewed in this preview dry run.

" }, "NumberOfProfilesInSample": { "shape": "long", "documentation": "

The number of profiles found in this preview dry run.

" }, "NumberOfProfilesWillBeMerged": { "shape": "long", "documentation": "

The number of profiles that would be merged if this wasn't a preview dry run.

" } } }, "GetCalculatedAttributeDefinitionRequest": { "type": "structure", "required": [ "DomainName", "CalculatedAttributeName" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" }, "CalculatedAttributeName": { "shape": "typeName", "documentation": "

The unique name of the calculated attribute.

", "location": "uri", "locationName": "CalculatedAttributeName" } } }, "GetCalculatedAttributeDefinitionResponse": { "type": "structure", "members": { "CalculatedAttributeName": { "shape": "typeName", "documentation": "

The unique name of the calculated attribute.

" }, "DisplayName": { "shape": "displayName", "documentation": "

The display name of the calculated attribute.

" }, "Description": { "shape": "sensitiveText", "documentation": "

The description of the calculated attribute.

" }, "CreatedAt": { "shape": "timestamp", "documentation": "

The timestamp of when the calculated attribute definition was created.

" }, "LastUpdatedAt": { "shape": "timestamp", "documentation": "

The timestamp of when the calculated attribute definition was most recently edited.

" }, "Statistic": { "shape": "Statistic", "documentation": "

The aggregation operation to perform for the calculated attribute.

" }, "Conditions": { "shape": "Conditions", "documentation": "

The conditions including range, object count, and threshold for the calculated attribute.

" }, "AttributeDetails": { "shape": "AttributeDetails", "documentation": "

Mathematical expression and a list of attribute items specified in that expression.

" }, "Tags": { "shape": "TagMap", "documentation": "

The tags used to organize, track, or control access for this resource.

" } } }, "GetCalculatedAttributeForProfileRequest": { "type": "structure", "required": [ "DomainName", "ProfileId", "CalculatedAttributeName" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" }, "ProfileId": { "shape": "uuid", "documentation": "

The unique identifier of a customer profile.

", "location": "uri", "locationName": "ProfileId" }, "CalculatedAttributeName": { "shape": "typeName", "documentation": "

The unique name of the calculated attribute.

", "location": "uri", "locationName": "CalculatedAttributeName" } } }, "GetCalculatedAttributeForProfileResponse": { "type": "structure", "members": { "CalculatedAttributeName": { "shape": "typeName", "documentation": "

The unique name of the calculated attribute.

" }, "DisplayName": { "shape": "displayName", "documentation": "

The display name of the calculated attribute.

" }, "IsDataPartial": { "shape": "string1To255", "documentation": "

Indicates whether the calculated attribute’s value is based on partial data. If data is partial, it is set to true.

" }, "Value": { "shape": "string1To255", "documentation": "

The value of the calculated attribute.

" } } }, "GetDomainRequest": { "type": "structure", "required": [ "DomainName" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" } } }, "GetDomainResponse": { "type": "structure", "required": [ "DomainName", "CreatedAt", "LastUpdatedAt" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

" }, "DefaultExpirationDays": { "shape": "expirationDaysInteger", "documentation": "

The default number of days until the data within the domain expires.

" }, "DefaultEncryptionKey": { "shape": "encryptionKey", "documentation": "

The default encryption key, which is an AWS managed key, is used when no specific type of encryption key is specified. It is used to encrypt all data before it is placed in permanent or semi-permanent storage.

" }, "DeadLetterQueueUrl": { "shape": "sqsQueueUrl", "documentation": "

The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from third party applications.

" }, "Stats": { "shape": "DomainStats", "documentation": "

Usage-specific statistics about the domain.

" }, "Matching": { "shape": "MatchingResponse", "documentation": "

The process of matching duplicate profiles. If Matching = true, Amazon Connect Customer Profiles starts a weekly batch process called Identity Resolution Job. If you do not specify a date and time for Identity Resolution Job to run, by default it runs every Saturday at 12AM UTC to detect duplicate profiles in your domains.

After the Identity Resolution Job completes, use the GetMatches API to return and review the results. Or, if you have configured ExportingConfig in the MatchingRequest, you can download the results from S3.

" }, "RuleBasedMatching": { "shape": "RuleBasedMatchingResponse", "documentation": "

The process of matching duplicate profiles using the Rule-Based matching. If RuleBasedMatching = true, Amazon Connect Customer Profiles will start to match and merge your profiles according to your configuration in the RuleBasedMatchingRequest. You can use the ListRuleBasedMatches and GetSimilarProfiles API to return and review the results. Also, if you have configured ExportingConfig in the RuleBasedMatchingRequest, you can download the results from S3.

" }, "CreatedAt": { "shape": "timestamp", "documentation": "

The timestamp of when the domain was created.

" }, "LastUpdatedAt": { "shape": "timestamp", "documentation": "

The timestamp of when the domain was most recently edited.

" }, "Tags": { "shape": "TagMap", "documentation": "

The tags used to organize, track, or control access for this resource.

" } } }, "GetEventStreamRequest": { "type": "structure", "required": [ "DomainName", "EventStreamName" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" }, "EventStreamName": { "shape": "name", "documentation": "

The name of the event stream provided during create operations.

", "location": "uri", "locationName": "EventStreamName" } } }, "GetEventStreamResponse": { "type": "structure", "required": [ "DomainName", "EventStreamArn", "CreatedAt", "State", "DestinationDetails" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

" }, "EventStreamArn": { "shape": "string1To255", "documentation": "

A unique identifier for the event stream.

" }, "CreatedAt": { "shape": "timestamp", "documentation": "

The timestamp of when the export was created.

" }, "State": { "shape": "EventStreamState", "documentation": "

The operational state of destination stream for export.

" }, "StoppedSince": { "shape": "timestamp", "documentation": "

The timestamp when the State changed to STOPPED.

" }, "DestinationDetails": { "shape": "EventStreamDestinationDetails", "documentation": "

Details regarding the Kinesis stream.

" }, "Tags": { "shape": "TagMap", "documentation": "

The tags used to organize, track, or control access for this resource.

" } } }, "GetIdentityResolutionJobRequest": { "type": "structure", "required": [ "DomainName", "JobId" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" }, "JobId": { "shape": "uuid", "documentation": "

The unique identifier of the Identity Resolution Job.

", "location": "uri", "locationName": "JobId" } } }, "GetIdentityResolutionJobResponse": { "type": "structure", "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

" }, "JobId": { "shape": "uuid", "documentation": "

The unique identifier of the Identity Resolution Job.

" }, "Status": { "shape": "IdentityResolutionJobStatus", "documentation": "

The status of the Identity Resolution Job.

" }, "Message": { "shape": "stringTo2048", "documentation": "

The error messages that are generated when the Identity Resolution Job runs.

" }, "JobStartTime": { "shape": "timestamp", "documentation": "

The timestamp of when the Identity Resolution Job was started or will be started.

" }, "JobEndTime": { "shape": "timestamp", "documentation": "

The timestamp of when the Identity Resolution Job was completed.

" }, "LastUpdatedAt": { "shape": "timestamp", "documentation": "

The timestamp of when the Identity Resolution Job was most recently edited.

" }, "JobExpirationTime": { "shape": "timestamp", "documentation": "

The timestamp of when the Identity Resolution Job will expire.

" }, "AutoMerging": { "shape": "AutoMerging", "documentation": "

Configuration settings for how to perform the auto-merging of profiles.

" }, "ExportingLocation": { "shape": "ExportingLocation", "documentation": "

The S3 location where the Identity Resolution Job writes result files.

" }, "JobStats": { "shape": "JobStats", "documentation": "

Statistics about the Identity Resolution Job.

" } } }, "GetIntegrationRequest": { "type": "structure", "required": [ "DomainName", "Uri" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" }, "Uri": { "shape": "string1To255", "documentation": "

The URI of the S3 bucket or any other type of data source.

" } } }, "GetIntegrationResponse": { "type": "structure", "required": [ "DomainName", "Uri", "CreatedAt", "LastUpdatedAt" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

" }, "Uri": { "shape": "string1To255", "documentation": "

The URI of the S3 bucket or any other type of data source.

" }, "ObjectTypeName": { "shape": "typeName", "documentation": "

The name of the profile object type.

" }, "CreatedAt": { "shape": "timestamp", "documentation": "

The timestamp of when the domain was created.

" }, "LastUpdatedAt": { "shape": "timestamp", "documentation": "

The timestamp of when the domain was most recently edited.

" }, "Tags": { "shape": "TagMap", "documentation": "

The tags used to organize, track, or control access for this resource.

" }, "ObjectTypeNames": { "shape": "ObjectTypeNames", "documentation": "

A map in which each key is an event type from an external application such as Segment or Shopify, and each value is an ObjectTypeName (template) used to ingest the event. It supports the following event types: SegmentIdentify, ShopifyCreateCustomers, ShopifyUpdateCustomers, ShopifyCreateDraftOrders, ShopifyUpdateDraftOrders, ShopifyCreateOrders, and ShopifyUpdatedOrders.

" }, "WorkflowId": { "shape": "string1To255", "documentation": "

Unique identifier for the workflow.

" }, "IsUnstructured": { "shape": "optionalBoolean", "documentation": "

Boolean that shows if the Flow that's associated with the Integration is created in Amazon Appflow, or with ObjectTypeName equals _unstructured via API/CLI in flowDefinition.

" } } }, "GetMatchesRequest": { "type": "structure", "required": [ "DomainName" ], "members": { "NextToken": { "shape": "token", "documentation": "

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

", "location": "querystring", "locationName": "next-token" }, "MaxResults": { "shape": "maxSize100", "documentation": "

The maximum number of results to return per page.

", "location": "querystring", "locationName": "max-results" }, "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" } } }, "GetMatchesResponse": { "type": "structure", "members": { "NextToken": { "shape": "token", "documentation": "

If there are additional results, this is the token for the next set of results.

" }, "MatchGenerationDate": { "shape": "timestamp", "documentation": "

The timestamp this version of Match Result generated.

" }, "PotentialMatches": { "shape": "matchesNumber", "documentation": "

The number of potential matches found.

" }, "Matches": { "shape": "MatchesList", "documentation": "

The list of matched profiles for this instance.

" } } }, "GetProfileObjectTypeRequest": { "type": "structure", "required": [ "DomainName", "ObjectTypeName" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" }, "ObjectTypeName": { "shape": "typeName", "documentation": "

The name of the profile object type.

", "location": "uri", "locationName": "ObjectTypeName" } } }, "GetProfileObjectTypeResponse": { "type": "structure", "required": [ "ObjectTypeName", "Description" ], "members": { "ObjectTypeName": { "shape": "typeName", "documentation": "

The name of the profile object type.

" }, "Description": { "shape": "sensitiveText", "documentation": "

The description of the profile object type.

" }, "TemplateId": { "shape": "name", "documentation": "

A unique identifier for the object template.

" }, "ExpirationDays": { "shape": "expirationDaysInteger", "documentation": "

The number of days until the data in the object expires.

" }, "EncryptionKey": { "shape": "encryptionKey", "documentation": "

The customer-provided key to encrypt the profile object that will be created in this profile object type.

" }, "AllowProfileCreation": { "shape": "boolean", "documentation": "

Indicates whether a profile should be created when data is received if one doesn’t exist for an object of this type. The default is FALSE. If the AllowProfileCreation flag is set to FALSE, then the service tries to fetch a standard profile and associate this object with the profile. If it is set to TRUE, and if no match is found, then the service creates a new standard profile.

" }, "SourceLastUpdatedTimestampFormat": { "shape": "string1To255", "documentation": "

The format of your sourceLastUpdatedTimestamp that was previously set up.

" }, "Fields": { "shape": "FieldMap", "documentation": "

A map of the name and ObjectType field.

" }, "Keys": { "shape": "KeyMap", "documentation": "

A list of unique keys that can be used to map data to the profile.

" }, "CreatedAt": { "shape": "timestamp", "documentation": "

The timestamp of when the domain was created.

" }, "LastUpdatedAt": { "shape": "timestamp", "documentation": "

The timestamp of when the domain was most recently edited.

" }, "Tags": { "shape": "TagMap", "documentation": "

The tags used to organize, track, or control access for this resource.

" } } }, "GetProfileObjectTypeTemplateRequest": { "type": "structure", "required": [ "TemplateId" ], "members": { "TemplateId": { "shape": "name", "documentation": "

A unique identifier for the object template.

", "location": "uri", "locationName": "TemplateId" } } }, "GetProfileObjectTypeTemplateResponse": { "type": "structure", "members": { "TemplateId": { "shape": "name", "documentation": "

A unique identifier for the object template.

" }, "SourceName": { "shape": "name", "documentation": "

The name of the source of the object template.

" }, "SourceObject": { "shape": "name", "documentation": "

The source of the object template.

" }, "AllowProfileCreation": { "shape": "boolean", "documentation": "

Indicates whether a profile should be created when data is received if one doesn’t exist for an object of this type. The default is FALSE. If the AllowProfileCreation flag is set to FALSE, then the service tries to fetch a standard profile and associate this object with the profile. If it is set to TRUE, and if no match is found, then the service creates a new standard profile.

" }, "SourceLastUpdatedTimestampFormat": { "shape": "string1To255", "documentation": "

The format of your sourceLastUpdatedTimestamp that was previously set up.

" }, "Fields": { "shape": "FieldMap", "documentation": "

A map of the name and ObjectType field.

" }, "Keys": { "shape": "KeyMap", "documentation": "

A list of unique keys that can be used to map data to the profile.

" } } }, "GetSimilarProfilesRequest": { "type": "structure", "required": [ "DomainName", "MatchType", "SearchKey", "SearchValue" ], "members": { "NextToken": { "shape": "token", "documentation": "

The pagination token from the previous GetSimilarProfiles API call.

", "location": "querystring", "locationName": "next-token" }, "MaxResults": { "shape": "maxSize100", "documentation": "

The maximum number of objects returned per page.

", "location": "querystring", "locationName": "max-results" }, "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" }, "MatchType": { "shape": "MatchType", "documentation": "

Specify the type of matching to get similar profiles for.

" }, "SearchKey": { "shape": "string1To255", "documentation": "

The string indicating the search key to be used.

" }, "SearchValue": { "shape": "string1To255", "documentation": "

The string based on SearchKey to be searched for similar profiles.

" } } }, "GetSimilarProfilesResponse": { "type": "structure", "members": { "ProfileIds": { "shape": "ProfileIdList", "documentation": "

Set of profileIds that belong to the same matching group.

" }, "MatchId": { "shape": "string1To255", "documentation": "

The string matchId that the similar profiles belong to.

" }, "MatchType": { "shape": "MatchType", "documentation": "

Specify the type of matching to get similar profiles for.

" }, "RuleLevel": { "shape": "RuleLevel", "documentation": "

The integer rule level that the profiles matched on.

" }, "ConfidenceScore": { "shape": "Double", "documentation": "

It only has value when the MatchType is ML_BASED_MATCHING.A number between 0 and 1, where a higher score means higher similarity. Examining match confidence scores lets you distinguish between groups of similar records in which the system is highly confident (which you may decide to merge), groups of similar records about which the system is uncertain (which you may decide to have reviewed by a human), and groups of similar records that the system deems to be unlikely (which you may decide to reject). Given confidence scores vary as per the data input, it should not be used as an absolute measure of matching quality.

" }, "NextToken": { "shape": "token", "documentation": "

The pagination token from the previous GetSimilarProfiles API call.

" } } }, "GetWorkflowRequest": { "type": "structure", "required": [ "DomainName", "WorkflowId" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" }, "WorkflowId": { "shape": "uuid", "documentation": "

Unique identifier for the workflow.

", "location": "uri", "locationName": "WorkflowId" } } }, "GetWorkflowResponse": { "type": "structure", "members": { "WorkflowId": { "shape": "uuid", "documentation": "

Unique identifier for the workflow.

" }, "WorkflowType": { "shape": "WorkflowType", "documentation": "

The type of workflow. The only supported value is APPFLOW_INTEGRATION.

" }, "Status": { "shape": "Status", "documentation": "

Status of workflow execution.

" }, "ErrorDescription": { "shape": "string1To255", "documentation": "

Workflow error messages during execution (if any).

" }, "StartDate": { "shape": "timestamp", "documentation": "

The timestamp that represents when workflow execution started.

" }, "LastUpdatedAt": { "shape": "timestamp", "documentation": "

The timestamp that represents when workflow execution last updated.

" }, "Attributes": { "shape": "WorkflowAttributes", "documentation": "

Attributes provided for workflow execution.

" }, "Metrics": { "shape": "WorkflowMetrics", "documentation": "

Workflow specific execution metrics.

" } } }, "GetWorkflowStepsRequest": { "type": "structure", "required": [ "DomainName", "WorkflowId" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" }, "WorkflowId": { "shape": "uuid", "documentation": "

Unique identifier for the workflow.

", "location": "uri", "locationName": "WorkflowId" }, "NextToken": { "shape": "token", "documentation": "

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

", "location": "querystring", "locationName": "next-token" }, "MaxResults": { "shape": "maxSize100", "documentation": "

The maximum number of results to return per page.

", "location": "querystring", "locationName": "max-results" } } }, "GetWorkflowStepsResponse": { "type": "structure", "members": { "WorkflowId": { "shape": "uuid", "documentation": "

Unique identifier for the workflow.

" }, "WorkflowType": { "shape": "WorkflowType", "documentation": "

The type of workflow. The only supported value is APPFLOW_INTEGRATION.

" }, "Items": { "shape": "WorkflowStepsList", "documentation": "

List containing workflow step details.

" }, "NextToken": { "shape": "token", "documentation": "

If there are additional results, this is the token for the next set of results.

" } } }, "IdentityResolutionJob": { "type": "structure", "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

" }, "JobId": { "shape": "uuid", "documentation": "

The unique identifier of the Identity Resolution Job.

" }, "Status": { "shape": "IdentityResolutionJobStatus", "documentation": "

The status of the Identity Resolution Job.

" }, "JobStartTime": { "shape": "timestamp", "documentation": "

The timestamp of when the job was started or will be started.

" }, "JobEndTime": { "shape": "timestamp", "documentation": "

The timestamp of when the job was completed.

" }, "JobStats": { "shape": "JobStats", "documentation": "

Statistics about an Identity Resolution Job.

" }, "ExportingLocation": { "shape": "ExportingLocation", "documentation": "

The S3 location where the Identity Resolution Job writes result files.

" }, "Message": { "shape": "stringTo2048", "documentation": "

The error messages that are generated when the Identity Resolution Job runs.

" } }, "documentation": "

Information about the Identity Resolution Job.

" }, "IdentityResolutionJobStatus": { "type": "string", "enum": [ "PENDING", "PREPROCESSING", "FIND_MATCHING", "MERGING", "COMPLETED", "PARTIAL_SUCCESS", "FAILED" ] }, "IdentityResolutionJobsList": { "type": "list", "member": { "shape": "IdentityResolutionJob" } }, "IncrementalPullConfig": { "type": "structure", "members": { "DatetimeTypeFieldName": { "shape": "DatetimeTypeFieldName", "documentation": "

A field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source.

" } }, "documentation": "

Specifies the configuration used when importing incremental records from the source.

" }, "IntegrationConfig": { "type": "structure", "members": { "AppflowIntegration": { "shape": "AppflowIntegration", "documentation": "

Configuration data for APPFLOW_INTEGRATION workflow type.

" } }, "documentation": "

Configuration data for integration workflow.

" }, "IntegrationList": { "type": "list", "member": { "shape": "ListIntegrationItem" } }, "JobSchedule": { "type": "structure", "required": [ "DayOfTheWeek", "Time" ], "members": { "DayOfTheWeek": { "shape": "JobScheduleDayOfTheWeek", "documentation": "

The day when the Identity Resolution Job should run every week.

" }, "Time": { "shape": "JobScheduleTime", "documentation": "

The time when the Identity Resolution Job should run every week.

" } }, "documentation": "

The day and time when do you want to start the Identity Resolution Job every week.

" }, "JobScheduleDayOfTheWeek": { "type": "string", "enum": [ "SUNDAY", "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY" ] }, "JobScheduleTime": { "type": "string", "max": 5, "min": 3, "pattern": "^([0-9]|0[0-9]|1[0-9]|2[0-3]):[0-5][0-9]$" }, "JobStats": { "type": "structure", "members": { "NumberOfProfilesReviewed": { "shape": "long", "documentation": "

The number of profiles reviewed.

" }, "NumberOfMatchesFound": { "shape": "long", "documentation": "

The number of matches found.

" }, "NumberOfMergesDone": { "shape": "long", "documentation": "

The number of merges completed.

" } }, "documentation": "

Statistics about the Identity Resolution Job.

" }, "KeyMap": { "type": "map", "key": { "shape": "name" }, "value": { "shape": "ObjectTypeKeyList" }, "sensitive": true }, "KmsArn": { "type": "string", "max": 2048, "min": 20, "pattern": "arn:aws:kms:.*:[0-9]+:.*" }, "ListAccountIntegrationsRequest": { "type": "structure", "required": [ "Uri" ], "members": { "Uri": { "shape": "string1To255", "documentation": "

The URI of the S3 bucket or any other type of data source.

" }, "NextToken": { "shape": "token", "documentation": "

The pagination token from the previous ListAccountIntegrations API call.

", "location": "querystring", "locationName": "next-token" }, "MaxResults": { "shape": "maxSize100", "documentation": "

The maximum number of objects returned per page.

", "location": "querystring", "locationName": "max-results" }, "IncludeHidden": { "shape": "optionalBoolean", "documentation": "

Boolean to indicate if hidden integration should be returned. Defaults to False.

", "location": "querystring", "locationName": "include-hidden" } } }, "ListAccountIntegrationsResponse": { "type": "structure", "members": { "Items": { "shape": "IntegrationList", "documentation": "

The list of ListAccountIntegration instances.

" }, "NextToken": { "shape": "token", "documentation": "

The pagination token from the previous ListAccountIntegrations API call.

" } } }, "ListCalculatedAttributeDefinitionItem": { "type": "structure", "members": { "CalculatedAttributeName": { "shape": "typeName", "documentation": "

The unique name of the calculated attribute.

" }, "DisplayName": { "shape": "displayName", "documentation": "

The display name of the calculated attribute.

" }, "Description": { "shape": "sensitiveText", "documentation": "

The threshold for the calculated attribute.

" }, "CreatedAt": { "shape": "timestamp", "documentation": "

The threshold for the calculated attribute.

" }, "LastUpdatedAt": { "shape": "timestamp", "documentation": "

The timestamp of when the calculated attribute definition was most recently edited.

" }, "Tags": { "shape": "TagMap", "documentation": "

The tags used to organize, track, or control access for this resource.

" } }, "documentation": "

The details of a single calculated attribute definition.

" }, "ListCalculatedAttributeDefinitionsRequest": { "type": "structure", "required": [ "DomainName" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" }, "NextToken": { "shape": "token", "documentation": "

The pagination token from the previous call to ListCalculatedAttributeDefinitions.

", "location": "querystring", "locationName": "next-token" }, "MaxResults": { "shape": "maxSize100", "documentation": "

The maximum number of calculated attribute definitions returned per page.

", "location": "querystring", "locationName": "max-results" } } }, "ListCalculatedAttributeDefinitionsResponse": { "type": "structure", "members": { "Items": { "shape": "CalculatedAttributeDefinitionsList", "documentation": "

The list of calculated attribute definitions.

" }, "NextToken": { "shape": "token", "documentation": "

The pagination token from the previous call to ListCalculatedAttributeDefinitions.

" } } }, "ListCalculatedAttributeForProfileItem": { "type": "structure", "members": { "CalculatedAttributeName": { "shape": "typeName", "documentation": "

The unique name of the calculated attribute.

" }, "DisplayName": { "shape": "displayName", "documentation": "

The display name of the calculated attribute.

" }, "IsDataPartial": { "shape": "string1To255", "documentation": "

Indicates whether the calculated attribute’s value is based on partial data. If data is partial, it is set to true.

" }, "Value": { "shape": "string1To255", "documentation": "

The value of the calculated attribute.

" } }, "documentation": "

The details of a single calculated attribute for a profile.

" }, "ListCalculatedAttributesForProfileRequest": { "type": "structure", "required": [ "DomainName", "ProfileId" ], "members": { "NextToken": { "shape": "token", "documentation": "

The pagination token from the previous call to ListCalculatedAttributesForProfile.

", "location": "querystring", "locationName": "next-token" }, "MaxResults": { "shape": "maxSize100", "documentation": "

The maximum number of calculated attributes returned per page.

", "location": "querystring", "locationName": "max-results" }, "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" }, "ProfileId": { "shape": "uuid", "documentation": "

The unique identifier of a customer profile.

", "location": "uri", "locationName": "ProfileId" } } }, "ListCalculatedAttributesForProfileResponse": { "type": "structure", "members": { "Items": { "shape": "CalculatedAttributesForProfileList", "documentation": "

The list of calculated attributes.

" }, "NextToken": { "shape": "token", "documentation": "

The pagination token from the previous call to ListCalculatedAttributesForProfile.

" } } }, "ListDomainItem": { "type": "structure", "required": [ "DomainName", "CreatedAt", "LastUpdatedAt" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

" }, "CreatedAt": { "shape": "timestamp", "documentation": "

The timestamp of when the domain was created.

" }, "LastUpdatedAt": { "shape": "timestamp", "documentation": "

The timestamp of when the domain was most recently edited.

" }, "Tags": { "shape": "TagMap", "documentation": "

The tags used to organize, track, or control access for this resource.

" } }, "documentation": "

An object in a list that represents a domain.

" }, "ListDomainsRequest": { "type": "structure", "members": { "NextToken": { "shape": "token", "documentation": "

The pagination token from the previous ListDomain API call.

", "location": "querystring", "locationName": "next-token" }, "MaxResults": { "shape": "maxSize100", "documentation": "

The maximum number of objects returned per page.

", "location": "querystring", "locationName": "max-results" } } }, "ListDomainsResponse": { "type": "structure", "members": { "Items": { "shape": "DomainList", "documentation": "

The list of ListDomains instances.

" }, "NextToken": { "shape": "token", "documentation": "

The pagination token from the previous ListDomains API call.

" } } }, "ListEventStreamsRequest": { "type": "structure", "required": [ "DomainName" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" }, "NextToken": { "shape": "token", "documentation": "

Identifies the next page of results to return.

", "location": "querystring", "locationName": "next-token" }, "MaxResults": { "shape": "maxSize100", "documentation": "

The maximum number of objects returned per page.

", "location": "querystring", "locationName": "max-results" } } }, "ListEventStreamsResponse": { "type": "structure", "members": { "Items": { "shape": "EventStreamSummaryList", "documentation": "

Contains summary information about an EventStream.

" }, "NextToken": { "shape": "token", "documentation": "

Identifies the next page of results to return.

" } } }, "ListIdentityResolutionJobsRequest": { "type": "structure", "required": [ "DomainName" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" }, "NextToken": { "shape": "token", "documentation": "

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

", "location": "querystring", "locationName": "next-token" }, "MaxResults": { "shape": "maxSize100", "documentation": "

The maximum number of results to return per page.

", "location": "querystring", "locationName": "max-results" } } }, "ListIdentityResolutionJobsResponse": { "type": "structure", "members": { "IdentityResolutionJobsList": { "shape": "IdentityResolutionJobsList", "documentation": "

A list of Identity Resolution Jobs.

" }, "NextToken": { "shape": "token", "documentation": "

If there are additional results, this is the token for the next set of results.

" } } }, "ListIntegrationItem": { "type": "structure", "required": [ "DomainName", "Uri", "CreatedAt", "LastUpdatedAt" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

" }, "Uri": { "shape": "string1To255", "documentation": "

The URI of the S3 bucket or any other type of data source.

" }, "ObjectTypeName": { "shape": "typeName", "documentation": "

The name of the profile object type.

" }, "CreatedAt": { "shape": "timestamp", "documentation": "

The timestamp of when the domain was created.

" }, "LastUpdatedAt": { "shape": "timestamp", "documentation": "

The timestamp of when the domain was most recently edited.

" }, "Tags": { "shape": "TagMap", "documentation": "

The tags used to organize, track, or control access for this resource.

" }, "ObjectTypeNames": { "shape": "ObjectTypeNames", "documentation": "

A map in which each key is an event type from an external application such as Segment or Shopify, and each value is an ObjectTypeName (template) used to ingest the event. It supports the following event types: SegmentIdentify, ShopifyCreateCustomers, ShopifyUpdateCustomers, ShopifyCreateDraftOrders, ShopifyUpdateDraftOrders, ShopifyCreateOrders, and ShopifyUpdatedOrders.

" }, "WorkflowId": { "shape": "string1To255", "documentation": "

Unique identifier for the workflow.

" }, "IsUnstructured": { "shape": "optionalBoolean", "documentation": "

Boolean that shows if the Flow that's associated with the Integration is created in Amazon Appflow, or with ObjectTypeName equals _unstructured via API/CLI in flowDefinition.

" } }, "documentation": "

An integration in list of integrations.

" }, "ListIntegrationsRequest": { "type": "structure", "required": [ "DomainName" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" }, "NextToken": { "shape": "token", "documentation": "

The pagination token from the previous ListIntegrations API call.

", "location": "querystring", "locationName": "next-token" }, "MaxResults": { "shape": "maxSize100", "documentation": "

The maximum number of objects returned per page.

", "location": "querystring", "locationName": "max-results" }, "IncludeHidden": { "shape": "optionalBoolean", "documentation": "

Boolean to indicate if hidden integration should be returned. Defaults to False.

", "location": "querystring", "locationName": "include-hidden" } } }, "ListIntegrationsResponse": { "type": "structure", "members": { "Items": { "shape": "IntegrationList", "documentation": "

The list of ListIntegrations instances.

" }, "NextToken": { "shape": "token", "documentation": "

The pagination token from the previous ListIntegrations API call.

" } } }, "ListProfileObjectTypeItem": { "type": "structure", "required": [ "ObjectTypeName", "Description" ], "members": { "ObjectTypeName": { "shape": "typeName", "documentation": "

The name of the profile object type.

" }, "Description": { "shape": "text", "documentation": "

Description of the profile object type.

" }, "CreatedAt": { "shape": "timestamp", "documentation": "

The timestamp of when the domain was created.

" }, "LastUpdatedAt": { "shape": "timestamp", "documentation": "

The timestamp of when the domain was most recently edited.

" }, "Tags": { "shape": "TagMap", "documentation": "

The tags used to organize, track, or control access for this resource.

" } }, "documentation": "

A ProfileObjectType instance.

" }, "ListProfileObjectTypeTemplateItem": { "type": "structure", "members": { "TemplateId": { "shape": "name", "documentation": "

A unique identifier for the object template.

" }, "SourceName": { "shape": "name", "documentation": "

The name of the source of the object template.

" }, "SourceObject": { "shape": "name", "documentation": "

The source of the object template.

" } }, "documentation": "

A ProfileObjectTypeTemplate in a list of ProfileObjectTypeTemplates.

" }, "ListProfileObjectTypeTemplatesRequest": { "type": "structure", "members": { "NextToken": { "shape": "token", "documentation": "

The pagination token from the previous ListObjectTypeTemplates API call.

", "location": "querystring", "locationName": "next-token" }, "MaxResults": { "shape": "maxSize100", "documentation": "

The maximum number of objects returned per page.

", "location": "querystring", "locationName": "max-results" } } }, "ListProfileObjectTypeTemplatesResponse": { "type": "structure", "members": { "Items": { "shape": "ProfileObjectTypeTemplateList", "documentation": "

The list of ListProfileObjectType template instances.

" }, "NextToken": { "shape": "token", "documentation": "

The pagination token from the previous ListObjectTypeTemplates API call.

" } } }, "ListProfileObjectTypesRequest": { "type": "structure", "required": [ "DomainName" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" }, "NextToken": { "shape": "token", "documentation": "

Identifies the next page of results to return.

", "location": "querystring", "locationName": "next-token" }, "MaxResults": { "shape": "maxSize100", "documentation": "

The maximum number of objects returned per page.

", "location": "querystring", "locationName": "max-results" } } }, "ListProfileObjectTypesResponse": { "type": "structure", "members": { "Items": { "shape": "ProfileObjectTypeList", "documentation": "

The list of ListProfileObjectTypes instances.

" }, "NextToken": { "shape": "token", "documentation": "

Identifies the next page of results to return.

" } } }, "ListProfileObjectsItem": { "type": "structure", "members": { "ObjectTypeName": { "shape": "typeName", "documentation": "

Specifies the kind of object being added to a profile, such as \"Salesforce-Account.\"

" }, "ProfileObjectUniqueKey": { "shape": "string1To255", "documentation": "

The unique identifier of the ProfileObject generated by the service.

" }, "Object": { "shape": "stringifiedJson", "documentation": "

A JSON representation of a ProfileObject that belongs to a profile.

" } }, "documentation": "

A ProfileObject in a list of ProfileObjects.

" }, "ListProfileObjectsRequest": { "type": "structure", "required": [ "DomainName", "ObjectTypeName", "ProfileId" ], "members": { "NextToken": { "shape": "token", "documentation": "

The pagination token from the previous call to ListProfileObjects.

", "location": "querystring", "locationName": "next-token" }, "MaxResults": { "shape": "maxSize100", "documentation": "

The maximum number of objects returned per page.

", "location": "querystring", "locationName": "max-results" }, "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" }, "ObjectTypeName": { "shape": "typeName", "documentation": "

The name of the profile object type.

" }, "ProfileId": { "shape": "uuid", "documentation": "

The unique identifier of a customer profile.

" }, "ObjectFilter": { "shape": "ObjectFilter", "documentation": "

Applies a filter to the response to include profile objects with the specified index values.

" } } }, "ListProfileObjectsResponse": { "type": "structure", "members": { "Items": { "shape": "ProfileObjectList", "documentation": "

The list of ListProfileObject instances.

" }, "NextToken": { "shape": "token", "documentation": "

The pagination token from the previous call to ListProfileObjects.

" } } }, "ListRuleBasedMatchesRequest": { "type": "structure", "required": [ "DomainName" ], "members": { "NextToken": { "shape": "token", "documentation": "

The pagination token from the previous ListRuleBasedMatches API call.

", "location": "querystring", "locationName": "next-token" }, "MaxResults": { "shape": "maxSize100", "documentation": "

The maximum number of MatchIds returned per page.

", "location": "querystring", "locationName": "max-results" }, "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" } } }, "ListRuleBasedMatchesResponse": { "type": "structure", "members": { "MatchIds": { "shape": "MatchIdList", "documentation": "

The list of MatchIds for the given domain.

" }, "NextToken": { "shape": "token", "documentation": "

The pagination token from the previous ListRuleBasedMatches API call.

" } } }, "ListTagsForResourceRequest": { "type": "structure", "required": [ "resourceArn" ], "members": { "resourceArn": { "shape": "TagArn", "documentation": "

The ARN of the resource for which you want to view tags.

", "location": "uri", "locationName": "resourceArn" } } }, "ListTagsForResourceResponse": { "type": "structure", "members": { "tags": { "shape": "TagMap", "documentation": "

The tags used to organize, track, or control access for this resource.

" } } }, "ListWorkflowsItem": { "type": "structure", "required": [ "WorkflowType", "WorkflowId", "Status", "StatusDescription", "CreatedAt", "LastUpdatedAt" ], "members": { "WorkflowType": { "shape": "WorkflowType", "documentation": "

The type of workflow. The only supported value is APPFLOW_INTEGRATION.

" }, "WorkflowId": { "shape": "string1To255", "documentation": "

Unique identifier for the workflow.

" }, "Status": { "shape": "Status", "documentation": "

Status of workflow execution.

" }, "StatusDescription": { "shape": "string1To255", "documentation": "

Description for workflow execution status.

" }, "CreatedAt": { "shape": "timestamp", "documentation": "

Creation timestamp for workflow.

" }, "LastUpdatedAt": { "shape": "timestamp", "documentation": "

Last updated timestamp for workflow.

" } }, "documentation": "

A workflow in list of workflows.

" }, "ListWorkflowsRequest": { "type": "structure", "required": [ "DomainName" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" }, "WorkflowType": { "shape": "WorkflowType", "documentation": "

The type of workflow. The only supported value is APPFLOW_INTEGRATION.

" }, "Status": { "shape": "Status", "documentation": "

Status of workflow execution.

" }, "QueryStartDate": { "shape": "timestamp", "documentation": "

Retrieve workflows started after timestamp.

" }, "QueryEndDate": { "shape": "timestamp", "documentation": "

Retrieve workflows ended after timestamp.

" }, "NextToken": { "shape": "token", "documentation": "

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

", "location": "querystring", "locationName": "next-token" }, "MaxResults": { "shape": "maxSize100", "documentation": "

The maximum number of results to return per page.

", "location": "querystring", "locationName": "max-results" } } }, "ListWorkflowsResponse": { "type": "structure", "members": { "Items": { "shape": "WorkflowList", "documentation": "

List containing workflow details.

" }, "NextToken": { "shape": "token", "documentation": "

If there are additional results, this is the token for the next set of results.

" } } }, "MarketoConnectorOperator": { "type": "string", "enum": [ "PROJECTION", "LESS_THAN", "GREATER_THAN", "BETWEEN", "ADDITION", "MULTIPLICATION", "DIVISION", "SUBTRACTION", "MASK_ALL", "MASK_FIRST_N", "MASK_LAST_N", "VALIDATE_NON_NULL", "VALIDATE_NON_ZERO", "VALIDATE_NON_NEGATIVE", "VALIDATE_NUMERIC", "NO_OP" ] }, "MarketoSourceProperties": { "type": "structure", "required": [ "Object" ], "members": { "Object": { "shape": "Object", "documentation": "

The object specified in the Marketo flow source.

" } }, "documentation": "

The properties that are applied when Marketo is being used as a source.

" }, "MatchIdList": { "type": "list", "member": { "shape": "string1To255" } }, "MatchItem": { "type": "structure", "members": { "MatchId": { "shape": "string1To255", "documentation": "

The unique identifiers for this group of profiles that match.

" }, "ProfileIds": { "shape": "ProfileIdList", "documentation": "

A list of identifiers for profiles that match.

" }, "ConfidenceScore": { "shape": "Double", "documentation": "

A number between 0 and 1, where a higher score means higher similarity. Examining match confidence scores lets you distinguish between groups of similar records in which the system is highly confident (which you may decide to merge), groups of similar records about which the system is uncertain (which you may decide to have reviewed by a human), and groups of similar records that the system deems to be unlikely (which you may decide to reject). Given confidence scores vary as per the data input, it should not be used an absolute measure of matching quality.

" } }, "documentation": "

The Match group object.

" }, "MatchType": { "type": "string", "enum": [ "RULE_BASED_MATCHING", "ML_BASED_MATCHING" ] }, "MatchesList": { "type": "list", "member": { "shape": "MatchItem" } }, "MatchingAttributes": { "type": "list", "member": { "shape": "string1To255" }, "max": 20, "min": 1 }, "MatchingAttributesList": { "type": "list", "member": { "shape": "MatchingAttributes" }, "max": 10, "min": 1 }, "MatchingRequest": { "type": "structure", "required": [ "Enabled" ], "members": { "Enabled": { "shape": "optionalBoolean", "documentation": "

The flag that enables the matching process of duplicate profiles.

" }, "JobSchedule": { "shape": "JobSchedule", "documentation": "

The day and time when do you want to start the Identity Resolution Job every week.

" }, "AutoMerging": { "shape": "AutoMerging", "documentation": "

Configuration information about the auto-merging process.

" }, "ExportingConfig": { "shape": "ExportingConfig", "documentation": "

Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.

" } }, "documentation": "

The flag that enables the matching process of duplicate profiles.

" }, "MatchingResponse": { "type": "structure", "members": { "Enabled": { "shape": "optionalBoolean", "documentation": "

The flag that enables the matching process of duplicate profiles.

" }, "JobSchedule": { "shape": "JobSchedule", "documentation": "

The day and time when do you want to start the Identity Resolution Job every week.

" }, "AutoMerging": { "shape": "AutoMerging", "documentation": "

Configuration information about the auto-merging process.

" }, "ExportingConfig": { "shape": "ExportingConfig", "documentation": "

Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.

" } }, "documentation": "

The flag that enables the matching process of duplicate profiles.

" }, "MatchingRule": { "type": "structure", "required": [ "Rule" ], "members": { "Rule": { "shape": "MatchingRuleAttributeList", "documentation": "

A single rule level of the MatchRules. Configures how the rule-based matching process should match profiles.

" } }, "documentation": "

Specifies how does the rule-based matching process should match profiles. You can choose from the following attributes to build the matching Rule:

" }, "MatchingRuleAttributeList": { "type": "list", "member": { "shape": "string1To255" }, "max": 15, "min": 1 }, "MatchingRules": { "type": "list", "member": { "shape": "MatchingRule" }, "max": 15, "min": 1 }, "MaxAllowedRuleLevelForMatching": { "type": "integer", "max": 15, "min": 1 }, "MaxAllowedRuleLevelForMerging": { "type": "integer", "max": 15, "min": 1 }, "MergeProfilesRequest": { "type": "structure", "required": [ "DomainName", "MainProfileId", "ProfileIdsToBeMerged" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" }, "MainProfileId": { "shape": "uuid", "documentation": "

The identifier of the profile to be taken.

" }, "ProfileIdsToBeMerged": { "shape": "ProfileIdToBeMergedList", "documentation": "

The identifier of the profile to be merged into MainProfileId.

" }, "FieldSourceProfileIds": { "shape": "FieldSourceProfileIds", "documentation": "

The identifiers of the fields in the profile that has the information you want to apply to the merge. For example, say you want to merge EmailAddress from Profile1 into MainProfile. This would be the identifier of the EmailAddress field in Profile1.

" } } }, "MergeProfilesResponse": { "type": "structure", "members": { "Message": { "shape": "message", "documentation": "

A message that indicates the merge request is complete.

" } } }, "Object": { "type": "string", "max": 512, "pattern": "\\S+" }, "ObjectCount": { "type": "integer", "max": 100, "min": 1 }, "ObjectFilter": { "type": "structure", "required": [ "KeyName", "Values" ], "members": { "KeyName": { "shape": "name", "documentation": "

A searchable identifier of a profile object. The predefined keys you can use to search for _asset include: _assetId, _assetName, and _serialNumber. The predefined keys you can use to search for _case include: _caseId. The predefined keys you can use to search for _order include: _orderId.

" }, "Values": { "shape": "requestValueList", "documentation": "

A list of key values.

" } }, "documentation": "

The filter applied to ListProfileObjects response to include profile objects with the specified index values.

" }, "ObjectTypeField": { "type": "structure", "members": { "Source": { "shape": "text", "documentation": "

A field of a ProfileObject. For example: _source.FirstName, where “_source” is a ProfileObjectType of a Zendesk user and “FirstName” is a field in that ObjectType.

" }, "Target": { "shape": "text", "documentation": "

The location of the data in the standard ProfileObject model. For example: _profile.Address.PostalCode.

" }, "ContentType": { "shape": "FieldContentType", "documentation": "

The content type of the field. Used for determining equality when searching.

" } }, "documentation": "

Represents a field in a ProfileObjectType.

" }, "ObjectTypeKey": { "type": "structure", "members": { "StandardIdentifiers": { "shape": "StandardIdentifierList", "documentation": "

The types of keys that a ProfileObject can have. Each ProfileObject can have only 1 UNIQUE key but multiple PROFILE keys. PROFILE, ASSET, CASE, or ORDER means that this key can be used to tie an object to a PROFILE, ASSET, CASE, or ORDER respectively. UNIQUE means that it can be used to uniquely identify an object. If a key a is marked as SECONDARY, it will be used to search for profiles after all other PROFILE keys have been searched. A LOOKUP_ONLY key is only used to match a profile but is not persisted to be used for searching of the profile. A NEW_ONLY key is only used if the profile does not already exist before the object is ingested, otherwise it is only used for matching objects to profiles.

" }, "FieldNames": { "shape": "FieldNameList", "documentation": "

The reference for the key name of the fields map.

" } }, "documentation": "

An object that defines the Key element of a ProfileObject. A Key is a special element that can be used to search for a customer profile.

" }, "ObjectTypeKeyList": { "type": "list", "member": { "shape": "ObjectTypeKey" } }, "ObjectTypeNames": { "type": "map", "key": { "shape": "string1To255" }, "value": { "shape": "typeName" } }, "Objects": { "type": "list", "member": { "shape": "stringifiedJson" }, "max": 5, "min": 1, "sensitive": true }, "Operator": { "type": "string", "enum": [ "EQUAL_TO", "GREATER_THAN", "LESS_THAN", "NOT_EQUAL_TO" ] }, "OperatorPropertiesKeys": { "type": "string", "enum": [ "VALUE", "VALUES", "DATA_TYPE", "UPPER_BOUND", "LOWER_BOUND", "SOURCE_DATA_TYPE", "DESTINATION_DATA_TYPE", "VALIDATION_ACTION", "MASK_VALUE", "MASK_LENGTH", "TRUNCATE_LENGTH", "MATH_OPERATION_FIELDS_ORDER", "CONCAT_FORMAT", "SUBFIELD_CATEGORY_MAP" ] }, "PartyType": { "type": "string", "deprecated": true, "enum": [ "INDIVIDUAL", "BUSINESS", "OTHER" ], "sensitive": true }, "PhoneNumberList": { "type": "list", "member": { "shape": "string1To255" }, "max": 4, "min": 1 }, "Profile": { "type": "structure", "members": { "ProfileId": { "shape": "uuid", "documentation": "

The unique identifier of a customer profile.

" }, "AccountNumber": { "shape": "sensitiveString1To255", "documentation": "

A unique account number that you have given to the customer.

" }, "AdditionalInformation": { "shape": "sensitiveString1To1000", "documentation": "

Any additional information relevant to the customer’s profile.

" }, "PartyType": { "shape": "PartyType", "documentation": "

The type of profile used to describe the customer.

" }, "BusinessName": { "shape": "sensitiveString1To255", "documentation": "

The name of the customer’s business.

" }, "FirstName": { "shape": "sensitiveString1To255", "documentation": "

The customer’s first name.

" }, "MiddleName": { "shape": "sensitiveString1To255", "documentation": "

The customer’s middle name.

" }, "LastName": { "shape": "sensitiveString1To255", "documentation": "

The customer’s last name.

" }, "BirthDate": { "shape": "sensitiveString1To255", "documentation": "

The customer’s birth date.

" }, "Gender": { "shape": "Gender", "documentation": "

The gender with which the customer identifies.

" }, "PhoneNumber": { "shape": "sensitiveString1To255", "documentation": "

The customer's phone number, which has not been specified as a mobile, home, or business number.

" }, "MobilePhoneNumber": { "shape": "sensitiveString1To255", "documentation": "

The customer’s mobile phone number.

" }, "HomePhoneNumber": { "shape": "sensitiveString1To255", "documentation": "

The customer’s home phone number.

" }, "BusinessPhoneNumber": { "shape": "sensitiveString1To255", "documentation": "

The customer’s home phone number.

" }, "EmailAddress": { "shape": "sensitiveString1To255", "documentation": "

The customer’s email address, which has not been specified as a personal or business address.

" }, "PersonalEmailAddress": { "shape": "sensitiveString1To255", "documentation": "

The customer’s personal email address.

" }, "BusinessEmailAddress": { "shape": "sensitiveString1To255", "documentation": "

The customer’s business email address.

" }, "Address": { "shape": "Address", "documentation": "

A generic address associated with the customer that is not mailing, shipping, or billing.

" }, "ShippingAddress": { "shape": "Address", "documentation": "

The customer’s shipping address.

" }, "MailingAddress": { "shape": "Address", "documentation": "

The customer’s mailing address.

" }, "BillingAddress": { "shape": "Address", "documentation": "

The customer’s billing address.

" }, "Attributes": { "shape": "Attributes", "documentation": "

A key value pair of attributes of a customer profile.

" }, "FoundByItems": { "shape": "foundByList", "documentation": "

A list of items used to find a profile returned in a SearchProfiles response. An item is a key-value(s) pair that matches an attribute in the profile.

If the optional AdditionalSearchKeys parameter was included in the SearchProfiles request, the FoundByItems list should be interpreted based on the LogicalOperator used in the request:

The OR relationship is the default behavior if the LogicalOperator parameter is not included in the SearchProfiles request.

" }, "PartyTypeString": { "shape": "sensitiveString1To255", "documentation": "

An alternative to PartyType which accepts any string as input.

" }, "GenderString": { "shape": "sensitiveString1To255", "documentation": "

An alternative to Gender which accepts any string as input.

" } }, "documentation": "

The standard profile of a customer.

" }, "ProfileIdList": { "type": "list", "member": { "shape": "uuid" } }, "ProfileIdToBeMergedList": { "type": "list", "member": { "shape": "uuid" }, "max": 20, "min": 1 }, "ProfileList": { "type": "list", "member": { "shape": "Profile" } }, "ProfileObjectList": { "type": "list", "member": { "shape": "ListProfileObjectsItem" } }, "ProfileObjectTypeList": { "type": "list", "member": { "shape": "ListProfileObjectTypeItem" }, "sensitive": true }, "ProfileObjectTypeTemplateList": { "type": "list", "member": { "shape": "ListProfileObjectTypeTemplateItem" } }, "Property": { "type": "string", "max": 2048, "pattern": ".+" }, "PutIntegrationRequest": { "type": "structure", "required": [ "DomainName" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" }, "Uri": { "shape": "string1To255", "documentation": "

The URI of the S3 bucket or any other type of data source.

" }, "ObjectTypeName": { "shape": "typeName", "documentation": "

The name of the profile object type.

" }, "Tags": { "shape": "TagMap", "documentation": "

The tags used to organize, track, or control access for this resource.

" }, "FlowDefinition": { "shape": "FlowDefinition", "documentation": "

The configuration that controls how Customer Profiles retrieves data from the source.

" }, "ObjectTypeNames": { "shape": "ObjectTypeNames", "documentation": "

A map in which each key is an event type from an external application such as Segment or Shopify, and each value is an ObjectTypeName (template) used to ingest the event. It supports the following event types: SegmentIdentify, ShopifyCreateCustomers, ShopifyUpdateCustomers, ShopifyCreateDraftOrders, ShopifyUpdateDraftOrders, ShopifyCreateOrders, and ShopifyUpdatedOrders.

" } } }, "PutIntegrationResponse": { "type": "structure", "required": [ "DomainName", "Uri", "CreatedAt", "LastUpdatedAt" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

" }, "Uri": { "shape": "string1To255", "documentation": "

The URI of the S3 bucket or any other type of data source.

" }, "ObjectTypeName": { "shape": "typeName", "documentation": "

The name of the profile object type.

" }, "CreatedAt": { "shape": "timestamp", "documentation": "

The timestamp of when the domain was created.

" }, "LastUpdatedAt": { "shape": "timestamp", "documentation": "

The timestamp of when the domain was most recently edited.

" }, "Tags": { "shape": "TagMap", "documentation": "

The tags used to organize, track, or control access for this resource.

" }, "ObjectTypeNames": { "shape": "ObjectTypeNames", "documentation": "

A map in which each key is an event type from an external application such as Segment or Shopify, and each value is an ObjectTypeName (template) used to ingest the event. It supports the following event types: SegmentIdentify, ShopifyCreateCustomers, ShopifyUpdateCustomers, ShopifyCreateDraftOrders, ShopifyUpdateDraftOrders, ShopifyCreateOrders, and ShopifyUpdatedOrders.

" }, "WorkflowId": { "shape": "string1To255", "documentation": "

Unique identifier for the workflow.

" }, "IsUnstructured": { "shape": "optionalBoolean", "documentation": "

Boolean that shows if the Flow that's associated with the Integration is created in Amazon Appflow, or with ObjectTypeName equals _unstructured via API/CLI in flowDefinition.

" } } }, "PutProfileObjectRequest": { "type": "structure", "required": [ "ObjectTypeName", "Object", "DomainName" ], "members": { "ObjectTypeName": { "shape": "typeName", "documentation": "

The name of the profile object type.

" }, "Object": { "shape": "stringifiedJson", "documentation": "

A string that is serialized from a JSON object.

" }, "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" } } }, "PutProfileObjectResponse": { "type": "structure", "members": { "ProfileObjectUniqueKey": { "shape": "string1To255", "documentation": "

The unique identifier of the profile object generated by the service.

" } } }, "PutProfileObjectTypeRequest": { "type": "structure", "required": [ "DomainName", "ObjectTypeName", "Description" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" }, "ObjectTypeName": { "shape": "typeName", "documentation": "

The name of the profile object type.

", "location": "uri", "locationName": "ObjectTypeName" }, "Description": { "shape": "sensitiveText", "documentation": "

Description of the profile object type.

" }, "TemplateId": { "shape": "name", "documentation": "

A unique identifier for the object template. For some attributes in the request, the service will use the default value from the object template when TemplateId is present. If these attributes are present in the request, the service may return a BadRequestException. These attributes include: AllowProfileCreation, SourceLastUpdatedTimestampFormat, Fields, and Keys. For example, if AllowProfileCreation is set to true when TemplateId is set, the service may return a BadRequestException.

" }, "ExpirationDays": { "shape": "expirationDaysInteger", "documentation": "

The number of days until the data in the object expires.

" }, "EncryptionKey": { "shape": "encryptionKey", "documentation": "

The customer-provided key to encrypt the profile object that will be created in this profile object type.

" }, "AllowProfileCreation": { "shape": "boolean", "documentation": "

Indicates whether a profile should be created when data is received if one doesn’t exist for an object of this type. The default is FALSE. If the AllowProfileCreation flag is set to FALSE, then the service tries to fetch a standard profile and associate this object with the profile. If it is set to TRUE, and if no match is found, then the service creates a new standard profile.

" }, "SourceLastUpdatedTimestampFormat": { "shape": "string1To255", "documentation": "

The format of your sourceLastUpdatedTimestamp that was previously set up.

" }, "Fields": { "shape": "FieldMap", "documentation": "

A map of the name and ObjectType field.

" }, "Keys": { "shape": "KeyMap", "documentation": "

A list of unique keys that can be used to map data to the profile.

" }, "Tags": { "shape": "TagMap", "documentation": "

The tags used to organize, track, or control access for this resource.

" } } }, "PutProfileObjectTypeResponse": { "type": "structure", "required": [ "ObjectTypeName", "Description" ], "members": { "ObjectTypeName": { "shape": "typeName", "documentation": "

The name of the profile object type.

" }, "Description": { "shape": "sensitiveText", "documentation": "

Description of the profile object type.

" }, "TemplateId": { "shape": "name", "documentation": "

A unique identifier for the object template.

" }, "ExpirationDays": { "shape": "expirationDaysInteger", "documentation": "

The number of days until the data in the object expires.

" }, "EncryptionKey": { "shape": "encryptionKey", "documentation": "

The customer-provided key to encrypt the profile object that will be created in this profile object type.

" }, "AllowProfileCreation": { "shape": "boolean", "documentation": "

Indicates whether a profile should be created when data is received if one doesn’t exist for an object of this type. The default is FALSE. If the AllowProfileCreation flag is set to FALSE, then the service tries to fetch a standard profile and associate this object with the profile. If it is set to TRUE, and if no match is found, then the service creates a new standard profile.

" }, "SourceLastUpdatedTimestampFormat": { "shape": "string1To255", "documentation": "

The format of your sourceLastUpdatedTimestamp that was previously set up in fields that were parsed using SimpleDateFormat. If you have sourceLastUpdatedTimestamp in your field, you must set up sourceLastUpdatedTimestampFormat.

" }, "Fields": { "shape": "FieldMap", "documentation": "

A map of the name and ObjectType field.

" }, "Keys": { "shape": "KeyMap", "documentation": "

A list of unique keys that can be used to map data to the profile.

" }, "CreatedAt": { "shape": "timestamp", "documentation": "

The timestamp of when the domain was created.

" }, "LastUpdatedAt": { "shape": "timestamp", "documentation": "

The timestamp of when the domain was most recently edited.

" }, "Tags": { "shape": "TagMap", "documentation": "

The tags used to organize, track, or control access for this resource.

" } } }, "Range": { "type": "structure", "required": [ "Value", "Unit" ], "members": { "Value": { "shape": "Value", "documentation": "

The amount of time of the specified unit.

" }, "Unit": { "shape": "Unit", "documentation": "

The unit of time.

" } }, "documentation": "

The relative time period over which data is included in the aggregation.

" }, "RoleArn": { "type": "string", "max": 512, "pattern": "arn:aws:iam:.*:[0-9]+:.*" }, "RuleBasedMatchingRequest": { "type": "structure", "required": [ "Enabled" ], "members": { "Enabled": { "shape": "optionalBoolean", "documentation": "

The flag that enables the rule-based matching process of duplicate profiles.

" }, "MatchingRules": { "shape": "MatchingRules", "documentation": "

Configures how the rule-based matching process should match profiles. You can have up to 15 MatchingRule in the MatchingRules.

" }, "MaxAllowedRuleLevelForMerging": { "shape": "MaxAllowedRuleLevelForMerging", "documentation": "

MatchingRule

" }, "MaxAllowedRuleLevelForMatching": { "shape": "MaxAllowedRuleLevelForMatching", "documentation": "

Indicates the maximum allowed rule level.

" }, "AttributeTypesSelector": { "shape": "AttributeTypesSelector", "documentation": "

Configures information about the AttributeTypesSelector where the rule-based identity resolution uses to match profiles.

" }, "ConflictResolution": { "shape": "ConflictResolution" }, "ExportingConfig": { "shape": "ExportingConfig" } }, "documentation": "

The request to enable the rule-based matching.

" }, "RuleBasedMatchingResponse": { "type": "structure", "members": { "Enabled": { "shape": "optionalBoolean", "documentation": "

The flag that enables the rule-based matching process of duplicate profiles.

" }, "MatchingRules": { "shape": "MatchingRules", "documentation": "

Configures how the rule-based matching process should match profiles. You can have up to 15 MatchingRule in the MatchingRules.

" }, "Status": { "shape": "RuleBasedMatchingStatus", "documentation": "

PENDING

IN_PROGRESS

ACTIVE

" }, "MaxAllowedRuleLevelForMerging": { "shape": "MaxAllowedRuleLevelForMerging", "documentation": "

MatchingRule

" }, "MaxAllowedRuleLevelForMatching": { "shape": "MaxAllowedRuleLevelForMatching", "documentation": "

Indicates the maximum allowed rule level.

" }, "AttributeTypesSelector": { "shape": "AttributeTypesSelector", "documentation": "

Configures information about the AttributeTypesSelector where the rule-based identity resolution uses to match profiles.

" }, "ConflictResolution": { "shape": "ConflictResolution" }, "ExportingConfig": { "shape": "ExportingConfig" } }, "documentation": "

The response of the Rule-based matching request.

" }, "RuleBasedMatchingStatus": { "type": "string", "enum": [ "PENDING", "IN_PROGRESS", "ACTIVE" ] }, "RuleLevel": { "type": "integer", "max": 15, "min": 1 }, "S3ConnectorOperator": { "type": "string", "enum": [ "PROJECTION", "LESS_THAN", "GREATER_THAN", "BETWEEN", "LESS_THAN_OR_EQUAL_TO", "GREATER_THAN_OR_EQUAL_TO", "EQUAL_TO", "NOT_EQUAL_TO", "ADDITION", "MULTIPLICATION", "DIVISION", "SUBTRACTION", "MASK_ALL", "MASK_FIRST_N", "MASK_LAST_N", "VALIDATE_NON_NULL", "VALIDATE_NON_ZERO", "VALIDATE_NON_NEGATIVE", "VALIDATE_NUMERIC", "NO_OP" ] }, "S3ExportingConfig": { "type": "structure", "required": [ "S3BucketName" ], "members": { "S3BucketName": { "shape": "s3BucketName", "documentation": "

The name of the S3 bucket where Identity Resolution Jobs write result files.

" }, "S3KeyName": { "shape": "s3KeyNameCustomerOutputConfig", "documentation": "

The S3 key name of the location where Identity Resolution Jobs write result files.

" } }, "documentation": "

Configuration information about the S3 bucket where Identity Resolution Jobs write result files.

" }, "S3ExportingLocation": { "type": "structure", "members": { "S3BucketName": { "shape": "s3BucketName", "documentation": "

The name of the S3 bucket name where Identity Resolution Jobs write result files.

" }, "S3KeyName": { "shape": "s3KeyName", "documentation": "

The S3 key name of the location where Identity Resolution Jobs write result files.

" } }, "documentation": "

The S3 location where Identity Resolution Jobs write result files.

" }, "S3SourceProperties": { "type": "structure", "required": [ "BucketName" ], "members": { "BucketName": { "shape": "BucketName", "documentation": "

The Amazon S3 bucket name where the source files are stored.

" }, "BucketPrefix": { "shape": "BucketPrefix", "documentation": "

The object key for the Amazon S3 bucket in which the source files are stored.

" } }, "documentation": "

The properties that are applied when Amazon S3 is being used as the flow source.

" }, "SalesforceConnectorOperator": { "type": "string", "enum": [ "PROJECTION", "LESS_THAN", "CONTAINS", "GREATER_THAN", "BETWEEN", "LESS_THAN_OR_EQUAL_TO", "GREATER_THAN_OR_EQUAL_TO", "EQUAL_TO", "NOT_EQUAL_TO", "ADDITION", "MULTIPLICATION", "DIVISION", "SUBTRACTION", "MASK_ALL", "MASK_FIRST_N", "MASK_LAST_N", "VALIDATE_NON_NULL", "VALIDATE_NON_ZERO", "VALIDATE_NON_NEGATIVE", "VALIDATE_NUMERIC", "NO_OP" ] }, "SalesforceSourceProperties": { "type": "structure", "required": [ "Object" ], "members": { "Object": { "shape": "Object", "documentation": "

The object specified in the Salesforce flow source.

" }, "EnableDynamicFieldUpdate": { "shape": "boolean", "documentation": "

The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.

" }, "IncludeDeletedRecords": { "shape": "boolean", "documentation": "

Indicates whether Amazon AppFlow includes deleted files in the flow run.

" } }, "documentation": "

The properties that are applied when Salesforce is being used as a source.

" }, "ScheduleExpression": { "type": "string", "max": 256, "pattern": ".*" }, "ScheduleOffset": { "type": "long", "max": 36000, "min": 0 }, "ScheduledTriggerProperties": { "type": "structure", "required": [ "ScheduleExpression" ], "members": { "ScheduleExpression": { "shape": "ScheduleExpression", "documentation": "

The scheduling expression that determines the rate at which the schedule will run, for example rate (5 minutes).

" }, "DataPullMode": { "shape": "DataPullMode", "documentation": "

Specifies whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run.

" }, "ScheduleStartTime": { "shape": "Date", "documentation": "

Specifies the scheduled start time for a scheduled-trigger flow.

" }, "ScheduleEndTime": { "shape": "Date", "documentation": "

Specifies the scheduled end time for a scheduled-trigger flow.

" }, "Timezone": { "shape": "Timezone", "documentation": "

Specifies the time zone used when referring to the date and time of a scheduled-triggered flow, such as America/New_York.

" }, "ScheduleOffset": { "shape": "ScheduleOffset", "documentation": "

Specifies the optional offset that is added to the time interval for a schedule-triggered flow.

", "box": true }, "FirstExecutionFrom": { "shape": "Date", "documentation": "

Specifies the date range for the records to import from the connector in the first flow run.

" } }, "documentation": "

Specifies the configuration details of a scheduled-trigger flow that you define. Currently, these settings only apply to the scheduled-trigger type.

" }, "SearchProfilesRequest": { "type": "structure", "required": [ "DomainName", "KeyName", "Values" ], "members": { "NextToken": { "shape": "token", "documentation": "

The pagination token from the previous SearchProfiles API call.

", "location": "querystring", "locationName": "next-token" }, "MaxResults": { "shape": "maxSize100", "documentation": "

The maximum number of objects returned per page.

The default is 20 if this parameter is not included in the request.

", "location": "querystring", "locationName": "max-results" }, "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" }, "KeyName": { "shape": "name", "documentation": "

A searchable identifier of a customer profile. The predefined keys you can use to search include: _account, _profileId, _assetId, _caseId, _orderId, _fullName, _phone, _email, _ctrContactId, _marketoLeadId, _salesforceAccountId, _salesforceContactId, _salesforceAssetId, _zendeskUserId, _zendeskExternalId, _zendeskTicketId, _serviceNowSystemId, _serviceNowIncidentId, _segmentUserId, _shopifyCustomerId, _shopifyOrderId.

" }, "Values": { "shape": "requestValueList", "documentation": "

A list of key values.

" }, "AdditionalSearchKeys": { "shape": "additionalSearchKeysList", "documentation": "

A list of AdditionalSearchKey objects that are each searchable identifiers of a profile. Each AdditionalSearchKey object contains a KeyName and a list of Values associated with that specific key (i.e., a key-value(s) pair). These additional search keys will be used in conjunction with the LogicalOperator and the required KeyName and Values parameters to search for profiles that satisfy the search criteria.

" }, "LogicalOperator": { "shape": "logicalOperator", "documentation": "

Relationship between all specified search keys that will be used to search for profiles. This includes the required KeyName and Values parameters as well as any key-value(s) pairs specified in the AdditionalSearchKeys list.

This parameter influences which profiles will be returned in the response in the following manner:

The OR relationship is the default behavior if this parameter is not included in the request.

" } } }, "SearchProfilesResponse": { "type": "structure", "members": { "Items": { "shape": "ProfileList", "documentation": "

The list of Profiles matching the search criteria.

" }, "NextToken": { "shape": "token", "documentation": "

The pagination token from the previous SearchProfiles API call.

" } } }, "ServiceNowConnectorOperator": { "type": "string", "enum": [ "PROJECTION", "CONTAINS", "LESS_THAN", "GREATER_THAN", "BETWEEN", "LESS_THAN_OR_EQUAL_TO", "GREATER_THAN_OR_EQUAL_TO", "EQUAL_TO", "NOT_EQUAL_TO", "ADDITION", "MULTIPLICATION", "DIVISION", "SUBTRACTION", "MASK_ALL", "MASK_FIRST_N", "MASK_LAST_N", "VALIDATE_NON_NULL", "VALIDATE_NON_ZERO", "VALIDATE_NON_NEGATIVE", "VALIDATE_NUMERIC", "NO_OP" ] }, "ServiceNowSourceProperties": { "type": "structure", "required": [ "Object" ], "members": { "Object": { "shape": "Object", "documentation": "

The object specified in the ServiceNow flow source.

" } }, "documentation": "

The properties that are applied when ServiceNow is being used as a source.

" }, "SourceConnectorProperties": { "type": "structure", "members": { "Marketo": { "shape": "MarketoSourceProperties", "documentation": "

The properties that are applied when Marketo is being used as a source.

" }, "S3": { "shape": "S3SourceProperties", "documentation": "

The properties that are applied when Amazon S3 is being used as the flow source.

" }, "Salesforce": { "shape": "SalesforceSourceProperties", "documentation": "

The properties that are applied when Salesforce is being used as a source.

" }, "ServiceNow": { "shape": "ServiceNowSourceProperties", "documentation": "

The properties that are applied when ServiceNow is being used as a source.

" }, "Zendesk": { "shape": "ZendeskSourceProperties", "documentation": "

The properties that are applied when using Zendesk as a flow source.

" } }, "documentation": "

Specifies the information that is required to query a particular Amazon AppFlow connector. Customer Profiles supports Salesforce, Zendesk, Marketo, ServiceNow and Amazon S3.

" }, "SourceConnectorType": { "type": "string", "enum": [ "Salesforce", "Marketo", "Zendesk", "Servicenow", "S3" ] }, "SourceFields": { "type": "list", "member": { "shape": "stringTo2048" } }, "SourceFlowConfig": { "type": "structure", "required": [ "ConnectorType", "SourceConnectorProperties" ], "members": { "ConnectorProfileName": { "shape": "ConnectorProfileName", "documentation": "

The name of the AppFlow connector profile. This name must be unique for each connector profile in the AWS account.

" }, "ConnectorType": { "shape": "SourceConnectorType", "documentation": "

The type of connector, such as Salesforce, Marketo, and so on.

" }, "IncrementalPullConfig": { "shape": "IncrementalPullConfig", "documentation": "

Defines the configuration for a scheduled incremental data pull. If a valid configuration is provided, the fields specified in the configuration are used when querying for the incremental data pull.

" }, "SourceConnectorProperties": { "shape": "SourceConnectorProperties", "documentation": "

Specifies the information that is required to query a particular source connector.

" } }, "documentation": "

Contains information about the configuration of the source connector used in the flow.

" }, "StandardIdentifier": { "type": "string", "enum": [ "PROFILE", "ASSET", "CASE", "UNIQUE", "SECONDARY", "LOOKUP_ONLY", "NEW_ONLY", "ORDER" ] }, "StandardIdentifierList": { "type": "list", "member": { "shape": "StandardIdentifier" } }, "Statistic": { "type": "string", "enum": [ "FIRST_OCCURRENCE", "LAST_OCCURRENCE", "COUNT", "SUM", "MINIMUM", "MAXIMUM", "AVERAGE", "MAX_OCCURRENCE" ], "sensitive": true }, "Status": { "type": "string", "enum": [ "NOT_STARTED", "IN_PROGRESS", "COMPLETE", "FAILED", "SPLIT", "RETRY", "CANCELLED" ] }, "TagArn": { "type": "string", "max": 256, "pattern": "^arn:[a-z0-9]{1,10}:profile" }, "TagKey": { "type": "string", "max": 128, "min": 1, "pattern": "^(?!aws:)[a-zA-Z+-=._:/]+$" }, "TagKeyList": { "type": "list", "member": { "shape": "TagKey" }, "max": 50, "min": 1 }, "TagMap": { "type": "map", "key": { "shape": "TagKey" }, "value": { "shape": "TagValue" }, "max": 50, "min": 1 }, "TagResourceRequest": { "type": "structure", "required": [ "resourceArn", "tags" ], "members": { "resourceArn": { "shape": "TagArn", "documentation": "

The ARN of the resource that you're adding tags to.

", "location": "uri", "locationName": "resourceArn" }, "tags": { "shape": "TagMap", "documentation": "

The tags used to organize, track, or control access for this resource.

" } } }, "TagResourceResponse": { "type": "structure", "members": {} }, "TagValue": { "type": "string", "max": 256 }, "Task": { "type": "structure", "required": [ "SourceFields", "TaskType" ], "members": { "ConnectorOperator": { "shape": "ConnectorOperator", "documentation": "

The operation to be performed on the provided source fields.

" }, "DestinationField": { "shape": "DestinationField", "documentation": "

A field in a destination connector, or a field value against which Amazon AppFlow validates a source field.

" }, "SourceFields": { "shape": "SourceFields", "documentation": "

The source fields to which a particular task is applied.

" }, "TaskProperties": { "shape": "TaskPropertiesMap", "documentation": "

A map used to store task-related information. The service looks for particular information based on the TaskType.

" }, "TaskType": { "shape": "TaskType", "documentation": "

Specifies the particular task implementation that Amazon AppFlow performs.

" } }, "documentation": "

A class for modeling different type of tasks. Task implementation varies based on the TaskType.

" }, "TaskPropertiesMap": { "type": "map", "key": { "shape": "OperatorPropertiesKeys" }, "value": { "shape": "Property" } }, "TaskType": { "type": "string", "enum": [ "Arithmetic", "Filter", "Map", "Mask", "Merge", "Truncate", "Validate" ] }, "Tasks": { "type": "list", "member": { "shape": "Task" } }, "Threshold": { "type": "structure", "required": [ "Value", "Operator" ], "members": { "Value": { "shape": "string1To255", "documentation": "

The value of the threshold.

" }, "Operator": { "shape": "Operator", "documentation": "

The operator of the threshold.

" } }, "documentation": "

The threshold for the calculated attribute.

" }, "Timezone": { "type": "string", "max": 256, "pattern": ".*" }, "TriggerConfig": { "type": "structure", "required": [ "TriggerType" ], "members": { "TriggerType": { "shape": "TriggerType", "documentation": "

Specifies the type of flow trigger. It can be OnDemand, Scheduled, or Event.

" }, "TriggerProperties": { "shape": "TriggerProperties", "documentation": "

Specifies the configuration details of a schedule-triggered flow that you define. Currently, these settings only apply to the Scheduled trigger type.

" } }, "documentation": "

The trigger settings that determine how and when Amazon AppFlow runs the specified flow.

" }, "TriggerProperties": { "type": "structure", "members": { "Scheduled": { "shape": "ScheduledTriggerProperties", "documentation": "

Specifies the configuration details of a schedule-triggered flow that you define.

" } }, "documentation": "

Specifies the configuration details that control the trigger for a flow. Currently, these settings only apply to the Scheduled trigger type.

" }, "TriggerType": { "type": "string", "enum": [ "Scheduled", "Event", "OnDemand" ] }, "Unit": { "type": "string", "enum": [ "DAYS" ] }, "UntagResourceRequest": { "type": "structure", "required": [ "resourceArn", "tagKeys" ], "members": { "resourceArn": { "shape": "TagArn", "documentation": "

The ARN of the resource from which you are removing tags.

", "location": "uri", "locationName": "resourceArn" }, "tagKeys": { "shape": "TagKeyList", "documentation": "

The list of tag keys to remove from the resource.

", "location": "querystring", "locationName": "tagKeys" } } }, "UntagResourceResponse": { "type": "structure", "members": {} }, "UpdateAddress": { "type": "structure", "members": { "Address1": { "shape": "string0To255", "documentation": "

The first line of a customer address.

" }, "Address2": { "shape": "string0To255", "documentation": "

The second line of a customer address.

" }, "Address3": { "shape": "string0To255", "documentation": "

The third line of a customer address.

" }, "Address4": { "shape": "string0To255", "documentation": "

The fourth line of a customer address.

" }, "City": { "shape": "string0To255", "documentation": "

The city in which a customer lives.

" }, "County": { "shape": "string0To255", "documentation": "

The county in which a customer lives.

" }, "State": { "shape": "string0To255", "documentation": "

The state in which a customer lives.

" }, "Province": { "shape": "string0To255", "documentation": "

The province in which a customer lives.

" }, "Country": { "shape": "string0To255", "documentation": "

The country in which a customer lives.

" }, "PostalCode": { "shape": "string0To255", "documentation": "

The postal code of a customer address.

" } }, "documentation": "

Updates associated with the address properties of a customer profile.

", "sensitive": true }, "UpdateAttributes": { "type": "map", "key": { "shape": "string1To255" }, "value": { "shape": "string0To255" }, "sensitive": true }, "UpdateCalculatedAttributeDefinitionRequest": { "type": "structure", "required": [ "DomainName", "CalculatedAttributeName" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" }, "CalculatedAttributeName": { "shape": "typeName", "documentation": "

The unique name of the calculated attribute.

", "location": "uri", "locationName": "CalculatedAttributeName" }, "DisplayName": { "shape": "displayName", "documentation": "

The display name of the calculated attribute.

" }, "Description": { "shape": "sensitiveText", "documentation": "

The description of the calculated attribute.

" }, "Conditions": { "shape": "Conditions", "documentation": "

The conditions including range, object count, and threshold for the calculated attribute.

" } } }, "UpdateCalculatedAttributeDefinitionResponse": { "type": "structure", "members": { "CalculatedAttributeName": { "shape": "typeName", "documentation": "

The unique name of the calculated attribute.

" }, "DisplayName": { "shape": "displayName", "documentation": "

The display name of the calculated attribute.

" }, "Description": { "shape": "sensitiveText", "documentation": "

The description of the calculated attribute.

" }, "CreatedAt": { "shape": "timestamp", "documentation": "

The timestamp of when the calculated attribute definition was created.

" }, "LastUpdatedAt": { "shape": "timestamp", "documentation": "

The timestamp of when the calculated attribute definition was most recently edited.

" }, "Statistic": { "shape": "Statistic", "documentation": "

The aggregation operation to perform for the calculated attribute.

" }, "Conditions": { "shape": "Conditions", "documentation": "

The conditions including range, object count, and threshold for the calculated attribute.

" }, "AttributeDetails": { "shape": "AttributeDetails", "documentation": "

The mathematical expression and a list of attribute items specified in that expression.

" }, "Tags": { "shape": "TagMap", "documentation": "

The tags used to organize, track, or control access for this resource.

" } } }, "UpdateDomainRequest": { "type": "structure", "required": [ "DomainName" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" }, "DefaultExpirationDays": { "shape": "expirationDaysInteger", "documentation": "

The default number of days until the data within the domain expires.

" }, "DefaultEncryptionKey": { "shape": "encryptionKey", "documentation": "

The default encryption key, which is an AWS managed key, is used when no specific type of encryption key is specified. It is used to encrypt all data before it is placed in permanent or semi-permanent storage. If specified as an empty string, it will clear any existing value.

" }, "DeadLetterQueueUrl": { "shape": "sqsQueueUrl", "documentation": "

The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from third party applications. If specified as an empty string, it will clear any existing value. You must set up a policy on the DeadLetterQueue for the SendMessage operation to enable Amazon Connect Customer Profiles to send messages to the DeadLetterQueue.

" }, "Matching": { "shape": "MatchingRequest", "documentation": "

The process of matching duplicate profiles. If Matching = true, Amazon Connect Customer Profiles starts a weekly batch process called Identity Resolution Job. If you do not specify a date and time for Identity Resolution Job to run, by default it runs every Saturday at 12AM UTC to detect duplicate profiles in your domains.

After the Identity Resolution Job completes, use the GetMatches API to return and review the results. Or, if you have configured ExportingConfig in the MatchingRequest, you can download the results from S3.

" }, "RuleBasedMatching": { "shape": "RuleBasedMatchingRequest", "documentation": "

The process of matching duplicate profiles using the rule-Based matching. If RuleBasedMatching = true, Amazon Connect Customer Profiles will start to match and merge your profiles according to your configuration in the RuleBasedMatchingRequest. You can use the ListRuleBasedMatches and GetSimilarProfiles API to return and review the results. Also, if you have configured ExportingConfig in the RuleBasedMatchingRequest, you can download the results from S3.

" }, "Tags": { "shape": "TagMap", "documentation": "

The tags used to organize, track, or control access for this resource.

" } } }, "UpdateDomainResponse": { "type": "structure", "required": [ "DomainName", "CreatedAt", "LastUpdatedAt" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

" }, "DefaultExpirationDays": { "shape": "expirationDaysInteger", "documentation": "

The default number of days until the data within the domain expires.

" }, "DefaultEncryptionKey": { "shape": "encryptionKey", "documentation": "

The default encryption key, which is an AWS managed key, is used when no specific type of encryption key is specified. It is used to encrypt all data before it is placed in permanent or semi-permanent storage.

" }, "DeadLetterQueueUrl": { "shape": "sqsQueueUrl", "documentation": "

The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from third party applications.

" }, "Matching": { "shape": "MatchingResponse", "documentation": "

The process of matching duplicate profiles. If Matching = true, Amazon Connect Customer Profiles starts a weekly batch process called Identity Resolution Job. If you do not specify a date and time for Identity Resolution Job to run, by default it runs every Saturday at 12AM UTC to detect duplicate profiles in your domains.

After the Identity Resolution Job completes, use the GetMatches API to return and review the results. Or, if you have configured ExportingConfig in the MatchingRequest, you can download the results from S3.

" }, "RuleBasedMatching": { "shape": "RuleBasedMatchingResponse", "documentation": "

The process of matching duplicate profiles using the rule-Based matching. If RuleBasedMatching = true, Amazon Connect Customer Profiles will start to match and merge your profiles according to your configuration in the RuleBasedMatchingRequest. You can use the ListRuleBasedMatches and GetSimilarProfiles API to return and review the results. Also, if you have configured ExportingConfig in the RuleBasedMatchingRequest, you can download the results from S3.

" }, "CreatedAt": { "shape": "timestamp", "documentation": "

The timestamp of when the domain was created.

" }, "LastUpdatedAt": { "shape": "timestamp", "documentation": "

The timestamp of when the domain was most recently edited.

" }, "Tags": { "shape": "TagMap", "documentation": "

The tags used to organize, track, or control access for this resource.

" } } }, "UpdateProfileRequest": { "type": "structure", "required": [ "DomainName", "ProfileId" ], "members": { "DomainName": { "shape": "name", "documentation": "

The unique name of the domain.

", "location": "uri", "locationName": "DomainName" }, "ProfileId": { "shape": "uuid", "documentation": "

The unique identifier of a customer profile.

" }, "AdditionalInformation": { "shape": "sensitiveString0To1000", "documentation": "

Any additional information relevant to the customer’s profile.

" }, "AccountNumber": { "shape": "sensitiveString0To255", "documentation": "

A unique account number that you have given to the customer.

" }, "PartyType": { "shape": "PartyType", "documentation": "

The type of profile used to describe the customer.

" }, "BusinessName": { "shape": "sensitiveString0To255", "documentation": "

The name of the customer’s business.

" }, "FirstName": { "shape": "sensitiveString0To255", "documentation": "

The customer’s first name.

" }, "MiddleName": { "shape": "sensitiveString0To255", "documentation": "

The customer’s middle name.

" }, "LastName": { "shape": "sensitiveString0To255", "documentation": "

The customer’s last name.

" }, "BirthDate": { "shape": "sensitiveString0To255", "documentation": "

The customer’s birth date.

" }, "Gender": { "shape": "Gender", "documentation": "

The gender with which the customer identifies.

" }, "PhoneNumber": { "shape": "sensitiveString0To255", "documentation": "

The customer’s phone number, which has not been specified as a mobile, home, or business number.

" }, "MobilePhoneNumber": { "shape": "sensitiveString0To255", "documentation": "

The customer’s mobile phone number.

" }, "HomePhoneNumber": { "shape": "sensitiveString0To255", "documentation": "

The customer’s home phone number.

" }, "BusinessPhoneNumber": { "shape": "sensitiveString0To255", "documentation": "

The customer’s business phone number.

" }, "EmailAddress": { "shape": "sensitiveString0To255", "documentation": "

The customer’s email address, which has not been specified as a personal or business address.

" }, "PersonalEmailAddress": { "shape": "sensitiveString0To255", "documentation": "

The customer’s personal email address.

" }, "BusinessEmailAddress": { "shape": "sensitiveString0To255", "documentation": "

The customer’s business email address.

" }, "Address": { "shape": "UpdateAddress", "documentation": "

A generic address associated with the customer that is not mailing, shipping, or billing.

" }, "ShippingAddress": { "shape": "UpdateAddress", "documentation": "

The customer’s shipping address.

" }, "MailingAddress": { "shape": "UpdateAddress", "documentation": "

The customer’s mailing address.

" }, "BillingAddress": { "shape": "UpdateAddress", "documentation": "

The customer’s billing address.

" }, "Attributes": { "shape": "UpdateAttributes", "documentation": "

A key value pair of attributes of a customer profile.

" }, "PartyTypeString": { "shape": "sensitiveString0To255", "documentation": "

An alternative to PartyType which accepts any string as input.

" }, "GenderString": { "shape": "sensitiveString0To255", "documentation": "

An alternative to Gender which accepts any string as input.

" } } }, "UpdateProfileResponse": { "type": "structure", "required": [ "ProfileId" ], "members": { "ProfileId": { "shape": "uuid", "documentation": "

The unique identifier of a customer profile.

" } } }, "Value": { "type": "integer", "max": 366, "min": 1 }, "WorkflowAttributes": { "type": "structure", "members": { "AppflowIntegration": { "shape": "AppflowIntegrationWorkflowAttributes", "documentation": "

Workflow attributes specific to APPFLOW_INTEGRATION workflow.

" } }, "documentation": "

Structure to hold workflow attributes.

" }, "WorkflowList": { "type": "list", "member": { "shape": "ListWorkflowsItem" } }, "WorkflowMetrics": { "type": "structure", "members": { "AppflowIntegration": { "shape": "AppflowIntegrationWorkflowMetrics", "documentation": "

Workflow execution metrics for APPFLOW_INTEGRATION workflow.

" } }, "documentation": "

Generic object containing workflow execution metrics.

" }, "WorkflowStepItem": { "type": "structure", "members": { "AppflowIntegration": { "shape": "AppflowIntegrationWorkflowStep", "documentation": "

Workflow step information specific to APPFLOW_INTEGRATION workflow.

" } }, "documentation": "

List containing steps in workflow.

" }, "WorkflowStepsList": { "type": "list", "member": { "shape": "WorkflowStepItem" } }, "WorkflowType": { "type": "string", "enum": [ "APPFLOW_INTEGRATION" ] }, "ZendeskConnectorOperator": { "type": "string", "enum": [ "PROJECTION", "GREATER_THAN", "ADDITION", "MULTIPLICATION", "DIVISION", "SUBTRACTION", "MASK_ALL", "MASK_FIRST_N", "MASK_LAST_N", "VALIDATE_NON_NULL", "VALIDATE_NON_ZERO", "VALIDATE_NON_NEGATIVE", "VALIDATE_NUMERIC", "NO_OP" ] }, "ZendeskSourceProperties": { "type": "structure", "required": [ "Object" ], "members": { "Object": { "shape": "Object", "documentation": "

The object specified in the Zendesk flow source.

" } }, "documentation": "

The properties that are applied when using Zendesk as a flow source.

" }, "additionalSearchKeysList": { "type": "list", "member": { "shape": "AdditionalSearchKey" }, "max": 4, "min": 1 }, "attributeName": { "type": "string", "max": 64, "min": 1, "pattern": "^[a-zA-Z0-9_.-]+$" }, "boolean": { "type": "boolean" }, "displayName": { "type": "string", "max": 255, "min": 1, "pattern": "^[a-zA-Z_][a-zA-Z_0-9-\\s]*$" }, "encryptionKey": { "type": "string", "max": 255, "min": 0 }, "expirationDaysInteger": { "type": "integer", "max": 1098, "min": 1 }, "foundByList": { "type": "list", "member": { "shape": "FoundByKeyValue" }, "max": 5, "min": 1 }, "logicalOperator": { "type": "string", "enum": [ "AND", "OR" ] }, "long": { "type": "long" }, "matchesNumber": { "type": "integer", "min": 0 }, "maxSize100": { "type": "integer", "max": 100, "min": 1 }, "message": { "type": "string" }, "optionalBoolean": { "type": "boolean" }, "requestValueList": { "type": "list", "member": { "shape": "string1To255" } }, "s3BucketName": { "type": "string", "max": 63, "min": 3, "pattern": "^[a-z0-9.-]+$" }, "s3KeyName": { "type": "string", "max": 1024, "min": 1, "pattern": ".*" }, "s3KeyNameCustomerOutputConfig": { "type": "string", "max": 800, "min": 1, "pattern": ".*" }, "sensitiveString0To1000": { "type": "string", "max": 1000, "min": 0, "sensitive": true }, "sensitiveString0To255": { "type": "string", "max": 255, "min": 0, "sensitive": true }, "sensitiveString1To1000": { "type": "string", "max": 1000, "min": 1, "sensitive": true }, "sensitiveString1To255": { "type": "string", "max": 255, "min": 1, "sensitive": true }, "sensitiveText": { "type": "string", "max": 1000, "min": 1, "sensitive": true }, "sqsQueueUrl": { "type": "string", "max": 255, "min": 0 }, "string0To255": { "type": "string", "max": 255, "min": 0 }, "string1To1000": { "type": "string", "max": 1000, "min": 1 }, "string1To255": { "type": "string", "max": 255, "min": 1 }, "stringTo2048": { "type": "string", "max": 2048, "pattern": ".*" }, "stringifiedJson": { "type": "string", "max": 256000, "min": 1, "sensitive": true }, "text": { "type": "string", "max": 1000, "min": 1 }, "timestamp": { "type": "timestamp" }, "token": { "type": "string", "max": 1024, "min": 1 }, "typeName": { "type": "string", "max": 255, "min": 1, "pattern": "^[a-zA-Z_][a-zA-Z_0-9-]*$" }, "uuid": { "type": "string", "pattern": "[a-f0-9]{32}" } }, "documentation": "Amazon Connect Customer Profiles

Amazon Connect Customer Profiles is a unified customer profile for your contact center that has pre-built connectors powered by AppFlow that make it easy to combine customer information from third party applications, such as Salesforce (CRM), ServiceNow (ITSM), and your enterprise resource planning (ERP), with contact history from your Amazon Connect contact center. If you're new to Amazon Connect, you might find it helpful to review the Amazon Connect Administrator Guide.

" }