'2.0', 'service' => '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.

', 'operations' => [ 'AddProfileKey' => '

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' => '

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' => '

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' => '

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' => '

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' => '

Creates a standard profile.

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

', 'DeleteCalculatedAttributeDefinition' => '

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' => '

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

', 'DeleteEventStream' => '

Disables and deletes the specified event stream.

', 'DeleteIntegration' => '

Removes an integration from a specific domain.

', 'DeleteProfile' => '

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

', 'DeleteProfileKey' => '

Removes a searchable key from a customer profile.

', 'DeleteProfileObject' => '

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

', 'DeleteProfileObjectType' => '

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' => '

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

', 'GetAutoMergingPreview' => '

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' => '

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

', 'GetCalculatedAttributeForProfile' => '

Retrieve a calculated attribute for a customer profile.

', 'GetDomain' => '

Returns information about a specific domain.

', 'GetEventStream' => '

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

', 'GetIdentityResolutionJob' => '

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' => '

Returns an integration for a domain.

', 'GetMatches' => '

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' => '

Returns the object types for a specific domain.

', 'GetProfileObjectTypeTemplate' => '

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' => '

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' => '

Get details of specified workflow.

', 'GetWorkflowSteps' => '

Get granular list of steps in workflow.

', 'ListAccountIntegrations' => '

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

', 'ListCalculatedAttributeDefinitions' => '

Lists calculated attribute definitions for Customer Profiles

', 'ListCalculatedAttributesForProfile' => '

Retrieve a list of calculated attributes for a customer profile.

', 'ListDomains' => '

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

', 'ListEventStreams' => '

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

', 'ListIdentityResolutionJobs' => '

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

', 'ListIntegrations' => '

Lists all of the integrations in your domain.

', 'ListProfileObjectTypeTemplates' => '

Lists all of the template information for object types.

', 'ListProfileObjectTypes' => '

Lists all of the templates available within the service.

', 'ListProfileObjects' => '

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

', 'ListRuleBasedMatches' => '

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

', 'ListTagsForResource' => '

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' => '

Query to list all workflows.

', 'MergeProfiles' => '

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' => '

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' => '

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' => '

Defines a ProfileObjectType.

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

', 'SearchProfiles' => '

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' => '

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' => '

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' => '

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' => '

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' => '

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' => [ 'base' => NULL, 'refs' => [ 'AddProfileKeyRequest$KeyName' => '

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.

', 'AddProfileKeyRequest$DomainName' => '

The unique name of the domain.

', 'AddProfileKeyResponse$KeyName' => '

A searchable identifier of a customer profile.

', 'AdditionalSearchKey$KeyName' => '

A searchable identifier of a customer profile.

', 'CreateCalculatedAttributeDefinitionRequest$DomainName' => '

The unique name of the domain.

', 'CreateDomainRequest$DomainName' => '

The unique name of the domain.

', 'CreateDomainResponse$DomainName' => '

The unique name of the domain.

', 'CreateEventStreamRequest$DomainName' => '

The unique name of the domain.

', 'CreateEventStreamRequest$EventStreamName' => '

The name of the event stream.

', 'CreateIntegrationWorkflowRequest$DomainName' => '

The unique name of the domain.

', 'CreateProfileRequest$DomainName' => '

The unique name of the domain.

', 'DeleteCalculatedAttributeDefinitionRequest$DomainName' => '

The unique name of the domain.

', 'DeleteDomainRequest$DomainName' => '

The unique name of the domain.

', 'DeleteEventStreamRequest$DomainName' => '

The unique name of the domain.

', 'DeleteEventStreamRequest$EventStreamName' => '

The name of the event stream

', 'DeleteIntegrationRequest$DomainName' => '

The unique name of the domain.

', 'DeleteProfileKeyRequest$KeyName' => '

A searchable identifier of a customer profile.

', 'DeleteProfileKeyRequest$DomainName' => '

The unique name of the domain.

', 'DeleteProfileObjectRequest$DomainName' => '

The unique name of the domain.

', 'DeleteProfileObjectTypeRequest$DomainName' => '

The unique name of the domain.

', 'DeleteProfileRequest$DomainName' => '

The unique name of the domain.

', 'DeleteWorkflowRequest$DomainName' => '

The unique name of the domain.

', 'EventStreamSummary$DomainName' => '

The unique name of the domain.

', 'EventStreamSummary$EventStreamName' => '

The name of the event stream.

', 'FieldMap$key' => NULL, 'FieldNameList$member' => NULL, 'FoundByKeyValue$KeyName' => '

A searchable identifier of a customer profile.

', 'GetAutoMergingPreviewRequest$DomainName' => '

The unique name of the domain.

', 'GetAutoMergingPreviewResponse$DomainName' => '

The unique name of the domain.

', 'GetCalculatedAttributeDefinitionRequest$DomainName' => '

The unique name of the domain.

', 'GetCalculatedAttributeForProfileRequest$DomainName' => '

The unique name of the domain.

', 'GetDomainRequest$DomainName' => '

The unique name of the domain.

', 'GetDomainResponse$DomainName' => '

The unique name of the domain.

', 'GetEventStreamRequest$DomainName' => '

The unique name of the domain.

', 'GetEventStreamRequest$EventStreamName' => '

The name of the event stream provided during create operations.

', 'GetEventStreamResponse$DomainName' => '

The unique name of the domain.

', 'GetIdentityResolutionJobRequest$DomainName' => '

The unique name of the domain.

', 'GetIdentityResolutionJobResponse$DomainName' => '

The unique name of the domain.

', 'GetIntegrationRequest$DomainName' => '

The unique name of the domain.

', 'GetIntegrationResponse$DomainName' => '

The unique name of the domain.

', 'GetMatchesRequest$DomainName' => '

The unique name of the domain.

', 'GetProfileObjectTypeRequest$DomainName' => '

The unique name of the domain.

', 'GetProfileObjectTypeResponse$TemplateId' => '

A unique identifier for the object template.

', 'GetProfileObjectTypeTemplateRequest$TemplateId' => '

A unique identifier for the object template.

', 'GetProfileObjectTypeTemplateResponse$TemplateId' => '

A unique identifier for the object template.

', 'GetProfileObjectTypeTemplateResponse$SourceName' => '

The name of the source of the object template.

', 'GetProfileObjectTypeTemplateResponse$SourceObject' => '

The source of the object template.

', 'GetSimilarProfilesRequest$DomainName' => '

The unique name of the domain.

', 'GetWorkflowRequest$DomainName' => '

The unique name of the domain.

', 'GetWorkflowStepsRequest$DomainName' => '

The unique name of the domain.

', 'IdentityResolutionJob$DomainName' => '

The unique name of the domain.

', 'KeyMap$key' => NULL, 'ListCalculatedAttributeDefinitionsRequest$DomainName' => '

The unique name of the domain.

', 'ListCalculatedAttributesForProfileRequest$DomainName' => '

The unique name of the domain.

', 'ListDomainItem$DomainName' => '

The unique name of the domain.

', 'ListEventStreamsRequest$DomainName' => '

The unique name of the domain.

', 'ListIdentityResolutionJobsRequest$DomainName' => '

The unique name of the domain.

', 'ListIntegrationItem$DomainName' => '

The unique name of the domain.

', 'ListIntegrationsRequest$DomainName' => '

The unique name of the domain.

', 'ListProfileObjectTypeTemplateItem$TemplateId' => '

A unique identifier for the object template.

', 'ListProfileObjectTypeTemplateItem$SourceName' => '

The name of the source of the object template.

', 'ListProfileObjectTypeTemplateItem$SourceObject' => '

The source of the object template.

', 'ListProfileObjectTypesRequest$DomainName' => '

The unique name of the domain.

', 'ListProfileObjectsRequest$DomainName' => '

The unique name of the domain.

', 'ListRuleBasedMatchesRequest$DomainName' => '

The unique name of the domain.

', 'ListWorkflowsRequest$DomainName' => '

The unique name of the domain.

', 'MergeProfilesRequest$DomainName' => '

The unique name of the domain.

', 'ObjectFilter$KeyName' => '

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.

', 'PutIntegrationRequest$DomainName' => '

The unique name of the domain.

', 'PutIntegrationResponse$DomainName' => '

The unique name of the domain.

', 'PutProfileObjectRequest$DomainName' => '

The unique name of the domain.

', 'PutProfileObjectTypeRequest$DomainName' => '

The unique name of the domain.

', 'PutProfileObjectTypeRequest$TemplateId' => '

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.

', 'PutProfileObjectTypeResponse$TemplateId' => '

A unique identifier for the object template.

', 'SearchProfilesRequest$DomainName' => '

The unique name of the domain.

', 'SearchProfilesRequest$KeyName' => '

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.

', 'UpdateCalculatedAttributeDefinitionRequest$DomainName' => '

The unique name of the domain.

', 'UpdateDomainRequest$DomainName' => '

The unique name of the domain.

', 'UpdateDomainResponse$DomainName' => '

The unique name of the domain.

', 'UpdateProfileRequest$DomainName' => '

The unique name of the domain.

', ], ], 'AccessDeniedException' => [ 'base' => '

You do not have sufficient access to perform this action.

', 'refs' => [], ], 'AddProfileKeyRequest' => [ 'base' => NULL, 'refs' => [], ], 'AddProfileKeyResponse' => [ 'base' => NULL, 'refs' => [], ], 'AdditionalSearchKey' => [ 'base' => '

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.

', 'refs' => [ 'additionalSearchKeysList$member' => NULL, ], ], 'Address' => [ 'base' => '

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

', 'refs' => [ 'CreateProfileRequest$Address' => '

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

', 'CreateProfileRequest$ShippingAddress' => '

The customer’s shipping address.

', 'CreateProfileRequest$MailingAddress' => '

The customer’s mailing address.

', 'CreateProfileRequest$BillingAddress' => '

The customer’s billing address.

', 'Profile$Address' => '

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

', 'Profile$ShippingAddress' => '

The customer’s shipping address.

', 'Profile$MailingAddress' => '

The customer’s mailing address.

', 'Profile$BillingAddress' => '

The customer’s billing address.

', ], ], 'AddressList' => [ 'base' => NULL, 'refs' => [ 'AttributeTypesSelector$Address' => '

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.

', ], ], 'AppflowIntegration' => [ 'base' => '

Details for workflow of type APPFLOW_INTEGRATION.

', 'refs' => [ 'IntegrationConfig$AppflowIntegration' => '

Configuration data for APPFLOW_INTEGRATION workflow type.

', ], ], 'AppflowIntegrationWorkflowAttributes' => [ 'base' => '

Structure holding all APPFLOW_INTEGRATION specific workflow attributes.

', 'refs' => [ 'WorkflowAttributes$AppflowIntegration' => '

Workflow attributes specific to APPFLOW_INTEGRATION workflow.

', ], ], 'AppflowIntegrationWorkflowMetrics' => [ 'base' => '

Workflow specific execution metrics for APPFLOW_INTEGRATION workflow.

', 'refs' => [ 'WorkflowMetrics$AppflowIntegration' => '

Workflow execution metrics for APPFLOW_INTEGRATION workflow.

', ], ], 'AppflowIntegrationWorkflowStep' => [ 'base' => '

Workflow step details for APPFLOW_INTEGRATION workflow.

', 'refs' => [ 'WorkflowStepItem$AppflowIntegration' => '

Workflow step information specific to APPFLOW_INTEGRATION workflow.

', ], ], 'AttributeDetails' => [ 'base' => '

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

', 'refs' => [ 'CreateCalculatedAttributeDefinitionRequest$AttributeDetails' => '

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

', 'CreateCalculatedAttributeDefinitionResponse$AttributeDetails' => '

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

', 'GetCalculatedAttributeDefinitionResponse$AttributeDetails' => '

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

', 'UpdateCalculatedAttributeDefinitionResponse$AttributeDetails' => '

The mathematical expression and a list of attribute items specified in that expression.

', ], ], 'AttributeItem' => [ 'base' => '

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

', 'refs' => [ 'AttributeList$member' => NULL, ], ], 'AttributeList' => [ 'base' => NULL, 'refs' => [ 'AttributeDetails$Attributes' => '

A list of attribute items specified in the mathematical expression.

', ], ], 'AttributeMatchingModel' => [ 'base' => NULL, 'refs' => [ 'AttributeTypesSelector$AttributeMatchingModel' => '

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

', ], ], 'AttributeSourceIdMap' => [ 'base' => NULL, 'refs' => [ 'FieldSourceProfileIds$Attributes' => '

A unique identifier for the attributes field to be merged.

', ], ], 'AttributeTypesSelector' => [ 'base' => '

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.

', 'refs' => [ 'RuleBasedMatchingRequest$AttributeTypesSelector' => '

Configures information about the AttributeTypesSelector where the rule-based identity resolution uses to match profiles.

', 'RuleBasedMatchingResponse$AttributeTypesSelector' => '

Configures information about the AttributeTypesSelector where the rule-based identity resolution uses to match profiles.

', ], ], 'Attributes' => [ 'base' => NULL, 'refs' => [ 'CreateProfileRequest$Attributes' => '

A key value pair of attributes of a customer profile.

', 'Profile$Attributes' => '

A key value pair of attributes of a customer profile.

', ], ], 'AutoMerging' => [ 'base' => '

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

', 'refs' => [ 'GetIdentityResolutionJobResponse$AutoMerging' => '

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

', 'MatchingRequest$AutoMerging' => '

Configuration information about the auto-merging process.

', 'MatchingResponse$AutoMerging' => '

Configuration information about the auto-merging process.

', ], ], 'BadRequestException' => [ 'base' => '

The input you provided is invalid.

', 'refs' => [], ], 'Batch' => [ 'base' => '

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

', 'refs' => [ 'Batches$member' => NULL, ], ], 'Batches' => [ 'base' => NULL, 'refs' => [ 'AppflowIntegration$Batches' => '

Batches in workflow of type APPFLOW_INTEGRATION.

', ], ], 'BucketName' => [ 'base' => NULL, 'refs' => [ 'S3SourceProperties$BucketName' => '

The Amazon S3 bucket name where the source files are stored.

', ], ], 'BucketPrefix' => [ 'base' => NULL, 'refs' => [ 'S3SourceProperties$BucketPrefix' => '

The object key for the Amazon S3 bucket in which the source files are stored.

', ], ], 'CalculatedAttributeDefinitionsList' => [ 'base' => NULL, 'refs' => [ 'ListCalculatedAttributeDefinitionsResponse$Items' => '

The list of calculated attribute definitions.

', ], ], 'CalculatedAttributesForProfileList' => [ 'base' => NULL, 'refs' => [ 'ListCalculatedAttributesForProfileResponse$Items' => '

The list of calculated attributes.

', ], ], 'Conditions' => [ 'base' => '

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

', 'refs' => [ 'CreateCalculatedAttributeDefinitionRequest$Conditions' => '

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

', 'CreateCalculatedAttributeDefinitionResponse$Conditions' => '

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

', 'GetCalculatedAttributeDefinitionResponse$Conditions' => '

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

', 'UpdateCalculatedAttributeDefinitionRequest$Conditions' => '

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

', 'UpdateCalculatedAttributeDefinitionResponse$Conditions' => '

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

', ], ], 'ConflictResolution' => [ 'base' => '

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

', 'refs' => [ 'AutoMerging$ConflictResolution' => '

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?

', 'GetAutoMergingPreviewRequest$ConflictResolution' => '

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

', 'RuleBasedMatchingRequest$ConflictResolution' => NULL, 'RuleBasedMatchingResponse$ConflictResolution' => NULL, ], ], 'ConflictResolvingModel' => [ 'base' => NULL, 'refs' => [ 'ConflictResolution$ConflictResolvingModel' => '

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

', ], ], 'ConnectorOperator' => [ 'base' => '

The operation to be performed on the provided source fields.

', 'refs' => [ 'Task$ConnectorOperator' => '

The operation to be performed on the provided source fields.

', ], ], 'ConnectorProfileName' => [ 'base' => NULL, 'refs' => [ 'AppflowIntegrationWorkflowAttributes$ConnectorProfileName' => '

The name of the AppFlow connector profile used for ingestion.

', 'SourceFlowConfig$ConnectorProfileName' => '

The name of the AppFlow connector profile. This name must be unique for each connector profile in the AWS account.

', ], ], 'Consolidation' => [ 'base' => '

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

', 'refs' => [ 'AutoMerging$Consolidation' => '

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.

', 'GetAutoMergingPreviewRequest$Consolidation' => '

A list of matching attributes that represent matching criteria.

', ], ], 'CreateCalculatedAttributeDefinitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateCalculatedAttributeDefinitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateDomainRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateDomainResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateEventStreamRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateEventStreamResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateIntegrationWorkflowRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateIntegrationWorkflowResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateProfileResponse' => [ 'base' => NULL, 'refs' => [], ], 'DataPullMode' => [ 'base' => NULL, 'refs' => [ 'ScheduledTriggerProperties$DataPullMode' => '

Specifies whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run.

', ], ], 'Date' => [ 'base' => NULL, 'refs' => [ 'ScheduledTriggerProperties$ScheduleStartTime' => '

Specifies the scheduled start time for a scheduled-trigger flow.

', 'ScheduledTriggerProperties$ScheduleEndTime' => '

Specifies the scheduled end time for a scheduled-trigger flow.

', 'ScheduledTriggerProperties$FirstExecutionFrom' => '

Specifies the date range for the records to import from the connector in the first flow run.

', ], ], 'DatetimeTypeFieldName' => [ 'base' => NULL, 'refs' => [ 'IncrementalPullConfig$DatetimeTypeFieldName' => '

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

', ], ], 'DeleteCalculatedAttributeDefinitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteCalculatedAttributeDefinitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDomainRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDomainResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteEventStreamRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteEventStreamResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteIntegrationRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteIntegrationResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteProfileKeyRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteProfileKeyResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteProfileObjectRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteProfileObjectResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteProfileObjectTypeRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteProfileObjectTypeResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteProfileResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteWorkflowRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteWorkflowResponse' => [ 'base' => NULL, 'refs' => [], ], 'DestinationField' => [ 'base' => NULL, 'refs' => [ 'Task$DestinationField' => '

A field in a destination connector, or a field value against which Amazon AppFlow validates a source field.

', ], ], 'DestinationSummary' => [ 'base' => '

Summary information about the Kinesis data stream

', 'refs' => [ 'EventStreamSummary$DestinationSummary' => '

Summary information about the Kinesis data stream.

', ], ], 'DomainList' => [ 'base' => NULL, 'refs' => [ 'ListDomainsResponse$Items' => '

The list of ListDomains instances.

', ], ], 'DomainStats' => [ 'base' => '

Usage-specific statistics about the domain.

', 'refs' => [ 'GetDomainResponse$Stats' => '

Usage-specific statistics about the domain.

', ], ], 'Double' => [ 'base' => NULL, 'refs' => [ 'GetSimilarProfilesResponse$ConfidenceScore' => '

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.

', 'MatchItem$ConfidenceScore' => '

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.

', ], ], 'Double0To1' => [ 'base' => NULL, 'refs' => [ 'AutoMerging$MinAllowedConfidenceScoreForMerging' => '

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.

', 'GetAutoMergingPreviewRequest$MinAllowedConfidenceScoreForMerging' => '

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

', ], ], 'EmailList' => [ 'base' => NULL, 'refs' => [ 'AttributeTypesSelector$EmailAddress' => '

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.

', ], ], 'EventStreamDestinationDetails' => [ 'base' => '

Details of the destination being used for the EventStream.

', 'refs' => [ 'GetEventStreamResponse$DestinationDetails' => '

Details regarding the Kinesis stream.

', ], ], 'EventStreamDestinationStatus' => [ 'base' => NULL, 'refs' => [ 'DestinationSummary$Status' => '

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

', 'EventStreamDestinationDetails$Status' => '

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

', ], ], 'EventStreamState' => [ 'base' => NULL, 'refs' => [ 'EventStreamSummary$State' => '

The operational state of destination stream for export.

', 'GetEventStreamResponse$State' => '

The operational state of destination stream for export.

', ], ], 'EventStreamSummary' => [ 'base' => '

An instance of EventStream in a list of EventStreams.

', 'refs' => [ 'EventStreamSummaryList$member' => NULL, ], ], 'EventStreamSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListEventStreamsResponse$Items' => '

Contains summary information about an EventStream.

', ], ], 'ExportingConfig' => [ 'base' => '

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.

', 'refs' => [ 'MatchingRequest$ExportingConfig' => '

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

', 'MatchingResponse$ExportingConfig' => '

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

', 'RuleBasedMatchingRequest$ExportingConfig' => NULL, 'RuleBasedMatchingResponse$ExportingConfig' => NULL, ], ], 'ExportingLocation' => [ 'base' => '

The S3 location where Identity Resolution Jobs write result files.

', 'refs' => [ 'GetIdentityResolutionJobResponse$ExportingLocation' => '

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

', 'IdentityResolutionJob$ExportingLocation' => '

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

', ], ], 'FieldContentType' => [ 'base' => NULL, 'refs' => [ 'ObjectTypeField$ContentType' => '

The content type of the field. Used for determining equality when searching.

', ], ], 'FieldMap' => [ 'base' => NULL, 'refs' => [ 'GetProfileObjectTypeResponse$Fields' => '

A map of the name and ObjectType field.

', 'GetProfileObjectTypeTemplateResponse$Fields' => '

A map of the name and ObjectType field.

', 'PutProfileObjectTypeRequest$Fields' => '

A map of the name and ObjectType field.

', 'PutProfileObjectTypeResponse$Fields' => '

A map of the name and ObjectType field.

', ], ], 'FieldNameList' => [ 'base' => NULL, 'refs' => [ 'ObjectTypeKey$FieldNames' => '

The reference for the key name of the fields map.

', ], ], 'FieldSourceProfileIds' => [ 'base' => '

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

', 'refs' => [ 'MergeProfilesRequest$FieldSourceProfileIds' => '

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.

', ], ], 'FlowDefinition' => [ 'base' => '

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.

', 'refs' => [ 'AppflowIntegration$FlowDefinition' => NULL, 'PutIntegrationRequest$FlowDefinition' => '

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

', ], ], 'FlowDescription' => [ 'base' => NULL, 'refs' => [ 'FlowDefinition$Description' => '

A description of the flow you want to create.

', ], ], 'FlowName' => [ 'base' => NULL, 'refs' => [ 'AppflowIntegrationWorkflowStep$FlowName' => '

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.

', 'FlowDefinition$FlowName' => '

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

', ], ], 'FoundByKeyValue' => [ 'base' => '

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.

', 'refs' => [ 'foundByList$member' => NULL, ], ], 'Gender' => [ 'base' => NULL, 'refs' => [ 'CreateProfileRequest$Gender' => '

The gender with which the customer identifies.

', 'Profile$Gender' => '

The gender with which the customer identifies.

', 'UpdateProfileRequest$Gender' => '

The gender with which the customer identifies.

', ], ], 'GetAutoMergingPreviewRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetAutoMergingPreviewResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetCalculatedAttributeDefinitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetCalculatedAttributeDefinitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetCalculatedAttributeForProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetCalculatedAttributeForProfileResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetDomainRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDomainResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetEventStreamRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetEventStreamResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetIdentityResolutionJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetIdentityResolutionJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetIntegrationRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetIntegrationResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetMatchesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetMatchesResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetProfileObjectTypeRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetProfileObjectTypeResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetProfileObjectTypeTemplateRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetProfileObjectTypeTemplateResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetSimilarProfilesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetSimilarProfilesResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetWorkflowRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetWorkflowResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetWorkflowStepsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetWorkflowStepsResponse' => [ 'base' => NULL, 'refs' => [], ], 'IdentityResolutionJob' => [ 'base' => '

Information about the Identity Resolution Job.

', 'refs' => [ 'IdentityResolutionJobsList$member' => NULL, ], ], 'IdentityResolutionJobStatus' => [ 'base' => NULL, 'refs' => [ 'GetIdentityResolutionJobResponse$Status' => '

The status of the Identity Resolution Job.

', 'IdentityResolutionJob$Status' => '

The status of the Identity Resolution Job.

', ], ], 'IdentityResolutionJobsList' => [ 'base' => NULL, 'refs' => [ 'ListIdentityResolutionJobsResponse$IdentityResolutionJobsList' => '

A list of Identity Resolution Jobs.

', ], ], 'IncrementalPullConfig' => [ 'base' => '

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

', 'refs' => [ 'SourceFlowConfig$IncrementalPullConfig' => '

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.

', ], ], 'IntegrationConfig' => [ 'base' => '

Configuration data for integration workflow.

', 'refs' => [ 'CreateIntegrationWorkflowRequest$IntegrationConfig' => '

Configuration data for integration workflow.

', ], ], 'IntegrationList' => [ 'base' => NULL, 'refs' => [ 'ListAccountIntegrationsResponse$Items' => '

The list of ListAccountIntegration instances.

', 'ListIntegrationsResponse$Items' => '

The list of ListIntegrations instances.

', ], ], 'InternalServerException' => [ 'base' => '

An internal service error occurred.

', 'refs' => [], ], 'JobSchedule' => [ 'base' => '

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

', 'refs' => [ 'MatchingRequest$JobSchedule' => '

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

', 'MatchingResponse$JobSchedule' => '

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

', ], ], 'JobScheduleDayOfTheWeek' => [ 'base' => NULL, 'refs' => [ 'JobSchedule$DayOfTheWeek' => '

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

', ], ], 'JobScheduleTime' => [ 'base' => NULL, 'refs' => [ 'JobSchedule$Time' => '

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

', ], ], 'JobStats' => [ 'base' => '

Statistics about the Identity Resolution Job.

', 'refs' => [ 'GetIdentityResolutionJobResponse$JobStats' => '

Statistics about the Identity Resolution Job.

', 'IdentityResolutionJob$JobStats' => '

Statistics about an Identity Resolution Job.

', ], ], 'KeyMap' => [ 'base' => NULL, 'refs' => [ 'GetProfileObjectTypeResponse$Keys' => '

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

', 'GetProfileObjectTypeTemplateResponse$Keys' => '

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

', 'PutProfileObjectTypeRequest$Keys' => '

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

', 'PutProfileObjectTypeResponse$Keys' => '

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

', ], ], 'KmsArn' => [ 'base' => NULL, 'refs' => [ 'FlowDefinition$KmsArn' => '

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

', ], ], 'ListAccountIntegrationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListAccountIntegrationsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListCalculatedAttributeDefinitionItem' => [ 'base' => '

The details of a single calculated attribute definition.

', 'refs' => [ 'CalculatedAttributeDefinitionsList$member' => NULL, ], ], 'ListCalculatedAttributeDefinitionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListCalculatedAttributeDefinitionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListCalculatedAttributeForProfileItem' => [ 'base' => '

The details of a single calculated attribute for a profile.

', 'refs' => [ 'CalculatedAttributesForProfileList$member' => NULL, ], ], 'ListCalculatedAttributesForProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListCalculatedAttributesForProfileResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListDomainItem' => [ 'base' => '

An object in a list that represents a domain.

', 'refs' => [ 'DomainList$member' => NULL, ], ], 'ListDomainsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDomainsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListEventStreamsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListEventStreamsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListIdentityResolutionJobsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListIdentityResolutionJobsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListIntegrationItem' => [ 'base' => '

An integration in list of integrations.

', 'refs' => [ 'IntegrationList$member' => NULL, ], ], 'ListIntegrationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListIntegrationsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListProfileObjectTypeItem' => [ 'base' => '

A ProfileObjectType instance.

', 'refs' => [ 'ProfileObjectTypeList$member' => NULL, ], ], 'ListProfileObjectTypeTemplateItem' => [ 'base' => '

A ProfileObjectTypeTemplate in a list of ProfileObjectTypeTemplates.

', 'refs' => [ 'ProfileObjectTypeTemplateList$member' => NULL, ], ], 'ListProfileObjectTypeTemplatesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListProfileObjectTypeTemplatesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListProfileObjectTypesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListProfileObjectTypesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListProfileObjectsItem' => [ 'base' => '

A ProfileObject in a list of ProfileObjects.

', 'refs' => [ 'ProfileObjectList$member' => NULL, ], ], 'ListProfileObjectsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListProfileObjectsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListRuleBasedMatchesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListRuleBasedMatchesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListWorkflowsItem' => [ 'base' => '

A workflow in list of workflows.

', 'refs' => [ 'WorkflowList$member' => NULL, ], ], 'ListWorkflowsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListWorkflowsResponse' => [ 'base' => NULL, 'refs' => [], ], 'MarketoConnectorOperator' => [ 'base' => NULL, 'refs' => [ 'ConnectorOperator$Marketo' => '

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

', ], ], 'MarketoSourceProperties' => [ 'base' => '

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

', 'refs' => [ 'SourceConnectorProperties$Marketo' => '

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

', ], ], 'MatchIdList' => [ 'base' => NULL, 'refs' => [ 'ListRuleBasedMatchesResponse$MatchIds' => '

The list of MatchIds for the given domain.

', ], ], 'MatchItem' => [ 'base' => '

The Match group object.

', 'refs' => [ 'MatchesList$member' => NULL, ], ], 'MatchType' => [ 'base' => NULL, 'refs' => [ 'GetSimilarProfilesRequest$MatchType' => '

Specify the type of matching to get similar profiles for.

', 'GetSimilarProfilesResponse$MatchType' => '

Specify the type of matching to get similar profiles for.

', ], ], 'MatchesList' => [ 'base' => NULL, 'refs' => [ 'GetMatchesResponse$Matches' => '

The list of matched profiles for this instance.

', ], ], 'MatchingAttributes' => [ 'base' => NULL, 'refs' => [ 'MatchingAttributesList$member' => NULL, ], ], 'MatchingAttributesList' => [ 'base' => NULL, 'refs' => [ 'Consolidation$MatchingAttributesList' => '

A list of matching criteria.

', ], ], 'MatchingRequest' => [ 'base' => '

The flag that enables the matching process of duplicate profiles.

', 'refs' => [ 'CreateDomainRequest$Matching' => '

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.

', 'UpdateDomainRequest$Matching' => '

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.

', ], ], 'MatchingResponse' => [ 'base' => '

The flag that enables the matching process of duplicate profiles.

', 'refs' => [ 'CreateDomainResponse$Matching' => '

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.

', 'GetDomainResponse$Matching' => '

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.

', 'UpdateDomainResponse$Matching' => '

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.

', ], ], 'MatchingRule' => [ 'base' => '

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

', 'refs' => [ 'MatchingRules$member' => NULL, ], ], 'MatchingRuleAttributeList' => [ 'base' => NULL, 'refs' => [ 'MatchingRule$Rule' => '

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

', ], ], 'MatchingRules' => [ 'base' => NULL, 'refs' => [ 'RuleBasedMatchingRequest$MatchingRules' => '

Configures how the rule-based matching process should match profiles. You can have up to 15 MatchingRule in the MatchingRules.

', 'RuleBasedMatchingResponse$MatchingRules' => '

Configures how the rule-based matching process should match profiles. You can have up to 15 MatchingRule in the MatchingRules.

', ], ], 'MaxAllowedRuleLevelForMatching' => [ 'base' => NULL, 'refs' => [ 'RuleBasedMatchingRequest$MaxAllowedRuleLevelForMatching' => '

Indicates the maximum allowed rule level.

', 'RuleBasedMatchingResponse$MaxAllowedRuleLevelForMatching' => '

Indicates the maximum allowed rule level.

', ], ], 'MaxAllowedRuleLevelForMerging' => [ 'base' => NULL, 'refs' => [ 'RuleBasedMatchingRequest$MaxAllowedRuleLevelForMerging' => '

MatchingRule

', 'RuleBasedMatchingResponse$MaxAllowedRuleLevelForMerging' => '

MatchingRule

', ], ], 'MergeProfilesRequest' => [ 'base' => NULL, 'refs' => [], ], 'MergeProfilesResponse' => [ 'base' => NULL, 'refs' => [], ], 'Object' => [ 'base' => NULL, 'refs' => [ 'MarketoSourceProperties$Object' => '

The object specified in the Marketo flow source.

', 'SalesforceSourceProperties$Object' => '

The object specified in the Salesforce flow source.

', 'ServiceNowSourceProperties$Object' => '

The object specified in the ServiceNow flow source.

', 'ZendeskSourceProperties$Object' => '

The object specified in the Zendesk flow source.

', ], ], 'ObjectCount' => [ 'base' => NULL, 'refs' => [ 'Conditions$ObjectCount' => '

The number of profile objects used for the calculated attribute.

', ], ], 'ObjectFilter' => [ 'base' => '

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

', 'refs' => [ 'ListProfileObjectsRequest$ObjectFilter' => '

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

', ], ], 'ObjectTypeField' => [ 'base' => '

Represents a field in a ProfileObjectType.

', 'refs' => [ 'FieldMap$value' => NULL, ], ], 'ObjectTypeKey' => [ 'base' => '

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.

', 'refs' => [ 'ObjectTypeKeyList$member' => NULL, ], ], 'ObjectTypeKeyList' => [ 'base' => NULL, 'refs' => [ 'KeyMap$value' => NULL, ], ], 'ObjectTypeNames' => [ 'base' => NULL, 'refs' => [ 'GetIntegrationResponse$ObjectTypeNames' => '

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.

', 'ListIntegrationItem$ObjectTypeNames' => '

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.

', 'PutIntegrationRequest$ObjectTypeNames' => '

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$ObjectTypeNames' => '

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.

', ], ], 'Operator' => [ 'base' => NULL, 'refs' => [ 'Threshold$Operator' => '

The operator of the threshold.

', ], ], 'OperatorPropertiesKeys' => [ 'base' => NULL, 'refs' => [ 'TaskPropertiesMap$key' => NULL, ], ], 'PartyType' => [ 'base' => NULL, 'refs' => [ 'CreateProfileRequest$PartyType' => '

The type of profile used to describe the customer.

', 'Profile$PartyType' => '

The type of profile used to describe the customer.

', 'UpdateProfileRequest$PartyType' => '

The type of profile used to describe the customer.

', ], ], 'PhoneNumberList' => [ 'base' => NULL, 'refs' => [ 'AttributeTypesSelector$PhoneNumber' => '

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.

', ], ], 'Profile' => [ 'base' => '

The standard profile of a customer.

', 'refs' => [ 'ProfileList$member' => NULL, ], ], 'ProfileIdList' => [ 'base' => NULL, 'refs' => [ 'GetSimilarProfilesResponse$ProfileIds' => '

Set of profileIds that belong to the same matching group.

', 'MatchItem$ProfileIds' => '

A list of identifiers for profiles that match.

', ], ], 'ProfileIdToBeMergedList' => [ 'base' => NULL, 'refs' => [ 'MergeProfilesRequest$ProfileIdsToBeMerged' => '

The identifier of the profile to be merged into MainProfileId.

', ], ], 'ProfileList' => [ 'base' => NULL, 'refs' => [ 'SearchProfilesResponse$Items' => '

The list of Profiles matching the search criteria.

', ], ], 'ProfileObjectList' => [ 'base' => NULL, 'refs' => [ 'ListProfileObjectsResponse$Items' => '

The list of ListProfileObject instances.

', ], ], 'ProfileObjectTypeList' => [ 'base' => NULL, 'refs' => [ 'ListProfileObjectTypesResponse$Items' => '

The list of ListProfileObjectTypes instances.

', ], ], 'ProfileObjectTypeTemplateList' => [ 'base' => NULL, 'refs' => [ 'ListProfileObjectTypeTemplatesResponse$Items' => '

The list of ListProfileObjectType template instances.

', ], ], 'Property' => [ 'base' => NULL, 'refs' => [ 'TaskPropertiesMap$value' => NULL, ], ], 'PutIntegrationRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutIntegrationResponse' => [ 'base' => NULL, 'refs' => [], ], 'PutProfileObjectRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutProfileObjectResponse' => [ 'base' => NULL, 'refs' => [], ], 'PutProfileObjectTypeRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutProfileObjectTypeResponse' => [ 'base' => NULL, 'refs' => [], ], 'Range' => [ 'base' => '

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

', 'refs' => [ 'Conditions$Range' => '

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

', ], ], 'ResourceNotFoundException' => [ 'base' => '

The requested resource does not exist, or access was denied.

', 'refs' => [], ], 'RoleArn' => [ 'base' => NULL, 'refs' => [ 'CreateIntegrationWorkflowRequest$RoleArn' => '

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.

', ], ], 'RuleBasedMatchingRequest' => [ 'base' => '

The request to enable the rule-based matching.

', 'refs' => [ 'CreateDomainRequest$RuleBasedMatching' => '

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.

', 'UpdateDomainRequest$RuleBasedMatching' => '

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.

', ], ], 'RuleBasedMatchingResponse' => [ 'base' => '

The response of the Rule-based matching request.

', 'refs' => [ 'CreateDomainResponse$RuleBasedMatching' => '

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.

', 'GetDomainResponse$RuleBasedMatching' => '

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.

', 'UpdateDomainResponse$RuleBasedMatching' => '

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.

', ], ], 'RuleBasedMatchingStatus' => [ 'base' => NULL, 'refs' => [ 'RuleBasedMatchingResponse$Status' => '

PENDING

IN_PROGRESS

ACTIVE

', ], ], 'RuleLevel' => [ 'base' => NULL, 'refs' => [ 'GetSimilarProfilesResponse$RuleLevel' => '

The integer rule level that the profiles matched on.

', ], ], 'S3ConnectorOperator' => [ 'base' => NULL, 'refs' => [ 'ConnectorOperator$S3' => '

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

', ], ], 'S3ExportingConfig' => [ 'base' => '

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

', 'refs' => [ 'ExportingConfig$S3Exporting' => '

The S3 location where Identity Resolution Jobs write result files.

', ], ], 'S3ExportingLocation' => [ 'base' => '

The S3 location where Identity Resolution Jobs write result files.

', 'refs' => [ 'ExportingLocation$S3Exporting' => '

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

', ], ], 'S3SourceProperties' => [ 'base' => '

The properties that are applied when Amazon S3 is being used as the flow source.

', 'refs' => [ 'SourceConnectorProperties$S3' => '

The properties that are applied when Amazon S3 is being used as the flow source.

', ], ], 'SalesforceConnectorOperator' => [ 'base' => NULL, 'refs' => [ 'ConnectorOperator$Salesforce' => '

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

', ], ], 'SalesforceSourceProperties' => [ 'base' => '

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

', 'refs' => [ 'SourceConnectorProperties$Salesforce' => '

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

', ], ], 'ScheduleExpression' => [ 'base' => NULL, 'refs' => [ 'ScheduledTriggerProperties$ScheduleExpression' => '

The scheduling expression that determines the rate at which the schedule will run, for example rate (5 minutes).

', ], ], 'ScheduleOffset' => [ 'base' => NULL, 'refs' => [ 'ScheduledTriggerProperties$ScheduleOffset' => '

Specifies the optional offset that is added to the time interval for a schedule-triggered flow.

', ], ], 'ScheduledTriggerProperties' => [ 'base' => '

Specifies the configuration details of a scheduled-trigger flow that you define. Currently, these settings only apply to the scheduled-trigger type.

', 'refs' => [ 'TriggerProperties$Scheduled' => '

Specifies the configuration details of a schedule-triggered flow that you define.

', ], ], 'SearchProfilesRequest' => [ 'base' => NULL, 'refs' => [], ], 'SearchProfilesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ServiceNowConnectorOperator' => [ 'base' => NULL, 'refs' => [ 'ConnectorOperator$ServiceNow' => '

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

', ], ], 'ServiceNowSourceProperties' => [ 'base' => '

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

', 'refs' => [ 'SourceConnectorProperties$ServiceNow' => '

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

', ], ], 'SourceConnectorProperties' => [ 'base' => '

Specifies the information that is required to query a particular Amazon AppFlow connector. Customer Profiles supports Salesforce, Zendesk, Marketo, ServiceNow and Amazon S3.

', 'refs' => [ 'SourceFlowConfig$SourceConnectorProperties' => '

Specifies the information that is required to query a particular source connector.

', ], ], 'SourceConnectorType' => [ 'base' => NULL, 'refs' => [ 'AppflowIntegrationWorkflowAttributes$SourceConnectorType' => '

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

', 'SourceFlowConfig$ConnectorType' => '

The type of connector, such as Salesforce, Marketo, and so on.

', ], ], 'SourceFields' => [ 'base' => NULL, 'refs' => [ 'Task$SourceFields' => '

The source fields to which a particular task is applied.

', ], ], 'SourceFlowConfig' => [ 'base' => '

Contains information about the configuration of the source connector used in the flow.

', 'refs' => [ 'FlowDefinition$SourceFlowConfig' => '

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

', ], ], 'StandardIdentifier' => [ 'base' => NULL, 'refs' => [ 'StandardIdentifierList$member' => NULL, ], ], 'StandardIdentifierList' => [ 'base' => NULL, 'refs' => [ 'ObjectTypeKey$StandardIdentifiers' => '

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.

', ], ], 'Statistic' => [ 'base' => NULL, 'refs' => [ 'CreateCalculatedAttributeDefinitionRequest$Statistic' => '

The aggregation operation to perform for the calculated attribute.

', 'CreateCalculatedAttributeDefinitionResponse$Statistic' => '

The aggregation operation to perform for the calculated attribute.

', 'GetCalculatedAttributeDefinitionResponse$Statistic' => '

The aggregation operation to perform for the calculated attribute.

', 'UpdateCalculatedAttributeDefinitionResponse$Statistic' => '

The aggregation operation to perform for the calculated attribute.

', ], ], 'Status' => [ 'base' => NULL, 'refs' => [ 'AppflowIntegrationWorkflowStep$Status' => '

Workflow step status for APPFLOW_INTEGRATION workflow.

', 'GetWorkflowResponse$Status' => '

Status of workflow execution.

', 'ListWorkflowsItem$Status' => '

Status of workflow execution.

', 'ListWorkflowsRequest$Status' => '

Status of workflow execution.

', ], ], 'TagArn' => [ 'base' => NULL, 'refs' => [ 'ListTagsForResourceRequest$resourceArn' => '

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

', 'TagResourceRequest$resourceArn' => '

The ARN of the resource that you\'re adding tags to.

', 'UntagResourceRequest$resourceArn' => '

The ARN of the resource from which you are removing tags.

', ], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'TagKeyList$member' => NULL, 'TagMap$key' => NULL, ], ], 'TagKeyList' => [ 'base' => NULL, 'refs' => [ 'UntagResourceRequest$tagKeys' => '

The list of tag keys to remove from the resource.

', ], ], 'TagMap' => [ 'base' => NULL, 'refs' => [ 'CreateCalculatedAttributeDefinitionRequest$Tags' => '

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

', 'CreateCalculatedAttributeDefinitionResponse$Tags' => '

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

', 'CreateDomainRequest$Tags' => '

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

', 'CreateDomainResponse$Tags' => '

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

', 'CreateEventStreamRequest$Tags' => '

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

', 'CreateEventStreamResponse$Tags' => '

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

', 'CreateIntegrationWorkflowRequest$Tags' => '

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

', 'EventStreamSummary$Tags' => '

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

', 'GetCalculatedAttributeDefinitionResponse$Tags' => '

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

', 'GetDomainResponse$Tags' => '

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

', 'GetEventStreamResponse$Tags' => '

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

', 'GetIntegrationResponse$Tags' => '

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

', 'GetProfileObjectTypeResponse$Tags' => '

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

', 'ListCalculatedAttributeDefinitionItem$Tags' => '

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

', 'ListDomainItem$Tags' => '

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

', 'ListIntegrationItem$Tags' => '

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

', 'ListProfileObjectTypeItem$Tags' => '

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

', 'ListTagsForResourceResponse$tags' => '

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

', 'PutIntegrationRequest$Tags' => '

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

', 'PutIntegrationResponse$Tags' => '

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

', 'PutProfileObjectTypeRequest$Tags' => '

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

', 'PutProfileObjectTypeResponse$Tags' => '

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

', 'TagResourceRequest$tags' => '

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

', 'UpdateCalculatedAttributeDefinitionResponse$Tags' => '

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

', 'UpdateDomainRequest$Tags' => '

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

', 'UpdateDomainResponse$Tags' => '

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

', ], ], 'TagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'TagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'TagMap$value' => NULL, ], ], 'Task' => [ 'base' => '

A class for modeling different type of tasks. Task implementation varies based on the TaskType.

', 'refs' => [ 'Tasks$member' => NULL, ], ], 'TaskPropertiesMap' => [ 'base' => NULL, 'refs' => [ 'Task$TaskProperties' => '

A map used to store task-related information. The service looks for particular information based on the TaskType.

', ], ], 'TaskType' => [ 'base' => NULL, 'refs' => [ 'Task$TaskType' => '

Specifies the particular task implementation that Amazon AppFlow performs.

', ], ], 'Tasks' => [ 'base' => NULL, 'refs' => [ 'FlowDefinition$Tasks' => '

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

', ], ], 'Threshold' => [ 'base' => '

The threshold for the calculated attribute.

', 'refs' => [ 'Conditions$Threshold' => '

The threshold for the calculated attribute.

', ], ], 'ThrottlingException' => [ 'base' => '

You exceeded the maximum number of requests.

', 'refs' => [], ], 'Timezone' => [ 'base' => NULL, 'refs' => [ 'ScheduledTriggerProperties$Timezone' => '

Specifies the time zone used when referring to the date and time of a scheduled-triggered flow, such as America/New_York.

', ], ], 'TriggerConfig' => [ 'base' => '

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

', 'refs' => [ 'FlowDefinition$TriggerConfig' => '

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

', ], ], 'TriggerProperties' => [ 'base' => '

Specifies the configuration details that control the trigger for a flow. Currently, these settings only apply to the Scheduled trigger type.

', 'refs' => [ 'TriggerConfig$TriggerProperties' => '

Specifies the configuration details of a schedule-triggered flow that you define. Currently, these settings only apply to the Scheduled trigger type.

', ], ], 'TriggerType' => [ 'base' => NULL, 'refs' => [ 'TriggerConfig$TriggerType' => '

Specifies the type of flow trigger. It can be OnDemand, Scheduled, or Event.

', ], ], 'Unit' => [ 'base' => NULL, 'refs' => [ 'Range$Unit' => '

The unit of time.

', ], ], 'UntagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UntagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateAddress' => [ 'base' => '

Updates associated with the address properties of a customer profile.

', 'refs' => [ 'UpdateProfileRequest$Address' => '

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

', 'UpdateProfileRequest$ShippingAddress' => '

The customer’s shipping address.

', 'UpdateProfileRequest$MailingAddress' => '

The customer’s mailing address.

', 'UpdateProfileRequest$BillingAddress' => '

The customer’s billing address.

', ], ], 'UpdateAttributes' => [ 'base' => NULL, 'refs' => [ 'UpdateProfileRequest$Attributes' => '

A key value pair of attributes of a customer profile.

', ], ], 'UpdateCalculatedAttributeDefinitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateCalculatedAttributeDefinitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDomainRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDomainResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateProfileResponse' => [ 'base' => NULL, 'refs' => [], ], 'Value' => [ 'base' => NULL, 'refs' => [ 'Range$Value' => '

The amount of time of the specified unit.

', ], ], 'WorkflowAttributes' => [ 'base' => '

Structure to hold workflow attributes.

', 'refs' => [ 'GetWorkflowResponse$Attributes' => '

Attributes provided for workflow execution.

', ], ], 'WorkflowList' => [ 'base' => NULL, 'refs' => [ 'ListWorkflowsResponse$Items' => '

List containing workflow details.

', ], ], 'WorkflowMetrics' => [ 'base' => '

Generic object containing workflow execution metrics.

', 'refs' => [ 'GetWorkflowResponse$Metrics' => '

Workflow specific execution metrics.

', ], ], 'WorkflowStepItem' => [ 'base' => '

List containing steps in workflow.

', 'refs' => [ 'WorkflowStepsList$member' => NULL, ], ], 'WorkflowStepsList' => [ 'base' => NULL, 'refs' => [ 'GetWorkflowStepsResponse$Items' => '

List containing workflow step details.

', ], ], 'WorkflowType' => [ 'base' => NULL, 'refs' => [ 'CreateIntegrationWorkflowRequest$WorkflowType' => '

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

', 'GetWorkflowResponse$WorkflowType' => '

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

', 'GetWorkflowStepsResponse$WorkflowType' => '

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

', 'ListWorkflowsItem$WorkflowType' => '

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

', 'ListWorkflowsRequest$WorkflowType' => '

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

', ], ], 'ZendeskConnectorOperator' => [ 'base' => NULL, 'refs' => [ 'ConnectorOperator$Zendesk' => '

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

', ], ], 'ZendeskSourceProperties' => [ 'base' => '

The properties that are applied when using Zendesk as a flow source.

', 'refs' => [ 'SourceConnectorProperties$Zendesk' => '

The properties that are applied when using Zendesk as a flow source.

', ], ], 'additionalSearchKeysList' => [ 'base' => NULL, 'refs' => [ 'SearchProfilesRequest$AdditionalSearchKeys' => '

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.

', ], ], 'attributeName' => [ 'base' => NULL, 'refs' => [ 'AttributeItem$Name' => '

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

', ], ], 'boolean' => [ 'base' => NULL, 'refs' => [ 'GetProfileObjectTypeResponse$AllowProfileCreation' => '

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.

', 'GetProfileObjectTypeTemplateResponse$AllowProfileCreation' => '

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.

', 'PutProfileObjectTypeRequest$AllowProfileCreation' => '

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.

', 'PutProfileObjectTypeResponse$AllowProfileCreation' => '

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.

', 'SalesforceSourceProperties$EnableDynamicFieldUpdate' => '

The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.

', 'SalesforceSourceProperties$IncludeDeletedRecords' => '

Indicates whether Amazon AppFlow includes deleted files in the flow run.

', ], ], 'displayName' => [ 'base' => NULL, 'refs' => [ 'CreateCalculatedAttributeDefinitionRequest$DisplayName' => '

The display name of the calculated attribute.

', 'CreateCalculatedAttributeDefinitionResponse$DisplayName' => '

The display name of the calculated attribute.

', 'GetCalculatedAttributeDefinitionResponse$DisplayName' => '

The display name of the calculated attribute.

', 'GetCalculatedAttributeForProfileResponse$DisplayName' => '

The display name of the calculated attribute.

', 'ListCalculatedAttributeDefinitionItem$DisplayName' => '

The display name of the calculated attribute.

', 'ListCalculatedAttributeForProfileItem$DisplayName' => '

The display name of the calculated attribute.

', 'UpdateCalculatedAttributeDefinitionRequest$DisplayName' => '

The display name of the calculated attribute.

', 'UpdateCalculatedAttributeDefinitionResponse$DisplayName' => '

The display name of the calculated attribute.

', ], ], 'encryptionKey' => [ 'base' => NULL, 'refs' => [ 'CreateDomainRequest$DefaultEncryptionKey' => '

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.

', 'CreateDomainResponse$DefaultEncryptionKey' => '

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.

', 'GetDomainResponse$DefaultEncryptionKey' => '

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.

', 'GetProfileObjectTypeResponse$EncryptionKey' => '

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

', 'PutProfileObjectTypeRequest$EncryptionKey' => '

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

', 'PutProfileObjectTypeResponse$EncryptionKey' => '

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

', 'UpdateDomainRequest$DefaultEncryptionKey' => '

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.

', 'UpdateDomainResponse$DefaultEncryptionKey' => '

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.

', ], ], 'expirationDaysInteger' => [ 'base' => NULL, 'refs' => [ 'CreateDomainRequest$DefaultExpirationDays' => '

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

', 'CreateDomainResponse$DefaultExpirationDays' => '

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

', 'GetDomainResponse$DefaultExpirationDays' => '

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

', 'GetProfileObjectTypeResponse$ExpirationDays' => '

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

', 'PutProfileObjectTypeRequest$ExpirationDays' => '

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

', 'PutProfileObjectTypeResponse$ExpirationDays' => '

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

', 'UpdateDomainRequest$DefaultExpirationDays' => '

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

', 'UpdateDomainResponse$DefaultExpirationDays' => '

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

', ], ], 'foundByList' => [ 'base' => NULL, 'refs' => [ 'Profile$FoundByItems' => '

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.

', ], ], 'logicalOperator' => [ 'base' => NULL, 'refs' => [ 'SearchProfilesRequest$LogicalOperator' => '

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.

', ], ], 'long' => [ 'base' => NULL, 'refs' => [ 'AppflowIntegrationWorkflowMetrics$RecordsProcessed' => '

Number of records processed in APPFLOW_INTEGRATION workflow.

', 'AppflowIntegrationWorkflowMetrics$StepsCompleted' => '

Total steps completed in APPFLOW_INTEGRATION workflow.

', 'AppflowIntegrationWorkflowMetrics$TotalSteps' => '

Total steps in APPFLOW_INTEGRATION workflow.

', 'AppflowIntegrationWorkflowStep$RecordsProcessed' => '

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

', 'DomainStats$ProfileCount' => '

The total number of profiles currently in the domain.

', 'DomainStats$MeteringProfileCount' => '

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.

', 'DomainStats$ObjectCount' => '

The total number of objects in domain.

', 'DomainStats$TotalSize' => '

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

', 'GetAutoMergingPreviewResponse$NumberOfMatchesInSample' => '

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

', 'GetAutoMergingPreviewResponse$NumberOfProfilesInSample' => '

The number of profiles found in this preview dry run.

', 'GetAutoMergingPreviewResponse$NumberOfProfilesWillBeMerged' => '

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

', 'JobStats$NumberOfProfilesReviewed' => '

The number of profiles reviewed.

', 'JobStats$NumberOfMatchesFound' => '

The number of matches found.

', 'JobStats$NumberOfMergesDone' => '

The number of merges completed.

', ], ], 'matchesNumber' => [ 'base' => NULL, 'refs' => [ 'GetMatchesResponse$PotentialMatches' => '

The number of potential matches found.

', ], ], 'maxSize100' => [ 'base' => NULL, 'refs' => [ 'GetMatchesRequest$MaxResults' => '

The maximum number of results to return per page.

', 'GetSimilarProfilesRequest$MaxResults' => '

The maximum number of objects returned per page.

', 'GetWorkflowStepsRequest$MaxResults' => '

The maximum number of results to return per page.

', 'ListAccountIntegrationsRequest$MaxResults' => '

The maximum number of objects returned per page.

', 'ListCalculatedAttributeDefinitionsRequest$MaxResults' => '

The maximum number of calculated attribute definitions returned per page.

', 'ListCalculatedAttributesForProfileRequest$MaxResults' => '

The maximum number of calculated attributes returned per page.

', 'ListDomainsRequest$MaxResults' => '

The maximum number of objects returned per page.

', 'ListEventStreamsRequest$MaxResults' => '

The maximum number of objects returned per page.

', 'ListIdentityResolutionJobsRequest$MaxResults' => '

The maximum number of results to return per page.

', 'ListIntegrationsRequest$MaxResults' => '

The maximum number of objects returned per page.

', 'ListProfileObjectTypeTemplatesRequest$MaxResults' => '

The maximum number of objects returned per page.

', 'ListProfileObjectTypesRequest$MaxResults' => '

The maximum number of objects returned per page.

', 'ListProfileObjectsRequest$MaxResults' => '

The maximum number of objects returned per page.

', 'ListRuleBasedMatchesRequest$MaxResults' => '

The maximum number of MatchIds returned per page.

', 'ListWorkflowsRequest$MaxResults' => '

The maximum number of results to return per page.

', 'SearchProfilesRequest$MaxResults' => '

The maximum number of objects returned per page.

The default is 20 if this parameter is not included in the request.

', ], ], 'message' => [ 'base' => NULL, 'refs' => [ 'AccessDeniedException$Message' => NULL, 'BadRequestException$Message' => NULL, 'DeleteDomainResponse$Message' => '

A message that indicates the delete request is done.

', 'DeleteIntegrationResponse$Message' => '

A message that indicates the delete request is done.

', 'DeleteProfileKeyResponse$Message' => '

A message that indicates the delete request is done.

', 'DeleteProfileObjectResponse$Message' => '

A message that indicates the delete request is done.

', 'DeleteProfileObjectTypeResponse$Message' => '

A message that indicates the delete request is done.

', 'DeleteProfileResponse$Message' => '

A message that indicates the delete request is done.

', 'InternalServerException$Message' => NULL, 'MergeProfilesResponse$Message' => '

A message that indicates the merge request is complete.

', 'ResourceNotFoundException$Message' => NULL, 'ThrottlingException$Message' => NULL, ], ], 'optionalBoolean' => [ 'base' => NULL, 'refs' => [ 'AutoMerging$Enabled' => '

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

', 'GetIntegrationResponse$IsUnstructured' => '

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.

', 'ListAccountIntegrationsRequest$IncludeHidden' => '

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

', 'ListIntegrationItem$IsUnstructured' => '

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.

', 'ListIntegrationsRequest$IncludeHidden' => '

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

', 'MatchingRequest$Enabled' => '

The flag that enables the matching process of duplicate profiles.

', 'MatchingResponse$Enabled' => '

The flag that enables the matching process of duplicate profiles.

', 'PutIntegrationResponse$IsUnstructured' => '

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.

', 'RuleBasedMatchingRequest$Enabled' => '

The flag that enables the rule-based matching process of duplicate profiles.

', 'RuleBasedMatchingResponse$Enabled' => '

The flag that enables the rule-based matching process of duplicate profiles.

', ], ], 'requestValueList' => [ 'base' => NULL, 'refs' => [ 'AddProfileKeyRequest$Values' => '

A list of key values.

', 'AddProfileKeyResponse$Values' => '

A list of key values.

', 'AdditionalSearchKey$Values' => '

A list of key values.

', 'DeleteProfileKeyRequest$Values' => '

A list of key values.

', 'FoundByKeyValue$Values' => '

A list of key values.

', 'ObjectFilter$Values' => '

A list of key values.

', 'SearchProfilesRequest$Values' => '

A list of key values.

', ], ], 's3BucketName' => [ 'base' => NULL, 'refs' => [ 'S3ExportingConfig$S3BucketName' => '

The name of the S3 bucket where Identity Resolution Jobs write result files.

', 'S3ExportingLocation$S3BucketName' => '

The name of the S3 bucket name where Identity Resolution Jobs write result files.

', ], ], 's3KeyName' => [ 'base' => NULL, 'refs' => [ 'S3ExportingLocation$S3KeyName' => '

The S3 key name of the location where Identity Resolution Jobs write result files.

', ], ], 's3KeyNameCustomerOutputConfig' => [ 'base' => NULL, 'refs' => [ 'S3ExportingConfig$S3KeyName' => '

The S3 key name of the location where Identity Resolution Jobs write result files.

', ], ], 'sqsQueueUrl' => [ 'base' => NULL, 'refs' => [ 'CreateDomainRequest$DeadLetterQueueUrl' => '

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.

', 'CreateDomainResponse$DeadLetterQueueUrl' => '

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

', 'GetDomainResponse$DeadLetterQueueUrl' => '

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

', 'UpdateDomainRequest$DeadLetterQueueUrl' => '

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.

', 'UpdateDomainResponse$DeadLetterQueueUrl' => '

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

', ], ], 'string0To1000' => [ 'base' => NULL, 'refs' => [ 'UpdateProfileRequest$AdditionalInformation' => '

Any additional information relevant to the customer’s profile.

', ], ], 'string0To255' => [ 'base' => NULL, 'refs' => [ 'UpdateAddress$Address1' => '

The first line of a customer address.

', 'UpdateAddress$Address2' => '

The second line of a customer address.

', 'UpdateAddress$Address3' => '

The third line of a customer address.

', 'UpdateAddress$Address4' => '

The fourth line of a customer address.

', 'UpdateAddress$City' => '

The city in which a customer lives.

', 'UpdateAddress$County' => '

The county in which a customer lives.

', 'UpdateAddress$State' => '

The state in which a customer lives.

', 'UpdateAddress$Province' => '

The province in which a customer lives.

', 'UpdateAddress$Country' => '

The country in which a customer lives.

', 'UpdateAddress$PostalCode' => '

The postal code of a customer address.

', 'UpdateAttributes$value' => NULL, 'UpdateProfileRequest$AccountNumber' => '

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

', 'UpdateProfileRequest$BusinessName' => '

The name of the customer’s business.

', 'UpdateProfileRequest$FirstName' => '

The customer’s first name.

', 'UpdateProfileRequest$MiddleName' => '

The customer’s middle name.

', 'UpdateProfileRequest$LastName' => '

The customer’s last name.

', 'UpdateProfileRequest$BirthDate' => '

The customer’s birth date.

', 'UpdateProfileRequest$PhoneNumber' => '

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

', 'UpdateProfileRequest$MobilePhoneNumber' => '

The customer’s mobile phone number.

', 'UpdateProfileRequest$HomePhoneNumber' => '

The customer’s home phone number.

', 'UpdateProfileRequest$BusinessPhoneNumber' => '

The customer’s business phone number.

', 'UpdateProfileRequest$EmailAddress' => '

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

', 'UpdateProfileRequest$PersonalEmailAddress' => '

The customer’s personal email address.

', 'UpdateProfileRequest$BusinessEmailAddress' => '

The customer’s business email address.

', 'UpdateProfileRequest$PartyTypeString' => '

An alternative to PartyType which accepts any string as input.

', 'UpdateProfileRequest$GenderString' => '

An alternative to Gender which accepts any string as input.

', ], ], 'string1To1000' => [ 'base' => NULL, 'refs' => [ 'CreateProfileRequest$AdditionalInformation' => '

Any additional information relevant to the customer’s profile.

', 'EventStreamDestinationDetails$Message' => '

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

', 'Profile$AdditionalInformation' => '

Any additional information relevant to the customer’s profile.

', ], ], 'string1To255' => [ 'base' => NULL, 'refs' => [ 'Address$Address1' => '

The first line of a customer address.

', 'Address$Address2' => '

The second line of a customer address.

', 'Address$Address3' => '

The third line of a customer address.

', 'Address$Address4' => '

The fourth line of a customer address.

', 'Address$City' => '

The city in which a customer lives.

', 'Address$County' => '

The county in which a customer lives.

', 'Address$State' => '

The state in which a customer lives.

', 'Address$Province' => '

The province in which a customer lives.

', 'Address$Country' => '

The country in which a customer lives.

', 'Address$PostalCode' => '

The postal code of a customer address.

', 'AddressList$member' => NULL, 'AppflowIntegrationWorkflowAttributes$RoleArn' => '

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.

', 'AppflowIntegrationWorkflowStep$ExecutionMessage' => '

Message indicating execution of workflow step for APPFLOW_INTEGRATION workflow.

', 'AppflowIntegrationWorkflowStep$BatchRecordsStartTime' => '

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

', 'AppflowIntegrationWorkflowStep$BatchRecordsEndTime' => '

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

', 'AttributeDetails$Expression' => '

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}\\".

', 'AttributeSourceIdMap$key' => NULL, 'Attributes$key' => NULL, 'Attributes$value' => NULL, 'ConflictResolution$SourceName' => '

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

', 'CreateEventStreamRequest$Uri' => '

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

', 'CreateEventStreamResponse$EventStreamArn' => '

A unique identifier for the event stream.

', 'CreateIntegrationWorkflowResponse$Message' => '

A message indicating create request was received.

', 'CreateProfileRequest$AccountNumber' => '

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

', 'CreateProfileRequest$BusinessName' => '

The name of the customer’s business.

', 'CreateProfileRequest$FirstName' => '

The customer’s first name.

', 'CreateProfileRequest$MiddleName' => '

The customer’s middle name.

', 'CreateProfileRequest$LastName' => '

The customer’s last name.

', 'CreateProfileRequest$BirthDate' => '

The customer’s birth date.

', 'CreateProfileRequest$PhoneNumber' => '

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

', 'CreateProfileRequest$MobilePhoneNumber' => '

The customer’s mobile phone number.

', 'CreateProfileRequest$HomePhoneNumber' => '

The customer’s home phone number.

', 'CreateProfileRequest$BusinessPhoneNumber' => '

The customer’s business phone number.

', 'CreateProfileRequest$EmailAddress' => '

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

', 'CreateProfileRequest$PersonalEmailAddress' => '

The customer’s personal email address.

', 'CreateProfileRequest$BusinessEmailAddress' => '

The customer’s business email address.

', 'CreateProfileRequest$PartyTypeString' => '

An alternative to PartyType which accepts any string as input.

', 'CreateProfileRequest$GenderString' => '

An alternative to Gender which accepts any string as input.

', 'DeleteIntegrationRequest$Uri' => '

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

', 'DeleteProfileObjectRequest$ProfileObjectUniqueKey' => '

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

', 'DeleteWorkflowRequest$WorkflowId' => '

Unique identifier for the workflow.

', 'DestinationSummary$Uri' => '

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

', 'EmailList$member' => NULL, 'EventStreamDestinationDetails$Uri' => '

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

', 'EventStreamSummary$EventStreamArn' => '

A unique identifier for the event stream.

', 'GetCalculatedAttributeForProfileResponse$IsDataPartial' => '

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

', 'GetCalculatedAttributeForProfileResponse$Value' => '

The value of the calculated attribute.

', 'GetEventStreamResponse$EventStreamArn' => '

A unique identifier for the event stream.

', 'GetIntegrationRequest$Uri' => '

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

', 'GetIntegrationResponse$Uri' => '

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

', 'GetIntegrationResponse$WorkflowId' => '

Unique identifier for the workflow.

', 'GetProfileObjectTypeResponse$SourceLastUpdatedTimestampFormat' => '

The format of your sourceLastUpdatedTimestamp that was previously set up.

', 'GetProfileObjectTypeTemplateResponse$SourceLastUpdatedTimestampFormat' => '

The format of your sourceLastUpdatedTimestamp that was previously set up.

', 'GetSimilarProfilesRequest$SearchKey' => '

The string indicating the search key to be used.

', 'GetSimilarProfilesRequest$SearchValue' => '

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

', 'GetSimilarProfilesResponse$MatchId' => '

The string matchId that the similar profiles belong to.

', 'GetWorkflowResponse$ErrorDescription' => '

Workflow error messages during execution (if any).

', 'ListAccountIntegrationsRequest$Uri' => '

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

', 'ListCalculatedAttributeForProfileItem$IsDataPartial' => '

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

', 'ListCalculatedAttributeForProfileItem$Value' => '

The value of the calculated attribute.

', 'ListIntegrationItem$Uri' => '

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

', 'ListIntegrationItem$WorkflowId' => '

Unique identifier for the workflow.

', 'ListProfileObjectsItem$ProfileObjectUniqueKey' => '

The unique identifier of the ProfileObject generated by the service.

', 'ListWorkflowsItem$WorkflowId' => '

Unique identifier for the workflow.

', 'ListWorkflowsItem$StatusDescription' => '

Description for workflow execution status.

', 'MatchIdList$member' => NULL, 'MatchItem$MatchId' => '

The unique identifiers for this group of profiles that match.

', 'MatchingAttributes$member' => NULL, 'MatchingRuleAttributeList$member' => NULL, 'ObjectTypeNames$key' => NULL, 'PhoneNumberList$member' => NULL, 'Profile$AccountNumber' => '

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

', 'Profile$BusinessName' => '

The name of the customer’s business.

', 'Profile$FirstName' => '

The customer’s first name.

', 'Profile$MiddleName' => '

The customer’s middle name.

', 'Profile$LastName' => '

The customer’s last name.

', 'Profile$BirthDate' => '

The customer’s birth date.

', 'Profile$PhoneNumber' => '

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

', 'Profile$MobilePhoneNumber' => '

The customer’s mobile phone number.

', 'Profile$HomePhoneNumber' => '

The customer’s home phone number.

', 'Profile$BusinessPhoneNumber' => '

The customer’s home phone number.

', 'Profile$EmailAddress' => '

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

', 'Profile$PersonalEmailAddress' => '

The customer’s personal email address.

', 'Profile$BusinessEmailAddress' => '

The customer’s business email address.

', 'Profile$PartyTypeString' => '

An alternative to PartyType which accepts any string as input.

', 'Profile$GenderString' => '

An alternative to Gender which accepts any string as input.

', 'PutIntegrationRequest$Uri' => '

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

', 'PutIntegrationResponse$Uri' => '

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

', 'PutIntegrationResponse$WorkflowId' => '

Unique identifier for the workflow.

', 'PutProfileObjectResponse$ProfileObjectUniqueKey' => '

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

', 'PutProfileObjectTypeRequest$SourceLastUpdatedTimestampFormat' => '

The format of your sourceLastUpdatedTimestamp that was previously set up.

', 'PutProfileObjectTypeResponse$SourceLastUpdatedTimestampFormat' => '

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.

', 'Threshold$Value' => '

The value of the threshold.

', 'UpdateAttributes$key' => NULL, 'requestValueList$member' => NULL, ], ], 'stringTo2048' => [ 'base' => NULL, 'refs' => [ 'GetIdentityResolutionJobResponse$Message' => '

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

', 'IdentityResolutionJob$Message' => '

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

', 'SourceFields$member' => NULL, ], ], 'stringifiedJson' => [ 'base' => NULL, 'refs' => [ 'ListProfileObjectsItem$Object' => '

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

', 'PutProfileObjectRequest$Object' => '

A string that is serialized from a JSON object.

', ], ], 'text' => [ 'base' => NULL, 'refs' => [ 'CreateCalculatedAttributeDefinitionRequest$Description' => '

The description of the calculated attribute.

', 'CreateCalculatedAttributeDefinitionResponse$Description' => '

The description of the calculated attribute.

', 'GetCalculatedAttributeDefinitionResponse$Description' => '

The description of the calculated attribute.

', 'GetProfileObjectTypeResponse$Description' => '

The description of the profile object type.

', 'ListCalculatedAttributeDefinitionItem$Description' => '

The threshold for the calculated attribute.

', 'ListProfileObjectTypeItem$Description' => '

Description of the profile object type.

', 'ObjectTypeField$Source' => '

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.

', 'ObjectTypeField$Target' => '

The location of the data in the standard ProfileObject model. For example: _profile.Address.PostalCode.

', 'PutProfileObjectTypeRequest$Description' => '

Description of the profile object type.

', 'PutProfileObjectTypeResponse$Description' => '

Description of the profile object type.

', 'UpdateCalculatedAttributeDefinitionRequest$Description' => '

The description of the calculated attribute.

', 'UpdateCalculatedAttributeDefinitionResponse$Description' => '

The description of the calculated attribute.

', ], ], 'timestamp' => [ 'base' => NULL, 'refs' => [ 'AppflowIntegrationWorkflowStep$CreatedAt' => '

Creation timestamp of workflow step for APPFLOW_INTEGRATION workflow.

', 'AppflowIntegrationWorkflowStep$LastUpdatedAt' => '

Last updated timestamp for workflow step for APPFLOW_INTEGRATION workflow.

', 'Batch$StartTime' => '

Start time of batch to split ingestion.

', 'Batch$EndTime' => '

End time of batch to split ingestion.

', 'CreateCalculatedAttributeDefinitionResponse$CreatedAt' => '

The timestamp of when the calculated attribute definition was created.

', 'CreateCalculatedAttributeDefinitionResponse$LastUpdatedAt' => '

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

', 'CreateDomainResponse$CreatedAt' => '

The timestamp of when the domain was created.

', 'CreateDomainResponse$LastUpdatedAt' => '

The timestamp of when the domain was most recently edited.

', 'DestinationSummary$UnhealthySince' => '

The timestamp when the status last changed to UNHEALHY.

', 'EventStreamDestinationDetails$UnhealthySince' => '

The timestamp when the status last changed to UNHEALHY.

', 'EventStreamSummary$StoppedSince' => '

The timestamp when the State changed to STOPPED.

', 'GetCalculatedAttributeDefinitionResponse$CreatedAt' => '

The timestamp of when the calculated attribute definition was created.

', 'GetCalculatedAttributeDefinitionResponse$LastUpdatedAt' => '

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

', 'GetDomainResponse$CreatedAt' => '

The timestamp of when the domain was created.

', 'GetDomainResponse$LastUpdatedAt' => '

The timestamp of when the domain was most recently edited.

', 'GetEventStreamResponse$CreatedAt' => '

The timestamp of when the export was created.

', 'GetEventStreamResponse$StoppedSince' => '

The timestamp when the State changed to STOPPED.

', 'GetIdentityResolutionJobResponse$JobStartTime' => '

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

', 'GetIdentityResolutionJobResponse$JobEndTime' => '

The timestamp of when the Identity Resolution Job was completed.

', 'GetIdentityResolutionJobResponse$LastUpdatedAt' => '

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

', 'GetIdentityResolutionJobResponse$JobExpirationTime' => '

The timestamp of when the Identity Resolution Job will expire.

', 'GetIntegrationResponse$CreatedAt' => '

The timestamp of when the domain was created.

', 'GetIntegrationResponse$LastUpdatedAt' => '

The timestamp of when the domain was most recently edited.

', 'GetMatchesResponse$MatchGenerationDate' => '

The timestamp this version of Match Result generated.

', 'GetProfileObjectTypeResponse$CreatedAt' => '

The timestamp of when the domain was created.

', 'GetProfileObjectTypeResponse$LastUpdatedAt' => '

The timestamp of when the domain was most recently edited.

', 'GetWorkflowResponse$StartDate' => '

The timestamp that represents when workflow execution started.

', 'GetWorkflowResponse$LastUpdatedAt' => '

The timestamp that represents when workflow execution last updated.

', 'IdentityResolutionJob$JobStartTime' => '

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

', 'IdentityResolutionJob$JobEndTime' => '

The timestamp of when the job was completed.

', 'ListCalculatedAttributeDefinitionItem$CreatedAt' => '

The threshold for the calculated attribute.

', 'ListCalculatedAttributeDefinitionItem$LastUpdatedAt' => '

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

', 'ListDomainItem$CreatedAt' => '

The timestamp of when the domain was created.

', 'ListDomainItem$LastUpdatedAt' => '

The timestamp of when the domain was most recently edited.

', 'ListIntegrationItem$CreatedAt' => '

The timestamp of when the domain was created.

', 'ListIntegrationItem$LastUpdatedAt' => '

The timestamp of when the domain was most recently edited.

', 'ListProfileObjectTypeItem$CreatedAt' => '

The timestamp of when the domain was created.

', 'ListProfileObjectTypeItem$LastUpdatedAt' => '

The timestamp of when the domain was most recently edited.

', 'ListWorkflowsItem$CreatedAt' => '

Creation timestamp for workflow.

', 'ListWorkflowsItem$LastUpdatedAt' => '

Last updated timestamp for workflow.

', 'ListWorkflowsRequest$QueryStartDate' => '

Retrieve workflows started after timestamp.

', 'ListWorkflowsRequest$QueryEndDate' => '

Retrieve workflows ended after timestamp.

', 'PutIntegrationResponse$CreatedAt' => '

The timestamp of when the domain was created.

', 'PutIntegrationResponse$LastUpdatedAt' => '

The timestamp of when the domain was most recently edited.

', 'PutProfileObjectTypeResponse$CreatedAt' => '

The timestamp of when the domain was created.

', 'PutProfileObjectTypeResponse$LastUpdatedAt' => '

The timestamp of when the domain was most recently edited.

', 'UpdateCalculatedAttributeDefinitionResponse$CreatedAt' => '

The timestamp of when the calculated attribute definition was created.

', 'UpdateCalculatedAttributeDefinitionResponse$LastUpdatedAt' => '

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

', 'UpdateDomainResponse$CreatedAt' => '

The timestamp of when the domain was created.

', 'UpdateDomainResponse$LastUpdatedAt' => '

The timestamp of when the domain was most recently edited.

', ], ], 'token' => [ 'base' => NULL, 'refs' => [ 'GetMatchesRequest$NextToken' => '

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.

', 'GetMatchesResponse$NextToken' => '

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

', 'GetSimilarProfilesRequest$NextToken' => '

The pagination token from the previous GetSimilarProfiles API call.

', 'GetSimilarProfilesResponse$NextToken' => '

The pagination token from the previous GetSimilarProfiles API call.

', 'GetWorkflowStepsRequest$NextToken' => '

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.

', 'GetWorkflowStepsResponse$NextToken' => '

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

', 'ListAccountIntegrationsRequest$NextToken' => '

The pagination token from the previous ListAccountIntegrations API call.

', 'ListAccountIntegrationsResponse$NextToken' => '

The pagination token from the previous ListAccountIntegrations API call.

', 'ListCalculatedAttributeDefinitionsRequest$NextToken' => '

The pagination token from the previous call to ListCalculatedAttributeDefinitions.

', 'ListCalculatedAttributeDefinitionsResponse$NextToken' => '

The pagination token from the previous call to ListCalculatedAttributeDefinitions.

', 'ListCalculatedAttributesForProfileRequest$NextToken' => '

The pagination token from the previous call to ListCalculatedAttributesForProfile.

', 'ListCalculatedAttributesForProfileResponse$NextToken' => '

The pagination token from the previous call to ListCalculatedAttributesForProfile.

', 'ListDomainsRequest$NextToken' => '

The pagination token from the previous ListDomain API call.

', 'ListDomainsResponse$NextToken' => '

The pagination token from the previous ListDomains API call.

', 'ListEventStreamsRequest$NextToken' => '

Identifies the next page of results to return.

', 'ListEventStreamsResponse$NextToken' => '

Identifies the next page of results to return.

', 'ListIdentityResolutionJobsRequest$NextToken' => '

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.

', 'ListIdentityResolutionJobsResponse$NextToken' => '

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

', 'ListIntegrationsRequest$NextToken' => '

The pagination token from the previous ListIntegrations API call.

', 'ListIntegrationsResponse$NextToken' => '

The pagination token from the previous ListIntegrations API call.

', 'ListProfileObjectTypeTemplatesRequest$NextToken' => '

The pagination token from the previous ListObjectTypeTemplates API call.

', 'ListProfileObjectTypeTemplatesResponse$NextToken' => '

The pagination token from the previous ListObjectTypeTemplates API call.

', 'ListProfileObjectTypesRequest$NextToken' => '

Identifies the next page of results to return.

', 'ListProfileObjectTypesResponse$NextToken' => '

Identifies the next page of results to return.

', 'ListProfileObjectsRequest$NextToken' => '

The pagination token from the previous call to ListProfileObjects.

', 'ListProfileObjectsResponse$NextToken' => '

The pagination token from the previous call to ListProfileObjects.

', 'ListRuleBasedMatchesRequest$NextToken' => '

The pagination token from the previous ListRuleBasedMatches API call.

', 'ListRuleBasedMatchesResponse$NextToken' => '

The pagination token from the previous ListRuleBasedMatches API call.

', 'ListWorkflowsRequest$NextToken' => '

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.

', 'ListWorkflowsResponse$NextToken' => '

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

', 'SearchProfilesRequest$NextToken' => '

The pagination token from the previous SearchProfiles API call.

', 'SearchProfilesResponse$NextToken' => '

The pagination token from the previous SearchProfiles API call.

', ], ], 'typeName' => [ 'base' => NULL, 'refs' => [ 'CreateCalculatedAttributeDefinitionRequest$CalculatedAttributeName' => '

The unique name of the calculated attribute.

', 'CreateCalculatedAttributeDefinitionResponse$CalculatedAttributeName' => '

The unique name of the calculated attribute.

', 'CreateIntegrationWorkflowRequest$ObjectTypeName' => '

The name of the profile object type.

', 'DeleteCalculatedAttributeDefinitionRequest$CalculatedAttributeName' => '

The unique name of the calculated attribute.

', 'DeleteProfileObjectRequest$ObjectTypeName' => '

The name of the profile object type.

', 'DeleteProfileObjectTypeRequest$ObjectTypeName' => '

The name of the profile object type.

', 'GetCalculatedAttributeDefinitionRequest$CalculatedAttributeName' => '

The unique name of the calculated attribute.

', 'GetCalculatedAttributeDefinitionResponse$CalculatedAttributeName' => '

The unique name of the calculated attribute.

', 'GetCalculatedAttributeForProfileRequest$CalculatedAttributeName' => '

The unique name of the calculated attribute.

', 'GetCalculatedAttributeForProfileResponse$CalculatedAttributeName' => '

The unique name of the calculated attribute.

', 'GetIntegrationResponse$ObjectTypeName' => '

The name of the profile object type.

', 'GetProfileObjectTypeRequest$ObjectTypeName' => '

The name of the profile object type.

', 'GetProfileObjectTypeResponse$ObjectTypeName' => '

The name of the profile object type.

', 'ListCalculatedAttributeDefinitionItem$CalculatedAttributeName' => '

The unique name of the calculated attribute.

', 'ListCalculatedAttributeForProfileItem$CalculatedAttributeName' => '

The unique name of the calculated attribute.

', 'ListIntegrationItem$ObjectTypeName' => '

The name of the profile object type.

', 'ListProfileObjectTypeItem$ObjectTypeName' => '

The name of the profile object type.

', 'ListProfileObjectsItem$ObjectTypeName' => '

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

', 'ListProfileObjectsRequest$ObjectTypeName' => '

The name of the profile object type.

', 'ObjectTypeNames$value' => NULL, 'PutIntegrationRequest$ObjectTypeName' => '

The name of the profile object type.

', 'PutIntegrationResponse$ObjectTypeName' => '

The name of the profile object type.

', 'PutProfileObjectRequest$ObjectTypeName' => '

The name of the profile object type.

', 'PutProfileObjectTypeRequest$ObjectTypeName' => '

The name of the profile object type.

', 'PutProfileObjectTypeResponse$ObjectTypeName' => '

The name of the profile object type.

', 'UpdateCalculatedAttributeDefinitionRequest$CalculatedAttributeName' => '

The unique name of the calculated attribute.

', 'UpdateCalculatedAttributeDefinitionResponse$CalculatedAttributeName' => '

The unique name of the calculated attribute.

', ], ], 'uuid' => [ 'base' => NULL, 'refs' => [ 'AddProfileKeyRequest$ProfileId' => '

The unique identifier of a customer profile.

', 'AttributeSourceIdMap$value' => NULL, 'CreateIntegrationWorkflowResponse$WorkflowId' => '

Unique identifier for the workflow.

', 'CreateProfileResponse$ProfileId' => '

The unique identifier of a customer profile.

', 'DeleteProfileKeyRequest$ProfileId' => '

The unique identifier of a customer profile.

', 'DeleteProfileObjectRequest$ProfileId' => '

The unique identifier of a customer profile.

', 'DeleteProfileRequest$ProfileId' => '

The unique identifier of a customer profile.

', 'FieldSourceProfileIds$AccountNumber' => '

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

', 'FieldSourceProfileIds$AdditionalInformation' => '

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

', 'FieldSourceProfileIds$PartyType' => '

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

', 'FieldSourceProfileIds$BusinessName' => '

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

', 'FieldSourceProfileIds$FirstName' => '

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

', 'FieldSourceProfileIds$MiddleName' => '

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

', 'FieldSourceProfileIds$LastName' => '

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

', 'FieldSourceProfileIds$BirthDate' => '

A unique identifier for the birthdate field to be merged.

', 'FieldSourceProfileIds$Gender' => '

A unique identifier for the gender field to be merged.

', 'FieldSourceProfileIds$PhoneNumber' => '

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

', 'FieldSourceProfileIds$MobilePhoneNumber' => '

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

', 'FieldSourceProfileIds$HomePhoneNumber' => '

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

', 'FieldSourceProfileIds$BusinessPhoneNumber' => '

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

', 'FieldSourceProfileIds$EmailAddress' => '

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

', 'FieldSourceProfileIds$PersonalEmailAddress' => '

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

', 'FieldSourceProfileIds$BusinessEmailAddress' => '

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

', 'FieldSourceProfileIds$Address' => '

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

', 'FieldSourceProfileIds$ShippingAddress' => '

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

', 'FieldSourceProfileIds$MailingAddress' => '

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

', 'FieldSourceProfileIds$BillingAddress' => '

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

', 'GetCalculatedAttributeForProfileRequest$ProfileId' => '

The unique identifier of a customer profile.

', 'GetIdentityResolutionJobRequest$JobId' => '

The unique identifier of the Identity Resolution Job.

', 'GetIdentityResolutionJobResponse$JobId' => '

The unique identifier of the Identity Resolution Job.

', 'GetWorkflowRequest$WorkflowId' => '

Unique identifier for the workflow.

', 'GetWorkflowResponse$WorkflowId' => '

Unique identifier for the workflow.

', 'GetWorkflowStepsRequest$WorkflowId' => '

Unique identifier for the workflow.

', 'GetWorkflowStepsResponse$WorkflowId' => '

Unique identifier for the workflow.

', 'IdentityResolutionJob$JobId' => '

The unique identifier of the Identity Resolution Job.

', 'ListCalculatedAttributesForProfileRequest$ProfileId' => '

The unique identifier of a customer profile.

', 'ListProfileObjectsRequest$ProfileId' => '

The unique identifier of a customer profile.

', 'MergeProfilesRequest$MainProfileId' => '

The identifier of the profile to be taken.

', 'Profile$ProfileId' => '

The unique identifier of a customer profile.

', 'ProfileIdList$member' => NULL, 'ProfileIdToBeMergedList$member' => NULL, 'UpdateProfileRequest$ProfileId' => '

The unique identifier of a customer profile.

', 'UpdateProfileResponse$ProfileId' => '

The unique identifier of a customer profile.

', ], ], ],];