@aws-sdk/client-cleanroomsml 3.928.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 (83) hide show
  1. package/dist-cjs/index.js +2777 -2837
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/CleanRoomsMLClient.js +2 -0
  4. package/dist-es/commands/CancelTrainedModelCommand.js +3 -9
  5. package/dist-es/commands/CancelTrainedModelInferenceJobCommand.js +3 -9
  6. package/dist-es/commands/CreateAudienceModelCommand.js +3 -9
  7. package/dist-es/commands/CreateConfiguredAudienceModelCommand.js +3 -9
  8. package/dist-es/commands/CreateConfiguredModelAlgorithmAssociationCommand.js +3 -9
  9. package/dist-es/commands/CreateConfiguredModelAlgorithmCommand.js +3 -9
  10. package/dist-es/commands/CreateMLInputChannelCommand.js +3 -10
  11. package/dist-es/commands/CreateTrainedModelCommand.js +3 -9
  12. package/dist-es/commands/CreateTrainingDatasetCommand.js +3 -9
  13. package/dist-es/commands/DeleteAudienceGenerationJobCommand.js +3 -9
  14. package/dist-es/commands/DeleteAudienceModelCommand.js +3 -9
  15. package/dist-es/commands/DeleteConfiguredAudienceModelCommand.js +3 -9
  16. package/dist-es/commands/DeleteConfiguredAudienceModelPolicyCommand.js +3 -9
  17. package/dist-es/commands/DeleteConfiguredModelAlgorithmAssociationCommand.js +3 -9
  18. package/dist-es/commands/DeleteConfiguredModelAlgorithmCommand.js +3 -9
  19. package/dist-es/commands/DeleteMLConfigurationCommand.js +3 -9
  20. package/dist-es/commands/DeleteMLInputChannelDataCommand.js +3 -9
  21. package/dist-es/commands/DeleteTrainedModelOutputCommand.js +3 -9
  22. package/dist-es/commands/DeleteTrainingDatasetCommand.js +3 -9
  23. package/dist-es/commands/GetAudienceGenerationJobCommand.js +3 -10
  24. package/dist-es/commands/GetAudienceModelCommand.js +3 -9
  25. package/dist-es/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.js +3 -9
  26. package/dist-es/commands/GetCollaborationMLInputChannelCommand.js +3 -9
  27. package/dist-es/commands/GetCollaborationTrainedModelCommand.js +3 -9
  28. package/dist-es/commands/GetConfiguredAudienceModelCommand.js +3 -9
  29. package/dist-es/commands/GetConfiguredAudienceModelPolicyCommand.js +3 -9
  30. package/dist-es/commands/GetConfiguredModelAlgorithmAssociationCommand.js +3 -9
  31. package/dist-es/commands/GetConfiguredModelAlgorithmCommand.js +3 -9
  32. package/dist-es/commands/GetMLConfigurationCommand.js +3 -9
  33. package/dist-es/commands/GetMLInputChannelCommand.js +3 -10
  34. package/dist-es/commands/GetTrainedModelCommand.js +3 -9
  35. package/dist-es/commands/GetTrainedModelInferenceJobCommand.js +3 -9
  36. package/dist-es/commands/GetTrainingDatasetCommand.js +3 -9
  37. package/dist-es/commands/ListAudienceExportJobsCommand.js +3 -9
  38. package/dist-es/commands/ListAudienceGenerationJobsCommand.js +3 -9
  39. package/dist-es/commands/ListAudienceModelsCommand.js +3 -9
  40. package/dist-es/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.js +3 -9
  41. package/dist-es/commands/ListCollaborationMLInputChannelsCommand.js +3 -9
  42. package/dist-es/commands/ListCollaborationTrainedModelExportJobsCommand.js +3 -9
  43. package/dist-es/commands/ListCollaborationTrainedModelInferenceJobsCommand.js +3 -9
  44. package/dist-es/commands/ListCollaborationTrainedModelsCommand.js +3 -9
  45. package/dist-es/commands/ListConfiguredAudienceModelsCommand.js +3 -9
  46. package/dist-es/commands/ListConfiguredModelAlgorithmAssociationsCommand.js +3 -9
  47. package/dist-es/commands/ListConfiguredModelAlgorithmsCommand.js +3 -9
  48. package/dist-es/commands/ListMLInputChannelsCommand.js +3 -9
  49. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  50. package/dist-es/commands/ListTrainedModelInferenceJobsCommand.js +3 -9
  51. package/dist-es/commands/ListTrainedModelVersionsCommand.js +3 -9
  52. package/dist-es/commands/ListTrainedModelsCommand.js +3 -9
  53. package/dist-es/commands/ListTrainingDatasetsCommand.js +3 -9
  54. package/dist-es/commands/PutConfiguredAudienceModelPolicyCommand.js +3 -9
  55. package/dist-es/commands/PutMLConfigurationCommand.js +3 -9
  56. package/dist-es/commands/StartAudienceExportJobCommand.js +3 -9
  57. package/dist-es/commands/StartAudienceGenerationJobCommand.js +3 -10
  58. package/dist-es/commands/StartTrainedModelExportJobCommand.js +3 -9
  59. package/dist-es/commands/StartTrainedModelInferenceJobCommand.js +3 -9
  60. package/dist-es/commands/TagResourceCommand.js +3 -9
  61. package/dist-es/commands/UntagResourceCommand.js +3 -9
  62. package/dist-es/commands/UpdateConfiguredAudienceModelCommand.js +3 -9
  63. package/dist-es/models/models_0.js +0 -43
  64. package/dist-es/runtimeConfig.shared.js +2 -0
  65. package/dist-es/schemas/schemas_0.js +2662 -0
  66. package/dist-types/CleanRoomsMLClient.d.ts +10 -1
  67. package/dist-types/models/models_0.d.ts +0 -36
  68. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  69. package/dist-types/runtimeConfig.d.ts +1 -0
  70. package/dist-types/runtimeConfig.native.d.ts +1 -0
  71. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  72. package/dist-types/schemas/schemas_0.d.ts +282 -0
  73. package/dist-types/ts3.4/CleanRoomsMLClient.d.ts +4 -0
  74. package/dist-types/ts3.4/models/models_0.d.ts +0 -25
  75. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  76. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  77. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  78. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  79. package/dist-types/ts3.4/schemas/schemas_0.d.ts +287 -0
  80. package/package.json +2 -2
  81. package/dist-es/protocols/Aws_restJson1.js +0 -2363
  82. package/dist-types/protocols/Aws_restJson1.d.ts +0 -533
  83. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -713
@@ -1,533 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { CancelTrainedModelCommandInput, CancelTrainedModelCommandOutput } from "../commands/CancelTrainedModelCommand";
4
- import { CancelTrainedModelInferenceJobCommandInput, CancelTrainedModelInferenceJobCommandOutput } from "../commands/CancelTrainedModelInferenceJobCommand";
5
- import { CreateAudienceModelCommandInput, CreateAudienceModelCommandOutput } from "../commands/CreateAudienceModelCommand";
6
- import { CreateConfiguredAudienceModelCommandInput, CreateConfiguredAudienceModelCommandOutput } from "../commands/CreateConfiguredAudienceModelCommand";
7
- import { CreateConfiguredModelAlgorithmAssociationCommandInput, CreateConfiguredModelAlgorithmAssociationCommandOutput } from "../commands/CreateConfiguredModelAlgorithmAssociationCommand";
8
- import { CreateConfiguredModelAlgorithmCommandInput, CreateConfiguredModelAlgorithmCommandOutput } from "../commands/CreateConfiguredModelAlgorithmCommand";
9
- import { CreateMLInputChannelCommandInput, CreateMLInputChannelCommandOutput } from "../commands/CreateMLInputChannelCommand";
10
- import { CreateTrainedModelCommandInput, CreateTrainedModelCommandOutput } from "../commands/CreateTrainedModelCommand";
11
- import { CreateTrainingDatasetCommandInput, CreateTrainingDatasetCommandOutput } from "../commands/CreateTrainingDatasetCommand";
12
- import { DeleteAudienceGenerationJobCommandInput, DeleteAudienceGenerationJobCommandOutput } from "../commands/DeleteAudienceGenerationJobCommand";
13
- import { DeleteAudienceModelCommandInput, DeleteAudienceModelCommandOutput } from "../commands/DeleteAudienceModelCommand";
14
- import { DeleteConfiguredAudienceModelCommandInput, DeleteConfiguredAudienceModelCommandOutput } from "../commands/DeleteConfiguredAudienceModelCommand";
15
- import { DeleteConfiguredAudienceModelPolicyCommandInput, DeleteConfiguredAudienceModelPolicyCommandOutput } from "../commands/DeleteConfiguredAudienceModelPolicyCommand";
16
- import { DeleteConfiguredModelAlgorithmAssociationCommandInput, DeleteConfiguredModelAlgorithmAssociationCommandOutput } from "../commands/DeleteConfiguredModelAlgorithmAssociationCommand";
17
- import { DeleteConfiguredModelAlgorithmCommandInput, DeleteConfiguredModelAlgorithmCommandOutput } from "../commands/DeleteConfiguredModelAlgorithmCommand";
18
- import { DeleteMLConfigurationCommandInput, DeleteMLConfigurationCommandOutput } from "../commands/DeleteMLConfigurationCommand";
19
- import { DeleteMLInputChannelDataCommandInput, DeleteMLInputChannelDataCommandOutput } from "../commands/DeleteMLInputChannelDataCommand";
20
- import { DeleteTrainedModelOutputCommandInput, DeleteTrainedModelOutputCommandOutput } from "../commands/DeleteTrainedModelOutputCommand";
21
- import { DeleteTrainingDatasetCommandInput, DeleteTrainingDatasetCommandOutput } from "../commands/DeleteTrainingDatasetCommand";
22
- import { GetAudienceGenerationJobCommandInput, GetAudienceGenerationJobCommandOutput } from "../commands/GetAudienceGenerationJobCommand";
23
- import { GetAudienceModelCommandInput, GetAudienceModelCommandOutput } from "../commands/GetAudienceModelCommand";
24
- import { GetCollaborationConfiguredModelAlgorithmAssociationCommandInput, GetCollaborationConfiguredModelAlgorithmAssociationCommandOutput } from "../commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand";
25
- import { GetCollaborationMLInputChannelCommandInput, GetCollaborationMLInputChannelCommandOutput } from "../commands/GetCollaborationMLInputChannelCommand";
26
- import { GetCollaborationTrainedModelCommandInput, GetCollaborationTrainedModelCommandOutput } from "../commands/GetCollaborationTrainedModelCommand";
27
- import { GetConfiguredAudienceModelCommandInput, GetConfiguredAudienceModelCommandOutput } from "../commands/GetConfiguredAudienceModelCommand";
28
- import { GetConfiguredAudienceModelPolicyCommandInput, GetConfiguredAudienceModelPolicyCommandOutput } from "../commands/GetConfiguredAudienceModelPolicyCommand";
29
- import { GetConfiguredModelAlgorithmAssociationCommandInput, GetConfiguredModelAlgorithmAssociationCommandOutput } from "../commands/GetConfiguredModelAlgorithmAssociationCommand";
30
- import { GetConfiguredModelAlgorithmCommandInput, GetConfiguredModelAlgorithmCommandOutput } from "../commands/GetConfiguredModelAlgorithmCommand";
31
- import { GetMLConfigurationCommandInput, GetMLConfigurationCommandOutput } from "../commands/GetMLConfigurationCommand";
32
- import { GetMLInputChannelCommandInput, GetMLInputChannelCommandOutput } from "../commands/GetMLInputChannelCommand";
33
- import { GetTrainedModelCommandInput, GetTrainedModelCommandOutput } from "../commands/GetTrainedModelCommand";
34
- import { GetTrainedModelInferenceJobCommandInput, GetTrainedModelInferenceJobCommandOutput } from "../commands/GetTrainedModelInferenceJobCommand";
35
- import { GetTrainingDatasetCommandInput, GetTrainingDatasetCommandOutput } from "../commands/GetTrainingDatasetCommand";
36
- import { ListAudienceExportJobsCommandInput, ListAudienceExportJobsCommandOutput } from "../commands/ListAudienceExportJobsCommand";
37
- import { ListAudienceGenerationJobsCommandInput, ListAudienceGenerationJobsCommandOutput } from "../commands/ListAudienceGenerationJobsCommand";
38
- import { ListAudienceModelsCommandInput, ListAudienceModelsCommandOutput } from "../commands/ListAudienceModelsCommand";
39
- import { ListCollaborationConfiguredModelAlgorithmAssociationsCommandInput, ListCollaborationConfiguredModelAlgorithmAssociationsCommandOutput } from "../commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand";
40
- import { ListCollaborationMLInputChannelsCommandInput, ListCollaborationMLInputChannelsCommandOutput } from "../commands/ListCollaborationMLInputChannelsCommand";
41
- import { ListCollaborationTrainedModelExportJobsCommandInput, ListCollaborationTrainedModelExportJobsCommandOutput } from "../commands/ListCollaborationTrainedModelExportJobsCommand";
42
- import { ListCollaborationTrainedModelInferenceJobsCommandInput, ListCollaborationTrainedModelInferenceJobsCommandOutput } from "../commands/ListCollaborationTrainedModelInferenceJobsCommand";
43
- import { ListCollaborationTrainedModelsCommandInput, ListCollaborationTrainedModelsCommandOutput } from "../commands/ListCollaborationTrainedModelsCommand";
44
- import { ListConfiguredAudienceModelsCommandInput, ListConfiguredAudienceModelsCommandOutput } from "../commands/ListConfiguredAudienceModelsCommand";
45
- import { ListConfiguredModelAlgorithmAssociationsCommandInput, ListConfiguredModelAlgorithmAssociationsCommandOutput } from "../commands/ListConfiguredModelAlgorithmAssociationsCommand";
46
- import { ListConfiguredModelAlgorithmsCommandInput, ListConfiguredModelAlgorithmsCommandOutput } from "../commands/ListConfiguredModelAlgorithmsCommand";
47
- import { ListMLInputChannelsCommandInput, ListMLInputChannelsCommandOutput } from "../commands/ListMLInputChannelsCommand";
48
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
49
- import { ListTrainedModelInferenceJobsCommandInput, ListTrainedModelInferenceJobsCommandOutput } from "../commands/ListTrainedModelInferenceJobsCommand";
50
- import { ListTrainedModelsCommandInput, ListTrainedModelsCommandOutput } from "../commands/ListTrainedModelsCommand";
51
- import { ListTrainedModelVersionsCommandInput, ListTrainedModelVersionsCommandOutput } from "../commands/ListTrainedModelVersionsCommand";
52
- import { ListTrainingDatasetsCommandInput, ListTrainingDatasetsCommandOutput } from "../commands/ListTrainingDatasetsCommand";
53
- import { PutConfiguredAudienceModelPolicyCommandInput, PutConfiguredAudienceModelPolicyCommandOutput } from "../commands/PutConfiguredAudienceModelPolicyCommand";
54
- import { PutMLConfigurationCommandInput, PutMLConfigurationCommandOutput } from "../commands/PutMLConfigurationCommand";
55
- import { StartAudienceExportJobCommandInput, StartAudienceExportJobCommandOutput } from "../commands/StartAudienceExportJobCommand";
56
- import { StartAudienceGenerationJobCommandInput, StartAudienceGenerationJobCommandOutput } from "../commands/StartAudienceGenerationJobCommand";
57
- import { StartTrainedModelExportJobCommandInput, StartTrainedModelExportJobCommandOutput } from "../commands/StartTrainedModelExportJobCommand";
58
- import { StartTrainedModelInferenceJobCommandInput, StartTrainedModelInferenceJobCommandOutput } from "../commands/StartTrainedModelInferenceJobCommand";
59
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
60
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
61
- import { UpdateConfiguredAudienceModelCommandInput, UpdateConfiguredAudienceModelCommandOutput } from "../commands/UpdateConfiguredAudienceModelCommand";
62
- /**
63
- * serializeAws_restJson1CancelTrainedModelCommand
64
- */
65
- export declare const se_CancelTrainedModelCommand: (input: CancelTrainedModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- /**
67
- * serializeAws_restJson1CancelTrainedModelInferenceJobCommand
68
- */
69
- export declare const se_CancelTrainedModelInferenceJobCommand: (input: CancelTrainedModelInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- /**
71
- * serializeAws_restJson1CreateAudienceModelCommand
72
- */
73
- export declare const se_CreateAudienceModelCommand: (input: CreateAudienceModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- /**
75
- * serializeAws_restJson1CreateConfiguredAudienceModelCommand
76
- */
77
- export declare const se_CreateConfiguredAudienceModelCommand: (input: CreateConfiguredAudienceModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- /**
79
- * serializeAws_restJson1CreateConfiguredModelAlgorithmCommand
80
- */
81
- export declare const se_CreateConfiguredModelAlgorithmCommand: (input: CreateConfiguredModelAlgorithmCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- /**
83
- * serializeAws_restJson1CreateConfiguredModelAlgorithmAssociationCommand
84
- */
85
- export declare const se_CreateConfiguredModelAlgorithmAssociationCommand: (input: CreateConfiguredModelAlgorithmAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- /**
87
- * serializeAws_restJson1CreateMLInputChannelCommand
88
- */
89
- export declare const se_CreateMLInputChannelCommand: (input: CreateMLInputChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- /**
91
- * serializeAws_restJson1CreateTrainedModelCommand
92
- */
93
- export declare const se_CreateTrainedModelCommand: (input: CreateTrainedModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- /**
95
- * serializeAws_restJson1CreateTrainingDatasetCommand
96
- */
97
- export declare const se_CreateTrainingDatasetCommand: (input: CreateTrainingDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- /**
99
- * serializeAws_restJson1DeleteAudienceGenerationJobCommand
100
- */
101
- export declare const se_DeleteAudienceGenerationJobCommand: (input: DeleteAudienceGenerationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- /**
103
- * serializeAws_restJson1DeleteAudienceModelCommand
104
- */
105
- export declare const se_DeleteAudienceModelCommand: (input: DeleteAudienceModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- /**
107
- * serializeAws_restJson1DeleteConfiguredAudienceModelCommand
108
- */
109
- export declare const se_DeleteConfiguredAudienceModelCommand: (input: DeleteConfiguredAudienceModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- /**
111
- * serializeAws_restJson1DeleteConfiguredAudienceModelPolicyCommand
112
- */
113
- export declare const se_DeleteConfiguredAudienceModelPolicyCommand: (input: DeleteConfiguredAudienceModelPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- /**
115
- * serializeAws_restJson1DeleteConfiguredModelAlgorithmCommand
116
- */
117
- export declare const se_DeleteConfiguredModelAlgorithmCommand: (input: DeleteConfiguredModelAlgorithmCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- /**
119
- * serializeAws_restJson1DeleteConfiguredModelAlgorithmAssociationCommand
120
- */
121
- export declare const se_DeleteConfiguredModelAlgorithmAssociationCommand: (input: DeleteConfiguredModelAlgorithmAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- /**
123
- * serializeAws_restJson1DeleteMLConfigurationCommand
124
- */
125
- export declare const se_DeleteMLConfigurationCommand: (input: DeleteMLConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- /**
127
- * serializeAws_restJson1DeleteMLInputChannelDataCommand
128
- */
129
- export declare const se_DeleteMLInputChannelDataCommand: (input: DeleteMLInputChannelDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- /**
131
- * serializeAws_restJson1DeleteTrainedModelOutputCommand
132
- */
133
- export declare const se_DeleteTrainedModelOutputCommand: (input: DeleteTrainedModelOutputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- /**
135
- * serializeAws_restJson1DeleteTrainingDatasetCommand
136
- */
137
- export declare const se_DeleteTrainingDatasetCommand: (input: DeleteTrainingDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- /**
139
- * serializeAws_restJson1GetAudienceGenerationJobCommand
140
- */
141
- export declare const se_GetAudienceGenerationJobCommand: (input: GetAudienceGenerationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- /**
143
- * serializeAws_restJson1GetAudienceModelCommand
144
- */
145
- export declare const se_GetAudienceModelCommand: (input: GetAudienceModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- /**
147
- * serializeAws_restJson1GetCollaborationConfiguredModelAlgorithmAssociationCommand
148
- */
149
- export declare const se_GetCollaborationConfiguredModelAlgorithmAssociationCommand: (input: GetCollaborationConfiguredModelAlgorithmAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- /**
151
- * serializeAws_restJson1GetCollaborationMLInputChannelCommand
152
- */
153
- export declare const se_GetCollaborationMLInputChannelCommand: (input: GetCollaborationMLInputChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- /**
155
- * serializeAws_restJson1GetCollaborationTrainedModelCommand
156
- */
157
- export declare const se_GetCollaborationTrainedModelCommand: (input: GetCollaborationTrainedModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- /**
159
- * serializeAws_restJson1GetConfiguredAudienceModelCommand
160
- */
161
- export declare const se_GetConfiguredAudienceModelCommand: (input: GetConfiguredAudienceModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- /**
163
- * serializeAws_restJson1GetConfiguredAudienceModelPolicyCommand
164
- */
165
- export declare const se_GetConfiguredAudienceModelPolicyCommand: (input: GetConfiguredAudienceModelPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- /**
167
- * serializeAws_restJson1GetConfiguredModelAlgorithmCommand
168
- */
169
- export declare const se_GetConfiguredModelAlgorithmCommand: (input: GetConfiguredModelAlgorithmCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- /**
171
- * serializeAws_restJson1GetConfiguredModelAlgorithmAssociationCommand
172
- */
173
- export declare const se_GetConfiguredModelAlgorithmAssociationCommand: (input: GetConfiguredModelAlgorithmAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- /**
175
- * serializeAws_restJson1GetMLConfigurationCommand
176
- */
177
- export declare const se_GetMLConfigurationCommand: (input: GetMLConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- /**
179
- * serializeAws_restJson1GetMLInputChannelCommand
180
- */
181
- export declare const se_GetMLInputChannelCommand: (input: GetMLInputChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
- /**
183
- * serializeAws_restJson1GetTrainedModelCommand
184
- */
185
- export declare const se_GetTrainedModelCommand: (input: GetTrainedModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
- /**
187
- * serializeAws_restJson1GetTrainedModelInferenceJobCommand
188
- */
189
- export declare const se_GetTrainedModelInferenceJobCommand: (input: GetTrainedModelInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
- /**
191
- * serializeAws_restJson1GetTrainingDatasetCommand
192
- */
193
- export declare const se_GetTrainingDatasetCommand: (input: GetTrainingDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
- /**
195
- * serializeAws_restJson1ListAudienceExportJobsCommand
196
- */
197
- export declare const se_ListAudienceExportJobsCommand: (input: ListAudienceExportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
- /**
199
- * serializeAws_restJson1ListAudienceGenerationJobsCommand
200
- */
201
- export declare const se_ListAudienceGenerationJobsCommand: (input: ListAudienceGenerationJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
- /**
203
- * serializeAws_restJson1ListAudienceModelsCommand
204
- */
205
- export declare const se_ListAudienceModelsCommand: (input: ListAudienceModelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
- /**
207
- * serializeAws_restJson1ListCollaborationConfiguredModelAlgorithmAssociationsCommand
208
- */
209
- export declare const se_ListCollaborationConfiguredModelAlgorithmAssociationsCommand: (input: ListCollaborationConfiguredModelAlgorithmAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
- /**
211
- * serializeAws_restJson1ListCollaborationMLInputChannelsCommand
212
- */
213
- export declare const se_ListCollaborationMLInputChannelsCommand: (input: ListCollaborationMLInputChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
- /**
215
- * serializeAws_restJson1ListCollaborationTrainedModelExportJobsCommand
216
- */
217
- export declare const se_ListCollaborationTrainedModelExportJobsCommand: (input: ListCollaborationTrainedModelExportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
- /**
219
- * serializeAws_restJson1ListCollaborationTrainedModelInferenceJobsCommand
220
- */
221
- export declare const se_ListCollaborationTrainedModelInferenceJobsCommand: (input: ListCollaborationTrainedModelInferenceJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
222
- /**
223
- * serializeAws_restJson1ListCollaborationTrainedModelsCommand
224
- */
225
- export declare const se_ListCollaborationTrainedModelsCommand: (input: ListCollaborationTrainedModelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
- /**
227
- * serializeAws_restJson1ListConfiguredAudienceModelsCommand
228
- */
229
- export declare const se_ListConfiguredAudienceModelsCommand: (input: ListConfiguredAudienceModelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
- /**
231
- * serializeAws_restJson1ListConfiguredModelAlgorithmAssociationsCommand
232
- */
233
- export declare const se_ListConfiguredModelAlgorithmAssociationsCommand: (input: ListConfiguredModelAlgorithmAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
- /**
235
- * serializeAws_restJson1ListConfiguredModelAlgorithmsCommand
236
- */
237
- export declare const se_ListConfiguredModelAlgorithmsCommand: (input: ListConfiguredModelAlgorithmsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
238
- /**
239
- * serializeAws_restJson1ListMLInputChannelsCommand
240
- */
241
- export declare const se_ListMLInputChannelsCommand: (input: ListMLInputChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
242
- /**
243
- * serializeAws_restJson1ListTagsForResourceCommand
244
- */
245
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
246
- /**
247
- * serializeAws_restJson1ListTrainedModelInferenceJobsCommand
248
- */
249
- export declare const se_ListTrainedModelInferenceJobsCommand: (input: ListTrainedModelInferenceJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
250
- /**
251
- * serializeAws_restJson1ListTrainedModelsCommand
252
- */
253
- export declare const se_ListTrainedModelsCommand: (input: ListTrainedModelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
254
- /**
255
- * serializeAws_restJson1ListTrainedModelVersionsCommand
256
- */
257
- export declare const se_ListTrainedModelVersionsCommand: (input: ListTrainedModelVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
258
- /**
259
- * serializeAws_restJson1ListTrainingDatasetsCommand
260
- */
261
- export declare const se_ListTrainingDatasetsCommand: (input: ListTrainingDatasetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
262
- /**
263
- * serializeAws_restJson1PutConfiguredAudienceModelPolicyCommand
264
- */
265
- export declare const se_PutConfiguredAudienceModelPolicyCommand: (input: PutConfiguredAudienceModelPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
266
- /**
267
- * serializeAws_restJson1PutMLConfigurationCommand
268
- */
269
- export declare const se_PutMLConfigurationCommand: (input: PutMLConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
270
- /**
271
- * serializeAws_restJson1StartAudienceExportJobCommand
272
- */
273
- export declare const se_StartAudienceExportJobCommand: (input: StartAudienceExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
274
- /**
275
- * serializeAws_restJson1StartAudienceGenerationJobCommand
276
- */
277
- export declare const se_StartAudienceGenerationJobCommand: (input: StartAudienceGenerationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
278
- /**
279
- * serializeAws_restJson1StartTrainedModelExportJobCommand
280
- */
281
- export declare const se_StartTrainedModelExportJobCommand: (input: StartTrainedModelExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
282
- /**
283
- * serializeAws_restJson1StartTrainedModelInferenceJobCommand
284
- */
285
- export declare const se_StartTrainedModelInferenceJobCommand: (input: StartTrainedModelInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
286
- /**
287
- * serializeAws_restJson1TagResourceCommand
288
- */
289
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
290
- /**
291
- * serializeAws_restJson1UntagResourceCommand
292
- */
293
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
294
- /**
295
- * serializeAws_restJson1UpdateConfiguredAudienceModelCommand
296
- */
297
- export declare const se_UpdateConfiguredAudienceModelCommand: (input: UpdateConfiguredAudienceModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
298
- /**
299
- * deserializeAws_restJson1CancelTrainedModelCommand
300
- */
301
- export declare const de_CancelTrainedModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelTrainedModelCommandOutput>;
302
- /**
303
- * deserializeAws_restJson1CancelTrainedModelInferenceJobCommand
304
- */
305
- export declare const de_CancelTrainedModelInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelTrainedModelInferenceJobCommandOutput>;
306
- /**
307
- * deserializeAws_restJson1CreateAudienceModelCommand
308
- */
309
- export declare const de_CreateAudienceModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAudienceModelCommandOutput>;
310
- /**
311
- * deserializeAws_restJson1CreateConfiguredAudienceModelCommand
312
- */
313
- export declare const de_CreateConfiguredAudienceModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConfiguredAudienceModelCommandOutput>;
314
- /**
315
- * deserializeAws_restJson1CreateConfiguredModelAlgorithmCommand
316
- */
317
- export declare const de_CreateConfiguredModelAlgorithmCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConfiguredModelAlgorithmCommandOutput>;
318
- /**
319
- * deserializeAws_restJson1CreateConfiguredModelAlgorithmAssociationCommand
320
- */
321
- export declare const de_CreateConfiguredModelAlgorithmAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConfiguredModelAlgorithmAssociationCommandOutput>;
322
- /**
323
- * deserializeAws_restJson1CreateMLInputChannelCommand
324
- */
325
- export declare const de_CreateMLInputChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMLInputChannelCommandOutput>;
326
- /**
327
- * deserializeAws_restJson1CreateTrainedModelCommand
328
- */
329
- export declare const de_CreateTrainedModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTrainedModelCommandOutput>;
330
- /**
331
- * deserializeAws_restJson1CreateTrainingDatasetCommand
332
- */
333
- export declare const de_CreateTrainingDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTrainingDatasetCommandOutput>;
334
- /**
335
- * deserializeAws_restJson1DeleteAudienceGenerationJobCommand
336
- */
337
- export declare const de_DeleteAudienceGenerationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAudienceGenerationJobCommandOutput>;
338
- /**
339
- * deserializeAws_restJson1DeleteAudienceModelCommand
340
- */
341
- export declare const de_DeleteAudienceModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAudienceModelCommandOutput>;
342
- /**
343
- * deserializeAws_restJson1DeleteConfiguredAudienceModelCommand
344
- */
345
- export declare const de_DeleteConfiguredAudienceModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConfiguredAudienceModelCommandOutput>;
346
- /**
347
- * deserializeAws_restJson1DeleteConfiguredAudienceModelPolicyCommand
348
- */
349
- export declare const de_DeleteConfiguredAudienceModelPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConfiguredAudienceModelPolicyCommandOutput>;
350
- /**
351
- * deserializeAws_restJson1DeleteConfiguredModelAlgorithmCommand
352
- */
353
- export declare const de_DeleteConfiguredModelAlgorithmCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConfiguredModelAlgorithmCommandOutput>;
354
- /**
355
- * deserializeAws_restJson1DeleteConfiguredModelAlgorithmAssociationCommand
356
- */
357
- export declare const de_DeleteConfiguredModelAlgorithmAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConfiguredModelAlgorithmAssociationCommandOutput>;
358
- /**
359
- * deserializeAws_restJson1DeleteMLConfigurationCommand
360
- */
361
- export declare const de_DeleteMLConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMLConfigurationCommandOutput>;
362
- /**
363
- * deserializeAws_restJson1DeleteMLInputChannelDataCommand
364
- */
365
- export declare const de_DeleteMLInputChannelDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMLInputChannelDataCommandOutput>;
366
- /**
367
- * deserializeAws_restJson1DeleteTrainedModelOutputCommand
368
- */
369
- export declare const de_DeleteTrainedModelOutputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTrainedModelOutputCommandOutput>;
370
- /**
371
- * deserializeAws_restJson1DeleteTrainingDatasetCommand
372
- */
373
- export declare const de_DeleteTrainingDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTrainingDatasetCommandOutput>;
374
- /**
375
- * deserializeAws_restJson1GetAudienceGenerationJobCommand
376
- */
377
- export declare const de_GetAudienceGenerationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAudienceGenerationJobCommandOutput>;
378
- /**
379
- * deserializeAws_restJson1GetAudienceModelCommand
380
- */
381
- export declare const de_GetAudienceModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAudienceModelCommandOutput>;
382
- /**
383
- * deserializeAws_restJson1GetCollaborationConfiguredModelAlgorithmAssociationCommand
384
- */
385
- export declare const de_GetCollaborationConfiguredModelAlgorithmAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCollaborationConfiguredModelAlgorithmAssociationCommandOutput>;
386
- /**
387
- * deserializeAws_restJson1GetCollaborationMLInputChannelCommand
388
- */
389
- export declare const de_GetCollaborationMLInputChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCollaborationMLInputChannelCommandOutput>;
390
- /**
391
- * deserializeAws_restJson1GetCollaborationTrainedModelCommand
392
- */
393
- export declare const de_GetCollaborationTrainedModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCollaborationTrainedModelCommandOutput>;
394
- /**
395
- * deserializeAws_restJson1GetConfiguredAudienceModelCommand
396
- */
397
- export declare const de_GetConfiguredAudienceModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfiguredAudienceModelCommandOutput>;
398
- /**
399
- * deserializeAws_restJson1GetConfiguredAudienceModelPolicyCommand
400
- */
401
- export declare const de_GetConfiguredAudienceModelPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfiguredAudienceModelPolicyCommandOutput>;
402
- /**
403
- * deserializeAws_restJson1GetConfiguredModelAlgorithmCommand
404
- */
405
- export declare const de_GetConfiguredModelAlgorithmCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfiguredModelAlgorithmCommandOutput>;
406
- /**
407
- * deserializeAws_restJson1GetConfiguredModelAlgorithmAssociationCommand
408
- */
409
- export declare const de_GetConfiguredModelAlgorithmAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfiguredModelAlgorithmAssociationCommandOutput>;
410
- /**
411
- * deserializeAws_restJson1GetMLConfigurationCommand
412
- */
413
- export declare const de_GetMLConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMLConfigurationCommandOutput>;
414
- /**
415
- * deserializeAws_restJson1GetMLInputChannelCommand
416
- */
417
- export declare const de_GetMLInputChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMLInputChannelCommandOutput>;
418
- /**
419
- * deserializeAws_restJson1GetTrainedModelCommand
420
- */
421
- export declare const de_GetTrainedModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTrainedModelCommandOutput>;
422
- /**
423
- * deserializeAws_restJson1GetTrainedModelInferenceJobCommand
424
- */
425
- export declare const de_GetTrainedModelInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTrainedModelInferenceJobCommandOutput>;
426
- /**
427
- * deserializeAws_restJson1GetTrainingDatasetCommand
428
- */
429
- export declare const de_GetTrainingDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTrainingDatasetCommandOutput>;
430
- /**
431
- * deserializeAws_restJson1ListAudienceExportJobsCommand
432
- */
433
- export declare const de_ListAudienceExportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAudienceExportJobsCommandOutput>;
434
- /**
435
- * deserializeAws_restJson1ListAudienceGenerationJobsCommand
436
- */
437
- export declare const de_ListAudienceGenerationJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAudienceGenerationJobsCommandOutput>;
438
- /**
439
- * deserializeAws_restJson1ListAudienceModelsCommand
440
- */
441
- export declare const de_ListAudienceModelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAudienceModelsCommandOutput>;
442
- /**
443
- * deserializeAws_restJson1ListCollaborationConfiguredModelAlgorithmAssociationsCommand
444
- */
445
- export declare const de_ListCollaborationConfiguredModelAlgorithmAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCollaborationConfiguredModelAlgorithmAssociationsCommandOutput>;
446
- /**
447
- * deserializeAws_restJson1ListCollaborationMLInputChannelsCommand
448
- */
449
- export declare const de_ListCollaborationMLInputChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCollaborationMLInputChannelsCommandOutput>;
450
- /**
451
- * deserializeAws_restJson1ListCollaborationTrainedModelExportJobsCommand
452
- */
453
- export declare const de_ListCollaborationTrainedModelExportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCollaborationTrainedModelExportJobsCommandOutput>;
454
- /**
455
- * deserializeAws_restJson1ListCollaborationTrainedModelInferenceJobsCommand
456
- */
457
- export declare const de_ListCollaborationTrainedModelInferenceJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCollaborationTrainedModelInferenceJobsCommandOutput>;
458
- /**
459
- * deserializeAws_restJson1ListCollaborationTrainedModelsCommand
460
- */
461
- export declare const de_ListCollaborationTrainedModelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCollaborationTrainedModelsCommandOutput>;
462
- /**
463
- * deserializeAws_restJson1ListConfiguredAudienceModelsCommand
464
- */
465
- export declare const de_ListConfiguredAudienceModelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConfiguredAudienceModelsCommandOutput>;
466
- /**
467
- * deserializeAws_restJson1ListConfiguredModelAlgorithmAssociationsCommand
468
- */
469
- export declare const de_ListConfiguredModelAlgorithmAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConfiguredModelAlgorithmAssociationsCommandOutput>;
470
- /**
471
- * deserializeAws_restJson1ListConfiguredModelAlgorithmsCommand
472
- */
473
- export declare const de_ListConfiguredModelAlgorithmsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConfiguredModelAlgorithmsCommandOutput>;
474
- /**
475
- * deserializeAws_restJson1ListMLInputChannelsCommand
476
- */
477
- export declare const de_ListMLInputChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMLInputChannelsCommandOutput>;
478
- /**
479
- * deserializeAws_restJson1ListTagsForResourceCommand
480
- */
481
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
482
- /**
483
- * deserializeAws_restJson1ListTrainedModelInferenceJobsCommand
484
- */
485
- export declare const de_ListTrainedModelInferenceJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrainedModelInferenceJobsCommandOutput>;
486
- /**
487
- * deserializeAws_restJson1ListTrainedModelsCommand
488
- */
489
- export declare const de_ListTrainedModelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrainedModelsCommandOutput>;
490
- /**
491
- * deserializeAws_restJson1ListTrainedModelVersionsCommand
492
- */
493
- export declare const de_ListTrainedModelVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrainedModelVersionsCommandOutput>;
494
- /**
495
- * deserializeAws_restJson1ListTrainingDatasetsCommand
496
- */
497
- export declare const de_ListTrainingDatasetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrainingDatasetsCommandOutput>;
498
- /**
499
- * deserializeAws_restJson1PutConfiguredAudienceModelPolicyCommand
500
- */
501
- export declare const de_PutConfiguredAudienceModelPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutConfiguredAudienceModelPolicyCommandOutput>;
502
- /**
503
- * deserializeAws_restJson1PutMLConfigurationCommand
504
- */
505
- export declare const de_PutMLConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutMLConfigurationCommandOutput>;
506
- /**
507
- * deserializeAws_restJson1StartAudienceExportJobCommand
508
- */
509
- export declare const de_StartAudienceExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartAudienceExportJobCommandOutput>;
510
- /**
511
- * deserializeAws_restJson1StartAudienceGenerationJobCommand
512
- */
513
- export declare const de_StartAudienceGenerationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartAudienceGenerationJobCommandOutput>;
514
- /**
515
- * deserializeAws_restJson1StartTrainedModelExportJobCommand
516
- */
517
- export declare const de_StartTrainedModelExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTrainedModelExportJobCommandOutput>;
518
- /**
519
- * deserializeAws_restJson1StartTrainedModelInferenceJobCommand
520
- */
521
- export declare const de_StartTrainedModelInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTrainedModelInferenceJobCommandOutput>;
522
- /**
523
- * deserializeAws_restJson1TagResourceCommand
524
- */
525
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
526
- /**
527
- * deserializeAws_restJson1UntagResourceCommand
528
- */
529
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
530
- /**
531
- * deserializeAws_restJson1UpdateConfiguredAudienceModelCommand
532
- */
533
- export declare const de_UpdateConfiguredAudienceModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConfiguredAudienceModelCommandOutput>;