diff --git a/.changes/next-release/bugfix-Profile-d6652415.json b/.changes/next-release/bugfix-Profile-d6652415.json new file mode 100644 index 0000000000..2b9eb6470f --- /dev/null +++ b/.changes/next-release/bugfix-Profile-d6652415.json @@ -0,0 +1,5 @@ +{ + "type": "bugfix", + "category": "Profile", + "description": "Removes an incorrectly named service `Profile` that was included in release, v2.801.0" +} \ No newline at end of file diff --git a/apis/metadata.json b/apis/metadata.json index fe3cd54167..fd0733c6be 100644 --- a/apis/metadata.json +++ b/apis/metadata.json @@ -948,9 +948,6 @@ "lookoutvision": { "name": "LookoutVision" }, - "profile": { - "name": "Profile" - }, "sagemakerfeaturestoreruntime": { "prefix": "sagemaker-featurestore-runtime", "name": "SageMakerFeatureStoreRuntime" diff --git a/apis/profile-2020-08-15.examples.json b/apis/profile-2020-08-15.examples.json deleted file mode 100644 index 0ea7e3b0bb..0000000000 --- a/apis/profile-2020-08-15.examples.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "version": "1.0", - "examples": { - } -} diff --git a/apis/profile-2020-08-15.min.json b/apis/profile-2020-08-15.min.json deleted file mode 100644 index 80d094deb0..0000000000 --- a/apis/profile-2020-08-15.min.json +++ /dev/null @@ -1,1311 +0,0 @@ -{ - "version": "2.0", - "metadata": { - "apiVersion": "2020-08-15", - "endpointPrefix": "profile", - "jsonVersion": "1.1", - "protocol": "rest-json", - "serviceAbbreviation": "Profile", - "serviceFullName": "Amazon Connect Customer Profiles", - "serviceId": "Profile", - "signatureVersion": "v4", - "signingName": "profile", - "uid": "profile-2020-08-15" - }, - "operations": { - "AddProfileKey": { - "http": { - "requestUri": "/domains/{DomainName}/profiles/keys" - }, - "input": { - "type": "structure", - "required": [ - "ProfileId", - "KeyName", - "Values", - "DomainName" - ], - "members": { - "ProfileId": {}, - "KeyName": {}, - "Values": { - "shape": "S4" - }, - "DomainName": { - "location": "uri", - "locationName": "DomainName" - } - } - }, - "output": { - "type": "structure", - "members": { - "KeyName": {}, - "Values": { - "shape": "S4" - } - } - } - }, - "CreateDomain": { - "http": { - "requestUri": "/domains/{DomainName}" - }, - "input": { - "type": "structure", - "required": [ - "DomainName", - "DefaultExpirationDays" - ], - "members": { - "DomainName": { - "location": "uri", - "locationName": "DomainName" - }, - "DefaultExpirationDays": { - "type": "integer" - }, - "DefaultEncryptionKey": {}, - "DeadLetterQueueUrl": {}, - "Tags": { - "shape": "Sb" - } - } - }, - "output": { - "type": "structure", - "required": [ - "DomainName", - "DefaultExpirationDays", - "CreatedAt", - "LastUpdatedAt" - ], - "members": { - "DomainName": {}, - "DefaultExpirationDays": { - "type": "integer" - }, - "DefaultEncryptionKey": {}, - "DeadLetterQueueUrl": {}, - "CreatedAt": { - "type": "timestamp" - }, - "LastUpdatedAt": { - "type": "timestamp" - }, - "Tags": { - "shape": "Sb" - } - } - } - }, - "CreateProfile": { - "http": { - "requestUri": "/domains/{DomainName}/profiles" - }, - "input": { - "type": "structure", - "required": [ - "DomainName" - ], - "members": { - "DomainName": { - "location": "uri", - "locationName": "DomainName" - }, - "AccountNumber": {}, - "AdditionalInformation": {}, - "PartyType": {}, - "BusinessName": {}, - "FirstName": {}, - "MiddleName": {}, - "LastName": {}, - "BirthDate": {}, - "Gender": {}, - "PhoneNumber": {}, - "MobilePhoneNumber": {}, - "HomePhoneNumber": {}, - "BusinessPhoneNumber": {}, - "EmailAddress": {}, - "PersonalEmailAddress": {}, - "BusinessEmailAddress": {}, - "Address": { - "shape": "Sk" - }, - "ShippingAddress": { - "shape": "Sk" - }, - "MailingAddress": { - "shape": "Sk" - }, - "BillingAddress": { - "shape": "Sk" - }, - "Attributes": { - "shape": "Sl" - } - } - }, - "output": { - "type": "structure", - "required": [ - "ProfileId" - ], - "members": { - "ProfileId": {} - } - } - }, - "DeleteDomain": { - "http": { - "method": "DELETE", - "requestUri": "/domains/{DomainName}" - }, - "input": { - "type": "structure", - "required": [ - "DomainName" - ], - "members": { - "DomainName": { - "location": "uri", - "locationName": "DomainName" - } - } - }, - "output": { - "type": "structure", - "required": [ - "Message" - ], - "members": { - "Message": {} - } - } - }, - "DeleteIntegration": { - "http": { - "requestUri": "/domains/{DomainName}/integrations/delete" - }, - "input": { - "type": "structure", - "required": [ - "DomainName" - ], - "members": { - "DomainName": { - "location": "uri", - "locationName": "DomainName" - }, - "Uri": {} - } - }, - "output": { - "type": "structure", - "required": [ - "Message" - ], - "members": { - "Message": {} - } - } - }, - "DeleteProfile": { - "http": { - "requestUri": "/domains/{DomainName}/profiles/delete" - }, - "input": { - "type": "structure", - "required": [ - "ProfileId", - "DomainName" - ], - "members": { - "ProfileId": {}, - "DomainName": { - "location": "uri", - "locationName": "DomainName" - } - } - }, - "output": { - "type": "structure", - "members": { - "Message": {} - } - } - }, - "DeleteProfileKey": { - "http": { - "requestUri": "/domains/{DomainName}/profiles/keys/delete" - }, - "input": { - "type": "structure", - "required": [ - "ProfileId", - "KeyName", - "Values", - "DomainName" - ], - "members": { - "ProfileId": {}, - "KeyName": {}, - "Values": { - "shape": "S4" - }, - "DomainName": { - "location": "uri", - "locationName": "DomainName" - } - } - }, - "output": { - "type": "structure", - "members": { - "Message": {} - } - } - }, - "DeleteProfileObject": { - "http": { - "requestUri": "/domains/{DomainName}/profiles/objects/delete" - }, - "input": { - "type": "structure", - "required": [ - "ProfileId", - "ProfileObjectUniqueKey", - "ObjectTypeName", - "DomainName" - ], - "members": { - "ProfileId": {}, - "ProfileObjectUniqueKey": {}, - "ObjectTypeName": {}, - "DomainName": { - "location": "uri", - "locationName": "DomainName" - } - } - }, - "output": { - "type": "structure", - "members": { - "Message": {} - } - } - }, - "DeleteProfileObjectType": { - "http": { - "method": "DELETE", - "requestUri": "/domains/{DomainName}/object-types/{ObjectTypeName}" - }, - "input": { - "type": "structure", - "required": [ - "DomainName", - "ObjectTypeName" - ], - "members": { - "DomainName": { - "location": "uri", - "locationName": "DomainName" - }, - "ObjectTypeName": { - "location": "uri", - "locationName": "ObjectTypeName" - } - } - }, - "output": { - "type": "structure", - "required": [ - "Message" - ], - "members": { - "Message": {} - } - } - }, - "GetDomain": { - "http": { - "method": "GET", - "requestUri": "/domains/{DomainName}" - }, - "input": { - "type": "structure", - "required": [ - "DomainName" - ], - "members": { - "DomainName": { - "location": "uri", - "locationName": "DomainName" - } - } - }, - "output": { - "type": "structure", - "required": [ - "DomainName", - "CreatedAt", - "LastUpdatedAt" - ], - "members": { - "DomainName": {}, - "DefaultExpirationDays": { - "type": "integer" - }, - "DefaultEncryptionKey": {}, - "DeadLetterQueueUrl": {}, - "Stats": { - "type": "structure", - "members": { - "ProfileCount": { - "type": "long" - }, - "MeteringProfileCount": { - "type": "long" - }, - "ObjectCount": { - "type": "long" - }, - "TotalSize": { - "type": "long" - } - } - }, - "CreatedAt": { - "type": "timestamp" - }, - "LastUpdatedAt": { - "type": "timestamp" - }, - "Tags": { - "shape": "Sb" - } - } - } - }, - "GetIntegration": { - "http": { - "requestUri": "/domains/{DomainName}/integrations" - }, - "input": { - "type": "structure", - "required": [ - "DomainName" - ], - "members": { - "DomainName": { - "location": "uri", - "locationName": "DomainName" - }, - "Uri": {} - } - }, - "output": { - "type": "structure", - "required": [ - "DomainName", - "Uri", - "ObjectTypeName", - "CreatedAt", - "LastUpdatedAt" - ], - "members": { - "DomainName": {}, - "Uri": {}, - "ObjectTypeName": {}, - "CreatedAt": { - "type": "timestamp" - }, - "LastUpdatedAt": { - "type": "timestamp" - }, - "Tags": { - "shape": "Sb" - } - } - } - }, - "GetProfileObjectType": { - "http": { - "method": "GET", - "requestUri": "/domains/{DomainName}/object-types/{ObjectTypeName}" - }, - "input": { - "type": "structure", - "required": [ - "DomainName", - "ObjectTypeName" - ], - "members": { - "DomainName": { - "location": "uri", - "locationName": "DomainName" - }, - "ObjectTypeName": { - "location": "uri", - "locationName": "ObjectTypeName" - } - } - }, - "output": { - "type": "structure", - "required": [ - "ObjectTypeName", - "Description" - ], - "members": { - "ObjectTypeName": {}, - "Description": {}, - "TemplateId": {}, - "ExpirationDays": { - "type": "integer" - }, - "EncryptionKey": {}, - "AllowProfileCreation": { - "type": "boolean" - }, - "Fields": { - "shape": "S1b" - }, - "Keys": { - "shape": "S1e" - }, - "CreatedAt": { - "type": "timestamp" - }, - "LastUpdatedAt": { - "type": "timestamp" - }, - "Tags": { - "shape": "Sb" - } - } - } - }, - "GetProfileObjectTypeTemplate": { - "http": { - "method": "GET", - "requestUri": "/templates/{TemplateId}" - }, - "input": { - "type": "structure", - "required": [ - "TemplateId" - ], - "members": { - "TemplateId": { - "location": "uri", - "locationName": "TemplateId" - } - } - }, - "output": { - "type": "structure", - "members": { - "TemplateId": {}, - "SourceName": {}, - "SourceObject": {}, - "AllowProfileCreation": { - "type": "boolean" - }, - "Fields": { - "shape": "S1b" - }, - "Keys": { - "shape": "S1e" - } - } - } - }, - "ListAccountIntegrations": { - "http": { - "requestUri": "/integrations" - }, - "input": { - "type": "structure", - "required": [ - "Uri" - ], - "members": { - "Uri": {}, - "NextToken": { - "location": "querystring", - "locationName": "next-token" - }, - "MaxResults": { - "location": "querystring", - "locationName": "max-results", - "type": "integer" - } - } - }, - "output": { - "type": "structure", - "members": { - "Items": { - "shape": "S1q" - }, - "NextToken": {} - } - } - }, - "ListDomains": { - "http": { - "method": "GET", - "requestUri": "/domains" - }, - "input": { - "type": "structure", - "members": { - "NextToken": { - "location": "querystring", - "locationName": "next-token" - }, - "MaxResults": { - "location": "querystring", - "locationName": "max-results", - "type": "integer" - } - } - }, - "output": { - "type": "structure", - "members": { - "Items": { - "type": "list", - "member": { - "type": "structure", - "required": [ - "DomainName", - "CreatedAt", - "LastUpdatedAt" - ], - "members": { - "DomainName": {}, - "CreatedAt": { - "type": "timestamp" - }, - "LastUpdatedAt": { - "type": "timestamp" - }, - "Tags": { - "shape": "Sb" - } - } - } - }, - "NextToken": {} - } - } - }, - "ListIntegrations": { - "http": { - "method": "GET", - "requestUri": "/domains/{DomainName}/integrations" - }, - "input": { - "type": "structure", - "required": [ - "DomainName" - ], - "members": { - "DomainName": { - "location": "uri", - "locationName": "DomainName" - }, - "NextToken": { - "location": "querystring", - "locationName": "next-token" - }, - "MaxResults": { - "location": "querystring", - "locationName": "max-results", - "type": "integer" - } - } - }, - "output": { - "type": "structure", - "members": { - "Items": { - "shape": "S1q" - }, - "NextToken": {} - } - } - }, - "ListProfileObjectTypeTemplates": { - "http": { - "method": "GET", - "requestUri": "/templates" - }, - "input": { - "type": "structure", - "members": { - "NextToken": { - "location": "querystring", - "locationName": "next-token" - }, - "MaxResults": { - "location": "querystring", - "locationName": "max-results", - "type": "integer" - } - } - }, - "output": { - "type": "structure", - "members": { - "Items": { - "type": "list", - "member": { - "type": "structure", - "members": { - "TemplateId": {}, - "SourceName": {}, - "SourceObject": {} - } - } - }, - "NextToken": {} - } - } - }, - "ListProfileObjectTypes": { - "http": { - "method": "GET", - "requestUri": "/domains/{DomainName}/object-types" - }, - "input": { - "type": "structure", - "required": [ - "DomainName" - ], - "members": { - "DomainName": { - "location": "uri", - "locationName": "DomainName" - }, - "NextToken": { - "location": "querystring", - "locationName": "next-token" - }, - "MaxResults": { - "location": "querystring", - "locationName": "max-results", - "type": "integer" - } - } - }, - "output": { - "type": "structure", - "members": { - "Items": { - "type": "list", - "member": { - "type": "structure", - "required": [ - "ObjectTypeName", - "Description" - ], - "members": { - "ObjectTypeName": {}, - "Description": {}, - "CreatedAt": { - "type": "timestamp" - }, - "LastUpdatedAt": { - "type": "timestamp" - }, - "Tags": { - "shape": "Sb" - } - } - } - }, - "NextToken": {} - } - } - }, - "ListProfileObjects": { - "http": { - "requestUri": "/domains/{DomainName}/profiles/objects" - }, - "input": { - "type": "structure", - "required": [ - "DomainName", - "ObjectTypeName", - "ProfileId" - ], - "members": { - "NextToken": { - "location": "querystring", - "locationName": "next-token" - }, - "MaxResults": { - "location": "querystring", - "locationName": "max-results", - "type": "integer" - }, - "DomainName": { - "location": "uri", - "locationName": "DomainName" - }, - "ObjectTypeName": {}, - "ProfileId": {} - } - }, - "output": { - "type": "structure", - "members": { - "Items": { - "type": "list", - "member": { - "type": "structure", - "members": { - "ObjectTypeName": {}, - "ProfileObjectUniqueKey": {}, - "Object": {} - } - } - }, - "NextToken": {} - } - } - }, - "ListTagsForResource": { - "http": { - "method": "GET", - "requestUri": "/tags/{resourceArn}" - }, - "input": { - "type": "structure", - "required": [ - "resourceArn" - ], - "members": { - "resourceArn": { - "location": "uri", - "locationName": "resourceArn" - } - } - }, - "output": { - "type": "structure", - "members": { - "tags": { - "shape": "Sb" - } - } - } - }, - "PutIntegration": { - "http": { - "method": "PUT", - "requestUri": "/domains/{DomainName}/integrations" - }, - "input": { - "type": "structure", - "required": [ - "DomainName", - "Uri", - "ObjectTypeName" - ], - "members": { - "DomainName": { - "location": "uri", - "locationName": "DomainName" - }, - "Uri": {}, - "ObjectTypeName": {}, - "Tags": { - "shape": "Sb" - } - } - }, - "output": { - "type": "structure", - "required": [ - "DomainName", - "Uri", - "ObjectTypeName", - "CreatedAt", - "LastUpdatedAt" - ], - "members": { - "DomainName": {}, - "Uri": {}, - "ObjectTypeName": {}, - "CreatedAt": { - "type": "timestamp" - }, - "LastUpdatedAt": { - "type": "timestamp" - }, - "Tags": { - "shape": "Sb" - } - } - } - }, - "PutProfileObject": { - "http": { - "method": "PUT", - "requestUri": "/domains/{DomainName}/profiles/objects" - }, - "input": { - "type": "structure", - "required": [ - "ObjectTypeName", - "Object", - "DomainName" - ], - "members": { - "ObjectTypeName": {}, - "Object": {}, - "DomainName": { - "location": "uri", - "locationName": "DomainName" - } - } - }, - "output": { - "type": "structure", - "members": { - "ProfileObjectUniqueKey": {} - } - } - }, - "PutProfileObjectType": { - "http": { - "method": "PUT", - "requestUri": "/domains/{DomainName}/object-types/{ObjectTypeName}" - }, - "input": { - "type": "structure", - "required": [ - "DomainName", - "ObjectTypeName", - "Description" - ], - "members": { - "DomainName": { - "location": "uri", - "locationName": "DomainName" - }, - "ObjectTypeName": { - "location": "uri", - "locationName": "ObjectTypeName" - }, - "Description": {}, - "TemplateId": {}, - "ExpirationDays": { - "type": "integer" - }, - "EncryptionKey": {}, - "AllowProfileCreation": { - "type": "boolean" - }, - "Fields": { - "shape": "S1b" - }, - "Keys": { - "shape": "S1e" - }, - "Tags": { - "shape": "Sb" - } - } - }, - "output": { - "type": "structure", - "required": [ - "ObjectTypeName", - "Description" - ], - "members": { - "ObjectTypeName": {}, - "Description": {}, - "TemplateId": {}, - "ExpirationDays": { - "type": "integer" - }, - "EncryptionKey": {}, - "AllowProfileCreation": { - "type": "boolean" - }, - "Fields": { - "shape": "S1b" - }, - "Keys": { - "shape": "S1e" - }, - "CreatedAt": { - "type": "timestamp" - }, - "LastUpdatedAt": { - "type": "timestamp" - }, - "Tags": { - "shape": "Sb" - } - } - } - }, - "SearchProfiles": { - "http": { - "requestUri": "/domains/{DomainName}/profiles/search" - }, - "input": { - "type": "structure", - "required": [ - "DomainName", - "KeyName", - "Values" - ], - "members": { - "NextToken": { - "location": "querystring", - "locationName": "next-token" - }, - "MaxResults": { - "location": "querystring", - "locationName": "max-results", - "type": "integer" - }, - "DomainName": { - "location": "uri", - "locationName": "DomainName" - }, - "KeyName": {}, - "Values": { - "shape": "S4" - } - } - }, - "output": { - "type": "structure", - "members": { - "Items": { - "type": "list", - "member": { - "type": "structure", - "members": { - "ProfileId": {}, - "AccountNumber": {}, - "AdditionalInformation": {}, - "PartyType": {}, - "BusinessName": {}, - "FirstName": {}, - "MiddleName": {}, - "LastName": {}, - "BirthDate": {}, - "Gender": {}, - "PhoneNumber": {}, - "MobilePhoneNumber": {}, - "HomePhoneNumber": {}, - "BusinessPhoneNumber": {}, - "EmailAddress": {}, - "PersonalEmailAddress": {}, - "BusinessEmailAddress": {}, - "Address": { - "shape": "Sk" - }, - "ShippingAddress": { - "shape": "Sk" - }, - "MailingAddress": { - "shape": "Sk" - }, - "BillingAddress": { - "shape": "Sk" - }, - "Attributes": { - "shape": "Sl" - } - } - } - }, - "NextToken": {} - } - } - }, - "TagResource": { - "http": { - "requestUri": "/tags/{resourceArn}" - }, - "input": { - "type": "structure", - "required": [ - "resourceArn", - "tags" - ], - "members": { - "resourceArn": { - "location": "uri", - "locationName": "resourceArn" - }, - "tags": { - "shape": "Sb" - } - } - }, - "output": { - "type": "structure", - "members": {} - } - }, - "UntagResource": { - "http": { - "method": "DELETE", - "requestUri": "/tags/{resourceArn}" - }, - "input": { - "type": "structure", - "required": [ - "resourceArn", - "tagKeys" - ], - "members": { - "resourceArn": { - "location": "uri", - "locationName": "resourceArn" - }, - "tagKeys": { - "location": "querystring", - "locationName": "tagKeys", - "type": "list", - "member": {} - } - } - }, - "output": { - "type": "structure", - "members": {} - } - }, - "UpdateDomain": { - "http": { - "method": "PUT", - "requestUri": "/domains/{DomainName}" - }, - "input": { - "type": "structure", - "required": [ - "DomainName" - ], - "members": { - "DomainName": { - "location": "uri", - "locationName": "DomainName" - }, - "DefaultExpirationDays": { - "type": "integer" - }, - "DefaultEncryptionKey": {}, - "DeadLetterQueueUrl": {}, - "Tags": { - "shape": "Sb" - } - } - }, - "output": { - "type": "structure", - "required": [ - "DomainName", - "CreatedAt", - "LastUpdatedAt" - ], - "members": { - "DomainName": {}, - "DefaultExpirationDays": { - "type": "integer" - }, - "DefaultEncryptionKey": {}, - "DeadLetterQueueUrl": {}, - "CreatedAt": { - "type": "timestamp" - }, - "LastUpdatedAt": { - "type": "timestamp" - }, - "Tags": { - "shape": "Sb" - } - } - } - }, - "UpdateProfile": { - "http": { - "method": "PUT", - "requestUri": "/domains/{DomainName}/profiles" - }, - "input": { - "type": "structure", - "required": [ - "DomainName", - "ProfileId" - ], - "members": { - "DomainName": { - "location": "uri", - "locationName": "DomainName" - }, - "ProfileId": {}, - "AdditionalInformation": {}, - "AccountNumber": {}, - "PartyType": {}, - "BusinessName": {}, - "FirstName": {}, - "MiddleName": {}, - "LastName": {}, - "BirthDate": {}, - "Gender": {}, - "PhoneNumber": {}, - "MobilePhoneNumber": {}, - "HomePhoneNumber": {}, - "BusinessPhoneNumber": {}, - "EmailAddress": {}, - "PersonalEmailAddress": {}, - "BusinessEmailAddress": {}, - "Address": { - "shape": "S2y" - }, - "ShippingAddress": { - "shape": "S2y" - }, - "MailingAddress": { - "shape": "S2y" - }, - "BillingAddress": { - "shape": "S2y" - }, - "Attributes": { - "type": "map", - "key": {}, - "value": {} - } - } - }, - "output": { - "type": "structure", - "required": [ - "ProfileId" - ], - "members": { - "ProfileId": {} - } - } - } - }, - "shapes": { - "S4": { - "type": "list", - "member": {} - }, - "Sb": { - "type": "map", - "key": {}, - "value": {} - }, - "Sk": { - "type": "structure", - "members": { - "Address1": {}, - "Address2": {}, - "Address3": {}, - "Address4": {}, - "City": {}, - "County": {}, - "State": {}, - "Province": {}, - "Country": {}, - "PostalCode": {} - } - }, - "Sl": { - "type": "map", - "key": {}, - "value": {} - }, - "S1b": { - "type": "map", - "key": {}, - "value": { - "type": "structure", - "members": { - "Source": {}, - "Target": {}, - "ContentType": {} - } - } - }, - "S1e": { - "type": "map", - "key": {}, - "value": { - "type": "list", - "member": { - "type": "structure", - "members": { - "StandardIdentifiers": { - "type": "list", - "member": {} - }, - "FieldNames": { - "type": "list", - "member": {} - } - } - } - } - }, - "S1q": { - "type": "list", - "member": { - "type": "structure", - "required": [ - "DomainName", - "Uri", - "ObjectTypeName", - "CreatedAt", - "LastUpdatedAt" - ], - "members": { - "DomainName": {}, - "Uri": {}, - "ObjectTypeName": {}, - "CreatedAt": { - "type": "timestamp" - }, - "LastUpdatedAt": { - "type": "timestamp" - }, - "Tags": { - "shape": "Sb" - } - } - } - }, - "S2y": { - "type": "structure", - "members": { - "Address1": {}, - "Address2": {}, - "Address3": {}, - "Address4": {}, - "City": {}, - "County": {}, - "State": {}, - "Province": {}, - "Country": {}, - "PostalCode": {} - } - } - } -} \ No newline at end of file diff --git a/apis/profile-2020-08-15.normal.json b/apis/profile-2020-08-15.normal.json deleted file mode 100644 index e74dbd8602..0000000000 --- a/apis/profile-2020-08-15.normal.json +++ /dev/null @@ -1,2862 +0,0 @@ -{ - "version": "2.0", - "metadata": { - "apiVersion": "2020-08-15", - "endpointPrefix": "profile", - "jsonVersion": "1.1", - "protocol": "rest-json", - "serviceAbbreviation": "Profile", - "serviceFullName": "Amazon Connect Customer Profiles", - "serviceId": "Profile", - "signatureVersion": "v4", - "signingName": "profile", - "uid": "profile-2020-08-15" - }, - "operations": { - "AddProfileKey": { - "name": "AddProfileKey", - "http": { - "method": "POST", - "requestUri": "/domains/{DomainName}/profiles/keys" - }, - "input": { - "shape": "AddProfileKeyRequest" - }, - "output": { - "shape": "AddProfileKeyResponse" - }, - "errors": [ - { - "shape": "BadRequestException" - }, - { - "shape": "AccessDeniedException" - }, - { - "shape": "ResourceNotFoundException" - }, - { - "shape": "ThrottlingException" - }, - { - "shape": "InternalServerException" - } - ], - "documentation": "

Associates a new key value with a specific profile, such as a Contact Trace Record (CTR) ContactId.

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

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

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

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

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

Creates a standard profile.

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

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

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

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

Removes an integration from a specific domain.

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

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

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

Removes a searchable key from a customer profile.

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

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

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

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

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

Returns information about a specific domain.

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

Returns an integration for a domain.

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

Returns the object types for a specific domain.

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

Returns the template information for a specific object type.

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

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

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

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

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

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

Lists all of the integrations in your domain.

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

Lists all of the template information for object types.

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

Lists all of the templates available within the service.

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

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

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

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

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

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

An integration can belong to only one domain.

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

Adds additional objects to customer profiles of a given ObjectType.

When adding a specific profile object, like a Contact 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.

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

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

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

Defines a ProfileObjectType.

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

Searches for profiles within a specific domain name using name, phone number, email address, account number, or a custom defined index.

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

Assigns one or more tags (key-value pairs) to the specified Amazon Connect Customer Profiles resource. Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values. In Connect Customer Profiles, domains, profile object types, and integrations can be tagged.

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

You can use the TagResource action with a resource that already has tags. If you specify a new tag key, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag.

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

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

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

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

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

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

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

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

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

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

The unique identifier of a customer profile.

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

A searchable identifier of a customer profile.

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

A list of key values.

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

The unique name of the domain.

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

A searchable identifier of a customer profile.

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

A list of key values.

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

The first line of a customer address.

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

The second line of a customer address.

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

The third line of a customer address.

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

The fourth line of a customer address.

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

The city in which a customer lives.

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

The county in which a customer lives.

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

The state in which a customer lives.

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

The province in which a customer lives.

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

The country in which a customer lives.

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

The postal code of a customer address.

" - } - }, - "documentation": "

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

" - }, - "Attributes": { - "type": "map", - "key": { - "shape": "string1To255" - }, - "value": { - "shape": "string1To255" - } - }, - "CreateDomainRequest": { - "type": "structure", - "required": [ - "DomainName", - "DefaultExpirationDays" - ], - "members": { - "DomainName": { - "shape": "name", - "documentation": "

The unique name of the domain.

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

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

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

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

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

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

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

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

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

The unique name of the domain.

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

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

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

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

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

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

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

The timestamp of when the domain was created.

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

The timestamp of when the domain was most recently edited.

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

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

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

The unique name of the domain.

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

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

" - }, - "AdditionalInformation": { - "shape": "string1To1000", - "documentation": "

Any additional information relevant to the customer's profile.

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

The type of profile used to describe the customer.

" - }, - "BusinessName": { - "shape": "string1To255", - "documentation": "

The name of the customer’s business.

" - }, - "FirstName": { - "shape": "string1To255", - "documentation": "

The customer’s first name.

" - }, - "MiddleName": { - "shape": "string1To255", - "documentation": "

The customer’s middle name.

" - }, - "LastName": { - "shape": "string1To255", - "documentation": "

The customer’s last name.

" - }, - "BirthDate": { - "shape": "string1To255", - "documentation": "

The customer’s birth date.

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

The gender with which the customer identifies.

" - }, - "PhoneNumber": { - "shape": "string1To255", - "documentation": "

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

" - }, - "MobilePhoneNumber": { - "shape": "string1To255", - "documentation": "

The customer’s mobile phone number.

" - }, - "HomePhoneNumber": { - "shape": "string1To255", - "documentation": "

The customer’s home phone number.

" - }, - "BusinessPhoneNumber": { - "shape": "string1To255", - "documentation": "

The customer’s business phone number.

" - }, - "EmailAddress": { - "shape": "string1To255", - "documentation": "

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

" - }, - "PersonalEmailAddress": { - "shape": "string1To255", - "documentation": "

The customer’s personal email address.

" - }, - "BusinessEmailAddress": { - "shape": "string1To255", - "documentation": "

The customer’s business email address.

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

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

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

The customer’s shipping address.

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

The customer’s mailing address.

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

The customer’s billing address.

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

A key value pair of attributes of a customer profile.

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

The unique identifier of a customer profile.

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

The unique name of the domain.

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

A message that indicates the delete request is done.

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

The unique name of the domain.

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

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

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

A message that indicates the delete request is done.

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

The unique identifier of a customer profile.

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

A searchable identifier of a customer profile.

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

A list of key values.

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

The unique name of the domain.

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

A message that indicates the delete request is done.

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

The unique identifier of a customer profile.

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

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

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

The name of the profile object type.

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

The unique name of the domain.

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

A message that indicates the delete request is done.

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

The unique name of the domain.

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

The name of the profile object type.

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

A message that indicates the delete request is done.

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

The unique identifier of a customer profile.

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

The unique name of the domain.

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

A message that indicates the delete request is done.

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

The total number of profiles currently in the domain.

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

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

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

The total number of objects in domain.

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

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

" - } - }, - "documentation": "

Usage-specific statistics about the domain.

" - }, - "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" - } - }, - "Gender": { - "type": "string", - "enum": [ - "MALE", - "FEMALE", - "UNSPECIFIED" - ] - }, - "GetDomainRequest": { - "type": "structure", - "required": [ - "DomainName" - ], - "members": { - "DomainName": { - "shape": "name", - "documentation": "

A unique name for the domain.

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

The unique name of the domain.

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

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

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

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

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

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

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

Usage-specific statistics about the domain.

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

The timestamp of when the domain was created.

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

The timestamp of when the domain was most recently edited.

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

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

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

The unique name of the domain.

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

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

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

The unique name of the domain.

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

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

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

The name of the profile object type.

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

The timestamp of when the domain was created.

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

The timestamp of when the domain was most recently edited.

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

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

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

The unique name of the domain.

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

The name of the profile object type.

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

The name of the profile object type.

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

The description of the profile object type.

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

A unique identifier for the object template.

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

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

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

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

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

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

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

A map of the name and ObjectType field.

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

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

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

The timestamp of when the domain was created.

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

The timestamp of when the domain was most recently edited.

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

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

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

A unique identifier for the object template.

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

A unique identifier for the object template.

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

The name of the source of the object template.

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

The source of the object template.

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

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

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

A map of the name and ObjectType field.

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

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

" - } - } - }, - "IntegrationList": { - "type": "list", - "member": { - "shape": "ListIntegrationItem" - } - }, - "KeyMap": { - "type": "map", - "key": { - "shape": "name" - }, - "value": { - "shape": "ObjectTypeKeyList" - } - }, - "ListAccountIntegrationsRequest": { - "type": "structure", - "required": [ - "Uri" - ], - "members": { - "Uri": { - "shape": "string1To255", - "documentation": "

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

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

The pagination token from the previous ListAccountIntegrations API call.

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

The maximum number of objects returned per page.

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

The list of ListAccountIntegration instances.

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

The pagination token from the previous ListAccountIntegrations API call.

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

The unique name of the domain.

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

The timestamp of when the domain was created.

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

The timestamp of when the domain was most recently edited.

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

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

" - } - }, - "documentation": "

An object in a list that represents a domain.

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

The pagination token from the previous ListDomain API call.

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

The maximum number of objects returned per page.

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

The list of ListDomains instances.

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

The pagination token from the previous ListDomains API call.

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

The unique name of the domain.

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

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

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

The name of the profile object type.

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

The timestamp of when the domain was created.

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

The timestamp of when the domain was most recently edited.

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

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

" - } - }, - "documentation": "

An integration in list of integrations.

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

The unique name of the domain.

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

The pagination token from the previous ListIntegrations API call.

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

The maximum number of objects returned per page.

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

The list of ListIntegrations instances.

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

The pagination token from the previous ListIntegrations API call.

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

The name of the profile object type.

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

Description of the profile object type.

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

The timestamp of when the domain was created.

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

The timestamp of when the domain was most recently edited.

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

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

" - } - }, - "documentation": "

A ProfileObjectType instance.

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

A unique identifier for the object template.

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

The name of the source of the object template.

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

The source of the object template.

" - } - }, - "documentation": "

A ProfileObjectTypeTemplate in a list of ProfileObjectTypeTemplates.

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

The pagination token from the previous ListObjectTypeTemplates API call.

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

The maximum number of objects returned per page.

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

The list of ListProfileObjectType template instances.

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

The pagination token from the previous ListObjectTypeTemplates API call.

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

The unique name of the domain.

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

Identifies the next page of results to return.

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

The maximum number of objects returned per page.

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

The list of ListProfileObjectTypes instances.

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

Identifies the next page of results to return.

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

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

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

The unique identifier of the ProfileObject generated by the service.

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

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

" - } - }, - "documentation": "

A ProfileObject in a list of ProfileObjects.

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

The pagination token from the previous call to ListProfileObjects.

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

The maximum number of objects returned per page.

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

The unique name of the domain.

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

The name of the profile object type.

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

The unique identifier of a customer profile.

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

The list of ListProfileObject instances.

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

The pagination token from the previous call to ListProfileObjects.

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

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

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

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

" - } - } - }, - "ObjectTypeField": { - "type": "structure", - "members": { - "Source": { - "shape": "text", - "documentation": "

A field of a ProfileObject. For example: _source.FirstName, where “_source” is a ProfileObjectType of a Zendesk user and “FirstName” is a field in that ObjectType.

" - }, - "Target": { - "shape": "text", - "documentation": "

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

" - }, - "ContentType": { - "shape": "FieldContentType", - "documentation": "

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

" - } - }, - "documentation": "

Represents a field in a ProfileObjectType.

" - }, - "ObjectTypeKey": { - "type": "structure", - "members": { - "StandardIdentifiers": { - "shape": "StandardIdentifierList", - "documentation": "

The types of keys that a ProfileObject can have. Each ProfileObject can have only 1 UNIQUE key but multiple PROFILE keys. PROFILE means that this key can be used to tie an object to a PROFILE. UNIQUE means that it can be used to uniquely identify an object. If a key a is marked as SECONDARY, it will be used to search for profiles after all other PROFILE keys have been searched. A LOOKUP_ONLY key is only used to match a profile but is not persisted to be used for searching of the profile. A NEW_ONLY key is only used if the profile does not already exist before the object is ingested, otherwise it is only used for matching objects to profiles.

" - }, - "FieldNames": { - "shape": "FieldNameList", - "documentation": "

The reference for the key name of the fields map.

" - } - }, - "documentation": "

An object that defines the Key element of a ProfileObject. A Key is a special element that can be used to search for a customer profile.

" - }, - "ObjectTypeKeyList": { - "type": "list", - "member": { - "shape": "ObjectTypeKey" - } - }, - "PartyType": { - "type": "string", - "enum": [ - "INDIVIDUAL", - "BUSINESS", - "OTHER" - ] - }, - "Profile": { - "type": "structure", - "members": { - "ProfileId": { - "shape": "uuid", - "documentation": "

The unique identifier of a customer profile.

" - }, - "AccountNumber": { - "shape": "string1To255", - "documentation": "

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

" - }, - "AdditionalInformation": { - "shape": "string1To1000", - "documentation": "

Any additional information relevant to the customer's profile.

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

The type of profile used to describe the customer.

" - }, - "BusinessName": { - "shape": "string1To255", - "documentation": "

The name of the customer’s business.

" - }, - "FirstName": { - "shape": "string1To255", - "documentation": "

The customer’s first name.

" - }, - "MiddleName": { - "shape": "string1To255", - "documentation": "

The customer’s middle name.

" - }, - "LastName": { - "shape": "string1To255", - "documentation": "

The customer’s last name.

" - }, - "BirthDate": { - "shape": "string1To255", - "documentation": "

The customer’s birth date.

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

The gender with which the customer identifies.

" - }, - "PhoneNumber": { - "shape": "string1To255", - "documentation": "

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

" - }, - "MobilePhoneNumber": { - "shape": "string1To255", - "documentation": "

The customer’s mobile phone number.

" - }, - "HomePhoneNumber": { - "shape": "string1To255", - "documentation": "

The customer’s home phone number.

" - }, - "BusinessPhoneNumber": { - "shape": "string1To255", - "documentation": "

The customer’s home phone number.

" - }, - "EmailAddress": { - "shape": "string1To255", - "documentation": "

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

" - }, - "PersonalEmailAddress": { - "shape": "string1To255", - "documentation": "

The customer’s personal email address.

" - }, - "BusinessEmailAddress": { - "shape": "string1To255", - "documentation": "

The customer’s business email address.

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

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

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

The customer’s shipping address.

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

The customer’s mailing address.

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

The customer’s billing address.

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

A key value pair of attributes of a customer profile.

" - } - }, - "documentation": "

The standard profile of a customer.

" - }, - "ProfileList": { - "type": "list", - "member": { - "shape": "Profile" - } - }, - "ProfileObjectList": { - "type": "list", - "member": { - "shape": "ListProfileObjectsItem" - } - }, - "ProfileObjectTypeList": { - "type": "list", - "member": { - "shape": "ListProfileObjectTypeItem" - } - }, - "ProfileObjectTypeTemplateList": { - "type": "list", - "member": { - "shape": "ListProfileObjectTypeTemplateItem" - } - }, - "PutIntegrationRequest": { - "type": "structure", - "required": [ - "DomainName", - "Uri", - "ObjectTypeName" - ], - "members": { - "DomainName": { - "shape": "name", - "documentation": "

The unique name of the domain.

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

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

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

The name of the profile object type.

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

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

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

The unique name of the domain.

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

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

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

The name of the profile object type.

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

The timestamp of when the domain was created.

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

The timestamp of when the domain was most recently edited.

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

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

" - } - } - }, - "PutProfileObjectRequest": { - "type": "structure", - "required": [ - "ObjectTypeName", - "Object", - "DomainName" - ], - "members": { - "ObjectTypeName": { - "shape": "typeName", - "documentation": "

The name of the profile object type.

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

A string that is serialized from a JSON object.

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

The unique name of the domain.

", - "location": "uri", - "locationName": "DomainName" - } - } - }, - "PutProfileObjectResponse": { - "type": "structure", - "members": { - "ProfileObjectUniqueKey": { - "shape": "string1To255", - "documentation": "

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

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

The unique name of the domain.

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

The name of the profile object type.

", - "location": "uri", - "locationName": "ObjectTypeName" - }, - "Description": { - "shape": "text", - "documentation": "

Description of the profile object type.

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

A unique identifier for the object template.

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

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

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

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

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

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

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

A map of the name and ObjectType field.

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

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

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

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

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

The name of the profile object type.

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

Description of the profile object type.

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

A unique identifier for the object template.

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

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

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

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

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

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

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

A map of the name and ObjectType field.

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

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

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

The timestamp of when the domain was created.

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

The timestamp of when the domain was most recently edited.

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

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

" - } - } - }, - "SearchProfilesRequest": { - "type": "structure", - "required": [ - "DomainName", - "KeyName", - "Values" - ], - "members": { - "NextToken": { - "shape": "token", - "documentation": "

The pagination token from the previous SearchProfiles API call.

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

The maximum number of objects returned per page.

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

The unique name of the domain.

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

A searchable identifier of a customer profile. The predefined keys you can use to search include: _account, _profileId, _fullName, _phone, _email, _ctrContactId, _marketoLeadId, _salesforceAccountId, _salesforceContactId, _zendeskUserId, _zendeskExternalId, _serviceNowSystemId.

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

A list of key values.

" - } - } - }, - "SearchProfilesResponse": { - "type": "structure", - "members": { - "Items": { - "shape": "ProfileList", - "documentation": "

The list of SearchProfiles instances.

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

The pagination token from the previous SearchProfiles API call.

" - } - } - }, - "StandardIdentifier": { - "type": "string", - "enum": [ - "PROFILE", - "UNIQUE", - "SECONDARY", - "LOOKUP_ONLY", - "NEW_ONLY" - ] - }, - "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": "

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

", - "location": "uri", - "locationName": "resourceArn" - }, - "tags": { - "shape": "TagMap", - "documentation": "

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

" - } - } - }, - "TagResourceResponse": { - "type": "structure", - "members": {} - }, - "TagValue": { - "type": "string", - "max": 256 - }, - "UntagResourceRequest": { - "type": "structure", - "required": [ - "resourceArn", - "tagKeys" - ], - "members": { - "resourceArn": { - "shape": "TagArn", - "documentation": "

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

", - "location": "uri", - "locationName": "resourceArn" - }, - "tagKeys": { - "shape": "TagKeyList", - "documentation": "

The list of tag keys to remove from the resource.

", - "location": "querystring", - "locationName": "tagKeys" - } - } - }, - "UntagResourceResponse": { - "type": "structure", - "members": {} - }, - "UpdateAddress": { - "type": "structure", - "members": { - "Address1": { - "shape": "string0To255", - "documentation": "

The first line of a customer address.

" - }, - "Address2": { - "shape": "string0To255", - "documentation": "

The second line of a customer address.

" - }, - "Address3": { - "shape": "string0To255", - "documentation": "

The third line of a customer address.

" - }, - "Address4": { - "shape": "string0To255", - "documentation": "

The fourth line of a customer address.

" - }, - "City": { - "shape": "string0To255", - "documentation": "

The city in which a customer lives.

" - }, - "County": { - "shape": "string0To255", - "documentation": "

The county in which a customer lives.

" - }, - "State": { - "shape": "string0To255", - "documentation": "

The state in which a customer lives.

" - }, - "Province": { - "shape": "string0To255", - "documentation": "

The province in which a customer lives.

" - }, - "Country": { - "shape": "string0To255", - "documentation": "

The country in which a customer lives.

" - }, - "PostalCode": { - "shape": "string0To255", - "documentation": "

The postal code of a customer address.

" - } - }, - "documentation": "

Updates associated with the address properties of a customer profile.

" - }, - "UpdateAttributes": { - "type": "map", - "key": { - "shape": "string1To255" - }, - "value": { - "shape": "string0To255" - } - }, - "UpdateDomainRequest": { - "type": "structure", - "required": [ - "DomainName" - ], - "members": { - "DomainName": { - "shape": "name", - "documentation": "

The unique name for the domain.

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

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

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

The default encryption key, which is an AWS managed key, is used when no specific type of encryption key is specified. It is used to encrypt all data before it is placed in permanent or semi-permanent storage. If specified as an empty string, it will clear any existing value.

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

The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from third party applications. If specified as an empty string, it will clear any existing value. You must set up a policy on the DeadLetterQueue for the SendMessage operation to enable Amazon Connect Customer Profiles to send messages to the DeadLetterQueue.

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

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

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

The unique name for the domain.

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

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

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

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

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

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

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

The timestamp of when the domain was created.

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

The timestamp of when the domain was most recently edited.

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

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

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

The unique name of the domain.

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

The unique identifier of a customer profile.

" - }, - "AdditionalInformation": { - "shape": "string0To1000", - "documentation": "

Any additional information relevant to the customer's profile.

" - }, - "AccountNumber": { - "shape": "string0To255", - "documentation": "

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

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

The type of profile used to describe the customer.

" - }, - "BusinessName": { - "shape": "string0To255", - "documentation": "

The name of the customer’s business.

" - }, - "FirstName": { - "shape": "string0To255", - "documentation": "

The customer’s first name.

" - }, - "MiddleName": { - "shape": "string0To255", - "documentation": "

The customer’s middle name.

" - }, - "LastName": { - "shape": "string0To255", - "documentation": "

The customer’s last name.

" - }, - "BirthDate": { - "shape": "string0To255", - "documentation": "

The customer’s birth date.

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

The gender with which the customer identifies.

" - }, - "PhoneNumber": { - "shape": "string0To255", - "documentation": "

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

" - }, - "MobilePhoneNumber": { - "shape": "string0To255", - "documentation": "

The customer’s mobile phone number.

" - }, - "HomePhoneNumber": { - "shape": "string0To255", - "documentation": "

The customer’s home phone number.

" - }, - "BusinessPhoneNumber": { - "shape": "string0To255", - "documentation": "

The customer’s business phone number.

" - }, - "EmailAddress": { - "shape": "string0To255", - "documentation": "

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

" - }, - "PersonalEmailAddress": { - "shape": "string0To255", - "documentation": "

The customer’s personal email address.

" - }, - "BusinessEmailAddress": { - "shape": "string0To255", - "documentation": "

The customer’s business email address.

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

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

" - }, - "ShippingAddress": { - "shape": "UpdateAddress", - "documentation": "

The customer’s shipping address.

" - }, - "MailingAddress": { - "shape": "UpdateAddress", - "documentation": "

The customer’s mailing address.

" - }, - "BillingAddress": { - "shape": "UpdateAddress", - "documentation": "

The customer’s billing address.

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

A key value pair of attributes of a customer profile.

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

The unique identifier of a customer profile.

" - } - } - }, - "boolean": { - "type": "boolean" - }, - "encryptionKey": { - "type": "string", - "max": 255, - "min": 0 - }, - "expirationDaysInteger": { - "type": "integer", - "max": 1098, - "min": 1 - }, - "long": { - "type": "long" - }, - "maxSize100": { - "type": "integer", - "max": 100, - "min": 1 - }, - "message": { - "type": "string" - }, - "requestValueList": { - "type": "list", - "member": { - "shape": "string1To255" - } - }, - "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 - }, - "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}" - } - }, - "documentation": "Amazon Connect Customer Profiles

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.

Amazon Connect Customer Profiles is a unified customer profile for your contact center that has pre-built connectors powered by AppFlow that make it easy to combine customer information from third party applications, such as Salesforce (CRM), ServiceNow (ITSM), and your enterprise resource planning (ERP), with contact history from your Amazon Connect contact center.

If you're new to Amazon Connect, you might find it helpful to also review the Amazon Connect Administrator Guide.

" -} \ No newline at end of file diff --git a/apis/profile-2020-08-15.paginators.json b/apis/profile-2020-08-15.paginators.json deleted file mode 100644 index 5677bd8e4a..0000000000 --- a/apis/profile-2020-08-15.paginators.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "pagination": { - } -} diff --git a/clients/all.d.ts b/clients/all.d.ts index 827f5740c6..26e6cdf5fa 100644 --- a/clients/all.d.ts +++ b/clients/all.d.ts @@ -242,5 +242,4 @@ export import ConnectContactLens = require('./connectcontactlens'); export import DevOpsGuru = require('./devopsguru'); export import ECRPUBLIC = require('./ecrpublic'); export import LookoutVision = require('./lookoutvision'); -export import Profile = require('./profile'); export import SageMakerFeatureStoreRuntime = require('./sagemakerfeaturestoreruntime'); diff --git a/clients/all.js b/clients/all.js index 617bac3452..e6d0176c1c 100644 --- a/clients/all.js +++ b/clients/all.js @@ -244,6 +244,5 @@ module.exports = { DevOpsGuru: require('./devopsguru'), ECRPUBLIC: require('./ecrpublic'), LookoutVision: require('./lookoutvision'), - Profile: require('./profile'), SageMakerFeatureStoreRuntime: require('./sagemakerfeaturestoreruntime') }; \ No newline at end of file diff --git a/clients/profile.d.ts b/clients/profile.d.ts deleted file mode 100644 index 83c3f4d960..0000000000 --- a/clients/profile.d.ts +++ /dev/null @@ -1,1570 +0,0 @@ -import {Request} from '../lib/request'; -import {Response} from '../lib/response'; -import {AWSError} from '../lib/error'; -import {Service} from '../lib/service'; -import {ServiceConfigurationOptions} from '../lib/service'; -import {ConfigBase as Config} from '../lib/config-base'; -interface Blob {} -declare class Profile extends Service { - /** - * Constructs a service object. This object has one method for each API operation. - */ - constructor(options?: Profile.Types.ClientConfiguration) - config: Config & Profile.Types.ClientConfiguration; - /** - * Associates a new key value with a specific profile, such as a Contact Trace Record (CTR) ContactId. A profile object can have a single unique key and any number of additional keys that can be used to identify the profile that it belongs to. - */ - addProfileKey(params: Profile.Types.AddProfileKeyRequest, callback?: (err: AWSError, data: Profile.Types.AddProfileKeyResponse) => void): Request; - /** - * Associates a new key value with a specific profile, such as a Contact Trace Record (CTR) ContactId. A profile object can have a single unique key and any number of additional keys that can be used to identify the profile that it belongs to. - */ - addProfileKey(callback?: (err: AWSError, data: Profile.Types.AddProfileKeyResponse) => void): Request; - /** - * Creates a domain, which is a container for all customer data, such as customer profile attributes, object types, profile keys, and encryption keys. You can create multiple domains, and each domain can have multiple third-party integrations. Each Amazon Connect instance can be associated with only one domain. Multiple Amazon Connect instances can be associated with one domain. - */ - createDomain(params: Profile.Types.CreateDomainRequest, callback?: (err: AWSError, data: Profile.Types.CreateDomainResponse) => void): Request; - /** - * Creates a domain, which is a container for all customer data, such as customer profile attributes, object types, profile keys, and encryption keys. You can create multiple domains, and each domain can have multiple third-party integrations. Each Amazon Connect instance can be associated with only one domain. Multiple Amazon Connect instances can be associated with one domain. - */ - createDomain(callback?: (err: AWSError, data: Profile.Types.CreateDomainResponse) => void): Request; - /** - * Creates a standard profile. A standard profile represents the following attributes for a customer profile in a domain. - */ - createProfile(params: Profile.Types.CreateProfileRequest, callback?: (err: AWSError, data: Profile.Types.CreateProfileResponse) => void): Request; - /** - * Creates a standard profile. A standard profile represents the following attributes for a customer profile in a domain. - */ - createProfile(callback?: (err: AWSError, data: Profile.Types.CreateProfileResponse) => void): Request; - /** - * Deletes a specific domain and all of its customer data, such as customer profile attributes and their related objects. - */ - deleteDomain(params: Profile.Types.DeleteDomainRequest, callback?: (err: AWSError, data: Profile.Types.DeleteDomainResponse) => void): Request; - /** - * Deletes a specific domain and all of its customer data, such as customer profile attributes and their related objects. - */ - deleteDomain(callback?: (err: AWSError, data: Profile.Types.DeleteDomainResponse) => void): Request; - /** - * Removes an integration from a specific domain. - */ - deleteIntegration(params: Profile.Types.DeleteIntegrationRequest, callback?: (err: AWSError, data: Profile.Types.DeleteIntegrationResponse) => void): Request; - /** - * Removes an integration from a specific domain. - */ - deleteIntegration(callback?: (err: AWSError, data: Profile.Types.DeleteIntegrationResponse) => void): Request; - /** - * Deletes the standard customer profile and all data pertaining to the profile. - */ - deleteProfile(params: Profile.Types.DeleteProfileRequest, callback?: (err: AWSError, data: Profile.Types.DeleteProfileResponse) => void): Request; - /** - * Deletes the standard customer profile and all data pertaining to the profile. - */ - deleteProfile(callback?: (err: AWSError, data: Profile.Types.DeleteProfileResponse) => void): Request; - /** - * Removes a searchable key from a customer profile. - */ - deleteProfileKey(params: Profile.Types.DeleteProfileKeyRequest, callback?: (err: AWSError, data: Profile.Types.DeleteProfileKeyResponse) => void): Request; - /** - * Removes a searchable key from a customer profile. - */ - deleteProfileKey(callback?: (err: AWSError, data: Profile.Types.DeleteProfileKeyResponse) => void): Request; - /** - * Removes an object associated with a profile of a given ProfileObjectType. - */ - deleteProfileObject(params: Profile.Types.DeleteProfileObjectRequest, callback?: (err: AWSError, data: Profile.Types.DeleteProfileObjectResponse) => void): Request; - /** - * Removes an object associated with a profile of a given ProfileObjectType. - */ - deleteProfileObject(callback?: (err: AWSError, data: Profile.Types.DeleteProfileObjectResponse) => void): Request; - /** - * 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. - */ - deleteProfileObjectType(params: Profile.Types.DeleteProfileObjectTypeRequest, callback?: (err: AWSError, data: Profile.Types.DeleteProfileObjectTypeResponse) => void): Request; - /** - * 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. - */ - deleteProfileObjectType(callback?: (err: AWSError, data: Profile.Types.DeleteProfileObjectTypeResponse) => void): Request; - /** - * Returns information about a specific domain. - */ - getDomain(params: Profile.Types.GetDomainRequest, callback?: (err: AWSError, data: Profile.Types.GetDomainResponse) => void): Request; - /** - * Returns information about a specific domain. - */ - getDomain(callback?: (err: AWSError, data: Profile.Types.GetDomainResponse) => void): Request; - /** - * Returns an integration for a domain. - */ - getIntegration(params: Profile.Types.GetIntegrationRequest, callback?: (err: AWSError, data: Profile.Types.GetIntegrationResponse) => void): Request; - /** - * Returns an integration for a domain. - */ - getIntegration(callback?: (err: AWSError, data: Profile.Types.GetIntegrationResponse) => void): Request; - /** - * Returns the object types for a specific domain. - */ - getProfileObjectType(params: Profile.Types.GetProfileObjectTypeRequest, callback?: (err: AWSError, data: Profile.Types.GetProfileObjectTypeResponse) => void): Request; - /** - * Returns the object types for a specific domain. - */ - getProfileObjectType(callback?: (err: AWSError, data: Profile.Types.GetProfileObjectTypeResponse) => void): Request; - /** - * Returns the template information for a specific object type. A template is a predefined ProfileObjectType, such as “Salesforce-Account” or “Salesforce-Contact.” When a user sends a ProfileObject, using the PutProfileObject API, with an ObjectTypeName that matches one of the TemplateIds, it uses the mappings from the template. - */ - getProfileObjectTypeTemplate(params: Profile.Types.GetProfileObjectTypeTemplateRequest, callback?: (err: AWSError, data: Profile.Types.GetProfileObjectTypeTemplateResponse) => void): Request; - /** - * Returns the template information for a specific object type. A template is a predefined ProfileObjectType, such as “Salesforce-Account” or “Salesforce-Contact.” When a user sends a ProfileObject, using the PutProfileObject API, with an ObjectTypeName that matches one of the TemplateIds, it uses the mappings from the template. - */ - getProfileObjectTypeTemplate(callback?: (err: AWSError, data: Profile.Types.GetProfileObjectTypeTemplateResponse) => void): Request; - /** - * Lists all of the integrations associated to a specific URI in the AWS account. - */ - listAccountIntegrations(params: Profile.Types.ListAccountIntegrationsRequest, callback?: (err: AWSError, data: Profile.Types.ListAccountIntegrationsResponse) => void): Request; - /** - * Lists all of the integrations associated to a specific URI in the AWS account. - */ - listAccountIntegrations(callback?: (err: AWSError, data: Profile.Types.ListAccountIntegrationsResponse) => void): Request; - /** - * Returns a list of all the domains for an AWS account that have been created. - */ - listDomains(params: Profile.Types.ListDomainsRequest, callback?: (err: AWSError, data: Profile.Types.ListDomainsResponse) => void): Request; - /** - * Returns a list of all the domains for an AWS account that have been created. - */ - listDomains(callback?: (err: AWSError, data: Profile.Types.ListDomainsResponse) => void): Request; - /** - * Lists all of the integrations in your domain. - */ - listIntegrations(params: Profile.Types.ListIntegrationsRequest, callback?: (err: AWSError, data: Profile.Types.ListIntegrationsResponse) => void): Request; - /** - * Lists all of the integrations in your domain. - */ - listIntegrations(callback?: (err: AWSError, data: Profile.Types.ListIntegrationsResponse) => void): Request; - /** - * Lists all of the template information for object types. - */ - listProfileObjectTypeTemplates(params: Profile.Types.ListProfileObjectTypeTemplatesRequest, callback?: (err: AWSError, data: Profile.Types.ListProfileObjectTypeTemplatesResponse) => void): Request; - /** - * Lists all of the template information for object types. - */ - listProfileObjectTypeTemplates(callback?: (err: AWSError, data: Profile.Types.ListProfileObjectTypeTemplatesResponse) => void): Request; - /** - * Lists all of the templates available within the service. - */ - listProfileObjectTypes(params: Profile.Types.ListProfileObjectTypesRequest, callback?: (err: AWSError, data: Profile.Types.ListProfileObjectTypesResponse) => void): Request; - /** - * Lists all of the templates available within the service. - */ - listProfileObjectTypes(callback?: (err: AWSError, data: Profile.Types.ListProfileObjectTypesResponse) => void): Request; - /** - * Returns a list of objects associated with a profile of a given ProfileObjectType. - */ - listProfileObjects(params: Profile.Types.ListProfileObjectsRequest, callback?: (err: AWSError, data: Profile.Types.ListProfileObjectsResponse) => void): Request; - /** - * Returns a list of objects associated with a profile of a given ProfileObjectType. - */ - listProfileObjects(callback?: (err: AWSError, data: Profile.Types.ListProfileObjectsResponse) => void): Request; - /** - * Displays the tags associated with an Amazon Connect Customer Profiles resource. In Connect Customer Profiles, domains, profile object types, and integrations can be tagged. - */ - listTagsForResource(params: Profile.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: Profile.Types.ListTagsForResourceResponse) => void): Request; - /** - * Displays the tags associated with an Amazon Connect Customer Profiles resource. In Connect Customer Profiles, domains, profile object types, and integrations can be tagged. - */ - listTagsForResource(callback?: (err: AWSError, data: Profile.Types.ListTagsForResourceResponse) => void): Request; - /** - * Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon Connect. An integration can belong to only one domain. - */ - putIntegration(params: Profile.Types.PutIntegrationRequest, callback?: (err: AWSError, data: Profile.Types.PutIntegrationResponse) => void): Request; - /** - * Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon Connect. An integration can belong to only one domain. - */ - putIntegration(callback?: (err: AWSError, data: Profile.Types.PutIntegrationResponse) => void): Request; - /** - * Adds additional objects to customer profiles of a given ObjectType. 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. When a ProfileObject is created and if a ProfileObjectType already exists for the ProfileObject, it will provide data to a standard profile depending on the ProfileObjectType definition. PutProfileObject needs an ObjectType, which can be created using PutProfileObjectType. - */ - putProfileObject(params: Profile.Types.PutProfileObjectRequest, callback?: (err: AWSError, data: Profile.Types.PutProfileObjectResponse) => void): Request; - /** - * Adds additional objects to customer profiles of a given ObjectType. 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. When a ProfileObject is created and if a ProfileObjectType already exists for the ProfileObject, it will provide data to a standard profile depending on the ProfileObjectType definition. PutProfileObject needs an ObjectType, which can be created using PutProfileObjectType. - */ - putProfileObject(callback?: (err: AWSError, data: Profile.Types.PutProfileObjectResponse) => void): Request; - /** - * Defines a ProfileObjectType. - */ - putProfileObjectType(params: Profile.Types.PutProfileObjectTypeRequest, callback?: (err: AWSError, data: Profile.Types.PutProfileObjectTypeResponse) => void): Request; - /** - * Defines a ProfileObjectType. - */ - putProfileObjectType(callback?: (err: AWSError, data: Profile.Types.PutProfileObjectTypeResponse) => void): Request; - /** - * Searches for profiles within a specific domain name using name, phone number, email address, account number, or a custom defined index. - */ - searchProfiles(params: Profile.Types.SearchProfilesRequest, callback?: (err: AWSError, data: Profile.Types.SearchProfilesResponse) => void): Request; - /** - * Searches for profiles within a specific domain name using name, phone number, email address, account number, or a custom defined index. - */ - searchProfiles(callback?: (err: AWSError, data: Profile.Types.SearchProfilesResponse) => void): Request; - /** - * Assigns one or more tags (key-value pairs) to the specified Amazon Connect Customer Profiles resource. Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values. In Connect Customer Profiles, domains, profile object types, and integrations can be tagged. Tags don't have any semantic meaning to AWS and are interpreted strictly as strings of characters. You can use the TagResource action with a resource that already has tags. If you specify a new tag key, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag. You can associate as many as 50 tags with a resource. - */ - tagResource(params: Profile.Types.TagResourceRequest, callback?: (err: AWSError, data: Profile.Types.TagResourceResponse) => void): Request; - /** - * Assigns one or more tags (key-value pairs) to the specified Amazon Connect Customer Profiles resource. Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values. In Connect Customer Profiles, domains, profile object types, and integrations can be tagged. Tags don't have any semantic meaning to AWS and are interpreted strictly as strings of characters. You can use the TagResource action with a resource that already has tags. If you specify a new tag key, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag. You can associate as many as 50 tags with a resource. - */ - tagResource(callback?: (err: AWSError, data: Profile.Types.TagResourceResponse) => void): Request; - /** - * 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. - */ - untagResource(params: Profile.Types.UntagResourceRequest, callback?: (err: AWSError, data: Profile.Types.UntagResourceResponse) => void): Request; - /** - * 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. - */ - untagResource(callback?: (err: AWSError, data: Profile.Types.UntagResourceResponse) => void): Request; - /** - * Updates the properties of a domain, including creating or selecting a dead letter queue or an encryption key. Once a domain is created, the name can’t be changed. - */ - updateDomain(params: Profile.Types.UpdateDomainRequest, callback?: (err: AWSError, data: Profile.Types.UpdateDomainResponse) => void): Request; - /** - * Updates the properties of a domain, including creating or selecting a dead letter queue or an encryption key. Once a domain is created, the name can’t be changed. - */ - updateDomain(callback?: (err: AWSError, data: Profile.Types.UpdateDomainResponse) => void): Request; - /** - * Updates the properties of a profile. The ProfileId is required for updating a customer profile. When calling the UpdateProfile API, specifying an empty string value means that any existing value will be removed. Not specifying a string value means that any value already there will be kept. - */ - updateProfile(params: Profile.Types.UpdateProfileRequest, callback?: (err: AWSError, data: Profile.Types.UpdateProfileResponse) => void): Request; - /** - * Updates the properties of a profile. The ProfileId is required for updating a customer profile. When calling the UpdateProfile API, specifying an empty string value means that any existing value will be removed. Not specifying a string value means that any value already there will be kept. - */ - updateProfile(callback?: (err: AWSError, data: Profile.Types.UpdateProfileResponse) => void): Request; -} -declare namespace Profile { - export type name = string; - export interface AddProfileKeyRequest { - /** - * The unique identifier of a customer profile. - */ - ProfileId: uuid; - /** - * A searchable identifier of a customer profile. - */ - KeyName: name; - /** - * A list of key values. - */ - Values: requestValueList; - /** - * The unique name of the domain. - */ - DomainName: name; - } - export interface AddProfileKeyResponse { - /** - * A searchable identifier of a customer profile. - */ - KeyName?: name; - /** - * A list of key values. - */ - Values?: requestValueList; - } - export interface Address { - /** - * The first line of a customer address. - */ - Address1?: string1To255; - /** - * The second line of a customer address. - */ - Address2?: string1To255; - /** - * The third line of a customer address. - */ - Address3?: string1To255; - /** - * The fourth line of a customer address. - */ - Address4?: string1To255; - /** - * The city in which a customer lives. - */ - City?: string1To255; - /** - * The county in which a customer lives. - */ - County?: string1To255; - /** - * The state in which a customer lives. - */ - State?: string1To255; - /** - * The province in which a customer lives. - */ - Province?: string1To255; - /** - * The country in which a customer lives. - */ - Country?: string1To255; - /** - * The postal code of a customer address. - */ - PostalCode?: string1To255; - } - export type Attributes = {[key: string]: string1To255}; - export interface CreateDomainRequest { - /** - * The unique name of the domain. - */ - DomainName: name; - /** - * The default number of days until the data within the domain expires. - */ - DefaultExpirationDays: expirationDaysInteger; - /** - * 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. - */ - DefaultEncryptionKey?: encryptionKey; - /** - * 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. - */ - DeadLetterQueueUrl?: sqsQueueUrl; - /** - * The tags used to organize, track, or control access for this resource. - */ - Tags?: TagMap; - } - export interface CreateDomainResponse { - /** - * The unique name of the domain. - */ - DomainName: name; - /** - * The default number of days until the data within the domain expires. - */ - DefaultExpirationDays: expirationDaysInteger; - /** - * 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. - */ - DefaultEncryptionKey?: encryptionKey; - /** - * The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from third party applications. - */ - DeadLetterQueueUrl?: sqsQueueUrl; - /** - * The timestamp of when the domain was created. - */ - CreatedAt: timestamp; - /** - * The timestamp of when the domain was most recently edited. - */ - LastUpdatedAt: timestamp; - /** - * The tags used to organize, track, or control access for this resource. - */ - Tags?: TagMap; - } - export interface CreateProfileRequest { - /** - * The unique name of the domain. - */ - DomainName: name; - /** - * A unique account number that you have given to the customer. - */ - AccountNumber?: string1To255; - /** - * Any additional information relevant to the customer's profile. - */ - AdditionalInformation?: string1To1000; - /** - * The type of profile used to describe the customer. - */ - PartyType?: PartyType; - /** - * The name of the customer’s business. - */ - BusinessName?: string1To255; - /** - * The customer’s first name. - */ - FirstName?: string1To255; - /** - * The customer’s middle name. - */ - MiddleName?: string1To255; - /** - * The customer’s last name. - */ - LastName?: string1To255; - /** - * The customer’s birth date. - */ - BirthDate?: string1To255; - /** - * The gender with which the customer identifies. - */ - Gender?: Gender; - /** - * The customer's phone number, which has not been specified as a mobile, home, or business number. - */ - PhoneNumber?: string1To255; - /** - * The customer’s mobile phone number. - */ - MobilePhoneNumber?: string1To255; - /** - * The customer’s home phone number. - */ - HomePhoneNumber?: string1To255; - /** - * The customer’s business phone number. - */ - BusinessPhoneNumber?: string1To255; - /** - * The customer's email address, which has not been specified as a personal or business address. - */ - EmailAddress?: string1To255; - /** - * The customer’s personal email address. - */ - PersonalEmailAddress?: string1To255; - /** - * The customer’s business email address. - */ - BusinessEmailAddress?: string1To255; - /** - * A generic address associated with the customer that is not mailing, shipping, or billing. - */ - Address?: Address; - /** - * The customer’s shipping address. - */ - ShippingAddress?: Address; - /** - * The customer’s mailing address. - */ - MailingAddress?: Address; - /** - * The customer’s billing address. - */ - BillingAddress?: Address; - /** - * A key value pair of attributes of a customer profile. - */ - Attributes?: Attributes; - } - export interface CreateProfileResponse { - /** - * The unique identifier of a customer profile. - */ - ProfileId: uuid; - } - export interface DeleteDomainRequest { - /** - * The unique name of the domain. - */ - DomainName: name; - } - export interface DeleteDomainResponse { - /** - * A message that indicates the delete request is done. - */ - Message: message; - } - export interface DeleteIntegrationRequest { - /** - * The unique name of the domain. - */ - DomainName: name; - /** - * The URI of the S3 bucket or any other type of data source. - */ - Uri?: string1To255; - } - export interface DeleteIntegrationResponse { - /** - * A message that indicates the delete request is done. - */ - Message: message; - } - export interface DeleteProfileKeyRequest { - /** - * The unique identifier of a customer profile. - */ - ProfileId: uuid; - /** - * A searchable identifier of a customer profile. - */ - KeyName: name; - /** - * A list of key values. - */ - Values: requestValueList; - /** - * The unique name of the domain. - */ - DomainName: name; - } - export interface DeleteProfileKeyResponse { - /** - * A message that indicates the delete request is done. - */ - Message?: message; - } - export interface DeleteProfileObjectRequest { - /** - * The unique identifier of a customer profile. - */ - ProfileId: uuid; - /** - * The unique identifier of the profile object generated by the service. - */ - ProfileObjectUniqueKey: string1To255; - /** - * The name of the profile object type. - */ - ObjectTypeName: typeName; - /** - * The unique name of the domain. - */ - DomainName: name; - } - export interface DeleteProfileObjectResponse { - /** - * A message that indicates the delete request is done. - */ - Message?: message; - } - export interface DeleteProfileObjectTypeRequest { - /** - * The unique name of the domain. - */ - DomainName: name; - /** - * The name of the profile object type. - */ - ObjectTypeName: typeName; - } - export interface DeleteProfileObjectTypeResponse { - /** - * A message that indicates the delete request is done. - */ - Message: message; - } - export interface DeleteProfileRequest { - /** - * The unique identifier of a customer profile. - */ - ProfileId: uuid; - /** - * The unique name of the domain. - */ - DomainName: name; - } - export interface DeleteProfileResponse { - /** - * A message that indicates the delete request is done. - */ - Message?: message; - } - export type DomainList = ListDomainItem[]; - export interface DomainStats { - /** - * The total number of profiles currently in the domain. - */ - ProfileCount?: long; - /** - * 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. - */ - MeteringProfileCount?: long; - /** - * The total number of objects in domain. - */ - ObjectCount?: long; - /** - * The total size, in bytes, of all objects in the domain. - */ - TotalSize?: long; - } - export type FieldContentType = "STRING"|"NUMBER"|"PHONE_NUMBER"|"EMAIL_ADDRESS"|"NAME"|string; - export type FieldMap = {[key: string]: ObjectTypeField}; - export type FieldNameList = name[]; - export type Gender = "MALE"|"FEMALE"|"UNSPECIFIED"|string; - export interface GetDomainRequest { - /** - * A unique name for the domain. - */ - DomainName: name; - } - export interface GetDomainResponse { - /** - * The unique name of the domain. - */ - DomainName: name; - /** - * The default number of days until the data within the domain expires. - */ - DefaultExpirationDays?: expirationDaysInteger; - /** - * 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. - */ - DefaultEncryptionKey?: encryptionKey; - /** - * The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from third party applications. - */ - DeadLetterQueueUrl?: sqsQueueUrl; - /** - * Usage-specific statistics about the domain. - */ - Stats?: DomainStats; - /** - * The timestamp of when the domain was created. - */ - CreatedAt: timestamp; - /** - * The timestamp of when the domain was most recently edited. - */ - LastUpdatedAt: timestamp; - /** - * The tags used to organize, track, or control access for this resource. - */ - Tags?: TagMap; - } - export interface GetIntegrationRequest { - /** - * The unique name of the domain. - */ - DomainName: name; - /** - * The URI of the S3 bucket or any other type of data source. - */ - Uri?: string1To255; - } - export interface GetIntegrationResponse { - /** - * The unique name of the domain. - */ - DomainName: name; - /** - * The URI of the S3 bucket or any other type of data source. - */ - Uri: string1To255; - /** - * The name of the profile object type. - */ - ObjectTypeName: typeName; - /** - * The timestamp of when the domain was created. - */ - CreatedAt: timestamp; - /** - * The timestamp of when the domain was most recently edited. - */ - LastUpdatedAt: timestamp; - /** - * The tags used to organize, track, or control access for this resource. - */ - Tags?: TagMap; - } - export interface GetProfileObjectTypeRequest { - /** - * The unique name of the domain. - */ - DomainName: name; - /** - * The name of the profile object type. - */ - ObjectTypeName: typeName; - } - export interface GetProfileObjectTypeResponse { - /** - * The name of the profile object type. - */ - ObjectTypeName: typeName; - /** - * The description of the profile object type. - */ - Description: text; - /** - * A unique identifier for the object template. - */ - TemplateId?: name; - /** - * The number of days until the data in the object expires. - */ - ExpirationDays?: expirationDaysInteger; - /** - * The customer-provided key to encrypt the profile object that will be created in this profile object type. - */ - EncryptionKey?: encryptionKey; - /** - * Indicates whether a profile should be created when data is received if one doesn’t exist for an object of this type. The default is FALSE. If the AllowProfileCreation flag is set to FALSE, then the service tries to fetch a standard profile and associate this object with the profile. If it is set to TRUE, and if no match is found, then the service creates a new standard profile. - */ - AllowProfileCreation?: boolean; - /** - * A map of the name and ObjectType field. - */ - Fields?: FieldMap; - /** - * A list of unique keys that can be used to map data to the profile. - */ - Keys?: KeyMap; - /** - * The timestamp of when the domain was created. - */ - CreatedAt?: timestamp; - /** - * The timestamp of when the domain was most recently edited. - */ - LastUpdatedAt?: timestamp; - /** - * The tags used to organize, track, or control access for this resource. - */ - Tags?: TagMap; - } - export interface GetProfileObjectTypeTemplateRequest { - /** - * A unique identifier for the object template. - */ - TemplateId: name; - } - export interface GetProfileObjectTypeTemplateResponse { - /** - * A unique identifier for the object template. - */ - TemplateId?: name; - /** - * The name of the source of the object template. - */ - SourceName?: name; - /** - * The source of the object template. - */ - SourceObject?: name; - /** - * Indicates whether a profile should be created when data is received if one doesn’t exist for an object of this type. The default is FALSE. If the AllowProfileCreation flag is set to FALSE, then the service tries to fetch a standard profile and associate this object with the profile. If it is set to TRUE, and if no match is found, then the service creates a new standard profile. - */ - AllowProfileCreation?: boolean; - /** - * A map of the name and ObjectType field. - */ - Fields?: FieldMap; - /** - * A list of unique keys that can be used to map data to the profile. - */ - Keys?: KeyMap; - } - export type IntegrationList = ListIntegrationItem[]; - export type KeyMap = {[key: string]: ObjectTypeKeyList}; - export interface ListAccountIntegrationsRequest { - /** - * The URI of the S3 bucket or any other type of data source. - */ - Uri: string1To255; - /** - * The pagination token from the previous ListAccountIntegrations API call. - */ - NextToken?: token; - /** - * The maximum number of objects returned per page. - */ - MaxResults?: maxSize100; - } - export interface ListAccountIntegrationsResponse { - /** - * The list of ListAccountIntegration instances. - */ - Items?: IntegrationList; - /** - * The pagination token from the previous ListAccountIntegrations API call. - */ - NextToken?: token; - } - export interface ListDomainItem { - /** - * The unique name of the domain. - */ - DomainName: name; - /** - * The timestamp of when the domain was created. - */ - CreatedAt: timestamp; - /** - * The timestamp of when the domain was most recently edited. - */ - LastUpdatedAt: timestamp; - /** - * The tags used to organize, track, or control access for this resource. - */ - Tags?: TagMap; - } - export interface ListDomainsRequest { - /** - * The pagination token from the previous ListDomain API call. - */ - NextToken?: token; - /** - * The maximum number of objects returned per page. - */ - MaxResults?: maxSize100; - } - export interface ListDomainsResponse { - /** - * The list of ListDomains instances. - */ - Items?: DomainList; - /** - * The pagination token from the previous ListDomains API call. - */ - NextToken?: token; - } - export interface ListIntegrationItem { - /** - * The unique name of the domain. - */ - DomainName: name; - /** - * The URI of the S3 bucket or any other type of data source. - */ - Uri: string1To255; - /** - * The name of the profile object type. - */ - ObjectTypeName: typeName; - /** - * The timestamp of when the domain was created. - */ - CreatedAt: timestamp; - /** - * The timestamp of when the domain was most recently edited. - */ - LastUpdatedAt: timestamp; - /** - * The tags used to organize, track, or control access for this resource. - */ - Tags?: TagMap; - } - export interface ListIntegrationsRequest { - /** - * The unique name of the domain. - */ - DomainName: name; - /** - * The pagination token from the previous ListIntegrations API call. - */ - NextToken?: token; - /** - * The maximum number of objects returned per page. - */ - MaxResults?: maxSize100; - } - export interface ListIntegrationsResponse { - /** - * The list of ListIntegrations instances. - */ - Items?: IntegrationList; - /** - * The pagination token from the previous ListIntegrations API call. - */ - NextToken?: token; - } - export interface ListProfileObjectTypeItem { - /** - * The name of the profile object type. - */ - ObjectTypeName: typeName; - /** - * Description of the profile object type. - */ - Description: text; - /** - * The timestamp of when the domain was created. - */ - CreatedAt?: timestamp; - /** - * The timestamp of when the domain was most recently edited. - */ - LastUpdatedAt?: timestamp; - /** - * The tags used to organize, track, or control access for this resource. - */ - Tags?: TagMap; - } - export interface ListProfileObjectTypeTemplateItem { - /** - * A unique identifier for the object template. - */ - TemplateId?: name; - /** - * The name of the source of the object template. - */ - SourceName?: name; - /** - * The source of the object template. - */ - SourceObject?: name; - } - export interface ListProfileObjectTypeTemplatesRequest { - /** - * The pagination token from the previous ListObjectTypeTemplates API call. - */ - NextToken?: token; - /** - * The maximum number of objects returned per page. - */ - MaxResults?: maxSize100; - } - export interface ListProfileObjectTypeTemplatesResponse { - /** - * The list of ListProfileObjectType template instances. - */ - Items?: ProfileObjectTypeTemplateList; - /** - * The pagination token from the previous ListObjectTypeTemplates API call. - */ - NextToken?: token; - } - export interface ListProfileObjectTypesRequest { - /** - * The unique name of the domain. - */ - DomainName: name; - /** - * Identifies the next page of results to return. - */ - NextToken?: token; - /** - * The maximum number of objects returned per page. - */ - MaxResults?: maxSize100; - } - export interface ListProfileObjectTypesResponse { - /** - * The list of ListProfileObjectTypes instances. - */ - Items?: ProfileObjectTypeList; - /** - * Identifies the next page of results to return. - */ - NextToken?: token; - } - export interface ListProfileObjectsItem { - /** - * Specifies the kind of object being added to a profile, such as "Salesforce-Account." - */ - ObjectTypeName?: typeName; - /** - * The unique identifier of the ProfileObject generated by the service. - */ - ProfileObjectUniqueKey?: string1To255; - /** - * A JSON representation of a ProfileObject that belongs to a profile. - */ - Object?: stringifiedJson; - } - export interface ListProfileObjectsRequest { - /** - * The pagination token from the previous call to ListProfileObjects. - */ - NextToken?: token; - /** - * The maximum number of objects returned per page. - */ - MaxResults?: maxSize100; - /** - * The unique name of the domain. - */ - DomainName: name; - /** - * The name of the profile object type. - */ - ObjectTypeName: typeName; - /** - * The unique identifier of a customer profile. - */ - ProfileId: uuid; - } - export interface ListProfileObjectsResponse { - /** - * The list of ListProfileObject instances. - */ - Items?: ProfileObjectList; - /** - * The pagination token from the previous call to ListProfileObjects. - */ - NextToken?: token; - } - export interface ListTagsForResourceRequest { - /** - * The ARN of the resource for which you want to view tags. - */ - resourceArn: TagArn; - } - export interface ListTagsForResourceResponse { - /** - * The tags used to organize, track, or control access for this resource. - */ - tags?: TagMap; - } - export interface ObjectTypeField { - /** - * 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. - */ - Source?: text; - /** - * The location of the data in the standard ProfileObject model. For example: _profile.Address.PostalCode. - */ - Target?: text; - /** - * The content type of the field. Used for determining equality when searching. - */ - ContentType?: FieldContentType; - } - export interface ObjectTypeKey { - /** - * The types of keys that a ProfileObject can have. Each ProfileObject can have only 1 UNIQUE key but multiple PROFILE keys. PROFILE means that this key can be used to tie an object to a PROFILE. 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. - */ - StandardIdentifiers?: StandardIdentifierList; - /** - * The reference for the key name of the fields map. - */ - FieldNames?: FieldNameList; - } - export type ObjectTypeKeyList = ObjectTypeKey[]; - export type PartyType = "INDIVIDUAL"|"BUSINESS"|"OTHER"|string; - export interface Profile { - /** - * The unique identifier of a customer profile. - */ - ProfileId?: uuid; - /** - * A unique account number that you have given to the customer. - */ - AccountNumber?: string1To255; - /** - * Any additional information relevant to the customer's profile. - */ - AdditionalInformation?: string1To1000; - /** - * The type of profile used to describe the customer. - */ - PartyType?: PartyType; - /** - * The name of the customer’s business. - */ - BusinessName?: string1To255; - /** - * The customer’s first name. - */ - FirstName?: string1To255; - /** - * The customer’s middle name. - */ - MiddleName?: string1To255; - /** - * The customer’s last name. - */ - LastName?: string1To255; - /** - * The customer’s birth date. - */ - BirthDate?: string1To255; - /** - * The gender with which the customer identifies. - */ - Gender?: Gender; - /** - * The customer's phone number, which has not been specified as a mobile, home, or business number. - */ - PhoneNumber?: string1To255; - /** - * The customer’s mobile phone number. - */ - MobilePhoneNumber?: string1To255; - /** - * The customer’s home phone number. - */ - HomePhoneNumber?: string1To255; - /** - * The customer’s home phone number. - */ - BusinessPhoneNumber?: string1To255; - /** - * The customer's email address, which has not been specified as a personal or business address. - */ - EmailAddress?: string1To255; - /** - * The customer’s personal email address. - */ - PersonalEmailAddress?: string1To255; - /** - * The customer’s business email address. - */ - BusinessEmailAddress?: string1To255; - /** - * A generic address associated with the customer that is not mailing, shipping, or billing. - */ - Address?: Address; - /** - * The customer’s shipping address. - */ - ShippingAddress?: Address; - /** - * The customer’s mailing address. - */ - MailingAddress?: Address; - /** - * The customer’s billing address. - */ - BillingAddress?: Address; - /** - * A key value pair of attributes of a customer profile. - */ - Attributes?: Attributes; - } - export type ProfileList = Profile[]; - export type ProfileObjectList = ListProfileObjectsItem[]; - export type ProfileObjectTypeList = ListProfileObjectTypeItem[]; - export type ProfileObjectTypeTemplateList = ListProfileObjectTypeTemplateItem[]; - export interface PutIntegrationRequest { - /** - * The unique name of the domain. - */ - DomainName: name; - /** - * The URI of the S3 bucket or any other type of data source. - */ - Uri: string1To255; - /** - * The name of the profile object type. - */ - ObjectTypeName: typeName; - /** - * The tags used to organize, track, or control access for this resource. - */ - Tags?: TagMap; - } - export interface PutIntegrationResponse { - /** - * The unique name of the domain. - */ - DomainName: name; - /** - * The URI of the S3 bucket or any other type of data source. - */ - Uri: string1To255; - /** - * The name of the profile object type. - */ - ObjectTypeName: typeName; - /** - * The timestamp of when the domain was created. - */ - CreatedAt: timestamp; - /** - * The timestamp of when the domain was most recently edited. - */ - LastUpdatedAt: timestamp; - /** - * The tags used to organize, track, or control access for this resource. - */ - Tags?: TagMap; - } - export interface PutProfileObjectRequest { - /** - * The name of the profile object type. - */ - ObjectTypeName: typeName; - /** - * A string that is serialized from a JSON object. - */ - Object: stringifiedJson; - /** - * The unique name of the domain. - */ - DomainName: name; - } - export interface PutProfileObjectResponse { - /** - * The unique identifier of the profile object generated by the service. - */ - ProfileObjectUniqueKey?: string1To255; - } - export interface PutProfileObjectTypeRequest { - /** - * The unique name of the domain. - */ - DomainName: name; - /** - * The name of the profile object type. - */ - ObjectTypeName: typeName; - /** - * Description of the profile object type. - */ - Description: text; - /** - * A unique identifier for the object template. - */ - TemplateId?: name; - /** - * The number of days until the data in the object expires. - */ - ExpirationDays?: expirationDaysInteger; - /** - * The customer-provided key to encrypt the profile object that will be created in this profile object type. - */ - EncryptionKey?: encryptionKey; - /** - * Indicates whether a profile should be created when data is received if one doesn’t exist for an object of this type. The default is FALSE. If the AllowProfileCreation flag is set to FALSE, then the service tries to fetch a standard profile and associate this object with the profile. If it is set to TRUE, and if no match is found, then the service creates a new standard profile. - */ - AllowProfileCreation?: boolean; - /** - * A map of the name and ObjectType field. - */ - Fields?: FieldMap; - /** - * A list of unique keys that can be used to map data to the profile. - */ - Keys?: KeyMap; - /** - * The tags used to organize, track, or control access for this resource. - */ - Tags?: TagMap; - } - export interface PutProfileObjectTypeResponse { - /** - * The name of the profile object type. - */ - ObjectTypeName: typeName; - /** - * Description of the profile object type. - */ - Description: text; - /** - * A unique identifier for the object template. - */ - TemplateId?: name; - /** - * The number of days until the data in the object expires. - */ - ExpirationDays?: expirationDaysInteger; - /** - * The customer-provided key to encrypt the profile object that will be created in this profile object type. - */ - EncryptionKey?: encryptionKey; - /** - * Indicates whether a profile should be created when data is received if one doesn’t exist for an object of this type. The default is FALSE. If the AllowProfileCreation flag is set to FALSE, then the service tries to fetch a standard profile and associate this object with the profile. If it is set to TRUE, and if no match is found, then the service creates a new standard profile. - */ - AllowProfileCreation?: boolean; - /** - * A map of the name and ObjectType field. - */ - Fields?: FieldMap; - /** - * A list of unique keys that can be used to map data to the profile. - */ - Keys?: KeyMap; - /** - * The timestamp of when the domain was created. - */ - CreatedAt?: timestamp; - /** - * The timestamp of when the domain was most recently edited. - */ - LastUpdatedAt?: timestamp; - /** - * The tags used to organize, track, or control access for this resource. - */ - Tags?: TagMap; - } - export interface SearchProfilesRequest { - /** - * The pagination token from the previous SearchProfiles API call. - */ - NextToken?: token; - /** - * The maximum number of objects returned per page. - */ - MaxResults?: maxSize100; - /** - * The unique name of the domain. - */ - DomainName: name; - /** - * A searchable identifier of a customer profile. The predefined keys you can use to search include: _account, _profileId, _fullName, _phone, _email, _ctrContactId, _marketoLeadId, _salesforceAccountId, _salesforceContactId, _zendeskUserId, _zendeskExternalId, _serviceNowSystemId. - */ - KeyName: name; - /** - * A list of key values. - */ - Values: requestValueList; - } - export interface SearchProfilesResponse { - /** - * The list of SearchProfiles instances. - */ - Items?: ProfileList; - /** - * The pagination token from the previous SearchProfiles API call. - */ - NextToken?: token; - } - export type StandardIdentifier = "PROFILE"|"UNIQUE"|"SECONDARY"|"LOOKUP_ONLY"|"NEW_ONLY"|string; - export type StandardIdentifierList = StandardIdentifier[]; - export type TagArn = string; - export type TagKey = string; - export type TagKeyList = TagKey[]; - export type TagMap = {[key: string]: TagValue}; - export interface TagResourceRequest { - /** - * The ARN of the resource that you're adding tags to. - */ - resourceArn: TagArn; - /** - * The tags used to organize, track, or control access for this resource. - */ - tags: TagMap; - } - export interface TagResourceResponse { - } - export type TagValue = string; - export interface UntagResourceRequest { - /** - * The ARN of the resource from which you are removing tags. - */ - resourceArn: TagArn; - /** - * The list of tag keys to remove from the resource. - */ - tagKeys: TagKeyList; - } - export interface UntagResourceResponse { - } - export interface UpdateAddress { - /** - * The first line of a customer address. - */ - Address1?: string0To255; - /** - * The second line of a customer address. - */ - Address2?: string0To255; - /** - * The third line of a customer address. - */ - Address3?: string0To255; - /** - * The fourth line of a customer address. - */ - Address4?: string0To255; - /** - * The city in which a customer lives. - */ - City?: string0To255; - /** - * The county in which a customer lives. - */ - County?: string0To255; - /** - * The state in which a customer lives. - */ - State?: string0To255; - /** - * The province in which a customer lives. - */ - Province?: string0To255; - /** - * The country in which a customer lives. - */ - Country?: string0To255; - /** - * The postal code of a customer address. - */ - PostalCode?: string0To255; - } - export type UpdateAttributes = {[key: string]: string0To255}; - export interface UpdateDomainRequest { - /** - * The unique name for the domain. - */ - DomainName: name; - /** - * The default number of days until the data within the domain expires. - */ - DefaultExpirationDays?: expirationDaysInteger; - /** - * 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. - */ - DefaultEncryptionKey?: encryptionKey; - /** - * 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. - */ - DeadLetterQueueUrl?: sqsQueueUrl; - /** - * The tags used to organize, track, or control access for this resource. - */ - Tags?: TagMap; - } - export interface UpdateDomainResponse { - /** - * The unique name for the domain. - */ - DomainName: name; - /** - * The default number of days until the data within the domain expires. - */ - DefaultExpirationDays?: expirationDaysInteger; - /** - * 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. - */ - DefaultEncryptionKey?: encryptionKey; - /** - * The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from third party applications. - */ - DeadLetterQueueUrl?: sqsQueueUrl; - /** - * The timestamp of when the domain was created. - */ - CreatedAt: timestamp; - /** - * The timestamp of when the domain was most recently edited. - */ - LastUpdatedAt: timestamp; - /** - * The tags used to organize, track, or control access for this resource. - */ - Tags?: TagMap; - } - export interface UpdateProfileRequest { - /** - * The unique name of the domain. - */ - DomainName: name; - /** - * The unique identifier of a customer profile. - */ - ProfileId: uuid; - /** - * Any additional information relevant to the customer's profile. - */ - AdditionalInformation?: string0To1000; - /** - * A unique account number that you have given to the customer. - */ - AccountNumber?: string0To255; - /** - * The type of profile used to describe the customer. - */ - PartyType?: PartyType; - /** - * The name of the customer’s business. - */ - BusinessName?: string0To255; - /** - * The customer’s first name. - */ - FirstName?: string0To255; - /** - * The customer’s middle name. - */ - MiddleName?: string0To255; - /** - * The customer’s last name. - */ - LastName?: string0To255; - /** - * The customer’s birth date. - */ - BirthDate?: string0To255; - /** - * The gender with which the customer identifies. - */ - Gender?: Gender; - /** - * The customer's phone number, which has not been specified as a mobile, home, or business number. - */ - PhoneNumber?: string0To255; - /** - * The customer’s mobile phone number. - */ - MobilePhoneNumber?: string0To255; - /** - * The customer’s home phone number. - */ - HomePhoneNumber?: string0To255; - /** - * The customer’s business phone number. - */ - BusinessPhoneNumber?: string0To255; - /** - * The customer's email address, which has not been specified as a personal or business address. - */ - EmailAddress?: string0To255; - /** - * The customer’s personal email address. - */ - PersonalEmailAddress?: string0To255; - /** - * The customer’s business email address. - */ - BusinessEmailAddress?: string0To255; - /** - * A generic address associated with the customer that is not mailing, shipping, or billing. - */ - Address?: UpdateAddress; - /** - * The customer’s shipping address. - */ - ShippingAddress?: UpdateAddress; - /** - * The customer’s mailing address. - */ - MailingAddress?: UpdateAddress; - /** - * The customer’s billing address. - */ - BillingAddress?: UpdateAddress; - /** - * A key value pair of attributes of a customer profile. - */ - Attributes?: UpdateAttributes; - } - export interface UpdateProfileResponse { - /** - * The unique identifier of a customer profile. - */ - ProfileId: uuid; - } - export type encryptionKey = string; - export type expirationDaysInteger = number; - export type long = number; - export type maxSize100 = number; - export type message = string; - export type requestValueList = string1To255[]; - export type sqsQueueUrl = string; - export type string0To1000 = string; - export type string0To255 = string; - export type string1To1000 = string; - export type string1To255 = string; - export type stringifiedJson = string; - export type text = string; - export type timestamp = Date; - export type token = string; - export type typeName = string; - export type uuid = string; - /** - * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version. - */ - export type apiVersion = "2020-08-15"|"latest"|string; - export interface ClientApiVersions { - /** - * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version. - */ - apiVersion?: apiVersion; - } - export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions; - /** - * Contains interfaces for use with the Profile client. - */ - export import Types = Profile; -} -export = Profile; diff --git a/clients/profile.js b/clients/profile.js deleted file mode 100644 index cfd22875b9..0000000000 --- a/clients/profile.js +++ /dev/null @@ -1,18 +0,0 @@ -require('../lib/node_loader'); -var AWS = require('../lib/core'); -var Service = AWS.Service; -var apiLoader = AWS.apiLoader; - -apiLoader.services['profile'] = {}; -AWS.Profile = Service.defineService('profile', ['2020-08-15']); -Object.defineProperty(apiLoader.services['profile'], '2020-08-15', { - get: function get() { - var model = require('../apis/profile-2020-08-15.min.json'); - model.paginators = require('../apis/profile-2020-08-15.paginators.json').pagination; - return model; - }, - enumerable: true, - configurable: true -}); - -module.exports = AWS.Profile; diff --git a/lib/config_service_placeholders.d.ts b/lib/config_service_placeholders.d.ts index 7191789940..ab109077dd 100644 --- a/lib/config_service_placeholders.d.ts +++ b/lib/config_service_placeholders.d.ts @@ -244,7 +244,6 @@ export abstract class ConfigurationServicePlaceholders { devopsguru?: AWS.DevOpsGuru.Types.ClientConfiguration; ecrpublic?: AWS.ECRPUBLIC.Types.ClientConfiguration; lookoutvision?: AWS.LookoutVision.Types.ClientConfiguration; - profile?: AWS.Profile.Types.ClientConfiguration; sagemakerfeaturestoreruntime?: AWS.SageMakerFeatureStoreRuntime.Types.ClientConfiguration; } export interface ConfigurationServiceApiVersions { @@ -492,6 +491,5 @@ export interface ConfigurationServiceApiVersions { devopsguru?: AWS.DevOpsGuru.Types.apiVersion; ecrpublic?: AWS.ECRPUBLIC.Types.apiVersion; lookoutvision?: AWS.LookoutVision.Types.apiVersion; - profile?: AWS.Profile.Types.apiVersion; sagemakerfeaturestoreruntime?: AWS.SageMakerFeatureStoreRuntime.Types.apiVersion; }