@aws-sdk/client-personalize 3.927.0 → 3.929.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.
Files changed (95) hide show
  1. package/dist-cjs/index.js +2082 -3052
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/PersonalizeClient.js +2 -0
  4. package/dist-es/commands/CreateBatchInferenceJobCommand.js +3 -10
  5. package/dist-es/commands/CreateBatchSegmentJobCommand.js +3 -10
  6. package/dist-es/commands/CreateCampaignCommand.js +3 -10
  7. package/dist-es/commands/CreateDataDeletionJobCommand.js +3 -10
  8. package/dist-es/commands/CreateDatasetCommand.js +3 -10
  9. package/dist-es/commands/CreateDatasetExportJobCommand.js +3 -10
  10. package/dist-es/commands/CreateDatasetGroupCommand.js +3 -10
  11. package/dist-es/commands/CreateDatasetImportJobCommand.js +3 -10
  12. package/dist-es/commands/CreateEventTrackerCommand.js +3 -10
  13. package/dist-es/commands/CreateFilterCommand.js +3 -10
  14. package/dist-es/commands/CreateMetricAttributionCommand.js +3 -9
  15. package/dist-es/commands/CreateRecommenderCommand.js +3 -10
  16. package/dist-es/commands/CreateSchemaCommand.js +3 -9
  17. package/dist-es/commands/CreateSolutionCommand.js +3 -10
  18. package/dist-es/commands/CreateSolutionVersionCommand.js +3 -10
  19. package/dist-es/commands/DeleteCampaignCommand.js +3 -9
  20. package/dist-es/commands/DeleteDatasetCommand.js +3 -9
  21. package/dist-es/commands/DeleteDatasetGroupCommand.js +3 -9
  22. package/dist-es/commands/DeleteEventTrackerCommand.js +3 -9
  23. package/dist-es/commands/DeleteFilterCommand.js +3 -9
  24. package/dist-es/commands/DeleteMetricAttributionCommand.js +3 -9
  25. package/dist-es/commands/DeleteRecommenderCommand.js +3 -9
  26. package/dist-es/commands/DeleteSchemaCommand.js +3 -9
  27. package/dist-es/commands/DeleteSolutionCommand.js +3 -9
  28. package/dist-es/commands/DescribeAlgorithmCommand.js +3 -9
  29. package/dist-es/commands/DescribeBatchInferenceJobCommand.js +3 -9
  30. package/dist-es/commands/DescribeBatchSegmentJobCommand.js +3 -9
  31. package/dist-es/commands/DescribeCampaignCommand.js +3 -9
  32. package/dist-es/commands/DescribeDataDeletionJobCommand.js +3 -9
  33. package/dist-es/commands/DescribeDatasetCommand.js +3 -9
  34. package/dist-es/commands/DescribeDatasetExportJobCommand.js +3 -9
  35. package/dist-es/commands/DescribeDatasetGroupCommand.js +3 -9
  36. package/dist-es/commands/DescribeDatasetImportJobCommand.js +3 -9
  37. package/dist-es/commands/DescribeEventTrackerCommand.js +3 -9
  38. package/dist-es/commands/DescribeFeatureTransformationCommand.js +3 -9
  39. package/dist-es/commands/DescribeFilterCommand.js +3 -10
  40. package/dist-es/commands/DescribeMetricAttributionCommand.js +3 -9
  41. package/dist-es/commands/DescribeRecipeCommand.js +3 -9
  42. package/dist-es/commands/DescribeRecommenderCommand.js +3 -9
  43. package/dist-es/commands/DescribeSchemaCommand.js +3 -9
  44. package/dist-es/commands/DescribeSolutionCommand.js +3 -9
  45. package/dist-es/commands/DescribeSolutionVersionCommand.js +3 -9
  46. package/dist-es/commands/GetSolutionMetricsCommand.js +3 -9
  47. package/dist-es/commands/ListBatchInferenceJobsCommand.js +3 -9
  48. package/dist-es/commands/ListBatchSegmentJobsCommand.js +3 -9
  49. package/dist-es/commands/ListCampaignsCommand.js +3 -9
  50. package/dist-es/commands/ListDataDeletionJobsCommand.js +3 -9
  51. package/dist-es/commands/ListDatasetExportJobsCommand.js +3 -9
  52. package/dist-es/commands/ListDatasetGroupsCommand.js +3 -9
  53. package/dist-es/commands/ListDatasetImportJobsCommand.js +3 -9
  54. package/dist-es/commands/ListDatasetsCommand.js +3 -9
  55. package/dist-es/commands/ListEventTrackersCommand.js +3 -9
  56. package/dist-es/commands/ListFiltersCommand.js +3 -9
  57. package/dist-es/commands/ListMetricAttributionMetricsCommand.js +3 -9
  58. package/dist-es/commands/ListMetricAttributionsCommand.js +3 -9
  59. package/dist-es/commands/ListRecipesCommand.js +3 -9
  60. package/dist-es/commands/ListRecommendersCommand.js +3 -9
  61. package/dist-es/commands/ListSchemasCommand.js +3 -9
  62. package/dist-es/commands/ListSolutionVersionsCommand.js +3 -9
  63. package/dist-es/commands/ListSolutionsCommand.js +3 -9
  64. package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
  65. package/dist-es/commands/StartRecommenderCommand.js +3 -9
  66. package/dist-es/commands/StopRecommenderCommand.js +3 -9
  67. package/dist-es/commands/StopSolutionVersionCreationCommand.js +3 -9
  68. package/dist-es/commands/TagResourceCommand.js +3 -10
  69. package/dist-es/commands/UntagResourceCommand.js +3 -10
  70. package/dist-es/commands/UpdateCampaignCommand.js +3 -9
  71. package/dist-es/commands/UpdateDatasetCommand.js +3 -9
  72. package/dist-es/commands/UpdateMetricAttributionCommand.js +3 -9
  73. package/dist-es/commands/UpdateRecommenderCommand.js +3 -9
  74. package/dist-es/commands/UpdateSolutionCommand.js +3 -9
  75. package/dist-es/models/models_0.js +0 -79
  76. package/dist-es/runtimeConfig.shared.js +7 -0
  77. package/dist-es/schemas/schemas_0.js +1924 -0
  78. package/dist-types/PersonalizeClient.d.ts +10 -1
  79. package/dist-types/models/models_0.d.ts +0 -76
  80. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  81. package/dist-types/runtimeConfig.d.ts +1 -0
  82. package/dist-types/runtimeConfig.native.d.ts +1 -0
  83. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  84. package/dist-types/schemas/schemas_0.d.ts +328 -0
  85. package/dist-types/ts3.4/PersonalizeClient.d.ts +4 -0
  86. package/dist-types/ts3.4/models/models_0.d.ts +0 -53
  87. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  88. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  89. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  90. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  91. package/dist-types/ts3.4/schemas/schemas_0.d.ts +335 -0
  92. package/package.json +5 -5
  93. package/dist-es/protocols/Aws_json1_1.js +0 -2438
  94. package/dist-types/protocols/Aws_json1_1.d.ts +0 -641
  95. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -857
@@ -1,641 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { CreateBatchInferenceJobCommandInput, CreateBatchInferenceJobCommandOutput } from "../commands/CreateBatchInferenceJobCommand";
4
- import { CreateBatchSegmentJobCommandInput, CreateBatchSegmentJobCommandOutput } from "../commands/CreateBatchSegmentJobCommand";
5
- import { CreateCampaignCommandInput, CreateCampaignCommandOutput } from "../commands/CreateCampaignCommand";
6
- import { CreateDataDeletionJobCommandInput, CreateDataDeletionJobCommandOutput } from "../commands/CreateDataDeletionJobCommand";
7
- import { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "../commands/CreateDatasetCommand";
8
- import { CreateDatasetExportJobCommandInput, CreateDatasetExportJobCommandOutput } from "../commands/CreateDatasetExportJobCommand";
9
- import { CreateDatasetGroupCommandInput, CreateDatasetGroupCommandOutput } from "../commands/CreateDatasetGroupCommand";
10
- import { CreateDatasetImportJobCommandInput, CreateDatasetImportJobCommandOutput } from "../commands/CreateDatasetImportJobCommand";
11
- import { CreateEventTrackerCommandInput, CreateEventTrackerCommandOutput } from "../commands/CreateEventTrackerCommand";
12
- import { CreateFilterCommandInput, CreateFilterCommandOutput } from "../commands/CreateFilterCommand";
13
- import { CreateMetricAttributionCommandInput, CreateMetricAttributionCommandOutput } from "../commands/CreateMetricAttributionCommand";
14
- import { CreateRecommenderCommandInput, CreateRecommenderCommandOutput } from "../commands/CreateRecommenderCommand";
15
- import { CreateSchemaCommandInput, CreateSchemaCommandOutput } from "../commands/CreateSchemaCommand";
16
- import { CreateSolutionCommandInput, CreateSolutionCommandOutput } from "../commands/CreateSolutionCommand";
17
- import { CreateSolutionVersionCommandInput, CreateSolutionVersionCommandOutput } from "../commands/CreateSolutionVersionCommand";
18
- import { DeleteCampaignCommandInput, DeleteCampaignCommandOutput } from "../commands/DeleteCampaignCommand";
19
- import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "../commands/DeleteDatasetCommand";
20
- import { DeleteDatasetGroupCommandInput, DeleteDatasetGroupCommandOutput } from "../commands/DeleteDatasetGroupCommand";
21
- import { DeleteEventTrackerCommandInput, DeleteEventTrackerCommandOutput } from "../commands/DeleteEventTrackerCommand";
22
- import { DeleteFilterCommandInput, DeleteFilterCommandOutput } from "../commands/DeleteFilterCommand";
23
- import { DeleteMetricAttributionCommandInput, DeleteMetricAttributionCommandOutput } from "../commands/DeleteMetricAttributionCommand";
24
- import { DeleteRecommenderCommandInput, DeleteRecommenderCommandOutput } from "../commands/DeleteRecommenderCommand";
25
- import { DeleteSchemaCommandInput, DeleteSchemaCommandOutput } from "../commands/DeleteSchemaCommand";
26
- import { DeleteSolutionCommandInput, DeleteSolutionCommandOutput } from "../commands/DeleteSolutionCommand";
27
- import { DescribeAlgorithmCommandInput, DescribeAlgorithmCommandOutput } from "../commands/DescribeAlgorithmCommand";
28
- import { DescribeBatchInferenceJobCommandInput, DescribeBatchInferenceJobCommandOutput } from "../commands/DescribeBatchInferenceJobCommand";
29
- import { DescribeBatchSegmentJobCommandInput, DescribeBatchSegmentJobCommandOutput } from "../commands/DescribeBatchSegmentJobCommand";
30
- import { DescribeCampaignCommandInput, DescribeCampaignCommandOutput } from "../commands/DescribeCampaignCommand";
31
- import { DescribeDataDeletionJobCommandInput, DescribeDataDeletionJobCommandOutput } from "../commands/DescribeDataDeletionJobCommand";
32
- import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "../commands/DescribeDatasetCommand";
33
- import { DescribeDatasetExportJobCommandInput, DescribeDatasetExportJobCommandOutput } from "../commands/DescribeDatasetExportJobCommand";
34
- import { DescribeDatasetGroupCommandInput, DescribeDatasetGroupCommandOutput } from "../commands/DescribeDatasetGroupCommand";
35
- import { DescribeDatasetImportJobCommandInput, DescribeDatasetImportJobCommandOutput } from "../commands/DescribeDatasetImportJobCommand";
36
- import { DescribeEventTrackerCommandInput, DescribeEventTrackerCommandOutput } from "../commands/DescribeEventTrackerCommand";
37
- import { DescribeFeatureTransformationCommandInput, DescribeFeatureTransformationCommandOutput } from "../commands/DescribeFeatureTransformationCommand";
38
- import { DescribeFilterCommandInput, DescribeFilterCommandOutput } from "../commands/DescribeFilterCommand";
39
- import { DescribeMetricAttributionCommandInput, DescribeMetricAttributionCommandOutput } from "../commands/DescribeMetricAttributionCommand";
40
- import { DescribeRecipeCommandInput, DescribeRecipeCommandOutput } from "../commands/DescribeRecipeCommand";
41
- import { DescribeRecommenderCommandInput, DescribeRecommenderCommandOutput } from "../commands/DescribeRecommenderCommand";
42
- import { DescribeSchemaCommandInput, DescribeSchemaCommandOutput } from "../commands/DescribeSchemaCommand";
43
- import { DescribeSolutionCommandInput, DescribeSolutionCommandOutput } from "../commands/DescribeSolutionCommand";
44
- import { DescribeSolutionVersionCommandInput, DescribeSolutionVersionCommandOutput } from "../commands/DescribeSolutionVersionCommand";
45
- import { GetSolutionMetricsCommandInput, GetSolutionMetricsCommandOutput } from "../commands/GetSolutionMetricsCommand";
46
- import { ListBatchInferenceJobsCommandInput, ListBatchInferenceJobsCommandOutput } from "../commands/ListBatchInferenceJobsCommand";
47
- import { ListBatchSegmentJobsCommandInput, ListBatchSegmentJobsCommandOutput } from "../commands/ListBatchSegmentJobsCommand";
48
- import { ListCampaignsCommandInput, ListCampaignsCommandOutput } from "../commands/ListCampaignsCommand";
49
- import { ListDataDeletionJobsCommandInput, ListDataDeletionJobsCommandOutput } from "../commands/ListDataDeletionJobsCommand";
50
- import { ListDatasetExportJobsCommandInput, ListDatasetExportJobsCommandOutput } from "../commands/ListDatasetExportJobsCommand";
51
- import { ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput } from "../commands/ListDatasetGroupsCommand";
52
- import { ListDatasetImportJobsCommandInput, ListDatasetImportJobsCommandOutput } from "../commands/ListDatasetImportJobsCommand";
53
- import { ListDatasetsCommandInput, ListDatasetsCommandOutput } from "../commands/ListDatasetsCommand";
54
- import { ListEventTrackersCommandInput, ListEventTrackersCommandOutput } from "../commands/ListEventTrackersCommand";
55
- import { ListFiltersCommandInput, ListFiltersCommandOutput } from "../commands/ListFiltersCommand";
56
- import { ListMetricAttributionMetricsCommandInput, ListMetricAttributionMetricsCommandOutput } from "../commands/ListMetricAttributionMetricsCommand";
57
- import { ListMetricAttributionsCommandInput, ListMetricAttributionsCommandOutput } from "../commands/ListMetricAttributionsCommand";
58
- import { ListRecipesCommandInput, ListRecipesCommandOutput } from "../commands/ListRecipesCommand";
59
- import { ListRecommendersCommandInput, ListRecommendersCommandOutput } from "../commands/ListRecommendersCommand";
60
- import { ListSchemasCommandInput, ListSchemasCommandOutput } from "../commands/ListSchemasCommand";
61
- import { ListSolutionsCommandInput, ListSolutionsCommandOutput } from "../commands/ListSolutionsCommand";
62
- import { ListSolutionVersionsCommandInput, ListSolutionVersionsCommandOutput } from "../commands/ListSolutionVersionsCommand";
63
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
64
- import { StartRecommenderCommandInput, StartRecommenderCommandOutput } from "../commands/StartRecommenderCommand";
65
- import { StopRecommenderCommandInput, StopRecommenderCommandOutput } from "../commands/StopRecommenderCommand";
66
- import { StopSolutionVersionCreationCommandInput, StopSolutionVersionCreationCommandOutput } from "../commands/StopSolutionVersionCreationCommand";
67
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
68
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
69
- import { UpdateCampaignCommandInput, UpdateCampaignCommandOutput } from "../commands/UpdateCampaignCommand";
70
- import { UpdateDatasetCommandInput, UpdateDatasetCommandOutput } from "../commands/UpdateDatasetCommand";
71
- import { UpdateMetricAttributionCommandInput, UpdateMetricAttributionCommandOutput } from "../commands/UpdateMetricAttributionCommand";
72
- import { UpdateRecommenderCommandInput, UpdateRecommenderCommandOutput } from "../commands/UpdateRecommenderCommand";
73
- import { UpdateSolutionCommandInput, UpdateSolutionCommandOutput } from "../commands/UpdateSolutionCommand";
74
- /**
75
- * serializeAws_json1_1CreateBatchInferenceJobCommand
76
- */
77
- export declare const se_CreateBatchInferenceJobCommand: (input: CreateBatchInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- /**
79
- * serializeAws_json1_1CreateBatchSegmentJobCommand
80
- */
81
- export declare const se_CreateBatchSegmentJobCommand: (input: CreateBatchSegmentJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- /**
83
- * serializeAws_json1_1CreateCampaignCommand
84
- */
85
- export declare const se_CreateCampaignCommand: (input: CreateCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- /**
87
- * serializeAws_json1_1CreateDataDeletionJobCommand
88
- */
89
- export declare const se_CreateDataDeletionJobCommand: (input: CreateDataDeletionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- /**
91
- * serializeAws_json1_1CreateDatasetCommand
92
- */
93
- export declare const se_CreateDatasetCommand: (input: CreateDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- /**
95
- * serializeAws_json1_1CreateDatasetExportJobCommand
96
- */
97
- export declare const se_CreateDatasetExportJobCommand: (input: CreateDatasetExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- /**
99
- * serializeAws_json1_1CreateDatasetGroupCommand
100
- */
101
- export declare const se_CreateDatasetGroupCommand: (input: CreateDatasetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- /**
103
- * serializeAws_json1_1CreateDatasetImportJobCommand
104
- */
105
- export declare const se_CreateDatasetImportJobCommand: (input: CreateDatasetImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- /**
107
- * serializeAws_json1_1CreateEventTrackerCommand
108
- */
109
- export declare const se_CreateEventTrackerCommand: (input: CreateEventTrackerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- /**
111
- * serializeAws_json1_1CreateFilterCommand
112
- */
113
- export declare const se_CreateFilterCommand: (input: CreateFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- /**
115
- * serializeAws_json1_1CreateMetricAttributionCommand
116
- */
117
- export declare const se_CreateMetricAttributionCommand: (input: CreateMetricAttributionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- /**
119
- * serializeAws_json1_1CreateRecommenderCommand
120
- */
121
- export declare const se_CreateRecommenderCommand: (input: CreateRecommenderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- /**
123
- * serializeAws_json1_1CreateSchemaCommand
124
- */
125
- export declare const se_CreateSchemaCommand: (input: CreateSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- /**
127
- * serializeAws_json1_1CreateSolutionCommand
128
- */
129
- export declare const se_CreateSolutionCommand: (input: CreateSolutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- /**
131
- * serializeAws_json1_1CreateSolutionVersionCommand
132
- */
133
- export declare const se_CreateSolutionVersionCommand: (input: CreateSolutionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- /**
135
- * serializeAws_json1_1DeleteCampaignCommand
136
- */
137
- export declare const se_DeleteCampaignCommand: (input: DeleteCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- /**
139
- * serializeAws_json1_1DeleteDatasetCommand
140
- */
141
- export declare const se_DeleteDatasetCommand: (input: DeleteDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- /**
143
- * serializeAws_json1_1DeleteDatasetGroupCommand
144
- */
145
- export declare const se_DeleteDatasetGroupCommand: (input: DeleteDatasetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- /**
147
- * serializeAws_json1_1DeleteEventTrackerCommand
148
- */
149
- export declare const se_DeleteEventTrackerCommand: (input: DeleteEventTrackerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- /**
151
- * serializeAws_json1_1DeleteFilterCommand
152
- */
153
- export declare const se_DeleteFilterCommand: (input: DeleteFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- /**
155
- * serializeAws_json1_1DeleteMetricAttributionCommand
156
- */
157
- export declare const se_DeleteMetricAttributionCommand: (input: DeleteMetricAttributionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- /**
159
- * serializeAws_json1_1DeleteRecommenderCommand
160
- */
161
- export declare const se_DeleteRecommenderCommand: (input: DeleteRecommenderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- /**
163
- * serializeAws_json1_1DeleteSchemaCommand
164
- */
165
- export declare const se_DeleteSchemaCommand: (input: DeleteSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- /**
167
- * serializeAws_json1_1DeleteSolutionCommand
168
- */
169
- export declare const se_DeleteSolutionCommand: (input: DeleteSolutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- /**
171
- * serializeAws_json1_1DescribeAlgorithmCommand
172
- */
173
- export declare const se_DescribeAlgorithmCommand: (input: DescribeAlgorithmCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- /**
175
- * serializeAws_json1_1DescribeBatchInferenceJobCommand
176
- */
177
- export declare const se_DescribeBatchInferenceJobCommand: (input: DescribeBatchInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- /**
179
- * serializeAws_json1_1DescribeBatchSegmentJobCommand
180
- */
181
- export declare const se_DescribeBatchSegmentJobCommand: (input: DescribeBatchSegmentJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
- /**
183
- * serializeAws_json1_1DescribeCampaignCommand
184
- */
185
- export declare const se_DescribeCampaignCommand: (input: DescribeCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
- /**
187
- * serializeAws_json1_1DescribeDataDeletionJobCommand
188
- */
189
- export declare const se_DescribeDataDeletionJobCommand: (input: DescribeDataDeletionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
- /**
191
- * serializeAws_json1_1DescribeDatasetCommand
192
- */
193
- export declare const se_DescribeDatasetCommand: (input: DescribeDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
- /**
195
- * serializeAws_json1_1DescribeDatasetExportJobCommand
196
- */
197
- export declare const se_DescribeDatasetExportJobCommand: (input: DescribeDatasetExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
- /**
199
- * serializeAws_json1_1DescribeDatasetGroupCommand
200
- */
201
- export declare const se_DescribeDatasetGroupCommand: (input: DescribeDatasetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
- /**
203
- * serializeAws_json1_1DescribeDatasetImportJobCommand
204
- */
205
- export declare const se_DescribeDatasetImportJobCommand: (input: DescribeDatasetImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
- /**
207
- * serializeAws_json1_1DescribeEventTrackerCommand
208
- */
209
- export declare const se_DescribeEventTrackerCommand: (input: DescribeEventTrackerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
- /**
211
- * serializeAws_json1_1DescribeFeatureTransformationCommand
212
- */
213
- export declare const se_DescribeFeatureTransformationCommand: (input: DescribeFeatureTransformationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
- /**
215
- * serializeAws_json1_1DescribeFilterCommand
216
- */
217
- export declare const se_DescribeFilterCommand: (input: DescribeFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
- /**
219
- * serializeAws_json1_1DescribeMetricAttributionCommand
220
- */
221
- export declare const se_DescribeMetricAttributionCommand: (input: DescribeMetricAttributionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
222
- /**
223
- * serializeAws_json1_1DescribeRecipeCommand
224
- */
225
- export declare const se_DescribeRecipeCommand: (input: DescribeRecipeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
- /**
227
- * serializeAws_json1_1DescribeRecommenderCommand
228
- */
229
- export declare const se_DescribeRecommenderCommand: (input: DescribeRecommenderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
- /**
231
- * serializeAws_json1_1DescribeSchemaCommand
232
- */
233
- export declare const se_DescribeSchemaCommand: (input: DescribeSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
- /**
235
- * serializeAws_json1_1DescribeSolutionCommand
236
- */
237
- export declare const se_DescribeSolutionCommand: (input: DescribeSolutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
238
- /**
239
- * serializeAws_json1_1DescribeSolutionVersionCommand
240
- */
241
- export declare const se_DescribeSolutionVersionCommand: (input: DescribeSolutionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
242
- /**
243
- * serializeAws_json1_1GetSolutionMetricsCommand
244
- */
245
- export declare const se_GetSolutionMetricsCommand: (input: GetSolutionMetricsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
246
- /**
247
- * serializeAws_json1_1ListBatchInferenceJobsCommand
248
- */
249
- export declare const se_ListBatchInferenceJobsCommand: (input: ListBatchInferenceJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
250
- /**
251
- * serializeAws_json1_1ListBatchSegmentJobsCommand
252
- */
253
- export declare const se_ListBatchSegmentJobsCommand: (input: ListBatchSegmentJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
254
- /**
255
- * serializeAws_json1_1ListCampaignsCommand
256
- */
257
- export declare const se_ListCampaignsCommand: (input: ListCampaignsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
258
- /**
259
- * serializeAws_json1_1ListDataDeletionJobsCommand
260
- */
261
- export declare const se_ListDataDeletionJobsCommand: (input: ListDataDeletionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
262
- /**
263
- * serializeAws_json1_1ListDatasetExportJobsCommand
264
- */
265
- export declare const se_ListDatasetExportJobsCommand: (input: ListDatasetExportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
266
- /**
267
- * serializeAws_json1_1ListDatasetGroupsCommand
268
- */
269
- export declare const se_ListDatasetGroupsCommand: (input: ListDatasetGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
270
- /**
271
- * serializeAws_json1_1ListDatasetImportJobsCommand
272
- */
273
- export declare const se_ListDatasetImportJobsCommand: (input: ListDatasetImportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
274
- /**
275
- * serializeAws_json1_1ListDatasetsCommand
276
- */
277
- export declare const se_ListDatasetsCommand: (input: ListDatasetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
278
- /**
279
- * serializeAws_json1_1ListEventTrackersCommand
280
- */
281
- export declare const se_ListEventTrackersCommand: (input: ListEventTrackersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
282
- /**
283
- * serializeAws_json1_1ListFiltersCommand
284
- */
285
- export declare const se_ListFiltersCommand: (input: ListFiltersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
286
- /**
287
- * serializeAws_json1_1ListMetricAttributionMetricsCommand
288
- */
289
- export declare const se_ListMetricAttributionMetricsCommand: (input: ListMetricAttributionMetricsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
290
- /**
291
- * serializeAws_json1_1ListMetricAttributionsCommand
292
- */
293
- export declare const se_ListMetricAttributionsCommand: (input: ListMetricAttributionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
294
- /**
295
- * serializeAws_json1_1ListRecipesCommand
296
- */
297
- export declare const se_ListRecipesCommand: (input: ListRecipesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
298
- /**
299
- * serializeAws_json1_1ListRecommendersCommand
300
- */
301
- export declare const se_ListRecommendersCommand: (input: ListRecommendersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
302
- /**
303
- * serializeAws_json1_1ListSchemasCommand
304
- */
305
- export declare const se_ListSchemasCommand: (input: ListSchemasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
306
- /**
307
- * serializeAws_json1_1ListSolutionsCommand
308
- */
309
- export declare const se_ListSolutionsCommand: (input: ListSolutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
310
- /**
311
- * serializeAws_json1_1ListSolutionVersionsCommand
312
- */
313
- export declare const se_ListSolutionVersionsCommand: (input: ListSolutionVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
314
- /**
315
- * serializeAws_json1_1ListTagsForResourceCommand
316
- */
317
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
318
- /**
319
- * serializeAws_json1_1StartRecommenderCommand
320
- */
321
- export declare const se_StartRecommenderCommand: (input: StartRecommenderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
322
- /**
323
- * serializeAws_json1_1StopRecommenderCommand
324
- */
325
- export declare const se_StopRecommenderCommand: (input: StopRecommenderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
326
- /**
327
- * serializeAws_json1_1StopSolutionVersionCreationCommand
328
- */
329
- export declare const se_StopSolutionVersionCreationCommand: (input: StopSolutionVersionCreationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
330
- /**
331
- * serializeAws_json1_1TagResourceCommand
332
- */
333
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
334
- /**
335
- * serializeAws_json1_1UntagResourceCommand
336
- */
337
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
338
- /**
339
- * serializeAws_json1_1UpdateCampaignCommand
340
- */
341
- export declare const se_UpdateCampaignCommand: (input: UpdateCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
342
- /**
343
- * serializeAws_json1_1UpdateDatasetCommand
344
- */
345
- export declare const se_UpdateDatasetCommand: (input: UpdateDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
346
- /**
347
- * serializeAws_json1_1UpdateMetricAttributionCommand
348
- */
349
- export declare const se_UpdateMetricAttributionCommand: (input: UpdateMetricAttributionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
350
- /**
351
- * serializeAws_json1_1UpdateRecommenderCommand
352
- */
353
- export declare const se_UpdateRecommenderCommand: (input: UpdateRecommenderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
354
- /**
355
- * serializeAws_json1_1UpdateSolutionCommand
356
- */
357
- export declare const se_UpdateSolutionCommand: (input: UpdateSolutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
358
- /**
359
- * deserializeAws_json1_1CreateBatchInferenceJobCommand
360
- */
361
- export declare const de_CreateBatchInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBatchInferenceJobCommandOutput>;
362
- /**
363
- * deserializeAws_json1_1CreateBatchSegmentJobCommand
364
- */
365
- export declare const de_CreateBatchSegmentJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBatchSegmentJobCommandOutput>;
366
- /**
367
- * deserializeAws_json1_1CreateCampaignCommand
368
- */
369
- export declare const de_CreateCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCampaignCommandOutput>;
370
- /**
371
- * deserializeAws_json1_1CreateDataDeletionJobCommand
372
- */
373
- export declare const de_CreateDataDeletionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataDeletionJobCommandOutput>;
374
- /**
375
- * deserializeAws_json1_1CreateDatasetCommand
376
- */
377
- export declare const de_CreateDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDatasetCommandOutput>;
378
- /**
379
- * deserializeAws_json1_1CreateDatasetExportJobCommand
380
- */
381
- export declare const de_CreateDatasetExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDatasetExportJobCommandOutput>;
382
- /**
383
- * deserializeAws_json1_1CreateDatasetGroupCommand
384
- */
385
- export declare const de_CreateDatasetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDatasetGroupCommandOutput>;
386
- /**
387
- * deserializeAws_json1_1CreateDatasetImportJobCommand
388
- */
389
- export declare const de_CreateDatasetImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDatasetImportJobCommandOutput>;
390
- /**
391
- * deserializeAws_json1_1CreateEventTrackerCommand
392
- */
393
- export declare const de_CreateEventTrackerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEventTrackerCommandOutput>;
394
- /**
395
- * deserializeAws_json1_1CreateFilterCommand
396
- */
397
- export declare const de_CreateFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFilterCommandOutput>;
398
- /**
399
- * deserializeAws_json1_1CreateMetricAttributionCommand
400
- */
401
- export declare const de_CreateMetricAttributionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMetricAttributionCommandOutput>;
402
- /**
403
- * deserializeAws_json1_1CreateRecommenderCommand
404
- */
405
- export declare const de_CreateRecommenderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRecommenderCommandOutput>;
406
- /**
407
- * deserializeAws_json1_1CreateSchemaCommand
408
- */
409
- export declare const de_CreateSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSchemaCommandOutput>;
410
- /**
411
- * deserializeAws_json1_1CreateSolutionCommand
412
- */
413
- export declare const de_CreateSolutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSolutionCommandOutput>;
414
- /**
415
- * deserializeAws_json1_1CreateSolutionVersionCommand
416
- */
417
- export declare const de_CreateSolutionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSolutionVersionCommandOutput>;
418
- /**
419
- * deserializeAws_json1_1DeleteCampaignCommand
420
- */
421
- export declare const de_DeleteCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCampaignCommandOutput>;
422
- /**
423
- * deserializeAws_json1_1DeleteDatasetCommand
424
- */
425
- export declare const de_DeleteDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDatasetCommandOutput>;
426
- /**
427
- * deserializeAws_json1_1DeleteDatasetGroupCommand
428
- */
429
- export declare const de_DeleteDatasetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDatasetGroupCommandOutput>;
430
- /**
431
- * deserializeAws_json1_1DeleteEventTrackerCommand
432
- */
433
- export declare const de_DeleteEventTrackerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEventTrackerCommandOutput>;
434
- /**
435
- * deserializeAws_json1_1DeleteFilterCommand
436
- */
437
- export declare const de_DeleteFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFilterCommandOutput>;
438
- /**
439
- * deserializeAws_json1_1DeleteMetricAttributionCommand
440
- */
441
- export declare const de_DeleteMetricAttributionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMetricAttributionCommandOutput>;
442
- /**
443
- * deserializeAws_json1_1DeleteRecommenderCommand
444
- */
445
- export declare const de_DeleteRecommenderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRecommenderCommandOutput>;
446
- /**
447
- * deserializeAws_json1_1DeleteSchemaCommand
448
- */
449
- export declare const de_DeleteSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSchemaCommandOutput>;
450
- /**
451
- * deserializeAws_json1_1DeleteSolutionCommand
452
- */
453
- export declare const de_DeleteSolutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSolutionCommandOutput>;
454
- /**
455
- * deserializeAws_json1_1DescribeAlgorithmCommand
456
- */
457
- export declare const de_DescribeAlgorithmCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAlgorithmCommandOutput>;
458
- /**
459
- * deserializeAws_json1_1DescribeBatchInferenceJobCommand
460
- */
461
- export declare const de_DescribeBatchInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBatchInferenceJobCommandOutput>;
462
- /**
463
- * deserializeAws_json1_1DescribeBatchSegmentJobCommand
464
- */
465
- export declare const de_DescribeBatchSegmentJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBatchSegmentJobCommandOutput>;
466
- /**
467
- * deserializeAws_json1_1DescribeCampaignCommand
468
- */
469
- export declare const de_DescribeCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCampaignCommandOutput>;
470
- /**
471
- * deserializeAws_json1_1DescribeDataDeletionJobCommand
472
- */
473
- export declare const de_DescribeDataDeletionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDataDeletionJobCommandOutput>;
474
- /**
475
- * deserializeAws_json1_1DescribeDatasetCommand
476
- */
477
- export declare const de_DescribeDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDatasetCommandOutput>;
478
- /**
479
- * deserializeAws_json1_1DescribeDatasetExportJobCommand
480
- */
481
- export declare const de_DescribeDatasetExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDatasetExportJobCommandOutput>;
482
- /**
483
- * deserializeAws_json1_1DescribeDatasetGroupCommand
484
- */
485
- export declare const de_DescribeDatasetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDatasetGroupCommandOutput>;
486
- /**
487
- * deserializeAws_json1_1DescribeDatasetImportJobCommand
488
- */
489
- export declare const de_DescribeDatasetImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDatasetImportJobCommandOutput>;
490
- /**
491
- * deserializeAws_json1_1DescribeEventTrackerCommand
492
- */
493
- export declare const de_DescribeEventTrackerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEventTrackerCommandOutput>;
494
- /**
495
- * deserializeAws_json1_1DescribeFeatureTransformationCommand
496
- */
497
- export declare const de_DescribeFeatureTransformationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFeatureTransformationCommandOutput>;
498
- /**
499
- * deserializeAws_json1_1DescribeFilterCommand
500
- */
501
- export declare const de_DescribeFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFilterCommandOutput>;
502
- /**
503
- * deserializeAws_json1_1DescribeMetricAttributionCommand
504
- */
505
- export declare const de_DescribeMetricAttributionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMetricAttributionCommandOutput>;
506
- /**
507
- * deserializeAws_json1_1DescribeRecipeCommand
508
- */
509
- export declare const de_DescribeRecipeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRecipeCommandOutput>;
510
- /**
511
- * deserializeAws_json1_1DescribeRecommenderCommand
512
- */
513
- export declare const de_DescribeRecommenderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRecommenderCommandOutput>;
514
- /**
515
- * deserializeAws_json1_1DescribeSchemaCommand
516
- */
517
- export declare const de_DescribeSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSchemaCommandOutput>;
518
- /**
519
- * deserializeAws_json1_1DescribeSolutionCommand
520
- */
521
- export declare const de_DescribeSolutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSolutionCommandOutput>;
522
- /**
523
- * deserializeAws_json1_1DescribeSolutionVersionCommand
524
- */
525
- export declare const de_DescribeSolutionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSolutionVersionCommandOutput>;
526
- /**
527
- * deserializeAws_json1_1GetSolutionMetricsCommand
528
- */
529
- export declare const de_GetSolutionMetricsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSolutionMetricsCommandOutput>;
530
- /**
531
- * deserializeAws_json1_1ListBatchInferenceJobsCommand
532
- */
533
- export declare const de_ListBatchInferenceJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBatchInferenceJobsCommandOutput>;
534
- /**
535
- * deserializeAws_json1_1ListBatchSegmentJobsCommand
536
- */
537
- export declare const de_ListBatchSegmentJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBatchSegmentJobsCommandOutput>;
538
- /**
539
- * deserializeAws_json1_1ListCampaignsCommand
540
- */
541
- export declare const de_ListCampaignsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCampaignsCommandOutput>;
542
- /**
543
- * deserializeAws_json1_1ListDataDeletionJobsCommand
544
- */
545
- export declare const de_ListDataDeletionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataDeletionJobsCommandOutput>;
546
- /**
547
- * deserializeAws_json1_1ListDatasetExportJobsCommand
548
- */
549
- export declare const de_ListDatasetExportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatasetExportJobsCommandOutput>;
550
- /**
551
- * deserializeAws_json1_1ListDatasetGroupsCommand
552
- */
553
- export declare const de_ListDatasetGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatasetGroupsCommandOutput>;
554
- /**
555
- * deserializeAws_json1_1ListDatasetImportJobsCommand
556
- */
557
- export declare const de_ListDatasetImportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatasetImportJobsCommandOutput>;
558
- /**
559
- * deserializeAws_json1_1ListDatasetsCommand
560
- */
561
- export declare const de_ListDatasetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatasetsCommandOutput>;
562
- /**
563
- * deserializeAws_json1_1ListEventTrackersCommand
564
- */
565
- export declare const de_ListEventTrackersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventTrackersCommandOutput>;
566
- /**
567
- * deserializeAws_json1_1ListFiltersCommand
568
- */
569
- export declare const de_ListFiltersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFiltersCommandOutput>;
570
- /**
571
- * deserializeAws_json1_1ListMetricAttributionMetricsCommand
572
- */
573
- export declare const de_ListMetricAttributionMetricsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMetricAttributionMetricsCommandOutput>;
574
- /**
575
- * deserializeAws_json1_1ListMetricAttributionsCommand
576
- */
577
- export declare const de_ListMetricAttributionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMetricAttributionsCommandOutput>;
578
- /**
579
- * deserializeAws_json1_1ListRecipesCommand
580
- */
581
- export declare const de_ListRecipesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRecipesCommandOutput>;
582
- /**
583
- * deserializeAws_json1_1ListRecommendersCommand
584
- */
585
- export declare const de_ListRecommendersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRecommendersCommandOutput>;
586
- /**
587
- * deserializeAws_json1_1ListSchemasCommand
588
- */
589
- export declare const de_ListSchemasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSchemasCommandOutput>;
590
- /**
591
- * deserializeAws_json1_1ListSolutionsCommand
592
- */
593
- export declare const de_ListSolutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSolutionsCommandOutput>;
594
- /**
595
- * deserializeAws_json1_1ListSolutionVersionsCommand
596
- */
597
- export declare const de_ListSolutionVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSolutionVersionsCommandOutput>;
598
- /**
599
- * deserializeAws_json1_1ListTagsForResourceCommand
600
- */
601
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
602
- /**
603
- * deserializeAws_json1_1StartRecommenderCommand
604
- */
605
- export declare const de_StartRecommenderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartRecommenderCommandOutput>;
606
- /**
607
- * deserializeAws_json1_1StopRecommenderCommand
608
- */
609
- export declare const de_StopRecommenderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopRecommenderCommandOutput>;
610
- /**
611
- * deserializeAws_json1_1StopSolutionVersionCreationCommand
612
- */
613
- export declare const de_StopSolutionVersionCreationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopSolutionVersionCreationCommandOutput>;
614
- /**
615
- * deserializeAws_json1_1TagResourceCommand
616
- */
617
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
618
- /**
619
- * deserializeAws_json1_1UntagResourceCommand
620
- */
621
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
622
- /**
623
- * deserializeAws_json1_1UpdateCampaignCommand
624
- */
625
- export declare const de_UpdateCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCampaignCommandOutput>;
626
- /**
627
- * deserializeAws_json1_1UpdateDatasetCommand
628
- */
629
- export declare const de_UpdateDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDatasetCommandOutput>;
630
- /**
631
- * deserializeAws_json1_1UpdateMetricAttributionCommand
632
- */
633
- export declare const de_UpdateMetricAttributionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMetricAttributionCommandOutput>;
634
- /**
635
- * deserializeAws_json1_1UpdateRecommenderCommand
636
- */
637
- export declare const de_UpdateRecommenderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRecommenderCommandOutput>;
638
- /**
639
- * deserializeAws_json1_1UpdateSolutionCommand
640
- */
641
- export declare const de_UpdateSolutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSolutionCommandOutput>;