@aws-sdk/client-personalize 3.650.0 → 3.654.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/commands/CreateBatchInferenceJobCommand.d.ts +11 -0
- package/dist-types/commands/CreateBatchSegmentJobCommand.d.ts +11 -0
- package/dist-types/commands/CreateCampaignCommand.d.ts +11 -0
- package/dist-types/commands/CreateDataDeletionJobCommand.d.ts +11 -0
- package/dist-types/commands/CreateDatasetCommand.d.ts +11 -0
- package/dist-types/commands/CreateDatasetExportJobCommand.d.ts +11 -0
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +11 -0
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +11 -0
- package/dist-types/commands/CreateEventTrackerCommand.d.ts +11 -0
- package/dist-types/commands/CreateFilterCommand.d.ts +11 -0
- package/dist-types/commands/CreateMetricAttributionCommand.d.ts +11 -0
- package/dist-types/commands/CreateRecommenderCommand.d.ts +11 -0
- package/dist-types/commands/CreateSchemaCommand.d.ts +11 -0
- package/dist-types/commands/CreateSolutionCommand.d.ts +11 -0
- package/dist-types/commands/CreateSolutionVersionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteCampaignCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDatasetCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteEventTrackerCommand.d.ts +11 -0
- package/dist-types/commands/DeleteFilterCommand.d.ts +11 -0
- package/dist-types/commands/DeleteMetricAttributionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRecommenderCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSchemaCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSolutionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +11 -0
- package/dist-types/commands/DescribeBatchInferenceJobCommand.d.ts +11 -0
- package/dist-types/commands/DescribeBatchSegmentJobCommand.d.ts +11 -0
- package/dist-types/commands/DescribeCampaignCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDataDeletionJobCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDatasetCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDatasetExportJobCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +11 -0
- package/dist-types/commands/DescribeEventTrackerCommand.d.ts +11 -0
- package/dist-types/commands/DescribeFeatureTransformationCommand.d.ts +11 -0
- package/dist-types/commands/DescribeFilterCommand.d.ts +11 -0
- package/dist-types/commands/DescribeMetricAttributionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeRecipeCommand.d.ts +11 -0
- package/dist-types/commands/DescribeRecommenderCommand.d.ts +11 -0
- package/dist-types/commands/DescribeSchemaCommand.d.ts +11 -0
- package/dist-types/commands/DescribeSolutionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeSolutionVersionCommand.d.ts +11 -0
- package/dist-types/commands/GetSolutionMetricsCommand.d.ts +11 -0
- package/dist-types/commands/ListBatchInferenceJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListBatchSegmentJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListCampaignsCommand.d.ts +11 -0
- package/dist-types/commands/ListDataDeletionJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListDatasetExportJobsCommand.d.ts +12 -1
- package/dist-types/commands/ListDatasetGroupsCommand.d.ts +11 -0
- package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListDatasetsCommand.d.ts +11 -0
- package/dist-types/commands/ListEventTrackersCommand.d.ts +11 -0
- package/dist-types/commands/ListFiltersCommand.d.ts +11 -0
- package/dist-types/commands/ListMetricAttributionMetricsCommand.d.ts +11 -0
- package/dist-types/commands/ListMetricAttributionsCommand.d.ts +11 -0
- package/dist-types/commands/ListRecipesCommand.d.ts +11 -0
- package/dist-types/commands/ListRecommendersCommand.d.ts +11 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +11 -0
- package/dist-types/commands/ListSolutionVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListSolutionsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/StartRecommenderCommand.d.ts +11 -0
- package/dist-types/commands/StopRecommenderCommand.d.ts +11 -0
- package/dist-types/commands/StopSolutionVersionCreationCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateCampaignCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDatasetCommand.d.ts +11 -0
- package/dist-types/commands/UpdateMetricAttributionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateRecommenderCommand.d.ts +11 -0
- package/dist-types/commands/UpdateSolutionCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CreateBatchInferenceJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateBatchSegmentJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDataDeletionJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDatasetExportJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateEventTrackerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateMetricAttributionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateRecommenderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateSolutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateSolutionVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteEventTrackerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteMetricAttributionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRecommenderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteSolutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeBatchInferenceJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeBatchSegmentJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDataDeletionJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDatasetExportJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeEventTrackerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeFeatureTransformationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeFilterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeMetricAttributionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeRecommenderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeSolutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeSolutionVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSolutionMetricsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListBatchInferenceJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListBatchSegmentJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDataDeletionJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDatasetExportJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListEventTrackersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListMetricAttributionMetricsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListMetricAttributionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRecommendersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSolutionVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSolutionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartRecommenderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopRecommenderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopSolutionVersionCreationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateMetricAttributionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateRecommenderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateSolutionCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -71,4 +71,15 @@ declare const DescribeSchemaCommand_base: {
|
|
|
71
71
|
* @public
|
|
72
72
|
*/
|
|
73
73
|
export declare class DescribeSchemaCommand extends DescribeSchemaCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: DescribeSchemaRequest;
|
|
78
|
+
output: DescribeSchemaResponse;
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: DescribeSchemaCommandInput;
|
|
82
|
+
output: DescribeSchemaCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
74
85
|
}
|
|
@@ -164,4 +164,15 @@ declare const DescribeSolutionCommand_base: {
|
|
|
164
164
|
* @public
|
|
165
165
|
*/
|
|
166
166
|
export declare class DescribeSolutionCommand extends DescribeSolutionCommand_base {
|
|
167
|
+
/** @internal type navigation helper, not in runtime. */
|
|
168
|
+
protected static __types: {
|
|
169
|
+
api: {
|
|
170
|
+
input: DescribeSolutionRequest;
|
|
171
|
+
output: DescribeSolutionResponse;
|
|
172
|
+
};
|
|
173
|
+
sdk: {
|
|
174
|
+
input: DescribeSolutionCommandInput;
|
|
175
|
+
output: DescribeSolutionCommandOutput;
|
|
176
|
+
};
|
|
177
|
+
};
|
|
167
178
|
}
|
|
@@ -149,4 +149,15 @@ declare const DescribeSolutionVersionCommand_base: {
|
|
|
149
149
|
* @public
|
|
150
150
|
*/
|
|
151
151
|
export declare class DescribeSolutionVersionCommand extends DescribeSolutionVersionCommand_base {
|
|
152
|
+
/** @internal type navigation helper, not in runtime. */
|
|
153
|
+
protected static __types: {
|
|
154
|
+
api: {
|
|
155
|
+
input: DescribeSolutionVersionRequest;
|
|
156
|
+
output: DescribeSolutionVersionResponse;
|
|
157
|
+
};
|
|
158
|
+
sdk: {
|
|
159
|
+
input: DescribeSolutionVersionCommandInput;
|
|
160
|
+
output: DescribeSolutionVersionCommandOutput;
|
|
161
|
+
};
|
|
162
|
+
};
|
|
152
163
|
}
|
|
@@ -69,4 +69,15 @@ declare const GetSolutionMetricsCommand_base: {
|
|
|
69
69
|
* @public
|
|
70
70
|
*/
|
|
71
71
|
export declare class GetSolutionMetricsCommand extends GetSolutionMetricsCommand_base {
|
|
72
|
+
/** @internal type navigation helper, not in runtime. */
|
|
73
|
+
protected static __types: {
|
|
74
|
+
api: {
|
|
75
|
+
input: GetSolutionMetricsRequest;
|
|
76
|
+
output: GetSolutionMetricsResponse;
|
|
77
|
+
};
|
|
78
|
+
sdk: {
|
|
79
|
+
input: GetSolutionMetricsCommandInput;
|
|
80
|
+
output: GetSolutionMetricsCommandOutput;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
72
83
|
}
|
|
@@ -78,4 +78,15 @@ declare const ListBatchInferenceJobsCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class ListBatchInferenceJobsCommand extends ListBatchInferenceJobsCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: ListBatchInferenceJobsRequest;
|
|
85
|
+
output: ListBatchInferenceJobsResponse;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: ListBatchInferenceJobsCommandInput;
|
|
89
|
+
output: ListBatchInferenceJobsCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -77,4 +77,15 @@ declare const ListBatchSegmentJobsCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class ListBatchSegmentJobsCommand extends ListBatchSegmentJobsCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: ListBatchSegmentJobsRequest;
|
|
84
|
+
output: ListBatchSegmentJobsResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: ListBatchSegmentJobsCommandInput;
|
|
88
|
+
output: ListBatchSegmentJobsCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -78,4 +78,15 @@ declare const ListCampaignsCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class ListCampaignsCommand extends ListCampaignsCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: ListCampaignsRequest;
|
|
85
|
+
output: ListCampaignsResponse;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: ListCampaignsCommandInput;
|
|
89
|
+
output: ListCampaignsCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -82,4 +82,15 @@ declare const ListDataDeletionJobsCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class ListDataDeletionJobsCommand extends ListDataDeletionJobsCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: ListDataDeletionJobsRequest;
|
|
89
|
+
output: ListDataDeletionJobsResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: ListDataDeletionJobsCommandInput;
|
|
93
|
+
output: ListDataDeletionJobsCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -24,7 +24,7 @@ export interface ListDatasetExportJobsCommandOutput extends ListDatasetExportJob
|
|
|
24
24
|
declare const ListDatasetExportJobsCommand_base: {
|
|
25
25
|
new (input: ListDatasetExportJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDatasetExportJobsCommandInput, ListDatasetExportJobsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (...[input]: [] | [ListDatasetExportJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDatasetExportJobsCommandInput, ListDatasetExportJobsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; /** @internal type navigation helper, not in runtime. */
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Returns a list of dataset export jobs that use the given dataset. When
|
|
@@ -80,4 +80,15 @@ declare const ListDatasetExportJobsCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class ListDatasetExportJobsCommand extends ListDatasetExportJobsCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: ListDatasetExportJobsRequest;
|
|
87
|
+
output: ListDatasetExportJobsResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: ListDatasetExportJobsCommandInput;
|
|
91
|
+
output: ListDatasetExportJobsCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -74,4 +74,15 @@ declare const ListDatasetGroupsCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class ListDatasetGroupsCommand extends ListDatasetGroupsCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: ListDatasetGroupsRequest;
|
|
81
|
+
output: ListDatasetGroupsResponse;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: ListDatasetGroupsCommandInput;
|
|
85
|
+
output: ListDatasetGroupsCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -81,4 +81,15 @@ declare const ListDatasetImportJobsCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class ListDatasetImportJobsCommand extends ListDatasetImportJobsCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: ListDatasetImportJobsRequest;
|
|
88
|
+
output: ListDatasetImportJobsResponse;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: ListDatasetImportJobsCommandInput;
|
|
92
|
+
output: ListDatasetImportJobsCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -77,4 +77,15 @@ declare const ListDatasetsCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class ListDatasetsCommand extends ListDatasetsCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: ListDatasetsRequest;
|
|
84
|
+
output: ListDatasetsResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: ListDatasetsCommandInput;
|
|
88
|
+
output: ListDatasetsCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -77,4 +77,15 @@ declare const ListEventTrackersCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class ListEventTrackersCommand extends ListEventTrackersCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: ListEventTrackersRequest;
|
|
84
|
+
output: ListEventTrackersResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: ListEventTrackersCommandInput;
|
|
88
|
+
output: ListEventTrackersCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -76,4 +76,15 @@ declare const ListFiltersCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class ListFiltersCommand extends ListFiltersCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: ListFiltersRequest;
|
|
83
|
+
output: ListFiltersResponse;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: ListFiltersCommandInput;
|
|
87
|
+
output: ListFiltersCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -72,4 +72,15 @@ declare const ListMetricAttributionMetricsCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class ListMetricAttributionMetricsCommand extends ListMetricAttributionMetricsCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: ListMetricAttributionMetricsRequest;
|
|
79
|
+
output: ListMetricAttributionMetricsResponse;
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: ListMetricAttributionMetricsCommandInput;
|
|
83
|
+
output: ListMetricAttributionMetricsCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -75,4 +75,15 @@ declare const ListMetricAttributionsCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class ListMetricAttributionsCommand extends ListMetricAttributionsCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: ListMetricAttributionsRequest;
|
|
82
|
+
output: ListMetricAttributionsResponse;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: ListMetricAttributionsCommandInput;
|
|
86
|
+
output: ListMetricAttributionsCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -77,4 +77,15 @@ declare const ListRecipesCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class ListRecipesCommand extends ListRecipesCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: ListRecipesRequest;
|
|
84
|
+
output: ListRecipesResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: ListRecipesCommandInput;
|
|
88
|
+
output: ListRecipesCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -93,4 +93,15 @@ declare const ListRecommendersCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class ListRecommendersCommand extends ListRecommendersCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: ListRecommendersRequest;
|
|
100
|
+
output: ListRecommendersResponse;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: ListRecommendersCommandInput;
|
|
104
|
+
output: ListRecommendersCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -72,4 +72,15 @@ declare const ListSchemasCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class ListSchemasCommand extends ListSchemasCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: ListSchemasRequest;
|
|
79
|
+
output: ListSchemasResponse;
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: ListSchemasCommandInput;
|
|
83
|
+
output: ListSchemasCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -81,4 +81,15 @@ declare const ListSolutionVersionsCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class ListSolutionVersionsCommand extends ListSolutionVersionsCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: ListSolutionVersionsRequest;
|
|
88
|
+
output: ListSolutionVersionsResponse;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: ListSolutionVersionsCommandInput;
|
|
92
|
+
output: ListSolutionVersionsCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -78,4 +78,15 @@ declare const ListSolutionsCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class ListSolutionsCommand extends ListSolutionsCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: ListSolutionsRequest;
|
|
85
|
+
output: ListSolutionsResponse;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: ListSolutionsCommandInput;
|
|
89
|
+
output: ListSolutionsCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -71,4 +71,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
71
71
|
* @public
|
|
72
72
|
*/
|
|
73
73
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: ListTagsForResourceRequest;
|
|
78
|
+
output: ListTagsForResourceResponse;
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: ListTagsForResourceCommandInput;
|
|
82
|
+
output: ListTagsForResourceCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
74
85
|
}
|
|
@@ -67,4 +67,15 @@ declare const StartRecommenderCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class StartRecommenderCommand extends StartRecommenderCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: StartRecommenderRequest;
|
|
74
|
+
output: StartRecommenderResponse;
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: StartRecommenderCommandInput;
|
|
78
|
+
output: StartRecommenderCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -66,4 +66,15 @@ declare const StopRecommenderCommand_base: {
|
|
|
66
66
|
* @public
|
|
67
67
|
*/
|
|
68
68
|
export declare class StopRecommenderCommand extends StopRecommenderCommand_base {
|
|
69
|
+
/** @internal type navigation helper, not in runtime. */
|
|
70
|
+
protected static __types: {
|
|
71
|
+
api: {
|
|
72
|
+
input: StopRecommenderRequest;
|
|
73
|
+
output: StopRecommenderResponse;
|
|
74
|
+
};
|
|
75
|
+
sdk: {
|
|
76
|
+
input: StopRecommenderCommandInput;
|
|
77
|
+
output: StopRecommenderCommandOutput;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
69
80
|
}
|
|
@@ -77,4 +77,15 @@ declare const StopSolutionVersionCreationCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class StopSolutionVersionCreationCommand extends StopSolutionVersionCreationCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: StopSolutionVersionCreationRequest;
|
|
84
|
+
output: {};
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: StopSolutionVersionCreationCommandInput;
|
|
88
|
+
output: StopSolutionVersionCreationCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -76,4 +76,15 @@ declare const TagResourceCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: TagResourceRequest;
|
|
83
|
+
output: {};
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: TagResourceCommandInput;
|
|
87
|
+
output: TagResourceCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -70,4 +70,15 @@ declare const UntagResourceCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: UntagResourceRequest;
|
|
77
|
+
output: {};
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: UntagResourceCommandInput;
|
|
81
|
+
output: UntagResourceCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -98,4 +98,15 @@ declare const UpdateCampaignCommand_base: {
|
|
|
98
98
|
* @public
|
|
99
99
|
*/
|
|
100
100
|
export declare class UpdateCampaignCommand extends UpdateCampaignCommand_base {
|
|
101
|
+
/** @internal type navigation helper, not in runtime. */
|
|
102
|
+
protected static __types: {
|
|
103
|
+
api: {
|
|
104
|
+
input: UpdateCampaignRequest;
|
|
105
|
+
output: UpdateCampaignResponse;
|
|
106
|
+
};
|
|
107
|
+
sdk: {
|
|
108
|
+
input: UpdateCampaignCommandInput;
|
|
109
|
+
output: UpdateCampaignCommandOutput;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
101
112
|
}
|
|
@@ -67,4 +67,15 @@ declare const UpdateDatasetCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class UpdateDatasetCommand extends UpdateDatasetCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: UpdateDatasetRequest;
|
|
74
|
+
output: UpdateDatasetResponse;
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: UpdateDatasetCommandInput;
|
|
78
|
+
output: UpdateDatasetCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -86,4 +86,15 @@ declare const UpdateMetricAttributionCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class UpdateMetricAttributionCommand extends UpdateMetricAttributionCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: UpdateMetricAttributionRequest;
|
|
93
|
+
output: UpdateMetricAttributionResponse;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: UpdateMetricAttributionCommandInput;
|
|
97
|
+
output: UpdateMetricAttributionCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -87,4 +87,15 @@ declare const UpdateRecommenderCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class UpdateRecommenderCommand extends UpdateRecommenderCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: UpdateRecommenderRequest;
|
|
94
|
+
output: UpdateRecommenderResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: UpdateRecommenderCommandInput;
|
|
98
|
+
output: UpdateRecommenderCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -84,4 +84,15 @@ declare const UpdateSolutionCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class UpdateSolutionCommand extends UpdateSolutionCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: UpdateSolutionRequest;
|
|
91
|
+
output: UpdateSolutionResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: UpdateSolutionCommandInput;
|
|
95
|
+
output: UpdateSolutionCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -37,4 +37,15 @@ declare const CreateBatchInferenceJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateBatchInferenceJobCommand extends CreateBatchInferenceJobCommand_base {
|
|
40
|
+
export declare class CreateBatchInferenceJobCommand extends CreateBatchInferenceJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateBatchInferenceJobRequest;
|
|
44
|
+
output: CreateBatchInferenceJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateBatchInferenceJobCommandInput;
|
|
48
|
+
output: CreateBatchInferenceJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateBatchSegmentJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateBatchSegmentJobCommand extends CreateBatchSegmentJobCommand_base {
|
|
40
|
+
export declare class CreateBatchSegmentJobCommand extends CreateBatchSegmentJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateBatchSegmentJobRequest;
|
|
44
|
+
output: CreateBatchSegmentJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateBatchSegmentJobCommandInput;
|
|
48
|
+
output: CreateBatchSegmentJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateCampaignCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateCampaignCommand extends CreateCampaignCommand_base {
|
|
39
|
+
export declare class CreateCampaignCommand extends CreateCampaignCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateCampaignRequest;
|
|
43
|
+
output: CreateCampaignResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateCampaignCommandInput;
|
|
47
|
+
output: CreateCampaignCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateDataDeletionJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateDataDeletionJobCommand extends CreateDataDeletionJobCommand_base {
|
|
40
|
+
export declare class CreateDataDeletionJobCommand extends CreateDataDeletionJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateDataDeletionJobRequest;
|
|
44
|
+
output: CreateDataDeletionJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateDataDeletionJobCommandInput;
|
|
48
|
+
output: CreateDataDeletionJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateDatasetCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateDatasetCommand extends CreateDatasetCommand_base {
|
|
39
|
+
export declare class CreateDatasetCommand extends CreateDatasetCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateDatasetRequest;
|
|
43
|
+
output: CreateDatasetResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateDatasetCommandInput;
|
|
47
|
+
output: CreateDatasetCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateDatasetExportJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateDatasetExportJobCommand extends CreateDatasetExportJobCommand_base {
|
|
40
|
+
export declare class CreateDatasetExportJobCommand extends CreateDatasetExportJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateDatasetExportJobRequest;
|
|
44
|
+
output: CreateDatasetExportJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateDatasetExportJobCommandInput;
|
|
48
|
+
output: CreateDatasetExportJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|