@aws-sdk/client-personalize 3.1077.0 → 3.1078.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,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DescribeFilterRequest, DescribeFilterResponse } from "../models/models_0";
|
|
4
|
-
import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeFilterCommandInput extends DescribeFilterRequest {
|
|
|
22
19
|
export interface DescribeFilterCommandOutput extends DescribeFilterResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeFilterCommand_base: {
|
|
25
|
-
new (input: DescribeFilterCommandInput): import("@smithy/core/client").CommandImpl<DescribeFilterCommandInput, DescribeFilterCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeFilterCommandInput): import("@smithy/core/client").CommandImpl<DescribeFilterCommandInput, DescribeFilterCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeFilterCommandInput): import("@smithy/core/client").CommandImpl<DescribeFilterCommandInput, DescribeFilterCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeFilterCommandInput): import("@smithy/core/client").CommandImpl<DescribeFilterCommandInput, DescribeFilterCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Describes a filter's properties.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DescribeMetricAttributionRequest, DescribeMetricAttributionResponse } from "../models/models_0";
|
|
4
|
-
import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeMetricAttributionCommandInput extends DescribeMetricAtt
|
|
|
22
19
|
export interface DescribeMetricAttributionCommandOutput extends DescribeMetricAttributionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeMetricAttributionCommand_base: {
|
|
25
|
-
new (input: DescribeMetricAttributionCommandInput): import("@smithy/core/client").CommandImpl<DescribeMetricAttributionCommandInput, DescribeMetricAttributionCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeMetricAttributionCommandInput): import("@smithy/core/client").CommandImpl<DescribeMetricAttributionCommandInput, DescribeMetricAttributionCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeMetricAttributionCommandInput): import("@smithy/core/client").CommandImpl<DescribeMetricAttributionCommandInput, DescribeMetricAttributionCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeMetricAttributionCommandInput): import("@smithy/core/client").CommandImpl<DescribeMetricAttributionCommandInput, DescribeMetricAttributionCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Describes a metric attribution.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DescribeRecipeRequest, DescribeRecipeResponse } from "../models/models_0";
|
|
4
|
-
import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeRecipeCommandInput extends DescribeRecipeRequest {
|
|
|
22
19
|
export interface DescribeRecipeCommandOutput extends DescribeRecipeResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeRecipeCommand_base: {
|
|
25
|
-
new (input: DescribeRecipeCommandInput): import("@smithy/core/client").CommandImpl<DescribeRecipeCommandInput, DescribeRecipeCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeRecipeCommandInput): import("@smithy/core/client").CommandImpl<DescribeRecipeCommandInput, DescribeRecipeCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeRecipeCommandInput): import("@smithy/core/client").CommandImpl<DescribeRecipeCommandInput, DescribeRecipeCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeRecipeCommandInput): import("@smithy/core/client").CommandImpl<DescribeRecipeCommandInput, DescribeRecipeCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Describes a recipe.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DescribeRecommenderRequest, DescribeRecommenderResponse } from "../models/models_0";
|
|
4
|
-
import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeRecommenderCommandInput extends DescribeRecommenderRequ
|
|
|
22
19
|
export interface DescribeRecommenderCommandOutput extends DescribeRecommenderResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeRecommenderCommand_base: {
|
|
25
|
-
new (input: DescribeRecommenderCommandInput): import("@smithy/core/client").CommandImpl<DescribeRecommenderCommandInput, DescribeRecommenderCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeRecommenderCommandInput): import("@smithy/core/client").CommandImpl<DescribeRecommenderCommandInput, DescribeRecommenderCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeRecommenderCommandInput): import("@smithy/core/client").CommandImpl<DescribeRecommenderCommandInput, DescribeRecommenderCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeRecommenderCommandInput): import("@smithy/core/client").CommandImpl<DescribeRecommenderCommandInput, DescribeRecommenderCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Describes the given recommender, including its status.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DescribeSchemaRequest, DescribeSchemaResponse } from "../models/models_0";
|
|
4
|
-
import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeSchemaCommandInput extends DescribeSchemaRequest {
|
|
|
22
19
|
export interface DescribeSchemaCommandOutput extends DescribeSchemaResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeSchemaCommand_base: {
|
|
25
|
-
new (input: DescribeSchemaCommandInput): import("@smithy/core/client").CommandImpl<DescribeSchemaCommandInput, DescribeSchemaCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeSchemaCommandInput): import("@smithy/core/client").CommandImpl<DescribeSchemaCommandInput, DescribeSchemaCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeSchemaCommandInput): import("@smithy/core/client").CommandImpl<DescribeSchemaCommandInput, DescribeSchemaCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeSchemaCommandInput): import("@smithy/core/client").CommandImpl<DescribeSchemaCommandInput, DescribeSchemaCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Describes a schema. For more information on schemas, see
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DescribeSolutionRequest, DescribeSolutionResponse } from "../models/models_0";
|
|
4
|
-
import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeSolutionCommandInput extends DescribeSolutionRequest {
|
|
|
22
19
|
export interface DescribeSolutionCommandOutput extends DescribeSolutionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeSolutionCommand_base: {
|
|
25
|
-
new (input: DescribeSolutionCommandInput): import("@smithy/core/client").CommandImpl<DescribeSolutionCommandInput, DescribeSolutionCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeSolutionCommandInput): import("@smithy/core/client").CommandImpl<DescribeSolutionCommandInput, DescribeSolutionCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeSolutionCommandInput): import("@smithy/core/client").CommandImpl<DescribeSolutionCommandInput, DescribeSolutionCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeSolutionCommandInput): import("@smithy/core/client").CommandImpl<DescribeSolutionCommandInput, DescribeSolutionCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Describes a solution.
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DescribeSolutionVersionRequest, DescribeSolutionVersionResponse } from "../models/models_0";
|
|
4
|
-
import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeSolutionVersionCommandInput extends DescribeSolutionVer
|
|
|
22
19
|
export interface DescribeSolutionVersionCommandOutput extends DescribeSolutionVersionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeSolutionVersionCommand_base: {
|
|
25
|
-
new (input: DescribeSolutionVersionCommandInput): import("@smithy/core/client").CommandImpl<DescribeSolutionVersionCommandInput, DescribeSolutionVersionCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeSolutionVersionCommandInput): import("@smithy/core/client").CommandImpl<DescribeSolutionVersionCommandInput, DescribeSolutionVersionCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeSolutionVersionCommandInput): import("@smithy/core/client").CommandImpl<DescribeSolutionVersionCommandInput, DescribeSolutionVersionCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeSolutionVersionCommandInput): import("@smithy/core/client").CommandImpl<DescribeSolutionVersionCommandInput, DescribeSolutionVersionCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Describes a specific version of a solution. For more information on solutions, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateSolution.html">CreateSolution</a>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetSolutionMetricsRequest, GetSolutionMetricsResponse } from "../models/models_0";
|
|
4
|
-
import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetSolutionMetricsCommandInput extends GetSolutionMetricsReques
|
|
|
22
19
|
export interface GetSolutionMetricsCommandOutput extends GetSolutionMetricsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetSolutionMetricsCommand_base: {
|
|
25
|
-
new (input: GetSolutionMetricsCommandInput): import("@smithy/core/client").CommandImpl<GetSolutionMetricsCommandInput, GetSolutionMetricsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetSolutionMetricsCommandInput): import("@smithy/core/client").CommandImpl<GetSolutionMetricsCommandInput, GetSolutionMetricsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetSolutionMetricsCommandInput): import("@smithy/core/client").CommandImpl<GetSolutionMetricsCommandInput, GetSolutionMetricsCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetSolutionMetricsCommandInput): import("@smithy/core/client").CommandImpl<GetSolutionMetricsCommandInput, GetSolutionMetricsCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets the metrics for the specified solution version.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListBatchInferenceJobsRequest, ListBatchInferenceJobsResponse } from "../models/models_0";
|
|
4
|
-
import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListBatchInferenceJobsCommandInput extends ListBatchInferenceJo
|
|
|
22
19
|
export interface ListBatchInferenceJobsCommandOutput extends ListBatchInferenceJobsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListBatchInferenceJobsCommand_base: {
|
|
25
|
-
new (input: ListBatchInferenceJobsCommandInput): import("@smithy/core/client").CommandImpl<ListBatchInferenceJobsCommandInput, ListBatchInferenceJobsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListBatchInferenceJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListBatchInferenceJobsCommandInput, ListBatchInferenceJobsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListBatchInferenceJobsCommandInput): import("@smithy/core/client").CommandImpl<ListBatchInferenceJobsCommandInput, ListBatchInferenceJobsCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListBatchInferenceJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListBatchInferenceJobsCommandInput, ListBatchInferenceJobsCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets a list of the batch inference jobs that have been performed off of a solution
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListBatchSegmentJobsRequest, ListBatchSegmentJobsResponse } from "../models/models_0";
|
|
4
|
-
import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListBatchSegmentJobsCommandInput extends ListBatchSegmentJobsRe
|
|
|
22
19
|
export interface ListBatchSegmentJobsCommandOutput extends ListBatchSegmentJobsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListBatchSegmentJobsCommand_base: {
|
|
25
|
-
new (input: ListBatchSegmentJobsCommandInput): import("@smithy/core/client").CommandImpl<ListBatchSegmentJobsCommandInput, ListBatchSegmentJobsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListBatchSegmentJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListBatchSegmentJobsCommandInput, ListBatchSegmentJobsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListBatchSegmentJobsCommandInput): import("@smithy/core/client").CommandImpl<ListBatchSegmentJobsCommandInput, ListBatchSegmentJobsCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListBatchSegmentJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListBatchSegmentJobsCommandInput, ListBatchSegmentJobsCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets a list of the batch segment jobs that have been performed off of a solution
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListCampaignsRequest, ListCampaignsResponse } from "../models/models_0";
|
|
4
|
-
import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListCampaignsCommandInput extends ListCampaignsRequest {
|
|
|
22
19
|
export interface ListCampaignsCommandOutput extends ListCampaignsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListCampaignsCommand_base: {
|
|
25
|
-
new (input: ListCampaignsCommandInput): import("@smithy/core/client").CommandImpl<ListCampaignsCommandInput, ListCampaignsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListCampaignsCommandInput]): import("@smithy/core/client").CommandImpl<ListCampaignsCommandInput, ListCampaignsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListCampaignsCommandInput): import("@smithy/core/client").CommandImpl<ListCampaignsCommandInput, ListCampaignsCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListCampaignsCommandInput]): import("@smithy/core/client").CommandImpl<ListCampaignsCommandInput, ListCampaignsCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of campaigns that use the given solution.
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListDataDeletionJobsRequest, ListDataDeletionJobsResponse } from "../models/models_0";
|
|
4
|
-
import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListDataDeletionJobsCommandInput extends ListDataDeletionJobsRe
|
|
|
22
19
|
export interface ListDataDeletionJobsCommandOutput extends ListDataDeletionJobsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListDataDeletionJobsCommand_base: {
|
|
25
|
-
new (input: ListDataDeletionJobsCommandInput): import("@smithy/core/client").CommandImpl<ListDataDeletionJobsCommandInput, ListDataDeletionJobsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListDataDeletionJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListDataDeletionJobsCommandInput, ListDataDeletionJobsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListDataDeletionJobsCommandInput): import("@smithy/core/client").CommandImpl<ListDataDeletionJobsCommandInput, ListDataDeletionJobsCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListDataDeletionJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListDataDeletionJobsCommandInput, ListDataDeletionJobsCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of data deletion jobs for a dataset group ordered by creation time,
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListDatasetExportJobsRequest, ListDatasetExportJobsResponse } from "../models/models_0";
|
|
4
|
-
import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListDatasetExportJobsCommandInput extends ListDatasetExportJobs
|
|
|
22
19
|
export interface ListDatasetExportJobsCommandOutput extends ListDatasetExportJobsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListDatasetExportJobsCommand_base: {
|
|
25
|
-
new (input: ListDatasetExportJobsCommandInput): import("@smithy/core/client").CommandImpl<ListDatasetExportJobsCommandInput, ListDatasetExportJobsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListDatasetExportJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListDatasetExportJobsCommandInput, ListDatasetExportJobsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListDatasetExportJobsCommandInput): import("@smithy/core/client").CommandImpl<ListDatasetExportJobsCommandInput, ListDatasetExportJobsCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListDatasetExportJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListDatasetExportJobsCommandInput, ListDatasetExportJobsCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of dataset export jobs that use the given dataset. When
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListDatasetGroupsRequest, ListDatasetGroupsResponse } from "../models/models_0";
|
|
4
|
-
import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListDatasetGroupsCommandInput extends ListDatasetGroupsRequest
|
|
|
22
19
|
export interface ListDatasetGroupsCommandOutput extends ListDatasetGroupsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListDatasetGroupsCommand_base: {
|
|
25
|
-
new (input: ListDatasetGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListDatasetGroupsCommandInput]): import("@smithy/core/client").CommandImpl<ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListDatasetGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListDatasetGroupsCommandInput]): import("@smithy/core/client").CommandImpl<ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of dataset groups. The response provides the properties
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListDatasetImportJobsRequest, ListDatasetImportJobsResponse } from "../models/models_0";
|
|
4
|
-
import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListDatasetImportJobsCommandInput extends ListDatasetImportJobs
|
|
|
22
19
|
export interface ListDatasetImportJobsCommandOutput extends ListDatasetImportJobsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListDatasetImportJobsCommand_base: {
|
|
25
|
-
new (input: ListDatasetImportJobsCommandInput): import("@smithy/core/client").CommandImpl<ListDatasetImportJobsCommandInput, ListDatasetImportJobsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListDatasetImportJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListDatasetImportJobsCommandInput, ListDatasetImportJobsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListDatasetImportJobsCommandInput): import("@smithy/core/client").CommandImpl<ListDatasetImportJobsCommandInput, ListDatasetImportJobsCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListDatasetImportJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListDatasetImportJobsCommandInput, ListDatasetImportJobsCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of dataset import jobs that use the given dataset. When
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
|
|
4
|
-
import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListDatasetsCommandInput extends ListDatasetsRequest {
|
|
|
22
19
|
export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListDatasetsCommand_base: {
|
|
25
|
-
new (input: ListDatasetsCommandInput): import("@smithy/core/client").CommandImpl<ListDatasetsCommandInput, ListDatasetsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListDatasetsCommandInput]): import("@smithy/core/client").CommandImpl<ListDatasetsCommandInput, ListDatasetsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListDatasetsCommandInput): import("@smithy/core/client").CommandImpl<ListDatasetsCommandInput, ListDatasetsCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListDatasetsCommandInput]): import("@smithy/core/client").CommandImpl<ListDatasetsCommandInput, ListDatasetsCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the list of datasets contained in the given dataset group. The
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListEventTrackersRequest, ListEventTrackersResponse } from "../models/models_0";
|
|
4
|
-
import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListEventTrackersCommandInput extends ListEventTrackersRequest
|
|
|
22
19
|
export interface ListEventTrackersCommandOutput extends ListEventTrackersResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListEventTrackersCommand_base: {
|
|
25
|
-
new (input: ListEventTrackersCommandInput): import("@smithy/core/client").CommandImpl<ListEventTrackersCommandInput, ListEventTrackersCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListEventTrackersCommandInput]): import("@smithy/core/client").CommandImpl<ListEventTrackersCommandInput, ListEventTrackersCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListEventTrackersCommandInput): import("@smithy/core/client").CommandImpl<ListEventTrackersCommandInput, ListEventTrackersCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListEventTrackersCommandInput]): import("@smithy/core/client").CommandImpl<ListEventTrackersCommandInput, ListEventTrackersCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the list of event trackers associated with the account.
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListFiltersRequest, ListFiltersResponse } from "../models/models_0";
|
|
4
|
-
import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListFiltersCommandInput extends ListFiltersRequest {
|
|
|
22
19
|
export interface ListFiltersCommandOutput extends ListFiltersResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListFiltersCommand_base: {
|
|
25
|
-
new (input: ListFiltersCommandInput): import("@smithy/core/client").CommandImpl<ListFiltersCommandInput, ListFiltersCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListFiltersCommandInput]): import("@smithy/core/client").CommandImpl<ListFiltersCommandInput, ListFiltersCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListFiltersCommandInput): import("@smithy/core/client").CommandImpl<ListFiltersCommandInput, ListFiltersCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListFiltersCommandInput]): import("@smithy/core/client").CommandImpl<ListFiltersCommandInput, ListFiltersCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all filters that belong to a given dataset group.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListMetricAttributionMetricsRequest, ListMetricAttributionMetricsResponse } from "../models/models_0";
|
|
4
|
-
import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListMetricAttributionMetricsCommandInput extends ListMetricAttr
|
|
|
22
19
|
export interface ListMetricAttributionMetricsCommandOutput extends ListMetricAttributionMetricsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListMetricAttributionMetricsCommand_base: {
|
|
25
|
-
new (input: ListMetricAttributionMetricsCommandInput): import("@smithy/core/client").CommandImpl<ListMetricAttributionMetricsCommandInput, ListMetricAttributionMetricsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListMetricAttributionMetricsCommandInput]): import("@smithy/core/client").CommandImpl<ListMetricAttributionMetricsCommandInput, ListMetricAttributionMetricsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListMetricAttributionMetricsCommandInput): import("@smithy/core/client").CommandImpl<ListMetricAttributionMetricsCommandInput, ListMetricAttributionMetricsCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListMetricAttributionMetricsCommandInput]): import("@smithy/core/client").CommandImpl<ListMetricAttributionMetricsCommandInput, ListMetricAttributionMetricsCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the metrics for the metric attribution.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListMetricAttributionsRequest, ListMetricAttributionsResponse } from "../models/models_0";
|
|
4
|
-
import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListMetricAttributionsCommandInput extends ListMetricAttributio
|
|
|
22
19
|
export interface ListMetricAttributionsCommandOutput extends ListMetricAttributionsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListMetricAttributionsCommand_base: {
|
|
25
|
-
new (input: ListMetricAttributionsCommandInput): import("@smithy/core/client").CommandImpl<ListMetricAttributionsCommandInput, ListMetricAttributionsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListMetricAttributionsCommandInput]): import("@smithy/core/client").CommandImpl<ListMetricAttributionsCommandInput, ListMetricAttributionsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListMetricAttributionsCommandInput): import("@smithy/core/client").CommandImpl<ListMetricAttributionsCommandInput, ListMetricAttributionsCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListMetricAttributionsCommandInput]): import("@smithy/core/client").CommandImpl<ListMetricAttributionsCommandInput, ListMetricAttributionsCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists metric attributions.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListRecipesRequest, ListRecipesResponse } from "../models/models_0";
|
|
4
|
-
import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListRecipesCommandInput extends ListRecipesRequest {
|
|
|
22
19
|
export interface ListRecipesCommandOutput extends ListRecipesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListRecipesCommand_base: {
|
|
25
|
-
new (input: ListRecipesCommandInput): import("@smithy/core/client").CommandImpl<ListRecipesCommandInput, ListRecipesCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListRecipesCommandInput]): import("@smithy/core/client").CommandImpl<ListRecipesCommandInput, ListRecipesCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListRecipesCommandInput): import("@smithy/core/client").CommandImpl<ListRecipesCommandInput, ListRecipesCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListRecipesCommandInput]): import("@smithy/core/client").CommandImpl<ListRecipesCommandInput, ListRecipesCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of available recipes. The response provides the properties
|