@aws-sdk/client-customer-profiles 3.1029.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.
- package/README.md +28 -0
- package/dist-cjs/index.js +92 -4
- package/dist-cjs/schemas/schemas_0.js +148 -31
- package/dist-es/CustomerProfiles.js +10 -0
- package/dist-es/commands/CreateRecommenderSchemaCommand.js +16 -0
- package/dist-es/commands/DeleteRecommenderSchemaCommand.js +16 -0
- package/dist-es/commands/GetRecommenderSchemaCommand.js +16 -0
- package/dist-es/commands/ListRecommenderSchemasCommand.js +16 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/enums.js +28 -4
- package/dist-es/pagination/ListRecommenderSchemasPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +139 -23
- package/dist-types/CustomerProfiles.d.ts +35 -0
- package/dist-types/CustomerProfilesClient.d.ts +6 -2
- package/dist-types/commands/CreateRecommenderCommand.d.ts +6 -0
- package/dist-types/commands/CreateRecommenderFilterCommand.d.ts +1 -0
- package/dist-types/commands/CreateRecommenderSchemaCommand.d.ts +117 -0
- package/dist-types/commands/CreateSegmentDefinitionCommand.d.ts +10 -0
- package/dist-types/commands/DeleteRecommenderSchemaCommand.d.ts +88 -0
- package/dist-types/commands/GetRecommenderCommand.d.ts +11 -0
- package/dist-types/commands/GetRecommenderFilterCommand.d.ts +1 -0
- package/dist-types/commands/GetRecommenderSchemaCommand.d.ts +101 -0
- package/dist-types/commands/GetSegmentDefinitionCommand.d.ts +10 -0
- package/dist-types/commands/ListRecommenderFiltersCommand.d.ts +1 -0
- package/dist-types/commands/ListRecommenderSchemasCommand.d.ts +107 -0
- package/dist-types/commands/ListRecommendersCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListUploadJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkflowsCommand.d.ts +1 -1
- package/dist-types/commands/MergeProfilesCommand.d.ts +1 -1
- package/dist-types/commands/PutDomainObjectTypeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRecommenderCommand.d.ts +5 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/enums.d.ts +68 -12
- package/dist-types/models/models_0.d.ts +286 -414
- package/dist-types/models/models_1.d.ts +414 -2
- package/dist-types/pagination/ListRecommenderSchemasPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +16 -0
- package/dist-types/ts3.4/CustomerProfiles.d.ts +75 -0
- package/dist-types/ts3.4/CustomerProfilesClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/CreateRecommenderSchemaCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteRecommenderSchemaCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetRecommenderSchemaCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListRecommenderSchemasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListUploadJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MergeProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutDomainObjectTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/enums.d.ts +37 -5
- package/dist-types/ts3.4/models/models_0.d.ts +71 -93
- package/dist-types/ts3.4/models/models_1.d.ts +98 -0
- package/dist-types/ts3.4/pagination/ListRecommenderSchemasPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +16 -0
- package/package.json +33 -33
|
@@ -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";
|
package/dist-es/models/enums.js
CHANGED
|
@@ -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",
|
|
@@ -347,6 +355,19 @@ export const IncludeOptions = {
|
|
|
347
355
|
ANY: "ANY",
|
|
348
356
|
NONE: "NONE",
|
|
349
357
|
};
|
|
358
|
+
export const SegmentSortDataType = {
|
|
359
|
+
DATE: "DATE",
|
|
360
|
+
NUMBER: "NUMBER",
|
|
361
|
+
STRING: "STRING",
|
|
362
|
+
};
|
|
363
|
+
export const SegmentSortOrder = {
|
|
364
|
+
ASC: "ASC",
|
|
365
|
+
DESC: "DESC",
|
|
366
|
+
};
|
|
367
|
+
export const SortAttributeType = {
|
|
368
|
+
CALCULATED: "CALCULATED",
|
|
369
|
+
PROFILE: "PROFILE",
|
|
370
|
+
};
|
|
350
371
|
export const DataFormat = {
|
|
351
372
|
CSV: "CSV",
|
|
352
373
|
JSONL: "JSONL",
|
|
@@ -381,10 +402,6 @@ export const StandardIdentifier = {
|
|
|
381
402
|
UNIQUE: "UNIQUE",
|
|
382
403
|
WEB_ANALYTICS: "WEB_ANALYTICS",
|
|
383
404
|
};
|
|
384
|
-
export const FeatureType = {
|
|
385
|
-
CATEGORICAL: "CATEGORICAL",
|
|
386
|
-
TEXTUAL: "TEXTUAL",
|
|
387
|
-
};
|
|
388
405
|
export const EventStreamDestinationStatus = {
|
|
389
406
|
HEALTHY: "HEALTHY",
|
|
390
407
|
UNHEALTHY: "UNHEALTHY",
|
|
@@ -420,7 +437,14 @@ export const TrainingMetricName = {
|
|
|
420
437
|
COVERAGE: "coverage",
|
|
421
438
|
FRESHNESS: "freshness",
|
|
422
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",
|
|
423
444
|
POPULARITY: "popularity",
|
|
445
|
+
PRECISION_AT_10: "precision_at_10",
|
|
446
|
+
PRECISION_AT_25: "precision_at_25",
|
|
447
|
+
PRECISION_AT_5: "precision_at_5",
|
|
424
448
|
RECALL: "recall",
|
|
425
449
|
SIMILARITY: "similarity",
|
|
426
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";
|
|
@@ -202,6 +208,7 @@ const _DSe = "DestinationSummary";
|
|
|
202
208
|
const _DSo = "DomainStats";
|
|
203
209
|
const _DT = "DimensionType";
|
|
204
210
|
const _DTFN = "DatetimeTypeFieldName";
|
|
211
|
+
const _DTa = "DataType";
|
|
205
212
|
const _DU = "DestinationUri";
|
|
206
213
|
const _DW = "DeleteWorkflow";
|
|
207
214
|
const _DWR = "DeleteWorkflowRequest";
|
|
@@ -326,6 +333,9 @@ const _GRFR = "GetRecommenderFilterRequest";
|
|
|
326
333
|
const _GRFRe = "GetRecommenderFilterResponse";
|
|
327
334
|
const _GRR = "GetRecommenderRequest";
|
|
328
335
|
const _GRRe = "GetRecommenderResponse";
|
|
336
|
+
const _GRS = "GetRecommenderSchema";
|
|
337
|
+
const _GRSR = "GetRecommenderSchemaRequest";
|
|
338
|
+
const _GRSRe = "GetRecommenderSchemaResponse";
|
|
329
339
|
const _GS = "GenderString";
|
|
330
340
|
const _GSD = "GetSegmentDefinition";
|
|
331
341
|
const _GSDR = "GetSegmentDefinitionRequest";
|
|
@@ -360,6 +370,7 @@ const _HPN = "HomePhoneNumber";
|
|
|
360
370
|
const _I = "Id";
|
|
361
371
|
const _IC = "IntegrationConfig";
|
|
362
372
|
const _ICn = "InferenceConfig";
|
|
373
|
+
const _ICnc = "IncludedColumns";
|
|
363
374
|
const _ID = "IsDefault";
|
|
364
375
|
const _IDP = "IsDataPartial";
|
|
365
376
|
const _IDR = "IncludeDeletedRecords";
|
|
@@ -464,6 +475,9 @@ const _LRRR = "ListRecommenderRecipesRequest";
|
|
|
464
475
|
const _LRRRi = "ListRecommenderRecipesResponse";
|
|
465
476
|
const _LRRi = "ListRecommendersResponse";
|
|
466
477
|
const _LRRis = "ListRecommenderRecipes";
|
|
478
|
+
const _LRS = "ListRecommenderSchemas";
|
|
479
|
+
const _LRSR = "ListRecommenderSchemasRequest";
|
|
480
|
+
const _LRSRi = "ListRecommenderSchemasResponse";
|
|
467
481
|
const _LRU = "LatestRecommenderUpdate";
|
|
468
482
|
const _LSD = "ListSegmentDefinitions";
|
|
469
483
|
const _LSDR = "ListSegmentDefinitionsRequest";
|
|
@@ -538,6 +552,7 @@ const _OTN = "ObjectTypeName";
|
|
|
538
552
|
const _OTNb = "ObjectTypeNames";
|
|
539
553
|
const _Ob = "Object";
|
|
540
554
|
const _Op = "Operator";
|
|
555
|
+
const _Or = "Order";
|
|
541
556
|
const _P = "Province";
|
|
542
557
|
const _PA = "ProfileAttributes";
|
|
543
558
|
const _PAVR = "ProfileAttributeValuesRequest";
|
|
@@ -627,8 +642,16 @@ const _RRL = "RecommenderRecipesList";
|
|
|
627
642
|
const _RRN = "RecommenderRecipeName";
|
|
628
643
|
const _RRe = "RecommenderRecipe";
|
|
629
644
|
const _RS = "ResultsSummary";
|
|
645
|
+
const _RSA = "RecommenderSchemaArn";
|
|
646
|
+
const _RSF = "RecommenderSchemaFields";
|
|
647
|
+
const _RSFL = "RecommenderSchemaFieldList";
|
|
648
|
+
const _RSFe = "RecommenderSchemaField";
|
|
630
649
|
const _RSL = "RecommenderSummaryList";
|
|
631
|
-
const
|
|
650
|
+
const _RSN = "RecommenderSchemaName";
|
|
651
|
+
const _RSS = "RecommenderSchemaSummary";
|
|
652
|
+
const _RSSL = "RecommenderSchemaSummaryList";
|
|
653
|
+
const _RSe = "RecommenderSchemas";
|
|
654
|
+
const _RSec = "RecommenderSummary";
|
|
632
655
|
const _RU = "RecommenderUpdate";
|
|
633
656
|
const _Re = "Readiness";
|
|
634
657
|
const _Rec = "Recommendations";
|
|
@@ -637,6 +660,8 @@ const _Recom = "Recommendation";
|
|
|
637
660
|
const _Ru = "Rule";
|
|
638
661
|
const _S = "Statistic";
|
|
639
662
|
const _SA = "ShippingAddress";
|
|
663
|
+
const _SAL = "SortAttributeList";
|
|
664
|
+
const _SAo = "SortAttribute";
|
|
640
665
|
const _SBN = "S3BucketName";
|
|
641
666
|
const _SC = "StepsCompleted";
|
|
642
667
|
const _SCP = "SourceConnectorProperties";
|
|
@@ -684,7 +709,7 @@ const _SRRto = "StopRecommenderRequest";
|
|
|
684
709
|
const _SRRtop = "StopRecommenderResponse";
|
|
685
710
|
const _SRt = "StartRecommender";
|
|
686
711
|
const _SRto = "StopRecommender";
|
|
687
|
-
const _SS = "
|
|
712
|
+
const _SS = "SegmentSort";
|
|
688
713
|
const _SSL = "SourceSegmentList";
|
|
689
714
|
const _SSP = "S3SourceProperties";
|
|
690
715
|
const _SSPa = "SalesforceSourceProperties";
|
|
@@ -692,6 +717,7 @@ const _SSQ = "SegmentSqlQuery";
|
|
|
692
717
|
const _SST = "ScheduleStartTime";
|
|
693
718
|
const _SSo = "SourceSegments";
|
|
694
719
|
const _SSou = "SourceSegment";
|
|
720
|
+
const _SSt = "StoppedSince";
|
|
695
721
|
const _ST = "StartTime";
|
|
696
722
|
const _STP = "ScheduledTriggerProperties";
|
|
697
723
|
const _STe = "SegmentType";
|
|
@@ -718,6 +744,7 @@ const _T = "Type";
|
|
|
718
744
|
const _TC = "TriggerConfig";
|
|
719
745
|
const _TE = "ThrottlingException";
|
|
720
746
|
const _TF = "TimestampFormat";
|
|
747
|
+
const _TFN = "TargetFieldName";
|
|
721
748
|
const _TFr = "TrainingFrequency";
|
|
722
749
|
const _TI = "TemplateId";
|
|
723
750
|
const _TM = "TrainingMetrics";
|
|
@@ -1102,8 +1129,8 @@ export var CreateProfileResponse$ = [3, n0, _CPRr,
|
|
|
1102
1129
|
];
|
|
1103
1130
|
export var CreateRecommenderFilterRequest$ = [3, n0, _CRFR,
|
|
1104
1131
|
0,
|
|
1105
|
-
[_DN, _RFN, _RFE, _D, _Ta],
|
|
1106
|
-
[[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
|
|
1107
1134
|
];
|
|
1108
1135
|
export var CreateRecommenderFilterResponse$ = [3, n0, _CRFRr,
|
|
1109
1136
|
0,
|
|
@@ -1112,18 +1139,28 @@ export var CreateRecommenderFilterResponse$ = [3, n0, _CRFRr,
|
|
|
1112
1139
|
];
|
|
1113
1140
|
export var CreateRecommenderRequest$ = [3, n0, _CRR,
|
|
1114
1141
|
0,
|
|
1115
|
-
[_DN, _RN, _RRN, _RC, _D, _Ta],
|
|
1116
|
-
[[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
|
|
1117
1144
|
];
|
|
1118
1145
|
export var CreateRecommenderResponse$ = [3, n0, _CRRr,
|
|
1119
1146
|
0,
|
|
1120
1147
|
[_RAe, _Ta],
|
|
1121
1148
|
[0, 128 | 0], 1
|
|
1122
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
|
+
];
|
|
1123
1160
|
export var CreateSegmentDefinitionRequest$ = [3, n0, _CSDR,
|
|
1124
1161
|
0,
|
|
1125
|
-
[_DN, _SDN, _DNi, _D, _SG, _SSQ, _Ta],
|
|
1126
|
-
[[0, 1], [0, 1], 0, [() => sensitiveString1To4000, 0], [() => SegmentGroup$, 0], [() => sensitiveString1To50000, 0], 128 | 0], 3
|
|
1162
|
+
[_DN, _SDN, _DNi, _D, _SG, _SSQ, _SS, _Ta],
|
|
1163
|
+
[[0, 1], [0, 1], 0, [() => sensitiveString1To4000, 0], [() => SegmentGroup$, 0], [() => sensitiveString1To50000, 0], [() => SegmentSort$, 0], 128 | 0], 3
|
|
1127
1164
|
];
|
|
1128
1165
|
export var CreateSegmentDefinitionResponse$ = [3, n0, _CSDRr,
|
|
1129
1166
|
0,
|
|
@@ -1305,6 +1342,16 @@ export var DeleteRecommenderResponse$ = [3, n0, _DRRe,
|
|
|
1305
1342
|
[],
|
|
1306
1343
|
[]
|
|
1307
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
|
+
];
|
|
1308
1355
|
export var DeleteSegmentDefinitionRequest$ = [3, n0, _DSDR,
|
|
1309
1356
|
0,
|
|
1310
1357
|
[_DN, _SDN],
|
|
@@ -1382,7 +1429,7 @@ export var EventStreamDestinationDetails$ = [3, n0, _ESDD,
|
|
|
1382
1429
|
];
|
|
1383
1430
|
export var EventStreamSummary$ = [3, n0, _ESS,
|
|
1384
1431
|
0,
|
|
1385
|
-
[_DN, _ESN, _ESA, _St,
|
|
1432
|
+
[_DN, _ESN, _ESA, _St, _SSt, _DSe, _Ta],
|
|
1386
1433
|
[0, 0, 0, 0, 4, () => DestinationSummary$, 128 | 0], 4
|
|
1387
1434
|
];
|
|
1388
1435
|
export var EventTriggerCondition$ = [3, n0, _ETCv,
|
|
@@ -1522,7 +1569,7 @@ export var GetEventStreamRequest$ = [3, n0, _GESR,
|
|
|
1522
1569
|
];
|
|
1523
1570
|
export var GetEventStreamResponse$ = [3, n0, _GESRe,
|
|
1524
1571
|
0,
|
|
1525
|
-
[_DN, _ESA, _CA, _St, _DDe,
|
|
1572
|
+
[_DN, _ESA, _CA, _St, _DDe, _SSt, _Ta],
|
|
1526
1573
|
[0, 0, 4, 0, () => EventStreamDestinationDetails$, 4, 128 | 0], 5
|
|
1527
1574
|
];
|
|
1528
1575
|
export var GetEventTriggerRequest$ = [3, n0, _GETR,
|
|
@@ -1632,8 +1679,8 @@ export var GetRecommenderFilterRequest$ = [3, n0, _GRFR,
|
|
|
1632
1679
|
];
|
|
1633
1680
|
export var GetRecommenderFilterResponse$ = [3, n0, _GRFRe,
|
|
1634
1681
|
0,
|
|
1635
|
-
[_RFN, _RFE, _CA, _Sta, _Ta, _D, _FR],
|
|
1636
|
-
[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
|
|
1637
1684
|
];
|
|
1638
1685
|
export var GetRecommenderRequest$ = [3, n0, _GRR,
|
|
1639
1686
|
0,
|
|
@@ -1642,8 +1689,18 @@ export var GetRecommenderRequest$ = [3, n0, _GRR,
|
|
|
1642
1689
|
];
|
|
1643
1690
|
export var GetRecommenderResponse$ = [3, n0, _GRRe,
|
|
1644
1691
|
0,
|
|
1645
|
-
[_RN, _RRN, _RC, _D, _Sta, _LUA, _CA, _FR, _LRU, _TM, _Ta],
|
|
1646
|
-
[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
|
|
1647
1704
|
];
|
|
1648
1705
|
export var GetSegmentDefinitionRequest$ = [3, n0, _GSDR,
|
|
1649
1706
|
0,
|
|
@@ -1652,8 +1709,8 @@ export var GetSegmentDefinitionRequest$ = [3, n0, _GSDR,
|
|
|
1652
1709
|
];
|
|
1653
1710
|
export var GetSegmentDefinitionResponse$ = [3, n0, _GSDRe,
|
|
1654
1711
|
0,
|
|
1655
|
-
[_SDA, _SDN, _DNi, _D, _SG, _CA, _Ta, _SSQ, _STe],
|
|
1656
|
-
[[0, { [_jN]: _SDA }], [0, { [_jN]: _SDN }], [0, { [_jN]: _DNi }], [() => sensitiveString1To4000, { [_jN]: _D }], [() => SegmentGroup$, { [_jN]: _SG }], [4, { [_jN]: _CA }], [128 | 0, { [_jN]: _Ta }], [() => sensitiveString1To50000, { [_jN]: _SSQ }], [0, { [_jN]: _STe }]], 1
|
|
1712
|
+
[_SDA, _SDN, _DNi, _D, _SG, _SS, _CA, _Ta, _SSQ, _STe],
|
|
1713
|
+
[[0, { [_jN]: _SDA }], [0, { [_jN]: _SDN }], [0, { [_jN]: _DNi }], [() => sensitiveString1To4000, { [_jN]: _D }], [() => SegmentGroup$, { [_jN]: _SG }], [() => SegmentSort$, { [_jN]: _SS }], [4, { [_jN]: _CA }], [128 | 0, { [_jN]: _Ta }], [() => sensitiveString1To50000, { [_jN]: _SSQ }], [0, { [_jN]: _STe }]], 1
|
|
1657
1714
|
];
|
|
1658
1715
|
export var GetSegmentEstimateRequest$ = [3, n0, _GSER,
|
|
1659
1716
|
0,
|
|
@@ -2000,6 +2057,16 @@ export var ListRecommenderRecipesResponse$ = [3, n0, _LRRRi,
|
|
|
2000
2057
|
[_NT, _RR],
|
|
2001
2058
|
[0, () => RecommenderRecipesList]
|
|
2002
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
|
+
];
|
|
2003
2070
|
export var ListRecommendersRequest$ = [3, n0, _LRR,
|
|
2004
2071
|
0,
|
|
2005
2072
|
[_DN, _MR, _NT],
|
|
@@ -2237,8 +2304,8 @@ export var Recommendation$ = [3, n0, _Recom,
|
|
|
2237
2304
|
];
|
|
2238
2305
|
export var RecommenderConfig$ = [3, n0, _RC,
|
|
2239
2306
|
0,
|
|
2240
|
-
[_EC, _TFr, _ICn],
|
|
2241
|
-
[() => EventsConfig$, 1, () => InferenceConfig
|
|
2307
|
+
[_EC, _TFr, _ICn, _ICnc],
|
|
2308
|
+
[() => EventsConfig$, 1, () => InferenceConfig$, [2, n0, _ICnc, 0, 0, 64 | 0]]
|
|
2242
2309
|
];
|
|
2243
2310
|
export var RecommenderFilter$ = [3, n0, _RFe,
|
|
2244
2311
|
0,
|
|
@@ -2247,8 +2314,8 @@ export var RecommenderFilter$ = [3, n0, _RFe,
|
|
|
2247
2314
|
];
|
|
2248
2315
|
export var RecommenderFilterSummary$ = [3, n0, _RFS,
|
|
2249
2316
|
0,
|
|
2250
|
-
[_RFN, _RFE, _CA, _D, _Sta, _FR, _Ta],
|
|
2251
|
-
[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]
|
|
2252
2319
|
];
|
|
2253
2320
|
export var RecommenderPromotionalFilter$ = [3, n0, _RPFe,
|
|
2254
2321
|
0,
|
|
@@ -2260,10 +2327,20 @@ export var RecommenderRecipe$ = [3, n0, _RRe,
|
|
|
2260
2327
|
[_n, _d],
|
|
2261
2328
|
[0, 0]
|
|
2262
2329
|
];
|
|
2263
|
-
export var
|
|
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,
|
|
2264
2341
|
0,
|
|
2265
|
-
[_RN, _RNe, _RC, _CA, _D, _Sta, _LUA, _Ta, _FR, _LRU],
|
|
2266
|
-
[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$]
|
|
2267
2344
|
];
|
|
2268
2345
|
export var RecommenderUpdate$ = [3, n0, _RU,
|
|
2269
2346
|
0,
|
|
@@ -2335,11 +2412,21 @@ export var SegmentGroupStructure$ = [3, n0, _SGS,
|
|
|
2335
2412
|
[_Gr, _In],
|
|
2336
2413
|
[[() => SegmentGroupList, 0], 0]
|
|
2337
2414
|
];
|
|
2415
|
+
export var SegmentSort$ = [3, n0, _SS,
|
|
2416
|
+
8,
|
|
2417
|
+
[_At],
|
|
2418
|
+
[[() => SortAttributeList, { [_jN]: _At }]], 1
|
|
2419
|
+
];
|
|
2338
2420
|
export var ServiceNowSourceProperties$ = [3, n0, _SNSP,
|
|
2339
2421
|
0,
|
|
2340
2422
|
[_Ob],
|
|
2341
2423
|
[0], 1
|
|
2342
2424
|
];
|
|
2425
|
+
export var SortAttribute$ = [3, n0, _SAo,
|
|
2426
|
+
0,
|
|
2427
|
+
[_N, _Or, _DTa, _T],
|
|
2428
|
+
[[0, { [_jN]: _N }], [0, { [_jN]: _Or }], [0, { [_jN]: _DTa }], [0, { [_jN]: _T }]], 2
|
|
2429
|
+
];
|
|
2343
2430
|
export var SourceConnectorProperties$ = [3, n0, _SCP,
|
|
2344
2431
|
0,
|
|
2345
2432
|
[_Ma, _S_, _Sa, _SNe, _Z],
|
|
@@ -2567,6 +2654,7 @@ var CalculatedAttributeValueList = [1, n0, _CAVL,
|
|
|
2567
2654
|
0, () => CalculatedAttributeValue$
|
|
2568
2655
|
];
|
|
2569
2656
|
var CandidateIdList = 64 | 0;
|
|
2657
|
+
var ColumnNamesList = 64 | 0;
|
|
2570
2658
|
var DateValues = 64 | 0;
|
|
2571
2659
|
var DetectedProfileObjectTypes = [1, n0, _DPOTe,
|
|
2572
2660
|
0, [() => DetectedProfileObjectType$,
|
|
@@ -2713,6 +2801,12 @@ var RecommenderPromotionalFilters = [1, n0, _RPF,
|
|
|
2713
2801
|
var RecommenderRecipesList = [1, n0, _RRL,
|
|
2714
2802
|
0, () => RecommenderRecipe$
|
|
2715
2803
|
];
|
|
2804
|
+
var RecommenderSchemaFieldList = [1, n0, _RSFL,
|
|
2805
|
+
0, () => RecommenderSchemaField$
|
|
2806
|
+
];
|
|
2807
|
+
var RecommenderSchemaSummaryList = [1, n0, _RSSL,
|
|
2808
|
+
0, () => RecommenderSchemaSummary$
|
|
2809
|
+
];
|
|
2716
2810
|
var RecommenderSummaryList = [1, n0, _RSL,
|
|
2717
2811
|
0, [() => RecommenderSummary$,
|
|
2718
2812
|
0]
|
|
@@ -2726,6 +2820,10 @@ var SegmentGroupList = [1, n0, _SGL,
|
|
|
2726
2820
|
0, [() => Group$,
|
|
2727
2821
|
0]
|
|
2728
2822
|
];
|
|
2823
|
+
var SortAttributeList = [1, n0, _SAL,
|
|
2824
|
+
0, [() => SortAttribute$,
|
|
2825
|
+
0]
|
|
2826
|
+
];
|
|
2729
2827
|
var SourceFields = 64 | 0;
|
|
2730
2828
|
var SourceSegmentList = [1, n0, _SSL,
|
|
2731
2829
|
0, [() => SourceSegment$,
|
|
@@ -2776,6 +2874,9 @@ var DomainObjectTypeFields = [2, n0, _DOTFo,
|
|
|
2776
2874
|
var FieldMap = [2, n0, _FM,
|
|
2777
2875
|
8, 0, () => ObjectTypeField$
|
|
2778
2876
|
];
|
|
2877
|
+
var IncludedColumns = [2, n0, _ICnc,
|
|
2878
|
+
0, 0, 64 | 0
|
|
2879
|
+
];
|
|
2779
2880
|
var KeyMap = [2, n0, _KM,
|
|
2780
2881
|
8, 0, () => ObjectTypeKeyList
|
|
2781
2882
|
];
|
|
@@ -2790,6 +2891,9 @@ var RecommenderFilterValues = [2, n0, _RFV,
|
|
|
2790
2891
|
[() => RecommenderFilterAttributeValue,
|
|
2791
2892
|
0]
|
|
2792
2893
|
];
|
|
2894
|
+
var RecommenderSchemaFields = [2, n0, _RSF,
|
|
2895
|
+
0, 0, () => RecommenderSchemaFieldList
|
|
2896
|
+
];
|
|
2793
2897
|
var TagMap = 128 | 0;
|
|
2794
2898
|
var TaskPropertiesMap = 128 | 0;
|
|
2795
2899
|
var UpdateAttributes = [2, n0, _UApd,
|
|
@@ -2836,6 +2940,9 @@ export var CreateRecommender$ = [9, n0, _CRre,
|
|
|
2836
2940
|
export var CreateRecommenderFilter$ = [9, n0, _CRF,
|
|
2837
2941
|
{ [_h]: ["POST", "/domains/{DomainName}/recommender-filters/{RecommenderFilterName}", 200] }, () => CreateRecommenderFilterRequest$, () => CreateRecommenderFilterResponse$
|
|
2838
2942
|
];
|
|
2943
|
+
export var CreateRecommenderSchema$ = [9, n0, _CRS,
|
|
2944
|
+
{ [_h]: ["POST", "/domains/{DomainName}/recommender-schemas/{RecommenderSchemaName}", 200] }, () => CreateRecommenderSchemaRequest$, () => CreateRecommenderSchemaResponse$
|
|
2945
|
+
];
|
|
2839
2946
|
export var CreateSegmentDefinition$ = [9, n0, _CSD,
|
|
2840
2947
|
{ [_h]: ["POST", "/domains/{DomainName}/segment-definitions/{SegmentDefinitionName}", 200] }, () => CreateSegmentDefinitionRequest$, () => CreateSegmentDefinitionResponse$
|
|
2841
2948
|
];
|
|
@@ -2887,6 +2994,9 @@ export var DeleteRecommender$ = [9, n0, _DR,
|
|
|
2887
2994
|
export var DeleteRecommenderFilter$ = [9, n0, _DRF,
|
|
2888
2995
|
{ [_h]: ["DELETE", "/domains/{DomainName}/recommender-filters/{RecommenderFilterName}", 200] }, () => DeleteRecommenderFilterRequest$, () => DeleteRecommenderFilterResponse$
|
|
2889
2996
|
];
|
|
2997
|
+
export var DeleteRecommenderSchema$ = [9, n0, _DRS,
|
|
2998
|
+
{ [_h]: ["DELETE", "/domains/{DomainName}/recommender-schemas/{RecommenderSchemaName}", 200] }, () => DeleteRecommenderSchemaRequest$, () => DeleteRecommenderSchemaResponse$
|
|
2999
|
+
];
|
|
2890
3000
|
export var DeleteSegmentDefinition$ = [9, n0, _DSD,
|
|
2891
3001
|
{ [_h]: ["DELETE", "/domains/{DomainName}/segment-definitions/{SegmentDefinitionName}", 200] }, () => DeleteSegmentDefinitionRequest$, () => DeleteSegmentDefinitionResponse$
|
|
2892
3002
|
];
|
|
@@ -2950,6 +3060,9 @@ export var GetRecommender$ = [9, n0, _GR,
|
|
|
2950
3060
|
export var GetRecommenderFilter$ = [9, n0, _GRF,
|
|
2951
3061
|
{ [_h]: ["GET", "/domains/{DomainName}/recommender-filters/{RecommenderFilterName}", 200] }, () => GetRecommenderFilterRequest$, () => GetRecommenderFilterResponse$
|
|
2952
3062
|
];
|
|
3063
|
+
export var GetRecommenderSchema$ = [9, n0, _GRS,
|
|
3064
|
+
{ [_h]: ["GET", "/domains/{DomainName}/recommender-schemas/{RecommenderSchemaName}", 200] }, () => GetRecommenderSchemaRequest$, () => GetRecommenderSchemaResponse$
|
|
3065
|
+
];
|
|
2953
3066
|
export var GetSegmentDefinition$ = [9, n0, _GSD,
|
|
2954
3067
|
{ [_h]: ["GET", "/domains/{DomainName}/segment-definitions/{SegmentDefinitionName}", 200] }, () => GetSegmentDefinitionRequest$, () => GetSegmentDefinitionResponse$
|
|
2955
3068
|
];
|
|
@@ -3037,6 +3150,9 @@ export var ListRecommenderRecipes$ = [9, n0, _LRRis,
|
|
|
3037
3150
|
export var ListRecommenders$ = [9, n0, _LR,
|
|
3038
3151
|
{ [_h]: ["GET", "/domains/{DomainName}/recommenders", 200] }, () => ListRecommendersRequest$, () => ListRecommendersResponse$
|
|
3039
3152
|
];
|
|
3153
|
+
export var ListRecommenderSchemas$ = [9, n0, _LRS,
|
|
3154
|
+
{ [_h]: ["GET", "/domains/{DomainName}/recommender-schemas", 200] }, () => ListRecommenderSchemasRequest$, () => ListRecommenderSchemasResponse$
|
|
3155
|
+
];
|
|
3040
3156
|
export var ListRuleBasedMatches$ = [9, n0, _LRBM,
|
|
3041
3157
|
{ [_h]: ["GET", "/domains/{DomainName}/profiles/ruleBasedMatches", 200] }, () => ListRuleBasedMatchesRequest$, () => ListRuleBasedMatchesResponse$
|
|
3042
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.
|