@aws-sdk/client-personalize 3.168.0 → 3.170.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Personalize.d.ts +1084 -305
- package/dist-types/ts3.4/PersonalizeClient.d.ts +489 -133
- package/dist-types/ts3.4/commands/CreateBatchInferenceJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateBatchSegmentJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDatasetExportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateEventTrackerCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateRecommenderCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateSolutionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateSolutionVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteEventTrackerCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRecommenderCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteSolutionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeBatchInferenceJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeBatchSegmentJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeDatasetExportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEventTrackerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFeatureTransformationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFilterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeRecommenderCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeSolutionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeSolutionVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSolutionMetricsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListBatchInferenceJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBatchSegmentJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDatasetExportJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListEventTrackersCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListRecommendersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListSolutionVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSolutionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartRecommenderCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopRecommenderCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopSolutionVersionCreationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateRecommenderCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/index.d.ts +60 -60
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/PersonalizeServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2051 -1896
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListBatchInferenceJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBatchSegmentJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCampaignsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetExportJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetImportJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEventTrackersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFiltersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecipesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecommendersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSchemasPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSolutionVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSolutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +15 -15
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +725 -182
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { Personalize } from "../Personalize";
|
|
3
|
-
import { PersonalizeClient } from "../PersonalizeClient";
|
|
4
|
-
export interface PersonalizePaginationConfiguration
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { Personalize } from "../Personalize";
|
|
3
|
+
import { PersonalizeClient } from "../PersonalizeClient";
|
|
4
|
+
export interface PersonalizePaginationConfiguration
|
|
5
|
+
extends PaginationConfiguration {
|
|
6
|
+
client: Personalize | PersonalizeClient;
|
|
7
|
+
}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListBatchInferenceJobsCommandInput,
|
|
4
|
+
ListBatchInferenceJobsCommandOutput,
|
|
5
|
+
} from "../commands/ListBatchInferenceJobsCommand";
|
|
6
|
+
import { PersonalizePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListBatchInferenceJobs(
|
|
8
|
+
config: PersonalizePaginationConfiguration,
|
|
9
|
+
input: ListBatchInferenceJobsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListBatchInferenceJobsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListBatchSegmentJobsCommandInput,
|
|
4
|
+
ListBatchSegmentJobsCommandOutput,
|
|
5
|
+
} from "../commands/ListBatchSegmentJobsCommand";
|
|
6
|
+
import { PersonalizePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListBatchSegmentJobs(
|
|
8
|
+
config: PersonalizePaginationConfiguration,
|
|
9
|
+
input: ListBatchSegmentJobsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListBatchSegmentJobsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListCampaignsCommandInput,
|
|
4
|
+
ListCampaignsCommandOutput,
|
|
5
|
+
} from "../commands/ListCampaignsCommand";
|
|
6
|
+
import { PersonalizePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListCampaigns(
|
|
8
|
+
config: PersonalizePaginationConfiguration,
|
|
9
|
+
input: ListCampaignsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListCampaignsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDatasetExportJobsCommandInput,
|
|
4
|
+
ListDatasetExportJobsCommandOutput,
|
|
5
|
+
} from "../commands/ListDatasetExportJobsCommand";
|
|
6
|
+
import { PersonalizePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListDatasetExportJobs(
|
|
8
|
+
config: PersonalizePaginationConfiguration,
|
|
9
|
+
input: ListDatasetExportJobsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListDatasetExportJobsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDatasetGroupsCommandInput,
|
|
4
|
+
ListDatasetGroupsCommandOutput,
|
|
5
|
+
} from "../commands/ListDatasetGroupsCommand";
|
|
6
|
+
import { PersonalizePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListDatasetGroups(
|
|
8
|
+
config: PersonalizePaginationConfiguration,
|
|
9
|
+
input: ListDatasetGroupsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListDatasetGroupsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDatasetImportJobsCommandInput,
|
|
4
|
+
ListDatasetImportJobsCommandOutput,
|
|
5
|
+
} from "../commands/ListDatasetImportJobsCommand";
|
|
6
|
+
import { PersonalizePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListDatasetImportJobs(
|
|
8
|
+
config: PersonalizePaginationConfiguration,
|
|
9
|
+
input: ListDatasetImportJobsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListDatasetImportJobsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDatasetsCommandInput,
|
|
4
|
+
ListDatasetsCommandOutput,
|
|
5
|
+
} from "../commands/ListDatasetsCommand";
|
|
6
|
+
import { PersonalizePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListDatasets(
|
|
8
|
+
config: PersonalizePaginationConfiguration,
|
|
9
|
+
input: ListDatasetsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListDatasetsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListEventTrackersCommandInput,
|
|
4
|
+
ListEventTrackersCommandOutput,
|
|
5
|
+
} from "../commands/ListEventTrackersCommand";
|
|
6
|
+
import { PersonalizePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListEventTrackers(
|
|
8
|
+
config: PersonalizePaginationConfiguration,
|
|
9
|
+
input: ListEventTrackersCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListEventTrackersCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListFiltersCommandInput,
|
|
4
|
+
ListFiltersCommandOutput,
|
|
5
|
+
} from "../commands/ListFiltersCommand";
|
|
6
|
+
import { PersonalizePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListFilters(
|
|
8
|
+
config: PersonalizePaginationConfiguration,
|
|
9
|
+
input: ListFiltersCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListFiltersCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListRecipesCommandInput,
|
|
4
|
+
ListRecipesCommandOutput,
|
|
5
|
+
} from "../commands/ListRecipesCommand";
|
|
6
|
+
import { PersonalizePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListRecipes(
|
|
8
|
+
config: PersonalizePaginationConfiguration,
|
|
9
|
+
input: ListRecipesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListRecipesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListRecommendersCommandInput,
|
|
4
|
+
ListRecommendersCommandOutput,
|
|
5
|
+
} from "../commands/ListRecommendersCommand";
|
|
6
|
+
import { PersonalizePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListRecommenders(
|
|
8
|
+
config: PersonalizePaginationConfiguration,
|
|
9
|
+
input: ListRecommendersCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListRecommendersCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListSchemasCommandInput,
|
|
4
|
+
ListSchemasCommandOutput,
|
|
5
|
+
} from "../commands/ListSchemasCommand";
|
|
6
|
+
import { PersonalizePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListSchemas(
|
|
8
|
+
config: PersonalizePaginationConfiguration,
|
|
9
|
+
input: ListSchemasCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListSchemasCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListSolutionVersionsCommandInput,
|
|
4
|
+
ListSolutionVersionsCommandOutput,
|
|
5
|
+
} from "../commands/ListSolutionVersionsCommand";
|
|
6
|
+
import { PersonalizePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListSolutionVersions(
|
|
8
|
+
config: PersonalizePaginationConfiguration,
|
|
9
|
+
input: ListSolutionVersionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListSolutionVersionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListSolutionsCommandInput,
|
|
4
|
+
ListSolutionsCommandOutput,
|
|
5
|
+
} from "../commands/ListSolutionsCommand";
|
|
6
|
+
import { PersonalizePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListSolutions(
|
|
8
|
+
config: PersonalizePaginationConfiguration,
|
|
9
|
+
input: ListSolutionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListSolutionsCommandOutput>;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export * from "./Interfaces";
|
|
2
|
-
export * from "./ListBatchInferenceJobsPaginator";
|
|
3
|
-
export * from "./ListBatchSegmentJobsPaginator";
|
|
4
|
-
export * from "./ListCampaignsPaginator";
|
|
5
|
-
export * from "./ListDatasetExportJobsPaginator";
|
|
6
|
-
export * from "./ListDatasetGroupsPaginator";
|
|
7
|
-
export * from "./ListDatasetImportJobsPaginator";
|
|
8
|
-
export * from "./ListDatasetsPaginator";
|
|
9
|
-
export * from "./ListEventTrackersPaginator";
|
|
10
|
-
export * from "./ListFiltersPaginator";
|
|
11
|
-
export * from "./ListRecipesPaginator";
|
|
12
|
-
export * from "./ListRecommendersPaginator";
|
|
13
|
-
export * from "./ListSchemasPaginator";
|
|
14
|
-
export * from "./ListSolutionVersionsPaginator";
|
|
15
|
-
export * from "./ListSolutionsPaginator";
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListBatchInferenceJobsPaginator";
|
|
3
|
+
export * from "./ListBatchSegmentJobsPaginator";
|
|
4
|
+
export * from "./ListCampaignsPaginator";
|
|
5
|
+
export * from "./ListDatasetExportJobsPaginator";
|
|
6
|
+
export * from "./ListDatasetGroupsPaginator";
|
|
7
|
+
export * from "./ListDatasetImportJobsPaginator";
|
|
8
|
+
export * from "./ListDatasetsPaginator";
|
|
9
|
+
export * from "./ListEventTrackersPaginator";
|
|
10
|
+
export * from "./ListFiltersPaginator";
|
|
11
|
+
export * from "./ListRecipesPaginator";
|
|
12
|
+
export * from "./ListRecommendersPaginator";
|
|
13
|
+
export * from "./ListSchemasPaginator";
|
|
14
|
+
export * from "./ListSolutionVersionsPaginator";
|
|
15
|
+
export * from "./ListSolutionsPaginator";
|