@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
|
@@ -125,4 +125,15 @@ declare const CreateBatchInferenceJobCommand_base: {
|
|
|
125
125
|
* @public
|
|
126
126
|
*/
|
|
127
127
|
export declare class CreateBatchInferenceJobCommand extends CreateBatchInferenceJobCommand_base {
|
|
128
|
+
/** @internal type navigation helper, not in runtime. */
|
|
129
|
+
protected static __types: {
|
|
130
|
+
api: {
|
|
131
|
+
input: CreateBatchInferenceJobRequest;
|
|
132
|
+
output: CreateBatchInferenceJobResponse;
|
|
133
|
+
};
|
|
134
|
+
sdk: {
|
|
135
|
+
input: CreateBatchInferenceJobCommandInput;
|
|
136
|
+
output: CreateBatchInferenceJobCommandOutput;
|
|
137
|
+
};
|
|
138
|
+
};
|
|
128
139
|
}
|
|
@@ -99,4 +99,15 @@ declare const CreateBatchSegmentJobCommand_base: {
|
|
|
99
99
|
* @public
|
|
100
100
|
*/
|
|
101
101
|
export declare class CreateBatchSegmentJobCommand extends CreateBatchSegmentJobCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: CreateBatchSegmentJobRequest;
|
|
106
|
+
output: CreateBatchSegmentJobResponse;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: CreateBatchSegmentJobCommandInput;
|
|
110
|
+
output: CreateBatchSegmentJobCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -164,4 +164,15 @@ declare const CreateCampaignCommand_base: {
|
|
|
164
164
|
* @public
|
|
165
165
|
*/
|
|
166
166
|
export declare class CreateCampaignCommand extends CreateCampaignCommand_base {
|
|
167
|
+
/** @internal type navigation helper, not in runtime. */
|
|
168
|
+
protected static __types: {
|
|
169
|
+
api: {
|
|
170
|
+
input: CreateCampaignRequest;
|
|
171
|
+
output: CreateCampaignResponse;
|
|
172
|
+
};
|
|
173
|
+
sdk: {
|
|
174
|
+
input: CreateCampaignCommandInput;
|
|
175
|
+
output: CreateCampaignCommandOutput;
|
|
176
|
+
};
|
|
177
|
+
};
|
|
167
178
|
}
|
|
@@ -136,4 +136,15 @@ declare const CreateDataDeletionJobCommand_base: {
|
|
|
136
136
|
* @public
|
|
137
137
|
*/
|
|
138
138
|
export declare class CreateDataDeletionJobCommand extends CreateDataDeletionJobCommand_base {
|
|
139
|
+
/** @internal type navigation helper, not in runtime. */
|
|
140
|
+
protected static __types: {
|
|
141
|
+
api: {
|
|
142
|
+
input: CreateDataDeletionJobRequest;
|
|
143
|
+
output: CreateDataDeletionJobResponse;
|
|
144
|
+
};
|
|
145
|
+
sdk: {
|
|
146
|
+
input: CreateDataDeletionJobCommandInput;
|
|
147
|
+
output: CreateDataDeletionJobCommandOutput;
|
|
148
|
+
};
|
|
149
|
+
};
|
|
139
150
|
}
|
|
@@ -143,4 +143,15 @@ declare const CreateDatasetCommand_base: {
|
|
|
143
143
|
* @public
|
|
144
144
|
*/
|
|
145
145
|
export declare class CreateDatasetCommand extends CreateDatasetCommand_base {
|
|
146
|
+
/** @internal type navigation helper, not in runtime. */
|
|
147
|
+
protected static __types: {
|
|
148
|
+
api: {
|
|
149
|
+
input: CreateDatasetRequest;
|
|
150
|
+
output: CreateDatasetResponse;
|
|
151
|
+
};
|
|
152
|
+
sdk: {
|
|
153
|
+
input: CreateDatasetCommandInput;
|
|
154
|
+
output: CreateDatasetCommandOutput;
|
|
155
|
+
};
|
|
156
|
+
};
|
|
146
157
|
}
|
|
@@ -108,4 +108,15 @@ declare const CreateDatasetExportJobCommand_base: {
|
|
|
108
108
|
* @public
|
|
109
109
|
*/
|
|
110
110
|
export declare class CreateDatasetExportJobCommand extends CreateDatasetExportJobCommand_base {
|
|
111
|
+
/** @internal type navigation helper, not in runtime. */
|
|
112
|
+
protected static __types: {
|
|
113
|
+
api: {
|
|
114
|
+
input: CreateDatasetExportJobRequest;
|
|
115
|
+
output: CreateDatasetExportJobResponse;
|
|
116
|
+
};
|
|
117
|
+
sdk: {
|
|
118
|
+
input: CreateDatasetExportJobCommandInput;
|
|
119
|
+
output: CreateDatasetExportJobCommandOutput;
|
|
120
|
+
};
|
|
121
|
+
};
|
|
111
122
|
}
|
|
@@ -165,4 +165,15 @@ declare const CreateDatasetGroupCommand_base: {
|
|
|
165
165
|
* @public
|
|
166
166
|
*/
|
|
167
167
|
export declare class CreateDatasetGroupCommand extends CreateDatasetGroupCommand_base {
|
|
168
|
+
/** @internal type navigation helper, not in runtime. */
|
|
169
|
+
protected static __types: {
|
|
170
|
+
api: {
|
|
171
|
+
input: CreateDatasetGroupRequest;
|
|
172
|
+
output: CreateDatasetGroupResponse;
|
|
173
|
+
};
|
|
174
|
+
sdk: {
|
|
175
|
+
input: CreateDatasetGroupCommandInput;
|
|
176
|
+
output: CreateDatasetGroupCommandOutput;
|
|
177
|
+
};
|
|
178
|
+
};
|
|
168
179
|
}
|
|
@@ -137,4 +137,15 @@ declare const CreateDatasetImportJobCommand_base: {
|
|
|
137
137
|
* @public
|
|
138
138
|
*/
|
|
139
139
|
export declare class CreateDatasetImportJobCommand extends CreateDatasetImportJobCommand_base {
|
|
140
|
+
/** @internal type navigation helper, not in runtime. */
|
|
141
|
+
protected static __types: {
|
|
142
|
+
api: {
|
|
143
|
+
input: CreateDatasetImportJobRequest;
|
|
144
|
+
output: CreateDatasetImportJobResponse;
|
|
145
|
+
};
|
|
146
|
+
sdk: {
|
|
147
|
+
input: CreateDatasetImportJobCommandInput;
|
|
148
|
+
output: CreateDatasetImportJobCommandOutput;
|
|
149
|
+
};
|
|
150
|
+
};
|
|
140
151
|
}
|
|
@@ -128,4 +128,15 @@ declare const CreateEventTrackerCommand_base: {
|
|
|
128
128
|
* @public
|
|
129
129
|
*/
|
|
130
130
|
export declare class CreateEventTrackerCommand extends CreateEventTrackerCommand_base {
|
|
131
|
+
/** @internal type navigation helper, not in runtime. */
|
|
132
|
+
protected static __types: {
|
|
133
|
+
api: {
|
|
134
|
+
input: CreateEventTrackerRequest;
|
|
135
|
+
output: CreateEventTrackerResponse;
|
|
136
|
+
};
|
|
137
|
+
sdk: {
|
|
138
|
+
input: CreateEventTrackerCommandInput;
|
|
139
|
+
output: CreateEventTrackerCommandOutput;
|
|
140
|
+
};
|
|
141
|
+
};
|
|
131
142
|
}
|
|
@@ -80,4 +80,15 @@ declare const CreateFilterCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class CreateFilterCommand extends CreateFilterCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: CreateFilterRequest;
|
|
87
|
+
output: CreateFilterResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: CreateFilterCommandInput;
|
|
91
|
+
output: CreateFilterCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -89,4 +89,15 @@ declare const CreateMetricAttributionCommand_base: {
|
|
|
89
89
|
* @public
|
|
90
90
|
*/
|
|
91
91
|
export declare class CreateMetricAttributionCommand extends CreateMetricAttributionCommand_base {
|
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
|
93
|
+
protected static __types: {
|
|
94
|
+
api: {
|
|
95
|
+
input: CreateMetricAttributionRequest;
|
|
96
|
+
output: CreateMetricAttributionResponse;
|
|
97
|
+
};
|
|
98
|
+
sdk: {
|
|
99
|
+
input: CreateMetricAttributionCommandInput;
|
|
100
|
+
output: CreateMetricAttributionCommandOutput;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
92
103
|
}
|
|
@@ -174,4 +174,15 @@ declare const CreateRecommenderCommand_base: {
|
|
|
174
174
|
* @public
|
|
175
175
|
*/
|
|
176
176
|
export declare class CreateRecommenderCommand extends CreateRecommenderCommand_base {
|
|
177
|
+
/** @internal type navigation helper, not in runtime. */
|
|
178
|
+
protected static __types: {
|
|
179
|
+
api: {
|
|
180
|
+
input: CreateRecommenderRequest;
|
|
181
|
+
output: CreateRecommenderResponse;
|
|
182
|
+
};
|
|
183
|
+
sdk: {
|
|
184
|
+
input: CreateRecommenderCommandInput;
|
|
185
|
+
output: CreateRecommenderCommandOutput;
|
|
186
|
+
};
|
|
187
|
+
};
|
|
177
188
|
}
|
|
@@ -93,4 +93,15 @@ declare const CreateSchemaCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class CreateSchemaCommand extends CreateSchemaCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: CreateSchemaRequest;
|
|
100
|
+
output: CreateSchemaResponse;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: CreateSchemaCommandInput;
|
|
104
|
+
output: CreateSchemaCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -238,4 +238,15 @@ declare const CreateSolutionCommand_base: {
|
|
|
238
238
|
* @public
|
|
239
239
|
*/
|
|
240
240
|
export declare class CreateSolutionCommand extends CreateSolutionCommand_base {
|
|
241
|
+
/** @internal type navigation helper, not in runtime. */
|
|
242
|
+
protected static __types: {
|
|
243
|
+
api: {
|
|
244
|
+
input: CreateSolutionRequest;
|
|
245
|
+
output: CreateSolutionResponse;
|
|
246
|
+
};
|
|
247
|
+
sdk: {
|
|
248
|
+
input: CreateSolutionCommandInput;
|
|
249
|
+
output: CreateSolutionCommandOutput;
|
|
250
|
+
};
|
|
251
|
+
};
|
|
241
252
|
}
|
|
@@ -149,4 +149,15 @@ declare const CreateSolutionVersionCommand_base: {
|
|
|
149
149
|
* @public
|
|
150
150
|
*/
|
|
151
151
|
export declare class CreateSolutionVersionCommand extends CreateSolutionVersionCommand_base {
|
|
152
|
+
/** @internal type navigation helper, not in runtime. */
|
|
153
|
+
protected static __types: {
|
|
154
|
+
api: {
|
|
155
|
+
input: CreateSolutionVersionRequest;
|
|
156
|
+
output: CreateSolutionVersionResponse;
|
|
157
|
+
};
|
|
158
|
+
sdk: {
|
|
159
|
+
input: CreateSolutionVersionCommandInput;
|
|
160
|
+
output: CreateSolutionVersionCommandOutput;
|
|
161
|
+
};
|
|
162
|
+
};
|
|
152
163
|
}
|
|
@@ -69,4 +69,15 @@ declare const DeleteCampaignCommand_base: {
|
|
|
69
69
|
* @public
|
|
70
70
|
*/
|
|
71
71
|
export declare class DeleteCampaignCommand extends DeleteCampaignCommand_base {
|
|
72
|
+
/** @internal type navigation helper, not in runtime. */
|
|
73
|
+
protected static __types: {
|
|
74
|
+
api: {
|
|
75
|
+
input: DeleteCampaignRequest;
|
|
76
|
+
output: {};
|
|
77
|
+
};
|
|
78
|
+
sdk: {
|
|
79
|
+
input: DeleteCampaignCommandInput;
|
|
80
|
+
output: DeleteCampaignCommandOutput;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
72
83
|
}
|
|
@@ -67,4 +67,15 @@ declare const DeleteDatasetCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class DeleteDatasetCommand extends DeleteDatasetCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: DeleteDatasetRequest;
|
|
74
|
+
output: {};
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: DeleteDatasetCommandInput;
|
|
78
|
+
output: DeleteDatasetCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -76,4 +76,15 @@ declare const DeleteDatasetGroupCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class DeleteDatasetGroupCommand extends DeleteDatasetGroupCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: DeleteDatasetGroupRequest;
|
|
83
|
+
output: {};
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: DeleteDatasetGroupCommandInput;
|
|
87
|
+
output: DeleteDatasetGroupCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -66,4 +66,15 @@ declare const DeleteEventTrackerCommand_base: {
|
|
|
66
66
|
* @public
|
|
67
67
|
*/
|
|
68
68
|
export declare class DeleteEventTrackerCommand extends DeleteEventTrackerCommand_base {
|
|
69
|
+
/** @internal type navigation helper, not in runtime. */
|
|
70
|
+
protected static __types: {
|
|
71
|
+
api: {
|
|
72
|
+
input: DeleteEventTrackerRequest;
|
|
73
|
+
output: {};
|
|
74
|
+
};
|
|
75
|
+
sdk: {
|
|
76
|
+
input: DeleteEventTrackerCommandInput;
|
|
77
|
+
output: DeleteEventTrackerCommandOutput;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
69
80
|
}
|
|
@@ -64,4 +64,15 @@ declare const DeleteFilterCommand_base: {
|
|
|
64
64
|
* @public
|
|
65
65
|
*/
|
|
66
66
|
export declare class DeleteFilterCommand extends DeleteFilterCommand_base {
|
|
67
|
+
/** @internal type navigation helper, not in runtime. */
|
|
68
|
+
protected static __types: {
|
|
69
|
+
api: {
|
|
70
|
+
input: DeleteFilterRequest;
|
|
71
|
+
output: {};
|
|
72
|
+
};
|
|
73
|
+
sdk: {
|
|
74
|
+
input: DeleteFilterCommandInput;
|
|
75
|
+
output: DeleteFilterCommandOutput;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
67
78
|
}
|
|
@@ -64,4 +64,15 @@ declare const DeleteMetricAttributionCommand_base: {
|
|
|
64
64
|
* @public
|
|
65
65
|
*/
|
|
66
66
|
export declare class DeleteMetricAttributionCommand extends DeleteMetricAttributionCommand_base {
|
|
67
|
+
/** @internal type navigation helper, not in runtime. */
|
|
68
|
+
protected static __types: {
|
|
69
|
+
api: {
|
|
70
|
+
input: DeleteMetricAttributionRequest;
|
|
71
|
+
output: {};
|
|
72
|
+
};
|
|
73
|
+
sdk: {
|
|
74
|
+
input: DeleteMetricAttributionCommandInput;
|
|
75
|
+
output: DeleteMetricAttributionCommandOutput;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
67
78
|
}
|
|
@@ -65,4 +65,15 @@ declare const DeleteRecommenderCommand_base: {
|
|
|
65
65
|
* @public
|
|
66
66
|
*/
|
|
67
67
|
export declare class DeleteRecommenderCommand extends DeleteRecommenderCommand_base {
|
|
68
|
+
/** @internal type navigation helper, not in runtime. */
|
|
69
|
+
protected static __types: {
|
|
70
|
+
api: {
|
|
71
|
+
input: DeleteRecommenderRequest;
|
|
72
|
+
output: {};
|
|
73
|
+
};
|
|
74
|
+
sdk: {
|
|
75
|
+
input: DeleteRecommenderCommandInput;
|
|
76
|
+
output: DeleteRecommenderCommandOutput;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
68
79
|
}
|
|
@@ -66,4 +66,15 @@ declare const DeleteSchemaCommand_base: {
|
|
|
66
66
|
* @public
|
|
67
67
|
*/
|
|
68
68
|
export declare class DeleteSchemaCommand extends DeleteSchemaCommand_base {
|
|
69
|
+
/** @internal type navigation helper, not in runtime. */
|
|
70
|
+
protected static __types: {
|
|
71
|
+
api: {
|
|
72
|
+
input: DeleteSchemaRequest;
|
|
73
|
+
output: {};
|
|
74
|
+
};
|
|
75
|
+
sdk: {
|
|
76
|
+
input: DeleteSchemaCommandInput;
|
|
77
|
+
output: DeleteSchemaCommandOutput;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
69
80
|
}
|
|
@@ -70,4 +70,15 @@ declare const DeleteSolutionCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class DeleteSolutionCommand extends DeleteSolutionCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: DeleteSolutionRequest;
|
|
77
|
+
output: {};
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: DeleteSolutionCommandInput;
|
|
81
|
+
output: DeleteSolutionCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -107,4 +107,15 @@ declare const DescribeAlgorithmCommand_base: {
|
|
|
107
107
|
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class DescribeAlgorithmCommand extends DescribeAlgorithmCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: DescribeAlgorithmRequest;
|
|
114
|
+
output: DescribeAlgorithmResponse;
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: DescribeAlgorithmCommandInput;
|
|
118
|
+
output: DescribeAlgorithmCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
110
121
|
}
|
|
@@ -99,4 +99,15 @@ declare const DescribeBatchInferenceJobCommand_base: {
|
|
|
99
99
|
* @public
|
|
100
100
|
*/
|
|
101
101
|
export declare class DescribeBatchInferenceJobCommand extends DescribeBatchInferenceJobCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: DescribeBatchInferenceJobRequest;
|
|
106
|
+
output: DescribeBatchInferenceJobResponse;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: DescribeBatchInferenceJobCommandInput;
|
|
110
|
+
output: DescribeBatchInferenceJobCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -88,4 +88,15 @@ declare const DescribeBatchSegmentJobCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class DescribeBatchSegmentJobCommand extends DescribeBatchSegmentJobCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: DescribeBatchSegmentJobRequest;
|
|
95
|
+
output: DescribeBatchSegmentJobResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: DescribeBatchSegmentJobCommandInput;
|
|
99
|
+
output: DescribeBatchSegmentJobCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -106,4 +106,15 @@ declare const DescribeCampaignCommand_base: {
|
|
|
106
106
|
* @public
|
|
107
107
|
*/
|
|
108
108
|
export declare class DescribeCampaignCommand extends DescribeCampaignCommand_base {
|
|
109
|
+
/** @internal type navigation helper, not in runtime. */
|
|
110
|
+
protected static __types: {
|
|
111
|
+
api: {
|
|
112
|
+
input: DescribeCampaignRequest;
|
|
113
|
+
output: DescribeCampaignResponse;
|
|
114
|
+
};
|
|
115
|
+
sdk: {
|
|
116
|
+
input: DescribeCampaignCommandInput;
|
|
117
|
+
output: DescribeCampaignCommandOutput;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
109
120
|
}
|
|
@@ -76,4 +76,15 @@ declare const DescribeDataDeletionJobCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class DescribeDataDeletionJobCommand extends DescribeDataDeletionJobCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: DescribeDataDeletionJobRequest;
|
|
83
|
+
output: DescribeDataDeletionJobResponse;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: DescribeDataDeletionJobCommandInput;
|
|
87
|
+
output: DescribeDataDeletionJobCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -81,4 +81,15 @@ declare const DescribeDatasetCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class DescribeDatasetCommand extends DescribeDatasetCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: DescribeDatasetRequest;
|
|
88
|
+
output: DescribeDatasetResponse;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: DescribeDatasetCommandInput;
|
|
92
|
+
output: DescribeDatasetCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -79,4 +79,15 @@ declare const DescribeDatasetExportJobCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class DescribeDatasetExportJobCommand extends DescribeDatasetExportJobCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: DescribeDatasetExportJobRequest;
|
|
86
|
+
output: DescribeDatasetExportJobResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: DescribeDatasetExportJobCommandInput;
|
|
90
|
+
output: DescribeDatasetExportJobCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -74,4 +74,15 @@ declare const DescribeDatasetGroupCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class DescribeDatasetGroupCommand extends DescribeDatasetGroupCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: DescribeDatasetGroupRequest;
|
|
81
|
+
output: DescribeDatasetGroupResponse;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: DescribeDatasetGroupCommandInput;
|
|
85
|
+
output: DescribeDatasetGroupCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -77,4 +77,15 @@ declare const DescribeDatasetImportJobCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class DescribeDatasetImportJobCommand extends DescribeDatasetImportJobCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: DescribeDatasetImportJobRequest;
|
|
84
|
+
output: DescribeDatasetImportJobResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: DescribeDatasetImportJobCommandInput;
|
|
88
|
+
output: DescribeDatasetImportJobCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -74,4 +74,15 @@ declare const DescribeEventTrackerCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class DescribeEventTrackerCommand extends DescribeEventTrackerCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: DescribeEventTrackerRequest;
|
|
81
|
+
output: DescribeEventTrackerResponse;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: DescribeEventTrackerCommandInput;
|
|
85
|
+
output: DescribeEventTrackerCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -72,4 +72,15 @@ declare const DescribeFeatureTransformationCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class DescribeFeatureTransformationCommand extends DescribeFeatureTransformationCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: DescribeFeatureTransformationRequest;
|
|
79
|
+
output: DescribeFeatureTransformationResponse;
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: DescribeFeatureTransformationCommandInput;
|
|
83
|
+
output: DescribeFeatureTransformationCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -72,4 +72,15 @@ declare const DescribeFilterCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class DescribeFilterCommand extends DescribeFilterCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: DescribeFilterRequest;
|
|
79
|
+
output: DescribeFilterResponse;
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: DescribeFilterCommandInput;
|
|
83
|
+
output: DescribeFilterCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -78,4 +78,15 @@ declare const DescribeMetricAttributionCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class DescribeMetricAttributionCommand extends DescribeMetricAttributionCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: DescribeMetricAttributionRequest;
|
|
85
|
+
output: DescribeMetricAttributionResponse;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: DescribeMetricAttributionCommandInput;
|
|
89
|
+
output: DescribeMetricAttributionCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -91,4 +91,15 @@ declare const DescribeRecipeCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class DescribeRecipeCommand extends DescribeRecipeCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: DescribeRecipeRequest;
|
|
98
|
+
output: DescribeRecipeResponse;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: DescribeRecipeCommandInput;
|
|
102
|
+
output: DescribeRecipeCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -126,4 +126,15 @@ declare const DescribeRecommenderCommand_base: {
|
|
|
126
126
|
* @public
|
|
127
127
|
*/
|
|
128
128
|
export declare class DescribeRecommenderCommand extends DescribeRecommenderCommand_base {
|
|
129
|
+
/** @internal type navigation helper, not in runtime. */
|
|
130
|
+
protected static __types: {
|
|
131
|
+
api: {
|
|
132
|
+
input: DescribeRecommenderRequest;
|
|
133
|
+
output: DescribeRecommenderResponse;
|
|
134
|
+
};
|
|
135
|
+
sdk: {
|
|
136
|
+
input: DescribeRecommenderCommandInput;
|
|
137
|
+
output: DescribeRecommenderCommandOutput;
|
|
138
|
+
};
|
|
139
|
+
};
|
|
129
140
|
}
|