@aws-sdk/client-personalize 3.168.0 → 3.170.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 +16 -0
- package/dist-types/ts3.4/Personalize.d.ts +1084 -305
- package/dist-types/ts3.4/PersonalizeClient.d.ts +489 -133
- package/dist-types/ts3.4/commands/CreateBatchInferenceJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateBatchSegmentJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDatasetExportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateEventTrackerCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateRecommenderCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateSolutionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateSolutionVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteEventTrackerCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRecommenderCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteSolutionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeBatchInferenceJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeBatchSegmentJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeDatasetExportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEventTrackerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFeatureTransformationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFilterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeRecommenderCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeSolutionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeSolutionVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSolutionMetricsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListBatchInferenceJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBatchSegmentJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDatasetExportJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListEventTrackersCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListRecommendersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListSolutionVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSolutionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartRecommenderCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopRecommenderCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopSolutionVersionCreationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateRecommenderCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/index.d.ts +60 -60
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/PersonalizeServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2051 -1896
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListBatchInferenceJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBatchSegmentJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCampaignsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetExportJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetImportJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEventTrackersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFiltersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecipesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecommendersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSchemasPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSolutionVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSolutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +15 -15
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +725 -182
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,305 +1,1084 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
import {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
import {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
import {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
import {
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
CreateBatchInferenceJobCommandInput,
|
|
4
|
+
CreateBatchInferenceJobCommandOutput,
|
|
5
|
+
} from "./commands/CreateBatchInferenceJobCommand";
|
|
6
|
+
import {
|
|
7
|
+
CreateBatchSegmentJobCommandInput,
|
|
8
|
+
CreateBatchSegmentJobCommandOutput,
|
|
9
|
+
} from "./commands/CreateBatchSegmentJobCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateCampaignCommandInput,
|
|
12
|
+
CreateCampaignCommandOutput,
|
|
13
|
+
} from "./commands/CreateCampaignCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateDatasetCommandInput,
|
|
16
|
+
CreateDatasetCommandOutput,
|
|
17
|
+
} from "./commands/CreateDatasetCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateDatasetExportJobCommandInput,
|
|
20
|
+
CreateDatasetExportJobCommandOutput,
|
|
21
|
+
} from "./commands/CreateDatasetExportJobCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateDatasetGroupCommandInput,
|
|
24
|
+
CreateDatasetGroupCommandOutput,
|
|
25
|
+
} from "./commands/CreateDatasetGroupCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateDatasetImportJobCommandInput,
|
|
28
|
+
CreateDatasetImportJobCommandOutput,
|
|
29
|
+
} from "./commands/CreateDatasetImportJobCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateEventTrackerCommandInput,
|
|
32
|
+
CreateEventTrackerCommandOutput,
|
|
33
|
+
} from "./commands/CreateEventTrackerCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateFilterCommandInput,
|
|
36
|
+
CreateFilterCommandOutput,
|
|
37
|
+
} from "./commands/CreateFilterCommand";
|
|
38
|
+
import {
|
|
39
|
+
CreateRecommenderCommandInput,
|
|
40
|
+
CreateRecommenderCommandOutput,
|
|
41
|
+
} from "./commands/CreateRecommenderCommand";
|
|
42
|
+
import {
|
|
43
|
+
CreateSchemaCommandInput,
|
|
44
|
+
CreateSchemaCommandOutput,
|
|
45
|
+
} from "./commands/CreateSchemaCommand";
|
|
46
|
+
import {
|
|
47
|
+
CreateSolutionCommandInput,
|
|
48
|
+
CreateSolutionCommandOutput,
|
|
49
|
+
} from "./commands/CreateSolutionCommand";
|
|
50
|
+
import {
|
|
51
|
+
CreateSolutionVersionCommandInput,
|
|
52
|
+
CreateSolutionVersionCommandOutput,
|
|
53
|
+
} from "./commands/CreateSolutionVersionCommand";
|
|
54
|
+
import {
|
|
55
|
+
DeleteCampaignCommandInput,
|
|
56
|
+
DeleteCampaignCommandOutput,
|
|
57
|
+
} from "./commands/DeleteCampaignCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeleteDatasetCommandInput,
|
|
60
|
+
DeleteDatasetCommandOutput,
|
|
61
|
+
} from "./commands/DeleteDatasetCommand";
|
|
62
|
+
import {
|
|
63
|
+
DeleteDatasetGroupCommandInput,
|
|
64
|
+
DeleteDatasetGroupCommandOutput,
|
|
65
|
+
} from "./commands/DeleteDatasetGroupCommand";
|
|
66
|
+
import {
|
|
67
|
+
DeleteEventTrackerCommandInput,
|
|
68
|
+
DeleteEventTrackerCommandOutput,
|
|
69
|
+
} from "./commands/DeleteEventTrackerCommand";
|
|
70
|
+
import {
|
|
71
|
+
DeleteFilterCommandInput,
|
|
72
|
+
DeleteFilterCommandOutput,
|
|
73
|
+
} from "./commands/DeleteFilterCommand";
|
|
74
|
+
import {
|
|
75
|
+
DeleteRecommenderCommandInput,
|
|
76
|
+
DeleteRecommenderCommandOutput,
|
|
77
|
+
} from "./commands/DeleteRecommenderCommand";
|
|
78
|
+
import {
|
|
79
|
+
DeleteSchemaCommandInput,
|
|
80
|
+
DeleteSchemaCommandOutput,
|
|
81
|
+
} from "./commands/DeleteSchemaCommand";
|
|
82
|
+
import {
|
|
83
|
+
DeleteSolutionCommandInput,
|
|
84
|
+
DeleteSolutionCommandOutput,
|
|
85
|
+
} from "./commands/DeleteSolutionCommand";
|
|
86
|
+
import {
|
|
87
|
+
DescribeAlgorithmCommandInput,
|
|
88
|
+
DescribeAlgorithmCommandOutput,
|
|
89
|
+
} from "./commands/DescribeAlgorithmCommand";
|
|
90
|
+
import {
|
|
91
|
+
DescribeBatchInferenceJobCommandInput,
|
|
92
|
+
DescribeBatchInferenceJobCommandOutput,
|
|
93
|
+
} from "./commands/DescribeBatchInferenceJobCommand";
|
|
94
|
+
import {
|
|
95
|
+
DescribeBatchSegmentJobCommandInput,
|
|
96
|
+
DescribeBatchSegmentJobCommandOutput,
|
|
97
|
+
} from "./commands/DescribeBatchSegmentJobCommand";
|
|
98
|
+
import {
|
|
99
|
+
DescribeCampaignCommandInput,
|
|
100
|
+
DescribeCampaignCommandOutput,
|
|
101
|
+
} from "./commands/DescribeCampaignCommand";
|
|
102
|
+
import {
|
|
103
|
+
DescribeDatasetCommandInput,
|
|
104
|
+
DescribeDatasetCommandOutput,
|
|
105
|
+
} from "./commands/DescribeDatasetCommand";
|
|
106
|
+
import {
|
|
107
|
+
DescribeDatasetExportJobCommandInput,
|
|
108
|
+
DescribeDatasetExportJobCommandOutput,
|
|
109
|
+
} from "./commands/DescribeDatasetExportJobCommand";
|
|
110
|
+
import {
|
|
111
|
+
DescribeDatasetGroupCommandInput,
|
|
112
|
+
DescribeDatasetGroupCommandOutput,
|
|
113
|
+
} from "./commands/DescribeDatasetGroupCommand";
|
|
114
|
+
import {
|
|
115
|
+
DescribeDatasetImportJobCommandInput,
|
|
116
|
+
DescribeDatasetImportJobCommandOutput,
|
|
117
|
+
} from "./commands/DescribeDatasetImportJobCommand";
|
|
118
|
+
import {
|
|
119
|
+
DescribeEventTrackerCommandInput,
|
|
120
|
+
DescribeEventTrackerCommandOutput,
|
|
121
|
+
} from "./commands/DescribeEventTrackerCommand";
|
|
122
|
+
import {
|
|
123
|
+
DescribeFeatureTransformationCommandInput,
|
|
124
|
+
DescribeFeatureTransformationCommandOutput,
|
|
125
|
+
} from "./commands/DescribeFeatureTransformationCommand";
|
|
126
|
+
import {
|
|
127
|
+
DescribeFilterCommandInput,
|
|
128
|
+
DescribeFilterCommandOutput,
|
|
129
|
+
} from "./commands/DescribeFilterCommand";
|
|
130
|
+
import {
|
|
131
|
+
DescribeRecipeCommandInput,
|
|
132
|
+
DescribeRecipeCommandOutput,
|
|
133
|
+
} from "./commands/DescribeRecipeCommand";
|
|
134
|
+
import {
|
|
135
|
+
DescribeRecommenderCommandInput,
|
|
136
|
+
DescribeRecommenderCommandOutput,
|
|
137
|
+
} from "./commands/DescribeRecommenderCommand";
|
|
138
|
+
import {
|
|
139
|
+
DescribeSchemaCommandInput,
|
|
140
|
+
DescribeSchemaCommandOutput,
|
|
141
|
+
} from "./commands/DescribeSchemaCommand";
|
|
142
|
+
import {
|
|
143
|
+
DescribeSolutionCommandInput,
|
|
144
|
+
DescribeSolutionCommandOutput,
|
|
145
|
+
} from "./commands/DescribeSolutionCommand";
|
|
146
|
+
import {
|
|
147
|
+
DescribeSolutionVersionCommandInput,
|
|
148
|
+
DescribeSolutionVersionCommandOutput,
|
|
149
|
+
} from "./commands/DescribeSolutionVersionCommand";
|
|
150
|
+
import {
|
|
151
|
+
GetSolutionMetricsCommandInput,
|
|
152
|
+
GetSolutionMetricsCommandOutput,
|
|
153
|
+
} from "./commands/GetSolutionMetricsCommand";
|
|
154
|
+
import {
|
|
155
|
+
ListBatchInferenceJobsCommandInput,
|
|
156
|
+
ListBatchInferenceJobsCommandOutput,
|
|
157
|
+
} from "./commands/ListBatchInferenceJobsCommand";
|
|
158
|
+
import {
|
|
159
|
+
ListBatchSegmentJobsCommandInput,
|
|
160
|
+
ListBatchSegmentJobsCommandOutput,
|
|
161
|
+
} from "./commands/ListBatchSegmentJobsCommand";
|
|
162
|
+
import {
|
|
163
|
+
ListCampaignsCommandInput,
|
|
164
|
+
ListCampaignsCommandOutput,
|
|
165
|
+
} from "./commands/ListCampaignsCommand";
|
|
166
|
+
import {
|
|
167
|
+
ListDatasetExportJobsCommandInput,
|
|
168
|
+
ListDatasetExportJobsCommandOutput,
|
|
169
|
+
} from "./commands/ListDatasetExportJobsCommand";
|
|
170
|
+
import {
|
|
171
|
+
ListDatasetGroupsCommandInput,
|
|
172
|
+
ListDatasetGroupsCommandOutput,
|
|
173
|
+
} from "./commands/ListDatasetGroupsCommand";
|
|
174
|
+
import {
|
|
175
|
+
ListDatasetImportJobsCommandInput,
|
|
176
|
+
ListDatasetImportJobsCommandOutput,
|
|
177
|
+
} from "./commands/ListDatasetImportJobsCommand";
|
|
178
|
+
import {
|
|
179
|
+
ListDatasetsCommandInput,
|
|
180
|
+
ListDatasetsCommandOutput,
|
|
181
|
+
} from "./commands/ListDatasetsCommand";
|
|
182
|
+
import {
|
|
183
|
+
ListEventTrackersCommandInput,
|
|
184
|
+
ListEventTrackersCommandOutput,
|
|
185
|
+
} from "./commands/ListEventTrackersCommand";
|
|
186
|
+
import {
|
|
187
|
+
ListFiltersCommandInput,
|
|
188
|
+
ListFiltersCommandOutput,
|
|
189
|
+
} from "./commands/ListFiltersCommand";
|
|
190
|
+
import {
|
|
191
|
+
ListRecipesCommandInput,
|
|
192
|
+
ListRecipesCommandOutput,
|
|
193
|
+
} from "./commands/ListRecipesCommand";
|
|
194
|
+
import {
|
|
195
|
+
ListRecommendersCommandInput,
|
|
196
|
+
ListRecommendersCommandOutput,
|
|
197
|
+
} from "./commands/ListRecommendersCommand";
|
|
198
|
+
import {
|
|
199
|
+
ListSchemasCommandInput,
|
|
200
|
+
ListSchemasCommandOutput,
|
|
201
|
+
} from "./commands/ListSchemasCommand";
|
|
202
|
+
import {
|
|
203
|
+
ListSolutionsCommandInput,
|
|
204
|
+
ListSolutionsCommandOutput,
|
|
205
|
+
} from "./commands/ListSolutionsCommand";
|
|
206
|
+
import {
|
|
207
|
+
ListSolutionVersionsCommandInput,
|
|
208
|
+
ListSolutionVersionsCommandOutput,
|
|
209
|
+
} from "./commands/ListSolutionVersionsCommand";
|
|
210
|
+
import {
|
|
211
|
+
ListTagsForResourceCommandInput,
|
|
212
|
+
ListTagsForResourceCommandOutput,
|
|
213
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
214
|
+
import {
|
|
215
|
+
StartRecommenderCommandInput,
|
|
216
|
+
StartRecommenderCommandOutput,
|
|
217
|
+
} from "./commands/StartRecommenderCommand";
|
|
218
|
+
import {
|
|
219
|
+
StopRecommenderCommandInput,
|
|
220
|
+
StopRecommenderCommandOutput,
|
|
221
|
+
} from "./commands/StopRecommenderCommand";
|
|
222
|
+
import {
|
|
223
|
+
StopSolutionVersionCreationCommandInput,
|
|
224
|
+
StopSolutionVersionCreationCommandOutput,
|
|
225
|
+
} from "./commands/StopSolutionVersionCreationCommand";
|
|
226
|
+
import {
|
|
227
|
+
TagResourceCommandInput,
|
|
228
|
+
TagResourceCommandOutput,
|
|
229
|
+
} from "./commands/TagResourceCommand";
|
|
230
|
+
import {
|
|
231
|
+
UntagResourceCommandInput,
|
|
232
|
+
UntagResourceCommandOutput,
|
|
233
|
+
} from "./commands/UntagResourceCommand";
|
|
234
|
+
import {
|
|
235
|
+
UpdateCampaignCommandInput,
|
|
236
|
+
UpdateCampaignCommandOutput,
|
|
237
|
+
} from "./commands/UpdateCampaignCommand";
|
|
238
|
+
import {
|
|
239
|
+
UpdateRecommenderCommandInput,
|
|
240
|
+
UpdateRecommenderCommandOutput,
|
|
241
|
+
} from "./commands/UpdateRecommenderCommand";
|
|
242
|
+
import { PersonalizeClient } from "./PersonalizeClient";
|
|
243
|
+
|
|
244
|
+
export declare class Personalize extends PersonalizeClient {
|
|
245
|
+
createBatchInferenceJob(
|
|
246
|
+
args: CreateBatchInferenceJobCommandInput,
|
|
247
|
+
options?: __HttpHandlerOptions
|
|
248
|
+
): Promise<CreateBatchInferenceJobCommandOutput>;
|
|
249
|
+
createBatchInferenceJob(
|
|
250
|
+
args: CreateBatchInferenceJobCommandInput,
|
|
251
|
+
cb: (err: any, data?: CreateBatchInferenceJobCommandOutput) => void
|
|
252
|
+
): void;
|
|
253
|
+
createBatchInferenceJob(
|
|
254
|
+
args: CreateBatchInferenceJobCommandInput,
|
|
255
|
+
options: __HttpHandlerOptions,
|
|
256
|
+
cb: (err: any, data?: CreateBatchInferenceJobCommandOutput) => void
|
|
257
|
+
): void;
|
|
258
|
+
|
|
259
|
+
createBatchSegmentJob(
|
|
260
|
+
args: CreateBatchSegmentJobCommandInput,
|
|
261
|
+
options?: __HttpHandlerOptions
|
|
262
|
+
): Promise<CreateBatchSegmentJobCommandOutput>;
|
|
263
|
+
createBatchSegmentJob(
|
|
264
|
+
args: CreateBatchSegmentJobCommandInput,
|
|
265
|
+
cb: (err: any, data?: CreateBatchSegmentJobCommandOutput) => void
|
|
266
|
+
): void;
|
|
267
|
+
createBatchSegmentJob(
|
|
268
|
+
args: CreateBatchSegmentJobCommandInput,
|
|
269
|
+
options: __HttpHandlerOptions,
|
|
270
|
+
cb: (err: any, data?: CreateBatchSegmentJobCommandOutput) => void
|
|
271
|
+
): void;
|
|
272
|
+
|
|
273
|
+
createCampaign(
|
|
274
|
+
args: CreateCampaignCommandInput,
|
|
275
|
+
options?: __HttpHandlerOptions
|
|
276
|
+
): Promise<CreateCampaignCommandOutput>;
|
|
277
|
+
createCampaign(
|
|
278
|
+
args: CreateCampaignCommandInput,
|
|
279
|
+
cb: (err: any, data?: CreateCampaignCommandOutput) => void
|
|
280
|
+
): void;
|
|
281
|
+
createCampaign(
|
|
282
|
+
args: CreateCampaignCommandInput,
|
|
283
|
+
options: __HttpHandlerOptions,
|
|
284
|
+
cb: (err: any, data?: CreateCampaignCommandOutput) => void
|
|
285
|
+
): void;
|
|
286
|
+
|
|
287
|
+
createDataset(
|
|
288
|
+
args: CreateDatasetCommandInput,
|
|
289
|
+
options?: __HttpHandlerOptions
|
|
290
|
+
): Promise<CreateDatasetCommandOutput>;
|
|
291
|
+
createDataset(
|
|
292
|
+
args: CreateDatasetCommandInput,
|
|
293
|
+
cb: (err: any, data?: CreateDatasetCommandOutput) => void
|
|
294
|
+
): void;
|
|
295
|
+
createDataset(
|
|
296
|
+
args: CreateDatasetCommandInput,
|
|
297
|
+
options: __HttpHandlerOptions,
|
|
298
|
+
cb: (err: any, data?: CreateDatasetCommandOutput) => void
|
|
299
|
+
): void;
|
|
300
|
+
|
|
301
|
+
createDatasetExportJob(
|
|
302
|
+
args: CreateDatasetExportJobCommandInput,
|
|
303
|
+
options?: __HttpHandlerOptions
|
|
304
|
+
): Promise<CreateDatasetExportJobCommandOutput>;
|
|
305
|
+
createDatasetExportJob(
|
|
306
|
+
args: CreateDatasetExportJobCommandInput,
|
|
307
|
+
cb: (err: any, data?: CreateDatasetExportJobCommandOutput) => void
|
|
308
|
+
): void;
|
|
309
|
+
createDatasetExportJob(
|
|
310
|
+
args: CreateDatasetExportJobCommandInput,
|
|
311
|
+
options: __HttpHandlerOptions,
|
|
312
|
+
cb: (err: any, data?: CreateDatasetExportJobCommandOutput) => void
|
|
313
|
+
): void;
|
|
314
|
+
|
|
315
|
+
createDatasetGroup(
|
|
316
|
+
args: CreateDatasetGroupCommandInput,
|
|
317
|
+
options?: __HttpHandlerOptions
|
|
318
|
+
): Promise<CreateDatasetGroupCommandOutput>;
|
|
319
|
+
createDatasetGroup(
|
|
320
|
+
args: CreateDatasetGroupCommandInput,
|
|
321
|
+
cb: (err: any, data?: CreateDatasetGroupCommandOutput) => void
|
|
322
|
+
): void;
|
|
323
|
+
createDatasetGroup(
|
|
324
|
+
args: CreateDatasetGroupCommandInput,
|
|
325
|
+
options: __HttpHandlerOptions,
|
|
326
|
+
cb: (err: any, data?: CreateDatasetGroupCommandOutput) => void
|
|
327
|
+
): void;
|
|
328
|
+
|
|
329
|
+
createDatasetImportJob(
|
|
330
|
+
args: CreateDatasetImportJobCommandInput,
|
|
331
|
+
options?: __HttpHandlerOptions
|
|
332
|
+
): Promise<CreateDatasetImportJobCommandOutput>;
|
|
333
|
+
createDatasetImportJob(
|
|
334
|
+
args: CreateDatasetImportJobCommandInput,
|
|
335
|
+
cb: (err: any, data?: CreateDatasetImportJobCommandOutput) => void
|
|
336
|
+
): void;
|
|
337
|
+
createDatasetImportJob(
|
|
338
|
+
args: CreateDatasetImportJobCommandInput,
|
|
339
|
+
options: __HttpHandlerOptions,
|
|
340
|
+
cb: (err: any, data?: CreateDatasetImportJobCommandOutput) => void
|
|
341
|
+
): void;
|
|
342
|
+
|
|
343
|
+
createEventTracker(
|
|
344
|
+
args: CreateEventTrackerCommandInput,
|
|
345
|
+
options?: __HttpHandlerOptions
|
|
346
|
+
): Promise<CreateEventTrackerCommandOutput>;
|
|
347
|
+
createEventTracker(
|
|
348
|
+
args: CreateEventTrackerCommandInput,
|
|
349
|
+
cb: (err: any, data?: CreateEventTrackerCommandOutput) => void
|
|
350
|
+
): void;
|
|
351
|
+
createEventTracker(
|
|
352
|
+
args: CreateEventTrackerCommandInput,
|
|
353
|
+
options: __HttpHandlerOptions,
|
|
354
|
+
cb: (err: any, data?: CreateEventTrackerCommandOutput) => void
|
|
355
|
+
): void;
|
|
356
|
+
|
|
357
|
+
createFilter(
|
|
358
|
+
args: CreateFilterCommandInput,
|
|
359
|
+
options?: __HttpHandlerOptions
|
|
360
|
+
): Promise<CreateFilterCommandOutput>;
|
|
361
|
+
createFilter(
|
|
362
|
+
args: CreateFilterCommandInput,
|
|
363
|
+
cb: (err: any, data?: CreateFilterCommandOutput) => void
|
|
364
|
+
): void;
|
|
365
|
+
createFilter(
|
|
366
|
+
args: CreateFilterCommandInput,
|
|
367
|
+
options: __HttpHandlerOptions,
|
|
368
|
+
cb: (err: any, data?: CreateFilterCommandOutput) => void
|
|
369
|
+
): void;
|
|
370
|
+
|
|
371
|
+
createRecommender(
|
|
372
|
+
args: CreateRecommenderCommandInput,
|
|
373
|
+
options?: __HttpHandlerOptions
|
|
374
|
+
): Promise<CreateRecommenderCommandOutput>;
|
|
375
|
+
createRecommender(
|
|
376
|
+
args: CreateRecommenderCommandInput,
|
|
377
|
+
cb: (err: any, data?: CreateRecommenderCommandOutput) => void
|
|
378
|
+
): void;
|
|
379
|
+
createRecommender(
|
|
380
|
+
args: CreateRecommenderCommandInput,
|
|
381
|
+
options: __HttpHandlerOptions,
|
|
382
|
+
cb: (err: any, data?: CreateRecommenderCommandOutput) => void
|
|
383
|
+
): void;
|
|
384
|
+
|
|
385
|
+
createSchema(
|
|
386
|
+
args: CreateSchemaCommandInput,
|
|
387
|
+
options?: __HttpHandlerOptions
|
|
388
|
+
): Promise<CreateSchemaCommandOutput>;
|
|
389
|
+
createSchema(
|
|
390
|
+
args: CreateSchemaCommandInput,
|
|
391
|
+
cb: (err: any, data?: CreateSchemaCommandOutput) => void
|
|
392
|
+
): void;
|
|
393
|
+
createSchema(
|
|
394
|
+
args: CreateSchemaCommandInput,
|
|
395
|
+
options: __HttpHandlerOptions,
|
|
396
|
+
cb: (err: any, data?: CreateSchemaCommandOutput) => void
|
|
397
|
+
): void;
|
|
398
|
+
|
|
399
|
+
createSolution(
|
|
400
|
+
args: CreateSolutionCommandInput,
|
|
401
|
+
options?: __HttpHandlerOptions
|
|
402
|
+
): Promise<CreateSolutionCommandOutput>;
|
|
403
|
+
createSolution(
|
|
404
|
+
args: CreateSolutionCommandInput,
|
|
405
|
+
cb: (err: any, data?: CreateSolutionCommandOutput) => void
|
|
406
|
+
): void;
|
|
407
|
+
createSolution(
|
|
408
|
+
args: CreateSolutionCommandInput,
|
|
409
|
+
options: __HttpHandlerOptions,
|
|
410
|
+
cb: (err: any, data?: CreateSolutionCommandOutput) => void
|
|
411
|
+
): void;
|
|
412
|
+
|
|
413
|
+
createSolutionVersion(
|
|
414
|
+
args: CreateSolutionVersionCommandInput,
|
|
415
|
+
options?: __HttpHandlerOptions
|
|
416
|
+
): Promise<CreateSolutionVersionCommandOutput>;
|
|
417
|
+
createSolutionVersion(
|
|
418
|
+
args: CreateSolutionVersionCommandInput,
|
|
419
|
+
cb: (err: any, data?: CreateSolutionVersionCommandOutput) => void
|
|
420
|
+
): void;
|
|
421
|
+
createSolutionVersion(
|
|
422
|
+
args: CreateSolutionVersionCommandInput,
|
|
423
|
+
options: __HttpHandlerOptions,
|
|
424
|
+
cb: (err: any, data?: CreateSolutionVersionCommandOutput) => void
|
|
425
|
+
): void;
|
|
426
|
+
|
|
427
|
+
deleteCampaign(
|
|
428
|
+
args: DeleteCampaignCommandInput,
|
|
429
|
+
options?: __HttpHandlerOptions
|
|
430
|
+
): Promise<DeleteCampaignCommandOutput>;
|
|
431
|
+
deleteCampaign(
|
|
432
|
+
args: DeleteCampaignCommandInput,
|
|
433
|
+
cb: (err: any, data?: DeleteCampaignCommandOutput) => void
|
|
434
|
+
): void;
|
|
435
|
+
deleteCampaign(
|
|
436
|
+
args: DeleteCampaignCommandInput,
|
|
437
|
+
options: __HttpHandlerOptions,
|
|
438
|
+
cb: (err: any, data?: DeleteCampaignCommandOutput) => void
|
|
439
|
+
): void;
|
|
440
|
+
|
|
441
|
+
deleteDataset(
|
|
442
|
+
args: DeleteDatasetCommandInput,
|
|
443
|
+
options?: __HttpHandlerOptions
|
|
444
|
+
): Promise<DeleteDatasetCommandOutput>;
|
|
445
|
+
deleteDataset(
|
|
446
|
+
args: DeleteDatasetCommandInput,
|
|
447
|
+
cb: (err: any, data?: DeleteDatasetCommandOutput) => void
|
|
448
|
+
): void;
|
|
449
|
+
deleteDataset(
|
|
450
|
+
args: DeleteDatasetCommandInput,
|
|
451
|
+
options: __HttpHandlerOptions,
|
|
452
|
+
cb: (err: any, data?: DeleteDatasetCommandOutput) => void
|
|
453
|
+
): void;
|
|
454
|
+
|
|
455
|
+
deleteDatasetGroup(
|
|
456
|
+
args: DeleteDatasetGroupCommandInput,
|
|
457
|
+
options?: __HttpHandlerOptions
|
|
458
|
+
): Promise<DeleteDatasetGroupCommandOutput>;
|
|
459
|
+
deleteDatasetGroup(
|
|
460
|
+
args: DeleteDatasetGroupCommandInput,
|
|
461
|
+
cb: (err: any, data?: DeleteDatasetGroupCommandOutput) => void
|
|
462
|
+
): void;
|
|
463
|
+
deleteDatasetGroup(
|
|
464
|
+
args: DeleteDatasetGroupCommandInput,
|
|
465
|
+
options: __HttpHandlerOptions,
|
|
466
|
+
cb: (err: any, data?: DeleteDatasetGroupCommandOutput) => void
|
|
467
|
+
): void;
|
|
468
|
+
|
|
469
|
+
deleteEventTracker(
|
|
470
|
+
args: DeleteEventTrackerCommandInput,
|
|
471
|
+
options?: __HttpHandlerOptions
|
|
472
|
+
): Promise<DeleteEventTrackerCommandOutput>;
|
|
473
|
+
deleteEventTracker(
|
|
474
|
+
args: DeleteEventTrackerCommandInput,
|
|
475
|
+
cb: (err: any, data?: DeleteEventTrackerCommandOutput) => void
|
|
476
|
+
): void;
|
|
477
|
+
deleteEventTracker(
|
|
478
|
+
args: DeleteEventTrackerCommandInput,
|
|
479
|
+
options: __HttpHandlerOptions,
|
|
480
|
+
cb: (err: any, data?: DeleteEventTrackerCommandOutput) => void
|
|
481
|
+
): void;
|
|
482
|
+
|
|
483
|
+
deleteFilter(
|
|
484
|
+
args: DeleteFilterCommandInput,
|
|
485
|
+
options?: __HttpHandlerOptions
|
|
486
|
+
): Promise<DeleteFilterCommandOutput>;
|
|
487
|
+
deleteFilter(
|
|
488
|
+
args: DeleteFilterCommandInput,
|
|
489
|
+
cb: (err: any, data?: DeleteFilterCommandOutput) => void
|
|
490
|
+
): void;
|
|
491
|
+
deleteFilter(
|
|
492
|
+
args: DeleteFilterCommandInput,
|
|
493
|
+
options: __HttpHandlerOptions,
|
|
494
|
+
cb: (err: any, data?: DeleteFilterCommandOutput) => void
|
|
495
|
+
): void;
|
|
496
|
+
|
|
497
|
+
deleteRecommender(
|
|
498
|
+
args: DeleteRecommenderCommandInput,
|
|
499
|
+
options?: __HttpHandlerOptions
|
|
500
|
+
): Promise<DeleteRecommenderCommandOutput>;
|
|
501
|
+
deleteRecommender(
|
|
502
|
+
args: DeleteRecommenderCommandInput,
|
|
503
|
+
cb: (err: any, data?: DeleteRecommenderCommandOutput) => void
|
|
504
|
+
): void;
|
|
505
|
+
deleteRecommender(
|
|
506
|
+
args: DeleteRecommenderCommandInput,
|
|
507
|
+
options: __HttpHandlerOptions,
|
|
508
|
+
cb: (err: any, data?: DeleteRecommenderCommandOutput) => void
|
|
509
|
+
): void;
|
|
510
|
+
|
|
511
|
+
deleteSchema(
|
|
512
|
+
args: DeleteSchemaCommandInput,
|
|
513
|
+
options?: __HttpHandlerOptions
|
|
514
|
+
): Promise<DeleteSchemaCommandOutput>;
|
|
515
|
+
deleteSchema(
|
|
516
|
+
args: DeleteSchemaCommandInput,
|
|
517
|
+
cb: (err: any, data?: DeleteSchemaCommandOutput) => void
|
|
518
|
+
): void;
|
|
519
|
+
deleteSchema(
|
|
520
|
+
args: DeleteSchemaCommandInput,
|
|
521
|
+
options: __HttpHandlerOptions,
|
|
522
|
+
cb: (err: any, data?: DeleteSchemaCommandOutput) => void
|
|
523
|
+
): void;
|
|
524
|
+
|
|
525
|
+
deleteSolution(
|
|
526
|
+
args: DeleteSolutionCommandInput,
|
|
527
|
+
options?: __HttpHandlerOptions
|
|
528
|
+
): Promise<DeleteSolutionCommandOutput>;
|
|
529
|
+
deleteSolution(
|
|
530
|
+
args: DeleteSolutionCommandInput,
|
|
531
|
+
cb: (err: any, data?: DeleteSolutionCommandOutput) => void
|
|
532
|
+
): void;
|
|
533
|
+
deleteSolution(
|
|
534
|
+
args: DeleteSolutionCommandInput,
|
|
535
|
+
options: __HttpHandlerOptions,
|
|
536
|
+
cb: (err: any, data?: DeleteSolutionCommandOutput) => void
|
|
537
|
+
): void;
|
|
538
|
+
|
|
539
|
+
describeAlgorithm(
|
|
540
|
+
args: DescribeAlgorithmCommandInput,
|
|
541
|
+
options?: __HttpHandlerOptions
|
|
542
|
+
): Promise<DescribeAlgorithmCommandOutput>;
|
|
543
|
+
describeAlgorithm(
|
|
544
|
+
args: DescribeAlgorithmCommandInput,
|
|
545
|
+
cb: (err: any, data?: DescribeAlgorithmCommandOutput) => void
|
|
546
|
+
): void;
|
|
547
|
+
describeAlgorithm(
|
|
548
|
+
args: DescribeAlgorithmCommandInput,
|
|
549
|
+
options: __HttpHandlerOptions,
|
|
550
|
+
cb: (err: any, data?: DescribeAlgorithmCommandOutput) => void
|
|
551
|
+
): void;
|
|
552
|
+
|
|
553
|
+
describeBatchInferenceJob(
|
|
554
|
+
args: DescribeBatchInferenceJobCommandInput,
|
|
555
|
+
options?: __HttpHandlerOptions
|
|
556
|
+
): Promise<DescribeBatchInferenceJobCommandOutput>;
|
|
557
|
+
describeBatchInferenceJob(
|
|
558
|
+
args: DescribeBatchInferenceJobCommandInput,
|
|
559
|
+
cb: (err: any, data?: DescribeBatchInferenceJobCommandOutput) => void
|
|
560
|
+
): void;
|
|
561
|
+
describeBatchInferenceJob(
|
|
562
|
+
args: DescribeBatchInferenceJobCommandInput,
|
|
563
|
+
options: __HttpHandlerOptions,
|
|
564
|
+
cb: (err: any, data?: DescribeBatchInferenceJobCommandOutput) => void
|
|
565
|
+
): void;
|
|
566
|
+
|
|
567
|
+
describeBatchSegmentJob(
|
|
568
|
+
args: DescribeBatchSegmentJobCommandInput,
|
|
569
|
+
options?: __HttpHandlerOptions
|
|
570
|
+
): Promise<DescribeBatchSegmentJobCommandOutput>;
|
|
571
|
+
describeBatchSegmentJob(
|
|
572
|
+
args: DescribeBatchSegmentJobCommandInput,
|
|
573
|
+
cb: (err: any, data?: DescribeBatchSegmentJobCommandOutput) => void
|
|
574
|
+
): void;
|
|
575
|
+
describeBatchSegmentJob(
|
|
576
|
+
args: DescribeBatchSegmentJobCommandInput,
|
|
577
|
+
options: __HttpHandlerOptions,
|
|
578
|
+
cb: (err: any, data?: DescribeBatchSegmentJobCommandOutput) => void
|
|
579
|
+
): void;
|
|
580
|
+
|
|
581
|
+
describeCampaign(
|
|
582
|
+
args: DescribeCampaignCommandInput,
|
|
583
|
+
options?: __HttpHandlerOptions
|
|
584
|
+
): Promise<DescribeCampaignCommandOutput>;
|
|
585
|
+
describeCampaign(
|
|
586
|
+
args: DescribeCampaignCommandInput,
|
|
587
|
+
cb: (err: any, data?: DescribeCampaignCommandOutput) => void
|
|
588
|
+
): void;
|
|
589
|
+
describeCampaign(
|
|
590
|
+
args: DescribeCampaignCommandInput,
|
|
591
|
+
options: __HttpHandlerOptions,
|
|
592
|
+
cb: (err: any, data?: DescribeCampaignCommandOutput) => void
|
|
593
|
+
): void;
|
|
594
|
+
|
|
595
|
+
describeDataset(
|
|
596
|
+
args: DescribeDatasetCommandInput,
|
|
597
|
+
options?: __HttpHandlerOptions
|
|
598
|
+
): Promise<DescribeDatasetCommandOutput>;
|
|
599
|
+
describeDataset(
|
|
600
|
+
args: DescribeDatasetCommandInput,
|
|
601
|
+
cb: (err: any, data?: DescribeDatasetCommandOutput) => void
|
|
602
|
+
): void;
|
|
603
|
+
describeDataset(
|
|
604
|
+
args: DescribeDatasetCommandInput,
|
|
605
|
+
options: __HttpHandlerOptions,
|
|
606
|
+
cb: (err: any, data?: DescribeDatasetCommandOutput) => void
|
|
607
|
+
): void;
|
|
608
|
+
|
|
609
|
+
describeDatasetExportJob(
|
|
610
|
+
args: DescribeDatasetExportJobCommandInput,
|
|
611
|
+
options?: __HttpHandlerOptions
|
|
612
|
+
): Promise<DescribeDatasetExportJobCommandOutput>;
|
|
613
|
+
describeDatasetExportJob(
|
|
614
|
+
args: DescribeDatasetExportJobCommandInput,
|
|
615
|
+
cb: (err: any, data?: DescribeDatasetExportJobCommandOutput) => void
|
|
616
|
+
): void;
|
|
617
|
+
describeDatasetExportJob(
|
|
618
|
+
args: DescribeDatasetExportJobCommandInput,
|
|
619
|
+
options: __HttpHandlerOptions,
|
|
620
|
+
cb: (err: any, data?: DescribeDatasetExportJobCommandOutput) => void
|
|
621
|
+
): void;
|
|
622
|
+
|
|
623
|
+
describeDatasetGroup(
|
|
624
|
+
args: DescribeDatasetGroupCommandInput,
|
|
625
|
+
options?: __HttpHandlerOptions
|
|
626
|
+
): Promise<DescribeDatasetGroupCommandOutput>;
|
|
627
|
+
describeDatasetGroup(
|
|
628
|
+
args: DescribeDatasetGroupCommandInput,
|
|
629
|
+
cb: (err: any, data?: DescribeDatasetGroupCommandOutput) => void
|
|
630
|
+
): void;
|
|
631
|
+
describeDatasetGroup(
|
|
632
|
+
args: DescribeDatasetGroupCommandInput,
|
|
633
|
+
options: __HttpHandlerOptions,
|
|
634
|
+
cb: (err: any, data?: DescribeDatasetGroupCommandOutput) => void
|
|
635
|
+
): void;
|
|
636
|
+
|
|
637
|
+
describeDatasetImportJob(
|
|
638
|
+
args: DescribeDatasetImportJobCommandInput,
|
|
639
|
+
options?: __HttpHandlerOptions
|
|
640
|
+
): Promise<DescribeDatasetImportJobCommandOutput>;
|
|
641
|
+
describeDatasetImportJob(
|
|
642
|
+
args: DescribeDatasetImportJobCommandInput,
|
|
643
|
+
cb: (err: any, data?: DescribeDatasetImportJobCommandOutput) => void
|
|
644
|
+
): void;
|
|
645
|
+
describeDatasetImportJob(
|
|
646
|
+
args: DescribeDatasetImportJobCommandInput,
|
|
647
|
+
options: __HttpHandlerOptions,
|
|
648
|
+
cb: (err: any, data?: DescribeDatasetImportJobCommandOutput) => void
|
|
649
|
+
): void;
|
|
650
|
+
|
|
651
|
+
describeEventTracker(
|
|
652
|
+
args: DescribeEventTrackerCommandInput,
|
|
653
|
+
options?: __HttpHandlerOptions
|
|
654
|
+
): Promise<DescribeEventTrackerCommandOutput>;
|
|
655
|
+
describeEventTracker(
|
|
656
|
+
args: DescribeEventTrackerCommandInput,
|
|
657
|
+
cb: (err: any, data?: DescribeEventTrackerCommandOutput) => void
|
|
658
|
+
): void;
|
|
659
|
+
describeEventTracker(
|
|
660
|
+
args: DescribeEventTrackerCommandInput,
|
|
661
|
+
options: __HttpHandlerOptions,
|
|
662
|
+
cb: (err: any, data?: DescribeEventTrackerCommandOutput) => void
|
|
663
|
+
): void;
|
|
664
|
+
|
|
665
|
+
describeFeatureTransformation(
|
|
666
|
+
args: DescribeFeatureTransformationCommandInput,
|
|
667
|
+
options?: __HttpHandlerOptions
|
|
668
|
+
): Promise<DescribeFeatureTransformationCommandOutput>;
|
|
669
|
+
describeFeatureTransformation(
|
|
670
|
+
args: DescribeFeatureTransformationCommandInput,
|
|
671
|
+
cb: (err: any, data?: DescribeFeatureTransformationCommandOutput) => void
|
|
672
|
+
): void;
|
|
673
|
+
describeFeatureTransformation(
|
|
674
|
+
args: DescribeFeatureTransformationCommandInput,
|
|
675
|
+
options: __HttpHandlerOptions,
|
|
676
|
+
cb: (err: any, data?: DescribeFeatureTransformationCommandOutput) => void
|
|
677
|
+
): void;
|
|
678
|
+
|
|
679
|
+
describeFilter(
|
|
680
|
+
args: DescribeFilterCommandInput,
|
|
681
|
+
options?: __HttpHandlerOptions
|
|
682
|
+
): Promise<DescribeFilterCommandOutput>;
|
|
683
|
+
describeFilter(
|
|
684
|
+
args: DescribeFilterCommandInput,
|
|
685
|
+
cb: (err: any, data?: DescribeFilterCommandOutput) => void
|
|
686
|
+
): void;
|
|
687
|
+
describeFilter(
|
|
688
|
+
args: DescribeFilterCommandInput,
|
|
689
|
+
options: __HttpHandlerOptions,
|
|
690
|
+
cb: (err: any, data?: DescribeFilterCommandOutput) => void
|
|
691
|
+
): void;
|
|
692
|
+
|
|
693
|
+
describeRecipe(
|
|
694
|
+
args: DescribeRecipeCommandInput,
|
|
695
|
+
options?: __HttpHandlerOptions
|
|
696
|
+
): Promise<DescribeRecipeCommandOutput>;
|
|
697
|
+
describeRecipe(
|
|
698
|
+
args: DescribeRecipeCommandInput,
|
|
699
|
+
cb: (err: any, data?: DescribeRecipeCommandOutput) => void
|
|
700
|
+
): void;
|
|
701
|
+
describeRecipe(
|
|
702
|
+
args: DescribeRecipeCommandInput,
|
|
703
|
+
options: __HttpHandlerOptions,
|
|
704
|
+
cb: (err: any, data?: DescribeRecipeCommandOutput) => void
|
|
705
|
+
): void;
|
|
706
|
+
|
|
707
|
+
describeRecommender(
|
|
708
|
+
args: DescribeRecommenderCommandInput,
|
|
709
|
+
options?: __HttpHandlerOptions
|
|
710
|
+
): Promise<DescribeRecommenderCommandOutput>;
|
|
711
|
+
describeRecommender(
|
|
712
|
+
args: DescribeRecommenderCommandInput,
|
|
713
|
+
cb: (err: any, data?: DescribeRecommenderCommandOutput) => void
|
|
714
|
+
): void;
|
|
715
|
+
describeRecommender(
|
|
716
|
+
args: DescribeRecommenderCommandInput,
|
|
717
|
+
options: __HttpHandlerOptions,
|
|
718
|
+
cb: (err: any, data?: DescribeRecommenderCommandOutput) => void
|
|
719
|
+
): void;
|
|
720
|
+
|
|
721
|
+
describeSchema(
|
|
722
|
+
args: DescribeSchemaCommandInput,
|
|
723
|
+
options?: __HttpHandlerOptions
|
|
724
|
+
): Promise<DescribeSchemaCommandOutput>;
|
|
725
|
+
describeSchema(
|
|
726
|
+
args: DescribeSchemaCommandInput,
|
|
727
|
+
cb: (err: any, data?: DescribeSchemaCommandOutput) => void
|
|
728
|
+
): void;
|
|
729
|
+
describeSchema(
|
|
730
|
+
args: DescribeSchemaCommandInput,
|
|
731
|
+
options: __HttpHandlerOptions,
|
|
732
|
+
cb: (err: any, data?: DescribeSchemaCommandOutput) => void
|
|
733
|
+
): void;
|
|
734
|
+
|
|
735
|
+
describeSolution(
|
|
736
|
+
args: DescribeSolutionCommandInput,
|
|
737
|
+
options?: __HttpHandlerOptions
|
|
738
|
+
): Promise<DescribeSolutionCommandOutput>;
|
|
739
|
+
describeSolution(
|
|
740
|
+
args: DescribeSolutionCommandInput,
|
|
741
|
+
cb: (err: any, data?: DescribeSolutionCommandOutput) => void
|
|
742
|
+
): void;
|
|
743
|
+
describeSolution(
|
|
744
|
+
args: DescribeSolutionCommandInput,
|
|
745
|
+
options: __HttpHandlerOptions,
|
|
746
|
+
cb: (err: any, data?: DescribeSolutionCommandOutput) => void
|
|
747
|
+
): void;
|
|
748
|
+
|
|
749
|
+
describeSolutionVersion(
|
|
750
|
+
args: DescribeSolutionVersionCommandInput,
|
|
751
|
+
options?: __HttpHandlerOptions
|
|
752
|
+
): Promise<DescribeSolutionVersionCommandOutput>;
|
|
753
|
+
describeSolutionVersion(
|
|
754
|
+
args: DescribeSolutionVersionCommandInput,
|
|
755
|
+
cb: (err: any, data?: DescribeSolutionVersionCommandOutput) => void
|
|
756
|
+
): void;
|
|
757
|
+
describeSolutionVersion(
|
|
758
|
+
args: DescribeSolutionVersionCommandInput,
|
|
759
|
+
options: __HttpHandlerOptions,
|
|
760
|
+
cb: (err: any, data?: DescribeSolutionVersionCommandOutput) => void
|
|
761
|
+
): void;
|
|
762
|
+
|
|
763
|
+
getSolutionMetrics(
|
|
764
|
+
args: GetSolutionMetricsCommandInput,
|
|
765
|
+
options?: __HttpHandlerOptions
|
|
766
|
+
): Promise<GetSolutionMetricsCommandOutput>;
|
|
767
|
+
getSolutionMetrics(
|
|
768
|
+
args: GetSolutionMetricsCommandInput,
|
|
769
|
+
cb: (err: any, data?: GetSolutionMetricsCommandOutput) => void
|
|
770
|
+
): void;
|
|
771
|
+
getSolutionMetrics(
|
|
772
|
+
args: GetSolutionMetricsCommandInput,
|
|
773
|
+
options: __HttpHandlerOptions,
|
|
774
|
+
cb: (err: any, data?: GetSolutionMetricsCommandOutput) => void
|
|
775
|
+
): void;
|
|
776
|
+
|
|
777
|
+
listBatchInferenceJobs(
|
|
778
|
+
args: ListBatchInferenceJobsCommandInput,
|
|
779
|
+
options?: __HttpHandlerOptions
|
|
780
|
+
): Promise<ListBatchInferenceJobsCommandOutput>;
|
|
781
|
+
listBatchInferenceJobs(
|
|
782
|
+
args: ListBatchInferenceJobsCommandInput,
|
|
783
|
+
cb: (err: any, data?: ListBatchInferenceJobsCommandOutput) => void
|
|
784
|
+
): void;
|
|
785
|
+
listBatchInferenceJobs(
|
|
786
|
+
args: ListBatchInferenceJobsCommandInput,
|
|
787
|
+
options: __HttpHandlerOptions,
|
|
788
|
+
cb: (err: any, data?: ListBatchInferenceJobsCommandOutput) => void
|
|
789
|
+
): void;
|
|
790
|
+
|
|
791
|
+
listBatchSegmentJobs(
|
|
792
|
+
args: ListBatchSegmentJobsCommandInput,
|
|
793
|
+
options?: __HttpHandlerOptions
|
|
794
|
+
): Promise<ListBatchSegmentJobsCommandOutput>;
|
|
795
|
+
listBatchSegmentJobs(
|
|
796
|
+
args: ListBatchSegmentJobsCommandInput,
|
|
797
|
+
cb: (err: any, data?: ListBatchSegmentJobsCommandOutput) => void
|
|
798
|
+
): void;
|
|
799
|
+
listBatchSegmentJobs(
|
|
800
|
+
args: ListBatchSegmentJobsCommandInput,
|
|
801
|
+
options: __HttpHandlerOptions,
|
|
802
|
+
cb: (err: any, data?: ListBatchSegmentJobsCommandOutput) => void
|
|
803
|
+
): void;
|
|
804
|
+
|
|
805
|
+
listCampaigns(
|
|
806
|
+
args: ListCampaignsCommandInput,
|
|
807
|
+
options?: __HttpHandlerOptions
|
|
808
|
+
): Promise<ListCampaignsCommandOutput>;
|
|
809
|
+
listCampaigns(
|
|
810
|
+
args: ListCampaignsCommandInput,
|
|
811
|
+
cb: (err: any, data?: ListCampaignsCommandOutput) => void
|
|
812
|
+
): void;
|
|
813
|
+
listCampaigns(
|
|
814
|
+
args: ListCampaignsCommandInput,
|
|
815
|
+
options: __HttpHandlerOptions,
|
|
816
|
+
cb: (err: any, data?: ListCampaignsCommandOutput) => void
|
|
817
|
+
): void;
|
|
818
|
+
|
|
819
|
+
listDatasetExportJobs(
|
|
820
|
+
args: ListDatasetExportJobsCommandInput,
|
|
821
|
+
options?: __HttpHandlerOptions
|
|
822
|
+
): Promise<ListDatasetExportJobsCommandOutput>;
|
|
823
|
+
listDatasetExportJobs(
|
|
824
|
+
args: ListDatasetExportJobsCommandInput,
|
|
825
|
+
cb: (err: any, data?: ListDatasetExportJobsCommandOutput) => void
|
|
826
|
+
): void;
|
|
827
|
+
listDatasetExportJobs(
|
|
828
|
+
args: ListDatasetExportJobsCommandInput,
|
|
829
|
+
options: __HttpHandlerOptions,
|
|
830
|
+
cb: (err: any, data?: ListDatasetExportJobsCommandOutput) => void
|
|
831
|
+
): void;
|
|
832
|
+
|
|
833
|
+
listDatasetGroups(
|
|
834
|
+
args: ListDatasetGroupsCommandInput,
|
|
835
|
+
options?: __HttpHandlerOptions
|
|
836
|
+
): Promise<ListDatasetGroupsCommandOutput>;
|
|
837
|
+
listDatasetGroups(
|
|
838
|
+
args: ListDatasetGroupsCommandInput,
|
|
839
|
+
cb: (err: any, data?: ListDatasetGroupsCommandOutput) => void
|
|
840
|
+
): void;
|
|
841
|
+
listDatasetGroups(
|
|
842
|
+
args: ListDatasetGroupsCommandInput,
|
|
843
|
+
options: __HttpHandlerOptions,
|
|
844
|
+
cb: (err: any, data?: ListDatasetGroupsCommandOutput) => void
|
|
845
|
+
): void;
|
|
846
|
+
|
|
847
|
+
listDatasetImportJobs(
|
|
848
|
+
args: ListDatasetImportJobsCommandInput,
|
|
849
|
+
options?: __HttpHandlerOptions
|
|
850
|
+
): Promise<ListDatasetImportJobsCommandOutput>;
|
|
851
|
+
listDatasetImportJobs(
|
|
852
|
+
args: ListDatasetImportJobsCommandInput,
|
|
853
|
+
cb: (err: any, data?: ListDatasetImportJobsCommandOutput) => void
|
|
854
|
+
): void;
|
|
855
|
+
listDatasetImportJobs(
|
|
856
|
+
args: ListDatasetImportJobsCommandInput,
|
|
857
|
+
options: __HttpHandlerOptions,
|
|
858
|
+
cb: (err: any, data?: ListDatasetImportJobsCommandOutput) => void
|
|
859
|
+
): void;
|
|
860
|
+
|
|
861
|
+
listDatasets(
|
|
862
|
+
args: ListDatasetsCommandInput,
|
|
863
|
+
options?: __HttpHandlerOptions
|
|
864
|
+
): Promise<ListDatasetsCommandOutput>;
|
|
865
|
+
listDatasets(
|
|
866
|
+
args: ListDatasetsCommandInput,
|
|
867
|
+
cb: (err: any, data?: ListDatasetsCommandOutput) => void
|
|
868
|
+
): void;
|
|
869
|
+
listDatasets(
|
|
870
|
+
args: ListDatasetsCommandInput,
|
|
871
|
+
options: __HttpHandlerOptions,
|
|
872
|
+
cb: (err: any, data?: ListDatasetsCommandOutput) => void
|
|
873
|
+
): void;
|
|
874
|
+
|
|
875
|
+
listEventTrackers(
|
|
876
|
+
args: ListEventTrackersCommandInput,
|
|
877
|
+
options?: __HttpHandlerOptions
|
|
878
|
+
): Promise<ListEventTrackersCommandOutput>;
|
|
879
|
+
listEventTrackers(
|
|
880
|
+
args: ListEventTrackersCommandInput,
|
|
881
|
+
cb: (err: any, data?: ListEventTrackersCommandOutput) => void
|
|
882
|
+
): void;
|
|
883
|
+
listEventTrackers(
|
|
884
|
+
args: ListEventTrackersCommandInput,
|
|
885
|
+
options: __HttpHandlerOptions,
|
|
886
|
+
cb: (err: any, data?: ListEventTrackersCommandOutput) => void
|
|
887
|
+
): void;
|
|
888
|
+
|
|
889
|
+
listFilters(
|
|
890
|
+
args: ListFiltersCommandInput,
|
|
891
|
+
options?: __HttpHandlerOptions
|
|
892
|
+
): Promise<ListFiltersCommandOutput>;
|
|
893
|
+
listFilters(
|
|
894
|
+
args: ListFiltersCommandInput,
|
|
895
|
+
cb: (err: any, data?: ListFiltersCommandOutput) => void
|
|
896
|
+
): void;
|
|
897
|
+
listFilters(
|
|
898
|
+
args: ListFiltersCommandInput,
|
|
899
|
+
options: __HttpHandlerOptions,
|
|
900
|
+
cb: (err: any, data?: ListFiltersCommandOutput) => void
|
|
901
|
+
): void;
|
|
902
|
+
|
|
903
|
+
listRecipes(
|
|
904
|
+
args: ListRecipesCommandInput,
|
|
905
|
+
options?: __HttpHandlerOptions
|
|
906
|
+
): Promise<ListRecipesCommandOutput>;
|
|
907
|
+
listRecipes(
|
|
908
|
+
args: ListRecipesCommandInput,
|
|
909
|
+
cb: (err: any, data?: ListRecipesCommandOutput) => void
|
|
910
|
+
): void;
|
|
911
|
+
listRecipes(
|
|
912
|
+
args: ListRecipesCommandInput,
|
|
913
|
+
options: __HttpHandlerOptions,
|
|
914
|
+
cb: (err: any, data?: ListRecipesCommandOutput) => void
|
|
915
|
+
): void;
|
|
916
|
+
|
|
917
|
+
listRecommenders(
|
|
918
|
+
args: ListRecommendersCommandInput,
|
|
919
|
+
options?: __HttpHandlerOptions
|
|
920
|
+
): Promise<ListRecommendersCommandOutput>;
|
|
921
|
+
listRecommenders(
|
|
922
|
+
args: ListRecommendersCommandInput,
|
|
923
|
+
cb: (err: any, data?: ListRecommendersCommandOutput) => void
|
|
924
|
+
): void;
|
|
925
|
+
listRecommenders(
|
|
926
|
+
args: ListRecommendersCommandInput,
|
|
927
|
+
options: __HttpHandlerOptions,
|
|
928
|
+
cb: (err: any, data?: ListRecommendersCommandOutput) => void
|
|
929
|
+
): void;
|
|
930
|
+
|
|
931
|
+
listSchemas(
|
|
932
|
+
args: ListSchemasCommandInput,
|
|
933
|
+
options?: __HttpHandlerOptions
|
|
934
|
+
): Promise<ListSchemasCommandOutput>;
|
|
935
|
+
listSchemas(
|
|
936
|
+
args: ListSchemasCommandInput,
|
|
937
|
+
cb: (err: any, data?: ListSchemasCommandOutput) => void
|
|
938
|
+
): void;
|
|
939
|
+
listSchemas(
|
|
940
|
+
args: ListSchemasCommandInput,
|
|
941
|
+
options: __HttpHandlerOptions,
|
|
942
|
+
cb: (err: any, data?: ListSchemasCommandOutput) => void
|
|
943
|
+
): void;
|
|
944
|
+
|
|
945
|
+
listSolutions(
|
|
946
|
+
args: ListSolutionsCommandInput,
|
|
947
|
+
options?: __HttpHandlerOptions
|
|
948
|
+
): Promise<ListSolutionsCommandOutput>;
|
|
949
|
+
listSolutions(
|
|
950
|
+
args: ListSolutionsCommandInput,
|
|
951
|
+
cb: (err: any, data?: ListSolutionsCommandOutput) => void
|
|
952
|
+
): void;
|
|
953
|
+
listSolutions(
|
|
954
|
+
args: ListSolutionsCommandInput,
|
|
955
|
+
options: __HttpHandlerOptions,
|
|
956
|
+
cb: (err: any, data?: ListSolutionsCommandOutput) => void
|
|
957
|
+
): void;
|
|
958
|
+
|
|
959
|
+
listSolutionVersions(
|
|
960
|
+
args: ListSolutionVersionsCommandInput,
|
|
961
|
+
options?: __HttpHandlerOptions
|
|
962
|
+
): Promise<ListSolutionVersionsCommandOutput>;
|
|
963
|
+
listSolutionVersions(
|
|
964
|
+
args: ListSolutionVersionsCommandInput,
|
|
965
|
+
cb: (err: any, data?: ListSolutionVersionsCommandOutput) => void
|
|
966
|
+
): void;
|
|
967
|
+
listSolutionVersions(
|
|
968
|
+
args: ListSolutionVersionsCommandInput,
|
|
969
|
+
options: __HttpHandlerOptions,
|
|
970
|
+
cb: (err: any, data?: ListSolutionVersionsCommandOutput) => void
|
|
971
|
+
): void;
|
|
972
|
+
|
|
973
|
+
listTagsForResource(
|
|
974
|
+
args: ListTagsForResourceCommandInput,
|
|
975
|
+
options?: __HttpHandlerOptions
|
|
976
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
977
|
+
listTagsForResource(
|
|
978
|
+
args: ListTagsForResourceCommandInput,
|
|
979
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
980
|
+
): void;
|
|
981
|
+
listTagsForResource(
|
|
982
|
+
args: ListTagsForResourceCommandInput,
|
|
983
|
+
options: __HttpHandlerOptions,
|
|
984
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
985
|
+
): void;
|
|
986
|
+
|
|
987
|
+
startRecommender(
|
|
988
|
+
args: StartRecommenderCommandInput,
|
|
989
|
+
options?: __HttpHandlerOptions
|
|
990
|
+
): Promise<StartRecommenderCommandOutput>;
|
|
991
|
+
startRecommender(
|
|
992
|
+
args: StartRecommenderCommandInput,
|
|
993
|
+
cb: (err: any, data?: StartRecommenderCommandOutput) => void
|
|
994
|
+
): void;
|
|
995
|
+
startRecommender(
|
|
996
|
+
args: StartRecommenderCommandInput,
|
|
997
|
+
options: __HttpHandlerOptions,
|
|
998
|
+
cb: (err: any, data?: StartRecommenderCommandOutput) => void
|
|
999
|
+
): void;
|
|
1000
|
+
|
|
1001
|
+
stopRecommender(
|
|
1002
|
+
args: StopRecommenderCommandInput,
|
|
1003
|
+
options?: __HttpHandlerOptions
|
|
1004
|
+
): Promise<StopRecommenderCommandOutput>;
|
|
1005
|
+
stopRecommender(
|
|
1006
|
+
args: StopRecommenderCommandInput,
|
|
1007
|
+
cb: (err: any, data?: StopRecommenderCommandOutput) => void
|
|
1008
|
+
): void;
|
|
1009
|
+
stopRecommender(
|
|
1010
|
+
args: StopRecommenderCommandInput,
|
|
1011
|
+
options: __HttpHandlerOptions,
|
|
1012
|
+
cb: (err: any, data?: StopRecommenderCommandOutput) => void
|
|
1013
|
+
): void;
|
|
1014
|
+
|
|
1015
|
+
stopSolutionVersionCreation(
|
|
1016
|
+
args: StopSolutionVersionCreationCommandInput,
|
|
1017
|
+
options?: __HttpHandlerOptions
|
|
1018
|
+
): Promise<StopSolutionVersionCreationCommandOutput>;
|
|
1019
|
+
stopSolutionVersionCreation(
|
|
1020
|
+
args: StopSolutionVersionCreationCommandInput,
|
|
1021
|
+
cb: (err: any, data?: StopSolutionVersionCreationCommandOutput) => void
|
|
1022
|
+
): void;
|
|
1023
|
+
stopSolutionVersionCreation(
|
|
1024
|
+
args: StopSolutionVersionCreationCommandInput,
|
|
1025
|
+
options: __HttpHandlerOptions,
|
|
1026
|
+
cb: (err: any, data?: StopSolutionVersionCreationCommandOutput) => void
|
|
1027
|
+
): void;
|
|
1028
|
+
|
|
1029
|
+
tagResource(
|
|
1030
|
+
args: TagResourceCommandInput,
|
|
1031
|
+
options?: __HttpHandlerOptions
|
|
1032
|
+
): Promise<TagResourceCommandOutput>;
|
|
1033
|
+
tagResource(
|
|
1034
|
+
args: TagResourceCommandInput,
|
|
1035
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1036
|
+
): void;
|
|
1037
|
+
tagResource(
|
|
1038
|
+
args: TagResourceCommandInput,
|
|
1039
|
+
options: __HttpHandlerOptions,
|
|
1040
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1041
|
+
): void;
|
|
1042
|
+
|
|
1043
|
+
untagResource(
|
|
1044
|
+
args: UntagResourceCommandInput,
|
|
1045
|
+
options?: __HttpHandlerOptions
|
|
1046
|
+
): Promise<UntagResourceCommandOutput>;
|
|
1047
|
+
untagResource(
|
|
1048
|
+
args: UntagResourceCommandInput,
|
|
1049
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1050
|
+
): void;
|
|
1051
|
+
untagResource(
|
|
1052
|
+
args: UntagResourceCommandInput,
|
|
1053
|
+
options: __HttpHandlerOptions,
|
|
1054
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1055
|
+
): void;
|
|
1056
|
+
|
|
1057
|
+
updateCampaign(
|
|
1058
|
+
args: UpdateCampaignCommandInput,
|
|
1059
|
+
options?: __HttpHandlerOptions
|
|
1060
|
+
): Promise<UpdateCampaignCommandOutput>;
|
|
1061
|
+
updateCampaign(
|
|
1062
|
+
args: UpdateCampaignCommandInput,
|
|
1063
|
+
cb: (err: any, data?: UpdateCampaignCommandOutput) => void
|
|
1064
|
+
): void;
|
|
1065
|
+
updateCampaign(
|
|
1066
|
+
args: UpdateCampaignCommandInput,
|
|
1067
|
+
options: __HttpHandlerOptions,
|
|
1068
|
+
cb: (err: any, data?: UpdateCampaignCommandOutput) => void
|
|
1069
|
+
): void;
|
|
1070
|
+
|
|
1071
|
+
updateRecommender(
|
|
1072
|
+
args: UpdateRecommenderCommandInput,
|
|
1073
|
+
options?: __HttpHandlerOptions
|
|
1074
|
+
): Promise<UpdateRecommenderCommandOutput>;
|
|
1075
|
+
updateRecommender(
|
|
1076
|
+
args: UpdateRecommenderCommandInput,
|
|
1077
|
+
cb: (err: any, data?: UpdateRecommenderCommandOutput) => void
|
|
1078
|
+
): void;
|
|
1079
|
+
updateRecommender(
|
|
1080
|
+
args: UpdateRecommenderCommandInput,
|
|
1081
|
+
options: __HttpHandlerOptions,
|
|
1082
|
+
cb: (err: any, data?: UpdateRecommenderCommandOutput) => void
|
|
1083
|
+
): void;
|
|
1084
|
+
}
|