@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
@@ -11,6 +11,7 @@ import { CreateIntegrationWorkflowCommand, } from "./commands/CreateIntegrationW
11
11
  import { CreateProfileCommand, } from "./commands/CreateProfileCommand";
12
12
  import { CreateRecommenderCommand, } from "./commands/CreateRecommenderCommand";
13
13
  import { CreateRecommenderFilterCommand, } from "./commands/CreateRecommenderFilterCommand";
14
+ import { CreateRecommenderSchemaCommand, } from "./commands/CreateRecommenderSchemaCommand";
14
15
  import { CreateSegmentDefinitionCommand, } from "./commands/CreateSegmentDefinitionCommand";
15
16
  import { CreateSegmentEstimateCommand, } from "./commands/CreateSegmentEstimateCommand";
16
17
  import { CreateSegmentSnapshotCommand, } from "./commands/CreateSegmentSnapshotCommand";
@@ -28,6 +29,7 @@ import { DeleteProfileObjectCommand, } from "./commands/DeleteProfileObjectComma
28
29
  import { DeleteProfileObjectTypeCommand, } from "./commands/DeleteProfileObjectTypeCommand";
29
30
  import { DeleteRecommenderCommand, } from "./commands/DeleteRecommenderCommand";
30
31
  import { DeleteRecommenderFilterCommand, } from "./commands/DeleteRecommenderFilterCommand";
32
+ import { DeleteRecommenderSchemaCommand, } from "./commands/DeleteRecommenderSchemaCommand";
31
33
  import { DeleteSegmentDefinitionCommand, } from "./commands/DeleteSegmentDefinitionCommand";
32
34
  import { DeleteWorkflowCommand, } from "./commands/DeleteWorkflowCommand";
33
35
  import { DetectProfileObjectTypeCommand, } from "./commands/DetectProfileObjectTypeCommand";
@@ -49,6 +51,7 @@ import { GetProfileObjectTypeTemplateCommand, } from "./commands/GetProfileObjec
49
51
  import { GetProfileRecommendationsCommand, } from "./commands/GetProfileRecommendationsCommand";
50
52
  import { GetRecommenderCommand, } from "./commands/GetRecommenderCommand";
51
53
  import { GetRecommenderFilterCommand, } from "./commands/GetRecommenderFilterCommand";
54
+ import { GetRecommenderSchemaCommand, } from "./commands/GetRecommenderSchemaCommand";
52
55
  import { GetSegmentDefinitionCommand, } from "./commands/GetSegmentDefinitionCommand";
53
56
  import { GetSegmentEstimateCommand, } from "./commands/GetSegmentEstimateCommand";
54
57
  import { GetSegmentMembershipCommand, } from "./commands/GetSegmentMembershipCommand";
@@ -77,6 +80,7 @@ import { ListProfileObjectTypesCommand, } from "./commands/ListProfileObjectType
77
80
  import { ListProfileObjectTypeTemplatesCommand, } from "./commands/ListProfileObjectTypeTemplatesCommand";
78
81
  import { ListRecommenderFiltersCommand, } from "./commands/ListRecommenderFiltersCommand";
79
82
  import { ListRecommenderRecipesCommand, } from "./commands/ListRecommenderRecipesCommand";
83
+ import { ListRecommenderSchemasCommand, } from "./commands/ListRecommenderSchemasCommand";
80
84
  import { ListRecommendersCommand, } from "./commands/ListRecommendersCommand";
81
85
  import { ListRuleBasedMatchesCommand, } from "./commands/ListRuleBasedMatchesCommand";
82
86
  import { ListSegmentDefinitionsCommand, } from "./commands/ListSegmentDefinitionsCommand";
@@ -110,6 +114,7 @@ import { paginateListEventTriggers } from "./pagination/ListEventTriggersPaginat
110
114
  import { paginateListObjectTypeAttributes } from "./pagination/ListObjectTypeAttributesPaginator";
111
115
  import { paginateListRecommenderFilters } from "./pagination/ListRecommenderFiltersPaginator";
112
116
  import { paginateListRecommenderRecipes } from "./pagination/ListRecommenderRecipesPaginator";
117
+ import { paginateListRecommenderSchemas } from "./pagination/ListRecommenderSchemasPaginator";
113
118
  import { paginateListRecommenders } from "./pagination/ListRecommendersPaginator";
114
119
  import { paginateListRuleBasedMatches } from "./pagination/ListRuleBasedMatchesPaginator";
115
120
  import { paginateListSegmentDefinitions } from "./pagination/ListSegmentDefinitionsPaginator";
@@ -127,6 +132,7 @@ const commands = {
127
132
  CreateProfileCommand,
128
133
  CreateRecommenderCommand,
129
134
  CreateRecommenderFilterCommand,
135
+ CreateRecommenderSchemaCommand,
130
136
  CreateSegmentDefinitionCommand,
131
137
  CreateSegmentEstimateCommand,
132
138
  CreateSegmentSnapshotCommand,
@@ -144,6 +150,7 @@ const commands = {
144
150
  DeleteProfileObjectTypeCommand,
145
151
  DeleteRecommenderCommand,
146
152
  DeleteRecommenderFilterCommand,
153
+ DeleteRecommenderSchemaCommand,
147
154
  DeleteSegmentDefinitionCommand,
148
155
  DeleteWorkflowCommand,
149
156
  DetectProfileObjectTypeCommand,
@@ -165,6 +172,7 @@ const commands = {
165
172
  GetProfileRecommendationsCommand,
166
173
  GetRecommenderCommand,
167
174
  GetRecommenderFilterCommand,
175
+ GetRecommenderSchemaCommand,
168
176
  GetSegmentDefinitionCommand,
169
177
  GetSegmentEstimateCommand,
170
178
  GetSegmentMembershipCommand,
@@ -194,6 +202,7 @@ const commands = {
194
202
  ListRecommenderFiltersCommand,
195
203
  ListRecommenderRecipesCommand,
196
204
  ListRecommendersCommand,
205
+ ListRecommenderSchemasCommand,
197
206
  ListRuleBasedMatchesCommand,
198
207
  ListSegmentDefinitionsCommand,
199
208
  ListTagsForResourceCommand,
@@ -228,6 +237,7 @@ const paginators = {
228
237
  paginateListRecommenderFilters,
229
238
  paginateListRecommenderRecipes,
230
239
  paginateListRecommenders,
240
+ paginateListRecommenderSchemas,
231
241
  paginateListRuleBasedMatches,
232
242
  paginateListSegmentDefinitions,
233
243
  paginateListUploadJobs,
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { CreateRecommenderSchema$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class CreateRecommenderSchemaCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("CustomerProfiles_20200815", "CreateRecommenderSchema", {})
13
+ .n("CustomerProfilesClient", "CreateRecommenderSchemaCommand")
14
+ .sc(CreateRecommenderSchema$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DeleteRecommenderSchema$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DeleteRecommenderSchemaCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("CustomerProfiles_20200815", "DeleteRecommenderSchema", {})
13
+ .n("CustomerProfilesClient", "DeleteRecommenderSchemaCommand")
14
+ .sc(DeleteRecommenderSchema$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { GetRecommenderSchema$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class GetRecommenderSchemaCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("CustomerProfiles_20200815", "GetRecommenderSchema", {})
13
+ .n("CustomerProfilesClient", "GetRecommenderSchemaCommand")
14
+ .sc(GetRecommenderSchema$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { ListRecommenderSchemas$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class ListRecommenderSchemasCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("CustomerProfiles_20200815", "ListRecommenderSchemas", {})
13
+ .n("CustomerProfilesClient", "ListRecommenderSchemasCommand")
14
+ .sc(ListRecommenderSchemas$)
15
+ .build() {
16
+ }
@@ -10,6 +10,7 @@ export * from "./CreateIntegrationWorkflowCommand";
10
10
  export * from "./CreateProfileCommand";
11
11
  export * from "./CreateRecommenderCommand";
12
12
  export * from "./CreateRecommenderFilterCommand";
13
+ export * from "./CreateRecommenderSchemaCommand";
13
14
  export * from "./CreateSegmentDefinitionCommand";
14
15
  export * from "./CreateSegmentEstimateCommand";
15
16
  export * from "./CreateSegmentSnapshotCommand";
@@ -27,6 +28,7 @@ export * from "./DeleteProfileObjectCommand";
27
28
  export * from "./DeleteProfileObjectTypeCommand";
28
29
  export * from "./DeleteRecommenderCommand";
29
30
  export * from "./DeleteRecommenderFilterCommand";
31
+ export * from "./DeleteRecommenderSchemaCommand";
30
32
  export * from "./DeleteSegmentDefinitionCommand";
31
33
  export * from "./DeleteWorkflowCommand";
32
34
  export * from "./DetectProfileObjectTypeCommand";
@@ -48,6 +50,7 @@ export * from "./GetProfileObjectTypeTemplateCommand";
48
50
  export * from "./GetProfileRecommendationsCommand";
49
51
  export * from "./GetRecommenderCommand";
50
52
  export * from "./GetRecommenderFilterCommand";
53
+ export * from "./GetRecommenderSchemaCommand";
51
54
  export * from "./GetSegmentDefinitionCommand";
52
55
  export * from "./GetSegmentEstimateCommand";
53
56
  export * from "./GetSegmentMembershipCommand";
@@ -76,6 +79,7 @@ export * from "./ListProfileObjectTypesCommand";
76
79
  export * from "./ListProfileObjectsCommand";
77
80
  export * from "./ListRecommenderFiltersCommand";
78
81
  export * from "./ListRecommenderRecipesCommand";
82
+ export * from "./ListRecommenderSchemasCommand";
79
83
  export * from "./ListRecommendersCommand";
80
84
  export * from "./ListRuleBasedMatchesCommand";
81
85
  export * from "./ListSegmentDefinitionsCommand";
@@ -331,6 +331,14 @@ export const RecommenderRecipeName = {
331
331
  SIMILAR_ITEMS: "similar-items",
332
332
  TRENDING_NOW: "trending-now",
333
333
  };
334
+ export const FeatureType = {
335
+ CATEGORICAL: "CATEGORICAL",
336
+ TEXTUAL: "TEXTUAL",
337
+ };
338
+ export const RecommenderSchemaStatus = {
339
+ ACTIVE: "ACTIVE",
340
+ DELETING: "DELETING",
341
+ };
334
342
  export const DateDimensionType = {
335
343
  AFTER: "AFTER",
336
344
  BEFORE: "BEFORE",
@@ -394,10 +402,6 @@ export const StandardIdentifier = {
394
402
  UNIQUE: "UNIQUE",
395
403
  WEB_ANALYTICS: "WEB_ANALYTICS",
396
404
  };
397
- export const FeatureType = {
398
- CATEGORICAL: "CATEGORICAL",
399
- TEXTUAL: "TEXTUAL",
400
- };
401
405
  export const EventStreamDestinationStatus = {
402
406
  HEALTHY: "HEALTHY",
403
407
  UNHEALTHY: "UNHEALTHY",
@@ -433,7 +437,14 @@ export const TrainingMetricName = {
433
437
  COVERAGE: "coverage",
434
438
  FRESHNESS: "freshness",
435
439
  HIT: "hit",
440
+ MEAN_RECIPROCAL_RANK_AT_25: "mean_reciprocal_rank_at_25",
441
+ NORMALIZED_DISCOUNTED_CUMULATIVE_GAIN_AT_10: "normalized_discounted_cumulative_gain_at_10",
442
+ NORMALIZED_DISCOUNTED_CUMULATIVE_GAIN_AT_25: "normalized_discounted_cumulative_gain_at_25",
443
+ NORMALIZED_DISCOUNTED_CUMULATIVE_GAIN_AT_5: "normalized_discounted_cumulative_gain_at_5",
436
444
  POPULARITY: "popularity",
445
+ PRECISION_AT_10: "precision_at_10",
446
+ PRECISION_AT_25: "precision_at_25",
447
+ PRECISION_AT_5: "precision_at_5",
437
448
  RECALL: "recall",
438
449
  SIMILARITY: "similarity",
439
450
  };
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListRecommenderSchemasCommand, } from "../commands/ListRecommenderSchemasCommand";
3
+ import { CustomerProfilesClient } from "../CustomerProfilesClient";
4
+ export const paginateListRecommenderSchemas = createPaginator(CustomerProfilesClient, ListRecommenderSchemasCommand, "NextToken", "NextToken", "MaxResults");
@@ -8,6 +8,7 @@ export * from "./ListObjectTypeAttributesPaginator";
8
8
  export * from "./ListRecommenderFiltersPaginator";
9
9
  export * from "./ListRecommenderRecipesPaginator";
10
10
  export * from "./ListRecommendersPaginator";
11
+ export * from "./ListRecommenderSchemasPaginator";
11
12
  export * from "./ListRuleBasedMatchesPaginator";
12
13
  export * from "./ListSegmentDefinitionsPaginator";
13
14
  export * from "./ListUploadJobsPaginator";
@@ -102,6 +102,9 @@ const _CRFRr = "CreateRecommenderFilterResponse";
102
102
  const _CRM = "ConflictResolvingModel";
103
103
  const _CRR = "CreateRecommenderRequest";
104
104
  const _CRRr = "CreateRecommenderResponse";
105
+ const _CRS = "CreateRecommenderSchema";
106
+ const _CRSR = "CreateRecommenderSchemaRequest";
107
+ const _CRSRr = "CreateRecommenderSchemaResponse";
105
108
  const _CRr = "CreatedRecords";
106
109
  const _CRre = "CreateRecommender";
107
110
  const _CS = "ConfidenceScore";
@@ -192,6 +195,9 @@ const _DRFR = "DeleteRecommenderFilterRequest";
192
195
  const _DRFRe = "DeleteRecommenderFilterResponse";
193
196
  const _DRR = "DeleteRecommenderRequest";
194
197
  const _DRRe = "DeleteRecommenderResponse";
198
+ const _DRS = "DeleteRecommenderSchema";
199
+ const _DRSR = "DeleteRecommenderSchemaRequest";
200
+ const _DRSRe = "DeleteRecommenderSchemaResponse";
195
201
  const _DS = "DataStore";
196
202
  const _DSD = "DeleteSegmentDefinition";
197
203
  const _DSDR = "DeleteSegmentDefinitionRequest";
@@ -327,6 +333,9 @@ const _GRFR = "GetRecommenderFilterRequest";
327
333
  const _GRFRe = "GetRecommenderFilterResponse";
328
334
  const _GRR = "GetRecommenderRequest";
329
335
  const _GRRe = "GetRecommenderResponse";
336
+ const _GRS = "GetRecommenderSchema";
337
+ const _GRSR = "GetRecommenderSchemaRequest";
338
+ const _GRSRe = "GetRecommenderSchemaResponse";
330
339
  const _GS = "GenderString";
331
340
  const _GSD = "GetSegmentDefinition";
332
341
  const _GSDR = "GetSegmentDefinitionRequest";
@@ -361,6 +370,7 @@ const _HPN = "HomePhoneNumber";
361
370
  const _I = "Id";
362
371
  const _IC = "IntegrationConfig";
363
372
  const _ICn = "InferenceConfig";
373
+ const _ICnc = "IncludedColumns";
364
374
  const _ID = "IsDefault";
365
375
  const _IDP = "IsDataPartial";
366
376
  const _IDR = "IncludeDeletedRecords";
@@ -465,6 +475,9 @@ const _LRRR = "ListRecommenderRecipesRequest";
465
475
  const _LRRRi = "ListRecommenderRecipesResponse";
466
476
  const _LRRi = "ListRecommendersResponse";
467
477
  const _LRRis = "ListRecommenderRecipes";
478
+ const _LRS = "ListRecommenderSchemas";
479
+ const _LRSR = "ListRecommenderSchemasRequest";
480
+ const _LRSRi = "ListRecommenderSchemasResponse";
468
481
  const _LRU = "LatestRecommenderUpdate";
469
482
  const _LSD = "ListSegmentDefinitions";
470
483
  const _LSDR = "ListSegmentDefinitionsRequest";
@@ -629,8 +642,16 @@ const _RRL = "RecommenderRecipesList";
629
642
  const _RRN = "RecommenderRecipeName";
630
643
  const _RRe = "RecommenderRecipe";
631
644
  const _RS = "ResultsSummary";
645
+ const _RSA = "RecommenderSchemaArn";
646
+ const _RSF = "RecommenderSchemaFields";
647
+ const _RSFL = "RecommenderSchemaFieldList";
648
+ const _RSFe = "RecommenderSchemaField";
632
649
  const _RSL = "RecommenderSummaryList";
633
- const _RSe = "RecommenderSummary";
650
+ const _RSN = "RecommenderSchemaName";
651
+ const _RSS = "RecommenderSchemaSummary";
652
+ const _RSSL = "RecommenderSchemaSummaryList";
653
+ const _RSe = "RecommenderSchemas";
654
+ const _RSec = "RecommenderSummary";
634
655
  const _RU = "RecommenderUpdate";
635
656
  const _Re = "Readiness";
636
657
  const _Rec = "Recommendations";
@@ -723,6 +744,7 @@ const _T = "Type";
723
744
  const _TC = "TriggerConfig";
724
745
  const _TE = "ThrottlingException";
725
746
  const _TF = "TimestampFormat";
747
+ const _TFN = "TargetFieldName";
726
748
  const _TFr = "TrainingFrequency";
727
749
  const _TI = "TemplateId";
728
750
  const _TM = "TrainingMetrics";
@@ -1107,8 +1129,8 @@ export var CreateProfileResponse$ = [3, n0, _CPRr,
1107
1129
  ];
1108
1130
  export var CreateRecommenderFilterRequest$ = [3, n0, _CRFR,
1109
1131
  0,
1110
- [_DN, _RFN, _RFE, _D, _Ta],
1111
- [[0, 1], [0, 1], [() => RecommenderFilterExpression, 0], [() => sensitiveText, 0], 128 | 0], 3
1132
+ [_DN, _RFN, _RFE, _RSN, _D, _Ta],
1133
+ [[0, 1], [0, 1], [() => RecommenderFilterExpression, 0], 0, [() => sensitiveText, 0], 128 | 0], 3
1112
1134
  ];
1113
1135
  export var CreateRecommenderFilterResponse$ = [3, n0, _CRFRr,
1114
1136
  0,
@@ -1117,14 +1139,24 @@ export var CreateRecommenderFilterResponse$ = [3, n0, _CRFRr,
1117
1139
  ];
1118
1140
  export var CreateRecommenderRequest$ = [3, n0, _CRR,
1119
1141
  0,
1120
- [_DN, _RN, _RRN, _RC, _D, _Ta],
1121
- [[0, 1], [0, 1], 0, () => RecommenderConfig$, [() => sensitiveText, 0], 128 | 0], 3
1142
+ [_DN, _RN, _RRN, _RC, _D, _RSN, _Ta],
1143
+ [[0, 1], [0, 1], 0, () => RecommenderConfig$, [() => sensitiveText, 0], 0, 128 | 0], 3
1122
1144
  ];
1123
1145
  export var CreateRecommenderResponse$ = [3, n0, _CRRr,
1124
1146
  0,
1125
1147
  [_RAe, _Ta],
1126
1148
  [0, 128 | 0], 1
1127
1149
  ];
1150
+ export var CreateRecommenderSchemaRequest$ = [3, n0, _CRSR,
1151
+ 0,
1152
+ [_DN, _RSN, _Fi, _Ta],
1153
+ [[0, 1], [0, 1], () => RecommenderSchemaFields, 128 | 0], 3
1154
+ ];
1155
+ export var CreateRecommenderSchemaResponse$ = [3, n0, _CRSRr,
1156
+ 0,
1157
+ [_RSA, _RSN, _Fi, _CA, _Sta, _Ta],
1158
+ [0, 0, () => RecommenderSchemaFields, 4, 0, 128 | 0], 5
1159
+ ];
1128
1160
  export var CreateSegmentDefinitionRequest$ = [3, n0, _CSDR,
1129
1161
  0,
1130
1162
  [_DN, _SDN, _DNi, _D, _SG, _SSQ, _SS, _Ta],
@@ -1310,6 +1342,16 @@ export var DeleteRecommenderResponse$ = [3, n0, _DRRe,
1310
1342
  [],
1311
1343
  []
1312
1344
  ];
1345
+ export var DeleteRecommenderSchemaRequest$ = [3, n0, _DRSR,
1346
+ 0,
1347
+ [_DN, _RSN],
1348
+ [[0, 1], [0, 1]], 2
1349
+ ];
1350
+ export var DeleteRecommenderSchemaResponse$ = [3, n0, _DRSRe,
1351
+ 0,
1352
+ [],
1353
+ []
1354
+ ];
1313
1355
  export var DeleteSegmentDefinitionRequest$ = [3, n0, _DSDR,
1314
1356
  0,
1315
1357
  [_DN, _SDN],
@@ -1637,8 +1679,8 @@ export var GetRecommenderFilterRequest$ = [3, n0, _GRFR,
1637
1679
  ];
1638
1680
  export var GetRecommenderFilterResponse$ = [3, n0, _GRFRe,
1639
1681
  0,
1640
- [_RFN, _RFE, _CA, _Sta, _Ta, _D, _FR],
1641
- [0, [() => RecommenderFilterExpression, 0], 4, 0, 128 | 0, [() => sensitiveText, 0], 0], 5
1682
+ [_RFN, _RFE, _CA, _Sta, _Ta, _RSN, _D, _FR],
1683
+ [0, [() => RecommenderFilterExpression, 0], 4, 0, 128 | 0, 0, [() => sensitiveText, 0], 0], 5
1642
1684
  ];
1643
1685
  export var GetRecommenderRequest$ = [3, n0, _GRR,
1644
1686
  0,
@@ -1647,8 +1689,18 @@ export var GetRecommenderRequest$ = [3, n0, _GRR,
1647
1689
  ];
1648
1690
  export var GetRecommenderResponse$ = [3, n0, _GRRe,
1649
1691
  0,
1650
- [_RN, _RRN, _RC, _D, _Sta, _LUA, _CA, _FR, _LRU, _TM, _Ta],
1651
- [0, 0, () => RecommenderConfig$, [() => sensitiveText, 0], 0, 4, 4, 0, () => RecommenderUpdate$, () => TrainingMetricsList, 128 | 0], 2
1692
+ [_RN, _RRN, _RSN, _RC, _D, _Sta, _LUA, _CA, _FR, _LRU, _TM, _Ta],
1693
+ [0, 0, 0, () => RecommenderConfig$, [() => sensitiveText, 0], 0, 4, 4, 0, () => RecommenderUpdate$, () => TrainingMetricsList, 128 | 0], 2
1694
+ ];
1695
+ export var GetRecommenderSchemaRequest$ = [3, n0, _GRSR,
1696
+ 0,
1697
+ [_DN, _RSN],
1698
+ [[0, 1], [0, 1]], 2
1699
+ ];
1700
+ export var GetRecommenderSchemaResponse$ = [3, n0, _GRSRe,
1701
+ 0,
1702
+ [_RSN, _Fi, _CA, _Sta],
1703
+ [0, () => RecommenderSchemaFields, 4, 0], 4
1652
1704
  ];
1653
1705
  export var GetSegmentDefinitionRequest$ = [3, n0, _GSDR,
1654
1706
  0,
@@ -2005,6 +2057,16 @@ export var ListRecommenderRecipesResponse$ = [3, n0, _LRRRi,
2005
2057
  [_NT, _RR],
2006
2058
  [0, () => RecommenderRecipesList]
2007
2059
  ];
2060
+ export var ListRecommenderSchemasRequest$ = [3, n0, _LRSR,
2061
+ 0,
2062
+ [_DN, _MR, _NT],
2063
+ [[0, 1], [1, { [_hQ]: _mr }], [0, { [_hQ]: _nt }]], 1
2064
+ ];
2065
+ export var ListRecommenderSchemasResponse$ = [3, n0, _LRSRi,
2066
+ 0,
2067
+ [_NT, _RSe],
2068
+ [0, () => RecommenderSchemaSummaryList]
2069
+ ];
2008
2070
  export var ListRecommendersRequest$ = [3, n0, _LRR,
2009
2071
  0,
2010
2072
  [_DN, _MR, _NT],
@@ -2242,8 +2304,8 @@ export var Recommendation$ = [3, n0, _Recom,
2242
2304
  ];
2243
2305
  export var RecommenderConfig$ = [3, n0, _RC,
2244
2306
  0,
2245
- [_EC, _TFr, _ICn],
2246
- [() => EventsConfig$, 1, () => InferenceConfig$]
2307
+ [_EC, _TFr, _ICn, _ICnc],
2308
+ [() => EventsConfig$, 1, () => InferenceConfig$, [2, n0, _ICnc, 0, 0, 64 | 0]]
2247
2309
  ];
2248
2310
  export var RecommenderFilter$ = [3, n0, _RFe,
2249
2311
  0,
@@ -2252,8 +2314,8 @@ export var RecommenderFilter$ = [3, n0, _RFe,
2252
2314
  ];
2253
2315
  export var RecommenderFilterSummary$ = [3, n0, _RFS,
2254
2316
  0,
2255
- [_RFN, _RFE, _CA, _D, _Sta, _FR, _Ta],
2256
- [0, [() => RecommenderFilterExpression, 0], 4, [() => sensitiveText, 0], 0, 0, 128 | 0]
2317
+ [_RFN, _RSN, _RFE, _CA, _D, _Sta, _FR, _Ta],
2318
+ [0, 0, [() => RecommenderFilterExpression, 0], 4, [() => sensitiveText, 0], 0, 0, 128 | 0]
2257
2319
  ];
2258
2320
  export var RecommenderPromotionalFilter$ = [3, n0, _RPFe,
2259
2321
  0,
@@ -2265,10 +2327,20 @@ export var RecommenderRecipe$ = [3, n0, _RRe,
2265
2327
  [_n, _d],
2266
2328
  [0, 0]
2267
2329
  ];
2268
- export var RecommenderSummary$ = [3, n0, _RSe,
2330
+ export var RecommenderSchemaField$ = [3, n0, _RSFe,
2331
+ 0,
2332
+ [_TFN, _CTo, _FT],
2333
+ [0, 0, 0], 1
2334
+ ];
2335
+ export var RecommenderSchemaSummary$ = [3, n0, _RSS,
2336
+ 0,
2337
+ [_RSN, _Fi, _CA, _Sta],
2338
+ [0, () => RecommenderSchemaFields, 4, 0], 4
2339
+ ];
2340
+ export var RecommenderSummary$ = [3, n0, _RSec,
2269
2341
  0,
2270
- [_RN, _RNe, _RC, _CA, _D, _Sta, _LUA, _Ta, _FR, _LRU],
2271
- [0, 0, () => RecommenderConfig$, 4, [() => sensitiveText, 0], 0, 4, 128 | 0, 0, () => RecommenderUpdate$]
2342
+ [_RN, _RNe, _RSN, _RC, _CA, _D, _Sta, _LUA, _Ta, _FR, _LRU],
2343
+ [0, 0, 0, () => RecommenderConfig$, 4, [() => sensitiveText, 0], 0, 4, 128 | 0, 0, () => RecommenderUpdate$]
2272
2344
  ];
2273
2345
  export var RecommenderUpdate$ = [3, n0, _RU,
2274
2346
  0,
@@ -2582,6 +2654,7 @@ var CalculatedAttributeValueList = [1, n0, _CAVL,
2582
2654
  0, () => CalculatedAttributeValue$
2583
2655
  ];
2584
2656
  var CandidateIdList = 64 | 0;
2657
+ var ColumnNamesList = 64 | 0;
2585
2658
  var DateValues = 64 | 0;
2586
2659
  var DetectedProfileObjectTypes = [1, n0, _DPOTe,
2587
2660
  0, [() => DetectedProfileObjectType$,
@@ -2728,6 +2801,12 @@ var RecommenderPromotionalFilters = [1, n0, _RPF,
2728
2801
  var RecommenderRecipesList = [1, n0, _RRL,
2729
2802
  0, () => RecommenderRecipe$
2730
2803
  ];
2804
+ var RecommenderSchemaFieldList = [1, n0, _RSFL,
2805
+ 0, () => RecommenderSchemaField$
2806
+ ];
2807
+ var RecommenderSchemaSummaryList = [1, n0, _RSSL,
2808
+ 0, () => RecommenderSchemaSummary$
2809
+ ];
2731
2810
  var RecommenderSummaryList = [1, n0, _RSL,
2732
2811
  0, [() => RecommenderSummary$,
2733
2812
  0]
@@ -2795,6 +2874,9 @@ var DomainObjectTypeFields = [2, n0, _DOTFo,
2795
2874
  var FieldMap = [2, n0, _FM,
2796
2875
  8, 0, () => ObjectTypeField$
2797
2876
  ];
2877
+ var IncludedColumns = [2, n0, _ICnc,
2878
+ 0, 0, 64 | 0
2879
+ ];
2798
2880
  var KeyMap = [2, n0, _KM,
2799
2881
  8, 0, () => ObjectTypeKeyList
2800
2882
  ];
@@ -2809,6 +2891,9 @@ var RecommenderFilterValues = [2, n0, _RFV,
2809
2891
  [() => RecommenderFilterAttributeValue,
2810
2892
  0]
2811
2893
  ];
2894
+ var RecommenderSchemaFields = [2, n0, _RSF,
2895
+ 0, 0, () => RecommenderSchemaFieldList
2896
+ ];
2812
2897
  var TagMap = 128 | 0;
2813
2898
  var TaskPropertiesMap = 128 | 0;
2814
2899
  var UpdateAttributes = [2, n0, _UApd,
@@ -2855,6 +2940,9 @@ export var CreateRecommender$ = [9, n0, _CRre,
2855
2940
  export var CreateRecommenderFilter$ = [9, n0, _CRF,
2856
2941
  { [_h]: ["POST", "/domains/{DomainName}/recommender-filters/{RecommenderFilterName}", 200] }, () => CreateRecommenderFilterRequest$, () => CreateRecommenderFilterResponse$
2857
2942
  ];
2943
+ export var CreateRecommenderSchema$ = [9, n0, _CRS,
2944
+ { [_h]: ["POST", "/domains/{DomainName}/recommender-schemas/{RecommenderSchemaName}", 200] }, () => CreateRecommenderSchemaRequest$, () => CreateRecommenderSchemaResponse$
2945
+ ];
2858
2946
  export var CreateSegmentDefinition$ = [9, n0, _CSD,
2859
2947
  { [_h]: ["POST", "/domains/{DomainName}/segment-definitions/{SegmentDefinitionName}", 200] }, () => CreateSegmentDefinitionRequest$, () => CreateSegmentDefinitionResponse$
2860
2948
  ];
@@ -2906,6 +2994,9 @@ export var DeleteRecommender$ = [9, n0, _DR,
2906
2994
  export var DeleteRecommenderFilter$ = [9, n0, _DRF,
2907
2995
  { [_h]: ["DELETE", "/domains/{DomainName}/recommender-filters/{RecommenderFilterName}", 200] }, () => DeleteRecommenderFilterRequest$, () => DeleteRecommenderFilterResponse$
2908
2996
  ];
2997
+ export var DeleteRecommenderSchema$ = [9, n0, _DRS,
2998
+ { [_h]: ["DELETE", "/domains/{DomainName}/recommender-schemas/{RecommenderSchemaName}", 200] }, () => DeleteRecommenderSchemaRequest$, () => DeleteRecommenderSchemaResponse$
2999
+ ];
2909
3000
  export var DeleteSegmentDefinition$ = [9, n0, _DSD,
2910
3001
  { [_h]: ["DELETE", "/domains/{DomainName}/segment-definitions/{SegmentDefinitionName}", 200] }, () => DeleteSegmentDefinitionRequest$, () => DeleteSegmentDefinitionResponse$
2911
3002
  ];
@@ -2969,6 +3060,9 @@ export var GetRecommender$ = [9, n0, _GR,
2969
3060
  export var GetRecommenderFilter$ = [9, n0, _GRF,
2970
3061
  { [_h]: ["GET", "/domains/{DomainName}/recommender-filters/{RecommenderFilterName}", 200] }, () => GetRecommenderFilterRequest$, () => GetRecommenderFilterResponse$
2971
3062
  ];
3063
+ export var GetRecommenderSchema$ = [9, n0, _GRS,
3064
+ { [_h]: ["GET", "/domains/{DomainName}/recommender-schemas/{RecommenderSchemaName}", 200] }, () => GetRecommenderSchemaRequest$, () => GetRecommenderSchemaResponse$
3065
+ ];
2972
3066
  export var GetSegmentDefinition$ = [9, n0, _GSD,
2973
3067
  { [_h]: ["GET", "/domains/{DomainName}/segment-definitions/{SegmentDefinitionName}", 200] }, () => GetSegmentDefinitionRequest$, () => GetSegmentDefinitionResponse$
2974
3068
  ];
@@ -3056,6 +3150,9 @@ export var ListRecommenderRecipes$ = [9, n0, _LRRis,
3056
3150
  export var ListRecommenders$ = [9, n0, _LR,
3057
3151
  { [_h]: ["GET", "/domains/{DomainName}/recommenders", 200] }, () => ListRecommendersRequest$, () => ListRecommendersResponse$
3058
3152
  ];
3153
+ export var ListRecommenderSchemas$ = [9, n0, _LRS,
3154
+ { [_h]: ["GET", "/domains/{DomainName}/recommender-schemas", 200] }, () => ListRecommenderSchemasRequest$, () => ListRecommenderSchemasResponse$
3155
+ ];
3059
3156
  export var ListRuleBasedMatches$ = [9, n0, _LRBM,
3060
3157
  { [_h]: ["GET", "/domains/{DomainName}/profiles/ruleBasedMatches", 200] }, () => ListRuleBasedMatchesRequest$, () => ListRuleBasedMatchesResponse$
3061
3158
  ];
@@ -11,6 +11,7 @@ import { type CreateIntegrationWorkflowCommandInput, type CreateIntegrationWorkf
11
11
  import { type CreateProfileCommandInput, type CreateProfileCommandOutput } from "./commands/CreateProfileCommand";
12
12
  import { type CreateRecommenderCommandInput, type CreateRecommenderCommandOutput } from "./commands/CreateRecommenderCommand";
13
13
  import { type CreateRecommenderFilterCommandInput, type CreateRecommenderFilterCommandOutput } from "./commands/CreateRecommenderFilterCommand";
14
+ import { type CreateRecommenderSchemaCommandInput, type CreateRecommenderSchemaCommandOutput } from "./commands/CreateRecommenderSchemaCommand";
14
15
  import { type CreateSegmentDefinitionCommandInput, type CreateSegmentDefinitionCommandOutput } from "./commands/CreateSegmentDefinitionCommand";
15
16
  import { type CreateSegmentEstimateCommandInput, type CreateSegmentEstimateCommandOutput } from "./commands/CreateSegmentEstimateCommand";
16
17
  import { type CreateSegmentSnapshotCommandInput, type CreateSegmentSnapshotCommandOutput } from "./commands/CreateSegmentSnapshotCommand";
@@ -28,6 +29,7 @@ import { type DeleteProfileObjectCommandInput, type DeleteProfileObjectCommandOu
28
29
  import { type DeleteProfileObjectTypeCommandInput, type DeleteProfileObjectTypeCommandOutput } from "./commands/DeleteProfileObjectTypeCommand";
29
30
  import { type DeleteRecommenderCommandInput, type DeleteRecommenderCommandOutput } from "./commands/DeleteRecommenderCommand";
30
31
  import { type DeleteRecommenderFilterCommandInput, type DeleteRecommenderFilterCommandOutput } from "./commands/DeleteRecommenderFilterCommand";
32
+ import { type DeleteRecommenderSchemaCommandInput, type DeleteRecommenderSchemaCommandOutput } from "./commands/DeleteRecommenderSchemaCommand";
31
33
  import { type DeleteSegmentDefinitionCommandInput, type DeleteSegmentDefinitionCommandOutput } from "./commands/DeleteSegmentDefinitionCommand";
32
34
  import { type DeleteWorkflowCommandInput, type DeleteWorkflowCommandOutput } from "./commands/DeleteWorkflowCommand";
33
35
  import { type DetectProfileObjectTypeCommandInput, type DetectProfileObjectTypeCommandOutput } from "./commands/DetectProfileObjectTypeCommand";
@@ -49,6 +51,7 @@ import { type GetProfileObjectTypeTemplateCommandInput, type GetProfileObjectTyp
49
51
  import { type GetProfileRecommendationsCommandInput, type GetProfileRecommendationsCommandOutput } from "./commands/GetProfileRecommendationsCommand";
50
52
  import { type GetRecommenderCommandInput, type GetRecommenderCommandOutput } from "./commands/GetRecommenderCommand";
51
53
  import { type GetRecommenderFilterCommandInput, type GetRecommenderFilterCommandOutput } from "./commands/GetRecommenderFilterCommand";
54
+ import { type GetRecommenderSchemaCommandInput, type GetRecommenderSchemaCommandOutput } from "./commands/GetRecommenderSchemaCommand";
52
55
  import { type GetSegmentDefinitionCommandInput, type GetSegmentDefinitionCommandOutput } from "./commands/GetSegmentDefinitionCommand";
53
56
  import { type GetSegmentEstimateCommandInput, type GetSegmentEstimateCommandOutput } from "./commands/GetSegmentEstimateCommand";
54
57
  import { type GetSegmentMembershipCommandInput, type GetSegmentMembershipCommandOutput } from "./commands/GetSegmentMembershipCommand";
@@ -77,6 +80,7 @@ import { type ListProfileObjectTypesCommandInput, type ListProfileObjectTypesCom
77
80
  import { type ListProfileObjectTypeTemplatesCommandInput, type ListProfileObjectTypeTemplatesCommandOutput } from "./commands/ListProfileObjectTypeTemplatesCommand";
78
81
  import { type ListRecommenderFiltersCommandInput, type ListRecommenderFiltersCommandOutput } from "./commands/ListRecommenderFiltersCommand";
79
82
  import { type ListRecommenderRecipesCommandInput, type ListRecommenderRecipesCommandOutput } from "./commands/ListRecommenderRecipesCommand";
83
+ import { type ListRecommenderSchemasCommandInput, type ListRecommenderSchemasCommandOutput } from "./commands/ListRecommenderSchemasCommand";
80
84
  import { type ListRecommendersCommandInput, type ListRecommendersCommandOutput } from "./commands/ListRecommendersCommand";
81
85
  import { type ListRuleBasedMatchesCommandInput, type ListRuleBasedMatchesCommandOutput } from "./commands/ListRuleBasedMatchesCommand";
82
86
  import { type ListSegmentDefinitionsCommandInput, type ListSegmentDefinitionsCommandOutput } from "./commands/ListSegmentDefinitionsCommand";
@@ -175,6 +179,12 @@ export interface CustomerProfiles {
175
179
  createRecommenderFilter(args: CreateRecommenderFilterCommandInput, options?: __HttpHandlerOptions): Promise<CreateRecommenderFilterCommandOutput>;
176
180
  createRecommenderFilter(args: CreateRecommenderFilterCommandInput, cb: (err: any, data?: CreateRecommenderFilterCommandOutput) => void): void;
177
181
  createRecommenderFilter(args: CreateRecommenderFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRecommenderFilterCommandOutput) => void): void;
182
+ /**
183
+ * @see {@link CreateRecommenderSchemaCommand}
184
+ */
185
+ createRecommenderSchema(args: CreateRecommenderSchemaCommandInput, options?: __HttpHandlerOptions): Promise<CreateRecommenderSchemaCommandOutput>;
186
+ createRecommenderSchema(args: CreateRecommenderSchemaCommandInput, cb: (err: any, data?: CreateRecommenderSchemaCommandOutput) => void): void;
187
+ createRecommenderSchema(args: CreateRecommenderSchemaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRecommenderSchemaCommandOutput) => void): void;
178
188
  /**
179
189
  * @see {@link CreateSegmentDefinitionCommand}
180
190
  */
@@ -277,6 +287,12 @@ export interface CustomerProfiles {
277
287
  deleteRecommenderFilter(args: DeleteRecommenderFilterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRecommenderFilterCommandOutput>;
278
288
  deleteRecommenderFilter(args: DeleteRecommenderFilterCommandInput, cb: (err: any, data?: DeleteRecommenderFilterCommandOutput) => void): void;
279
289
  deleteRecommenderFilter(args: DeleteRecommenderFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRecommenderFilterCommandOutput) => void): void;
290
+ /**
291
+ * @see {@link DeleteRecommenderSchemaCommand}
292
+ */
293
+ deleteRecommenderSchema(args: DeleteRecommenderSchemaCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRecommenderSchemaCommandOutput>;
294
+ deleteRecommenderSchema(args: DeleteRecommenderSchemaCommandInput, cb: (err: any, data?: DeleteRecommenderSchemaCommandOutput) => void): void;
295
+ deleteRecommenderSchema(args: DeleteRecommenderSchemaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRecommenderSchemaCommandOutput) => void): void;
280
296
  /**
281
297
  * @see {@link DeleteSegmentDefinitionCommand}
282
298
  */
@@ -403,6 +419,12 @@ export interface CustomerProfiles {
403
419
  getRecommenderFilter(args: GetRecommenderFilterCommandInput, options?: __HttpHandlerOptions): Promise<GetRecommenderFilterCommandOutput>;
404
420
  getRecommenderFilter(args: GetRecommenderFilterCommandInput, cb: (err: any, data?: GetRecommenderFilterCommandOutput) => void): void;
405
421
  getRecommenderFilter(args: GetRecommenderFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRecommenderFilterCommandOutput) => void): void;
422
+ /**
423
+ * @see {@link GetRecommenderSchemaCommand}
424
+ */
425
+ getRecommenderSchema(args: GetRecommenderSchemaCommandInput, options?: __HttpHandlerOptions): Promise<GetRecommenderSchemaCommandOutput>;
426
+ getRecommenderSchema(args: GetRecommenderSchemaCommandInput, cb: (err: any, data?: GetRecommenderSchemaCommandOutput) => void): void;
427
+ getRecommenderSchema(args: GetRecommenderSchemaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRecommenderSchemaCommandOutput) => void): void;
406
428
  /**
407
429
  * @see {@link GetSegmentDefinitionCommand}
408
430
  */
@@ -580,6 +602,12 @@ export interface CustomerProfiles {
580
602
  listRecommenders(args: ListRecommendersCommandInput, options?: __HttpHandlerOptions): Promise<ListRecommendersCommandOutput>;
581
603
  listRecommenders(args: ListRecommendersCommandInput, cb: (err: any, data?: ListRecommendersCommandOutput) => void): void;
582
604
  listRecommenders(args: ListRecommendersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRecommendersCommandOutput) => void): void;
605
+ /**
606
+ * @see {@link ListRecommenderSchemasCommand}
607
+ */
608
+ listRecommenderSchemas(args: ListRecommenderSchemasCommandInput, options?: __HttpHandlerOptions): Promise<ListRecommenderSchemasCommandOutput>;
609
+ listRecommenderSchemas(args: ListRecommenderSchemasCommandInput, cb: (err: any, data?: ListRecommenderSchemasCommandOutput) => void): void;
610
+ listRecommenderSchemas(args: ListRecommenderSchemasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRecommenderSchemasCommandOutput) => void): void;
583
611
  /**
584
612
  * @see {@link ListRuleBasedMatchesCommand}
585
613
  */
@@ -781,6 +809,13 @@ export interface CustomerProfiles {
781
809
  * @returns AsyncIterable of {@link ListRecommendersCommandOutput}.
782
810
  */
783
811
  paginateListRecommenders(args: ListRecommendersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRecommendersCommandOutput>;
812
+ /**
813
+ * @see {@link ListRecommenderSchemasCommand}
814
+ * @param args - command input.
815
+ * @param paginationConfig - optional pagination config.
816
+ * @returns AsyncIterable of {@link ListRecommenderSchemasCommandOutput}.
817
+ */
818
+ paginateListRecommenderSchemas(args: ListRecommenderSchemasCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRecommenderSchemasCommandOutput>;
784
819
  /**
785
820
  * @see {@link ListRuleBasedMatchesCommand}
786
821
  * @param args - command input.