@aws-sdk/client-personalize 3.477.0 → 3.481.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/commands/CreateBatchInferenceJobCommand.js +18 -41
- package/dist-cjs/commands/CreateBatchSegmentJobCommand.js +18 -41
- package/dist-cjs/commands/CreateCampaignCommand.js +18 -41
- package/dist-cjs/commands/CreateDatasetCommand.js +18 -41
- package/dist-cjs/commands/CreateDatasetExportJobCommand.js +18 -41
- package/dist-cjs/commands/CreateDatasetGroupCommand.js +18 -41
- package/dist-cjs/commands/CreateDatasetImportJobCommand.js +18 -41
- package/dist-cjs/commands/CreateEventTrackerCommand.js +18 -41
- package/dist-cjs/commands/CreateFilterCommand.js +18 -41
- package/dist-cjs/commands/CreateMetricAttributionCommand.js +18 -41
- package/dist-cjs/commands/CreateRecommenderCommand.js +18 -41
- package/dist-cjs/commands/CreateSchemaCommand.js +18 -41
- package/dist-cjs/commands/CreateSolutionCommand.js +18 -41
- package/dist-cjs/commands/CreateSolutionVersionCommand.js +18 -41
- package/dist-cjs/commands/DeleteCampaignCommand.js +18 -41
- package/dist-cjs/commands/DeleteDatasetCommand.js +18 -41
- package/dist-cjs/commands/DeleteDatasetGroupCommand.js +18 -41
- package/dist-cjs/commands/DeleteEventTrackerCommand.js +18 -41
- package/dist-cjs/commands/DeleteFilterCommand.js +18 -41
- package/dist-cjs/commands/DeleteMetricAttributionCommand.js +18 -41
- package/dist-cjs/commands/DeleteRecommenderCommand.js +18 -41
- package/dist-cjs/commands/DeleteSchemaCommand.js +18 -41
- package/dist-cjs/commands/DeleteSolutionCommand.js +18 -41
- package/dist-cjs/commands/DescribeAlgorithmCommand.js +18 -41
- package/dist-cjs/commands/DescribeBatchInferenceJobCommand.js +18 -41
- package/dist-cjs/commands/DescribeBatchSegmentJobCommand.js +18 -41
- package/dist-cjs/commands/DescribeCampaignCommand.js +18 -41
- package/dist-cjs/commands/DescribeDatasetCommand.js +18 -41
- package/dist-cjs/commands/DescribeDatasetExportJobCommand.js +18 -41
- package/dist-cjs/commands/DescribeDatasetGroupCommand.js +18 -41
- package/dist-cjs/commands/DescribeDatasetImportJobCommand.js +18 -41
- package/dist-cjs/commands/DescribeEventTrackerCommand.js +18 -41
- package/dist-cjs/commands/DescribeFeatureTransformationCommand.js +18 -41
- package/dist-cjs/commands/DescribeFilterCommand.js +18 -41
- package/dist-cjs/commands/DescribeMetricAttributionCommand.js +18 -41
- package/dist-cjs/commands/DescribeRecipeCommand.js +18 -41
- package/dist-cjs/commands/DescribeRecommenderCommand.js +18 -41
- package/dist-cjs/commands/DescribeSchemaCommand.js +18 -41
- package/dist-cjs/commands/DescribeSolutionCommand.js +18 -41
- package/dist-cjs/commands/DescribeSolutionVersionCommand.js +18 -41
- package/dist-cjs/commands/GetSolutionMetricsCommand.js +18 -41
- package/dist-cjs/commands/ListBatchInferenceJobsCommand.js +18 -41
- package/dist-cjs/commands/ListBatchSegmentJobsCommand.js +18 -41
- package/dist-cjs/commands/ListCampaignsCommand.js +18 -41
- package/dist-cjs/commands/ListDatasetExportJobsCommand.js +18 -41
- package/dist-cjs/commands/ListDatasetGroupsCommand.js +18 -41
- package/dist-cjs/commands/ListDatasetImportJobsCommand.js +18 -41
- package/dist-cjs/commands/ListDatasetsCommand.js +18 -41
- package/dist-cjs/commands/ListEventTrackersCommand.js +18 -41
- package/dist-cjs/commands/ListFiltersCommand.js +18 -41
- package/dist-cjs/commands/ListMetricAttributionMetricsCommand.js +18 -41
- package/dist-cjs/commands/ListMetricAttributionsCommand.js +18 -41
- package/dist-cjs/commands/ListRecipesCommand.js +18 -41
- package/dist-cjs/commands/ListRecommendersCommand.js +18 -41
- package/dist-cjs/commands/ListSchemasCommand.js +18 -41
- package/dist-cjs/commands/ListSolutionVersionsCommand.js +18 -41
- package/dist-cjs/commands/ListSolutionsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/StartRecommenderCommand.js +18 -41
- package/dist-cjs/commands/StopRecommenderCommand.js +18 -41
- package/dist-cjs/commands/StopSolutionVersionCreationCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateCampaignCommand.js +18 -41
- package/dist-cjs/commands/UpdateDatasetCommand.js +18 -41
- package/dist-cjs/commands/UpdateMetricAttributionCommand.js +18 -41
- package/dist-cjs/commands/UpdateRecommenderCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListBatchInferenceJobsPaginator.js +2 -24
- package/dist-cjs/pagination/ListBatchSegmentJobsPaginator.js +2 -24
- package/dist-cjs/pagination/ListCampaignsPaginator.js +2 -24
- package/dist-cjs/pagination/ListDatasetExportJobsPaginator.js +2 -24
- package/dist-cjs/pagination/ListDatasetGroupsPaginator.js +2 -24
- package/dist-cjs/pagination/ListDatasetImportJobsPaginator.js +2 -24
- package/dist-cjs/pagination/ListDatasetsPaginator.js +2 -24
- package/dist-cjs/pagination/ListEventTrackersPaginator.js +2 -24
- package/dist-cjs/pagination/ListFiltersPaginator.js +2 -24
- package/dist-cjs/pagination/ListMetricAttributionMetricsPaginator.js +2 -24
- package/dist-cjs/pagination/ListMetricAttributionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListRecipesPaginator.js +2 -24
- package/dist-cjs/pagination/ListRecommendersPaginator.js +2 -24
- package/dist-cjs/pagination/ListSchemasPaginator.js +2 -24
- package/dist-cjs/pagination/ListSolutionVersionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListSolutionsPaginator.js +2 -24
- package/dist-es/commands/CreateBatchInferenceJobCommand.js +18 -41
- package/dist-es/commands/CreateBatchSegmentJobCommand.js +18 -41
- package/dist-es/commands/CreateCampaignCommand.js +18 -41
- package/dist-es/commands/CreateDatasetCommand.js +18 -41
- package/dist-es/commands/CreateDatasetExportJobCommand.js +18 -41
- package/dist-es/commands/CreateDatasetGroupCommand.js +18 -41
- package/dist-es/commands/CreateDatasetImportJobCommand.js +18 -41
- package/dist-es/commands/CreateEventTrackerCommand.js +18 -41
- package/dist-es/commands/CreateFilterCommand.js +18 -41
- package/dist-es/commands/CreateMetricAttributionCommand.js +18 -41
- package/dist-es/commands/CreateRecommenderCommand.js +18 -41
- package/dist-es/commands/CreateSchemaCommand.js +18 -41
- package/dist-es/commands/CreateSolutionCommand.js +18 -41
- package/dist-es/commands/CreateSolutionVersionCommand.js +18 -41
- package/dist-es/commands/DeleteCampaignCommand.js +18 -41
- package/dist-es/commands/DeleteDatasetCommand.js +18 -41
- package/dist-es/commands/DeleteDatasetGroupCommand.js +18 -41
- package/dist-es/commands/DeleteEventTrackerCommand.js +18 -41
- package/dist-es/commands/DeleteFilterCommand.js +18 -41
- package/dist-es/commands/DeleteMetricAttributionCommand.js +18 -41
- package/dist-es/commands/DeleteRecommenderCommand.js +18 -41
- package/dist-es/commands/DeleteSchemaCommand.js +18 -41
- package/dist-es/commands/DeleteSolutionCommand.js +18 -41
- package/dist-es/commands/DescribeAlgorithmCommand.js +18 -41
- package/dist-es/commands/DescribeBatchInferenceJobCommand.js +18 -41
- package/dist-es/commands/DescribeBatchSegmentJobCommand.js +18 -41
- package/dist-es/commands/DescribeCampaignCommand.js +18 -41
- package/dist-es/commands/DescribeDatasetCommand.js +18 -41
- package/dist-es/commands/DescribeDatasetExportJobCommand.js +18 -41
- package/dist-es/commands/DescribeDatasetGroupCommand.js +18 -41
- package/dist-es/commands/DescribeDatasetImportJobCommand.js +18 -41
- package/dist-es/commands/DescribeEventTrackerCommand.js +18 -41
- package/dist-es/commands/DescribeFeatureTransformationCommand.js +18 -41
- package/dist-es/commands/DescribeFilterCommand.js +18 -41
- package/dist-es/commands/DescribeMetricAttributionCommand.js +18 -41
- package/dist-es/commands/DescribeRecipeCommand.js +18 -41
- package/dist-es/commands/DescribeRecommenderCommand.js +18 -41
- package/dist-es/commands/DescribeSchemaCommand.js +18 -41
- package/dist-es/commands/DescribeSolutionCommand.js +18 -41
- package/dist-es/commands/DescribeSolutionVersionCommand.js +18 -41
- package/dist-es/commands/GetSolutionMetricsCommand.js +18 -41
- package/dist-es/commands/ListBatchInferenceJobsCommand.js +18 -41
- package/dist-es/commands/ListBatchSegmentJobsCommand.js +18 -41
- package/dist-es/commands/ListCampaignsCommand.js +18 -41
- package/dist-es/commands/ListDatasetExportJobsCommand.js +18 -41
- package/dist-es/commands/ListDatasetGroupsCommand.js +18 -41
- package/dist-es/commands/ListDatasetImportJobsCommand.js +18 -41
- package/dist-es/commands/ListDatasetsCommand.js +18 -41
- package/dist-es/commands/ListEventTrackersCommand.js +18 -41
- package/dist-es/commands/ListFiltersCommand.js +18 -41
- package/dist-es/commands/ListMetricAttributionMetricsCommand.js +18 -41
- package/dist-es/commands/ListMetricAttributionsCommand.js +18 -41
- package/dist-es/commands/ListRecipesCommand.js +18 -41
- package/dist-es/commands/ListRecommendersCommand.js +18 -41
- package/dist-es/commands/ListSchemasCommand.js +18 -41
- package/dist-es/commands/ListSolutionVersionsCommand.js +18 -41
- package/dist-es/commands/ListSolutionsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/StartRecommenderCommand.js +18 -41
- package/dist-es/commands/StopRecommenderCommand.js +18 -41
- package/dist-es/commands/StopSolutionVersionCreationCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateCampaignCommand.js +18 -41
- package/dist-es/commands/UpdateDatasetCommand.js +18 -41
- package/dist-es/commands/UpdateMetricAttributionCommand.js +18 -41
- package/dist-es/commands/UpdateRecommenderCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListBatchInferenceJobsPaginator.js +2 -23
- package/dist-es/pagination/ListBatchSegmentJobsPaginator.js +2 -23
- package/dist-es/pagination/ListCampaignsPaginator.js +2 -23
- package/dist-es/pagination/ListDatasetExportJobsPaginator.js +2 -23
- package/dist-es/pagination/ListDatasetGroupsPaginator.js +2 -23
- package/dist-es/pagination/ListDatasetImportJobsPaginator.js +2 -23
- package/dist-es/pagination/ListDatasetsPaginator.js +2 -23
- package/dist-es/pagination/ListEventTrackersPaginator.js +2 -23
- package/dist-es/pagination/ListFiltersPaginator.js +2 -23
- package/dist-es/pagination/ListMetricAttributionMetricsPaginator.js +2 -23
- package/dist-es/pagination/ListMetricAttributionsPaginator.js +2 -23
- package/dist-es/pagination/ListRecipesPaginator.js +2 -23
- package/dist-es/pagination/ListRecommendersPaginator.js +2 -23
- package/dist-es/pagination/ListSchemasPaginator.js +2 -23
- package/dist-es/pagination/ListSolutionVersionsPaginator.js +2 -23
- package/dist-es/pagination/ListSolutionsPaginator.js +2 -23
- package/dist-types/commands/CreateBatchInferenceJobCommand.d.ts +6 -21
- package/dist-types/commands/CreateBatchSegmentJobCommand.d.ts +6 -21
- package/dist-types/commands/CreateCampaignCommand.d.ts +6 -21
- package/dist-types/commands/CreateDatasetCommand.d.ts +6 -21
- package/dist-types/commands/CreateDatasetExportJobCommand.d.ts +6 -21
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +6 -21
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +6 -21
- package/dist-types/commands/CreateEventTrackerCommand.d.ts +6 -21
- package/dist-types/commands/CreateFilterCommand.d.ts +6 -21
- package/dist-types/commands/CreateMetricAttributionCommand.d.ts +6 -21
- package/dist-types/commands/CreateRecommenderCommand.d.ts +6 -21
- package/dist-types/commands/CreateSchemaCommand.d.ts +6 -21
- package/dist-types/commands/CreateSolutionCommand.d.ts +6 -21
- package/dist-types/commands/CreateSolutionVersionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteCampaignCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDatasetCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +6 -21
- package/dist-types/commands/DeleteEventTrackerCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFilterCommand.d.ts +6 -21
- package/dist-types/commands/DeleteMetricAttributionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteRecommenderCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSchemaCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSolutionCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +6 -21
- package/dist-types/commands/DescribeBatchInferenceJobCommand.d.ts +6 -21
- package/dist-types/commands/DescribeBatchSegmentJobCommand.d.ts +6 -21
- package/dist-types/commands/DescribeCampaignCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDatasetCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDatasetExportJobCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +6 -21
- package/dist-types/commands/DescribeEventTrackerCommand.d.ts +6 -21
- package/dist-types/commands/DescribeFeatureTransformationCommand.d.ts +6 -21
- package/dist-types/commands/DescribeFilterCommand.d.ts +6 -21
- package/dist-types/commands/DescribeMetricAttributionCommand.d.ts +6 -21
- package/dist-types/commands/DescribeRecipeCommand.d.ts +6 -21
- package/dist-types/commands/DescribeRecommenderCommand.d.ts +6 -21
- package/dist-types/commands/DescribeSchemaCommand.d.ts +6 -21
- package/dist-types/commands/DescribeSolutionCommand.d.ts +6 -21
- package/dist-types/commands/DescribeSolutionVersionCommand.d.ts +6 -21
- package/dist-types/commands/GetSolutionMetricsCommand.d.ts +6 -21
- package/dist-types/commands/ListBatchInferenceJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListBatchSegmentJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListCampaignsCommand.d.ts +6 -21
- package/dist-types/commands/ListDatasetExportJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListDatasetGroupsCommand.d.ts +6 -21
- package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListDatasetsCommand.d.ts +6 -21
- package/dist-types/commands/ListEventTrackersCommand.d.ts +6 -21
- package/dist-types/commands/ListFiltersCommand.d.ts +6 -21
- package/dist-types/commands/ListMetricAttributionMetricsCommand.d.ts +6 -21
- package/dist-types/commands/ListMetricAttributionsCommand.d.ts +6 -21
- package/dist-types/commands/ListRecipesCommand.d.ts +6 -21
- package/dist-types/commands/ListRecommendersCommand.d.ts +6 -21
- package/dist-types/commands/ListSchemasCommand.d.ts +6 -21
- package/dist-types/commands/ListSolutionVersionsCommand.d.ts +6 -21
- package/dist-types/commands/ListSolutionsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/StartRecommenderCommand.d.ts +6 -21
- package/dist-types/commands/StopRecommenderCommand.d.ts +6 -21
- package/dist-types/commands/StopSolutionVersionCreationCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateCampaignCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDatasetCommand.d.ts +6 -21
- package/dist-types/commands/UpdateMetricAttributionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateRecommenderCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListBatchInferenceJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBatchSegmentJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCampaignsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDatasetExportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDatasetGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDatasetImportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDatasetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEventTrackersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFiltersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMetricAttributionMetricsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMetricAttributionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRecipesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRecommendersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSchemasPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSolutionVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSolutionsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateBatchInferenceJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateBatchSegmentJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDatasetExportJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateEventTrackerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateMetricAttributionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateRecommenderCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateSolutionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateSolutionVersionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteEventTrackerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteMetricAttributionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteRecommenderCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteSolutionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeBatchInferenceJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeBatchSegmentJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeDatasetExportJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeEventTrackerCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeFeatureTransformationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeFilterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeMetricAttributionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeRecommenderCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeSolutionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeSolutionVersionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSolutionMetricsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListBatchInferenceJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListBatchSegmentJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDatasetExportJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListEventTrackersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListMetricAttributionMetricsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListMetricAttributionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListRecommendersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListSolutionVersionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSolutionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartRecommenderCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StopRecommenderCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StopSolutionVersionCreationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateMetricAttributionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateRecommenderCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListBatchInferenceJobsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListBatchSegmentJobsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListCampaignsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDatasetExportJobsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDatasetGroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDatasetImportJobsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListEventTrackersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListFiltersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListMetricAttributionMetricsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListMetricAttributionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListRecipesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListRecommendersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSchemasPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSolutionVersionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSolutionsPaginator.d.ts +3 -3
- package/package.json +11 -10
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_StopSolutionVersionCreationCommand, se_StopSolutionVersionCreationCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class StopSolutionVersionCreationCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "PersonalizeClient";
|
|
26
|
-
const commandName = "StopSolutionVersionCreationCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AmazonPersonalize",
|
|
35
|
-
operation: "StopSolutionVersionCreation",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_StopSolutionVersionCreationCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_StopSolutionVersionCreationCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class StopSolutionVersionCreationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AmazonPersonalize", "StopSolutionVersionCreation", {})
|
|
19
|
+
.n("PersonalizeClient", "StopSolutionVersionCreationCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_StopSolutionVersionCreationCommand)
|
|
22
|
+
.de(de_StopSolutionVersionCreationCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class TagResourceCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "PersonalizeClient";
|
|
26
|
-
const commandName = "TagResourceCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AmazonPersonalize",
|
|
35
|
-
operation: "TagResource",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_TagResourceCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_TagResourceCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class TagResourceCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AmazonPersonalize", "TagResource", {})
|
|
19
|
+
.n("PersonalizeClient", "TagResourceCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_TagResourceCommand)
|
|
22
|
+
.de(de_TagResourceCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class UntagResourceCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "PersonalizeClient";
|
|
26
|
-
const commandName = "UntagResourceCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AmazonPersonalize",
|
|
35
|
-
operation: "UntagResource",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_UntagResourceCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_UntagResourceCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class UntagResourceCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AmazonPersonalize", "UntagResource", {})
|
|
19
|
+
.n("PersonalizeClient", "UntagResourceCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_UntagResourceCommand)
|
|
22
|
+
.de(de_UntagResourceCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_UpdateCampaignCommand, se_UpdateCampaignCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class UpdateCampaignCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "PersonalizeClient";
|
|
26
|
-
const commandName = "UpdateCampaignCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AmazonPersonalize",
|
|
35
|
-
operation: "UpdateCampaign",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_UpdateCampaignCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_UpdateCampaignCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class UpdateCampaignCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AmazonPersonalize", "UpdateCampaign", {})
|
|
19
|
+
.n("PersonalizeClient", "UpdateCampaignCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_UpdateCampaignCommand)
|
|
22
|
+
.de(de_UpdateCampaignCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_UpdateDatasetCommand, se_UpdateDatasetCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class UpdateDatasetCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "PersonalizeClient";
|
|
26
|
-
const commandName = "UpdateDatasetCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AmazonPersonalize",
|
|
35
|
-
operation: "UpdateDataset",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_UpdateDatasetCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_UpdateDatasetCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class UpdateDatasetCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AmazonPersonalize", "UpdateDataset", {})
|
|
19
|
+
.n("PersonalizeClient", "UpdateDatasetCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_UpdateDatasetCommand)
|
|
22
|
+
.de(de_UpdateDatasetCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_UpdateMetricAttributionCommand, se_UpdateMetricAttributionCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class UpdateMetricAttributionCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "PersonalizeClient";
|
|
26
|
-
const commandName = "UpdateMetricAttributionCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AmazonPersonalize",
|
|
35
|
-
operation: "UpdateMetricAttribution",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_UpdateMetricAttributionCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_UpdateMetricAttributionCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class UpdateMetricAttributionCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AmazonPersonalize", "UpdateMetricAttribution", {})
|
|
19
|
+
.n("PersonalizeClient", "UpdateMetricAttributionCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_UpdateMetricAttributionCommand)
|
|
22
|
+
.de(de_UpdateMetricAttributionCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_UpdateRecommenderCommand, se_UpdateRecommenderCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class UpdateRecommenderCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "PersonalizeClient";
|
|
26
|
-
const commandName = "UpdateRecommenderCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AmazonPersonalize",
|
|
35
|
-
operation: "UpdateRecommender",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_UpdateRecommenderCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_UpdateRecommenderCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class UpdateRecommenderCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AmazonPersonalize", "UpdateRecommender", {})
|
|
19
|
+
.n("PersonalizeClient", "UpdateRecommenderCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_UpdateRecommenderCommand)
|
|
22
|
+
.de(de_UpdateRecommenderCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -6,3 +6,9 @@ export const resolveClientEndpointParameters = (options) => {
|
|
|
6
6
|
defaultSigningName: "personalize",
|
|
7
7
|
};
|
|
8
8
|
};
|
|
9
|
+
export const commonParams = {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListBatchInferenceJobsCommand, } from "../commands/ListBatchInferenceJobsCommand";
|
|
2
3
|
import { PersonalizeClient } from "../PersonalizeClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListBatchInferenceJobsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListBatchInferenceJobs(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.nextToken = token;
|
|
12
|
-
input["maxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof PersonalizeClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected Personalize | PersonalizeClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.nextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListBatchInferenceJobs = createPaginator(PersonalizeClient, ListBatchInferenceJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListBatchSegmentJobsCommand, } from "../commands/ListBatchSegmentJobsCommand";
|
|
2
3
|
import { PersonalizeClient } from "../PersonalizeClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListBatchSegmentJobsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListBatchSegmentJobs(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.nextToken = token;
|
|
12
|
-
input["maxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof PersonalizeClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected Personalize | PersonalizeClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.nextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListBatchSegmentJobs = createPaginator(PersonalizeClient, ListBatchSegmentJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListCampaignsCommand, } from "../commands/ListCampaignsCommand";
|
|
2
3
|
import { PersonalizeClient } from "../PersonalizeClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListCampaignsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListCampaigns(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.nextToken = token;
|
|
12
|
-
input["maxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof PersonalizeClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected Personalize | PersonalizeClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.nextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListCampaigns = createPaginator(PersonalizeClient, ListCampaignsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListDatasetExportJobsCommand, } from "../commands/ListDatasetExportJobsCommand";
|
|
2
3
|
import { PersonalizeClient } from "../PersonalizeClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListDatasetExportJobsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListDatasetExportJobs(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.nextToken = token;
|
|
12
|
-
input["maxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof PersonalizeClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected Personalize | PersonalizeClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.nextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListDatasetExportJobs = createPaginator(PersonalizeClient, ListDatasetExportJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListDatasetGroupsCommand, } from "../commands/ListDatasetGroupsCommand";
|
|
2
3
|
import { PersonalizeClient } from "../PersonalizeClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListDatasetGroupsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListDatasetGroups(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.nextToken = token;
|
|
12
|
-
input["maxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof PersonalizeClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected Personalize | PersonalizeClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.nextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListDatasetGroups = createPaginator(PersonalizeClient, ListDatasetGroupsCommand, "nextToken", "nextToken", "maxResults");
|