@aws-sdk/client-personalize 3.47.1 → 3.50.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/CHANGELOG.md +35 -0
- package/dist-cjs/protocols/Aws_json1_1.js +5 -0
- package/dist-es/protocols/Aws_json1_1.js +5 -1
- package/dist-types/Personalize.d.ts +23 -0
- package/dist-types/commands/CreateRecommenderCommand.d.ts +23 -0
- package/dist-types/models/models_0.d.ts +7 -2
- package/package.json +39 -33
- package/dist-types/ts3.4/Personalize.d.ts +0 -280
- package/dist-types/ts3.4/PersonalizeClient.d.ts +0 -128
- package/dist-types/ts3.4/commands/CreateBatchInferenceJobCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateBatchSegmentJobCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateDatasetExportJobCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateEventTrackerCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateRecommenderCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateSolutionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateSolutionVersionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteEventTrackerCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteRecommenderCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteSolutionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeBatchInferenceJobCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeBatchSegmentJobCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeDatasetExportJobCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeEventTrackerCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeFeatureTransformationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeFilterCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeRecommenderCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSolutionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSolutionVersionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetSolutionMetricsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListBatchInferenceJobsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListBatchSegmentJobsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListDatasetExportJobsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListEventTrackersCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListRecommendersCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListSolutionVersionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListSolutionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StopSolutionVersionCreationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateRecommenderCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -55
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -5
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -2108
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/ListBatchInferenceJobsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListBatchSegmentJobsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListCampaignsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListDatasetExportJobsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListDatasetGroupsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListDatasetImportJobsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListEventTrackersPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListFiltersPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListRecipesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListRecommendersPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListSchemasPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListSolutionVersionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListSolutionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/index.d.ts +0 -15
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -167
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
|
@@ -1,2108 +0,0 @@
|
|
|
1
|
-
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
|
|
3
|
-
export interface AlgorithmImage {
|
|
4
|
-
|
|
5
|
-
name?: string;
|
|
6
|
-
|
|
7
|
-
dockerURI: string | undefined;
|
|
8
|
-
}
|
|
9
|
-
export declare namespace AlgorithmImage {
|
|
10
|
-
|
|
11
|
-
const filterSensitiveLog: (obj: AlgorithmImage) => any;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
export interface DefaultCategoricalHyperParameterRange {
|
|
15
|
-
|
|
16
|
-
name?: string;
|
|
17
|
-
|
|
18
|
-
values?: string[];
|
|
19
|
-
|
|
20
|
-
isTunable?: boolean;
|
|
21
|
-
}
|
|
22
|
-
export declare namespace DefaultCategoricalHyperParameterRange {
|
|
23
|
-
|
|
24
|
-
const filterSensitiveLog: (obj: DefaultCategoricalHyperParameterRange) => any;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
export interface DefaultContinuousHyperParameterRange {
|
|
28
|
-
|
|
29
|
-
name?: string;
|
|
30
|
-
|
|
31
|
-
minValue?: number;
|
|
32
|
-
|
|
33
|
-
maxValue?: number;
|
|
34
|
-
|
|
35
|
-
isTunable?: boolean;
|
|
36
|
-
}
|
|
37
|
-
export declare namespace DefaultContinuousHyperParameterRange {
|
|
38
|
-
|
|
39
|
-
const filterSensitiveLog: (obj: DefaultContinuousHyperParameterRange) => any;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
export interface DefaultIntegerHyperParameterRange {
|
|
43
|
-
|
|
44
|
-
name?: string;
|
|
45
|
-
|
|
46
|
-
minValue?: number;
|
|
47
|
-
|
|
48
|
-
maxValue?: number;
|
|
49
|
-
|
|
50
|
-
isTunable?: boolean;
|
|
51
|
-
}
|
|
52
|
-
export declare namespace DefaultIntegerHyperParameterRange {
|
|
53
|
-
|
|
54
|
-
const filterSensitiveLog: (obj: DefaultIntegerHyperParameterRange) => any;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
export interface DefaultHyperParameterRanges {
|
|
58
|
-
|
|
59
|
-
integerHyperParameterRanges?: DefaultIntegerHyperParameterRange[];
|
|
60
|
-
|
|
61
|
-
continuousHyperParameterRanges?: DefaultContinuousHyperParameterRange[];
|
|
62
|
-
|
|
63
|
-
categoricalHyperParameterRanges?: DefaultCategoricalHyperParameterRange[];
|
|
64
|
-
}
|
|
65
|
-
export declare namespace DefaultHyperParameterRanges {
|
|
66
|
-
|
|
67
|
-
const filterSensitiveLog: (obj: DefaultHyperParameterRanges) => any;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
export interface Algorithm {
|
|
71
|
-
|
|
72
|
-
name?: string;
|
|
73
|
-
|
|
74
|
-
algorithmArn?: string;
|
|
75
|
-
|
|
76
|
-
algorithmImage?: AlgorithmImage;
|
|
77
|
-
|
|
78
|
-
defaultHyperParameters?: {
|
|
79
|
-
[key: string]: string;
|
|
80
|
-
};
|
|
81
|
-
|
|
82
|
-
defaultHyperParameterRanges?: DefaultHyperParameterRanges;
|
|
83
|
-
|
|
84
|
-
defaultResourceConfig?: {
|
|
85
|
-
[key: string]: string;
|
|
86
|
-
};
|
|
87
|
-
|
|
88
|
-
trainingInputMode?: string;
|
|
89
|
-
|
|
90
|
-
roleArn?: string;
|
|
91
|
-
|
|
92
|
-
creationDateTime?: Date;
|
|
93
|
-
|
|
94
|
-
lastUpdatedDateTime?: Date;
|
|
95
|
-
}
|
|
96
|
-
export declare namespace Algorithm {
|
|
97
|
-
|
|
98
|
-
const filterSensitiveLog: (obj: Algorithm) => any;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
export interface BatchInferenceJobConfig {
|
|
102
|
-
|
|
103
|
-
itemExplorationConfig?: {
|
|
104
|
-
[key: string]: string;
|
|
105
|
-
};
|
|
106
|
-
}
|
|
107
|
-
export declare namespace BatchInferenceJobConfig {
|
|
108
|
-
|
|
109
|
-
const filterSensitiveLog: (obj: BatchInferenceJobConfig) => any;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
export interface S3DataConfig {
|
|
113
|
-
|
|
114
|
-
path: string | undefined;
|
|
115
|
-
|
|
116
|
-
kmsKeyArn?: string;
|
|
117
|
-
}
|
|
118
|
-
export declare namespace S3DataConfig {
|
|
119
|
-
|
|
120
|
-
const filterSensitiveLog: (obj: S3DataConfig) => any;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
export interface BatchInferenceJobInput {
|
|
124
|
-
|
|
125
|
-
s3DataSource: S3DataConfig | undefined;
|
|
126
|
-
}
|
|
127
|
-
export declare namespace BatchInferenceJobInput {
|
|
128
|
-
|
|
129
|
-
const filterSensitiveLog: (obj: BatchInferenceJobInput) => any;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
export interface BatchInferenceJobOutput {
|
|
133
|
-
|
|
134
|
-
s3DataDestination: S3DataConfig | undefined;
|
|
135
|
-
}
|
|
136
|
-
export declare namespace BatchInferenceJobOutput {
|
|
137
|
-
|
|
138
|
-
const filterSensitiveLog: (obj: BatchInferenceJobOutput) => any;
|
|
139
|
-
}
|
|
140
|
-
export interface CreateBatchInferenceJobRequest {
|
|
141
|
-
|
|
142
|
-
jobName: string | undefined;
|
|
143
|
-
|
|
144
|
-
solutionVersionArn: string | undefined;
|
|
145
|
-
|
|
146
|
-
filterArn?: string;
|
|
147
|
-
|
|
148
|
-
numResults?: number;
|
|
149
|
-
|
|
150
|
-
jobInput: BatchInferenceJobInput | undefined;
|
|
151
|
-
|
|
152
|
-
jobOutput: BatchInferenceJobOutput | undefined;
|
|
153
|
-
|
|
154
|
-
roleArn: string | undefined;
|
|
155
|
-
|
|
156
|
-
batchInferenceJobConfig?: BatchInferenceJobConfig;
|
|
157
|
-
}
|
|
158
|
-
export declare namespace CreateBatchInferenceJobRequest {
|
|
159
|
-
|
|
160
|
-
const filterSensitiveLog: (obj: CreateBatchInferenceJobRequest) => any;
|
|
161
|
-
}
|
|
162
|
-
export interface CreateBatchInferenceJobResponse {
|
|
163
|
-
|
|
164
|
-
batchInferenceJobArn?: string;
|
|
165
|
-
}
|
|
166
|
-
export declare namespace CreateBatchInferenceJobResponse {
|
|
167
|
-
|
|
168
|
-
const filterSensitiveLog: (obj: CreateBatchInferenceJobResponse) => any;
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
export interface InvalidInputException extends __SmithyException, $MetadataBearer {
|
|
172
|
-
name: "InvalidInputException";
|
|
173
|
-
$fault: "client";
|
|
174
|
-
message?: string;
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
export interface LimitExceededException extends __SmithyException, $MetadataBearer {
|
|
178
|
-
name: "LimitExceededException";
|
|
179
|
-
$fault: "client";
|
|
180
|
-
message?: string;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
export interface ResourceAlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
184
|
-
name: "ResourceAlreadyExistsException";
|
|
185
|
-
$fault: "client";
|
|
186
|
-
message?: string;
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
|
|
190
|
-
name: "ResourceInUseException";
|
|
191
|
-
$fault: "client";
|
|
192
|
-
message?: string;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
196
|
-
name: "ResourceNotFoundException";
|
|
197
|
-
$fault: "client";
|
|
198
|
-
message?: string;
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
export interface BatchSegmentJobInput {
|
|
202
|
-
|
|
203
|
-
s3DataSource: S3DataConfig | undefined;
|
|
204
|
-
}
|
|
205
|
-
export declare namespace BatchSegmentJobInput {
|
|
206
|
-
|
|
207
|
-
const filterSensitiveLog: (obj: BatchSegmentJobInput) => any;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
export interface BatchSegmentJobOutput {
|
|
211
|
-
|
|
212
|
-
s3DataDestination: S3DataConfig | undefined;
|
|
213
|
-
}
|
|
214
|
-
export declare namespace BatchSegmentJobOutput {
|
|
215
|
-
|
|
216
|
-
const filterSensitiveLog: (obj: BatchSegmentJobOutput) => any;
|
|
217
|
-
}
|
|
218
|
-
export interface CreateBatchSegmentJobRequest {
|
|
219
|
-
|
|
220
|
-
jobName: string | undefined;
|
|
221
|
-
|
|
222
|
-
solutionVersionArn: string | undefined;
|
|
223
|
-
|
|
224
|
-
filterArn?: string;
|
|
225
|
-
|
|
226
|
-
numResults?: number;
|
|
227
|
-
|
|
228
|
-
jobInput: BatchSegmentJobInput | undefined;
|
|
229
|
-
|
|
230
|
-
jobOutput: BatchSegmentJobOutput | undefined;
|
|
231
|
-
|
|
232
|
-
roleArn: string | undefined;
|
|
233
|
-
}
|
|
234
|
-
export declare namespace CreateBatchSegmentJobRequest {
|
|
235
|
-
|
|
236
|
-
const filterSensitiveLog: (obj: CreateBatchSegmentJobRequest) => any;
|
|
237
|
-
}
|
|
238
|
-
export interface CreateBatchSegmentJobResponse {
|
|
239
|
-
|
|
240
|
-
batchSegmentJobArn?: string;
|
|
241
|
-
}
|
|
242
|
-
export declare namespace CreateBatchSegmentJobResponse {
|
|
243
|
-
|
|
244
|
-
const filterSensitiveLog: (obj: CreateBatchSegmentJobResponse) => any;
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
export interface CampaignConfig {
|
|
248
|
-
|
|
249
|
-
itemExplorationConfig?: {
|
|
250
|
-
[key: string]: string;
|
|
251
|
-
};
|
|
252
|
-
}
|
|
253
|
-
export declare namespace CampaignConfig {
|
|
254
|
-
|
|
255
|
-
const filterSensitiveLog: (obj: CampaignConfig) => any;
|
|
256
|
-
}
|
|
257
|
-
export interface CreateCampaignRequest {
|
|
258
|
-
|
|
259
|
-
name: string | undefined;
|
|
260
|
-
|
|
261
|
-
solutionVersionArn: string | undefined;
|
|
262
|
-
|
|
263
|
-
minProvisionedTPS?: number;
|
|
264
|
-
|
|
265
|
-
campaignConfig?: CampaignConfig;
|
|
266
|
-
}
|
|
267
|
-
export declare namespace CreateCampaignRequest {
|
|
268
|
-
|
|
269
|
-
const filterSensitiveLog: (obj: CreateCampaignRequest) => any;
|
|
270
|
-
}
|
|
271
|
-
export interface CreateCampaignResponse {
|
|
272
|
-
|
|
273
|
-
campaignArn?: string;
|
|
274
|
-
}
|
|
275
|
-
export declare namespace CreateCampaignResponse {
|
|
276
|
-
|
|
277
|
-
const filterSensitiveLog: (obj: CreateCampaignResponse) => any;
|
|
278
|
-
}
|
|
279
|
-
export interface CreateDatasetRequest {
|
|
280
|
-
|
|
281
|
-
name: string | undefined;
|
|
282
|
-
|
|
283
|
-
schemaArn: string | undefined;
|
|
284
|
-
|
|
285
|
-
datasetGroupArn: string | undefined;
|
|
286
|
-
|
|
287
|
-
datasetType: string | undefined;
|
|
288
|
-
}
|
|
289
|
-
export declare namespace CreateDatasetRequest {
|
|
290
|
-
|
|
291
|
-
const filterSensitiveLog: (obj: CreateDatasetRequest) => any;
|
|
292
|
-
}
|
|
293
|
-
export interface CreateDatasetResponse {
|
|
294
|
-
|
|
295
|
-
datasetArn?: string;
|
|
296
|
-
}
|
|
297
|
-
export declare namespace CreateDatasetResponse {
|
|
298
|
-
|
|
299
|
-
const filterSensitiveLog: (obj: CreateDatasetResponse) => any;
|
|
300
|
-
}
|
|
301
|
-
export declare enum IngestionMode {
|
|
302
|
-
ALL = "ALL",
|
|
303
|
-
BULK = "BULK",
|
|
304
|
-
PUT = "PUT"
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
export interface DatasetExportJobOutput {
|
|
308
|
-
|
|
309
|
-
s3DataDestination: S3DataConfig | undefined;
|
|
310
|
-
}
|
|
311
|
-
export declare namespace DatasetExportJobOutput {
|
|
312
|
-
|
|
313
|
-
const filterSensitiveLog: (obj: DatasetExportJobOutput) => any;
|
|
314
|
-
}
|
|
315
|
-
export interface CreateDatasetExportJobRequest {
|
|
316
|
-
|
|
317
|
-
jobName: string | undefined;
|
|
318
|
-
|
|
319
|
-
datasetArn: string | undefined;
|
|
320
|
-
|
|
321
|
-
ingestionMode?: IngestionMode | string;
|
|
322
|
-
|
|
323
|
-
roleArn: string | undefined;
|
|
324
|
-
|
|
325
|
-
jobOutput: DatasetExportJobOutput | undefined;
|
|
326
|
-
}
|
|
327
|
-
export declare namespace CreateDatasetExportJobRequest {
|
|
328
|
-
|
|
329
|
-
const filterSensitiveLog: (obj: CreateDatasetExportJobRequest) => any;
|
|
330
|
-
}
|
|
331
|
-
export interface CreateDatasetExportJobResponse {
|
|
332
|
-
|
|
333
|
-
datasetExportJobArn?: string;
|
|
334
|
-
}
|
|
335
|
-
export declare namespace CreateDatasetExportJobResponse {
|
|
336
|
-
|
|
337
|
-
const filterSensitiveLog: (obj: CreateDatasetExportJobResponse) => any;
|
|
338
|
-
}
|
|
339
|
-
export declare enum Domain {
|
|
340
|
-
ECOMMERCE = "ECOMMERCE",
|
|
341
|
-
VIDEO_ON_DEMAND = "VIDEO_ON_DEMAND"
|
|
342
|
-
}
|
|
343
|
-
export interface CreateDatasetGroupRequest {
|
|
344
|
-
|
|
345
|
-
name: string | undefined;
|
|
346
|
-
|
|
347
|
-
roleArn?: string;
|
|
348
|
-
|
|
349
|
-
kmsKeyArn?: string;
|
|
350
|
-
|
|
351
|
-
domain?: Domain | string;
|
|
352
|
-
}
|
|
353
|
-
export declare namespace CreateDatasetGroupRequest {
|
|
354
|
-
|
|
355
|
-
const filterSensitiveLog: (obj: CreateDatasetGroupRequest) => any;
|
|
356
|
-
}
|
|
357
|
-
export interface CreateDatasetGroupResponse {
|
|
358
|
-
|
|
359
|
-
datasetGroupArn?: string;
|
|
360
|
-
|
|
361
|
-
domain?: Domain | string;
|
|
362
|
-
}
|
|
363
|
-
export declare namespace CreateDatasetGroupResponse {
|
|
364
|
-
|
|
365
|
-
const filterSensitiveLog: (obj: CreateDatasetGroupResponse) => any;
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
export interface DataSource {
|
|
369
|
-
|
|
370
|
-
dataLocation?: string;
|
|
371
|
-
}
|
|
372
|
-
export declare namespace DataSource {
|
|
373
|
-
|
|
374
|
-
const filterSensitiveLog: (obj: DataSource) => any;
|
|
375
|
-
}
|
|
376
|
-
export interface CreateDatasetImportJobRequest {
|
|
377
|
-
|
|
378
|
-
jobName: string | undefined;
|
|
379
|
-
|
|
380
|
-
datasetArn: string | undefined;
|
|
381
|
-
|
|
382
|
-
dataSource: DataSource | undefined;
|
|
383
|
-
|
|
384
|
-
roleArn: string | undefined;
|
|
385
|
-
}
|
|
386
|
-
export declare namespace CreateDatasetImportJobRequest {
|
|
387
|
-
|
|
388
|
-
const filterSensitiveLog: (obj: CreateDatasetImportJobRequest) => any;
|
|
389
|
-
}
|
|
390
|
-
export interface CreateDatasetImportJobResponse {
|
|
391
|
-
|
|
392
|
-
datasetImportJobArn?: string;
|
|
393
|
-
}
|
|
394
|
-
export declare namespace CreateDatasetImportJobResponse {
|
|
395
|
-
|
|
396
|
-
const filterSensitiveLog: (obj: CreateDatasetImportJobResponse) => any;
|
|
397
|
-
}
|
|
398
|
-
export interface CreateEventTrackerRequest {
|
|
399
|
-
|
|
400
|
-
name: string | undefined;
|
|
401
|
-
|
|
402
|
-
datasetGroupArn: string | undefined;
|
|
403
|
-
}
|
|
404
|
-
export declare namespace CreateEventTrackerRequest {
|
|
405
|
-
|
|
406
|
-
const filterSensitiveLog: (obj: CreateEventTrackerRequest) => any;
|
|
407
|
-
}
|
|
408
|
-
export interface CreateEventTrackerResponse {
|
|
409
|
-
|
|
410
|
-
eventTrackerArn?: string;
|
|
411
|
-
|
|
412
|
-
trackingId?: string;
|
|
413
|
-
}
|
|
414
|
-
export declare namespace CreateEventTrackerResponse {
|
|
415
|
-
|
|
416
|
-
const filterSensitiveLog: (obj: CreateEventTrackerResponse) => any;
|
|
417
|
-
}
|
|
418
|
-
export interface CreateFilterRequest {
|
|
419
|
-
|
|
420
|
-
name: string | undefined;
|
|
421
|
-
|
|
422
|
-
datasetGroupArn: string | undefined;
|
|
423
|
-
|
|
424
|
-
filterExpression: string | undefined;
|
|
425
|
-
}
|
|
426
|
-
export declare namespace CreateFilterRequest {
|
|
427
|
-
|
|
428
|
-
const filterSensitiveLog: (obj: CreateFilterRequest) => any;
|
|
429
|
-
}
|
|
430
|
-
export interface CreateFilterResponse {
|
|
431
|
-
|
|
432
|
-
filterArn?: string;
|
|
433
|
-
}
|
|
434
|
-
export declare namespace CreateFilterResponse {
|
|
435
|
-
|
|
436
|
-
const filterSensitiveLog: (obj: CreateFilterResponse) => any;
|
|
437
|
-
}
|
|
438
|
-
|
|
439
|
-
export interface RecommenderConfig {
|
|
440
|
-
|
|
441
|
-
itemExplorationConfig?: {
|
|
442
|
-
[key: string]: string;
|
|
443
|
-
};
|
|
444
|
-
}
|
|
445
|
-
export declare namespace RecommenderConfig {
|
|
446
|
-
|
|
447
|
-
const filterSensitiveLog: (obj: RecommenderConfig) => any;
|
|
448
|
-
}
|
|
449
|
-
export interface CreateRecommenderRequest {
|
|
450
|
-
|
|
451
|
-
name: string | undefined;
|
|
452
|
-
|
|
453
|
-
datasetGroupArn: string | undefined;
|
|
454
|
-
|
|
455
|
-
recipeArn: string | undefined;
|
|
456
|
-
|
|
457
|
-
recommenderConfig?: RecommenderConfig;
|
|
458
|
-
}
|
|
459
|
-
export declare namespace CreateRecommenderRequest {
|
|
460
|
-
|
|
461
|
-
const filterSensitiveLog: (obj: CreateRecommenderRequest) => any;
|
|
462
|
-
}
|
|
463
|
-
export interface CreateRecommenderResponse {
|
|
464
|
-
|
|
465
|
-
recommenderArn?: string;
|
|
466
|
-
}
|
|
467
|
-
export declare namespace CreateRecommenderResponse {
|
|
468
|
-
|
|
469
|
-
const filterSensitiveLog: (obj: CreateRecommenderResponse) => any;
|
|
470
|
-
}
|
|
471
|
-
export interface CreateSchemaRequest {
|
|
472
|
-
|
|
473
|
-
name: string | undefined;
|
|
474
|
-
|
|
475
|
-
schema: string | undefined;
|
|
476
|
-
|
|
477
|
-
domain?: Domain | string;
|
|
478
|
-
}
|
|
479
|
-
export declare namespace CreateSchemaRequest {
|
|
480
|
-
|
|
481
|
-
const filterSensitiveLog: (obj: CreateSchemaRequest) => any;
|
|
482
|
-
}
|
|
483
|
-
export interface CreateSchemaResponse {
|
|
484
|
-
|
|
485
|
-
schemaArn?: string;
|
|
486
|
-
}
|
|
487
|
-
export declare namespace CreateSchemaResponse {
|
|
488
|
-
|
|
489
|
-
const filterSensitiveLog: (obj: CreateSchemaResponse) => any;
|
|
490
|
-
}
|
|
491
|
-
|
|
492
|
-
export interface AutoMLConfig {
|
|
493
|
-
|
|
494
|
-
metricName?: string;
|
|
495
|
-
|
|
496
|
-
recipeList?: string[];
|
|
497
|
-
}
|
|
498
|
-
export declare namespace AutoMLConfig {
|
|
499
|
-
|
|
500
|
-
const filterSensitiveLog: (obj: AutoMLConfig) => any;
|
|
501
|
-
}
|
|
502
|
-
|
|
503
|
-
export interface CategoricalHyperParameterRange {
|
|
504
|
-
|
|
505
|
-
name?: string;
|
|
506
|
-
|
|
507
|
-
values?: string[];
|
|
508
|
-
}
|
|
509
|
-
export declare namespace CategoricalHyperParameterRange {
|
|
510
|
-
|
|
511
|
-
const filterSensitiveLog: (obj: CategoricalHyperParameterRange) => any;
|
|
512
|
-
}
|
|
513
|
-
|
|
514
|
-
export interface ContinuousHyperParameterRange {
|
|
515
|
-
|
|
516
|
-
name?: string;
|
|
517
|
-
|
|
518
|
-
minValue?: number;
|
|
519
|
-
|
|
520
|
-
maxValue?: number;
|
|
521
|
-
}
|
|
522
|
-
export declare namespace ContinuousHyperParameterRange {
|
|
523
|
-
|
|
524
|
-
const filterSensitiveLog: (obj: ContinuousHyperParameterRange) => any;
|
|
525
|
-
}
|
|
526
|
-
|
|
527
|
-
export interface IntegerHyperParameterRange {
|
|
528
|
-
|
|
529
|
-
name?: string;
|
|
530
|
-
|
|
531
|
-
minValue?: number;
|
|
532
|
-
|
|
533
|
-
maxValue?: number;
|
|
534
|
-
}
|
|
535
|
-
export declare namespace IntegerHyperParameterRange {
|
|
536
|
-
|
|
537
|
-
const filterSensitiveLog: (obj: IntegerHyperParameterRange) => any;
|
|
538
|
-
}
|
|
539
|
-
|
|
540
|
-
export interface HyperParameterRanges {
|
|
541
|
-
|
|
542
|
-
integerHyperParameterRanges?: IntegerHyperParameterRange[];
|
|
543
|
-
|
|
544
|
-
continuousHyperParameterRanges?: ContinuousHyperParameterRange[];
|
|
545
|
-
|
|
546
|
-
categoricalHyperParameterRanges?: CategoricalHyperParameterRange[];
|
|
547
|
-
}
|
|
548
|
-
export declare namespace HyperParameterRanges {
|
|
549
|
-
|
|
550
|
-
const filterSensitiveLog: (obj: HyperParameterRanges) => any;
|
|
551
|
-
}
|
|
552
|
-
|
|
553
|
-
export interface HPOObjective {
|
|
554
|
-
|
|
555
|
-
type?: string;
|
|
556
|
-
|
|
557
|
-
metricName?: string;
|
|
558
|
-
|
|
559
|
-
metricRegex?: string;
|
|
560
|
-
}
|
|
561
|
-
export declare namespace HPOObjective {
|
|
562
|
-
|
|
563
|
-
const filterSensitiveLog: (obj: HPOObjective) => any;
|
|
564
|
-
}
|
|
565
|
-
|
|
566
|
-
export interface HPOResourceConfig {
|
|
567
|
-
|
|
568
|
-
maxNumberOfTrainingJobs?: string;
|
|
569
|
-
|
|
570
|
-
maxParallelTrainingJobs?: string;
|
|
571
|
-
}
|
|
572
|
-
export declare namespace HPOResourceConfig {
|
|
573
|
-
|
|
574
|
-
const filterSensitiveLog: (obj: HPOResourceConfig) => any;
|
|
575
|
-
}
|
|
576
|
-
|
|
577
|
-
export interface HPOConfig {
|
|
578
|
-
|
|
579
|
-
hpoObjective?: HPOObjective;
|
|
580
|
-
|
|
581
|
-
hpoResourceConfig?: HPOResourceConfig;
|
|
582
|
-
|
|
583
|
-
algorithmHyperParameterRanges?: HyperParameterRanges;
|
|
584
|
-
}
|
|
585
|
-
export declare namespace HPOConfig {
|
|
586
|
-
|
|
587
|
-
const filterSensitiveLog: (obj: HPOConfig) => any;
|
|
588
|
-
}
|
|
589
|
-
export declare enum ObjectiveSensitivity {
|
|
590
|
-
HIGH = "HIGH",
|
|
591
|
-
LOW = "LOW",
|
|
592
|
-
MEDIUM = "MEDIUM",
|
|
593
|
-
OFF = "OFF"
|
|
594
|
-
}
|
|
595
|
-
|
|
596
|
-
export interface OptimizationObjective {
|
|
597
|
-
|
|
598
|
-
itemAttribute?: string;
|
|
599
|
-
|
|
600
|
-
objectiveSensitivity?: ObjectiveSensitivity | string;
|
|
601
|
-
}
|
|
602
|
-
export declare namespace OptimizationObjective {
|
|
603
|
-
|
|
604
|
-
const filterSensitiveLog: (obj: OptimizationObjective) => any;
|
|
605
|
-
}
|
|
606
|
-
|
|
607
|
-
export interface SolutionConfig {
|
|
608
|
-
|
|
609
|
-
eventValueThreshold?: string;
|
|
610
|
-
|
|
611
|
-
hpoConfig?: HPOConfig;
|
|
612
|
-
|
|
613
|
-
algorithmHyperParameters?: {
|
|
614
|
-
[key: string]: string;
|
|
615
|
-
};
|
|
616
|
-
|
|
617
|
-
featureTransformationParameters?: {
|
|
618
|
-
[key: string]: string;
|
|
619
|
-
};
|
|
620
|
-
|
|
621
|
-
autoMLConfig?: AutoMLConfig;
|
|
622
|
-
|
|
623
|
-
optimizationObjective?: OptimizationObjective;
|
|
624
|
-
}
|
|
625
|
-
export declare namespace SolutionConfig {
|
|
626
|
-
|
|
627
|
-
const filterSensitiveLog: (obj: SolutionConfig) => any;
|
|
628
|
-
}
|
|
629
|
-
export interface CreateSolutionRequest {
|
|
630
|
-
|
|
631
|
-
name: string | undefined;
|
|
632
|
-
|
|
633
|
-
performHPO?: boolean;
|
|
634
|
-
|
|
635
|
-
performAutoML?: boolean;
|
|
636
|
-
|
|
637
|
-
recipeArn?: string;
|
|
638
|
-
|
|
639
|
-
datasetGroupArn: string | undefined;
|
|
640
|
-
|
|
641
|
-
eventType?: string;
|
|
642
|
-
|
|
643
|
-
solutionConfig?: SolutionConfig;
|
|
644
|
-
}
|
|
645
|
-
export declare namespace CreateSolutionRequest {
|
|
646
|
-
|
|
647
|
-
const filterSensitiveLog: (obj: CreateSolutionRequest) => any;
|
|
648
|
-
}
|
|
649
|
-
export interface CreateSolutionResponse {
|
|
650
|
-
|
|
651
|
-
solutionArn?: string;
|
|
652
|
-
}
|
|
653
|
-
export declare namespace CreateSolutionResponse {
|
|
654
|
-
|
|
655
|
-
const filterSensitiveLog: (obj: CreateSolutionResponse) => any;
|
|
656
|
-
}
|
|
657
|
-
export declare enum TrainingMode {
|
|
658
|
-
FULL = "FULL",
|
|
659
|
-
UPDATE = "UPDATE"
|
|
660
|
-
}
|
|
661
|
-
export interface CreateSolutionVersionRequest {
|
|
662
|
-
|
|
663
|
-
solutionArn: string | undefined;
|
|
664
|
-
|
|
665
|
-
trainingMode?: TrainingMode | string;
|
|
666
|
-
}
|
|
667
|
-
export declare namespace CreateSolutionVersionRequest {
|
|
668
|
-
|
|
669
|
-
const filterSensitiveLog: (obj: CreateSolutionVersionRequest) => any;
|
|
670
|
-
}
|
|
671
|
-
export interface CreateSolutionVersionResponse {
|
|
672
|
-
|
|
673
|
-
solutionVersionArn?: string;
|
|
674
|
-
}
|
|
675
|
-
export declare namespace CreateSolutionVersionResponse {
|
|
676
|
-
|
|
677
|
-
const filterSensitiveLog: (obj: CreateSolutionVersionResponse) => any;
|
|
678
|
-
}
|
|
679
|
-
export interface DeleteCampaignRequest {
|
|
680
|
-
|
|
681
|
-
campaignArn: string | undefined;
|
|
682
|
-
}
|
|
683
|
-
export declare namespace DeleteCampaignRequest {
|
|
684
|
-
|
|
685
|
-
const filterSensitiveLog: (obj: DeleteCampaignRequest) => any;
|
|
686
|
-
}
|
|
687
|
-
export interface DeleteDatasetRequest {
|
|
688
|
-
|
|
689
|
-
datasetArn: string | undefined;
|
|
690
|
-
}
|
|
691
|
-
export declare namespace DeleteDatasetRequest {
|
|
692
|
-
|
|
693
|
-
const filterSensitiveLog: (obj: DeleteDatasetRequest) => any;
|
|
694
|
-
}
|
|
695
|
-
export interface DeleteDatasetGroupRequest {
|
|
696
|
-
|
|
697
|
-
datasetGroupArn: string | undefined;
|
|
698
|
-
}
|
|
699
|
-
export declare namespace DeleteDatasetGroupRequest {
|
|
700
|
-
|
|
701
|
-
const filterSensitiveLog: (obj: DeleteDatasetGroupRequest) => any;
|
|
702
|
-
}
|
|
703
|
-
export interface DeleteEventTrackerRequest {
|
|
704
|
-
|
|
705
|
-
eventTrackerArn: string | undefined;
|
|
706
|
-
}
|
|
707
|
-
export declare namespace DeleteEventTrackerRequest {
|
|
708
|
-
|
|
709
|
-
const filterSensitiveLog: (obj: DeleteEventTrackerRequest) => any;
|
|
710
|
-
}
|
|
711
|
-
export interface DeleteFilterRequest {
|
|
712
|
-
|
|
713
|
-
filterArn: string | undefined;
|
|
714
|
-
}
|
|
715
|
-
export declare namespace DeleteFilterRequest {
|
|
716
|
-
|
|
717
|
-
const filterSensitiveLog: (obj: DeleteFilterRequest) => any;
|
|
718
|
-
}
|
|
719
|
-
export interface DeleteRecommenderRequest {
|
|
720
|
-
|
|
721
|
-
recommenderArn: string | undefined;
|
|
722
|
-
}
|
|
723
|
-
export declare namespace DeleteRecommenderRequest {
|
|
724
|
-
|
|
725
|
-
const filterSensitiveLog: (obj: DeleteRecommenderRequest) => any;
|
|
726
|
-
}
|
|
727
|
-
export interface DeleteSchemaRequest {
|
|
728
|
-
|
|
729
|
-
schemaArn: string | undefined;
|
|
730
|
-
}
|
|
731
|
-
export declare namespace DeleteSchemaRequest {
|
|
732
|
-
|
|
733
|
-
const filterSensitiveLog: (obj: DeleteSchemaRequest) => any;
|
|
734
|
-
}
|
|
735
|
-
export interface DeleteSolutionRequest {
|
|
736
|
-
|
|
737
|
-
solutionArn: string | undefined;
|
|
738
|
-
}
|
|
739
|
-
export declare namespace DeleteSolutionRequest {
|
|
740
|
-
|
|
741
|
-
const filterSensitiveLog: (obj: DeleteSolutionRequest) => any;
|
|
742
|
-
}
|
|
743
|
-
export interface DescribeAlgorithmRequest {
|
|
744
|
-
|
|
745
|
-
algorithmArn: string | undefined;
|
|
746
|
-
}
|
|
747
|
-
export declare namespace DescribeAlgorithmRequest {
|
|
748
|
-
|
|
749
|
-
const filterSensitiveLog: (obj: DescribeAlgorithmRequest) => any;
|
|
750
|
-
}
|
|
751
|
-
export interface DescribeAlgorithmResponse {
|
|
752
|
-
|
|
753
|
-
algorithm?: Algorithm;
|
|
754
|
-
}
|
|
755
|
-
export declare namespace DescribeAlgorithmResponse {
|
|
756
|
-
|
|
757
|
-
const filterSensitiveLog: (obj: DescribeAlgorithmResponse) => any;
|
|
758
|
-
}
|
|
759
|
-
export interface DescribeBatchInferenceJobRequest {
|
|
760
|
-
|
|
761
|
-
batchInferenceJobArn: string | undefined;
|
|
762
|
-
}
|
|
763
|
-
export declare namespace DescribeBatchInferenceJobRequest {
|
|
764
|
-
|
|
765
|
-
const filterSensitiveLog: (obj: DescribeBatchInferenceJobRequest) => any;
|
|
766
|
-
}
|
|
767
|
-
|
|
768
|
-
export interface BatchInferenceJob {
|
|
769
|
-
|
|
770
|
-
jobName?: string;
|
|
771
|
-
|
|
772
|
-
batchInferenceJobArn?: string;
|
|
773
|
-
|
|
774
|
-
filterArn?: string;
|
|
775
|
-
|
|
776
|
-
failureReason?: string;
|
|
777
|
-
|
|
778
|
-
solutionVersionArn?: string;
|
|
779
|
-
|
|
780
|
-
numResults?: number;
|
|
781
|
-
|
|
782
|
-
jobInput?: BatchInferenceJobInput;
|
|
783
|
-
|
|
784
|
-
jobOutput?: BatchInferenceJobOutput;
|
|
785
|
-
|
|
786
|
-
batchInferenceJobConfig?: BatchInferenceJobConfig;
|
|
787
|
-
|
|
788
|
-
roleArn?: string;
|
|
789
|
-
|
|
790
|
-
status?: string;
|
|
791
|
-
|
|
792
|
-
creationDateTime?: Date;
|
|
793
|
-
|
|
794
|
-
lastUpdatedDateTime?: Date;
|
|
795
|
-
}
|
|
796
|
-
export declare namespace BatchInferenceJob {
|
|
797
|
-
|
|
798
|
-
const filterSensitiveLog: (obj: BatchInferenceJob) => any;
|
|
799
|
-
}
|
|
800
|
-
export interface DescribeBatchInferenceJobResponse {
|
|
801
|
-
|
|
802
|
-
batchInferenceJob?: BatchInferenceJob;
|
|
803
|
-
}
|
|
804
|
-
export declare namespace DescribeBatchInferenceJobResponse {
|
|
805
|
-
|
|
806
|
-
const filterSensitiveLog: (obj: DescribeBatchInferenceJobResponse) => any;
|
|
807
|
-
}
|
|
808
|
-
export interface DescribeBatchSegmentJobRequest {
|
|
809
|
-
|
|
810
|
-
batchSegmentJobArn: string | undefined;
|
|
811
|
-
}
|
|
812
|
-
export declare namespace DescribeBatchSegmentJobRequest {
|
|
813
|
-
|
|
814
|
-
const filterSensitiveLog: (obj: DescribeBatchSegmentJobRequest) => any;
|
|
815
|
-
}
|
|
816
|
-
|
|
817
|
-
export interface BatchSegmentJob {
|
|
818
|
-
|
|
819
|
-
jobName?: string;
|
|
820
|
-
|
|
821
|
-
batchSegmentJobArn?: string;
|
|
822
|
-
|
|
823
|
-
filterArn?: string;
|
|
824
|
-
|
|
825
|
-
failureReason?: string;
|
|
826
|
-
|
|
827
|
-
solutionVersionArn?: string;
|
|
828
|
-
|
|
829
|
-
numResults?: number;
|
|
830
|
-
|
|
831
|
-
jobInput?: BatchSegmentJobInput;
|
|
832
|
-
|
|
833
|
-
jobOutput?: BatchSegmentJobOutput;
|
|
834
|
-
|
|
835
|
-
roleArn?: string;
|
|
836
|
-
|
|
837
|
-
status?: string;
|
|
838
|
-
|
|
839
|
-
creationDateTime?: Date;
|
|
840
|
-
|
|
841
|
-
lastUpdatedDateTime?: Date;
|
|
842
|
-
}
|
|
843
|
-
export declare namespace BatchSegmentJob {
|
|
844
|
-
|
|
845
|
-
const filterSensitiveLog: (obj: BatchSegmentJob) => any;
|
|
846
|
-
}
|
|
847
|
-
export interface DescribeBatchSegmentJobResponse {
|
|
848
|
-
|
|
849
|
-
batchSegmentJob?: BatchSegmentJob;
|
|
850
|
-
}
|
|
851
|
-
export declare namespace DescribeBatchSegmentJobResponse {
|
|
852
|
-
|
|
853
|
-
const filterSensitiveLog: (obj: DescribeBatchSegmentJobResponse) => any;
|
|
854
|
-
}
|
|
855
|
-
export interface DescribeCampaignRequest {
|
|
856
|
-
|
|
857
|
-
campaignArn: string | undefined;
|
|
858
|
-
}
|
|
859
|
-
export declare namespace DescribeCampaignRequest {
|
|
860
|
-
|
|
861
|
-
const filterSensitiveLog: (obj: DescribeCampaignRequest) => any;
|
|
862
|
-
}
|
|
863
|
-
|
|
864
|
-
export interface CampaignUpdateSummary {
|
|
865
|
-
|
|
866
|
-
solutionVersionArn?: string;
|
|
867
|
-
|
|
868
|
-
minProvisionedTPS?: number;
|
|
869
|
-
|
|
870
|
-
campaignConfig?: CampaignConfig;
|
|
871
|
-
|
|
872
|
-
status?: string;
|
|
873
|
-
|
|
874
|
-
failureReason?: string;
|
|
875
|
-
|
|
876
|
-
creationDateTime?: Date;
|
|
877
|
-
|
|
878
|
-
lastUpdatedDateTime?: Date;
|
|
879
|
-
}
|
|
880
|
-
export declare namespace CampaignUpdateSummary {
|
|
881
|
-
|
|
882
|
-
const filterSensitiveLog: (obj: CampaignUpdateSummary) => any;
|
|
883
|
-
}
|
|
884
|
-
|
|
885
|
-
export interface Campaign {
|
|
886
|
-
|
|
887
|
-
name?: string;
|
|
888
|
-
|
|
889
|
-
campaignArn?: string;
|
|
890
|
-
|
|
891
|
-
solutionVersionArn?: string;
|
|
892
|
-
|
|
893
|
-
minProvisionedTPS?: number;
|
|
894
|
-
|
|
895
|
-
campaignConfig?: CampaignConfig;
|
|
896
|
-
|
|
897
|
-
status?: string;
|
|
898
|
-
|
|
899
|
-
failureReason?: string;
|
|
900
|
-
|
|
901
|
-
creationDateTime?: Date;
|
|
902
|
-
|
|
903
|
-
lastUpdatedDateTime?: Date;
|
|
904
|
-
|
|
905
|
-
latestCampaignUpdate?: CampaignUpdateSummary;
|
|
906
|
-
}
|
|
907
|
-
export declare namespace Campaign {
|
|
908
|
-
|
|
909
|
-
const filterSensitiveLog: (obj: Campaign) => any;
|
|
910
|
-
}
|
|
911
|
-
export interface DescribeCampaignResponse {
|
|
912
|
-
|
|
913
|
-
campaign?: Campaign;
|
|
914
|
-
}
|
|
915
|
-
export declare namespace DescribeCampaignResponse {
|
|
916
|
-
|
|
917
|
-
const filterSensitiveLog: (obj: DescribeCampaignResponse) => any;
|
|
918
|
-
}
|
|
919
|
-
export interface DescribeDatasetRequest {
|
|
920
|
-
|
|
921
|
-
datasetArn: string | undefined;
|
|
922
|
-
}
|
|
923
|
-
export declare namespace DescribeDatasetRequest {
|
|
924
|
-
|
|
925
|
-
const filterSensitiveLog: (obj: DescribeDatasetRequest) => any;
|
|
926
|
-
}
|
|
927
|
-
|
|
928
|
-
export interface Dataset {
|
|
929
|
-
|
|
930
|
-
name?: string;
|
|
931
|
-
|
|
932
|
-
datasetArn?: string;
|
|
933
|
-
|
|
934
|
-
datasetGroupArn?: string;
|
|
935
|
-
|
|
936
|
-
datasetType?: string;
|
|
937
|
-
|
|
938
|
-
schemaArn?: string;
|
|
939
|
-
|
|
940
|
-
status?: string;
|
|
941
|
-
|
|
942
|
-
creationDateTime?: Date;
|
|
943
|
-
|
|
944
|
-
lastUpdatedDateTime?: Date;
|
|
945
|
-
}
|
|
946
|
-
export declare namespace Dataset {
|
|
947
|
-
|
|
948
|
-
const filterSensitiveLog: (obj: Dataset) => any;
|
|
949
|
-
}
|
|
950
|
-
export interface DescribeDatasetResponse {
|
|
951
|
-
|
|
952
|
-
dataset?: Dataset;
|
|
953
|
-
}
|
|
954
|
-
export declare namespace DescribeDatasetResponse {
|
|
955
|
-
|
|
956
|
-
const filterSensitiveLog: (obj: DescribeDatasetResponse) => any;
|
|
957
|
-
}
|
|
958
|
-
export interface DescribeDatasetExportJobRequest {
|
|
959
|
-
|
|
960
|
-
datasetExportJobArn: string | undefined;
|
|
961
|
-
}
|
|
962
|
-
export declare namespace DescribeDatasetExportJobRequest {
|
|
963
|
-
|
|
964
|
-
const filterSensitiveLog: (obj: DescribeDatasetExportJobRequest) => any;
|
|
965
|
-
}
|
|
966
|
-
|
|
967
|
-
export interface DatasetExportJob {
|
|
968
|
-
|
|
969
|
-
jobName?: string;
|
|
970
|
-
|
|
971
|
-
datasetExportJobArn?: string;
|
|
972
|
-
|
|
973
|
-
datasetArn?: string;
|
|
974
|
-
|
|
975
|
-
ingestionMode?: IngestionMode | string;
|
|
976
|
-
|
|
977
|
-
roleArn?: string;
|
|
978
|
-
|
|
979
|
-
status?: string;
|
|
980
|
-
|
|
981
|
-
jobOutput?: DatasetExportJobOutput;
|
|
982
|
-
|
|
983
|
-
creationDateTime?: Date;
|
|
984
|
-
|
|
985
|
-
lastUpdatedDateTime?: Date;
|
|
986
|
-
|
|
987
|
-
failureReason?: string;
|
|
988
|
-
}
|
|
989
|
-
export declare namespace DatasetExportJob {
|
|
990
|
-
|
|
991
|
-
const filterSensitiveLog: (obj: DatasetExportJob) => any;
|
|
992
|
-
}
|
|
993
|
-
export interface DescribeDatasetExportJobResponse {
|
|
994
|
-
|
|
995
|
-
datasetExportJob?: DatasetExportJob;
|
|
996
|
-
}
|
|
997
|
-
export declare namespace DescribeDatasetExportJobResponse {
|
|
998
|
-
|
|
999
|
-
const filterSensitiveLog: (obj: DescribeDatasetExportJobResponse) => any;
|
|
1000
|
-
}
|
|
1001
|
-
export interface DescribeDatasetGroupRequest {
|
|
1002
|
-
|
|
1003
|
-
datasetGroupArn: string | undefined;
|
|
1004
|
-
}
|
|
1005
|
-
export declare namespace DescribeDatasetGroupRequest {
|
|
1006
|
-
|
|
1007
|
-
const filterSensitiveLog: (obj: DescribeDatasetGroupRequest) => any;
|
|
1008
|
-
}
|
|
1009
|
-
|
|
1010
|
-
export interface DatasetGroup {
|
|
1011
|
-
|
|
1012
|
-
name?: string;
|
|
1013
|
-
|
|
1014
|
-
datasetGroupArn?: string;
|
|
1015
|
-
|
|
1016
|
-
status?: string;
|
|
1017
|
-
|
|
1018
|
-
roleArn?: string;
|
|
1019
|
-
|
|
1020
|
-
kmsKeyArn?: string;
|
|
1021
|
-
|
|
1022
|
-
creationDateTime?: Date;
|
|
1023
|
-
|
|
1024
|
-
lastUpdatedDateTime?: Date;
|
|
1025
|
-
|
|
1026
|
-
failureReason?: string;
|
|
1027
|
-
|
|
1028
|
-
domain?: Domain | string;
|
|
1029
|
-
}
|
|
1030
|
-
export declare namespace DatasetGroup {
|
|
1031
|
-
|
|
1032
|
-
const filterSensitiveLog: (obj: DatasetGroup) => any;
|
|
1033
|
-
}
|
|
1034
|
-
export interface DescribeDatasetGroupResponse {
|
|
1035
|
-
|
|
1036
|
-
datasetGroup?: DatasetGroup;
|
|
1037
|
-
}
|
|
1038
|
-
export declare namespace DescribeDatasetGroupResponse {
|
|
1039
|
-
|
|
1040
|
-
const filterSensitiveLog: (obj: DescribeDatasetGroupResponse) => any;
|
|
1041
|
-
}
|
|
1042
|
-
export interface DescribeDatasetImportJobRequest {
|
|
1043
|
-
|
|
1044
|
-
datasetImportJobArn: string | undefined;
|
|
1045
|
-
}
|
|
1046
|
-
export declare namespace DescribeDatasetImportJobRequest {
|
|
1047
|
-
|
|
1048
|
-
const filterSensitiveLog: (obj: DescribeDatasetImportJobRequest) => any;
|
|
1049
|
-
}
|
|
1050
|
-
|
|
1051
|
-
export interface DatasetImportJob {
|
|
1052
|
-
|
|
1053
|
-
jobName?: string;
|
|
1054
|
-
|
|
1055
|
-
datasetImportJobArn?: string;
|
|
1056
|
-
|
|
1057
|
-
datasetArn?: string;
|
|
1058
|
-
|
|
1059
|
-
dataSource?: DataSource;
|
|
1060
|
-
|
|
1061
|
-
roleArn?: string;
|
|
1062
|
-
|
|
1063
|
-
status?: string;
|
|
1064
|
-
|
|
1065
|
-
creationDateTime?: Date;
|
|
1066
|
-
|
|
1067
|
-
lastUpdatedDateTime?: Date;
|
|
1068
|
-
|
|
1069
|
-
failureReason?: string;
|
|
1070
|
-
}
|
|
1071
|
-
export declare namespace DatasetImportJob {
|
|
1072
|
-
|
|
1073
|
-
const filterSensitiveLog: (obj: DatasetImportJob) => any;
|
|
1074
|
-
}
|
|
1075
|
-
export interface DescribeDatasetImportJobResponse {
|
|
1076
|
-
|
|
1077
|
-
datasetImportJob?: DatasetImportJob;
|
|
1078
|
-
}
|
|
1079
|
-
export declare namespace DescribeDatasetImportJobResponse {
|
|
1080
|
-
|
|
1081
|
-
const filterSensitiveLog: (obj: DescribeDatasetImportJobResponse) => any;
|
|
1082
|
-
}
|
|
1083
|
-
export interface DescribeEventTrackerRequest {
|
|
1084
|
-
|
|
1085
|
-
eventTrackerArn: string | undefined;
|
|
1086
|
-
}
|
|
1087
|
-
export declare namespace DescribeEventTrackerRequest {
|
|
1088
|
-
|
|
1089
|
-
const filterSensitiveLog: (obj: DescribeEventTrackerRequest) => any;
|
|
1090
|
-
}
|
|
1091
|
-
|
|
1092
|
-
export interface EventTracker {
|
|
1093
|
-
|
|
1094
|
-
name?: string;
|
|
1095
|
-
|
|
1096
|
-
eventTrackerArn?: string;
|
|
1097
|
-
|
|
1098
|
-
accountId?: string;
|
|
1099
|
-
|
|
1100
|
-
trackingId?: string;
|
|
1101
|
-
|
|
1102
|
-
datasetGroupArn?: string;
|
|
1103
|
-
|
|
1104
|
-
status?: string;
|
|
1105
|
-
|
|
1106
|
-
creationDateTime?: Date;
|
|
1107
|
-
|
|
1108
|
-
lastUpdatedDateTime?: Date;
|
|
1109
|
-
}
|
|
1110
|
-
export declare namespace EventTracker {
|
|
1111
|
-
|
|
1112
|
-
const filterSensitiveLog: (obj: EventTracker) => any;
|
|
1113
|
-
}
|
|
1114
|
-
export interface DescribeEventTrackerResponse {
|
|
1115
|
-
|
|
1116
|
-
eventTracker?: EventTracker;
|
|
1117
|
-
}
|
|
1118
|
-
export declare namespace DescribeEventTrackerResponse {
|
|
1119
|
-
|
|
1120
|
-
const filterSensitiveLog: (obj: DescribeEventTrackerResponse) => any;
|
|
1121
|
-
}
|
|
1122
|
-
export interface DescribeFeatureTransformationRequest {
|
|
1123
|
-
|
|
1124
|
-
featureTransformationArn: string | undefined;
|
|
1125
|
-
}
|
|
1126
|
-
export declare namespace DescribeFeatureTransformationRequest {
|
|
1127
|
-
|
|
1128
|
-
const filterSensitiveLog: (obj: DescribeFeatureTransformationRequest) => any;
|
|
1129
|
-
}
|
|
1130
|
-
|
|
1131
|
-
export interface FeatureTransformation {
|
|
1132
|
-
|
|
1133
|
-
name?: string;
|
|
1134
|
-
|
|
1135
|
-
featureTransformationArn?: string;
|
|
1136
|
-
|
|
1137
|
-
defaultParameters?: {
|
|
1138
|
-
[key: string]: string;
|
|
1139
|
-
};
|
|
1140
|
-
|
|
1141
|
-
creationDateTime?: Date;
|
|
1142
|
-
|
|
1143
|
-
lastUpdatedDateTime?: Date;
|
|
1144
|
-
|
|
1145
|
-
status?: string;
|
|
1146
|
-
}
|
|
1147
|
-
export declare namespace FeatureTransformation {
|
|
1148
|
-
|
|
1149
|
-
const filterSensitiveLog: (obj: FeatureTransformation) => any;
|
|
1150
|
-
}
|
|
1151
|
-
export interface DescribeFeatureTransformationResponse {
|
|
1152
|
-
|
|
1153
|
-
featureTransformation?: FeatureTransformation;
|
|
1154
|
-
}
|
|
1155
|
-
export declare namespace DescribeFeatureTransformationResponse {
|
|
1156
|
-
|
|
1157
|
-
const filterSensitiveLog: (obj: DescribeFeatureTransformationResponse) => any;
|
|
1158
|
-
}
|
|
1159
|
-
export interface DescribeFilterRequest {
|
|
1160
|
-
|
|
1161
|
-
filterArn: string | undefined;
|
|
1162
|
-
}
|
|
1163
|
-
export declare namespace DescribeFilterRequest {
|
|
1164
|
-
|
|
1165
|
-
const filterSensitiveLog: (obj: DescribeFilterRequest) => any;
|
|
1166
|
-
}
|
|
1167
|
-
|
|
1168
|
-
export interface Filter {
|
|
1169
|
-
|
|
1170
|
-
name?: string;
|
|
1171
|
-
|
|
1172
|
-
filterArn?: string;
|
|
1173
|
-
|
|
1174
|
-
creationDateTime?: Date;
|
|
1175
|
-
|
|
1176
|
-
lastUpdatedDateTime?: Date;
|
|
1177
|
-
|
|
1178
|
-
datasetGroupArn?: string;
|
|
1179
|
-
|
|
1180
|
-
failureReason?: string;
|
|
1181
|
-
|
|
1182
|
-
filterExpression?: string;
|
|
1183
|
-
|
|
1184
|
-
status?: string;
|
|
1185
|
-
}
|
|
1186
|
-
export declare namespace Filter {
|
|
1187
|
-
|
|
1188
|
-
const filterSensitiveLog: (obj: Filter) => any;
|
|
1189
|
-
}
|
|
1190
|
-
export interface DescribeFilterResponse {
|
|
1191
|
-
|
|
1192
|
-
filter?: Filter;
|
|
1193
|
-
}
|
|
1194
|
-
export declare namespace DescribeFilterResponse {
|
|
1195
|
-
|
|
1196
|
-
const filterSensitiveLog: (obj: DescribeFilterResponse) => any;
|
|
1197
|
-
}
|
|
1198
|
-
export interface DescribeRecipeRequest {
|
|
1199
|
-
|
|
1200
|
-
recipeArn: string | undefined;
|
|
1201
|
-
}
|
|
1202
|
-
export declare namespace DescribeRecipeRequest {
|
|
1203
|
-
|
|
1204
|
-
const filterSensitiveLog: (obj: DescribeRecipeRequest) => any;
|
|
1205
|
-
}
|
|
1206
|
-
|
|
1207
|
-
export interface Recipe {
|
|
1208
|
-
|
|
1209
|
-
name?: string;
|
|
1210
|
-
|
|
1211
|
-
recipeArn?: string;
|
|
1212
|
-
|
|
1213
|
-
algorithmArn?: string;
|
|
1214
|
-
|
|
1215
|
-
featureTransformationArn?: string;
|
|
1216
|
-
|
|
1217
|
-
status?: string;
|
|
1218
|
-
|
|
1219
|
-
description?: string;
|
|
1220
|
-
|
|
1221
|
-
creationDateTime?: Date;
|
|
1222
|
-
|
|
1223
|
-
recipeType?: string;
|
|
1224
|
-
|
|
1225
|
-
lastUpdatedDateTime?: Date;
|
|
1226
|
-
}
|
|
1227
|
-
export declare namespace Recipe {
|
|
1228
|
-
|
|
1229
|
-
const filterSensitiveLog: (obj: Recipe) => any;
|
|
1230
|
-
}
|
|
1231
|
-
export interface DescribeRecipeResponse {
|
|
1232
|
-
|
|
1233
|
-
recipe?: Recipe;
|
|
1234
|
-
}
|
|
1235
|
-
export declare namespace DescribeRecipeResponse {
|
|
1236
|
-
|
|
1237
|
-
const filterSensitiveLog: (obj: DescribeRecipeResponse) => any;
|
|
1238
|
-
}
|
|
1239
|
-
export interface DescribeRecommenderRequest {
|
|
1240
|
-
|
|
1241
|
-
recommenderArn: string | undefined;
|
|
1242
|
-
}
|
|
1243
|
-
export declare namespace DescribeRecommenderRequest {
|
|
1244
|
-
|
|
1245
|
-
const filterSensitiveLog: (obj: DescribeRecommenderRequest) => any;
|
|
1246
|
-
}
|
|
1247
|
-
|
|
1248
|
-
export interface RecommenderUpdateSummary {
|
|
1249
|
-
|
|
1250
|
-
recommenderConfig?: RecommenderConfig;
|
|
1251
|
-
|
|
1252
|
-
creationDateTime?: Date;
|
|
1253
|
-
|
|
1254
|
-
lastUpdatedDateTime?: Date;
|
|
1255
|
-
|
|
1256
|
-
status?: string;
|
|
1257
|
-
|
|
1258
|
-
failureReason?: string;
|
|
1259
|
-
}
|
|
1260
|
-
export declare namespace RecommenderUpdateSummary {
|
|
1261
|
-
|
|
1262
|
-
const filterSensitiveLog: (obj: RecommenderUpdateSummary) => any;
|
|
1263
|
-
}
|
|
1264
|
-
|
|
1265
|
-
export interface Recommender {
|
|
1266
|
-
|
|
1267
|
-
recommenderArn?: string;
|
|
1268
|
-
|
|
1269
|
-
datasetGroupArn?: string;
|
|
1270
|
-
|
|
1271
|
-
name?: string;
|
|
1272
|
-
|
|
1273
|
-
recipeArn?: string;
|
|
1274
|
-
|
|
1275
|
-
recommenderConfig?: RecommenderConfig;
|
|
1276
|
-
|
|
1277
|
-
creationDateTime?: Date;
|
|
1278
|
-
|
|
1279
|
-
lastUpdatedDateTime?: Date;
|
|
1280
|
-
|
|
1281
|
-
status?: string;
|
|
1282
|
-
|
|
1283
|
-
failureReason?: string;
|
|
1284
|
-
|
|
1285
|
-
latestRecommenderUpdate?: RecommenderUpdateSummary;
|
|
1286
|
-
}
|
|
1287
|
-
export declare namespace Recommender {
|
|
1288
|
-
|
|
1289
|
-
const filterSensitiveLog: (obj: Recommender) => any;
|
|
1290
|
-
}
|
|
1291
|
-
export interface DescribeRecommenderResponse {
|
|
1292
|
-
|
|
1293
|
-
recommender?: Recommender;
|
|
1294
|
-
}
|
|
1295
|
-
export declare namespace DescribeRecommenderResponse {
|
|
1296
|
-
|
|
1297
|
-
const filterSensitiveLog: (obj: DescribeRecommenderResponse) => any;
|
|
1298
|
-
}
|
|
1299
|
-
export interface DescribeSchemaRequest {
|
|
1300
|
-
|
|
1301
|
-
schemaArn: string | undefined;
|
|
1302
|
-
}
|
|
1303
|
-
export declare namespace DescribeSchemaRequest {
|
|
1304
|
-
|
|
1305
|
-
const filterSensitiveLog: (obj: DescribeSchemaRequest) => any;
|
|
1306
|
-
}
|
|
1307
|
-
|
|
1308
|
-
export interface DatasetSchema {
|
|
1309
|
-
|
|
1310
|
-
name?: string;
|
|
1311
|
-
|
|
1312
|
-
schemaArn?: string;
|
|
1313
|
-
|
|
1314
|
-
schema?: string;
|
|
1315
|
-
|
|
1316
|
-
creationDateTime?: Date;
|
|
1317
|
-
|
|
1318
|
-
lastUpdatedDateTime?: Date;
|
|
1319
|
-
|
|
1320
|
-
domain?: Domain | string;
|
|
1321
|
-
}
|
|
1322
|
-
export declare namespace DatasetSchema {
|
|
1323
|
-
|
|
1324
|
-
const filterSensitiveLog: (obj: DatasetSchema) => any;
|
|
1325
|
-
}
|
|
1326
|
-
export interface DescribeSchemaResponse {
|
|
1327
|
-
|
|
1328
|
-
schema?: DatasetSchema;
|
|
1329
|
-
}
|
|
1330
|
-
export declare namespace DescribeSchemaResponse {
|
|
1331
|
-
|
|
1332
|
-
const filterSensitiveLog: (obj: DescribeSchemaResponse) => any;
|
|
1333
|
-
}
|
|
1334
|
-
export interface DescribeSolutionRequest {
|
|
1335
|
-
|
|
1336
|
-
solutionArn: string | undefined;
|
|
1337
|
-
}
|
|
1338
|
-
export declare namespace DescribeSolutionRequest {
|
|
1339
|
-
|
|
1340
|
-
const filterSensitiveLog: (obj: DescribeSolutionRequest) => any;
|
|
1341
|
-
}
|
|
1342
|
-
|
|
1343
|
-
export interface AutoMLResult {
|
|
1344
|
-
|
|
1345
|
-
bestRecipeArn?: string;
|
|
1346
|
-
}
|
|
1347
|
-
export declare namespace AutoMLResult {
|
|
1348
|
-
|
|
1349
|
-
const filterSensitiveLog: (obj: AutoMLResult) => any;
|
|
1350
|
-
}
|
|
1351
|
-
|
|
1352
|
-
export interface SolutionVersionSummary {
|
|
1353
|
-
|
|
1354
|
-
solutionVersionArn?: string;
|
|
1355
|
-
|
|
1356
|
-
status?: string;
|
|
1357
|
-
|
|
1358
|
-
creationDateTime?: Date;
|
|
1359
|
-
|
|
1360
|
-
lastUpdatedDateTime?: Date;
|
|
1361
|
-
|
|
1362
|
-
failureReason?: string;
|
|
1363
|
-
}
|
|
1364
|
-
export declare namespace SolutionVersionSummary {
|
|
1365
|
-
|
|
1366
|
-
const filterSensitiveLog: (obj: SolutionVersionSummary) => any;
|
|
1367
|
-
}
|
|
1368
|
-
|
|
1369
|
-
export interface Solution {
|
|
1370
|
-
|
|
1371
|
-
name?: string;
|
|
1372
|
-
|
|
1373
|
-
solutionArn?: string;
|
|
1374
|
-
|
|
1375
|
-
performHPO?: boolean;
|
|
1376
|
-
|
|
1377
|
-
performAutoML?: boolean;
|
|
1378
|
-
|
|
1379
|
-
recipeArn?: string;
|
|
1380
|
-
|
|
1381
|
-
datasetGroupArn?: string;
|
|
1382
|
-
|
|
1383
|
-
eventType?: string;
|
|
1384
|
-
|
|
1385
|
-
solutionConfig?: SolutionConfig;
|
|
1386
|
-
|
|
1387
|
-
autoMLResult?: AutoMLResult;
|
|
1388
|
-
|
|
1389
|
-
status?: string;
|
|
1390
|
-
|
|
1391
|
-
creationDateTime?: Date;
|
|
1392
|
-
|
|
1393
|
-
lastUpdatedDateTime?: Date;
|
|
1394
|
-
|
|
1395
|
-
latestSolutionVersion?: SolutionVersionSummary;
|
|
1396
|
-
}
|
|
1397
|
-
export declare namespace Solution {
|
|
1398
|
-
|
|
1399
|
-
const filterSensitiveLog: (obj: Solution) => any;
|
|
1400
|
-
}
|
|
1401
|
-
export interface DescribeSolutionResponse {
|
|
1402
|
-
|
|
1403
|
-
solution?: Solution;
|
|
1404
|
-
}
|
|
1405
|
-
export declare namespace DescribeSolutionResponse {
|
|
1406
|
-
|
|
1407
|
-
const filterSensitiveLog: (obj: DescribeSolutionResponse) => any;
|
|
1408
|
-
}
|
|
1409
|
-
export interface DescribeSolutionVersionRequest {
|
|
1410
|
-
|
|
1411
|
-
solutionVersionArn: string | undefined;
|
|
1412
|
-
}
|
|
1413
|
-
export declare namespace DescribeSolutionVersionRequest {
|
|
1414
|
-
|
|
1415
|
-
const filterSensitiveLog: (obj: DescribeSolutionVersionRequest) => any;
|
|
1416
|
-
}
|
|
1417
|
-
|
|
1418
|
-
export interface TunedHPOParams {
|
|
1419
|
-
|
|
1420
|
-
algorithmHyperParameters?: {
|
|
1421
|
-
[key: string]: string;
|
|
1422
|
-
};
|
|
1423
|
-
}
|
|
1424
|
-
export declare namespace TunedHPOParams {
|
|
1425
|
-
|
|
1426
|
-
const filterSensitiveLog: (obj: TunedHPOParams) => any;
|
|
1427
|
-
}
|
|
1428
|
-
|
|
1429
|
-
export interface SolutionVersion {
|
|
1430
|
-
|
|
1431
|
-
solutionVersionArn?: string;
|
|
1432
|
-
|
|
1433
|
-
solutionArn?: string;
|
|
1434
|
-
|
|
1435
|
-
performHPO?: boolean;
|
|
1436
|
-
|
|
1437
|
-
performAutoML?: boolean;
|
|
1438
|
-
|
|
1439
|
-
recipeArn?: string;
|
|
1440
|
-
|
|
1441
|
-
eventType?: string;
|
|
1442
|
-
|
|
1443
|
-
datasetGroupArn?: string;
|
|
1444
|
-
|
|
1445
|
-
solutionConfig?: SolutionConfig;
|
|
1446
|
-
|
|
1447
|
-
trainingHours?: number;
|
|
1448
|
-
|
|
1449
|
-
trainingMode?: TrainingMode | string;
|
|
1450
|
-
|
|
1451
|
-
tunedHPOParams?: TunedHPOParams;
|
|
1452
|
-
|
|
1453
|
-
status?: string;
|
|
1454
|
-
|
|
1455
|
-
failureReason?: string;
|
|
1456
|
-
|
|
1457
|
-
creationDateTime?: Date;
|
|
1458
|
-
|
|
1459
|
-
lastUpdatedDateTime?: Date;
|
|
1460
|
-
}
|
|
1461
|
-
export declare namespace SolutionVersion {
|
|
1462
|
-
|
|
1463
|
-
const filterSensitiveLog: (obj: SolutionVersion) => any;
|
|
1464
|
-
}
|
|
1465
|
-
export interface DescribeSolutionVersionResponse {
|
|
1466
|
-
|
|
1467
|
-
solutionVersion?: SolutionVersion;
|
|
1468
|
-
}
|
|
1469
|
-
export declare namespace DescribeSolutionVersionResponse {
|
|
1470
|
-
|
|
1471
|
-
const filterSensitiveLog: (obj: DescribeSolutionVersionResponse) => any;
|
|
1472
|
-
}
|
|
1473
|
-
export interface GetSolutionMetricsRequest {
|
|
1474
|
-
|
|
1475
|
-
solutionVersionArn: string | undefined;
|
|
1476
|
-
}
|
|
1477
|
-
export declare namespace GetSolutionMetricsRequest {
|
|
1478
|
-
|
|
1479
|
-
const filterSensitiveLog: (obj: GetSolutionMetricsRequest) => any;
|
|
1480
|
-
}
|
|
1481
|
-
export interface GetSolutionMetricsResponse {
|
|
1482
|
-
|
|
1483
|
-
solutionVersionArn?: string;
|
|
1484
|
-
|
|
1485
|
-
metrics?: {
|
|
1486
|
-
[key: string]: number;
|
|
1487
|
-
};
|
|
1488
|
-
}
|
|
1489
|
-
export declare namespace GetSolutionMetricsResponse {
|
|
1490
|
-
|
|
1491
|
-
const filterSensitiveLog: (obj: GetSolutionMetricsResponse) => any;
|
|
1492
|
-
}
|
|
1493
|
-
|
|
1494
|
-
export interface InvalidNextTokenException extends __SmithyException, $MetadataBearer {
|
|
1495
|
-
name: "InvalidNextTokenException";
|
|
1496
|
-
$fault: "client";
|
|
1497
|
-
message?: string;
|
|
1498
|
-
}
|
|
1499
|
-
export interface ListBatchInferenceJobsRequest {
|
|
1500
|
-
|
|
1501
|
-
solutionVersionArn?: string;
|
|
1502
|
-
|
|
1503
|
-
nextToken?: string;
|
|
1504
|
-
|
|
1505
|
-
maxResults?: number;
|
|
1506
|
-
}
|
|
1507
|
-
export declare namespace ListBatchInferenceJobsRequest {
|
|
1508
|
-
|
|
1509
|
-
const filterSensitiveLog: (obj: ListBatchInferenceJobsRequest) => any;
|
|
1510
|
-
}
|
|
1511
|
-
|
|
1512
|
-
export interface BatchInferenceJobSummary {
|
|
1513
|
-
|
|
1514
|
-
batchInferenceJobArn?: string;
|
|
1515
|
-
|
|
1516
|
-
jobName?: string;
|
|
1517
|
-
|
|
1518
|
-
status?: string;
|
|
1519
|
-
|
|
1520
|
-
creationDateTime?: Date;
|
|
1521
|
-
|
|
1522
|
-
lastUpdatedDateTime?: Date;
|
|
1523
|
-
|
|
1524
|
-
failureReason?: string;
|
|
1525
|
-
|
|
1526
|
-
solutionVersionArn?: string;
|
|
1527
|
-
}
|
|
1528
|
-
export declare namespace BatchInferenceJobSummary {
|
|
1529
|
-
|
|
1530
|
-
const filterSensitiveLog: (obj: BatchInferenceJobSummary) => any;
|
|
1531
|
-
}
|
|
1532
|
-
export interface ListBatchInferenceJobsResponse {
|
|
1533
|
-
|
|
1534
|
-
batchInferenceJobs?: BatchInferenceJobSummary[];
|
|
1535
|
-
|
|
1536
|
-
nextToken?: string;
|
|
1537
|
-
}
|
|
1538
|
-
export declare namespace ListBatchInferenceJobsResponse {
|
|
1539
|
-
|
|
1540
|
-
const filterSensitiveLog: (obj: ListBatchInferenceJobsResponse) => any;
|
|
1541
|
-
}
|
|
1542
|
-
export interface ListBatchSegmentJobsRequest {
|
|
1543
|
-
|
|
1544
|
-
solutionVersionArn?: string;
|
|
1545
|
-
|
|
1546
|
-
nextToken?: string;
|
|
1547
|
-
|
|
1548
|
-
maxResults?: number;
|
|
1549
|
-
}
|
|
1550
|
-
export declare namespace ListBatchSegmentJobsRequest {
|
|
1551
|
-
|
|
1552
|
-
const filterSensitiveLog: (obj: ListBatchSegmentJobsRequest) => any;
|
|
1553
|
-
}
|
|
1554
|
-
|
|
1555
|
-
export interface BatchSegmentJobSummary {
|
|
1556
|
-
|
|
1557
|
-
batchSegmentJobArn?: string;
|
|
1558
|
-
|
|
1559
|
-
jobName?: string;
|
|
1560
|
-
|
|
1561
|
-
status?: string;
|
|
1562
|
-
|
|
1563
|
-
creationDateTime?: Date;
|
|
1564
|
-
|
|
1565
|
-
lastUpdatedDateTime?: Date;
|
|
1566
|
-
|
|
1567
|
-
failureReason?: string;
|
|
1568
|
-
|
|
1569
|
-
solutionVersionArn?: string;
|
|
1570
|
-
}
|
|
1571
|
-
export declare namespace BatchSegmentJobSummary {
|
|
1572
|
-
|
|
1573
|
-
const filterSensitiveLog: (obj: BatchSegmentJobSummary) => any;
|
|
1574
|
-
}
|
|
1575
|
-
export interface ListBatchSegmentJobsResponse {
|
|
1576
|
-
|
|
1577
|
-
batchSegmentJobs?: BatchSegmentJobSummary[];
|
|
1578
|
-
|
|
1579
|
-
nextToken?: string;
|
|
1580
|
-
}
|
|
1581
|
-
export declare namespace ListBatchSegmentJobsResponse {
|
|
1582
|
-
|
|
1583
|
-
const filterSensitiveLog: (obj: ListBatchSegmentJobsResponse) => any;
|
|
1584
|
-
}
|
|
1585
|
-
export interface ListCampaignsRequest {
|
|
1586
|
-
|
|
1587
|
-
solutionArn?: string;
|
|
1588
|
-
|
|
1589
|
-
nextToken?: string;
|
|
1590
|
-
|
|
1591
|
-
maxResults?: number;
|
|
1592
|
-
}
|
|
1593
|
-
export declare namespace ListCampaignsRequest {
|
|
1594
|
-
|
|
1595
|
-
const filterSensitiveLog: (obj: ListCampaignsRequest) => any;
|
|
1596
|
-
}
|
|
1597
|
-
|
|
1598
|
-
export interface CampaignSummary {
|
|
1599
|
-
|
|
1600
|
-
name?: string;
|
|
1601
|
-
|
|
1602
|
-
campaignArn?: string;
|
|
1603
|
-
|
|
1604
|
-
status?: string;
|
|
1605
|
-
|
|
1606
|
-
creationDateTime?: Date;
|
|
1607
|
-
|
|
1608
|
-
lastUpdatedDateTime?: Date;
|
|
1609
|
-
|
|
1610
|
-
failureReason?: string;
|
|
1611
|
-
}
|
|
1612
|
-
export declare namespace CampaignSummary {
|
|
1613
|
-
|
|
1614
|
-
const filterSensitiveLog: (obj: CampaignSummary) => any;
|
|
1615
|
-
}
|
|
1616
|
-
export interface ListCampaignsResponse {
|
|
1617
|
-
|
|
1618
|
-
campaigns?: CampaignSummary[];
|
|
1619
|
-
|
|
1620
|
-
nextToken?: string;
|
|
1621
|
-
}
|
|
1622
|
-
export declare namespace ListCampaignsResponse {
|
|
1623
|
-
|
|
1624
|
-
const filterSensitiveLog: (obj: ListCampaignsResponse) => any;
|
|
1625
|
-
}
|
|
1626
|
-
export interface ListDatasetExportJobsRequest {
|
|
1627
|
-
|
|
1628
|
-
datasetArn?: string;
|
|
1629
|
-
|
|
1630
|
-
nextToken?: string;
|
|
1631
|
-
|
|
1632
|
-
maxResults?: number;
|
|
1633
|
-
}
|
|
1634
|
-
export declare namespace ListDatasetExportJobsRequest {
|
|
1635
|
-
|
|
1636
|
-
const filterSensitiveLog: (obj: ListDatasetExportJobsRequest) => any;
|
|
1637
|
-
}
|
|
1638
|
-
|
|
1639
|
-
export interface DatasetExportJobSummary {
|
|
1640
|
-
|
|
1641
|
-
datasetExportJobArn?: string;
|
|
1642
|
-
|
|
1643
|
-
jobName?: string;
|
|
1644
|
-
|
|
1645
|
-
status?: string;
|
|
1646
|
-
|
|
1647
|
-
creationDateTime?: Date;
|
|
1648
|
-
|
|
1649
|
-
lastUpdatedDateTime?: Date;
|
|
1650
|
-
|
|
1651
|
-
failureReason?: string;
|
|
1652
|
-
}
|
|
1653
|
-
export declare namespace DatasetExportJobSummary {
|
|
1654
|
-
|
|
1655
|
-
const filterSensitiveLog: (obj: DatasetExportJobSummary) => any;
|
|
1656
|
-
}
|
|
1657
|
-
export interface ListDatasetExportJobsResponse {
|
|
1658
|
-
|
|
1659
|
-
datasetExportJobs?: DatasetExportJobSummary[];
|
|
1660
|
-
|
|
1661
|
-
nextToken?: string;
|
|
1662
|
-
}
|
|
1663
|
-
export declare namespace ListDatasetExportJobsResponse {
|
|
1664
|
-
|
|
1665
|
-
const filterSensitiveLog: (obj: ListDatasetExportJobsResponse) => any;
|
|
1666
|
-
}
|
|
1667
|
-
export interface ListDatasetGroupsRequest {
|
|
1668
|
-
|
|
1669
|
-
nextToken?: string;
|
|
1670
|
-
|
|
1671
|
-
maxResults?: number;
|
|
1672
|
-
}
|
|
1673
|
-
export declare namespace ListDatasetGroupsRequest {
|
|
1674
|
-
|
|
1675
|
-
const filterSensitiveLog: (obj: ListDatasetGroupsRequest) => any;
|
|
1676
|
-
}
|
|
1677
|
-
|
|
1678
|
-
export interface DatasetGroupSummary {
|
|
1679
|
-
|
|
1680
|
-
name?: string;
|
|
1681
|
-
|
|
1682
|
-
datasetGroupArn?: string;
|
|
1683
|
-
|
|
1684
|
-
status?: string;
|
|
1685
|
-
|
|
1686
|
-
creationDateTime?: Date;
|
|
1687
|
-
|
|
1688
|
-
lastUpdatedDateTime?: Date;
|
|
1689
|
-
|
|
1690
|
-
failureReason?: string;
|
|
1691
|
-
|
|
1692
|
-
domain?: Domain | string;
|
|
1693
|
-
}
|
|
1694
|
-
export declare namespace DatasetGroupSummary {
|
|
1695
|
-
|
|
1696
|
-
const filterSensitiveLog: (obj: DatasetGroupSummary) => any;
|
|
1697
|
-
}
|
|
1698
|
-
export interface ListDatasetGroupsResponse {
|
|
1699
|
-
|
|
1700
|
-
datasetGroups?: DatasetGroupSummary[];
|
|
1701
|
-
|
|
1702
|
-
nextToken?: string;
|
|
1703
|
-
}
|
|
1704
|
-
export declare namespace ListDatasetGroupsResponse {
|
|
1705
|
-
|
|
1706
|
-
const filterSensitiveLog: (obj: ListDatasetGroupsResponse) => any;
|
|
1707
|
-
}
|
|
1708
|
-
export interface ListDatasetImportJobsRequest {
|
|
1709
|
-
|
|
1710
|
-
datasetArn?: string;
|
|
1711
|
-
|
|
1712
|
-
nextToken?: string;
|
|
1713
|
-
|
|
1714
|
-
maxResults?: number;
|
|
1715
|
-
}
|
|
1716
|
-
export declare namespace ListDatasetImportJobsRequest {
|
|
1717
|
-
|
|
1718
|
-
const filterSensitiveLog: (obj: ListDatasetImportJobsRequest) => any;
|
|
1719
|
-
}
|
|
1720
|
-
|
|
1721
|
-
export interface DatasetImportJobSummary {
|
|
1722
|
-
|
|
1723
|
-
datasetImportJobArn?: string;
|
|
1724
|
-
|
|
1725
|
-
jobName?: string;
|
|
1726
|
-
|
|
1727
|
-
status?: string;
|
|
1728
|
-
|
|
1729
|
-
creationDateTime?: Date;
|
|
1730
|
-
|
|
1731
|
-
lastUpdatedDateTime?: Date;
|
|
1732
|
-
|
|
1733
|
-
failureReason?: string;
|
|
1734
|
-
}
|
|
1735
|
-
export declare namespace DatasetImportJobSummary {
|
|
1736
|
-
|
|
1737
|
-
const filterSensitiveLog: (obj: DatasetImportJobSummary) => any;
|
|
1738
|
-
}
|
|
1739
|
-
export interface ListDatasetImportJobsResponse {
|
|
1740
|
-
|
|
1741
|
-
datasetImportJobs?: DatasetImportJobSummary[];
|
|
1742
|
-
|
|
1743
|
-
nextToken?: string;
|
|
1744
|
-
}
|
|
1745
|
-
export declare namespace ListDatasetImportJobsResponse {
|
|
1746
|
-
|
|
1747
|
-
const filterSensitiveLog: (obj: ListDatasetImportJobsResponse) => any;
|
|
1748
|
-
}
|
|
1749
|
-
export interface ListDatasetsRequest {
|
|
1750
|
-
|
|
1751
|
-
datasetGroupArn?: string;
|
|
1752
|
-
|
|
1753
|
-
nextToken?: string;
|
|
1754
|
-
|
|
1755
|
-
maxResults?: number;
|
|
1756
|
-
}
|
|
1757
|
-
export declare namespace ListDatasetsRequest {
|
|
1758
|
-
|
|
1759
|
-
const filterSensitiveLog: (obj: ListDatasetsRequest) => any;
|
|
1760
|
-
}
|
|
1761
|
-
|
|
1762
|
-
export interface DatasetSummary {
|
|
1763
|
-
|
|
1764
|
-
name?: string;
|
|
1765
|
-
|
|
1766
|
-
datasetArn?: string;
|
|
1767
|
-
|
|
1768
|
-
datasetType?: string;
|
|
1769
|
-
|
|
1770
|
-
status?: string;
|
|
1771
|
-
|
|
1772
|
-
creationDateTime?: Date;
|
|
1773
|
-
|
|
1774
|
-
lastUpdatedDateTime?: Date;
|
|
1775
|
-
}
|
|
1776
|
-
export declare namespace DatasetSummary {
|
|
1777
|
-
|
|
1778
|
-
const filterSensitiveLog: (obj: DatasetSummary) => any;
|
|
1779
|
-
}
|
|
1780
|
-
export interface ListDatasetsResponse {
|
|
1781
|
-
|
|
1782
|
-
datasets?: DatasetSummary[];
|
|
1783
|
-
|
|
1784
|
-
nextToken?: string;
|
|
1785
|
-
}
|
|
1786
|
-
export declare namespace ListDatasetsResponse {
|
|
1787
|
-
|
|
1788
|
-
const filterSensitiveLog: (obj: ListDatasetsResponse) => any;
|
|
1789
|
-
}
|
|
1790
|
-
export interface ListEventTrackersRequest {
|
|
1791
|
-
|
|
1792
|
-
datasetGroupArn?: string;
|
|
1793
|
-
|
|
1794
|
-
nextToken?: string;
|
|
1795
|
-
|
|
1796
|
-
maxResults?: number;
|
|
1797
|
-
}
|
|
1798
|
-
export declare namespace ListEventTrackersRequest {
|
|
1799
|
-
|
|
1800
|
-
const filterSensitiveLog: (obj: ListEventTrackersRequest) => any;
|
|
1801
|
-
}
|
|
1802
|
-
|
|
1803
|
-
export interface EventTrackerSummary {
|
|
1804
|
-
|
|
1805
|
-
name?: string;
|
|
1806
|
-
|
|
1807
|
-
eventTrackerArn?: string;
|
|
1808
|
-
|
|
1809
|
-
status?: string;
|
|
1810
|
-
|
|
1811
|
-
creationDateTime?: Date;
|
|
1812
|
-
|
|
1813
|
-
lastUpdatedDateTime?: Date;
|
|
1814
|
-
}
|
|
1815
|
-
export declare namespace EventTrackerSummary {
|
|
1816
|
-
|
|
1817
|
-
const filterSensitiveLog: (obj: EventTrackerSummary) => any;
|
|
1818
|
-
}
|
|
1819
|
-
export interface ListEventTrackersResponse {
|
|
1820
|
-
|
|
1821
|
-
eventTrackers?: EventTrackerSummary[];
|
|
1822
|
-
|
|
1823
|
-
nextToken?: string;
|
|
1824
|
-
}
|
|
1825
|
-
export declare namespace ListEventTrackersResponse {
|
|
1826
|
-
|
|
1827
|
-
const filterSensitiveLog: (obj: ListEventTrackersResponse) => any;
|
|
1828
|
-
}
|
|
1829
|
-
export interface ListFiltersRequest {
|
|
1830
|
-
|
|
1831
|
-
datasetGroupArn?: string;
|
|
1832
|
-
|
|
1833
|
-
nextToken?: string;
|
|
1834
|
-
|
|
1835
|
-
maxResults?: number;
|
|
1836
|
-
}
|
|
1837
|
-
export declare namespace ListFiltersRequest {
|
|
1838
|
-
|
|
1839
|
-
const filterSensitiveLog: (obj: ListFiltersRequest) => any;
|
|
1840
|
-
}
|
|
1841
|
-
|
|
1842
|
-
export interface FilterSummary {
|
|
1843
|
-
|
|
1844
|
-
name?: string;
|
|
1845
|
-
|
|
1846
|
-
filterArn?: string;
|
|
1847
|
-
|
|
1848
|
-
creationDateTime?: Date;
|
|
1849
|
-
|
|
1850
|
-
lastUpdatedDateTime?: Date;
|
|
1851
|
-
|
|
1852
|
-
datasetGroupArn?: string;
|
|
1853
|
-
|
|
1854
|
-
failureReason?: string;
|
|
1855
|
-
|
|
1856
|
-
status?: string;
|
|
1857
|
-
}
|
|
1858
|
-
export declare namespace FilterSummary {
|
|
1859
|
-
|
|
1860
|
-
const filterSensitiveLog: (obj: FilterSummary) => any;
|
|
1861
|
-
}
|
|
1862
|
-
export interface ListFiltersResponse {
|
|
1863
|
-
|
|
1864
|
-
Filters?: FilterSummary[];
|
|
1865
|
-
|
|
1866
|
-
nextToken?: string;
|
|
1867
|
-
}
|
|
1868
|
-
export declare namespace ListFiltersResponse {
|
|
1869
|
-
|
|
1870
|
-
const filterSensitiveLog: (obj: ListFiltersResponse) => any;
|
|
1871
|
-
}
|
|
1872
|
-
export declare enum RecipeProvider {
|
|
1873
|
-
SERVICE = "SERVICE"
|
|
1874
|
-
}
|
|
1875
|
-
export interface ListRecipesRequest {
|
|
1876
|
-
|
|
1877
|
-
recipeProvider?: RecipeProvider | string;
|
|
1878
|
-
|
|
1879
|
-
nextToken?: string;
|
|
1880
|
-
|
|
1881
|
-
maxResults?: number;
|
|
1882
|
-
|
|
1883
|
-
domain?: Domain | string;
|
|
1884
|
-
}
|
|
1885
|
-
export declare namespace ListRecipesRequest {
|
|
1886
|
-
|
|
1887
|
-
const filterSensitiveLog: (obj: ListRecipesRequest) => any;
|
|
1888
|
-
}
|
|
1889
|
-
|
|
1890
|
-
export interface RecipeSummary {
|
|
1891
|
-
|
|
1892
|
-
name?: string;
|
|
1893
|
-
|
|
1894
|
-
recipeArn?: string;
|
|
1895
|
-
|
|
1896
|
-
status?: string;
|
|
1897
|
-
|
|
1898
|
-
creationDateTime?: Date;
|
|
1899
|
-
|
|
1900
|
-
lastUpdatedDateTime?: Date;
|
|
1901
|
-
|
|
1902
|
-
domain?: Domain | string;
|
|
1903
|
-
}
|
|
1904
|
-
export declare namespace RecipeSummary {
|
|
1905
|
-
|
|
1906
|
-
const filterSensitiveLog: (obj: RecipeSummary) => any;
|
|
1907
|
-
}
|
|
1908
|
-
export interface ListRecipesResponse {
|
|
1909
|
-
|
|
1910
|
-
recipes?: RecipeSummary[];
|
|
1911
|
-
|
|
1912
|
-
nextToken?: string;
|
|
1913
|
-
}
|
|
1914
|
-
export declare namespace ListRecipesResponse {
|
|
1915
|
-
|
|
1916
|
-
const filterSensitiveLog: (obj: ListRecipesResponse) => any;
|
|
1917
|
-
}
|
|
1918
|
-
export interface ListRecommendersRequest {
|
|
1919
|
-
|
|
1920
|
-
datasetGroupArn?: string;
|
|
1921
|
-
|
|
1922
|
-
nextToken?: string;
|
|
1923
|
-
|
|
1924
|
-
maxResults?: number;
|
|
1925
|
-
}
|
|
1926
|
-
export declare namespace ListRecommendersRequest {
|
|
1927
|
-
|
|
1928
|
-
const filterSensitiveLog: (obj: ListRecommendersRequest) => any;
|
|
1929
|
-
}
|
|
1930
|
-
|
|
1931
|
-
export interface RecommenderSummary {
|
|
1932
|
-
|
|
1933
|
-
name?: string;
|
|
1934
|
-
|
|
1935
|
-
recommenderArn?: string;
|
|
1936
|
-
|
|
1937
|
-
datasetGroupArn?: string;
|
|
1938
|
-
|
|
1939
|
-
recipeArn?: string;
|
|
1940
|
-
|
|
1941
|
-
recommenderConfig?: RecommenderConfig;
|
|
1942
|
-
|
|
1943
|
-
status?: string;
|
|
1944
|
-
|
|
1945
|
-
creationDateTime?: Date;
|
|
1946
|
-
|
|
1947
|
-
lastUpdatedDateTime?: Date;
|
|
1948
|
-
}
|
|
1949
|
-
export declare namespace RecommenderSummary {
|
|
1950
|
-
|
|
1951
|
-
const filterSensitiveLog: (obj: RecommenderSummary) => any;
|
|
1952
|
-
}
|
|
1953
|
-
export interface ListRecommendersResponse {
|
|
1954
|
-
|
|
1955
|
-
recommenders?: RecommenderSummary[];
|
|
1956
|
-
|
|
1957
|
-
nextToken?: string;
|
|
1958
|
-
}
|
|
1959
|
-
export declare namespace ListRecommendersResponse {
|
|
1960
|
-
|
|
1961
|
-
const filterSensitiveLog: (obj: ListRecommendersResponse) => any;
|
|
1962
|
-
}
|
|
1963
|
-
export interface ListSchemasRequest {
|
|
1964
|
-
|
|
1965
|
-
nextToken?: string;
|
|
1966
|
-
|
|
1967
|
-
maxResults?: number;
|
|
1968
|
-
}
|
|
1969
|
-
export declare namespace ListSchemasRequest {
|
|
1970
|
-
|
|
1971
|
-
const filterSensitiveLog: (obj: ListSchemasRequest) => any;
|
|
1972
|
-
}
|
|
1973
|
-
|
|
1974
|
-
export interface DatasetSchemaSummary {
|
|
1975
|
-
|
|
1976
|
-
name?: string;
|
|
1977
|
-
|
|
1978
|
-
schemaArn?: string;
|
|
1979
|
-
|
|
1980
|
-
creationDateTime?: Date;
|
|
1981
|
-
|
|
1982
|
-
lastUpdatedDateTime?: Date;
|
|
1983
|
-
|
|
1984
|
-
domain?: Domain | string;
|
|
1985
|
-
}
|
|
1986
|
-
export declare namespace DatasetSchemaSummary {
|
|
1987
|
-
|
|
1988
|
-
const filterSensitiveLog: (obj: DatasetSchemaSummary) => any;
|
|
1989
|
-
}
|
|
1990
|
-
export interface ListSchemasResponse {
|
|
1991
|
-
|
|
1992
|
-
schemas?: DatasetSchemaSummary[];
|
|
1993
|
-
|
|
1994
|
-
nextToken?: string;
|
|
1995
|
-
}
|
|
1996
|
-
export declare namespace ListSchemasResponse {
|
|
1997
|
-
|
|
1998
|
-
const filterSensitiveLog: (obj: ListSchemasResponse) => any;
|
|
1999
|
-
}
|
|
2000
|
-
export interface ListSolutionsRequest {
|
|
2001
|
-
|
|
2002
|
-
datasetGroupArn?: string;
|
|
2003
|
-
|
|
2004
|
-
nextToken?: string;
|
|
2005
|
-
|
|
2006
|
-
maxResults?: number;
|
|
2007
|
-
}
|
|
2008
|
-
export declare namespace ListSolutionsRequest {
|
|
2009
|
-
|
|
2010
|
-
const filterSensitiveLog: (obj: ListSolutionsRequest) => any;
|
|
2011
|
-
}
|
|
2012
|
-
|
|
2013
|
-
export interface SolutionSummary {
|
|
2014
|
-
|
|
2015
|
-
name?: string;
|
|
2016
|
-
|
|
2017
|
-
solutionArn?: string;
|
|
2018
|
-
|
|
2019
|
-
status?: string;
|
|
2020
|
-
|
|
2021
|
-
creationDateTime?: Date;
|
|
2022
|
-
|
|
2023
|
-
lastUpdatedDateTime?: Date;
|
|
2024
|
-
}
|
|
2025
|
-
export declare namespace SolutionSummary {
|
|
2026
|
-
|
|
2027
|
-
const filterSensitiveLog: (obj: SolutionSummary) => any;
|
|
2028
|
-
}
|
|
2029
|
-
export interface ListSolutionsResponse {
|
|
2030
|
-
|
|
2031
|
-
solutions?: SolutionSummary[];
|
|
2032
|
-
|
|
2033
|
-
nextToken?: string;
|
|
2034
|
-
}
|
|
2035
|
-
export declare namespace ListSolutionsResponse {
|
|
2036
|
-
|
|
2037
|
-
const filterSensitiveLog: (obj: ListSolutionsResponse) => any;
|
|
2038
|
-
}
|
|
2039
|
-
export interface ListSolutionVersionsRequest {
|
|
2040
|
-
|
|
2041
|
-
solutionArn?: string;
|
|
2042
|
-
|
|
2043
|
-
nextToken?: string;
|
|
2044
|
-
|
|
2045
|
-
maxResults?: number;
|
|
2046
|
-
}
|
|
2047
|
-
export declare namespace ListSolutionVersionsRequest {
|
|
2048
|
-
|
|
2049
|
-
const filterSensitiveLog: (obj: ListSolutionVersionsRequest) => any;
|
|
2050
|
-
}
|
|
2051
|
-
export interface ListSolutionVersionsResponse {
|
|
2052
|
-
|
|
2053
|
-
solutionVersions?: SolutionVersionSummary[];
|
|
2054
|
-
|
|
2055
|
-
nextToken?: string;
|
|
2056
|
-
}
|
|
2057
|
-
export declare namespace ListSolutionVersionsResponse {
|
|
2058
|
-
|
|
2059
|
-
const filterSensitiveLog: (obj: ListSolutionVersionsResponse) => any;
|
|
2060
|
-
}
|
|
2061
|
-
export interface StopSolutionVersionCreationRequest {
|
|
2062
|
-
|
|
2063
|
-
solutionVersionArn: string | undefined;
|
|
2064
|
-
}
|
|
2065
|
-
export declare namespace StopSolutionVersionCreationRequest {
|
|
2066
|
-
|
|
2067
|
-
const filterSensitiveLog: (obj: StopSolutionVersionCreationRequest) => any;
|
|
2068
|
-
}
|
|
2069
|
-
export interface UpdateCampaignRequest {
|
|
2070
|
-
|
|
2071
|
-
campaignArn: string | undefined;
|
|
2072
|
-
|
|
2073
|
-
solutionVersionArn?: string;
|
|
2074
|
-
|
|
2075
|
-
minProvisionedTPS?: number;
|
|
2076
|
-
|
|
2077
|
-
campaignConfig?: CampaignConfig;
|
|
2078
|
-
}
|
|
2079
|
-
export declare namespace UpdateCampaignRequest {
|
|
2080
|
-
|
|
2081
|
-
const filterSensitiveLog: (obj: UpdateCampaignRequest) => any;
|
|
2082
|
-
}
|
|
2083
|
-
export interface UpdateCampaignResponse {
|
|
2084
|
-
|
|
2085
|
-
campaignArn?: string;
|
|
2086
|
-
}
|
|
2087
|
-
export declare namespace UpdateCampaignResponse {
|
|
2088
|
-
|
|
2089
|
-
const filterSensitiveLog: (obj: UpdateCampaignResponse) => any;
|
|
2090
|
-
}
|
|
2091
|
-
export interface UpdateRecommenderRequest {
|
|
2092
|
-
|
|
2093
|
-
recommenderArn: string | undefined;
|
|
2094
|
-
|
|
2095
|
-
recommenderConfig: RecommenderConfig | undefined;
|
|
2096
|
-
}
|
|
2097
|
-
export declare namespace UpdateRecommenderRequest {
|
|
2098
|
-
|
|
2099
|
-
const filterSensitiveLog: (obj: UpdateRecommenderRequest) => any;
|
|
2100
|
-
}
|
|
2101
|
-
export interface UpdateRecommenderResponse {
|
|
2102
|
-
|
|
2103
|
-
recommenderArn?: string;
|
|
2104
|
-
}
|
|
2105
|
-
export declare namespace UpdateRecommenderResponse {
|
|
2106
|
-
|
|
2107
|
-
const filterSensitiveLog: (obj: UpdateRecommenderResponse) => any;
|
|
2108
|
-
}
|