@aws-sdk/client-personalize 3.296.0 → 3.297.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-types/Personalize.d.ts +67 -0
- package/dist-types/PersonalizeClient.d.ts +24 -4
- package/dist-types/commands/CreateBatchInferenceJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateBatchSegmentJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateCampaignCommand.d.ts +16 -0
- package/dist-types/commands/CreateDatasetCommand.d.ts +16 -0
- package/dist-types/commands/CreateDatasetExportJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateEventTrackerCommand.d.ts +16 -0
- package/dist-types/commands/CreateFilterCommand.d.ts +16 -0
- package/dist-types/commands/CreateMetricAttributionCommand.d.ts +16 -0
- package/dist-types/commands/CreateRecommenderCommand.d.ts +16 -0
- package/dist-types/commands/CreateSchemaCommand.d.ts +16 -0
- package/dist-types/commands/CreateSolutionCommand.d.ts +16 -0
- package/dist-types/commands/CreateSolutionVersionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCampaignCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDatasetCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEventTrackerCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFilterCommand.d.ts +16 -0
- package/dist-types/commands/DeleteMetricAttributionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRecommenderCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSchemaCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSolutionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +16 -0
- package/dist-types/commands/DescribeBatchInferenceJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeBatchSegmentJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCampaignCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDatasetCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDatasetExportJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEventTrackerCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFeatureTransformationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFilterCommand.d.ts +16 -0
- package/dist-types/commands/DescribeMetricAttributionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeRecipeCommand.d.ts +16 -0
- package/dist-types/commands/DescribeRecommenderCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSchemaCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSolutionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSolutionVersionCommand.d.ts +16 -0
- package/dist-types/commands/GetSolutionMetricsCommand.d.ts +16 -0
- package/dist-types/commands/ListBatchInferenceJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListBatchSegmentJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListCampaignsCommand.d.ts +16 -0
- package/dist-types/commands/ListDatasetExportJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListDatasetGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListDatasetsCommand.d.ts +16 -0
- package/dist-types/commands/ListEventTrackersCommand.d.ts +16 -0
- package/dist-types/commands/ListFiltersCommand.d.ts +16 -0
- package/dist-types/commands/ListMetricAttributionMetricsCommand.d.ts +16 -0
- package/dist-types/commands/ListMetricAttributionsCommand.d.ts +16 -0
- package/dist-types/commands/ListRecipesCommand.d.ts +16 -0
- package/dist-types/commands/ListRecommendersCommand.d.ts +16 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +16 -0
- package/dist-types/commands/ListSolutionVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListSolutionsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/StartRecommenderCommand.d.ts +16 -0
- package/dist-types/commands/StopRecommenderCommand.d.ts +16 -0
- package/dist-types/commands/StopSolutionVersionCreationCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCampaignCommand.d.ts +16 -0
- package/dist-types/commands/UpdateMetricAttributionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRecommenderCommand.d.ts +16 -0
- package/dist-types/models/PersonalizeServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +456 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListBatchInferenceJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBatchSegmentJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCampaignsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDatasetExportJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDatasetGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDatasetImportJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDatasetsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListEventTrackersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFiltersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMetricAttributionMetricsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMetricAttributionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRecipesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRecommendersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSchemasPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSolutionVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSolutionsPaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListBatchInferenceJobsCommandInput, ListBatchInferenceJobsCommandOutput } from "../commands/ListBatchInferenceJobsCommand";
|
|
3
3
|
import { PersonalizePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListBatchInferenceJobs(config: PersonalizePaginationConfiguration, input: ListBatchInferenceJobsCommandInput, ...additionalArguments: any): Paginator<ListBatchInferenceJobsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListBatchSegmentJobsCommandInput, ListBatchSegmentJobsCommandOutput } from "../commands/ListBatchSegmentJobsCommand";
|
|
3
3
|
import { PersonalizePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListBatchSegmentJobs(config: PersonalizePaginationConfiguration, input: ListBatchSegmentJobsCommandInput, ...additionalArguments: any): Paginator<ListBatchSegmentJobsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListCampaignsCommandInput, ListCampaignsCommandOutput } from "../commands/ListCampaignsCommand";
|
|
3
3
|
import { PersonalizePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListCampaigns(config: PersonalizePaginationConfiguration, input: ListCampaignsCommandInput, ...additionalArguments: any): Paginator<ListCampaignsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListDatasetExportJobsCommandInput, ListDatasetExportJobsCommandOutput } from "../commands/ListDatasetExportJobsCommand";
|
|
3
3
|
import { PersonalizePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListDatasetExportJobs(config: PersonalizePaginationConfiguration, input: ListDatasetExportJobsCommandInput, ...additionalArguments: any): Paginator<ListDatasetExportJobsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput } from "../commands/ListDatasetGroupsCommand";
|
|
3
3
|
import { PersonalizePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListDatasetGroups(config: PersonalizePaginationConfiguration, input: ListDatasetGroupsCommandInput, ...additionalArguments: any): Paginator<ListDatasetGroupsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListDatasetImportJobsCommandInput, ListDatasetImportJobsCommandOutput } from "../commands/ListDatasetImportJobsCommand";
|
|
3
3
|
import { PersonalizePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListDatasetImportJobs(config: PersonalizePaginationConfiguration, input: ListDatasetImportJobsCommandInput, ...additionalArguments: any): Paginator<ListDatasetImportJobsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListDatasetsCommandInput, ListDatasetsCommandOutput } from "../commands/ListDatasetsCommand";
|
|
3
3
|
import { PersonalizePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListDatasets(config: PersonalizePaginationConfiguration, input: ListDatasetsCommandInput, ...additionalArguments: any): Paginator<ListDatasetsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListEventTrackersCommandInput, ListEventTrackersCommandOutput } from "../commands/ListEventTrackersCommand";
|
|
3
3
|
import { PersonalizePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListEventTrackers(config: PersonalizePaginationConfiguration, input: ListEventTrackersCommandInput, ...additionalArguments: any): Paginator<ListEventTrackersCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListFiltersCommandInput, ListFiltersCommandOutput } from "../commands/ListFiltersCommand";
|
|
3
3
|
import { PersonalizePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListFilters(config: PersonalizePaginationConfiguration, input: ListFiltersCommandInput, ...additionalArguments: any): Paginator<ListFiltersCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListMetricAttributionMetricsCommandInput, ListMetricAttributionMetricsCommandOutput } from "../commands/ListMetricAttributionMetricsCommand";
|
|
3
3
|
import { PersonalizePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListMetricAttributionMetrics(config: PersonalizePaginationConfiguration, input: ListMetricAttributionMetricsCommandInput, ...additionalArguments: any): Paginator<ListMetricAttributionMetricsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListMetricAttributionsCommandInput, ListMetricAttributionsCommandOutput } from "../commands/ListMetricAttributionsCommand";
|
|
3
3
|
import { PersonalizePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListMetricAttributions(config: PersonalizePaginationConfiguration, input: ListMetricAttributionsCommandInput, ...additionalArguments: any): Paginator<ListMetricAttributionsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListRecipesCommandInput, ListRecipesCommandOutput } from "../commands/ListRecipesCommand";
|
|
3
3
|
import { PersonalizePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListRecipes(config: PersonalizePaginationConfiguration, input: ListRecipesCommandInput, ...additionalArguments: any): Paginator<ListRecipesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListRecommendersCommandInput, ListRecommendersCommandOutput } from "../commands/ListRecommendersCommand";
|
|
3
3
|
import { PersonalizePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListRecommenders(config: PersonalizePaginationConfiguration, input: ListRecommendersCommandInput, ...additionalArguments: any): Paginator<ListRecommendersCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListSchemasCommandInput, ListSchemasCommandOutput } from "../commands/ListSchemasCommand";
|
|
3
3
|
import { PersonalizePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListSchemas(config: PersonalizePaginationConfiguration, input: ListSchemasCommandInput, ...additionalArguments: any): Paginator<ListSchemasCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListSolutionVersionsCommandInput, ListSolutionVersionsCommandOutput } from "../commands/ListSolutionVersionsCommand";
|
|
3
3
|
import { PersonalizePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListSolutionVersions(config: PersonalizePaginationConfiguration, input: ListSolutionVersionsCommandInput, ...additionalArguments: any): Paginator<ListSolutionVersionsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListSolutionsCommandInput, ListSolutionsCommandOutput } from "../commands/ListSolutionsCommand";
|
|
3
3
|
import { PersonalizePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListSolutions(config: PersonalizePaginationConfiguration, input: ListSolutionsCommandInput, ...additionalArguments: any): Paginator<ListSolutionsCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-personalize",
|
|
3
3
|
"description": "AWS SDK for JavaScript Personalize Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.297.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.297.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.297.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.296.0",
|