@aws-sdk/client-personalize 3.533.0 → 3.540.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/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/Personalize.d.ts +18 -1
- package/dist-types/PersonalizeClient.d.ts +1 -1
- package/dist-types/commands/CreateBatchInferenceJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateBatchSegmentJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateCampaignCommand.d.ts +2 -1
- package/dist-types/commands/CreateDatasetCommand.d.ts +2 -1
- package/dist-types/commands/CreateDatasetExportJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateEventTrackerCommand.d.ts +2 -1
- package/dist-types/commands/CreateFilterCommand.d.ts +2 -1
- package/dist-types/commands/CreateMetricAttributionCommand.d.ts +2 -1
- package/dist-types/commands/CreateRecommenderCommand.d.ts +2 -1
- package/dist-types/commands/CreateSchemaCommand.d.ts +2 -1
- package/dist-types/commands/CreateSolutionCommand.d.ts +2 -1
- package/dist-types/commands/CreateSolutionVersionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCampaignCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDatasetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEventTrackerCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFilterCommand.d.ts +2 -1
- package/dist-types/commands/DeleteMetricAttributionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRecommenderCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSchemaCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSolutionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +2 -1
- package/dist-types/commands/DescribeBatchInferenceJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeBatchSegmentJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCampaignCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDatasetCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDatasetExportJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEventTrackerCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFeatureTransformationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFilterCommand.d.ts +2 -1
- package/dist-types/commands/DescribeMetricAttributionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRecipeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRecommenderCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSchemaCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSolutionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSolutionVersionCommand.d.ts +2 -1
- package/dist-types/commands/GetSolutionMetricsCommand.d.ts +2 -1
- package/dist-types/commands/ListBatchInferenceJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListBatchSegmentJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListCampaignsCommand.d.ts +2 -1
- package/dist-types/commands/ListDatasetExportJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListDatasetGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListDatasetsCommand.d.ts +2 -1
- package/dist-types/commands/ListEventTrackersCommand.d.ts +2 -1
- package/dist-types/commands/ListFiltersCommand.d.ts +2 -1
- package/dist-types/commands/ListMetricAttributionMetricsCommand.d.ts +2 -1
- package/dist-types/commands/ListMetricAttributionsCommand.d.ts +2 -1
- package/dist-types/commands/ListRecipesCommand.d.ts +2 -1
- package/dist-types/commands/ListRecommendersCommand.d.ts +2 -1
- package/dist-types/commands/ListSchemasCommand.d.ts +2 -1
- package/dist-types/commands/ListSolutionVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListSolutionsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/StartRecommenderCommand.d.ts +2 -1
- package/dist-types/commands/StopRecommenderCommand.d.ts +2 -1
- package/dist-types/commands/StopSolutionVersionCreationCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCampaignCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDatasetCommand.d.ts +2 -1
- package/dist-types/commands/UpdateMetricAttributionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRecommenderCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +679 -679
- package/dist-types/ts3.4/Personalize.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateBatchInferenceJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateBatchSegmentJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDatasetExportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateEventTrackerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateMetricAttributionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateRecommenderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSolutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSolutionVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteEventTrackerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteMetricAttributionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteRecommenderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSolutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeBatchInferenceJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeBatchSegmentJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDatasetExportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEventTrackerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFeatureTransformationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFilterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeMetricAttributionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeRecommenderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSolutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSolutionVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSolutionMetricsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListBatchInferenceJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListBatchSegmentJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDatasetExportJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEventTrackersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListMetricAttributionMetricsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListMetricAttributionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRecommendersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSolutionVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSolutionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartRecommenderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopRecommenderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopSolutionVersionCreationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateMetricAttributionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateRecommenderCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +40 -40
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.defaultEndpointResolver = void 0;
|
|
4
|
-
const util_endpoints_1 = require("@
|
|
4
|
+
const util_endpoints_1 = require("@aws-sdk/util-endpoints");
|
|
5
|
+
const util_endpoints_2 = require("@smithy/util-endpoints");
|
|
5
6
|
const ruleset_1 = require("./ruleset");
|
|
6
7
|
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
7
|
-
return (0,
|
|
8
|
+
return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
8
9
|
endpointParams: endpointParams,
|
|
9
10
|
logger: context.logger,
|
|
10
11
|
});
|
|
11
12
|
};
|
|
12
13
|
exports.defaultEndpointResolver = defaultEndpointResolver;
|
|
14
|
+
util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
|
package/dist-cjs/index.js
CHANGED
|
@@ -3958,9 +3958,6 @@ var paginateListSolutionVersions = (0, import_core.createPaginator)(PersonalizeC
|
|
|
3958
3958
|
// src/pagination/ListSolutionsPaginator.ts
|
|
3959
3959
|
|
|
3960
3960
|
var paginateListSolutions = (0, import_core.createPaginator)(PersonalizeClient, ListSolutionsCommand, "nextToken", "nextToken", "maxResults");
|
|
3961
|
-
|
|
3962
|
-
// src/index.ts
|
|
3963
|
-
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
3964
3961
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3965
3962
|
|
|
3966
3963
|
0 && (module.exports = {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
3
|
import { ruleSet } from "./ruleset";
|
|
3
4
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
4
5
|
return resolveEndpoint(ruleSet, {
|
|
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
|
6
7
|
logger: context.logger,
|
|
7
8
|
});
|
|
8
9
|
};
|
|
10
|
+
customEndpointFunctions.aws = awsEndpointFunctions;
|
package/dist-es/index.js
CHANGED
|
@@ -317,96 +317,112 @@ export interface Personalize {
|
|
|
317
317
|
/**
|
|
318
318
|
* @see {@link ListBatchInferenceJobsCommand}
|
|
319
319
|
*/
|
|
320
|
+
listBatchInferenceJobs(): Promise<ListBatchInferenceJobsCommandOutput>;
|
|
320
321
|
listBatchInferenceJobs(args: ListBatchInferenceJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListBatchInferenceJobsCommandOutput>;
|
|
321
322
|
listBatchInferenceJobs(args: ListBatchInferenceJobsCommandInput, cb: (err: any, data?: ListBatchInferenceJobsCommandOutput) => void): void;
|
|
322
323
|
listBatchInferenceJobs(args: ListBatchInferenceJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBatchInferenceJobsCommandOutput) => void): void;
|
|
323
324
|
/**
|
|
324
325
|
* @see {@link ListBatchSegmentJobsCommand}
|
|
325
326
|
*/
|
|
327
|
+
listBatchSegmentJobs(): Promise<ListBatchSegmentJobsCommandOutput>;
|
|
326
328
|
listBatchSegmentJobs(args: ListBatchSegmentJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListBatchSegmentJobsCommandOutput>;
|
|
327
329
|
listBatchSegmentJobs(args: ListBatchSegmentJobsCommandInput, cb: (err: any, data?: ListBatchSegmentJobsCommandOutput) => void): void;
|
|
328
330
|
listBatchSegmentJobs(args: ListBatchSegmentJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBatchSegmentJobsCommandOutput) => void): void;
|
|
329
331
|
/**
|
|
330
332
|
* @see {@link ListCampaignsCommand}
|
|
331
333
|
*/
|
|
334
|
+
listCampaigns(): Promise<ListCampaignsCommandOutput>;
|
|
332
335
|
listCampaigns(args: ListCampaignsCommandInput, options?: __HttpHandlerOptions): Promise<ListCampaignsCommandOutput>;
|
|
333
336
|
listCampaigns(args: ListCampaignsCommandInput, cb: (err: any, data?: ListCampaignsCommandOutput) => void): void;
|
|
334
337
|
listCampaigns(args: ListCampaignsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCampaignsCommandOutput) => void): void;
|
|
335
338
|
/**
|
|
336
339
|
* @see {@link ListDatasetExportJobsCommand}
|
|
337
340
|
*/
|
|
341
|
+
listDatasetExportJobs(): Promise<ListDatasetExportJobsCommandOutput>;
|
|
338
342
|
listDatasetExportJobs(args: ListDatasetExportJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListDatasetExportJobsCommandOutput>;
|
|
339
343
|
listDatasetExportJobs(args: ListDatasetExportJobsCommandInput, cb: (err: any, data?: ListDatasetExportJobsCommandOutput) => void): void;
|
|
340
344
|
listDatasetExportJobs(args: ListDatasetExportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDatasetExportJobsCommandOutput) => void): void;
|
|
341
345
|
/**
|
|
342
346
|
* @see {@link ListDatasetGroupsCommand}
|
|
343
347
|
*/
|
|
348
|
+
listDatasetGroups(): Promise<ListDatasetGroupsCommandOutput>;
|
|
344
349
|
listDatasetGroups(args: ListDatasetGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListDatasetGroupsCommandOutput>;
|
|
345
350
|
listDatasetGroups(args: ListDatasetGroupsCommandInput, cb: (err: any, data?: ListDatasetGroupsCommandOutput) => void): void;
|
|
346
351
|
listDatasetGroups(args: ListDatasetGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDatasetGroupsCommandOutput) => void): void;
|
|
347
352
|
/**
|
|
348
353
|
* @see {@link ListDatasetImportJobsCommand}
|
|
349
354
|
*/
|
|
355
|
+
listDatasetImportJobs(): Promise<ListDatasetImportJobsCommandOutput>;
|
|
350
356
|
listDatasetImportJobs(args: ListDatasetImportJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListDatasetImportJobsCommandOutput>;
|
|
351
357
|
listDatasetImportJobs(args: ListDatasetImportJobsCommandInput, cb: (err: any, data?: ListDatasetImportJobsCommandOutput) => void): void;
|
|
352
358
|
listDatasetImportJobs(args: ListDatasetImportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDatasetImportJobsCommandOutput) => void): void;
|
|
353
359
|
/**
|
|
354
360
|
* @see {@link ListDatasetsCommand}
|
|
355
361
|
*/
|
|
362
|
+
listDatasets(): Promise<ListDatasetsCommandOutput>;
|
|
356
363
|
listDatasets(args: ListDatasetsCommandInput, options?: __HttpHandlerOptions): Promise<ListDatasetsCommandOutput>;
|
|
357
364
|
listDatasets(args: ListDatasetsCommandInput, cb: (err: any, data?: ListDatasetsCommandOutput) => void): void;
|
|
358
365
|
listDatasets(args: ListDatasetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDatasetsCommandOutput) => void): void;
|
|
359
366
|
/**
|
|
360
367
|
* @see {@link ListEventTrackersCommand}
|
|
361
368
|
*/
|
|
369
|
+
listEventTrackers(): Promise<ListEventTrackersCommandOutput>;
|
|
362
370
|
listEventTrackers(args: ListEventTrackersCommandInput, options?: __HttpHandlerOptions): Promise<ListEventTrackersCommandOutput>;
|
|
363
371
|
listEventTrackers(args: ListEventTrackersCommandInput, cb: (err: any, data?: ListEventTrackersCommandOutput) => void): void;
|
|
364
372
|
listEventTrackers(args: ListEventTrackersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEventTrackersCommandOutput) => void): void;
|
|
365
373
|
/**
|
|
366
374
|
* @see {@link ListFiltersCommand}
|
|
367
375
|
*/
|
|
376
|
+
listFilters(): Promise<ListFiltersCommandOutput>;
|
|
368
377
|
listFilters(args: ListFiltersCommandInput, options?: __HttpHandlerOptions): Promise<ListFiltersCommandOutput>;
|
|
369
378
|
listFilters(args: ListFiltersCommandInput, cb: (err: any, data?: ListFiltersCommandOutput) => void): void;
|
|
370
379
|
listFilters(args: ListFiltersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFiltersCommandOutput) => void): void;
|
|
371
380
|
/**
|
|
372
381
|
* @see {@link ListMetricAttributionMetricsCommand}
|
|
373
382
|
*/
|
|
383
|
+
listMetricAttributionMetrics(): Promise<ListMetricAttributionMetricsCommandOutput>;
|
|
374
384
|
listMetricAttributionMetrics(args: ListMetricAttributionMetricsCommandInput, options?: __HttpHandlerOptions): Promise<ListMetricAttributionMetricsCommandOutput>;
|
|
375
385
|
listMetricAttributionMetrics(args: ListMetricAttributionMetricsCommandInput, cb: (err: any, data?: ListMetricAttributionMetricsCommandOutput) => void): void;
|
|
376
386
|
listMetricAttributionMetrics(args: ListMetricAttributionMetricsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMetricAttributionMetricsCommandOutput) => void): void;
|
|
377
387
|
/**
|
|
378
388
|
* @see {@link ListMetricAttributionsCommand}
|
|
379
389
|
*/
|
|
390
|
+
listMetricAttributions(): Promise<ListMetricAttributionsCommandOutput>;
|
|
380
391
|
listMetricAttributions(args: ListMetricAttributionsCommandInput, options?: __HttpHandlerOptions): Promise<ListMetricAttributionsCommandOutput>;
|
|
381
392
|
listMetricAttributions(args: ListMetricAttributionsCommandInput, cb: (err: any, data?: ListMetricAttributionsCommandOutput) => void): void;
|
|
382
393
|
listMetricAttributions(args: ListMetricAttributionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMetricAttributionsCommandOutput) => void): void;
|
|
383
394
|
/**
|
|
384
395
|
* @see {@link ListRecipesCommand}
|
|
385
396
|
*/
|
|
397
|
+
listRecipes(): Promise<ListRecipesCommandOutput>;
|
|
386
398
|
listRecipes(args: ListRecipesCommandInput, options?: __HttpHandlerOptions): Promise<ListRecipesCommandOutput>;
|
|
387
399
|
listRecipes(args: ListRecipesCommandInput, cb: (err: any, data?: ListRecipesCommandOutput) => void): void;
|
|
388
400
|
listRecipes(args: ListRecipesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRecipesCommandOutput) => void): void;
|
|
389
401
|
/**
|
|
390
402
|
* @see {@link ListRecommendersCommand}
|
|
391
403
|
*/
|
|
404
|
+
listRecommenders(): Promise<ListRecommendersCommandOutput>;
|
|
392
405
|
listRecommenders(args: ListRecommendersCommandInput, options?: __HttpHandlerOptions): Promise<ListRecommendersCommandOutput>;
|
|
393
406
|
listRecommenders(args: ListRecommendersCommandInput, cb: (err: any, data?: ListRecommendersCommandOutput) => void): void;
|
|
394
407
|
listRecommenders(args: ListRecommendersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRecommendersCommandOutput) => void): void;
|
|
395
408
|
/**
|
|
396
409
|
* @see {@link ListSchemasCommand}
|
|
397
410
|
*/
|
|
411
|
+
listSchemas(): Promise<ListSchemasCommandOutput>;
|
|
398
412
|
listSchemas(args: ListSchemasCommandInput, options?: __HttpHandlerOptions): Promise<ListSchemasCommandOutput>;
|
|
399
413
|
listSchemas(args: ListSchemasCommandInput, cb: (err: any, data?: ListSchemasCommandOutput) => void): void;
|
|
400
414
|
listSchemas(args: ListSchemasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSchemasCommandOutput) => void): void;
|
|
401
415
|
/**
|
|
402
416
|
* @see {@link ListSolutionsCommand}
|
|
403
417
|
*/
|
|
418
|
+
listSolutions(): Promise<ListSolutionsCommandOutput>;
|
|
404
419
|
listSolutions(args: ListSolutionsCommandInput, options?: __HttpHandlerOptions): Promise<ListSolutionsCommandOutput>;
|
|
405
420
|
listSolutions(args: ListSolutionsCommandInput, cb: (err: any, data?: ListSolutionsCommandOutput) => void): void;
|
|
406
421
|
listSolutions(args: ListSolutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSolutionsCommandOutput) => void): void;
|
|
407
422
|
/**
|
|
408
423
|
* @see {@link ListSolutionVersionsCommand}
|
|
409
424
|
*/
|
|
425
|
+
listSolutionVersions(): Promise<ListSolutionVersionsCommandOutput>;
|
|
410
426
|
listSolutionVersions(args: ListSolutionVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListSolutionVersionsCommandOutput>;
|
|
411
427
|
listSolutionVersions(args: ListSolutionVersionsCommandInput, cb: (err: any, data?: ListSolutionVersionsCommandOutput) => void): void;
|
|
412
428
|
listSolutionVersions(args: ListSolutionVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSolutionVersionsCommandOutput) => void): void;
|
|
@@ -461,6 +477,7 @@ export interface Personalize {
|
|
|
461
477
|
/**
|
|
462
478
|
* @see {@link UpdateMetricAttributionCommand}
|
|
463
479
|
*/
|
|
480
|
+
updateMetricAttribution(): Promise<UpdateMetricAttributionCommandOutput>;
|
|
464
481
|
updateMetricAttribution(args: UpdateMetricAttributionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMetricAttributionCommandOutput>;
|
|
465
482
|
updateMetricAttribution(args: UpdateMetricAttributionCommandInput, cb: (err: any, data?: UpdateMetricAttributionCommandOutput) => void): void;
|
|
466
483
|
updateMetricAttribution(args: UpdateMetricAttributionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMetricAttributionCommandOutput) => void): void;
|
|
@@ -472,9 +489,9 @@ export interface Personalize {
|
|
|
472
489
|
updateRecommender(args: UpdateRecommenderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRecommenderCommandOutput) => void): void;
|
|
473
490
|
}
|
|
474
491
|
/**
|
|
475
|
-
* @public
|
|
476
492
|
* <p>Amazon Personalize is a machine learning service that makes it easy to add individualized
|
|
477
493
|
* recommendations to customers.</p>
|
|
494
|
+
* @public
|
|
478
495
|
*/
|
|
479
496
|
export declare class Personalize extends PersonalizeClient implements Personalize {
|
|
480
497
|
}
|
|
@@ -218,9 +218,9 @@ export type PersonalizeClientResolvedConfigType = __SmithyResolvedConfiguration<
|
|
|
218
218
|
export interface PersonalizeClientResolvedConfig extends PersonalizeClientResolvedConfigType {
|
|
219
219
|
}
|
|
220
220
|
/**
|
|
221
|
-
* @public
|
|
222
221
|
* <p>Amazon Personalize is a machine learning service that makes it easy to add individualized
|
|
223
222
|
* recommendations to customers.</p>
|
|
223
|
+
* @public
|
|
224
224
|
*/
|
|
225
225
|
export declare class PersonalizeClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, PersonalizeClientResolvedConfig> {
|
|
226
226
|
/**
|
|
@@ -22,10 +22,10 @@ export interface CreateBatchInferenceJobCommandOutput extends CreateBatchInferen
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateBatchInferenceJobCommand_base: {
|
|
24
24
|
new (input: CreateBatchInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBatchInferenceJobCommandInput, CreateBatchInferenceJobCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateBatchInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBatchInferenceJobCommandInput, CreateBatchInferenceJobCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Generates batch recommendations based on a list of items or users stored in Amazon S3
|
|
30
30
|
* and exports the recommendations to an Amazon S3 bucket.</p>
|
|
31
31
|
* <p>To generate batch recommendations, specify the ARN of a solution version and an Amazon S3 URI for the input and output data.
|
|
@@ -121,6 +121,7 @@ declare const CreateBatchInferenceJobCommand_base: {
|
|
|
121
121
|
* @throws {@link PersonalizeServiceException}
|
|
122
122
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
123
123
|
*
|
|
124
|
+
* @public
|
|
124
125
|
*/
|
|
125
126
|
export declare class CreateBatchInferenceJobCommand extends CreateBatchInferenceJobCommand_base {
|
|
126
127
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateBatchSegmentJobCommandOutput extends CreateBatchSegmentJo
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateBatchSegmentJobCommand_base: {
|
|
24
24
|
new (input: CreateBatchSegmentJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBatchSegmentJobCommandInput, CreateBatchSegmentJobCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateBatchSegmentJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBatchSegmentJobCommandInput, CreateBatchSegmentJobCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a batch segment job. The operation can handle up to 50 million records and the
|
|
30
30
|
* input file must be in JSON format. For more information, see
|
|
31
31
|
* <a href="https://docs.aws.amazon.com/personalize/latest/dg/recommendations-batch.html">Getting batch recommendations and user segments</a>.</p>
|
|
@@ -95,6 +95,7 @@ declare const CreateBatchSegmentJobCommand_base: {
|
|
|
95
95
|
* @throws {@link PersonalizeServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
97
97
|
*
|
|
98
|
+
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class CreateBatchSegmentJobCommand extends CreateBatchSegmentJobCommand_base {
|
|
100
101
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateCampaignCommandOutput extends CreateCampaignResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateCampaignCommand_base: {
|
|
24
24
|
new (input: CreateCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCampaignCommandInput, CreateCampaignCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCampaignCommandInput, CreateCampaignCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a campaign that deploys a solution version. When a client calls the
|
|
30
30
|
* <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_RS_GetRecommendations.html">GetRecommendations</a>
|
|
31
31
|
* and
|
|
@@ -155,6 +155,7 @@ declare const CreateCampaignCommand_base: {
|
|
|
155
155
|
* @throws {@link PersonalizeServiceException}
|
|
156
156
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
157
157
|
*
|
|
158
|
+
* @public
|
|
158
159
|
*/
|
|
159
160
|
export declare class CreateCampaignCommand extends CreateCampaignCommand_base {
|
|
160
161
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateDatasetCommand_base: {
|
|
24
24
|
new (input: CreateDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDatasetCommandInput, CreateDatasetCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDatasetCommandInput, CreateDatasetCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an empty dataset and adds it to the specified dataset group.
|
|
30
30
|
* Use <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateDatasetImportJob.html">CreateDatasetImportJob</a> to import your training data to a
|
|
31
31
|
* dataset.</p>
|
|
@@ -139,6 +139,7 @@ declare const CreateDatasetCommand_base: {
|
|
|
139
139
|
* @throws {@link PersonalizeServiceException}
|
|
140
140
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
141
141
|
*
|
|
142
|
+
* @public
|
|
142
143
|
*/
|
|
143
144
|
export declare class CreateDatasetCommand extends CreateDatasetCommand_base {
|
|
144
145
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateDatasetExportJobCommandOutput extends CreateDatasetExport
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateDatasetExportJobCommand_base: {
|
|
24
24
|
new (input: CreateDatasetExportJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDatasetExportJobCommandInput, CreateDatasetExportJobCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateDatasetExportJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDatasetExportJobCommandInput, CreateDatasetExportJobCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Creates a job that exports data from your dataset to an Amazon S3 bucket.
|
|
30
30
|
* To allow Amazon Personalize to export the training data, you must specify an
|
|
31
31
|
* service-linked IAM role that gives Amazon Personalize <code>PutObject</code>
|
|
@@ -104,6 +104,7 @@ declare const CreateDatasetExportJobCommand_base: {
|
|
|
104
104
|
* @throws {@link PersonalizeServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
106
106
|
*
|
|
107
|
+
* @public
|
|
107
108
|
*/
|
|
108
109
|
export declare class CreateDatasetExportJobCommand extends CreateDatasetExportJobCommand_base {
|
|
109
110
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateDatasetGroupCommandOutput extends CreateDatasetGroupRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateDatasetGroupCommand_base: {
|
|
24
24
|
new (input: CreateDatasetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDatasetGroupCommandInput, CreateDatasetGroupCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateDatasetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDatasetGroupCommandInput, CreateDatasetGroupCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an empty dataset group. A dataset group is a container for
|
|
30
30
|
* Amazon Personalize resources. A dataset group can contain at most three datasets, one
|
|
31
31
|
* for each type of dataset:</p>
|
|
@@ -161,6 +161,7 @@ declare const CreateDatasetGroupCommand_base: {
|
|
|
161
161
|
* @throws {@link PersonalizeServiceException}
|
|
162
162
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
163
163
|
*
|
|
164
|
+
* @public
|
|
164
165
|
*/
|
|
165
166
|
export declare class CreateDatasetGroupCommand extends CreateDatasetGroupCommand_base {
|
|
166
167
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateDatasetImportJobCommandOutput extends CreateDatasetImport
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateDatasetImportJobCommand_base: {
|
|
24
24
|
new (input: CreateDatasetImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDatasetImportJobCommandInput, CreateDatasetImportJobCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateDatasetImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDatasetImportJobCommandInput, CreateDatasetImportJobCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a job that imports training data from your data source (an
|
|
30
30
|
* Amazon S3 bucket) to an Amazon Personalize dataset. To allow Amazon Personalize to import the
|
|
31
31
|
* training data, you must specify an IAM service role that has permission to
|
|
@@ -133,6 +133,7 @@ declare const CreateDatasetImportJobCommand_base: {
|
|
|
133
133
|
* @throws {@link PersonalizeServiceException}
|
|
134
134
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
135
135
|
*
|
|
136
|
+
* @public
|
|
136
137
|
*/
|
|
137
138
|
export declare class CreateDatasetImportJobCommand extends CreateDatasetImportJobCommand_base {
|
|
138
139
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateEventTrackerCommandOutput extends CreateEventTrackerRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateEventTrackerCommand_base: {
|
|
24
24
|
new (input: CreateEventTrackerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEventTrackerCommandInput, CreateEventTrackerCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateEventTrackerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEventTrackerCommandInput, CreateEventTrackerCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an event tracker that you use when adding event data to a specified dataset
|
|
30
30
|
* group using the
|
|
31
31
|
* <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_UBS_PutEvents.html">PutEvents</a> API.</p>
|
|
@@ -124,6 +124,7 @@ declare const CreateEventTrackerCommand_base: {
|
|
|
124
124
|
* @throws {@link PersonalizeServiceException}
|
|
125
125
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
126
126
|
*
|
|
127
|
+
* @public
|
|
127
128
|
*/
|
|
128
129
|
export declare class CreateEventTrackerCommand extends CreateEventTrackerCommand_base {
|
|
129
130
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateFilterCommandOutput extends CreateFilterResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateFilterCommand_base: {
|
|
24
24
|
new (input: CreateFilterCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFilterCommandInput, CreateFilterCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateFilterCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFilterCommandInput, CreateFilterCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a recommendation filter. For more information, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/filter.html">Filtering recommendations and user segments</a>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -76,6 +76,7 @@ declare const CreateFilterCommand_base: {
|
|
|
76
76
|
* @throws {@link PersonalizeServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class CreateFilterCommand extends CreateFilterCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateMetricAttributionCommandOutput extends CreateMetricAttrib
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateMetricAttributionCommand_base: {
|
|
24
24
|
new (input: CreateMetricAttributionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMetricAttributionCommandInput, CreateMetricAttributionCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateMetricAttributionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMetricAttributionCommandInput, CreateMetricAttributionCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a metric attribution.
|
|
30
30
|
* A metric attribution creates reports on the data that you import into Amazon Personalize. Depending on how you imported the data, you can view reports in Amazon CloudWatch or Amazon S3.
|
|
31
31
|
* For more information, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/measuring-recommendation-impact.html">Measuring impact of recommendations</a>.</p>
|
|
@@ -85,6 +85,7 @@ declare const CreateMetricAttributionCommand_base: {
|
|
|
85
85
|
* @throws {@link PersonalizeServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
87
87
|
*
|
|
88
|
+
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class CreateMetricAttributionCommand extends CreateMetricAttributionCommand_base {
|
|
90
91
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateRecommenderCommandOutput extends CreateRecommenderRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateRecommenderCommand_base: {
|
|
24
24
|
new (input: CreateRecommenderCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRecommenderCommandInput, CreateRecommenderCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateRecommenderCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRecommenderCommandInput, CreateRecommenderCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a recommender with the recipe (a Domain dataset group use case) you specify.
|
|
30
30
|
* You create recommenders for a Domain dataset group and specify the recommender's Amazon Resource Name (ARN) when you make a
|
|
31
31
|
* <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_RS_GetRecommendations.html">GetRecommendations</a>
|
|
@@ -170,6 +170,7 @@ declare const CreateRecommenderCommand_base: {
|
|
|
170
170
|
* @throws {@link PersonalizeServiceException}
|
|
171
171
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
172
172
|
*
|
|
173
|
+
* @public
|
|
173
174
|
*/
|
|
174
175
|
export declare class CreateRecommenderCommand extends CreateRecommenderCommand_base {
|
|
175
176
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateSchemaCommand_base: {
|
|
24
24
|
new (input: CreateSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSchemaCommandInput, CreateSchemaCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSchemaCommandInput, CreateSchemaCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an Amazon Personalize schema from the specified schema string. The schema you create
|
|
30
30
|
* must be in Avro JSON format.</p>
|
|
31
31
|
* <p>Amazon Personalize recognizes three schema variants. Each schema is associated with a dataset
|
|
@@ -89,6 +89,7 @@ declare const CreateSchemaCommand_base: {
|
|
|
89
89
|
* @throws {@link PersonalizeServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
91
91
|
*
|
|
92
|
+
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class CreateSchemaCommand extends CreateSchemaCommand_base {
|
|
94
95
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateSolutionCommandOutput extends CreateSolutionResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateSolutionCommand_base: {
|
|
24
24
|
new (input: CreateSolutionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSolutionCommandInput, CreateSolutionCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateSolutionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSolutionCommandInput, CreateSolutionCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates the configuration for training a model. A trained model is known as
|
|
30
30
|
* a solution version. After the configuration is created, you train the model (create a solution version)
|
|
31
31
|
* by calling the <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateSolutionVersion.html">CreateSolutionVersion</a> operation. Every time you call
|
|
@@ -210,6 +210,7 @@ declare const CreateSolutionCommand_base: {
|
|
|
210
210
|
* @throws {@link PersonalizeServiceException}
|
|
211
211
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
212
212
|
*
|
|
213
|
+
* @public
|
|
213
214
|
*/
|
|
214
215
|
export declare class CreateSolutionCommand extends CreateSolutionCommand_base {
|
|
215
216
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateSolutionVersionCommandOutput extends CreateSolutionVersio
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateSolutionVersionCommand_base: {
|
|
24
24
|
new (input: CreateSolutionVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSolutionVersionCommandInput, CreateSolutionVersionCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateSolutionVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSolutionVersionCommandInput, CreateSolutionVersionCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Trains or retrains an active solution in a Custom dataset group. A solution is created using the <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateSolution.html">CreateSolution</a>
|
|
30
30
|
* operation and must be in the ACTIVE state before calling
|
|
31
31
|
* <code>CreateSolutionVersion</code>. A new version of the solution is created every time you
|
|
@@ -145,6 +145,7 @@ declare const CreateSolutionVersionCommand_base: {
|
|
|
145
145
|
* @throws {@link PersonalizeServiceException}
|
|
146
146
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
147
147
|
*
|
|
148
|
+
* @public
|
|
148
149
|
*/
|
|
149
150
|
export declare class CreateSolutionVersionCommand extends CreateSolutionVersionCommand_base {
|
|
150
151
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteCampaignCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteCampaignCommand_base: {
|
|
24
24
|
new (input: DeleteCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCampaignCommandInput, DeleteCampaignCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCampaignCommandInput, DeleteCampaignCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes a campaign by deleting the solution deployment. The solution that
|
|
30
30
|
* the campaign is based on is not deleted and can be redeployed when needed. A deleted campaign can no
|
|
31
31
|
* longer be specified in a
|
|
@@ -65,6 +65,7 @@ declare const DeleteCampaignCommand_base: {
|
|
|
65
65
|
* @throws {@link PersonalizeServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
67
67
|
*
|
|
68
|
+
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class DeleteCampaignCommand extends DeleteCampaignCommand_base {
|
|
70
71
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteDatasetCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteDatasetCommand_base: {
|
|
24
24
|
new (input: DeleteDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a dataset. You can't delete a dataset if an associated
|
|
30
30
|
* <code>DatasetImportJob</code> or <code>SolutionVersion</code> is in the
|
|
31
31
|
* CREATE PENDING or IN PROGRESS state. For more information on datasets, see
|
|
@@ -63,6 +63,7 @@ declare const DeleteDatasetCommand_base: {
|
|
|
63
63
|
* @throws {@link PersonalizeServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
65
65
|
*
|
|
66
|
+
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class DeleteDatasetCommand extends DeleteDatasetCommand_base {
|
|
68
69
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteDatasetGroupCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteDatasetGroupCommand_base: {
|
|
24
24
|
new (input: DeleteDatasetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDatasetGroupCommandInput, DeleteDatasetGroupCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteDatasetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDatasetGroupCommandInput, DeleteDatasetGroupCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a dataset group. Before you delete a dataset group, you must
|
|
30
30
|
* delete the following:</p>
|
|
31
31
|
* <ul>
|
|
@@ -72,6 +72,7 @@ declare const DeleteDatasetGroupCommand_base: {
|
|
|
72
72
|
* @throws {@link PersonalizeServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DeleteDatasetGroupCommand extends DeleteDatasetGroupCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteEventTrackerCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteEventTrackerCommand_base: {
|
|
24
24
|
new (input: DeleteEventTrackerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventTrackerCommandInput, DeleteEventTrackerCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteEventTrackerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventTrackerCommandInput, DeleteEventTrackerCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the event tracker. Does not delete the dataset from
|
|
30
30
|
* the dataset group. For more
|
|
31
31
|
* information on event trackers, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateEventTracker.html">CreateEventTracker</a>.</p>
|
|
@@ -62,6 +62,7 @@ declare const DeleteEventTrackerCommand_base: {
|
|
|
62
62
|
* @throws {@link PersonalizeServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
64
64
|
*
|
|
65
|
+
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class DeleteEventTrackerCommand extends DeleteEventTrackerCommand_base {
|
|
67
68
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteFilterCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteFilterCommand_base: {
|
|
24
24
|
new (input: DeleteFilterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFilterCommandInput, DeleteFilterCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteFilterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFilterCommandInput, DeleteFilterCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a filter.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -60,6 +60,7 @@ declare const DeleteFilterCommand_base: {
|
|
|
60
60
|
* @throws {@link PersonalizeServiceException}
|
|
61
61
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
62
62
|
*
|
|
63
|
+
* @public
|
|
63
64
|
*/
|
|
64
65
|
export declare class DeleteFilterCommand extends DeleteFilterCommand_base {
|
|
65
66
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteMetricAttributionCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteMetricAttributionCommand_base: {
|
|
24
24
|
new (input: DeleteMetricAttributionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMetricAttributionCommandInput, DeleteMetricAttributionCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteMetricAttributionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMetricAttributionCommandInput, DeleteMetricAttributionCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a metric attribution.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -60,6 +60,7 @@ declare const DeleteMetricAttributionCommand_base: {
|
|
|
60
60
|
* @throws {@link PersonalizeServiceException}
|
|
61
61
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
62
62
|
*
|
|
63
|
+
* @public
|
|
63
64
|
*/
|
|
64
65
|
export declare class DeleteMetricAttributionCommand extends DeleteMetricAttributionCommand_base {
|
|
65
66
|
}
|