@aws-sdk/client-personalize 3.1077.0 → 3.1079.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +219 -853
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateBatchInferenceJobCommand.js +2 -14
- package/dist-es/commands/CreateBatchSegmentJobCommand.js +2 -14
- package/dist-es/commands/CreateCampaignCommand.js +2 -14
- package/dist-es/commands/CreateDataDeletionJobCommand.js +2 -14
- package/dist-es/commands/CreateDatasetCommand.js +2 -14
- package/dist-es/commands/CreateDatasetExportJobCommand.js +2 -14
- package/dist-es/commands/CreateDatasetGroupCommand.js +2 -14
- package/dist-es/commands/CreateDatasetImportJobCommand.js +2 -14
- package/dist-es/commands/CreateEventTrackerCommand.js +2 -14
- package/dist-es/commands/CreateFilterCommand.js +2 -14
- package/dist-es/commands/CreateMetricAttributionCommand.js +2 -14
- package/dist-es/commands/CreateRecommenderCommand.js +2 -14
- package/dist-es/commands/CreateSchemaCommand.js +2 -14
- package/dist-es/commands/CreateSolutionCommand.js +2 -14
- package/dist-es/commands/CreateSolutionVersionCommand.js +2 -14
- package/dist-es/commands/DeleteCampaignCommand.js +2 -14
- package/dist-es/commands/DeleteDatasetCommand.js +2 -14
- package/dist-es/commands/DeleteDatasetGroupCommand.js +2 -14
- package/dist-es/commands/DeleteEventTrackerCommand.js +2 -14
- package/dist-es/commands/DeleteFilterCommand.js +2 -14
- package/dist-es/commands/DeleteMetricAttributionCommand.js +2 -14
- package/dist-es/commands/DeleteRecommenderCommand.js +2 -14
- package/dist-es/commands/DeleteSchemaCommand.js +2 -14
- package/dist-es/commands/DeleteSolutionCommand.js +2 -14
- package/dist-es/commands/DescribeAlgorithmCommand.js +2 -14
- package/dist-es/commands/DescribeBatchInferenceJobCommand.js +2 -14
- package/dist-es/commands/DescribeBatchSegmentJobCommand.js +2 -14
- package/dist-es/commands/DescribeCampaignCommand.js +2 -14
- package/dist-es/commands/DescribeDataDeletionJobCommand.js +2 -14
- package/dist-es/commands/DescribeDatasetCommand.js +2 -14
- package/dist-es/commands/DescribeDatasetExportJobCommand.js +2 -14
- package/dist-es/commands/DescribeDatasetGroupCommand.js +2 -14
- package/dist-es/commands/DescribeDatasetImportJobCommand.js +2 -14
- package/dist-es/commands/DescribeEventTrackerCommand.js +2 -14
- package/dist-es/commands/DescribeFeatureTransformationCommand.js +2 -14
- package/dist-es/commands/DescribeFilterCommand.js +2 -14
- package/dist-es/commands/DescribeMetricAttributionCommand.js +2 -14
- package/dist-es/commands/DescribeRecipeCommand.js +2 -14
- package/dist-es/commands/DescribeRecommenderCommand.js +2 -14
- package/dist-es/commands/DescribeSchemaCommand.js +2 -14
- package/dist-es/commands/DescribeSolutionCommand.js +2 -14
- package/dist-es/commands/DescribeSolutionVersionCommand.js +2 -14
- package/dist-es/commands/GetSolutionMetricsCommand.js +2 -14
- package/dist-es/commands/ListBatchInferenceJobsCommand.js +2 -14
- package/dist-es/commands/ListBatchSegmentJobsCommand.js +2 -14
- package/dist-es/commands/ListCampaignsCommand.js +2 -14
- package/dist-es/commands/ListDataDeletionJobsCommand.js +2 -14
- package/dist-es/commands/ListDatasetExportJobsCommand.js +2 -14
- package/dist-es/commands/ListDatasetGroupsCommand.js +2 -14
- package/dist-es/commands/ListDatasetImportJobsCommand.js +2 -14
- package/dist-es/commands/ListDatasetsCommand.js +2 -14
- package/dist-es/commands/ListEventTrackersCommand.js +2 -14
- package/dist-es/commands/ListFiltersCommand.js +2 -14
- package/dist-es/commands/ListMetricAttributionMetricsCommand.js +2 -14
- package/dist-es/commands/ListMetricAttributionsCommand.js +2 -14
- package/dist-es/commands/ListRecipesCommand.js +2 -14
- package/dist-es/commands/ListRecommendersCommand.js +2 -14
- package/dist-es/commands/ListSchemasCommand.js +2 -14
- package/dist-es/commands/ListSolutionVersionsCommand.js +2 -14
- package/dist-es/commands/ListSolutionsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/StartRecommenderCommand.js +2 -14
- package/dist-es/commands/StopRecommenderCommand.js +2 -14
- package/dist-es/commands/StopSolutionVersionCreationCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateCampaignCommand.js +2 -14
- package/dist-es/commands/UpdateDatasetCommand.js +2 -14
- package/dist-es/commands/UpdateMetricAttributionCommand.js +2 -14
- package/dist-es/commands/UpdateRecommenderCommand.js +2 -14
- package/dist-es/commands/UpdateSolutionCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateBatchInferenceJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateBatchSegmentJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateCampaignCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataDeletionJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateDatasetCommand.d.ts +3 -8
- package/dist-types/commands/CreateDatasetExportJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateEventTrackerCommand.d.ts +3 -8
- package/dist-types/commands/CreateFilterCommand.d.ts +3 -8
- package/dist-types/commands/CreateMetricAttributionCommand.d.ts +3 -8
- package/dist-types/commands/CreateRecommenderCommand.d.ts +3 -8
- package/dist-types/commands/CreateSchemaCommand.d.ts +3 -8
- package/dist-types/commands/CreateSolutionCommand.d.ts +3 -8
- package/dist-types/commands/CreateSolutionVersionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCampaignCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDatasetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEventTrackerCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFilterCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMetricAttributionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRecommenderCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSchemaCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSolutionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +3 -8
- package/dist-types/commands/DescribeBatchInferenceJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeBatchSegmentJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCampaignCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDataDeletionJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDatasetCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDatasetExportJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEventTrackerCommand.d.ts +3 -8
- package/dist-types/commands/DescribeFeatureTransformationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeFilterCommand.d.ts +3 -8
- package/dist-types/commands/DescribeMetricAttributionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeRecipeCommand.d.ts +3 -8
- package/dist-types/commands/DescribeRecommenderCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSchemaCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSolutionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSolutionVersionCommand.d.ts +3 -8
- package/dist-types/commands/GetSolutionMetricsCommand.d.ts +3 -8
- package/dist-types/commands/ListBatchInferenceJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListBatchSegmentJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListCampaignsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataDeletionJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListDatasetExportJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListDatasetGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListDatasetsCommand.d.ts +3 -8
- package/dist-types/commands/ListEventTrackersCommand.d.ts +3 -8
- package/dist-types/commands/ListFiltersCommand.d.ts +3 -8
- package/dist-types/commands/ListMetricAttributionMetricsCommand.d.ts +3 -8
- package/dist-types/commands/ListMetricAttributionsCommand.d.ts +3 -8
- package/dist-types/commands/ListRecipesCommand.d.ts +3 -8
- package/dist-types/commands/ListRecommendersCommand.d.ts +3 -8
- package/dist-types/commands/ListSchemasCommand.d.ts +3 -8
- package/dist-types/commands/ListSolutionVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListSolutionsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/StartRecommenderCommand.d.ts +3 -8
- package/dist-types/commands/StopRecommenderCommand.d.ts +3 -8
- package/dist-types/commands/StopSolutionVersionCreationCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCampaignCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDatasetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateMetricAttributionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRecommenderCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSolutionCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateBatchInferenceJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBatchSegmentJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataDeletionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDatasetExportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEventTrackerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMetricAttributionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRecommenderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSolutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSolutionVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEventTrackerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMetricAttributionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRecommenderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSolutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeBatchInferenceJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeBatchSegmentJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDataDeletionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDatasetExportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEventTrackerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeFeatureTransformationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeFilterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeMetricAttributionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeRecommenderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSolutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSolutionVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSolutionMetricsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBatchInferenceJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBatchSegmentJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataDeletionJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDatasetExportJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEventTrackersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMetricAttributionMetricsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMetricAttributionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRecommendersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSolutionVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSolutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartRecommenderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopRecommenderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopSolutionVersionCreationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateMetricAttributionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRecommenderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSolutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
CreateDataDeletionJobRequest,
|
|
5
4
|
CreateDataDeletionJobResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
PersonalizeClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../PersonalizeClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateDataDeletionJobCommandInput
|
|
15
8
|
extends CreateDataDeletionJobRequest {}
|
|
16
9
|
export interface CreateDataDeletionJobCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateDataDeletionJobCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateDataDeletionJobCommandInput,
|
|
24
17
|
CreateDataDeletionJobCommandOutput,
|
|
25
|
-
PersonalizeClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").PersonalizeClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateDataDeletionJobCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateDataDeletionJobCommandInput,
|
|
33
26
|
CreateDataDeletionJobCommandOutput,
|
|
34
|
-
PersonalizeClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").PersonalizeClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateDataDeletionJobCommand extends CreateDataDeletionJobCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
CreateDatasetRequest,
|
|
5
4
|
CreateDatasetResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
PersonalizeClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../PersonalizeClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateDatasetCommandInput extends CreateDatasetRequest {}
|
|
15
8
|
export interface CreateDatasetCommandOutput
|
|
16
9
|
extends CreateDatasetResponse,
|
|
@@ -21,22 +14,20 @@ declare const CreateDatasetCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
CreateDatasetCommandInput,
|
|
23
16
|
CreateDatasetCommandOutput,
|
|
24
|
-
PersonalizeClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").PersonalizeClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: CreateDatasetCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
CreateDatasetCommandInput,
|
|
32
25
|
CreateDatasetCommandOutput,
|
|
33
|
-
PersonalizeClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").PersonalizeClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class CreateDatasetCommand extends CreateDatasetCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
CreateDatasetExportJobRequest,
|
|
5
4
|
CreateDatasetExportJobResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
PersonalizeClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../PersonalizeClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateDatasetExportJobCommandInput
|
|
15
8
|
extends CreateDatasetExportJobRequest {}
|
|
16
9
|
export interface CreateDatasetExportJobCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateDatasetExportJobCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateDatasetExportJobCommandInput,
|
|
24
17
|
CreateDatasetExportJobCommandOutput,
|
|
25
|
-
PersonalizeClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").PersonalizeClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateDatasetExportJobCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateDatasetExportJobCommandInput,
|
|
33
26
|
CreateDatasetExportJobCommandOutput,
|
|
34
|
-
PersonalizeClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").PersonalizeClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateDatasetExportJobCommand extends CreateDatasetExportJobCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
CreateDatasetGroupRequest,
|
|
5
4
|
CreateDatasetGroupResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
PersonalizeClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../PersonalizeClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateDatasetGroupCommandInput
|
|
15
8
|
extends CreateDatasetGroupRequest {}
|
|
16
9
|
export interface CreateDatasetGroupCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateDatasetGroupCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateDatasetGroupCommandInput,
|
|
24
17
|
CreateDatasetGroupCommandOutput,
|
|
25
|
-
PersonalizeClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").PersonalizeClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateDatasetGroupCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateDatasetGroupCommandInput,
|
|
33
26
|
CreateDatasetGroupCommandOutput,
|
|
34
|
-
PersonalizeClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").PersonalizeClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateDatasetGroupCommand extends CreateDatasetGroupCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
CreateDatasetImportJobRequest,
|
|
5
4
|
CreateDatasetImportJobResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
PersonalizeClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../PersonalizeClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateDatasetImportJobCommandInput
|
|
15
8
|
extends CreateDatasetImportJobRequest {}
|
|
16
9
|
export interface CreateDatasetImportJobCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateDatasetImportJobCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateDatasetImportJobCommandInput,
|
|
24
17
|
CreateDatasetImportJobCommandOutput,
|
|
25
|
-
PersonalizeClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").PersonalizeClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateDatasetImportJobCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateDatasetImportJobCommandInput,
|
|
33
26
|
CreateDatasetImportJobCommandOutput,
|
|
34
|
-
PersonalizeClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").PersonalizeClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateDatasetImportJobCommand extends CreateDatasetImportJobCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
CreateEventTrackerRequest,
|
|
5
4
|
CreateEventTrackerResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
PersonalizeClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../PersonalizeClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateEventTrackerCommandInput
|
|
15
8
|
extends CreateEventTrackerRequest {}
|
|
16
9
|
export interface CreateEventTrackerCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateEventTrackerCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateEventTrackerCommandInput,
|
|
24
17
|
CreateEventTrackerCommandOutput,
|
|
25
|
-
PersonalizeClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").PersonalizeClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateEventTrackerCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateEventTrackerCommandInput,
|
|
33
26
|
CreateEventTrackerCommandOutput,
|
|
34
|
-
PersonalizeClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").PersonalizeClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateEventTrackerCommand extends CreateEventTrackerCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { CreateFilterRequest, CreateFilterResponse } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
PersonalizeClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../PersonalizeClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface CreateFilterCommandInput extends CreateFilterRequest {}
|
|
12
5
|
export interface CreateFilterCommandOutput
|
|
13
6
|
extends CreateFilterResponse,
|
|
@@ -18,22 +11,20 @@ declare const CreateFilterCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
CreateFilterCommandInput,
|
|
20
13
|
CreateFilterCommandOutput,
|
|
21
|
-
PersonalizeClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").PersonalizeClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: CreateFilterCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
CreateFilterCommandInput,
|
|
29
22
|
CreateFilterCommandOutput,
|
|
30
|
-
PersonalizeClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").PersonalizeClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class CreateFilterCommand extends CreateFilterCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
CreateMetricAttributionRequest,
|
|
5
4
|
CreateMetricAttributionResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
PersonalizeClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../PersonalizeClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateMetricAttributionCommandInput
|
|
15
8
|
extends CreateMetricAttributionRequest {}
|
|
16
9
|
export interface CreateMetricAttributionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateMetricAttributionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateMetricAttributionCommandInput,
|
|
24
17
|
CreateMetricAttributionCommandOutput,
|
|
25
|
-
PersonalizeClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").PersonalizeClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateMetricAttributionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateMetricAttributionCommandInput,
|
|
33
26
|
CreateMetricAttributionCommandOutput,
|
|
34
|
-
PersonalizeClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").PersonalizeClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateMetricAttributionCommand extends CreateMetricAttributionCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
CreateRecommenderRequest,
|
|
5
4
|
CreateRecommenderResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
PersonalizeClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../PersonalizeClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateRecommenderCommandInput
|
|
15
8
|
extends CreateRecommenderRequest {}
|
|
16
9
|
export interface CreateRecommenderCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateRecommenderCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateRecommenderCommandInput,
|
|
24
17
|
CreateRecommenderCommandOutput,
|
|
25
|
-
PersonalizeClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").PersonalizeClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateRecommenderCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateRecommenderCommandInput,
|
|
33
26
|
CreateRecommenderCommandOutput,
|
|
34
|
-
PersonalizeClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").PersonalizeClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateRecommenderCommand extends CreateRecommenderCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { CreateSchemaRequest, CreateSchemaResponse } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
PersonalizeClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../PersonalizeClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface CreateSchemaCommandInput extends CreateSchemaRequest {}
|
|
12
5
|
export interface CreateSchemaCommandOutput
|
|
13
6
|
extends CreateSchemaResponse,
|
|
@@ -18,22 +11,20 @@ declare const CreateSchemaCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
CreateSchemaCommandInput,
|
|
20
13
|
CreateSchemaCommandOutput,
|
|
21
|
-
PersonalizeClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").PersonalizeClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: CreateSchemaCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
CreateSchemaCommandInput,
|
|
29
22
|
CreateSchemaCommandOutput,
|
|
30
|
-
PersonalizeClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").PersonalizeClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class CreateSchemaCommand extends CreateSchemaCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
CreateSolutionRequest,
|
|
5
4
|
CreateSolutionResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
PersonalizeClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../PersonalizeClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateSolutionCommandInput extends CreateSolutionRequest {}
|
|
15
8
|
export interface CreateSolutionCommandOutput
|
|
16
9
|
extends CreateSolutionResponse,
|
|
@@ -21,22 +14,20 @@ declare const CreateSolutionCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
CreateSolutionCommandInput,
|
|
23
16
|
CreateSolutionCommandOutput,
|
|
24
|
-
PersonalizeClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").PersonalizeClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: CreateSolutionCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
CreateSolutionCommandInput,
|
|
32
25
|
CreateSolutionCommandOutput,
|
|
33
|
-
PersonalizeClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").PersonalizeClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class CreateSolutionCommand extends CreateSolutionCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
CreateSolutionVersionRequest,
|
|
5
4
|
CreateSolutionVersionResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
PersonalizeClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../PersonalizeClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateSolutionVersionCommandInput
|
|
15
8
|
extends CreateSolutionVersionRequest {}
|
|
16
9
|
export interface CreateSolutionVersionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateSolutionVersionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateSolutionVersionCommandInput,
|
|
24
17
|
CreateSolutionVersionCommandOutput,
|
|
25
|
-
PersonalizeClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").PersonalizeClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateSolutionVersionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateSolutionVersionCommandInput,
|
|
33
26
|
CreateSolutionVersionCommandOutput,
|
|
34
|
-
PersonalizeClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").PersonalizeClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateSolutionVersionCommand extends CreateSolutionVersionCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { DeleteCampaignRequest } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
PersonalizeClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../PersonalizeClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeleteCampaignCommandInput extends DeleteCampaignRequest {}
|
|
12
5
|
export interface DeleteCampaignCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const DeleteCampaignCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const DeleteCampaignCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
DeleteCampaignCommandInput,
|
|
18
11
|
DeleteCampaignCommandOutput,
|
|
19
|
-
PersonalizeClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").PersonalizeClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: DeleteCampaignCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
DeleteCampaignCommandInput,
|
|
27
20
|
DeleteCampaignCommandOutput,
|
|
28
|
-
PersonalizeClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").PersonalizeClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class DeleteCampaignCommand extends DeleteCampaignCommand_base {
|
|
37
28
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { DeleteDatasetRequest } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
PersonalizeClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../PersonalizeClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeleteDatasetCommandInput extends DeleteDatasetRequest {}
|
|
12
5
|
export interface DeleteDatasetCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const DeleteDatasetCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const DeleteDatasetCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
DeleteDatasetCommandInput,
|
|
18
11
|
DeleteDatasetCommandOutput,
|
|
19
|
-
PersonalizeClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").PersonalizeClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: DeleteDatasetCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
DeleteDatasetCommandInput,
|
|
27
20
|
DeleteDatasetCommandOutput,
|
|
28
|
-
PersonalizeClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").PersonalizeClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class DeleteDatasetCommand extends DeleteDatasetCommand_base {
|
|
37
28
|
protected static __types: {
|