1{
2    "smithy": "1.0",
3    "metadata": {
4        "suppressions": [
5            {
6                "id": "HttpMethodSemantics",
7                "namespace": "*"
8            },
9            {
10                "id": "HttpResponseCodeSemantics",
11                "namespace": "*"
12            },
13            {
14                "id": "PaginatedTrait",
15                "namespace": "*"
16            },
17            {
18                "id": "HttpHeaderTrait",
19                "namespace": "*"
20            },
21            {
22                "id": "HttpUriConflict",
23                "namespace": "*"
24            },
25            {
26                "id": "Service",
27                "namespace": "*"
28            }
29        ]
30    },
31    "shapes": {
32        "com.amazonaws.customerprofiles#AccessDeniedException": {
33            "type": "structure",
34            "members": {
35                "Message": {
36                    "target": "com.amazonaws.customerprofiles#message"
37                }
38            },
39            "traits": {
40                "smithy.api#documentation": "<p>You do not have sufficient access to perform this action.</p>",
41                "smithy.api#error": "client",
42                "smithy.api#httpError": 403
43            }
44        },
45        "com.amazonaws.customerprofiles#AddProfileKey": {
46            "type": "operation",
47            "input": {
48                "target": "com.amazonaws.customerprofiles#AddProfileKeyRequest"
49            },
50            "output": {
51                "target": "com.amazonaws.customerprofiles#AddProfileKeyResponse"
52            },
53            "errors": [
54                {
55                    "target": "com.amazonaws.customerprofiles#AccessDeniedException"
56                },
57                {
58                    "target": "com.amazonaws.customerprofiles#BadRequestException"
59                },
60                {
61                    "target": "com.amazonaws.customerprofiles#InternalServerException"
62                },
63                {
64                    "target": "com.amazonaws.customerprofiles#ResourceNotFoundException"
65                },
66                {
67                    "target": "com.amazonaws.customerprofiles#ThrottlingException"
68                }
69            ],
70            "traits": {
71                "smithy.api#documentation": "<p>Associates a new key value with a specific profile, such as a Contact Trace Record (CTR)\n         ContactId.</p>\n         <p>A profile object can have a single unique key and any number of additional keys that can\n         be used to identify the profile that it belongs to.</p>",
72                "smithy.api#http": {
73                    "method": "POST",
74                    "uri": "/domains/{DomainName}/profiles/keys",
75                    "code": 200
76                }
77            }
78        },
79        "com.amazonaws.customerprofiles#AddProfileKeyRequest": {
80            "type": "structure",
81            "members": {
82                "ProfileId": {
83                    "target": "com.amazonaws.customerprofiles#uuid",
84                    "traits": {
85                        "smithy.api#documentation": "<p>The unique identifier of a customer profile.</p>",
86                        "smithy.api#required": {}
87                    }
88                },
89                "KeyName": {
90                    "target": "com.amazonaws.customerprofiles#name",
91                    "traits": {
92                        "smithy.api#documentation": "<p>A searchable identifier of a customer profile.</p>",
93                        "smithy.api#required": {}
94                    }
95                },
96                "Values": {
97                    "target": "com.amazonaws.customerprofiles#requestValueList",
98                    "traits": {
99                        "smithy.api#documentation": "<p>A list of key values.</p>",
100                        "smithy.api#required": {}
101                    }
102                },
103                "DomainName": {
104                    "target": "com.amazonaws.customerprofiles#name",
105                    "traits": {
106                        "smithy.api#documentation": "<p>The unique name of the domain.</p>",
107                        "smithy.api#httpLabel": {},
108                        "smithy.api#required": {}
109                    }
110                }
111            }
112        },
113        "com.amazonaws.customerprofiles#AddProfileKeyResponse": {
114            "type": "structure",
115            "members": {
116                "KeyName": {
117                    "target": "com.amazonaws.customerprofiles#name",
118                    "traits": {
119                        "smithy.api#documentation": "<p>A searchable identifier of a customer profile.</p>"
120                    }
121                },
122                "Values": {
123                    "target": "com.amazonaws.customerprofiles#requestValueList",
124                    "traits": {
125                        "smithy.api#documentation": "<p>A list of key values.</p>"
126                    }
127                }
128            }
129        },
130        "com.amazonaws.customerprofiles#Address": {
131            "type": "structure",
132            "members": {
133                "Address1": {
134                    "target": "com.amazonaws.customerprofiles#string1To255",
135                    "traits": {
136                        "smithy.api#documentation": "<p>The first line of a customer address.</p>"
137                    }
138                },
139                "Address2": {
140                    "target": "com.amazonaws.customerprofiles#string1To255",
141                    "traits": {
142                        "smithy.api#documentation": "<p>The second line of a customer address.</p>"
143                    }
144                },
145                "Address3": {
146                    "target": "com.amazonaws.customerprofiles#string1To255",
147                    "traits": {
148                        "smithy.api#documentation": "<p>The third line of a customer address.</p>"
149                    }
150                },
151                "Address4": {
152                    "target": "com.amazonaws.customerprofiles#string1To255",
153                    "traits": {
154                        "smithy.api#documentation": "<p>The fourth line of a customer address.</p>"
155                    }
156                },
157                "City": {
158                    "target": "com.amazonaws.customerprofiles#string1To255",
159                    "traits": {
160                        "smithy.api#documentation": "<p>The city in which a customer lives.</p>"
161                    }
162                },
163                "County": {
164                    "target": "com.amazonaws.customerprofiles#string1To255",
165                    "traits": {
166                        "smithy.api#documentation": "<p>The county in which a customer lives.</p>"
167                    }
168                },
169                "State": {
170                    "target": "com.amazonaws.customerprofiles#string1To255",
171                    "traits": {
172                        "smithy.api#documentation": "<p>The state in which a customer lives.</p>"
173                    }
174                },
175                "Province": {
176                    "target": "com.amazonaws.customerprofiles#string1To255",
177                    "traits": {
178                        "smithy.api#documentation": "<p>The province in which a customer lives.</p>"
179                    }
180                },
181                "Country": {
182                    "target": "com.amazonaws.customerprofiles#string1To255",
183                    "traits": {
184                        "smithy.api#documentation": "<p>The country in which a customer lives.</p>"
185                    }
186                },
187                "PostalCode": {
188                    "target": "com.amazonaws.customerprofiles#string1To255",
189                    "traits": {
190                        "smithy.api#documentation": "<p>The postal code of a customer address.</p>"
191                    }
192                }
193            },
194            "traits": {
195                "smithy.api#documentation": "<p>A generic address associated with the customer that is not mailing, shipping, or\n         billing.</p>"
196            }
197        },
198        "com.amazonaws.customerprofiles#Attributes": {
199            "type": "map",
200            "key": {
201                "target": "com.amazonaws.customerprofiles#string1To255"
202            },
203            "value": {
204                "target": "com.amazonaws.customerprofiles#string1To255"
205            }
206        },
207        "com.amazonaws.customerprofiles#BadRequestException": {
208            "type": "structure",
209            "members": {
210                "Message": {
211                    "target": "com.amazonaws.customerprofiles#message"
212                }
213            },
214            "traits": {
215                "smithy.api#documentation": "<p>The input you provided is invalid.</p>",
216                "smithy.api#error": "client",
217                "smithy.api#httpError": 400
218            }
219        },
220        "com.amazonaws.customerprofiles#BucketName": {
221            "type": "string",
222            "traits": {
223                "smithy.api#length": {
224                    "min": 3,
225                    "max": 63
226                },
227                "smithy.api#pattern": "\\S+"
228            }
229        },
230        "com.amazonaws.customerprofiles#BucketPrefix": {
231            "type": "string",
232            "traits": {
233                "smithy.api#length": {
234                    "min": 0,
235                    "max": 512
236                },
237                "smithy.api#pattern": ".*"
238            }
239        },
240        "com.amazonaws.customerprofiles#ConnectorOperator": {
241            "type": "structure",
242            "members": {
243                "Marketo": {
244                    "target": "com.amazonaws.customerprofiles#MarketoConnectorOperator",
245                    "traits": {
246                        "smithy.api#documentation": "<p>The operation to be performed on the provided Marketo source fields.</p>"
247                    }
248                },
249                "S3": {
250                    "target": "com.amazonaws.customerprofiles#S3ConnectorOperator",
251                    "traits": {
252                        "smithy.api#documentation": "<p>The operation to be performed on the provided Amazon S3 source fields.</p>"
253                    }
254                },
255                "Salesforce": {
256                    "target": "com.amazonaws.customerprofiles#SalesforceConnectorOperator",
257                    "traits": {
258                        "smithy.api#documentation": "<p>The operation to be performed on the provided Salesforce source fields.</p>"
259                    }
260                },
261                "ServiceNow": {
262                    "target": "com.amazonaws.customerprofiles#ServiceNowConnectorOperator",
263                    "traits": {
264                        "smithy.api#documentation": "<p>The operation to be performed on the provided ServiceNow source fields.</p>"
265                    }
266                },
267                "Zendesk": {
268                    "target": "com.amazonaws.customerprofiles#ZendeskConnectorOperator",
269                    "traits": {
270                        "smithy.api#documentation": "<p>The operation to be performed on the provided Zendesk source fields.</p>"
271                    }
272                }
273            },
274            "traits": {
275                "smithy.api#documentation": "<p>The operation to be performed on the provided source fields.</p>"
276            }
277        },
278        "com.amazonaws.customerprofiles#ConnectorProfileName": {
279            "type": "string",
280            "traits": {
281                "smithy.api#length": {
282                    "min": 0,
283                    "max": 256
284                },
285                "smithy.api#pattern": "[\\w/!@#+=.-]+"
286            }
287        },
288        "com.amazonaws.customerprofiles#CreateDomain": {
289            "type": "operation",
290            "input": {
291                "target": "com.amazonaws.customerprofiles#CreateDomainRequest"
292            },
293            "output": {
294                "target": "com.amazonaws.customerprofiles#CreateDomainResponse"
295            },
296            "errors": [
297                {
298                    "target": "com.amazonaws.customerprofiles#AccessDeniedException"
299                },
300                {
301                    "target": "com.amazonaws.customerprofiles#BadRequestException"
302                },
303                {
304                    "target": "com.amazonaws.customerprofiles#InternalServerException"
305                },
306                {
307                    "target": "com.amazonaws.customerprofiles#ResourceNotFoundException"
308                },
309                {
310                    "target": "com.amazonaws.customerprofiles#ThrottlingException"
311                }
312            ],
313            "traits": {
314                "smithy.api#documentation": "<p>Creates a domain, which is a container for all customer data, such as customer profile\n         attributes, object types, profile keys, and encryption keys. You can create multiple\n         domains, and each domain can have multiple third-party integrations.</p>\n         <p>Each Amazon Connect instance can be associated with only one domain. Multiple Amazon Connect instances can\n         be associated with one domain.</p>",
315                "smithy.api#http": {
316                    "method": "POST",
317                    "uri": "/domains/{DomainName}",
318                    "code": 200
319                }
320            }
321        },
322        "com.amazonaws.customerprofiles#CreateDomainRequest": {
323            "type": "structure",
324            "members": {
325                "DomainName": {
326                    "target": "com.amazonaws.customerprofiles#name",
327                    "traits": {
328                        "smithy.api#documentation": "<p>The unique name of the domain.</p>",
329                        "smithy.api#httpLabel": {},
330                        "smithy.api#required": {}
331                    }
332                },
333                "DefaultExpirationDays": {
334                    "target": "com.amazonaws.customerprofiles#expirationDaysInteger",
335                    "traits": {
336                        "smithy.api#documentation": "<p>The default number of days until the data within the domain expires.</p>",
337                        "smithy.api#required": {}
338                    }
339                },
340                "DefaultEncryptionKey": {
341                    "target": "com.amazonaws.customerprofiles#encryptionKey",
342                    "traits": {
343                        "smithy.api#documentation": "<p>The default encryption key, which is an AWS managed key, is used when no specific type\n         of encryption key is specified. It is used to encrypt all data before it is placed in\n         permanent or semi-permanent storage.</p>"
344                    }
345                },
346                "DeadLetterQueueUrl": {
347                    "target": "com.amazonaws.customerprofiles#sqsQueueUrl",
348                    "traits": {
349                        "smithy.api#documentation": "<p>The URL of the SQS dead letter queue, which is used for reporting errors associated with\n         ingesting data from third party applications. You must set up a policy on the\n         DeadLetterQueue for the SendMessage operation to enable Amazon Connect Customer Profiles to send\n         messages to the DeadLetterQueue.</p>"
350                    }
351                },
352                "Tags": {
353                    "target": "com.amazonaws.customerprofiles#TagMap",
354                    "traits": {
355                        "smithy.api#documentation": "<p>The tags used to organize, track, or control access for this resource.</p>"
356                    }
357                }
358            }
359        },
360        "com.amazonaws.customerprofiles#CreateDomainResponse": {
361            "type": "structure",
362            "members": {
363                "DomainName": {
364                    "target": "com.amazonaws.customerprofiles#name",
365                    "traits": {
366                        "smithy.api#documentation": "<p>The unique name of the domain.</p>",
367                        "smithy.api#required": {}
368                    }
369                },
370                "DefaultExpirationDays": {
371                    "target": "com.amazonaws.customerprofiles#expirationDaysInteger",
372                    "traits": {
373                        "smithy.api#documentation": "<p>The default number of days until the data within the domain expires.</p>",
374                        "smithy.api#required": {}
375                    }
376                },
377                "DefaultEncryptionKey": {
378                    "target": "com.amazonaws.customerprofiles#encryptionKey",
379                    "traits": {
380                        "smithy.api#documentation": "<p>The default encryption key, which is an AWS managed key, is used when no specific type\n         of encryption key is specified. It is used to encrypt all data before it is placed in\n         permanent or semi-permanent storage.</p>"
381                    }
382                },
383                "DeadLetterQueueUrl": {
384                    "target": "com.amazonaws.customerprofiles#sqsQueueUrl",
385                    "traits": {
386                        "smithy.api#documentation": "<p>The URL of the SQS dead letter queue, which is used for reporting errors associated with\n         ingesting data from third party applications.</p>"
387                    }
388                },
389                "CreatedAt": {
390                    "target": "com.amazonaws.customerprofiles#timestamp",
391                    "traits": {
392                        "smithy.api#documentation": "<p>The timestamp of when the domain was created.</p>",
393                        "smithy.api#required": {}
394                    }
395                },
396                "LastUpdatedAt": {
397                    "target": "com.amazonaws.customerprofiles#timestamp",
398                    "traits": {
399                        "smithy.api#documentation": "<p>The timestamp of when the domain was most recently edited.</p>",
400                        "smithy.api#required": {}
401                    }
402                },
403                "Tags": {
404                    "target": "com.amazonaws.customerprofiles#TagMap",
405                    "traits": {
406                        "smithy.api#documentation": "<p>The tags used to organize, track, or control access for this resource.</p>"
407                    }
408                }
409            }
410        },
411        "com.amazonaws.customerprofiles#CreateProfile": {
412            "type": "operation",
413            "input": {
414                "target": "com.amazonaws.customerprofiles#CreateProfileRequest"
415            },
416            "output": {
417                "target": "com.amazonaws.customerprofiles#CreateProfileResponse"
418            },
419            "errors": [
420                {
421                    "target": "com.amazonaws.customerprofiles#AccessDeniedException"
422                },
423                {
424                    "target": "com.amazonaws.customerprofiles#BadRequestException"
425                },
426                {
427                    "target": "com.amazonaws.customerprofiles#InternalServerException"
428                },
429                {
430                    "target": "com.amazonaws.customerprofiles#ResourceNotFoundException"
431                },
432                {
433                    "target": "com.amazonaws.customerprofiles#ThrottlingException"
434                }
435            ],
436            "traits": {
437                "smithy.api#documentation": "<p>Creates a standard profile.</p>\n         <p>A standard profile represents the following attributes for a customer profile in a\n         domain.</p>",
438                "smithy.api#http": {
439                    "method": "POST",
440                    "uri": "/domains/{DomainName}/profiles",
441                    "code": 200
442                }
443            }
444        },
445        "com.amazonaws.customerprofiles#CreateProfileRequest": {
446            "type": "structure",
447            "members": {
448                "DomainName": {
449                    "target": "com.amazonaws.customerprofiles#name",
450                    "traits": {
451                        "smithy.api#documentation": "<p>The unique name of the domain.</p>",
452                        "smithy.api#httpLabel": {},
453                        "smithy.api#required": {}
454                    }
455                },
456                "AccountNumber": {
457                    "target": "com.amazonaws.customerprofiles#string1To255",
458                    "traits": {
459                        "smithy.api#documentation": "<p>A unique account number that you have given to the customer.</p>"
460                    }
461                },
462                "AdditionalInformation": {
463                    "target": "com.amazonaws.customerprofiles#string1To1000",
464                    "traits": {
465                        "smithy.api#documentation": "<p>Any additional information relevant to the customer's profile.</p>"
466                    }
467                },
468                "PartyType": {
469                    "target": "com.amazonaws.customerprofiles#PartyType",
470                    "traits": {
471                        "smithy.api#documentation": "<p>The type of profile used to describe the customer.</p>"
472                    }
473                },
474                "BusinessName": {
475                    "target": "com.amazonaws.customerprofiles#string1To255",
476                    "traits": {
477                        "smithy.api#documentation": "<p>The name of the customer’s business.</p>"
478                    }
479                },
480                "FirstName": {
481                    "target": "com.amazonaws.customerprofiles#string1To255",
482                    "traits": {
483                        "smithy.api#documentation": "<p>The customer’s first name.</p>"
484                    }
485                },
486                "MiddleName": {
487                    "target": "com.amazonaws.customerprofiles#string1To255",
488                    "traits": {
489                        "smithy.api#documentation": "<p>The customer’s middle name.</p>"
490                    }
491                },
492                "LastName": {
493                    "target": "com.amazonaws.customerprofiles#string1To255",
494                    "traits": {
495                        "smithy.api#documentation": "<p>The customer’s last name.</p>"
496                    }
497                },
498                "BirthDate": {
499                    "target": "com.amazonaws.customerprofiles#string1To255",
500                    "traits": {
501                        "smithy.api#documentation": "<p>The customer’s birth date.</p>"
502                    }
503                },
504                "Gender": {
505                    "target": "com.amazonaws.customerprofiles#Gender",
506                    "traits": {
507                        "smithy.api#documentation": "<p>The gender with which the customer identifies.</p>"
508                    }
509                },
510                "PhoneNumber": {
511                    "target": "com.amazonaws.customerprofiles#string1To255",
512                    "traits": {
513                        "smithy.api#documentation": "<p>The customer's phone number, which has not been specified as a mobile, home, or business\n         number.</p>"
514                    }
515                },
516                "MobilePhoneNumber": {
517                    "target": "com.amazonaws.customerprofiles#string1To255",
518                    "traits": {
519                        "smithy.api#documentation": "<p>The customer’s mobile phone number.</p>"
520                    }
521                },
522                "HomePhoneNumber": {
523                    "target": "com.amazonaws.customerprofiles#string1To255",
524                    "traits": {
525                        "smithy.api#documentation": "<p>The customer’s home phone number.</p>"
526                    }
527                },
528                "BusinessPhoneNumber": {
529                    "target": "com.amazonaws.customerprofiles#string1To255",
530                    "traits": {
531                        "smithy.api#documentation": "<p>The customer’s business phone number.</p>"
532                    }
533                },
534                "EmailAddress": {
535                    "target": "com.amazonaws.customerprofiles#string1To255",
536                    "traits": {
537                        "smithy.api#documentation": "<p>The customer's email address, which has not been specified as a personal or business\n         address.</p>"
538                    }
539                },
540                "PersonalEmailAddress": {
541                    "target": "com.amazonaws.customerprofiles#string1To255",
542                    "traits": {
543                        "smithy.api#documentation": "<p>The customer’s personal email address.</p>"
544                    }
545                },
546                "BusinessEmailAddress": {
547                    "target": "com.amazonaws.customerprofiles#string1To255",
548                    "traits": {
549                        "smithy.api#documentation": "<p>The customer’s business email address.</p>"
550                    }
551                },
552                "Address": {
553                    "target": "com.amazonaws.customerprofiles#Address",
554                    "traits": {
555                        "smithy.api#documentation": "<p>A generic address associated with the customer that is not mailing, shipping, or\n         billing.</p>"
556                    }
557                },
558                "ShippingAddress": {
559                    "target": "com.amazonaws.customerprofiles#Address",
560                    "traits": {
561                        "smithy.api#documentation": "<p>The customer’s shipping address.</p>"
562                    }
563                },
564                "MailingAddress": {
565                    "target": "com.amazonaws.customerprofiles#Address",
566                    "traits": {
567                        "smithy.api#documentation": "<p>The customer’s mailing address.</p>"
568                    }
569                },
570                "BillingAddress": {
571                    "target": "com.amazonaws.customerprofiles#Address",
572                    "traits": {
573                        "smithy.api#documentation": "<p>The customer’s billing address.</p>"
574                    }
575                },
576                "Attributes": {
577                    "target": "com.amazonaws.customerprofiles#Attributes",
578                    "traits": {
579                        "smithy.api#documentation": "<p>A key value pair of attributes of a customer profile.</p>"
580                    }
581                }
582            }
583        },
584        "com.amazonaws.customerprofiles#CreateProfileResponse": {
585            "type": "structure",
586            "members": {
587                "ProfileId": {
588                    "target": "com.amazonaws.customerprofiles#uuid",
589                    "traits": {
590                        "smithy.api#documentation": "<p>The unique identifier of a customer profile.</p>",
591                        "smithy.api#required": {}
592                    }
593                }
594            }
595        },
596        "com.amazonaws.customerprofiles#CustomerProfiles_20200815": {
597            "type": "service",
598            "version": "2020-08-15",
599            "operations": [
600                {
601                    "target": "com.amazonaws.customerprofiles#AddProfileKey"
602                },
603                {
604                    "target": "com.amazonaws.customerprofiles#CreateDomain"
605                },
606                {
607                    "target": "com.amazonaws.customerprofiles#CreateProfile"
608                },
609                {
610                    "target": "com.amazonaws.customerprofiles#DeleteDomain"
611                },
612                {
613                    "target": "com.amazonaws.customerprofiles#DeleteIntegration"
614                },
615                {
616                    "target": "com.amazonaws.customerprofiles#DeleteProfile"
617                },
618                {
619                    "target": "com.amazonaws.customerprofiles#DeleteProfileKey"
620                },
621                {
622                    "target": "com.amazonaws.customerprofiles#DeleteProfileObject"
623                },
624                {
625                    "target": "com.amazonaws.customerprofiles#DeleteProfileObjectType"
626                },
627                {
628                    "target": "com.amazonaws.customerprofiles#GetDomain"
629                },
630                {
631                    "target": "com.amazonaws.customerprofiles#GetIntegration"
632                },
633                {
634                    "target": "com.amazonaws.customerprofiles#GetProfileObjectType"
635                },
636                {
637                    "target": "com.amazonaws.customerprofiles#GetProfileObjectTypeTemplate"
638                },
639                {
640                    "target": "com.amazonaws.customerprofiles#ListAccountIntegrations"
641                },
642                {
643                    "target": "com.amazonaws.customerprofiles#ListDomains"
644                },
645                {
646                    "target": "com.amazonaws.customerprofiles#ListIntegrations"
647                },
648                {
649                    "target": "com.amazonaws.customerprofiles#ListProfileObjects"
650                },
651                {
652                    "target": "com.amazonaws.customerprofiles#ListProfileObjectTypes"
653                },
654                {
655                    "target": "com.amazonaws.customerprofiles#ListProfileObjectTypeTemplates"
656                },
657                {
658                    "target": "com.amazonaws.customerprofiles#ListTagsForResource"
659                },
660                {
661                    "target": "com.amazonaws.customerprofiles#PutIntegration"
662                },
663                {
664                    "target": "com.amazonaws.customerprofiles#PutProfileObject"
665                },
666                {
667                    "target": "com.amazonaws.customerprofiles#PutProfileObjectType"
668                },
669                {
670                    "target": "com.amazonaws.customerprofiles#SearchProfiles"
671                },
672                {
673                    "target": "com.amazonaws.customerprofiles#TagResource"
674                },
675                {
676                    "target": "com.amazonaws.customerprofiles#UntagResource"
677                },
678                {
679                    "target": "com.amazonaws.customerprofiles#UpdateDomain"
680                },
681                {
682                    "target": "com.amazonaws.customerprofiles#UpdateProfile"
683                }
684            ],
685            "traits": {
686                "aws.api#service": {
687                    "sdkId": "Customer Profiles",
688                    "arnNamespace": "profile",
689                    "cloudFormationName": "CustomerProfiles",
690                    "cloudTrailEventSource": "customerprofiles.amazonaws.com",
691                    "endpointPrefix": "profile"
692                },
693                "aws.auth#sigv4": {
694                    "name": "profile"
695                },
696                "aws.protocols#restJson1": {},
697                "smithy.api#documentation": "<fullname>Amazon Connect Customer Profiles</fullname>\n         <p>Welcome to the Amazon Connect Customer Profiles API Reference. This guide provides information\n         about the Amazon Connect Customer Profiles API, including supported operations, data types,\n         parameters, and schemas.</p>\n         <p>Amazon Connect Customer Profiles is a unified customer profile for your contact center that has\n         pre-built connectors powered by AppFlow that make it easy to combine customer information\n         from third party applications, such as Salesforce (CRM), ServiceNow (ITSM), and your\n         enterprise resource planning (ERP), with contact history from your Amazon Connect contact\n         center.</p>\n         <p>If you're new to Amazon Connect , you might find it helpful to also review the <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/what-is-amazon-connect.html\">Amazon Connect Administrator Guide</a>.</p>",
698                "smithy.api#title": "Amazon Connect Customer Profiles"
699            }
700        },
701        "com.amazonaws.customerprofiles#DataPullMode": {
702            "type": "string",
703            "traits": {
704                "smithy.api#enum": [
705                    {
706                        "value": "Incremental",
707                        "name": "INCREMENTAL"
708                    },
709                    {
710                        "value": "Complete",
711                        "name": "COMPLETE"
712                    }
713                ]
714            }
715        },
716        "com.amazonaws.customerprofiles#Date": {
717            "type": "timestamp"
718        },
719        "com.amazonaws.customerprofiles#DatetimeTypeFieldName": {
720            "type": "string",
721            "traits": {
722                "smithy.api#length": {
723                    "min": 0,
724                    "max": 256
725                },
726                "smithy.api#pattern": ".*"
727            }
728        },
729        "com.amazonaws.customerprofiles#DeleteDomain": {
730            "type": "operation",
731            "input": {
732                "target": "com.amazonaws.customerprofiles#DeleteDomainRequest"
733            },
734            "output": {
735                "target": "com.amazonaws.customerprofiles#DeleteDomainResponse"
736            },
737            "errors": [
738                {
739                    "target": "com.amazonaws.customerprofiles#AccessDeniedException"
740                },
741                {
742                    "target": "com.amazonaws.customerprofiles#BadRequestException"
743                },
744                {
745                    "target": "com.amazonaws.customerprofiles#InternalServerException"
746                },
747                {
748                    "target": "com.amazonaws.customerprofiles#ResourceNotFoundException"
749                },
750                {
751                    "target": "com.amazonaws.customerprofiles#ThrottlingException"
752                }
753            ],
754            "traits": {
755                "smithy.api#documentation": "<p>Deletes a specific domain and all of its customer data, such as customer profile\n         attributes and their related objects.</p>",
756                "smithy.api#http": {
757                    "method": "DELETE",
758                    "uri": "/domains/{DomainName}",
759                    "code": 200
760                }
761            }
762        },
763        "com.amazonaws.customerprofiles#DeleteDomainRequest": {
764            "type": "structure",
765            "members": {
766                "DomainName": {
767                    "target": "com.amazonaws.customerprofiles#name",
768                    "traits": {
769                        "smithy.api#documentation": "<p>The unique name of the domain.</p>",
770                        "smithy.api#httpLabel": {},
771                        "smithy.api#required": {}
772                    }
773                }
774            }
775        },
776        "com.amazonaws.customerprofiles#DeleteDomainResponse": {
777            "type": "structure",
778            "members": {
779                "Message": {
780                    "target": "com.amazonaws.customerprofiles#message",
781                    "traits": {
782                        "smithy.api#documentation": "<p>A message that indicates the delete request is done.</p>",
783                        "smithy.api#required": {}
784                    }
785                }
786            }
787        },
788        "com.amazonaws.customerprofiles#DeleteIntegration": {
789            "type": "operation",
790            "input": {
791                "target": "com.amazonaws.customerprofiles#DeleteIntegrationRequest"
792            },
793            "output": {
794                "target": "com.amazonaws.customerprofiles#DeleteIntegrationResponse"
795            },
796            "errors": [
797                {
798                    "target": "com.amazonaws.customerprofiles#AccessDeniedException"
799                },
800                {
801                    "target": "com.amazonaws.customerprofiles#BadRequestException"
802                },
803                {
804                    "target": "com.amazonaws.customerprofiles#InternalServerException"
805                },
806                {
807                    "target": "com.amazonaws.customerprofiles#ResourceNotFoundException"
808                },
809                {
810                    "target": "com.amazonaws.customerprofiles#ThrottlingException"
811                }
812            ],
813            "traits": {
814                "smithy.api#documentation": "<p>Removes an integration from a specific domain.</p>",
815                "smithy.api#http": {
816                    "method": "POST",
817                    "uri": "/domains/{DomainName}/integrations/delete",
818                    "code": 200
819                }
820            }
821        },
822        "com.amazonaws.customerprofiles#DeleteIntegrationRequest": {
823            "type": "structure",
824            "members": {
825                "DomainName": {
826                    "target": "com.amazonaws.customerprofiles#name",
827                    "traits": {
828                        "smithy.api#documentation": "<p>The unique name of the domain.</p>",
829                        "smithy.api#httpLabel": {},
830                        "smithy.api#required": {}
831                    }
832                },
833                "Uri": {
834                    "target": "com.amazonaws.customerprofiles#string1To255",
835                    "traits": {
836                        "smithy.api#documentation": "<p>The URI of the S3 bucket or any other type of data source.</p>",
837                        "smithy.api#required": {}
838                    }
839                }
840            }
841        },
842        "com.amazonaws.customerprofiles#DeleteIntegrationResponse": {
843            "type": "structure",
844            "members": {
845                "Message": {
846                    "target": "com.amazonaws.customerprofiles#message",
847                    "traits": {
848                        "smithy.api#documentation": "<p>A message that indicates the delete request is done.</p>",
849                        "smithy.api#required": {}
850                    }
851                }
852            }
853        },
854        "com.amazonaws.customerprofiles#DeleteProfile": {
855            "type": "operation",
856            "input": {
857                "target": "com.amazonaws.customerprofiles#DeleteProfileRequest"
858            },
859            "output": {
860                "target": "com.amazonaws.customerprofiles#DeleteProfileResponse"
861            },
862            "errors": [
863                {
864                    "target": "com.amazonaws.customerprofiles#AccessDeniedException"
865                },
866                {
867                    "target": "com.amazonaws.customerprofiles#BadRequestException"
868                },
869                {
870                    "target": "com.amazonaws.customerprofiles#InternalServerException"
871                },
872                {
873                    "target": "com.amazonaws.customerprofiles#ResourceNotFoundException"
874                },
875                {
876                    "target": "com.amazonaws.customerprofiles#ThrottlingException"
877                }
878            ],
879            "traits": {
880                "smithy.api#documentation": "<p>Deletes the standard customer profile and all data pertaining to the profile.</p>",
881                "smithy.api#http": {
882                    "method": "POST",
883                    "uri": "/domains/{DomainName}/profiles/delete",
884                    "code": 200
885                }
886            }
887        },
888        "com.amazonaws.customerprofiles#DeleteProfileKey": {
889            "type": "operation",
890            "input": {
891                "target": "com.amazonaws.customerprofiles#DeleteProfileKeyRequest"
892            },
893            "output": {
894                "target": "com.amazonaws.customerprofiles#DeleteProfileKeyResponse"
895            },
896            "errors": [
897                {
898                    "target": "com.amazonaws.customerprofiles#AccessDeniedException"
899                },
900                {
901                    "target": "com.amazonaws.customerprofiles#BadRequestException"
902                },
903                {
904                    "target": "com.amazonaws.customerprofiles#InternalServerException"
905                },
906                {
907                    "target": "com.amazonaws.customerprofiles#ResourceNotFoundException"
908                },
909                {
910                    "target": "com.amazonaws.customerprofiles#ThrottlingException"
911                }
912            ],
913            "traits": {
914                "smithy.api#documentation": "<p>Removes a searchable key from a customer profile.</p>",
915                "smithy.api#http": {
916                    "method": "POST",
917                    "uri": "/domains/{DomainName}/profiles/keys/delete",
918                    "code": 200
919                }
920            }
921        },
922        "com.amazonaws.customerprofiles#DeleteProfileKeyRequest": {
923            "type": "structure",
924            "members": {
925                "ProfileId": {
926                    "target": "com.amazonaws.customerprofiles#uuid",
927                    "traits": {
928                        "smithy.api#documentation": "<p>The unique identifier of a customer profile.</p>",
929                        "smithy.api#required": {}
930                    }
931                },
932                "KeyName": {
933                    "target": "com.amazonaws.customerprofiles#name",
934                    "traits": {
935                        "smithy.api#documentation": "<p>A searchable identifier of a customer profile.</p>",
936                        "smithy.api#required": {}
937                    }
938                },
939                "Values": {
940                    "target": "com.amazonaws.customerprofiles#requestValueList",
941                    "traits": {
942                        "smithy.api#documentation": "<p>A list of key values.</p>",
943                        "smithy.api#required": {}
944                    }
945                },
946                "DomainName": {
947                    "target": "com.amazonaws.customerprofiles#name",
948                    "traits": {
949                        "smithy.api#documentation": "<p>The unique name of the domain.</p>",
950                        "smithy.api#httpLabel": {},
951                        "smithy.api#required": {}
952                    }
953                }
954            }
955        },
956        "com.amazonaws.customerprofiles#DeleteProfileKeyResponse": {
957            "type": "structure",
958            "members": {
959                "Message": {
960                    "target": "com.amazonaws.customerprofiles#message",
961                    "traits": {
962                        "smithy.api#documentation": "<p>A message that indicates the delete request is done.</p>"
963                    }
964                }
965            }
966        },
967        "com.amazonaws.customerprofiles#DeleteProfileObject": {
968            "type": "operation",
969            "input": {
970                "target": "com.amazonaws.customerprofiles#DeleteProfileObjectRequest"
971            },
972            "output": {
973                "target": "com.amazonaws.customerprofiles#DeleteProfileObjectResponse"
974            },
975            "errors": [
976                {
977                    "target": "com.amazonaws.customerprofiles#AccessDeniedException"
978                },
979                {
980                    "target": "com.amazonaws.customerprofiles#BadRequestException"
981                },
982                {
983                    "target": "com.amazonaws.customerprofiles#InternalServerException"
984                },
985                {
986                    "target": "com.amazonaws.customerprofiles#ResourceNotFoundException"
987                },
988                {
989                    "target": "com.amazonaws.customerprofiles#ThrottlingException"
990                }
991            ],
992            "traits": {
993                "smithy.api#documentation": "<p>Removes an object associated with a profile of a given ProfileObjectType.</p>",
994                "smithy.api#http": {
995                    "method": "POST",
996                    "uri": "/domains/{DomainName}/profiles/objects/delete",
997                    "code": 200
998                }
999            }
1000        },
1001        "com.amazonaws.customerprofiles#DeleteProfileObjectRequest": {
1002            "type": "structure",
1003            "members": {
1004                "ProfileId": {
1005                    "target": "com.amazonaws.customerprofiles#uuid",
1006                    "traits": {
1007                        "smithy.api#documentation": "<p>The unique identifier of a customer profile.</p>",
1008                        "smithy.api#required": {}
1009                    }
1010                },
1011                "ProfileObjectUniqueKey": {
1012                    "target": "com.amazonaws.customerprofiles#string1To255",
1013                    "traits": {
1014                        "smithy.api#documentation": "<p>The unique identifier of the profile object generated by the service.</p>",
1015                        "smithy.api#required": {}
1016                    }
1017                },
1018                "ObjectTypeName": {
1019                    "target": "com.amazonaws.customerprofiles#typeName",
1020                    "traits": {
1021                        "smithy.api#documentation": "<p>The name of the profile object type.</p>",
1022                        "smithy.api#required": {}
1023                    }
1024                },
1025                "DomainName": {
1026                    "target": "com.amazonaws.customerprofiles#name",
1027                    "traits": {
1028                        "smithy.api#documentation": "<p>The unique name of the domain.</p>",
1029                        "smithy.api#httpLabel": {},
1030                        "smithy.api#required": {}
1031                    }
1032                }
1033            }
1034        },
1035        "com.amazonaws.customerprofiles#DeleteProfileObjectResponse": {
1036            "type": "structure",
1037            "members": {
1038                "Message": {
1039                    "target": "com.amazonaws.customerprofiles#message",
1040                    "traits": {
1041                        "smithy.api#documentation": "<p>A message that indicates the delete request is done.</p>"
1042                    }
1043                }
1044            }
1045        },
1046        "com.amazonaws.customerprofiles#DeleteProfileObjectType": {
1047            "type": "operation",
1048            "input": {
1049                "target": "com.amazonaws.customerprofiles#DeleteProfileObjectTypeRequest"
1050            },
1051            "output": {
1052                "target": "com.amazonaws.customerprofiles#DeleteProfileObjectTypeResponse"
1053            },
1054            "errors": [
1055                {
1056                    "target": "com.amazonaws.customerprofiles#AccessDeniedException"
1057                },
1058                {
1059                    "target": "com.amazonaws.customerprofiles#BadRequestException"
1060                },
1061                {
1062                    "target": "com.amazonaws.customerprofiles#InternalServerException"
1063                },
1064                {
1065                    "target": "com.amazonaws.customerprofiles#ResourceNotFoundException"
1066                },
1067                {
1068                    "target": "com.amazonaws.customerprofiles#ThrottlingException"
1069                }
1070            ],
1071            "traits": {
1072                "smithy.api#documentation": "<p>Removes a ProfileObjectType from a specific domain as well as removes all the\n         ProfileObjects of that type. It also disables integrations from this specific\n         ProfileObjectType. In addition, it scrubs all of the fields of the standard profile that\n         were populated from this ProfileObjectType.</p>",
1073                "smithy.api#http": {
1074                    "method": "DELETE",
1075                    "uri": "/domains/{DomainName}/object-types/{ObjectTypeName}",
1076                    "code": 200
1077                }
1078            }
1079        },
1080        "com.amazonaws.customerprofiles#DeleteProfileObjectTypeRequest": {
1081            "type": "structure",
1082            "members": {
1083                "DomainName": {
1084                    "target": "com.amazonaws.customerprofiles#name",
1085                    "traits": {
1086                        "smithy.api#documentation": "<p>The unique name of the domain.</p>",
1087                        "smithy.api#httpLabel": {},
1088                        "smithy.api#required": {}
1089                    }
1090                },
1091                "ObjectTypeName": {
1092                    "target": "com.amazonaws.customerprofiles#typeName",
1093                    "traits": {
1094                        "smithy.api#documentation": "<p>The name of the profile object type.</p>",
1095                        "smithy.api#httpLabel": {},
1096                        "smithy.api#required": {}
1097                    }
1098                }
1099            }
1100        },
1101        "com.amazonaws.customerprofiles#DeleteProfileObjectTypeResponse": {
1102            "type": "structure",
1103            "members": {
1104                "Message": {
1105                    "target": "com.amazonaws.customerprofiles#message",
1106                    "traits": {
1107                        "smithy.api#documentation": "<p>A message that indicates the delete request is done.</p>",
1108                        "smithy.api#required": {}
1109                    }
1110                }
1111            }
1112        },
1113        "com.amazonaws.customerprofiles#DeleteProfileRequest": {
1114            "type": "structure",
1115            "members": {
1116                "ProfileId": {
1117                    "target": "com.amazonaws.customerprofiles#uuid",
1118                    "traits": {
1119                        "smithy.api#documentation": "<p>The unique identifier of a customer profile.</p>",
1120                        "smithy.api#required": {}
1121                    }
1122                },
1123                "DomainName": {
1124                    "target": "com.amazonaws.customerprofiles#name",
1125                    "traits": {
1126                        "smithy.api#documentation": "<p>The unique name of the domain.</p>",
1127                        "smithy.api#httpLabel": {},
1128                        "smithy.api#required": {}
1129                    }
1130                }
1131            }
1132        },
1133        "com.amazonaws.customerprofiles#DeleteProfileResponse": {
1134            "type": "structure",
1135            "members": {
1136                "Message": {
1137                    "target": "com.amazonaws.customerprofiles#message",
1138                    "traits": {
1139                        "smithy.api#documentation": "<p>A message that indicates the delete request is done.</p>"
1140                    }
1141                }
1142            }
1143        },
1144        "com.amazonaws.customerprofiles#DestinationField": {
1145            "type": "string",
1146            "traits": {
1147                "smithy.api#length": {
1148                    "min": 0,
1149                    "max": 256
1150                },
1151                "smithy.api#pattern": ".*"
1152            }
1153        },
1154        "com.amazonaws.customerprofiles#DomainList": {
1155            "type": "list",
1156            "member": {
1157                "target": "com.amazonaws.customerprofiles#ListDomainItem"
1158            }
1159        },
1160        "com.amazonaws.customerprofiles#DomainStats": {
1161            "type": "structure",
1162            "members": {
1163                "ProfileCount": {
1164                    "target": "com.amazonaws.customerprofiles#long",
1165                    "traits": {
1166                        "smithy.api#documentation": "<p>The total number of profiles currently in the domain.</p>"
1167                    }
1168                },
1169                "MeteringProfileCount": {
1170                    "target": "com.amazonaws.customerprofiles#long",
1171                    "traits": {
1172                        "smithy.api#documentation": "<p>The number of profiles that you are currently paying for in the domain. If you have more\n         than 100 objects associated with a single profile, that profile counts as two profiles. If\n         you have more than 200 objects, that profile counts as three, and so on.</p>"
1173                    }
1174                },
1175                "ObjectCount": {
1176                    "target": "com.amazonaws.customerprofiles#long",
1177                    "traits": {
1178                        "smithy.api#documentation": "<p>The total number of objects in domain.</p>"
1179                    }
1180                },
1181                "TotalSize": {
1182                    "target": "com.amazonaws.customerprofiles#long",
1183                    "traits": {
1184                        "smithy.api#documentation": "<p>The total size, in bytes, of all objects in the domain.</p>"
1185                    }
1186                }
1187            },
1188            "traits": {
1189                "smithy.api#documentation": "<p>Usage-specific statistics about the domain.</p>"
1190            }
1191        },
1192        "com.amazonaws.customerprofiles#FieldContentType": {
1193            "type": "string",
1194            "traits": {
1195                "smithy.api#enum": [
1196                    {
1197                        "value": "STRING",
1198                        "name": "STRING"
1199                    },
1200                    {
1201                        "value": "NUMBER",
1202                        "name": "NUMBER"
1203                    },
1204                    {
1205                        "value": "PHONE_NUMBER",
1206                        "name": "PHONE_NUMBER"
1207                    },
1208                    {
1209                        "value": "EMAIL_ADDRESS",
1210                        "name": "EMAIL_ADDRESS"
1211                    },
1212                    {
1213                        "value": "NAME",
1214                        "name": "NAME"
1215                    }
1216                ]
1217            }
1218        },
1219        "com.amazonaws.customerprofiles#FieldMap": {
1220            "type": "map",
1221            "key": {
1222                "target": "com.amazonaws.customerprofiles#name"
1223            },
1224            "value": {
1225                "target": "com.amazonaws.customerprofiles#ObjectTypeField"
1226            }
1227        },
1228        "com.amazonaws.customerprofiles#FieldNameList": {
1229            "type": "list",
1230            "member": {
1231                "target": "com.amazonaws.customerprofiles#name"
1232            }
1233        },
1234        "com.amazonaws.customerprofiles#FlowDefinition": {
1235            "type": "structure",
1236            "members": {
1237                "Description": {
1238                    "target": "com.amazonaws.customerprofiles#FlowDescription",
1239                    "traits": {
1240                        "smithy.api#documentation": "<p>A description of the flow you want to create.</p>"
1241                    }
1242                },
1243                "FlowName": {
1244                    "target": "com.amazonaws.customerprofiles#FlowName",
1245                    "traits": {
1246                        "smithy.api#documentation": "<p>The specified name of the flow. Use underscores (_) or hyphens (-) only. Spaces are not\n         allowed.</p>",
1247                        "smithy.api#required": {}
1248                    }
1249                },
1250                "KmsArn": {
1251                    "target": "com.amazonaws.customerprofiles#KmsArn",
1252                    "traits": {
1253                        "smithy.api#documentation": "<p>The Amazon Resource Name of the AWS Key Management Service (KMS) key you provide for encryption.</p>",
1254                        "smithy.api#required": {}
1255                    }
1256                },
1257                "SourceFlowConfig": {
1258                    "target": "com.amazonaws.customerprofiles#SourceFlowConfig",
1259                    "traits": {
1260                        "smithy.api#documentation": "<p>The configuration that controls how Customer Profiles retrieves data from the\n         source.</p>",
1261                        "smithy.api#required": {}
1262                    }
1263                },
1264                "Tasks": {
1265                    "target": "com.amazonaws.customerprofiles#Tasks",
1266                    "traits": {
1267                        "smithy.api#documentation": "<p>A list of tasks that Customer Profiles performs while transferring the data in the flow\n         run.</p>",
1268                        "smithy.api#required": {}
1269                    }
1270                },
1271                "TriggerConfig": {
1272                    "target": "com.amazonaws.customerprofiles#TriggerConfig",
1273                    "traits": {
1274                        "smithy.api#documentation": "<p>The trigger settings that determine how and when the flow runs.</p>",
1275                        "smithy.api#required": {}
1276                    }
1277                }
1278            },
1279            "traits": {
1280                "smithy.api#documentation": "<p>The configurations that control how Customer Profiles retrieves data from the source,\n         Amazon AppFlow. Customer Profiles uses this information to create an AppFlow flow on behalf\n         of customers.</p>"
1281            }
1282        },
1283        "com.amazonaws.customerprofiles#FlowDescription": {
1284            "type": "string",
1285            "traits": {
1286                "smithy.api#length": {
1287                    "min": 0,
1288                    "max": 2048
1289                },
1290                "smithy.api#pattern": "[\\w!@#\\-.?,\\s]*"
1291            }
1292        },
1293        "com.amazonaws.customerprofiles#FlowName": {
1294            "type": "string",
1295            "traits": {
1296                "smithy.api#length": {
1297                    "min": 0,
1298                    "max": 256
1299                },
1300                "smithy.api#pattern": "[a-zA-Z0-9][\\w!@#.-]+"
1301            }
1302        },
1303        "com.amazonaws.customerprofiles#Gender": {
1304            "type": "string",
1305            "traits": {
1306                "smithy.api#enum": [
1307                    {
1308                        "value": "MALE",
1309                        "name": "MALE"
1310                    },
1311                    {
1312                        "value": "FEMALE",
1313                        "name": "FEMALE"
1314                    },
1315                    {
1316                        "value": "UNSPECIFIED",
1317                        "name": "UNSPECIFIED"
1318                    }
1319                ]
1320            }
1321        },
1322        "com.amazonaws.customerprofiles#GetDomain": {
1323            "type": "operation",
1324            "input": {
1325                "target": "com.amazonaws.customerprofiles#GetDomainRequest"
1326            },
1327            "output": {
1328                "target": "com.amazonaws.customerprofiles#GetDomainResponse"
1329            },
1330            "errors": [
1331                {
1332                    "target": "com.amazonaws.customerprofiles#AccessDeniedException"
1333                },
1334                {
1335                    "target": "com.amazonaws.customerprofiles#BadRequestException"
1336                },
1337                {
1338                    "target": "com.amazonaws.customerprofiles#InternalServerException"
1339                },
1340                {
1341                    "target": "com.amazonaws.customerprofiles#ResourceNotFoundException"
1342                },
1343                {
1344                    "target": "com.amazonaws.customerprofiles#ThrottlingException"
1345                }
1346            ],
1347            "traits": {
1348                "smithy.api#documentation": "<p>Returns information about a specific domain.</p>",
1349                "smithy.api#http": {
1350                    "method": "GET",
1351                    "uri": "/domains/{DomainName}",
1352                    "code": 200
1353                }
1354            }
1355        },
1356        "com.amazonaws.customerprofiles#GetDomainRequest": {
1357            "type": "structure",
1358            "members": {
1359                "DomainName": {
1360                    "target": "com.amazonaws.customerprofiles#name",
1361                    "traits": {
1362                        "smithy.api#documentation": "<p>A unique name for the domain.</p>",
1363                        "smithy.api#httpLabel": {},
1364                        "smithy.api#required": {}
1365                    }
1366                }
1367            }
1368        },
1369        "com.amazonaws.customerprofiles#GetDomainResponse": {
1370            "type": "structure",
1371            "members": {
1372                "DomainName": {
1373                    "target": "com.amazonaws.customerprofiles#name",
1374                    "traits": {
1375                        "smithy.api#documentation": "<p>The unique name of the domain.</p>",
1376                        "smithy.api#required": {}
1377                    }
1378                },
1379                "DefaultExpirationDays": {
1380                    "target": "com.amazonaws.customerprofiles#expirationDaysInteger",
1381                    "traits": {
1382                        "smithy.api#documentation": "<p>The default number of days until the data within the domain expires.</p>"
1383                    }
1384                },
1385                "DefaultEncryptionKey": {
1386                    "target": "com.amazonaws.customerprofiles#encryptionKey",
1387                    "traits": {
1388                        "smithy.api#documentation": "<p>The default encryption key, which is an AWS managed key, is used when no specific type\n         of encryption key is specified. It is used to encrypt all data before it is placed in\n         permanent or semi-permanent storage.</p>"
1389                    }
1390                },
1391                "DeadLetterQueueUrl": {
1392                    "target": "com.amazonaws.customerprofiles#sqsQueueUrl",
1393                    "traits": {
1394                        "smithy.api#documentation": "<p>The URL of the SQS dead letter queue, which is used for reporting errors associated with\n         ingesting data from third party applications.</p>"
1395                    }
1396                },
1397                "Stats": {
1398                    "target": "com.amazonaws.customerprofiles#DomainStats",
1399                    "traits": {
1400                        "smithy.api#documentation": "<p>Usage-specific statistics about the domain.</p>"
1401                    }
1402                },
1403                "CreatedAt": {
1404                    "target": "com.amazonaws.customerprofiles#timestamp",
1405                    "traits": {
1406                        "smithy.api#documentation": "<p>The timestamp of when the domain was created.</p>",
1407                        "smithy.api#required": {}
1408                    }
1409                },
1410                "LastUpdatedAt": {
1411                    "target": "com.amazonaws.customerprofiles#timestamp",
1412                    "traits": {
1413                        "smithy.api#documentation": "<p>The timestamp of when the domain was most recently edited.</p>",
1414                        "smithy.api#required": {}
1415                    }
1416                },
1417                "Tags": {
1418                    "target": "com.amazonaws.customerprofiles#TagMap",
1419                    "traits": {
1420                        "smithy.api#documentation": "<p>The tags used to organize, track, or control access for this resource.</p>"
1421                    }
1422                }
1423            }
1424        },
1425        "com.amazonaws.customerprofiles#GetIntegration": {
1426            "type": "operation",
1427            "input": {
1428                "target": "com.amazonaws.customerprofiles#GetIntegrationRequest"
1429            },
1430            "output": {
1431                "target": "com.amazonaws.customerprofiles#GetIntegrationResponse"
1432            },
1433            "errors": [
1434                {
1435                    "target": "com.amazonaws.customerprofiles#AccessDeniedException"
1436                },
1437                {
1438                    "target": "com.amazonaws.customerprofiles#BadRequestException"
1439                },
1440                {
1441                    "target": "com.amazonaws.customerprofiles#InternalServerException"
1442                },
1443                {
1444                    "target": "com.amazonaws.customerprofiles#ResourceNotFoundException"
1445                },
1446                {
1447                    "target": "com.amazonaws.customerprofiles#ThrottlingException"
1448                }
1449            ],
1450            "traits": {
1451                "smithy.api#documentation": "<p>Returns an integration for a domain.</p>",
1452                "smithy.api#http": {
1453                    "method": "POST",
1454                    "uri": "/domains/{DomainName}/integrations",
1455                    "code": 200
1456                }
1457            }
1458        },
1459        "com.amazonaws.customerprofiles#GetIntegrationRequest": {
1460            "type": "structure",
1461            "members": {
1462                "DomainName": {
1463                    "target": "com.amazonaws.customerprofiles#name",
1464                    "traits": {
1465                        "smithy.api#documentation": "<p>The unique name of the domain.</p>",
1466                        "smithy.api#httpLabel": {},
1467                        "smithy.api#required": {}
1468                    }
1469                },
1470                "Uri": {
1471                    "target": "com.amazonaws.customerprofiles#string1To255",
1472                    "traits": {
1473                        "smithy.api#documentation": "<p>The URI of the S3 bucket or any other type of data source.</p>",
1474                        "smithy.api#required": {}
1475                    }
1476                }
1477            }
1478        },
1479        "com.amazonaws.customerprofiles#GetIntegrationResponse": {
1480            "type": "structure",
1481            "members": {
1482                "DomainName": {
1483                    "target": "com.amazonaws.customerprofiles#name",
1484                    "traits": {
1485                        "smithy.api#documentation": "<p>The unique name of the domain.</p>",
1486                        "smithy.api#required": {}
1487                    }
1488                },
1489                "Uri": {
1490                    "target": "com.amazonaws.customerprofiles#string1To255",
1491                    "traits": {
1492                        "smithy.api#documentation": "<p>The URI of the S3 bucket or any other type of data source.</p>",
1493                        "smithy.api#required": {}
1494                    }
1495                },
1496                "ObjectTypeName": {
1497                    "target": "com.amazonaws.customerprofiles#typeName",
1498                    "traits": {
1499                        "smithy.api#documentation": "<p>The name of the profile object type.</p>",
1500                        "smithy.api#required": {}
1501                    }
1502                },
1503                "CreatedAt": {
1504                    "target": "com.amazonaws.customerprofiles#timestamp",
1505                    "traits": {
1506                        "smithy.api#documentation": "<p>The timestamp of when the domain was created.</p>",
1507                        "smithy.api#required": {}
1508                    }
1509                },
1510                "LastUpdatedAt": {
1511                    "target": "com.amazonaws.customerprofiles#timestamp",
1512                    "traits": {
1513                        "smithy.api#documentation": "<p>The timestamp of when the domain was most recently edited.</p>",
1514                        "smithy.api#required": {}
1515                    }
1516                },
1517                "Tags": {
1518                    "target": "com.amazonaws.customerprofiles#TagMap",
1519                    "traits": {
1520                        "smithy.api#documentation": "<p>The tags used to organize, track, or control access for this resource.</p>"
1521                    }
1522                }
1523            }
1524        },
1525        "com.amazonaws.customerprofiles#GetProfileObjectType": {
1526            "type": "operation",
1527            "input": {
1528                "target": "com.amazonaws.customerprofiles#GetProfileObjectTypeRequest"
1529            },
1530            "output": {
1531                "target": "com.amazonaws.customerprofiles#GetProfileObjectTypeResponse"
1532            },
1533            "errors": [
1534                {
1535                    "target": "com.amazonaws.customerprofiles#AccessDeniedException"
1536                },
1537                {
1538                    "target": "com.amazonaws.customerprofiles#BadRequestException"
1539                },
1540                {
1541                    "target": "com.amazonaws.customerprofiles#InternalServerException"
1542                },
1543                {
1544                    "target": "com.amazonaws.customerprofiles#ResourceNotFoundException"
1545                },
1546                {
1547                    "target": "com.amazonaws.customerprofiles#ThrottlingException"
1548                }
1549            ],
1550            "traits": {
1551                "smithy.api#documentation": "<p>Returns the object types for a specific domain.</p>",
1552                "smithy.api#http": {
1553                    "method": "GET",
1554                    "uri": "/domains/{DomainName}/object-types/{ObjectTypeName}",
1555                    "code": 200
1556                }
1557            }
1558        },
1559        "com.amazonaws.customerprofiles#GetProfileObjectTypeRequest": {
1560            "type": "structure",
1561            "members": {
1562                "DomainName": {
1563                    "target": "com.amazonaws.customerprofiles#name",
1564                    "traits": {
1565                        "smithy.api#documentation": "<p>The unique name of the domain.</p>",
1566                        "smithy.api#httpLabel": {},
1567                        "smithy.api#required": {}
1568                    }
1569                },
1570                "ObjectTypeName": {
1571                    "target": "com.amazonaws.customerprofiles#typeName",
1572                    "traits": {
1573                        "smithy.api#documentation": "<p>The name of the profile object type.</p>",
1574                        "smithy.api#httpLabel": {},
1575                        "smithy.api#required": {}
1576                    }
1577                }
1578            }
1579        },
1580        "com.amazonaws.customerprofiles#GetProfileObjectTypeResponse": {
1581            "type": "structure",
1582            "members": {
1583                "ObjectTypeName": {
1584                    "target": "com.amazonaws.customerprofiles#typeName",
1585                    "traits": {
1586                        "smithy.api#documentation": "<p>The name of the profile object type.</p>",
1587                        "smithy.api#required": {}
1588                    }
1589                },
1590                "Description": {
1591                    "target": "com.amazonaws.customerprofiles#text",
1592                    "traits": {
1593                        "smithy.api#documentation": "<p>The description of the profile object type.</p>",
1594                        "smithy.api#required": {}
1595                    }
1596                },
1597                "TemplateId": {
1598                    "target": "com.amazonaws.customerprofiles#name",
1599                    "traits": {
1600                        "smithy.api#documentation": "<p>A unique identifier for the object template.</p>"
1601                    }
1602                },
1603                "ExpirationDays": {
1604                    "target": "com.amazonaws.customerprofiles#expirationDaysInteger",
1605                    "traits": {
1606                        "smithy.api#documentation": "<p>The number of days until the data in the object expires.</p>"
1607                    }
1608                },
1609                "EncryptionKey": {
1610                    "target": "com.amazonaws.customerprofiles#encryptionKey",
1611                    "traits": {
1612                        "smithy.api#documentation": "<p>The customer-provided key to encrypt the profile object that will be created in this\n         profile object type.</p>"
1613                    }
1614                },
1615                "AllowProfileCreation": {
1616                    "target": "com.amazonaws.customerprofiles#boolean",
1617                    "traits": {
1618                        "smithy.api#documentation": "<p>Indicates whether a profile should be created when data is received if one doesn’t exist\n         for an object of this type. The default is <code>FALSE</code>. If the AllowProfileCreation\n         flag is set to <code>FALSE</code>, then the service tries to fetch a standard profile and\n         associate this object with the profile. If it is set to <code>TRUE</code>, and if no match\n         is found, then the service creates a new standard profile.</p>"
1619                    }
1620                },
1621                "Fields": {
1622                    "target": "com.amazonaws.customerprofiles#FieldMap",
1623                    "traits": {
1624                        "smithy.api#documentation": "<p>A map of the name and ObjectType field.</p>"
1625                    }
1626                },
1627                "Keys": {
1628                    "target": "com.amazonaws.customerprofiles#KeyMap",
1629                    "traits": {
1630                        "smithy.api#documentation": "<p>A list of unique keys that can be used to map data to the profile.</p>"
1631                    }
1632                },
1633                "CreatedAt": {
1634                    "target": "com.amazonaws.customerprofiles#timestamp",
1635                    "traits": {
1636                        "smithy.api#documentation": "<p>The timestamp of when the domain was created.</p>"
1637                    }
1638                },
1639                "LastUpdatedAt": {
1640                    "target": "com.amazonaws.customerprofiles#timestamp",
1641                    "traits": {
1642                        "smithy.api#documentation": "<p>The timestamp of when the domain was most recently edited.</p>"
1643                    }
1644                },
1645                "Tags": {
1646                    "target": "com.amazonaws.customerprofiles#TagMap",
1647                    "traits": {
1648                        "smithy.api#documentation": "<p>The tags used to organize, track, or control access for this resource.</p>"
1649                    }
1650                }
1651            }
1652        },
1653        "com.amazonaws.customerprofiles#GetProfileObjectTypeTemplate": {
1654            "type": "operation",
1655            "input": {
1656                "target": "com.amazonaws.customerprofiles#GetProfileObjectTypeTemplateRequest"
1657            },
1658            "output": {
1659                "target": "com.amazonaws.customerprofiles#GetProfileObjectTypeTemplateResponse"
1660            },
1661            "errors": [
1662                {
1663                    "target": "com.amazonaws.customerprofiles#AccessDeniedException"
1664                },
1665                {
1666                    "target": "com.amazonaws.customerprofiles#BadRequestException"
1667                },
1668                {
1669                    "target": "com.amazonaws.customerprofiles#InternalServerException"
1670                },
1671                {
1672                    "target": "com.amazonaws.customerprofiles#ResourceNotFoundException"
1673                },
1674                {
1675                    "target": "com.amazonaws.customerprofiles#ThrottlingException"
1676                }
1677            ],
1678            "traits": {
1679                "smithy.api#documentation": "<p>Returns the template information for a specific object type.</p>\n         <p>A template is a predefined ProfileObjectType, such as “Salesforce-Account” or\n         “Salesforce-Contact.” When a user sends a ProfileObject, using the PutProfileObject API,\n         with an ObjectTypeName that matches one of the TemplateIds, it uses the mappings from the\n         template.</p>",
1680                "smithy.api#http": {
1681                    "method": "GET",
1682                    "uri": "/templates/{TemplateId}",
1683                    "code": 200
1684                }
1685            }
1686        },
1687        "com.amazonaws.customerprofiles#GetProfileObjectTypeTemplateRequest": {
1688            "type": "structure",
1689            "members": {
1690                "TemplateId": {
1691                    "target": "com.amazonaws.customerprofiles#name",
1692                    "traits": {
1693                        "smithy.api#documentation": "<p>A unique identifier for the object template.</p>",
1694                        "smithy.api#httpLabel": {},
1695                        "smithy.api#required": {}
1696                    }
1697                }
1698            }
1699        },
1700        "com.amazonaws.customerprofiles#GetProfileObjectTypeTemplateResponse": {
1701            "type": "structure",
1702            "members": {
1703                "TemplateId": {
1704                    "target": "com.amazonaws.customerprofiles#name",
1705                    "traits": {
1706                        "smithy.api#documentation": "<p>A unique identifier for the object template.</p>"
1707                    }
1708                },
1709                "SourceName": {
1710                    "target": "com.amazonaws.customerprofiles#name",
1711                    "traits": {
1712                        "smithy.api#documentation": "<p>The name of the source of the object template.</p>"
1713                    }
1714                },
1715                "SourceObject": {
1716                    "target": "com.amazonaws.customerprofiles#name",
1717                    "traits": {
1718                        "smithy.api#documentation": "<p>The source of the object template.</p>"
1719                    }
1720                },
1721                "AllowProfileCreation": {
1722                    "target": "com.amazonaws.customerprofiles#boolean",
1723                    "traits": {
1724                        "smithy.api#documentation": "<p>Indicates whether a profile should be created when data is received if one doesn’t exist\n         for an object of this type. The default is <code>FALSE</code>. If the AllowProfileCreation\n         flag is set to <code>FALSE</code>, then the service tries to fetch a standard profile and\n         associate this object with the profile. If it is set to <code>TRUE</code>, and if no match\n         is found, then the service creates a new standard profile.</p>"
1725                    }
1726                },
1727                "Fields": {
1728                    "target": "com.amazonaws.customerprofiles#FieldMap",
1729                    "traits": {
1730                        "smithy.api#documentation": "<p>A map of the name and ObjectType field.</p>"
1731                    }
1732                },
1733                "Keys": {
1734                    "target": "com.amazonaws.customerprofiles#KeyMap",
1735                    "traits": {
1736                        "smithy.api#documentation": "<p>A list of unique keys that can be used to map data to the profile.</p>"
1737                    }
1738                }
1739            }
1740        },
1741        "com.amazonaws.customerprofiles#IncrementalPullConfig": {
1742            "type": "structure",
1743            "members": {
1744                "DatetimeTypeFieldName": {
1745                    "target": "com.amazonaws.customerprofiles#DatetimeTypeFieldName",
1746                    "traits": {
1747                        "smithy.api#documentation": "<p>A field that specifies the date time or timestamp field as the criteria to use when\n         importing incremental records from the source.</p>"
1748                    }
1749                }
1750            },
1751            "traits": {
1752                "smithy.api#documentation": "<p>Specifies the configuration used when importing incremental records from the\n         source.</p>"
1753            }
1754        },
1755        "com.amazonaws.customerprofiles#IntegrationList": {
1756            "type": "list",
1757            "member": {
1758                "target": "com.amazonaws.customerprofiles#ListIntegrationItem"
1759            }
1760        },
1761        "com.amazonaws.customerprofiles#InternalServerException": {
1762            "type": "structure",
1763            "members": {
1764                "Message": {
1765                    "target": "com.amazonaws.customerprofiles#message"
1766                }
1767            },
1768            "traits": {
1769                "smithy.api#documentation": "<p>An internal service error occurred.</p>",
1770                "smithy.api#error": "server",
1771                "smithy.api#httpError": 500
1772            }
1773        },
1774        "com.amazonaws.customerprofiles#KeyMap": {
1775            "type": "map",
1776            "key": {
1777                "target": "com.amazonaws.customerprofiles#name"
1778            },
1779            "value": {
1780                "target": "com.amazonaws.customerprofiles#ObjectTypeKeyList"
1781            }
1782        },
1783        "com.amazonaws.customerprofiles#KmsArn": {
1784            "type": "string",
1785            "traits": {
1786                "smithy.api#length": {
1787                    "min": 20,
1788                    "max": 2048
1789                },
1790                "smithy.api#pattern": "arn:aws:kms:.*:[0-9]+:.*"
1791            }
1792        },
1793        "com.amazonaws.customerprofiles#ListAccountIntegrations": {
1794            "type": "operation",
1795            "input": {
1796                "target": "com.amazonaws.customerprofiles#ListAccountIntegrationsRequest"
1797            },
1798            "output": {
1799                "target": "com.amazonaws.customerprofiles#ListAccountIntegrationsResponse"
1800            },
1801            "errors": [
1802                {
1803                    "target": "com.amazonaws.customerprofiles#AccessDeniedException"
1804                },
1805                {
1806                    "target": "com.amazonaws.customerprofiles#BadRequestException"
1807                },
1808                {
1809                    "target": "com.amazonaws.customerprofiles#InternalServerException"
1810                },
1811                {
1812                    "target": "com.amazonaws.customerprofiles#ResourceNotFoundException"
1813                },
1814                {
1815                    "target": "com.amazonaws.customerprofiles#ThrottlingException"
1816                }
1817            ],
1818            "traits": {
1819                "smithy.api#documentation": "<p>Lists all of the integrations associated to a specific URI in the AWS account.</p>",
1820                "smithy.api#http": {
1821                    "method": "POST",
1822                    "uri": "/integrations",
1823                    "code": 200
1824                }
1825            }
1826        },
1827        "com.amazonaws.customerprofiles#ListAccountIntegrationsRequest": {
1828            "type": "structure",
1829            "members": {
1830                "Uri": {
1831                    "target": "com.amazonaws.customerprofiles#string1To255",
1832                    "traits": {
1833                        "smithy.api#documentation": "<p>The URI of the S3 bucket or any other type of data source.</p>",
1834                        "smithy.api#required": {}
1835                    }
1836                },
1837                "NextToken": {
1838                    "target": "com.amazonaws.customerprofiles#token",
1839                    "traits": {
1840                        "smithy.api#documentation": "<p>The pagination token from the previous ListAccountIntegrations API call.</p>",
1841                        "smithy.api#httpQuery": "next-token"
1842                    }
1843                },
1844                "MaxResults": {
1845                    "target": "com.amazonaws.customerprofiles#maxSize100",
1846                    "traits": {
1847                        "smithy.api#documentation": "<p>The maximum number of objects returned per page.</p>",
1848                        "smithy.api#httpQuery": "max-results"
1849                    }
1850                }
1851            }
1852        },
1853        "com.amazonaws.customerprofiles#ListAccountIntegrationsResponse": {
1854            "type": "structure",
1855            "members": {
1856                "Items": {
1857                    "target": "com.amazonaws.customerprofiles#IntegrationList",
1858                    "traits": {
1859                        "smithy.api#documentation": "<p>The list of ListAccountIntegration instances.</p>"
1860                    }
1861                },
1862                "NextToken": {
1863                    "target": "com.amazonaws.customerprofiles#token",
1864                    "traits": {
1865                        "smithy.api#documentation": "<p>The pagination token from the previous ListAccountIntegrations API call.</p>"
1866                    }
1867                }
1868            }
1869        },
1870        "com.amazonaws.customerprofiles#ListDomainItem": {
1871            "type": "structure",
1872            "members": {
1873                "DomainName": {
1874                    "target": "com.amazonaws.customerprofiles#name",
1875                    "traits": {
1876                        "smithy.api#documentation": "<p>The unique name of the domain.</p>",
1877                        "smithy.api#required": {}
1878                    }
1879                },
1880                "CreatedAt": {
1881                    "target": "com.amazonaws.customerprofiles#timestamp",
1882                    "traits": {
1883                        "smithy.api#documentation": "<p>The timestamp of when the domain was created.</p>",
1884                        "smithy.api#required": {}
1885                    }
1886                },
1887                "LastUpdatedAt": {
1888                    "target": "com.amazonaws.customerprofiles#timestamp",
1889                    "traits": {
1890                        "smithy.api#documentation": "<p>The timestamp of when the domain was most recently edited.</p>",
1891                        "smithy.api#required": {}
1892                    }
1893                },
1894                "Tags": {
1895                    "target": "com.amazonaws.customerprofiles#TagMap",
1896                    "traits": {
1897                        "smithy.api#documentation": "<p>The tags used to organize, track, or control access for this resource.</p>"
1898                    }
1899                }
1900            },
1901            "traits": {
1902                "smithy.api#documentation": "<p>An object in a list that represents a domain.</p>"
1903            }
1904        },
1905        "com.amazonaws.customerprofiles#ListDomains": {
1906            "type": "operation",
1907            "input": {
1908                "target": "com.amazonaws.customerprofiles#ListDomainsRequest"
1909            },
1910            "output": {
1911                "target": "com.amazonaws.customerprofiles#ListDomainsResponse"
1912            },
1913            "errors": [
1914                {
1915                    "target": "com.amazonaws.customerprofiles#AccessDeniedException"
1916                },
1917                {
1918                    "target": "com.amazonaws.customerprofiles#BadRequestException"
1919                },
1920                {
1921                    "target": "com.amazonaws.customerprofiles#InternalServerException"
1922                },
1923                {
1924                    "target": "com.amazonaws.customerprofiles#ResourceNotFoundException"
1925                },
1926                {
1927                    "target": "com.amazonaws.customerprofiles#ThrottlingException"
1928                }
1929            ],
1930            "traits": {
1931                "smithy.api#documentation": "<p>Returns a list of all the domains for an AWS account that have been created.</p>",
1932                "smithy.api#http": {
1933                    "method": "GET",
1934                    "uri": "/domains",
1935                    "code": 200
1936                }
1937            }
1938        },
1939        "com.amazonaws.customerprofiles#ListDomainsRequest": {
1940            "type": "structure",
1941            "members": {
1942                "NextToken": {
1943                    "target": "com.amazonaws.customerprofiles#token",
1944                    "traits": {
1945                        "smithy.api#documentation": "<p>The pagination token from the previous ListDomain API call.</p>",
1946                        "smithy.api#httpQuery": "next-token"
1947                    }
1948                },
1949                "MaxResults": {
1950                    "target": "com.amazonaws.customerprofiles#maxSize100",
1951                    "traits": {
1952                        "smithy.api#documentation": "<p>The maximum number of objects returned per page.</p>",
1953                        "smithy.api#httpQuery": "max-results"
1954                    }
1955                }
1956            }
1957        },
1958        "com.amazonaws.customerprofiles#ListDomainsResponse": {
1959            "type": "structure",
1960            "members": {
1961                "Items": {
1962                    "target": "com.amazonaws.customerprofiles#DomainList",
1963                    "traits": {
1964                        "smithy.api#documentation": "<p>The list of ListDomains instances.</p>"
1965                    }
1966                },
1967                "NextToken": {
1968                    "target": "com.amazonaws.customerprofiles#token",
1969                    "traits": {
1970                        "smithy.api#documentation": "<p>The pagination token from the previous ListDomains API call.</p>"
1971                    }
1972                }
1973            }
1974        },
1975        "com.amazonaws.customerprofiles#ListIntegrationItem": {
1976            "type": "structure",
1977            "members": {
1978                "DomainName": {
1979                    "target": "com.amazonaws.customerprofiles#name",
1980                    "traits": {
1981                        "smithy.api#documentation": "<p>The unique name of the domain.</p>",
1982                        "smithy.api#required": {}
1983                    }
1984                },
1985                "Uri": {
1986                    "target": "com.amazonaws.customerprofiles#string1To255",
1987                    "traits": {
1988                        "smithy.api#documentation": "<p>The URI of the S3 bucket or any other type of data source.</p>",
1989                        "smithy.api#required": {}
1990                    }
1991                },
1992                "ObjectTypeName": {
1993                    "target": "com.amazonaws.customerprofiles#typeName",
1994                    "traits": {
1995                        "smithy.api#documentation": "<p>The name of the profile object type.</p>",
1996                        "smithy.api#required": {}
1997                    }
1998                },
1999                "CreatedAt": {
2000                    "target": "com.amazonaws.customerprofiles#timestamp",
2001                    "traits": {
2002                        "smithy.api#documentation": "<p>The timestamp of when the domain was created.</p>",
2003                        "smithy.api#required": {}
2004                    }
2005                },
2006                "LastUpdatedAt": {
2007                    "target": "com.amazonaws.customerprofiles#timestamp",
2008                    "traits": {
2009                        "smithy.api#documentation": "<p>The timestamp of when the domain was most recently edited.</p>",
2010                        "smithy.api#required": {}
2011                    }
2012                },
2013                "Tags": {
2014                    "target": "com.amazonaws.customerprofiles#TagMap",
2015                    "traits": {
2016                        "smithy.api#documentation": "<p>The tags used to organize, track, or control access for this resource.</p>"
2017                    }
2018                }
2019            },
2020            "traits": {
2021                "smithy.api#documentation": "<p>An integration in list of integrations.</p>"
2022            }
2023        },
2024        "com.amazonaws.customerprofiles#ListIntegrations": {
2025            "type": "operation",
2026            "input": {
2027                "target": "com.amazonaws.customerprofiles#ListIntegrationsRequest"
2028            },
2029            "output": {
2030                "target": "com.amazonaws.customerprofiles#ListIntegrationsResponse"
2031            },
2032            "errors": [
2033                {
2034                    "target": "com.amazonaws.customerprofiles#AccessDeniedException"
2035                },
2036                {
2037                    "target": "com.amazonaws.customerprofiles#BadRequestException"
2038                },
2039                {
2040                    "target": "com.amazonaws.customerprofiles#InternalServerException"
2041                },
2042                {
2043                    "target": "com.amazonaws.customerprofiles#ResourceNotFoundException"
2044                },
2045                {
2046                    "target": "com.amazonaws.customerprofiles#ThrottlingException"
2047                }
2048            ],
2049            "traits": {
2050                "smithy.api#documentation": "<p>Lists all of the integrations in your domain.</p>",
2051                "smithy.api#http": {
2052                    "method": "GET",
2053                    "uri": "/domains/{DomainName}/integrations",
2054                    "code": 200
2055                }
2056            }
2057        },
2058        "com.amazonaws.customerprofiles#ListIntegrationsRequest": {
2059            "type": "structure",
2060            "members": {
2061                "DomainName": {
2062                    "target": "com.amazonaws.customerprofiles#name",
2063                    "traits": {
2064                        "smithy.api#documentation": "<p>The unique name of the domain.</p>",
2065                        "smithy.api#httpLabel": {},
2066                        "smithy.api#required": {}
2067                    }
2068                },
2069                "NextToken": {
2070                    "target": "com.amazonaws.customerprofiles#token",
2071                    "traits": {
2072                        "smithy.api#documentation": "<p>The pagination token from the previous ListIntegrations API call.</p>",
2073                        "smithy.api#httpQuery": "next-token"
2074                    }
2075                },
2076                "MaxResults": {
2077                    "target": "com.amazonaws.customerprofiles#maxSize100",
2078                    "traits": {
2079                        "smithy.api#documentation": "<p>The maximum number of objects returned per page.</p>",
2080                        "smithy.api#httpQuery": "max-results"
2081                    }
2082                }
2083            }
2084        },
2085        "com.amazonaws.customerprofiles#ListIntegrationsResponse": {
2086            "type": "structure",
2087            "members": {
2088                "Items": {
2089                    "target": "com.amazonaws.customerprofiles#IntegrationList",
2090                    "traits": {
2091                        "smithy.api#documentation": "<p>The list of ListIntegrations instances.</p>"
2092                    }
2093                },
2094                "NextToken": {
2095                    "target": "com.amazonaws.customerprofiles#token",
2096                    "traits": {
2097                        "smithy.api#documentation": "<p>The pagination token from the previous ListIntegrations API call.</p>"
2098                    }
2099                }
2100            }
2101        },
2102        "com.amazonaws.customerprofiles#ListProfileObjectTypeItem": {
2103            "type": "structure",
2104            "members": {
2105                "ObjectTypeName": {
2106                    "target": "com.amazonaws.customerprofiles#typeName",
2107                    "traits": {
2108                        "smithy.api#documentation": "<p>The name of the profile object type.</p>",
2109                        "smithy.api#required": {}
2110                    }
2111                },
2112                "Description": {
2113                    "target": "com.amazonaws.customerprofiles#text",
2114                    "traits": {
2115                        "smithy.api#documentation": "<p>Description of the profile object type.</p>",
2116                        "smithy.api#required": {}
2117                    }
2118                },
2119                "CreatedAt": {
2120                    "target": "com.amazonaws.customerprofiles#timestamp",
2121                    "traits": {
2122                        "smithy.api#documentation": "<p>The timestamp of when the domain was created.</p>"
2123                    }
2124                },
2125                "LastUpdatedAt": {
2126                    "target": "com.amazonaws.customerprofiles#timestamp",
2127                    "traits": {
2128                        "smithy.api#documentation": "<p>The timestamp of when the domain was most recently edited.</p>"
2129                    }
2130                },
2131                "Tags": {
2132                    "target": "com.amazonaws.customerprofiles#TagMap",
2133                    "traits": {
2134                        "smithy.api#documentation": "<p>The tags used to organize, track, or control access for this resource.</p>"
2135                    }
2136                }
2137            },
2138            "traits": {
2139                "smithy.api#documentation": "<p>A ProfileObjectType instance.</p>"
2140            }
2141        },
2142        "com.amazonaws.customerprofiles#ListProfileObjectTypeTemplateItem": {
2143            "type": "structure",
2144            "members": {
2145                "TemplateId": {
2146                    "target": "com.amazonaws.customerprofiles#name",
2147                    "traits": {
2148                        "smithy.api#documentation": "<p>A unique identifier for the object template.</p>"
2149                    }
2150                },
2151                "SourceName": {
2152                    "target": "com.amazonaws.customerprofiles#name",
2153                    "traits": {
2154                        "smithy.api#documentation": "<p>The name of the source of the object template.</p>"
2155                    }
2156                },
2157                "SourceObject": {
2158                    "target": "com.amazonaws.customerprofiles#name",
2159                    "traits": {
2160                        "smithy.api#documentation": "<p>The source of the object template.</p>"
2161                    }
2162                }
2163            },
2164            "traits": {
2165                "smithy.api#documentation": "<p>A ProfileObjectTypeTemplate in a list of ProfileObjectTypeTemplates.</p>"
2166            }
2167        },
2168        "com.amazonaws.customerprofiles#ListProfileObjectTypeTemplates": {
2169            "type": "operation",
2170            "input": {
2171                "target": "com.amazonaws.customerprofiles#ListProfileObjectTypeTemplatesRequest"
2172            },
2173            "output": {
2174                "target": "com.amazonaws.customerprofiles#ListProfileObjectTypeTemplatesResponse"
2175            },
2176            "errors": [
2177                {
2178                    "target": "com.amazonaws.customerprofiles#AccessDeniedException"
2179                },
2180                {
2181                    "target": "com.amazonaws.customerprofiles#BadRequestException"
2182                },
2183                {
2184                    "target": "com.amazonaws.customerprofiles#InternalServerException"
2185                },
2186                {
2187                    "target": "com.amazonaws.customerprofiles#ResourceNotFoundException"
2188                },
2189                {
2190                    "target": "com.amazonaws.customerprofiles#ThrottlingException"
2191                }
2192            ],
2193            "traits": {
2194                "smithy.api#documentation": "<p>Lists all of the template information for object types.</p>",
2195                "smithy.api#http": {
2196                    "method": "GET",
2197                    "uri": "/templates",
2198                    "code": 200
2199                }
2200            }
2201        },
2202        "com.amazonaws.customerprofiles#ListProfileObjectTypeTemplatesRequest": {
2203            "type": "structure",
2204            "members": {
2205                "NextToken": {
2206                    "target": "com.amazonaws.customerprofiles#token",
2207                    "traits": {
2208                        "smithy.api#documentation": "<p>The pagination token from the previous ListObjectTypeTemplates API call.</p>",
2209                        "smithy.api#httpQuery": "next-token"
2210                    }
2211                },
2212                "MaxResults": {
2213                    "target": "com.amazonaws.customerprofiles#maxSize100",
2214                    "traits": {
2215                        "smithy.api#documentation": "<p>The maximum number of objects returned per page.</p>",
2216                        "smithy.api#httpQuery": "max-results"
2217                    }
2218                }
2219            }
2220        },
2221        "com.amazonaws.customerprofiles#ListProfileObjectTypeTemplatesResponse": {
2222            "type": "structure",
2223            "members": {
2224                "Items": {
2225                    "target": "com.amazonaws.customerprofiles#ProfileObjectTypeTemplateList",
2226                    "traits": {
2227                        "smithy.api#documentation": "<p>The list of ListProfileObjectType template instances.</p>"
2228                    }
2229                },
2230                "NextToken": {
2231                    "target": "com.amazonaws.customerprofiles#token",
2232                    "traits": {
2233                        "smithy.api#documentation": "<p>The pagination token from the previous ListObjectTypeTemplates API call. </p>"
2234                    }
2235                }
2236            }
2237        },
2238        "com.amazonaws.customerprofiles#ListProfileObjectTypes": {
2239            "type": "operation",
2240            "input": {
2241                "target": "com.amazonaws.customerprofiles#ListProfileObjectTypesRequest"
2242            },
2243            "output": {
2244                "target": "com.amazonaws.customerprofiles#ListProfileObjectTypesResponse"
2245            },
2246            "errors": [
2247                {
2248                    "target": "com.amazonaws.customerprofiles#AccessDeniedException"
2249                },
2250                {
2251                    "target": "com.amazonaws.customerprofiles#BadRequestException"
2252                },
2253                {
2254                    "target": "com.amazonaws.customerprofiles#InternalServerException"
2255                },
2256                {
2257                    "target": "com.amazonaws.customerprofiles#ResourceNotFoundException"
2258                },
2259                {
2260                    "target": "com.amazonaws.customerprofiles#ThrottlingException"
2261                }
2262            ],
2263            "traits": {
2264                "smithy.api#documentation": "<p>Lists all of the templates available within the service.</p>",
2265                "smithy.api#http": {
2266                    "method": "GET",
2267                    "uri": "/domains/{DomainName}/object-types",
2268                    "code": 200
2269                }
2270            }
2271        },
2272        "com.amazonaws.customerprofiles#ListProfileObjectTypesRequest": {
2273            "type": "structure",
2274            "members": {
2275                "DomainName": {
2276                    "target": "com.amazonaws.customerprofiles#name",
2277                    "traits": {
2278                        "smithy.api#documentation": "<p>The unique name of the domain.</p>",
2279                        "smithy.api#httpLabel": {},
2280                        "smithy.api#required": {}
2281                    }
2282                },
2283                "NextToken": {
2284                    "target": "com.amazonaws.customerprofiles#token",
2285                    "traits": {
2286                        "smithy.api#documentation": "<p>Identifies the next page of results to return.</p>",
2287                        "smithy.api#httpQuery": "next-token"
2288                    }
2289                },
2290                "MaxResults": {
2291                    "target": "com.amazonaws.customerprofiles#maxSize100",
2292                    "traits": {
2293                        "smithy.api#documentation": "<p>The maximum number of objects returned per page.</p>",
2294                        "smithy.api#httpQuery": "max-results"
2295                    }
2296                }
2297            }
2298        },
2299        "com.amazonaws.customerprofiles#ListProfileObjectTypesResponse": {
2300            "type": "structure",
2301            "members": {
2302                "Items": {
2303                    "target": "com.amazonaws.customerprofiles#ProfileObjectTypeList",
2304                    "traits": {
2305                        "smithy.api#documentation": "<p>The list of ListProfileObjectTypes instances.</p>"
2306                    }
2307                },
2308                "NextToken": {
2309                    "target": "com.amazonaws.customerprofiles#token",
2310                    "traits": {
2311                        "smithy.api#documentation": "<p>Identifies the next page of results to return.</p>"
2312                    }
2313                }
2314            }
2315        },
2316        "com.amazonaws.customerprofiles#ListProfileObjects": {
2317            "type": "operation",
2318            "input": {
2319                "target": "com.amazonaws.customerprofiles#ListProfileObjectsRequest"
2320            },
2321            "output": {
2322                "target": "com.amazonaws.customerprofiles#ListProfileObjectsResponse"
2323            },
2324            "errors": [
2325                {
2326                    "target": "com.amazonaws.customerprofiles#AccessDeniedException"
2327                },
2328                {
2329                    "target": "com.amazonaws.customerprofiles#BadRequestException"
2330                },
2331                {
2332                    "target": "com.amazonaws.customerprofiles#InternalServerException"
2333                },
2334                {
2335                    "target": "com.amazonaws.customerprofiles#ResourceNotFoundException"
2336                },
2337                {
2338                    "target": "com.amazonaws.customerprofiles#ThrottlingException"
2339                }
2340            ],
2341            "traits": {
2342                "smithy.api#documentation": "<p>Returns a list of objects associated with a profile of a given ProfileObjectType.</p>",
2343                "smithy.api#http": {
2344                    "method": "POST",
2345                    "uri": "/domains/{DomainName}/profiles/objects",
2346                    "code": 200
2347                }
2348            }
2349        },
2350        "com.amazonaws.customerprofiles#ListProfileObjectsItem": {
2351            "type": "structure",
2352            "members": {
2353                "ObjectTypeName": {
2354                    "target": "com.amazonaws.customerprofiles#typeName",
2355                    "traits": {
2356                        "smithy.api#documentation": "<p>Specifies the kind of object being added to a profile, such as\n         \"Salesforce-Account.\"</p>"
2357                    }
2358                },
2359                "ProfileObjectUniqueKey": {
2360                    "target": "com.amazonaws.customerprofiles#string1To255",
2361                    "traits": {
2362                        "smithy.api#documentation": "<p>The unique identifier of the ProfileObject generated by the service.</p>"
2363                    }
2364                },
2365                "Object": {
2366                    "target": "com.amazonaws.customerprofiles#stringifiedJson",
2367                    "traits": {
2368                        "smithy.api#documentation": "<p>A JSON representation of a ProfileObject that belongs to a profile.</p>"
2369                    }
2370                }
2371            },
2372            "traits": {
2373                "smithy.api#documentation": "<p>A ProfileObject in a list of ProfileObjects.</p>"
2374            }
2375        },
2376        "com.amazonaws.customerprofiles#ListProfileObjectsRequest": {
2377            "type": "structure",
2378            "members": {
2379                "NextToken": {
2380                    "target": "com.amazonaws.customerprofiles#token",
2381                    "traits": {
2382                        "smithy.api#documentation": "<p>The pagination token from the previous call to ListProfileObjects.</p>",
2383                        "smithy.api#httpQuery": "next-token"
2384                    }
2385                },
2386                "MaxResults": {
2387                    "target": "com.amazonaws.customerprofiles#maxSize100",
2388                    "traits": {
2389                        "smithy.api#documentation": "<p>The maximum number of objects returned per page.</p>",
2390                        "smithy.api#httpQuery": "max-results"
2391                    }
2392                },
2393                "DomainName": {
2394                    "target": "com.amazonaws.customerprofiles#name",
2395                    "traits": {
2396                        "smithy.api#documentation": "<p>The unique name of the domain.</p>",
2397                        "smithy.api#httpLabel": {},
2398                        "smithy.api#required": {}
2399                    }
2400                },
2401                "ObjectTypeName": {
2402                    "target": "com.amazonaws.customerprofiles#typeName",
2403                    "traits": {
2404                        "smithy.api#documentation": "<p>The name of the profile object type.</p>",
2405                        "smithy.api#required": {}
2406                    }
2407                },
2408                "ProfileId": {
2409                    "target": "com.amazonaws.customerprofiles#uuid",
2410                    "traits": {
2411                        "smithy.api#documentation": "<p>The unique identifier of a customer profile.</p>",
2412                        "smithy.api#required": {}
2413                    }
2414                }
2415            }
2416        },
2417        "com.amazonaws.customerprofiles#ListProfileObjectsResponse": {
2418            "type": "structure",
2419            "members": {
2420                "Items": {
2421                    "target": "com.amazonaws.customerprofiles#ProfileObjectList",
2422                    "traits": {
2423                        "smithy.api#documentation": "<p>The list of ListProfileObject instances.</p>"
2424                    }
2425                },
2426                "NextToken": {
2427                    "target": "com.amazonaws.customerprofiles#token",
2428                    "traits": {
2429                        "smithy.api#documentation": "<p>The pagination token from the previous call to ListProfileObjects.</p>"
2430                    }
2431                }
2432            }
2433        },
2434        "com.amazonaws.customerprofiles#ListTagsForResource": {
2435            "type": "operation",
2436            "input": {
2437                "target": "com.amazonaws.customerprofiles#ListTagsForResourceRequest"
2438            },
2439            "output": {
2440                "target": "com.amazonaws.customerprofiles#ListTagsForResourceResponse"
2441            },
2442            "errors": [
2443                {
2444                    "target": "com.amazonaws.customerprofiles#BadRequestException"
2445                },
2446                {
2447                    "target": "com.amazonaws.customerprofiles#InternalServerException"
2448                },
2449                {
2450                    "target": "com.amazonaws.customerprofiles#ResourceNotFoundException"
2451                }
2452            ],
2453            "traits": {
2454                "smithy.api#documentation": "<p>Displays the tags associated with an Amazon Connect Customer Profiles resource. In Connect\n         Customer Profiles, domains, profile object types, and integrations can be tagged.</p>",
2455                "smithy.api#http": {
2456                    "method": "GET",
2457                    "uri": "/tags/{resourceArn}",
2458                    "code": 200
2459                }
2460            }
2461        },
2462        "com.amazonaws.customerprofiles#ListTagsForResourceRequest": {
2463            "type": "structure",
2464            "members": {
2465                "resourceArn": {
2466                    "target": "com.amazonaws.customerprofiles#TagArn",
2467                    "traits": {
2468                        "smithy.api#documentation": "<p>The ARN of the resource for which you want to view tags.</p>",
2469                        "smithy.api#httpLabel": {},
2470                        "smithy.api#required": {}
2471                    }
2472                }
2473            }
2474        },
2475        "com.amazonaws.customerprofiles#ListTagsForResourceResponse": {
2476            "type": "structure",
2477            "members": {
2478                "tags": {
2479                    "target": "com.amazonaws.customerprofiles#TagMap",
2480                    "traits": {
2481                        "smithy.api#documentation": "<p>The tags used to organize, track, or control access for this resource.</p>"
2482                    }
2483                }
2484            }
2485        },
2486        "com.amazonaws.customerprofiles#MarketoConnectorOperator": {
2487            "type": "string",
2488            "traits": {
2489                "smithy.api#enum": [
2490                    {
2491                        "value": "PROJECTION",
2492                        "name": "PROJECTION"
2493                    },
2494                    {
2495                        "value": "LESS_THAN",
2496                        "name": "LESS_THAN"
2497                    },
2498                    {
2499                        "value": "GREATER_THAN",
2500                        "name": "GREATER_THAN"
2501                    },
2502                    {
2503                        "value": "BETWEEN",
2504                        "name": "BETWEEN"
2505                    },
2506                    {
2507                        "value": "ADDITION",
2508                        "name": "ADDITION"
2509                    },
2510                    {
2511                        "value": "MULTIPLICATION",
2512                        "name": "MULTIPLICATION"
2513                    },
2514                    {
2515                        "value": "DIVISION",
2516                        "name": "DIVISION"
2517                    },
2518                    {
2519                        "value": "SUBTRACTION",
2520                        "name": "SUBTRACTION"
2521                    },
2522                    {
2523                        "value": "MASK_ALL",
2524                        "name": "MASK_ALL"
2525                    },
2526                    {
2527                        "value": "MASK_FIRST_N",
2528                        "name": "MASK_FIRST_N"
2529                    },
2530                    {
2531                        "value": "MASK_LAST_N",
2532                        "name": "MASK_LAST_N"
2533                    },
2534                    {
2535                        "value": "VALIDATE_NON_NULL",
2536                        "name": "VALIDATE_NON_NULL"
2537                    },
2538                    {
2539                        "value": "VALIDATE_NON_ZERO",
2540                        "name": "VALIDATE_NON_ZERO"
2541                    },
2542                    {
2543                        "value": "VALIDATE_NON_NEGATIVE",
2544                        "name": "VALIDATE_NON_NEGATIVE"
2545                    },
2546                    {
2547                        "value": "VALIDATE_NUMERIC",
2548                        "name": "VALIDATE_NUMERIC"
2549                    },
2550                    {
2551                        "value": "NO_OP",
2552                        "name": "NO_OP"
2553                    }
2554                ]
2555            }
2556        },
2557        "com.amazonaws.customerprofiles#MarketoSourceProperties": {
2558            "type": "structure",
2559            "members": {
2560                "Object": {
2561                    "target": "com.amazonaws.customerprofiles#Object",
2562                    "traits": {
2563                        "smithy.api#documentation": "<p>The object specified in the Marketo flow source.</p>",
2564                        "smithy.api#required": {}
2565                    }
2566                }
2567            },
2568            "traits": {
2569                "smithy.api#documentation": "<p>The properties that are applied when Marketo is being used as a source.</p>"
2570            }
2571        },
2572        "com.amazonaws.customerprofiles#Object": {
2573            "type": "string",
2574            "traits": {
2575                "smithy.api#length": {
2576                    "min": 0,
2577                    "max": 512
2578                },
2579                "smithy.api#pattern": "\\S+"
2580            }
2581        },
2582        "com.amazonaws.customerprofiles#ObjectTypeField": {
2583            "type": "structure",
2584            "members": {
2585                "Source": {
2586                    "target": "com.amazonaws.customerprofiles#text",
2587                    "traits": {
2588                        "smithy.api#documentation": "<p>A field of a ProfileObject. For example: _source.FirstName, where “_source” is a\n         ProfileObjectType of a Zendesk user and “FirstName” is a field in that ObjectType.</p>"
2589                    }
2590                },
2591                "Target": {
2592                    "target": "com.amazonaws.customerprofiles#text",
2593                    "traits": {
2594                        "smithy.api#documentation": "<p>The location of the data in the standard ProfileObject model. For example:\n         _profile.Address.PostalCode.</p>"
2595                    }
2596                },
2597                "ContentType": {
2598                    "target": "com.amazonaws.customerprofiles#FieldContentType",
2599                    "traits": {
2600                        "smithy.api#documentation": "<p>The content type of the field. Used for determining equality when searching.</p>"
2601                    }
2602                }
2603            },
2604            "traits": {
2605                "smithy.api#documentation": "<p>Represents a field in a ProfileObjectType.</p>"
2606            }
2607        },
2608        "com.amazonaws.customerprofiles#ObjectTypeKey": {
2609            "type": "structure",
2610            "members": {
2611                "StandardIdentifiers": {
2612                    "target": "com.amazonaws.customerprofiles#StandardIdentifierList",
2613                    "traits": {
2614                        "smithy.api#documentation": "<p>The types of keys that a ProfileObject can have. Each ProfileObject can have only 1\n         UNIQUE key but multiple PROFILE keys. PROFILE means that this key can be used to tie an\n         object to a PROFILE. UNIQUE means that it can be used to uniquely identify an object. If a\n         key a is marked as SECONDARY, it will be used to search for profiles after all other\n         PROFILE keys have been searched. A LOOKUP_ONLY key is only used to match a profile but is\n         not persisted to be used for searching of the profile. A NEW_ONLY key is only used if the\n         profile does not already exist before the object is ingested, otherwise it is only used for\n         matching objects to profiles.</p>"
2615                    }
2616                },
2617                "FieldNames": {
2618                    "target": "com.amazonaws.customerprofiles#FieldNameList",
2619                    "traits": {
2620                        "smithy.api#documentation": "<p>The reference for the key name of the fields map.</p>"
2621                    }
2622                }
2623            },
2624            "traits": {
2625                "smithy.api#documentation": "<p>An object that defines the Key element of a ProfileObject. A Key is a special element\n         that can be used to search for a customer profile.</p>"
2626            }
2627        },
2628        "com.amazonaws.customerprofiles#ObjectTypeKeyList": {
2629            "type": "list",
2630            "member": {
2631                "target": "com.amazonaws.customerprofiles#ObjectTypeKey"
2632            }
2633        },
2634        "com.amazonaws.customerprofiles#OperatorPropertiesKeys": {
2635            "type": "string",
2636            "traits": {
2637                "smithy.api#enum": [
2638                    {
2639                        "value": "VALUE",
2640                        "name": "VALUE"
2641                    },
2642                    {
2643                        "value": "VALUES",
2644                        "name": "VALUES"
2645                    },
2646                    {
2647                        "value": "DATA_TYPE",
2648                        "name": "DATA_TYPE"
2649                    },
2650                    {
2651                        "value": "UPPER_BOUND",
2652                        "name": "UPPER_BOUND"
2653                    },
2654                    {
2655                        "value": "LOWER_BOUND",
2656                        "name": "LOWER_BOUND"
2657                    },
2658                    {
2659                        "value": "SOURCE_DATA_TYPE",
2660                        "name": "SOURCE_DATA_TYPE"
2661                    },
2662                    {
2663                        "value": "DESTINATION_DATA_TYPE",
2664                        "name": "DESTINATION_DATA_TYPE"
2665                    },
2666                    {
2667                        "value": "VALIDATION_ACTION",
2668                        "name": "VALIDATION_ACTION"
2669                    },
2670                    {
2671                        "value": "MASK_VALUE",
2672                        "name": "MASK_VALUE"
2673                    },
2674                    {
2675                        "value": "MASK_LENGTH",
2676                        "name": "MASK_LENGTH"
2677                    },
2678                    {
2679                        "value": "TRUNCATE_LENGTH",
2680                        "name": "TRUNCATE_LENGTH"
2681                    },
2682                    {
2683                        "value": "MATH_OPERATION_FIELDS_ORDER",
2684                        "name": "MATH_OPERATION_FIELDS_ORDER"
2685                    },
2686                    {
2687                        "value": "CONCAT_FORMAT",
2688                        "name": "CONCAT_FORMAT"
2689                    },
2690                    {
2691                        "value": "SUBFIELD_CATEGORY_MAP",
2692                        "name": "SUBFIELD_CATEGORY_MAP"
2693                    }
2694                ]
2695            }
2696        },
2697        "com.amazonaws.customerprofiles#PartyType": {
2698            "type": "string",
2699            "traits": {
2700                "smithy.api#enum": [
2701                    {
2702                        "value": "INDIVIDUAL",
2703                        "name": "INDIVIDUAL"
2704                    },
2705                    {
2706                        "value": "BUSINESS",
2707                        "name": "BUSINESS"
2708                    },
2709                    {
2710                        "value": "OTHER",
2711                        "name": "OTHER"
2712                    }
2713                ]
2714            }
2715        },
2716        "com.amazonaws.customerprofiles#Profile": {
2717            "type": "structure",
2718            "members": {
2719                "ProfileId": {
2720                    "target": "com.amazonaws.customerprofiles#uuid",
2721                    "traits": {
2722                        "smithy.api#documentation": "<p>The unique identifier of a customer profile.</p>"
2723                    }
2724                },
2725                "AccountNumber": {
2726                    "target": "com.amazonaws.customerprofiles#string1To255",
2727                    "traits": {
2728                        "smithy.api#documentation": "<p>A unique account number that you have given to the customer.</p>"
2729                    }
2730                },
2731                "AdditionalInformation": {
2732                    "target": "com.amazonaws.customerprofiles#string1To1000",
2733                    "traits": {
2734                        "smithy.api#documentation": "<p>Any additional information relevant to the customer's profile.</p>"
2735                    }
2736                },
2737                "PartyType": {
2738                    "target": "com.amazonaws.customerprofiles#PartyType",
2739                    "traits": {
2740                        "smithy.api#documentation": "<p>The type of profile used to describe the customer.</p>"
2741                    }
2742                },
2743                "BusinessName": {
2744                    "target": "com.amazonaws.customerprofiles#string1To255",
2745                    "traits": {
2746                        "smithy.api#documentation": "<p>The name of the customer’s business.</p>"
2747                    }
2748                },
2749                "FirstName": {
2750                    "target": "com.amazonaws.customerprofiles#string1To255",
2751                    "traits": {
2752                        "smithy.api#documentation": "<p>The customer’s first name.</p>"
2753                    }
2754                },
2755                "MiddleName": {
2756                    "target": "com.amazonaws.customerprofiles#string1To255",
2757                    "traits": {
2758                        "smithy.api#documentation": "<p>The customer’s middle name.</p>"
2759                    }
2760                },
2761                "LastName": {
2762                    "target": "com.amazonaws.customerprofiles#string1To255",
2763                    "traits": {
2764                        "smithy.api#documentation": "<p>The customer’s last name.</p>"
2765                    }
2766                },
2767                "BirthDate": {
2768                    "target": "com.amazonaws.customerprofiles#string1To255",
2769                    "traits": {
2770                        "smithy.api#documentation": "<p>The customer’s birth date.</p>"
2771                    }
2772                },
2773                "Gender": {
2774                    "target": "com.amazonaws.customerprofiles#Gender",
2775                    "traits": {
2776                        "smithy.api#documentation": "<p>The gender with which the customer identifies.</p>"
2777                    }
2778                },
2779                "PhoneNumber": {
2780                    "target": "com.amazonaws.customerprofiles#string1To255",
2781                    "traits": {
2782                        "smithy.api#documentation": "<p>The customer's phone number, which has not been specified as a mobile, home, or business\n         number.</p>"
2783                    }
2784                },
2785                "MobilePhoneNumber": {
2786                    "target": "com.amazonaws.customerprofiles#string1To255",
2787                    "traits": {
2788                        "smithy.api#documentation": "<p>The customer’s mobile phone number.</p>"
2789                    }
2790                },
2791                "HomePhoneNumber": {
2792                    "target": "com.amazonaws.customerprofiles#string1To255",
2793                    "traits": {
2794                        "smithy.api#documentation": "<p>The customer’s home phone number.</p>"
2795                    }
2796                },
2797                "BusinessPhoneNumber": {
2798                    "target": "com.amazonaws.customerprofiles#string1To255",
2799                    "traits": {
2800                        "smithy.api#documentation": "<p>The customer’s home phone number.</p>"
2801                    }
2802                },
2803                "EmailAddress": {
2804                    "target": "com.amazonaws.customerprofiles#string1To255",
2805                    "traits": {
2806                        "smithy.api#documentation": "<p>The customer's email address, which has not been specified as a personal or business\n         address.</p>"
2807                    }
2808                },
2809                "PersonalEmailAddress": {
2810                    "target": "com.amazonaws.customerprofiles#string1To255",
2811                    "traits": {
2812                        "smithy.api#documentation": "<p>The customer’s personal email address.</p>"
2813                    }
2814                },
2815                "BusinessEmailAddress": {
2816                    "target": "com.amazonaws.customerprofiles#string1To255",
2817                    "traits": {
2818                        "smithy.api#documentation": "<p>The customer’s business email address.</p>"
2819                    }
2820                },
2821                "Address": {
2822                    "target": "com.amazonaws.customerprofiles#Address",
2823                    "traits": {
2824                        "smithy.api#documentation": "<p>A generic address associated with the customer that is not mailing, shipping, or\n         billing.</p>"
2825                    }
2826                },
2827                "ShippingAddress": {
2828                    "target": "com.amazonaws.customerprofiles#Address",
2829                    "traits": {
2830                        "smithy.api#documentation": "<p>The customer’s shipping address.</p>"
2831                    }
2832                },
2833                "MailingAddress": {
2834                    "target": "com.amazonaws.customerprofiles#Address",
2835                    "traits": {
2836                        "smithy.api#documentation": "<p>The customer’s mailing address.</p>"
2837                    }
2838                },
2839                "BillingAddress": {
2840                    "target": "com.amazonaws.customerprofiles#Address",
2841                    "traits": {
2842                        "smithy.api#documentation": "<p>The customer’s billing address.</p>"
2843                    }
2844                },
2845                "Attributes": {
2846                    "target": "com.amazonaws.customerprofiles#Attributes",
2847                    "traits": {
2848                        "smithy.api#documentation": "<p>A key value pair of attributes of a customer profile.</p>"
2849                    }
2850                }
2851            },
2852            "traits": {
2853                "smithy.api#documentation": "<p>The standard profile of a customer.</p>"
2854            }
2855        },
2856        "com.amazonaws.customerprofiles#ProfileList": {
2857            "type": "list",
2858            "member": {
2859                "target": "com.amazonaws.customerprofiles#Profile"
2860            }
2861        },
2862        "com.amazonaws.customerprofiles#ProfileObjectList": {
2863            "type": "list",
2864            "member": {
2865                "target": "com.amazonaws.customerprofiles#ListProfileObjectsItem"
2866            }
2867        },
2868        "com.amazonaws.customerprofiles#ProfileObjectTypeList": {
2869            "type": "list",
2870            "member": {
2871                "target": "com.amazonaws.customerprofiles#ListProfileObjectTypeItem"
2872            }
2873        },
2874        "com.amazonaws.customerprofiles#ProfileObjectTypeTemplateList": {
2875            "type": "list",
2876            "member": {
2877                "target": "com.amazonaws.customerprofiles#ListProfileObjectTypeTemplateItem"
2878            }
2879        },
2880        "com.amazonaws.customerprofiles#Property": {
2881            "type": "string",
2882            "traits": {
2883                "smithy.api#length": {
2884                    "min": 0,
2885                    "max": 2048
2886                },
2887                "smithy.api#pattern": ".+"
2888            }
2889        },
2890        "com.amazonaws.customerprofiles#PutIntegration": {
2891            "type": "operation",
2892            "input": {
2893                "target": "com.amazonaws.customerprofiles#PutIntegrationRequest"
2894            },
2895            "output": {
2896                "target": "com.amazonaws.customerprofiles#PutIntegrationResponse"
2897            },
2898            "errors": [
2899                {
2900                    "target": "com.amazonaws.customerprofiles#AccessDeniedException"
2901                },
2902                {
2903                    "target": "com.amazonaws.customerprofiles#BadRequestException"
2904                },
2905                {
2906                    "target": "com.amazonaws.customerprofiles#InternalServerException"
2907                },
2908                {
2909                    "target": "com.amazonaws.customerprofiles#ResourceNotFoundException"
2910                },
2911                {
2912                    "target": "com.amazonaws.customerprofiles#ThrottlingException"
2913                }
2914            ],
2915            "traits": {
2916                "smithy.api#documentation": "<p>Adds an integration between the service and a third-party service, which includes\n         Amazon AppFlow and Amazon Connect.</p>\n         <p>An integration can belong to only one domain.</p>",
2917                "smithy.api#http": {
2918                    "method": "PUT",
2919                    "uri": "/domains/{DomainName}/integrations",
2920                    "code": 200
2921                }
2922            }
2923        },
2924        "com.amazonaws.customerprofiles#PutIntegrationRequest": {
2925            "type": "structure",
2926            "members": {
2927                "DomainName": {
2928                    "target": "com.amazonaws.customerprofiles#name",
2929                    "traits": {
2930                        "smithy.api#documentation": "<p>The unique name of the domain.</p>",
2931                        "smithy.api#httpLabel": {},
2932                        "smithy.api#required": {}
2933                    }
2934                },
2935                "Uri": {
2936                    "target": "com.amazonaws.customerprofiles#string1To255",
2937                    "traits": {
2938                        "smithy.api#documentation": "<p>The URI of the S3 bucket or any other type of data source.</p>"
2939                    }
2940                },
2941                "ObjectTypeName": {
2942                    "target": "com.amazonaws.customerprofiles#typeName",
2943                    "traits": {
2944                        "smithy.api#documentation": "<p>The name of the profile object type.</p>",
2945                        "smithy.api#required": {}
2946                    }
2947                },
2948                "Tags": {
2949                    "target": "com.amazonaws.customerprofiles#TagMap",
2950                    "traits": {
2951                        "smithy.api#documentation": "<p>The tags used to organize, track, or control access for this resource.</p>"
2952                    }
2953                },
2954                "FlowDefinition": {
2955                    "target": "com.amazonaws.customerprofiles#FlowDefinition",
2956                    "traits": {
2957                        "smithy.api#documentation": "<p>The configuration that controls how Customer Profiles retrieves data from the\n         source.</p>"
2958                    }
2959                }
2960            }
2961        },
2962        "com.amazonaws.customerprofiles#PutIntegrationResponse": {
2963            "type": "structure",
2964            "members": {
2965                "DomainName": {
2966                    "target": "com.amazonaws.customerprofiles#name",
2967                    "traits": {
2968                        "smithy.api#documentation": "<p>The unique name of the domain.</p>",
2969                        "smithy.api#required": {}
2970                    }
2971                },
2972                "Uri": {
2973                    "target": "com.amazonaws.customerprofiles#string1To255",
2974                    "traits": {
2975                        "smithy.api#documentation": "<p>The URI of the S3 bucket or any other type of data source.</p>",
2976                        "smithy.api#required": {}
2977                    }
2978                },
2979                "ObjectTypeName": {
2980                    "target": "com.amazonaws.customerprofiles#typeName",
2981                    "traits": {
2982                        "smithy.api#documentation": "<p>The name of the profile object type.</p>",
2983                        "smithy.api#required": {}
2984                    }
2985                },
2986                "CreatedAt": {
2987                    "target": "com.amazonaws.customerprofiles#timestamp",
2988                    "traits": {
2989                        "smithy.api#documentation": "<p>The timestamp of when the domain was created.</p>",
2990                        "smithy.api#required": {}
2991                    }
2992                },
2993                "LastUpdatedAt": {
2994                    "target": "com.amazonaws.customerprofiles#timestamp",
2995                    "traits": {
2996                        "smithy.api#documentation": "<p>The timestamp of when the domain was most recently edited.</p>",
2997                        "smithy.api#required": {}
2998                    }
2999                },
3000                "Tags": {
3001                    "target": "com.amazonaws.customerprofiles#TagMap",
3002                    "traits": {
3003                        "smithy.api#documentation": "<p>The tags used to organize, track, or control access for this resource.</p>"
3004                    }
3005                }
3006            }
3007        },
3008        "com.amazonaws.customerprofiles#PutProfileObject": {
3009            "type": "operation",
3010            "input": {
3011                "target": "com.amazonaws.customerprofiles#PutProfileObjectRequest"
3012            },
3013            "output": {
3014                "target": "com.amazonaws.customerprofiles#PutProfileObjectResponse"
3015            },
3016            "errors": [
3017                {
3018                    "target": "com.amazonaws.customerprofiles#AccessDeniedException"
3019                },
3020                {
3021                    "target": "com.amazonaws.customerprofiles#BadRequestException"
3022                },
3023                {
3024                    "target": "com.amazonaws.customerprofiles#InternalServerException"
3025                },
3026                {
3027                    "target": "com.amazonaws.customerprofiles#ResourceNotFoundException"
3028                },
3029                {
3030                    "target": "com.amazonaws.customerprofiles#ThrottlingException"
3031                }
3032            ],
3033            "traits": {
3034                "smithy.api#documentation": "<p>Adds additional objects to customer profiles of a given ObjectType.</p>\n         <p>When adding a specific profile object, like a Contact Trace Record (CTR), an inferred\n         profile can get created if it is not mapped to an existing profile. The resulting profile\n         will only have a phone number populated in the standard ProfileObject. Any additional CTRs\n         with the same phone number will be mapped to the same inferred profile.</p>\n         <p>When a ProfileObject is created and if a ProfileObjectType already exists for the\n         ProfileObject, it will provide data to a standard profile depending on the\n         ProfileObjectType definition.</p>\n         <p>PutProfileObject needs an ObjectType, which can be created using\n         PutProfileObjectType.</p>",
3035                "smithy.api#http": {
3036                    "method": "PUT",
3037                    "uri": "/domains/{DomainName}/profiles/objects",
3038                    "code": 200
3039                }
3040            }
3041        },
3042        "com.amazonaws.customerprofiles#PutProfileObjectRequest": {
3043            "type": "structure",
3044            "members": {
3045                "ObjectTypeName": {
3046                    "target": "com.amazonaws.customerprofiles#typeName",
3047                    "traits": {
3048                        "smithy.api#documentation": "<p>The name of the profile object type.</p>",
3049                        "smithy.api#required": {}
3050                    }
3051                },
3052                "Object": {
3053                    "target": "com.amazonaws.customerprofiles#stringifiedJson",
3054                    "traits": {
3055                        "smithy.api#documentation": "<p>A string that is serialized from a JSON object.</p>",
3056                        "smithy.api#required": {}
3057                    }
3058                },
3059                "DomainName": {
3060                    "target": "com.amazonaws.customerprofiles#name",
3061                    "traits": {
3062                        "smithy.api#documentation": "<p>The unique name of the domain.</p>",
3063                        "smithy.api#httpLabel": {},
3064                        "smithy.api#required": {}
3065                    }
3066                }
3067            }
3068        },
3069        "com.amazonaws.customerprofiles#PutProfileObjectResponse": {
3070            "type": "structure",
3071            "members": {
3072                "ProfileObjectUniqueKey": {
3073                    "target": "com.amazonaws.customerprofiles#string1To255",
3074                    "traits": {
3075                        "smithy.api#documentation": "<p>The unique identifier of the profile object generated by the service.</p>"
3076                    }
3077                }
3078            }
3079        },
3080        "com.amazonaws.customerprofiles#PutProfileObjectType": {
3081            "type": "operation",
3082            "input": {
3083                "target": "com.amazonaws.customerprofiles#PutProfileObjectTypeRequest"
3084            },
3085            "output": {
3086                "target": "com.amazonaws.customerprofiles#PutProfileObjectTypeResponse"
3087            },
3088            "errors": [
3089                {
3090                    "target": "com.amazonaws.customerprofiles#AccessDeniedException"
3091                },
3092                {
3093                    "target": "com.amazonaws.customerprofiles#BadRequestException"
3094                },
3095                {
3096                    "target": "com.amazonaws.customerprofiles#InternalServerException"
3097                },
3098                {
3099                    "target": "com.amazonaws.customerprofiles#ResourceNotFoundException"
3100                },
3101                {
3102                    "target": "com.amazonaws.customerprofiles#ThrottlingException"
3103                }
3104            ],
3105            "traits": {
3106                "smithy.api#documentation": "<p>Defines a ProfileObjectType.</p>",
3107                "smithy.api#http": {
3108                    "method": "PUT",
3109                    "uri": "/domains/{DomainName}/object-types/{ObjectTypeName}",
3110                    "code": 200
3111                }
3112            }
3113        },
3114        "com.amazonaws.customerprofiles#PutProfileObjectTypeRequest": {
3115            "type": "structure",
3116            "members": {
3117                "DomainName": {
3118                    "target": "com.amazonaws.customerprofiles#name",
3119                    "traits": {
3120                        "smithy.api#documentation": "<p>The unique name of the domain.</p>",
3121                        "smithy.api#httpLabel": {},
3122                        "smithy.api#required": {}
3123                    }
3124                },
3125                "ObjectTypeName": {
3126                    "target": "com.amazonaws.customerprofiles#typeName",
3127                    "traits": {
3128                        "smithy.api#documentation": "<p>The name of the profile object type.</p>",
3129                        "smithy.api#httpLabel": {},
3130                        "smithy.api#required": {}
3131                    }
3132                },
3133                "Description": {
3134                    "target": "com.amazonaws.customerprofiles#text",
3135                    "traits": {
3136                        "smithy.api#documentation": "<p>Description of the profile object type.</p>",
3137                        "smithy.api#required": {}
3138                    }
3139                },
3140                "TemplateId": {
3141                    "target": "com.amazonaws.customerprofiles#name",
3142                    "traits": {
3143                        "smithy.api#documentation": "<p>A unique identifier for the object template.</p>"
3144                    }
3145                },
3146                "ExpirationDays": {
3147                    "target": "com.amazonaws.customerprofiles#expirationDaysInteger",
3148                    "traits": {
3149                        "smithy.api#documentation": "<p>The number of days until the data in the object expires.</p>"
3150                    }
3151                },
3152                "EncryptionKey": {
3153                    "target": "com.amazonaws.customerprofiles#encryptionKey",
3154                    "traits": {
3155                        "smithy.api#documentation": "<p>The customer-provided key to encrypt the profile object that will be created in this\n         profile object type.</p>"
3156                    }
3157                },
3158                "AllowProfileCreation": {
3159                    "target": "com.amazonaws.customerprofiles#boolean",
3160                    "traits": {
3161                        "smithy.api#documentation": "<p>Indicates whether a profile should be created when data is received if one doesn’t exist\n         for an object of this type. The default is <code>FALSE</code>. If the AllowProfileCreation\n         flag is set to <code>FALSE</code>, then the service tries to fetch a standard profile and\n         associate this object with the profile. If it is set to <code>TRUE</code>, and if no match\n         is found, then the service creates a new standard profile.</p>"
3162                    }
3163                },
3164                "Fields": {
3165                    "target": "com.amazonaws.customerprofiles#FieldMap",
3166                    "traits": {
3167                        "smithy.api#documentation": "<p>A map of the name and ObjectType field.</p>"
3168                    }
3169                },
3170                "Keys": {
3171                    "target": "com.amazonaws.customerprofiles#KeyMap",
3172                    "traits": {
3173                        "smithy.api#documentation": "<p>A list of unique keys that can be used to map data to the profile.</p>"
3174                    }
3175                },
3176                "Tags": {
3177                    "target": "com.amazonaws.customerprofiles#TagMap",
3178                    "traits": {
3179                        "smithy.api#documentation": "<p>The tags used to organize, track, or control access for this resource.</p>"
3180                    }
3181                }
3182            }
3183        },
3184        "com.amazonaws.customerprofiles#PutProfileObjectTypeResponse": {
3185            "type": "structure",
3186            "members": {
3187                "ObjectTypeName": {
3188                    "target": "com.amazonaws.customerprofiles#typeName",
3189                    "traits": {
3190                        "smithy.api#documentation": "<p>The name of the profile object type.</p>",
3191                        "smithy.api#required": {}
3192                    }
3193                },
3194                "Description": {
3195                    "target": "com.amazonaws.customerprofiles#text",
3196                    "traits": {
3197                        "smithy.api#documentation": "<p>Description of the profile object type.</p>",
3198                        "smithy.api#required": {}
3199                    }
3200                },
3201                "TemplateId": {
3202                    "target": "com.amazonaws.customerprofiles#name",
3203                    "traits": {
3204                        "smithy.api#documentation": "<p>A unique identifier for the object template.</p>"
3205                    }
3206                },
3207                "ExpirationDays": {
3208                    "target": "com.amazonaws.customerprofiles#expirationDaysInteger",
3209                    "traits": {
3210                        "smithy.api#documentation": "<p>The number of days until the data in the object expires.</p>"
3211                    }
3212                },
3213                "EncryptionKey": {
3214                    "target": "com.amazonaws.customerprofiles#encryptionKey",
3215                    "traits": {
3216                        "smithy.api#documentation": "<p>The customer-provided key to encrypt the profile object that will be created in this\n         profile object type.</p>"
3217                    }
3218                },
3219                "AllowProfileCreation": {
3220                    "target": "com.amazonaws.customerprofiles#boolean",
3221                    "traits": {
3222                        "smithy.api#documentation": "<p>Indicates whether a profile should be created when data is received if one doesn’t exist\n         for an object of this type. The default is <code>FALSE</code>. If the AllowProfileCreation\n         flag is set to <code>FALSE</code>, then the service tries to fetch a standard profile and\n         associate this object with the profile. If it is set to <code>TRUE</code>, and if no match\n         is found, then the service creates a new standard profile.</p>"
3223                    }
3224                },
3225                "Fields": {
3226                    "target": "com.amazonaws.customerprofiles#FieldMap",
3227                    "traits": {
3228                        "smithy.api#documentation": "<p>A map of the name and ObjectType field.</p>"
3229                    }
3230                },
3231                "Keys": {
3232                    "target": "com.amazonaws.customerprofiles#KeyMap",
3233                    "traits": {
3234                        "smithy.api#documentation": "<p>A list of unique keys that can be used to map data to the profile.</p>"
3235                    }
3236                },
3237                "CreatedAt": {
3238                    "target": "com.amazonaws.customerprofiles#timestamp",
3239                    "traits": {
3240                        "smithy.api#documentation": "<p>The timestamp of when the domain was created.</p>"
3241                    }
3242                },
3243                "LastUpdatedAt": {
3244                    "target": "com.amazonaws.customerprofiles#timestamp",
3245                    "traits": {
3246                        "smithy.api#documentation": "<p>The timestamp of when the domain was most recently edited.</p>"
3247                    }
3248                },
3249                "Tags": {
3250                    "target": "com.amazonaws.customerprofiles#TagMap",
3251                    "traits": {
3252                        "smithy.api#documentation": "<p>The tags used to organize, track, or control access for this resource.</p>"
3253                    }
3254                }
3255            }
3256        },
3257        "com.amazonaws.customerprofiles#ResourceNotFoundException": {
3258            "type": "structure",
3259            "members": {
3260                "Message": {
3261                    "target": "com.amazonaws.customerprofiles#message"
3262                }
3263            },
3264            "traits": {
3265                "smithy.api#documentation": "<p>The requested resource does not exist, or access was denied.</p>",
3266                "smithy.api#error": "client",
3267                "smithy.api#httpError": 404
3268            }
3269        },
3270        "com.amazonaws.customerprofiles#S3ConnectorOperator": {
3271            "type": "string",
3272            "traits": {
3273                "smithy.api#enum": [
3274                    {
3275                        "value": "PROJECTION",
3276                        "name": "PROJECTION"
3277                    },
3278                    {
3279                        "value": "LESS_THAN",
3280                        "name": "LESS_THAN"
3281                    },
3282                    {
3283                        "value": "GREATER_THAN",
3284                        "name": "GREATER_THAN"
3285                    },
3286                    {
3287                        "value": "BETWEEN",
3288                        "name": "BETWEEN"
3289                    },
3290                    {
3291                        "value": "LESS_THAN_OR_EQUAL_TO",
3292                        "name": "LESS_THAN_OR_EQUAL_TO"
3293                    },
3294                    {
3295                        "value": "GREATER_THAN_OR_EQUAL_TO",
3296                        "name": "GREATER_THAN_OR_EQUAL_TO"
3297                    },
3298                    {
3299                        "value": "EQUAL_TO",
3300                        "name": "EQUAL_TO"
3301                    },
3302                    {
3303                        "value": "NOT_EQUAL_TO",
3304                        "name": "NOT_EQUAL_TO"
3305                    },
3306                    {
3307                        "value": "ADDITION",
3308                        "name": "ADDITION"
3309                    },
3310                    {
3311                        "value": "MULTIPLICATION",
3312                        "name": "MULTIPLICATION"
3313                    },
3314                    {
3315                        "value": "DIVISION",
3316                        "name": "DIVISION"
3317                    },
3318                    {
3319                        "value": "SUBTRACTION",
3320                        "name": "SUBTRACTION"
3321                    },
3322                    {
3323                        "value": "MASK_ALL",
3324                        "name": "MASK_ALL"
3325                    },
3326                    {
3327                        "value": "MASK_FIRST_N",
3328                        "name": "MASK_FIRST_N"
3329                    },
3330                    {
3331                        "value": "MASK_LAST_N",
3332                        "name": "MASK_LAST_N"
3333                    },
3334                    {
3335                        "value": "VALIDATE_NON_NULL",
3336                        "name": "VALIDATE_NON_NULL"
3337                    },
3338                    {
3339                        "value": "VALIDATE_NON_ZERO",
3340                        "name": "VALIDATE_NON_ZERO"
3341                    },
3342                    {
3343                        "value": "VALIDATE_NON_NEGATIVE",
3344                        "name": "VALIDATE_NON_NEGATIVE"
3345                    },
3346                    {
3347                        "value": "VALIDATE_NUMERIC",
3348                        "name": "VALIDATE_NUMERIC"
3349                    },
3350                    {
3351                        "value": "NO_OP",
3352                        "name": "NO_OP"
3353                    }
3354                ]
3355            }
3356        },
3357        "com.amazonaws.customerprofiles#S3SourceProperties": {
3358            "type": "structure",
3359            "members": {
3360                "BucketName": {
3361                    "target": "com.amazonaws.customerprofiles#BucketName",
3362                    "traits": {
3363                        "smithy.api#documentation": "<p>The Amazon S3 bucket name where the source files are stored.</p>",
3364                        "smithy.api#required": {}
3365                    }
3366                },
3367                "BucketPrefix": {
3368                    "target": "com.amazonaws.customerprofiles#BucketPrefix",
3369                    "traits": {
3370                        "smithy.api#documentation": "<p>The object key for the Amazon S3 bucket in which the source files are stored.</p>"
3371                    }
3372                }
3373            },
3374            "traits": {
3375                "smithy.api#documentation": "<p>The properties that are applied when Amazon S3 is being used as the flow source.</p>"
3376            }
3377        },
3378        "com.amazonaws.customerprofiles#SalesforceConnectorOperator": {
3379            "type": "string",
3380            "traits": {
3381                "smithy.api#enum": [
3382                    {
3383                        "value": "PROJECTION",
3384                        "name": "PROJECTION"
3385                    },
3386                    {
3387                        "value": "LESS_THAN",
3388                        "name": "LESS_THAN"
3389                    },
3390                    {
3391                        "value": "CONTAINS",
3392                        "name": "CONTAINS"
3393                    },
3394                    {
3395                        "value": "GREATER_THAN",
3396                        "name": "GREATER_THAN"
3397                    },
3398                    {
3399                        "value": "BETWEEN",
3400                        "name": "BETWEEN"
3401                    },
3402                    {
3403                        "value": "LESS_THAN_OR_EQUAL_TO",
3404                        "name": "LESS_THAN_OR_EQUAL_TO"
3405                    },
3406                    {
3407                        "value": "GREATER_THAN_OR_EQUAL_TO",
3408                        "name": "GREATER_THAN_OR_EQUAL_TO"
3409                    },
3410                    {
3411                        "value": "EQUAL_TO",
3412                        "name": "EQUAL_TO"
3413                    },
3414                    {
3415                        "value": "NOT_EQUAL_TO",
3416                        "name": "NOT_EQUAL_TO"
3417                    },
3418                    {
3419                        "value": "ADDITION",
3420                        "name": "ADDITION"
3421                    },
3422                    {
3423                        "value": "MULTIPLICATION",
3424                        "name": "MULTIPLICATION"
3425                    },
3426                    {
3427                        "value": "DIVISION",
3428                        "name": "DIVISION"
3429                    },
3430                    {
3431                        "value": "SUBTRACTION",
3432                        "name": "SUBTRACTION"
3433                    },
3434                    {
3435                        "value": "MASK_ALL",
3436                        "name": "MASK_ALL"
3437                    },
3438                    {
3439                        "value": "MASK_FIRST_N",
3440                        "name": "MASK_FIRST_N"
3441                    },
3442                    {
3443                        "value": "MASK_LAST_N",
3444                        "name": "MASK_LAST_N"
3445                    },
3446                    {
3447                        "value": "VALIDATE_NON_NULL",
3448                        "name": "VALIDATE_NON_NULL"
3449                    },
3450                    {
3451                        "value": "VALIDATE_NON_ZERO",
3452                        "name": "VALIDATE_NON_ZERO"
3453                    },
3454                    {
3455                        "value": "VALIDATE_NON_NEGATIVE",
3456                        "name": "VALIDATE_NON_NEGATIVE"
3457                    },
3458                    {
3459                        "value": "VALIDATE_NUMERIC",
3460                        "name": "VALIDATE_NUMERIC"
3461                    },
3462                    {
3463                        "value": "NO_OP",
3464                        "name": "NO_OP"
3465                    }
3466                ]
3467            }
3468        },
3469        "com.amazonaws.customerprofiles#SalesforceSourceProperties": {
3470            "type": "structure",
3471            "members": {
3472                "Object": {
3473                    "target": "com.amazonaws.customerprofiles#Object",
3474                    "traits": {
3475                        "smithy.api#documentation": "<p>The object specified in the Salesforce flow source.</p>",
3476                        "smithy.api#required": {}
3477                    }
3478                },
3479                "EnableDynamicFieldUpdate": {
3480                    "target": "com.amazonaws.customerprofiles#boolean",
3481                    "traits": {
3482                        "smithy.api#documentation": "<p>The flag that enables dynamic fetching of new (recently added) fields in the Salesforce\n         objects while running a flow.</p>"
3483                    }
3484                },
3485                "IncludeDeletedRecords": {
3486                    "target": "com.amazonaws.customerprofiles#boolean",
3487                    "traits": {
3488                        "smithy.api#documentation": "<p>Indicates whether Amazon AppFlow includes deleted files in the flow run.</p>"
3489                    }
3490                }
3491            },
3492            "traits": {
3493                "smithy.api#documentation": "<p>The properties that are applied when Salesforce is being used as a source.</p>"
3494            }
3495        },
3496        "com.amazonaws.customerprofiles#ScheduleExpression": {
3497            "type": "string",
3498            "traits": {
3499                "smithy.api#length": {
3500                    "min": 0,
3501                    "max": 256
3502                },
3503                "smithy.api#pattern": ".*"
3504            }
3505        },
3506        "com.amazonaws.customerprofiles#ScheduleOffset": {
3507            "type": "long",
3508            "traits": {
3509                "smithy.api#range": {
3510                    "min": 0,
3511                    "max": 36000
3512                }
3513            }
3514        },
3515        "com.amazonaws.customerprofiles#ScheduledTriggerProperties": {
3516            "type": "structure",
3517            "members": {
3518                "ScheduleExpression": {
3519                    "target": "com.amazonaws.customerprofiles#ScheduleExpression",
3520                    "traits": {
3521                        "smithy.api#documentation": "<p>The scheduling expression that determines the rate at which the schedule will run, for\n         example rate (5 minutes).</p>",
3522                        "smithy.api#required": {}
3523                    }
3524                },
3525                "DataPullMode": {
3526                    "target": "com.amazonaws.customerprofiles#DataPullMode",
3527                    "traits": {
3528                        "smithy.api#documentation": "<p>Specifies whether a scheduled flow has an incremental data transfer or a complete data\n         transfer for each flow run.</p>"
3529                    }
3530                },
3531                "ScheduleStartTime": {
3532                    "target": "com.amazonaws.customerprofiles#Date",
3533                    "traits": {
3534                        "smithy.api#documentation": "<p>Specifies the scheduled start time for a scheduled-trigger flow.</p>"
3535                    }
3536                },
3537                "ScheduleEndTime": {
3538                    "target": "com.amazonaws.customerprofiles#Date",
3539                    "traits": {
3540                        "smithy.api#documentation": "<p>Specifies the scheduled end time for a scheduled-trigger flow.</p>"
3541                    }
3542                },
3543                "Timezone": {
3544                    "target": "com.amazonaws.customerprofiles#Timezone",
3545                    "traits": {
3546                        "smithy.api#documentation": "<p>Specifies the time zone used when referring to the date and time of a\n         scheduled-triggered flow, such as America/New_York.</p>"
3547                    }
3548                },
3549                "ScheduleOffset": {
3550                    "target": "com.amazonaws.customerprofiles#ScheduleOffset",
3551                    "traits": {
3552                        "smithy.api#box": {},
3553                        "smithy.api#documentation": "<p>Specifies the optional offset that is added to the time interval for a\n         schedule-triggered flow.</p>"
3554                    }
3555                },
3556                "FirstExecutionFrom": {
3557                    "target": "com.amazonaws.customerprofiles#Date",
3558                    "traits": {
3559                        "smithy.api#documentation": "<p>Specifies the date range for the records to import from the connector in the first flow\n         run.</p>"
3560                    }
3561                }
3562            },
3563            "traits": {
3564                "smithy.api#documentation": "<p>Specifies the configuration details of a scheduled-trigger flow that you define.\n         Currently, these settings only apply to the scheduled-trigger type.</p>"
3565            }
3566        },
3567        "com.amazonaws.customerprofiles#SearchProfiles": {
3568            "type": "operation",
3569            "input": {
3570                "target": "com.amazonaws.customerprofiles#SearchProfilesRequest"
3571            },
3572            "output": {
3573                "target": "com.amazonaws.customerprofiles#SearchProfilesResponse"
3574            },
3575            "errors": [
3576                {
3577                    "target": "com.amazonaws.customerprofiles#AccessDeniedException"
3578                },
3579                {
3580                    "target": "com.amazonaws.customerprofiles#BadRequestException"
3581                },
3582                {
3583                    "target": "com.amazonaws.customerprofiles#InternalServerException"
3584                },
3585                {
3586                    "target": "com.amazonaws.customerprofiles#ResourceNotFoundException"
3587                },
3588                {
3589                    "target": "com.amazonaws.customerprofiles#ThrottlingException"
3590                }
3591            ],
3592            "traits": {
3593                "smithy.api#documentation": "<p>Searches for profiles within a specific domain name using name, phone number, email\n         address, account number, or a custom defined index.</p>",
3594                "smithy.api#http": {
3595                    "method": "POST",
3596                    "uri": "/domains/{DomainName}/profiles/search",
3597                    "code": 200
3598                }
3599            }
3600        },
3601        "com.amazonaws.customerprofiles#SearchProfilesRequest": {
3602            "type": "structure",
3603            "members": {
3604                "NextToken": {
3605                    "target": "com.amazonaws.customerprofiles#token",
3606                    "traits": {
3607                        "smithy.api#documentation": "<p>The pagination token from the previous SearchProfiles API call.</p>",
3608                        "smithy.api#httpQuery": "next-token"
3609                    }
3610                },
3611                "MaxResults": {
3612                    "target": "com.amazonaws.customerprofiles#maxSize100",
3613                    "traits": {
3614                        "smithy.api#documentation": "<p>The maximum number of objects returned per page.</p>",
3615                        "smithy.api#httpQuery": "max-results"
3616                    }
3617                },
3618                "DomainName": {
3619                    "target": "com.amazonaws.customerprofiles#name",
3620                    "traits": {
3621                        "smithy.api#documentation": "<p>The unique name of the domain.</p>",
3622                        "smithy.api#httpLabel": {},
3623                        "smithy.api#required": {}
3624                    }
3625                },
3626                "KeyName": {
3627                    "target": "com.amazonaws.customerprofiles#name",
3628                    "traits": {
3629                        "smithy.api#documentation": "<p>A searchable identifier of a customer profile. The predefined keys you can use to search\n         include: _account, _profileId, _fullName, _phone, _email, _ctrContactId, _marketoLeadId,\n         _salesforceAccountId, _salesforceContactId, _zendeskUserId, _zendeskExternalId,\n         _serviceNowSystemId.</p>",
3630                        "smithy.api#required": {}
3631                    }
3632                },
3633                "Values": {
3634                    "target": "com.amazonaws.customerprofiles#requestValueList",
3635                    "traits": {
3636                        "smithy.api#documentation": "<p>A list of key values.</p>",
3637                        "smithy.api#required": {}
3638                    }
3639                }
3640            }
3641        },
3642        "com.amazonaws.customerprofiles#SearchProfilesResponse": {
3643            "type": "structure",
3644            "members": {
3645                "Items": {
3646                    "target": "com.amazonaws.customerprofiles#ProfileList",
3647                    "traits": {
3648                        "smithy.api#documentation": "<p>The list of SearchProfiles instances.</p>"
3649                    }
3650                },
3651                "NextToken": {
3652                    "target": "com.amazonaws.customerprofiles#token",
3653                    "traits": {
3654                        "smithy.api#documentation": "<p>The pagination token from the previous SearchProfiles API call.</p>"
3655                    }
3656                }
3657            }
3658        },
3659        "com.amazonaws.customerprofiles#ServiceNowConnectorOperator": {
3660            "type": "string",
3661            "traits": {
3662                "smithy.api#enum": [
3663                    {
3664                        "value": "PROJECTION",
3665                        "name": "PROJECTION"
3666                    },
3667                    {
3668                        "value": "CONTAINS",
3669                        "name": "CONTAINS"
3670                    },
3671                    {
3672                        "value": "LESS_THAN",
3673                        "name": "LESS_THAN"
3674                    },
3675                    {
3676                        "value": "GREATER_THAN",
3677                        "name": "GREATER_THAN"
3678                    },
3679                    {
3680                        "value": "BETWEEN",
3681                        "name": "BETWEEN"
3682                    },
3683                    {
3684                        "value": "LESS_THAN_OR_EQUAL_TO",
3685                        "name": "LESS_THAN_OR_EQUAL_TO"
3686                    },
3687                    {
3688                        "value": "GREATER_THAN_OR_EQUAL_TO",
3689                        "name": "GREATER_THAN_OR_EQUAL_TO"
3690                    },
3691                    {
3692                        "value": "EQUAL_TO",
3693                        "name": "EQUAL_TO"
3694                    },
3695                    {
3696                        "value": "NOT_EQUAL_TO",
3697                        "name": "NOT_EQUAL_TO"
3698                    },
3699                    {
3700                        "value": "ADDITION",
3701                        "name": "ADDITION"
3702                    },
3703                    {
3704                        "value": "MULTIPLICATION",
3705                        "name": "MULTIPLICATION"
3706                    },
3707                    {
3708                        "value": "DIVISION",
3709                        "name": "DIVISION"
3710                    },
3711                    {
3712                        "value": "SUBTRACTION",
3713                        "name": "SUBTRACTION"
3714                    },
3715                    {
3716                        "value": "MASK_ALL",
3717                        "name": "MASK_ALL"
3718                    },
3719                    {
3720                        "value": "MASK_FIRST_N",
3721                        "name": "MASK_FIRST_N"
3722                    },
3723                    {
3724                        "value": "MASK_LAST_N",
3725                        "name": "MASK_LAST_N"
3726                    },
3727                    {
3728                        "value": "VALIDATE_NON_NULL",
3729                        "name": "VALIDATE_NON_NULL"
3730                    },
3731                    {
3732                        "value": "VALIDATE_NON_ZERO",
3733                        "name": "VALIDATE_NON_ZERO"
3734                    },
3735                    {
3736                        "value": "VALIDATE_NON_NEGATIVE",
3737                        "name": "VALIDATE_NON_NEGATIVE"
3738                    },
3739                    {
3740                        "value": "VALIDATE_NUMERIC",
3741                        "name": "VALIDATE_NUMERIC"
3742                    },
3743                    {
3744                        "value": "NO_OP",
3745                        "name": "NO_OP"
3746                    }
3747                ]
3748            }
3749        },
3750        "com.amazonaws.customerprofiles#ServiceNowSourceProperties": {
3751            "type": "structure",
3752            "members": {
3753                "Object": {
3754                    "target": "com.amazonaws.customerprofiles#Object",
3755                    "traits": {
3756                        "smithy.api#documentation": "<p>The object specified in the ServiceNow flow source.</p>",
3757                        "smithy.api#required": {}
3758                    }
3759                }
3760            },
3761            "traits": {
3762                "smithy.api#documentation": "<p>The properties that are applied when ServiceNow is being used as a source.</p>"
3763            }
3764        },
3765        "com.amazonaws.customerprofiles#SourceConnectorProperties": {
3766            "type": "structure",
3767            "members": {
3768                "Marketo": {
3769                    "target": "com.amazonaws.customerprofiles#MarketoSourceProperties",
3770                    "traits": {
3771                        "smithy.api#documentation": "<p>The properties that are applied when Marketo is being used as a source.</p>"
3772                    }
3773                },
3774                "S3": {
3775                    "target": "com.amazonaws.customerprofiles#S3SourceProperties",
3776                    "traits": {
3777                        "smithy.api#documentation": "<p>The properties that are applied when Amazon S3 is being used as the flow source.</p>"
3778                    }
3779                },
3780                "Salesforce": {
3781                    "target": "com.amazonaws.customerprofiles#SalesforceSourceProperties",
3782                    "traits": {
3783                        "smithy.api#documentation": "<p>The properties that are applied when Salesforce is being used as a source.</p>"
3784                    }
3785                },
3786                "ServiceNow": {
3787                    "target": "com.amazonaws.customerprofiles#ServiceNowSourceProperties",
3788                    "traits": {
3789                        "smithy.api#documentation": "<p>The properties that are applied when ServiceNow is being used as a source.</p>"
3790                    }
3791                },
3792                "Zendesk": {
3793                    "target": "com.amazonaws.customerprofiles#ZendeskSourceProperties",
3794                    "traits": {
3795                        "smithy.api#documentation": "<p>The properties that are applied when using Zendesk as a flow source.</p>"
3796                    }
3797                }
3798            },
3799            "traits": {
3800                "smithy.api#documentation": "<p>Specifies the information that is required to query a particular Amazon AppFlow connector.\n         Customer Profiles supports Salesforce, Zendesk, Marketo, ServiceNow and Amazon S3.</p>"
3801            }
3802        },
3803        "com.amazonaws.customerprofiles#SourceConnectorType": {
3804            "type": "string",
3805            "traits": {
3806                "smithy.api#enum": [
3807                    {
3808                        "value": "Salesforce",
3809                        "name": "SALESFORCE"
3810                    },
3811                    {
3812                        "value": "Marketo",
3813                        "name": "MARKETO"
3814                    },
3815                    {
3816                        "value": "Zendesk",
3817                        "name": "ZENDESK"
3818                    },
3819                    {
3820                        "value": "Servicenow",
3821                        "name": "SERVICENOW"
3822                    },
3823                    {
3824                        "value": "S3",
3825                        "name": "S3"
3826                    }
3827                ]
3828            }
3829        },
3830        "com.amazonaws.customerprofiles#SourceFields": {
3831            "type": "list",
3832            "member": {
3833                "target": "com.amazonaws.customerprofiles#stringTo2048"
3834            }
3835        },
3836        "com.amazonaws.customerprofiles#SourceFlowConfig": {
3837            "type": "structure",
3838            "members": {
3839                "ConnectorProfileName": {
3840                    "target": "com.amazonaws.customerprofiles#ConnectorProfileName",
3841                    "traits": {
3842                        "smithy.api#documentation": "<p>The name of the AppFlow connector profile. This name must be unique for each connector\n         profile in the AWS account.</p>"
3843                    }
3844                },
3845                "ConnectorType": {
3846                    "target": "com.amazonaws.customerprofiles#SourceConnectorType",
3847                    "traits": {
3848                        "smithy.api#documentation": "<p>The type of connector, such as Salesforce, Marketo, and so on.</p>",
3849                        "smithy.api#required": {}
3850                    }
3851                },
3852                "IncrementalPullConfig": {
3853                    "target": "com.amazonaws.customerprofiles#IncrementalPullConfig",
3854                    "traits": {
3855                        "smithy.api#documentation": "<p>Defines the configuration for a scheduled incremental data pull. If a valid\n         configuration is provided, the fields specified in the configuration are used when querying\n         for the incremental data pull.</p>"
3856                    }
3857                },
3858                "SourceConnectorProperties": {
3859                    "target": "com.amazonaws.customerprofiles#SourceConnectorProperties",
3860                    "traits": {
3861                        "smithy.api#documentation": "<p>Specifies the information that is required to query a particular source\n         connector.</p>",
3862                        "smithy.api#required": {}
3863                    }
3864                }
3865            },
3866            "traits": {
3867                "smithy.api#documentation": "<p>Contains information about the configuration of the source connector used in the\n         flow.</p>"
3868            }
3869        },
3870        "com.amazonaws.customerprofiles#StandardIdentifier": {
3871            "type": "string",
3872            "traits": {
3873                "smithy.api#enum": [
3874                    {
3875                        "value": "PROFILE",
3876                        "name": "PROFILE"
3877                    },
3878                    {
3879                        "value": "UNIQUE",
3880                        "name": "UNIQUE"
3881                    },
3882                    {
3883                        "value": "SECONDARY",
3884                        "name": "SECONDARY"
3885                    },
3886                    {
3887                        "value": "LOOKUP_ONLY",
3888                        "name": "LOOKUP_ONLY"
3889                    },
3890                    {
3891                        "value": "NEW_ONLY",
3892                        "name": "NEW_ONLY"
3893                    }
3894                ]
3895            }
3896        },
3897        "com.amazonaws.customerprofiles#StandardIdentifierList": {
3898            "type": "list",
3899            "member": {
3900                "target": "com.amazonaws.customerprofiles#StandardIdentifier"
3901            }
3902        },
3903        "com.amazonaws.customerprofiles#TagArn": {
3904            "type": "string",
3905            "traits": {
3906                "smithy.api#length": {
3907                    "min": 0,
3908                    "max": 256
3909                },
3910                "smithy.api#pattern": "^arn:[a-z0-9]{1,10}:profile"
3911            }
3912        },
3913        "com.amazonaws.customerprofiles#TagKey": {
3914            "type": "string",
3915            "traits": {
3916                "smithy.api#length": {
3917                    "min": 1,
3918                    "max": 128
3919                },
3920                "smithy.api#pattern": "^(?!aws:)[a-zA-Z+-=._:/]+$"
3921            }
3922        },
3923        "com.amazonaws.customerprofiles#TagKeyList": {
3924            "type": "list",
3925            "member": {
3926                "target": "com.amazonaws.customerprofiles#TagKey"
3927            },
3928            "traits": {
3929                "smithy.api#length": {
3930                    "min": 1,
3931                    "max": 50
3932                }
3933            }
3934        },
3935        "com.amazonaws.customerprofiles#TagMap": {
3936            "type": "map",
3937            "key": {
3938                "target": "com.amazonaws.customerprofiles#TagKey"
3939            },
3940            "value": {
3941                "target": "com.amazonaws.customerprofiles#TagValue"
3942            },
3943            "traits": {
3944                "smithy.api#length": {
3945                    "min": 1,
3946                    "max": 50
3947                }
3948            }
3949        },
3950        "com.amazonaws.customerprofiles#TagResource": {
3951            "type": "operation",
3952            "input": {
3953                "target": "com.amazonaws.customerprofiles#TagResourceRequest"
3954            },
3955            "output": {
3956                "target": "com.amazonaws.customerprofiles#TagResourceResponse"
3957            },
3958            "errors": [
3959                {
3960                    "target": "com.amazonaws.customerprofiles#BadRequestException"
3961                },
3962                {
3963                    "target": "com.amazonaws.customerprofiles#InternalServerException"
3964                },
3965                {
3966                    "target": "com.amazonaws.customerprofiles#ResourceNotFoundException"
3967                }
3968            ],
3969            "traits": {
3970                "smithy.api#documentation": "<p>Assigns one or more tags (key-value pairs) to the specified Amazon Connect Customer Profiles\n         resource. Tags can help you organize and categorize your resources. You can also use them\n         to scope user permissions by granting a user permission to access or change only resources\n         with certain tag values. In Connect Customer Profiles, domains, profile object types, and\n         integrations can be tagged.</p>\n         <p>Tags don't have any semantic meaning to AWS and are interpreted strictly as strings of\n         characters.</p>\n         <p>You can use the TagResource action with a resource that already has tags. If you specify\n         a new tag key, this tag is appended to the list of tags associated with the resource. If\n         you specify a tag key that is already associated with the resource, the new tag value that\n         you specify replaces the previous value for that tag.</p>\n         <p>You can associate as many as 50 tags with a resource.</p>",
3971                "smithy.api#http": {
3972                    "method": "POST",
3973                    "uri": "/tags/{resourceArn}",
3974                    "code": 200
3975                }
3976            }
3977        },
3978        "com.amazonaws.customerprofiles#TagResourceRequest": {
3979            "type": "structure",
3980            "members": {
3981                "resourceArn": {
3982                    "target": "com.amazonaws.customerprofiles#TagArn",
3983                    "traits": {
3984                        "smithy.api#documentation": "<p>The ARN of the resource that you're adding tags to.</p>",
3985                        "smithy.api#httpLabel": {},
3986                        "smithy.api#required": {}
3987                    }
3988                },
3989                "tags": {
3990                    "target": "com.amazonaws.customerprofiles#TagMap",
3991                    "traits": {
3992                        "smithy.api#documentation": "<p>The tags used to organize, track, or control access for this resource.</p>",
3993                        "smithy.api#required": {}
3994                    }
3995                }
3996            }
3997        },
3998        "com.amazonaws.customerprofiles#TagResourceResponse": {
3999            "type": "structure",
4000            "members": {}
4001        },
4002        "com.amazonaws.customerprofiles#TagValue": {
4003            "type": "string",
4004            "traits": {
4005                "smithy.api#length": {
4006                    "min": 0,
4007                    "max": 256
4008                }
4009            }
4010        },
4011        "com.amazonaws.customerprofiles#Task": {
4012            "type": "structure",
4013            "members": {
4014                "ConnectorOperator": {
4015                    "target": "com.amazonaws.customerprofiles#ConnectorOperator",
4016                    "traits": {
4017                        "smithy.api#documentation": "<p>The operation to be performed on the provided source fields.</p>"
4018                    }
4019                },
4020                "DestinationField": {
4021                    "target": "com.amazonaws.customerprofiles#DestinationField",
4022                    "traits": {
4023                        "smithy.api#documentation": "<p>A field in a destination connector, or a field value against which Amazon AppFlow validates a\n         source field.</p>"
4024                    }
4025                },
4026                "SourceFields": {
4027                    "target": "com.amazonaws.customerprofiles#SourceFields",
4028                    "traits": {
4029                        "smithy.api#documentation": "<p>The source fields to which a particular task is applied.</p>",
4030                        "smithy.api#required": {}
4031                    }
4032                },
4033                "TaskProperties": {
4034                    "target": "com.amazonaws.customerprofiles#TaskPropertiesMap",
4035                    "traits": {
4036                        "smithy.api#documentation": "<p>A map used to store task-related information. The service looks for particular\n         information based on the TaskType.</p>"
4037                    }
4038                },
4039                "TaskType": {
4040                    "target": "com.amazonaws.customerprofiles#TaskType",
4041                    "traits": {
4042                        "smithy.api#documentation": "<p>Specifies the particular task implementation that Amazon AppFlow performs.</p>",
4043                        "smithy.api#required": {}
4044                    }
4045                }
4046            },
4047            "traits": {
4048                "smithy.api#documentation": "<p>A class for modeling different type of tasks. Task implementation varies based on the\n         TaskType.</p>"
4049            }
4050        },
4051        "com.amazonaws.customerprofiles#TaskPropertiesMap": {
4052            "type": "map",
4053            "key": {
4054                "target": "com.amazonaws.customerprofiles#OperatorPropertiesKeys"
4055            },
4056            "value": {
4057                "target": "com.amazonaws.customerprofiles#Property"
4058            }
4059        },
4060        "com.amazonaws.customerprofiles#TaskType": {
4061            "type": "string",
4062            "traits": {
4063                "smithy.api#enum": [
4064                    {
4065                        "value": "Arithmetic",
4066                        "name": "ARITHMETIC"
4067                    },
4068                    {
4069                        "value": "Filter",
4070                        "name": "FILTER"
4071                    },
4072                    {
4073                        "value": "Map",
4074                        "name": "MAP"
4075                    },
4076                    {
4077                        "value": "Mask",
4078                        "name": "MASK"
4079                    },
4080                    {
4081                        "value": "Merge",
4082                        "name": "MERGE"
4083                    },
4084                    {
4085                        "value": "Truncate",
4086                        "name": "TRUNCATE"
4087                    },
4088                    {
4089                        "value": "Validate",
4090                        "name": "VALIDATE"
4091                    }
4092                ]
4093            }
4094        },
4095        "com.amazonaws.customerprofiles#Tasks": {
4096            "type": "list",
4097            "member": {
4098                "target": "com.amazonaws.customerprofiles#Task"
4099            }
4100        },
4101        "com.amazonaws.customerprofiles#ThrottlingException": {
4102            "type": "structure",
4103            "members": {
4104                "Message": {
4105                    "target": "com.amazonaws.customerprofiles#message"
4106                }
4107            },
4108            "traits": {
4109                "smithy.api#documentation": "<p>You exceeded the maximum number of requests.</p>",
4110                "smithy.api#error": "client",
4111                "smithy.api#httpError": 429
4112            }
4113        },
4114        "com.amazonaws.customerprofiles#Timezone": {
4115            "type": "string",
4116            "traits": {
4117                "smithy.api#length": {
4118                    "min": 0,
4119                    "max": 256
4120                },
4121                "smithy.api#pattern": ".*"
4122            }
4123        },
4124        "com.amazonaws.customerprofiles#TriggerConfig": {
4125            "type": "structure",
4126            "members": {
4127                "TriggerType": {
4128                    "target": "com.amazonaws.customerprofiles#TriggerType",
4129                    "traits": {
4130                        "smithy.api#documentation": "<p>Specifies the type of flow trigger. It can be OnDemand, Scheduled, or Event.</p>",
4131                        "smithy.api#required": {}
4132                    }
4133                },
4134                "TriggerProperties": {
4135                    "target": "com.amazonaws.customerprofiles#TriggerProperties",
4136                    "traits": {
4137                        "smithy.api#documentation": "<p>Specifies the configuration details of a schedule-triggered flow that you define.\n         Currently, these settings only apply to the Scheduled trigger type.</p>"
4138                    }
4139                }
4140            },
4141            "traits": {
4142                "smithy.api#documentation": "<p>The trigger settings that determine how and when Amazon AppFlow runs the specified\n         flow.</p>"
4143            }
4144        },
4145        "com.amazonaws.customerprofiles#TriggerProperties": {
4146            "type": "structure",
4147            "members": {
4148                "Scheduled": {
4149                    "target": "com.amazonaws.customerprofiles#ScheduledTriggerProperties",
4150                    "traits": {
4151                        "smithy.api#documentation": "<p>Specifies the configuration details of a schedule-triggered flow that you define.</p>"
4152                    }
4153                }
4154            },
4155            "traits": {
4156                "smithy.api#documentation": "<p>Specifies the configuration details that control the trigger for a flow. Currently,\n         these settings only apply to the Scheduled trigger type.</p>"
4157            }
4158        },
4159        "com.amazonaws.customerprofiles#TriggerType": {
4160            "type": "string",
4161            "traits": {
4162                "smithy.api#enum": [
4163                    {
4164                        "value": "Scheduled",
4165                        "name": "SCHEDULED"
4166                    },
4167                    {
4168                        "value": "Event",
4169                        "name": "EVENT"
4170                    },
4171                    {
4172                        "value": "OnDemand",
4173                        "name": "ONDEMAND"
4174                    }
4175                ]
4176            }
4177        },
4178        "com.amazonaws.customerprofiles#UntagResource": {
4179            "type": "operation",
4180            "input": {
4181                "target": "com.amazonaws.customerprofiles#UntagResourceRequest"
4182            },
4183            "output": {
4184                "target": "com.amazonaws.customerprofiles#UntagResourceResponse"
4185            },
4186            "errors": [
4187                {
4188                    "target": "com.amazonaws.customerprofiles#BadRequestException"
4189                },
4190                {
4191                    "target": "com.amazonaws.customerprofiles#InternalServerException"
4192                },
4193                {
4194                    "target": "com.amazonaws.customerprofiles#ResourceNotFoundException"
4195                }
4196            ],
4197            "traits": {
4198                "smithy.api#documentation": "<p>Removes one or more tags from the specified Amazon Connect Customer Profiles resource. In Connect\n         Customer Profiles, domains, profile object types, and integrations can be tagged.</p>",
4199                "smithy.api#http": {
4200                    "method": "DELETE",
4201                    "uri": "/tags/{resourceArn}",
4202                    "code": 200
4203                }
4204            }
4205        },
4206        "com.amazonaws.customerprofiles#UntagResourceRequest": {
4207            "type": "structure",
4208            "members": {
4209                "resourceArn": {
4210                    "target": "com.amazonaws.customerprofiles#TagArn",
4211                    "traits": {
4212                        "smithy.api#documentation": "<p>The ARN of the resource from which you are removing tags.</p>",
4213                        "smithy.api#httpLabel": {},
4214                        "smithy.api#required": {}
4215                    }
4216                },
4217                "tagKeys": {
4218                    "target": "com.amazonaws.customerprofiles#TagKeyList",
4219                    "traits": {
4220                        "smithy.api#documentation": "<p>The list of tag keys to remove from the resource.</p>",
4221                        "smithy.api#httpQuery": "tagKeys",
4222                        "smithy.api#required": {}
4223                    }
4224                }
4225            }
4226        },
4227        "com.amazonaws.customerprofiles#UntagResourceResponse": {
4228            "type": "structure",
4229            "members": {}
4230        },
4231        "com.amazonaws.customerprofiles#UpdateAddress": {
4232            "type": "structure",
4233            "members": {
4234                "Address1": {
4235                    "target": "com.amazonaws.customerprofiles#string0To255",
4236                    "traits": {
4237                        "smithy.api#documentation": "<p>The first line of a customer address.</p>"
4238                    }
4239                },
4240                "Address2": {
4241                    "target": "com.amazonaws.customerprofiles#string0To255",
4242                    "traits": {
4243                        "smithy.api#documentation": "<p>The second line of a customer address.</p>"
4244                    }
4245                },
4246                "Address3": {
4247                    "target": "com.amazonaws.customerprofiles#string0To255",
4248                    "traits": {
4249                        "smithy.api#documentation": "<p>The third line of a customer address.</p>"
4250                    }
4251                },
4252                "Address4": {
4253                    "target": "com.amazonaws.customerprofiles#string0To255",
4254                    "traits": {
4255                        "smithy.api#documentation": "<p>The fourth line of a customer address.</p>"
4256                    }
4257                },
4258                "City": {
4259                    "target": "com.amazonaws.customerprofiles#string0To255",
4260                    "traits": {
4261                        "smithy.api#documentation": "<p>The city in which a customer lives.</p>"
4262                    }
4263                },
4264                "County": {
4265                    "target": "com.amazonaws.customerprofiles#string0To255",
4266                    "traits": {
4267                        "smithy.api#documentation": "<p>The county in which a customer lives.</p>"
4268                    }
4269                },
4270                "State": {
4271                    "target": "com.amazonaws.customerprofiles#string0To255",
4272                    "traits": {
4273                        "smithy.api#documentation": "<p>The state in which a customer lives.</p>"
4274                    }
4275                },
4276                "Province": {
4277                    "target": "com.amazonaws.customerprofiles#string0To255",
4278                    "traits": {
4279                        "smithy.api#documentation": "<p>The province in which a customer lives.</p>"
4280                    }
4281                },
4282                "Country": {
4283                    "target": "com.amazonaws.customerprofiles#string0To255",
4284                    "traits": {
4285                        "smithy.api#documentation": "<p>The country in which a customer lives.</p>"
4286                    }
4287                },
4288                "PostalCode": {
4289                    "target": "com.amazonaws.customerprofiles#string0To255",
4290                    "traits": {
4291                        "smithy.api#documentation": "<p>The postal code of a customer address.</p>"
4292                    }
4293                }
4294            },
4295            "traits": {
4296                "smithy.api#documentation": "<p>Updates associated with the address properties of a customer profile.</p>"
4297            }
4298        },
4299        "com.amazonaws.customerprofiles#UpdateAttributes": {
4300            "type": "map",
4301            "key": {
4302                "target": "com.amazonaws.customerprofiles#string1To255"
4303            },
4304            "value": {
4305                "target": "com.amazonaws.customerprofiles#string0To255"
4306            }
4307        },
4308        "com.amazonaws.customerprofiles#UpdateDomain": {
4309            "type": "operation",
4310            "input": {
4311                "target": "com.amazonaws.customerprofiles#UpdateDomainRequest"
4312            },
4313            "output": {
4314                "target": "com.amazonaws.customerprofiles#UpdateDomainResponse"
4315            },
4316            "errors": [
4317                {
4318                    "target": "com.amazonaws.customerprofiles#AccessDeniedException"
4319                },
4320                {
4321                    "target": "com.amazonaws.customerprofiles#BadRequestException"
4322                },
4323                {
4324                    "target": "com.amazonaws.customerprofiles#InternalServerException"
4325                },
4326                {
4327                    "target": "com.amazonaws.customerprofiles#ResourceNotFoundException"
4328                },
4329                {
4330                    "target": "com.amazonaws.customerprofiles#ThrottlingException"
4331                }
4332            ],
4333            "traits": {
4334                "smithy.api#documentation": "<p>Updates the properties of a domain, including creating or selecting a dead letter queue\n         or an encryption key.</p>\n         <p>Once a domain is created, the name can’t be changed.</p>",
4335                "smithy.api#http": {
4336                    "method": "PUT",
4337                    "uri": "/domains/{DomainName}",
4338                    "code": 200
4339                }
4340            }
4341        },
4342        "com.amazonaws.customerprofiles#UpdateDomainRequest": {
4343            "type": "structure",
4344            "members": {
4345                "DomainName": {
4346                    "target": "com.amazonaws.customerprofiles#name",
4347                    "traits": {
4348                        "smithy.api#documentation": "<p>The unique name for the domain.</p>",
4349                        "smithy.api#httpLabel": {},
4350                        "smithy.api#required": {}
4351                    }
4352                },
4353                "DefaultExpirationDays": {
4354                    "target": "com.amazonaws.customerprofiles#expirationDaysInteger",
4355                    "traits": {
4356                        "smithy.api#documentation": "<p>The default number of days until the data within the domain expires.</p>"
4357                    }
4358                },
4359                "DefaultEncryptionKey": {
4360                    "target": "com.amazonaws.customerprofiles#encryptionKey",
4361                    "traits": {
4362                        "smithy.api#documentation": "<p>The default encryption key, which is an AWS managed key, is used when no specific type\n         of encryption key is specified. It is used to encrypt all data before it is placed in\n         permanent or semi-permanent storage. If specified as an empty string, it will clear any\n         existing value.</p>"
4363                    }
4364                },
4365                "DeadLetterQueueUrl": {
4366                    "target": "com.amazonaws.customerprofiles#sqsQueueUrl",
4367                    "traits": {
4368                        "smithy.api#documentation": "<p>The URL of the SQS dead letter queue, which is used for reporting errors associated with\n         ingesting data from third party applications. If specified as an empty string, it will\n         clear any existing value. You must set up a policy on the DeadLetterQueue for the\n         SendMessage operation to enable Amazon Connect Customer Profiles to send messages to the\n         DeadLetterQueue.</p>"
4369                    }
4370                },
4371                "Tags": {
4372                    "target": "com.amazonaws.customerprofiles#TagMap",
4373                    "traits": {
4374                        "smithy.api#documentation": "<p>The tags used to organize, track, or control access for this resource.</p>"
4375                    }
4376                }
4377            }
4378        },
4379        "com.amazonaws.customerprofiles#UpdateDomainResponse": {
4380            "type": "structure",
4381            "members": {
4382                "DomainName": {
4383                    "target": "com.amazonaws.customerprofiles#name",
4384                    "traits": {
4385                        "smithy.api#documentation": "<p>The unique name for the domain.</p>",
4386                        "smithy.api#required": {}
4387                    }
4388                },
4389                "DefaultExpirationDays": {
4390                    "target": "com.amazonaws.customerprofiles#expirationDaysInteger",
4391                    "traits": {
4392                        "smithy.api#documentation": "<p>The default number of days until the data within the domain expires.</p>"
4393                    }
4394                },
4395                "DefaultEncryptionKey": {
4396                    "target": "com.amazonaws.customerprofiles#encryptionKey",
4397                    "traits": {
4398                        "smithy.api#documentation": "<p>The default encryption key, which is an AWS managed key, is used when no specific type\n         of encryption key is specified. It is used to encrypt all data before it is placed in\n         permanent or semi-permanent storage.</p>"
4399                    }
4400                },
4401                "DeadLetterQueueUrl": {
4402                    "target": "com.amazonaws.customerprofiles#sqsQueueUrl",
4403                    "traits": {
4404                        "smithy.api#documentation": "<p>The URL of the SQS dead letter queue, which is used for reporting errors associated with\n         ingesting data from third party applications.</p>"
4405                    }
4406                },
4407                "CreatedAt": {
4408                    "target": "com.amazonaws.customerprofiles#timestamp",
4409                    "traits": {
4410                        "smithy.api#documentation": "<p>The timestamp of when the domain was created.</p>",
4411                        "smithy.api#required": {}
4412                    }
4413                },
4414                "LastUpdatedAt": {
4415                    "target": "com.amazonaws.customerprofiles#timestamp",
4416                    "traits": {
4417                        "smithy.api#documentation": "<p>The timestamp of when the domain was most recently edited.</p>",
4418                        "smithy.api#required": {}
4419                    }
4420                },
4421                "Tags": {
4422                    "target": "com.amazonaws.customerprofiles#TagMap",
4423                    "traits": {
4424                        "smithy.api#documentation": "<p>The tags used to organize, track, or control access for this resource.</p>"
4425                    }
4426                }
4427            }
4428        },
4429        "com.amazonaws.customerprofiles#UpdateProfile": {
4430            "type": "operation",
4431            "input": {
4432                "target": "com.amazonaws.customerprofiles#UpdateProfileRequest"
4433            },
4434            "output": {
4435                "target": "com.amazonaws.customerprofiles#UpdateProfileResponse"
4436            },
4437            "errors": [
4438                {
4439                    "target": "com.amazonaws.customerprofiles#AccessDeniedException"
4440                },
4441                {
4442                    "target": "com.amazonaws.customerprofiles#BadRequestException"
4443                },
4444                {
4445                    "target": "com.amazonaws.customerprofiles#InternalServerException"
4446                },
4447                {
4448                    "target": "com.amazonaws.customerprofiles#ResourceNotFoundException"
4449                },
4450                {
4451                    "target": "com.amazonaws.customerprofiles#ThrottlingException"
4452                }
4453            ],
4454            "traits": {
4455                "smithy.api#documentation": "<p>Updates the properties of a profile. The ProfileId is required for updating a customer\n         profile.</p>\n         <p>When calling the UpdateProfile API, specifying an empty string value means that any\n         existing value will be removed. Not specifying a string value means that any value already\n         there will be kept.</p>",
4456                "smithy.api#http": {
4457                    "method": "PUT",
4458                    "uri": "/domains/{DomainName}/profiles",
4459                    "code": 200
4460                }
4461            }
4462        },
4463        "com.amazonaws.customerprofiles#UpdateProfileRequest": {
4464            "type": "structure",
4465            "members": {
4466                "DomainName": {
4467                    "target": "com.amazonaws.customerprofiles#name",
4468                    "traits": {
4469                        "smithy.api#documentation": "<p>The unique name of the domain.</p>",
4470                        "smithy.api#httpLabel": {},
4471                        "smithy.api#required": {}
4472                    }
4473                },
4474                "ProfileId": {
4475                    "target": "com.amazonaws.customerprofiles#uuid",
4476                    "traits": {
4477                        "smithy.api#documentation": "<p>The unique identifier of a customer profile.</p>",
4478                        "smithy.api#required": {}
4479                    }
4480                },
4481                "AdditionalInformation": {
4482                    "target": "com.amazonaws.customerprofiles#string0To1000",
4483                    "traits": {
4484                        "smithy.api#documentation": "<p>Any additional information relevant to the customer's profile.</p>"
4485                    }
4486                },
4487                "AccountNumber": {
4488                    "target": "com.amazonaws.customerprofiles#string0To255",
4489                    "traits": {
4490                        "smithy.api#documentation": "<p>A unique account number that you have given to the customer.</p>"
4491                    }
4492                },
4493                "PartyType": {
4494                    "target": "com.amazonaws.customerprofiles#PartyType",
4495                    "traits": {
4496                        "smithy.api#documentation": "<p>The type of profile used to describe the customer.</p>"
4497                    }
4498                },
4499                "BusinessName": {
4500                    "target": "com.amazonaws.customerprofiles#string0To255",
4501                    "traits": {
4502                        "smithy.api#documentation": "<p>The name of the customer’s business.</p>"
4503                    }
4504                },
4505                "FirstName": {
4506                    "target": "com.amazonaws.customerprofiles#string0To255",
4507                    "traits": {
4508                        "smithy.api#documentation": "<p>The customer’s first name.</p>"
4509                    }
4510                },
4511                "MiddleName": {
4512                    "target": "com.amazonaws.customerprofiles#string0To255",
4513                    "traits": {
4514                        "smithy.api#documentation": "<p>The customer’s middle name.</p>"
4515                    }
4516                },
4517                "LastName": {
4518                    "target": "com.amazonaws.customerprofiles#string0To255",
4519                    "traits": {
4520                        "smithy.api#documentation": "<p>The customer’s last name.</p>"
4521                    }
4522                },
4523                "BirthDate": {
4524                    "target": "com.amazonaws.customerprofiles#string0To255",
4525                    "traits": {
4526                        "smithy.api#documentation": "<p>The customer’s birth date.</p>"
4527                    }
4528                },
4529                "Gender": {
4530                    "target": "com.amazonaws.customerprofiles#Gender",
4531                    "traits": {
4532                        "smithy.api#documentation": "<p>The gender with which the customer identifies.</p>"
4533                    }
4534                },
4535                "PhoneNumber": {
4536                    "target": "com.amazonaws.customerprofiles#string0To255",
4537                    "traits": {
4538                        "smithy.api#documentation": "<p>The customer's phone number, which has not been specified as a mobile, home, or business\n         number.</p>"
4539                    }
4540                },
4541                "MobilePhoneNumber": {
4542                    "target": "com.amazonaws.customerprofiles#string0To255",
4543                    "traits": {
4544                        "smithy.api#documentation": "<p>The customer’s mobile phone number.</p>"
4545                    }
4546                },
4547                "HomePhoneNumber": {
4548                    "target": "com.amazonaws.customerprofiles#string0To255",
4549                    "traits": {
4550                        "smithy.api#documentation": "<p>The customer’s home phone number.</p>"
4551                    }
4552                },
4553                "BusinessPhoneNumber": {
4554                    "target": "com.amazonaws.customerprofiles#string0To255",
4555                    "traits": {
4556                        "smithy.api#documentation": "<p>The customer’s business phone number.</p>"
4557                    }
4558                },
4559                "EmailAddress": {
4560                    "target": "com.amazonaws.customerprofiles#string0To255",
4561                    "traits": {
4562                        "smithy.api#documentation": "<p>The customer's email address, which has not been specified as a personal or business\n         address.</p>"
4563                    }
4564                },
4565                "PersonalEmailAddress": {
4566                    "target": "com.amazonaws.customerprofiles#string0To255",
4567                    "traits": {
4568                        "smithy.api#documentation": "<p>The customer’s personal email address.</p>"
4569                    }
4570                },
4571                "BusinessEmailAddress": {
4572                    "target": "com.amazonaws.customerprofiles#string0To255",
4573                    "traits": {
4574                        "smithy.api#documentation": "<p>The customer’s business email address.</p>"
4575                    }
4576                },
4577                "Address": {
4578                    "target": "com.amazonaws.customerprofiles#UpdateAddress",
4579                    "traits": {
4580                        "smithy.api#documentation": "<p>A generic address associated with the customer that is not mailing, shipping, or\n         billing.</p>"
4581                    }
4582                },
4583                "ShippingAddress": {
4584                    "target": "com.amazonaws.customerprofiles#UpdateAddress",
4585                    "traits": {
4586                        "smithy.api#documentation": "<p>The customer’s shipping address.</p>"
4587                    }
4588                },
4589                "MailingAddress": {
4590                    "target": "com.amazonaws.customerprofiles#UpdateAddress",
4591                    "traits": {
4592                        "smithy.api#documentation": "<p>The customer’s mailing address.</p>"
4593                    }
4594                },
4595                "BillingAddress": {
4596                    "target": "com.amazonaws.customerprofiles#UpdateAddress",
4597                    "traits": {
4598                        "smithy.api#documentation": "<p>The customer’s billing address.</p>"
4599                    }
4600                },
4601                "Attributes": {
4602                    "target": "com.amazonaws.customerprofiles#UpdateAttributes",
4603                    "traits": {
4604                        "smithy.api#documentation": "<p>A key value pair of attributes of a customer profile.</p>"
4605                    }
4606                }
4607            }
4608        },
4609        "com.amazonaws.customerprofiles#UpdateProfileResponse": {
4610            "type": "structure",
4611            "members": {
4612                "ProfileId": {
4613                    "target": "com.amazonaws.customerprofiles#uuid",
4614                    "traits": {
4615                        "smithy.api#documentation": "<p>The unique identifier of a customer profile.</p>",
4616                        "smithy.api#required": {}
4617                    }
4618                }
4619            }
4620        },
4621        "com.amazonaws.customerprofiles#ZendeskConnectorOperator": {
4622            "type": "string",
4623            "traits": {
4624                "smithy.api#enum": [
4625                    {
4626                        "value": "PROJECTION",
4627                        "name": "PROJECTION"
4628                    },
4629                    {
4630                        "value": "GREATER_THAN",
4631                        "name": "GREATER_THAN"
4632                    },
4633                    {
4634                        "value": "ADDITION",
4635                        "name": "ADDITION"
4636                    },
4637                    {
4638                        "value": "MULTIPLICATION",
4639                        "name": "MULTIPLICATION"
4640                    },
4641                    {
4642                        "value": "DIVISION",
4643                        "name": "DIVISION"
4644                    },
4645                    {
4646                        "value": "SUBTRACTION",
4647                        "name": "SUBTRACTION"
4648                    },
4649                    {
4650                        "value": "MASK_ALL",
4651                        "name": "MASK_ALL"
4652                    },
4653                    {
4654                        "value": "MASK_FIRST_N",
4655                        "name": "MASK_FIRST_N"
4656                    },
4657                    {
4658                        "value": "MASK_LAST_N",
4659                        "name": "MASK_LAST_N"
4660                    },
4661                    {
4662                        "value": "VALIDATE_NON_NULL",
4663                        "name": "VALIDATE_NON_NULL"
4664                    },
4665                    {
4666                        "value": "VALIDATE_NON_ZERO",
4667                        "name": "VALIDATE_NON_ZERO"
4668                    },
4669                    {
4670                        "value": "VALIDATE_NON_NEGATIVE",
4671                        "name": "VALIDATE_NON_NEGATIVE"
4672                    },
4673                    {
4674                        "value": "VALIDATE_NUMERIC",
4675                        "name": "VALIDATE_NUMERIC"
4676                    },
4677                    {
4678                        "value": "NO_OP",
4679                        "name": "NO_OP"
4680                    }
4681                ]
4682            }
4683        },
4684        "com.amazonaws.customerprofiles#ZendeskSourceProperties": {
4685            "type": "structure",
4686            "members": {
4687                "Object": {
4688                    "target": "com.amazonaws.customerprofiles#Object",
4689                    "traits": {
4690                        "smithy.api#documentation": "<p>The object specified in the Zendesk flow source.</p>",
4691                        "smithy.api#required": {}
4692                    }
4693                }
4694            },
4695            "traits": {
4696                "smithy.api#documentation": "<p>The properties that are applied when using Zendesk as a flow source.</p>"
4697            }
4698        },
4699        "com.amazonaws.customerprofiles#boolean": {
4700            "type": "boolean"
4701        },
4702        "com.amazonaws.customerprofiles#encryptionKey": {
4703            "type": "string",
4704            "traits": {
4705                "smithy.api#length": {
4706                    "min": 0,
4707                    "max": 255
4708                }
4709            }
4710        },
4711        "com.amazonaws.customerprofiles#expirationDaysInteger": {
4712            "type": "integer",
4713            "traits": {
4714                "smithy.api#box": {},
4715                "smithy.api#range": {
4716                    "min": 1,
4717                    "max": 1098
4718                }
4719            }
4720        },
4721        "com.amazonaws.customerprofiles#long": {
4722            "type": "long"
4723        },
4724        "com.amazonaws.customerprofiles#maxSize100": {
4725            "type": "integer",
4726            "traits": {
4727                "smithy.api#box": {},
4728                "smithy.api#range": {
4729                    "min": 1,
4730                    "max": 100
4731                }
4732            }
4733        },
4734        "com.amazonaws.customerprofiles#message": {
4735            "type": "string"
4736        },
4737        "com.amazonaws.customerprofiles#name": {
4738            "type": "string",
4739            "traits": {
4740                "smithy.api#length": {
4741                    "min": 1,
4742                    "max": 64
4743                },
4744                "smithy.api#pattern": "^[a-zA-Z0-9_-]+$"
4745            }
4746        },
4747        "com.amazonaws.customerprofiles#requestValueList": {
4748            "type": "list",
4749            "member": {
4750                "target": "com.amazonaws.customerprofiles#string1To255"
4751            }
4752        },
4753        "com.amazonaws.customerprofiles#sqsQueueUrl": {
4754            "type": "string",
4755            "traits": {
4756                "smithy.api#length": {
4757                    "min": 0,
4758                    "max": 255
4759                }
4760            }
4761        },
4762        "com.amazonaws.customerprofiles#string0To1000": {
4763            "type": "string",
4764            "traits": {
4765                "smithy.api#length": {
4766                    "min": 0,
4767                    "max": 1000
4768                }
4769            }
4770        },
4771        "com.amazonaws.customerprofiles#string0To255": {
4772            "type": "string",
4773            "traits": {
4774                "smithy.api#length": {
4775                    "min": 0,
4776                    "max": 255
4777                }
4778            }
4779        },
4780        "com.amazonaws.customerprofiles#string1To1000": {
4781            "type": "string",
4782            "traits": {
4783                "smithy.api#length": {
4784                    "min": 1,
4785                    "max": 1000
4786                }
4787            }
4788        },
4789        "com.amazonaws.customerprofiles#string1To255": {
4790            "type": "string",
4791            "traits": {
4792                "smithy.api#length": {
4793                    "min": 1,
4794                    "max": 255
4795                }
4796            }
4797        },
4798        "com.amazonaws.customerprofiles#stringTo2048": {
4799            "type": "string",
4800            "traits": {
4801                "smithy.api#length": {
4802                    "min": 0,
4803                    "max": 2048
4804                },
4805                "smithy.api#pattern": ".*"
4806            }
4807        },
4808        "com.amazonaws.customerprofiles#stringifiedJson": {
4809            "type": "string",
4810            "traits": {
4811                "smithy.api#length": {
4812                    "min": 1,
4813                    "max": 256000
4814                }
4815            }
4816        },
4817        "com.amazonaws.customerprofiles#text": {
4818            "type": "string",
4819            "traits": {
4820                "smithy.api#length": {
4821                    "min": 1,
4822                    "max": 1000
4823                }
4824            }
4825        },
4826        "com.amazonaws.customerprofiles#timestamp": {
4827            "type": "timestamp"
4828        },
4829        "com.amazonaws.customerprofiles#token": {
4830            "type": "string",
4831            "traits": {
4832                "smithy.api#length": {
4833                    "min": 1,
4834                    "max": 1024
4835                }
4836            }
4837        },
4838        "com.amazonaws.customerprofiles#typeName": {
4839            "type": "string",
4840            "traits": {
4841                "smithy.api#length": {
4842                    "min": 1,
4843                    "max": 255
4844                },
4845                "smithy.api#pattern": "^[a-zA-Z_][a-zA-Z_0-9-]*$"
4846            }
4847        },
4848        "com.amazonaws.customerprofiles#uuid": {
4849            "type": "string",
4850            "traits": {
4851                "smithy.api#pattern": "[a-f0-9]{32}"
4852            }
4853        }
4854    }
4855}
4856