@aws-sdk/client-customer-profiles 3.1030.0 → 3.1031.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 (55) hide show
  1. package/README.md +28 -0
  2. package/dist-cjs/index.js +76 -4
  3. package/dist-cjs/schemas/schemas_0.js +122 -24
  4. package/dist-es/CustomerProfiles.js +10 -0
  5. package/dist-es/commands/CreateRecommenderSchemaCommand.js +16 -0
  6. package/dist-es/commands/DeleteRecommenderSchemaCommand.js +16 -0
  7. package/dist-es/commands/GetRecommenderSchemaCommand.js +16 -0
  8. package/dist-es/commands/ListRecommenderSchemasCommand.js +16 -0
  9. package/dist-es/commands/index.js +4 -0
  10. package/dist-es/models/enums.js +15 -4
  11. package/dist-es/pagination/ListRecommenderSchemasPaginator.js +4 -0
  12. package/dist-es/pagination/index.js +1 -0
  13. package/dist-es/schemas/schemas_0.js +113 -16
  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 +6 -0
  17. package/dist-types/commands/CreateRecommenderFilterCommand.d.ts +1 -0
  18. package/dist-types/commands/CreateRecommenderSchemaCommand.d.ts +117 -0
  19. package/dist-types/commands/DeleteRecommenderSchemaCommand.d.ts +88 -0
  20. package/dist-types/commands/GetRecommenderCommand.d.ts +11 -0
  21. package/dist-types/commands/GetRecommenderFilterCommand.d.ts +1 -0
  22. package/dist-types/commands/GetRecommenderSchemaCommand.d.ts +101 -0
  23. package/dist-types/commands/ListRecommenderFiltersCommand.d.ts +1 -0
  24. package/dist-types/commands/ListRecommenderSchemasCommand.d.ts +107 -0
  25. package/dist-types/commands/ListRecommendersCommand.d.ts +11 -0
  26. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  27. package/dist-types/commands/ListUploadJobsCommand.d.ts +1 -1
  28. package/dist-types/commands/ListWorkflowsCommand.d.ts +1 -1
  29. package/dist-types/commands/MergeProfilesCommand.d.ts +1 -1
  30. package/dist-types/commands/UpdateRecommenderCommand.d.ts +5 -0
  31. package/dist-types/commands/index.d.ts +4 -0
  32. package/dist-types/models/enums.d.ts +31 -12
  33. package/dist-types/models/models_0.d.ts +238 -338
  34. package/dist-types/models/models_1.d.ts +338 -1
  35. package/dist-types/pagination/ListRecommenderSchemasPaginator.d.ts +7 -0
  36. package/dist-types/pagination/index.d.ts +1 -0
  37. package/dist-types/schemas/schemas_0.d.ts +14 -0
  38. package/dist-types/ts3.4/CustomerProfiles.d.ts +75 -0
  39. package/dist-types/ts3.4/CustomerProfilesClient.d.ts +24 -0
  40. package/dist-types/ts3.4/commands/CreateRecommenderSchemaCommand.d.ts +51 -0
  41. package/dist-types/ts3.4/commands/DeleteRecommenderSchemaCommand.d.ts +51 -0
  42. package/dist-types/ts3.4/commands/GetRecommenderSchemaCommand.d.ts +51 -0
  43. package/dist-types/ts3.4/commands/ListRecommenderSchemasCommand.d.ts +51 -0
  44. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -4
  45. package/dist-types/ts3.4/commands/ListUploadJobsCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/MergeProfilesCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  49. package/dist-types/ts3.4/models/enums.d.ts +18 -5
  50. package/dist-types/ts3.4/models/models_0.d.ts +57 -76
  51. package/dist-types/ts3.4/models/models_1.d.ts +80 -0
  52. package/dist-types/ts3.4/pagination/ListRecommenderSchemasPaginator.d.ts +11 -0
  53. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  54. package/dist-types/ts3.4/schemas/schemas_0.d.ts +14 -0
  55. package/package.json +33 -33
package/README.md CHANGED
@@ -283,6 +283,13 @@ CreateRecommenderFilter
283
283
  </details>
284
284
  <details>
285
285
  <summary>
286
+ CreateRecommenderSchema
287
+ </summary>
288
+
289
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/CreateRecommenderSchemaCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateRecommenderSchemaCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateRecommenderSchemaCommandOutput/)
290
+ </details>
291
+ <details>
292
+ <summary>
286
293
  CreateSegmentDefinition
287
294
  </summary>
288
295
 
@@ -402,6 +409,13 @@ DeleteRecommenderFilter
402
409
  </details>
403
410
  <details>
404
411
  <summary>
412
+ DeleteRecommenderSchema
413
+ </summary>
414
+
415
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/DeleteRecommenderSchemaCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/DeleteRecommenderSchemaCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/DeleteRecommenderSchemaCommandOutput/)
416
+ </details>
417
+ <details>
418
+ <summary>
405
419
  DeleteSegmentDefinition
406
420
  </summary>
407
421
 
@@ -549,6 +563,13 @@ GetRecommenderFilter
549
563
  </details>
550
564
  <details>
551
565
  <summary>
566
+ GetRecommenderSchema
567
+ </summary>
568
+
569
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/GetRecommenderSchemaCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetRecommenderSchemaCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetRecommenderSchemaCommandOutput/)
570
+ </details>
571
+ <details>
572
+ <summary>
552
573
  GetSegmentDefinition
553
574
  </summary>
554
575
 
@@ -752,6 +773,13 @@ ListRecommenders
752
773
  </details>
753
774
  <details>
754
775
  <summary>
776
+ ListRecommenderSchemas
777
+ </summary>
778
+
779
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/ListRecommenderSchemasCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListRecommenderSchemasCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListRecommenderSchemasCommandOutput/)
780
+ </details>
781
+ <details>
782
+ <summary>
755
783
  ListRuleBasedMatches
756
784
  </summary>
757
785
 
package/dist-cjs/index.js CHANGED
@@ -257,6 +257,18 @@ class CreateRecommenderFilterCommand extends smithyClient.Command
257
257
  .build() {
258
258
  }
259
259
 
260
+ class CreateRecommenderSchemaCommand extends smithyClient.Command
261
+ .classBuilder()
262
+ .ep(commonParams)
263
+ .m(function (Command, cs, config, o) {
264
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
265
+ })
266
+ .s("CustomerProfiles_20200815", "CreateRecommenderSchema", {})
267
+ .n("CustomerProfilesClient", "CreateRecommenderSchemaCommand")
268
+ .sc(schemas_0.CreateRecommenderSchema$)
269
+ .build() {
270
+ }
271
+
260
272
  class CreateSegmentDefinitionCommand extends smithyClient.Command
261
273
  .classBuilder()
262
274
  .ep(commonParams)
@@ -461,6 +473,18 @@ class DeleteRecommenderFilterCommand extends smithyClient.Command
461
473
  .build() {
462
474
  }
463
475
 
476
+ class DeleteRecommenderSchemaCommand extends smithyClient.Command
477
+ .classBuilder()
478
+ .ep(commonParams)
479
+ .m(function (Command, cs, config, o) {
480
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
481
+ })
482
+ .s("CustomerProfiles_20200815", "DeleteRecommenderSchema", {})
483
+ .n("CustomerProfilesClient", "DeleteRecommenderSchemaCommand")
484
+ .sc(schemas_0.DeleteRecommenderSchema$)
485
+ .build() {
486
+ }
487
+
464
488
  class DeleteSegmentDefinitionCommand extends smithyClient.Command
465
489
  .classBuilder()
466
490
  .ep(commonParams)
@@ -713,6 +737,18 @@ class GetRecommenderFilterCommand extends smithyClient.Command
713
737
  .build() {
714
738
  }
715
739
 
740
+ class GetRecommenderSchemaCommand extends smithyClient.Command
741
+ .classBuilder()
742
+ .ep(commonParams)
743
+ .m(function (Command, cs, config, o) {
744
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
745
+ })
746
+ .s("CustomerProfiles_20200815", "GetRecommenderSchema", {})
747
+ .n("CustomerProfilesClient", "GetRecommenderSchemaCommand")
748
+ .sc(schemas_0.GetRecommenderSchema$)
749
+ .build() {
750
+ }
751
+
716
752
  class GetSegmentDefinitionCommand extends smithyClient.Command
717
753
  .classBuilder()
718
754
  .ep(commonParams)
@@ -1049,6 +1085,18 @@ class ListRecommenderRecipesCommand extends smithyClient.Command
1049
1085
  .build() {
1050
1086
  }
1051
1087
 
1088
+ class ListRecommenderSchemasCommand extends smithyClient.Command
1089
+ .classBuilder()
1090
+ .ep(commonParams)
1091
+ .m(function (Command, cs, config, o) {
1092
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1093
+ })
1094
+ .s("CustomerProfiles_20200815", "ListRecommenderSchemas", {})
1095
+ .n("CustomerProfilesClient", "ListRecommenderSchemasCommand")
1096
+ .sc(schemas_0.ListRecommenderSchemas$)
1097
+ .build() {
1098
+ }
1099
+
1052
1100
  class ListRecommendersCommand extends smithyClient.Command
1053
1101
  .classBuilder()
1054
1102
  .ep(commonParams)
@@ -1353,6 +1401,8 @@ const paginateListRecommenderFilters = core.createPaginator(CustomerProfilesClie
1353
1401
 
1354
1402
  const paginateListRecommenderRecipes = core.createPaginator(CustomerProfilesClient, ListRecommenderRecipesCommand, "NextToken", "NextToken", "MaxResults");
1355
1403
 
1404
+ const paginateListRecommenderSchemas = core.createPaginator(CustomerProfilesClient, ListRecommenderSchemasCommand, "NextToken", "NextToken", "MaxResults");
1405
+
1356
1406
  const paginateListRecommenders = core.createPaginator(CustomerProfilesClient, ListRecommendersCommand, "NextToken", "NextToken", "MaxResults");
1357
1407
 
1358
1408
  const paginateListRuleBasedMatches = core.createPaginator(CustomerProfilesClient, ListRuleBasedMatchesCommand, "NextToken", "NextToken", "MaxResults");
@@ -1374,6 +1424,7 @@ const commands = {
1374
1424
  CreateProfileCommand,
1375
1425
  CreateRecommenderCommand,
1376
1426
  CreateRecommenderFilterCommand,
1427
+ CreateRecommenderSchemaCommand,
1377
1428
  CreateSegmentDefinitionCommand,
1378
1429
  CreateSegmentEstimateCommand,
1379
1430
  CreateSegmentSnapshotCommand,
@@ -1391,6 +1442,7 @@ const commands = {
1391
1442
  DeleteProfileObjectTypeCommand,
1392
1443
  DeleteRecommenderCommand,
1393
1444
  DeleteRecommenderFilterCommand,
1445
+ DeleteRecommenderSchemaCommand,
1394
1446
  DeleteSegmentDefinitionCommand,
1395
1447
  DeleteWorkflowCommand,
1396
1448
  DetectProfileObjectTypeCommand,
@@ -1412,6 +1464,7 @@ const commands = {
1412
1464
  GetProfileRecommendationsCommand,
1413
1465
  GetRecommenderCommand,
1414
1466
  GetRecommenderFilterCommand,
1467
+ GetRecommenderSchemaCommand,
1415
1468
  GetSegmentDefinitionCommand,
1416
1469
  GetSegmentEstimateCommand,
1417
1470
  GetSegmentMembershipCommand,
@@ -1441,6 +1494,7 @@ const commands = {
1441
1494
  ListRecommenderFiltersCommand,
1442
1495
  ListRecommenderRecipesCommand,
1443
1496
  ListRecommendersCommand,
1497
+ ListRecommenderSchemasCommand,
1444
1498
  ListRuleBasedMatchesCommand,
1445
1499
  ListSegmentDefinitionsCommand,
1446
1500
  ListTagsForResourceCommand,
@@ -1475,6 +1529,7 @@ const paginators = {
1475
1529
  paginateListRecommenderFilters,
1476
1530
  paginateListRecommenderRecipes,
1477
1531
  paginateListRecommenders,
1532
+ paginateListRecommenderSchemas,
1478
1533
  paginateListRuleBasedMatches,
1479
1534
  paginateListSegmentDefinitions,
1480
1535
  paginateListUploadJobs,
@@ -1816,6 +1871,14 @@ const RecommenderRecipeName = {
1816
1871
  SIMILAR_ITEMS: "similar-items",
1817
1872
  TRENDING_NOW: "trending-now",
1818
1873
  };
1874
+ const FeatureType = {
1875
+ CATEGORICAL: "CATEGORICAL",
1876
+ TEXTUAL: "TEXTUAL",
1877
+ };
1878
+ const RecommenderSchemaStatus = {
1879
+ ACTIVE: "ACTIVE",
1880
+ DELETING: "DELETING",
1881
+ };
1819
1882
  const DateDimensionType = {
1820
1883
  AFTER: "AFTER",
1821
1884
  BEFORE: "BEFORE",
@@ -1879,10 +1942,6 @@ const StandardIdentifier = {
1879
1942
  UNIQUE: "UNIQUE",
1880
1943
  WEB_ANALYTICS: "WEB_ANALYTICS",
1881
1944
  };
1882
- const FeatureType = {
1883
- CATEGORICAL: "CATEGORICAL",
1884
- TEXTUAL: "TEXTUAL",
1885
- };
1886
1945
  const EventStreamDestinationStatus = {
1887
1946
  HEALTHY: "HEALTHY",
1888
1947
  UNHEALTHY: "UNHEALTHY",
@@ -1918,7 +1977,14 @@ const TrainingMetricName = {
1918
1977
  COVERAGE: "coverage",
1919
1978
  FRESHNESS: "freshness",
1920
1979
  HIT: "hit",
1980
+ MEAN_RECIPROCAL_RANK_AT_25: "mean_reciprocal_rank_at_25",
1981
+ NORMALIZED_DISCOUNTED_CUMULATIVE_GAIN_AT_10: "normalized_discounted_cumulative_gain_at_10",
1982
+ NORMALIZED_DISCOUNTED_CUMULATIVE_GAIN_AT_25: "normalized_discounted_cumulative_gain_at_25",
1983
+ NORMALIZED_DISCOUNTED_CUMULATIVE_GAIN_AT_5: "normalized_discounted_cumulative_gain_at_5",
1921
1984
  POPULARITY: "popularity",
1985
+ PRECISION_AT_10: "precision_at_10",
1986
+ PRECISION_AT_25: "precision_at_25",
1987
+ PRECISION_AT_5: "precision_at_5",
1922
1988
  RECALL: "recall",
1923
1989
  SIMILARITY: "similarity",
1924
1990
  };
@@ -1990,6 +2056,7 @@ exports.CreateIntegrationWorkflowCommand = CreateIntegrationWorkflowCommand;
1990
2056
  exports.CreateProfileCommand = CreateProfileCommand;
1991
2057
  exports.CreateRecommenderCommand = CreateRecommenderCommand;
1992
2058
  exports.CreateRecommenderFilterCommand = CreateRecommenderFilterCommand;
2059
+ exports.CreateRecommenderSchemaCommand = CreateRecommenderSchemaCommand;
1993
2060
  exports.CreateSegmentDefinitionCommand = CreateSegmentDefinitionCommand;
1994
2061
  exports.CreateSegmentEstimateCommand = CreateSegmentEstimateCommand;
1995
2062
  exports.CreateSegmentSnapshotCommand = CreateSegmentSnapshotCommand;
@@ -2012,6 +2079,7 @@ exports.DeleteProfileObjectCommand = DeleteProfileObjectCommand;
2012
2079
  exports.DeleteProfileObjectTypeCommand = DeleteProfileObjectTypeCommand;
2013
2080
  exports.DeleteRecommenderCommand = DeleteRecommenderCommand;
2014
2081
  exports.DeleteRecommenderFilterCommand = DeleteRecommenderFilterCommand;
2082
+ exports.DeleteRecommenderSchemaCommand = DeleteRecommenderSchemaCommand;
2015
2083
  exports.DeleteSegmentDefinitionCommand = DeleteSegmentDefinitionCommand;
2016
2084
  exports.DeleteWorkflowCommand = DeleteWorkflowCommand;
2017
2085
  exports.DetectProfileObjectTypeCommand = DetectProfileObjectTypeCommand;
@@ -2041,6 +2109,7 @@ exports.GetProfileObjectTypeTemplateCommand = GetProfileObjectTypeTemplateComman
2041
2109
  exports.GetProfileRecommendationsCommand = GetProfileRecommendationsCommand;
2042
2110
  exports.GetRecommenderCommand = GetRecommenderCommand;
2043
2111
  exports.GetRecommenderFilterCommand = GetRecommenderFilterCommand;
2112
+ exports.GetRecommenderSchemaCommand = GetRecommenderSchemaCommand;
2044
2113
  exports.GetSegmentDefinitionCommand = GetSegmentDefinitionCommand;
2045
2114
  exports.GetSegmentEstimateCommand = GetSegmentEstimateCommand;
2046
2115
  exports.GetSegmentMembershipCommand = GetSegmentMembershipCommand;
@@ -2074,6 +2143,7 @@ exports.ListProfileObjectTypesCommand = ListProfileObjectTypesCommand;
2074
2143
  exports.ListProfileObjectsCommand = ListProfileObjectsCommand;
2075
2144
  exports.ListRecommenderFiltersCommand = ListRecommenderFiltersCommand;
2076
2145
  exports.ListRecommenderRecipesCommand = ListRecommenderRecipesCommand;
2146
+ exports.ListRecommenderSchemasCommand = ListRecommenderSchemasCommand;
2077
2147
  exports.ListRecommendersCommand = ListRecommendersCommand;
2078
2148
  exports.ListRuleBasedMatchesCommand = ListRuleBasedMatchesCommand;
2079
2149
  exports.ListSegmentDefinitionsCommand = ListSegmentDefinitionsCommand;
@@ -2099,6 +2169,7 @@ exports.RangeUnit = RangeUnit;
2099
2169
  exports.ReadinessStatus = ReadinessStatus;
2100
2170
  exports.RecommenderFilterStatus = RecommenderFilterStatus;
2101
2171
  exports.RecommenderRecipeName = RecommenderRecipeName;
2172
+ exports.RecommenderSchemaStatus = RecommenderSchemaStatus;
2102
2173
  exports.RecommenderStatus = RecommenderStatus;
2103
2174
  exports.RuleBasedMatchingStatus = RuleBasedMatchingStatus;
2104
2175
  exports.S3ConnectorOperator = S3ConnectorOperator;
@@ -2145,6 +2216,7 @@ exports.paginateListEventTriggers = paginateListEventTriggers;
2145
2216
  exports.paginateListObjectTypeAttributes = paginateListObjectTypeAttributes;
2146
2217
  exports.paginateListRecommenderFilters = paginateListRecommenderFilters;
2147
2218
  exports.paginateListRecommenderRecipes = paginateListRecommenderRecipes;
2219
+ exports.paginateListRecommenderSchemas = paginateListRecommenderSchemas;
2148
2220
  exports.paginateListRecommenders = paginateListRecommenders;
2149
2221
  exports.paginateListRuleBasedMatches = paginateListRuleBasedMatches;
2150
2222
  exports.paginateListSegmentDefinitions = paginateListSegmentDefinitions;
@@ -1,14 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateIntegrationWorkflowResponse$ = exports.CreateIntegrationWorkflowRequest$ = exports.CreateEventTriggerResponse$ = exports.CreateEventTriggerRequest$ = exports.CreateEventStreamResponse$ = exports.CreateEventStreamRequest$ = exports.CreateDomainResponse$ = exports.CreateDomainRequest$ = exports.CreateDomainLayoutResponse$ = exports.CreateDomainLayoutRequest$ = exports.CreateCalculatedAttributeDefinitionResponse$ = exports.CreateCalculatedAttributeDefinitionRequest$ = exports.ContactPreference$ = exports.Consolidation$ = exports.ConnectorOperator$ = exports.ConflictResolution$ = exports.Conditions$ = exports.ConditionOverrides$ = exports.CatalogItem$ = exports.CalculatedAttributeValue$ = exports.CalculatedAttributeDimension$ = exports.BatchGetProfileResponse$ = exports.BatchGetProfileRequest$ = exports.BatchGetProfileError$ = exports.BatchGetCalculatedAttributeForProfileResponse$ = exports.BatchGetCalculatedAttributeForProfileRequest$ = exports.BatchGetCalculatedAttributeForProfileError$ = exports.Batch$ = exports.AutoMerging$ = exports.AttributeValueItem$ = exports.AttributeTypesSelector$ = exports.AttributeItem$ = exports.AttributeDimension$ = exports.AttributeDetails$ = exports.AppflowIntegrationWorkflowStep$ = exports.AppflowIntegrationWorkflowMetrics$ = exports.AppflowIntegrationWorkflowAttributes$ = exports.AppflowIntegration$ = exports.AddressDimension$ = exports.Address$ = exports.AddProfileKeyResponse$ = exports.AddProfileKeyRequest$ = exports.AdditionalSearchKey$ = exports.errorTypeRegistries = exports.ThrottlingException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.BadRequestException$ = exports.AccessDeniedException$ = exports.CustomerProfilesServiceException$ = void 0;
4
- exports.DetectProfileObjectTypeRequest$ = exports.DetectedProfileObjectType$ = exports.DestinationSummary$ = exports.DeleteWorkflowResponse$ = exports.DeleteWorkflowRequest$ = exports.DeleteSegmentDefinitionResponse$ = exports.DeleteSegmentDefinitionRequest$ = exports.DeleteRecommenderResponse$ = exports.DeleteRecommenderRequest$ = exports.DeleteRecommenderFilterResponse$ = exports.DeleteRecommenderFilterRequest$ = exports.DeleteProfileResponse$ = exports.DeleteProfileRequest$ = exports.DeleteProfileObjectTypeResponse$ = exports.DeleteProfileObjectTypeRequest$ = exports.DeleteProfileObjectResponse$ = exports.DeleteProfileObjectRequest$ = exports.DeleteProfileKeyResponse$ = exports.DeleteProfileKeyRequest$ = exports.DeleteIntegrationResponse$ = exports.DeleteIntegrationRequest$ = exports.DeleteEventTriggerResponse$ = exports.DeleteEventTriggerRequest$ = exports.DeleteEventStreamResponse$ = exports.DeleteEventStreamRequest$ = exports.DeleteDomainResponse$ = exports.DeleteDomainRequest$ = exports.DeleteDomainObjectTypeResponse$ = exports.DeleteDomainObjectTypeRequest$ = exports.DeleteDomainLayoutResponse$ = exports.DeleteDomainLayoutRequest$ = exports.DeleteCalculatedAttributeDefinitionResponse$ = exports.DeleteCalculatedAttributeDefinitionRequest$ = exports.DateDimension$ = exports.DataStoreResponse$ = exports.DataStoreRequest$ = exports.CreateUploadJobResponse$ = exports.CreateUploadJobRequest$ = exports.CreateSegmentSnapshotResponse$ = exports.CreateSegmentSnapshotRequest$ = exports.CreateSegmentEstimateResponse$ = exports.CreateSegmentEstimateRequest$ = exports.CreateSegmentDefinitionResponse$ = exports.CreateSegmentDefinitionRequest$ = exports.CreateRecommenderResponse$ = exports.CreateRecommenderRequest$ = exports.CreateRecommenderFilterResponse$ = exports.CreateRecommenderFilterRequest$ = exports.CreateProfileResponse$ = exports.CreateProfileRequest$ = void 0;
5
- exports.GetProfileHistoryRecordRequest$ = exports.GetObjectTypeAttributeStatisticsStats$ = exports.GetObjectTypeAttributeStatisticsResponse$ = exports.GetObjectTypeAttributeStatisticsRequest$ = exports.GetObjectTypeAttributeStatisticsPercentiles$ = exports.GetMatchesResponse$ = exports.GetMatchesRequest$ = exports.GetIntegrationResponse$ = exports.GetIntegrationRequest$ = exports.GetIdentityResolutionJobResponse$ = exports.GetIdentityResolutionJobRequest$ = exports.GetEventTriggerResponse$ = exports.GetEventTriggerRequest$ = exports.GetEventStreamResponse$ = exports.GetEventStreamRequest$ = exports.GetDomainResponse$ = exports.GetDomainRequest$ = exports.GetDomainObjectTypeResponse$ = exports.GetDomainObjectTypeRequest$ = exports.GetDomainLayoutResponse$ = exports.GetDomainLayoutRequest$ = exports.GetCalculatedAttributeForProfileResponse$ = exports.GetCalculatedAttributeForProfileRequest$ = exports.GetCalculatedAttributeDefinitionResponse$ = exports.GetCalculatedAttributeDefinitionRequest$ = exports.GetAutoMergingPreviewResponse$ = exports.GetAutoMergingPreviewRequest$ = exports.FoundByKeyValue$ = exports.FlowDefinition$ = exports.FilterGroup$ = exports.FilterDimension$ = exports.FilterAttributeDimension$ = exports.Filter$ = exports.FieldSourceProfileIds$ = exports.ExtraLengthValueProfileDimension$ = exports.ExportingLocation$ = exports.ExportingConfig$ = exports.EventTriggerSummaryItem$ = exports.EventTriggerLimits$ = exports.EventTriggerDimension$ = exports.EventTriggerCondition$ = exports.EventStreamSummary$ = exports.EventStreamDestinationDetails$ = exports.EventsConfig$ = exports.EventParameters$ = exports.EngagementPreferences$ = exports.DomainStats$ = exports.DomainObjectTypesListItem$ = exports.DomainObjectTypeField$ = exports.DetectProfileObjectTypeResponse$ = void 0;
6
- exports.ListDomainObjectTypesResponse$ = exports.ListDomainObjectTypesRequest$ = exports.ListDomainLayoutsResponse$ = exports.ListDomainLayoutsRequest$ = exports.ListDomainItem$ = exports.ListCalculatedAttributesForProfileResponse$ = exports.ListCalculatedAttributesForProfileRequest$ = exports.ListCalculatedAttributeForProfileItem$ = exports.ListCalculatedAttributeDefinitionsResponse$ = exports.ListCalculatedAttributeDefinitionsRequest$ = exports.ListCalculatedAttributeDefinitionItem$ = exports.ListAccountIntegrationsResponse$ = exports.ListAccountIntegrationsRequest$ = exports.LayoutItem$ = exports.JobStats$ = exports.JobSchedule$ = exports.IntegrationConfig$ = exports.InferenceConfig$ = exports.IncrementalPullConfig$ = exports.IdentityResolutionJob$ = exports.Group$ = exports.GetWorkflowStepsResponse$ = exports.GetWorkflowStepsRequest$ = exports.GetWorkflowResponse$ = exports.GetWorkflowRequest$ = exports.GetUploadJobResponse$ = exports.GetUploadJobRequest$ = exports.GetUploadJobPathResponse$ = exports.GetUploadJobPathRequest$ = exports.GetSimilarProfilesResponse$ = exports.GetSimilarProfilesRequest$ = exports.GetSegmentSnapshotResponse$ = exports.GetSegmentSnapshotRequest$ = exports.GetSegmentMembershipResponse$ = exports.GetSegmentMembershipRequest$ = exports.GetSegmentEstimateResponse$ = exports.GetSegmentEstimateRequest$ = exports.GetSegmentDefinitionResponse$ = exports.GetSegmentDefinitionRequest$ = exports.GetRecommenderResponse$ = exports.GetRecommenderRequest$ = exports.GetRecommenderFilterResponse$ = exports.GetRecommenderFilterRequest$ = exports.GetProfileRecommendationsResponse$ = exports.GetProfileRecommendationsRequest$ = exports.GetProfileObjectTypeTemplateResponse$ = exports.GetProfileObjectTypeTemplateRequest$ = exports.GetProfileObjectTypeResponse$ = exports.GetProfileObjectTypeRequest$ = exports.GetProfileHistoryRecordResponse$ = void 0;
7
- exports.MatchItem$ = exports.MatchingRule$ = exports.MatchingResponse$ = exports.MatchingRequest$ = exports.MarketoSourceProperties$ = exports.ListWorkflowsResponse$ = exports.ListWorkflowsRequest$ = exports.ListWorkflowsItem$ = exports.ListUploadJobsResponse$ = exports.ListUploadJobsRequest$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListSegmentDefinitionsResponse$ = exports.ListSegmentDefinitionsRequest$ = exports.ListRuleBasedMatchesResponse$ = exports.ListRuleBasedMatchesRequest$ = exports.ListRecommendersResponse$ = exports.ListRecommendersRequest$ = exports.ListRecommenderRecipesResponse$ = exports.ListRecommenderRecipesRequest$ = exports.ListRecommenderFiltersResponse$ = exports.ListRecommenderFiltersRequest$ = exports.ListProfileObjectTypeTemplatesResponse$ = exports.ListProfileObjectTypeTemplatesRequest$ = exports.ListProfileObjectTypeTemplateItem$ = exports.ListProfileObjectTypesResponse$ = exports.ListProfileObjectTypesRequest$ = exports.ListProfileObjectTypeItem$ = exports.ListProfileObjectsResponse$ = exports.ListProfileObjectsRequest$ = exports.ListProfileObjectsItem$ = exports.ListProfileHistoryRecordsResponse$ = exports.ListProfileHistoryRecordsRequest$ = exports.ListObjectTypeAttributeValuesResponse$ = exports.ListObjectTypeAttributeValuesRequest$ = exports.ListObjectTypeAttributeValuesItem$ = exports.ListObjectTypeAttributesResponse$ = exports.ListObjectTypeAttributesRequest$ = exports.ListObjectTypeAttributeItem$ = exports.ListIntegrationsResponse$ = exports.ListIntegrationsRequest$ = exports.ListIntegrationItem$ = exports.ListIdentityResolutionJobsResponse$ = exports.ListIdentityResolutionJobsRequest$ = exports.ListEventTriggersResponse$ = exports.ListEventTriggersRequest$ = exports.ListEventStreamsResponse$ = exports.ListEventStreamsRequest$ = exports.ListDomainsResponse$ = exports.ListDomainsRequest$ = void 0;
8
- exports.SegmentSort$ = exports.SegmentGroupStructure$ = exports.SegmentGroup$ = exports.SegmentDefinitionItem$ = exports.SearchProfilesResponse$ = exports.SearchProfilesRequest$ = exports.ScheduledTriggerProperties$ = exports.SalesforceSourceProperties$ = exports.S3SourceProperties$ = exports.S3ExportingLocation$ = exports.S3ExportingConfig$ = exports.RuleBasedMatchingResponse$ = exports.RuleBasedMatchingRequest$ = exports.ResultsSummary$ = exports.RecommenderUpdate$ = exports.RecommenderSummary$ = exports.RecommenderRecipe$ = exports.RecommenderPromotionalFilter$ = exports.RecommenderFilterSummary$ = exports.RecommenderFilter$ = exports.RecommenderConfig$ = exports.Recommendation$ = exports.Readiness$ = exports.RangeOverride$ = exports.Range$ = exports.PutProfileObjectTypeResponse$ = exports.PutProfileObjectTypeRequest$ = exports.PutProfileObjectResponse$ = exports.PutProfileObjectRequest$ = exports.PutIntegrationResponse$ = exports.PutIntegrationRequest$ = exports.PutDomainObjectTypeResponse$ = exports.PutDomainObjectTypeRequest$ = exports.ProfileTypeDimension$ = exports.ProfileQueryResult$ = exports.ProfileQueryFailures$ = exports.ProfileHistoryRecord$ = exports.ProfileDimension$ = exports.ProfileAttributeValuesResponse$ = exports.ProfileAttributeValuesRequest$ = exports.ProfileAttributes$ = exports.Profile$ = exports.Period$ = exports.ObjectTypeKey$ = exports.ObjectTypeField$ = exports.ObjectFilter$ = exports.ObjectAttribute$ = exports.MetadataConfig$ = exports.MergeProfilesResponse$ = exports.MergeProfilesRequest$ = void 0;
9
- exports.CreateEventTrigger$ = exports.CreateEventStream$ = exports.CreateDomainLayout$ = exports.CreateDomain$ = exports.CreateCalculatedAttributeDefinition$ = exports.BatchGetProfile$ = exports.BatchGetCalculatedAttributeForProfile$ = exports.AddProfileKey$ = exports.Dimension$ = exports.ZendeskSourceProperties$ = exports.WorkflowStepItem$ = exports.WorkflowMetrics$ = exports.WorkflowAttributes$ = exports.ValueRange$ = exports.UploadJobItem$ = exports.UpdateRecommenderResponse$ = exports.UpdateRecommenderRequest$ = exports.UpdateProfileResponse$ = exports.UpdateProfileRequest$ = exports.UpdateEventTriggerResponse$ = exports.UpdateEventTriggerRequest$ = exports.UpdateDomainResponse$ = exports.UpdateDomainRequest$ = exports.UpdateDomainLayoutResponse$ = exports.UpdateDomainLayoutRequest$ = exports.UpdateCalculatedAttributeDefinitionResponse$ = exports.UpdateCalculatedAttributeDefinitionRequest$ = exports.UpdateAddress$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TriggerProperties$ = exports.TriggerConfig$ = exports.TrainingMetrics$ = exports.Threshold$ = exports.Task$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.StopUploadJobResponse$ = exports.StopUploadJobRequest$ = exports.StopRecommenderResponse$ = exports.StopRecommenderRequest$ = exports.StartUploadJobResponse$ = exports.StartUploadJobRequest$ = exports.StartRecommenderResponse$ = exports.StartRecommenderRequest$ = exports.SourceSegment$ = exports.SourceFlowConfig$ = exports.SourceConnectorProperties$ = exports.SortAttribute$ = exports.ServiceNowSourceProperties$ = void 0;
10
- exports.GetWorkflow$ = exports.GetUploadJobPath$ = exports.GetUploadJob$ = exports.GetSimilarProfiles$ = exports.GetSegmentSnapshot$ = exports.GetSegmentMembership$ = exports.GetSegmentEstimate$ = exports.GetSegmentDefinition$ = exports.GetRecommenderFilter$ = exports.GetRecommender$ = exports.GetProfileRecommendations$ = exports.GetProfileObjectTypeTemplate$ = exports.GetProfileObjectType$ = exports.GetProfileHistoryRecord$ = exports.GetObjectTypeAttributeStatistics$ = exports.GetMatches$ = exports.GetIntegration$ = exports.GetIdentityResolutionJob$ = exports.GetEventTrigger$ = exports.GetEventStream$ = exports.GetDomainObjectType$ = exports.GetDomainLayout$ = exports.GetDomain$ = exports.GetCalculatedAttributeForProfile$ = exports.GetCalculatedAttributeDefinition$ = exports.GetAutoMergingPreview$ = exports.DetectProfileObjectType$ = exports.DeleteWorkflow$ = exports.DeleteSegmentDefinition$ = exports.DeleteRecommenderFilter$ = exports.DeleteRecommender$ = exports.DeleteProfileObjectType$ = exports.DeleteProfileObject$ = exports.DeleteProfileKey$ = exports.DeleteProfile$ = exports.DeleteIntegration$ = exports.DeleteEventTrigger$ = exports.DeleteEventStream$ = exports.DeleteDomainObjectType$ = exports.DeleteDomainLayout$ = exports.DeleteDomain$ = exports.DeleteCalculatedAttributeDefinition$ = exports.CreateUploadJob$ = exports.CreateSegmentSnapshot$ = exports.CreateSegmentEstimate$ = exports.CreateSegmentDefinition$ = exports.CreateRecommenderFilter$ = exports.CreateRecommender$ = exports.CreateProfile$ = exports.CreateIntegrationWorkflow$ = void 0;
11
- exports.UpdateRecommender$ = exports.UpdateProfile$ = exports.UpdateEventTrigger$ = exports.UpdateDomainLayout$ = exports.UpdateDomain$ = exports.UpdateCalculatedAttributeDefinition$ = exports.UntagResource$ = exports.TagResource$ = exports.StopUploadJob$ = exports.StopRecommender$ = exports.StartUploadJob$ = exports.StartRecommender$ = exports.SearchProfiles$ = exports.PutProfileObjectType$ = exports.PutProfileObject$ = exports.PutIntegration$ = exports.PutDomainObjectType$ = exports.MergeProfiles$ = exports.ListWorkflows$ = exports.ListUploadJobs$ = exports.ListTagsForResource$ = exports.ListSegmentDefinitions$ = exports.ListRuleBasedMatches$ = exports.ListRecommenders$ = exports.ListRecommenderRecipes$ = exports.ListRecommenderFilters$ = exports.ListProfileObjectTypeTemplates$ = exports.ListProfileObjectTypes$ = exports.ListProfileObjects$ = exports.ListProfileHistoryRecords$ = exports.ListProfileAttributeValues$ = exports.ListObjectTypeAttributeValues$ = exports.ListObjectTypeAttributes$ = exports.ListIntegrations$ = exports.ListIdentityResolutionJobs$ = exports.ListEventTriggers$ = exports.ListEventStreams$ = exports.ListDomains$ = exports.ListDomainObjectTypes$ = exports.ListDomainLayouts$ = exports.ListCalculatedAttributesForProfile$ = exports.ListCalculatedAttributeDefinitions$ = exports.ListAccountIntegrations$ = exports.GetWorkflowSteps$ = void 0;
4
+ exports.DeleteWorkflowRequest$ = exports.DeleteSegmentDefinitionResponse$ = exports.DeleteSegmentDefinitionRequest$ = exports.DeleteRecommenderSchemaResponse$ = exports.DeleteRecommenderSchemaRequest$ = exports.DeleteRecommenderResponse$ = exports.DeleteRecommenderRequest$ = exports.DeleteRecommenderFilterResponse$ = exports.DeleteRecommenderFilterRequest$ = exports.DeleteProfileResponse$ = exports.DeleteProfileRequest$ = exports.DeleteProfileObjectTypeResponse$ = exports.DeleteProfileObjectTypeRequest$ = exports.DeleteProfileObjectResponse$ = exports.DeleteProfileObjectRequest$ = exports.DeleteProfileKeyResponse$ = exports.DeleteProfileKeyRequest$ = exports.DeleteIntegrationResponse$ = exports.DeleteIntegrationRequest$ = exports.DeleteEventTriggerResponse$ = exports.DeleteEventTriggerRequest$ = exports.DeleteEventStreamResponse$ = exports.DeleteEventStreamRequest$ = exports.DeleteDomainResponse$ = exports.DeleteDomainRequest$ = exports.DeleteDomainObjectTypeResponse$ = exports.DeleteDomainObjectTypeRequest$ = exports.DeleteDomainLayoutResponse$ = exports.DeleteDomainLayoutRequest$ = exports.DeleteCalculatedAttributeDefinitionResponse$ = exports.DeleteCalculatedAttributeDefinitionRequest$ = exports.DateDimension$ = exports.DataStoreResponse$ = exports.DataStoreRequest$ = exports.CreateUploadJobResponse$ = exports.CreateUploadJobRequest$ = exports.CreateSegmentSnapshotResponse$ = exports.CreateSegmentSnapshotRequest$ = exports.CreateSegmentEstimateResponse$ = exports.CreateSegmentEstimateRequest$ = exports.CreateSegmentDefinitionResponse$ = exports.CreateSegmentDefinitionRequest$ = exports.CreateRecommenderSchemaResponse$ = exports.CreateRecommenderSchemaRequest$ = exports.CreateRecommenderResponse$ = exports.CreateRecommenderRequest$ = exports.CreateRecommenderFilterResponse$ = exports.CreateRecommenderFilterRequest$ = exports.CreateProfileResponse$ = exports.CreateProfileRequest$ = void 0;
5
+ exports.GetObjectTypeAttributeStatisticsPercentiles$ = exports.GetMatchesResponse$ = exports.GetMatchesRequest$ = exports.GetIntegrationResponse$ = exports.GetIntegrationRequest$ = exports.GetIdentityResolutionJobResponse$ = exports.GetIdentityResolutionJobRequest$ = exports.GetEventTriggerResponse$ = exports.GetEventTriggerRequest$ = exports.GetEventStreamResponse$ = exports.GetEventStreamRequest$ = exports.GetDomainResponse$ = exports.GetDomainRequest$ = exports.GetDomainObjectTypeResponse$ = exports.GetDomainObjectTypeRequest$ = exports.GetDomainLayoutResponse$ = exports.GetDomainLayoutRequest$ = exports.GetCalculatedAttributeForProfileResponse$ = exports.GetCalculatedAttributeForProfileRequest$ = exports.GetCalculatedAttributeDefinitionResponse$ = exports.GetCalculatedAttributeDefinitionRequest$ = exports.GetAutoMergingPreviewResponse$ = exports.GetAutoMergingPreviewRequest$ = exports.FoundByKeyValue$ = exports.FlowDefinition$ = exports.FilterGroup$ = exports.FilterDimension$ = exports.FilterAttributeDimension$ = exports.Filter$ = exports.FieldSourceProfileIds$ = exports.ExtraLengthValueProfileDimension$ = exports.ExportingLocation$ = exports.ExportingConfig$ = exports.EventTriggerSummaryItem$ = exports.EventTriggerLimits$ = exports.EventTriggerDimension$ = exports.EventTriggerCondition$ = exports.EventStreamSummary$ = exports.EventStreamDestinationDetails$ = exports.EventsConfig$ = exports.EventParameters$ = exports.EngagementPreferences$ = exports.DomainStats$ = exports.DomainObjectTypesListItem$ = exports.DomainObjectTypeField$ = exports.DetectProfileObjectTypeResponse$ = exports.DetectProfileObjectTypeRequest$ = exports.DetectedProfileObjectType$ = exports.DestinationSummary$ = exports.DeleteWorkflowResponse$ = void 0;
6
+ exports.ListCalculatedAttributesForProfileRequest$ = exports.ListCalculatedAttributeForProfileItem$ = exports.ListCalculatedAttributeDefinitionsResponse$ = exports.ListCalculatedAttributeDefinitionsRequest$ = exports.ListCalculatedAttributeDefinitionItem$ = exports.ListAccountIntegrationsResponse$ = exports.ListAccountIntegrationsRequest$ = exports.LayoutItem$ = exports.JobStats$ = exports.JobSchedule$ = exports.IntegrationConfig$ = exports.InferenceConfig$ = exports.IncrementalPullConfig$ = exports.IdentityResolutionJob$ = exports.Group$ = exports.GetWorkflowStepsResponse$ = exports.GetWorkflowStepsRequest$ = exports.GetWorkflowResponse$ = exports.GetWorkflowRequest$ = exports.GetUploadJobResponse$ = exports.GetUploadJobRequest$ = exports.GetUploadJobPathResponse$ = exports.GetUploadJobPathRequest$ = exports.GetSimilarProfilesResponse$ = exports.GetSimilarProfilesRequest$ = exports.GetSegmentSnapshotResponse$ = exports.GetSegmentSnapshotRequest$ = exports.GetSegmentMembershipResponse$ = exports.GetSegmentMembershipRequest$ = exports.GetSegmentEstimateResponse$ = exports.GetSegmentEstimateRequest$ = exports.GetSegmentDefinitionResponse$ = exports.GetSegmentDefinitionRequest$ = exports.GetRecommenderSchemaResponse$ = exports.GetRecommenderSchemaRequest$ = exports.GetRecommenderResponse$ = exports.GetRecommenderRequest$ = exports.GetRecommenderFilterResponse$ = exports.GetRecommenderFilterRequest$ = exports.GetProfileRecommendationsResponse$ = exports.GetProfileRecommendationsRequest$ = exports.GetProfileObjectTypeTemplateResponse$ = exports.GetProfileObjectTypeTemplateRequest$ = exports.GetProfileObjectTypeResponse$ = exports.GetProfileObjectTypeRequest$ = exports.GetProfileHistoryRecordResponse$ = exports.GetProfileHistoryRecordRequest$ = exports.GetObjectTypeAttributeStatisticsStats$ = exports.GetObjectTypeAttributeStatisticsResponse$ = exports.GetObjectTypeAttributeStatisticsRequest$ = void 0;
7
+ exports.ListUploadJobsResponse$ = exports.ListUploadJobsRequest$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListSegmentDefinitionsResponse$ = exports.ListSegmentDefinitionsRequest$ = exports.ListRuleBasedMatchesResponse$ = exports.ListRuleBasedMatchesRequest$ = exports.ListRecommendersResponse$ = exports.ListRecommendersRequest$ = exports.ListRecommenderSchemasResponse$ = exports.ListRecommenderSchemasRequest$ = exports.ListRecommenderRecipesResponse$ = exports.ListRecommenderRecipesRequest$ = exports.ListRecommenderFiltersResponse$ = exports.ListRecommenderFiltersRequest$ = exports.ListProfileObjectTypeTemplatesResponse$ = exports.ListProfileObjectTypeTemplatesRequest$ = exports.ListProfileObjectTypeTemplateItem$ = exports.ListProfileObjectTypesResponse$ = exports.ListProfileObjectTypesRequest$ = exports.ListProfileObjectTypeItem$ = exports.ListProfileObjectsResponse$ = exports.ListProfileObjectsRequest$ = exports.ListProfileObjectsItem$ = exports.ListProfileHistoryRecordsResponse$ = exports.ListProfileHistoryRecordsRequest$ = exports.ListObjectTypeAttributeValuesResponse$ = exports.ListObjectTypeAttributeValuesRequest$ = exports.ListObjectTypeAttributeValuesItem$ = exports.ListObjectTypeAttributesResponse$ = exports.ListObjectTypeAttributesRequest$ = exports.ListObjectTypeAttributeItem$ = exports.ListIntegrationsResponse$ = exports.ListIntegrationsRequest$ = exports.ListIntegrationItem$ = exports.ListIdentityResolutionJobsResponse$ = exports.ListIdentityResolutionJobsRequest$ = exports.ListEventTriggersResponse$ = exports.ListEventTriggersRequest$ = exports.ListEventStreamsResponse$ = exports.ListEventStreamsRequest$ = exports.ListDomainsResponse$ = exports.ListDomainsRequest$ = exports.ListDomainObjectTypesResponse$ = exports.ListDomainObjectTypesRequest$ = exports.ListDomainLayoutsResponse$ = exports.ListDomainLayoutsRequest$ = exports.ListDomainItem$ = exports.ListCalculatedAttributesForProfileResponse$ = void 0;
8
+ exports.S3ExportingConfig$ = exports.RuleBasedMatchingResponse$ = exports.RuleBasedMatchingRequest$ = exports.ResultsSummary$ = exports.RecommenderUpdate$ = exports.RecommenderSummary$ = exports.RecommenderSchemaSummary$ = exports.RecommenderSchemaField$ = exports.RecommenderRecipe$ = exports.RecommenderPromotionalFilter$ = exports.RecommenderFilterSummary$ = exports.RecommenderFilter$ = exports.RecommenderConfig$ = exports.Recommendation$ = exports.Readiness$ = exports.RangeOverride$ = exports.Range$ = exports.PutProfileObjectTypeResponse$ = exports.PutProfileObjectTypeRequest$ = exports.PutProfileObjectResponse$ = exports.PutProfileObjectRequest$ = exports.PutIntegrationResponse$ = exports.PutIntegrationRequest$ = exports.PutDomainObjectTypeResponse$ = exports.PutDomainObjectTypeRequest$ = exports.ProfileTypeDimension$ = exports.ProfileQueryResult$ = exports.ProfileQueryFailures$ = exports.ProfileHistoryRecord$ = exports.ProfileDimension$ = exports.ProfileAttributeValuesResponse$ = exports.ProfileAttributeValuesRequest$ = exports.ProfileAttributes$ = exports.Profile$ = exports.Period$ = exports.ObjectTypeKey$ = exports.ObjectTypeField$ = exports.ObjectFilter$ = exports.ObjectAttribute$ = exports.MetadataConfig$ = exports.MergeProfilesResponse$ = exports.MergeProfilesRequest$ = exports.MatchItem$ = exports.MatchingRule$ = exports.MatchingResponse$ = exports.MatchingRequest$ = exports.MarketoSourceProperties$ = exports.ListWorkflowsResponse$ = exports.ListWorkflowsRequest$ = exports.ListWorkflowsItem$ = void 0;
9
+ exports.WorkflowStepItem$ = exports.WorkflowMetrics$ = exports.WorkflowAttributes$ = exports.ValueRange$ = exports.UploadJobItem$ = exports.UpdateRecommenderResponse$ = exports.UpdateRecommenderRequest$ = exports.UpdateProfileResponse$ = exports.UpdateProfileRequest$ = exports.UpdateEventTriggerResponse$ = exports.UpdateEventTriggerRequest$ = exports.UpdateDomainResponse$ = exports.UpdateDomainRequest$ = exports.UpdateDomainLayoutResponse$ = exports.UpdateDomainLayoutRequest$ = exports.UpdateCalculatedAttributeDefinitionResponse$ = exports.UpdateCalculatedAttributeDefinitionRequest$ = exports.UpdateAddress$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TriggerProperties$ = exports.TriggerConfig$ = exports.TrainingMetrics$ = exports.Threshold$ = exports.Task$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.StopUploadJobResponse$ = exports.StopUploadJobRequest$ = exports.StopRecommenderResponse$ = exports.StopRecommenderRequest$ = exports.StartUploadJobResponse$ = exports.StartUploadJobRequest$ = exports.StartRecommenderResponse$ = exports.StartRecommenderRequest$ = exports.SourceSegment$ = exports.SourceFlowConfig$ = exports.SourceConnectorProperties$ = exports.SortAttribute$ = exports.ServiceNowSourceProperties$ = exports.SegmentSort$ = exports.SegmentGroupStructure$ = exports.SegmentGroup$ = exports.SegmentDefinitionItem$ = exports.SearchProfilesResponse$ = exports.SearchProfilesRequest$ = exports.ScheduledTriggerProperties$ = exports.SalesforceSourceProperties$ = exports.S3SourceProperties$ = exports.S3ExportingLocation$ = void 0;
10
+ exports.GetProfileObjectType$ = exports.GetProfileHistoryRecord$ = exports.GetObjectTypeAttributeStatistics$ = exports.GetMatches$ = exports.GetIntegration$ = exports.GetIdentityResolutionJob$ = exports.GetEventTrigger$ = exports.GetEventStream$ = exports.GetDomainObjectType$ = exports.GetDomainLayout$ = exports.GetDomain$ = exports.GetCalculatedAttributeForProfile$ = exports.GetCalculatedAttributeDefinition$ = exports.GetAutoMergingPreview$ = exports.DetectProfileObjectType$ = exports.DeleteWorkflow$ = exports.DeleteSegmentDefinition$ = exports.DeleteRecommenderSchema$ = exports.DeleteRecommenderFilter$ = exports.DeleteRecommender$ = exports.DeleteProfileObjectType$ = exports.DeleteProfileObject$ = exports.DeleteProfileKey$ = exports.DeleteProfile$ = exports.DeleteIntegration$ = exports.DeleteEventTrigger$ = exports.DeleteEventStream$ = exports.DeleteDomainObjectType$ = exports.DeleteDomainLayout$ = exports.DeleteDomain$ = exports.DeleteCalculatedAttributeDefinition$ = exports.CreateUploadJob$ = exports.CreateSegmentSnapshot$ = exports.CreateSegmentEstimate$ = exports.CreateSegmentDefinition$ = exports.CreateRecommenderSchema$ = exports.CreateRecommenderFilter$ = exports.CreateRecommender$ = exports.CreateProfile$ = exports.CreateIntegrationWorkflow$ = exports.CreateEventTrigger$ = exports.CreateEventStream$ = exports.CreateDomainLayout$ = exports.CreateDomain$ = exports.CreateCalculatedAttributeDefinition$ = exports.BatchGetProfile$ = exports.BatchGetCalculatedAttributeForProfile$ = exports.AddProfileKey$ = exports.Dimension$ = exports.ZendeskSourceProperties$ = void 0;
11
+ exports.StopUploadJob$ = exports.StopRecommender$ = exports.StartUploadJob$ = exports.StartRecommender$ = exports.SearchProfiles$ = exports.PutProfileObjectType$ = exports.PutProfileObject$ = exports.PutIntegration$ = exports.PutDomainObjectType$ = exports.MergeProfiles$ = exports.ListWorkflows$ = exports.ListUploadJobs$ = exports.ListTagsForResource$ = exports.ListSegmentDefinitions$ = exports.ListRuleBasedMatches$ = exports.ListRecommenderSchemas$ = exports.ListRecommenders$ = exports.ListRecommenderRecipes$ = exports.ListRecommenderFilters$ = exports.ListProfileObjectTypeTemplates$ = exports.ListProfileObjectTypes$ = exports.ListProfileObjects$ = exports.ListProfileHistoryRecords$ = exports.ListProfileAttributeValues$ = exports.ListObjectTypeAttributeValues$ = exports.ListObjectTypeAttributes$ = exports.ListIntegrations$ = exports.ListIdentityResolutionJobs$ = exports.ListEventTriggers$ = exports.ListEventStreams$ = exports.ListDomains$ = exports.ListDomainObjectTypes$ = exports.ListDomainLayouts$ = exports.ListCalculatedAttributesForProfile$ = exports.ListCalculatedAttributeDefinitions$ = exports.ListAccountIntegrations$ = exports.GetWorkflowSteps$ = exports.GetWorkflow$ = exports.GetUploadJobPath$ = exports.GetUploadJob$ = exports.GetSimilarProfiles$ = exports.GetSegmentSnapshot$ = exports.GetSegmentMembership$ = exports.GetSegmentEstimate$ = exports.GetSegmentDefinition$ = exports.GetRecommenderSchema$ = exports.GetRecommenderFilter$ = exports.GetRecommender$ = exports.GetProfileRecommendations$ = exports.GetProfileObjectTypeTemplate$ = void 0;
12
+ exports.UpdateRecommender$ = exports.UpdateProfile$ = exports.UpdateEventTrigger$ = exports.UpdateDomainLayout$ = exports.UpdateDomain$ = exports.UpdateCalculatedAttributeDefinition$ = exports.UntagResource$ = exports.TagResource$ = void 0;
12
13
  const _A = "Address";
13
14
  const _AD = "AddressDimension";
14
15
  const _ADE = "AccessDeniedException";
@@ -113,6 +114,9 @@ const _CRFRr = "CreateRecommenderFilterResponse";
113
114
  const _CRM = "ConflictResolvingModel";
114
115
  const _CRR = "CreateRecommenderRequest";
115
116
  const _CRRr = "CreateRecommenderResponse";
117
+ const _CRS = "CreateRecommenderSchema";
118
+ const _CRSR = "CreateRecommenderSchemaRequest";
119
+ const _CRSRr = "CreateRecommenderSchemaResponse";
116
120
  const _CRr = "CreatedRecords";
117
121
  const _CRre = "CreateRecommender";
118
122
  const _CS = "ConfidenceScore";
@@ -203,6 +207,9 @@ const _DRFR = "DeleteRecommenderFilterRequest";
203
207
  const _DRFRe = "DeleteRecommenderFilterResponse";
204
208
  const _DRR = "DeleteRecommenderRequest";
205
209
  const _DRRe = "DeleteRecommenderResponse";
210
+ const _DRS = "DeleteRecommenderSchema";
211
+ const _DRSR = "DeleteRecommenderSchemaRequest";
212
+ const _DRSRe = "DeleteRecommenderSchemaResponse";
206
213
  const _DS = "DataStore";
207
214
  const _DSD = "DeleteSegmentDefinition";
208
215
  const _DSDR = "DeleteSegmentDefinitionRequest";
@@ -338,6 +345,9 @@ const _GRFR = "GetRecommenderFilterRequest";
338
345
  const _GRFRe = "GetRecommenderFilterResponse";
339
346
  const _GRR = "GetRecommenderRequest";
340
347
  const _GRRe = "GetRecommenderResponse";
348
+ const _GRS = "GetRecommenderSchema";
349
+ const _GRSR = "GetRecommenderSchemaRequest";
350
+ const _GRSRe = "GetRecommenderSchemaResponse";
341
351
  const _GS = "GenderString";
342
352
  const _GSD = "GetSegmentDefinition";
343
353
  const _GSDR = "GetSegmentDefinitionRequest";
@@ -372,6 +382,7 @@ const _HPN = "HomePhoneNumber";
372
382
  const _I = "Id";
373
383
  const _IC = "IntegrationConfig";
374
384
  const _ICn = "InferenceConfig";
385
+ const _ICnc = "IncludedColumns";
375
386
  const _ID = "IsDefault";
376
387
  const _IDP = "IsDataPartial";
377
388
  const _IDR = "IncludeDeletedRecords";
@@ -476,6 +487,9 @@ const _LRRR = "ListRecommenderRecipesRequest";
476
487
  const _LRRRi = "ListRecommenderRecipesResponse";
477
488
  const _LRRi = "ListRecommendersResponse";
478
489
  const _LRRis = "ListRecommenderRecipes";
490
+ const _LRS = "ListRecommenderSchemas";
491
+ const _LRSR = "ListRecommenderSchemasRequest";
492
+ const _LRSRi = "ListRecommenderSchemasResponse";
479
493
  const _LRU = "LatestRecommenderUpdate";
480
494
  const _LSD = "ListSegmentDefinitions";
481
495
  const _LSDR = "ListSegmentDefinitionsRequest";
@@ -640,8 +654,16 @@ const _RRL = "RecommenderRecipesList";
640
654
  const _RRN = "RecommenderRecipeName";
641
655
  const _RRe = "RecommenderRecipe";
642
656
  const _RS = "ResultsSummary";
657
+ const _RSA = "RecommenderSchemaArn";
658
+ const _RSF = "RecommenderSchemaFields";
659
+ const _RSFL = "RecommenderSchemaFieldList";
660
+ const _RSFe = "RecommenderSchemaField";
643
661
  const _RSL = "RecommenderSummaryList";
644
- const _RSe = "RecommenderSummary";
662
+ const _RSN = "RecommenderSchemaName";
663
+ const _RSS = "RecommenderSchemaSummary";
664
+ const _RSSL = "RecommenderSchemaSummaryList";
665
+ const _RSe = "RecommenderSchemas";
666
+ const _RSec = "RecommenderSummary";
645
667
  const _RU = "RecommenderUpdate";
646
668
  const _Re = "Readiness";
647
669
  const _Rec = "Recommendations";
@@ -734,6 +756,7 @@ const _T = "Type";
734
756
  const _TC = "TriggerConfig";
735
757
  const _TE = "ThrottlingException";
736
758
  const _TF = "TimestampFormat";
759
+ const _TFN = "TargetFieldName";
737
760
  const _TFr = "TrainingFrequency";
738
761
  const _TI = "TemplateId";
739
762
  const _TM = "TrainingMetrics";
@@ -1118,8 +1141,8 @@ exports.CreateProfileResponse$ = [3, n0, _CPRr,
1118
1141
  ];
1119
1142
  exports.CreateRecommenderFilterRequest$ = [3, n0, _CRFR,
1120
1143
  0,
1121
- [_DN, _RFN, _RFE, _D, _Ta],
1122
- [[0, 1], [0, 1], [() => RecommenderFilterExpression, 0], [() => sensitiveText, 0], 128 | 0], 3
1144
+ [_DN, _RFN, _RFE, _RSN, _D, _Ta],
1145
+ [[0, 1], [0, 1], [() => RecommenderFilterExpression, 0], 0, [() => sensitiveText, 0], 128 | 0], 3
1123
1146
  ];
1124
1147
  exports.CreateRecommenderFilterResponse$ = [3, n0, _CRFRr,
1125
1148
  0,
@@ -1128,14 +1151,24 @@ exports.CreateRecommenderFilterResponse$ = [3, n0, _CRFRr,
1128
1151
  ];
1129
1152
  exports.CreateRecommenderRequest$ = [3, n0, _CRR,
1130
1153
  0,
1131
- [_DN, _RN, _RRN, _RC, _D, _Ta],
1132
- [[0, 1], [0, 1], 0, () => exports.RecommenderConfig$, [() => sensitiveText, 0], 128 | 0], 3
1154
+ [_DN, _RN, _RRN, _RC, _D, _RSN, _Ta],
1155
+ [[0, 1], [0, 1], 0, () => exports.RecommenderConfig$, [() => sensitiveText, 0], 0, 128 | 0], 3
1133
1156
  ];
1134
1157
  exports.CreateRecommenderResponse$ = [3, n0, _CRRr,
1135
1158
  0,
1136
1159
  [_RAe, _Ta],
1137
1160
  [0, 128 | 0], 1
1138
1161
  ];
1162
+ exports.CreateRecommenderSchemaRequest$ = [3, n0, _CRSR,
1163
+ 0,
1164
+ [_DN, _RSN, _Fi, _Ta],
1165
+ [[0, 1], [0, 1], () => RecommenderSchemaFields, 128 | 0], 3
1166
+ ];
1167
+ exports.CreateRecommenderSchemaResponse$ = [3, n0, _CRSRr,
1168
+ 0,
1169
+ [_RSA, _RSN, _Fi, _CA, _Sta, _Ta],
1170
+ [0, 0, () => RecommenderSchemaFields, 4, 0, 128 | 0], 5
1171
+ ];
1139
1172
  exports.CreateSegmentDefinitionRequest$ = [3, n0, _CSDR,
1140
1173
  0,
1141
1174
  [_DN, _SDN, _DNi, _D, _SG, _SSQ, _SS, _Ta],
@@ -1321,6 +1354,16 @@ exports.DeleteRecommenderResponse$ = [3, n0, _DRRe,
1321
1354
  [],
1322
1355
  []
1323
1356
  ];
1357
+ exports.DeleteRecommenderSchemaRequest$ = [3, n0, _DRSR,
1358
+ 0,
1359
+ [_DN, _RSN],
1360
+ [[0, 1], [0, 1]], 2
1361
+ ];
1362
+ exports.DeleteRecommenderSchemaResponse$ = [3, n0, _DRSRe,
1363
+ 0,
1364
+ [],
1365
+ []
1366
+ ];
1324
1367
  exports.DeleteSegmentDefinitionRequest$ = [3, n0, _DSDR,
1325
1368
  0,
1326
1369
  [_DN, _SDN],
@@ -1648,8 +1691,8 @@ exports.GetRecommenderFilterRequest$ = [3, n0, _GRFR,
1648
1691
  ];
1649
1692
  exports.GetRecommenderFilterResponse$ = [3, n0, _GRFRe,
1650
1693
  0,
1651
- [_RFN, _RFE, _CA, _Sta, _Ta, _D, _FR],
1652
- [0, [() => RecommenderFilterExpression, 0], 4, 0, 128 | 0, [() => sensitiveText, 0], 0], 5
1694
+ [_RFN, _RFE, _CA, _Sta, _Ta, _RSN, _D, _FR],
1695
+ [0, [() => RecommenderFilterExpression, 0], 4, 0, 128 | 0, 0, [() => sensitiveText, 0], 0], 5
1653
1696
  ];
1654
1697
  exports.GetRecommenderRequest$ = [3, n0, _GRR,
1655
1698
  0,
@@ -1658,8 +1701,18 @@ exports.GetRecommenderRequest$ = [3, n0, _GRR,
1658
1701
  ];
1659
1702
  exports.GetRecommenderResponse$ = [3, n0, _GRRe,
1660
1703
  0,
1661
- [_RN, _RRN, _RC, _D, _Sta, _LUA, _CA, _FR, _LRU, _TM, _Ta],
1662
- [0, 0, () => exports.RecommenderConfig$, [() => sensitiveText, 0], 0, 4, 4, 0, () => exports.RecommenderUpdate$, () => TrainingMetricsList, 128 | 0], 2
1704
+ [_RN, _RRN, _RSN, _RC, _D, _Sta, _LUA, _CA, _FR, _LRU, _TM, _Ta],
1705
+ [0, 0, 0, () => exports.RecommenderConfig$, [() => sensitiveText, 0], 0, 4, 4, 0, () => exports.RecommenderUpdate$, () => TrainingMetricsList, 128 | 0], 2
1706
+ ];
1707
+ exports.GetRecommenderSchemaRequest$ = [3, n0, _GRSR,
1708
+ 0,
1709
+ [_DN, _RSN],
1710
+ [[0, 1], [0, 1]], 2
1711
+ ];
1712
+ exports.GetRecommenderSchemaResponse$ = [3, n0, _GRSRe,
1713
+ 0,
1714
+ [_RSN, _Fi, _CA, _Sta],
1715
+ [0, () => RecommenderSchemaFields, 4, 0], 4
1663
1716
  ];
1664
1717
  exports.GetSegmentDefinitionRequest$ = [3, n0, _GSDR,
1665
1718
  0,
@@ -2016,6 +2069,16 @@ exports.ListRecommenderRecipesResponse$ = [3, n0, _LRRRi,
2016
2069
  [_NT, _RR],
2017
2070
  [0, () => RecommenderRecipesList]
2018
2071
  ];
2072
+ exports.ListRecommenderSchemasRequest$ = [3, n0, _LRSR,
2073
+ 0,
2074
+ [_DN, _MR, _NT],
2075
+ [[0, 1], [1, { [_hQ]: _mr }], [0, { [_hQ]: _nt }]], 1
2076
+ ];
2077
+ exports.ListRecommenderSchemasResponse$ = [3, n0, _LRSRi,
2078
+ 0,
2079
+ [_NT, _RSe],
2080
+ [0, () => RecommenderSchemaSummaryList]
2081
+ ];
2019
2082
  exports.ListRecommendersRequest$ = [3, n0, _LRR,
2020
2083
  0,
2021
2084
  [_DN, _MR, _NT],
@@ -2253,8 +2316,8 @@ exports.Recommendation$ = [3, n0, _Recom,
2253
2316
  ];
2254
2317
  exports.RecommenderConfig$ = [3, n0, _RC,
2255
2318
  0,
2256
- [_EC, _TFr, _ICn],
2257
- [() => exports.EventsConfig$, 1, () => exports.InferenceConfig$]
2319
+ [_EC, _TFr, _ICn, _ICnc],
2320
+ [() => exports.EventsConfig$, 1, () => exports.InferenceConfig$, [2, n0, _ICnc, 0, 0, 64 | 0]]
2258
2321
  ];
2259
2322
  exports.RecommenderFilter$ = [3, n0, _RFe,
2260
2323
  0,
@@ -2263,8 +2326,8 @@ exports.RecommenderFilter$ = [3, n0, _RFe,
2263
2326
  ];
2264
2327
  exports.RecommenderFilterSummary$ = [3, n0, _RFS,
2265
2328
  0,
2266
- [_RFN, _RFE, _CA, _D, _Sta, _FR, _Ta],
2267
- [0, [() => RecommenderFilterExpression, 0], 4, [() => sensitiveText, 0], 0, 0, 128 | 0]
2329
+ [_RFN, _RSN, _RFE, _CA, _D, _Sta, _FR, _Ta],
2330
+ [0, 0, [() => RecommenderFilterExpression, 0], 4, [() => sensitiveText, 0], 0, 0, 128 | 0]
2268
2331
  ];
2269
2332
  exports.RecommenderPromotionalFilter$ = [3, n0, _RPFe,
2270
2333
  0,
@@ -2276,10 +2339,20 @@ exports.RecommenderRecipe$ = [3, n0, _RRe,
2276
2339
  [_n, _d],
2277
2340
  [0, 0]
2278
2341
  ];
2279
- exports.RecommenderSummary$ = [3, n0, _RSe,
2342
+ exports.RecommenderSchemaField$ = [3, n0, _RSFe,
2343
+ 0,
2344
+ [_TFN, _CTo, _FT],
2345
+ [0, 0, 0], 1
2346
+ ];
2347
+ exports.RecommenderSchemaSummary$ = [3, n0, _RSS,
2348
+ 0,
2349
+ [_RSN, _Fi, _CA, _Sta],
2350
+ [0, () => RecommenderSchemaFields, 4, 0], 4
2351
+ ];
2352
+ exports.RecommenderSummary$ = [3, n0, _RSec,
2280
2353
  0,
2281
- [_RN, _RNe, _RC, _CA, _D, _Sta, _LUA, _Ta, _FR, _LRU],
2282
- [0, 0, () => exports.RecommenderConfig$, 4, [() => sensitiveText, 0], 0, 4, 128 | 0, 0, () => exports.RecommenderUpdate$]
2354
+ [_RN, _RNe, _RSN, _RC, _CA, _D, _Sta, _LUA, _Ta, _FR, _LRU],
2355
+ [0, 0, 0, () => exports.RecommenderConfig$, 4, [() => sensitiveText, 0], 0, 4, 128 | 0, 0, () => exports.RecommenderUpdate$]
2283
2356
  ];
2284
2357
  exports.RecommenderUpdate$ = [3, n0, _RU,
2285
2358
  0,
@@ -2593,6 +2666,7 @@ var CalculatedAttributeValueList = [1, n0, _CAVL,
2593
2666
  0, () => exports.CalculatedAttributeValue$
2594
2667
  ];
2595
2668
  var CandidateIdList = 64 | 0;
2669
+ var ColumnNamesList = 64 | 0;
2596
2670
  var DateValues = 64 | 0;
2597
2671
  var DetectedProfileObjectTypes = [1, n0, _DPOTe,
2598
2672
  0, [() => exports.DetectedProfileObjectType$,
@@ -2739,6 +2813,12 @@ var RecommenderPromotionalFilters = [1, n0, _RPF,
2739
2813
  var RecommenderRecipesList = [1, n0, _RRL,
2740
2814
  0, () => exports.RecommenderRecipe$
2741
2815
  ];
2816
+ var RecommenderSchemaFieldList = [1, n0, _RSFL,
2817
+ 0, () => exports.RecommenderSchemaField$
2818
+ ];
2819
+ var RecommenderSchemaSummaryList = [1, n0, _RSSL,
2820
+ 0, () => exports.RecommenderSchemaSummary$
2821
+ ];
2742
2822
  var RecommenderSummaryList = [1, n0, _RSL,
2743
2823
  0, [() => exports.RecommenderSummary$,
2744
2824
  0]
@@ -2806,6 +2886,9 @@ var DomainObjectTypeFields = [2, n0, _DOTFo,
2806
2886
  var FieldMap = [2, n0, _FM,
2807
2887
  8, 0, () => exports.ObjectTypeField$
2808
2888
  ];
2889
+ var IncludedColumns = [2, n0, _ICnc,
2890
+ 0, 0, 64 | 0
2891
+ ];
2809
2892
  var KeyMap = [2, n0, _KM,
2810
2893
  8, 0, () => ObjectTypeKeyList
2811
2894
  ];
@@ -2820,6 +2903,9 @@ var RecommenderFilterValues = [2, n0, _RFV,
2820
2903
  [() => RecommenderFilterAttributeValue,
2821
2904
  0]
2822
2905
  ];
2906
+ var RecommenderSchemaFields = [2, n0, _RSF,
2907
+ 0, 0, () => RecommenderSchemaFieldList
2908
+ ];
2823
2909
  var TagMap = 128 | 0;
2824
2910
  var TaskPropertiesMap = 128 | 0;
2825
2911
  var UpdateAttributes = [2, n0, _UApd,
@@ -2866,6 +2952,9 @@ exports.CreateRecommender$ = [9, n0, _CRre,
2866
2952
  exports.CreateRecommenderFilter$ = [9, n0, _CRF,
2867
2953
  { [_h]: ["POST", "/domains/{DomainName}/recommender-filters/{RecommenderFilterName}", 200] }, () => exports.CreateRecommenderFilterRequest$, () => exports.CreateRecommenderFilterResponse$
2868
2954
  ];
2955
+ exports.CreateRecommenderSchema$ = [9, n0, _CRS,
2956
+ { [_h]: ["POST", "/domains/{DomainName}/recommender-schemas/{RecommenderSchemaName}", 200] }, () => exports.CreateRecommenderSchemaRequest$, () => exports.CreateRecommenderSchemaResponse$
2957
+ ];
2869
2958
  exports.CreateSegmentDefinition$ = [9, n0, _CSD,
2870
2959
  { [_h]: ["POST", "/domains/{DomainName}/segment-definitions/{SegmentDefinitionName}", 200] }, () => exports.CreateSegmentDefinitionRequest$, () => exports.CreateSegmentDefinitionResponse$
2871
2960
  ];
@@ -2917,6 +3006,9 @@ exports.DeleteRecommender$ = [9, n0, _DR,
2917
3006
  exports.DeleteRecommenderFilter$ = [9, n0, _DRF,
2918
3007
  { [_h]: ["DELETE", "/domains/{DomainName}/recommender-filters/{RecommenderFilterName}", 200] }, () => exports.DeleteRecommenderFilterRequest$, () => exports.DeleteRecommenderFilterResponse$
2919
3008
  ];
3009
+ exports.DeleteRecommenderSchema$ = [9, n0, _DRS,
3010
+ { [_h]: ["DELETE", "/domains/{DomainName}/recommender-schemas/{RecommenderSchemaName}", 200] }, () => exports.DeleteRecommenderSchemaRequest$, () => exports.DeleteRecommenderSchemaResponse$
3011
+ ];
2920
3012
  exports.DeleteSegmentDefinition$ = [9, n0, _DSD,
2921
3013
  { [_h]: ["DELETE", "/domains/{DomainName}/segment-definitions/{SegmentDefinitionName}", 200] }, () => exports.DeleteSegmentDefinitionRequest$, () => exports.DeleteSegmentDefinitionResponse$
2922
3014
  ];
@@ -2980,6 +3072,9 @@ exports.GetRecommender$ = [9, n0, _GR,
2980
3072
  exports.GetRecommenderFilter$ = [9, n0, _GRF,
2981
3073
  { [_h]: ["GET", "/domains/{DomainName}/recommender-filters/{RecommenderFilterName}", 200] }, () => exports.GetRecommenderFilterRequest$, () => exports.GetRecommenderFilterResponse$
2982
3074
  ];
3075
+ exports.GetRecommenderSchema$ = [9, n0, _GRS,
3076
+ { [_h]: ["GET", "/domains/{DomainName}/recommender-schemas/{RecommenderSchemaName}", 200] }, () => exports.GetRecommenderSchemaRequest$, () => exports.GetRecommenderSchemaResponse$
3077
+ ];
2983
3078
  exports.GetSegmentDefinition$ = [9, n0, _GSD,
2984
3079
  { [_h]: ["GET", "/domains/{DomainName}/segment-definitions/{SegmentDefinitionName}", 200] }, () => exports.GetSegmentDefinitionRequest$, () => exports.GetSegmentDefinitionResponse$
2985
3080
  ];
@@ -3067,6 +3162,9 @@ exports.ListRecommenderRecipes$ = [9, n0, _LRRis,
3067
3162
  exports.ListRecommenders$ = [9, n0, _LR,
3068
3163
  { [_h]: ["GET", "/domains/{DomainName}/recommenders", 200] }, () => exports.ListRecommendersRequest$, () => exports.ListRecommendersResponse$
3069
3164
  ];
3165
+ exports.ListRecommenderSchemas$ = [9, n0, _LRS,
3166
+ { [_h]: ["GET", "/domains/{DomainName}/recommender-schemas", 200] }, () => exports.ListRecommenderSchemasRequest$, () => exports.ListRecommenderSchemasResponse$
3167
+ ];
3070
3168
  exports.ListRuleBasedMatches$ = [9, n0, _LRBM,
3071
3169
  { [_h]: ["GET", "/domains/{DomainName}/profiles/ruleBasedMatches", 200] }, () => exports.ListRuleBasedMatchesRequest$, () => exports.ListRuleBasedMatchesResponse$
3072
3170
  ];