@aws-sdk/client-customer-profiles 3.1028.0 → 3.1030.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/dist-cjs/index.js +16 -0
- package/dist-cjs/schemas/schemas_0.js +30 -11
- package/dist-es/models/enums.js +13 -0
- package/dist-es/schemas/schemas_0.js +26 -7
- package/dist-types/commands/CreateSegmentDefinitionCommand.d.ts +10 -0
- package/dist-types/commands/GetSegmentDefinitionCommand.d.ts +10 -0
- package/dist-types/commands/PutDomainObjectTypeCommand.d.ts +1 -1
- package/dist-types/models/enums.d.ts +37 -0
- package/dist-types/models/models_0.d.ts +48 -76
- package/dist-types/models/models_1.d.ts +76 -1
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutDomainObjectTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +19 -0
- package/dist-types/ts3.4/models/models_0.d.ts +14 -17
- package/dist-types/ts3.4/models/models_1.d.ts +18 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -1832,6 +1832,19 @@ const IncludeOptions = {
|
|
|
1832
1832
|
ANY: "ANY",
|
|
1833
1833
|
NONE: "NONE",
|
|
1834
1834
|
};
|
|
1835
|
+
const SegmentSortDataType = {
|
|
1836
|
+
DATE: "DATE",
|
|
1837
|
+
NUMBER: "NUMBER",
|
|
1838
|
+
STRING: "STRING",
|
|
1839
|
+
};
|
|
1840
|
+
const SegmentSortOrder = {
|
|
1841
|
+
ASC: "ASC",
|
|
1842
|
+
DESC: "DESC",
|
|
1843
|
+
};
|
|
1844
|
+
const SortAttributeType = {
|
|
1845
|
+
CALCULATED: "CALCULATED",
|
|
1846
|
+
PROFILE: "PROFILE",
|
|
1847
|
+
};
|
|
1835
1848
|
const DataFormat = {
|
|
1836
1849
|
CSV: "CSV",
|
|
1837
1850
|
JSONL: "JSONL",
|
|
@@ -2093,8 +2106,11 @@ exports.SalesforceConnectorOperator = SalesforceConnectorOperator;
|
|
|
2093
2106
|
exports.Scope = Scope;
|
|
2094
2107
|
exports.SearchProfilesCommand = SearchProfilesCommand;
|
|
2095
2108
|
exports.SegmentSnapshotStatus = SegmentSnapshotStatus;
|
|
2109
|
+
exports.SegmentSortDataType = SegmentSortDataType;
|
|
2110
|
+
exports.SegmentSortOrder = SegmentSortOrder;
|
|
2096
2111
|
exports.SegmentType = SegmentType;
|
|
2097
2112
|
exports.ServiceNowConnectorOperator = ServiceNowConnectorOperator;
|
|
2113
|
+
exports.SortAttributeType = SortAttributeType;
|
|
2098
2114
|
exports.SourceConnectorType = SourceConnectorType;
|
|
2099
2115
|
exports.StandardIdentifier = StandardIdentifier;
|
|
2100
2116
|
exports.StartRecommenderCommand = StartRecommenderCommand;
|
|
@@ -5,10 +5,10 @@ exports.DetectProfileObjectTypeRequest$ = exports.DetectedProfileObjectType$ = e
|
|
|
5
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
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
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.
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
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$ = 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;
|
|
12
12
|
const _A = "Address";
|
|
13
13
|
const _AD = "AddressDimension";
|
|
14
14
|
const _ADE = "AccessDeniedException";
|
|
@@ -213,6 +213,7 @@ const _DSe = "DestinationSummary";
|
|
|
213
213
|
const _DSo = "DomainStats";
|
|
214
214
|
const _DT = "DimensionType";
|
|
215
215
|
const _DTFN = "DatetimeTypeFieldName";
|
|
216
|
+
const _DTa = "DataType";
|
|
216
217
|
const _DU = "DestinationUri";
|
|
217
218
|
const _DW = "DeleteWorkflow";
|
|
218
219
|
const _DWR = "DeleteWorkflowRequest";
|
|
@@ -549,6 +550,7 @@ const _OTN = "ObjectTypeName";
|
|
|
549
550
|
const _OTNb = "ObjectTypeNames";
|
|
550
551
|
const _Ob = "Object";
|
|
551
552
|
const _Op = "Operator";
|
|
553
|
+
const _Or = "Order";
|
|
552
554
|
const _P = "Province";
|
|
553
555
|
const _PA = "ProfileAttributes";
|
|
554
556
|
const _PAVR = "ProfileAttributeValuesRequest";
|
|
@@ -648,6 +650,8 @@ const _Recom = "Recommendation";
|
|
|
648
650
|
const _Ru = "Rule";
|
|
649
651
|
const _S = "Statistic";
|
|
650
652
|
const _SA = "ShippingAddress";
|
|
653
|
+
const _SAL = "SortAttributeList";
|
|
654
|
+
const _SAo = "SortAttribute";
|
|
651
655
|
const _SBN = "S3BucketName";
|
|
652
656
|
const _SC = "StepsCompleted";
|
|
653
657
|
const _SCP = "SourceConnectorProperties";
|
|
@@ -695,7 +699,7 @@ const _SRRto = "StopRecommenderRequest";
|
|
|
695
699
|
const _SRRtop = "StopRecommenderResponse";
|
|
696
700
|
const _SRt = "StartRecommender";
|
|
697
701
|
const _SRto = "StopRecommender";
|
|
698
|
-
const _SS = "
|
|
702
|
+
const _SS = "SegmentSort";
|
|
699
703
|
const _SSL = "SourceSegmentList";
|
|
700
704
|
const _SSP = "S3SourceProperties";
|
|
701
705
|
const _SSPa = "SalesforceSourceProperties";
|
|
@@ -703,6 +707,7 @@ const _SSQ = "SegmentSqlQuery";
|
|
|
703
707
|
const _SST = "ScheduleStartTime";
|
|
704
708
|
const _SSo = "SourceSegments";
|
|
705
709
|
const _SSou = "SourceSegment";
|
|
710
|
+
const _SSt = "StoppedSince";
|
|
706
711
|
const _ST = "StartTime";
|
|
707
712
|
const _STP = "ScheduledTriggerProperties";
|
|
708
713
|
const _STe = "SegmentType";
|
|
@@ -1133,8 +1138,8 @@ exports.CreateRecommenderResponse$ = [3, n0, _CRRr,
|
|
|
1133
1138
|
];
|
|
1134
1139
|
exports.CreateSegmentDefinitionRequest$ = [3, n0, _CSDR,
|
|
1135
1140
|
0,
|
|
1136
|
-
[_DN, _SDN, _DNi, _D, _SG, _SSQ, _Ta],
|
|
1137
|
-
[[0, 1], [0, 1], 0, [() => sensitiveString1To4000, 0], [() => exports.SegmentGroup$, 0], [() => sensitiveString1To50000, 0], 128 | 0], 3
|
|
1141
|
+
[_DN, _SDN, _DNi, _D, _SG, _SSQ, _SS, _Ta],
|
|
1142
|
+
[[0, 1], [0, 1], 0, [() => sensitiveString1To4000, 0], [() => exports.SegmentGroup$, 0], [() => sensitiveString1To50000, 0], [() => exports.SegmentSort$, 0], 128 | 0], 3
|
|
1138
1143
|
];
|
|
1139
1144
|
exports.CreateSegmentDefinitionResponse$ = [3, n0, _CSDRr,
|
|
1140
1145
|
0,
|
|
@@ -1393,7 +1398,7 @@ exports.EventStreamDestinationDetails$ = [3, n0, _ESDD,
|
|
|
1393
1398
|
];
|
|
1394
1399
|
exports.EventStreamSummary$ = [3, n0, _ESS,
|
|
1395
1400
|
0,
|
|
1396
|
-
[_DN, _ESN, _ESA, _St,
|
|
1401
|
+
[_DN, _ESN, _ESA, _St, _SSt, _DSe, _Ta],
|
|
1397
1402
|
[0, 0, 0, 0, 4, () => exports.DestinationSummary$, 128 | 0], 4
|
|
1398
1403
|
];
|
|
1399
1404
|
exports.EventTriggerCondition$ = [3, n0, _ETCv,
|
|
@@ -1533,7 +1538,7 @@ exports.GetEventStreamRequest$ = [3, n0, _GESR,
|
|
|
1533
1538
|
];
|
|
1534
1539
|
exports.GetEventStreamResponse$ = [3, n0, _GESRe,
|
|
1535
1540
|
0,
|
|
1536
|
-
[_DN, _ESA, _CA, _St, _DDe,
|
|
1541
|
+
[_DN, _ESA, _CA, _St, _DDe, _SSt, _Ta],
|
|
1537
1542
|
[0, 0, 4, 0, () => exports.EventStreamDestinationDetails$, 4, 128 | 0], 5
|
|
1538
1543
|
];
|
|
1539
1544
|
exports.GetEventTriggerRequest$ = [3, n0, _GETR,
|
|
@@ -1663,8 +1668,8 @@ exports.GetSegmentDefinitionRequest$ = [3, n0, _GSDR,
|
|
|
1663
1668
|
];
|
|
1664
1669
|
exports.GetSegmentDefinitionResponse$ = [3, n0, _GSDRe,
|
|
1665
1670
|
0,
|
|
1666
|
-
[_SDA, _SDN, _DNi, _D, _SG, _CA, _Ta, _SSQ, _STe],
|
|
1667
|
-
[[0, { [_jN]: _SDA }], [0, { [_jN]: _SDN }], [0, { [_jN]: _DNi }], [() => sensitiveString1To4000, { [_jN]: _D }], [() => exports.SegmentGroup$, { [_jN]: _SG }], [4, { [_jN]: _CA }], [128 | 0, { [_jN]: _Ta }], [() => sensitiveString1To50000, { [_jN]: _SSQ }], [0, { [_jN]: _STe }]], 1
|
|
1671
|
+
[_SDA, _SDN, _DNi, _D, _SG, _SS, _CA, _Ta, _SSQ, _STe],
|
|
1672
|
+
[[0, { [_jN]: _SDA }], [0, { [_jN]: _SDN }], [0, { [_jN]: _DNi }], [() => sensitiveString1To4000, { [_jN]: _D }], [() => exports.SegmentGroup$, { [_jN]: _SG }], [() => exports.SegmentSort$, { [_jN]: _SS }], [4, { [_jN]: _CA }], [128 | 0, { [_jN]: _Ta }], [() => sensitiveString1To50000, { [_jN]: _SSQ }], [0, { [_jN]: _STe }]], 1
|
|
1668
1673
|
];
|
|
1669
1674
|
exports.GetSegmentEstimateRequest$ = [3, n0, _GSER,
|
|
1670
1675
|
0,
|
|
@@ -2346,11 +2351,21 @@ exports.SegmentGroupStructure$ = [3, n0, _SGS,
|
|
|
2346
2351
|
[_Gr, _In],
|
|
2347
2352
|
[[() => SegmentGroupList, 0], 0]
|
|
2348
2353
|
];
|
|
2354
|
+
exports.SegmentSort$ = [3, n0, _SS,
|
|
2355
|
+
8,
|
|
2356
|
+
[_At],
|
|
2357
|
+
[[() => SortAttributeList, { [_jN]: _At }]], 1
|
|
2358
|
+
];
|
|
2349
2359
|
exports.ServiceNowSourceProperties$ = [3, n0, _SNSP,
|
|
2350
2360
|
0,
|
|
2351
2361
|
[_Ob],
|
|
2352
2362
|
[0], 1
|
|
2353
2363
|
];
|
|
2364
|
+
exports.SortAttribute$ = [3, n0, _SAo,
|
|
2365
|
+
0,
|
|
2366
|
+
[_N, _Or, _DTa, _T],
|
|
2367
|
+
[[0, { [_jN]: _N }], [0, { [_jN]: _Or }], [0, { [_jN]: _DTa }], [0, { [_jN]: _T }]], 2
|
|
2368
|
+
];
|
|
2354
2369
|
exports.SourceConnectorProperties$ = [3, n0, _SCP,
|
|
2355
2370
|
0,
|
|
2356
2371
|
[_Ma, _S_, _Sa, _SNe, _Z],
|
|
@@ -2737,6 +2752,10 @@ var SegmentGroupList = [1, n0, _SGL,
|
|
|
2737
2752
|
0, [() => exports.Group$,
|
|
2738
2753
|
0]
|
|
2739
2754
|
];
|
|
2755
|
+
var SortAttributeList = [1, n0, _SAL,
|
|
2756
|
+
0, [() => exports.SortAttribute$,
|
|
2757
|
+
0]
|
|
2758
|
+
];
|
|
2740
2759
|
var SourceFields = 64 | 0;
|
|
2741
2760
|
var SourceSegmentList = [1, n0, _SSL,
|
|
2742
2761
|
0, [() => exports.SourceSegment$,
|
package/dist-es/models/enums.js
CHANGED
|
@@ -347,6 +347,19 @@ export const IncludeOptions = {
|
|
|
347
347
|
ANY: "ANY",
|
|
348
348
|
NONE: "NONE",
|
|
349
349
|
};
|
|
350
|
+
export const SegmentSortDataType = {
|
|
351
|
+
DATE: "DATE",
|
|
352
|
+
NUMBER: "NUMBER",
|
|
353
|
+
STRING: "STRING",
|
|
354
|
+
};
|
|
355
|
+
export const SegmentSortOrder = {
|
|
356
|
+
ASC: "ASC",
|
|
357
|
+
DESC: "DESC",
|
|
358
|
+
};
|
|
359
|
+
export const SortAttributeType = {
|
|
360
|
+
CALCULATED: "CALCULATED",
|
|
361
|
+
PROFILE: "PROFILE",
|
|
362
|
+
};
|
|
350
363
|
export const DataFormat = {
|
|
351
364
|
CSV: "CSV",
|
|
352
365
|
JSONL: "JSONL",
|
|
@@ -202,6 +202,7 @@ const _DSe = "DestinationSummary";
|
|
|
202
202
|
const _DSo = "DomainStats";
|
|
203
203
|
const _DT = "DimensionType";
|
|
204
204
|
const _DTFN = "DatetimeTypeFieldName";
|
|
205
|
+
const _DTa = "DataType";
|
|
205
206
|
const _DU = "DestinationUri";
|
|
206
207
|
const _DW = "DeleteWorkflow";
|
|
207
208
|
const _DWR = "DeleteWorkflowRequest";
|
|
@@ -538,6 +539,7 @@ const _OTN = "ObjectTypeName";
|
|
|
538
539
|
const _OTNb = "ObjectTypeNames";
|
|
539
540
|
const _Ob = "Object";
|
|
540
541
|
const _Op = "Operator";
|
|
542
|
+
const _Or = "Order";
|
|
541
543
|
const _P = "Province";
|
|
542
544
|
const _PA = "ProfileAttributes";
|
|
543
545
|
const _PAVR = "ProfileAttributeValuesRequest";
|
|
@@ -637,6 +639,8 @@ const _Recom = "Recommendation";
|
|
|
637
639
|
const _Ru = "Rule";
|
|
638
640
|
const _S = "Statistic";
|
|
639
641
|
const _SA = "ShippingAddress";
|
|
642
|
+
const _SAL = "SortAttributeList";
|
|
643
|
+
const _SAo = "SortAttribute";
|
|
640
644
|
const _SBN = "S3BucketName";
|
|
641
645
|
const _SC = "StepsCompleted";
|
|
642
646
|
const _SCP = "SourceConnectorProperties";
|
|
@@ -684,7 +688,7 @@ const _SRRto = "StopRecommenderRequest";
|
|
|
684
688
|
const _SRRtop = "StopRecommenderResponse";
|
|
685
689
|
const _SRt = "StartRecommender";
|
|
686
690
|
const _SRto = "StopRecommender";
|
|
687
|
-
const _SS = "
|
|
691
|
+
const _SS = "SegmentSort";
|
|
688
692
|
const _SSL = "SourceSegmentList";
|
|
689
693
|
const _SSP = "S3SourceProperties";
|
|
690
694
|
const _SSPa = "SalesforceSourceProperties";
|
|
@@ -692,6 +696,7 @@ const _SSQ = "SegmentSqlQuery";
|
|
|
692
696
|
const _SST = "ScheduleStartTime";
|
|
693
697
|
const _SSo = "SourceSegments";
|
|
694
698
|
const _SSou = "SourceSegment";
|
|
699
|
+
const _SSt = "StoppedSince";
|
|
695
700
|
const _ST = "StartTime";
|
|
696
701
|
const _STP = "ScheduledTriggerProperties";
|
|
697
702
|
const _STe = "SegmentType";
|
|
@@ -1122,8 +1127,8 @@ export var CreateRecommenderResponse$ = [3, n0, _CRRr,
|
|
|
1122
1127
|
];
|
|
1123
1128
|
export var CreateSegmentDefinitionRequest$ = [3, n0, _CSDR,
|
|
1124
1129
|
0,
|
|
1125
|
-
[_DN, _SDN, _DNi, _D, _SG, _SSQ, _Ta],
|
|
1126
|
-
[[0, 1], [0, 1], 0, [() => sensitiveString1To4000, 0], [() => SegmentGroup$, 0], [() => sensitiveString1To50000, 0], 128 | 0], 3
|
|
1130
|
+
[_DN, _SDN, _DNi, _D, _SG, _SSQ, _SS, _Ta],
|
|
1131
|
+
[[0, 1], [0, 1], 0, [() => sensitiveString1To4000, 0], [() => SegmentGroup$, 0], [() => sensitiveString1To50000, 0], [() => SegmentSort$, 0], 128 | 0], 3
|
|
1127
1132
|
];
|
|
1128
1133
|
export var CreateSegmentDefinitionResponse$ = [3, n0, _CSDRr,
|
|
1129
1134
|
0,
|
|
@@ -1382,7 +1387,7 @@ export var EventStreamDestinationDetails$ = [3, n0, _ESDD,
|
|
|
1382
1387
|
];
|
|
1383
1388
|
export var EventStreamSummary$ = [3, n0, _ESS,
|
|
1384
1389
|
0,
|
|
1385
|
-
[_DN, _ESN, _ESA, _St,
|
|
1390
|
+
[_DN, _ESN, _ESA, _St, _SSt, _DSe, _Ta],
|
|
1386
1391
|
[0, 0, 0, 0, 4, () => DestinationSummary$, 128 | 0], 4
|
|
1387
1392
|
];
|
|
1388
1393
|
export var EventTriggerCondition$ = [3, n0, _ETCv,
|
|
@@ -1522,7 +1527,7 @@ export var GetEventStreamRequest$ = [3, n0, _GESR,
|
|
|
1522
1527
|
];
|
|
1523
1528
|
export var GetEventStreamResponse$ = [3, n0, _GESRe,
|
|
1524
1529
|
0,
|
|
1525
|
-
[_DN, _ESA, _CA, _St, _DDe,
|
|
1530
|
+
[_DN, _ESA, _CA, _St, _DDe, _SSt, _Ta],
|
|
1526
1531
|
[0, 0, 4, 0, () => EventStreamDestinationDetails$, 4, 128 | 0], 5
|
|
1527
1532
|
];
|
|
1528
1533
|
export var GetEventTriggerRequest$ = [3, n0, _GETR,
|
|
@@ -1652,8 +1657,8 @@ export var GetSegmentDefinitionRequest$ = [3, n0, _GSDR,
|
|
|
1652
1657
|
];
|
|
1653
1658
|
export var GetSegmentDefinitionResponse$ = [3, n0, _GSDRe,
|
|
1654
1659
|
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
|
|
1660
|
+
[_SDA, _SDN, _DNi, _D, _SG, _SS, _CA, _Ta, _SSQ, _STe],
|
|
1661
|
+
[[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
1662
|
];
|
|
1658
1663
|
export var GetSegmentEstimateRequest$ = [3, n0, _GSER,
|
|
1659
1664
|
0,
|
|
@@ -2335,11 +2340,21 @@ export var SegmentGroupStructure$ = [3, n0, _SGS,
|
|
|
2335
2340
|
[_Gr, _In],
|
|
2336
2341
|
[[() => SegmentGroupList, 0], 0]
|
|
2337
2342
|
];
|
|
2343
|
+
export var SegmentSort$ = [3, n0, _SS,
|
|
2344
|
+
8,
|
|
2345
|
+
[_At],
|
|
2346
|
+
[[() => SortAttributeList, { [_jN]: _At }]], 1
|
|
2347
|
+
];
|
|
2338
2348
|
export var ServiceNowSourceProperties$ = [3, n0, _SNSP,
|
|
2339
2349
|
0,
|
|
2340
2350
|
[_Ob],
|
|
2341
2351
|
[0], 1
|
|
2342
2352
|
];
|
|
2353
|
+
export var SortAttribute$ = [3, n0, _SAo,
|
|
2354
|
+
0,
|
|
2355
|
+
[_N, _Or, _DTa, _T],
|
|
2356
|
+
[[0, { [_jN]: _N }], [0, { [_jN]: _Or }], [0, { [_jN]: _DTa }], [0, { [_jN]: _T }]], 2
|
|
2357
|
+
];
|
|
2343
2358
|
export var SourceConnectorProperties$ = [3, n0, _SCP,
|
|
2344
2359
|
0,
|
|
2345
2360
|
[_Ma, _S_, _Sa, _SNe, _Z],
|
|
@@ -2726,6 +2741,10 @@ var SegmentGroupList = [1, n0, _SGL,
|
|
|
2726
2741
|
0, [() => Group$,
|
|
2727
2742
|
0]
|
|
2728
2743
|
];
|
|
2744
|
+
var SortAttributeList = [1, n0, _SAL,
|
|
2745
|
+
0, [() => SortAttribute$,
|
|
2746
|
+
0]
|
|
2747
|
+
];
|
|
2729
2748
|
var SourceFields = 64 | 0;
|
|
2730
2749
|
var SourceSegmentList = [1, n0, _SSL,
|
|
2731
2750
|
0, [() => SourceSegment$,
|
|
@@ -170,6 +170,16 @@ declare const CreateSegmentDefinitionCommand_base: {
|
|
|
170
170
|
* Include: "ALL" || "ANY" || "NONE",
|
|
171
171
|
* },
|
|
172
172
|
* SegmentSqlQuery: "STRING_VALUE",
|
|
173
|
+
* SegmentSort: { // SegmentSort
|
|
174
|
+
* Attributes: [ // SortAttributeList // required
|
|
175
|
+
* { // SortAttribute
|
|
176
|
+
* Name: "STRING_VALUE", // required
|
|
177
|
+
* DataType: "STRING" || "NUMBER" || "DATE",
|
|
178
|
+
* Order: "ASC" || "DESC", // required
|
|
179
|
+
* Type: "PROFILE" || "CALCULATED",
|
|
180
|
+
* },
|
|
181
|
+
* ],
|
|
182
|
+
* },
|
|
173
183
|
* Tags: { // TagMap
|
|
174
184
|
* "<keys>": "STRING_VALUE",
|
|
175
185
|
* },
|
|
@@ -174,6 +174,16 @@ declare const GetSegmentDefinitionCommand_base: {
|
|
|
174
174
|
* // ],
|
|
175
175
|
* // Include: "ALL" || "ANY" || "NONE",
|
|
176
176
|
* // },
|
|
177
|
+
* // SegmentSort: { // SegmentSort
|
|
178
|
+
* // Attributes: [ // SortAttributeList // required
|
|
179
|
+
* // { // SortAttribute
|
|
180
|
+
* // Name: "STRING_VALUE", // required
|
|
181
|
+
* // DataType: "STRING" || "NUMBER" || "DATE",
|
|
182
|
+
* // Order: "ASC" || "DESC", // required
|
|
183
|
+
* // Type: "PROFILE" || "CALCULATED",
|
|
184
|
+
* // },
|
|
185
|
+
* // ],
|
|
186
|
+
* // },
|
|
177
187
|
* // SegmentDefinitionArn: "STRING_VALUE", // required
|
|
178
188
|
* // CreatedAt: new Date("TIMESTAMP"),
|
|
179
189
|
* // Tags: { // TagMap
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
4
|
-
import type { PutDomainObjectTypeRequest, PutDomainObjectTypeResponse } from "../models/
|
|
4
|
+
import type { PutDomainObjectTypeRequest, PutDomainObjectTypeResponse } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -667,6 +667,43 @@ export declare const IncludeOptions: {
|
|
|
667
667
|
* @public
|
|
668
668
|
*/
|
|
669
669
|
export type IncludeOptions = (typeof IncludeOptions)[keyof typeof IncludeOptions];
|
|
670
|
+
/**
|
|
671
|
+
* @public
|
|
672
|
+
* @enum
|
|
673
|
+
*/
|
|
674
|
+
export declare const SegmentSortDataType: {
|
|
675
|
+
readonly DATE: "DATE";
|
|
676
|
+
readonly NUMBER: "NUMBER";
|
|
677
|
+
readonly STRING: "STRING";
|
|
678
|
+
};
|
|
679
|
+
/**
|
|
680
|
+
* @public
|
|
681
|
+
*/
|
|
682
|
+
export type SegmentSortDataType = (typeof SegmentSortDataType)[keyof typeof SegmentSortDataType];
|
|
683
|
+
/**
|
|
684
|
+
* @public
|
|
685
|
+
* @enum
|
|
686
|
+
*/
|
|
687
|
+
export declare const SegmentSortOrder: {
|
|
688
|
+
readonly ASC: "ASC";
|
|
689
|
+
readonly DESC: "DESC";
|
|
690
|
+
};
|
|
691
|
+
/**
|
|
692
|
+
* @public
|
|
693
|
+
*/
|
|
694
|
+
export type SegmentSortOrder = (typeof SegmentSortOrder)[keyof typeof SegmentSortOrder];
|
|
695
|
+
/**
|
|
696
|
+
* @public
|
|
697
|
+
* @enum
|
|
698
|
+
*/
|
|
699
|
+
export declare const SortAttributeType: {
|
|
700
|
+
readonly CALCULATED: "CALCULATED";
|
|
701
|
+
readonly PROFILE: "PROFILE";
|
|
702
|
+
};
|
|
703
|
+
/**
|
|
704
|
+
* @public
|
|
705
|
+
*/
|
|
706
|
+
export type SortAttributeType = (typeof SortAttributeType)[keyof typeof SortAttributeType];
|
|
670
707
|
/**
|
|
671
708
|
* @public
|
|
672
709
|
* @enum
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ActionType, AttributeDimensionType, AttributeMatchingModel, ComparisonOperator, ConflictResolvingModel, ContactType, ContentType, DataFormat, DataPullMode, DateDimensionType, EstimateStatus, EventStreamDestinationStatus, EventStreamState, EventTriggerLogicalOperator, FeatureType, FieldContentType, FilterDimensionType, Gender, IdentityResolutionJobStatus, Include, IncludeOptions, JobScheduleDayOfTheWeek, LayoutType, MarketoConnectorOperator, MatchType, Operator, OperatorPropertiesKeys, PartyType, PeriodUnit, ProfileType, ProfileTypeDimensionType, QueryResult, RangeUnit, ReadinessStatus, RecommenderFilterStatus, RecommenderRecipeName, RecommenderStatus, RuleBasedMatchingStatus, S3ConnectorOperator, SalesforceConnectorOperator, Scope, SegmentSnapshotStatus, SegmentType, ServiceNowConnectorOperator, SourceConnectorType, StandardIdentifier, Statistic, Status, StatusReason, StringDimensionType, TaskType, TrainingMetricName, TriggerType, Type, Unit, UploadJobStatus, WorkflowType, ZendeskConnectorOperator } from "./enums";
|
|
1
|
+
import type { ActionType, AttributeDimensionType, AttributeMatchingModel, ComparisonOperator, ConflictResolvingModel, ContactType, ContentType, DataFormat, DataPullMode, DateDimensionType, EstimateStatus, EventStreamDestinationStatus, EventStreamState, EventTriggerLogicalOperator, FeatureType, FieldContentType, FilterDimensionType, Gender, IdentityResolutionJobStatus, Include, IncludeOptions, JobScheduleDayOfTheWeek, LayoutType, MarketoConnectorOperator, MatchType, Operator, OperatorPropertiesKeys, PartyType, PeriodUnit, ProfileType, ProfileTypeDimensionType, QueryResult, RangeUnit, ReadinessStatus, RecommenderFilterStatus, RecommenderRecipeName, RecommenderStatus, RuleBasedMatchingStatus, S3ConnectorOperator, SalesforceConnectorOperator, Scope, SegmentSnapshotStatus, SegmentSortDataType, SegmentSortOrder, SegmentType, ServiceNowConnectorOperator, SortAttributeType, SourceConnectorType, StandardIdentifier, Statistic, Status, StatusReason, StringDimensionType, TaskType, TrainingMetricName, TriggerType, Type, Unit, UploadJobStatus, WorkflowType, ZendeskConnectorOperator } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>A data type pair that consists of a <code>KeyName</code> and <code>Values</code> list
|
|
4
4
|
* that is used in conjunction with the <a href="https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_SearchProfiles.html#customerprofiles-SearchProfiles-request-KeyName">KeyName</a> and <a href="https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_SearchProfiles.html#customerprofiles-SearchProfiles-request-Values">Values</a> parameters to search for profiles using the <a href="https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_SearchProfiles.html">SearchProfiles</a>
|
|
@@ -3204,6 +3204,43 @@ export interface SegmentGroup {
|
|
|
3204
3204
|
*/
|
|
3205
3205
|
Include?: IncludeOptions | undefined;
|
|
3206
3206
|
}
|
|
3207
|
+
/**
|
|
3208
|
+
* <p>Defines the characteristics and rules for sorting by a specific attribute.</p>
|
|
3209
|
+
* @public
|
|
3210
|
+
*/
|
|
3211
|
+
export interface SortAttribute {
|
|
3212
|
+
/**
|
|
3213
|
+
* <p>The name of the attribute to sort by.</p>
|
|
3214
|
+
* @public
|
|
3215
|
+
*/
|
|
3216
|
+
Name: string | undefined;
|
|
3217
|
+
/**
|
|
3218
|
+
* <p>The data type of the sort attribute (e.g., string, number, date).</p>
|
|
3219
|
+
* @public
|
|
3220
|
+
*/
|
|
3221
|
+
DataType?: SegmentSortDataType | undefined;
|
|
3222
|
+
/**
|
|
3223
|
+
* <p>The sort order for the attribute (ascending or descending).</p>
|
|
3224
|
+
* @public
|
|
3225
|
+
*/
|
|
3226
|
+
Order: SegmentSortOrder | undefined;
|
|
3227
|
+
/**
|
|
3228
|
+
* <p>The type of attribute (e.g., profile, calculated).</p>
|
|
3229
|
+
* @public
|
|
3230
|
+
*/
|
|
3231
|
+
Type?: SortAttributeType | undefined;
|
|
3232
|
+
}
|
|
3233
|
+
/**
|
|
3234
|
+
* <p>Defines how segments should be sorted and ordered in the results.</p>
|
|
3235
|
+
* @public
|
|
3236
|
+
*/
|
|
3237
|
+
export interface SegmentSort {
|
|
3238
|
+
/**
|
|
3239
|
+
* <p>A list of attributes used to sort the segments and their ordering preferences.</p>
|
|
3240
|
+
* @public
|
|
3241
|
+
*/
|
|
3242
|
+
Attributes: SortAttribute[] | undefined;
|
|
3243
|
+
}
|
|
3207
3244
|
/**
|
|
3208
3245
|
* @public
|
|
3209
3246
|
*/
|
|
@@ -3239,6 +3276,11 @@ export interface CreateSegmentDefinitionRequest {
|
|
|
3239
3276
|
* @public
|
|
3240
3277
|
*/
|
|
3241
3278
|
SegmentSqlQuery?: string | undefined;
|
|
3279
|
+
/**
|
|
3280
|
+
* <p>The segment sort.</p>
|
|
3281
|
+
* @public
|
|
3282
|
+
*/
|
|
3283
|
+
SegmentSort?: SegmentSort | undefined;
|
|
3242
3284
|
/**
|
|
3243
3285
|
* <p>The tags used to organize, track, or control access for this resource.</p>
|
|
3244
3286
|
* @public
|
|
@@ -5488,6 +5530,11 @@ export interface GetSegmentDefinitionResponse {
|
|
|
5488
5530
|
* @public
|
|
5489
5531
|
*/
|
|
5490
5532
|
SegmentGroups?: SegmentGroup | undefined;
|
|
5533
|
+
/**
|
|
5534
|
+
* <p>The segment sort.</p>
|
|
5535
|
+
* @public
|
|
5536
|
+
*/
|
|
5537
|
+
SegmentSort?: SegmentSort | undefined;
|
|
5491
5538
|
/**
|
|
5492
5539
|
* <p>The arn of the segment definition.</p>
|
|
5493
5540
|
* @public
|
|
@@ -8008,78 +8055,3 @@ export interface MergeProfilesResponse {
|
|
|
8008
8055
|
*/
|
|
8009
8056
|
Message?: string | undefined;
|
|
8010
8057
|
}
|
|
8011
|
-
/**
|
|
8012
|
-
* @public
|
|
8013
|
-
*/
|
|
8014
|
-
export interface PutDomainObjectTypeRequest {
|
|
8015
|
-
/**
|
|
8016
|
-
* <p>The unique name of the domain.</p>
|
|
8017
|
-
* @public
|
|
8018
|
-
*/
|
|
8019
|
-
DomainName: string | undefined;
|
|
8020
|
-
/**
|
|
8021
|
-
* <p>The unique name of the domain object type.</p>
|
|
8022
|
-
* @public
|
|
8023
|
-
*/
|
|
8024
|
-
ObjectTypeName: string | undefined;
|
|
8025
|
-
/**
|
|
8026
|
-
* <p>The description of the domain object type.</p>
|
|
8027
|
-
* @public
|
|
8028
|
-
*/
|
|
8029
|
-
Description?: string | undefined;
|
|
8030
|
-
/**
|
|
8031
|
-
* <p>The customer provided KMS key used to encrypt this type of domain object.</p>
|
|
8032
|
-
* @public
|
|
8033
|
-
*/
|
|
8034
|
-
EncryptionKey?: string | undefined;
|
|
8035
|
-
/**
|
|
8036
|
-
* <p>A map of field names to their corresponding domain object type field definitions.</p>
|
|
8037
|
-
* @public
|
|
8038
|
-
*/
|
|
8039
|
-
Fields: Record<string, DomainObjectTypeField> | undefined;
|
|
8040
|
-
/**
|
|
8041
|
-
* <p>The tags used to organize, track, or control access for this resource.</p>
|
|
8042
|
-
* @public
|
|
8043
|
-
*/
|
|
8044
|
-
Tags?: Record<string, string> | undefined;
|
|
8045
|
-
}
|
|
8046
|
-
/**
|
|
8047
|
-
* @public
|
|
8048
|
-
*/
|
|
8049
|
-
export interface PutDomainObjectTypeResponse {
|
|
8050
|
-
/**
|
|
8051
|
-
* <p>The unique name of the domain object type.</p>
|
|
8052
|
-
* @public
|
|
8053
|
-
*/
|
|
8054
|
-
ObjectTypeName?: string | undefined;
|
|
8055
|
-
/**
|
|
8056
|
-
* <p>The description of the domain object type.</p>
|
|
8057
|
-
* @public
|
|
8058
|
-
*/
|
|
8059
|
-
Description?: string | undefined;
|
|
8060
|
-
/**
|
|
8061
|
-
* <p>The customer provided KMS key used to encrypt this type of domain object.</p>
|
|
8062
|
-
* @public
|
|
8063
|
-
*/
|
|
8064
|
-
EncryptionKey?: string | undefined;
|
|
8065
|
-
/**
|
|
8066
|
-
* <p>A map of field names to their corresponding domain object type field definitions.</p>
|
|
8067
|
-
* @public
|
|
8068
|
-
*/
|
|
8069
|
-
Fields?: Record<string, DomainObjectTypeField> | undefined;
|
|
8070
|
-
/**
|
|
8071
|
-
* <p>The timestamp of when the domain object type was created.</p>
|
|
8072
|
-
* @public
|
|
8073
|
-
*/
|
|
8074
|
-
CreatedAt?: Date | undefined;
|
|
8075
|
-
/**
|
|
8076
|
-
* <p>The timestamp of when the domain object type was most recently edited.</p>
|
|
8077
|
-
* @public
|
|
8078
|
-
*/
|
|
8079
|
-
LastUpdatedAt?: Date | undefined;
|
|
8080
|
-
/**
|
|
8081
|
-
* <p>The tags used to organize, track, or control access for this resource.</p>
|
|
8082
|
-
* @public
|
|
8083
|
-
*/
|
|
8084
|
-
Tags?: Record<string, string> | undefined;
|
|
8085
|
-
}
|
|
@@ -1,5 +1,80 @@
|
|
|
1
1
|
import type { Gender, LayoutType, LogicalOperator, PartyType, ProfileType, ReadinessStatus, Scope, Statistic } from "./enums";
|
|
2
|
-
import type { AdditionalSearchKey, AttributeDetails, Conditions, DataStoreRequest, DataStoreResponse, EngagementPreferences, EventTriggerCondition, EventTriggerLimits, FlowDefinition, MatchingRequest, MatchingResponse, ObjectTypeField, ObjectTypeKey, Profile, Readiness, RecommenderConfig, RuleBasedMatchingRequest, RuleBasedMatchingResponse } from "./models_0";
|
|
2
|
+
import type { AdditionalSearchKey, AttributeDetails, Conditions, DataStoreRequest, DataStoreResponse, DomainObjectTypeField, EngagementPreferences, EventTriggerCondition, EventTriggerLimits, FlowDefinition, MatchingRequest, MatchingResponse, ObjectTypeField, ObjectTypeKey, Profile, Readiness, RecommenderConfig, RuleBasedMatchingRequest, RuleBasedMatchingResponse } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface PutDomainObjectTypeRequest {
|
|
7
|
+
/**
|
|
8
|
+
* <p>The unique name of the domain.</p>
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
DomainName: string | undefined;
|
|
12
|
+
/**
|
|
13
|
+
* <p>The unique name of the domain object type.</p>
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
ObjectTypeName: string | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* <p>The description of the domain object type.</p>
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
Description?: string | undefined;
|
|
22
|
+
/**
|
|
23
|
+
* <p>The customer provided KMS key used to encrypt this type of domain object.</p>
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
EncryptionKey?: string | undefined;
|
|
27
|
+
/**
|
|
28
|
+
* <p>A map of field names to their corresponding domain object type field definitions.</p>
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
Fields: Record<string, DomainObjectTypeField> | undefined;
|
|
32
|
+
/**
|
|
33
|
+
* <p>The tags used to organize, track, or control access for this resource.</p>
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
Tags?: Record<string, string> | undefined;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* @public
|
|
40
|
+
*/
|
|
41
|
+
export interface PutDomainObjectTypeResponse {
|
|
42
|
+
/**
|
|
43
|
+
* <p>The unique name of the domain object type.</p>
|
|
44
|
+
* @public
|
|
45
|
+
*/
|
|
46
|
+
ObjectTypeName?: string | undefined;
|
|
47
|
+
/**
|
|
48
|
+
* <p>The description of the domain object type.</p>
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
51
|
+
Description?: string | undefined;
|
|
52
|
+
/**
|
|
53
|
+
* <p>The customer provided KMS key used to encrypt this type of domain object.</p>
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
56
|
+
EncryptionKey?: string | undefined;
|
|
57
|
+
/**
|
|
58
|
+
* <p>A map of field names to their corresponding domain object type field definitions.</p>
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
61
|
+
Fields?: Record<string, DomainObjectTypeField> | undefined;
|
|
62
|
+
/**
|
|
63
|
+
* <p>The timestamp of when the domain object type was created.</p>
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
66
|
+
CreatedAt?: Date | undefined;
|
|
67
|
+
/**
|
|
68
|
+
* <p>The timestamp of when the domain object type was most recently edited.</p>
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
71
|
+
LastUpdatedAt?: Date | undefined;
|
|
72
|
+
/**
|
|
73
|
+
* <p>The tags used to organize, track, or control access for this resource.</p>
|
|
74
|
+
* @public
|
|
75
|
+
*/
|
|
76
|
+
Tags?: Record<string, string> | undefined;
|
|
77
|
+
}
|
|
3
78
|
/**
|
|
4
79
|
* @public
|
|
5
80
|
*/
|
|
@@ -304,7 +304,9 @@ export declare var SearchProfilesResponse$: StaticStructureSchema;
|
|
|
304
304
|
export declare var SegmentDefinitionItem$: StaticStructureSchema;
|
|
305
305
|
export declare var SegmentGroup$: StaticStructureSchema;
|
|
306
306
|
export declare var SegmentGroupStructure$: StaticStructureSchema;
|
|
307
|
+
export declare var SegmentSort$: StaticStructureSchema;
|
|
307
308
|
export declare var ServiceNowSourceProperties$: StaticStructureSchema;
|
|
309
|
+
export declare var SortAttribute$: StaticStructureSchema;
|
|
308
310
|
export declare var SourceConnectorProperties$: StaticStructureSchema;
|
|
309
311
|
export declare var SourceFlowConfig$: StaticStructureSchema;
|
|
310
312
|
export declare var SourceSegment$: StaticStructureSchema;
|
|
@@ -408,6 +408,25 @@ export declare const IncludeOptions: {
|
|
|
408
408
|
};
|
|
409
409
|
export type IncludeOptions =
|
|
410
410
|
(typeof IncludeOptions)[keyof typeof IncludeOptions];
|
|
411
|
+
export declare const SegmentSortDataType: {
|
|
412
|
+
readonly DATE: "DATE";
|
|
413
|
+
readonly NUMBER: "NUMBER";
|
|
414
|
+
readonly STRING: "STRING";
|
|
415
|
+
};
|
|
416
|
+
export type SegmentSortDataType =
|
|
417
|
+
(typeof SegmentSortDataType)[keyof typeof SegmentSortDataType];
|
|
418
|
+
export declare const SegmentSortOrder: {
|
|
419
|
+
readonly ASC: "ASC";
|
|
420
|
+
readonly DESC: "DESC";
|
|
421
|
+
};
|
|
422
|
+
export type SegmentSortOrder =
|
|
423
|
+
(typeof SegmentSortOrder)[keyof typeof SegmentSortOrder];
|
|
424
|
+
export declare const SortAttributeType: {
|
|
425
|
+
readonly CALCULATED: "CALCULATED";
|
|
426
|
+
readonly PROFILE: "PROFILE";
|
|
427
|
+
};
|
|
428
|
+
export type SortAttributeType =
|
|
429
|
+
(typeof SortAttributeType)[keyof typeof SortAttributeType];
|
|
411
430
|
export declare const DataFormat: {
|
|
412
431
|
readonly CSV: "CSV";
|
|
413
432
|
readonly JSONL: "JSONL";
|
|
@@ -41,8 +41,11 @@ import {
|
|
|
41
41
|
SalesforceConnectorOperator,
|
|
42
42
|
Scope,
|
|
43
43
|
SegmentSnapshotStatus,
|
|
44
|
+
SegmentSortDataType,
|
|
45
|
+
SegmentSortOrder,
|
|
44
46
|
SegmentType,
|
|
45
47
|
ServiceNowConnectorOperator,
|
|
48
|
+
SortAttributeType,
|
|
46
49
|
SourceConnectorType,
|
|
47
50
|
StandardIdentifier,
|
|
48
51
|
Statistic,
|
|
@@ -732,6 +735,15 @@ export interface SegmentGroup {
|
|
|
732
735
|
Groups?: Group[] | undefined;
|
|
733
736
|
Include?: IncludeOptions | undefined;
|
|
734
737
|
}
|
|
738
|
+
export interface SortAttribute {
|
|
739
|
+
Name: string | undefined;
|
|
740
|
+
DataType?: SegmentSortDataType | undefined;
|
|
741
|
+
Order: SegmentSortOrder | undefined;
|
|
742
|
+
Type?: SortAttributeType | undefined;
|
|
743
|
+
}
|
|
744
|
+
export interface SegmentSort {
|
|
745
|
+
Attributes: SortAttribute[] | undefined;
|
|
746
|
+
}
|
|
735
747
|
export interface CreateSegmentDefinitionRequest {
|
|
736
748
|
DomainName: string | undefined;
|
|
737
749
|
SegmentDefinitionName: string | undefined;
|
|
@@ -739,6 +751,7 @@ export interface CreateSegmentDefinitionRequest {
|
|
|
739
751
|
Description?: string | undefined;
|
|
740
752
|
SegmentGroups?: SegmentGroup | undefined;
|
|
741
753
|
SegmentSqlQuery?: string | undefined;
|
|
754
|
+
SegmentSort?: SegmentSort | undefined;
|
|
742
755
|
Tags?: Record<string, string> | undefined;
|
|
743
756
|
}
|
|
744
757
|
export interface CreateSegmentDefinitionResponse {
|
|
@@ -1253,6 +1266,7 @@ export interface GetSegmentDefinitionResponse {
|
|
|
1253
1266
|
DisplayName?: string | undefined;
|
|
1254
1267
|
Description?: string | undefined;
|
|
1255
1268
|
SegmentGroups?: SegmentGroup | undefined;
|
|
1269
|
+
SegmentSort?: SegmentSort | undefined;
|
|
1256
1270
|
SegmentDefinitionArn: string | undefined;
|
|
1257
1271
|
CreatedAt?: Date | undefined;
|
|
1258
1272
|
Tags?: Record<string, string> | undefined;
|
|
@@ -1819,20 +1833,3 @@ export interface MergeProfilesRequest {
|
|
|
1819
1833
|
export interface MergeProfilesResponse {
|
|
1820
1834
|
Message?: string | undefined;
|
|
1821
1835
|
}
|
|
1822
|
-
export interface PutDomainObjectTypeRequest {
|
|
1823
|
-
DomainName: string | undefined;
|
|
1824
|
-
ObjectTypeName: string | undefined;
|
|
1825
|
-
Description?: string | undefined;
|
|
1826
|
-
EncryptionKey?: string | undefined;
|
|
1827
|
-
Fields: Record<string, DomainObjectTypeField> | undefined;
|
|
1828
|
-
Tags?: Record<string, string> | undefined;
|
|
1829
|
-
}
|
|
1830
|
-
export interface PutDomainObjectTypeResponse {
|
|
1831
|
-
ObjectTypeName?: string | undefined;
|
|
1832
|
-
Description?: string | undefined;
|
|
1833
|
-
EncryptionKey?: string | undefined;
|
|
1834
|
-
Fields?: Record<string, DomainObjectTypeField> | undefined;
|
|
1835
|
-
CreatedAt?: Date | undefined;
|
|
1836
|
-
LastUpdatedAt?: Date | undefined;
|
|
1837
|
-
Tags?: Record<string, string> | undefined;
|
|
1838
|
-
}
|
|
@@ -14,6 +14,7 @@ import {
|
|
|
14
14
|
Conditions,
|
|
15
15
|
DataStoreRequest,
|
|
16
16
|
DataStoreResponse,
|
|
17
|
+
DomainObjectTypeField,
|
|
17
18
|
EngagementPreferences,
|
|
18
19
|
EventTriggerCondition,
|
|
19
20
|
EventTriggerLimits,
|
|
@@ -28,6 +29,23 @@ import {
|
|
|
28
29
|
RuleBasedMatchingRequest,
|
|
29
30
|
RuleBasedMatchingResponse,
|
|
30
31
|
} from "./models_0";
|
|
32
|
+
export interface PutDomainObjectTypeRequest {
|
|
33
|
+
DomainName: string | undefined;
|
|
34
|
+
ObjectTypeName: string | undefined;
|
|
35
|
+
Description?: string | undefined;
|
|
36
|
+
EncryptionKey?: string | undefined;
|
|
37
|
+
Fields: Record<string, DomainObjectTypeField> | undefined;
|
|
38
|
+
Tags?: Record<string, string> | undefined;
|
|
39
|
+
}
|
|
40
|
+
export interface PutDomainObjectTypeResponse {
|
|
41
|
+
ObjectTypeName?: string | undefined;
|
|
42
|
+
Description?: string | undefined;
|
|
43
|
+
EncryptionKey?: string | undefined;
|
|
44
|
+
Fields?: Record<string, DomainObjectTypeField> | undefined;
|
|
45
|
+
CreatedAt?: Date | undefined;
|
|
46
|
+
LastUpdatedAt?: Date | undefined;
|
|
47
|
+
Tags?: Record<string, string> | undefined;
|
|
48
|
+
}
|
|
31
49
|
export interface PutIntegrationRequest {
|
|
32
50
|
DomainName: string | undefined;
|
|
33
51
|
Uri?: string | undefined;
|
|
@@ -304,7 +304,9 @@ export declare var SearchProfilesResponse$: StaticStructureSchema;
|
|
|
304
304
|
export declare var SegmentDefinitionItem$: StaticStructureSchema;
|
|
305
305
|
export declare var SegmentGroup$: StaticStructureSchema;
|
|
306
306
|
export declare var SegmentGroupStructure$: StaticStructureSchema;
|
|
307
|
+
export declare var SegmentSort$: StaticStructureSchema;
|
|
307
308
|
export declare var ServiceNowSourceProperties$: StaticStructureSchema;
|
|
309
|
+
export declare var SortAttribute$: StaticStructureSchema;
|
|
308
310
|
export declare var SourceConnectorProperties$: StaticStructureSchema;
|
|
309
311
|
export declare var SourceFlowConfig$: StaticStructureSchema;
|
|
310
312
|
export declare var SourceSegment$: StaticStructureSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-customer-profiles",
|
|
3
3
|
"description": "AWS SDK for JavaScript Customer Profiles Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1030.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-customer-profiles",
|