@aws-sdk/client-customer-profiles 3.939.0 → 3.942.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (108) hide show
  1. package/README.md +120 -0
  2. package/dist-cjs/index.js +1058 -84
  3. package/dist-es/CustomerProfiles.js +30 -0
  4. package/dist-es/commands/CreateRecommenderCommand.js +16 -0
  5. package/dist-es/commands/DeleteDomainObjectTypeCommand.js +16 -0
  6. package/dist-es/commands/DeleteRecommenderCommand.js +16 -0
  7. package/dist-es/commands/GetDomainObjectTypeCommand.js +16 -0
  8. package/dist-es/commands/GetObjectTypeAttributeStatisticsCommand.js +16 -0
  9. package/dist-es/commands/GetProfileRecommendationsCommand.js +16 -0
  10. package/dist-es/commands/GetRecommenderCommand.js +16 -0
  11. package/dist-es/commands/ListDomainObjectTypesCommand.js +16 -0
  12. package/dist-es/commands/ListObjectTypeAttributeValuesCommand.js +16 -0
  13. package/dist-es/commands/ListRecommenderRecipesCommand.js +16 -0
  14. package/dist-es/commands/ListRecommendersCommand.js +16 -0
  15. package/dist-es/commands/PutDomainObjectTypeCommand.js +16 -0
  16. package/dist-es/commands/StartRecommenderCommand.js +16 -0
  17. package/dist-es/commands/StopRecommenderCommand.js +16 -0
  18. package/dist-es/commands/UpdateRecommenderCommand.js +16 -0
  19. package/dist-es/commands/index.js +15 -0
  20. package/dist-es/models/enums.js +41 -0
  21. package/dist-es/models/models_1.js +1 -0
  22. package/dist-es/pagination/ListDomainObjectTypesPaginator.js +4 -0
  23. package/dist-es/pagination/ListRecommenderRecipesPaginator.js +4 -0
  24. package/dist-es/pagination/ListRecommendersPaginator.js +4 -0
  25. package/dist-es/pagination/index.js +3 -0
  26. package/dist-es/schemas/schemas_0.js +792 -84
  27. package/dist-types/CustomerProfiles.d.ts +106 -0
  28. package/dist-types/CustomerProfilesClient.d.ts +17 -2
  29. package/dist-types/commands/CreateDomainCommand.d.ts +10 -0
  30. package/dist-types/commands/CreateRecommenderCommand.d.ts +109 -0
  31. package/dist-types/commands/CreateSegmentDefinitionCommand.d.ts +1 -0
  32. package/dist-types/commands/CreateSegmentEstimateCommand.d.ts +1 -0
  33. package/dist-types/commands/DeleteDomainObjectTypeCommand.d.ts +88 -0
  34. package/dist-types/commands/DeleteRecommenderCommand.d.ts +88 -0
  35. package/dist-types/commands/GetDomainCommand.d.ts +7 -0
  36. package/dist-types/commands/GetDomainObjectTypeCommand.d.ts +105 -0
  37. package/dist-types/commands/GetIntegrationCommand.d.ts +1 -0
  38. package/dist-types/commands/GetObjectTypeAttributeStatisticsCommand.d.ts +110 -0
  39. package/dist-types/commands/GetProfileRecommendationsCommand.d.ts +116 -0
  40. package/dist-types/commands/GetRecommenderCommand.d.ts +136 -0
  41. package/dist-types/commands/GetSegmentDefinitionCommand.d.ts +2 -0
  42. package/dist-types/commands/GetSegmentMembershipCommand.d.ts +1 -0
  43. package/dist-types/commands/ListAccountIntegrationsCommand.d.ts +1 -0
  44. package/dist-types/commands/ListDomainObjectTypesCommand.d.ts +102 -0
  45. package/dist-types/commands/ListIntegrationsCommand.d.ts +1 -0
  46. package/dist-types/commands/ListObjectTypeAttributeValuesCommand.d.ts +99 -0
  47. package/dist-types/commands/ListRecommenderRecipesCommand.d.ts +93 -0
  48. package/dist-types/commands/ListRecommendersCommand.d.ts +133 -0
  49. package/dist-types/commands/ListSegmentDefinitionsCommand.d.ts +1 -0
  50. package/dist-types/commands/PutDomainObjectTypeCommand.d.ts +118 -0
  51. package/dist-types/commands/PutIntegrationCommand.d.ts +5 -3
  52. package/dist-types/commands/StartRecommenderCommand.d.ts +88 -0
  53. package/dist-types/commands/StopRecommenderCommand.d.ts +89 -0
  54. package/dist-types/commands/StopUploadJobCommand.d.ts +1 -1
  55. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  56. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  57. package/dist-types/commands/UpdateCalculatedAttributeDefinitionCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateDomainCommand.d.ts +11 -1
  59. package/dist-types/commands/UpdateDomainLayoutCommand.d.ts +1 -1
  60. package/dist-types/commands/UpdateEventTriggerCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateProfileCommand.d.ts +1 -1
  62. package/dist-types/commands/UpdateRecommenderCommand.d.ts +102 -0
  63. package/dist-types/commands/index.d.ts +15 -0
  64. package/dist-types/index.d.ts +1 -0
  65. package/dist-types/models/enums.d.ts +97 -0
  66. package/dist-types/models/models_0.d.ts +1084 -738
  67. package/dist-types/models/models_1.d.ts +744 -0
  68. package/dist-types/pagination/ListDomainObjectTypesPaginator.d.ts +7 -0
  69. package/dist-types/pagination/ListRecommenderRecipesPaginator.d.ts +7 -0
  70. package/dist-types/pagination/ListRecommendersPaginator.d.ts +7 -0
  71. package/dist-types/pagination/index.d.ts +3 -0
  72. package/dist-types/schemas/schemas_0.d.ts +74 -0
  73. package/dist-types/ts3.4/CustomerProfiles.d.ts +256 -0
  74. package/dist-types/ts3.4/CustomerProfilesClient.d.ts +92 -2
  75. package/dist-types/ts3.4/commands/CreateRecommenderCommand.d.ts +51 -0
  76. package/dist-types/ts3.4/commands/DeleteDomainObjectTypeCommand.d.ts +51 -0
  77. package/dist-types/ts3.4/commands/DeleteRecommenderCommand.d.ts +51 -0
  78. package/dist-types/ts3.4/commands/GetDomainObjectTypeCommand.d.ts +51 -0
  79. package/dist-types/ts3.4/commands/GetObjectTypeAttributeStatisticsCommand.d.ts +51 -0
  80. package/dist-types/ts3.4/commands/GetProfileRecommendationsCommand.d.ts +51 -0
  81. package/dist-types/ts3.4/commands/GetRecommenderCommand.d.ts +50 -0
  82. package/dist-types/ts3.4/commands/ListDomainObjectTypesCommand.d.ts +51 -0
  83. package/dist-types/ts3.4/commands/ListObjectTypeAttributeValuesCommand.d.ts +51 -0
  84. package/dist-types/ts3.4/commands/ListRecommenderRecipesCommand.d.ts +51 -0
  85. package/dist-types/ts3.4/commands/ListRecommendersCommand.d.ts +50 -0
  86. package/dist-types/ts3.4/commands/PutDomainObjectTypeCommand.d.ts +51 -0
  87. package/dist-types/ts3.4/commands/StartRecommenderCommand.d.ts +50 -0
  88. package/dist-types/ts3.4/commands/StopRecommenderCommand.d.ts +48 -0
  89. package/dist-types/ts3.4/commands/StopUploadJobCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/UpdateCalculatedAttributeDefinitionCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/UpdateDomainLayoutCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/UpdateEventTriggerCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/UpdateRecommenderCommand.d.ts +51 -0
  98. package/dist-types/ts3.4/commands/index.d.ts +15 -0
  99. package/dist-types/ts3.4/index.d.ts +1 -0
  100. package/dist-types/ts3.4/models/enums.d.ts +51 -0
  101. package/dist-types/ts3.4/models/models_0.d.ts +251 -142
  102. package/dist-types/ts3.4/models/models_1.d.ts +176 -0
  103. package/dist-types/ts3.4/pagination/ListDomainObjectTypesPaginator.d.ts +11 -0
  104. package/dist-types/ts3.4/pagination/ListRecommenderRecipesPaginator.d.ts +11 -0
  105. package/dist-types/ts3.4/pagination/ListRecommendersPaginator.d.ts +11 -0
  106. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  107. package/dist-types/ts3.4/schemas/schemas_0.d.ts +74 -0
  108. package/package.json +5 -5
package/dist-cjs/index.js CHANGED
@@ -220,6 +220,7 @@ const _Add = "Address2";
220
220
  const _Addr = "Address3";
221
221
  const _Addre = "Address4";
222
222
  const _At = "Attributes";
223
+ const _Av = "Average";
223
224
  const _B = "Batches";
224
225
  const _BA = "BillingAddress";
225
226
  const _BD = "BirthDate";
@@ -251,7 +252,8 @@ const _CAN = "CalculatedAttributeName";
251
252
  const _CAV = "CalculatedAttributeValues";
252
253
  const _CAVL = "CalculatedAttributeValueList";
253
254
  const _CAVa = "CalculatedAttributeValue";
254
- const _CAa = "CalculatedAttributes";
255
+ const _CAa = "CalculatedAt";
256
+ const _CAal = "CalculatedAttributes";
255
257
  const _CAo = "CompletedAt";
256
258
  const _CAu = "CustomAttributes";
257
259
  const _CCA = "CalculatedCustomAttributes";
@@ -270,6 +272,7 @@ const _CESRr = "CreateEventStreamResponse";
270
272
  const _CET = "CreateEventTrigger";
271
273
  const _CETR = "CreateEventTriggerRequest";
272
274
  const _CETRr = "CreateEventTriggerResponse";
275
+ const _CI = "CatalogItem";
273
276
  const _CIW = "CreateIntegrationWorkflow";
274
277
  const _CIWR = "CreateIntegrationWorkflowRequest";
275
278
  const _CIWRr = "CreateIntegrationWorkflowResponse";
@@ -283,7 +286,10 @@ const _CPRr = "CreateProfileResponse";
283
286
  const _CPr = "CreateProfile";
284
287
  const _CR = "ConflictResolution";
285
288
  const _CRM = "ConflictResolvingModel";
289
+ const _CRR = "CreateRecommenderRequest";
290
+ const _CRRr = "CreateRecommenderResponse";
286
291
  const _CRr = "CreatedRecords";
292
+ const _CRre = "CreateRecommender";
287
293
  const _CS = "ConfidenceScore";
288
294
  const _CSD = "CreateSegmentDefinition";
289
295
  const _CSDR = "CreateSegmentDefinitionRequest";
@@ -301,11 +307,13 @@ const _CTon = "ConnectorType";
301
307
  const _CUJ = "CreateUploadJob";
302
308
  const _CUJR = "CreateUploadJobRequest";
303
309
  const _CUJRr = "CreateUploadJobResponse";
310
+ const _Ca = "Category";
304
311
  const _Co = "County";
305
312
  const _Cod = "Code";
306
313
  const _Con = "Consolidation";
307
314
  const _Cond = "Conditions";
308
315
  const _Cont = "Content";
316
+ const _Conte = "Context";
309
317
  const _Cou = "Country";
310
318
  const _D = "Description";
311
319
  const _DCAD = "DeleteCalculatedAttributeDefinition";
@@ -315,6 +323,9 @@ const _DD = "DateDimension";
315
323
  const _DDL = "DeleteDomainLayout";
316
324
  const _DDLR = "DeleteDomainLayoutRequest";
317
325
  const _DDLRe = "DeleteDomainLayoutResponse";
326
+ const _DDOT = "DeleteDomainObjectType";
327
+ const _DDOTR = "DeleteDomainObjectTypeRequest";
328
+ const _DDOTRe = "DeleteDomainObjectTypeResponse";
318
329
  const _DDR = "DeleteDomainRequest";
319
330
  const _DDRe = "DeleteDomainResponse";
320
331
  const _DDe = "DestinationDetails";
@@ -338,6 +349,10 @@ const _DLQU = "DeadLetterQueueUrl";
338
349
  const _DLo = "DomainList";
339
350
  const _DN = "DomainName";
340
351
  const _DNi = "DisplayName";
352
+ const _DOTF = "DomainObjectTypeField";
353
+ const _DOTFo = "DomainObjectTypeFields";
354
+ const _DOTL = "DomainObjectTypesList";
355
+ const _DOTLI = "DomainObjectTypesListItem";
341
356
  const _DOTW = "DayOfTheWeek";
342
357
  const _DP = "DeleteProfile";
343
358
  const _DPK = "DeleteProfileKey";
@@ -357,10 +372,16 @@ const _DPOTel = "DeleteProfileObjectType";
357
372
  const _DPOTet = "DetectProfileObjectType";
358
373
  const _DPR = "DeleteProfileRequest";
359
374
  const _DPRe = "DeleteProfileResponse";
360
- const _DS = "DestinationSummary";
375
+ const _DR = "DeleteRecommender";
376
+ const _DRR = "DeleteRecommenderRequest";
377
+ const _DRRe = "DeleteRecommenderResponse";
378
+ const _DS = "DataStore";
361
379
  const _DSD = "DeleteSegmentDefinition";
362
380
  const _DSDR = "DeleteSegmentDefinitionRequest";
363
381
  const _DSDRe = "DeleteSegmentDefinitionResponse";
382
+ const _DSR = "DataStoreRequest";
383
+ const _DSRa = "DataStoreResponse";
384
+ const _DSe = "DestinationSummary";
364
385
  const _DSo = "DomainStats";
365
386
  const _DT = "DimensionType";
366
387
  const _DTFN = "DatetimeTypeFieldName";
@@ -372,7 +393,8 @@ const _Di = "Dimensions";
372
393
  const _Dim = "Dimension";
373
394
  const _E = "Expression";
374
395
  const _EA = "EmailAddress";
375
- const _EC = "ExportingConfig";
396
+ const _EC = "EventsConfig";
397
+ const _ECx = "ExportingConfig";
376
398
  const _ED = "ExpirationDays";
377
399
  const _EDFU = "EnableDynamicFieldUpdate";
378
400
  const _EDr = "ErrorDescription";
@@ -383,7 +405,9 @@ const _EL = "ExportingLocation";
383
405
  const _ELVPD = "ExtraLengthValueProfileDimension";
384
406
  const _EM = "ExecutionMessage";
385
407
  const _EP = "EngagementPreferences";
386
- const _EPL = "EmailPreferenceList";
408
+ const _EPL = "EventParametersList";
409
+ const _EPLm = "EmailPreferenceList";
410
+ const _EPv = "EventParameters";
387
411
  const _ESA = "EventStreamArn";
388
412
  const _ESDD = "EventStreamDestinationDetails";
389
413
  const _ESN = "EventStreamName";
@@ -399,6 +423,8 @@ const _ETN = "EventTriggerName";
399
423
  const _ETNv = "EventTriggerNames";
400
424
  const _ETSI = "EventTriggerSummaryItem";
401
425
  const _ETSL = "EventTriggerSummaryList";
426
+ const _ETv = "EventType";
427
+ const _EVT = "EventValueThreshold";
402
428
  const _Em = "Email";
403
429
  const _En = "Enabled";
404
430
  const _End = "End";
@@ -418,8 +444,10 @@ const _FN = "FlowName";
418
444
  const _FNi = "FirstName";
419
445
  const _FNie = "FieldName";
420
446
  const _FNiel = "FieldNames";
421
- const _FR = "FailedRecords";
447
+ const _FR = "FailureReason";
448
+ const _FRa = "FailedRecords";
422
449
  const _FSPI = "FieldSourceProfileIds";
450
+ const _FT = "FeatureType";
423
451
  const _Fa = "Failures";
424
452
  const _Fi = "Fields";
425
453
  const _G = "Gender";
@@ -436,6 +464,9 @@ const _GD = "GetDomain";
436
464
  const _GDL = "GetDomainLayout";
437
465
  const _GDLR = "GetDomainLayoutRequest";
438
466
  const _GDLRe = "GetDomainLayoutResponse";
467
+ const _GDOT = "GetDomainObjectType";
468
+ const _GDOTR = "GetDomainObjectTypeRequest";
469
+ const _GDOTRe = "GetDomainObjectTypeResponse";
439
470
  const _GDR = "GetDomainRequest";
440
471
  const _GDRe = "GetDomainResponse";
441
472
  const _GES = "GetEventStream";
@@ -454,6 +485,11 @@ const _GL = "GroupList";
454
485
  const _GM = "GetMatches";
455
486
  const _GMR = "GetMatchesRequest";
456
487
  const _GMRe = "GetMatchesResponse";
488
+ const _GOTAS = "GetObjectTypeAttributeStatistics";
489
+ const _GOTASP = "GetObjectTypeAttributeStatisticsPercentiles";
490
+ const _GOTASR = "GetObjectTypeAttributeStatisticsRequest";
491
+ const _GOTASRe = "GetObjectTypeAttributeStatisticsResponse";
492
+ const _GOTASS = "GetObjectTypeAttributeStatisticsStats";
457
493
  const _GPHR = "GetProfileHistoryRecord";
458
494
  const _GPHRR = "GetProfileHistoryRecordRequest";
459
495
  const _GPHRRe = "GetProfileHistoryRecordResponse";
@@ -463,6 +499,12 @@ const _GPOTRe = "GetProfileObjectTypeResponse";
463
499
  const _GPOTT = "GetProfileObjectTypeTemplate";
464
500
  const _GPOTTR = "GetProfileObjectTypeTemplateRequest";
465
501
  const _GPOTTRe = "GetProfileObjectTypeTemplateResponse";
502
+ const _GPR = "GetProfileRecommendations";
503
+ const _GPRR = "GetProfileRecommendationsRequest";
504
+ const _GPRRe = "GetProfileRecommendationsResponse";
505
+ const _GR = "GetRecommender";
506
+ const _GRR = "GetRecommenderRequest";
507
+ const _GRRe = "GetRecommenderResponse";
466
508
  const _GS = "GenderString";
467
509
  const _GSD = "GetSegmentDefinition";
468
510
  const _GSDR = "GetSegmentDefinitionRequest";
@@ -494,19 +536,20 @@ const _GWSRe = "GetWorkflowStepsResponse";
494
536
  const _Gr = "Groups";
495
537
  const _Gro = "Group";
496
538
  const _HPN = "HomePhoneNumber";
497
- const _I = "Include";
539
+ const _I = "Id";
498
540
  const _IC = "IntegrationConfig";
499
541
  const _ID = "IsDefault";
500
542
  const _IDP = "IsDataPartial";
501
543
  const _IDR = "IncludeDeletedRecords";
502
544
  const _IH = "IncludeHidden";
503
- const _IL = "IntegrationList";
545
+ const _IL = "ImageLink";
546
+ const _ILn = "IntegrationList";
504
547
  const _IPC = "IncrementalPullConfig";
505
548
  const _IRJ = "IdentityResolutionJob";
506
549
  const _IRJL = "IdentityResolutionJobsList";
507
550
  const _ISE = "InternalServerException";
508
551
  const _IU = "IsUnstructured";
509
- const _Id = "Id";
552
+ const _In = "Include";
510
553
  const _It = "Items";
511
554
  const _JET = "JobEndTime";
512
555
  const _JETo = "JobExpirationTime";
@@ -519,10 +562,11 @@ const _KA = "KmsArn";
519
562
  const _KM = "KeyMap";
520
563
  const _KN = "KeyName";
521
564
  const _KV = "KeyValue";
522
- const _L = "Layout";
565
+ const _L = "Link";
523
566
  const _LAI = "ListAccountIntegrations";
524
567
  const _LAIR = "ListAccountIntegrationsRequest";
525
568
  const _LAIRi = "ListAccountIntegrationsResponse";
569
+ const _LCA = "LastComputedAt";
526
570
  const _LCAD = "ListCalculatedAttributeDefinitions";
527
571
  const _LCADI = "ListCalculatedAttributeDefinitionItem";
528
572
  const _LCADR = "ListCalculatedAttributeDefinitionsRequest";
@@ -537,6 +581,9 @@ const _LDL = "ListDomainLayouts";
537
581
  const _LDLR = "ListDomainLayoutsRequest";
538
582
  const _LDLRi = "ListDomainLayoutsResponse";
539
583
  const _LDN = "LayoutDefinitionName";
584
+ const _LDOT = "ListDomainObjectTypes";
585
+ const _LDOTR = "ListDomainObjectTypesRequest";
586
+ const _LDOTRi = "ListDomainObjectTypesResponse";
540
587
  const _LDR = "ListDomainsRequest";
541
588
  const _LDRi = "ListDomainsResponse";
542
589
  const _LES = "ListEventStreams";
@@ -562,6 +609,11 @@ const _LOTAI = "ListObjectTypeAttributeItem";
562
609
  const _LOTAL = "ListObjectTypeAttributesList";
563
610
  const _LOTAR = "ListObjectTypeAttributesRequest";
564
611
  const _LOTARi = "ListObjectTypeAttributesResponse";
612
+ const _LOTAV = "ListObjectTypeAttributeValues";
613
+ const _LOTAVI = "ListObjectTypeAttributeValuesItem";
614
+ const _LOTAVL = "ListObjectTypeAttributeValuesList";
615
+ const _LOTAVR = "ListObjectTypeAttributeValuesRequest";
616
+ const _LOTAVRi = "ListObjectTypeAttributeValuesResponse";
565
617
  const _LPAV = "ListProfileAttributeValues";
566
618
  const _LPHR = "ListProfileHistoryRecords";
567
619
  const _LPHRR = "ListProfileHistoryRecordsRequest";
@@ -578,9 +630,16 @@ const _LPOTT = "ListProfileObjectTypeTemplates";
578
630
  const _LPOTTI = "ListProfileObjectTypeTemplateItem";
579
631
  const _LPOTTR = "ListProfileObjectTypeTemplatesRequest";
580
632
  const _LPOTTRi = "ListProfileObjectTypeTemplatesResponse";
633
+ const _LR = "ListRecommenders";
581
634
  const _LRBM = "ListRuleBasedMatches";
582
635
  const _LRBMR = "ListRuleBasedMatchesRequest";
583
636
  const _LRBMRi = "ListRuleBasedMatchesResponse";
637
+ const _LRR = "ListRecommendersRequest";
638
+ const _LRRR = "ListRecommenderRecipesRequest";
639
+ const _LRRRi = "ListRecommenderRecipesResponse";
640
+ const _LRRi = "ListRecommendersResponse";
641
+ const _LRRis = "ListRecommenderRecipes";
642
+ const _LRU = "LatestRecommenderUpdate";
584
643
  const _LSD = "ListSegmentDefinitions";
585
644
  const _LSDR = "ListSegmentDefinitionsRequest";
586
645
  const _LSDRi = "ListSegmentDefinitionsResponse";
@@ -596,6 +655,7 @@ const _LW = "ListWorkflows";
596
655
  const _LWI = "ListWorkflowsItem";
597
656
  const _LWR = "ListWorkflowsRequest";
598
657
  const _LWRi = "ListWorkflowsResponse";
658
+ const _La = "Layout";
599
659
  const _M = "Message";
600
660
  const _MA = "MailingAddress";
601
661
  const _MACSFM = "MinAllowedConfidenceScoreForMerging";
@@ -627,7 +687,9 @@ const _MT = "MatchType";
627
687
  const _Ma = "Marketo";
628
688
  const _Mat = "Matching";
629
689
  const _Matc = "Matches";
690
+ const _Max = "Maximum";
630
691
  const _Me = "Metrics";
692
+ const _Mi = "Minimum";
631
693
  const _N = "Name";
632
694
  const _NOMD = "NumberOfMergesDone";
633
695
  const _NOMF = "NumberOfMatchesFound";
@@ -656,6 +718,9 @@ const _PB = "PerformedBy";
656
718
  const _PC = "PostalCode";
657
719
  const _PCr = "ProfileCount";
658
720
  const _PD = "ProfileDimension";
721
+ const _PDOT = "PutDomainObjectType";
722
+ const _PDOTR = "PutDomainObjectTypeRequest";
723
+ const _PDOTRu = "PutDomainObjectTypeResponse";
659
724
  const _PEA = "PersonalEmailAddress";
660
725
  const _PHR = "ProfileHistoryRecords";
661
726
  const _PHRr = "ProfileHistoryRecord";
@@ -687,25 +752,47 @@ const _PTD = "ProfileTypeDimension";
687
752
  const _PTS = "PartyTypeString";
688
753
  const _PTV = "ProfileTypeValues";
689
754
  const _PTr = "ProfileType";
755
+ const _P_ = "P5";
756
+ const _P__ = "P25";
757
+ const _P___ = "P50";
758
+ const _P____ = "P75";
759
+ const _P_____ = "P95";
690
760
  const _Pe = "Periods";
691
- const _Per = "Period";
761
+ const _Per = "Percentiles";
762
+ const _Peri = "Period";
692
763
  const _Ph = "Phone";
693
764
  const _Pr = "Profiles";
765
+ const _Pri = "Price";
694
766
  const _Pro = "Profile";
695
767
  const _QED = "QueryEndDate";
696
768
  const _QR = "QueryResult";
697
769
  const _QSD = "QueryStartDate";
698
770
  const _R = "Range";
699
771
  const _RA = "RoleArn";
772
+ const _RAe = "RecommenderArn";
700
773
  const _RBM = "RuleBasedMatching";
701
774
  const _RBMR = "RuleBasedMatchingRequest";
702
775
  const _RBMRu = "RuleBasedMatchingResponse";
776
+ const _RC = "RecommenderConfig";
777
+ const _RCe = "RecommenderContext";
703
778
  const _RL = "RuleLevel";
779
+ const _RN = "RecommenderName";
704
780
  const _RNFE = "ResourceNotFoundException";
781
+ const _RNe = "RecipeName";
705
782
  const _RO = "RangeOverride";
706
783
  const _RP = "RecordsProcessed";
784
+ const _RR = "RecommenderRecipes";
785
+ const _RRL = "RecommenderRecipesList";
786
+ const _RRN = "RecommenderRecipeName";
787
+ const _RRe = "RecommenderRecipe";
707
788
  const _RS = "ResultsSummary";
789
+ const _RSL = "RecommenderSummaryList";
790
+ const _RSe = "RecommenderSummary";
791
+ const _RU = "RecommenderUpdate";
708
792
  const _Re = "Readiness";
793
+ const _Rec = "Recommendations";
794
+ const _Reco = "Recommenders";
795
+ const _Recom = "Recommendation";
709
796
  const _Ru = "Rule";
710
797
  const _S = "Statistic";
711
798
  const _SA = "ShippingAddress";
@@ -714,12 +801,13 @@ const _SC = "StepsCompleted";
714
801
  const _SCP = "SourceConnectorProperties";
715
802
  const _SCT = "SourceConnectorType";
716
803
  const _SCt = "StatusCode";
717
- const _SD = "StartDate";
804
+ const _SD = "StandardDeviation";
718
805
  const _SDA = "SegmentDefinitionArn";
719
806
  const _SDI = "SegmentDefinitionItem";
720
807
  const _SDL = "SegmentDefinitionsList";
721
808
  const _SDN = "SegmentDefinitionName";
722
- const _SDt = "StatusDescription";
809
+ const _SDt = "StartDate";
810
+ const _SDta = "StatusDescription";
723
811
  const _SE = "S3Exporting";
724
812
  const _SEC = "S3ExportingConfig";
725
813
  const _SEL = "S3ExportingLocation";
@@ -748,15 +836,23 @@ const _SPR = "SearchProfilesRequest";
748
836
  const _SPRe = "SearchProfilesResponse";
749
837
  const _SQ = "SegmentQuery";
750
838
  const _SR = "StatusReason";
839
+ const _SRR = "StartRecommenderRequest";
840
+ const _SRRt = "StartRecommenderResponse";
841
+ const _SRRto = "StopRecommenderRequest";
842
+ const _SRRtop = "StopRecommenderResponse";
843
+ const _SRt = "StartRecommender";
844
+ const _SRto = "StopRecommender";
751
845
  const _SS = "StoppedSince";
752
846
  const _SSL = "SourceSegmentList";
753
847
  const _SSP = "S3SourceProperties";
754
848
  const _SSPa = "SalesforceSourceProperties";
849
+ const _SSQ = "SegmentSqlQuery";
755
850
  const _SST = "ScheduleStartTime";
756
851
  const _SSo = "SourceSegments";
757
852
  const _SSou = "SourceSegment";
758
853
  const _ST = "StartTime";
759
854
  const _STP = "ScheduledTriggerProperties";
855
+ const _STe = "SegmentType";
760
856
  const _STo = "SourceType";
761
857
  const _SUJ = "StartUploadJob";
762
858
  const _SUJR = "StartUploadJobRequest";
@@ -767,17 +863,24 @@ const _SUJt = "StopUploadJob";
767
863
  const _SV = "SearchValue";
768
864
  const _S_ = "S3";
769
865
  const _Sa = "Salesforce";
770
- const _Sc = "Scheduled";
866
+ const _Sc = "Scope";
867
+ const _Sch = "Scheduled";
868
+ const _Sco = "Score";
771
869
  const _So = "Source";
772
870
  const _St = "State";
773
871
  const _Sta = "Status";
774
872
  const _Star = "Start";
775
873
  const _Stat = "Stats";
776
- const _T = "Threshold";
874
+ const _Stati = "Statistics";
875
+ const _T = "Type";
777
876
  const _TC = "TriggerConfig";
778
877
  const _TE = "ThrottlingException";
779
878
  const _TF = "TimestampFormat";
879
+ const _TFr = "TrainingFrequency";
780
880
  const _TI = "TemplateId";
881
+ const _TM = "TrainingMetrics";
882
+ const _TMC = "TrainingMetricsCount";
883
+ const _TML = "TrainingMetricsList";
781
884
  const _TP = "TaskProperties";
782
885
  const _TPr = "TriggerProperties";
783
886
  const _TR = "TagResource";
@@ -792,12 +895,13 @@ const _Ta = "Tags";
792
895
  const _Tar = "Target";
793
896
  const _Tas = "Tasks";
794
897
  const _Task = "Task";
898
+ const _Th = "Threshold";
795
899
  const _Ti = "Time";
796
900
  const _Tim = "Timezone";
797
- const _Ty = "Type";
798
901
  const _U = "Uri";
799
- const _UA = "UpdateAddress";
800
- const _UAp = "UpdateAttributes";
902
+ const _UA = "UpdatedAt";
903
+ const _UAp = "UpdateAddress";
904
+ const _UApd = "UpdateAttributes";
801
905
  const _UCAD = "UpdateCalculatedAttributeDefinition";
802
906
  const _UCADR = "UpdateCalculatedAttributeDefinitionRequest";
803
907
  const _UCADRp = "UpdateCalculatedAttributeDefinitionResponse";
@@ -820,7 +924,10 @@ const _UPRp = "UpdateProfileResponse";
820
924
  const _UR = "UpdatedRecords";
821
925
  const _URR = "UntagResourceRequest";
822
926
  const _URRn = "UntagResourceResponse";
927
+ const _URRp = "UpdateRecommenderRequest";
928
+ const _URRpd = "UpdateRecommenderResponse";
823
929
  const _URn = "UntagResource";
930
+ const _URp = "UpdateRecommender";
824
931
  const _US = "UnhealthySince";
825
932
  const _Un = "Unit";
826
933
  const _Unl = "Unlimited";
@@ -841,6 +948,7 @@ const _Z = "Zendesk";
841
948
  const _ZSP = "ZendeskSourceProperties";
842
949
  const _aSKL = "additionalSearchKeysList";
843
950
  const _c = "client";
951
+ const _d = "description";
844
952
  const _e = "error";
845
953
  const _fBL = "foundByList";
846
954
  const _h = "http";
@@ -849,6 +957,7 @@ const _hQ = "httpQuery";
849
957
  const _ih = "include-hidden";
850
958
  const _jN = "jsonName";
851
959
  const _mr = "max-results";
960
+ const _n = "name";
852
961
  const _nt = "next-token";
853
962
  const _rA = "resourceArn";
854
963
  const _s = "server";
@@ -856,12 +965,16 @@ const _sJ = "stringifiedJson";
856
965
  const _sST = "sensitiveString0To1000";
857
966
  const _sSTe = "sensitiveString0To255";
858
967
  const _sSTen = "sensitiveString1To1000";
859
- const _sSTens = "sensitiveString1To2000000";
860
- const _sSTensi = "sensitiveString1To255";
968
+ const _sSTens = "sensitiveString1To10000";
969
+ const _sSTensi = "sensitiveString1To2000000";
970
+ const _sSTensit = "sensitiveString1To255";
971
+ const _sSTensiti = "sensitiveString1To4000";
972
+ const _sSTensitiv = "sensitiveString1To50000";
861
973
  const _sT = "sensitiveText";
862
974
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.customerprofiles";
863
975
  const _t = "tags";
864
976
  const _tK = "tagKeys";
977
+ const _tmc = "training-metrics-count";
865
978
  const n0 = "com.amazonaws.customerprofiles";
866
979
  var Gender$1 = [0, n0, _G, 8, 0];
867
980
  var PartyType$1 = [0, n0, _PT, 8, 0];
@@ -869,8 +982,11 @@ var ProfileType$1 = [0, n0, _PTr, 8, 0];
869
982
  var sensitiveString0To1000 = [0, n0, _sST, 8, 0];
870
983
  var sensitiveString0To255 = [0, n0, _sSTe, 8, 0];
871
984
  var sensitiveString1To1000 = [0, n0, _sSTen, 8, 0];
872
- var sensitiveString1To2000000 = [0, n0, _sSTens, 8, 0];
873
- var sensitiveString1To255 = [0, n0, _sSTensi, 8, 0];
985
+ var sensitiveString1To10000 = [0, n0, _sSTens, 8, 0];
986
+ var sensitiveString1To2000000 = [0, n0, _sSTensi, 8, 0];
987
+ var sensitiveString1To255 = [0, n0, _sSTensit, 8, 0];
988
+ var sensitiveString1To4000 = [0, n0, _sSTensiti, 8, 0];
989
+ var sensitiveString1To50000 = [0, n0, _sSTensitiv, 8, 0];
874
990
  var sensitiveText = [0, n0, _sT, 8, 0];
875
991
  var Statistic$1 = [0, n0, _S, 8, 0];
876
992
  var stringifiedJson = [0, n0, _sJ, 8, 0];
@@ -1093,8 +1209,30 @@ var CalculatedAttributeValue = [
1093
1209
  [_CAN, _DNi, _IDP, _PI, _Va, _LOT],
1094
1210
  [0, 0, 0, 0, 0, 4],
1095
1211
  ];
1212
+ var CatalogItem = [
1213
+ 3,
1214
+ n0,
1215
+ _CI,
1216
+ 0,
1217
+ [_I, _N, _Cod, _T, _Ca, _D, _AId, _IL, _L, _CA, _UA, _Pri, _At],
1218
+ [
1219
+ [() => sensitiveString1To255, 0],
1220
+ [() => sensitiveString1To255, 0],
1221
+ [() => sensitiveString1To255, 0],
1222
+ [() => sensitiveString1To255, 0],
1223
+ [() => sensitiveString1To255, 0],
1224
+ [() => sensitiveString1To255, 0],
1225
+ [() => sensitiveString1To1000, 0],
1226
+ [() => sensitiveString1To1000, 0],
1227
+ [() => sensitiveString1To1000, 0],
1228
+ 4,
1229
+ 4,
1230
+ [() => sensitiveString1To255, 0],
1231
+ [() => Attributes, 0],
1232
+ ],
1233
+ ];
1096
1234
  var ConditionOverrides = [3, n0, _CO, 8, [_R], [() => RangeOverride]];
1097
- var Conditions = [3, n0, _Cond, 8, [_R, _OC, _T], [() => Range, 1, () => Threshold]];
1235
+ var Conditions = [3, n0, _Cond, 8, [_R, _OC, _Th], [() => Range, 1, () => Threshold]];
1098
1236
  var ConflictResolution = [3, n0, _CR, 0, [_CRM, _SN], [0, 0]];
1099
1237
  var ConnectorOperator = [3, n0, _COo, 0, [_Ma, _S_, _Sa, _SNe, _Z], [0, 0, 0, 0, 0]];
1100
1238
  var Consolidation = [3, n0, _Con, 0, [_MAL], [[1, n0, _MAL, 0, 64 | 0]]];
@@ -1145,7 +1283,7 @@ var CreateDomainLayoutRequest = [
1145
1283
  n0,
1146
1284
  _CDLR,
1147
1285
  0,
1148
- [_DN, _LDN, _D, _DNi, _ID, _LT, _L, _Ta],
1286
+ [_DN, _LDN, _D, _DNi, _ID, _LT, _La, _Ta],
1149
1287
  [[0, 1], [0, 1], [() => sensitiveText, 0], 0, 2, 0, [() => sensitiveString1To2000000, 0], 128 | 0],
1150
1288
  ];
1151
1289
  var CreateDomainLayoutResponse = [
@@ -1153,7 +1291,7 @@ var CreateDomainLayoutResponse = [
1153
1291
  n0,
1154
1292
  _CDLRr,
1155
1293
  0,
1156
- [_LDN, _D, _DNi, _ID, _LT, _L, _Ve, _Ta, _CA, _LUA],
1294
+ [_LDN, _D, _DNi, _ID, _LT, _La, _Ve, _Ta, _CA, _LUA],
1157
1295
  [0, [() => sensitiveText, 0], 0, 2, 0, [() => sensitiveString1To2000000, 0], 0, 128 | 0, 4, 4],
1158
1296
  ];
1159
1297
  var CreateDomainRequest = [
@@ -1161,16 +1299,16 @@ var CreateDomainRequest = [
1161
1299
  n0,
1162
1300
  _CDR,
1163
1301
  0,
1164
- [_DN, _DED, _DEK, _DLQU, _Mat, _RBM, _Ta],
1165
- [[0, 1], 1, 0, 0, () => MatchingRequest, () => RuleBasedMatchingRequest, 128 | 0],
1302
+ [_DN, _DED, _DEK, _DLQU, _Mat, _RBM, _DS, _Ta],
1303
+ [[0, 1], 1, 0, 0, () => MatchingRequest, () => RuleBasedMatchingRequest, () => DataStoreRequest, 128 | 0],
1166
1304
  ];
1167
1305
  var CreateDomainResponse = [
1168
1306
  3,
1169
1307
  n0,
1170
1308
  _CDRr,
1171
1309
  0,
1172
- [_DN, _DED, _DEK, _DLQU, _Mat, _RBM, _CA, _LUA, _Ta],
1173
- [0, 1, 0, 0, () => MatchingResponse, () => RuleBasedMatchingResponse, 4, 4, 128 | 0],
1310
+ [_DN, _DED, _DEK, _DLQU, _Mat, _RBM, _DS, _CA, _LUA, _Ta],
1311
+ [0, 1, 0, 0, () => MatchingResponse, () => RuleBasedMatchingResponse, () => DataStoreResponse, 4, 4, 128 | 0],
1174
1312
  ];
1175
1313
  var CreateEventStreamRequest = [
1176
1314
  3,
@@ -1278,13 +1416,30 @@ var CreateProfileRequest = [
1278
1416
  ],
1279
1417
  ];
1280
1418
  var CreateProfileResponse = [3, n0, _CPRr, 0, [_PI], [0]];
1419
+ var CreateRecommenderRequest = [
1420
+ 3,
1421
+ n0,
1422
+ _CRR,
1423
+ 0,
1424
+ [_DN, _RN, _RRN, _RC, _D, _Ta],
1425
+ [[0, 1], [0, 1], 0, () => RecommenderConfig, [() => sensitiveText, 0], 128 | 0],
1426
+ ];
1427
+ var CreateRecommenderResponse = [3, n0, _CRRr, 0, [_RAe, _Ta], [0, 128 | 0]];
1281
1428
  var CreateSegmentDefinitionRequest = [
1282
1429
  3,
1283
1430
  n0,
1284
1431
  _CSDR,
1285
1432
  0,
1286
- [_DN, _SDN, _DNi, _D, _SG, _Ta],
1287
- [[0, 1], [0, 1], 0, [() => sensitiveText, 0], [() => SegmentGroup, 0], 128 | 0],
1433
+ [_DN, _SDN, _DNi, _D, _SG, _SSQ, _Ta],
1434
+ [
1435
+ [0, 1],
1436
+ [0, 1],
1437
+ 0,
1438
+ [() => sensitiveString1To4000, 0],
1439
+ [() => SegmentGroup, 0],
1440
+ [() => sensitiveString1To50000, 0],
1441
+ 128 | 0,
1442
+ ],
1288
1443
  ];
1289
1444
  var CreateSegmentDefinitionResponse = [
1290
1445
  3,
@@ -1306,7 +1461,7 @@ var CreateSegmentDefinitionResponse = [
1306
1461
  },
1307
1462
  ],
1308
1463
  [
1309
- () => sensitiveText,
1464
+ () => sensitiveString1To4000,
1310
1465
  {
1311
1466
  [_jN]: _D,
1312
1467
  },
@@ -1336,10 +1491,11 @@ var CreateSegmentEstimateRequest = [
1336
1491
  n0,
1337
1492
  _CSER,
1338
1493
  0,
1339
- [_DN, _SQ],
1494
+ [_DN, _SQ, _SSQ],
1340
1495
  [
1341
1496
  [0, 1],
1342
1497
  [() => SegmentGroupStructure, 0],
1498
+ [() => sensitiveString1To50000, 0],
1343
1499
  ],
1344
1500
  ];
1345
1501
  var CreateSegmentEstimateResponse = [3, n0, _CSERr, 0, [_DN, _EI, _SCt], [0, 0, [1, 32]]];
@@ -1375,6 +1531,8 @@ var CreateUploadJobResponse = [
1375
1531
  ],
1376
1532
  ],
1377
1533
  ];
1534
+ var DataStoreRequest = [3, n0, _DSR, 0, [_En], [2]];
1535
+ var DataStoreResponse = [3, n0, _DSRa, 0, [_En, _Re], [2, () => Readiness]];
1378
1536
  var DateDimension = [
1379
1537
  3,
1380
1538
  n0,
@@ -1420,6 +1578,18 @@ var DeleteDomainLayoutRequest = [
1420
1578
  ],
1421
1579
  ];
1422
1580
  var DeleteDomainLayoutResponse = [3, n0, _DDLRe, 0, [_M], [0]];
1581
+ var DeleteDomainObjectTypeRequest = [
1582
+ 3,
1583
+ n0,
1584
+ _DDOTR,
1585
+ 0,
1586
+ [_DN, _OTN],
1587
+ [
1588
+ [0, 1],
1589
+ [0, 1],
1590
+ ],
1591
+ ];
1592
+ var DeleteDomainObjectTypeResponse = [3, n0, _DDOTRe, 0, [], []];
1423
1593
  var DeleteDomainRequest = [3, n0, _DDR, 0, [_DN], [[0, 1]]];
1424
1594
  var DeleteDomainResponse = [3, n0, _DDRe, 0, [_M], [0]];
1425
1595
  var DeleteEventStreamRequest = [
@@ -1480,6 +1650,18 @@ var DeleteProfileObjectTypeRequest = [
1480
1650
  var DeleteProfileObjectTypeResponse = [3, n0, _DPOTRe, 0, [_M], [0]];
1481
1651
  var DeleteProfileRequest = [3, n0, _DPR, 0, [_PI, _DN], [0, [0, 1]]];
1482
1652
  var DeleteProfileResponse = [3, n0, _DPRe, 0, [_M], [0]];
1653
+ var DeleteRecommenderRequest = [
1654
+ 3,
1655
+ n0,
1656
+ _DRR,
1657
+ 0,
1658
+ [_DN, _RN],
1659
+ [
1660
+ [0, 1],
1661
+ [0, 1],
1662
+ ],
1663
+ ];
1664
+ var DeleteRecommenderResponse = [3, n0, _DRRe, 0, [], []];
1483
1665
  var DeleteSegmentDefinitionRequest = [
1484
1666
  3,
1485
1667
  n0,
@@ -1518,7 +1700,7 @@ var DeleteWorkflowRequest = [
1518
1700
  ],
1519
1701
  ];
1520
1702
  var DeleteWorkflowResponse = [3, n0, _DWRe, 0, [], []];
1521
- var DestinationSummary = [3, n0, _DS, 0, [_U, _Sta, _US], [0, 0, 4]];
1703
+ var DestinationSummary = [3, n0, _DSe, 0, [_U, _Sta, _US], [0, 0, 4]];
1522
1704
  var DetectedProfileObjectType = [
1523
1705
  3,
1524
1706
  n0,
@@ -1546,6 +1728,15 @@ var DetectProfileObjectTypeResponse = [
1546
1728
  [_DPOTe],
1547
1729
  [[() => DetectedProfileObjectTypes, 0]],
1548
1730
  ];
1731
+ var DomainObjectTypeField = [3, n0, _DOTF, 0, [_So, _Tar, _CTo, _FT], [0, 0, 0, 0]];
1732
+ var DomainObjectTypesListItem = [
1733
+ 3,
1734
+ n0,
1735
+ _DOTLI,
1736
+ 0,
1737
+ [_OTN, _D, _CA, _LUA, _Ta],
1738
+ [0, [() => sensitiveString1To10000, 0], 4, 4, 128 | 0],
1739
+ ];
1549
1740
  var DomainStats = [3, n0, _DSo, 0, [_PCr, _MPC, _OC, _TSo], [1, 1, 1, 1]];
1550
1741
  var EngagementPreferences = [
1551
1742
  3,
@@ -1555,13 +1746,15 @@ var EngagementPreferences = [
1555
1746
  [_Ph, _Em],
1556
1747
  [() => PhonePreferenceList, () => EmailPreferenceList],
1557
1748
  ];
1749
+ var EventParameters = [3, n0, _EPv, 0, [_ETv, _EVT], [0, 1]];
1750
+ var EventsConfig = [3, n0, _EC, 0, [_EPL], [() => EventParametersList]];
1558
1751
  var EventStreamDestinationDetails = [3, n0, _ESDD, 0, [_U, _Sta, _US, _M], [0, 0, 4, 0]];
1559
1752
  var EventStreamSummary = [
1560
1753
  3,
1561
1754
  n0,
1562
1755
  _ESS,
1563
1756
  0,
1564
- [_DN, _ESN, _ESA, _St, _SS, _DS, _Ta],
1757
+ [_DN, _ESN, _ESA, _St, _SS, _DSe, _Ta],
1565
1758
  [0, 0, 0, 0, 4, () => DestinationSummary, 128 | 0],
1566
1759
  ];
1567
1760
  var EventTriggerCondition = [
@@ -1582,7 +1775,7 @@ var EventTriggerSummaryItem = [
1582
1775
  [_OTN, _ETN, _D, _CA, _LUA, _Ta],
1583
1776
  [0, 0, 0, 4, 4, 128 | 0],
1584
1777
  ];
1585
- var ExportingConfig = [3, n0, _EC, 0, [_SE], [() => S3ExportingConfig]];
1778
+ var ExportingConfig = [3, n0, _ECx, 0, [_SE], [() => S3ExportingConfig]];
1586
1779
  var ExportingLocation = [3, n0, _EL, 0, [_SE], [() => S3ExportingLocation]];
1587
1780
  var ExtraLengthValueProfileDimension = [
1588
1781
  3,
@@ -1637,10 +1830,10 @@ var FieldSourceProfileIds = [
1637
1830
  ],
1638
1831
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128 | 0, 0, 0],
1639
1832
  ];
1640
- var Filter = [3, n0, _F, 0, [_I, _Gr], [0, () => GroupList]];
1833
+ var Filter = [3, n0, _F, 0, [_In, _Gr], [0, () => GroupList]];
1641
1834
  var FilterAttributeDimension = [3, n0, _FAD, 0, [_DT, _V], [0, 64 | 0]];
1642
1835
  var FilterDimension = [3, n0, _FDi, 0, [_At], [() => AttributeMap]];
1643
- var FilterGroup = [3, n0, _FG, 0, [_Ty, _Di], [0, () => FilterDimensionList]];
1836
+ var FilterGroup = [3, n0, _FG, 0, [_T, _Di], [0, () => FilterDimensionList]];
1644
1837
  var FlowDefinition = [
1645
1838
  3,
1646
1839
  n0,
@@ -1735,17 +1928,48 @@ var GetDomainLayoutResponse = [
1735
1928
  n0,
1736
1929
  _GDLRe,
1737
1930
  0,
1738
- [_LDN, _D, _DNi, _ID, _LT, _L, _Ve, _CA, _LUA, _Ta],
1931
+ [_LDN, _D, _DNi, _ID, _LT, _La, _Ve, _CA, _LUA, _Ta],
1739
1932
  [0, [() => sensitiveText, 0], 0, 2, 0, [() => sensitiveString1To2000000, 0], 0, 4, 4, 128 | 0],
1740
1933
  ];
1934
+ var GetDomainObjectTypeRequest = [
1935
+ 3,
1936
+ n0,
1937
+ _GDOTR,
1938
+ 0,
1939
+ [_DN, _OTN],
1940
+ [
1941
+ [0, 1],
1942
+ [0, 1],
1943
+ ],
1944
+ ];
1945
+ var GetDomainObjectTypeResponse = [
1946
+ 3,
1947
+ n0,
1948
+ _GDOTRe,
1949
+ 0,
1950
+ [_OTN, _D, _EK, _Fi, _CA, _LUA, _Ta],
1951
+ [0, [() => sensitiveString1To10000, 0], 0, () => DomainObjectTypeFields, 4, 4, 128 | 0],
1952
+ ];
1741
1953
  var GetDomainRequest = [3, n0, _GDR, 0, [_DN], [[0, 1]]];
1742
1954
  var GetDomainResponse = [
1743
1955
  3,
1744
1956
  n0,
1745
1957
  _GDRe,
1746
1958
  0,
1747
- [_DN, _DED, _DEK, _DLQU, _Stat, _Mat, _RBM, _CA, _LUA, _Ta],
1748
- [0, 1, 0, 0, () => DomainStats, () => MatchingResponse, () => RuleBasedMatchingResponse, 4, 4, 128 | 0],
1959
+ [_DN, _DED, _DEK, _DLQU, _Stat, _Mat, _RBM, _DS, _CA, _LUA, _Ta],
1960
+ [
1961
+ 0,
1962
+ 1,
1963
+ 0,
1964
+ 0,
1965
+ () => DomainStats,
1966
+ () => MatchingResponse,
1967
+ () => RuleBasedMatchingResponse,
1968
+ () => DataStoreResponse,
1969
+ 4,
1970
+ 4,
1971
+ 128 | 0,
1972
+ ],
1749
1973
  ];
1750
1974
  var GetEventStreamRequest = [
1751
1975
  3,
@@ -1810,8 +2034,8 @@ var GetIntegrationResponse = [
1810
2034
  n0,
1811
2035
  _GIRe,
1812
2036
  0,
1813
- [_DN, _U, _OTN, _CA, _LUA, _Ta, _OTNb, _WI, _IU, _RA, _ETNv],
1814
- [0, 0, 0, 4, 4, 128 | 0, 128 | 0, 0, 2, 0, 64 | 0],
2037
+ [_DN, _U, _OTN, _CA, _LUA, _Ta, _OTNb, _WI, _IU, _RA, _ETNv, _Sc],
2038
+ [0, 0, 0, 4, 4, 128 | 0, 128 | 0, 0, 2, 0, 64 | 0, 0],
1815
2039
  ];
1816
2040
  var GetMatchesRequest = [
1817
2041
  3,
@@ -1843,12 +2067,48 @@ var GetMatchesResponse = [
1843
2067
  [_NT, _MGD, _PM, _Matc],
1844
2068
  [0, 4, 1, () => MatchesList],
1845
2069
  ];
2070
+ var GetObjectTypeAttributeStatisticsPercentiles = [
2071
+ 3,
2072
+ n0,
2073
+ _GOTASP,
2074
+ 0,
2075
+ [_P_, _P__, _P___, _P____, _P_____],
2076
+ [1, 1, 1, 1, 1],
2077
+ ];
2078
+ var GetObjectTypeAttributeStatisticsRequest = [
2079
+ 3,
2080
+ n0,
2081
+ _GOTASR,
2082
+ 0,
2083
+ [_DN, _OTN, _ANt],
2084
+ [
2085
+ [0, 1],
2086
+ [0, 1],
2087
+ [0, 1],
2088
+ ],
2089
+ ];
2090
+ var GetObjectTypeAttributeStatisticsResponse = [
2091
+ 3,
2092
+ n0,
2093
+ _GOTASRe,
2094
+ 0,
2095
+ [_Stati, _CAa],
2096
+ [() => GetObjectTypeAttributeStatisticsStats, 4],
2097
+ ];
2098
+ var GetObjectTypeAttributeStatisticsStats = [
2099
+ 3,
2100
+ n0,
2101
+ _GOTASS,
2102
+ 0,
2103
+ [_Max, _Mi, _Av, _SD, _Per],
2104
+ [1, 1, 1, 1, () => GetObjectTypeAttributeStatisticsPercentiles],
2105
+ ];
1846
2106
  var GetProfileHistoryRecordRequest = [
1847
2107
  3,
1848
2108
  n0,
1849
2109
  _GPHRR,
1850
2110
  0,
1851
- [_DN, _PI, _Id],
2111
+ [_DN, _PI, _I],
1852
2112
  [
1853
2113
  [0, 1],
1854
2114
  [0, 1],
@@ -1860,7 +2120,7 @@ var GetProfileHistoryRecordResponse = [
1860
2120
  n0,
1861
2121
  _GPHRRe,
1862
2122
  0,
1863
- [_Id, _OTN, _CA, _LUA, _AT, _POUK, _Cont, _PB],
2123
+ [_I, _OTN, _CA, _LUA, _AT, _POUK, _Cont, _PB],
1864
2124
  [0, 0, 4, 4, 0, 0, [() => stringifiedJson, 0], 0],
1865
2125
  ];
1866
2126
  var GetProfileObjectTypeRequest = [
@@ -1891,6 +2151,59 @@ var GetProfileObjectTypeTemplateResponse = [
1891
2151
  [_TI, _SN, _SO, _APC, _SLUTF, _Fi, _K],
1892
2152
  [0, 0, 0, 2, 0, [() => FieldMap, 0], [() => KeyMap, 0]],
1893
2153
  ];
2154
+ var GetProfileRecommendationsRequest = [
2155
+ 3,
2156
+ n0,
2157
+ _GPRR,
2158
+ 0,
2159
+ [_DN, _PI, _RN, _Conte, _MR],
2160
+ [[0, 1], [0, 1], 0, [() => RecommenderContext, 0], 1],
2161
+ ];
2162
+ var GetProfileRecommendationsResponse = [
2163
+ 3,
2164
+ n0,
2165
+ _GPRRe,
2166
+ 0,
2167
+ [_Rec],
2168
+ [[() => Recommendations, 0]],
2169
+ ];
2170
+ var GetRecommenderRequest = [
2171
+ 3,
2172
+ n0,
2173
+ _GRR,
2174
+ 0,
2175
+ [_DN, _RN, _TMC],
2176
+ [
2177
+ [0, 1],
2178
+ [0, 1],
2179
+ [
2180
+ 1,
2181
+ {
2182
+ [_hQ]: _tmc,
2183
+ },
2184
+ ],
2185
+ ],
2186
+ ];
2187
+ var GetRecommenderResponse = [
2188
+ 3,
2189
+ n0,
2190
+ _GRRe,
2191
+ 0,
2192
+ [_RN, _RRN, _RC, _D, _Sta, _LUA, _CA, _FR, _LRU, _TM, _Ta],
2193
+ [
2194
+ 0,
2195
+ 0,
2196
+ () => RecommenderConfig,
2197
+ [() => sensitiveText, 0],
2198
+ 0,
2199
+ 4,
2200
+ 4,
2201
+ 0,
2202
+ () => RecommenderUpdate,
2203
+ () => TrainingMetricsList,
2204
+ 128 | 0,
2205
+ ],
2206
+ ];
1894
2207
  var GetSegmentDefinitionRequest = [
1895
2208
  3,
1896
2209
  n0,
@@ -1907,7 +2220,7 @@ var GetSegmentDefinitionResponse = [
1907
2220
  n0,
1908
2221
  _GSDRe,
1909
2222
  0,
1910
- [_SDN, _DNi, _D, _SG, _SDA, _CA, _Ta],
2223
+ [_SDN, _DNi, _D, _SG, _SDA, _CA, _Ta, _SSQ, _STe],
1911
2224
  [
1912
2225
  [
1913
2226
  0,
@@ -1922,7 +2235,7 @@ var GetSegmentDefinitionResponse = [
1922
2235
  },
1923
2236
  ],
1924
2237
  [
1925
- () => sensitiveText,
2238
+ () => sensitiveString1To4000,
1926
2239
  {
1927
2240
  [_jN]: _D,
1928
2241
  },
@@ -1951,6 +2264,18 @@ var GetSegmentDefinitionResponse = [
1951
2264
  [_jN]: _Ta,
1952
2265
  },
1953
2266
  ],
2267
+ [
2268
+ () => sensitiveString1To50000,
2269
+ {
2270
+ [_jN]: _SSQ,
2271
+ },
2272
+ ],
2273
+ [
2274
+ 0,
2275
+ {
2276
+ [_jN]: _STe,
2277
+ },
2278
+ ],
1954
2279
  ],
1955
2280
  ];
1956
2281
  var GetSegmentEstimateRequest = [
@@ -1994,7 +2319,7 @@ var GetSegmentMembershipResponse = [
1994
2319
  n0,
1995
2320
  _GSMRe,
1996
2321
  0,
1997
- [_SDN, _Pr, _Fa],
2322
+ [_SDN, _Pr, _Fa, _LCA],
1998
2323
  [
1999
2324
  [
2000
2325
  0,
@@ -2014,6 +2339,12 @@ var GetSegmentMembershipResponse = [
2014
2339
  [_jN]: _Fa,
2015
2340
  },
2016
2341
  ],
2342
+ [
2343
+ 4,
2344
+ {
2345
+ [_jN]: _LCA,
2346
+ },
2347
+ ],
2017
2348
  ],
2018
2349
  ];
2019
2350
  var GetSegmentSnapshotRequest = [
@@ -2203,7 +2534,7 @@ var GetWorkflowResponse = [
2203
2534
  n0,
2204
2535
  _GWRe,
2205
2536
  0,
2206
- [_WI, _WT, _Sta, _EDr, _SD, _LUA, _At, _Me],
2537
+ [_WI, _WT, _Sta, _EDr, _SDt, _LUA, _At, _Me],
2207
2538
  [0, 0, 0, 0, 4, 4, () => WorkflowAttributes, () => WorkflowMetrics],
2208
2539
  ];
2209
2540
  var GetWorkflowStepsRequest = [
@@ -2242,7 +2573,7 @@ var Group = [
2242
2573
  n0,
2243
2574
  _Gro,
2244
2575
  0,
2245
- [_Di, _SSo, _STo, _Ty],
2576
+ [_Di, _SSo, _STo, _T],
2246
2577
  [
2247
2578
  [
2248
2579
  () => DimensionList,
@@ -2265,7 +2596,7 @@ var Group = [
2265
2596
  [
2266
2597
  0,
2267
2598
  {
2268
- [_jN]: _Ty,
2599
+ [_jN]: _T,
2269
2600
  },
2270
2601
  ],
2271
2602
  ],
@@ -2446,6 +2777,36 @@ var ListDomainLayoutsResponse = [
2446
2777
  [_It, _NT],
2447
2778
  [[() => LayoutList, 0], 0],
2448
2779
  ];
2780
+ var ListDomainObjectTypesRequest = [
2781
+ 3,
2782
+ n0,
2783
+ _LDOTR,
2784
+ 0,
2785
+ [_DN, _MR, _NT],
2786
+ [
2787
+ [0, 1],
2788
+ [
2789
+ 1,
2790
+ {
2791
+ [_hQ]: _mr,
2792
+ },
2793
+ ],
2794
+ [
2795
+ 0,
2796
+ {
2797
+ [_hQ]: _nt,
2798
+ },
2799
+ ],
2800
+ ],
2801
+ ];
2802
+ var ListDomainObjectTypesResponse = [
2803
+ 3,
2804
+ n0,
2805
+ _LDOTRi,
2806
+ 0,
2807
+ [_It, _NT],
2808
+ [[() => DomainObjectTypesList, 0], 0],
2809
+ ];
2449
2810
  var ListDomainsRequest = [
2450
2811
  3,
2451
2812
  n0,
@@ -2563,8 +2924,8 @@ var ListIntegrationItem = [
2563
2924
  n0,
2564
2925
  _LII,
2565
2926
  0,
2566
- [_DN, _U, _OTN, _CA, _LUA, _Ta, _OTNb, _WI, _IU, _RA, _ETNv],
2567
- [0, 0, 0, 4, 4, 128 | 0, 128 | 0, 0, 2, 0, 64 | 0],
2927
+ [_DN, _U, _OTN, _CA, _LUA, _Ta, _OTNb, _WI, _IU, _RA, _ETNv, _Sc],
2928
+ [0, 0, 0, 4, 4, 128 | 0, 128 | 0, 0, 2, 0, 64 | 0, 0],
2568
2929
  ];
2569
2930
  var ListIntegrationsRequest = [
2570
2931
  3,
@@ -2627,6 +2988,46 @@ var ListObjectTypeAttributesResponse = [
2627
2988
  [_It, _NT],
2628
2989
  [() => ListObjectTypeAttributesList, 0],
2629
2990
  ];
2991
+ var ListObjectTypeAttributeValuesItem = [
2992
+ 3,
2993
+ n0,
2994
+ _LOTAVI,
2995
+ 0,
2996
+ [_Va, _LUA],
2997
+ [[() => sensitiveString1To1000, 0], 4],
2998
+ ];
2999
+ var ListObjectTypeAttributeValuesRequest = [
3000
+ 3,
3001
+ n0,
3002
+ _LOTAVR,
3003
+ 0,
3004
+ [_NT, _MR, _DN, _OTN, _ANt],
3005
+ [
3006
+ [
3007
+ 0,
3008
+ {
3009
+ [_hQ]: _nt,
3010
+ },
3011
+ ],
3012
+ [
3013
+ 1,
3014
+ {
3015
+ [_hQ]: _mr,
3016
+ },
3017
+ ],
3018
+ [0, 1],
3019
+ [0, 1],
3020
+ [0, 1],
3021
+ ],
3022
+ ];
3023
+ var ListObjectTypeAttributeValuesResponse = [
3024
+ 3,
3025
+ n0,
3026
+ _LOTAVRi,
3027
+ 0,
3028
+ [_It, _NT],
3029
+ [[() => ListObjectTypeAttributeValuesList, 0], 0],
3030
+ ];
2630
3031
  var ListProfileHistoryRecordsRequest = [
2631
3032
  3,
2632
3033
  n0,
@@ -2770,6 +3171,65 @@ var ListProfileObjectTypeTemplatesResponse = [
2770
3171
  [_It, _NT],
2771
3172
  [() => ProfileObjectTypeTemplateList, 0],
2772
3173
  ];
3174
+ var ListRecommenderRecipesRequest = [
3175
+ 3,
3176
+ n0,
3177
+ _LRRR,
3178
+ 0,
3179
+ [_MR, _NT],
3180
+ [
3181
+ [
3182
+ 1,
3183
+ {
3184
+ [_hQ]: _mr,
3185
+ },
3186
+ ],
3187
+ [
3188
+ 0,
3189
+ {
3190
+ [_hQ]: _nt,
3191
+ },
3192
+ ],
3193
+ ],
3194
+ ];
3195
+ var ListRecommenderRecipesResponse = [
3196
+ 3,
3197
+ n0,
3198
+ _LRRRi,
3199
+ 0,
3200
+ [_NT, _RR],
3201
+ [0, () => RecommenderRecipesList],
3202
+ ];
3203
+ var ListRecommendersRequest = [
3204
+ 3,
3205
+ n0,
3206
+ _LRR,
3207
+ 0,
3208
+ [_DN, _MR, _NT],
3209
+ [
3210
+ [0, 1],
3211
+ [
3212
+ 1,
3213
+ {
3214
+ [_hQ]: _mr,
3215
+ },
3216
+ ],
3217
+ [
3218
+ 0,
3219
+ {
3220
+ [_hQ]: _nt,
3221
+ },
3222
+ ],
3223
+ ],
3224
+ ];
3225
+ var ListRecommendersResponse = [
3226
+ 3,
3227
+ n0,
3228
+ _LRRi,
3229
+ 0,
3230
+ [_NT, _Reco],
3231
+ [0, [() => RecommenderSummaryList, 0]],
3232
+ ];
2773
3233
  var ListRuleBasedMatchesRequest = [
2774
3234
  3,
2775
3235
  n0,
@@ -2886,7 +3346,7 @@ var ListWorkflowsItem = [
2886
3346
  n0,
2887
3347
  _LWI,
2888
3348
  0,
2889
- [_WT, _WI, _Sta, _SDt, _CA, _LUA],
3349
+ [_WT, _WI, _Sta, _SDta, _CA, _LUA],
2890
3350
  [0, 0, 0, 0, 4, 4],
2891
3351
  ];
2892
3352
  var ListWorkflowsRequest = [
@@ -2922,7 +3382,7 @@ var MatchingRequest = [
2922
3382
  n0,
2923
3383
  _MRa,
2924
3384
  0,
2925
- [_En, _JSo, _AM, _EC],
3385
+ [_En, _JSo, _AM, _ECx],
2926
3386
  [2, () => JobSchedule, () => AutoMerging, () => ExportingConfig],
2927
3387
  ];
2928
3388
  var MatchingResponse = [
@@ -2930,7 +3390,7 @@ var MatchingResponse = [
2930
3390
  n0,
2931
3391
  _MRat,
2932
3392
  0,
2933
- [_En, _JSo, _AM, _EC],
3393
+ [_En, _JSo, _AM, _ECx],
2934
3394
  [2, () => JobSchedule, () => AutoMerging, () => ExportingConfig],
2935
3395
  ];
2936
3396
  var MatchingRule = [3, n0, _MRatc, 0, [_Ru], [64 | 0]];
@@ -2948,7 +3408,7 @@ var ObjectAttribute = [3, n0, _OAb, 0, [_So, _FNie, _COom, _V], [0, 0, 0, 64 | 0
2948
3408
  var ObjectFilter = [3, n0, _OF, 0, [_KN, _V], [0, 64 | 0]];
2949
3409
  var ObjectTypeField = [3, n0, _OTF, 0, [_So, _Tar, _CTo], [0, 0, 0]];
2950
3410
  var ObjectTypeKey = [3, n0, _OTK, 0, [_SIt, _FNiel], [64 | 0, 64 | 0]];
2951
- var Period = [3, n0, _Per, 0, [_Un, _Va, _MIPP, _Unl], [0, 1, 1, 2]];
3411
+ var Period = [3, n0, _Peri, 0, [_Un, _Va, _MIPP, _Unl], [0, 1, 1, 2]];
2952
3412
  var Profile = [
2953
3413
  3,
2954
3414
  n0,
@@ -3222,7 +3682,7 @@ var ProfileHistoryRecord = [
3222
3682
  n0,
3223
3683
  _PHRr,
3224
3684
  0,
3225
- [_Id, _OTN, _CA, _LUA, _AT, _POUK, _PB],
3685
+ [_I, _OTN, _CA, _LUA, _AT, _POUK, _PB],
3226
3686
  [0, 0, 4, 4, 0, 0, 0],
3227
3687
  ];
3228
3688
  var ProfileQueryFailures = [
@@ -3300,21 +3760,37 @@ var ProfileTypeDimension = [
3300
3760
  ],
3301
3761
  ],
3302
3762
  ];
3763
+ var PutDomainObjectTypeRequest = [
3764
+ 3,
3765
+ n0,
3766
+ _PDOTR,
3767
+ 0,
3768
+ [_DN, _OTN, _D, _EK, _Fi, _Ta],
3769
+ [[0, 1], [0, 1], [() => sensitiveString1To10000, 0], 0, () => DomainObjectTypeFields, 128 | 0],
3770
+ ];
3771
+ var PutDomainObjectTypeResponse = [
3772
+ 3,
3773
+ n0,
3774
+ _PDOTRu,
3775
+ 0,
3776
+ [_OTN, _D, _EK, _Fi, _CA, _LUA, _Ta],
3777
+ [0, [() => sensitiveString1To10000, 0], 0, () => DomainObjectTypeFields, 4, 4, 128 | 0],
3778
+ ];
3303
3779
  var PutIntegrationRequest = [
3304
3780
  3,
3305
3781
  n0,
3306
3782
  _PIR,
3307
3783
  0,
3308
- [_DN, _U, _OTN, _Ta, _FD, _OTNb, _RA, _ETNv],
3309
- [[0, 1], 0, 0, 128 | 0, [() => FlowDefinition, 0], 128 | 0, 0, 64 | 0],
3784
+ [_DN, _U, _OTN, _OTNb, _Ta, _FD, _RA, _ETNv, _Sc],
3785
+ [[0, 1], 0, 0, 128 | 0, 128 | 0, [() => FlowDefinition, 0], 0, 64 | 0, 0],
3310
3786
  ];
3311
3787
  var PutIntegrationResponse = [
3312
3788
  3,
3313
3789
  n0,
3314
3790
  _PIRu,
3315
3791
  0,
3316
- [_DN, _U, _OTN, _CA, _LUA, _Ta, _OTNb, _WI, _IU, _RA, _ETNv],
3317
- [0, 0, 0, 4, 4, 128 | 0, 128 | 0, 0, 2, 0, 64 | 0],
3792
+ [_DN, _U, _OTN, _CA, _LUA, _Ta, _OTNb, _WI, _IU, _RA, _ETNv, _Sc],
3793
+ [0, 0, 0, 4, 4, 128 | 0, 128 | 0, 0, 2, 0, 64 | 0, 0],
3318
3794
  ];
3319
3795
  var PutProfileObjectRequest = [
3320
3796
  3,
@@ -3344,6 +3820,25 @@ var PutProfileObjectTypeResponse = [
3344
3820
  var Range = [3, n0, _R, 0, [_Va, _Un, _VR, _TSi, _TF], [1, 0, () => ValueRange, 0, 0]];
3345
3821
  var RangeOverride = [3, n0, _RO, 0, [_Star, _End, _Un], [1, 1, 0]];
3346
3822
  var Readiness = [3, n0, _Re, 0, [_PP, _M], [1, 0]];
3823
+ var Recommendation = [3, n0, _Recom, 0, [_CI, _Sco], [[() => CatalogItem, 0], 1]];
3824
+ var RecommenderConfig = [3, n0, _RC, 0, [_EC, _TFr], [() => EventsConfig, 1]];
3825
+ var RecommenderRecipe = [3, n0, _RRe, 0, [_n, _d], [0, 0]];
3826
+ var RecommenderSummary = [
3827
+ 3,
3828
+ n0,
3829
+ _RSe,
3830
+ 0,
3831
+ [_RN, _RNe, _RC, _CA, _D, _Sta, _LUA, _Ta, _FR, _LRU],
3832
+ [0, 0, () => RecommenderConfig, 4, [() => sensitiveText, 0], 0, 4, 128 | 0, 0, () => RecommenderUpdate],
3833
+ ];
3834
+ var RecommenderUpdate = [
3835
+ 3,
3836
+ n0,
3837
+ _RU,
3838
+ 0,
3839
+ [_RC, _Sta, _CA, _LUA, _FR],
3840
+ [() => RecommenderConfig, 0, 4, 4, 0],
3841
+ ];
3347
3842
  var ResourceNotFoundException = [
3348
3843
  -3,
3349
3844
  n0,
@@ -3361,7 +3856,7 @@ var ResultsSummary = [
3361
3856
  n0,
3362
3857
  _RS,
3363
3858
  0,
3364
- [_UR, _CRr, _FR],
3859
+ [_UR, _CRr, _FRa],
3365
3860
  [
3366
3861
  [
3367
3862
  1,
@@ -3378,7 +3873,7 @@ var ResultsSummary = [
3378
3873
  [
3379
3874
  1,
3380
3875
  {
3381
- [_jN]: _FR,
3876
+ [_jN]: _FRa,
3382
3877
  },
3383
3878
  ],
3384
3879
  ],
@@ -3388,7 +3883,7 @@ var RuleBasedMatchingRequest = [
3388
3883
  n0,
3389
3884
  _RBMR,
3390
3885
  0,
3391
- [_En, _MRatch, _MARLFM, _MARLFMa, _ATS, _CR, _EC],
3886
+ [_En, _MRatch, _MARLFM, _MARLFMa, _ATS, _CR, _ECx],
3392
3887
  [2, () => MatchingRules, 1, 1, () => AttributeTypesSelector, () => ConflictResolution, () => ExportingConfig],
3393
3888
  ];
3394
3889
  var RuleBasedMatchingResponse = [
@@ -3396,7 +3891,7 @@ var RuleBasedMatchingResponse = [
3396
3891
  n0,
3397
3892
  _RBMRu,
3398
3893
  0,
3399
- [_En, _MRatch, _Sta, _MARLFM, _MARLFMa, _ATS, _CR, _EC],
3894
+ [_En, _MRatch, _Sta, _MARLFM, _MARLFMa, _ATS, _CR, _ECx],
3400
3895
  [2, () => MatchingRules, 0, 1, 1, () => AttributeTypesSelector, () => ConflictResolution, () => ExportingConfig],
3401
3896
  ];
3402
3897
  var S3ExportingConfig = [3, n0, _SEC, 0, [_SBN, _SKN], [0, 0]];
@@ -3443,7 +3938,7 @@ var SegmentDefinitionItem = [
3443
3938
  n0,
3444
3939
  _SDI,
3445
3940
  0,
3446
- [_SDN, _DNi, _D, _SDA, _CA, _Ta],
3941
+ [_SDN, _DNi, _D, _SDA, _CA, _Ta, _STe],
3447
3942
  [
3448
3943
  [
3449
3944
  0,
@@ -3458,7 +3953,7 @@ var SegmentDefinitionItem = [
3458
3953
  },
3459
3954
  ],
3460
3955
  [
3461
- () => sensitiveText,
3956
+ () => sensitiveString1To4000,
3462
3957
  {
3463
3958
  [_jN]: _D,
3464
3959
  },
@@ -3481,6 +3976,12 @@ var SegmentDefinitionItem = [
3481
3976
  [_jN]: _Ta,
3482
3977
  },
3483
3978
  ],
3979
+ [
3980
+ 0,
3981
+ {
3982
+ [_jN]: _STe,
3983
+ },
3984
+ ],
3484
3985
  ],
3485
3986
  ];
3486
3987
  var SegmentGroup = [
@@ -3488,7 +3989,7 @@ var SegmentGroup = [
3488
3989
  n0,
3489
3990
  _SGe,
3490
3991
  8,
3491
- [_Gr, _I],
3992
+ [_Gr, _In],
3492
3993
  [
3493
3994
  [
3494
3995
  () => SegmentGroupList,
@@ -3499,12 +4000,19 @@ var SegmentGroup = [
3499
4000
  [
3500
4001
  0,
3501
4002
  {
3502
- [_jN]: _I,
4003
+ [_jN]: _In,
3503
4004
  },
3504
4005
  ],
3505
4006
  ],
3506
4007
  ];
3507
- var SegmentGroupStructure = [3, n0, _SGS, 0, [_Gr, _I], [[() => SegmentGroupList, 0], 0]];
4008
+ var SegmentGroupStructure = [
4009
+ 3,
4010
+ n0,
4011
+ _SGS,
4012
+ 0,
4013
+ [_Gr, _In],
4014
+ [[() => SegmentGroupList, 0], 0],
4015
+ ];
3508
4016
  var ServiceNowSourceProperties = [3, n0, _SNSP, 0, [_Ob], [0]];
3509
4017
  var SourceConnectorProperties = [
3510
4018
  3,
@@ -3543,6 +4051,18 @@ var SourceSegment = [
3543
4051
  ],
3544
4052
  ],
3545
4053
  ];
4054
+ var StartRecommenderRequest = [
4055
+ 3,
4056
+ n0,
4057
+ _SRR,
4058
+ 0,
4059
+ [_DN, _RN],
4060
+ [
4061
+ [0, 1],
4062
+ [0, 1],
4063
+ ],
4064
+ ];
4065
+ var StartRecommenderResponse = [3, n0, _SRRt, 0, [], []];
3546
4066
  var StartUploadJobRequest = [
3547
4067
  3,
3548
4068
  n0,
@@ -3555,6 +4075,18 @@ var StartUploadJobRequest = [
3555
4075
  ],
3556
4076
  ];
3557
4077
  var StartUploadJobResponse = [3, n0, _SUJRt, 0, [], []];
4078
+ var StopRecommenderRequest = [
4079
+ 3,
4080
+ n0,
4081
+ _SRRto,
4082
+ 0,
4083
+ [_DN, _RN],
4084
+ [
4085
+ [0, 1],
4086
+ [0, 1],
4087
+ ],
4088
+ ];
4089
+ var StopRecommenderResponse = [3, n0, _SRRtop, 0, [], []];
3558
4090
  var StopUploadJobRequest = [
3559
4091
  3,
3560
4092
  n0,
@@ -3577,7 +4109,7 @@ var Task = [
3577
4109
  [_COo, _DFe, _SFo, _TP, _TT],
3578
4110
  [() => ConnectorOperator, 0, 64 | 0, 128 | 0, 0],
3579
4111
  ];
3580
- var Threshold = [3, n0, _T, 0, [_Va, _Op], [0, 0]];
4112
+ var Threshold = [3, n0, _Th, 0, [_Va, _Op], [0, 0]];
3581
4113
  var ThrottlingException = [
3582
4114
  -3,
3583
4115
  n0,
@@ -3590,8 +4122,9 @@ var ThrottlingException = [
3590
4122
  [0],
3591
4123
  ];
3592
4124
  schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
4125
+ var TrainingMetrics = [3, n0, _TM, 0, [_Ti, _Me], [4, 128 | 1]];
3593
4126
  var TriggerConfig = [3, n0, _TC, 0, [_TTr, _TPr], [0, () => TriggerProperties]];
3594
- var TriggerProperties = [3, n0, _TPr, 0, [_Sc], [() => ScheduledTriggerProperties]];
4127
+ var TriggerProperties = [3, n0, _TPr, 0, [_Sch], [() => ScheduledTriggerProperties]];
3595
4128
  var UntagResourceRequest = [
3596
4129
  3,
3597
4130
  n0,
@@ -3612,7 +4145,7 @@ var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
3612
4145
  var UpdateAddress = [
3613
4146
  3,
3614
4147
  n0,
3615
- _UA,
4148
+ _UAp,
3616
4149
  8,
3617
4150
  [_Ad, _Add, _Addr, _Addre, _C, _Co, _St, _P, _Cou, _PC],
3618
4151
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
@@ -3651,7 +4184,7 @@ var UpdateDomainLayoutRequest = [
3651
4184
  n0,
3652
4185
  _UDLR,
3653
4186
  0,
3654
- [_DN, _LDN, _D, _DNi, _ID, _LT, _L],
4187
+ [_DN, _LDN, _D, _DNi, _ID, _LT, _La],
3655
4188
  [[0, 1], [0, 1], [() => sensitiveText, 0], 0, 2, 0, [() => sensitiveString1To2000000, 0]],
3656
4189
  ];
3657
4190
  var UpdateDomainLayoutResponse = [
@@ -3659,7 +4192,7 @@ var UpdateDomainLayoutResponse = [
3659
4192
  n0,
3660
4193
  _UDLRp,
3661
4194
  0,
3662
- [_LDN, _D, _DNi, _ID, _LT, _L, _Ve, _CA, _LUA, _Ta],
4195
+ [_LDN, _D, _DNi, _ID, _LT, _La, _Ve, _CA, _LUA, _Ta],
3663
4196
  [0, [() => sensitiveText, 0], 0, 2, 0, [() => sensitiveString1To2000000, 0], 0, 4, 4, 128 | 0],
3664
4197
  ];
3665
4198
  var UpdateDomainRequest = [
@@ -3667,16 +4200,16 @@ var UpdateDomainRequest = [
3667
4200
  n0,
3668
4201
  _UDR,
3669
4202
  0,
3670
- [_DN, _DED, _DEK, _DLQU, _Mat, _RBM, _Ta],
3671
- [[0, 1], 1, 0, 0, () => MatchingRequest, () => RuleBasedMatchingRequest, 128 | 0],
4203
+ [_DN, _DED, _DEK, _DLQU, _Mat, _RBM, _DS, _Ta],
4204
+ [[0, 1], 1, 0, 0, () => MatchingRequest, () => RuleBasedMatchingRequest, () => DataStoreRequest, 128 | 0],
3672
4205
  ];
3673
4206
  var UpdateDomainResponse = [
3674
4207
  3,
3675
4208
  n0,
3676
4209
  _UDRp,
3677
4210
  0,
3678
- [_DN, _DED, _DEK, _DLQU, _Mat, _RBM, _CA, _LUA, _Ta],
3679
- [0, 1, 0, 0, () => MatchingResponse, () => RuleBasedMatchingResponse, 4, 4, 128 | 0],
4211
+ [_DN, _DED, _DEK, _DLQU, _Mat, _RBM, _DS, _CA, _LUA, _Ta],
4212
+ [0, 1, 0, 0, () => MatchingResponse, () => RuleBasedMatchingResponse, () => DataStoreResponse, 4, 4, 128 | 0],
3680
4213
  ];
3681
4214
  var UpdateEventTriggerRequest = [
3682
4215
  3,
@@ -3759,6 +4292,15 @@ var UpdateProfileRequest = [
3759
4292
  ],
3760
4293
  ];
3761
4294
  var UpdateProfileResponse = [3, n0, _UPRp, 0, [_PI], [0]];
4295
+ var UpdateRecommenderRequest = [
4296
+ 3,
4297
+ n0,
4298
+ _URRp,
4299
+ 0,
4300
+ [_DN, _RN, _D, _RC],
4301
+ [[0, 1], [0, 1], [() => sensitiveText, 0], () => RecommenderConfig],
4302
+ ];
4303
+ var UpdateRecommenderResponse = [3, n0, _URRpd, 0, [_RN], [0]];
3762
4304
  var UploadJobItem = [
3763
4305
  3,
3764
4306
  n0,
@@ -3861,7 +4403,9 @@ var CalculatedAttributeValueList = [1, n0, _CAVL, 0, () => CalculatedAttributeVa
3861
4403
  var DetectedProfileObjectTypes = [1, n0, _DPOTe, 0, [() => DetectedProfileObjectType, 0]];
3862
4404
  var DimensionList = [1, n0, _DL, 0, [() => Dimension, 0]];
3863
4405
  var DomainList = [1, n0, _DLo, 0, () => ListDomainItem];
3864
- var EmailPreferenceList = [1, n0, _EPL, 0, () => ContactPreference];
4406
+ var DomainObjectTypesList = [1, n0, _DOTL, 8, [() => DomainObjectTypesListItem, 0]];
4407
+ var EmailPreferenceList = [1, n0, _EPLm, 0, () => ContactPreference];
4408
+ var EventParametersList = [1, n0, _EPL, 0, () => EventParameters];
3865
4409
  var EventStreamSummaryList = [1, n0, _ESSL, 0, () => EventStreamSummary];
3866
4410
  var EventTriggerConditions = [1, n0, _ETC, 8, () => EventTriggerCondition];
3867
4411
  var EventTriggerDimensions = [1, n0, _ETD, 0, () => EventTriggerDimension];
@@ -3871,9 +4415,16 @@ var FilterDimensionList = [1, n0, _FDL, 0, () => FilterDimension];
3871
4415
  var foundByList = [1, n0, _fBL, 0, () => FoundByKeyValue];
3872
4416
  var GroupList = [1, n0, _GL, 0, () => FilterGroup];
3873
4417
  var IdentityResolutionJobsList = [1, n0, _IRJL, 0, () => IdentityResolutionJob];
3874
- var IntegrationList = [1, n0, _IL, 0, () => ListIntegrationItem];
4418
+ var IntegrationList = [1, n0, _ILn, 0, () => ListIntegrationItem];
3875
4419
  var LayoutList = [1, n0, _LL, 0, [() => LayoutItem, 0]];
3876
4420
  var ListObjectTypeAttributesList = [1, n0, _LOTAL, 0, () => ListObjectTypeAttributeItem];
4421
+ var ListObjectTypeAttributeValuesList = [
4422
+ 1,
4423
+ n0,
4424
+ _LOTAVL,
4425
+ 0,
4426
+ [() => ListObjectTypeAttributeValuesItem, 0],
4427
+ ];
3877
4428
  var MatchesList = [1, n0, _ML, 0, () => MatchItem];
3878
4429
  var MatchingRules = [1, n0, _MRatch, 0, () => MatchingRule];
3879
4430
  var ObjectAttributes = [1, n0, _OA, 0, () => ObjectAttribute];
@@ -3894,10 +4445,14 @@ var ProfileObjectTypeTemplateList = [
3894
4445
  ];
3895
4446
  var Profiles = [1, n0, _Pr, 0, [() => ProfileQueryResult, 0]];
3896
4447
  var ProfileTypeValues = [1, n0, _PTV, 0, [() => ProfileType$1, 0]];
4448
+ var Recommendations = [1, n0, _Rec, 8, [() => Recommendation, 0]];
4449
+ var RecommenderRecipesList = [1, n0, _RRL, 0, () => RecommenderRecipe];
4450
+ var RecommenderSummaryList = [1, n0, _RSL, 0, [() => RecommenderSummary, 0]];
3897
4451
  var SegmentDefinitionsList = [1, n0, _SDL, 0, [() => SegmentDefinitionItem, 0]];
3898
4452
  var SegmentGroupList = [1, n0, _SGL, 0, [() => Group, 0]];
3899
4453
  var SourceSegmentList = [1, n0, _SSL, 0, [() => SourceSegment, 0]];
3900
4454
  var Tasks = [1, n0, _Tas, 0, () => Task];
4455
+ var TrainingMetricsList = [1, n0, _TML, 0, () => TrainingMetrics];
3901
4456
  var UploadJobsList = [1, n0, _UJL, 0, [() => UploadJobItem, 0]];
3902
4457
  var WorkflowList = [1, n0, _WL, 0, () => ListWorkflowsItem];
3903
4458
  var WorkflowStepsList = [1, n0, _WSL, 0, () => WorkflowStepItem];
@@ -3912,15 +4467,17 @@ var CalculatedCustomAttributes = [
3912
4467
  [() => CalculatedAttributeDimension, 0],
3913
4468
  ];
3914
4469
  var CustomAttributes = [2, n0, _CAu, 0, [0, 0], [() => AttributeDimension, 0]];
4470
+ var DomainObjectTypeFields = [2, n0, _DOTFo, 0, 0, () => DomainObjectTypeField];
3915
4471
  var FieldMap = [2, n0, _FM, 8, 0, () => ObjectTypeField];
3916
4472
  var KeyMap = [2, n0, _KM, 8, 0, () => ObjectTypeKeyList];
3917
- var UpdateAttributes = [2, n0, _UAp, 8, 0, 0];
4473
+ var RecommenderContext = [2, n0, _RCe, 8, 0, 0];
4474
+ var UpdateAttributes = [2, n0, _UApd, 8, 0, 0];
3918
4475
  var Dimension = [
3919
4476
  3,
3920
4477
  n0,
3921
4478
  _Dim,
3922
4479
  0,
3923
- [_PA, _CAa],
4480
+ [_PA, _CAal],
3924
4481
  [
3925
4482
  [
3926
4483
  () => ProfileAttributes,
@@ -3931,7 +4488,7 @@ var Dimension = [
3931
4488
  [
3932
4489
  () => CalculatedCustomAttributes,
3933
4490
  {
3934
- [_jN]: _CAa,
4491
+ [_jN]: _CAal,
3935
4492
  },
3936
4493
  ],
3937
4494
  ],
@@ -4036,6 +4593,16 @@ var CreateProfile = [
4036
4593
  () => CreateProfileRequest,
4037
4594
  () => CreateProfileResponse,
4038
4595
  ];
4596
+ var CreateRecommender = [
4597
+ 9,
4598
+ n0,
4599
+ _CRre,
4600
+ {
4601
+ [_h]: ["POST", "/domains/{DomainName}/recommenders/{RecommenderName}", 200],
4602
+ },
4603
+ () => CreateRecommenderRequest,
4604
+ () => CreateRecommenderResponse,
4605
+ ];
4039
4606
  var CreateSegmentDefinition = [
4040
4607
  9,
4041
4608
  n0,
@@ -4106,6 +4673,16 @@ var DeleteDomainLayout = [
4106
4673
  () => DeleteDomainLayoutRequest,
4107
4674
  () => DeleteDomainLayoutResponse,
4108
4675
  ];
4676
+ var DeleteDomainObjectType = [
4677
+ 9,
4678
+ n0,
4679
+ _DDOT,
4680
+ {
4681
+ [_h]: ["DELETE", "/domains/{DomainName}/domain-object-types/{ObjectTypeName}", 200],
4682
+ },
4683
+ () => DeleteDomainObjectTypeRequest,
4684
+ () => DeleteDomainObjectTypeResponse,
4685
+ ];
4109
4686
  var DeleteEventStream = [
4110
4687
  9,
4111
4688
  n0,
@@ -4176,6 +4753,16 @@ var DeleteProfileObjectType = [
4176
4753
  () => DeleteProfileObjectTypeRequest,
4177
4754
  () => DeleteProfileObjectTypeResponse,
4178
4755
  ];
4756
+ var DeleteRecommender = [
4757
+ 9,
4758
+ n0,
4759
+ _DR,
4760
+ {
4761
+ [_h]: ["DELETE", "/domains/{DomainName}/recommenders/{RecommenderName}", 200],
4762
+ },
4763
+ () => DeleteRecommenderRequest,
4764
+ () => DeleteRecommenderResponse,
4765
+ ];
4179
4766
  var DeleteSegmentDefinition = [
4180
4767
  9,
4181
4768
  n0,
@@ -4256,6 +4843,16 @@ var GetDomainLayout = [
4256
4843
  () => GetDomainLayoutRequest,
4257
4844
  () => GetDomainLayoutResponse,
4258
4845
  ];
4846
+ var GetDomainObjectType = [
4847
+ 9,
4848
+ n0,
4849
+ _GDOT,
4850
+ {
4851
+ [_h]: ["GET", "/domains/{DomainName}/domain-object-types/{ObjectTypeName}", 200],
4852
+ },
4853
+ () => GetDomainObjectTypeRequest,
4854
+ () => GetDomainObjectTypeResponse,
4855
+ ];
4259
4856
  var GetEventStream = [
4260
4857
  9,
4261
4858
  n0,
@@ -4306,6 +4903,16 @@ var GetMatches = [
4306
4903
  () => GetMatchesRequest,
4307
4904
  () => GetMatchesResponse,
4308
4905
  ];
4906
+ var GetObjectTypeAttributeStatistics = [
4907
+ 9,
4908
+ n0,
4909
+ _GOTAS,
4910
+ {
4911
+ [_h]: ["POST", "/domains/{DomainName}/object-types/{ObjectTypeName}/attributes/{AttributeName}/statistics", 200],
4912
+ },
4913
+ () => GetObjectTypeAttributeStatisticsRequest,
4914
+ () => GetObjectTypeAttributeStatisticsResponse,
4915
+ ];
4309
4916
  var GetProfileHistoryRecord = [
4310
4917
  9,
4311
4918
  n0,
@@ -4336,6 +4943,26 @@ var GetProfileObjectTypeTemplate = [
4336
4943
  () => GetProfileObjectTypeTemplateRequest,
4337
4944
  () => GetProfileObjectTypeTemplateResponse,
4338
4945
  ];
4946
+ var GetProfileRecommendations = [
4947
+ 9,
4948
+ n0,
4949
+ _GPR,
4950
+ {
4951
+ [_h]: ["POST", "/domains/{DomainName}/profiles/{ProfileId}/recommendations", 200],
4952
+ },
4953
+ () => GetProfileRecommendationsRequest,
4954
+ () => GetProfileRecommendationsResponse,
4955
+ ];
4956
+ var GetRecommender = [
4957
+ 9,
4958
+ n0,
4959
+ _GR,
4960
+ {
4961
+ [_h]: ["GET", "/domains/{DomainName}/recommenders/{RecommenderName}", 200],
4962
+ },
4963
+ () => GetRecommenderRequest,
4964
+ () => GetRecommenderResponse,
4965
+ ];
4339
4966
  var GetSegmentDefinition = [
4340
4967
  9,
4341
4968
  n0,
@@ -4466,6 +5093,16 @@ var ListDomainLayouts = [
4466
5093
  () => ListDomainLayoutsRequest,
4467
5094
  () => ListDomainLayoutsResponse,
4468
5095
  ];
5096
+ var ListDomainObjectTypes = [
5097
+ 9,
5098
+ n0,
5099
+ _LDOT,
5100
+ {
5101
+ [_h]: ["GET", "/domains/{DomainName}/domain-object-types", 200],
5102
+ },
5103
+ () => ListDomainObjectTypesRequest,
5104
+ () => ListDomainObjectTypesResponse,
5105
+ ];
4469
5106
  var ListDomains = [
4470
5107
  9,
4471
5108
  n0,
@@ -4526,6 +5163,16 @@ var ListObjectTypeAttributes = [
4526
5163
  () => ListObjectTypeAttributesRequest,
4527
5164
  () => ListObjectTypeAttributesResponse,
4528
5165
  ];
5166
+ var ListObjectTypeAttributeValues = [
5167
+ 9,
5168
+ n0,
5169
+ _LOTAV,
5170
+ {
5171
+ [_h]: ["GET", "/domains/{DomainName}/object-types/{ObjectTypeName}/attributes/{AttributeName}/values", 200],
5172
+ },
5173
+ () => ListObjectTypeAttributeValuesRequest,
5174
+ () => ListObjectTypeAttributeValuesResponse,
5175
+ ];
4529
5176
  var ListProfileAttributeValues = [
4530
5177
  9,
4531
5178
  n0,
@@ -4576,6 +5223,26 @@ var ListProfileObjectTypeTemplates = [
4576
5223
  () => ListProfileObjectTypeTemplatesRequest,
4577
5224
  () => ListProfileObjectTypeTemplatesResponse,
4578
5225
  ];
5226
+ var ListRecommenderRecipes = [
5227
+ 9,
5228
+ n0,
5229
+ _LRRis,
5230
+ {
5231
+ [_h]: ["GET", "/recommender-recipes", 200],
5232
+ },
5233
+ () => ListRecommenderRecipesRequest,
5234
+ () => ListRecommenderRecipesResponse,
5235
+ ];
5236
+ var ListRecommenders = [
5237
+ 9,
5238
+ n0,
5239
+ _LR,
5240
+ {
5241
+ [_h]: ["GET", "/domains/{DomainName}/recommenders", 200],
5242
+ },
5243
+ () => ListRecommendersRequest,
5244
+ () => ListRecommendersResponse,
5245
+ ];
4579
5246
  var ListRuleBasedMatches = [
4580
5247
  9,
4581
5248
  n0,
@@ -4636,6 +5303,16 @@ var MergeProfiles = [
4636
5303
  () => MergeProfilesRequest,
4637
5304
  () => MergeProfilesResponse,
4638
5305
  ];
5306
+ var PutDomainObjectType = [
5307
+ 9,
5308
+ n0,
5309
+ _PDOT,
5310
+ {
5311
+ [_h]: ["PUT", "/domains/{DomainName}/domain-object-types/{ObjectTypeName}", 200],
5312
+ },
5313
+ () => PutDomainObjectTypeRequest,
5314
+ () => PutDomainObjectTypeResponse,
5315
+ ];
4639
5316
  var PutIntegration = [
4640
5317
  9,
4641
5318
  n0,
@@ -4676,6 +5353,16 @@ var SearchProfiles = [
4676
5353
  () => SearchProfilesRequest,
4677
5354
  () => SearchProfilesResponse,
4678
5355
  ];
5356
+ var StartRecommender = [
5357
+ 9,
5358
+ n0,
5359
+ _SRt,
5360
+ {
5361
+ [_h]: ["PUT", "/domains/{DomainName}/recommenders/{RecommenderName}/start", 200],
5362
+ },
5363
+ () => StartRecommenderRequest,
5364
+ () => StartRecommenderResponse,
5365
+ ];
4679
5366
  var StartUploadJob = [
4680
5367
  9,
4681
5368
  n0,
@@ -4686,6 +5373,16 @@ var StartUploadJob = [
4686
5373
  () => StartUploadJobRequest,
4687
5374
  () => StartUploadJobResponse,
4688
5375
  ];
5376
+ var StopRecommender = [
5377
+ 9,
5378
+ n0,
5379
+ _SRto,
5380
+ {
5381
+ [_h]: ["PUT", "/domains/{DomainName}/recommenders/{RecommenderName}/stop", 200],
5382
+ },
5383
+ () => StopRecommenderRequest,
5384
+ () => StopRecommenderResponse,
5385
+ ];
4689
5386
  var StopUploadJob = [
4690
5387
  9,
4691
5388
  n0,
@@ -4766,6 +5463,16 @@ var UpdateProfile = [
4766
5463
  () => UpdateProfileRequest,
4767
5464
  () => UpdateProfileResponse,
4768
5465
  ];
5466
+ var UpdateRecommender = [
5467
+ 9,
5468
+ n0,
5469
+ _URp,
5470
+ {
5471
+ [_h]: ["PATCH", "/domains/{DomainName}/recommenders/{RecommenderName}", 200],
5472
+ },
5473
+ () => UpdateRecommenderRequest,
5474
+ () => UpdateRecommenderResponse,
5475
+ ];
4769
5476
 
4770
5477
  class AddProfileKeyCommand extends smithyClient.Command
4771
5478
  .classBuilder()
@@ -4887,6 +5594,18 @@ class CreateProfileCommand extends smithyClient.Command
4887
5594
  .build() {
4888
5595
  }
4889
5596
 
5597
+ class CreateRecommenderCommand extends smithyClient.Command
5598
+ .classBuilder()
5599
+ .ep(commonParams)
5600
+ .m(function (Command, cs, config, o) {
5601
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5602
+ })
5603
+ .s("CustomerProfiles_20200815", "CreateRecommender", {})
5604
+ .n("CustomerProfilesClient", "CreateRecommenderCommand")
5605
+ .sc(CreateRecommender)
5606
+ .build() {
5607
+ }
5608
+
4890
5609
  class CreateSegmentDefinitionCommand extends smithyClient.Command
4891
5610
  .classBuilder()
4892
5611
  .ep(commonParams)
@@ -4971,6 +5690,18 @@ class DeleteDomainLayoutCommand extends smithyClient.Command
4971
5690
  .build() {
4972
5691
  }
4973
5692
 
5693
+ class DeleteDomainObjectTypeCommand extends smithyClient.Command
5694
+ .classBuilder()
5695
+ .ep(commonParams)
5696
+ .m(function (Command, cs, config, o) {
5697
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5698
+ })
5699
+ .s("CustomerProfiles_20200815", "DeleteDomainObjectType", {})
5700
+ .n("CustomerProfilesClient", "DeleteDomainObjectTypeCommand")
5701
+ .sc(DeleteDomainObjectType)
5702
+ .build() {
5703
+ }
5704
+
4974
5705
  class DeleteEventStreamCommand extends smithyClient.Command
4975
5706
  .classBuilder()
4976
5707
  .ep(commonParams)
@@ -5055,6 +5786,18 @@ class DeleteProfileObjectTypeCommand extends smithyClient.Command
5055
5786
  .build() {
5056
5787
  }
5057
5788
 
5789
+ class DeleteRecommenderCommand extends smithyClient.Command
5790
+ .classBuilder()
5791
+ .ep(commonParams)
5792
+ .m(function (Command, cs, config, o) {
5793
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5794
+ })
5795
+ .s("CustomerProfiles_20200815", "DeleteRecommender", {})
5796
+ .n("CustomerProfilesClient", "DeleteRecommenderCommand")
5797
+ .sc(DeleteRecommender)
5798
+ .build() {
5799
+ }
5800
+
5058
5801
  class DeleteSegmentDefinitionCommand extends smithyClient.Command
5059
5802
  .classBuilder()
5060
5803
  .ep(commonParams)
@@ -5151,6 +5894,18 @@ class GetDomainLayoutCommand extends smithyClient.Command
5151
5894
  .build() {
5152
5895
  }
5153
5896
 
5897
+ class GetDomainObjectTypeCommand extends smithyClient.Command
5898
+ .classBuilder()
5899
+ .ep(commonParams)
5900
+ .m(function (Command, cs, config, o) {
5901
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5902
+ })
5903
+ .s("CustomerProfiles_20200815", "GetDomainObjectType", {})
5904
+ .n("CustomerProfilesClient", "GetDomainObjectTypeCommand")
5905
+ .sc(GetDomainObjectType)
5906
+ .build() {
5907
+ }
5908
+
5154
5909
  class GetEventStreamCommand extends smithyClient.Command
5155
5910
  .classBuilder()
5156
5911
  .ep(commonParams)
@@ -5211,6 +5966,18 @@ class GetMatchesCommand extends smithyClient.Command
5211
5966
  .build() {
5212
5967
  }
5213
5968
 
5969
+ class GetObjectTypeAttributeStatisticsCommand extends smithyClient.Command
5970
+ .classBuilder()
5971
+ .ep(commonParams)
5972
+ .m(function (Command, cs, config, o) {
5973
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5974
+ })
5975
+ .s("CustomerProfiles_20200815", "GetObjectTypeAttributeStatistics", {})
5976
+ .n("CustomerProfilesClient", "GetObjectTypeAttributeStatisticsCommand")
5977
+ .sc(GetObjectTypeAttributeStatistics)
5978
+ .build() {
5979
+ }
5980
+
5214
5981
  class GetProfileHistoryRecordCommand extends smithyClient.Command
5215
5982
  .classBuilder()
5216
5983
  .ep(commonParams)
@@ -5247,6 +6014,30 @@ class GetProfileObjectTypeTemplateCommand extends smithyClient.Command
5247
6014
  .build() {
5248
6015
  }
5249
6016
 
6017
+ class GetProfileRecommendationsCommand extends smithyClient.Command
6018
+ .classBuilder()
6019
+ .ep(commonParams)
6020
+ .m(function (Command, cs, config, o) {
6021
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6022
+ })
6023
+ .s("CustomerProfiles_20200815", "GetProfileRecommendations", {})
6024
+ .n("CustomerProfilesClient", "GetProfileRecommendationsCommand")
6025
+ .sc(GetProfileRecommendations)
6026
+ .build() {
6027
+ }
6028
+
6029
+ class GetRecommenderCommand extends smithyClient.Command
6030
+ .classBuilder()
6031
+ .ep(commonParams)
6032
+ .m(function (Command, cs, config, o) {
6033
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6034
+ })
6035
+ .s("CustomerProfiles_20200815", "GetRecommender", {})
6036
+ .n("CustomerProfilesClient", "GetRecommenderCommand")
6037
+ .sc(GetRecommender)
6038
+ .build() {
6039
+ }
6040
+
5250
6041
  class GetSegmentDefinitionCommand extends smithyClient.Command
5251
6042
  .classBuilder()
5252
6043
  .ep(commonParams)
@@ -5403,6 +6194,18 @@ class ListDomainLayoutsCommand extends smithyClient.Command
5403
6194
  .build() {
5404
6195
  }
5405
6196
 
6197
+ class ListDomainObjectTypesCommand extends smithyClient.Command
6198
+ .classBuilder()
6199
+ .ep(commonParams)
6200
+ .m(function (Command, cs, config, o) {
6201
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6202
+ })
6203
+ .s("CustomerProfiles_20200815", "ListDomainObjectTypes", {})
6204
+ .n("CustomerProfilesClient", "ListDomainObjectTypesCommand")
6205
+ .sc(ListDomainObjectTypes)
6206
+ .build() {
6207
+ }
6208
+
5406
6209
  class ListDomainsCommand extends smithyClient.Command
5407
6210
  .classBuilder()
5408
6211
  .ep(commonParams)
@@ -5475,6 +6278,18 @@ class ListObjectTypeAttributesCommand extends smithyClient.Command
5475
6278
  .build() {
5476
6279
  }
5477
6280
 
6281
+ class ListObjectTypeAttributeValuesCommand extends smithyClient.Command
6282
+ .classBuilder()
6283
+ .ep(commonParams)
6284
+ .m(function (Command, cs, config, o) {
6285
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6286
+ })
6287
+ .s("CustomerProfiles_20200815", "ListObjectTypeAttributeValues", {})
6288
+ .n("CustomerProfilesClient", "ListObjectTypeAttributeValuesCommand")
6289
+ .sc(ListObjectTypeAttributeValues)
6290
+ .build() {
6291
+ }
6292
+
5478
6293
  class ListProfileAttributeValuesCommand extends smithyClient.Command
5479
6294
  .classBuilder()
5480
6295
  .ep(commonParams)
@@ -5535,6 +6350,30 @@ class ListProfileObjectTypeTemplatesCommand extends smithyClient.Command
5535
6350
  .build() {
5536
6351
  }
5537
6352
 
6353
+ class ListRecommenderRecipesCommand extends smithyClient.Command
6354
+ .classBuilder()
6355
+ .ep(commonParams)
6356
+ .m(function (Command, cs, config, o) {
6357
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6358
+ })
6359
+ .s("CustomerProfiles_20200815", "ListRecommenderRecipes", {})
6360
+ .n("CustomerProfilesClient", "ListRecommenderRecipesCommand")
6361
+ .sc(ListRecommenderRecipes)
6362
+ .build() {
6363
+ }
6364
+
6365
+ class ListRecommendersCommand extends smithyClient.Command
6366
+ .classBuilder()
6367
+ .ep(commonParams)
6368
+ .m(function (Command, cs, config, o) {
6369
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6370
+ })
6371
+ .s("CustomerProfiles_20200815", "ListRecommenders", {})
6372
+ .n("CustomerProfilesClient", "ListRecommendersCommand")
6373
+ .sc(ListRecommenders)
6374
+ .build() {
6375
+ }
6376
+
5538
6377
  class ListRuleBasedMatchesCommand extends smithyClient.Command
5539
6378
  .classBuilder()
5540
6379
  .ep(commonParams)
@@ -5607,6 +6446,18 @@ class MergeProfilesCommand extends smithyClient.Command
5607
6446
  .build() {
5608
6447
  }
5609
6448
 
6449
+ class PutDomainObjectTypeCommand extends smithyClient.Command
6450
+ .classBuilder()
6451
+ .ep(commonParams)
6452
+ .m(function (Command, cs, config, o) {
6453
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6454
+ })
6455
+ .s("CustomerProfiles_20200815", "PutDomainObjectType", {})
6456
+ .n("CustomerProfilesClient", "PutDomainObjectTypeCommand")
6457
+ .sc(PutDomainObjectType)
6458
+ .build() {
6459
+ }
6460
+
5610
6461
  class PutIntegrationCommand extends smithyClient.Command
5611
6462
  .classBuilder()
5612
6463
  .ep(commonParams)
@@ -5655,6 +6506,18 @@ class SearchProfilesCommand extends smithyClient.Command
5655
6506
  .build() {
5656
6507
  }
5657
6508
 
6509
+ class StartRecommenderCommand extends smithyClient.Command
6510
+ .classBuilder()
6511
+ .ep(commonParams)
6512
+ .m(function (Command, cs, config, o) {
6513
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6514
+ })
6515
+ .s("CustomerProfiles_20200815", "StartRecommender", {})
6516
+ .n("CustomerProfilesClient", "StartRecommenderCommand")
6517
+ .sc(StartRecommender)
6518
+ .build() {
6519
+ }
6520
+
5658
6521
  class StartUploadJobCommand extends smithyClient.Command
5659
6522
  .classBuilder()
5660
6523
  .ep(commonParams)
@@ -5667,6 +6530,18 @@ class StartUploadJobCommand extends smithyClient.Command
5667
6530
  .build() {
5668
6531
  }
5669
6532
 
6533
+ class StopRecommenderCommand extends smithyClient.Command
6534
+ .classBuilder()
6535
+ .ep(commonParams)
6536
+ .m(function (Command, cs, config, o) {
6537
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6538
+ })
6539
+ .s("CustomerProfiles_20200815", "StopRecommender", {})
6540
+ .n("CustomerProfilesClient", "StopRecommenderCommand")
6541
+ .sc(StopRecommender)
6542
+ .build() {
6543
+ }
6544
+
5670
6545
  class StopUploadJobCommand extends smithyClient.Command
5671
6546
  .classBuilder()
5672
6547
  .ep(commonParams)
@@ -5763,6 +6638,18 @@ class UpdateProfileCommand extends smithyClient.Command
5763
6638
  .build() {
5764
6639
  }
5765
6640
 
6641
+ class UpdateRecommenderCommand extends smithyClient.Command
6642
+ .classBuilder()
6643
+ .ep(commonParams)
6644
+ .m(function (Command, cs, config, o) {
6645
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6646
+ })
6647
+ .s("CustomerProfiles_20200815", "UpdateRecommender", {})
6648
+ .n("CustomerProfilesClient", "UpdateRecommenderCommand")
6649
+ .sc(UpdateRecommender)
6650
+ .build() {
6651
+ }
6652
+
5766
6653
  const commands = {
5767
6654
  AddProfileKeyCommand,
5768
6655
  BatchGetCalculatedAttributeForProfileCommand,
@@ -5774,6 +6661,7 @@ const commands = {
5774
6661
  CreateEventTriggerCommand,
5775
6662
  CreateIntegrationWorkflowCommand,
5776
6663
  CreateProfileCommand,
6664
+ CreateRecommenderCommand,
5777
6665
  CreateSegmentDefinitionCommand,
5778
6666
  CreateSegmentEstimateCommand,
5779
6667
  CreateSegmentSnapshotCommand,
@@ -5781,6 +6669,7 @@ const commands = {
5781
6669
  DeleteCalculatedAttributeDefinitionCommand,
5782
6670
  DeleteDomainCommand,
5783
6671
  DeleteDomainLayoutCommand,
6672
+ DeleteDomainObjectTypeCommand,
5784
6673
  DeleteEventStreamCommand,
5785
6674
  DeleteEventTriggerCommand,
5786
6675
  DeleteIntegrationCommand,
@@ -5788,6 +6677,7 @@ const commands = {
5788
6677
  DeleteProfileKeyCommand,
5789
6678
  DeleteProfileObjectCommand,
5790
6679
  DeleteProfileObjectTypeCommand,
6680
+ DeleteRecommenderCommand,
5791
6681
  DeleteSegmentDefinitionCommand,
5792
6682
  DeleteWorkflowCommand,
5793
6683
  DetectProfileObjectTypeCommand,
@@ -5796,14 +6686,18 @@ const commands = {
5796
6686
  GetCalculatedAttributeForProfileCommand,
5797
6687
  GetDomainCommand,
5798
6688
  GetDomainLayoutCommand,
6689
+ GetDomainObjectTypeCommand,
5799
6690
  GetEventStreamCommand,
5800
6691
  GetEventTriggerCommand,
5801
6692
  GetIdentityResolutionJobCommand,
5802
6693
  GetIntegrationCommand,
5803
6694
  GetMatchesCommand,
6695
+ GetObjectTypeAttributeStatisticsCommand,
5804
6696
  GetProfileHistoryRecordCommand,
5805
6697
  GetProfileObjectTypeCommand,
5806
6698
  GetProfileObjectTypeTemplateCommand,
6699
+ GetProfileRecommendationsCommand,
6700
+ GetRecommenderCommand,
5807
6701
  GetSegmentDefinitionCommand,
5808
6702
  GetSegmentEstimateCommand,
5809
6703
  GetSegmentMembershipCommand,
@@ -5817,28 +6711,35 @@ const commands = {
5817
6711
  ListCalculatedAttributeDefinitionsCommand,
5818
6712
  ListCalculatedAttributesForProfileCommand,
5819
6713
  ListDomainLayoutsCommand,
6714
+ ListDomainObjectTypesCommand,
5820
6715
  ListDomainsCommand,
5821
6716
  ListEventStreamsCommand,
5822
6717
  ListEventTriggersCommand,
5823
6718
  ListIdentityResolutionJobsCommand,
5824
6719
  ListIntegrationsCommand,
5825
6720
  ListObjectTypeAttributesCommand,
6721
+ ListObjectTypeAttributeValuesCommand,
5826
6722
  ListProfileAttributeValuesCommand,
5827
6723
  ListProfileHistoryRecordsCommand,
5828
6724
  ListProfileObjectsCommand,
5829
6725
  ListProfileObjectTypesCommand,
5830
6726
  ListProfileObjectTypeTemplatesCommand,
6727
+ ListRecommenderRecipesCommand,
6728
+ ListRecommendersCommand,
5831
6729
  ListRuleBasedMatchesCommand,
5832
6730
  ListSegmentDefinitionsCommand,
5833
6731
  ListTagsForResourceCommand,
5834
6732
  ListUploadJobsCommand,
5835
6733
  ListWorkflowsCommand,
5836
6734
  MergeProfilesCommand,
6735
+ PutDomainObjectTypeCommand,
5837
6736
  PutIntegrationCommand,
5838
6737
  PutProfileObjectCommand,
5839
6738
  PutProfileObjectTypeCommand,
5840
6739
  SearchProfilesCommand,
6740
+ StartRecommenderCommand,
5841
6741
  StartUploadJobCommand,
6742
+ StopRecommenderCommand,
5842
6743
  StopUploadJobCommand,
5843
6744
  TagResourceCommand,
5844
6745
  UntagResourceCommand,
@@ -5847,6 +6748,7 @@ const commands = {
5847
6748
  UpdateDomainLayoutCommand,
5848
6749
  UpdateEventTriggerCommand,
5849
6750
  UpdateProfileCommand,
6751
+ UpdateRecommenderCommand,
5850
6752
  };
5851
6753
  class CustomerProfiles extends CustomerProfilesClient {
5852
6754
  }
@@ -5856,12 +6758,18 @@ const paginateGetSimilarProfiles = core.createPaginator(CustomerProfilesClient,
5856
6758
 
5857
6759
  const paginateListDomainLayouts = core.createPaginator(CustomerProfilesClient, ListDomainLayoutsCommand, "NextToken", "NextToken", "MaxResults");
5858
6760
 
6761
+ const paginateListDomainObjectTypes = core.createPaginator(CustomerProfilesClient, ListDomainObjectTypesCommand, "NextToken", "NextToken", "MaxResults");
6762
+
5859
6763
  const paginateListEventStreams = core.createPaginator(CustomerProfilesClient, ListEventStreamsCommand, "NextToken", "NextToken", "MaxResults");
5860
6764
 
5861
6765
  const paginateListEventTriggers = core.createPaginator(CustomerProfilesClient, ListEventTriggersCommand, "NextToken", "NextToken", "MaxResults");
5862
6766
 
5863
6767
  const paginateListObjectTypeAttributes = core.createPaginator(CustomerProfilesClient, ListObjectTypeAttributesCommand, "NextToken", "NextToken", "MaxResults");
5864
6768
 
6769
+ const paginateListRecommenderRecipes = core.createPaginator(CustomerProfilesClient, ListRecommenderRecipesCommand, "NextToken", "NextToken", "MaxResults");
6770
+
6771
+ const paginateListRecommenders = core.createPaginator(CustomerProfilesClient, ListRecommendersCommand, "NextToken", "NextToken", "MaxResults");
6772
+
5865
6773
  const paginateListRuleBasedMatches = core.createPaginator(CustomerProfilesClient, ListRuleBasedMatchesCommand, "NextToken", "NextToken", "MaxResults");
5866
6774
 
5867
6775
  const paginateListSegmentDefinitions = core.createPaginator(CustomerProfilesClient, ListSegmentDefinitionsCommand, "NextToken", "NextToken", "MaxResults");
@@ -6138,6 +7046,10 @@ const Operator = {
6138
7046
  LESS_THAN: "LESS_THAN",
6139
7047
  NOT_EQUAL_TO: "NOT_EQUAL_TO",
6140
7048
  };
7049
+ const ContentType = {
7050
+ NUMBER: "NUMBER",
7051
+ STRING: "STRING",
7052
+ };
6141
7053
  const Type = {
6142
7054
  ALL: "ALL",
6143
7055
  ANY: "ANY",
@@ -6189,6 +7101,13 @@ const PeriodUnit = {
6189
7101
  const WorkflowType = {
6190
7102
  APPFLOW_INTEGRATION: "APPFLOW_INTEGRATION",
6191
7103
  };
7104
+ const RecommenderRecipeName = {
7105
+ FREQUENTLY_PAIRED_ITEMS: "frequently-paired-items",
7106
+ POPULAR_ITEMS: "popular-items",
7107
+ RECOMMENDED_FOR_YOU: "recommended-for-you",
7108
+ SIMILAR_ITEMS: "similar-items",
7109
+ TRENDING_NOW: "trending-now",
7110
+ };
6192
7111
  const DateDimensionType = {
6193
7112
  AFTER: "AFTER",
6194
7113
  BEFORE: "BEFORE",
@@ -6237,6 +7156,10 @@ const StandardIdentifier = {
6237
7156
  SECONDARY: "SECONDARY",
6238
7157
  UNIQUE: "UNIQUE",
6239
7158
  };
7159
+ const FeatureType = {
7160
+ CATEGORICAL: "CATEGORICAL",
7161
+ TEXTUAL: "TEXTUAL",
7162
+ };
6240
7163
  const EventStreamDestinationStatus = {
6241
7164
  HEALTHY: "HEALTHY",
6242
7165
  UNHEALTHY: "UNHEALTHY",
@@ -6254,6 +7177,32 @@ const IdentityResolutionJobStatus = {
6254
7177
  PENDING: "PENDING",
6255
7178
  PREPROCESSING: "PREPROCESSING",
6256
7179
  };
7180
+ const Scope = {
7181
+ DOMAIN: "DOMAIN",
7182
+ PROFILE: "PROFILE",
7183
+ };
7184
+ const RecommenderStatus = {
7185
+ ACTIVE: "ACTIVE",
7186
+ DELETING: "DELETING",
7187
+ FAILED: "FAILED",
7188
+ INACTIVE: "INACTIVE",
7189
+ IN_PROGRESS: "IN_PROGRESS",
7190
+ PENDING: "PENDING",
7191
+ STARTING: "STARTING",
7192
+ STOPPING: "STOPPING",
7193
+ };
7194
+ const TrainingMetricName = {
7195
+ COVERAGE: "coverage",
7196
+ FRESHNESS: "freshness",
7197
+ HIT: "hit",
7198
+ POPULARITY: "popularity",
7199
+ RECALL: "recall",
7200
+ SIMILARITY: "similarity",
7201
+ };
7202
+ const SegmentType = {
7203
+ CLASSIC: "CLASSIC",
7204
+ ENHANCED: "ENHANCED",
7205
+ };
6257
7206
  const EstimateStatus = {
6258
7207
  FAILED: "FAILED",
6259
7208
  RUNNING: "RUNNING",
@@ -6308,6 +7257,7 @@ exports.BatchGetProfileCommand = BatchGetProfileCommand;
6308
7257
  exports.ComparisonOperator = ComparisonOperator;
6309
7258
  exports.ConflictResolvingModel = ConflictResolvingModel;
6310
7259
  exports.ContactType = ContactType;
7260
+ exports.ContentType = ContentType;
6311
7261
  exports.CreateCalculatedAttributeDefinitionCommand = CreateCalculatedAttributeDefinitionCommand;
6312
7262
  exports.CreateDomainCommand = CreateDomainCommand;
6313
7263
  exports.CreateDomainLayoutCommand = CreateDomainLayoutCommand;
@@ -6315,6 +7265,7 @@ exports.CreateEventStreamCommand = CreateEventStreamCommand;
6315
7265
  exports.CreateEventTriggerCommand = CreateEventTriggerCommand;
6316
7266
  exports.CreateIntegrationWorkflowCommand = CreateIntegrationWorkflowCommand;
6317
7267
  exports.CreateProfileCommand = CreateProfileCommand;
7268
+ exports.CreateRecommenderCommand = CreateRecommenderCommand;
6318
7269
  exports.CreateSegmentDefinitionCommand = CreateSegmentDefinitionCommand;
6319
7270
  exports.CreateSegmentEstimateCommand = CreateSegmentEstimateCommand;
6320
7271
  exports.CreateSegmentSnapshotCommand = CreateSegmentSnapshotCommand;
@@ -6328,6 +7279,7 @@ exports.DateDimensionType = DateDimensionType;
6328
7279
  exports.DeleteCalculatedAttributeDefinitionCommand = DeleteCalculatedAttributeDefinitionCommand;
6329
7280
  exports.DeleteDomainCommand = DeleteDomainCommand;
6330
7281
  exports.DeleteDomainLayoutCommand = DeleteDomainLayoutCommand;
7282
+ exports.DeleteDomainObjectTypeCommand = DeleteDomainObjectTypeCommand;
6331
7283
  exports.DeleteEventStreamCommand = DeleteEventStreamCommand;
6332
7284
  exports.DeleteEventTriggerCommand = DeleteEventTriggerCommand;
6333
7285
  exports.DeleteIntegrationCommand = DeleteIntegrationCommand;
@@ -6335,6 +7287,7 @@ exports.DeleteProfileCommand = DeleteProfileCommand;
6335
7287
  exports.DeleteProfileKeyCommand = DeleteProfileKeyCommand;
6336
7288
  exports.DeleteProfileObjectCommand = DeleteProfileObjectCommand;
6337
7289
  exports.DeleteProfileObjectTypeCommand = DeleteProfileObjectTypeCommand;
7290
+ exports.DeleteRecommenderCommand = DeleteRecommenderCommand;
6338
7291
  exports.DeleteSegmentDefinitionCommand = DeleteSegmentDefinitionCommand;
6339
7292
  exports.DeleteWorkflowCommand = DeleteWorkflowCommand;
6340
7293
  exports.DetectProfileObjectTypeCommand = DetectProfileObjectTypeCommand;
@@ -6342,6 +7295,7 @@ exports.EstimateStatus = EstimateStatus;
6342
7295
  exports.EventStreamDestinationStatus = EventStreamDestinationStatus;
6343
7296
  exports.EventStreamState = EventStreamState;
6344
7297
  exports.EventTriggerLogicalOperator = EventTriggerLogicalOperator;
7298
+ exports.FeatureType = FeatureType;
6345
7299
  exports.FieldContentType = FieldContentType;
6346
7300
  exports.FilterDimensionType = FilterDimensionType;
6347
7301
  exports.Gender = Gender;
@@ -6350,14 +7304,18 @@ exports.GetCalculatedAttributeDefinitionCommand = GetCalculatedAttributeDefiniti
6350
7304
  exports.GetCalculatedAttributeForProfileCommand = GetCalculatedAttributeForProfileCommand;
6351
7305
  exports.GetDomainCommand = GetDomainCommand;
6352
7306
  exports.GetDomainLayoutCommand = GetDomainLayoutCommand;
7307
+ exports.GetDomainObjectTypeCommand = GetDomainObjectTypeCommand;
6353
7308
  exports.GetEventStreamCommand = GetEventStreamCommand;
6354
7309
  exports.GetEventTriggerCommand = GetEventTriggerCommand;
6355
7310
  exports.GetIdentityResolutionJobCommand = GetIdentityResolutionJobCommand;
6356
7311
  exports.GetIntegrationCommand = GetIntegrationCommand;
6357
7312
  exports.GetMatchesCommand = GetMatchesCommand;
7313
+ exports.GetObjectTypeAttributeStatisticsCommand = GetObjectTypeAttributeStatisticsCommand;
6358
7314
  exports.GetProfileHistoryRecordCommand = GetProfileHistoryRecordCommand;
6359
7315
  exports.GetProfileObjectTypeCommand = GetProfileObjectTypeCommand;
6360
7316
  exports.GetProfileObjectTypeTemplateCommand = GetProfileObjectTypeTemplateCommand;
7317
+ exports.GetProfileRecommendationsCommand = GetProfileRecommendationsCommand;
7318
+ exports.GetRecommenderCommand = GetRecommenderCommand;
6361
7319
  exports.GetSegmentDefinitionCommand = GetSegmentDefinitionCommand;
6362
7320
  exports.GetSegmentEstimateCommand = GetSegmentEstimateCommand;
6363
7321
  exports.GetSegmentMembershipCommand = GetSegmentMembershipCommand;
@@ -6377,17 +7335,21 @@ exports.ListAccountIntegrationsCommand = ListAccountIntegrationsCommand;
6377
7335
  exports.ListCalculatedAttributeDefinitionsCommand = ListCalculatedAttributeDefinitionsCommand;
6378
7336
  exports.ListCalculatedAttributesForProfileCommand = ListCalculatedAttributesForProfileCommand;
6379
7337
  exports.ListDomainLayoutsCommand = ListDomainLayoutsCommand;
7338
+ exports.ListDomainObjectTypesCommand = ListDomainObjectTypesCommand;
6380
7339
  exports.ListDomainsCommand = ListDomainsCommand;
6381
7340
  exports.ListEventStreamsCommand = ListEventStreamsCommand;
6382
7341
  exports.ListEventTriggersCommand = ListEventTriggersCommand;
6383
7342
  exports.ListIdentityResolutionJobsCommand = ListIdentityResolutionJobsCommand;
6384
7343
  exports.ListIntegrationsCommand = ListIntegrationsCommand;
7344
+ exports.ListObjectTypeAttributeValuesCommand = ListObjectTypeAttributeValuesCommand;
6385
7345
  exports.ListObjectTypeAttributesCommand = ListObjectTypeAttributesCommand;
6386
7346
  exports.ListProfileAttributeValuesCommand = ListProfileAttributeValuesCommand;
6387
7347
  exports.ListProfileHistoryRecordsCommand = ListProfileHistoryRecordsCommand;
6388
7348
  exports.ListProfileObjectTypeTemplatesCommand = ListProfileObjectTypeTemplatesCommand;
6389
7349
  exports.ListProfileObjectTypesCommand = ListProfileObjectTypesCommand;
6390
7350
  exports.ListProfileObjectsCommand = ListProfileObjectsCommand;
7351
+ exports.ListRecommenderRecipesCommand = ListRecommenderRecipesCommand;
7352
+ exports.ListRecommendersCommand = ListRecommendersCommand;
6391
7353
  exports.ListRuleBasedMatchesCommand = ListRuleBasedMatchesCommand;
6392
7354
  exports.ListSegmentDefinitionsCommand = ListSegmentDefinitionsCommand;
6393
7355
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -6403,30 +7365,38 @@ exports.PartyType = PartyType;
6403
7365
  exports.PeriodUnit = PeriodUnit;
6404
7366
  exports.ProfileType = ProfileType;
6405
7367
  exports.ProfileTypeDimensionType = ProfileTypeDimensionType;
7368
+ exports.PutDomainObjectTypeCommand = PutDomainObjectTypeCommand;
6406
7369
  exports.PutIntegrationCommand = PutIntegrationCommand;
6407
7370
  exports.PutProfileObjectCommand = PutProfileObjectCommand;
6408
7371
  exports.PutProfileObjectTypeCommand = PutProfileObjectTypeCommand;
6409
7372
  exports.QueryResult = QueryResult;
6410
7373
  exports.RangeUnit = RangeUnit;
6411
7374
  exports.ReadinessStatus = ReadinessStatus;
7375
+ exports.RecommenderRecipeName = RecommenderRecipeName;
7376
+ exports.RecommenderStatus = RecommenderStatus;
6412
7377
  exports.ResourceNotFoundException = ResourceNotFoundException$1;
6413
7378
  exports.RuleBasedMatchingStatus = RuleBasedMatchingStatus;
6414
7379
  exports.S3ConnectorOperator = S3ConnectorOperator;
6415
7380
  exports.SalesforceConnectorOperator = SalesforceConnectorOperator;
7381
+ exports.Scope = Scope;
6416
7382
  exports.SearchProfilesCommand = SearchProfilesCommand;
6417
7383
  exports.SegmentSnapshotStatus = SegmentSnapshotStatus;
7384
+ exports.SegmentType = SegmentType;
6418
7385
  exports.ServiceNowConnectorOperator = ServiceNowConnectorOperator;
6419
7386
  exports.SourceConnectorType = SourceConnectorType;
6420
7387
  exports.StandardIdentifier = StandardIdentifier;
7388
+ exports.StartRecommenderCommand = StartRecommenderCommand;
6421
7389
  exports.StartUploadJobCommand = StartUploadJobCommand;
6422
7390
  exports.Statistic = Statistic;
6423
7391
  exports.Status = Status;
6424
7392
  exports.StatusReason = StatusReason;
7393
+ exports.StopRecommenderCommand = StopRecommenderCommand;
6425
7394
  exports.StopUploadJobCommand = StopUploadJobCommand;
6426
7395
  exports.StringDimensionType = StringDimensionType;
6427
7396
  exports.TagResourceCommand = TagResourceCommand;
6428
7397
  exports.TaskType = TaskType;
6429
7398
  exports.ThrottlingException = ThrottlingException$1;
7399
+ exports.TrainingMetricName = TrainingMetricName;
6430
7400
  exports.TriggerType = TriggerType;
6431
7401
  exports.Type = Type;
6432
7402
  exports.Unit = Unit;
@@ -6436,14 +7406,18 @@ exports.UpdateDomainCommand = UpdateDomainCommand;
6436
7406
  exports.UpdateDomainLayoutCommand = UpdateDomainLayoutCommand;
6437
7407
  exports.UpdateEventTriggerCommand = UpdateEventTriggerCommand;
6438
7408
  exports.UpdateProfileCommand = UpdateProfileCommand;
7409
+ exports.UpdateRecommenderCommand = UpdateRecommenderCommand;
6439
7410
  exports.UploadJobStatus = UploadJobStatus;
6440
7411
  exports.WorkflowType = WorkflowType;
6441
7412
  exports.ZendeskConnectorOperator = ZendeskConnectorOperator;
6442
7413
  exports.paginateGetSimilarProfiles = paginateGetSimilarProfiles;
6443
7414
  exports.paginateListDomainLayouts = paginateListDomainLayouts;
7415
+ exports.paginateListDomainObjectTypes = paginateListDomainObjectTypes;
6444
7416
  exports.paginateListEventStreams = paginateListEventStreams;
6445
7417
  exports.paginateListEventTriggers = paginateListEventTriggers;
6446
7418
  exports.paginateListObjectTypeAttributes = paginateListObjectTypeAttributes;
7419
+ exports.paginateListRecommenderRecipes = paginateListRecommenderRecipes;
7420
+ exports.paginateListRecommenders = paginateListRecommenders;
6447
7421
  exports.paginateListRuleBasedMatches = paginateListRuleBasedMatches;
6448
7422
  exports.paginateListSegmentDefinitions = paginateListSegmentDefinitions;
6449
7423
  exports.paginateListUploadJobs = paginateListUploadJobs;