python-botocore/botocore/data/customer-profiles/2020-08-15/service-2.json

3812 lines
144 KiB
JSON
Raw Normal View History

2021-01-26 16:12:20 +01:00
{
"version":"2.0",
"metadata":{
"apiVersion":"2020-08-15",
"endpointPrefix":"profile",
"jsonVersion":"1.1",
"protocol":"rest-json",
"serviceAbbreviation":"Customer Profiles",
"serviceFullName":"Amazon Connect Customer Profiles",
"serviceId":"Customer Profiles",
"signatureVersion":"v4",
"signingName":"profile",
"uid":"customer-profiles-2020-08-15"
},
"operations":{
"AddProfileKey":{
"name":"AddProfileKey",
"http":{
"method":"POST",
"requestUri":"/domains/{DomainName}/profiles/keys"
},
"input":{"shape":"AddProfileKeyRequest"},
"output":{"shape":"AddProfileKeyResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Associates a new key value with a specific profile, such as a Contact Trace Record (CTR) ContactId.</p> <p>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.</p>"
},
"CreateDomain":{
"name":"CreateDomain",
"http":{
"method":"POST",
"requestUri":"/domains/{DomainName}"
},
"input":{"shape":"CreateDomainRequest"},
"output":{"shape":"CreateDomainResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
2022-01-12 23:38:07 +01:00
"documentation":"<p>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.</p> <p>Each Amazon Connect instance can be associated with only one domain. Multiple Amazon Connect instances can be associated with one domain.</p> <p>Use this API or <a href=\"https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_UpdateDomain.html\">UpdateDomain</a> to enable <a href=\"https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetMatches.html\">identity resolution</a>: set <code>Matching</code> to true. </p> <p>To prevent cross-service impersonation when you call this API, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/cross-service-confused-deputy-prevention.html\">Cross-service confused deputy prevention</a> for sample policies that you should apply. </p>"
2021-01-26 16:12:20 +01:00
},
"CreateProfile":{
"name":"CreateProfile",
"http":{
"method":"POST",
"requestUri":"/domains/{DomainName}/profiles"
},
"input":{"shape":"CreateProfileRequest"},
"output":{"shape":"CreateProfileResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Creates a standard profile.</p> <p>A standard profile represents the following attributes for a customer profile in a domain.</p>"
},
"DeleteDomain":{
"name":"DeleteDomain",
"http":{
"method":"DELETE",
"requestUri":"/domains/{DomainName}"
},
"input":{"shape":"DeleteDomainRequest"},
"output":{"shape":"DeleteDomainResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Deletes a specific domain and all of its customer data, such as customer profile attributes and their related objects.</p>"
},
"DeleteIntegration":{
"name":"DeleteIntegration",
"http":{
"method":"POST",
"requestUri":"/domains/{DomainName}/integrations/delete"
},
"input":{"shape":"DeleteIntegrationRequest"},
"output":{"shape":"DeleteIntegrationResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Removes an integration from a specific domain.</p>"
},
"DeleteProfile":{
"name":"DeleteProfile",
"http":{
"method":"POST",
"requestUri":"/domains/{DomainName}/profiles/delete"
},
"input":{"shape":"DeleteProfileRequest"},
"output":{"shape":"DeleteProfileResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Deletes the standard customer profile and all data pertaining to the profile.</p>"
},
"DeleteProfileKey":{
"name":"DeleteProfileKey",
"http":{
"method":"POST",
"requestUri":"/domains/{DomainName}/profiles/keys/delete"
},
"input":{"shape":"DeleteProfileKeyRequest"},
"output":{"shape":"DeleteProfileKeyResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Removes a searchable key from a customer profile.</p>"
},
"DeleteProfileObject":{
"name":"DeleteProfileObject",
"http":{
"method":"POST",
"requestUri":"/domains/{DomainName}/profiles/objects/delete"
},
"input":{"shape":"DeleteProfileObjectRequest"},
"output":{"shape":"DeleteProfileObjectResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Removes an object associated with a profile of a given ProfileObjectType.</p>"
},
"DeleteProfileObjectType":{
"name":"DeleteProfileObjectType",
"http":{
"method":"DELETE",
"requestUri":"/domains/{DomainName}/object-types/{ObjectTypeName}"
},
"input":{"shape":"DeleteProfileObjectTypeRequest"},
"output":{"shape":"DeleteProfileObjectTypeResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>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.</p>"
},
2022-01-12 23:38:07 +01:00
"GetAutoMergingPreview":{
"name":"GetAutoMergingPreview",
"http":{
"method":"POST",
"requestUri":"/domains/{DomainName}/identity-resolution-jobs/auto-merging-preview"
},
"input":{"shape":"GetAutoMergingPreviewRequest"},
"output":{"shape":"GetAutoMergingPreviewResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>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. </p> <p>You can't view which profiles are matched and would be merged.</p> <important> <p>We strongly recommend you use this API to do a dry run of the automerging process before running the Identity Resolution Job. Include <b>at least</b> two matching attributes. If your matching list includes too few attributes (such as only <code>FirstName</code> or only <code>LastName</code>), there may be a large number of matches. This increases the chances of erroneous merges.</p> </important>"
},
2021-01-26 16:12:20 +01:00
"GetDomain":{
"name":"GetDomain",
"http":{
"method":"GET",
"requestUri":"/domains/{DomainName}"
},
"input":{"shape":"GetDomainRequest"},
"output":{"shape":"GetDomainResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Returns information about a specific domain.</p>"
},
2022-01-12 23:38:07 +01:00
"GetIdentityResolutionJob":{
"name":"GetIdentityResolutionJob",
"http":{
"method":"GET",
"requestUri":"/domains/{DomainName}/identity-resolution-jobs/{JobId}"
},
"input":{"shape":"GetIdentityResolutionJobRequest"},
"output":{"shape":"GetIdentityResolutionJobResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Returns information about an Identity Resolution Job in a specific domain. </p> <p>Identity Resolution Jobs are set up using the Amazon Connect admin console. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/use-identity-resolution.html\">Use Identity Resolution to consolidate similar profiles</a>.</p>"
},
2021-01-26 16:12:20 +01:00
"GetIntegration":{
"name":"GetIntegration",
"http":{
"method":"POST",
"requestUri":"/domains/{DomainName}/integrations"
},
"input":{"shape":"GetIntegrationRequest"},
"output":{"shape":"GetIntegrationResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Returns an integration for a domain.</p>"
},
2021-08-18 17:45:16 +02:00
"GetMatches":{
"name":"GetMatches",
"http":{
"method":"GET",
"requestUri":"/domains/{DomainName}/matches"
},
"input":{"shape":"GetMatchesRequest"},
"output":{"shape":"GetMatchesResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
2022-01-12 23:38:07 +01:00
"documentation":"<p>Before calling this API, use <a href=\"https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_CreateDomain.html\">CreateDomain</a> or <a href=\"https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_UpdateDomain.html\">UpdateDomain</a> to enable identity resolution: set <code>Matching</code> to true.</p> <p>GetMatches returns potentially matching profiles, based on the results of the latest run of a machine learning process. </p> <important> <p>The process of matching duplicate profiles. If <code>Matching</code> = <code>true</code>, 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. </p> <p>After the Identity Resolution Job completes, use the <a href=\"https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetMatches.html\">GetMatches</a> API to return and review the results. Or, if you have configured <code>ExportingConfig</code> in the <code>MatchingRequest</code>, you can download the results from S3.</p> </important> <p>Amazon Connect uses the following profile attributes to identify matches:</p> <ul> <li> <p>PhoneNumber</p> </li> <li> <p>HomePhoneNumber</p> </li> <li> <p>BusinessPhoneNumber</p> </li> <li> <p>MobilePhoneNumber</p> </li> <li> <p>EmailAddress</p> </li> <li> <p>PersonalEmailAddress</p> </li> <li> <p>BusinessEmailAddress</p> </li> <li> <p>FullName</p> </li> <li> <p>BusinessName</p> </li> </ul> <p>For example, two or more profiles—with spelling mistakes such as <b>John Doe</b> and <b>Jhn Doe</b>, or different casing email addresses such as <b>JOHN_DOE@ANYCOMPANY.COM</b> and <b>johndoe@anycompany.com</b>, or different phone number formats such as <b>555-010-0000</b> and <b>+1-555-010-0000</b>—can be detected as belonging to the same customer <b>John Doe</b> and merged into a unified profile.</p>"
2021-08-18 17:45:16 +02:00
},
2021-01-26 16:12:20 +01:00
"GetProfileObjectType":{
"name":"GetProfileObjectType",
"http":{
"method":"GET",
"requestUri":"/domains/{DomainName}/object-types/{ObjectTypeName}"
},
"input":{"shape":"GetProfileObjectTypeRequest"},
"output":{"shape":"GetProfileObjectTypeResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Returns the object types for a specific domain.</p>"
},
"GetProfileObjectTypeTemplate":{
"name":"GetProfileObjectTypeTemplate",
"http":{
"method":"GET",
"requestUri":"/templates/{TemplateId}"
},
"input":{"shape":"GetProfileObjectTypeTemplateRequest"},
"output":{"shape":"GetProfileObjectTypeTemplateResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Returns the template information for a specific object type.</p> <p>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.</p>"
},
"ListAccountIntegrations":{
"name":"ListAccountIntegrations",
"http":{
"method":"POST",
"requestUri":"/integrations"
},
"input":{"shape":"ListAccountIntegrationsRequest"},
"output":{"shape":"ListAccountIntegrationsResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Lists all of the integrations associated to a specific URI in the AWS account.</p>"
},
"ListDomains":{
"name":"ListDomains",
"http":{
"method":"GET",
"requestUri":"/domains"
},
"input":{"shape":"ListDomainsRequest"},
"output":{"shape":"ListDomainsResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Returns a list of all the domains for an AWS account that have been created.</p>"
},
2022-01-12 23:38:07 +01:00
"ListIdentityResolutionJobs":{
"name":"ListIdentityResolutionJobs",
"http":{
"method":"GET",
"requestUri":"/domains/{DomainName}/identity-resolution-jobs"
},
"input":{"shape":"ListIdentityResolutionJobsRequest"},
"output":{"shape":"ListIdentityResolutionJobsResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Lists all of the Identity Resolution Jobs in your domain. The response sorts the list by <code>JobStartTime</code>.</p>"
},
2021-01-26 16:12:20 +01:00
"ListIntegrations":{
"name":"ListIntegrations",
"http":{
"method":"GET",
"requestUri":"/domains/{DomainName}/integrations"
},
"input":{"shape":"ListIntegrationsRequest"},
"output":{"shape":"ListIntegrationsResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Lists all of the integrations in your domain.</p>"
},
"ListProfileObjectTypeTemplates":{
"name":"ListProfileObjectTypeTemplates",
"http":{
"method":"GET",
"requestUri":"/templates"
},
"input":{"shape":"ListProfileObjectTypeTemplatesRequest"},
"output":{"shape":"ListProfileObjectTypeTemplatesResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Lists all of the template information for object types.</p>"
},
"ListProfileObjectTypes":{
"name":"ListProfileObjectTypes",
"http":{
"method":"GET",
"requestUri":"/domains/{DomainName}/object-types"
},
"input":{"shape":"ListProfileObjectTypesRequest"},
"output":{"shape":"ListProfileObjectTypesResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Lists all of the templates available within the service.</p>"
},
"ListProfileObjects":{
"name":"ListProfileObjects",
"http":{
"method":"POST",
"requestUri":"/domains/{DomainName}/profiles/objects"
},
"input":{"shape":"ListProfileObjectsRequest"},
"output":{"shape":"ListProfileObjectsResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Returns a list of objects associated with a profile of a given ProfileObjectType.</p>"
},
"ListTagsForResource":{
"name":"ListTagsForResource",
"http":{
"method":"GET",
"requestUri":"/tags/{resourceArn}"
},
"input":{"shape":"ListTagsForResourceRequest"},
"output":{"shape":"ListTagsForResourceResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"BadRequestException"},
{"shape":"ResourceNotFoundException"}
],
"documentation":"<p>Displays the tags associated with an Amazon Connect Customer Profiles resource. In Connect Customer Profiles, domains, profile object types, and integrations can be tagged.</p>"
},
2021-08-18 17:45:16 +02:00
"MergeProfiles":{
"name":"MergeProfiles",
"http":{
"method":"POST",
"requestUri":"/domains/{DomainName}/profiles/objects/merge"
},
"input":{"shape":"MergeProfilesRequest"},
"output":{"shape":"MergeProfilesResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
2022-01-12 23:38:07 +01:00
"documentation":"<p>Runs an AWS Lambda job that does the following:</p> <ol> <li> <p>All the profileKeys in the <code>ProfileToBeMerged</code> will be moved to the main profile.</p> </li> <li> <p>All the objects in the <code>ProfileToBeMerged</code> will be moved to the main profile.</p> </li> <li> <p>All the <code>ProfileToBeMerged</code> will be deleted at the end.</p> </li> <li> <p>All the profileKeys in the <code>ProfileIdsToBeMerged</code> will be moved to the main profile.</p> </li> <li> <p>Standard fields are merged as follows:</p> <ol> <li> <p>Fields are always \"union\"-ed if there are no conflicts in standard fields or attributeKeys.</p> </li> <li> <p>When there are conflicting fields:</p> <ol> <li> <p>If no <code>SourceProfileIds</code> entry is specified, the main Profile value is always taken. </p> </li> <li> <p>If a <code>SourceProfileIds</code> entry is specified, the specified profileId is always taken, even if it is a NULL value.</p> </li> </ol> </li> </ol> </li> </ol> <p>You can use MergeProfiles together with <a href=\"https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetMatches.html\">GetMatches</a>, 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).</p>"
2021-08-18 17:45:16 +02:00
},
2021-01-26 16:12:20 +01:00
"PutIntegration":{
"name":"PutIntegration",
"http":{
"method":"PUT",
"requestUri":"/domains/{DomainName}/integrations"
},
"input":{"shape":"PutIntegrationRequest"},
"output":{"shape":"PutIntegrationResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon Connect.</p> <p>An integration can belong to only one domain.</p>"
},
"PutProfileObject":{
"name":"PutProfileObject",
"http":{
"method":"PUT",
"requestUri":"/domains/{DomainName}/profiles/objects"
},
"input":{"shape":"PutProfileObjectRequest"},
"output":{"shape":"PutProfileObjectResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Adds additional objects to customer profiles of a given ObjectType.</p> <p>When adding a specific profile object, like a Contact Trace Record (CTR), 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 CTRs with the same phone number will be mapped to the same inferred profile.</p> <p>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.</p> <p>PutProfileObject needs an ObjectType, which can be created using PutProfileObjectType.</p>"
},
"PutProfileObjectType":{
"name":"PutProfileObjectType",
"http":{
"method":"PUT",
"requestUri":"/domains/{DomainName}/object-types/{ObjectTypeName}"
},
"input":{"shape":"PutProfileObjectTypeRequest"},
"output":{"shape":"PutProfileObjectTypeResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Defines a ProfileObjectType.</p>"
},
"SearchProfiles":{
"name":"SearchProfiles",
"http":{
"method":"POST",
"requestUri":"/domains/{DomainName}/profiles/search"
},
"input":{"shape":"SearchProfilesRequest"},
"output":{"shape":"SearchProfilesResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Searches for profiles within a specific domain name using name, phone number, email address, account number, or a custom defined index.</p>"
},
"TagResource":{
"name":"TagResource",
"http":{
"method":"POST",
"requestUri":"/tags/{resourceArn}"
},
"input":{"shape":"TagResourceRequest"},
"output":{"shape":"TagResourceResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"BadRequestException"},
{"shape":"ResourceNotFoundException"}
],
"documentation":"<p>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.</p> <p>Tags don't have any semantic meaning to AWS and are interpreted strictly as strings of characters.</p> <p>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.</p> <p>You can associate as many as 50 tags with a resource.</p>"
},
"UntagResource":{
"name":"UntagResource",
"http":{
"method":"DELETE",
"requestUri":"/tags/{resourceArn}"
},
"input":{"shape":"UntagResourceRequest"},
"output":{"shape":"UntagResourceResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"BadRequestException"},
{"shape":"ResourceNotFoundException"}
],
"documentation":"<p>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.</p>"
},
"UpdateDomain":{
"name":"UpdateDomain",
"http":{
"method":"PUT",
"requestUri":"/domains/{DomainName}"
},
"input":{"shape":"UpdateDomainRequest"},
"output":{"shape":"UpdateDomainResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
2022-01-12 23:38:07 +01:00
"documentation":"<p>Updates the properties of a domain, including creating or selecting a dead letter queue or an encryption key.</p> <p>After a domain is created, the name cant be changed.</p> <p>Use this API or <a href=\"https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_CreateDomain.html\">CreateDomain</a> to enable <a href=\"https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetMatches.html\">identity resolution</a>: set <code>Matching</code> to true. </p> <p>To prevent cross-service impersonation when you call this API, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/cross-service-confused-deputy-prevention.html\">Cross-service confused deputy prevention</a> for sample policies that you should apply. </p>"
2021-01-26 16:12:20 +01:00
},
"UpdateProfile":{
"name":"UpdateProfile",
"http":{
"method":"PUT",
"requestUri":"/domains/{DomainName}/profiles"
},
"input":{"shape":"UpdateProfileRequest"},
"output":{"shape":"UpdateProfileResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Updates the properties of a profile. The ProfileId is required for updating a customer profile.</p> <p>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.</p>"
}
},
"shapes":{
"name":{
"type":"string",
"max":64,
"min":1,
"pattern":"^[a-zA-Z0-9_-]+$"
},
"AccessDeniedException":{
"type":"structure",
"members":{
"Message":{"shape":"message"}
},
"documentation":"<p>You do not have sufficient access to perform this action.</p>",
"error":{"httpStatusCode":403},
"exception":true
},
"AddProfileKeyRequest":{
"type":"structure",
"required":[
"ProfileId",
"KeyName",
"Values",
"DomainName"
],
"members":{
"ProfileId":{
"shape":"uuid",
"documentation":"<p>The unique identifier of a customer profile.</p>"
},
"KeyName":{
"shape":"name",
"documentation":"<p>A searchable identifier of a customer profile.</p>"
},
"Values":{
"shape":"requestValueList",
"documentation":"<p>A list of key values.</p>"
},
"DomainName":{
"shape":"name",
"documentation":"<p>The unique name of the domain.</p>",
"location":"uri",
"locationName":"DomainName"
}
}
},
"AddProfileKeyResponse":{
"type":"structure",
"members":{
"KeyName":{
"shape":"name",
"documentation":"<p>A searchable identifier of a customer profile.</p>"
},
"Values":{
"shape":"requestValueList",
"documentation":"<p>A list of key values.</p>"
}
}
},
"Address":{
"type":"structure",
"members":{
"Address1":{
"shape":"string1To255",
"documentation":"<p>The first line of a customer address.</p>"
},
"Address2":{
"shape":"string1To255",
"documentation":"<p>The second line of a customer address.</p>"
},
"Address3":{
"shape":"string1To255",
"documentation":"<p>The third line of a customer address.</p>"
},
"Address4":{
"shape":"string1To255",
"documentation":"<p>The fourth line of a customer address.</p>"
},
"City":{
"shape":"string1To255",
"documentation":"<p>The city in which a customer lives.</p>"
},
"County":{
"shape":"string1To255",
"documentation":"<p>The county in which a customer lives.</p>"
},
"State":{
"shape":"string1To255",
"documentation":"<p>The state in which a customer lives.</p>"
},
"Province":{
"shape":"string1To255",
"documentation":"<p>The province in which a customer lives.</p>"
},
"Country":{
"shape":"string1To255",
"documentation":"<p>The country in which a customer lives.</p>"
},
"PostalCode":{
"shape":"string1To255",
"documentation":"<p>The postal code of a customer address.</p>"
}
},
"documentation":"<p>A generic address associated with the customer that is not mailing, shipping, or billing.</p>"
},
2021-08-18 17:45:16 +02:00
"AttributeSourceIdMap":{
"type":"map",
"key":{"shape":"string1To255"},
"value":{"shape":"uuid"}
},
2021-01-26 16:12:20 +01:00
"Attributes":{
"type":"map",
"key":{"shape":"string1To255"},
"value":{"shape":"string1To255"}
},
2022-01-12 23:38:07 +01:00
"AutoMerging":{
"type":"structure",
"required":["Enabled"],
"members":{
"Enabled":{
"shape":"optionalBoolean",
"documentation":"<p>The flag that enables the auto-merging of duplicate profiles.</p>"
},
"Consolidation":{
"shape":"Consolidation",
"documentation":"<p>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.</p>"
},
"ConflictResolution":{
"shape":"ConflictResolution",
"documentation":"<p>How the auto-merging process should resolve conflicts between different profiles. For example, if Profile A and Profile B have the same <code>FirstName</code> and <code>LastName</code> (and that is the matching criteria), which <code>EmailAddress</code> should be used? </p>"
}
},
"documentation":"<p>Configuration settings for how to perform the auto-merging of profiles.</p>"
},
2021-01-26 16:12:20 +01:00
"BadRequestException":{
"type":"structure",
"members":{
"Message":{"shape":"message"}
},
"documentation":"<p>The input you provided is invalid.</p>",
"error":{"httpStatusCode":400},
"exception":true
},
2021-08-18 17:45:16 +02:00
"BucketName":{
"type":"string",
"max":63,
"min":3,
"pattern":"\\S+"
},
"BucketPrefix":{
"type":"string",
"max":512,
"pattern":".*"
},
2022-01-12 23:38:07 +01:00
"ConflictResolution":{
"type":"structure",
"required":["ConflictResolvingModel"],
"members":{
"ConflictResolvingModel":{
"shape":"ConflictResolvingModel",
"documentation":"<p>How the auto-merging process should resolve conflicts between different profiles.</p> <ul> <li> <p> <code>RECENCY</code>: Uses the data that was most recently updated.</p> </li> <li> <p> <code>SOURCE</code>: Uses the data from a specific source. For example, if a company has been aquired or two departments have merged, data from the specified source is used. If two duplicate profiles are from the same source, then <code>RECENCY</code> is used again.</p> </li> </ul>"
},
"SourceName":{
"shape":"string1To255",
"documentation":"<p>The <code>ObjectType</code> name that is used to resolve profile merging conflicts when choosing <code>SOURCE</code> as the <code>ConflictResolvingModel</code>.</p>"
}
},
"documentation":"<p>How the auto-merging process should resolve conflicts between different profiles.</p>"
},
"ConflictResolvingModel":{
"type":"string",
"enum":[
"RECENCY",
"SOURCE"
]
},
2021-08-18 17:45:16 +02:00
"ConnectorOperator":{
"type":"structure",
"members":{
"Marketo":{
"shape":"MarketoConnectorOperator",
"documentation":"<p>The operation to be performed on the provided Marketo source fields.</p>"
},
"S3":{
"shape":"S3ConnectorOperator",
"documentation":"<p>The operation to be performed on the provided Amazon S3 source fields.</p>"
},
"Salesforce":{
"shape":"SalesforceConnectorOperator",
"documentation":"<p>The operation to be performed on the provided Salesforce source fields.</p>"
},
"ServiceNow":{
"shape":"ServiceNowConnectorOperator",
"documentation":"<p>The operation to be performed on the provided ServiceNow source fields.</p>"
},
"Zendesk":{
"shape":"ZendeskConnectorOperator",
"documentation":"<p>The operation to be performed on the provided Zendesk source fields.</p>"
}
},
"documentation":"<p>The operation to be performed on the provided source fields.</p>"
},
"ConnectorProfileName":{
"type":"string",
"max":256,
"pattern":"[\\w/!@#+=.-]+"
},
2022-01-12 23:38:07 +01:00
"Consolidation":{
"type":"structure",
"required":["MatchingAttributesList"],
"members":{
"MatchingAttributesList":{
"shape":"MatchingAttributesList",
"documentation":"<p>A list of matching criteria.</p>"
}
},
"documentation":"<p>The matching criteria to be used during the auto-merging process. </p>"
},
2021-01-26 16:12:20 +01:00
"CreateDomainRequest":{
"type":"structure",
"required":[
"DomainName",
"DefaultExpirationDays"
],
"members":{
"DomainName":{
"shape":"name",
"documentation":"<p>The unique name of the domain.</p>",
"location":"uri",
"locationName":"DomainName"
},
"DefaultExpirationDays":{
"shape":"expirationDaysInteger",
"documentation":"<p>The default number of days until the data within the domain expires.</p>"
},
"DefaultEncryptionKey":{
"shape":"encryptionKey",
"documentation":"<p>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.</p>"
},
"DeadLetterQueueUrl":{
"shape":"sqsQueueUrl",
"documentation":"<p>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.</p>"
},
2021-08-18 17:45:16 +02:00
"Matching":{
"shape":"MatchingRequest",
2022-01-12 23:38:07 +01:00
"documentation":"<p>The process of matching duplicate profiles. If <code>Matching</code> = <code>true</code>, 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. </p> <p>After the Identity Resolution Job completes, use the <a href=\"https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetMatches.html\">GetMatches</a> API to return and review the results. Or, if you have configured <code>ExportingConfig</code> in the <code>MatchingRequest</code>, you can download the results from S3.</p>"
2021-08-18 17:45:16 +02:00
},
2021-01-26 16:12:20 +01:00
"Tags":{
"shape":"TagMap",
"documentation":"<p>The tags used to organize, track, or control access for this resource.</p>"
}
}
},
"CreateDomainResponse":{
"type":"structure",
"required":[
"DomainName",
"DefaultExpirationDays",
"CreatedAt",
"LastUpdatedAt"
],
"members":{
"DomainName":{
"shape":"name",
"documentation":"<p>The unique name of the domain.</p>"
},
"DefaultExpirationDays":{
"shape":"expirationDaysInteger",
"documentation":"<p>The default number of days until the data within the domain expires.</p>"
},
"DefaultEncryptionKey":{
"shape":"encryptionKey",
"documentation":"<p>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.</p>"
},
"DeadLetterQueueUrl":{
"shape":"sqsQueueUrl",
"documentation":"<p>The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from third party applications.</p>"
},
2021-08-18 17:45:16 +02:00
"Matching":{
"shape":"MatchingResponse",
2022-01-12 23:38:07 +01:00
"documentation":"<p>The process of matching duplicate profiles. If <code>Matching</code> = <code>true</code>, 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. </p> <p>After the Identity Resolution Job completes, use the <a href=\"https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetMatches.html\">GetMatches</a> API to return and review the results. Or, if you have configured <code>ExportingConfig</code> in the <code>MatchingRequest</code>, you can download the results from S3.</p>"
2021-08-18 17:45:16 +02:00
},
2021-01-26 16:12:20 +01:00
"CreatedAt":{
"shape":"timestamp",
"documentation":"<p>The timestamp of when the domain was created.</p>"
},
"LastUpdatedAt":{
"shape":"timestamp",
"documentation":"<p>The timestamp of when the domain was most recently edited.</p>"
},
"Tags":{
"shape":"TagMap",
"documentation":"<p>The tags used to organize, track, or control access for this resource.</p>"
}
}
},
"CreateProfileRequest":{
"type":"structure",
"required":["DomainName"],
"members":{
"DomainName":{
"shape":"name",
"documentation":"<p>The unique name of the domain.</p>",
"location":"uri",
"locationName":"DomainName"
},
"AccountNumber":{
"shape":"string1To255",
"documentation":"<p>A unique account number that you have given to the customer.</p>"
},
"AdditionalInformation":{
"shape":"string1To1000",
2021-08-18 17:45:16 +02:00
"documentation":"<p>Any additional information relevant to the customers profile.</p>"
2021-01-26 16:12:20 +01:00
},
"PartyType":{
"shape":"PartyType",
"documentation":"<p>The type of profile used to describe the customer.</p>"
},
"BusinessName":{
"shape":"string1To255",
"documentation":"<p>The name of the customers business.</p>"
},
"FirstName":{
"shape":"string1To255",
"documentation":"<p>The customers first name.</p>"
},
"MiddleName":{
"shape":"string1To255",
"documentation":"<p>The customers middle name.</p>"
},
"LastName":{
"shape":"string1To255",
"documentation":"<p>The customers last name.</p>"
},
"BirthDate":{
"shape":"string1To255",
2021-08-18 17:45:16 +02:00
"documentation":"<p>The customers birth date. </p>"
2021-01-26 16:12:20 +01:00
},
"Gender":{
"shape":"Gender",
2021-08-18 17:45:16 +02:00
"documentation":"<p>The gender with which the customer identifies. </p>"
2021-01-26 16:12:20 +01:00
},
"PhoneNumber":{
"shape":"string1To255",
2021-08-18 17:45:16 +02:00
"documentation":"<p>The customers phone number, which has not been specified as a mobile, home, or business number. </p>"
2021-01-26 16:12:20 +01:00
},
"MobilePhoneNumber":{
"shape":"string1To255",
"documentation":"<p>The customers mobile phone number.</p>"
},
"HomePhoneNumber":{
"shape":"string1To255",
"documentation":"<p>The customers home phone number.</p>"
},
"BusinessPhoneNumber":{
"shape":"string1To255",
"documentation":"<p>The customers business phone number.</p>"
},
"EmailAddress":{
"shape":"string1To255",
2021-08-18 17:45:16 +02:00
"documentation":"<p>The customers email address, which has not been specified as a personal or business address. </p>"
2021-01-26 16:12:20 +01:00
},
"PersonalEmailAddress":{
"shape":"string1To255",
"documentation":"<p>The customers personal email address.</p>"
},
"BusinessEmailAddress":{
"shape":"string1To255",
"documentation":"<p>The customers business email address.</p>"
},
"Address":{
"shape":"Address",
"documentation":"<p>A generic address associated with the customer that is not mailing, shipping, or billing.</p>"
},
"ShippingAddress":{
"shape":"Address",
"documentation":"<p>The customers shipping address.</p>"
},
"MailingAddress":{
"shape":"Address",
"documentation":"<p>The customers mailing address.</p>"
},
"BillingAddress":{
"shape":"Address",
"documentation":"<p>The customers billing address.</p>"
},
"Attributes":{
"shape":"Attributes",
"documentation":"<p>A key value pair of attributes of a customer profile.</p>"
}
}
},
"CreateProfileResponse":{
"type":"structure",
"required":["ProfileId"],
"members":{
"ProfileId":{
"shape":"uuid",
"documentation":"<p>The unique identifier of a customer profile.</p>"
}
}
},
2021-08-18 17:45:16 +02:00
"DataPullMode":{
"type":"string",
"enum":[
"Incremental",
"Complete"
]
},
"Date":{"type":"timestamp"},
"DatetimeTypeFieldName":{
"type":"string",
"max":256,
"pattern":".*"
},
2021-01-26 16:12:20 +01:00
"DeleteDomainRequest":{
"type":"structure",
"required":["DomainName"],
"members":{
"DomainName":{
"shape":"name",
"documentation":"<p>The unique name of the domain.</p>",
"location":"uri",
"locationName":"DomainName"
}
}
},
"DeleteDomainResponse":{
"type":"structure",
"required":["Message"],
"members":{
"Message":{
"shape":"message",
"documentation":"<p>A message that indicates the delete request is done.</p>"
}
}
},
"DeleteIntegrationRequest":{
"type":"structure",
2021-01-30 19:16:40 +01:00
"required":[
"DomainName",
"Uri"
],
2021-01-26 16:12:20 +01:00
"members":{
"DomainName":{
"shape":"name",
"documentation":"<p>The unique name of the domain.</p>",
"location":"uri",
"locationName":"DomainName"
},
"Uri":{
"shape":"string1To255",
"documentation":"<p>The URI of the S3 bucket or any other type of data source.</p>"
}
}
},
"DeleteIntegrationResponse":{
"type":"structure",
"required":["Message"],
"members":{
"Message":{
"shape":"message",
"documentation":"<p>A message that indicates the delete request is done.</p>"
}
}
},
"DeleteProfileKeyRequest":{
"type":"structure",
"required":[
"ProfileId",
"KeyName",
"Values",
"DomainName"
],
"members":{
"ProfileId":{
"shape":"uuid",
"documentation":"<p>The unique identifier of a customer profile.</p>"
},
"KeyName":{
"shape":"name",
"documentation":"<p>A searchable identifier of a customer profile.</p>"
},
"Values":{
"shape":"requestValueList",
"documentation":"<p>A list of key values.</p>"
},
"DomainName":{
"shape":"name",
"documentation":"<p>The unique name of the domain.</p>",
"location":"uri",
"locationName":"DomainName"
}
}
},
"DeleteProfileKeyResponse":{
"type":"structure",
"members":{
"Message":{
"shape":"message",
"documentation":"<p>A message that indicates the delete request is done.</p>"
}
}
},
"DeleteProfileObjectRequest":{
"type":"structure",
"required":[
"ProfileId",
"ProfileObjectUniqueKey",
"ObjectTypeName",
"DomainName"
],
"members":{
"ProfileId":{
"shape":"uuid",
"documentation":"<p>The unique identifier of a customer profile.</p>"
},
"ProfileObjectUniqueKey":{
"shape":"string1To255",
"documentation":"<p>The unique identifier of the profile object generated by the service.</p>"
},
"ObjectTypeName":{
"shape":"typeName",
"documentation":"<p>The name of the profile object type.</p>"
},
"DomainName":{
"shape":"name",
"documentation":"<p>The unique name of the domain.</p>",
"location":"uri",
"locationName":"DomainName"
}
}
},
"DeleteProfileObjectResponse":{
"type":"structure",
"members":{
"Message":{
"shape":"message",
"documentation":"<p>A message that indicates the delete request is done.</p>"
}
}
},
"DeleteProfileObjectTypeRequest":{
"type":"structure",
"required":[
"DomainName",
"ObjectTypeName"
],
"members":{
"DomainName":{
"shape":"name",
"documentation":"<p>The unique name of the domain.</p>",
"location":"uri",
"locationName":"DomainName"
},
"ObjectTypeName":{
"shape":"typeName",
"documentation":"<p>The name of the profile object type.</p>",
"location":"uri",
"locationName":"ObjectTypeName"
}
}
},
"DeleteProfileObjectTypeResponse":{
"type":"structure",
"required":["Message"],
"members":{
"Message":{
"shape":"message",
"documentation":"<p>A message that indicates the delete request is done.</p>"
}
}
},
"DeleteProfileRequest":{
"type":"structure",
"required":[
"ProfileId",
"DomainName"
],
"members":{
"ProfileId":{
"shape":"uuid",
"documentation":"<p>The unique identifier of a customer profile.</p>"
},
"DomainName":{
"shape":"name",
"documentation":"<p>The unique name of the domain.</p>",
"location":"uri",
"locationName":"DomainName"
}
}
},
"DeleteProfileResponse":{
"type":"structure",
"members":{
"Message":{
"shape":"message",
"documentation":"<p>A message that indicates the delete request is done.</p>"
}
}
},
2021-08-18 17:45:16 +02:00
"DestinationField":{
"type":"string",
"max":256,
"pattern":".*"
},
2021-01-26 16:12:20 +01:00
"DomainList":{
"type":"list",
"member":{"shape":"ListDomainItem"}
},
"DomainStats":{
"type":"structure",
"members":{
"ProfileCount":{
"shape":"long",
"documentation":"<p>The total number of profiles currently in the domain.</p>"
},
"MeteringProfileCount":{
"shape":"long",
"documentation":"<p>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.</p>"
},
"ObjectCount":{
"shape":"long",
"documentation":"<p>The total number of objects in domain.</p>"
},
"TotalSize":{
"shape":"long",
"documentation":"<p>The total size, in bytes, of all objects in the domain.</p>"
}
},
"documentation":"<p>Usage-specific statistics about the domain.</p>"
},
2022-01-12 23:38:07 +01:00
"Double":{"type":"double"},
"ExportingConfig":{
"type":"structure",
"members":{
"S3Exporting":{
"shape":"S3ExportingConfig",
"documentation":"<p>The S3 location where Identity Resolution Jobs write result files.</p>"
}
},
"documentation":"<p>Configuration information about the S3 bucket where Identity Resolution Jobs writes result files. </p> <note> <p>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 <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/cross-service-confused-deputy-prevention.html#customer-profiles-cross-service\">Amazon Connect Customer Profiles cross-service confused deputy prevention</a>. </p> </note>"
},
"ExportingLocation":{
"type":"structure",
"members":{
"S3Exporting":{
"shape":"S3ExportingLocation",
"documentation":"<p>Information about the S3 location where Identity Resolution Jobs write result files.</p>"
}
},
"documentation":"<p>The S3 location where Identity Resolution Jobs write result files.</p>"
},
2021-01-26 16:12:20 +01:00
"FieldContentType":{
"type":"string",
"enum":[
"STRING",
"NUMBER",
"PHONE_NUMBER",
"EMAIL_ADDRESS",
"NAME"
]
},
"FieldMap":{
"type":"map",
"key":{"shape":"name"},
"value":{"shape":"ObjectTypeField"}
},
"FieldNameList":{
"type":"list",
"member":{"shape":"name"}
},
2021-08-18 17:45:16 +02:00
"FieldSourceProfileIds":{
"type":"structure",
"members":{
"AccountNumber":{
"shape":"uuid",
"documentation":"<p>A unique identifier for the account number field to be merged. </p>"
},
"AdditionalInformation":{
"shape":"uuid",
"documentation":"<p>A unique identifier for the additional information field to be merged.</p>"
},
"PartyType":{
"shape":"uuid",
"documentation":"<p>A unique identifier for the party type field to be merged.</p>"
},
"BusinessName":{
"shape":"uuid",
"documentation":"<p>A unique identifier for the business name field to be merged.</p>"
},
"FirstName":{
"shape":"uuid",
"documentation":"<p>A unique identifier for the first name field to be merged.</p>"
},
"MiddleName":{
"shape":"uuid",
"documentation":"<p>A unique identifier for the middle name field to be merged.</p>"
},
"LastName":{
"shape":"uuid",
"documentation":"<p>A unique identifier for the last name field to be merged.</p>"
},
"BirthDate":{
"shape":"uuid",
"documentation":"<p>A unique identifier for the birthdate field to be merged.</p>"
},
"Gender":{
"shape":"uuid",
"documentation":"<p>A unique identifier for the gender field to be merged.</p>"
},
"PhoneNumber":{
"shape":"uuid",
"documentation":"<p>A unique identifier for the phone number field to be merged.</p>"
},
"MobilePhoneNumber":{
"shape":"uuid",
"documentation":"<p>A unique identifier for the mobile phone number field to be merged.</p>"
},
"HomePhoneNumber":{
"shape":"uuid",
"documentation":"<p>A unique identifier for the home phone number field to be merged.</p>"
},
"BusinessPhoneNumber":{
"shape":"uuid",
"documentation":"<p>A unique identifier for the business phone number field to be merged.</p>"
},
"EmailAddress":{
"shape":"uuid",
"documentation":"<p>A unique identifier for the email address field to be merged.</p>"
},
"PersonalEmailAddress":{
"shape":"uuid",
"documentation":"<p>A unique identifier for the personal email address field to be merged.</p>"
},
"BusinessEmailAddress":{
"shape":"uuid",
"documentation":"<p>A unique identifier for the party type field to be merged.</p>"
},
"Address":{
"shape":"uuid",
"documentation":"<p>A unique identifier for the party type field to be merged.</p>"
},
"ShippingAddress":{
"shape":"uuid",
"documentation":"<p>A unique identifier for the shipping address field to be merged.</p>"
},
"MailingAddress":{
"shape":"uuid",
"documentation":"<p>A unique identifier for the mailing address field to be merged.</p>"
},
"BillingAddress":{
"shape":"uuid",
"documentation":"<p>A unique identifier for the billing type field to be merged.</p>"
},
"Attributes":{
"shape":"AttributeSourceIdMap",
"documentation":"<p>A unique identifier for the attributes field to be merged.</p>"
}
},
"documentation":"<p>A duplicate customer profile that is to be merged into a main profile. </p>"
},
"FlowDefinition":{
"type":"structure",
"required":[
"FlowName",
"KmsArn",
"SourceFlowConfig",
"Tasks",
"TriggerConfig"
],
"members":{
"Description":{
"shape":"FlowDescription",
"documentation":"<p>A description of the flow you want to create.</p>"
},
"FlowName":{
"shape":"FlowName",
"documentation":"<p>The specified name of the flow. Use underscores (_) or hyphens (-) only. Spaces are not allowed.</p>"
},
"KmsArn":{
"shape":"KmsArn",
"documentation":"<p>The Amazon Resource Name of the AWS Key Management Service (KMS) key you provide for encryption.</p>"
},
"SourceFlowConfig":{
"shape":"SourceFlowConfig",
"documentation":"<p>The configuration that controls how Customer Profiles retrieves data from the source.</p>"
},
"Tasks":{
"shape":"Tasks",
"documentation":"<p>A list of tasks that Customer Profiles performs while transferring the data in the flow run.</p>"
},
"TriggerConfig":{
"shape":"TriggerConfig",
"documentation":"<p>The trigger settings that determine how and when the flow runs.</p>"
}
},
"documentation":"<p>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.</p>"
},
"FlowDescription":{
"type":"string",
"max":2048,
"pattern":"[\\w!@#\\-.?,\\s]*"
},
"FlowName":{
"type":"string",
"max":256,
"pattern":"[a-zA-Z0-9][\\w!@#.-]+"
},
2021-01-26 16:12:20 +01:00
"Gender":{
"type":"string",
"enum":[
"MALE",
"FEMALE",
"UNSPECIFIED"
]
},
2022-01-12 23:38:07 +01:00
"GetAutoMergingPreviewRequest":{
"type":"structure",
"required":[
"DomainName",
"Consolidation",
"ConflictResolution"
],
"members":{
"DomainName":{
"shape":"name",
"documentation":"<p>The unique name of the domain.</p>",
"location":"uri",
"locationName":"DomainName"
},
"Consolidation":{
"shape":"Consolidation",
"documentation":"<p>A list of matching attributes that represent matching criteria.</p>"
},
"ConflictResolution":{
"shape":"ConflictResolution",
"documentation":"<p>How the auto-merging process should resolve conflicts between different profiles.</p>"
}
}
},
"GetAutoMergingPreviewResponse":{
"type":"structure",
"required":["DomainName"],
"members":{
"DomainName":{
"shape":"name",
"documentation":"<p>The unique name of the domain.</p>"
},
"NumberOfMatchesInSample":{
"shape":"long",
"documentation":"<p>The number of match groups in the domain that have been reviewed in this preview dry run.</p>"
},
"NumberOfProfilesInSample":{
"shape":"long",
"documentation":"<p>The number of profiles found in this preview dry run.</p>"
},
"NumberOfProfilesWillBeMerged":{
"shape":"long",
"documentation":"<p>The number of profiles that would be merged if this wasn't a preview dry run.</p>"
}
}
},
2021-01-26 16:12:20 +01:00
"GetDomainRequest":{
"type":"structure",
"required":["DomainName"],
"members":{
"DomainName":{
"shape":"name",
2021-08-18 17:45:16 +02:00
"documentation":"<p>The unique name of the domain.</p>",
2021-01-26 16:12:20 +01:00
"location":"uri",
"locationName":"DomainName"
}
}
},
"GetDomainResponse":{
"type":"structure",
"required":[
"DomainName",
"CreatedAt",
"LastUpdatedAt"
],
"members":{
"DomainName":{
"shape":"name",
"documentation":"<p>The unique name of the domain.</p>"
},
"DefaultExpirationDays":{
"shape":"expirationDaysInteger",
"documentation":"<p>The default number of days until the data within the domain expires.</p>"
},
"DefaultEncryptionKey":{
"shape":"encryptionKey",
"documentation":"<p>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.</p>"
},
"DeadLetterQueueUrl":{
"shape":"sqsQueueUrl",
"documentation":"<p>The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from third party applications.</p>"
},
"Stats":{
"shape":"DomainStats",
"documentation":"<p>Usage-specific statistics about the domain.</p>"
},
2021-08-18 17:45:16 +02:00
"Matching":{
"shape":"MatchingResponse",
2022-01-12 23:38:07 +01:00
"documentation":"<p>The process of matching duplicate profiles. If <code>Matching</code> = <code>true</code>, 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. </p> <p>After the Identity Resolution Job completes, use the <a href=\"https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetMatches.html\">GetMatches</a> API to return and review the results. Or, if you have configured <code>ExportingConfig</code> in the <code>MatchingRequest</code>, you can download the results from S3.</p>"
2021-08-18 17:45:16 +02:00
},
2021-01-26 16:12:20 +01:00
"CreatedAt":{
"shape":"timestamp",
"documentation":"<p>The timestamp of when the domain was created.</p>"
},
"LastUpdatedAt":{
"shape":"timestamp",
"documentation":"<p>The timestamp of when the domain was most recently edited.</p>"
},
"Tags":{
"shape":"TagMap",
"documentation":"<p>The tags used to organize, track, or control access for this resource.</p>"
}
}
},
2022-01-12 23:38:07 +01:00
"GetIdentityResolutionJobRequest":{
"type":"structure",
"required":[
"DomainName",
"JobId"
],
"members":{
"DomainName":{
"shape":"name",
"documentation":"<p>The unique name of the domain.</p>",
"location":"uri",
"locationName":"DomainName"
},
"JobId":{
"shape":"uuid",
"documentation":"<p>The unique identifier of the Identity Resolution Job.</p>",
"location":"uri",
"locationName":"JobId"
}
}
},
"GetIdentityResolutionJobResponse":{
"type":"structure",
"members":{
"DomainName":{
"shape":"name",
"documentation":"<p>The unique name of the domain.</p>"
},
"JobId":{
"shape":"uuid",
"documentation":"<p>The unique identifier of the Identity Resolution Job.</p>"
},
"Status":{
"shape":"IdentityResolutionJobStatus",
"documentation":"<p>The status of the Identity Resolution Job.</p> <ul> <li> <p> <code>PENDING</code>: The Identity Resolution Job is scheduled but has not started yet. If you turn off the Identity Resolution feature in your domain, jobs in the <code>PENDING</code> state are deleted.</p> </li> <li> <p> <code>PREPROCESSING</code>: The Identity Resolution Job is loading your data.</p> </li> <li> <p> <code>FIND_MATCHING</code>: The Identity Resolution Job is using the machine learning model to identify profiles that belong to the same matching group.</p> </li> <li> <p> <code>MERGING</code>: The Identity Resolution Job is merging duplicate profiles.</p> </li> <li> <p> <code>COMPLETED</code>: The Identity Resolution Job completed successfully.</p> </li> <li> <p> <code>PARTIAL_SUCCESS</code>: There's a system error and not all of the data is merged. The Identity Resolution Job writes a message indicating the source of the problem.</p> </li> <li> <p> <code>FAILED</code>: The Identity Resolution Job did not merge any data. It writes a message indicating the source of the problem.</p> </li> </ul>"
},
"Message":{
"shape":"stringTo2048",
"documentation":"<p>The error messages that are generated when the Identity Resolution Job runs.</p>"
},
"JobStartTime":{
"shape":"timestamp",
"documentation":"<p>The timestamp of when the Identity Resolution Job was started or will be started.</p>"
},
"JobEndTime":{
"shape":"timestamp",
"documentation":"<p>The timestamp of when the Identity Resolution Job was completed.</p>"
},
"LastUpdatedAt":{
"shape":"timestamp",
"documentation":"<p>The timestamp of when the Identity Resolution Job was most recently edited.</p>"
},
"JobExpirationTime":{
"shape":"timestamp",
"documentation":"<p>The timestamp of when the Identity Resolution Job will expire.</p>"
},
"AutoMerging":{
"shape":"AutoMerging",
"documentation":"<p>Configuration settings for how to perform the auto-merging of profiles.</p>"
},
"ExportingLocation":{
"shape":"ExportingLocation",
"documentation":"<p>The S3 location where the Identity Resolution Job writes result files.</p>"
},
"JobStats":{
"shape":"JobStats",
"documentation":"<p>Statistics about the Identity Resolution Job.</p>"
}
}
},
2021-01-26 16:12:20 +01:00
"GetIntegrationRequest":{
"type":"structure",
2021-01-30 19:16:40 +01:00
"required":[
"DomainName",
"Uri"
],
2021-01-26 16:12:20 +01:00
"members":{
"DomainName":{
"shape":"name",
"documentation":"<p>The unique name of the domain.</p>",
"location":"uri",
"locationName":"DomainName"
},
"Uri":{
"shape":"string1To255",
"documentation":"<p>The URI of the S3 bucket or any other type of data source.</p>"
}
}
},
"GetIntegrationResponse":{
"type":"structure",
"required":[
"DomainName",
"Uri",
"CreatedAt",
"LastUpdatedAt"
],
"members":{
"DomainName":{
"shape":"name",
"documentation":"<p>The unique name of the domain.</p>"
},
"Uri":{
"shape":"string1To255",
"documentation":"<p>The URI of the S3 bucket or any other type of data source.</p>"
},
"ObjectTypeName":{
"shape":"typeName",
"documentation":"<p>The name of the profile object type.</p>"
},
"CreatedAt":{
"shape":"timestamp",
"documentation":"<p>The timestamp of when the domain was created.</p>"
},
"LastUpdatedAt":{
"shape":"timestamp",
"documentation":"<p>The timestamp of when the domain was most recently edited.</p>"
},
"Tags":{
"shape":"TagMap",
"documentation":"<p>The tags used to organize, track, or control access for this resource.</p>"
2022-01-12 23:38:07 +01:00
},
"ObjectTypeNames":{
"shape":"ObjectTypeNames",
"documentation":"<p>A map in which each key is an event type from an external application such as Segment or Shopify, and each value is an <code>ObjectTypeName</code> (template) used to ingest the event. It supports the following event types: <code>SegmentIdentify</code>, <code>ShopifyCreateCustomers</code>, <code>ShopifyUpdateCustomers</code>, <code>ShopifyCreateDraftOrders</code>, <code>ShopifyUpdateDraftOrders</code>, <code>ShopifyCreateOrders</code>, and <code>ShopifyUpdatedOrders</code>.</p>"
2021-01-26 16:12:20 +01:00
}
}
},
2021-08-18 17:45:16 +02:00
"GetMatchesRequest":{
"type":"structure",
"required":["DomainName"],
"members":{
"NextToken":{
"shape":"token",
"documentation":"<p>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.</p>",
"location":"querystring",
"locationName":"next-token"
},
"MaxResults":{
"shape":"maxSize100",
"documentation":"<p>The maximum number of results to return per page.</p>",
"location":"querystring",
"locationName":"max-results"
},
"DomainName":{
"shape":"name",
"documentation":"<p>The unique name of the domain.</p>",
"location":"uri",
"locationName":"DomainName"
}
}
},
"GetMatchesResponse":{
"type":"structure",
"members":{
"NextToken":{
"shape":"token",
"documentation":"<p>If there are additional results, this is the token for the next set of results.</p>"
},
"MatchGenerationDate":{
"shape":"timestamp",
"documentation":"<p>The timestamp this version of Match Result generated.</p>"
},
"PotentialMatches":{
"shape":"matchesNumber",
"documentation":"<p>The number of potential matches found.</p>"
},
"Matches":{
"shape":"MatchesList",
"documentation":"<p>The list of matched profiles for this instance.</p>"
}
}
},
2021-01-26 16:12:20 +01:00
"GetProfileObjectTypeRequest":{
"type":"structure",
"required":[
"DomainName",
"ObjectTypeName"
],
"members":{
"DomainName":{
"shape":"name",
"documentation":"<p>The unique name of the domain.</p>",
"location":"uri",
"locationName":"DomainName"
},
"ObjectTypeName":{
"shape":"typeName",
"documentation":"<p>The name of the profile object type.</p>",
"location":"uri",
"locationName":"ObjectTypeName"
}
}
},
"GetProfileObjectTypeResponse":{
"type":"structure",
"required":[
"ObjectTypeName",
"Description"
],
"members":{
"ObjectTypeName":{
"shape":"typeName",
"documentation":"<p>The name of the profile object type.</p>"
},
"Description":{
"shape":"text",
"documentation":"<p>The description of the profile object type.</p>"
},
"TemplateId":{
"shape":"name",
"documentation":"<p>A unique identifier for the object template.</p>"
},
"ExpirationDays":{
"shape":"expirationDaysInteger",
"documentation":"<p>The number of days until the data in the object expires.</p>"
},
"EncryptionKey":{
"shape":"encryptionKey",
"documentation":"<p>The customer-provided key to encrypt the profile object that will be created in this profile object type.</p>"
},
"AllowProfileCreation":{
"shape":"boolean",
"documentation":"<p>Indicates whether a profile should be created when data is received if one doesnt exist for an object of this type. The default is <code>FALSE</code>. If the AllowProfileCreation flag is set to <code>FALSE</code>, then the service tries to fetch a standard profile and associate this object with the profile. If it is set to <code>TRUE</code>, and if no match is found, then the service creates a new standard profile.</p>"
},
2022-01-12 23:38:07 +01:00
"SourceLastUpdatedTimestampFormat":{
"shape":"string1To255",
"documentation":"<p>The format of your <code>sourceLastUpdatedTimestamp</code> that was previously set up.</p>"
},
2021-01-26 16:12:20 +01:00
"Fields":{
"shape":"FieldMap",
"documentation":"<p>A map of the name and ObjectType field.</p>"
},
"Keys":{
"shape":"KeyMap",
"documentation":"<p>A list of unique keys that can be used to map data to the profile.</p>"
},
"CreatedAt":{
"shape":"timestamp",
"documentation":"<p>The timestamp of when the domain was created.</p>"
},
"LastUpdatedAt":{
"shape":"timestamp",
"documentation":"<p>The timestamp of when the domain was most recently edited.</p>"
},
"Tags":{
"shape":"TagMap",
"documentation":"<p>The tags used to organize, track, or control access for this resource.</p>"
}
}
},
"GetProfileObjectTypeTemplateRequest":{
"type":"structure",
"required":["TemplateId"],
"members":{
"TemplateId":{
"shape":"name",
"documentation":"<p>A unique identifier for the object template.</p>",
"location":"uri",
"locationName":"TemplateId"
}
}
},
"GetProfileObjectTypeTemplateResponse":{
"type":"structure",
"members":{
"TemplateId":{
"shape":"name",
"documentation":"<p>A unique identifier for the object template.</p>"
},
"SourceName":{
"shape":"name",
"documentation":"<p>The name of the source of the object template.</p>"
},
"SourceObject":{
"shape":"name",
"documentation":"<p>The source of the object template.</p>"
},
"AllowProfileCreation":{
"shape":"boolean",
"documentation":"<p>Indicates whether a profile should be created when data is received if one doesnt exist for an object of this type. The default is <code>FALSE</code>. If the AllowProfileCreation flag is set to <code>FALSE</code>, then the service tries to fetch a standard profile and associate this object with the profile. If it is set to <code>TRUE</code>, and if no match is found, then the service creates a new standard profile.</p>"
},
2022-01-12 23:38:07 +01:00
"SourceLastUpdatedTimestampFormat":{
"shape":"string1To255",
"documentation":"<p>The format of your <code>sourceLastUpdatedTimestamp</code> that was previously set up.</p>"
},
2021-01-26 16:12:20 +01:00
"Fields":{
"shape":"FieldMap",
"documentation":"<p>A map of the name and ObjectType field.</p>"
},
"Keys":{
"shape":"KeyMap",
"documentation":"<p>A list of unique keys that can be used to map data to the profile.</p>"
}
}
},
2022-01-12 23:38:07 +01:00
"IdentityResolutionJob":{
"type":"structure",
"members":{
"DomainName":{
"shape":"name",
"documentation":"<p>The unique name of the domain.</p>"
},
"JobId":{
"shape":"uuid",
"documentation":"<p>The unique identifier of the Identity Resolution Job.</p>"
},
"Status":{
"shape":"IdentityResolutionJobStatus",
"documentation":"<p>The status of the Identity Resolution Job.</p> <ul> <li> <p> <code>PENDING</code>: The Identity Resolution Job is scheduled but has not started yet. If you turn off the Identity Resolution feature in your domain, jobs in the <code>PENDING</code> state are deleted.</p> </li> <li> <p> <code>PREPROCESSING</code>: The Identity Resolution Job is loading your data.</p> </li> <li> <p> <code>FIND_MATCHING</code>: The Identity Resolution Job is using the machine learning model to identify profiles that belong to the same matching group.</p> </li> <li> <p> <code>MERGING</code>: The Identity Resolution Job is merging duplicate profiles.</p> </li> <li> <p> <code>COMPLETED</code>: The Identity Resolution Job completed successfully.</p> </li> <li> <p> <code>PARTIAL_SUCCESS</code>: There's a system error and not all of the data is merged. The Identity Resolution Job writes a message indicating the source of the problem.</p> </li> <li> <p> <code>FAILED</code>: The Identity Resolution Job did not merge any data. It writes a message indicating the source of the problem.</p> </li> </ul>"
},
"JobStartTime":{
"shape":"timestamp",
"documentation":"<p>The timestamp of when the job was started or will be started.</p>"
},
"JobEndTime":{
"shape":"timestamp",
"documentation":"<p>The timestamp of when the job was completed.</p>"
},
"JobStats":{
"shape":"JobStats",
"documentation":"<p>Statistics about an Identity Resolution Job.</p>"
},
"ExportingLocation":{
"shape":"ExportingLocation",
"documentation":"<p>The S3 location where the Identity Resolution Job writes result files.</p>"
},
"Message":{
"shape":"stringTo2048",
"documentation":"<p>The error messages that are generated when the Identity Resolution Job runs.</p>"
}
},
"documentation":"<p>Information about the Identity Resolution Job.</p>"
},
"IdentityResolutionJobStatus":{
"type":"string",
"enum":[
"PENDING",
"PREPROCESSING",
"FIND_MATCHING",
"MERGING",
"COMPLETED",
"PARTIAL_SUCCESS",
"FAILED"
]
},
"IdentityResolutionJobsList":{
"type":"list",
"member":{"shape":"IdentityResolutionJob"}
},
2021-08-18 17:45:16 +02:00
"IncrementalPullConfig":{
"type":"structure",
"members":{
"DatetimeTypeFieldName":{
"shape":"DatetimeTypeFieldName",
"documentation":"<p>A field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source.</p>"
}
},
"documentation":"<p>Specifies the configuration used when importing incremental records from the source.</p>"
},
2021-01-26 16:12:20 +01:00
"IntegrationList":{
"type":"list",
"member":{"shape":"ListIntegrationItem"}
},
"InternalServerException":{
"type":"structure",
"members":{
"Message":{"shape":"message"}
},
"documentation":"<p>An internal service error occurred.</p>",
"error":{"httpStatusCode":500},
"exception":true,
"fault":true
},
2022-01-12 23:38:07 +01:00
"JobSchedule":{
"type":"structure",
"required":[
"DayOfTheWeek",
"Time"
],
"members":{
"DayOfTheWeek":{
"shape":"JobScheduleDayOfTheWeek",
"documentation":"<p>The day when the Identity Resolution Job should run every week.</p>"
},
"Time":{
"shape":"JobScheduleTime",
"documentation":"<p>The time when the Identity Resolution Job should run every week.</p>"
}
},
"documentation":"<p>The day and time when do you want to start the Identity Resolution Job every week.</p>"
},
"JobScheduleDayOfTheWeek":{
"type":"string",
"enum":[
"SUNDAY",
"MONDAY",
"TUESDAY",
"WEDNESDAY",
"THURSDAY",
"FRIDAY",
"SATURDAY"
]
},
"JobScheduleTime":{
"type":"string",
"max":5,
"min":3,
"pattern":"^([0-9]|0[0-9]|1[0-9]|2[0-3]):[0-5][0-9]$"
},
"JobStats":{
"type":"structure",
"members":{
"NumberOfProfilesReviewed":{
"shape":"long",
"documentation":"<p>The number of profiles reviewed.</p>"
},
"NumberOfMatchesFound":{
"shape":"long",
"documentation":"<p>The number of matches found.</p>"
},
"NumberOfMergesDone":{
"shape":"long",
"documentation":"<p>The number of merges completed.</p>"
}
},
"documentation":"<p>Statistics about the Identity Resolution Job.</p>"
},
2021-01-26 16:12:20 +01:00
"KeyMap":{
"type":"map",
"key":{"shape":"name"},
"value":{"shape":"ObjectTypeKeyList"}
},
2021-08-18 17:45:16 +02:00
"KmsArn":{
"type":"string",
"max":2048,
"min":20,
"pattern":"arn:aws:kms:.*:[0-9]+:.*"
},
2021-01-26 16:12:20 +01:00
"ListAccountIntegrationsRequest":{
"type":"structure",
"required":["Uri"],
"members":{
"Uri":{
"shape":"string1To255",
"documentation":"<p>The URI of the S3 bucket or any other type of data source.</p>"
},
"NextToken":{
"shape":"token",
"documentation":"<p>The pagination token from the previous ListAccountIntegrations API call.</p>",
"location":"querystring",
"locationName":"next-token"
},
"MaxResults":{
"shape":"maxSize100",
"documentation":"<p>The maximum number of objects returned per page.</p>",
"location":"querystring",
"locationName":"max-results"
}
}
},
"ListAccountIntegrationsResponse":{
"type":"structure",
"members":{
"Items":{
"shape":"IntegrationList",
"documentation":"<p>The list of ListAccountIntegration instances.</p>"
},
"NextToken":{
"shape":"token",
"documentation":"<p>The pagination token from the previous ListAccountIntegrations API call.</p>"
}
}
},
"ListDomainItem":{
"type":"structure",
"required":[
"DomainName",
"CreatedAt",
"LastUpdatedAt"
],
"members":{
"DomainName":{
"shape":"name",
"documentation":"<p>The unique name of the domain.</p>"
},
"CreatedAt":{
"shape":"timestamp",
"documentation":"<p>The timestamp of when the domain was created.</p>"
},
"LastUpdatedAt":{
"shape":"timestamp",
"documentation":"<p>The timestamp of when the domain was most recently edited.</p>"
},
"Tags":{
"shape":"TagMap",
"documentation":"<p>The tags used to organize, track, or control access for this resource.</p>"
}
},
"documentation":"<p>An object in a list that represents a domain.</p>"
},
"ListDomainsRequest":{
"type":"structure",
"members":{
"NextToken":{
"shape":"token",
"documentation":"<p>The pagination token from the previous ListDomain API call.</p>",
"location":"querystring",
"locationName":"next-token"
},
"MaxResults":{
"shape":"maxSize100",
"documentation":"<p>The maximum number of objects returned per page.</p>",
"location":"querystring",
"locationName":"max-results"
}
}
},
"ListDomainsResponse":{
"type":"structure",
"members":{
"Items":{
"shape":"DomainList",
"documentation":"<p>The list of ListDomains instances.</p>"
},
"NextToken":{
"shape":"token",
"documentation":"<p>The pagination token from the previous ListDomains API call.</p>"
}
}
},
2022-01-12 23:38:07 +01:00
"ListIdentityResolutionJobsRequest":{
"type":"structure",
"required":["DomainName"],
"members":{
"DomainName":{
"shape":"name",
"documentation":"<p>The unique name of the domain.</p>",
"location":"uri",
"locationName":"DomainName"
},
"NextToken":{
"shape":"token",
"documentation":"<p>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.</p>",
"location":"querystring",
"locationName":"next-token"
},
"MaxResults":{
"shape":"maxSize100",
"documentation":"<p>The maximum number of results to return per page.</p>",
"location":"querystring",
"locationName":"max-results"
}
}
},
"ListIdentityResolutionJobsResponse":{
"type":"structure",
"members":{
"IdentityResolutionJobsList":{
"shape":"IdentityResolutionJobsList",
"documentation":"<p>A list of Identity Resolution Jobs.</p>"
},
"NextToken":{
"shape":"token",
"documentation":"<p>If there are additional results, this is the token for the next set of results.</p>"
}
}
},
2021-01-26 16:12:20 +01:00
"ListIntegrationItem":{
"type":"structure",
"required":[
"DomainName",
"Uri",
"CreatedAt",
"LastUpdatedAt"
],
"members":{
"DomainName":{
"shape":"name",
"documentation":"<p>The unique name of the domain.</p>"
},
"Uri":{
"shape":"string1To255",
"documentation":"<p>The URI of the S3 bucket or any other type of data source.</p>"
},
"ObjectTypeName":{
"shape":"typeName",
"documentation":"<p>The name of the profile object type.</p>"
},
"CreatedAt":{
"shape":"timestamp",
"documentation":"<p>The timestamp of when the domain was created.</p>"
},
"LastUpdatedAt":{
"shape":"timestamp",
"documentation":"<p>The timestamp of when the domain was most recently edited.</p>"
},
"Tags":{
"shape":"TagMap",
"documentation":"<p>The tags used to organize, track, or control access for this resource.</p>"
2022-01-12 23:38:07 +01:00
},
"ObjectTypeNames":{
"shape":"ObjectTypeNames",
"documentation":"<p>A map in which each key is an event type from an external application such as Segment or Shopify, and each value is an <code>ObjectTypeName</code> (template) used to ingest the event. It supports the following event types: <code>SegmentIdentify</code>, <code>ShopifyCreateCustomers</code>, <code>ShopifyUpdateCustomers</code>, <code>ShopifyCreateDraftOrders</code>, <code>ShopifyUpdateDraftOrders</code>, <code>ShopifyCreateOrders</code>, and <code>ShopifyUpdatedOrders</code>.</p>"
2021-01-26 16:12:20 +01:00
}
},
"documentation":"<p>An integration in list of integrations.</p>"
},
"ListIntegrationsRequest":{
"type":"structure",
"required":["DomainName"],
"members":{
"DomainName":{
"shape":"name",
"documentation":"<p>The unique name of the domain.</p>",
"location":"uri",
"locationName":"DomainName"
},
"NextToken":{
"shape":"token",
"documentation":"<p>The pagination token from the previous ListIntegrations API call.</p>",
"location":"querystring",
"locationName":"next-token"
},
"MaxResults":{
"shape":"maxSize100",
"documentation":"<p>The maximum number of objects returned per page.</p>",
"location":"querystring",
"locationName":"max-results"
}
}
},
"ListIntegrationsResponse":{
"type":"structure",
"members":{
"Items":{
"shape":"IntegrationList",
"documentation":"<p>The list of ListIntegrations instances.</p>"
},
"NextToken":{
"shape":"token",
"documentation":"<p>The pagination token from the previous ListIntegrations API call.</p>"
}
}
},
"ListProfileObjectTypeItem":{
"type":"structure",
"required":[
"ObjectTypeName",
"Description"
],
"members":{
"ObjectTypeName":{
"shape":"typeName",
"documentation":"<p>The name of the profile object type.</p>"
},
"Description":{
"shape":"text",
"documentation":"<p>Description of the profile object type.</p>"
},
"CreatedAt":{
"shape":"timestamp",
"documentation":"<p>The timestamp of when the domain was created.</p>"
},
"LastUpdatedAt":{
"shape":"timestamp",
"documentation":"<p>The timestamp of when the domain was most recently edited.</p>"
},
"Tags":{
"shape":"TagMap",
"documentation":"<p>The tags used to organize, track, or control access for this resource.</p>"
}
},
"documentation":"<p>A ProfileObjectType instance.</p>"
},
"ListProfileObjectTypeTemplateItem":{
"type":"structure",
"members":{
"TemplateId":{
"shape":"name",
"documentation":"<p>A unique identifier for the object template.</p>"
},
"SourceName":{
"shape":"name",
"documentation":"<p>The name of the source of the object template.</p>"
},
"SourceObject":{
"shape":"name",
"documentation":"<p>The source of the object template.</p>"
}
},
"documentation":"<p>A ProfileObjectTypeTemplate in a list of ProfileObjectTypeTemplates.</p>"
},
"ListProfileObjectTypeTemplatesRequest":{
"type":"structure",
"members":{
"NextToken":{
"shape":"token",
"documentation":"<p>The pagination token from the previous ListObjectTypeTemplates API call.</p>",
"location":"querystring",
"locationName":"next-token"
},
"MaxResults":{
"shape":"maxSize100",
"documentation":"<p>The maximum number of objects returned per page.</p>",
"location":"querystring",
"locationName":"max-results"
}
}
},
"ListProfileObjectTypeTemplatesResponse":{
"type":"structure",
"members":{
"Items":{
"shape":"ProfileObjectTypeTemplateList",
"documentation":"<p>The list of ListProfileObjectType template instances.</p>"
},
"NextToken":{
"shape":"token",
"documentation":"<p>The pagination token from the previous ListObjectTypeTemplates API call. </p>"
}
}
},
"ListProfileObjectTypesRequest":{
"type":"structure",
"required":["DomainName"],
"members":{
"DomainName":{
"shape":"name",
"documentation":"<p>The unique name of the domain.</p>",
"location":"uri",
"locationName":"DomainName"
},
"NextToken":{
"shape":"token",
"documentation":"<p>Identifies the next page of results to return.</p>",
"location":"querystring",
"locationName":"next-token"
},
"MaxResults":{
"shape":"maxSize100",
"documentation":"<p>The maximum number of objects returned per page.</p>",
"location":"querystring",
"locationName":"max-results"
}
}
},
"ListProfileObjectTypesResponse":{
"type":"structure",
"members":{
"Items":{
"shape":"ProfileObjectTypeList",
"documentation":"<p>The list of ListProfileObjectTypes instances.</p>"
},
"NextToken":{
"shape":"token",
"documentation":"<p>Identifies the next page of results to return.</p>"
}
}
},
"ListProfileObjectsItem":{
"type":"structure",
"members":{
"ObjectTypeName":{
"shape":"typeName",
"documentation":"<p>Specifies the kind of object being added to a profile, such as \"Salesforce-Account.\"</p>"
},
"ProfileObjectUniqueKey":{
"shape":"string1To255",
"documentation":"<p>The unique identifier of the ProfileObject generated by the service.</p>"
},
"Object":{
"shape":"stringifiedJson",
"documentation":"<p>A JSON representation of a ProfileObject that belongs to a profile.</p>"
}
},
"documentation":"<p>A ProfileObject in a list of ProfileObjects.</p>"
},
"ListProfileObjectsRequest":{
"type":"structure",
"required":[
"DomainName",
"ObjectTypeName",
"ProfileId"
],
"members":{
"NextToken":{
"shape":"token",
"documentation":"<p>The pagination token from the previous call to ListProfileObjects.</p>",
"location":"querystring",
"locationName":"next-token"
},
"MaxResults":{
"shape":"maxSize100",
"documentation":"<p>The maximum number of objects returned per page.</p>",
"location":"querystring",
"locationName":"max-results"
},
"DomainName":{
"shape":"name",
"documentation":"<p>The unique name of the domain.</p>",
"location":"uri",
"locationName":"DomainName"
},
"ObjectTypeName":{
"shape":"typeName",
"documentation":"<p>The name of the profile object type.</p>"
},
"ProfileId":{
"shape":"uuid",
"documentation":"<p>The unique identifier of a customer profile.</p>"
2021-08-18 17:45:16 +02:00
},
"ObjectFilter":{
"shape":"ObjectFilter",
2022-01-12 23:38:07 +01:00
"documentation":"<p>Applies a filter to the response to include profile objects with the specified index values. This filter is only supported for ObjectTypeName _asset, _case and _order.</p>"
2021-01-26 16:12:20 +01:00
}
}
},
"ListProfileObjectsResponse":{
"type":"structure",
"members":{
"Items":{
"shape":"ProfileObjectList",
"documentation":"<p>The list of ListProfileObject instances.</p>"
},
"NextToken":{
"shape":"token",
"documentation":"<p>The pagination token from the previous call to ListProfileObjects.</p>"
}
}
},
"ListTagsForResourceRequest":{
"type":"structure",
"required":["resourceArn"],
"members":{
"resourceArn":{
"shape":"TagArn",
"documentation":"<p>The ARN of the resource for which you want to view tags.</p>",
"location":"uri",
"locationName":"resourceArn"
}
}
},
"ListTagsForResourceResponse":{
"type":"structure",
"members":{
"tags":{
"shape":"TagMap",
"documentation":"<p>The tags used to organize, track, or control access for this resource.</p>"
}
}
},
2021-08-18 17:45:16 +02:00
"MarketoConnectorOperator":{
"type":"string",
"enum":[
"PROJECTION",
"LESS_THAN",
"GREATER_THAN",
"BETWEEN",
"ADDITION",
"MULTIPLICATION",
"DIVISION",
"SUBTRACTION",
"MASK_ALL",
"MASK_FIRST_N",
"MASK_LAST_N",
"VALIDATE_NON_NULL",
"VALIDATE_NON_ZERO",
"VALIDATE_NON_NEGATIVE",
"VALIDATE_NUMERIC",
"NO_OP"
]
},
"MarketoSourceProperties":{
"type":"structure",
"required":["Object"],
"members":{
"Object":{
"shape":"Object",
"documentation":"<p>The object specified in the Marketo flow source.</p>"
}
},
"documentation":"<p>The properties that are applied when Marketo is being used as a source.</p>"
},
"MatchItem":{
"type":"structure",
"members":{
"MatchId":{
"shape":"string1To255",
"documentation":"<p>The unique identifiers for this group of profiles that match.</p>"
},
"ProfileIds":{
"shape":"ProfileIdList",
"documentation":"<p>A list of identifiers for profiles that match.</p>"
2022-01-12 23:38:07 +01:00
},
"ConfidenceScore":{
"shape":"Double",
"documentation":"<p>A number between 0 and 1 that represents the confidence level of assigning profiles to a matching group. A score of 1 likely indicates an exact match.</p>"
2021-08-18 17:45:16 +02:00
}
},
"documentation":"<p>The Match group object.</p>"
},
"MatchesList":{
"type":"list",
"member":{"shape":"MatchItem"}
},
2022-01-12 23:38:07 +01:00
"MatchingAttributes":{
"type":"list",
"member":{"shape":"string1To255"},
"max":20,
"min":1
},
"MatchingAttributesList":{
"type":"list",
"member":{"shape":"MatchingAttributes"},
"max":10,
"min":1
},
2021-08-18 17:45:16 +02:00
"MatchingRequest":{
"type":"structure",
"required":["Enabled"],
"members":{
"Enabled":{
"shape":"optionalBoolean",
"documentation":"<p>The flag that enables the matching process of duplicate profiles.</p>"
2022-01-12 23:38:07 +01:00
},
"JobSchedule":{
"shape":"JobSchedule",
"documentation":"<p>The day and time when do you want to start the Identity Resolution Job every week.</p>"
},
"AutoMerging":{
"shape":"AutoMerging",
"documentation":"<p>Configuration information about the auto-merging process.</p>"
},
"ExportingConfig":{
"shape":"ExportingConfig",
"documentation":"<p>Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.</p>"
2021-08-18 17:45:16 +02:00
}
},
"documentation":"<p>The flag that enables the matching process of duplicate profiles.</p>"
},
"MatchingResponse":{
"type":"structure",
"members":{
"Enabled":{
"shape":"optionalBoolean",
"documentation":"<p>The flag that enables the matching process of duplicate profiles.</p>"
2022-01-12 23:38:07 +01:00
},
"JobSchedule":{
"shape":"JobSchedule",
"documentation":"<p>The day and time when do you want to start the Identity Resolution Job every week.</p>"
},
"AutoMerging":{
"shape":"AutoMerging",
"documentation":"<p>Configuration information about the auto-merging process.</p>"
},
"ExportingConfig":{
"shape":"ExportingConfig",
"documentation":"<p>Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.</p>"
2021-08-18 17:45:16 +02:00
}
},
"documentation":"<p>The flag that enables the matching process of duplicate profiles.</p>"
},
"MergeProfilesRequest":{
"type":"structure",
"required":[
"DomainName",
"MainProfileId",
"ProfileIdsToBeMerged"
],
"members":{
"DomainName":{
"shape":"name",
"documentation":"<p>The unique name of the domain.</p>",
"location":"uri",
"locationName":"DomainName"
},
"MainProfileId":{
"shape":"uuid",
"documentation":"<p>The identifier of the profile to be taken.</p>"
},
"ProfileIdsToBeMerged":{
"shape":"ProfileIdToBeMergedList",
"documentation":"<p>The identifier of the profile to be merged into MainProfileId.</p>"
},
"FieldSourceProfileIds":{
"shape":"FieldSourceProfileIds",
"documentation":"<p>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. </p>"
}
}
},
"MergeProfilesResponse":{
"type":"structure",
"members":{
"Message":{
"shape":"message",
"documentation":"<p>A message that indicates the merge request is complete.</p>"
}
}
},
"Object":{
"type":"string",
"max":512,
"pattern":"\\S+"
},
"ObjectFilter":{
"type":"structure",
"required":[
"KeyName",
"Values"
],
"members":{
"KeyName":{
"shape":"name",
2022-01-12 23:38:07 +01:00
"documentation":"<p>A searchable identifier of a standard profile object. The predefined keys you can use to search for _asset include: _assetId, _assetName, _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.</p>"
2021-08-18 17:45:16 +02:00
},
"Values":{
"shape":"requestValueList",
"documentation":"<p>A list of key values.</p>"
}
},
2022-01-12 23:38:07 +01:00
"documentation":"<p>The filter applied to ListProfileObjects response to include profile objects with the specified index values. This filter is only supported for ObjectTypeName _asset, _case and _order.</p>"
2021-08-18 17:45:16 +02:00
},
2021-01-26 16:12:20 +01:00
"ObjectTypeField":{
"type":"structure",
"members":{
"Source":{
"shape":"text",
"documentation":"<p>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.</p>"
},
"Target":{
"shape":"text",
"documentation":"<p>The location of the data in the standard ProfileObject model. For example: _profile.Address.PostalCode.</p>"
},
"ContentType":{
"shape":"FieldContentType",
"documentation":"<p>The content type of the field. Used for determining equality when searching.</p>"
}
},
"documentation":"<p>Represents a field in a ProfileObjectType.</p>"
},
"ObjectTypeKey":{
"type":"structure",
"members":{
"StandardIdentifiers":{
"shape":"StandardIdentifierList",
2022-01-12 23:38:07 +01:00
"documentation":"<p>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.</p>"
2021-01-26 16:12:20 +01:00
},
"FieldNames":{
"shape":"FieldNameList",
"documentation":"<p>The reference for the key name of the fields map.</p>"
}
},
"documentation":"<p>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.</p>"
},
"ObjectTypeKeyList":{
"type":"list",
"member":{"shape":"ObjectTypeKey"}
},
2022-01-12 23:38:07 +01:00
"ObjectTypeNames":{
"type":"map",
"key":{"shape":"string1To255"},
"value":{"shape":"typeName"}
},
2021-08-18 17:45:16 +02:00
"OperatorPropertiesKeys":{
"type":"string",
"enum":[
"VALUE",
"VALUES",
"DATA_TYPE",
"UPPER_BOUND",
"LOWER_BOUND",
"SOURCE_DATA_TYPE",
"DESTINATION_DATA_TYPE",
"VALIDATION_ACTION",
"MASK_VALUE",
"MASK_LENGTH",
"TRUNCATE_LENGTH",
"MATH_OPERATION_FIELDS_ORDER",
"CONCAT_FORMAT",
"SUBFIELD_CATEGORY_MAP"
]
},
2021-01-26 16:12:20 +01:00
"PartyType":{
"type":"string",
"enum":[
"INDIVIDUAL",
"BUSINESS",
"OTHER"
]
},
"Profile":{
"type":"structure",
"members":{
"ProfileId":{
"shape":"uuid",
"documentation":"<p>The unique identifier of a customer profile.</p>"
},
"AccountNumber":{
"shape":"string1To255",
"documentation":"<p>A unique account number that you have given to the customer.</p>"
},
"AdditionalInformation":{
"shape":"string1To1000",
2021-08-18 17:45:16 +02:00
"documentation":"<p>Any additional information relevant to the customers profile.</p>"
2021-01-26 16:12:20 +01:00
},
"PartyType":{
"shape":"PartyType",
"documentation":"<p>The type of profile used to describe the customer.</p>"
},
"BusinessName":{
"shape":"string1To255",
"documentation":"<p>The name of the customers business.</p>"
},
"FirstName":{
"shape":"string1To255",
"documentation":"<p>The customers first name.</p>"
},
"MiddleName":{
"shape":"string1To255",
"documentation":"<p>The customers middle name.</p>"
},
"LastName":{
"shape":"string1To255",
"documentation":"<p>The customers last name.</p>"
},
"BirthDate":{
"shape":"string1To255",
2021-08-18 17:45:16 +02:00
"documentation":"<p>The customers birth date. </p>"
2021-01-26 16:12:20 +01:00
},
"Gender":{
"shape":"Gender",
2021-08-18 17:45:16 +02:00
"documentation":"<p>The gender with which the customer identifies. </p>"
2021-01-26 16:12:20 +01:00
},
"PhoneNumber":{
"shape":"string1To255",
"documentation":"<p>The customer's phone number, which has not been specified as a mobile, home, or business number.</p>"
},
"MobilePhoneNumber":{
"shape":"string1To255",
"documentation":"<p>The customers mobile phone number.</p>"
},
"HomePhoneNumber":{
"shape":"string1To255",
"documentation":"<p>The customers home phone number.</p>"
},
"BusinessPhoneNumber":{
"shape":"string1To255",
"documentation":"<p>The customers home phone number.</p>"
},
"EmailAddress":{
"shape":"string1To255",
2021-08-18 17:45:16 +02:00
"documentation":"<p>The customers email address, which has not been specified as a personal or business address. </p>"
2021-01-26 16:12:20 +01:00
},
"PersonalEmailAddress":{
"shape":"string1To255",
"documentation":"<p>The customers personal email address.</p>"
},
"BusinessEmailAddress":{
"shape":"string1To255",
"documentation":"<p>The customers business email address.</p>"
},
"Address":{
"shape":"Address",
"documentation":"<p>A generic address associated with the customer that is not mailing, shipping, or billing.</p>"
},
"ShippingAddress":{
"shape":"Address",
"documentation":"<p>The customers shipping address.</p>"
},
"MailingAddress":{
"shape":"Address",
"documentation":"<p>The customers mailing address.</p>"
},
"BillingAddress":{
"shape":"Address",
"documentation":"<p>The customers billing address.</p>"
},
"Attributes":{
"shape":"Attributes",
"documentation":"<p>A key value pair of attributes of a customer profile.</p>"
}
},
"documentation":"<p>The standard profile of a customer.</p>"
},
2021-08-18 17:45:16 +02:00
"ProfileIdList":{
"type":"list",
"member":{"shape":"uuid"}
},
"ProfileIdToBeMergedList":{
"type":"list",
"member":{"shape":"uuid"},
"max":20,
"min":1
},
2021-01-26 16:12:20 +01:00
"ProfileList":{
"type":"list",
"member":{"shape":"Profile"}
},
"ProfileObjectList":{
"type":"list",
"member":{"shape":"ListProfileObjectsItem"}
},
"ProfileObjectTypeList":{
"type":"list",
"member":{"shape":"ListProfileObjectTypeItem"}
},
"ProfileObjectTypeTemplateList":{
"type":"list",
"member":{"shape":"ListProfileObjectTypeTemplateItem"}
},
2021-08-18 17:45:16 +02:00
"Property":{
"type":"string",
"max":2048,
"pattern":".+"
},
2021-01-26 16:12:20 +01:00
"PutIntegrationRequest":{
"type":"structure",
2022-01-12 23:38:07 +01:00
"required":["DomainName"],
2021-01-26 16:12:20 +01:00
"members":{
"DomainName":{
"shape":"name",
"documentation":"<p>The unique name of the domain.</p>",
"location":"uri",
"locationName":"DomainName"
},
"Uri":{
"shape":"string1To255",
"documentation":"<p>The URI of the S3 bucket or any other type of data source.</p>"
},
"ObjectTypeName":{
"shape":"typeName",
"documentation":"<p>The name of the profile object type.</p>"
},
"Tags":{
"shape":"TagMap",
"documentation":"<p>The tags used to organize, track, or control access for this resource.</p>"
2021-08-18 17:45:16 +02:00
},
"FlowDefinition":{
"shape":"FlowDefinition",
"documentation":"<p>The configuration that controls how Customer Profiles retrieves data from the source.</p>"
2022-01-12 23:38:07 +01:00
},
"ObjectTypeNames":{
"shape":"ObjectTypeNames",
"documentation":"<p>A map in which each key is an event type from an external application such as Segment or Shopify, and each value is an <code>ObjectTypeName</code> (template) used to ingest the event. It supports the following event types: <code>SegmentIdentify</code>, <code>ShopifyCreateCustomers</code>, <code>ShopifyUpdateCustomers</code>, <code>ShopifyCreateDraftOrders</code>, <code>ShopifyUpdateDraftOrders</code>, <code>ShopifyCreateOrders</code>, and <code>ShopifyUpdatedOrders</code>.</p>"
2021-01-26 16:12:20 +01:00
}
}
},
"PutIntegrationResponse":{
"type":"structure",
"required":[
"DomainName",
"Uri",
"CreatedAt",
"LastUpdatedAt"
],
"members":{
"DomainName":{
"shape":"name",
"documentation":"<p>The unique name of the domain.</p>"
},
"Uri":{
"shape":"string1To255",
"documentation":"<p>The URI of the S3 bucket or any other type of data source.</p>"
},
"ObjectTypeName":{
"shape":"typeName",
"documentation":"<p>The name of the profile object type.</p>"
},
"CreatedAt":{
"shape":"timestamp",
"documentation":"<p>The timestamp of when the domain was created.</p>"
},
"LastUpdatedAt":{
"shape":"timestamp",
"documentation":"<p>The timestamp of when the domain was most recently edited.</p>"
},
"Tags":{
"shape":"TagMap",
"documentation":"<p>The tags used to organize, track, or control access for this resource.</p>"
2022-01-12 23:38:07 +01:00
},
"ObjectTypeNames":{
"shape":"ObjectTypeNames",
"documentation":"<p>A map in which each key is an event type from an external application such as Segment or Shopify, and each value is an <code>ObjectTypeName</code> (template) used to ingest the event. It supports the following event types: <code>SegmentIdentify</code>, <code>ShopifyCreateCustomers</code>, <code>ShopifyUpdateCustomers</code>, <code>ShopifyCreateDraftOrders</code>, <code>ShopifyUpdateDraftOrders</code>, <code>ShopifyCreateOrders</code>, and <code>ShopifyUpdatedOrders</code>.</p>"
2021-01-26 16:12:20 +01:00
}
}
},
"PutProfileObjectRequest":{
"type":"structure",
"required":[
"ObjectTypeName",
"Object",
"DomainName"
],
"members":{
"ObjectTypeName":{
"shape":"typeName",
"documentation":"<p>The name of the profile object type.</p>"
},
"Object":{
"shape":"stringifiedJson",
"documentation":"<p>A string that is serialized from a JSON object.</p>"
},
"DomainName":{
"shape":"name",
"documentation":"<p>The unique name of the domain.</p>",
"location":"uri",
"locationName":"DomainName"
}
}
},
"PutProfileObjectResponse":{
"type":"structure",
"members":{
"ProfileObjectUniqueKey":{
"shape":"string1To255",
"documentation":"<p>The unique identifier of the profile object generated by the service.</p>"
}
}
},
"PutProfileObjectTypeRequest":{
"type":"structure",
"required":[
"DomainName",
"ObjectTypeName",
"Description"
],
"members":{
"DomainName":{
"shape":"name",
"documentation":"<p>The unique name of the domain.</p>",
"location":"uri",
"locationName":"DomainName"
},
"ObjectTypeName":{
"shape":"typeName",
"documentation":"<p>The name of the profile object type.</p>",
"location":"uri",
"locationName":"ObjectTypeName"
},
"Description":{
"shape":"text",
"documentation":"<p>Description of the profile object type.</p>"
},
"TemplateId":{
"shape":"name",
"documentation":"<p>A unique identifier for the object template.</p>"
},
"ExpirationDays":{
"shape":"expirationDaysInteger",
"documentation":"<p>The number of days until the data in the object expires.</p>"
},
"EncryptionKey":{
"shape":"encryptionKey",
"documentation":"<p>The customer-provided key to encrypt the profile object that will be created in this profile object type.</p>"
},
"AllowProfileCreation":{
"shape":"boolean",
"documentation":"<p>Indicates whether a profile should be created when data is received if one doesnt exist for an object of this type. The default is <code>FALSE</code>. If the AllowProfileCreation flag is set to <code>FALSE</code>, then the service tries to fetch a standard profile and associate this object with the profile. If it is set to <code>TRUE</code>, and if no match is found, then the service creates a new standard profile.</p>"
},
2022-01-12 23:38:07 +01:00
"SourceLastUpdatedTimestampFormat":{
"shape":"string1To255",
"documentation":"<p>The format of your <code>sourceLastUpdatedTimestamp</code> that was previously set up. </p>"
},
2021-01-26 16:12:20 +01:00
"Fields":{
"shape":"FieldMap",
"documentation":"<p>A map of the name and ObjectType field.</p>"
},
"Keys":{
"shape":"KeyMap",
"documentation":"<p>A list of unique keys that can be used to map data to the profile.</p>"
},
"Tags":{
"shape":"TagMap",
"documentation":"<p>The tags used to organize, track, or control access for this resource.</p>"
}
}
},
"PutProfileObjectTypeResponse":{
"type":"structure",
"required":[
"ObjectTypeName",
"Description"
],
"members":{
"ObjectTypeName":{
"shape":"typeName",
"documentation":"<p>The name of the profile object type.</p>"
},
"Description":{
"shape":"text",
"documentation":"<p>Description of the profile object type.</p>"
},
"TemplateId":{
"shape":"name",
"documentation":"<p>A unique identifier for the object template.</p>"
},
"ExpirationDays":{
"shape":"expirationDaysInteger",
"documentation":"<p>The number of days until the data in the object expires.</p>"
},
"EncryptionKey":{
"shape":"encryptionKey",
"documentation":"<p>The customer-provided key to encrypt the profile object that will be created in this profile object type.</p>"
},
"AllowProfileCreation":{
"shape":"boolean",
"documentation":"<p>Indicates whether a profile should be created when data is received if one doesnt exist for an object of this type. The default is <code>FALSE</code>. If the AllowProfileCreation flag is set to <code>FALSE</code>, then the service tries to fetch a standard profile and associate this object with the profile. If it is set to <code>TRUE</code>, and if no match is found, then the service creates a new standard profile.</p>"
},
2022-01-12 23:38:07 +01:00
"SourceLastUpdatedTimestampFormat":{
"shape":"string1To255",
"documentation":"<p>The format of your <code>sourceLastUpdatedTimestamp</code> that was previously set up in fields that were parsed using <a href=\"https://docs.oracle.com/javase/10/docs/api/java/text/SimpleDateFormat.html\">SimpleDateFormat</a>. If you have <code>sourceLastUpdatedTimestamp</code> in your field, you must set up <code>sourceLastUpdatedTimestampFormat</code>.</p>"
},
2021-01-26 16:12:20 +01:00
"Fields":{
"shape":"FieldMap",
"documentation":"<p>A map of the name and ObjectType field.</p>"
},
"Keys":{
"shape":"KeyMap",
"documentation":"<p>A list of unique keys that can be used to map data to the profile.</p>"
},
"CreatedAt":{
"shape":"timestamp",
"documentation":"<p>The timestamp of when the domain was created.</p>"
},
"LastUpdatedAt":{
"shape":"timestamp",
"documentation":"<p>The timestamp of when the domain was most recently edited.</p>"
},
"Tags":{
"shape":"TagMap",
"documentation":"<p>The tags used to organize, track, or control access for this resource.</p>"
}
}
},
"ResourceNotFoundException":{
"type":"structure",
"members":{
"Message":{"shape":"message"}
},
"documentation":"<p>The requested resource does not exist, or access was denied.</p>",
"error":{"httpStatusCode":404},
"exception":true
},
2021-08-18 17:45:16 +02:00
"S3ConnectorOperator":{
"type":"string",
"enum":[
"PROJECTION",
"LESS_THAN",
"GREATER_THAN",
"BETWEEN",
"LESS_THAN_OR_EQUAL_TO",
"GREATER_THAN_OR_EQUAL_TO",
"EQUAL_TO",
"NOT_EQUAL_TO",
"ADDITION",
"MULTIPLICATION",
"DIVISION",
"SUBTRACTION",
"MASK_ALL",
"MASK_FIRST_N",
"MASK_LAST_N",
"VALIDATE_NON_NULL",
"VALIDATE_NON_ZERO",
"VALIDATE_NON_NEGATIVE",
"VALIDATE_NUMERIC",
"NO_OP"
]
},
2022-01-12 23:38:07 +01:00
"S3ExportingConfig":{
"type":"structure",
"required":["S3BucketName"],
"members":{
"S3BucketName":{
"shape":"s3BucketName",
"documentation":"<p>The name of the S3 bucket where Identity Resolution Jobs write result files.</p>"
},
"S3KeyName":{
"shape":"s3KeyNameCustomerOutputConfig",
"documentation":"<p>The S3 key name of the location where Identity Resolution Jobs write result files.</p>"
}
},
"documentation":"<p>Configuration information about the S3 bucket where Identity Resolution Jobs write result files.</p>"
},
"S3ExportingLocation":{
"type":"structure",
"members":{
"S3BucketName":{
"shape":"s3BucketName",
"documentation":"<p>The name of the S3 bucket name where Identity Resolution Jobs write result files.</p>"
},
"S3KeyName":{
"shape":"s3KeyName",
"documentation":"<p>The S3 key name of the location where Identity Resolution Jobs write result files.</p>"
}
},
"documentation":"<p>The S3 location where Identity Resolution Jobs write result files.</p>"
},
2021-08-18 17:45:16 +02:00
"S3SourceProperties":{
"type":"structure",
"required":["BucketName"],
"members":{
"BucketName":{
"shape":"BucketName",
"documentation":"<p>The Amazon S3 bucket name where the source files are stored.</p>"
},
"BucketPrefix":{
"shape":"BucketPrefix",
"documentation":"<p>The object key for the Amazon S3 bucket in which the source files are stored.</p>"
}
},
"documentation":"<p>The properties that are applied when Amazon S3 is being used as the flow source.</p>"
},
"SalesforceConnectorOperator":{
"type":"string",
"enum":[
"PROJECTION",
"LESS_THAN",
"CONTAINS",
"GREATER_THAN",
"BETWEEN",
"LESS_THAN_OR_EQUAL_TO",
"GREATER_THAN_OR_EQUAL_TO",
"EQUAL_TO",
"NOT_EQUAL_TO",
"ADDITION",
"MULTIPLICATION",
"DIVISION",
"SUBTRACTION",
"MASK_ALL",
"MASK_FIRST_N",
"MASK_LAST_N",
"VALIDATE_NON_NULL",
"VALIDATE_NON_ZERO",
"VALIDATE_NON_NEGATIVE",
"VALIDATE_NUMERIC",
"NO_OP"
]
},
"SalesforceSourceProperties":{
"type":"structure",
"required":["Object"],
"members":{
"Object":{
"shape":"Object",
"documentation":"<p>The object specified in the Salesforce flow source.</p>"
},
"EnableDynamicFieldUpdate":{
"shape":"boolean",
"documentation":"<p>The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.</p>"
},
"IncludeDeletedRecords":{
"shape":"boolean",
"documentation":"<p>Indicates whether Amazon AppFlow includes deleted files in the flow run.</p>"
}
},
"documentation":"<p>The properties that are applied when Salesforce is being used as a source.</p>"
},
"ScheduleExpression":{
"type":"string",
"max":256,
"pattern":".*"
},
"ScheduleOffset":{
"type":"long",
"max":36000,
"min":0
},
"ScheduledTriggerProperties":{
"type":"structure",
"required":["ScheduleExpression"],
"members":{
"ScheduleExpression":{
"shape":"ScheduleExpression",
"documentation":"<p>The scheduling expression that determines the rate at which the schedule will run, for example rate (5 minutes).</p>"
},
"DataPullMode":{
"shape":"DataPullMode",
"documentation":"<p>Specifies whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run.</p>"
},
"ScheduleStartTime":{
"shape":"Date",
"documentation":"<p>Specifies the scheduled start time for a scheduled-trigger flow.</p>"
},
"ScheduleEndTime":{
"shape":"Date",
"documentation":"<p>Specifies the scheduled end time for a scheduled-trigger flow.</p>"
},
"Timezone":{
"shape":"Timezone",
"documentation":"<p>Specifies the time zone used when referring to the date and time of a scheduled-triggered flow, such as America/New_York.</p>"
},
"ScheduleOffset":{
"shape":"ScheduleOffset",
"documentation":"<p>Specifies the optional offset that is added to the time interval for a schedule-triggered flow.</p>",
"box":true
},
"FirstExecutionFrom":{
"shape":"Date",
"documentation":"<p>Specifies the date range for the records to import from the connector in the first flow run.</p>"
}
},
"documentation":"<p>Specifies the configuration details of a scheduled-trigger flow that you define. Currently, these settings only apply to the scheduled-trigger type.</p>"
},
2021-01-26 16:12:20 +01:00
"SearchProfilesRequest":{
"type":"structure",
"required":[
"DomainName",
"KeyName",
"Values"
],
"members":{
"NextToken":{
"shape":"token",
"documentation":"<p>The pagination token from the previous SearchProfiles API call.</p>",
"location":"querystring",
"locationName":"next-token"
},
"MaxResults":{
"shape":"maxSize100",
"documentation":"<p>The maximum number of objects returned per page.</p>",
"location":"querystring",
"locationName":"max-results"
},
"DomainName":{
"shape":"name",
"documentation":"<p>The unique name of the domain.</p>",
"location":"uri",
"locationName":"DomainName"
},
"KeyName":{
"shape":"name",
2022-01-12 23:38:07 +01:00
"documentation":"<p>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.</p>"
2021-01-26 16:12:20 +01:00
},
"Values":{
"shape":"requestValueList",
"documentation":"<p>A list of key values.</p>"
}
}
},
"SearchProfilesResponse":{
"type":"structure",
"members":{
"Items":{
"shape":"ProfileList",
"documentation":"<p>The list of SearchProfiles instances.</p>"
},
"NextToken":{
"shape":"token",
"documentation":"<p>The pagination token from the previous SearchProfiles API call.</p>"
}
}
},
2021-08-18 17:45:16 +02:00
"ServiceNowConnectorOperator":{
"type":"string",
"enum":[
"PROJECTION",
"CONTAINS",
"LESS_THAN",
"GREATER_THAN",
"BETWEEN",
"LESS_THAN_OR_EQUAL_TO",
"GREATER_THAN_OR_EQUAL_TO",
"EQUAL_TO",
"NOT_EQUAL_TO",
"ADDITION",
"MULTIPLICATION",
"DIVISION",
"SUBTRACTION",
"MASK_ALL",
"MASK_FIRST_N",
"MASK_LAST_N",
"VALIDATE_NON_NULL",
"VALIDATE_NON_ZERO",
"VALIDATE_NON_NEGATIVE",
"VALIDATE_NUMERIC",
"NO_OP"
]
},
"ServiceNowSourceProperties":{
"type":"structure",
"required":["Object"],
"members":{
"Object":{
"shape":"Object",
"documentation":"<p>The object specified in the ServiceNow flow source.</p>"
}
},
"documentation":"<p>The properties that are applied when ServiceNow is being used as a source.</p>"
},
"SourceConnectorProperties":{
"type":"structure",
"members":{
"Marketo":{
"shape":"MarketoSourceProperties",
"documentation":"<p>The properties that are applied when Marketo is being used as a source.</p>"
},
"S3":{
"shape":"S3SourceProperties",
"documentation":"<p>The properties that are applied when Amazon S3 is being used as the flow source.</p>"
},
"Salesforce":{
"shape":"SalesforceSourceProperties",
"documentation":"<p>The properties that are applied when Salesforce is being used as a source.</p>"
},
"ServiceNow":{
"shape":"ServiceNowSourceProperties",
"documentation":"<p>The properties that are applied when ServiceNow is being used as a source.</p>"
},
"Zendesk":{
"shape":"ZendeskSourceProperties",
"documentation":"<p>The properties that are applied when using Zendesk as a flow source.</p>"
}
},
"documentation":"<p>Specifies the information that is required to query a particular Amazon AppFlow connector. Customer Profiles supports Salesforce, Zendesk, Marketo, ServiceNow and Amazon S3.</p>"
},
"SourceConnectorType":{
"type":"string",
"enum":[
"Salesforce",
"Marketo",
"Zendesk",
"Servicenow",
"S3"
]
},
"SourceFields":{
"type":"list",
"member":{"shape":"stringTo2048"}
},
"SourceFlowConfig":{
"type":"structure",
"required":[
"ConnectorType",
"SourceConnectorProperties"
],
"members":{
"ConnectorProfileName":{
"shape":"ConnectorProfileName",
"documentation":"<p>The name of the AppFlow connector profile. This name must be unique for each connector profile in the AWS account.</p>"
},
"ConnectorType":{
"shape":"SourceConnectorType",
"documentation":"<p>The type of connector, such as Salesforce, Marketo, and so on.</p>"
},
"IncrementalPullConfig":{
"shape":"IncrementalPullConfig",
"documentation":"<p>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.</p>"
},
"SourceConnectorProperties":{
"shape":"SourceConnectorProperties",
"documentation":"<p>Specifies the information that is required to query a particular source connector.</p>"
}
},
"documentation":"<p>Contains information about the configuration of the source connector used in the flow.</p>"
},
2021-01-26 16:12:20 +01:00
"StandardIdentifier":{
"type":"string",
"enum":[
"PROFILE",
2021-08-18 17:45:16 +02:00
"ASSET",
"CASE",
2021-01-26 16:12:20 +01:00
"UNIQUE",
"SECONDARY",
"LOOKUP_ONLY",
2022-01-12 23:38:07 +01:00
"NEW_ONLY",
"ORDER"
2021-01-26 16:12:20 +01:00
]
},
"StandardIdentifierList":{
"type":"list",
"member":{"shape":"StandardIdentifier"}
},
"TagArn":{
"type":"string",
"max":256,
"pattern":"^arn:[a-z0-9]{1,10}:profile"
},
"TagKey":{
"type":"string",
"max":128,
"min":1,
"pattern":"^(?!aws:)[a-zA-Z+-=._:/]+$"
},
"TagKeyList":{
"type":"list",
"member":{"shape":"TagKey"},
"max":50,
"min":1
},
"TagMap":{
"type":"map",
"key":{"shape":"TagKey"},
"value":{"shape":"TagValue"},
"max":50,
"min":1
},
"TagResourceRequest":{
"type":"structure",
"required":[
"resourceArn",
"tags"
],
"members":{
"resourceArn":{
"shape":"TagArn",
"documentation":"<p>The ARN of the resource that you're adding tags to.</p>",
"location":"uri",
"locationName":"resourceArn"
},
"tags":{
"shape":"TagMap",
"documentation":"<p>The tags used to organize, track, or control access for this resource.</p>"
}
}
},
"TagResourceResponse":{
"type":"structure",
"members":{
}
},
"TagValue":{
"type":"string",
"max":256
},
2021-08-18 17:45:16 +02:00
"Task":{
"type":"structure",
"required":[
"SourceFields",
"TaskType"
],
"members":{
"ConnectorOperator":{
"shape":"ConnectorOperator",
"documentation":"<p>The operation to be performed on the provided source fields.</p>"
},
"DestinationField":{
"shape":"DestinationField",
"documentation":"<p>A field in a destination connector, or a field value against which Amazon AppFlow validates a source field.</p>"
},
"SourceFields":{
"shape":"SourceFields",
"documentation":"<p>The source fields to which a particular task is applied.</p>"
},
"TaskProperties":{
"shape":"TaskPropertiesMap",
"documentation":"<p>A map used to store task-related information. The service looks for particular information based on the TaskType.</p>"
},
"TaskType":{
"shape":"TaskType",
"documentation":"<p>Specifies the particular task implementation that Amazon AppFlow performs.</p>"
}
},
"documentation":"<p>A class for modeling different type of tasks. Task implementation varies based on the TaskType.</p>"
},
"TaskPropertiesMap":{
"type":"map",
"key":{"shape":"OperatorPropertiesKeys"},
"value":{"shape":"Property"}
},
"TaskType":{
"type":"string",
"enum":[
"Arithmetic",
"Filter",
"Map",
"Mask",
"Merge",
"Truncate",
"Validate"
]
},
"Tasks":{
"type":"list",
"member":{"shape":"Task"}
},
2021-01-26 16:12:20 +01:00
"ThrottlingException":{
"type":"structure",
"members":{
"Message":{"shape":"message"}
},
"documentation":"<p>You exceeded the maximum number of requests.</p>",
"error":{"httpStatusCode":429},
"exception":true
},
2021-08-18 17:45:16 +02:00
"Timezone":{
"type":"string",
"max":256,
"pattern":".*"
},
"TriggerConfig":{
"type":"structure",
"required":["TriggerType"],
"members":{
"TriggerType":{
"shape":"TriggerType",
"documentation":"<p>Specifies the type of flow trigger. It can be OnDemand, Scheduled, or Event.</p>"
},
"TriggerProperties":{
"shape":"TriggerProperties",
"documentation":"<p>Specifies the configuration details of a schedule-triggered flow that you define. Currently, these settings only apply to the Scheduled trigger type.</p>"
}
},
"documentation":"<p>The trigger settings that determine how and when Amazon AppFlow runs the specified flow.</p>"
},
"TriggerProperties":{
"type":"structure",
"members":{
"Scheduled":{
"shape":"ScheduledTriggerProperties",
"documentation":"<p>Specifies the configuration details of a schedule-triggered flow that you define.</p>"
}
},
"documentation":"<p>Specifies the configuration details that control the trigger for a flow. Currently, these settings only apply to the Scheduled trigger type.</p>"
},
"TriggerType":{
"type":"string",
"enum":[
"Scheduled",
"Event",
"OnDemand"
]
},
2021-01-26 16:12:20 +01:00
"UntagResourceRequest":{
"type":"structure",
"required":[
"resourceArn",
"tagKeys"
],
"members":{
"resourceArn":{
"shape":"TagArn",
"documentation":"<p>The ARN of the resource from which you are removing tags.</p>",
"location":"uri",
"locationName":"resourceArn"
},
"tagKeys":{
"shape":"TagKeyList",
"documentation":"<p>The list of tag keys to remove from the resource.</p>",
"location":"querystring",
"locationName":"tagKeys"
}
}
},
"UntagResourceResponse":{
"type":"structure",
"members":{
}
},
"UpdateAddress":{
"type":"structure",
"members":{
"Address1":{
"shape":"string0To255",
"documentation":"<p>The first line of a customer address.</p>"
},
"Address2":{
"shape":"string0To255",
"documentation":"<p>The second line of a customer address.</p>"
},
"Address3":{
"shape":"string0To255",
"documentation":"<p>The third line of a customer address.</p>"
},
"Address4":{
"shape":"string0To255",
"documentation":"<p>The fourth line of a customer address.</p>"
},
"City":{
"shape":"string0To255",
"documentation":"<p>The city in which a customer lives.</p>"
},
"County":{
"shape":"string0To255",
"documentation":"<p>The county in which a customer lives.</p>"
},
"State":{
"shape":"string0To255",
"documentation":"<p>The state in which a customer lives.</p>"
},
"Province":{
"shape":"string0To255",
"documentation":"<p>The province in which a customer lives.</p>"
},
"Country":{
"shape":"string0To255",
"documentation":"<p>The country in which a customer lives.</p>"
},
"PostalCode":{
"shape":"string0To255",
"documentation":"<p>The postal code of a customer address.</p>"
}
},
"documentation":"<p>Updates associated with the address properties of a customer profile.</p>"
},
"UpdateAttributes":{
"type":"map",
"key":{"shape":"string1To255"},
"value":{"shape":"string0To255"}
},
"UpdateDomainRequest":{
"type":"structure",
"required":["DomainName"],
"members":{
"DomainName":{
"shape":"name",
2021-08-18 17:45:16 +02:00
"documentation":"<p>The unique name of the domain.</p>",
2021-01-26 16:12:20 +01:00
"location":"uri",
"locationName":"DomainName"
},
"DefaultExpirationDays":{
"shape":"expirationDaysInteger",
"documentation":"<p>The default number of days until the data within the domain expires.</p>"
},
"DefaultEncryptionKey":{
"shape":"encryptionKey",
"documentation":"<p>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.</p>"
},
"DeadLetterQueueUrl":{
"shape":"sqsQueueUrl",
"documentation":"<p>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.</p>"
},
2021-08-18 17:45:16 +02:00
"Matching":{
"shape":"MatchingRequest",
2022-01-12 23:38:07 +01:00
"documentation":"<p>The process of matching duplicate profiles. If <code>Matching</code> = <code>true</code>, 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. </p> <p>After the Identity Resolution Job completes, use the <a href=\"https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetMatches.html\">GetMatches</a> API to return and review the results. Or, if you have configured <code>ExportingConfig</code> in the <code>MatchingRequest</code>, you can download the results from S3.</p>"
2021-08-18 17:45:16 +02:00
},
2021-01-26 16:12:20 +01:00
"Tags":{
"shape":"TagMap",
"documentation":"<p>The tags used to organize, track, or control access for this resource.</p>"
}
}
},
"UpdateDomainResponse":{
"type":"structure",
"required":[
"DomainName",
"CreatedAt",
"LastUpdatedAt"
],
"members":{
"DomainName":{
"shape":"name",
2021-08-18 17:45:16 +02:00
"documentation":"<p>The unique name of the domain.</p>"
2021-01-26 16:12:20 +01:00
},
"DefaultExpirationDays":{
"shape":"expirationDaysInteger",
"documentation":"<p>The default number of days until the data within the domain expires.</p>"
},
"DefaultEncryptionKey":{
"shape":"encryptionKey",
"documentation":"<p>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.</p>"
},
"DeadLetterQueueUrl":{
"shape":"sqsQueueUrl",
"documentation":"<p>The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from third party applications.</p>"
},
2021-08-18 17:45:16 +02:00
"Matching":{
"shape":"MatchingResponse",
2022-01-12 23:38:07 +01:00
"documentation":"<p>The process of matching duplicate profiles. If <code>Matching</code> = <code>true</code>, 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. </p> <p>After the Identity Resolution Job completes, use the <a href=\"https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetMatches.html\">GetMatches</a> API to return and review the results. Or, if you have configured <code>ExportingConfig</code> in the <code>MatchingRequest</code>, you can download the results from S3.</p>"
2021-08-18 17:45:16 +02:00
},
2021-01-26 16:12:20 +01:00
"CreatedAt":{
"shape":"timestamp",
"documentation":"<p>The timestamp of when the domain was created.</p>"
},
"LastUpdatedAt":{
"shape":"timestamp",
"documentation":"<p>The timestamp of when the domain was most recently edited.</p>"
},
"Tags":{
"shape":"TagMap",
"documentation":"<p>The tags used to organize, track, or control access for this resource.</p>"
}
}
},
"UpdateProfileRequest":{
"type":"structure",
"required":[
"DomainName",
"ProfileId"
],
"members":{
"DomainName":{
"shape":"name",
"documentation":"<p>The unique name of the domain.</p>",
"location":"uri",
"locationName":"DomainName"
},
"ProfileId":{
"shape":"uuid",
"documentation":"<p>The unique identifier of a customer profile.</p>"
},
"AdditionalInformation":{
"shape":"string0To1000",
2021-08-18 17:45:16 +02:00
"documentation":"<p>Any additional information relevant to the customers profile.</p>"
2021-01-26 16:12:20 +01:00
},
"AccountNumber":{
"shape":"string0To255",
"documentation":"<p>A unique account number that you have given to the customer.</p>"
},
"PartyType":{
"shape":"PartyType",
"documentation":"<p>The type of profile used to describe the customer.</p>"
},
"BusinessName":{
"shape":"string0To255",
"documentation":"<p>The name of the customers business.</p>"
},
"FirstName":{
"shape":"string0To255",
"documentation":"<p>The customers first name.</p>"
},
"MiddleName":{
"shape":"string0To255",
"documentation":"<p>The customers middle name.</p>"
},
"LastName":{
"shape":"string0To255",
"documentation":"<p>The customers last name.</p>"
},
"BirthDate":{
"shape":"string0To255",
2021-08-18 17:45:16 +02:00
"documentation":"<p>The customers birth date. </p>"
2021-01-26 16:12:20 +01:00
},
"Gender":{
"shape":"Gender",
2021-08-18 17:45:16 +02:00
"documentation":"<p>The gender with which the customer identifies. </p>"
2021-01-26 16:12:20 +01:00
},
"PhoneNumber":{
"shape":"string0To255",
2021-08-18 17:45:16 +02:00
"documentation":"<p>The customers phone number, which has not been specified as a mobile, home, or business number. </p>"
2021-01-26 16:12:20 +01:00
},
"MobilePhoneNumber":{
"shape":"string0To255",
"documentation":"<p>The customers mobile phone number.</p>"
},
"HomePhoneNumber":{
"shape":"string0To255",
"documentation":"<p>The customers home phone number.</p>"
},
"BusinessPhoneNumber":{
"shape":"string0To255",
"documentation":"<p>The customers business phone number.</p>"
},
"EmailAddress":{
"shape":"string0To255",
2021-08-18 17:45:16 +02:00
"documentation":"<p>The customers email address, which has not been specified as a personal or business address. </p>"
2021-01-26 16:12:20 +01:00
},
"PersonalEmailAddress":{
"shape":"string0To255",
"documentation":"<p>The customers personal email address.</p>"
},
"BusinessEmailAddress":{
"shape":"string0To255",
"documentation":"<p>The customers business email address.</p>"
},
"Address":{
"shape":"UpdateAddress",
"documentation":"<p>A generic address associated with the customer that is not mailing, shipping, or billing.</p>"
},
"ShippingAddress":{
"shape":"UpdateAddress",
"documentation":"<p>The customers shipping address.</p>"
},
"MailingAddress":{
"shape":"UpdateAddress",
"documentation":"<p>The customers mailing address.</p>"
},
"BillingAddress":{
"shape":"UpdateAddress",
"documentation":"<p>The customers billing address.</p>"
},
"Attributes":{
"shape":"UpdateAttributes",
"documentation":"<p>A key value pair of attributes of a customer profile.</p>"
}
}
},
"UpdateProfileResponse":{
"type":"structure",
"required":["ProfileId"],
"members":{
"ProfileId":{
"shape":"uuid",
"documentation":"<p>The unique identifier of a customer profile.</p>"
}
}
},
2021-08-18 17:45:16 +02:00
"ZendeskConnectorOperator":{
"type":"string",
"enum":[
"PROJECTION",
"GREATER_THAN",
"ADDITION",
"MULTIPLICATION",
"DIVISION",
"SUBTRACTION",
"MASK_ALL",
"MASK_FIRST_N",
"MASK_LAST_N",
"VALIDATE_NON_NULL",
"VALIDATE_NON_ZERO",
"VALIDATE_NON_NEGATIVE",
"VALIDATE_NUMERIC",
"NO_OP"
]
},
"ZendeskSourceProperties":{
"type":"structure",
"required":["Object"],
"members":{
"Object":{
"shape":"Object",
"documentation":"<p>The object specified in the Zendesk flow source.</p>"
}
},
"documentation":"<p>The properties that are applied when using Zendesk as a flow source.</p>"
},
2021-01-26 16:12:20 +01:00
"boolean":{"type":"boolean"},
"encryptionKey":{
"type":"string",
"max":255,
"min":0
},
"expirationDaysInteger":{
"type":"integer",
"max":1098,
"min":1
},
"long":{"type":"long"},
2021-08-18 17:45:16 +02:00
"matchesNumber":{
"type":"integer",
"min":0
},
2021-01-26 16:12:20 +01:00
"maxSize100":{
"type":"integer",
"max":100,
"min":1
},
"message":{"type":"string"},
2021-08-18 17:45:16 +02:00
"optionalBoolean":{"type":"boolean"},
2021-01-26 16:12:20 +01:00
"requestValueList":{
"type":"list",
"member":{"shape":"string1To255"}
},
2022-01-12 23:38:07 +01:00
"s3BucketName":{
"type":"string",
"max":63,
"min":3,
"pattern":"^[a-z0-9.-]+$"
},
"s3KeyName":{
"type":"string",
"max":1024,
"min":1,
"pattern":".*"
},
"s3KeyNameCustomerOutputConfig":{
"type":"string",
"max":800,
"min":1,
"pattern":".*"
},
2021-01-26 16:12:20 +01:00
"sqsQueueUrl":{
"type":"string",
"max":255,
"min":0
},
"string0To1000":{
"type":"string",
"max":1000,
"min":0
},
"string0To255":{
"type":"string",
"max":255,
"min":0
},
"string1To1000":{
"type":"string",
"max":1000,
"min":1
},
"string1To255":{
"type":"string",
"max":255,
"min":1
},
2021-08-18 17:45:16 +02:00
"stringTo2048":{
"type":"string",
"max":2048,
"pattern":".*"
},
2021-01-26 16:12:20 +01:00
"stringifiedJson":{
"type":"string",
"max":256000,
"min":1
},
"text":{
"type":"string",
"max":1000,
"min":1
},
"timestamp":{"type":"timestamp"},
"token":{
"type":"string",
"max":1024,
"min":1
},
"typeName":{
"type":"string",
"max":255,
"min":1,
"pattern":"^[a-zA-Z_][a-zA-Z_0-9-]*$"
},
"uuid":{
"type":"string",
"pattern":"[a-f0-9]{32}"
}
},
2021-08-18 17:45:16 +02:00
"documentation":"<fullname>Amazon Connect Customer Profiles</fullname> <p>Welcome to the Amazon Connect Customer Profiles API Reference. This guide provides information about the Amazon Connect Customer Profiles API, including supported operations, data types, parameters, and schemas.</p> <p>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.</p> <p>If you're new to Amazon Connect , you might find it helpful to also review the <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/what-is-amazon-connect.html\">Amazon Connect Administrator Guide</a>.</p>"
2021-01-26 16:12:20 +01:00
}