@aws-sdk/client-personalize 3.36.0 → 3.39.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 +42 -0
- package/dist-cjs/Personalize.js +0 -4
- package/dist-cjs/PersonalizeClient.js +0 -9
- package/dist-cjs/commands/CreateBatchInferenceJobCommand.js +0 -25
- package/dist-cjs/commands/CreateCampaignCommand.js +0 -94
- package/dist-cjs/commands/CreateDatasetCommand.js +0 -74
- package/dist-cjs/commands/CreateDatasetExportJobCommand.js +0 -45
- package/dist-cjs/commands/CreateDatasetGroupCommand.js +0 -99
- package/dist-cjs/commands/CreateDatasetImportJobCommand.js +0 -65
- package/dist-cjs/commands/CreateEventTrackerCommand.js +0 -69
- package/dist-cjs/commands/CreateFilterCommand.js +0 -24
- package/dist-cjs/commands/CreateSchemaCommand.js +0 -49
- package/dist-cjs/commands/CreateSolutionCommand.js +0 -96
- package/dist-cjs/commands/CreateSolutionVersionCommand.js +0 -91
- package/dist-cjs/commands/DeleteCampaignCommand.js +0 -29
- package/dist-cjs/commands/DeleteDatasetCommand.js +0 -26
- package/dist-cjs/commands/DeleteDatasetGroupCommand.js +0 -36
- package/dist-cjs/commands/DeleteEventTrackerCommand.js +0 -26
- package/dist-cjs/commands/DeleteFilterCommand.js +0 -24
- package/dist-cjs/commands/DeleteSchemaCommand.js +0 -26
- package/dist-cjs/commands/DeleteSolutionCommand.js +0 -30
- package/dist-cjs/commands/DescribeAlgorithmCommand.js +0 -24
- package/dist-cjs/commands/DescribeBatchInferenceJobCommand.js +0 -26
- package/dist-cjs/commands/DescribeCampaignCommand.js +0 -36
- package/dist-cjs/commands/DescribeDatasetCommand.js +0 -24
- package/dist-cjs/commands/DescribeDatasetExportJobCommand.js +0 -25
- package/dist-cjs/commands/DescribeDatasetGroupCommand.js +0 -24
- package/dist-cjs/commands/DescribeDatasetImportJobCommand.js +0 -25
- package/dist-cjs/commands/DescribeEventTrackerCommand.js +0 -26
- package/dist-cjs/commands/DescribeFeatureTransformationCommand.js +0 -24
- package/dist-cjs/commands/DescribeFilterCommand.js +0 -24
- package/dist-cjs/commands/DescribeRecipeCommand.js +0 -42
- package/dist-cjs/commands/DescribeSchemaCommand.js +0 -25
- package/dist-cjs/commands/DescribeSolutionCommand.js +0 -25
- package/dist-cjs/commands/DescribeSolutionVersionCommand.js +0 -24
- package/dist-cjs/commands/GetSolutionMetricsCommand.js +0 -24
- package/dist-cjs/commands/ListBatchInferenceJobsCommand.js +0 -25
- package/dist-cjs/commands/ListCampaignsCommand.js +0 -27
- package/dist-cjs/commands/ListDatasetExportJobsCommand.js +0 -28
- package/dist-cjs/commands/ListDatasetGroupsCommand.js +0 -26
- package/dist-cjs/commands/ListDatasetImportJobsCommand.js +0 -28
- package/dist-cjs/commands/ListDatasetsCommand.js +0 -26
- package/dist-cjs/commands/ListEventTrackersCommand.js +0 -27
- package/dist-cjs/commands/ListFiltersCommand.js +0 -24
- package/dist-cjs/commands/ListRecipesCommand.js +0 -25
- package/dist-cjs/commands/ListSchemasCommand.js +0 -26
- package/dist-cjs/commands/ListSolutionVersionsCommand.js +0 -27
- package/dist-cjs/commands/ListSolutionsCommand.js +0 -27
- package/dist-cjs/commands/StopSolutionVersionCreationCommand.js +0 -37
- package/dist-cjs/commands/UpdateCampaignCommand.js +0 -32
- package/dist-cjs/commands/index.js +50 -0
- package/dist-cjs/endpoints.js +6 -1
- package/dist-cjs/index.js +4 -62
- package/dist-cjs/models/models_0.js +0 -429
- package/dist-cjs/pagination/ListBatchInferenceJobsPaginator.js +0 -10
- package/dist-cjs/pagination/ListCampaignsPaginator.js +0 -10
- package/dist-cjs/pagination/ListDatasetExportJobsPaginator.js +0 -10
- package/dist-cjs/pagination/ListDatasetGroupsPaginator.js +0 -10
- package/dist-cjs/pagination/ListDatasetImportJobsPaginator.js +0 -10
- package/dist-cjs/pagination/ListDatasetsPaginator.js +0 -10
- package/dist-cjs/pagination/ListEventTrackersPaginator.js +0 -10
- package/dist-cjs/pagination/ListFiltersPaginator.js +0 -10
- package/dist-cjs/pagination/ListRecipesPaginator.js +0 -10
- package/dist-cjs/pagination/ListSchemasPaginator.js +0 -10
- package/dist-cjs/pagination/ListSolutionVersionsPaginator.js +0 -10
- package/dist-cjs/pagination/ListSolutionsPaginator.js +0 -10
- package/dist-cjs/pagination/index.js +16 -0
- package/dist-cjs/protocols/Aws_json1_1.js +0 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-es/commands/index.js +47 -0
- package/dist-es/endpoints.js +6 -1
- package/dist-es/index.js +4 -62
- package/dist-es/pagination/index.js +13 -0
- package/dist-types/commands/index.d.ts +47 -0
- package/dist-types/index.d.ts +4 -62
- package/dist-types/pagination/index.d.ts +13 -0
- package/dist-types/ts3.4/Personalize.d.ts +48 -728
- package/dist-types/ts3.4/PersonalizeClient.d.ts +24 -90
- package/dist-types/ts3.4/commands/CreateBatchInferenceJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +2 -90
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +2 -70
- package/dist-types/ts3.4/commands/CreateDatasetExportJobCommand.d.ts +2 -41
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +2 -95
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +2 -61
- package/dist-types/ts3.4/commands/CreateEventTrackerCommand.d.ts +2 -65
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +2 -45
- package/dist-types/ts3.4/commands/CreateSolutionCommand.d.ts +2 -92
- package/dist-types/ts3.4/commands/CreateSolutionVersionCommand.d.ts +2 -87
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/DeleteEventTrackerCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteSolutionCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeBatchInferenceJobCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeDatasetExportJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeEventTrackerCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DescribeFeatureTransformationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeFilterCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +2 -38
- package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeSolutionCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeSolutionVersionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetSolutionMetricsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListBatchInferenceJobsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ListDatasetExportJobsCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListEventTrackersCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListSolutionVersionsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ListSolutionsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/StopSolutionVersionCreationCommand.d.ts +2 -33
- package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/index.d.ts +47 -0
- package/dist-types/ts3.4/index.d.ts +4 -62
- package/dist-types/ts3.4/models/models_0.d.ts +620 -2318
- package/dist-types/ts3.4/pagination/index.d.ts +13 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +32 -32
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
export * from "./CreateBatchInferenceJobCommand";
|
|
2
|
+
export * from "./CreateCampaignCommand";
|
|
3
|
+
export * from "./CreateDatasetCommand";
|
|
4
|
+
export * from "./CreateDatasetExportJobCommand";
|
|
5
|
+
export * from "./CreateDatasetGroupCommand";
|
|
6
|
+
export * from "./CreateDatasetImportJobCommand";
|
|
7
|
+
export * from "./CreateEventTrackerCommand";
|
|
8
|
+
export * from "./CreateFilterCommand";
|
|
9
|
+
export * from "./CreateSchemaCommand";
|
|
10
|
+
export * from "./CreateSolutionCommand";
|
|
11
|
+
export * from "./CreateSolutionVersionCommand";
|
|
12
|
+
export * from "./DeleteCampaignCommand";
|
|
13
|
+
export * from "./DeleteDatasetCommand";
|
|
14
|
+
export * from "./DeleteDatasetGroupCommand";
|
|
15
|
+
export * from "./DeleteEventTrackerCommand";
|
|
16
|
+
export * from "./DeleteFilterCommand";
|
|
17
|
+
export * from "./DeleteSchemaCommand";
|
|
18
|
+
export * from "./DeleteSolutionCommand";
|
|
19
|
+
export * from "./DescribeAlgorithmCommand";
|
|
20
|
+
export * from "./DescribeBatchInferenceJobCommand";
|
|
21
|
+
export * from "./DescribeCampaignCommand";
|
|
22
|
+
export * from "./DescribeDatasetCommand";
|
|
23
|
+
export * from "./DescribeDatasetExportJobCommand";
|
|
24
|
+
export * from "./DescribeDatasetGroupCommand";
|
|
25
|
+
export * from "./DescribeDatasetImportJobCommand";
|
|
26
|
+
export * from "./DescribeEventTrackerCommand";
|
|
27
|
+
export * from "./DescribeFeatureTransformationCommand";
|
|
28
|
+
export * from "./DescribeFilterCommand";
|
|
29
|
+
export * from "./DescribeRecipeCommand";
|
|
30
|
+
export * from "./DescribeSchemaCommand";
|
|
31
|
+
export * from "./DescribeSolutionCommand";
|
|
32
|
+
export * from "./DescribeSolutionVersionCommand";
|
|
33
|
+
export * from "./GetSolutionMetricsCommand";
|
|
34
|
+
export * from "./ListBatchInferenceJobsCommand";
|
|
35
|
+
export * from "./ListCampaignsCommand";
|
|
36
|
+
export * from "./ListDatasetExportJobsCommand";
|
|
37
|
+
export * from "./ListDatasetGroupsCommand";
|
|
38
|
+
export * from "./ListDatasetImportJobsCommand";
|
|
39
|
+
export * from "./ListDatasetsCommand";
|
|
40
|
+
export * from "./ListEventTrackersCommand";
|
|
41
|
+
export * from "./ListFiltersCommand";
|
|
42
|
+
export * from "./ListRecipesCommand";
|
|
43
|
+
export * from "./ListSchemasCommand";
|
|
44
|
+
export * from "./ListSolutionVersionsCommand";
|
|
45
|
+
export * from "./ListSolutionsCommand";
|
|
46
|
+
export * from "./StopSolutionVersionCreationCommand";
|
|
47
|
+
export * from "./UpdateCampaignCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,63 +1,5 @@
|
|
|
1
|
-
export * from "./PersonalizeClient";
|
|
2
1
|
export * from "./Personalize";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/CreateDatasetGroupCommand";
|
|
8
|
-
export * from "./commands/CreateDatasetImportJobCommand";
|
|
9
|
-
export * from "./commands/CreateEventTrackerCommand";
|
|
10
|
-
export * from "./commands/CreateFilterCommand";
|
|
11
|
-
export * from "./commands/CreateSchemaCommand";
|
|
12
|
-
export * from "./commands/CreateSolutionCommand";
|
|
13
|
-
export * from "./commands/CreateSolutionVersionCommand";
|
|
14
|
-
export * from "./commands/DeleteCampaignCommand";
|
|
15
|
-
export * from "./commands/DeleteDatasetCommand";
|
|
16
|
-
export * from "./commands/DeleteDatasetGroupCommand";
|
|
17
|
-
export * from "./commands/DeleteEventTrackerCommand";
|
|
18
|
-
export * from "./commands/DeleteFilterCommand";
|
|
19
|
-
export * from "./commands/DeleteSchemaCommand";
|
|
20
|
-
export * from "./commands/DeleteSolutionCommand";
|
|
21
|
-
export * from "./commands/DescribeAlgorithmCommand";
|
|
22
|
-
export * from "./commands/DescribeBatchInferenceJobCommand";
|
|
23
|
-
export * from "./commands/DescribeCampaignCommand";
|
|
24
|
-
export * from "./commands/DescribeDatasetCommand";
|
|
25
|
-
export * from "./commands/DescribeDatasetExportJobCommand";
|
|
26
|
-
export * from "./commands/DescribeDatasetGroupCommand";
|
|
27
|
-
export * from "./commands/DescribeDatasetImportJobCommand";
|
|
28
|
-
export * from "./commands/DescribeEventTrackerCommand";
|
|
29
|
-
export * from "./commands/DescribeFeatureTransformationCommand";
|
|
30
|
-
export * from "./commands/DescribeFilterCommand";
|
|
31
|
-
export * from "./commands/DescribeRecipeCommand";
|
|
32
|
-
export * from "./commands/DescribeSchemaCommand";
|
|
33
|
-
export * from "./commands/DescribeSolutionCommand";
|
|
34
|
-
export * from "./commands/DescribeSolutionVersionCommand";
|
|
35
|
-
export * from "./commands/GetSolutionMetricsCommand";
|
|
36
|
-
export * from "./commands/ListBatchInferenceJobsCommand";
|
|
37
|
-
export * from "./pagination/ListBatchInferenceJobsPaginator";
|
|
38
|
-
export * from "./commands/ListCampaignsCommand";
|
|
39
|
-
export * from "./pagination/ListCampaignsPaginator";
|
|
40
|
-
export * from "./commands/ListDatasetExportJobsCommand";
|
|
41
|
-
export * from "./pagination/ListDatasetExportJobsPaginator";
|
|
42
|
-
export * from "./commands/ListDatasetGroupsCommand";
|
|
43
|
-
export * from "./pagination/ListDatasetGroupsPaginator";
|
|
44
|
-
export * from "./commands/ListDatasetImportJobsCommand";
|
|
45
|
-
export * from "./pagination/ListDatasetImportJobsPaginator";
|
|
46
|
-
export * from "./commands/ListDatasetsCommand";
|
|
47
|
-
export * from "./pagination/ListDatasetsPaginator";
|
|
48
|
-
export * from "./commands/ListEventTrackersCommand";
|
|
49
|
-
export * from "./pagination/ListEventTrackersPaginator";
|
|
50
|
-
export * from "./commands/ListFiltersCommand";
|
|
51
|
-
export * from "./pagination/ListFiltersPaginator";
|
|
52
|
-
export * from "./commands/ListRecipesCommand";
|
|
53
|
-
export * from "./pagination/ListRecipesPaginator";
|
|
54
|
-
export * from "./commands/ListSchemasCommand";
|
|
55
|
-
export * from "./pagination/ListSchemasPaginator";
|
|
56
|
-
export * from "./commands/ListSolutionsCommand";
|
|
57
|
-
export * from "./pagination/ListSolutionsPaginator";
|
|
58
|
-
export * from "./commands/ListSolutionVersionsCommand";
|
|
59
|
-
export * from "./pagination/ListSolutionVersionsPaginator";
|
|
60
|
-
export * from "./commands/StopSolutionVersionCreationCommand";
|
|
61
|
-
export * from "./commands/UpdateCampaignCommand";
|
|
62
|
-
export * from "./pagination/Interfaces";
|
|
63
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./PersonalizeClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListBatchInferenceJobsPaginator";
|
|
3
|
+
export * from "./ListCampaignsPaginator";
|
|
4
|
+
export * from "./ListDatasetExportJobsPaginator";
|
|
5
|
+
export * from "./ListDatasetGroupsPaginator";
|
|
6
|
+
export * from "./ListDatasetImportJobsPaginator";
|
|
7
|
+
export * from "./ListDatasetsPaginator";
|
|
8
|
+
export * from "./ListEventTrackersPaginator";
|
|
9
|
+
export * from "./ListFiltersPaginator";
|
|
10
|
+
export * from "./ListRecipesPaginator";
|
|
11
|
+
export * from "./ListSchemasPaginator";
|
|
12
|
+
export * from "./ListSolutionVersionsPaginator";
|
|
13
|
+
export * from "./ListSolutionsPaginator";
|