@aws-sdk/client-personalize 3.529.1 → 3.535.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/Personalize.d.ts +18 -1
- package/dist-types/PersonalizeClient.d.ts +1 -1
- package/dist-types/commands/CreateBatchInferenceJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateBatchSegmentJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateCampaignCommand.d.ts +2 -1
- package/dist-types/commands/CreateDatasetCommand.d.ts +2 -1
- package/dist-types/commands/CreateDatasetExportJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateEventTrackerCommand.d.ts +2 -1
- package/dist-types/commands/CreateFilterCommand.d.ts +2 -1
- package/dist-types/commands/CreateMetricAttributionCommand.d.ts +2 -1
- package/dist-types/commands/CreateRecommenderCommand.d.ts +2 -1
- package/dist-types/commands/CreateSchemaCommand.d.ts +2 -1
- package/dist-types/commands/CreateSolutionCommand.d.ts +2 -1
- package/dist-types/commands/CreateSolutionVersionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCampaignCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDatasetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEventTrackerCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFilterCommand.d.ts +2 -1
- package/dist-types/commands/DeleteMetricAttributionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRecommenderCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSchemaCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSolutionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +2 -1
- package/dist-types/commands/DescribeBatchInferenceJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeBatchSegmentJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCampaignCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDatasetCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDatasetExportJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEventTrackerCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFeatureTransformationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFilterCommand.d.ts +2 -1
- package/dist-types/commands/DescribeMetricAttributionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRecipeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRecommenderCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSchemaCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSolutionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSolutionVersionCommand.d.ts +2 -1
- package/dist-types/commands/GetSolutionMetricsCommand.d.ts +2 -1
- package/dist-types/commands/ListBatchInferenceJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListBatchSegmentJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListCampaignsCommand.d.ts +2 -1
- package/dist-types/commands/ListDatasetExportJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListDatasetGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListDatasetsCommand.d.ts +2 -1
- package/dist-types/commands/ListEventTrackersCommand.d.ts +2 -1
- package/dist-types/commands/ListFiltersCommand.d.ts +2 -1
- package/dist-types/commands/ListMetricAttributionMetricsCommand.d.ts +2 -1
- package/dist-types/commands/ListMetricAttributionsCommand.d.ts +2 -1
- package/dist-types/commands/ListRecipesCommand.d.ts +2 -1
- package/dist-types/commands/ListRecommendersCommand.d.ts +2 -1
- package/dist-types/commands/ListSchemasCommand.d.ts +2 -1
- package/dist-types/commands/ListSolutionVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListSolutionsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/StartRecommenderCommand.d.ts +2 -1
- package/dist-types/commands/StopRecommenderCommand.d.ts +2 -1
- package/dist-types/commands/StopSolutionVersionCreationCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCampaignCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDatasetCommand.d.ts +2 -1
- package/dist-types/commands/UpdateMetricAttributionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRecommenderCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +679 -679
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/Personalize.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateBatchInferenceJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateBatchSegmentJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDatasetExportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateEventTrackerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateMetricAttributionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateRecommenderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSolutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSolutionVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteEventTrackerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteMetricAttributionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteRecommenderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSolutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeBatchInferenceJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeBatchSegmentJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDatasetExportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEventTrackerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFeatureTransformationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFilterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeMetricAttributionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeRecommenderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSolutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSolutionVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSolutionMetricsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListBatchInferenceJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListBatchSegmentJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDatasetExportJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEventTrackersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListMetricAttributionMetricsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListMetricAttributionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRecommendersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSolutionVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSolutionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartRecommenderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopRecommenderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopSolutionVersionCreationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateMetricAttributionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateRecommenderCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -22,10 +22,10 @@ export interface DescribeAlgorithmCommandOutput extends DescribeAlgorithmRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeAlgorithmCommand_base: {
|
|
24
24
|
new (input: DescribeAlgorithmCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAlgorithmCommandInput, DescribeAlgorithmCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeAlgorithmCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAlgorithmCommandInput, DescribeAlgorithmCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the given algorithm.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -103,6 +103,7 @@ declare const DescribeAlgorithmCommand_base: {
|
|
|
103
103
|
* @throws {@link PersonalizeServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
105
105
|
*
|
|
106
|
+
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class DescribeAlgorithmCommand extends DescribeAlgorithmCommand_base {
|
|
108
109
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeBatchInferenceJobCommandOutput extends DescribeBatchInf
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeBatchInferenceJobCommand_base: {
|
|
24
24
|
new (input: DescribeBatchInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBatchInferenceJobCommandInput, DescribeBatchInferenceJobCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeBatchInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBatchInferenceJobCommandInput, DescribeBatchInferenceJobCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets the properties of a batch inference job including name, Amazon Resource Name (ARN),
|
|
30
30
|
* status, input and output configurations, and the ARN of the solution version used to generate
|
|
31
31
|
* the recommendations.</p>
|
|
@@ -95,6 +95,7 @@ declare const DescribeBatchInferenceJobCommand_base: {
|
|
|
95
95
|
* @throws {@link PersonalizeServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
97
97
|
*
|
|
98
|
+
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class DescribeBatchInferenceJobCommand extends DescribeBatchInferenceJobCommand_base {
|
|
100
101
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeBatchSegmentJobCommandOutput extends DescribeBatchSegme
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeBatchSegmentJobCommand_base: {
|
|
24
24
|
new (input: DescribeBatchSegmentJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBatchSegmentJobCommandInput, DescribeBatchSegmentJobCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeBatchSegmentJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBatchSegmentJobCommandInput, DescribeBatchSegmentJobCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets the properties of a batch segment job including name, Amazon Resource Name (ARN),
|
|
30
30
|
* status, input and output configurations, and the ARN of the solution version used to generate
|
|
31
31
|
* segments.</p>
|
|
@@ -84,6 +84,7 @@ declare const DescribeBatchSegmentJobCommand_base: {
|
|
|
84
84
|
* @throws {@link PersonalizeServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class DescribeBatchSegmentJobCommand extends DescribeBatchSegmentJobCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeCampaignCommandOutput extends DescribeCampaignResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeCampaignCommand_base: {
|
|
24
24
|
new (input: DescribeCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCampaignCommandInput, DescribeCampaignCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCampaignCommandInput, DescribeCampaignCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the given campaign, including its status.</p>
|
|
30
30
|
* <p>A campaign can be in one of the following states:</p>
|
|
31
31
|
* <ul>
|
|
@@ -100,6 +100,7 @@ declare const DescribeCampaignCommand_base: {
|
|
|
100
100
|
* @throws {@link PersonalizeServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
102
102
|
*
|
|
103
|
+
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class DescribeCampaignCommand extends DescribeCampaignCommand_base {
|
|
105
106
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeDatasetCommand_base: {
|
|
24
24
|
new (input: DescribeDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the given dataset. For more information on datasets, see
|
|
30
30
|
* <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateDataset.html">CreateDataset</a>.</p>
|
|
31
31
|
* @example
|
|
@@ -77,6 +77,7 @@ declare const DescribeDatasetCommand_base: {
|
|
|
77
77
|
* @throws {@link PersonalizeServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class DescribeDatasetCommand extends DescribeDatasetCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeDatasetExportJobCommandOutput extends DescribeDatasetEx
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeDatasetExportJobCommand_base: {
|
|
24
24
|
new (input: DescribeDatasetExportJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDatasetExportJobCommandInput, DescribeDatasetExportJobCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeDatasetExportJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDatasetExportJobCommandInput, DescribeDatasetExportJobCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the dataset export job created by <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateDatasetExportJob.html">CreateDatasetExportJob</a>, including the export job status.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -75,6 +75,7 @@ declare const DescribeDatasetExportJobCommand_base: {
|
|
|
75
75
|
* @throws {@link PersonalizeServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class DescribeDatasetExportJobCommand extends DescribeDatasetExportJobCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeDatasetGroupCommandOutput extends DescribeDatasetGroupR
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeDatasetGroupCommand_base: {
|
|
24
24
|
new (input: DescribeDatasetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDatasetGroupCommandInput, DescribeDatasetGroupCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeDatasetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDatasetGroupCommandInput, DescribeDatasetGroupCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the given dataset group. For more information on dataset
|
|
30
30
|
* groups, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateDatasetGroup.html">CreateDatasetGroup</a>.</p>
|
|
31
31
|
* @example
|
|
@@ -70,6 +70,7 @@ declare const DescribeDatasetGroupCommand_base: {
|
|
|
70
70
|
* @throws {@link PersonalizeServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class DescribeDatasetGroupCommand extends DescribeDatasetGroupCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeDatasetImportJobCommandOutput extends DescribeDatasetIm
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeDatasetImportJobCommand_base: {
|
|
24
24
|
new (input: DescribeDatasetImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDatasetImportJobCommandInput, DescribeDatasetImportJobCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeDatasetImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDatasetImportJobCommandInput, DescribeDatasetImportJobCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the dataset import job created by <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateDatasetImportJob.html">CreateDatasetImportJob</a>, including the import job status.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -73,6 +73,7 @@ declare const DescribeDatasetImportJobCommand_base: {
|
|
|
73
73
|
* @throws {@link PersonalizeServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class DescribeDatasetImportJobCommand extends DescribeDatasetImportJobCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeEventTrackerCommandOutput extends DescribeEventTrackerR
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeEventTrackerCommand_base: {
|
|
24
24
|
new (input: DescribeEventTrackerCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEventTrackerCommandInput, DescribeEventTrackerCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeEventTrackerCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEventTrackerCommandInput, DescribeEventTrackerCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes an event tracker. The response includes the <code>trackingId</code> and
|
|
30
30
|
* <code>status</code> of the event tracker.
|
|
31
31
|
* For more information on event trackers, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateEventTracker.html">CreateEventTracker</a>.</p>
|
|
@@ -70,6 +70,7 @@ declare const DescribeEventTrackerCommand_base: {
|
|
|
70
70
|
* @throws {@link PersonalizeServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class DescribeEventTrackerCommand extends DescribeEventTrackerCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeFeatureTransformationCommandOutput extends DescribeFeat
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeFeatureTransformationCommand_base: {
|
|
24
24
|
new (input: DescribeFeatureTransformationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFeatureTransformationCommandInput, DescribeFeatureTransformationCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeFeatureTransformationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFeatureTransformationCommandInput, DescribeFeatureTransformationCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the given feature transformation.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -68,6 +68,7 @@ declare const DescribeFeatureTransformationCommand_base: {
|
|
|
68
68
|
* @throws {@link PersonalizeServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
70
70
|
*
|
|
71
|
+
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class DescribeFeatureTransformationCommand extends DescribeFeatureTransformationCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeFilterCommandOutput extends DescribeFilterResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeFilterCommand_base: {
|
|
24
24
|
new (input: DescribeFilterCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFilterCommandInput, DescribeFilterCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeFilterCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFilterCommandInput, DescribeFilterCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes a filter's properties.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -68,6 +68,7 @@ declare const DescribeFilterCommand_base: {
|
|
|
68
68
|
* @throws {@link PersonalizeServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
70
70
|
*
|
|
71
|
+
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class DescribeFilterCommand extends DescribeFilterCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeMetricAttributionCommandOutput extends DescribeMetricAt
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeMetricAttributionCommand_base: {
|
|
24
24
|
new (input: DescribeMetricAttributionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeMetricAttributionCommandInput, DescribeMetricAttributionCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeMetricAttributionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeMetricAttributionCommandInput, DescribeMetricAttributionCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes a metric attribution.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -74,6 +74,7 @@ declare const DescribeMetricAttributionCommand_base: {
|
|
|
74
74
|
* @throws {@link PersonalizeServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class DescribeMetricAttributionCommand extends DescribeMetricAttributionCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeRecipeCommandOutput extends DescribeRecipeResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeRecipeCommand_base: {
|
|
24
24
|
new (input: DescribeRecipeCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRecipeCommandInput, DescribeRecipeCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeRecipeCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRecipeCommandInput, DescribeRecipeCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes a recipe.</p>
|
|
30
30
|
* <p>A recipe contains three items:</p>
|
|
31
31
|
* <ul>
|
|
@@ -87,6 +87,7 @@ declare const DescribeRecipeCommand_base: {
|
|
|
87
87
|
* @throws {@link PersonalizeServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
89
89
|
*
|
|
90
|
+
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class DescribeRecipeCommand extends DescribeRecipeCommand_base {
|
|
92
93
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeRecommenderCommandOutput extends DescribeRecommenderRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeRecommenderCommand_base: {
|
|
24
24
|
new (input: DescribeRecommenderCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRecommenderCommandInput, DescribeRecommenderCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeRecommenderCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRecommenderCommandInput, DescribeRecommenderCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the given recommender, including its status.</p>
|
|
30
30
|
* <p>A recommender can be in one of the following states:</p>
|
|
31
31
|
* <ul>
|
|
@@ -122,6 +122,7 @@ declare const DescribeRecommenderCommand_base: {
|
|
|
122
122
|
* @throws {@link PersonalizeServiceException}
|
|
123
123
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
124
124
|
*
|
|
125
|
+
* @public
|
|
125
126
|
*/
|
|
126
127
|
export declare class DescribeRecommenderCommand extends DescribeRecommenderCommand_base {
|
|
127
128
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeSchemaCommandOutput extends DescribeSchemaResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeSchemaCommand_base: {
|
|
24
24
|
new (input: DescribeSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSchemaCommandInput, DescribeSchemaCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSchemaCommandInput, DescribeSchemaCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes a schema. For more information on schemas, see
|
|
30
30
|
* <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateSchema.html">CreateSchema</a>.</p>
|
|
31
31
|
* @example
|
|
@@ -67,6 +67,7 @@ declare const DescribeSchemaCommand_base: {
|
|
|
67
67
|
* @throws {@link PersonalizeServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
69
69
|
*
|
|
70
|
+
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class DescribeSchemaCommand extends DescribeSchemaCommand_base {
|
|
72
73
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeSolutionCommandOutput extends DescribeSolutionResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeSolutionCommand_base: {
|
|
24
24
|
new (input: DescribeSolutionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSolutionCommandInput, DescribeSolutionCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeSolutionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSolutionCommandInput, DescribeSolutionCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes a solution.
|
|
30
30
|
* For more information on solutions, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateSolution.html">CreateSolution</a>.</p>
|
|
31
31
|
* @example
|
|
@@ -142,6 +142,7 @@ declare const DescribeSolutionCommand_base: {
|
|
|
142
142
|
* @throws {@link PersonalizeServiceException}
|
|
143
143
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
144
144
|
*
|
|
145
|
+
* @public
|
|
145
146
|
*/
|
|
146
147
|
export declare class DescribeSolutionCommand extends DescribeSolutionCommand_base {
|
|
147
148
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeSolutionVersionCommandOutput extends DescribeSolutionVe
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeSolutionVersionCommand_base: {
|
|
24
24
|
new (input: DescribeSolutionVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSolutionVersionCommandInput, DescribeSolutionVersionCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeSolutionVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSolutionVersionCommandInput, DescribeSolutionVersionCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <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>
|
|
30
30
|
* </p>
|
|
31
31
|
* @example
|
|
@@ -141,6 +141,7 @@ declare const DescribeSolutionVersionCommand_base: {
|
|
|
141
141
|
* @throws {@link PersonalizeServiceException}
|
|
142
142
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
143
143
|
*
|
|
144
|
+
* @public
|
|
144
145
|
*/
|
|
145
146
|
export declare class DescribeSolutionVersionCommand extends DescribeSolutionVersionCommand_base {
|
|
146
147
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetSolutionMetricsCommandOutput extends GetSolutionMetricsRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetSolutionMetricsCommand_base: {
|
|
24
24
|
new (input: GetSolutionMetricsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSolutionMetricsCommandInput, GetSolutionMetricsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetSolutionMetricsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSolutionMetricsCommandInput, GetSolutionMetricsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets the metrics for the specified solution version.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -65,6 +65,7 @@ declare const GetSolutionMetricsCommand_base: {
|
|
|
65
65
|
* @throws {@link PersonalizeServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
67
67
|
*
|
|
68
|
+
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class GetSolutionMetricsCommand extends GetSolutionMetricsCommand_base {
|
|
70
71
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListBatchInferenceJobsCommandOutput extends ListBatchInferenceJ
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListBatchInferenceJobsCommand_base: {
|
|
24
24
|
new (input: ListBatchInferenceJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBatchInferenceJobsCommandInput, ListBatchInferenceJobsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListBatchInferenceJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListBatchInferenceJobsCommandInput, ListBatchInferenceJobsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets a list of the batch inference jobs that have been performed off of a solution
|
|
30
30
|
* version.</p>
|
|
31
31
|
* @example
|
|
@@ -74,6 +74,7 @@ declare const ListBatchInferenceJobsCommand_base: {
|
|
|
74
74
|
* @throws {@link PersonalizeServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class ListBatchInferenceJobsCommand extends ListBatchInferenceJobsCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListBatchSegmentJobsCommandOutput extends ListBatchSegmentJobsR
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListBatchSegmentJobsCommand_base: {
|
|
24
24
|
new (input: ListBatchSegmentJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBatchSegmentJobsCommandInput, ListBatchSegmentJobsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListBatchSegmentJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListBatchSegmentJobsCommandInput, ListBatchSegmentJobsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets a list of the batch segment jobs that have been performed off of a solution
|
|
30
30
|
* version that you specify.</p>
|
|
31
31
|
* @example
|
|
@@ -73,6 +73,7 @@ declare const ListBatchSegmentJobsCommand_base: {
|
|
|
73
73
|
* @throws {@link PersonalizeServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class ListBatchSegmentJobsCommand extends ListBatchSegmentJobsCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListCampaignsCommandOutput extends ListCampaignsResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListCampaignsCommand_base: {
|
|
24
24
|
new (input: ListCampaignsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCampaignsCommandInput, ListCampaignsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListCampaignsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCampaignsCommandInput, ListCampaignsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of campaigns that use the given solution.
|
|
30
30
|
* When a solution is not specified, all the campaigns associated with the account are listed.
|
|
31
31
|
* The response provides the properties for each campaign, including the Amazon Resource Name (ARN).
|
|
@@ -74,6 +74,7 @@ declare const ListCampaignsCommand_base: {
|
|
|
74
74
|
* @throws {@link PersonalizeServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class ListCampaignsCommand extends ListCampaignsCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListDatasetExportJobsCommandOutput extends ListDatasetExportJob
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListDatasetExportJobsCommand_base: {
|
|
24
24
|
new (input: ListDatasetExportJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDatasetExportJobsCommandInput, ListDatasetExportJobsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListDatasetExportJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDatasetExportJobsCommandInput, ListDatasetExportJobsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of dataset export jobs that use the given dataset. When
|
|
30
30
|
* a dataset is not specified, all the dataset export jobs associated with
|
|
31
31
|
* the account are listed. The response provides the properties for each
|
|
@@ -76,6 +76,7 @@ declare const ListDatasetExportJobsCommand_base: {
|
|
|
76
76
|
* @throws {@link PersonalizeServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class ListDatasetExportJobsCommand extends ListDatasetExportJobsCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListDatasetGroupsCommandOutput extends ListDatasetGroupsRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListDatasetGroupsCommand_base: {
|
|
24
24
|
new (input: ListDatasetGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListDatasetGroupsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of dataset groups. The response provides the properties
|
|
30
30
|
* for each dataset group, including the Amazon Resource Name (ARN). For more
|
|
31
31
|
* information on dataset groups, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateDatasetGroup.html">CreateDatasetGroup</a>.</p>
|
|
@@ -70,6 +70,7 @@ declare const ListDatasetGroupsCommand_base: {
|
|
|
70
70
|
* @throws {@link PersonalizeServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class ListDatasetGroupsCommand extends ListDatasetGroupsCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListDatasetImportJobsCommandOutput extends ListDatasetImportJob
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListDatasetImportJobsCommand_base: {
|
|
24
24
|
new (input: ListDatasetImportJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDatasetImportJobsCommandInput, ListDatasetImportJobsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListDatasetImportJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDatasetImportJobsCommandInput, ListDatasetImportJobsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of dataset import jobs that use the given dataset. When
|
|
30
30
|
* a dataset is not specified, all the dataset import jobs associated with
|
|
31
31
|
* the account are listed. The response provides the properties for each
|
|
@@ -77,6 +77,7 @@ declare const ListDatasetImportJobsCommand_base: {
|
|
|
77
77
|
* @throws {@link PersonalizeServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class ListDatasetImportJobsCommand extends ListDatasetImportJobsCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListDatasetsCommand_base: {
|
|
24
24
|
new (input: ListDatasetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDatasetsCommandInput, ListDatasetsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListDatasetsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDatasetsCommandInput, ListDatasetsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the list of datasets contained in the given dataset group. The
|
|
30
30
|
* response provides the properties for each dataset, including the Amazon
|
|
31
31
|
* Resource Name (ARN). For more information on datasets, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateDataset.html">CreateDataset</a>.</p>
|
|
@@ -73,6 +73,7 @@ declare const ListDatasetsCommand_base: {
|
|
|
73
73
|
* @throws {@link PersonalizeServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class ListDatasetsCommand extends ListDatasetsCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListEventTrackersCommandOutput extends ListEventTrackersRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListEventTrackersCommand_base: {
|
|
24
24
|
new (input: ListEventTrackersCommandInput): import("@smithy/smithy-client").CommandImpl<ListEventTrackersCommandInput, ListEventTrackersCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListEventTrackersCommandInput]): import("@smithy/smithy-client").CommandImpl<ListEventTrackersCommandInput, ListEventTrackersCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the list of event trackers associated with the account.
|
|
30
30
|
* The response provides the properties for each event tracker, including the Amazon Resource
|
|
31
31
|
* Name (ARN) and tracking ID. For more
|
|
@@ -73,6 +73,7 @@ declare const ListEventTrackersCommand_base: {
|
|
|
73
73
|
* @throws {@link PersonalizeServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class ListEventTrackersCommand extends ListEventTrackersCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListFiltersCommandOutput extends ListFiltersResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListFiltersCommand_base: {
|
|
24
24
|
new (input: ListFiltersCommandInput): import("@smithy/smithy-client").CommandImpl<ListFiltersCommandInput, ListFiltersCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListFiltersCommandInput]): import("@smithy/smithy-client").CommandImpl<ListFiltersCommandInput, ListFiltersCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all filters that belong to a given dataset group.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -72,6 +72,7 @@ declare const ListFiltersCommand_base: {
|
|
|
72
72
|
* @throws {@link PersonalizeServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class ListFiltersCommand extends ListFiltersCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListMetricAttributionMetricsCommandOutput extends ListMetricAtt
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListMetricAttributionMetricsCommand_base: {
|
|
24
24
|
new (input: ListMetricAttributionMetricsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMetricAttributionMetricsCommandInput, ListMetricAttributionMetricsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListMetricAttributionMetricsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListMetricAttributionMetricsCommandInput, ListMetricAttributionMetricsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the metrics for the metric attribution.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -68,6 +68,7 @@ declare const ListMetricAttributionMetricsCommand_base: {
|
|
|
68
68
|
* @throws {@link PersonalizeServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
70
70
|
*
|
|
71
|
+
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class ListMetricAttributionMetricsCommand extends ListMetricAttributionMetricsCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListMetricAttributionsCommandOutput extends ListMetricAttributi
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListMetricAttributionsCommand_base: {
|
|
24
24
|
new (input: ListMetricAttributionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMetricAttributionsCommandInput, ListMetricAttributionsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListMetricAttributionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListMetricAttributionsCommandInput, ListMetricAttributionsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists metric attributions.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -71,6 +71,7 @@ declare const ListMetricAttributionsCommand_base: {
|
|
|
71
71
|
* @throws {@link PersonalizeServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class ListMetricAttributionsCommand extends ListMetricAttributionsCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListRecipesCommandOutput extends ListRecipesResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListRecipesCommand_base: {
|
|
24
24
|
new (input: ListRecipesCommandInput): import("@smithy/smithy-client").CommandImpl<ListRecipesCommandInput, ListRecipesCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListRecipesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListRecipesCommandInput, ListRecipesCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of available recipes. The response provides the properties
|
|
30
30
|
* for each recipe, including the recipe's Amazon Resource Name (ARN).</p>
|
|
31
31
|
* @example
|
|
@@ -73,6 +73,7 @@ declare const ListRecipesCommand_base: {
|
|
|
73
73
|
* @throws {@link PersonalizeServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from Personalize service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class ListRecipesCommand extends ListRecipesCommand_base {
|
|
78
79
|
}
|