@aws-sdk/client-personalize 3.651.1 → 3.658.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/commands/CreateBatchInferenceJobCommand.d.ts +11 -0
- package/dist-types/commands/CreateBatchSegmentJobCommand.d.ts +11 -0
- package/dist-types/commands/CreateCampaignCommand.d.ts +11 -0
- package/dist-types/commands/CreateDataDeletionJobCommand.d.ts +11 -0
- package/dist-types/commands/CreateDatasetCommand.d.ts +11 -0
- package/dist-types/commands/CreateDatasetExportJobCommand.d.ts +11 -0
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +11 -0
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +11 -0
- package/dist-types/commands/CreateEventTrackerCommand.d.ts +11 -0
- package/dist-types/commands/CreateFilterCommand.d.ts +11 -0
- package/dist-types/commands/CreateMetricAttributionCommand.d.ts +11 -0
- package/dist-types/commands/CreateRecommenderCommand.d.ts +11 -0
- package/dist-types/commands/CreateSchemaCommand.d.ts +11 -0
- package/dist-types/commands/CreateSolutionCommand.d.ts +11 -0
- package/dist-types/commands/CreateSolutionVersionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteCampaignCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDatasetCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteEventTrackerCommand.d.ts +11 -0
- package/dist-types/commands/DeleteFilterCommand.d.ts +11 -0
- package/dist-types/commands/DeleteMetricAttributionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRecommenderCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSchemaCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSolutionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +11 -0
- package/dist-types/commands/DescribeBatchInferenceJobCommand.d.ts +11 -0
- package/dist-types/commands/DescribeBatchSegmentJobCommand.d.ts +11 -0
- package/dist-types/commands/DescribeCampaignCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDataDeletionJobCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDatasetCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDatasetExportJobCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +11 -0
- package/dist-types/commands/DescribeEventTrackerCommand.d.ts +11 -0
- package/dist-types/commands/DescribeFeatureTransformationCommand.d.ts +11 -0
- package/dist-types/commands/DescribeFilterCommand.d.ts +11 -0
- package/dist-types/commands/DescribeMetricAttributionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeRecipeCommand.d.ts +11 -0
- package/dist-types/commands/DescribeRecommenderCommand.d.ts +11 -0
- package/dist-types/commands/DescribeSchemaCommand.d.ts +11 -0
- package/dist-types/commands/DescribeSolutionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeSolutionVersionCommand.d.ts +11 -0
- package/dist-types/commands/GetSolutionMetricsCommand.d.ts +11 -0
- package/dist-types/commands/ListBatchInferenceJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListBatchSegmentJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListCampaignsCommand.d.ts +11 -0
- package/dist-types/commands/ListDataDeletionJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListDatasetExportJobsCommand.d.ts +12 -1
- package/dist-types/commands/ListDatasetGroupsCommand.d.ts +11 -0
- package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListDatasetsCommand.d.ts +11 -0
- package/dist-types/commands/ListEventTrackersCommand.d.ts +11 -0
- package/dist-types/commands/ListFiltersCommand.d.ts +11 -0
- package/dist-types/commands/ListMetricAttributionMetricsCommand.d.ts +11 -0
- package/dist-types/commands/ListMetricAttributionsCommand.d.ts +11 -0
- package/dist-types/commands/ListRecipesCommand.d.ts +11 -0
- package/dist-types/commands/ListRecommendersCommand.d.ts +11 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +11 -0
- package/dist-types/commands/ListSolutionVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListSolutionsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/StartRecommenderCommand.d.ts +11 -0
- package/dist-types/commands/StopRecommenderCommand.d.ts +11 -0
- package/dist-types/commands/StopSolutionVersionCreationCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateCampaignCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDatasetCommand.d.ts +11 -0
- package/dist-types/commands/UpdateMetricAttributionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateRecommenderCommand.d.ts +11 -0
- package/dist-types/commands/UpdateSolutionCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CreateBatchInferenceJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateBatchSegmentJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDataDeletionJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDatasetExportJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateEventTrackerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateMetricAttributionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateRecommenderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateSolutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateSolutionVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteEventTrackerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteMetricAttributionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRecommenderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteSolutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeBatchInferenceJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeBatchSegmentJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDataDeletionJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDatasetExportJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeEventTrackerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeFeatureTransformationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeFilterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeMetricAttributionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeRecommenderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeSolutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeSolutionVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSolutionMetricsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListBatchInferenceJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListBatchSegmentJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDataDeletionJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDatasetExportJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListEventTrackersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListMetricAttributionMetricsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListMetricAttributionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRecommendersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSolutionVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSolutionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartRecommenderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopRecommenderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopSolutionVersionCreationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateMetricAttributionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateRecommenderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateSolutionCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -37,4 +37,15 @@ declare const GetSolutionMetricsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetSolutionMetricsCommand extends GetSolutionMetricsCommand_base {
|
|
40
|
+
export declare class GetSolutionMetricsCommand extends GetSolutionMetricsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetSolutionMetricsRequest;
|
|
44
|
+
output: GetSolutionMetricsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetSolutionMetricsCommandInput;
|
|
48
|
+
output: GetSolutionMetricsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListBatchInferenceJobsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListBatchInferenceJobsCommand extends ListBatchInferenceJobsCommand_base {
|
|
40
|
+
export declare class ListBatchInferenceJobsCommand extends ListBatchInferenceJobsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListBatchInferenceJobsRequest;
|
|
44
|
+
output: ListBatchInferenceJobsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListBatchInferenceJobsCommandInput;
|
|
48
|
+
output: ListBatchInferenceJobsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListBatchSegmentJobsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListBatchSegmentJobsCommand extends ListBatchSegmentJobsCommand_base {
|
|
40
|
+
export declare class ListBatchSegmentJobsCommand extends ListBatchSegmentJobsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListBatchSegmentJobsRequest;
|
|
44
|
+
output: ListBatchSegmentJobsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListBatchSegmentJobsCommandInput;
|
|
48
|
+
output: ListBatchSegmentJobsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListCampaignsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListCampaignsCommand extends ListCampaignsCommand_base {
|
|
39
|
+
export declare class ListCampaignsCommand extends ListCampaignsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListCampaignsRequest;
|
|
43
|
+
output: ListCampaignsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListCampaignsCommandInput;
|
|
47
|
+
output: ListCampaignsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListDataDeletionJobsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListDataDeletionJobsCommand extends ListDataDeletionJobsCommand_base {
|
|
40
|
+
export declare class ListDataDeletionJobsCommand extends ListDataDeletionJobsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListDataDeletionJobsRequest;
|
|
44
|
+
output: ListDataDeletionJobsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListDataDeletionJobsCommandInput;
|
|
48
|
+
output: ListDataDeletionJobsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListDatasetExportJobsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListDatasetExportJobsCommand extends ListDatasetExportJobsCommand_base {
|
|
40
|
+
export declare class ListDatasetExportJobsCommand extends ListDatasetExportJobsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListDatasetExportJobsRequest;
|
|
44
|
+
output: ListDatasetExportJobsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListDatasetExportJobsCommandInput;
|
|
48
|
+
output: ListDatasetExportJobsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListDatasetGroupsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListDatasetGroupsCommand extends ListDatasetGroupsCommand_base {
|
|
40
|
+
export declare class ListDatasetGroupsCommand extends ListDatasetGroupsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListDatasetGroupsRequest;
|
|
44
|
+
output: ListDatasetGroupsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListDatasetGroupsCommandInput;
|
|
48
|
+
output: ListDatasetGroupsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListDatasetImportJobsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListDatasetImportJobsCommand extends ListDatasetImportJobsCommand_base {
|
|
40
|
+
export declare class ListDatasetImportJobsCommand extends ListDatasetImportJobsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListDatasetImportJobsRequest;
|
|
44
|
+
output: ListDatasetImportJobsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListDatasetImportJobsCommandInput;
|
|
48
|
+
output: ListDatasetImportJobsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListDatasetsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListDatasetsCommand extends ListDatasetsCommand_base {
|
|
36
|
+
export declare class ListDatasetsCommand extends ListDatasetsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListDatasetsRequest;
|
|
40
|
+
output: ListDatasetsResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListDatasetsCommandInput;
|
|
44
|
+
output: ListDatasetsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListEventTrackersCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListEventTrackersCommand extends ListEventTrackersCommand_base {
|
|
40
|
+
export declare class ListEventTrackersCommand extends ListEventTrackersCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListEventTrackersRequest;
|
|
44
|
+
output: ListEventTrackersResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListEventTrackersCommandInput;
|
|
48
|
+
output: ListEventTrackersCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListFiltersCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListFiltersCommand extends ListFiltersCommand_base {
|
|
36
|
+
export declare class ListFiltersCommand extends ListFiltersCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListFiltersRequest;
|
|
40
|
+
output: ListFiltersResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListFiltersCommandInput;
|
|
44
|
+
output: ListFiltersCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListMetricAttributionMetricsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListMetricAttributionMetricsCommand extends ListMetricAttributionMetricsCommand_base {
|
|
40
|
+
export declare class ListMetricAttributionMetricsCommand extends ListMetricAttributionMetricsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListMetricAttributionMetricsRequest;
|
|
44
|
+
output: ListMetricAttributionMetricsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListMetricAttributionMetricsCommandInput;
|
|
48
|
+
output: ListMetricAttributionMetricsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListMetricAttributionsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListMetricAttributionsCommand extends ListMetricAttributionsCommand_base {
|
|
40
|
+
export declare class ListMetricAttributionsCommand extends ListMetricAttributionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListMetricAttributionsRequest;
|
|
44
|
+
output: ListMetricAttributionsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListMetricAttributionsCommandInput;
|
|
48
|
+
output: ListMetricAttributionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListRecipesCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListRecipesCommand extends ListRecipesCommand_base {
|
|
36
|
+
export declare class ListRecipesCommand extends ListRecipesCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListRecipesRequest;
|
|
40
|
+
output: ListRecipesResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListRecipesCommandInput;
|
|
44
|
+
output: ListRecipesCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListRecommendersCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListRecommendersCommand extends ListRecommendersCommand_base {
|
|
39
|
+
export declare class ListRecommendersCommand extends ListRecommendersCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListRecommendersRequest;
|
|
43
|
+
output: ListRecommendersResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListRecommendersCommandInput;
|
|
47
|
+
output: ListRecommendersCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListSchemasCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListSchemasCommand extends ListSchemasCommand_base {
|
|
36
|
+
export declare class ListSchemasCommand extends ListSchemasCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListSchemasRequest;
|
|
40
|
+
output: ListSchemasResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListSchemasCommandInput;
|
|
44
|
+
output: ListSchemasCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListSolutionVersionsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListSolutionVersionsCommand extends ListSolutionVersionsCommand_base {
|
|
40
|
+
export declare class ListSolutionVersionsCommand extends ListSolutionVersionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListSolutionVersionsRequest;
|
|
44
|
+
output: ListSolutionVersionsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListSolutionVersionsCommandInput;
|
|
48
|
+
output: ListSolutionVersionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListSolutionsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListSolutionsCommand extends ListSolutionsCommand_base {
|
|
39
|
+
export declare class ListSolutionsCommand extends ListSolutionsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListSolutionsRequest;
|
|
43
|
+
output: ListSolutionsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListSolutionsCommandInput;
|
|
47
|
+
output: ListSolutionsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
40
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListTagsForResourceRequest;
|
|
44
|
+
output: ListTagsForResourceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListTagsForResourceCommandInput;
|
|
48
|
+
output: ListTagsForResourceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const StartRecommenderCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class StartRecommenderCommand extends StartRecommenderCommand_base {
|
|
39
|
+
export declare class StartRecommenderCommand extends StartRecommenderCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: StartRecommenderRequest;
|
|
43
|
+
output: StartRecommenderResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: StartRecommenderCommandInput;
|
|
47
|
+
output: StartRecommenderCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const StopRecommenderCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class StopRecommenderCommand extends StopRecommenderCommand_base {
|
|
39
|
+
export declare class StopRecommenderCommand extends StopRecommenderCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: StopRecommenderRequest;
|
|
43
|
+
output: StopRecommenderResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: StopRecommenderCommandInput;
|
|
47
|
+
output: StopRecommenderCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const StopSolutionVersionCreationCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class StopSolutionVersionCreationCommand extends StopSolutionVersionCreationCommand_base {
|
|
36
|
+
export declare class StopSolutionVersionCreationCommand extends StopSolutionVersionCreationCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: StopSolutionVersionCreationRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: StopSolutionVersionCreationCommandInput;
|
|
44
|
+
output: StopSolutionVersionCreationCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
36
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: TagResourceRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: TagResourceCommandInput;
|
|
44
|
+
output: TagResourceCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UntagResourceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
39
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UntagResourceRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UntagResourceCommandInput;
|
|
47
|
+
output: UntagResourceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UpdateCampaignCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UpdateCampaignCommand extends UpdateCampaignCommand_base {
|
|
39
|
+
export declare class UpdateCampaignCommand extends UpdateCampaignCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UpdateCampaignRequest;
|
|
43
|
+
output: UpdateCampaignResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UpdateCampaignCommandInput;
|
|
47
|
+
output: UpdateCampaignCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UpdateDatasetCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UpdateDatasetCommand extends UpdateDatasetCommand_base {
|
|
39
|
+
export declare class UpdateDatasetCommand extends UpdateDatasetCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UpdateDatasetRequest;
|
|
43
|
+
output: UpdateDatasetResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UpdateDatasetCommandInput;
|
|
47
|
+
output: UpdateDatasetCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateMetricAttributionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateMetricAttributionCommand extends UpdateMetricAttributionCommand_base {
|
|
40
|
+
export declare class UpdateMetricAttributionCommand extends UpdateMetricAttributionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateMetricAttributionRequest;
|
|
44
|
+
output: UpdateMetricAttributionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateMetricAttributionCommandInput;
|
|
48
|
+
output: UpdateMetricAttributionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateRecommenderCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateRecommenderCommand extends UpdateRecommenderCommand_base {
|
|
40
|
+
export declare class UpdateRecommenderCommand extends UpdateRecommenderCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateRecommenderRequest;
|
|
44
|
+
output: UpdateRecommenderResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateRecommenderCommandInput;
|
|
48
|
+
output: UpdateRecommenderCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UpdateSolutionCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UpdateSolutionCommand extends UpdateSolutionCommand_base {
|
|
39
|
+
export declare class UpdateSolutionCommand extends UpdateSolutionCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UpdateSolutionRequest;
|
|
43
|
+
output: UpdateSolutionResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UpdateSolutionCommandInput;
|
|
47
|
+
output: UpdateSolutionCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
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.658.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-personalize",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.4.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.2.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.3.
|
|
50
|
-
"@smithy/types": "^3.4.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.658.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.658.0",
|
|
25
|
+
"@aws-sdk/core": "3.658.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.658.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.654.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.654.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.654.0",
|
|
32
|
+
"@aws-sdk/types": "3.654.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.654.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.654.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.8",
|
|
37
|
+
"@smithy/core": "^2.4.3",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.2.7",
|
|
39
|
+
"@smithy/hash-node": "^3.0.6",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.6",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.8",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.1.3",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.18",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.6",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.6",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.7",
|
|
47
|
+
"@smithy/node-http-handler": "^3.2.2",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.3",
|
|
49
|
+
"@smithy/smithy-client": "^3.3.2",
|
|
50
|
+
"@smithy/types": "^3.4.2",
|
|
51
|
+
"@smithy/url-parser": "^3.0.6",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.18",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.18",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.2",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.6",
|
|
59
|
+
"@smithy/util-retry": "^3.0.6",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|