@aws-sdk/client-personalize 3.974.0 → 3.978.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/index.js +51 -33
- package/dist-es/Personalize.js +35 -1
- package/dist-types/Personalize.d.ts +113 -1
- package/dist-types/ts3.4/Personalize.d.ts +117 -1
- package/package.json +17 -17
package/dist-cjs/index.js
CHANGED
|
@@ -2934,6 +2934,38 @@ class UpdateSolutionCommand extends smithyClient.Command
|
|
|
2934
2934
|
.build() {
|
|
2935
2935
|
}
|
|
2936
2936
|
|
|
2937
|
+
const paginateListBatchInferenceJobs = core.createPaginator(PersonalizeClient, ListBatchInferenceJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
2938
|
+
|
|
2939
|
+
const paginateListBatchSegmentJobs = core.createPaginator(PersonalizeClient, ListBatchSegmentJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
2940
|
+
|
|
2941
|
+
const paginateListCampaigns = core.createPaginator(PersonalizeClient, ListCampaignsCommand, "nextToken", "nextToken", "maxResults");
|
|
2942
|
+
|
|
2943
|
+
const paginateListDatasetExportJobs = core.createPaginator(PersonalizeClient, ListDatasetExportJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
2944
|
+
|
|
2945
|
+
const paginateListDatasetGroups = core.createPaginator(PersonalizeClient, ListDatasetGroupsCommand, "nextToken", "nextToken", "maxResults");
|
|
2946
|
+
|
|
2947
|
+
const paginateListDatasetImportJobs = core.createPaginator(PersonalizeClient, ListDatasetImportJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
2948
|
+
|
|
2949
|
+
const paginateListDatasets = core.createPaginator(PersonalizeClient, ListDatasetsCommand, "nextToken", "nextToken", "maxResults");
|
|
2950
|
+
|
|
2951
|
+
const paginateListEventTrackers = core.createPaginator(PersonalizeClient, ListEventTrackersCommand, "nextToken", "nextToken", "maxResults");
|
|
2952
|
+
|
|
2953
|
+
const paginateListFilters = core.createPaginator(PersonalizeClient, ListFiltersCommand, "nextToken", "nextToken", "maxResults");
|
|
2954
|
+
|
|
2955
|
+
const paginateListMetricAttributionMetrics = core.createPaginator(PersonalizeClient, ListMetricAttributionMetricsCommand, "nextToken", "nextToken", "maxResults");
|
|
2956
|
+
|
|
2957
|
+
const paginateListMetricAttributions = core.createPaginator(PersonalizeClient, ListMetricAttributionsCommand, "nextToken", "nextToken", "maxResults");
|
|
2958
|
+
|
|
2959
|
+
const paginateListRecipes = core.createPaginator(PersonalizeClient, ListRecipesCommand, "nextToken", "nextToken", "maxResults");
|
|
2960
|
+
|
|
2961
|
+
const paginateListRecommenders = core.createPaginator(PersonalizeClient, ListRecommendersCommand, "nextToken", "nextToken", "maxResults");
|
|
2962
|
+
|
|
2963
|
+
const paginateListSchemas = core.createPaginator(PersonalizeClient, ListSchemasCommand, "nextToken", "nextToken", "maxResults");
|
|
2964
|
+
|
|
2965
|
+
const paginateListSolutions = core.createPaginator(PersonalizeClient, ListSolutionsCommand, "nextToken", "nextToken", "maxResults");
|
|
2966
|
+
|
|
2967
|
+
const paginateListSolutionVersions = core.createPaginator(PersonalizeClient, ListSolutionVersionsCommand, "nextToken", "nextToken", "maxResults");
|
|
2968
|
+
|
|
2937
2969
|
const commands = {
|
|
2938
2970
|
CreateBatchInferenceJobCommand,
|
|
2939
2971
|
CreateBatchSegmentJobCommand,
|
|
@@ -3007,41 +3039,27 @@ const commands = {
|
|
|
3007
3039
|
UpdateRecommenderCommand,
|
|
3008
3040
|
UpdateSolutionCommand,
|
|
3009
3041
|
};
|
|
3042
|
+
const paginators = {
|
|
3043
|
+
paginateListBatchInferenceJobs,
|
|
3044
|
+
paginateListBatchSegmentJobs,
|
|
3045
|
+
paginateListCampaigns,
|
|
3046
|
+
paginateListDatasetExportJobs,
|
|
3047
|
+
paginateListDatasetGroups,
|
|
3048
|
+
paginateListDatasetImportJobs,
|
|
3049
|
+
paginateListDatasets,
|
|
3050
|
+
paginateListEventTrackers,
|
|
3051
|
+
paginateListFilters,
|
|
3052
|
+
paginateListMetricAttributionMetrics,
|
|
3053
|
+
paginateListMetricAttributions,
|
|
3054
|
+
paginateListRecipes,
|
|
3055
|
+
paginateListRecommenders,
|
|
3056
|
+
paginateListSchemas,
|
|
3057
|
+
paginateListSolutions,
|
|
3058
|
+
paginateListSolutionVersions,
|
|
3059
|
+
};
|
|
3010
3060
|
class Personalize extends PersonalizeClient {
|
|
3011
3061
|
}
|
|
3012
|
-
smithyClient.createAggregatedClient(commands, Personalize);
|
|
3013
|
-
|
|
3014
|
-
const paginateListBatchInferenceJobs = core.createPaginator(PersonalizeClient, ListBatchInferenceJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
3015
|
-
|
|
3016
|
-
const paginateListBatchSegmentJobs = core.createPaginator(PersonalizeClient, ListBatchSegmentJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
3017
|
-
|
|
3018
|
-
const paginateListCampaigns = core.createPaginator(PersonalizeClient, ListCampaignsCommand, "nextToken", "nextToken", "maxResults");
|
|
3019
|
-
|
|
3020
|
-
const paginateListDatasetExportJobs = core.createPaginator(PersonalizeClient, ListDatasetExportJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
3021
|
-
|
|
3022
|
-
const paginateListDatasetGroups = core.createPaginator(PersonalizeClient, ListDatasetGroupsCommand, "nextToken", "nextToken", "maxResults");
|
|
3023
|
-
|
|
3024
|
-
const paginateListDatasetImportJobs = core.createPaginator(PersonalizeClient, ListDatasetImportJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
3025
|
-
|
|
3026
|
-
const paginateListDatasets = core.createPaginator(PersonalizeClient, ListDatasetsCommand, "nextToken", "nextToken", "maxResults");
|
|
3027
|
-
|
|
3028
|
-
const paginateListEventTrackers = core.createPaginator(PersonalizeClient, ListEventTrackersCommand, "nextToken", "nextToken", "maxResults");
|
|
3029
|
-
|
|
3030
|
-
const paginateListFilters = core.createPaginator(PersonalizeClient, ListFiltersCommand, "nextToken", "nextToken", "maxResults");
|
|
3031
|
-
|
|
3032
|
-
const paginateListMetricAttributionMetrics = core.createPaginator(PersonalizeClient, ListMetricAttributionMetricsCommand, "nextToken", "nextToken", "maxResults");
|
|
3033
|
-
|
|
3034
|
-
const paginateListMetricAttributions = core.createPaginator(PersonalizeClient, ListMetricAttributionsCommand, "nextToken", "nextToken", "maxResults");
|
|
3035
|
-
|
|
3036
|
-
const paginateListRecipes = core.createPaginator(PersonalizeClient, ListRecipesCommand, "nextToken", "nextToken", "maxResults");
|
|
3037
|
-
|
|
3038
|
-
const paginateListRecommenders = core.createPaginator(PersonalizeClient, ListRecommendersCommand, "nextToken", "nextToken", "maxResults");
|
|
3039
|
-
|
|
3040
|
-
const paginateListSchemas = core.createPaginator(PersonalizeClient, ListSchemasCommand, "nextToken", "nextToken", "maxResults");
|
|
3041
|
-
|
|
3042
|
-
const paginateListSolutions = core.createPaginator(PersonalizeClient, ListSolutionsCommand, "nextToken", "nextToken", "maxResults");
|
|
3043
|
-
|
|
3044
|
-
const paginateListSolutionVersions = core.createPaginator(PersonalizeClient, ListSolutionVersionsCommand, "nextToken", "nextToken", "maxResults");
|
|
3062
|
+
smithyClient.createAggregatedClient(commands, Personalize, { paginators });
|
|
3045
3063
|
|
|
3046
3064
|
const RankingInfluenceType = {
|
|
3047
3065
|
FRESHNESS: "FRESHNESS",
|
package/dist-es/Personalize.js
CHANGED
|
@@ -70,6 +70,22 @@ import { UpdateDatasetCommand, } from "./commands/UpdateDatasetCommand";
|
|
|
70
70
|
import { UpdateMetricAttributionCommand, } from "./commands/UpdateMetricAttributionCommand";
|
|
71
71
|
import { UpdateRecommenderCommand, } from "./commands/UpdateRecommenderCommand";
|
|
72
72
|
import { UpdateSolutionCommand, } from "./commands/UpdateSolutionCommand";
|
|
73
|
+
import { paginateListBatchInferenceJobs } from "./pagination/ListBatchInferenceJobsPaginator";
|
|
74
|
+
import { paginateListBatchSegmentJobs } from "./pagination/ListBatchSegmentJobsPaginator";
|
|
75
|
+
import { paginateListCampaigns } from "./pagination/ListCampaignsPaginator";
|
|
76
|
+
import { paginateListDatasetExportJobs } from "./pagination/ListDatasetExportJobsPaginator";
|
|
77
|
+
import { paginateListDatasetGroups } from "./pagination/ListDatasetGroupsPaginator";
|
|
78
|
+
import { paginateListDatasetImportJobs } from "./pagination/ListDatasetImportJobsPaginator";
|
|
79
|
+
import { paginateListDatasets } from "./pagination/ListDatasetsPaginator";
|
|
80
|
+
import { paginateListEventTrackers } from "./pagination/ListEventTrackersPaginator";
|
|
81
|
+
import { paginateListFilters } from "./pagination/ListFiltersPaginator";
|
|
82
|
+
import { paginateListMetricAttributionMetrics } from "./pagination/ListMetricAttributionMetricsPaginator";
|
|
83
|
+
import { paginateListMetricAttributions } from "./pagination/ListMetricAttributionsPaginator";
|
|
84
|
+
import { paginateListRecipes } from "./pagination/ListRecipesPaginator";
|
|
85
|
+
import { paginateListRecommenders } from "./pagination/ListRecommendersPaginator";
|
|
86
|
+
import { paginateListSchemas } from "./pagination/ListSchemasPaginator";
|
|
87
|
+
import { paginateListSolutions } from "./pagination/ListSolutionsPaginator";
|
|
88
|
+
import { paginateListSolutionVersions } from "./pagination/ListSolutionVersionsPaginator";
|
|
73
89
|
import { PersonalizeClient } from "./PersonalizeClient";
|
|
74
90
|
const commands = {
|
|
75
91
|
CreateBatchInferenceJobCommand,
|
|
@@ -144,6 +160,24 @@ const commands = {
|
|
|
144
160
|
UpdateRecommenderCommand,
|
|
145
161
|
UpdateSolutionCommand,
|
|
146
162
|
};
|
|
163
|
+
const paginators = {
|
|
164
|
+
paginateListBatchInferenceJobs,
|
|
165
|
+
paginateListBatchSegmentJobs,
|
|
166
|
+
paginateListCampaigns,
|
|
167
|
+
paginateListDatasetExportJobs,
|
|
168
|
+
paginateListDatasetGroups,
|
|
169
|
+
paginateListDatasetImportJobs,
|
|
170
|
+
paginateListDatasets,
|
|
171
|
+
paginateListEventTrackers,
|
|
172
|
+
paginateListFilters,
|
|
173
|
+
paginateListMetricAttributionMetrics,
|
|
174
|
+
paginateListMetricAttributions,
|
|
175
|
+
paginateListRecipes,
|
|
176
|
+
paginateListRecommenders,
|
|
177
|
+
paginateListSchemas,
|
|
178
|
+
paginateListSolutions,
|
|
179
|
+
paginateListSolutionVersions,
|
|
180
|
+
};
|
|
147
181
|
export class Personalize extends PersonalizeClient {
|
|
148
182
|
}
|
|
149
|
-
createAggregatedClient(commands, Personalize);
|
|
183
|
+
createAggregatedClient(commands, Personalize, { paginators });
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
2
|
import { CreateBatchInferenceJobCommandInput, CreateBatchInferenceJobCommandOutput } from "./commands/CreateBatchInferenceJobCommand";
|
|
3
3
|
import { CreateBatchSegmentJobCommandInput, CreateBatchSegmentJobCommandOutput } from "./commands/CreateBatchSegmentJobCommand";
|
|
4
4
|
import { CreateCampaignCommandInput, CreateCampaignCommandOutput } from "./commands/CreateCampaignCommand";
|
|
@@ -516,6 +516,118 @@ export interface Personalize {
|
|
|
516
516
|
updateSolution(args: UpdateSolutionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSolutionCommandOutput>;
|
|
517
517
|
updateSolution(args: UpdateSolutionCommandInput, cb: (err: any, data?: UpdateSolutionCommandOutput) => void): void;
|
|
518
518
|
updateSolution(args: UpdateSolutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSolutionCommandOutput) => void): void;
|
|
519
|
+
/**
|
|
520
|
+
* @see {@link ListBatchInferenceJobsCommand}
|
|
521
|
+
* @param args - command input.
|
|
522
|
+
* @param paginationConfig - optional pagination config.
|
|
523
|
+
* @returns AsyncIterable of {@link ListBatchInferenceJobsCommandOutput}.
|
|
524
|
+
*/
|
|
525
|
+
paginateListBatchInferenceJobs(args?: ListBatchInferenceJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListBatchInferenceJobsCommandOutput>;
|
|
526
|
+
/**
|
|
527
|
+
* @see {@link ListBatchSegmentJobsCommand}
|
|
528
|
+
* @param args - command input.
|
|
529
|
+
* @param paginationConfig - optional pagination config.
|
|
530
|
+
* @returns AsyncIterable of {@link ListBatchSegmentJobsCommandOutput}.
|
|
531
|
+
*/
|
|
532
|
+
paginateListBatchSegmentJobs(args?: ListBatchSegmentJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListBatchSegmentJobsCommandOutput>;
|
|
533
|
+
/**
|
|
534
|
+
* @see {@link ListCampaignsCommand}
|
|
535
|
+
* @param args - command input.
|
|
536
|
+
* @param paginationConfig - optional pagination config.
|
|
537
|
+
* @returns AsyncIterable of {@link ListCampaignsCommandOutput}.
|
|
538
|
+
*/
|
|
539
|
+
paginateListCampaigns(args?: ListCampaignsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCampaignsCommandOutput>;
|
|
540
|
+
/**
|
|
541
|
+
* @see {@link ListDatasetExportJobsCommand}
|
|
542
|
+
* @param args - command input.
|
|
543
|
+
* @param paginationConfig - optional pagination config.
|
|
544
|
+
* @returns AsyncIterable of {@link ListDatasetExportJobsCommandOutput}.
|
|
545
|
+
*/
|
|
546
|
+
paginateListDatasetExportJobs(args?: ListDatasetExportJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDatasetExportJobsCommandOutput>;
|
|
547
|
+
/**
|
|
548
|
+
* @see {@link ListDatasetGroupsCommand}
|
|
549
|
+
* @param args - command input.
|
|
550
|
+
* @param paginationConfig - optional pagination config.
|
|
551
|
+
* @returns AsyncIterable of {@link ListDatasetGroupsCommandOutput}.
|
|
552
|
+
*/
|
|
553
|
+
paginateListDatasetGroups(args?: ListDatasetGroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDatasetGroupsCommandOutput>;
|
|
554
|
+
/**
|
|
555
|
+
* @see {@link ListDatasetImportJobsCommand}
|
|
556
|
+
* @param args - command input.
|
|
557
|
+
* @param paginationConfig - optional pagination config.
|
|
558
|
+
* @returns AsyncIterable of {@link ListDatasetImportJobsCommandOutput}.
|
|
559
|
+
*/
|
|
560
|
+
paginateListDatasetImportJobs(args?: ListDatasetImportJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDatasetImportJobsCommandOutput>;
|
|
561
|
+
/**
|
|
562
|
+
* @see {@link ListDatasetsCommand}
|
|
563
|
+
* @param args - command input.
|
|
564
|
+
* @param paginationConfig - optional pagination config.
|
|
565
|
+
* @returns AsyncIterable of {@link ListDatasetsCommandOutput}.
|
|
566
|
+
*/
|
|
567
|
+
paginateListDatasets(args?: ListDatasetsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDatasetsCommandOutput>;
|
|
568
|
+
/**
|
|
569
|
+
* @see {@link ListEventTrackersCommand}
|
|
570
|
+
* @param args - command input.
|
|
571
|
+
* @param paginationConfig - optional pagination config.
|
|
572
|
+
* @returns AsyncIterable of {@link ListEventTrackersCommandOutput}.
|
|
573
|
+
*/
|
|
574
|
+
paginateListEventTrackers(args?: ListEventTrackersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListEventTrackersCommandOutput>;
|
|
575
|
+
/**
|
|
576
|
+
* @see {@link ListFiltersCommand}
|
|
577
|
+
* @param args - command input.
|
|
578
|
+
* @param paginationConfig - optional pagination config.
|
|
579
|
+
* @returns AsyncIterable of {@link ListFiltersCommandOutput}.
|
|
580
|
+
*/
|
|
581
|
+
paginateListFilters(args?: ListFiltersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListFiltersCommandOutput>;
|
|
582
|
+
/**
|
|
583
|
+
* @see {@link ListMetricAttributionMetricsCommand}
|
|
584
|
+
* @param args - command input.
|
|
585
|
+
* @param paginationConfig - optional pagination config.
|
|
586
|
+
* @returns AsyncIterable of {@link ListMetricAttributionMetricsCommandOutput}.
|
|
587
|
+
*/
|
|
588
|
+
paginateListMetricAttributionMetrics(args?: ListMetricAttributionMetricsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListMetricAttributionMetricsCommandOutput>;
|
|
589
|
+
/**
|
|
590
|
+
* @see {@link ListMetricAttributionsCommand}
|
|
591
|
+
* @param args - command input.
|
|
592
|
+
* @param paginationConfig - optional pagination config.
|
|
593
|
+
* @returns AsyncIterable of {@link ListMetricAttributionsCommandOutput}.
|
|
594
|
+
*/
|
|
595
|
+
paginateListMetricAttributions(args?: ListMetricAttributionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListMetricAttributionsCommandOutput>;
|
|
596
|
+
/**
|
|
597
|
+
* @see {@link ListRecipesCommand}
|
|
598
|
+
* @param args - command input.
|
|
599
|
+
* @param paginationConfig - optional pagination config.
|
|
600
|
+
* @returns AsyncIterable of {@link ListRecipesCommandOutput}.
|
|
601
|
+
*/
|
|
602
|
+
paginateListRecipes(args?: ListRecipesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRecipesCommandOutput>;
|
|
603
|
+
/**
|
|
604
|
+
* @see {@link ListRecommendersCommand}
|
|
605
|
+
* @param args - command input.
|
|
606
|
+
* @param paginationConfig - optional pagination config.
|
|
607
|
+
* @returns AsyncIterable of {@link ListRecommendersCommandOutput}.
|
|
608
|
+
*/
|
|
609
|
+
paginateListRecommenders(args?: ListRecommendersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRecommendersCommandOutput>;
|
|
610
|
+
/**
|
|
611
|
+
* @see {@link ListSchemasCommand}
|
|
612
|
+
* @param args - command input.
|
|
613
|
+
* @param paginationConfig - optional pagination config.
|
|
614
|
+
* @returns AsyncIterable of {@link ListSchemasCommandOutput}.
|
|
615
|
+
*/
|
|
616
|
+
paginateListSchemas(args?: ListSchemasCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListSchemasCommandOutput>;
|
|
617
|
+
/**
|
|
618
|
+
* @see {@link ListSolutionsCommand}
|
|
619
|
+
* @param args - command input.
|
|
620
|
+
* @param paginationConfig - optional pagination config.
|
|
621
|
+
* @returns AsyncIterable of {@link ListSolutionsCommandOutput}.
|
|
622
|
+
*/
|
|
623
|
+
paginateListSolutions(args?: ListSolutionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListSolutionsCommandOutput>;
|
|
624
|
+
/**
|
|
625
|
+
* @see {@link ListSolutionVersionsCommand}
|
|
626
|
+
* @param args - command input.
|
|
627
|
+
* @param paginationConfig - optional pagination config.
|
|
628
|
+
* @returns AsyncIterable of {@link ListSolutionVersionsCommandOutput}.
|
|
629
|
+
*/
|
|
630
|
+
paginateListSolutionVersions(args?: ListSolutionVersionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListSolutionVersionsCommandOutput>;
|
|
519
631
|
}
|
|
520
632
|
/**
|
|
521
633
|
* <p>Amazon Personalize is a machine learning service that makes it easy to add individualized
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
} from "@smithy/types";
|
|
2
6
|
import {
|
|
3
7
|
CreateBatchInferenceJobCommandInput,
|
|
4
8
|
CreateBatchInferenceJobCommandOutput,
|
|
@@ -1226,6 +1230,118 @@ export interface Personalize {
|
|
|
1226
1230
|
options: __HttpHandlerOptions,
|
|
1227
1231
|
cb: (err: any, data?: UpdateSolutionCommandOutput) => void
|
|
1228
1232
|
): void;
|
|
1233
|
+
paginateListBatchInferenceJobs(
|
|
1234
|
+
args?: ListBatchInferenceJobsCommandInput,
|
|
1235
|
+
paginationConfig?: Pick<
|
|
1236
|
+
PaginationConfiguration,
|
|
1237
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1238
|
+
>
|
|
1239
|
+
): Paginator<ListBatchInferenceJobsCommandOutput>;
|
|
1240
|
+
paginateListBatchSegmentJobs(
|
|
1241
|
+
args?: ListBatchSegmentJobsCommandInput,
|
|
1242
|
+
paginationConfig?: Pick<
|
|
1243
|
+
PaginationConfiguration,
|
|
1244
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1245
|
+
>
|
|
1246
|
+
): Paginator<ListBatchSegmentJobsCommandOutput>;
|
|
1247
|
+
paginateListCampaigns(
|
|
1248
|
+
args?: ListCampaignsCommandInput,
|
|
1249
|
+
paginationConfig?: Pick<
|
|
1250
|
+
PaginationConfiguration,
|
|
1251
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1252
|
+
>
|
|
1253
|
+
): Paginator<ListCampaignsCommandOutput>;
|
|
1254
|
+
paginateListDatasetExportJobs(
|
|
1255
|
+
args?: ListDatasetExportJobsCommandInput,
|
|
1256
|
+
paginationConfig?: Pick<
|
|
1257
|
+
PaginationConfiguration,
|
|
1258
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1259
|
+
>
|
|
1260
|
+
): Paginator<ListDatasetExportJobsCommandOutput>;
|
|
1261
|
+
paginateListDatasetGroups(
|
|
1262
|
+
args?: ListDatasetGroupsCommandInput,
|
|
1263
|
+
paginationConfig?: Pick<
|
|
1264
|
+
PaginationConfiguration,
|
|
1265
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1266
|
+
>
|
|
1267
|
+
): Paginator<ListDatasetGroupsCommandOutput>;
|
|
1268
|
+
paginateListDatasetImportJobs(
|
|
1269
|
+
args?: ListDatasetImportJobsCommandInput,
|
|
1270
|
+
paginationConfig?: Pick<
|
|
1271
|
+
PaginationConfiguration,
|
|
1272
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1273
|
+
>
|
|
1274
|
+
): Paginator<ListDatasetImportJobsCommandOutput>;
|
|
1275
|
+
paginateListDatasets(
|
|
1276
|
+
args?: ListDatasetsCommandInput,
|
|
1277
|
+
paginationConfig?: Pick<
|
|
1278
|
+
PaginationConfiguration,
|
|
1279
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1280
|
+
>
|
|
1281
|
+
): Paginator<ListDatasetsCommandOutput>;
|
|
1282
|
+
paginateListEventTrackers(
|
|
1283
|
+
args?: ListEventTrackersCommandInput,
|
|
1284
|
+
paginationConfig?: Pick<
|
|
1285
|
+
PaginationConfiguration,
|
|
1286
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1287
|
+
>
|
|
1288
|
+
): Paginator<ListEventTrackersCommandOutput>;
|
|
1289
|
+
paginateListFilters(
|
|
1290
|
+
args?: ListFiltersCommandInput,
|
|
1291
|
+
paginationConfig?: Pick<
|
|
1292
|
+
PaginationConfiguration,
|
|
1293
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1294
|
+
>
|
|
1295
|
+
): Paginator<ListFiltersCommandOutput>;
|
|
1296
|
+
paginateListMetricAttributionMetrics(
|
|
1297
|
+
args?: ListMetricAttributionMetricsCommandInput,
|
|
1298
|
+
paginationConfig?: Pick<
|
|
1299
|
+
PaginationConfiguration,
|
|
1300
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1301
|
+
>
|
|
1302
|
+
): Paginator<ListMetricAttributionMetricsCommandOutput>;
|
|
1303
|
+
paginateListMetricAttributions(
|
|
1304
|
+
args?: ListMetricAttributionsCommandInput,
|
|
1305
|
+
paginationConfig?: Pick<
|
|
1306
|
+
PaginationConfiguration,
|
|
1307
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1308
|
+
>
|
|
1309
|
+
): Paginator<ListMetricAttributionsCommandOutput>;
|
|
1310
|
+
paginateListRecipes(
|
|
1311
|
+
args?: ListRecipesCommandInput,
|
|
1312
|
+
paginationConfig?: Pick<
|
|
1313
|
+
PaginationConfiguration,
|
|
1314
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1315
|
+
>
|
|
1316
|
+
): Paginator<ListRecipesCommandOutput>;
|
|
1317
|
+
paginateListRecommenders(
|
|
1318
|
+
args?: ListRecommendersCommandInput,
|
|
1319
|
+
paginationConfig?: Pick<
|
|
1320
|
+
PaginationConfiguration,
|
|
1321
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1322
|
+
>
|
|
1323
|
+
): Paginator<ListRecommendersCommandOutput>;
|
|
1324
|
+
paginateListSchemas(
|
|
1325
|
+
args?: ListSchemasCommandInput,
|
|
1326
|
+
paginationConfig?: Pick<
|
|
1327
|
+
PaginationConfiguration,
|
|
1328
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1329
|
+
>
|
|
1330
|
+
): Paginator<ListSchemasCommandOutput>;
|
|
1331
|
+
paginateListSolutions(
|
|
1332
|
+
args?: ListSolutionsCommandInput,
|
|
1333
|
+
paginationConfig?: Pick<
|
|
1334
|
+
PaginationConfiguration,
|
|
1335
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1336
|
+
>
|
|
1337
|
+
): Paginator<ListSolutionsCommandOutput>;
|
|
1338
|
+
paginateListSolutionVersions(
|
|
1339
|
+
args?: ListSolutionVersionsCommandInput,
|
|
1340
|
+
paginationConfig?: Pick<
|
|
1341
|
+
PaginationConfiguration,
|
|
1342
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1343
|
+
>
|
|
1344
|
+
): Paginator<ListSolutionVersionsCommandOutput>;
|
|
1229
1345
|
}
|
|
1230
1346
|
export declare class Personalize
|
|
1231
1347
|
extends PersonalizeClient
|
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.978.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-personalize",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
31
|
-
"@aws-sdk/types": "^3.973.
|
|
24
|
+
"@aws-sdk/core": "^3.973.4",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.2",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.2",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.2",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.2",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.4",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.2",
|
|
31
|
+
"@aws-sdk/types": "^3.973.1",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.972.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.2",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.2",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.22.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
46
|
"@smithy/node-http-handler": "^4.4.8",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|