@aws-sdk/client-personalize 3.337.0 → 3.341.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
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateDatasetCommandInput extends CreateDatasetRequest {}
|
|
19
20
|
export interface CreateDatasetCommandOutput
|
|
20
21
|
extends CreateDatasetResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateDatasetExportJobCommandInput
|
|
19
20
|
extends CreateDatasetExportJobRequest {}
|
|
20
21
|
export interface CreateDatasetExportJobCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateDatasetGroupCommandInput
|
|
19
20
|
extends CreateDatasetGroupRequest {}
|
|
20
21
|
export interface CreateDatasetGroupCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateDatasetImportJobCommandInput
|
|
19
20
|
extends CreateDatasetImportJobRequest {}
|
|
20
21
|
export interface CreateDatasetImportJobCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateEventTrackerCommandInput
|
|
19
20
|
extends CreateEventTrackerRequest {}
|
|
20
21
|
export interface CreateEventTrackerCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../PersonalizeClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateFilterCommandInput extends CreateFilterRequest {}
|
|
16
17
|
export interface CreateFilterCommandOutput
|
|
17
18
|
extends CreateFilterResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateMetricAttributionCommandInput
|
|
19
20
|
extends CreateMetricAttributionRequest {}
|
|
20
21
|
export interface CreateMetricAttributionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateRecommenderCommandInput
|
|
19
20
|
extends CreateRecommenderRequest {}
|
|
20
21
|
export interface CreateRecommenderCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../PersonalizeClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateSchemaCommandInput extends CreateSchemaRequest {}
|
|
16
17
|
export interface CreateSchemaCommandOutput
|
|
17
18
|
extends CreateSchemaResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateSolutionCommandInput extends CreateSolutionRequest {}
|
|
19
20
|
export interface CreateSolutionCommandOutput
|
|
20
21
|
extends CreateSolutionResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateSolutionVersionCommandInput
|
|
19
20
|
extends CreateSolutionVersionRequest {}
|
|
20
21
|
export interface CreateSolutionVersionCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../PersonalizeClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteCampaignCommandInput extends DeleteCampaignRequest {}
|
|
16
17
|
export interface DeleteCampaignCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class DeleteCampaignCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../PersonalizeClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteDatasetCommandInput extends DeleteDatasetRequest {}
|
|
16
17
|
export interface DeleteDatasetCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class DeleteDatasetCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../PersonalizeClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteDatasetGroupCommandInput
|
|
16
17
|
extends DeleteDatasetGroupRequest {}
|
|
17
18
|
export interface DeleteDatasetGroupCommandOutput extends __MetadataBearer {}
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../PersonalizeClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteEventTrackerCommandInput
|
|
16
17
|
extends DeleteEventTrackerRequest {}
|
|
17
18
|
export interface DeleteEventTrackerCommandOutput extends __MetadataBearer {}
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../PersonalizeClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteFilterCommandInput extends DeleteFilterRequest {}
|
|
16
17
|
export interface DeleteFilterCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class DeleteFilterCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../PersonalizeClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteMetricAttributionCommandInput
|
|
16
17
|
extends DeleteMetricAttributionRequest {}
|
|
17
18
|
export interface DeleteMetricAttributionCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../PersonalizeClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteRecommenderCommandInput
|
|
16
17
|
extends DeleteRecommenderRequest {}
|
|
17
18
|
export interface DeleteRecommenderCommandOutput extends __MetadataBearer {}
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../PersonalizeClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteSchemaCommandInput extends DeleteSchemaRequest {}
|
|
16
17
|
export interface DeleteSchemaCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class DeleteSchemaCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../PersonalizeClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteSolutionCommandInput extends DeleteSolutionRequest {}
|
|
16
17
|
export interface DeleteSolutionCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class DeleteSolutionCommand extends $Command<
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeAlgorithmCommandInput
|
|
19
20
|
extends DescribeAlgorithmRequest {}
|
|
20
21
|
export interface DescribeAlgorithmCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeBatchInferenceJobCommandInput
|
|
19
20
|
extends DescribeBatchInferenceJobRequest {}
|
|
20
21
|
export interface DescribeBatchInferenceJobCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeBatchSegmentJobCommandInput
|
|
19
20
|
extends DescribeBatchSegmentJobRequest {}
|
|
20
21
|
export interface DescribeBatchSegmentJobCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeCampaignCommandInput extends DescribeCampaignRequest {}
|
|
19
20
|
export interface DescribeCampaignCommandOutput
|
|
20
21
|
extends DescribeCampaignResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeDatasetCommandInput extends DescribeDatasetRequest {}
|
|
19
20
|
export interface DescribeDatasetCommandOutput
|
|
20
21
|
extends DescribeDatasetResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeDatasetExportJobCommandInput
|
|
19
20
|
extends DescribeDatasetExportJobRequest {}
|
|
20
21
|
export interface DescribeDatasetExportJobCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeDatasetGroupCommandInput
|
|
19
20
|
extends DescribeDatasetGroupRequest {}
|
|
20
21
|
export interface DescribeDatasetGroupCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeDatasetImportJobCommandInput
|
|
19
20
|
extends DescribeDatasetImportJobRequest {}
|
|
20
21
|
export interface DescribeDatasetImportJobCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeEventTrackerCommandInput
|
|
19
20
|
extends DescribeEventTrackerRequest {}
|
|
20
21
|
export interface DescribeEventTrackerCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeFeatureTransformationCommandInput
|
|
19
20
|
extends DescribeFeatureTransformationRequest {}
|
|
20
21
|
export interface DescribeFeatureTransformationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeFilterCommandInput extends DescribeFilterRequest {}
|
|
19
20
|
export interface DescribeFilterCommandOutput
|
|
20
21
|
extends DescribeFilterResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeMetricAttributionCommandInput
|
|
19
20
|
extends DescribeMetricAttributionRequest {}
|
|
20
21
|
export interface DescribeMetricAttributionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeRecipeCommandInput extends DescribeRecipeRequest {}
|
|
19
20
|
export interface DescribeRecipeCommandOutput
|
|
20
21
|
extends DescribeRecipeResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeRecommenderCommandInput
|
|
19
20
|
extends DescribeRecommenderRequest {}
|
|
20
21
|
export interface DescribeRecommenderCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeSchemaCommandInput extends DescribeSchemaRequest {}
|
|
19
20
|
export interface DescribeSchemaCommandOutput
|
|
20
21
|
extends DescribeSchemaResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeSolutionCommandInput extends DescribeSolutionRequest {}
|
|
19
20
|
export interface DescribeSolutionCommandOutput
|
|
20
21
|
extends DescribeSolutionResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeSolutionVersionCommandInput
|
|
19
20
|
extends DescribeSolutionVersionRequest {}
|
|
20
21
|
export interface DescribeSolutionVersionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetSolutionMetricsCommandInput
|
|
19
20
|
extends GetSolutionMetricsRequest {}
|
|
20
21
|
export interface GetSolutionMetricsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListBatchInferenceJobsCommandInput
|
|
19
20
|
extends ListBatchInferenceJobsRequest {}
|
|
20
21
|
export interface ListBatchInferenceJobsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListBatchSegmentJobsCommandInput
|
|
19
20
|
extends ListBatchSegmentJobsRequest {}
|
|
20
21
|
export interface ListBatchSegmentJobsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListCampaignsCommandInput extends ListCampaignsRequest {}
|
|
19
20
|
export interface ListCampaignsCommandOutput
|
|
20
21
|
extends ListCampaignsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListDatasetExportJobsCommandInput
|
|
19
20
|
extends ListDatasetExportJobsRequest {}
|
|
20
21
|
export interface ListDatasetExportJobsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListDatasetGroupsCommandInput
|
|
19
20
|
extends ListDatasetGroupsRequest {}
|
|
20
21
|
export interface ListDatasetGroupsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListDatasetImportJobsCommandInput
|
|
19
20
|
extends ListDatasetImportJobsRequest {}
|
|
20
21
|
export interface ListDatasetImportJobsCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../PersonalizeClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListDatasetsCommandInput extends ListDatasetsRequest {}
|
|
16
17
|
export interface ListDatasetsCommandOutput
|
|
17
18
|
extends ListDatasetsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListEventTrackersCommandInput
|
|
19
20
|
extends ListEventTrackersRequest {}
|
|
20
21
|
export interface ListEventTrackersCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../PersonalizeClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListFiltersCommandInput extends ListFiltersRequest {}
|
|
16
17
|
export interface ListFiltersCommandOutput
|
|
17
18
|
extends ListFiltersResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListMetricAttributionMetricsCommandInput
|
|
19
20
|
extends ListMetricAttributionMetricsRequest {}
|
|
20
21
|
export interface ListMetricAttributionMetricsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListMetricAttributionsCommandInput
|
|
19
20
|
extends ListMetricAttributionsRequest {}
|
|
20
21
|
export interface ListMetricAttributionsCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../PersonalizeClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListRecipesCommandInput extends ListRecipesRequest {}
|
|
16
17
|
export interface ListRecipesCommandOutput
|
|
17
18
|
extends ListRecipesResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListRecommendersCommandInput extends ListRecommendersRequest {}
|
|
19
20
|
export interface ListRecommendersCommandOutput
|
|
20
21
|
extends ListRecommendersResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../PersonalizeClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListSchemasCommandInput extends ListSchemasRequest {}
|
|
16
17
|
export interface ListSchemasCommandOutput
|
|
17
18
|
extends ListSchemasResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListSolutionVersionsCommandInput
|
|
19
20
|
extends ListSolutionVersionsRequest {}
|
|
20
21
|
export interface ListSolutionVersionsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListSolutionsCommandInput extends ListSolutionsRequest {}
|
|
19
20
|
export interface ListSolutionsCommandOutput
|
|
20
21
|
extends ListSolutionsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTagsForResourceCommandInput
|
|
19
20
|
extends ListTagsForResourceRequest {}
|
|
20
21
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface StartRecommenderCommandInput extends StartRecommenderRequest {}
|
|
19
20
|
export interface StartRecommenderCommandOutput
|
|
20
21
|
extends StartRecommenderResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface StopRecommenderCommandInput extends StopRecommenderRequest {}
|
|
19
20
|
export interface StopRecommenderCommandOutput
|
|
20
21
|
extends StopRecommenderResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../PersonalizeClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface StopSolutionVersionCreationCommandInput
|
|
16
17
|
extends StopSolutionVersionCreationRequest {}
|
|
17
18
|
export interface StopSolutionVersionCreationCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../PersonalizeClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
16
17
|
export interface TagResourceCommandOutput
|
|
17
18
|
extends TagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
19
20
|
export interface UntagResourceCommandOutput
|
|
20
21
|
extends UntagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateCampaignCommandInput extends UpdateCampaignRequest {}
|
|
19
20
|
export interface UpdateCampaignCommandOutput
|
|
20
21
|
extends UpdateCampaignResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateMetricAttributionCommandInput
|
|
19
20
|
extends UpdateMetricAttributionRequest {}
|
|
20
21
|
export interface UpdateMetricAttributionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../PersonalizeClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateRecommenderCommandInput
|
|
19
20
|
extends UpdateRecommenderRequest {}
|
|
20
21
|
export interface UpdateRecommenderCommandOutput
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./Personalize";
|
|
2
1
|
export * from "./PersonalizeClient";
|
|
2
|
+
export * from "./Personalize";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
6
|
export { PersonalizeServiceException } from "./models/PersonalizeServiceException";
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class PersonalizeServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|