@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.
Files changed (59) hide show
  1. package/README.md +28 -0
  2. package/dist-cjs/index.js +92 -4
  3. package/dist-cjs/schemas/schemas_0.js +148 -31
  4. package/dist-es/CustomerProfiles.js +10 -0
  5. package/dist-es/commands/CreateRecommenderSchemaCommand.js +16 -0
  6. package/dist-es/commands/DeleteRecommenderSchemaCommand.js +16 -0
  7. package/dist-es/commands/GetRecommenderSchemaCommand.js +16 -0
  8. package/dist-es/commands/ListRecommenderSchemasCommand.js +16 -0
  9. package/dist-es/commands/index.js +4 -0
  10. package/dist-es/models/enums.js +28 -4
  11. package/dist-es/pagination/ListRecommenderSchemasPaginator.js +4 -0
  12. package/dist-es/pagination/index.js +1 -0
  13. package/dist-es/schemas/schemas_0.js +139 -23
  14. package/dist-types/CustomerProfiles.d.ts +35 -0
  15. package/dist-types/CustomerProfilesClient.d.ts +6 -2
  16. package/dist-types/commands/CreateRecommenderCommand.d.ts +6 -0
  17. package/dist-types/commands/CreateRecommenderFilterCommand.d.ts +1 -0
  18. package/dist-types/commands/CreateRecommenderSchemaCommand.d.ts +117 -0
  19. package/dist-types/commands/CreateSegmentDefinitionCommand.d.ts +10 -0
  20. package/dist-types/commands/DeleteRecommenderSchemaCommand.d.ts +88 -0
  21. package/dist-types/commands/GetRecommenderCommand.d.ts +11 -0
  22. package/dist-types/commands/GetRecommenderFilterCommand.d.ts +1 -0
  23. package/dist-types/commands/GetRecommenderSchemaCommand.d.ts +101 -0
  24. package/dist-types/commands/GetSegmentDefinitionCommand.d.ts +10 -0
  25. package/dist-types/commands/ListRecommenderFiltersCommand.d.ts +1 -0
  26. package/dist-types/commands/ListRecommenderSchemasCommand.d.ts +107 -0
  27. package/dist-types/commands/ListRecommendersCommand.d.ts +11 -0
  28. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  29. package/dist-types/commands/ListUploadJobsCommand.d.ts +1 -1
  30. package/dist-types/commands/ListWorkflowsCommand.d.ts +1 -1
  31. package/dist-types/commands/MergeProfilesCommand.d.ts +1 -1
  32. package/dist-types/commands/PutDomainObjectTypeCommand.d.ts +1 -1
  33. package/dist-types/commands/UpdateRecommenderCommand.d.ts +5 -0
  34. package/dist-types/commands/index.d.ts +4 -0
  35. package/dist-types/models/enums.d.ts +68 -12
  36. package/dist-types/models/models_0.d.ts +286 -414
  37. package/dist-types/models/models_1.d.ts +414 -2
  38. package/dist-types/pagination/ListRecommenderSchemasPaginator.d.ts +7 -0
  39. package/dist-types/pagination/index.d.ts +1 -0
  40. package/dist-types/schemas/schemas_0.d.ts +16 -0
  41. package/dist-types/ts3.4/CustomerProfiles.d.ts +75 -0
  42. package/dist-types/ts3.4/CustomerProfilesClient.d.ts +24 -0
  43. package/dist-types/ts3.4/commands/CreateRecommenderSchemaCommand.d.ts +51 -0
  44. package/dist-types/ts3.4/commands/DeleteRecommenderSchemaCommand.d.ts +51 -0
  45. package/dist-types/ts3.4/commands/GetRecommenderSchemaCommand.d.ts +51 -0
  46. package/dist-types/ts3.4/commands/ListRecommenderSchemasCommand.d.ts +51 -0
  47. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -4
  48. package/dist-types/ts3.4/commands/ListUploadJobsCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/MergeProfilesCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/PutDomainObjectTypeCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  53. package/dist-types/ts3.4/models/enums.d.ts +37 -5
  54. package/dist-types/ts3.4/models/models_0.d.ts +71 -93
  55. package/dist-types/ts3.4/models/models_1.d.ts +98 -0
  56. package/dist-types/ts3.4/pagination/ListRecommenderSchemasPaginator.d.ts +11 -0
  57. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  58. package/dist-types/ts3.4/schemas/schemas_0.d.ts +16 -0
  59. package/package.json +33 -33
@@ -1,14 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateIntegrationWorkflowResponse$ = exports.CreateIntegrationWorkflowRequest$ = exports.CreateEventTriggerResponse$ = exports.CreateEventTriggerRequest$ = exports.CreateEventStreamResponse$ = exports.CreateEventStreamRequest$ = exports.CreateDomainResponse$ = exports.CreateDomainRequest$ = exports.CreateDomainLayoutResponse$ = exports.CreateDomainLayoutRequest$ = exports.CreateCalculatedAttributeDefinitionResponse$ = exports.CreateCalculatedAttributeDefinitionRequest$ = exports.ContactPreference$ = exports.Consolidation$ = exports.ConnectorOperator$ = exports.ConflictResolution$ = exports.Conditions$ = exports.ConditionOverrides$ = exports.CatalogItem$ = exports.CalculatedAttributeValue$ = exports.CalculatedAttributeDimension$ = exports.BatchGetProfileResponse$ = exports.BatchGetProfileRequest$ = exports.BatchGetProfileError$ = exports.BatchGetCalculatedAttributeForProfileResponse$ = exports.BatchGetCalculatedAttributeForProfileRequest$ = exports.BatchGetCalculatedAttributeForProfileError$ = exports.Batch$ = exports.AutoMerging$ = exports.AttributeValueItem$ = exports.AttributeTypesSelector$ = exports.AttributeItem$ = exports.AttributeDimension$ = exports.AttributeDetails$ = exports.AppflowIntegrationWorkflowStep$ = exports.AppflowIntegrationWorkflowMetrics$ = exports.AppflowIntegrationWorkflowAttributes$ = exports.AppflowIntegration$ = exports.AddressDimension$ = exports.Address$ = exports.AddProfileKeyResponse$ = exports.AddProfileKeyRequest$ = exports.AdditionalSearchKey$ = exports.errorTypeRegistries = exports.ThrottlingException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.BadRequestException$ = exports.AccessDeniedException$ = exports.CustomerProfilesServiceException$ = void 0;
4
- exports.DetectProfileObjectTypeRequest$ = exports.DetectedProfileObjectType$ = exports.DestinationSummary$ = exports.DeleteWorkflowResponse$ = exports.DeleteWorkflowRequest$ = exports.DeleteSegmentDefinitionResponse$ = exports.DeleteSegmentDefinitionRequest$ = exports.DeleteRecommenderResponse$ = exports.DeleteRecommenderRequest$ = exports.DeleteRecommenderFilterResponse$ = exports.DeleteRecommenderFilterRequest$ = exports.DeleteProfileResponse$ = exports.DeleteProfileRequest$ = exports.DeleteProfileObjectTypeResponse$ = exports.DeleteProfileObjectTypeRequest$ = exports.DeleteProfileObjectResponse$ = exports.DeleteProfileObjectRequest$ = exports.DeleteProfileKeyResponse$ = exports.DeleteProfileKeyRequest$ = exports.DeleteIntegrationResponse$ = exports.DeleteIntegrationRequest$ = exports.DeleteEventTriggerResponse$ = exports.DeleteEventTriggerRequest$ = exports.DeleteEventStreamResponse$ = exports.DeleteEventStreamRequest$ = exports.DeleteDomainResponse$ = exports.DeleteDomainRequest$ = exports.DeleteDomainObjectTypeResponse$ = exports.DeleteDomainObjectTypeRequest$ = exports.DeleteDomainLayoutResponse$ = exports.DeleteDomainLayoutRequest$ = exports.DeleteCalculatedAttributeDefinitionResponse$ = exports.DeleteCalculatedAttributeDefinitionRequest$ = exports.DateDimension$ = exports.DataStoreResponse$ = exports.DataStoreRequest$ = exports.CreateUploadJobResponse$ = exports.CreateUploadJobRequest$ = exports.CreateSegmentSnapshotResponse$ = exports.CreateSegmentSnapshotRequest$ = exports.CreateSegmentEstimateResponse$ = exports.CreateSegmentEstimateRequest$ = exports.CreateSegmentDefinitionResponse$ = exports.CreateSegmentDefinitionRequest$ = exports.CreateRecommenderResponse$ = exports.CreateRecommenderRequest$ = exports.CreateRecommenderFilterResponse$ = exports.CreateRecommenderFilterRequest$ = exports.CreateProfileResponse$ = exports.CreateProfileRequest$ = void 0;
5
- exports.GetProfileHistoryRecordRequest$ = exports.GetObjectTypeAttributeStatisticsStats$ = exports.GetObjectTypeAttributeStatisticsResponse$ = exports.GetObjectTypeAttributeStatisticsRequest$ = exports.GetObjectTypeAttributeStatisticsPercentiles$ = exports.GetMatchesResponse$ = exports.GetMatchesRequest$ = exports.GetIntegrationResponse$ = exports.GetIntegrationRequest$ = exports.GetIdentityResolutionJobResponse$ = exports.GetIdentityResolutionJobRequest$ = exports.GetEventTriggerResponse$ = exports.GetEventTriggerRequest$ = exports.GetEventStreamResponse$ = exports.GetEventStreamRequest$ = exports.GetDomainResponse$ = exports.GetDomainRequest$ = exports.GetDomainObjectTypeResponse$ = exports.GetDomainObjectTypeRequest$ = exports.GetDomainLayoutResponse$ = exports.GetDomainLayoutRequest$ = exports.GetCalculatedAttributeForProfileResponse$ = exports.GetCalculatedAttributeForProfileRequest$ = exports.GetCalculatedAttributeDefinitionResponse$ = exports.GetCalculatedAttributeDefinitionRequest$ = exports.GetAutoMergingPreviewResponse$ = exports.GetAutoMergingPreviewRequest$ = exports.FoundByKeyValue$ = exports.FlowDefinition$ = exports.FilterGroup$ = exports.FilterDimension$ = exports.FilterAttributeDimension$ = exports.Filter$ = exports.FieldSourceProfileIds$ = exports.ExtraLengthValueProfileDimension$ = exports.ExportingLocation$ = exports.ExportingConfig$ = exports.EventTriggerSummaryItem$ = exports.EventTriggerLimits$ = exports.EventTriggerDimension$ = exports.EventTriggerCondition$ = exports.EventStreamSummary$ = exports.EventStreamDestinationDetails$ = exports.EventsConfig$ = exports.EventParameters$ = exports.EngagementPreferences$ = exports.DomainStats$ = exports.DomainObjectTypesListItem$ = exports.DomainObjectTypeField$ = exports.DetectProfileObjectTypeResponse$ = void 0;
6
- exports.ListDomainObjectTypesResponse$ = exports.ListDomainObjectTypesRequest$ = exports.ListDomainLayoutsResponse$ = exports.ListDomainLayoutsRequest$ = exports.ListDomainItem$ = exports.ListCalculatedAttributesForProfileResponse$ = exports.ListCalculatedAttributesForProfileRequest$ = exports.ListCalculatedAttributeForProfileItem$ = exports.ListCalculatedAttributeDefinitionsResponse$ = exports.ListCalculatedAttributeDefinitionsRequest$ = exports.ListCalculatedAttributeDefinitionItem$ = exports.ListAccountIntegrationsResponse$ = exports.ListAccountIntegrationsRequest$ = exports.LayoutItem$ = exports.JobStats$ = exports.JobSchedule$ = exports.IntegrationConfig$ = exports.InferenceConfig$ = exports.IncrementalPullConfig$ = exports.IdentityResolutionJob$ = exports.Group$ = exports.GetWorkflowStepsResponse$ = exports.GetWorkflowStepsRequest$ = exports.GetWorkflowResponse$ = exports.GetWorkflowRequest$ = exports.GetUploadJobResponse$ = exports.GetUploadJobRequest$ = exports.GetUploadJobPathResponse$ = exports.GetUploadJobPathRequest$ = exports.GetSimilarProfilesResponse$ = exports.GetSimilarProfilesRequest$ = exports.GetSegmentSnapshotResponse$ = exports.GetSegmentSnapshotRequest$ = exports.GetSegmentMembershipResponse$ = exports.GetSegmentMembershipRequest$ = exports.GetSegmentEstimateResponse$ = exports.GetSegmentEstimateRequest$ = exports.GetSegmentDefinitionResponse$ = exports.GetSegmentDefinitionRequest$ = exports.GetRecommenderResponse$ = exports.GetRecommenderRequest$ = exports.GetRecommenderFilterResponse$ = exports.GetRecommenderFilterRequest$ = exports.GetProfileRecommendationsResponse$ = exports.GetProfileRecommendationsRequest$ = exports.GetProfileObjectTypeTemplateResponse$ = exports.GetProfileObjectTypeTemplateRequest$ = exports.GetProfileObjectTypeResponse$ = exports.GetProfileObjectTypeRequest$ = exports.GetProfileHistoryRecordResponse$ = void 0;
7
- exports.MatchItem$ = exports.MatchingRule$ = exports.MatchingResponse$ = exports.MatchingRequest$ = exports.MarketoSourceProperties$ = exports.ListWorkflowsResponse$ = exports.ListWorkflowsRequest$ = exports.ListWorkflowsItem$ = exports.ListUploadJobsResponse$ = exports.ListUploadJobsRequest$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListSegmentDefinitionsResponse$ = exports.ListSegmentDefinitionsRequest$ = exports.ListRuleBasedMatchesResponse$ = exports.ListRuleBasedMatchesRequest$ = exports.ListRecommendersResponse$ = exports.ListRecommendersRequest$ = exports.ListRecommenderRecipesResponse$ = exports.ListRecommenderRecipesRequest$ = exports.ListRecommenderFiltersResponse$ = exports.ListRecommenderFiltersRequest$ = exports.ListProfileObjectTypeTemplatesResponse$ = exports.ListProfileObjectTypeTemplatesRequest$ = exports.ListProfileObjectTypeTemplateItem$ = exports.ListProfileObjectTypesResponse$ = exports.ListProfileObjectTypesRequest$ = exports.ListProfileObjectTypeItem$ = exports.ListProfileObjectsResponse$ = exports.ListProfileObjectsRequest$ = exports.ListProfileObjectsItem$ = exports.ListProfileHistoryRecordsResponse$ = exports.ListProfileHistoryRecordsRequest$ = exports.ListObjectTypeAttributeValuesResponse$ = exports.ListObjectTypeAttributeValuesRequest$ = exports.ListObjectTypeAttributeValuesItem$ = exports.ListObjectTypeAttributesResponse$ = exports.ListObjectTypeAttributesRequest$ = exports.ListObjectTypeAttributeItem$ = exports.ListIntegrationsResponse$ = exports.ListIntegrationsRequest$ = exports.ListIntegrationItem$ = exports.ListIdentityResolutionJobsResponse$ = exports.ListIdentityResolutionJobsRequest$ = exports.ListEventTriggersResponse$ = exports.ListEventTriggersRequest$ = exports.ListEventStreamsResponse$ = exports.ListEventStreamsRequest$ = exports.ListDomainsResponse$ = exports.ListDomainsRequest$ = void 0;
8
- exports.ServiceNowSourceProperties$ = 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.CreateProfile$ = exports.CreateIntegrationWorkflow$ = 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$ = void 0;
10
- exports.ListAccountIntegrations$ = exports.GetWorkflowSteps$ = 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$ = 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$ = void 0;
4
+ exports.DeleteWorkflowRequest$ = exports.DeleteSegmentDefinitionResponse$ = exports.DeleteSegmentDefinitionRequest$ = exports.DeleteRecommenderSchemaResponse$ = exports.DeleteRecommenderSchemaRequest$ = exports.DeleteRecommenderResponse$ = exports.DeleteRecommenderRequest$ = exports.DeleteRecommenderFilterResponse$ = exports.DeleteRecommenderFilterRequest$ = exports.DeleteProfileResponse$ = exports.DeleteProfileRequest$ = exports.DeleteProfileObjectTypeResponse$ = exports.DeleteProfileObjectTypeRequest$ = exports.DeleteProfileObjectResponse$ = exports.DeleteProfileObjectRequest$ = exports.DeleteProfileKeyResponse$ = exports.DeleteProfileKeyRequest$ = exports.DeleteIntegrationResponse$ = exports.DeleteIntegrationRequest$ = exports.DeleteEventTriggerResponse$ = exports.DeleteEventTriggerRequest$ = exports.DeleteEventStreamResponse$ = exports.DeleteEventStreamRequest$ = exports.DeleteDomainResponse$ = exports.DeleteDomainRequest$ = exports.DeleteDomainObjectTypeResponse$ = exports.DeleteDomainObjectTypeRequest$ = exports.DeleteDomainLayoutResponse$ = exports.DeleteDomainLayoutRequest$ = exports.DeleteCalculatedAttributeDefinitionResponse$ = exports.DeleteCalculatedAttributeDefinitionRequest$ = exports.DateDimension$ = exports.DataStoreResponse$ = exports.DataStoreRequest$ = exports.CreateUploadJobResponse$ = exports.CreateUploadJobRequest$ = exports.CreateSegmentSnapshotResponse$ = exports.CreateSegmentSnapshotRequest$ = exports.CreateSegmentEstimateResponse$ = exports.CreateSegmentEstimateRequest$ = exports.CreateSegmentDefinitionResponse$ = exports.CreateSegmentDefinitionRequest$ = exports.CreateRecommenderSchemaResponse$ = exports.CreateRecommenderSchemaRequest$ = exports.CreateRecommenderResponse$ = exports.CreateRecommenderRequest$ = exports.CreateRecommenderFilterResponse$ = exports.CreateRecommenderFilterRequest$ = exports.CreateProfileResponse$ = exports.CreateProfileRequest$ = void 0;
5
+ exports.GetObjectTypeAttributeStatisticsPercentiles$ = exports.GetMatchesResponse$ = exports.GetMatchesRequest$ = exports.GetIntegrationResponse$ = exports.GetIntegrationRequest$ = exports.GetIdentityResolutionJobResponse$ = exports.GetIdentityResolutionJobRequest$ = exports.GetEventTriggerResponse$ = exports.GetEventTriggerRequest$ = exports.GetEventStreamResponse$ = exports.GetEventStreamRequest$ = exports.GetDomainResponse$ = exports.GetDomainRequest$ = exports.GetDomainObjectTypeResponse$ = exports.GetDomainObjectTypeRequest$ = exports.GetDomainLayoutResponse$ = exports.GetDomainLayoutRequest$ = exports.GetCalculatedAttributeForProfileResponse$ = exports.GetCalculatedAttributeForProfileRequest$ = exports.GetCalculatedAttributeDefinitionResponse$ = exports.GetCalculatedAttributeDefinitionRequest$ = exports.GetAutoMergingPreviewResponse$ = exports.GetAutoMergingPreviewRequest$ = exports.FoundByKeyValue$ = exports.FlowDefinition$ = exports.FilterGroup$ = exports.FilterDimension$ = exports.FilterAttributeDimension$ = exports.Filter$ = exports.FieldSourceProfileIds$ = exports.ExtraLengthValueProfileDimension$ = exports.ExportingLocation$ = exports.ExportingConfig$ = exports.EventTriggerSummaryItem$ = exports.EventTriggerLimits$ = exports.EventTriggerDimension$ = exports.EventTriggerCondition$ = exports.EventStreamSummary$ = exports.EventStreamDestinationDetails$ = exports.EventsConfig$ = exports.EventParameters$ = exports.EngagementPreferences$ = exports.DomainStats$ = exports.DomainObjectTypesListItem$ = exports.DomainObjectTypeField$ = exports.DetectProfileObjectTypeResponse$ = exports.DetectProfileObjectTypeRequest$ = exports.DetectedProfileObjectType$ = exports.DestinationSummary$ = exports.DeleteWorkflowResponse$ = void 0;
6
+ exports.ListCalculatedAttributesForProfileRequest$ = exports.ListCalculatedAttributeForProfileItem$ = exports.ListCalculatedAttributeDefinitionsResponse$ = exports.ListCalculatedAttributeDefinitionsRequest$ = exports.ListCalculatedAttributeDefinitionItem$ = exports.ListAccountIntegrationsResponse$ = exports.ListAccountIntegrationsRequest$ = exports.LayoutItem$ = exports.JobStats$ = exports.JobSchedule$ = exports.IntegrationConfig$ = exports.InferenceConfig$ = exports.IncrementalPullConfig$ = exports.IdentityResolutionJob$ = exports.Group$ = exports.GetWorkflowStepsResponse$ = exports.GetWorkflowStepsRequest$ = exports.GetWorkflowResponse$ = exports.GetWorkflowRequest$ = exports.GetUploadJobResponse$ = exports.GetUploadJobRequest$ = exports.GetUploadJobPathResponse$ = exports.GetUploadJobPathRequest$ = exports.GetSimilarProfilesResponse$ = exports.GetSimilarProfilesRequest$ = exports.GetSegmentSnapshotResponse$ = exports.GetSegmentSnapshotRequest$ = exports.GetSegmentMembershipResponse$ = exports.GetSegmentMembershipRequest$ = exports.GetSegmentEstimateResponse$ = exports.GetSegmentEstimateRequest$ = exports.GetSegmentDefinitionResponse$ = exports.GetSegmentDefinitionRequest$ = exports.GetRecommenderSchemaResponse$ = exports.GetRecommenderSchemaRequest$ = exports.GetRecommenderResponse$ = exports.GetRecommenderRequest$ = exports.GetRecommenderFilterResponse$ = exports.GetRecommenderFilterRequest$ = exports.GetProfileRecommendationsResponse$ = exports.GetProfileRecommendationsRequest$ = exports.GetProfileObjectTypeTemplateResponse$ = exports.GetProfileObjectTypeTemplateRequest$ = exports.GetProfileObjectTypeResponse$ = exports.GetProfileObjectTypeRequest$ = exports.GetProfileHistoryRecordResponse$ = exports.GetProfileHistoryRecordRequest$ = exports.GetObjectTypeAttributeStatisticsStats$ = exports.GetObjectTypeAttributeStatisticsResponse$ = exports.GetObjectTypeAttributeStatisticsRequest$ = void 0;
7
+ exports.ListUploadJobsResponse$ = exports.ListUploadJobsRequest$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListSegmentDefinitionsResponse$ = exports.ListSegmentDefinitionsRequest$ = exports.ListRuleBasedMatchesResponse$ = exports.ListRuleBasedMatchesRequest$ = exports.ListRecommendersResponse$ = exports.ListRecommendersRequest$ = exports.ListRecommenderSchemasResponse$ = exports.ListRecommenderSchemasRequest$ = exports.ListRecommenderRecipesResponse$ = exports.ListRecommenderRecipesRequest$ = exports.ListRecommenderFiltersResponse$ = exports.ListRecommenderFiltersRequest$ = exports.ListProfileObjectTypeTemplatesResponse$ = exports.ListProfileObjectTypeTemplatesRequest$ = exports.ListProfileObjectTypeTemplateItem$ = exports.ListProfileObjectTypesResponse$ = exports.ListProfileObjectTypesRequest$ = exports.ListProfileObjectTypeItem$ = exports.ListProfileObjectsResponse$ = exports.ListProfileObjectsRequest$ = exports.ListProfileObjectsItem$ = exports.ListProfileHistoryRecordsResponse$ = exports.ListProfileHistoryRecordsRequest$ = exports.ListObjectTypeAttributeValuesResponse$ = exports.ListObjectTypeAttributeValuesRequest$ = exports.ListObjectTypeAttributeValuesItem$ = exports.ListObjectTypeAttributesResponse$ = exports.ListObjectTypeAttributesRequest$ = exports.ListObjectTypeAttributeItem$ = exports.ListIntegrationsResponse$ = exports.ListIntegrationsRequest$ = exports.ListIntegrationItem$ = exports.ListIdentityResolutionJobsResponse$ = exports.ListIdentityResolutionJobsRequest$ = exports.ListEventTriggersResponse$ = exports.ListEventTriggersRequest$ = exports.ListEventStreamsResponse$ = exports.ListEventStreamsRequest$ = exports.ListDomainsResponse$ = exports.ListDomainsRequest$ = exports.ListDomainObjectTypesResponse$ = exports.ListDomainObjectTypesRequest$ = exports.ListDomainLayoutsResponse$ = exports.ListDomainLayoutsRequest$ = exports.ListDomainItem$ = exports.ListCalculatedAttributesForProfileResponse$ = void 0;
8
+ exports.S3ExportingConfig$ = exports.RuleBasedMatchingResponse$ = exports.RuleBasedMatchingRequest$ = exports.ResultsSummary$ = exports.RecommenderUpdate$ = exports.RecommenderSummary$ = exports.RecommenderSchemaSummary$ = exports.RecommenderSchemaField$ = exports.RecommenderRecipe$ = exports.RecommenderPromotionalFilter$ = exports.RecommenderFilterSummary$ = exports.RecommenderFilter$ = exports.RecommenderConfig$ = exports.Recommendation$ = exports.Readiness$ = exports.RangeOverride$ = exports.Range$ = exports.PutProfileObjectTypeResponse$ = exports.PutProfileObjectTypeRequest$ = exports.PutProfileObjectResponse$ = exports.PutProfileObjectRequest$ = exports.PutIntegrationResponse$ = exports.PutIntegrationRequest$ = exports.PutDomainObjectTypeResponse$ = exports.PutDomainObjectTypeRequest$ = exports.ProfileTypeDimension$ = exports.ProfileQueryResult$ = exports.ProfileQueryFailures$ = exports.ProfileHistoryRecord$ = exports.ProfileDimension$ = exports.ProfileAttributeValuesResponse$ = exports.ProfileAttributeValuesRequest$ = exports.ProfileAttributes$ = exports.Profile$ = exports.Period$ = exports.ObjectTypeKey$ = exports.ObjectTypeField$ = exports.ObjectFilter$ = exports.ObjectAttribute$ = exports.MetadataConfig$ = exports.MergeProfilesResponse$ = exports.MergeProfilesRequest$ = exports.MatchItem$ = exports.MatchingRule$ = exports.MatchingResponse$ = exports.MatchingRequest$ = exports.MarketoSourceProperties$ = exports.ListWorkflowsResponse$ = exports.ListWorkflowsRequest$ = exports.ListWorkflowsItem$ = void 0;
9
+ exports.WorkflowStepItem$ = exports.WorkflowMetrics$ = exports.WorkflowAttributes$ = exports.ValueRange$ = exports.UploadJobItem$ = exports.UpdateRecommenderResponse$ = exports.UpdateRecommenderRequest$ = exports.UpdateProfileResponse$ = exports.UpdateProfileRequest$ = exports.UpdateEventTriggerResponse$ = exports.UpdateEventTriggerRequest$ = exports.UpdateDomainResponse$ = exports.UpdateDomainRequest$ = exports.UpdateDomainLayoutResponse$ = exports.UpdateDomainLayoutRequest$ = exports.UpdateCalculatedAttributeDefinitionResponse$ = exports.UpdateCalculatedAttributeDefinitionRequest$ = exports.UpdateAddress$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TriggerProperties$ = exports.TriggerConfig$ = exports.TrainingMetrics$ = exports.Threshold$ = exports.Task$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.StopUploadJobResponse$ = exports.StopUploadJobRequest$ = exports.StopRecommenderResponse$ = exports.StopRecommenderRequest$ = exports.StartUploadJobResponse$ = exports.StartUploadJobRequest$ = exports.StartRecommenderResponse$ = exports.StartRecommenderRequest$ = exports.SourceSegment$ = exports.SourceFlowConfig$ = exports.SourceConnectorProperties$ = exports.SortAttribute$ = exports.ServiceNowSourceProperties$ = exports.SegmentSort$ = exports.SegmentGroupStructure$ = exports.SegmentGroup$ = exports.SegmentDefinitionItem$ = exports.SearchProfilesResponse$ = exports.SearchProfilesRequest$ = exports.ScheduledTriggerProperties$ = exports.SalesforceSourceProperties$ = exports.S3SourceProperties$ = exports.S3ExportingLocation$ = void 0;
10
+ exports.GetProfileObjectType$ = exports.GetProfileHistoryRecord$ = exports.GetObjectTypeAttributeStatistics$ = exports.GetMatches$ = exports.GetIntegration$ = exports.GetIdentityResolutionJob$ = exports.GetEventTrigger$ = exports.GetEventStream$ = exports.GetDomainObjectType$ = exports.GetDomainLayout$ = exports.GetDomain$ = exports.GetCalculatedAttributeForProfile$ = exports.GetCalculatedAttributeDefinition$ = exports.GetAutoMergingPreview$ = exports.DetectProfileObjectType$ = exports.DeleteWorkflow$ = exports.DeleteSegmentDefinition$ = exports.DeleteRecommenderSchema$ = exports.DeleteRecommenderFilter$ = exports.DeleteRecommender$ = exports.DeleteProfileObjectType$ = exports.DeleteProfileObject$ = exports.DeleteProfileKey$ = exports.DeleteProfile$ = exports.DeleteIntegration$ = exports.DeleteEventTrigger$ = exports.DeleteEventStream$ = exports.DeleteDomainObjectType$ = exports.DeleteDomainLayout$ = exports.DeleteDomain$ = exports.DeleteCalculatedAttributeDefinition$ = exports.CreateUploadJob$ = exports.CreateSegmentSnapshot$ = exports.CreateSegmentEstimate$ = exports.CreateSegmentDefinition$ = exports.CreateRecommenderSchema$ = exports.CreateRecommenderFilter$ = exports.CreateRecommender$ = exports.CreateProfile$ = exports.CreateIntegrationWorkflow$ = exports.CreateEventTrigger$ = exports.CreateEventStream$ = exports.CreateDomainLayout$ = exports.CreateDomain$ = exports.CreateCalculatedAttributeDefinition$ = exports.BatchGetProfile$ = exports.BatchGetCalculatedAttributeForProfile$ = exports.AddProfileKey$ = exports.Dimension$ = exports.ZendeskSourceProperties$ = void 0;
11
+ exports.StopUploadJob$ = exports.StopRecommender$ = exports.StartUploadJob$ = exports.StartRecommender$ = exports.SearchProfiles$ = exports.PutProfileObjectType$ = exports.PutProfileObject$ = exports.PutIntegration$ = exports.PutDomainObjectType$ = exports.MergeProfiles$ = exports.ListWorkflows$ = exports.ListUploadJobs$ = exports.ListTagsForResource$ = exports.ListSegmentDefinitions$ = exports.ListRuleBasedMatches$ = exports.ListRecommenderSchemas$ = exports.ListRecommenders$ = exports.ListRecommenderRecipes$ = exports.ListRecommenderFilters$ = exports.ListProfileObjectTypeTemplates$ = exports.ListProfileObjectTypes$ = exports.ListProfileObjects$ = exports.ListProfileHistoryRecords$ = exports.ListProfileAttributeValues$ = exports.ListObjectTypeAttributeValues$ = exports.ListObjectTypeAttributes$ = exports.ListIntegrations$ = exports.ListIdentityResolutionJobs$ = exports.ListEventTriggers$ = exports.ListEventStreams$ = exports.ListDomains$ = exports.ListDomainObjectTypes$ = exports.ListDomainLayouts$ = exports.ListCalculatedAttributesForProfile$ = exports.ListCalculatedAttributeDefinitions$ = exports.ListAccountIntegrations$ = exports.GetWorkflowSteps$ = exports.GetWorkflow$ = exports.GetUploadJobPath$ = exports.GetUploadJob$ = exports.GetSimilarProfiles$ = exports.GetSegmentSnapshot$ = exports.GetSegmentMembership$ = exports.GetSegmentEstimate$ = exports.GetSegmentDefinition$ = exports.GetRecommenderSchema$ = exports.GetRecommenderFilter$ = exports.GetRecommender$ = exports.GetProfileRecommendations$ = exports.GetProfileObjectTypeTemplate$ = void 0;
12
+ exports.UpdateRecommender$ = exports.UpdateProfile$ = exports.UpdateEventTrigger$ = exports.UpdateDomainLayout$ = exports.UpdateDomain$ = exports.UpdateCalculatedAttributeDefinition$ = exports.UntagResource$ = exports.TagResource$ = void 0;
12
13
  const _A = "Address";
13
14
  const _AD = "AddressDimension";
14
15
  const _ADE = "AccessDeniedException";
@@ -113,6 +114,9 @@ const _CRFRr = "CreateRecommenderFilterResponse";
113
114
  const _CRM = "ConflictResolvingModel";
114
115
  const _CRR = "CreateRecommenderRequest";
115
116
  const _CRRr = "CreateRecommenderResponse";
117
+ const _CRS = "CreateRecommenderSchema";
118
+ const _CRSR = "CreateRecommenderSchemaRequest";
119
+ const _CRSRr = "CreateRecommenderSchemaResponse";
116
120
  const _CRr = "CreatedRecords";
117
121
  const _CRre = "CreateRecommender";
118
122
  const _CS = "ConfidenceScore";
@@ -203,6 +207,9 @@ const _DRFR = "DeleteRecommenderFilterRequest";
203
207
  const _DRFRe = "DeleteRecommenderFilterResponse";
204
208
  const _DRR = "DeleteRecommenderRequest";
205
209
  const _DRRe = "DeleteRecommenderResponse";
210
+ const _DRS = "DeleteRecommenderSchema";
211
+ const _DRSR = "DeleteRecommenderSchemaRequest";
212
+ const _DRSRe = "DeleteRecommenderSchemaResponse";
206
213
  const _DS = "DataStore";
207
214
  const _DSD = "DeleteSegmentDefinition";
208
215
  const _DSDR = "DeleteSegmentDefinitionRequest";
@@ -213,6 +220,7 @@ const _DSe = "DestinationSummary";
213
220
  const _DSo = "DomainStats";
214
221
  const _DT = "DimensionType";
215
222
  const _DTFN = "DatetimeTypeFieldName";
223
+ const _DTa = "DataType";
216
224
  const _DU = "DestinationUri";
217
225
  const _DW = "DeleteWorkflow";
218
226
  const _DWR = "DeleteWorkflowRequest";
@@ -337,6 +345,9 @@ const _GRFR = "GetRecommenderFilterRequest";
337
345
  const _GRFRe = "GetRecommenderFilterResponse";
338
346
  const _GRR = "GetRecommenderRequest";
339
347
  const _GRRe = "GetRecommenderResponse";
348
+ const _GRS = "GetRecommenderSchema";
349
+ const _GRSR = "GetRecommenderSchemaRequest";
350
+ const _GRSRe = "GetRecommenderSchemaResponse";
340
351
  const _GS = "GenderString";
341
352
  const _GSD = "GetSegmentDefinition";
342
353
  const _GSDR = "GetSegmentDefinitionRequest";
@@ -371,6 +382,7 @@ const _HPN = "HomePhoneNumber";
371
382
  const _I = "Id";
372
383
  const _IC = "IntegrationConfig";
373
384
  const _ICn = "InferenceConfig";
385
+ const _ICnc = "IncludedColumns";
374
386
  const _ID = "IsDefault";
375
387
  const _IDP = "IsDataPartial";
376
388
  const _IDR = "IncludeDeletedRecords";
@@ -475,6 +487,9 @@ const _LRRR = "ListRecommenderRecipesRequest";
475
487
  const _LRRRi = "ListRecommenderRecipesResponse";
476
488
  const _LRRi = "ListRecommendersResponse";
477
489
  const _LRRis = "ListRecommenderRecipes";
490
+ const _LRS = "ListRecommenderSchemas";
491
+ const _LRSR = "ListRecommenderSchemasRequest";
492
+ const _LRSRi = "ListRecommenderSchemasResponse";
478
493
  const _LRU = "LatestRecommenderUpdate";
479
494
  const _LSD = "ListSegmentDefinitions";
480
495
  const _LSDR = "ListSegmentDefinitionsRequest";
@@ -549,6 +564,7 @@ const _OTN = "ObjectTypeName";
549
564
  const _OTNb = "ObjectTypeNames";
550
565
  const _Ob = "Object";
551
566
  const _Op = "Operator";
567
+ const _Or = "Order";
552
568
  const _P = "Province";
553
569
  const _PA = "ProfileAttributes";
554
570
  const _PAVR = "ProfileAttributeValuesRequest";
@@ -638,8 +654,16 @@ const _RRL = "RecommenderRecipesList";
638
654
  const _RRN = "RecommenderRecipeName";
639
655
  const _RRe = "RecommenderRecipe";
640
656
  const _RS = "ResultsSummary";
657
+ const _RSA = "RecommenderSchemaArn";
658
+ const _RSF = "RecommenderSchemaFields";
659
+ const _RSFL = "RecommenderSchemaFieldList";
660
+ const _RSFe = "RecommenderSchemaField";
641
661
  const _RSL = "RecommenderSummaryList";
642
- const _RSe = "RecommenderSummary";
662
+ const _RSN = "RecommenderSchemaName";
663
+ const _RSS = "RecommenderSchemaSummary";
664
+ const _RSSL = "RecommenderSchemaSummaryList";
665
+ const _RSe = "RecommenderSchemas";
666
+ const _RSec = "RecommenderSummary";
643
667
  const _RU = "RecommenderUpdate";
644
668
  const _Re = "Readiness";
645
669
  const _Rec = "Recommendations";
@@ -648,6 +672,8 @@ const _Recom = "Recommendation";
648
672
  const _Ru = "Rule";
649
673
  const _S = "Statistic";
650
674
  const _SA = "ShippingAddress";
675
+ const _SAL = "SortAttributeList";
676
+ const _SAo = "SortAttribute";
651
677
  const _SBN = "S3BucketName";
652
678
  const _SC = "StepsCompleted";
653
679
  const _SCP = "SourceConnectorProperties";
@@ -695,7 +721,7 @@ const _SRRto = "StopRecommenderRequest";
695
721
  const _SRRtop = "StopRecommenderResponse";
696
722
  const _SRt = "StartRecommender";
697
723
  const _SRto = "StopRecommender";
698
- const _SS = "StoppedSince";
724
+ const _SS = "SegmentSort";
699
725
  const _SSL = "SourceSegmentList";
700
726
  const _SSP = "S3SourceProperties";
701
727
  const _SSPa = "SalesforceSourceProperties";
@@ -703,6 +729,7 @@ const _SSQ = "SegmentSqlQuery";
703
729
  const _SST = "ScheduleStartTime";
704
730
  const _SSo = "SourceSegments";
705
731
  const _SSou = "SourceSegment";
732
+ const _SSt = "StoppedSince";
706
733
  const _ST = "StartTime";
707
734
  const _STP = "ScheduledTriggerProperties";
708
735
  const _STe = "SegmentType";
@@ -729,6 +756,7 @@ const _T = "Type";
729
756
  const _TC = "TriggerConfig";
730
757
  const _TE = "ThrottlingException";
731
758
  const _TF = "TimestampFormat";
759
+ const _TFN = "TargetFieldName";
732
760
  const _TFr = "TrainingFrequency";
733
761
  const _TI = "TemplateId";
734
762
  const _TM = "TrainingMetrics";
@@ -1113,8 +1141,8 @@ exports.CreateProfileResponse$ = [3, n0, _CPRr,
1113
1141
  ];
1114
1142
  exports.CreateRecommenderFilterRequest$ = [3, n0, _CRFR,
1115
1143
  0,
1116
- [_DN, _RFN, _RFE, _D, _Ta],
1117
- [[0, 1], [0, 1], [() => RecommenderFilterExpression, 0], [() => sensitiveText, 0], 128 | 0], 3
1144
+ [_DN, _RFN, _RFE, _RSN, _D, _Ta],
1145
+ [[0, 1], [0, 1], [() => RecommenderFilterExpression, 0], 0, [() => sensitiveText, 0], 128 | 0], 3
1118
1146
  ];
1119
1147
  exports.CreateRecommenderFilterResponse$ = [3, n0, _CRFRr,
1120
1148
  0,
@@ -1123,18 +1151,28 @@ exports.CreateRecommenderFilterResponse$ = [3, n0, _CRFRr,
1123
1151
  ];
1124
1152
  exports.CreateRecommenderRequest$ = [3, n0, _CRR,
1125
1153
  0,
1126
- [_DN, _RN, _RRN, _RC, _D, _Ta],
1127
- [[0, 1], [0, 1], 0, () => exports.RecommenderConfig$, [() => sensitiveText, 0], 128 | 0], 3
1154
+ [_DN, _RN, _RRN, _RC, _D, _RSN, _Ta],
1155
+ [[0, 1], [0, 1], 0, () => exports.RecommenderConfig$, [() => sensitiveText, 0], 0, 128 | 0], 3
1128
1156
  ];
1129
1157
  exports.CreateRecommenderResponse$ = [3, n0, _CRRr,
1130
1158
  0,
1131
1159
  [_RAe, _Ta],
1132
1160
  [0, 128 | 0], 1
1133
1161
  ];
1162
+ exports.CreateRecommenderSchemaRequest$ = [3, n0, _CRSR,
1163
+ 0,
1164
+ [_DN, _RSN, _Fi, _Ta],
1165
+ [[0, 1], [0, 1], () => RecommenderSchemaFields, 128 | 0], 3
1166
+ ];
1167
+ exports.CreateRecommenderSchemaResponse$ = [3, n0, _CRSRr,
1168
+ 0,
1169
+ [_RSA, _RSN, _Fi, _CA, _Sta, _Ta],
1170
+ [0, 0, () => RecommenderSchemaFields, 4, 0, 128 | 0], 5
1171
+ ];
1134
1172
  exports.CreateSegmentDefinitionRequest$ = [3, n0, _CSDR,
1135
1173
  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
1174
+ [_DN, _SDN, _DNi, _D, _SG, _SSQ, _SS, _Ta],
1175
+ [[0, 1], [0, 1], 0, [() => sensitiveString1To4000, 0], [() => exports.SegmentGroup$, 0], [() => sensitiveString1To50000, 0], [() => exports.SegmentSort$, 0], 128 | 0], 3
1138
1176
  ];
1139
1177
  exports.CreateSegmentDefinitionResponse$ = [3, n0, _CSDRr,
1140
1178
  0,
@@ -1316,6 +1354,16 @@ exports.DeleteRecommenderResponse$ = [3, n0, _DRRe,
1316
1354
  [],
1317
1355
  []
1318
1356
  ];
1357
+ exports.DeleteRecommenderSchemaRequest$ = [3, n0, _DRSR,
1358
+ 0,
1359
+ [_DN, _RSN],
1360
+ [[0, 1], [0, 1]], 2
1361
+ ];
1362
+ exports.DeleteRecommenderSchemaResponse$ = [3, n0, _DRSRe,
1363
+ 0,
1364
+ [],
1365
+ []
1366
+ ];
1319
1367
  exports.DeleteSegmentDefinitionRequest$ = [3, n0, _DSDR,
1320
1368
  0,
1321
1369
  [_DN, _SDN],
@@ -1393,7 +1441,7 @@ exports.EventStreamDestinationDetails$ = [3, n0, _ESDD,
1393
1441
  ];
1394
1442
  exports.EventStreamSummary$ = [3, n0, _ESS,
1395
1443
  0,
1396
- [_DN, _ESN, _ESA, _St, _SS, _DSe, _Ta],
1444
+ [_DN, _ESN, _ESA, _St, _SSt, _DSe, _Ta],
1397
1445
  [0, 0, 0, 0, 4, () => exports.DestinationSummary$, 128 | 0], 4
1398
1446
  ];
1399
1447
  exports.EventTriggerCondition$ = [3, n0, _ETCv,
@@ -1533,7 +1581,7 @@ exports.GetEventStreamRequest$ = [3, n0, _GESR,
1533
1581
  ];
1534
1582
  exports.GetEventStreamResponse$ = [3, n0, _GESRe,
1535
1583
  0,
1536
- [_DN, _ESA, _CA, _St, _DDe, _SS, _Ta],
1584
+ [_DN, _ESA, _CA, _St, _DDe, _SSt, _Ta],
1537
1585
  [0, 0, 4, 0, () => exports.EventStreamDestinationDetails$, 4, 128 | 0], 5
1538
1586
  ];
1539
1587
  exports.GetEventTriggerRequest$ = [3, n0, _GETR,
@@ -1643,8 +1691,8 @@ exports.GetRecommenderFilterRequest$ = [3, n0, _GRFR,
1643
1691
  ];
1644
1692
  exports.GetRecommenderFilterResponse$ = [3, n0, _GRFRe,
1645
1693
  0,
1646
- [_RFN, _RFE, _CA, _Sta, _Ta, _D, _FR],
1647
- [0, [() => RecommenderFilterExpression, 0], 4, 0, 128 | 0, [() => sensitiveText, 0], 0], 5
1694
+ [_RFN, _RFE, _CA, _Sta, _Ta, _RSN, _D, _FR],
1695
+ [0, [() => RecommenderFilterExpression, 0], 4, 0, 128 | 0, 0, [() => sensitiveText, 0], 0], 5
1648
1696
  ];
1649
1697
  exports.GetRecommenderRequest$ = [3, n0, _GRR,
1650
1698
  0,
@@ -1653,8 +1701,18 @@ exports.GetRecommenderRequest$ = [3, n0, _GRR,
1653
1701
  ];
1654
1702
  exports.GetRecommenderResponse$ = [3, n0, _GRRe,
1655
1703
  0,
1656
- [_RN, _RRN, _RC, _D, _Sta, _LUA, _CA, _FR, _LRU, _TM, _Ta],
1657
- [0, 0, () => exports.RecommenderConfig$, [() => sensitiveText, 0], 0, 4, 4, 0, () => exports.RecommenderUpdate$, () => TrainingMetricsList, 128 | 0], 2
1704
+ [_RN, _RRN, _RSN, _RC, _D, _Sta, _LUA, _CA, _FR, _LRU, _TM, _Ta],
1705
+ [0, 0, 0, () => exports.RecommenderConfig$, [() => sensitiveText, 0], 0, 4, 4, 0, () => exports.RecommenderUpdate$, () => TrainingMetricsList, 128 | 0], 2
1706
+ ];
1707
+ exports.GetRecommenderSchemaRequest$ = [3, n0, _GRSR,
1708
+ 0,
1709
+ [_DN, _RSN],
1710
+ [[0, 1], [0, 1]], 2
1711
+ ];
1712
+ exports.GetRecommenderSchemaResponse$ = [3, n0, _GRSRe,
1713
+ 0,
1714
+ [_RSN, _Fi, _CA, _Sta],
1715
+ [0, () => RecommenderSchemaFields, 4, 0], 4
1658
1716
  ];
1659
1717
  exports.GetSegmentDefinitionRequest$ = [3, n0, _GSDR,
1660
1718
  0,
@@ -1663,8 +1721,8 @@ exports.GetSegmentDefinitionRequest$ = [3, n0, _GSDR,
1663
1721
  ];
1664
1722
  exports.GetSegmentDefinitionResponse$ = [3, n0, _GSDRe,
1665
1723
  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
1724
+ [_SDA, _SDN, _DNi, _D, _SG, _SS, _CA, _Ta, _SSQ, _STe],
1725
+ [[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
1726
  ];
1669
1727
  exports.GetSegmentEstimateRequest$ = [3, n0, _GSER,
1670
1728
  0,
@@ -2011,6 +2069,16 @@ exports.ListRecommenderRecipesResponse$ = [3, n0, _LRRRi,
2011
2069
  [_NT, _RR],
2012
2070
  [0, () => RecommenderRecipesList]
2013
2071
  ];
2072
+ exports.ListRecommenderSchemasRequest$ = [3, n0, _LRSR,
2073
+ 0,
2074
+ [_DN, _MR, _NT],
2075
+ [[0, 1], [1, { [_hQ]: _mr }], [0, { [_hQ]: _nt }]], 1
2076
+ ];
2077
+ exports.ListRecommenderSchemasResponse$ = [3, n0, _LRSRi,
2078
+ 0,
2079
+ [_NT, _RSe],
2080
+ [0, () => RecommenderSchemaSummaryList]
2081
+ ];
2014
2082
  exports.ListRecommendersRequest$ = [3, n0, _LRR,
2015
2083
  0,
2016
2084
  [_DN, _MR, _NT],
@@ -2248,8 +2316,8 @@ exports.Recommendation$ = [3, n0, _Recom,
2248
2316
  ];
2249
2317
  exports.RecommenderConfig$ = [3, n0, _RC,
2250
2318
  0,
2251
- [_EC, _TFr, _ICn],
2252
- [() => exports.EventsConfig$, 1, () => exports.InferenceConfig$]
2319
+ [_EC, _TFr, _ICn, _ICnc],
2320
+ [() => exports.EventsConfig$, 1, () => exports.InferenceConfig$, [2, n0, _ICnc, 0, 0, 64 | 0]]
2253
2321
  ];
2254
2322
  exports.RecommenderFilter$ = [3, n0, _RFe,
2255
2323
  0,
@@ -2258,8 +2326,8 @@ exports.RecommenderFilter$ = [3, n0, _RFe,
2258
2326
  ];
2259
2327
  exports.RecommenderFilterSummary$ = [3, n0, _RFS,
2260
2328
  0,
2261
- [_RFN, _RFE, _CA, _D, _Sta, _FR, _Ta],
2262
- [0, [() => RecommenderFilterExpression, 0], 4, [() => sensitiveText, 0], 0, 0, 128 | 0]
2329
+ [_RFN, _RSN, _RFE, _CA, _D, _Sta, _FR, _Ta],
2330
+ [0, 0, [() => RecommenderFilterExpression, 0], 4, [() => sensitiveText, 0], 0, 0, 128 | 0]
2263
2331
  ];
2264
2332
  exports.RecommenderPromotionalFilter$ = [3, n0, _RPFe,
2265
2333
  0,
@@ -2271,10 +2339,20 @@ exports.RecommenderRecipe$ = [3, n0, _RRe,
2271
2339
  [_n, _d],
2272
2340
  [0, 0]
2273
2341
  ];
2274
- exports.RecommenderSummary$ = [3, n0, _RSe,
2342
+ exports.RecommenderSchemaField$ = [3, n0, _RSFe,
2343
+ 0,
2344
+ [_TFN, _CTo, _FT],
2345
+ [0, 0, 0], 1
2346
+ ];
2347
+ exports.RecommenderSchemaSummary$ = [3, n0, _RSS,
2348
+ 0,
2349
+ [_RSN, _Fi, _CA, _Sta],
2350
+ [0, () => RecommenderSchemaFields, 4, 0], 4
2351
+ ];
2352
+ exports.RecommenderSummary$ = [3, n0, _RSec,
2275
2353
  0,
2276
- [_RN, _RNe, _RC, _CA, _D, _Sta, _LUA, _Ta, _FR, _LRU],
2277
- [0, 0, () => exports.RecommenderConfig$, 4, [() => sensitiveText, 0], 0, 4, 128 | 0, 0, () => exports.RecommenderUpdate$]
2354
+ [_RN, _RNe, _RSN, _RC, _CA, _D, _Sta, _LUA, _Ta, _FR, _LRU],
2355
+ [0, 0, 0, () => exports.RecommenderConfig$, 4, [() => sensitiveText, 0], 0, 4, 128 | 0, 0, () => exports.RecommenderUpdate$]
2278
2356
  ];
2279
2357
  exports.RecommenderUpdate$ = [3, n0, _RU,
2280
2358
  0,
@@ -2346,11 +2424,21 @@ exports.SegmentGroupStructure$ = [3, n0, _SGS,
2346
2424
  [_Gr, _In],
2347
2425
  [[() => SegmentGroupList, 0], 0]
2348
2426
  ];
2427
+ exports.SegmentSort$ = [3, n0, _SS,
2428
+ 8,
2429
+ [_At],
2430
+ [[() => SortAttributeList, { [_jN]: _At }]], 1
2431
+ ];
2349
2432
  exports.ServiceNowSourceProperties$ = [3, n0, _SNSP,
2350
2433
  0,
2351
2434
  [_Ob],
2352
2435
  [0], 1
2353
2436
  ];
2437
+ exports.SortAttribute$ = [3, n0, _SAo,
2438
+ 0,
2439
+ [_N, _Or, _DTa, _T],
2440
+ [[0, { [_jN]: _N }], [0, { [_jN]: _Or }], [0, { [_jN]: _DTa }], [0, { [_jN]: _T }]], 2
2441
+ ];
2354
2442
  exports.SourceConnectorProperties$ = [3, n0, _SCP,
2355
2443
  0,
2356
2444
  [_Ma, _S_, _Sa, _SNe, _Z],
@@ -2578,6 +2666,7 @@ var CalculatedAttributeValueList = [1, n0, _CAVL,
2578
2666
  0, () => exports.CalculatedAttributeValue$
2579
2667
  ];
2580
2668
  var CandidateIdList = 64 | 0;
2669
+ var ColumnNamesList = 64 | 0;
2581
2670
  var DateValues = 64 | 0;
2582
2671
  var DetectedProfileObjectTypes = [1, n0, _DPOTe,
2583
2672
  0, [() => exports.DetectedProfileObjectType$,
@@ -2724,6 +2813,12 @@ var RecommenderPromotionalFilters = [1, n0, _RPF,
2724
2813
  var RecommenderRecipesList = [1, n0, _RRL,
2725
2814
  0, () => exports.RecommenderRecipe$
2726
2815
  ];
2816
+ var RecommenderSchemaFieldList = [1, n0, _RSFL,
2817
+ 0, () => exports.RecommenderSchemaField$
2818
+ ];
2819
+ var RecommenderSchemaSummaryList = [1, n0, _RSSL,
2820
+ 0, () => exports.RecommenderSchemaSummary$
2821
+ ];
2727
2822
  var RecommenderSummaryList = [1, n0, _RSL,
2728
2823
  0, [() => exports.RecommenderSummary$,
2729
2824
  0]
@@ -2737,6 +2832,10 @@ var SegmentGroupList = [1, n0, _SGL,
2737
2832
  0, [() => exports.Group$,
2738
2833
  0]
2739
2834
  ];
2835
+ var SortAttributeList = [1, n0, _SAL,
2836
+ 0, [() => exports.SortAttribute$,
2837
+ 0]
2838
+ ];
2740
2839
  var SourceFields = 64 | 0;
2741
2840
  var SourceSegmentList = [1, n0, _SSL,
2742
2841
  0, [() => exports.SourceSegment$,
@@ -2787,6 +2886,9 @@ var DomainObjectTypeFields = [2, n0, _DOTFo,
2787
2886
  var FieldMap = [2, n0, _FM,
2788
2887
  8, 0, () => exports.ObjectTypeField$
2789
2888
  ];
2889
+ var IncludedColumns = [2, n0, _ICnc,
2890
+ 0, 0, 64 | 0
2891
+ ];
2790
2892
  var KeyMap = [2, n0, _KM,
2791
2893
  8, 0, () => ObjectTypeKeyList
2792
2894
  ];
@@ -2801,6 +2903,9 @@ var RecommenderFilterValues = [2, n0, _RFV,
2801
2903
  [() => RecommenderFilterAttributeValue,
2802
2904
  0]
2803
2905
  ];
2906
+ var RecommenderSchemaFields = [2, n0, _RSF,
2907
+ 0, 0, () => RecommenderSchemaFieldList
2908
+ ];
2804
2909
  var TagMap = 128 | 0;
2805
2910
  var TaskPropertiesMap = 128 | 0;
2806
2911
  var UpdateAttributes = [2, n0, _UApd,
@@ -2847,6 +2952,9 @@ exports.CreateRecommender$ = [9, n0, _CRre,
2847
2952
  exports.CreateRecommenderFilter$ = [9, n0, _CRF,
2848
2953
  { [_h]: ["POST", "/domains/{DomainName}/recommender-filters/{RecommenderFilterName}", 200] }, () => exports.CreateRecommenderFilterRequest$, () => exports.CreateRecommenderFilterResponse$
2849
2954
  ];
2955
+ exports.CreateRecommenderSchema$ = [9, n0, _CRS,
2956
+ { [_h]: ["POST", "/domains/{DomainName}/recommender-schemas/{RecommenderSchemaName}", 200] }, () => exports.CreateRecommenderSchemaRequest$, () => exports.CreateRecommenderSchemaResponse$
2957
+ ];
2850
2958
  exports.CreateSegmentDefinition$ = [9, n0, _CSD,
2851
2959
  { [_h]: ["POST", "/domains/{DomainName}/segment-definitions/{SegmentDefinitionName}", 200] }, () => exports.CreateSegmentDefinitionRequest$, () => exports.CreateSegmentDefinitionResponse$
2852
2960
  ];
@@ -2898,6 +3006,9 @@ exports.DeleteRecommender$ = [9, n0, _DR,
2898
3006
  exports.DeleteRecommenderFilter$ = [9, n0, _DRF,
2899
3007
  { [_h]: ["DELETE", "/domains/{DomainName}/recommender-filters/{RecommenderFilterName}", 200] }, () => exports.DeleteRecommenderFilterRequest$, () => exports.DeleteRecommenderFilterResponse$
2900
3008
  ];
3009
+ exports.DeleteRecommenderSchema$ = [9, n0, _DRS,
3010
+ { [_h]: ["DELETE", "/domains/{DomainName}/recommender-schemas/{RecommenderSchemaName}", 200] }, () => exports.DeleteRecommenderSchemaRequest$, () => exports.DeleteRecommenderSchemaResponse$
3011
+ ];
2901
3012
  exports.DeleteSegmentDefinition$ = [9, n0, _DSD,
2902
3013
  { [_h]: ["DELETE", "/domains/{DomainName}/segment-definitions/{SegmentDefinitionName}", 200] }, () => exports.DeleteSegmentDefinitionRequest$, () => exports.DeleteSegmentDefinitionResponse$
2903
3014
  ];
@@ -2961,6 +3072,9 @@ exports.GetRecommender$ = [9, n0, _GR,
2961
3072
  exports.GetRecommenderFilter$ = [9, n0, _GRF,
2962
3073
  { [_h]: ["GET", "/domains/{DomainName}/recommender-filters/{RecommenderFilterName}", 200] }, () => exports.GetRecommenderFilterRequest$, () => exports.GetRecommenderFilterResponse$
2963
3074
  ];
3075
+ exports.GetRecommenderSchema$ = [9, n0, _GRS,
3076
+ { [_h]: ["GET", "/domains/{DomainName}/recommender-schemas/{RecommenderSchemaName}", 200] }, () => exports.GetRecommenderSchemaRequest$, () => exports.GetRecommenderSchemaResponse$
3077
+ ];
2964
3078
  exports.GetSegmentDefinition$ = [9, n0, _GSD,
2965
3079
  { [_h]: ["GET", "/domains/{DomainName}/segment-definitions/{SegmentDefinitionName}", 200] }, () => exports.GetSegmentDefinitionRequest$, () => exports.GetSegmentDefinitionResponse$
2966
3080
  ];
@@ -3048,6 +3162,9 @@ exports.ListRecommenderRecipes$ = [9, n0, _LRRis,
3048
3162
  exports.ListRecommenders$ = [9, n0, _LR,
3049
3163
  { [_h]: ["GET", "/domains/{DomainName}/recommenders", 200] }, () => exports.ListRecommendersRequest$, () => exports.ListRecommendersResponse$
3050
3164
  ];
3165
+ exports.ListRecommenderSchemas$ = [9, n0, _LRS,
3166
+ { [_h]: ["GET", "/domains/{DomainName}/recommender-schemas", 200] }, () => exports.ListRecommenderSchemasRequest$, () => exports.ListRecommenderSchemasResponse$
3167
+ ];
3051
3168
  exports.ListRuleBasedMatches$ = [9, n0, _LRBM,
3052
3169
  { [_h]: ["GET", "/domains/{DomainName}/profiles/ruleBasedMatches", 200] }, () => exports.ListRuleBasedMatchesRequest$, () => exports.ListRuleBasedMatchesResponse$
3053
3170
  ];
@@ -11,6 +11,7 @@ import { CreateIntegrationWorkflowCommand, } from "./commands/CreateIntegrationW
11
11
  import { CreateProfileCommand, } from "./commands/CreateProfileCommand";
12
12
  import { CreateRecommenderCommand, } from "./commands/CreateRecommenderCommand";
13
13
  import { CreateRecommenderFilterCommand, } from "./commands/CreateRecommenderFilterCommand";
14
+ import { CreateRecommenderSchemaCommand, } from "./commands/CreateRecommenderSchemaCommand";
14
15
  import { CreateSegmentDefinitionCommand, } from "./commands/CreateSegmentDefinitionCommand";
15
16
  import { CreateSegmentEstimateCommand, } from "./commands/CreateSegmentEstimateCommand";
16
17
  import { CreateSegmentSnapshotCommand, } from "./commands/CreateSegmentSnapshotCommand";
@@ -28,6 +29,7 @@ import { DeleteProfileObjectCommand, } from "./commands/DeleteProfileObjectComma
28
29
  import { DeleteProfileObjectTypeCommand, } from "./commands/DeleteProfileObjectTypeCommand";
29
30
  import { DeleteRecommenderCommand, } from "./commands/DeleteRecommenderCommand";
30
31
  import { DeleteRecommenderFilterCommand, } from "./commands/DeleteRecommenderFilterCommand";
32
+ import { DeleteRecommenderSchemaCommand, } from "./commands/DeleteRecommenderSchemaCommand";
31
33
  import { DeleteSegmentDefinitionCommand, } from "./commands/DeleteSegmentDefinitionCommand";
32
34
  import { DeleteWorkflowCommand, } from "./commands/DeleteWorkflowCommand";
33
35
  import { DetectProfileObjectTypeCommand, } from "./commands/DetectProfileObjectTypeCommand";
@@ -49,6 +51,7 @@ import { GetProfileObjectTypeTemplateCommand, } from "./commands/GetProfileObjec
49
51
  import { GetProfileRecommendationsCommand, } from "./commands/GetProfileRecommendationsCommand";
50
52
  import { GetRecommenderCommand, } from "./commands/GetRecommenderCommand";
51
53
  import { GetRecommenderFilterCommand, } from "./commands/GetRecommenderFilterCommand";
54
+ import { GetRecommenderSchemaCommand, } from "./commands/GetRecommenderSchemaCommand";
52
55
  import { GetSegmentDefinitionCommand, } from "./commands/GetSegmentDefinitionCommand";
53
56
  import { GetSegmentEstimateCommand, } from "./commands/GetSegmentEstimateCommand";
54
57
  import { GetSegmentMembershipCommand, } from "./commands/GetSegmentMembershipCommand";
@@ -77,6 +80,7 @@ import { ListProfileObjectTypesCommand, } from "./commands/ListProfileObjectType
77
80
  import { ListProfileObjectTypeTemplatesCommand, } from "./commands/ListProfileObjectTypeTemplatesCommand";
78
81
  import { ListRecommenderFiltersCommand, } from "./commands/ListRecommenderFiltersCommand";
79
82
  import { ListRecommenderRecipesCommand, } from "./commands/ListRecommenderRecipesCommand";
83
+ import { ListRecommenderSchemasCommand, } from "./commands/ListRecommenderSchemasCommand";
80
84
  import { ListRecommendersCommand, } from "./commands/ListRecommendersCommand";
81
85
  import { ListRuleBasedMatchesCommand, } from "./commands/ListRuleBasedMatchesCommand";
82
86
  import { ListSegmentDefinitionsCommand, } from "./commands/ListSegmentDefinitionsCommand";
@@ -110,6 +114,7 @@ import { paginateListEventTriggers } from "./pagination/ListEventTriggersPaginat
110
114
  import { paginateListObjectTypeAttributes } from "./pagination/ListObjectTypeAttributesPaginator";
111
115
  import { paginateListRecommenderFilters } from "./pagination/ListRecommenderFiltersPaginator";
112
116
  import { paginateListRecommenderRecipes } from "./pagination/ListRecommenderRecipesPaginator";
117
+ import { paginateListRecommenderSchemas } from "./pagination/ListRecommenderSchemasPaginator";
113
118
  import { paginateListRecommenders } from "./pagination/ListRecommendersPaginator";
114
119
  import { paginateListRuleBasedMatches } from "./pagination/ListRuleBasedMatchesPaginator";
115
120
  import { paginateListSegmentDefinitions } from "./pagination/ListSegmentDefinitionsPaginator";
@@ -127,6 +132,7 @@ const commands = {
127
132
  CreateProfileCommand,
128
133
  CreateRecommenderCommand,
129
134
  CreateRecommenderFilterCommand,
135
+ CreateRecommenderSchemaCommand,
130
136
  CreateSegmentDefinitionCommand,
131
137
  CreateSegmentEstimateCommand,
132
138
  CreateSegmentSnapshotCommand,
@@ -144,6 +150,7 @@ const commands = {
144
150
  DeleteProfileObjectTypeCommand,
145
151
  DeleteRecommenderCommand,
146
152
  DeleteRecommenderFilterCommand,
153
+ DeleteRecommenderSchemaCommand,
147
154
  DeleteSegmentDefinitionCommand,
148
155
  DeleteWorkflowCommand,
149
156
  DetectProfileObjectTypeCommand,
@@ -165,6 +172,7 @@ const commands = {
165
172
  GetProfileRecommendationsCommand,
166
173
  GetRecommenderCommand,
167
174
  GetRecommenderFilterCommand,
175
+ GetRecommenderSchemaCommand,
168
176
  GetSegmentDefinitionCommand,
169
177
  GetSegmentEstimateCommand,
170
178
  GetSegmentMembershipCommand,
@@ -194,6 +202,7 @@ const commands = {
194
202
  ListRecommenderFiltersCommand,
195
203
  ListRecommenderRecipesCommand,
196
204
  ListRecommendersCommand,
205
+ ListRecommenderSchemasCommand,
197
206
  ListRuleBasedMatchesCommand,
198
207
  ListSegmentDefinitionsCommand,
199
208
  ListTagsForResourceCommand,
@@ -228,6 +237,7 @@ const paginators = {
228
237
  paginateListRecommenderFilters,
229
238
  paginateListRecommenderRecipes,
230
239
  paginateListRecommenders,
240
+ paginateListRecommenderSchemas,
231
241
  paginateListRuleBasedMatches,
232
242
  paginateListSegmentDefinitions,
233
243
  paginateListUploadJobs,
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { CreateRecommenderSchema$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class CreateRecommenderSchemaCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("CustomerProfiles_20200815", "CreateRecommenderSchema", {})
13
+ .n("CustomerProfilesClient", "CreateRecommenderSchemaCommand")
14
+ .sc(CreateRecommenderSchema$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DeleteRecommenderSchema$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DeleteRecommenderSchemaCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("CustomerProfiles_20200815", "DeleteRecommenderSchema", {})
13
+ .n("CustomerProfilesClient", "DeleteRecommenderSchemaCommand")
14
+ .sc(DeleteRecommenderSchema$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { GetRecommenderSchema$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class GetRecommenderSchemaCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("CustomerProfiles_20200815", "GetRecommenderSchema", {})
13
+ .n("CustomerProfilesClient", "GetRecommenderSchemaCommand")
14
+ .sc(GetRecommenderSchema$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { ListRecommenderSchemas$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class ListRecommenderSchemasCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("CustomerProfiles_20200815", "ListRecommenderSchemas", {})
13
+ .n("CustomerProfilesClient", "ListRecommenderSchemasCommand")
14
+ .sc(ListRecommenderSchemas$)
15
+ .build() {
16
+ }