@aws-sdk/client-customer-profiles 3.1005.0 → 3.1007.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 (60) hide show
  1. package/README.md +28 -0
  2. package/dist-cjs/index.js +69 -0
  3. package/dist-cjs/schemas/schemas_0.js +144 -14
  4. package/dist-es/CustomerProfiles.js +10 -0
  5. package/dist-es/commands/CreateRecommenderFilterCommand.js +16 -0
  6. package/dist-es/commands/DeleteRecommenderFilterCommand.js +16 -0
  7. package/dist-es/commands/GetRecommenderFilterCommand.js +16 -0
  8. package/dist-es/commands/ListRecommenderFiltersCommand.js +16 -0
  9. package/dist-es/commands/index.js +4 -0
  10. package/dist-es/models/enums.js +8 -0
  11. package/dist-es/pagination/ListRecommenderFiltersPaginator.js +4 -0
  12. package/dist-es/pagination/index.js +1 -0
  13. package/dist-es/schemas/schemas_0.js +136 -6
  14. package/dist-types/CustomerProfiles.d.ts +35 -0
  15. package/dist-types/CustomerProfilesClient.d.ts +6 -2
  16. package/dist-types/commands/CreateRecommenderCommand.d.ts +5 -1
  17. package/dist-types/commands/CreateRecommenderFilterCommand.d.ts +98 -0
  18. package/dist-types/commands/DeleteRecommenderFilterCommand.d.ts +90 -0
  19. package/dist-types/commands/GetProfileRecommendationsCommand.d.ts +26 -0
  20. package/dist-types/commands/GetRecommenderCommand.d.ts +9 -1
  21. package/dist-types/commands/GetRecommenderFilterCommand.d.ts +98 -0
  22. package/dist-types/commands/ListRecommenderFiltersCommand.d.ts +104 -0
  23. package/dist-types/commands/ListRecommenderRecipesCommand.d.ts +1 -1
  24. package/dist-types/commands/ListRecommendersCommand.d.ts +9 -1
  25. package/dist-types/commands/PutIntegrationCommand.d.ts +1 -1
  26. package/dist-types/commands/PutProfileObjectCommand.d.ts +1 -1
  27. package/dist-types/commands/PutProfileObjectTypeCommand.d.ts +1 -1
  28. package/dist-types/commands/SearchProfilesCommand.d.ts +1 -1
  29. package/dist-types/commands/StartRecommenderCommand.d.ts +1 -1
  30. package/dist-types/commands/StartUploadJobCommand.d.ts +1 -1
  31. package/dist-types/commands/StopRecommenderCommand.d.ts +1 -2
  32. package/dist-types/commands/UpdateRecommenderCommand.d.ts +4 -0
  33. package/dist-types/commands/index.d.ts +4 -0
  34. package/dist-types/models/enums.d.ts +16 -0
  35. package/dist-types/models/models_0.d.ts +297 -465
  36. package/dist-types/models/models_1.d.ts +465 -2
  37. package/dist-types/pagination/ListRecommenderFiltersPaginator.d.ts +7 -0
  38. package/dist-types/pagination/index.d.ts +1 -0
  39. package/dist-types/schemas/schemas_0.d.ts +17 -0
  40. package/dist-types/ts3.4/CustomerProfiles.d.ts +75 -0
  41. package/dist-types/ts3.4/CustomerProfilesClient.d.ts +24 -0
  42. package/dist-types/ts3.4/commands/CreateRecommenderFilterCommand.d.ts +51 -0
  43. package/dist-types/ts3.4/commands/DeleteRecommenderFilterCommand.d.ts +51 -0
  44. package/dist-types/ts3.4/commands/GetRecommenderFilterCommand.d.ts +51 -0
  45. package/dist-types/ts3.4/commands/ListRecommenderFiltersCommand.d.ts +51 -0
  46. package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/PutProfileObjectCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/PutProfileObjectTypeCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/SearchProfilesCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/StartRecommenderCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/StartUploadJobCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/StopRecommenderCommand.d.ts +4 -2
  53. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  54. package/dist-types/ts3.4/models/enums.d.ts +10 -0
  55. package/dist-types/ts3.4/models/models_0.d.ts +73 -94
  56. package/dist-types/ts3.4/models/models_1.d.ts +99 -0
  57. package/dist-types/ts3.4/pagination/ListRecommenderFiltersPaginator.d.ts +11 -0
  58. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  59. package/dist-types/ts3.4/schemas/schemas_0.d.ts +17 -0
  60. package/package.json +1 -1
@@ -86,6 +86,7 @@ const _CI = "CatalogItem";
86
86
  const _CIW = "CreateIntegrationWorkflow";
87
87
  const _CIWR = "CreateIntegrationWorkflowRequest";
88
88
  const _CIWRr = "CreateIntegrationWorkflowResponse";
89
+ const _CIa = "CandidateIds";
89
90
  const _CO = "ConditionOverrides";
90
91
  const _COo = "ConnectorOperator";
91
92
  const _COom = "ComparisonOperator";
@@ -95,6 +96,9 @@ const _CPR = "CreateProfileRequest";
95
96
  const _CPRr = "CreateProfileResponse";
96
97
  const _CPr = "CreateProfile";
97
98
  const _CR = "ConflictResolution";
99
+ const _CRF = "CreateRecommenderFilter";
100
+ const _CRFR = "CreateRecommenderFilterRequest";
101
+ const _CRFRr = "CreateRecommenderFilterResponse";
98
102
  const _CRM = "ConflictResolvingModel";
99
103
  const _CRR = "CreateRecommenderRequest";
100
104
  const _CRRr = "CreateRecommenderResponse";
@@ -183,6 +187,9 @@ const _DPOTet = "DetectProfileObjectType";
183
187
  const _DPR = "DeleteProfileRequest";
184
188
  const _DPRe = "DeleteProfileResponse";
185
189
  const _DR = "DeleteRecommender";
190
+ const _DRF = "DeleteRecommenderFilter";
191
+ const _DRFR = "DeleteRecommenderFilterRequest";
192
+ const _DRFRe = "DeleteRecommenderFilterResponse";
186
193
  const _DRR = "DeleteRecommenderRequest";
187
194
  const _DRRe = "DeleteRecommenderResponse";
188
195
  const _DS = "DataStore";
@@ -235,6 +242,7 @@ const _ETSI = "EventTriggerSummaryItem";
235
242
  const _ETSL = "EventTriggerSummaryList";
236
243
  const _ETv = "EventType";
237
244
  const _EVT = "EventValueThreshold";
245
+ const _EW = "EventWeight";
238
246
  const _Em = "Email";
239
247
  const _En = "Enabled";
240
248
  const _End = "End";
@@ -313,6 +321,9 @@ const _GPR = "GetProfileRecommendations";
313
321
  const _GPRR = "GetProfileRecommendationsRequest";
314
322
  const _GPRRe = "GetProfileRecommendationsResponse";
315
323
  const _GR = "GetRecommender";
324
+ const _GRF = "GetRecommenderFilter";
325
+ const _GRFR = "GetRecommenderFilterRequest";
326
+ const _GRFRe = "GetRecommenderFilterResponse";
316
327
  const _GRR = "GetRecommenderRequest";
317
328
  const _GRRe = "GetRecommenderResponse";
318
329
  const _GS = "GenderString";
@@ -348,6 +359,7 @@ const _Gro = "Group";
348
359
  const _HPN = "HomePhoneNumber";
349
360
  const _I = "Id";
350
361
  const _IC = "IntegrationConfig";
362
+ const _ICn = "InferenceConfig";
351
363
  const _ID = "IsDefault";
352
364
  const _IDP = "IsDataPartial";
353
365
  const _IDR = "IncludeDeletedRecords";
@@ -444,6 +456,9 @@ const _LR = "ListRecommenders";
444
456
  const _LRBM = "ListRuleBasedMatches";
445
457
  const _LRBMR = "ListRuleBasedMatchesRequest";
446
458
  const _LRBMRi = "ListRuleBasedMatchesResponse";
459
+ const _LRF = "ListRecommenderFilters";
460
+ const _LRFR = "ListRecommenderFiltersRequest";
461
+ const _LRFRi = "ListRecommenderFiltersResponse";
447
462
  const _LRR = "ListRecommendersRequest";
448
463
  const _LRRR = "ListRecommenderRecipesRequest";
449
464
  const _LRRRi = "ListRecommenderRecipesResponse";
@@ -473,6 +488,8 @@ const _MAL = "MatchingAttributesList";
473
488
  const _MAPOC = "MaxAvailableProfileObjectCount";
474
489
  const _MARLFM = "MaxAllowedRuleLevelForMerging";
475
490
  const _MARLFMa = "MaxAllowedRuleLevelForMatching";
491
+ const _MC = "MetadataConfig";
492
+ const _MCe = "MetadataColumns";
476
493
  const _MGD = "MatchGenerationDate";
477
494
  const _MI = "MatchId";
478
495
  const _MIPP = "MaxInvocationsPerProfile";
@@ -487,6 +504,7 @@ const _MPN = "MobilePhoneNumber";
487
504
  const _MPOC = "MaxProfileObjectCount";
488
505
  const _MPR = "MergeProfilesRequest";
489
506
  const _MPRe = "MergeProfilesResponse";
507
+ const _MPTPS = "MinProvisionedTPS";
490
508
  const _MR = "MaxResults";
491
509
  const _MRa = "MatchingRequest";
492
510
  const _MRat = "MatchingResponse";
@@ -543,11 +561,13 @@ const _PIu = "PutIntegration";
543
561
  const _PL = "ProfileList";
544
562
  const _PM = "PotentialMatches";
545
563
  const _PN = "PhoneNumber";
564
+ const _PNr = "PromotionName";
546
565
  const _POL = "ProfileObjectList";
547
566
  const _POTL = "ProfileObjectTypeList";
548
567
  const _POTTL = "ProfileObjectTypeTemplateList";
549
568
  const _POUK = "ProfileObjectUniqueKey";
550
569
  const _PP = "ProgressPercentage";
570
+ const _PPI = "PercentPromotedItems";
551
571
  const _PPL = "PhonePreferenceList";
552
572
  const _PPO = "PutProfileObject";
553
573
  const _PPOR = "PutProfileObjectRequest";
@@ -585,12 +605,23 @@ const _RBMR = "RuleBasedMatchingRequest";
585
605
  const _RBMRu = "RuleBasedMatchingResponse";
586
606
  const _RC = "RecommenderConfig";
587
607
  const _RCe = "RecommenderContext";
608
+ const _RF = "RecommenderFilters";
609
+ const _RFA = "RecommenderFilterArn";
610
+ const _RFAV = "RecommenderFilterAttributeValue";
611
+ const _RFE = "RecommenderFilterExpression";
612
+ const _RFN = "RecommenderFilterName";
613
+ const _RFS = "RecommenderFilterSummary";
614
+ const _RFSL = "RecommenderFilterSummaryList";
615
+ const _RFV = "RecommenderFilterValues";
616
+ const _RFe = "RecommenderFilter";
588
617
  const _RL = "RuleLevel";
589
618
  const _RN = "RecommenderName";
590
619
  const _RNFE = "ResourceNotFoundException";
591
620
  const _RNe = "RecipeName";
592
621
  const _RO = "RangeOverride";
593
622
  const _RP = "RecordsProcessed";
623
+ const _RPF = "RecommenderPromotionalFilters";
624
+ const _RPFe = "RecommenderPromotionalFilter";
594
625
  const _RR = "RecommenderRecipes";
595
626
  const _RRL = "RecommenderRecipesList";
596
627
  const _RRN = "RecommenderRecipeName";
@@ -831,6 +862,8 @@ export const errorTypeRegistries = [
831
862
  var Gender = [0, n0, _G, 8, 0];
832
863
  var PartyType = [0, n0, _PT, 8, 0];
833
864
  var ProfileType = [0, n0, _PTr, 8, 0];
865
+ var RecommenderFilterAttributeValue = [0, n0, _RFAV, 8, 0];
866
+ var RecommenderFilterExpression = [0, n0, _RFE, 8, 0];
834
867
  var sensitiveString0To1000 = [0, n0, _sST, 8, 0];
835
868
  var sensitiveString0To255 = [0, n0, _sSTe, 8, 0];
836
869
  var sensitiveString1To1000 = [0, n0, _sSTen, 8, 0];
@@ -1067,6 +1100,16 @@ export var CreateProfileResponse$ = [3, n0, _CPRr,
1067
1100
  [_PI],
1068
1101
  [0], 1
1069
1102
  ];
1103
+ export var CreateRecommenderFilterRequest$ = [3, n0, _CRFR,
1104
+ 0,
1105
+ [_DN, _RFN, _RFE, _D, _Ta],
1106
+ [[0, 1], [0, 1], [() => RecommenderFilterExpression, 0], [() => sensitiveText, 0], 128 | 0], 3
1107
+ ];
1108
+ export var CreateRecommenderFilterResponse$ = [3, n0, _CRFRr,
1109
+ 0,
1110
+ [_RFA, _Ta],
1111
+ [0, 128 | 0], 1
1112
+ ];
1070
1113
  export var CreateRecommenderRequest$ = [3, n0, _CRR,
1071
1114
  0,
1072
1115
  [_DN, _RN, _RRN, _RC, _D, _Ta],
@@ -1242,6 +1285,16 @@ export var DeleteProfileResponse$ = [3, n0, _DPRe,
1242
1285
  [_M],
1243
1286
  [0]
1244
1287
  ];
1288
+ export var DeleteRecommenderFilterRequest$ = [3, n0, _DRFR,
1289
+ 0,
1290
+ [_DN, _RFN],
1291
+ [[0, 1], [0, 1]], 2
1292
+ ];
1293
+ export var DeleteRecommenderFilterResponse$ = [3, n0, _DRFRe,
1294
+ 0,
1295
+ [_M],
1296
+ [0], 1
1297
+ ];
1245
1298
  export var DeleteRecommenderRequest$ = [3, n0, _DRR,
1246
1299
  0,
1247
1300
  [_DN, _RN],
@@ -1314,8 +1367,8 @@ export var EngagementPreferences$ = [3, n0, _EP,
1314
1367
  ];
1315
1368
  export var EventParameters$ = [3, n0, _EPv,
1316
1369
  0,
1317
- [_ETv, _EVT],
1318
- [0, 1], 1
1370
+ [_ETv, _EVT, _EW],
1371
+ [0, 1, 1], 1
1319
1372
  ];
1320
1373
  export var EventsConfig$ = [3, n0, _EC,
1321
1374
  0,
@@ -1564,14 +1617,24 @@ export var GetProfileObjectTypeTemplateResponse$ = [3, n0, _GPOTTRe,
1564
1617
  ];
1565
1618
  export var GetProfileRecommendationsRequest$ = [3, n0, _GPRR,
1566
1619
  0,
1567
- [_DN, _PI, _RN, _Conte, _MR],
1568
- [[0, 1], [0, 1], 0, [() => RecommenderContext, 0], 1], 3
1620
+ [_DN, _PI, _RN, _Conte, _RF, _RPF, _CIa, _MR, _MC],
1621
+ [[0, 1], [0, 1], 0, [() => RecommenderContext, 0], [() => RecommenderFilters, 0], [() => RecommenderPromotionalFilters, 0], 64 | 0, 1, () => MetadataConfig$], 3
1569
1622
  ];
1570
1623
  export var GetProfileRecommendationsResponse$ = [3, n0, _GPRRe,
1571
1624
  0,
1572
1625
  [_Rec],
1573
1626
  [[() => Recommendations, 0]]
1574
1627
  ];
1628
+ export var GetRecommenderFilterRequest$ = [3, n0, _GRFR,
1629
+ 0,
1630
+ [_DN, _RFN],
1631
+ [[0, 1], [0, 1]], 2
1632
+ ];
1633
+ export var GetRecommenderFilterResponse$ = [3, n0, _GRFRe,
1634
+ 0,
1635
+ [_RFN, _RFE, _CA, _Sta, _Ta, _D, _FR],
1636
+ [0, [() => RecommenderFilterExpression, 0], 4, 0, 128 | 0, [() => sensitiveText, 0], 0], 5
1637
+ ];
1575
1638
  export var GetRecommenderRequest$ = [3, n0, _GRR,
1576
1639
  0,
1577
1640
  [_DN, _RN, _TMC],
@@ -1687,6 +1750,11 @@ export var IncrementalPullConfig$ = [3, n0, _IPC,
1687
1750
  [_DTFN],
1688
1751
  [0]
1689
1752
  ];
1753
+ export var InferenceConfig$ = [3, n0, _ICn,
1754
+ 0,
1755
+ [_MPTPS],
1756
+ [1]
1757
+ ];
1690
1758
  export var IntegrationConfig$ = [3, n0, _IC,
1691
1759
  0,
1692
1760
  [_AI],
@@ -1912,6 +1980,16 @@ export var ListProfileObjectTypeTemplatesResponse$ = [3, n0, _LPOTTRi,
1912
1980
  [_It, _NT],
1913
1981
  [() => ProfileObjectTypeTemplateList, 0]
1914
1982
  ];
1983
+ export var ListRecommenderFiltersRequest$ = [3, n0, _LRFR,
1984
+ 0,
1985
+ [_DN, _MR, _NT],
1986
+ [[0, 1], [1, { [_hQ]: _mr }], [0, { [_hQ]: _nt }]], 1
1987
+ ];
1988
+ export var ListRecommenderFiltersResponse$ = [3, n0, _LRFRi,
1989
+ 0,
1990
+ [_NT, _RF],
1991
+ [0, [() => RecommenderFilterSummaryList, 0]]
1992
+ ];
1915
1993
  export var ListRecommenderRecipesRequest$ = [3, n0, _LRRR,
1916
1994
  0,
1917
1995
  [_MR, _NT],
@@ -2022,6 +2100,11 @@ export var MergeProfilesResponse$ = [3, n0, _MPRe,
2022
2100
  [_M],
2023
2101
  [0]
2024
2102
  ];
2103
+ export var MetadataConfig$ = [3, n0, _MC,
2104
+ 0,
2105
+ [_MCe],
2106
+ [64 | 0]
2107
+ ];
2025
2108
  export var ObjectAttribute$ = [3, n0, _OAb,
2026
2109
  0,
2027
2110
  [_COom, _V, _So, _FNie],
@@ -2154,8 +2237,23 @@ export var Recommendation$ = [3, n0, _Recom,
2154
2237
  ];
2155
2238
  export var RecommenderConfig$ = [3, n0, _RC,
2156
2239
  0,
2157
- [_EC, _TFr],
2158
- [() => EventsConfig$, 1], 1
2240
+ [_EC, _TFr, _ICn],
2241
+ [() => EventsConfig$, 1, () => InferenceConfig$]
2242
+ ];
2243
+ export var RecommenderFilter$ = [3, n0, _RFe,
2244
+ 0,
2245
+ [_N, _V],
2246
+ [0, [() => RecommenderFilterValues, 0]]
2247
+ ];
2248
+ export var RecommenderFilterSummary$ = [3, n0, _RFS,
2249
+ 0,
2250
+ [_RFN, _RFE, _CA, _D, _Sta, _FR, _Ta],
2251
+ [0, [() => RecommenderFilterExpression, 0], 4, [() => sensitiveText, 0], 0, 0, 128 | 0]
2252
+ ];
2253
+ export var RecommenderPromotionalFilter$ = [3, n0, _RPFe,
2254
+ 0,
2255
+ [_N, _V, _PNr, _PPI],
2256
+ [0, [() => RecommenderFilterValues, 0], 0, 1]
2159
2257
  ];
2160
2258
  export var RecommenderRecipe$ = [3, n0, _RRe,
2161
2259
  0,
@@ -2468,6 +2566,7 @@ var CalculatedAttributesForProfileList = [1, n0, _CAFPL,
2468
2566
  var CalculatedAttributeValueList = [1, n0, _CAVL,
2469
2567
  0, () => CalculatedAttributeValue$
2470
2568
  ];
2569
+ var CandidateIdList = 64 | 0;
2471
2570
  var DateValues = 64 | 0;
2472
2571
  var DetectedProfileObjectTypes = [1, n0, _DPOTe,
2473
2572
  0, [() => DetectedProfileObjectType$,
@@ -2549,6 +2648,7 @@ var MatchingRuleAttributeList = 64 | 0;
2549
2648
  var MatchingRules = [1, n0, _MRatch,
2550
2649
  0, () => MatchingRule$
2551
2650
  ];
2651
+ var MetadataColumnsList = 64 | 0;
2552
2652
  var ObjectAttributes = [1, n0, _OA,
2553
2653
  0, () => ObjectAttribute$
2554
2654
  ];
@@ -2598,6 +2698,18 @@ var Recommendations = [1, n0, _Rec,
2598
2698
  8, [() => Recommendation$,
2599
2699
  0]
2600
2700
  ];
2701
+ var RecommenderFilters = [1, n0, _RF,
2702
+ 0, [() => RecommenderFilter$,
2703
+ 0]
2704
+ ];
2705
+ var RecommenderFilterSummaryList = [1, n0, _RFSL,
2706
+ 0, [() => RecommenderFilterSummary$,
2707
+ 0]
2708
+ ];
2709
+ var RecommenderPromotionalFilters = [1, n0, _RPF,
2710
+ 0, [() => RecommenderPromotionalFilter$,
2711
+ 0]
2712
+ ];
2601
2713
  var RecommenderRecipesList = [1, n0, _RRL,
2602
2714
  0, () => RecommenderRecipe$
2603
2715
  ];
@@ -2672,6 +2784,12 @@ var ObjectTypeNames = 128 | 0;
2672
2784
  var RecommenderContext = [2, n0, _RCe,
2673
2785
  8, 0, 0
2674
2786
  ];
2787
+ var RecommenderFilterValues = [2, n0, _RFV,
2788
+ 0, [0,
2789
+ 0],
2790
+ [() => RecommenderFilterAttributeValue,
2791
+ 0]
2792
+ ];
2675
2793
  var TagMap = 128 | 0;
2676
2794
  var TaskPropertiesMap = 128 | 0;
2677
2795
  var UpdateAttributes = [2, n0, _UApd,
@@ -2715,6 +2833,9 @@ export var CreateProfile$ = [9, n0, _CPr,
2715
2833
  export var CreateRecommender$ = [9, n0, _CRre,
2716
2834
  { [_h]: ["POST", "/domains/{DomainName}/recommenders/{RecommenderName}", 200] }, () => CreateRecommenderRequest$, () => CreateRecommenderResponse$
2717
2835
  ];
2836
+ export var CreateRecommenderFilter$ = [9, n0, _CRF,
2837
+ { [_h]: ["POST", "/domains/{DomainName}/recommender-filters/{RecommenderFilterName}", 200] }, () => CreateRecommenderFilterRequest$, () => CreateRecommenderFilterResponse$
2838
+ ];
2718
2839
  export var CreateSegmentDefinition$ = [9, n0, _CSD,
2719
2840
  { [_h]: ["POST", "/domains/{DomainName}/segment-definitions/{SegmentDefinitionName}", 200] }, () => CreateSegmentDefinitionRequest$, () => CreateSegmentDefinitionResponse$
2720
2841
  ];
@@ -2763,6 +2884,9 @@ export var DeleteProfileObjectType$ = [9, n0, _DPOTel,
2763
2884
  export var DeleteRecommender$ = [9, n0, _DR,
2764
2885
  { [_h]: ["DELETE", "/domains/{DomainName}/recommenders/{RecommenderName}", 200] }, () => DeleteRecommenderRequest$, () => DeleteRecommenderResponse$
2765
2886
  ];
2887
+ export var DeleteRecommenderFilter$ = [9, n0, _DRF,
2888
+ { [_h]: ["DELETE", "/domains/{DomainName}/recommender-filters/{RecommenderFilterName}", 200] }, () => DeleteRecommenderFilterRequest$, () => DeleteRecommenderFilterResponse$
2889
+ ];
2766
2890
  export var DeleteSegmentDefinition$ = [9, n0, _DSD,
2767
2891
  { [_h]: ["DELETE", "/domains/{DomainName}/segment-definitions/{SegmentDefinitionName}", 200] }, () => DeleteSegmentDefinitionRequest$, () => DeleteSegmentDefinitionResponse$
2768
2892
  ];
@@ -2823,6 +2947,9 @@ export var GetProfileRecommendations$ = [9, n0, _GPR,
2823
2947
  export var GetRecommender$ = [9, n0, _GR,
2824
2948
  { [_h]: ["GET", "/domains/{DomainName}/recommenders/{RecommenderName}", 200] }, () => GetRecommenderRequest$, () => GetRecommenderResponse$
2825
2949
  ];
2950
+ export var GetRecommenderFilter$ = [9, n0, _GRF,
2951
+ { [_h]: ["GET", "/domains/{DomainName}/recommender-filters/{RecommenderFilterName}", 200] }, () => GetRecommenderFilterRequest$, () => GetRecommenderFilterResponse$
2952
+ ];
2826
2953
  export var GetSegmentDefinition$ = [9, n0, _GSD,
2827
2954
  { [_h]: ["GET", "/domains/{DomainName}/segment-definitions/{SegmentDefinitionName}", 200] }, () => GetSegmentDefinitionRequest$, () => GetSegmentDefinitionResponse$
2828
2955
  ];
@@ -2901,6 +3028,9 @@ export var ListProfileObjectTypes$ = [9, n0, _LPOT,
2901
3028
  export var ListProfileObjectTypeTemplates$ = [9, n0, _LPOTT,
2902
3029
  { [_h]: ["GET", "/templates", 200] }, () => ListProfileObjectTypeTemplatesRequest$, () => ListProfileObjectTypeTemplatesResponse$
2903
3030
  ];
3031
+ export var ListRecommenderFilters$ = [9, n0, _LRF,
3032
+ { [_h]: ["GET", "/domains/{DomainName}/recommender-filters", 200] }, () => ListRecommenderFiltersRequest$, () => ListRecommenderFiltersResponse$
3033
+ ];
2904
3034
  export var ListRecommenderRecipes$ = [9, n0, _LRRis,
2905
3035
  { [_h]: ["GET", "/recommender-recipes", 200] }, () => ListRecommenderRecipesRequest$, () => ListRecommenderRecipesResponse$
2906
3036
  ];
@@ -10,6 +10,7 @@ import { CreateEventTriggerCommandInput, CreateEventTriggerCommandOutput } from
10
10
  import { CreateIntegrationWorkflowCommandInput, CreateIntegrationWorkflowCommandOutput } from "./commands/CreateIntegrationWorkflowCommand";
11
11
  import { CreateProfileCommandInput, CreateProfileCommandOutput } from "./commands/CreateProfileCommand";
12
12
  import { CreateRecommenderCommandInput, CreateRecommenderCommandOutput } from "./commands/CreateRecommenderCommand";
13
+ import { CreateRecommenderFilterCommandInput, CreateRecommenderFilterCommandOutput } from "./commands/CreateRecommenderFilterCommand";
13
14
  import { CreateSegmentDefinitionCommandInput, CreateSegmentDefinitionCommandOutput } from "./commands/CreateSegmentDefinitionCommand";
14
15
  import { CreateSegmentEstimateCommandInput, CreateSegmentEstimateCommandOutput } from "./commands/CreateSegmentEstimateCommand";
15
16
  import { CreateSegmentSnapshotCommandInput, CreateSegmentSnapshotCommandOutput } from "./commands/CreateSegmentSnapshotCommand";
@@ -26,6 +27,7 @@ import { DeleteProfileKeyCommandInput, DeleteProfileKeyCommandOutput } from "./c
26
27
  import { DeleteProfileObjectCommandInput, DeleteProfileObjectCommandOutput } from "./commands/DeleteProfileObjectCommand";
27
28
  import { DeleteProfileObjectTypeCommandInput, DeleteProfileObjectTypeCommandOutput } from "./commands/DeleteProfileObjectTypeCommand";
28
29
  import { DeleteRecommenderCommandInput, DeleteRecommenderCommandOutput } from "./commands/DeleteRecommenderCommand";
30
+ import { DeleteRecommenderFilterCommandInput, DeleteRecommenderFilterCommandOutput } from "./commands/DeleteRecommenderFilterCommand";
29
31
  import { DeleteSegmentDefinitionCommandInput, DeleteSegmentDefinitionCommandOutput } from "./commands/DeleteSegmentDefinitionCommand";
30
32
  import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "./commands/DeleteWorkflowCommand";
31
33
  import { DetectProfileObjectTypeCommandInput, DetectProfileObjectTypeCommandOutput } from "./commands/DetectProfileObjectTypeCommand";
@@ -46,6 +48,7 @@ import { GetProfileObjectTypeCommandInput, GetProfileObjectTypeCommandOutput } f
46
48
  import { GetProfileObjectTypeTemplateCommandInput, GetProfileObjectTypeTemplateCommandOutput } from "./commands/GetProfileObjectTypeTemplateCommand";
47
49
  import { GetProfileRecommendationsCommandInput, GetProfileRecommendationsCommandOutput } from "./commands/GetProfileRecommendationsCommand";
48
50
  import { GetRecommenderCommandInput, GetRecommenderCommandOutput } from "./commands/GetRecommenderCommand";
51
+ import { GetRecommenderFilterCommandInput, GetRecommenderFilterCommandOutput } from "./commands/GetRecommenderFilterCommand";
49
52
  import { GetSegmentDefinitionCommandInput, GetSegmentDefinitionCommandOutput } from "./commands/GetSegmentDefinitionCommand";
50
53
  import { GetSegmentEstimateCommandInput, GetSegmentEstimateCommandOutput } from "./commands/GetSegmentEstimateCommand";
51
54
  import { GetSegmentMembershipCommandInput, GetSegmentMembershipCommandOutput } from "./commands/GetSegmentMembershipCommand";
@@ -72,6 +75,7 @@ import { ListProfileHistoryRecordsCommandInput, ListProfileHistoryRecordsCommand
72
75
  import { ListProfileObjectsCommandInput, ListProfileObjectsCommandOutput } from "./commands/ListProfileObjectsCommand";
73
76
  import { ListProfileObjectTypesCommandInput, ListProfileObjectTypesCommandOutput } from "./commands/ListProfileObjectTypesCommand";
74
77
  import { ListProfileObjectTypeTemplatesCommandInput, ListProfileObjectTypeTemplatesCommandOutput } from "./commands/ListProfileObjectTypeTemplatesCommand";
78
+ import { ListRecommenderFiltersCommandInput, ListRecommenderFiltersCommandOutput } from "./commands/ListRecommenderFiltersCommand";
75
79
  import { ListRecommenderRecipesCommandInput, ListRecommenderRecipesCommandOutput } from "./commands/ListRecommenderRecipesCommand";
76
80
  import { ListRecommendersCommandInput, ListRecommendersCommandOutput } from "./commands/ListRecommendersCommand";
77
81
  import { ListRuleBasedMatchesCommandInput, ListRuleBasedMatchesCommandOutput } from "./commands/ListRuleBasedMatchesCommand";
@@ -165,6 +169,12 @@ export interface CustomerProfiles {
165
169
  createRecommender(args: CreateRecommenderCommandInput, options?: __HttpHandlerOptions): Promise<CreateRecommenderCommandOutput>;
166
170
  createRecommender(args: CreateRecommenderCommandInput, cb: (err: any, data?: CreateRecommenderCommandOutput) => void): void;
167
171
  createRecommender(args: CreateRecommenderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRecommenderCommandOutput) => void): void;
172
+ /**
173
+ * @see {@link CreateRecommenderFilterCommand}
174
+ */
175
+ createRecommenderFilter(args: CreateRecommenderFilterCommandInput, options?: __HttpHandlerOptions): Promise<CreateRecommenderFilterCommandOutput>;
176
+ createRecommenderFilter(args: CreateRecommenderFilterCommandInput, cb: (err: any, data?: CreateRecommenderFilterCommandOutput) => void): void;
177
+ createRecommenderFilter(args: CreateRecommenderFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRecommenderFilterCommandOutput) => void): void;
168
178
  /**
169
179
  * @see {@link CreateSegmentDefinitionCommand}
170
180
  */
@@ -261,6 +271,12 @@ export interface CustomerProfiles {
261
271
  deleteRecommender(args: DeleteRecommenderCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRecommenderCommandOutput>;
262
272
  deleteRecommender(args: DeleteRecommenderCommandInput, cb: (err: any, data?: DeleteRecommenderCommandOutput) => void): void;
263
273
  deleteRecommender(args: DeleteRecommenderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRecommenderCommandOutput) => void): void;
274
+ /**
275
+ * @see {@link DeleteRecommenderFilterCommand}
276
+ */
277
+ deleteRecommenderFilter(args: DeleteRecommenderFilterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRecommenderFilterCommandOutput>;
278
+ deleteRecommenderFilter(args: DeleteRecommenderFilterCommandInput, cb: (err: any, data?: DeleteRecommenderFilterCommandOutput) => void): void;
279
+ deleteRecommenderFilter(args: DeleteRecommenderFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRecommenderFilterCommandOutput) => void): void;
264
280
  /**
265
281
  * @see {@link DeleteSegmentDefinitionCommand}
266
282
  */
@@ -381,6 +397,12 @@ export interface CustomerProfiles {
381
397
  getRecommender(args: GetRecommenderCommandInput, options?: __HttpHandlerOptions): Promise<GetRecommenderCommandOutput>;
382
398
  getRecommender(args: GetRecommenderCommandInput, cb: (err: any, data?: GetRecommenderCommandOutput) => void): void;
383
399
  getRecommender(args: GetRecommenderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRecommenderCommandOutput) => void): void;
400
+ /**
401
+ * @see {@link GetRecommenderFilterCommand}
402
+ */
403
+ getRecommenderFilter(args: GetRecommenderFilterCommandInput, options?: __HttpHandlerOptions): Promise<GetRecommenderFilterCommandOutput>;
404
+ getRecommenderFilter(args: GetRecommenderFilterCommandInput, cb: (err: any, data?: GetRecommenderFilterCommandOutput) => void): void;
405
+ getRecommenderFilter(args: GetRecommenderFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRecommenderFilterCommandOutput) => void): void;
384
406
  /**
385
407
  * @see {@link GetSegmentDefinitionCommand}
386
408
  */
@@ -539,6 +561,12 @@ export interface CustomerProfiles {
539
561
  listProfileObjectTypeTemplates(args: ListProfileObjectTypeTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListProfileObjectTypeTemplatesCommandOutput>;
540
562
  listProfileObjectTypeTemplates(args: ListProfileObjectTypeTemplatesCommandInput, cb: (err: any, data?: ListProfileObjectTypeTemplatesCommandOutput) => void): void;
541
563
  listProfileObjectTypeTemplates(args: ListProfileObjectTypeTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProfileObjectTypeTemplatesCommandOutput) => void): void;
564
+ /**
565
+ * @see {@link ListRecommenderFiltersCommand}
566
+ */
567
+ listRecommenderFilters(args: ListRecommenderFiltersCommandInput, options?: __HttpHandlerOptions): Promise<ListRecommenderFiltersCommandOutput>;
568
+ listRecommenderFilters(args: ListRecommenderFiltersCommandInput, cb: (err: any, data?: ListRecommenderFiltersCommandOutput) => void): void;
569
+ listRecommenderFilters(args: ListRecommenderFiltersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRecommenderFiltersCommandOutput) => void): void;
542
570
  /**
543
571
  * @see {@link ListRecommenderRecipesCommand}
544
572
  */
@@ -732,6 +760,13 @@ export interface CustomerProfiles {
732
760
  * @returns AsyncIterable of {@link ListObjectTypeAttributesCommandOutput}.
733
761
  */
734
762
  paginateListObjectTypeAttributes(args: ListObjectTypeAttributesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListObjectTypeAttributesCommandOutput>;
763
+ /**
764
+ * @see {@link ListRecommenderFiltersCommand}
765
+ * @param args - command input.
766
+ * @param paginationConfig - optional pagination config.
767
+ * @returns AsyncIterable of {@link ListRecommenderFiltersCommandOutput}.
768
+ */
769
+ paginateListRecommenderFilters(args: ListRecommenderFiltersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRecommenderFiltersCommandOutput>;
735
770
  /**
736
771
  * @see {@link ListRecommenderRecipesCommand}
737
772
  * @param args - command input.
@@ -18,6 +18,7 @@ import { CreateEventTriggerCommandInput, CreateEventTriggerCommandOutput } from
18
18
  import { CreateIntegrationWorkflowCommandInput, CreateIntegrationWorkflowCommandOutput } from "./commands/CreateIntegrationWorkflowCommand";
19
19
  import { CreateProfileCommandInput, CreateProfileCommandOutput } from "./commands/CreateProfileCommand";
20
20
  import { CreateRecommenderCommandInput, CreateRecommenderCommandOutput } from "./commands/CreateRecommenderCommand";
21
+ import { CreateRecommenderFilterCommandInput, CreateRecommenderFilterCommandOutput } from "./commands/CreateRecommenderFilterCommand";
21
22
  import { CreateSegmentDefinitionCommandInput, CreateSegmentDefinitionCommandOutput } from "./commands/CreateSegmentDefinitionCommand";
22
23
  import { CreateSegmentEstimateCommandInput, CreateSegmentEstimateCommandOutput } from "./commands/CreateSegmentEstimateCommand";
23
24
  import { CreateSegmentSnapshotCommandInput, CreateSegmentSnapshotCommandOutput } from "./commands/CreateSegmentSnapshotCommand";
@@ -34,6 +35,7 @@ import { DeleteProfileKeyCommandInput, DeleteProfileKeyCommandOutput } from "./c
34
35
  import { DeleteProfileObjectCommandInput, DeleteProfileObjectCommandOutput } from "./commands/DeleteProfileObjectCommand";
35
36
  import { DeleteProfileObjectTypeCommandInput, DeleteProfileObjectTypeCommandOutput } from "./commands/DeleteProfileObjectTypeCommand";
36
37
  import { DeleteRecommenderCommandInput, DeleteRecommenderCommandOutput } from "./commands/DeleteRecommenderCommand";
38
+ import { DeleteRecommenderFilterCommandInput, DeleteRecommenderFilterCommandOutput } from "./commands/DeleteRecommenderFilterCommand";
37
39
  import { DeleteSegmentDefinitionCommandInput, DeleteSegmentDefinitionCommandOutput } from "./commands/DeleteSegmentDefinitionCommand";
38
40
  import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "./commands/DeleteWorkflowCommand";
39
41
  import { DetectProfileObjectTypeCommandInput, DetectProfileObjectTypeCommandOutput } from "./commands/DetectProfileObjectTypeCommand";
@@ -54,6 +56,7 @@ import { GetProfileObjectTypeCommandInput, GetProfileObjectTypeCommandOutput } f
54
56
  import { GetProfileObjectTypeTemplateCommandInput, GetProfileObjectTypeTemplateCommandOutput } from "./commands/GetProfileObjectTypeTemplateCommand";
55
57
  import { GetProfileRecommendationsCommandInput, GetProfileRecommendationsCommandOutput } from "./commands/GetProfileRecommendationsCommand";
56
58
  import { GetRecommenderCommandInput, GetRecommenderCommandOutput } from "./commands/GetRecommenderCommand";
59
+ import { GetRecommenderFilterCommandInput, GetRecommenderFilterCommandOutput } from "./commands/GetRecommenderFilterCommand";
57
60
  import { GetSegmentDefinitionCommandInput, GetSegmentDefinitionCommandOutput } from "./commands/GetSegmentDefinitionCommand";
58
61
  import { GetSegmentEstimateCommandInput, GetSegmentEstimateCommandOutput } from "./commands/GetSegmentEstimateCommand";
59
62
  import { GetSegmentMembershipCommandInput, GetSegmentMembershipCommandOutput } from "./commands/GetSegmentMembershipCommand";
@@ -80,6 +83,7 @@ import { ListProfileHistoryRecordsCommandInput, ListProfileHistoryRecordsCommand
80
83
  import { ListProfileObjectsCommandInput, ListProfileObjectsCommandOutput } from "./commands/ListProfileObjectsCommand";
81
84
  import { ListProfileObjectTypesCommandInput, ListProfileObjectTypesCommandOutput } from "./commands/ListProfileObjectTypesCommand";
82
85
  import { ListProfileObjectTypeTemplatesCommandInput, ListProfileObjectTypeTemplatesCommandOutput } from "./commands/ListProfileObjectTypeTemplatesCommand";
86
+ import { ListRecommenderFiltersCommandInput, ListRecommenderFiltersCommandOutput } from "./commands/ListRecommenderFiltersCommand";
83
87
  import { ListRecommenderRecipesCommandInput, ListRecommenderRecipesCommandOutput } from "./commands/ListRecommenderRecipesCommand";
84
88
  import { ListRecommendersCommandInput, ListRecommendersCommandOutput } from "./commands/ListRecommendersCommand";
85
89
  import { ListRuleBasedMatchesCommandInput, ListRuleBasedMatchesCommandOutput } from "./commands/ListRuleBasedMatchesCommand";
@@ -111,11 +115,11 @@ export { __Client };
111
115
  /**
112
116
  * @public
113
117
  */
114
- export type ServiceInputTypes = AddProfileKeyCommandInput | BatchGetCalculatedAttributeForProfileCommandInput | BatchGetProfileCommandInput | CreateCalculatedAttributeDefinitionCommandInput | CreateDomainCommandInput | CreateDomainLayoutCommandInput | CreateEventStreamCommandInput | CreateEventTriggerCommandInput | CreateIntegrationWorkflowCommandInput | CreateProfileCommandInput | CreateRecommenderCommandInput | CreateSegmentDefinitionCommandInput | CreateSegmentEstimateCommandInput | CreateSegmentSnapshotCommandInput | CreateUploadJobCommandInput | DeleteCalculatedAttributeDefinitionCommandInput | DeleteDomainCommandInput | DeleteDomainLayoutCommandInput | DeleteDomainObjectTypeCommandInput | DeleteEventStreamCommandInput | DeleteEventTriggerCommandInput | DeleteIntegrationCommandInput | DeleteProfileCommandInput | DeleteProfileKeyCommandInput | DeleteProfileObjectCommandInput | DeleteProfileObjectTypeCommandInput | DeleteRecommenderCommandInput | DeleteSegmentDefinitionCommandInput | DeleteWorkflowCommandInput | DetectProfileObjectTypeCommandInput | GetAutoMergingPreviewCommandInput | GetCalculatedAttributeDefinitionCommandInput | GetCalculatedAttributeForProfileCommandInput | GetDomainCommandInput | GetDomainLayoutCommandInput | GetDomainObjectTypeCommandInput | GetEventStreamCommandInput | GetEventTriggerCommandInput | GetIdentityResolutionJobCommandInput | GetIntegrationCommandInput | GetMatchesCommandInput | GetObjectTypeAttributeStatisticsCommandInput | GetProfileHistoryRecordCommandInput | GetProfileObjectTypeCommandInput | GetProfileObjectTypeTemplateCommandInput | GetProfileRecommendationsCommandInput | GetRecommenderCommandInput | GetSegmentDefinitionCommandInput | GetSegmentEstimateCommandInput | GetSegmentMembershipCommandInput | GetSegmentSnapshotCommandInput | GetSimilarProfilesCommandInput | GetUploadJobCommandInput | GetUploadJobPathCommandInput | GetWorkflowCommandInput | GetWorkflowStepsCommandInput | ListAccountIntegrationsCommandInput | ListCalculatedAttributeDefinitionsCommandInput | ListCalculatedAttributesForProfileCommandInput | ListDomainLayoutsCommandInput | ListDomainObjectTypesCommandInput | ListDomainsCommandInput | ListEventStreamsCommandInput | ListEventTriggersCommandInput | ListIdentityResolutionJobsCommandInput | ListIntegrationsCommandInput | ListObjectTypeAttributeValuesCommandInput | ListObjectTypeAttributesCommandInput | ListProfileAttributeValuesCommandInput | ListProfileHistoryRecordsCommandInput | ListProfileObjectTypeTemplatesCommandInput | ListProfileObjectTypesCommandInput | ListProfileObjectsCommandInput | ListRecommenderRecipesCommandInput | ListRecommendersCommandInput | ListRuleBasedMatchesCommandInput | ListSegmentDefinitionsCommandInput | ListTagsForResourceCommandInput | ListUploadJobsCommandInput | ListWorkflowsCommandInput | MergeProfilesCommandInput | PutDomainObjectTypeCommandInput | PutIntegrationCommandInput | PutProfileObjectCommandInput | PutProfileObjectTypeCommandInput | SearchProfilesCommandInput | StartRecommenderCommandInput | StartUploadJobCommandInput | StopRecommenderCommandInput | StopUploadJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateCalculatedAttributeDefinitionCommandInput | UpdateDomainCommandInput | UpdateDomainLayoutCommandInput | UpdateEventTriggerCommandInput | UpdateProfileCommandInput | UpdateRecommenderCommandInput;
118
+ export type ServiceInputTypes = AddProfileKeyCommandInput | BatchGetCalculatedAttributeForProfileCommandInput | BatchGetProfileCommandInput | CreateCalculatedAttributeDefinitionCommandInput | CreateDomainCommandInput | CreateDomainLayoutCommandInput | CreateEventStreamCommandInput | CreateEventTriggerCommandInput | CreateIntegrationWorkflowCommandInput | CreateProfileCommandInput | CreateRecommenderCommandInput | CreateRecommenderFilterCommandInput | CreateSegmentDefinitionCommandInput | CreateSegmentEstimateCommandInput | CreateSegmentSnapshotCommandInput | CreateUploadJobCommandInput | DeleteCalculatedAttributeDefinitionCommandInput | DeleteDomainCommandInput | DeleteDomainLayoutCommandInput | DeleteDomainObjectTypeCommandInput | DeleteEventStreamCommandInput | DeleteEventTriggerCommandInput | DeleteIntegrationCommandInput | DeleteProfileCommandInput | DeleteProfileKeyCommandInput | DeleteProfileObjectCommandInput | DeleteProfileObjectTypeCommandInput | DeleteRecommenderCommandInput | DeleteRecommenderFilterCommandInput | DeleteSegmentDefinitionCommandInput | DeleteWorkflowCommandInput | DetectProfileObjectTypeCommandInput | GetAutoMergingPreviewCommandInput | GetCalculatedAttributeDefinitionCommandInput | GetCalculatedAttributeForProfileCommandInput | GetDomainCommandInput | GetDomainLayoutCommandInput | GetDomainObjectTypeCommandInput | GetEventStreamCommandInput | GetEventTriggerCommandInput | GetIdentityResolutionJobCommandInput | GetIntegrationCommandInput | GetMatchesCommandInput | GetObjectTypeAttributeStatisticsCommandInput | GetProfileHistoryRecordCommandInput | GetProfileObjectTypeCommandInput | GetProfileObjectTypeTemplateCommandInput | GetProfileRecommendationsCommandInput | GetRecommenderCommandInput | GetRecommenderFilterCommandInput | GetSegmentDefinitionCommandInput | GetSegmentEstimateCommandInput | GetSegmentMembershipCommandInput | GetSegmentSnapshotCommandInput | GetSimilarProfilesCommandInput | GetUploadJobCommandInput | GetUploadJobPathCommandInput | GetWorkflowCommandInput | GetWorkflowStepsCommandInput | ListAccountIntegrationsCommandInput | ListCalculatedAttributeDefinitionsCommandInput | ListCalculatedAttributesForProfileCommandInput | ListDomainLayoutsCommandInput | ListDomainObjectTypesCommandInput | ListDomainsCommandInput | ListEventStreamsCommandInput | ListEventTriggersCommandInput | ListIdentityResolutionJobsCommandInput | ListIntegrationsCommandInput | ListObjectTypeAttributeValuesCommandInput | ListObjectTypeAttributesCommandInput | ListProfileAttributeValuesCommandInput | ListProfileHistoryRecordsCommandInput | ListProfileObjectTypeTemplatesCommandInput | ListProfileObjectTypesCommandInput | ListProfileObjectsCommandInput | ListRecommenderFiltersCommandInput | ListRecommenderRecipesCommandInput | ListRecommendersCommandInput | ListRuleBasedMatchesCommandInput | ListSegmentDefinitionsCommandInput | ListTagsForResourceCommandInput | ListUploadJobsCommandInput | ListWorkflowsCommandInput | MergeProfilesCommandInput | PutDomainObjectTypeCommandInput | PutIntegrationCommandInput | PutProfileObjectCommandInput | PutProfileObjectTypeCommandInput | SearchProfilesCommandInput | StartRecommenderCommandInput | StartUploadJobCommandInput | StopRecommenderCommandInput | StopUploadJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateCalculatedAttributeDefinitionCommandInput | UpdateDomainCommandInput | UpdateDomainLayoutCommandInput | UpdateEventTriggerCommandInput | UpdateProfileCommandInput | UpdateRecommenderCommandInput;
115
119
  /**
116
120
  * @public
117
121
  */
118
- export type ServiceOutputTypes = AddProfileKeyCommandOutput | BatchGetCalculatedAttributeForProfileCommandOutput | BatchGetProfileCommandOutput | CreateCalculatedAttributeDefinitionCommandOutput | CreateDomainCommandOutput | CreateDomainLayoutCommandOutput | CreateEventStreamCommandOutput | CreateEventTriggerCommandOutput | CreateIntegrationWorkflowCommandOutput | CreateProfileCommandOutput | CreateRecommenderCommandOutput | CreateSegmentDefinitionCommandOutput | CreateSegmentEstimateCommandOutput | CreateSegmentSnapshotCommandOutput | CreateUploadJobCommandOutput | DeleteCalculatedAttributeDefinitionCommandOutput | DeleteDomainCommandOutput | DeleteDomainLayoutCommandOutput | DeleteDomainObjectTypeCommandOutput | DeleteEventStreamCommandOutput | DeleteEventTriggerCommandOutput | DeleteIntegrationCommandOutput | DeleteProfileCommandOutput | DeleteProfileKeyCommandOutput | DeleteProfileObjectCommandOutput | DeleteProfileObjectTypeCommandOutput | DeleteRecommenderCommandOutput | DeleteSegmentDefinitionCommandOutput | DeleteWorkflowCommandOutput | DetectProfileObjectTypeCommandOutput | GetAutoMergingPreviewCommandOutput | GetCalculatedAttributeDefinitionCommandOutput | GetCalculatedAttributeForProfileCommandOutput | GetDomainCommandOutput | GetDomainLayoutCommandOutput | GetDomainObjectTypeCommandOutput | GetEventStreamCommandOutput | GetEventTriggerCommandOutput | GetIdentityResolutionJobCommandOutput | GetIntegrationCommandOutput | GetMatchesCommandOutput | GetObjectTypeAttributeStatisticsCommandOutput | GetProfileHistoryRecordCommandOutput | GetProfileObjectTypeCommandOutput | GetProfileObjectTypeTemplateCommandOutput | GetProfileRecommendationsCommandOutput | GetRecommenderCommandOutput | GetSegmentDefinitionCommandOutput | GetSegmentEstimateCommandOutput | GetSegmentMembershipCommandOutput | GetSegmentSnapshotCommandOutput | GetSimilarProfilesCommandOutput | GetUploadJobCommandOutput | GetUploadJobPathCommandOutput | GetWorkflowCommandOutput | GetWorkflowStepsCommandOutput | ListAccountIntegrationsCommandOutput | ListCalculatedAttributeDefinitionsCommandOutput | ListCalculatedAttributesForProfileCommandOutput | ListDomainLayoutsCommandOutput | ListDomainObjectTypesCommandOutput | ListDomainsCommandOutput | ListEventStreamsCommandOutput | ListEventTriggersCommandOutput | ListIdentityResolutionJobsCommandOutput | ListIntegrationsCommandOutput | ListObjectTypeAttributeValuesCommandOutput | ListObjectTypeAttributesCommandOutput | ListProfileAttributeValuesCommandOutput | ListProfileHistoryRecordsCommandOutput | ListProfileObjectTypeTemplatesCommandOutput | ListProfileObjectTypesCommandOutput | ListProfileObjectsCommandOutput | ListRecommenderRecipesCommandOutput | ListRecommendersCommandOutput | ListRuleBasedMatchesCommandOutput | ListSegmentDefinitionsCommandOutput | ListTagsForResourceCommandOutput | ListUploadJobsCommandOutput | ListWorkflowsCommandOutput | MergeProfilesCommandOutput | PutDomainObjectTypeCommandOutput | PutIntegrationCommandOutput | PutProfileObjectCommandOutput | PutProfileObjectTypeCommandOutput | SearchProfilesCommandOutput | StartRecommenderCommandOutput | StartUploadJobCommandOutput | StopRecommenderCommandOutput | StopUploadJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateCalculatedAttributeDefinitionCommandOutput | UpdateDomainCommandOutput | UpdateDomainLayoutCommandOutput | UpdateEventTriggerCommandOutput | UpdateProfileCommandOutput | UpdateRecommenderCommandOutput;
122
+ export type ServiceOutputTypes = AddProfileKeyCommandOutput | BatchGetCalculatedAttributeForProfileCommandOutput | BatchGetProfileCommandOutput | CreateCalculatedAttributeDefinitionCommandOutput | CreateDomainCommandOutput | CreateDomainLayoutCommandOutput | CreateEventStreamCommandOutput | CreateEventTriggerCommandOutput | CreateIntegrationWorkflowCommandOutput | CreateProfileCommandOutput | CreateRecommenderCommandOutput | CreateRecommenderFilterCommandOutput | CreateSegmentDefinitionCommandOutput | CreateSegmentEstimateCommandOutput | CreateSegmentSnapshotCommandOutput | CreateUploadJobCommandOutput | DeleteCalculatedAttributeDefinitionCommandOutput | DeleteDomainCommandOutput | DeleteDomainLayoutCommandOutput | DeleteDomainObjectTypeCommandOutput | DeleteEventStreamCommandOutput | DeleteEventTriggerCommandOutput | DeleteIntegrationCommandOutput | DeleteProfileCommandOutput | DeleteProfileKeyCommandOutput | DeleteProfileObjectCommandOutput | DeleteProfileObjectTypeCommandOutput | DeleteRecommenderCommandOutput | DeleteRecommenderFilterCommandOutput | DeleteSegmentDefinitionCommandOutput | DeleteWorkflowCommandOutput | DetectProfileObjectTypeCommandOutput | GetAutoMergingPreviewCommandOutput | GetCalculatedAttributeDefinitionCommandOutput | GetCalculatedAttributeForProfileCommandOutput | GetDomainCommandOutput | GetDomainLayoutCommandOutput | GetDomainObjectTypeCommandOutput | GetEventStreamCommandOutput | GetEventTriggerCommandOutput | GetIdentityResolutionJobCommandOutput | GetIntegrationCommandOutput | GetMatchesCommandOutput | GetObjectTypeAttributeStatisticsCommandOutput | GetProfileHistoryRecordCommandOutput | GetProfileObjectTypeCommandOutput | GetProfileObjectTypeTemplateCommandOutput | GetProfileRecommendationsCommandOutput | GetRecommenderCommandOutput | GetRecommenderFilterCommandOutput | GetSegmentDefinitionCommandOutput | GetSegmentEstimateCommandOutput | GetSegmentMembershipCommandOutput | GetSegmentSnapshotCommandOutput | GetSimilarProfilesCommandOutput | GetUploadJobCommandOutput | GetUploadJobPathCommandOutput | GetWorkflowCommandOutput | GetWorkflowStepsCommandOutput | ListAccountIntegrationsCommandOutput | ListCalculatedAttributeDefinitionsCommandOutput | ListCalculatedAttributesForProfileCommandOutput | ListDomainLayoutsCommandOutput | ListDomainObjectTypesCommandOutput | ListDomainsCommandOutput | ListEventStreamsCommandOutput | ListEventTriggersCommandOutput | ListIdentityResolutionJobsCommandOutput | ListIntegrationsCommandOutput | ListObjectTypeAttributeValuesCommandOutput | ListObjectTypeAttributesCommandOutput | ListProfileAttributeValuesCommandOutput | ListProfileHistoryRecordsCommandOutput | ListProfileObjectTypeTemplatesCommandOutput | ListProfileObjectTypesCommandOutput | ListProfileObjectsCommandOutput | ListRecommenderFiltersCommandOutput | ListRecommenderRecipesCommandOutput | ListRecommendersCommandOutput | ListRuleBasedMatchesCommandOutput | ListSegmentDefinitionsCommandOutput | ListTagsForResourceCommandOutput | ListUploadJobsCommandOutput | ListWorkflowsCommandOutput | MergeProfilesCommandOutput | PutDomainObjectTypeCommandOutput | PutIntegrationCommandOutput | PutProfileObjectCommandOutput | PutProfileObjectTypeCommandOutput | SearchProfilesCommandOutput | StartRecommenderCommandOutput | StartUploadJobCommandOutput | StopRecommenderCommandOutput | StopUploadJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateCalculatedAttributeDefinitionCommandOutput | UpdateDomainCommandOutput | UpdateDomainLayoutCommandOutput | UpdateEventTriggerCommandOutput | UpdateProfileCommandOutput | UpdateRecommenderCommandOutput;
119
123
  /**
120
124
  * @public
121
125
  */
@@ -39,17 +39,21 @@ declare const CreateRecommenderCommand_base: {
39
39
  * const input = { // CreateRecommenderRequest
40
40
  * DomainName: "STRING_VALUE", // required
41
41
  * RecommenderName: "STRING_VALUE", // required
42
- * RecommenderRecipeName: "recommended-for-you" || "similar-items" || "frequently-paired-items" || "popular-items" || "trending-now", // required
42
+ * RecommenderRecipeName: "recommended-for-you" || "similar-items" || "frequently-paired-items" || "popular-items" || "trending-now" || "personalized-ranking", // required
43
43
  * RecommenderConfig: { // RecommenderConfig
44
44
  * EventsConfig: { // EventsConfig
45
45
  * EventParametersList: [ // EventParametersList // required
46
46
  * { // EventParameters
47
47
  * EventType: "STRING_VALUE", // required
48
48
  * EventValueThreshold: Number("double"),
49
+ * EventWeight: Number("double"),
49
50
  * },
50
51
  * ],
51
52
  * },
52
53
  * TrainingFrequency: Number("int"),
54
+ * InferenceConfig: { // InferenceConfig
55
+ * MinProvisionedTPS: Number("int"),
56
+ * },
53
57
  * },
54
58
  * Description: "STRING_VALUE",
55
59
  * Tags: { // TagMap
@@ -0,0 +1,98 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
4
+ import type { CreateRecommenderFilterRequest, CreateRecommenderFilterResponse } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link CreateRecommenderFilterCommand}.
14
+ */
15
+ export interface CreateRecommenderFilterCommandInput extends CreateRecommenderFilterRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link CreateRecommenderFilterCommand}.
21
+ */
22
+ export interface CreateRecommenderFilterCommandOutput extends CreateRecommenderFilterResponse, __MetadataBearer {
23
+ }
24
+ declare const CreateRecommenderFilterCommand_base: {
25
+ new (input: CreateRecommenderFilterCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRecommenderFilterCommandInput, CreateRecommenderFilterCommandOutput, CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateRecommenderFilterCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRecommenderFilterCommandInput, CreateRecommenderFilterCommandOutput, CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Creates a recommender filter. A recommender filter specifies which items to include or exclude from recommendations.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { CustomerProfilesClient, CreateRecommenderFilterCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import
35
+ * // const { CustomerProfilesClient, CreateRecommenderFilterCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import
36
+ * // import type { CustomerProfilesClientConfig } from "@aws-sdk/client-customer-profiles";
37
+ * const config = {}; // type is CustomerProfilesClientConfig
38
+ * const client = new CustomerProfilesClient(config);
39
+ * const input = { // CreateRecommenderFilterRequest
40
+ * DomainName: "STRING_VALUE", // required
41
+ * RecommenderFilterName: "STRING_VALUE", // required
42
+ * RecommenderFilterExpression: "STRING_VALUE", // required
43
+ * Description: "STRING_VALUE",
44
+ * Tags: { // TagMap
45
+ * "<keys>": "STRING_VALUE",
46
+ * },
47
+ * };
48
+ * const command = new CreateRecommenderFilterCommand(input);
49
+ * const response = await client.send(command);
50
+ * // { // CreateRecommenderFilterResponse
51
+ * // RecommenderFilterArn: "STRING_VALUE", // required
52
+ * // Tags: { // TagMap
53
+ * // "<keys>": "STRING_VALUE",
54
+ * // },
55
+ * // };
56
+ *
57
+ * ```
58
+ *
59
+ * @param CreateRecommenderFilterCommandInput - {@link CreateRecommenderFilterCommandInput}
60
+ * @returns {@link CreateRecommenderFilterCommandOutput}
61
+ * @see {@link CreateRecommenderFilterCommandInput} for command's `input` shape.
62
+ * @see {@link CreateRecommenderFilterCommandOutput} for command's `response` shape.
63
+ * @see {@link CustomerProfilesClientResolvedConfig | config} for CustomerProfilesClient's `config` shape.
64
+ *
65
+ * @throws {@link AccessDeniedException} (client fault)
66
+ * <p>You do not have sufficient access to perform this action.</p>
67
+ *
68
+ * @throws {@link BadRequestException} (client fault)
69
+ * <p>The input you provided is invalid.</p>
70
+ *
71
+ * @throws {@link InternalServerException} (server fault)
72
+ * <p>An internal service error occurred.</p>
73
+ *
74
+ * @throws {@link ResourceNotFoundException} (client fault)
75
+ * <p>The requested resource does not exist, or access was denied.</p>
76
+ *
77
+ * @throws {@link ThrottlingException} (client fault)
78
+ * <p>You exceeded the maximum number of requests.</p>
79
+ *
80
+ * @throws {@link CustomerProfilesServiceException}
81
+ * <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
82
+ *
83
+ *
84
+ * @public
85
+ */
86
+ export declare class CreateRecommenderFilterCommand extends CreateRecommenderFilterCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: CreateRecommenderFilterRequest;
91
+ output: CreateRecommenderFilterResponse;
92
+ };
93
+ sdk: {
94
+ input: CreateRecommenderFilterCommandInput;
95
+ output: CreateRecommenderFilterCommandOutput;
96
+ };
97
+ };
98
+ }