@aws-sdk/client-personalize 3.335.0 → 3.338.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/PersonalizeClient.js +2 -1
- package/dist-cjs/commands/CreateBatchInferenceJobCommand.js +2 -1
- package/dist-cjs/commands/CreateBatchSegmentJobCommand.js +2 -1
- package/dist-cjs/commands/CreateCampaignCommand.js +2 -1
- package/dist-cjs/commands/CreateDatasetCommand.js +2 -1
- package/dist-cjs/commands/CreateDatasetExportJobCommand.js +2 -1
- package/dist-cjs/commands/CreateDatasetGroupCommand.js +2 -1
- package/dist-cjs/commands/CreateDatasetImportJobCommand.js +2 -1
- package/dist-cjs/commands/CreateEventTrackerCommand.js +2 -1
- package/dist-cjs/commands/CreateFilterCommand.js +2 -1
- package/dist-cjs/commands/CreateMetricAttributionCommand.js +2 -1
- package/dist-cjs/commands/CreateRecommenderCommand.js +2 -1
- package/dist-cjs/commands/CreateSchemaCommand.js +2 -1
- package/dist-cjs/commands/CreateSolutionCommand.js +2 -1
- package/dist-cjs/commands/CreateSolutionVersionCommand.js +2 -1
- package/dist-cjs/commands/DeleteCampaignCommand.js +2 -1
- package/dist-cjs/commands/DeleteDatasetCommand.js +2 -1
- package/dist-cjs/commands/DeleteDatasetGroupCommand.js +2 -1
- package/dist-cjs/commands/DeleteEventTrackerCommand.js +2 -1
- package/dist-cjs/commands/DeleteFilterCommand.js +2 -1
- package/dist-cjs/commands/DeleteMetricAttributionCommand.js +2 -1
- package/dist-cjs/commands/DeleteRecommenderCommand.js +2 -1
- package/dist-cjs/commands/DeleteSchemaCommand.js +2 -1
- package/dist-cjs/commands/DeleteSolutionCommand.js +2 -1
- package/dist-cjs/commands/DescribeAlgorithmCommand.js +2 -1
- package/dist-cjs/commands/DescribeBatchInferenceJobCommand.js +2 -1
- package/dist-cjs/commands/DescribeBatchSegmentJobCommand.js +2 -1
- package/dist-cjs/commands/DescribeCampaignCommand.js +2 -1
- package/dist-cjs/commands/DescribeDatasetCommand.js +2 -1
- package/dist-cjs/commands/DescribeDatasetExportJobCommand.js +2 -1
- package/dist-cjs/commands/DescribeDatasetGroupCommand.js +2 -1
- package/dist-cjs/commands/DescribeDatasetImportJobCommand.js +2 -1
- package/dist-cjs/commands/DescribeEventTrackerCommand.js +2 -1
- package/dist-cjs/commands/DescribeFeatureTransformationCommand.js +2 -1
- package/dist-cjs/commands/DescribeFilterCommand.js +2 -1
- package/dist-cjs/commands/DescribeMetricAttributionCommand.js +2 -1
- package/dist-cjs/commands/DescribeRecipeCommand.js +2 -1
- package/dist-cjs/commands/DescribeRecommenderCommand.js +2 -1
- package/dist-cjs/commands/DescribeSchemaCommand.js +2 -1
- package/dist-cjs/commands/DescribeSolutionCommand.js +2 -1
- package/dist-cjs/commands/DescribeSolutionVersionCommand.js +2 -1
- package/dist-cjs/commands/GetSolutionMetricsCommand.js +2 -1
- package/dist-cjs/commands/ListBatchInferenceJobsCommand.js +2 -1
- package/dist-cjs/commands/ListBatchSegmentJobsCommand.js +2 -1
- package/dist-cjs/commands/ListCampaignsCommand.js +2 -1
- package/dist-cjs/commands/ListDatasetExportJobsCommand.js +2 -1
- package/dist-cjs/commands/ListDatasetGroupsCommand.js +2 -1
- package/dist-cjs/commands/ListDatasetImportJobsCommand.js +2 -1
- package/dist-cjs/commands/ListDatasetsCommand.js +2 -1
- package/dist-cjs/commands/ListEventTrackersCommand.js +2 -1
- package/dist-cjs/commands/ListFiltersCommand.js +2 -1
- package/dist-cjs/commands/ListMetricAttributionMetricsCommand.js +2 -1
- package/dist-cjs/commands/ListMetricAttributionsCommand.js +2 -1
- package/dist-cjs/commands/ListRecipesCommand.js +2 -1
- package/dist-cjs/commands/ListRecommendersCommand.js +2 -1
- package/dist-cjs/commands/ListSchemasCommand.js +2 -1
- package/dist-cjs/commands/ListSolutionVersionsCommand.js +2 -1
- package/dist-cjs/commands/ListSolutionsCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/StartRecommenderCommand.js +2 -1
- package/dist-cjs/commands/StopRecommenderCommand.js +2 -1
- package/dist-cjs/commands/StopSolutionVersionCreationCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateCampaignCommand.js +2 -1
- package/dist-cjs/commands/UpdateMetricAttributionCommand.js +2 -1
- package/dist-cjs/commands/UpdateRecommenderCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/PersonalizeServiceException.js +2 -1
- package/dist-es/PersonalizeClient.js +1 -0
- package/dist-es/commands/CreateBatchInferenceJobCommand.js +1 -0
- package/dist-es/commands/CreateBatchSegmentJobCommand.js +1 -0
- package/dist-es/commands/CreateCampaignCommand.js +1 -0
- package/dist-es/commands/CreateDatasetCommand.js +1 -0
- package/dist-es/commands/CreateDatasetExportJobCommand.js +1 -0
- package/dist-es/commands/CreateDatasetGroupCommand.js +1 -0
- package/dist-es/commands/CreateDatasetImportJobCommand.js +1 -0
- package/dist-es/commands/CreateEventTrackerCommand.js +1 -0
- package/dist-es/commands/CreateFilterCommand.js +1 -0
- package/dist-es/commands/CreateMetricAttributionCommand.js +1 -0
- package/dist-es/commands/CreateRecommenderCommand.js +1 -0
- package/dist-es/commands/CreateSchemaCommand.js +1 -0
- package/dist-es/commands/CreateSolutionCommand.js +1 -0
- package/dist-es/commands/CreateSolutionVersionCommand.js +1 -0
- package/dist-es/commands/DeleteCampaignCommand.js +1 -0
- package/dist-es/commands/DeleteDatasetCommand.js +1 -0
- package/dist-es/commands/DeleteDatasetGroupCommand.js +1 -0
- package/dist-es/commands/DeleteEventTrackerCommand.js +1 -0
- package/dist-es/commands/DeleteFilterCommand.js +1 -0
- package/dist-es/commands/DeleteMetricAttributionCommand.js +1 -0
- package/dist-es/commands/DeleteRecommenderCommand.js +1 -0
- package/dist-es/commands/DeleteSchemaCommand.js +1 -0
- package/dist-es/commands/DeleteSolutionCommand.js +1 -0
- package/dist-es/commands/DescribeAlgorithmCommand.js +1 -0
- package/dist-es/commands/DescribeBatchInferenceJobCommand.js +1 -0
- package/dist-es/commands/DescribeBatchSegmentJobCommand.js +1 -0
- package/dist-es/commands/DescribeCampaignCommand.js +1 -0
- package/dist-es/commands/DescribeDatasetCommand.js +1 -0
- package/dist-es/commands/DescribeDatasetExportJobCommand.js +1 -0
- package/dist-es/commands/DescribeDatasetGroupCommand.js +1 -0
- package/dist-es/commands/DescribeDatasetImportJobCommand.js +1 -0
- package/dist-es/commands/DescribeEventTrackerCommand.js +1 -0
- package/dist-es/commands/DescribeFeatureTransformationCommand.js +1 -0
- package/dist-es/commands/DescribeFilterCommand.js +1 -0
- package/dist-es/commands/DescribeMetricAttributionCommand.js +1 -0
- package/dist-es/commands/DescribeRecipeCommand.js +1 -0
- package/dist-es/commands/DescribeRecommenderCommand.js +1 -0
- package/dist-es/commands/DescribeSchemaCommand.js +1 -0
- package/dist-es/commands/DescribeSolutionCommand.js +1 -0
- package/dist-es/commands/DescribeSolutionVersionCommand.js +1 -0
- package/dist-es/commands/GetSolutionMetricsCommand.js +1 -0
- package/dist-es/commands/ListBatchInferenceJobsCommand.js +1 -0
- package/dist-es/commands/ListBatchSegmentJobsCommand.js +1 -0
- package/dist-es/commands/ListCampaignsCommand.js +1 -0
- package/dist-es/commands/ListDatasetExportJobsCommand.js +1 -0
- package/dist-es/commands/ListDatasetGroupsCommand.js +1 -0
- package/dist-es/commands/ListDatasetImportJobsCommand.js +1 -0
- package/dist-es/commands/ListDatasetsCommand.js +1 -0
- package/dist-es/commands/ListEventTrackersCommand.js +1 -0
- package/dist-es/commands/ListFiltersCommand.js +1 -0
- package/dist-es/commands/ListMetricAttributionMetricsCommand.js +1 -0
- package/dist-es/commands/ListMetricAttributionsCommand.js +1 -0
- package/dist-es/commands/ListRecipesCommand.js +1 -0
- package/dist-es/commands/ListRecommendersCommand.js +1 -0
- package/dist-es/commands/ListSchemasCommand.js +1 -0
- package/dist-es/commands/ListSolutionVersionsCommand.js +1 -0
- package/dist-es/commands/ListSolutionsCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/StartRecommenderCommand.js +1 -0
- package/dist-es/commands/StopRecommenderCommand.js +1 -0
- package/dist-es/commands/StopSolutionVersionCreationCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateCampaignCommand.js +1 -0
- package/dist-es/commands/UpdateMetricAttributionCommand.js +1 -0
- package/dist-es/commands/UpdateRecommenderCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/PersonalizeServiceException.js +1 -0
- package/dist-types/PersonalizeClient.d.ts +3 -3
- package/dist-types/commands/CreateBatchInferenceJobCommand.d.ts +4 -0
- package/dist-types/commands/CreateBatchSegmentJobCommand.d.ts +4 -0
- package/dist-types/commands/CreateCampaignCommand.d.ts +4 -0
- package/dist-types/commands/CreateDatasetCommand.d.ts +4 -0
- package/dist-types/commands/CreateDatasetExportJobCommand.d.ts +4 -0
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +4 -0
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +4 -0
- package/dist-types/commands/CreateEventTrackerCommand.d.ts +4 -0
- package/dist-types/commands/CreateFilterCommand.d.ts +4 -0
- package/dist-types/commands/CreateMetricAttributionCommand.d.ts +4 -0
- package/dist-types/commands/CreateRecommenderCommand.d.ts +4 -0
- package/dist-types/commands/CreateSchemaCommand.d.ts +4 -0
- package/dist-types/commands/CreateSolutionCommand.d.ts +4 -0
- package/dist-types/commands/CreateSolutionVersionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCampaignCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDatasetCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEventTrackerCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFilterCommand.d.ts +4 -0
- package/dist-types/commands/DeleteMetricAttributionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteRecommenderCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSchemaCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSolutionCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +4 -0
- package/dist-types/commands/DescribeBatchInferenceJobCommand.d.ts +4 -0
- package/dist-types/commands/DescribeBatchSegmentJobCommand.d.ts +4 -0
- package/dist-types/commands/DescribeCampaignCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDatasetCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDatasetExportJobCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +4 -0
- package/dist-types/commands/DescribeEventTrackerCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFeatureTransformationCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFilterCommand.d.ts +4 -0
- package/dist-types/commands/DescribeMetricAttributionCommand.d.ts +4 -0
- package/dist-types/commands/DescribeRecipeCommand.d.ts +4 -0
- package/dist-types/commands/DescribeRecommenderCommand.d.ts +4 -0
- package/dist-types/commands/DescribeSchemaCommand.d.ts +4 -0
- package/dist-types/commands/DescribeSolutionCommand.d.ts +4 -0
- package/dist-types/commands/DescribeSolutionVersionCommand.d.ts +4 -0
- package/dist-types/commands/GetSolutionMetricsCommand.d.ts +4 -0
- package/dist-types/commands/ListBatchInferenceJobsCommand.d.ts +4 -0
- package/dist-types/commands/ListBatchSegmentJobsCommand.d.ts +4 -0
- package/dist-types/commands/ListCampaignsCommand.d.ts +4 -0
- package/dist-types/commands/ListDatasetExportJobsCommand.d.ts +4 -0
- package/dist-types/commands/ListDatasetGroupsCommand.d.ts +4 -0
- package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +4 -0
- package/dist-types/commands/ListDatasetsCommand.d.ts +4 -0
- package/dist-types/commands/ListEventTrackersCommand.d.ts +4 -0
- package/dist-types/commands/ListFiltersCommand.d.ts +4 -0
- package/dist-types/commands/ListMetricAttributionMetricsCommand.d.ts +4 -0
- package/dist-types/commands/ListMetricAttributionsCommand.d.ts +4 -0
- package/dist-types/commands/ListRecipesCommand.d.ts +4 -0
- package/dist-types/commands/ListRecommendersCommand.d.ts +4 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +4 -0
- package/dist-types/commands/ListSolutionVersionsCommand.d.ts +4 -0
- package/dist-types/commands/ListSolutionsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/StartRecommenderCommand.d.ts +4 -0
- package/dist-types/commands/StopRecommenderCommand.d.ts +4 -0
- package/dist-types/commands/StopSolutionVersionCreationCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateCampaignCommand.d.ts +4 -0
- package/dist-types/commands/UpdateMetricAttributionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateRecommenderCommand.d.ts +4 -0
- package/dist-types/index.d.ts +8 -2
- package/dist-types/models/PersonalizeServiceException.d.ts +1 -0
- package/dist-types/ts3.4/PersonalizeClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateBatchInferenceJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateBatchSegmentJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDatasetExportJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateEventTrackerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateMetricAttributionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateRecommenderCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateSolutionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateSolutionVersionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteEventTrackerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteMetricAttributionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteRecommenderCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteSolutionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeBatchInferenceJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeBatchSegmentJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeDatasetExportJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeEventTrackerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeFeatureTransformationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeFilterCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeMetricAttributionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeRecommenderCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeSolutionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeSolutionVersionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSolutionMetricsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListBatchInferenceJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListBatchSegmentJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDatasetExportJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListEventTrackersCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListMetricAttributionMetricsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListMetricAttributionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListRecommendersCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListSolutionVersionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListSolutionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartRecommenderCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StopRecommenderCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StopSolutionVersionCreationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateMetricAttributionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateRecommenderCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/PersonalizeServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DeleteSchemaRequest } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DeleteSolutionRequest } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DescribeAlgorithmRequest, DescribeAlgorithmResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DescribeBatchInferenceJobRequest, DescribeBatchInferenceJobResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DescribeBatchSegmentJobRequest, DescribeBatchSegmentJobResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DescribeCampaignRequest, DescribeCampaignResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DescribeDatasetExportJobRequest, DescribeDatasetExportJobResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DescribeDatasetGroupRequest, DescribeDatasetGroupResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DescribeDatasetImportJobRequest, DescribeDatasetImportJobResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DescribeEventTrackerRequest, DescribeEventTrackerResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DescribeFeatureTransformationRequest, DescribeFeatureTransformationResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DescribeFilterRequest, DescribeFilterResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DescribeMetricAttributionRequest, DescribeMetricAttributionResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DescribeRecipeRequest, DescribeRecipeResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DescribeRecommenderRequest, DescribeRecommenderResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DescribeSchemaRequest, DescribeSchemaResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DescribeSolutionRequest, DescribeSolutionResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DescribeSolutionVersionRequest, DescribeSolutionVersionResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetSolutionMetricsRequest, GetSolutionMetricsResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListBatchInferenceJobsRequest, ListBatchInferenceJobsResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListBatchSegmentJobsRequest, ListBatchSegmentJobsResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListCampaignsRequest, ListCampaignsResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListDatasetExportJobsRequest, ListDatasetExportJobsResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListDatasetGroupsRequest, ListDatasetGroupsResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListDatasetImportJobsRequest, ListDatasetImportJobsResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListEventTrackersRequest, ListEventTrackersResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListFiltersRequest, ListFiltersResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListMetricAttributionMetricsRequest, ListMetricAttributionMetricsResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListMetricAttributionsRequest, ListMetricAttributionsResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListRecipesRequest, ListRecipesResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListRecommendersRequest, ListRecommendersResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListSchemasRequest, ListSchemasResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListSolutionVersionsRequest, ListSolutionVersionsResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListSolutionsRequest, ListSolutionsResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { StartRecommenderRequest, StartRecommenderResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { StopRecommenderRequest, StopRecommenderResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { StopSolutionVersionCreationRequest } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateCampaignRequest, UpdateCampaignResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateMetricAttributionRequest, UpdateMetricAttributionResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateRecommenderRequest, UpdateRecommenderResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <p>Amazon Personalize is a machine learning service that makes it easy to add individualized
|
|
3
|
+
* recommendations to customers.</p>
|
|
4
|
+
*
|
|
5
|
+
* @packageDocumentation
|
|
6
|
+
*/
|
|
2
7
|
export * from "./PersonalizeClient";
|
|
8
|
+
export * from "./Personalize";
|
|
3
9
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
10
|
export * from "./pagination";
|
|
11
|
+
export * from "./models";
|
|
6
12
|
export { PersonalizeServiceException } from "./models/PersonalizeServiceException";
|
|
@@ -315,6 +315,7 @@ import {
|
|
|
315
315
|
ClientResolvedEndpointParameters,
|
|
316
316
|
EndpointParameters,
|
|
317
317
|
} from "./endpoint/EndpointParameters";
|
|
318
|
+
export { __Client };
|
|
318
319
|
export type ServiceInputTypes =
|
|
319
320
|
| CreateBatchInferenceJobCommandInput
|
|
320
321
|
| CreateBatchSegmentJobCommandInput
|
|
@@ -473,7 +474,7 @@ export interface ClientDefaults
|
|
|
473
474
|
logger?: __Logger;
|
|
474
475
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
475
476
|
}
|
|
476
|
-
type PersonalizeClientConfigType = Partial<
|
|
477
|
+
export type PersonalizeClientConfigType = Partial<
|
|
477
478
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
478
479
|
> &
|
|
479
480
|
ClientDefaults &
|
|
@@ -485,7 +486,7 @@ type PersonalizeClientConfigType = Partial<
|
|
|
485
486
|
UserAgentInputConfig &
|
|
486
487
|
ClientInputEndpointParameters;
|
|
487
488
|
export interface PersonalizeClientConfig extends PersonalizeClientConfigType {}
|
|
488
|
-
type PersonalizeClientResolvedConfigType =
|
|
489
|
+
export type PersonalizeClientResolvedConfigType =
|
|
489
490
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
490
491
|
Required<ClientDefaults> &
|
|
491
492
|
RegionResolvedConfig &
|
|
@@ -507,4 +508,3 @@ export declare class PersonalizeClient extends __Client<
|
|
|
507
508
|
constructor(configuration: PersonalizeClientConfig);
|
|
508
509
|
destroy(): void;
|
|
509
510
|
}
|
|
510
|
-
export {};
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateBatchInferenceJobCommandInput
|
|
19
20
|
extends CreateBatchInferenceJobRequest {}
|
|
20
21
|
export interface CreateBatchInferenceJobCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateBatchSegmentJobCommandInput
|
|
19
20
|
extends CreateBatchSegmentJobRequest {}
|
|
20
21
|
export interface CreateBatchSegmentJobCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateCampaignCommandInput extends CreateCampaignRequest {}
|
|
19
20
|
export interface CreateCampaignCommandOutput
|
|
20
21
|
extends CreateCampaignResponse,
|