@aws-sdk/client-dataexchange 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 (58) hide show
  1. package/dist-cjs/index.js +1900 -1839
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/DataExchangeClient.js +2 -0
  4. package/dist-es/commands/AcceptDataGrantCommand.js +3 -9
  5. package/dist-es/commands/CancelJobCommand.js +3 -9
  6. package/dist-es/commands/CreateDataGrantCommand.js +3 -9
  7. package/dist-es/commands/CreateDataSetCommand.js +3 -9
  8. package/dist-es/commands/CreateEventActionCommand.js +3 -9
  9. package/dist-es/commands/CreateJobCommand.js +3 -9
  10. package/dist-es/commands/CreateRevisionCommand.js +3 -9
  11. package/dist-es/commands/DeleteAssetCommand.js +3 -9
  12. package/dist-es/commands/DeleteDataGrantCommand.js +3 -9
  13. package/dist-es/commands/DeleteDataSetCommand.js +3 -9
  14. package/dist-es/commands/DeleteEventActionCommand.js +3 -9
  15. package/dist-es/commands/DeleteRevisionCommand.js +3 -9
  16. package/dist-es/commands/GetAssetCommand.js +3 -9
  17. package/dist-es/commands/GetDataGrantCommand.js +3 -9
  18. package/dist-es/commands/GetDataSetCommand.js +3 -9
  19. package/dist-es/commands/GetEventActionCommand.js +3 -9
  20. package/dist-es/commands/GetJobCommand.js +3 -9
  21. package/dist-es/commands/GetReceivedDataGrantCommand.js +3 -9
  22. package/dist-es/commands/GetRevisionCommand.js +3 -9
  23. package/dist-es/commands/ListDataGrantsCommand.js +3 -9
  24. package/dist-es/commands/ListDataSetRevisionsCommand.js +3 -9
  25. package/dist-es/commands/ListDataSetsCommand.js +3 -9
  26. package/dist-es/commands/ListEventActionsCommand.js +3 -9
  27. package/dist-es/commands/ListJobsCommand.js +3 -9
  28. package/dist-es/commands/ListReceivedDataGrantsCommand.js +3 -9
  29. package/dist-es/commands/ListRevisionAssetsCommand.js +3 -9
  30. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  31. package/dist-es/commands/RevokeRevisionCommand.js +3 -9
  32. package/dist-es/commands/SendApiAssetCommand.js +3 -9
  33. package/dist-es/commands/SendDataSetNotificationCommand.js +3 -9
  34. package/dist-es/commands/StartJobCommand.js +3 -9
  35. package/dist-es/commands/TagResourceCommand.js +3 -9
  36. package/dist-es/commands/UntagResourceCommand.js +3 -9
  37. package/dist-es/commands/UpdateAssetCommand.js +3 -9
  38. package/dist-es/commands/UpdateDataSetCommand.js +3 -9
  39. package/dist-es/commands/UpdateEventActionCommand.js +3 -9
  40. package/dist-es/commands/UpdateRevisionCommand.js +3 -9
  41. package/dist-es/runtimeConfig.shared.js +2 -0
  42. package/dist-es/schemas/schemas_0.js +1830 -0
  43. package/dist-types/DataExchangeClient.d.ts +10 -1
  44. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  45. package/dist-types/runtimeConfig.d.ts +1 -0
  46. package/dist-types/runtimeConfig.native.d.ts +1 -0
  47. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  48. package/dist-types/schemas/schemas_0.d.ts +204 -0
  49. package/dist-types/ts3.4/DataExchangeClient.d.ts +4 -0
  50. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  51. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  52. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  53. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  54. package/dist-types/ts3.4/schemas/schemas_0.d.ts +209 -0
  55. package/package.json +5 -6
  56. package/dist-es/protocols/Aws_restJson1.js +0 -1580
  57. package/dist-types/protocols/Aws_restJson1.d.ts +0 -335
  58. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -449
@@ -1,335 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AcceptDataGrantCommandInput, AcceptDataGrantCommandOutput } from "../commands/AcceptDataGrantCommand";
4
- import { CancelJobCommandInput, CancelJobCommandOutput } from "../commands/CancelJobCommand";
5
- import { CreateDataGrantCommandInput, CreateDataGrantCommandOutput } from "../commands/CreateDataGrantCommand";
6
- import { CreateDataSetCommandInput, CreateDataSetCommandOutput } from "../commands/CreateDataSetCommand";
7
- import { CreateEventActionCommandInput, CreateEventActionCommandOutput } from "../commands/CreateEventActionCommand";
8
- import { CreateJobCommandInput, CreateJobCommandOutput } from "../commands/CreateJobCommand";
9
- import { CreateRevisionCommandInput, CreateRevisionCommandOutput } from "../commands/CreateRevisionCommand";
10
- import { DeleteAssetCommandInput, DeleteAssetCommandOutput } from "../commands/DeleteAssetCommand";
11
- import { DeleteDataGrantCommandInput, DeleteDataGrantCommandOutput } from "../commands/DeleteDataGrantCommand";
12
- import { DeleteDataSetCommandInput, DeleteDataSetCommandOutput } from "../commands/DeleteDataSetCommand";
13
- import { DeleteEventActionCommandInput, DeleteEventActionCommandOutput } from "../commands/DeleteEventActionCommand";
14
- import { DeleteRevisionCommandInput, DeleteRevisionCommandOutput } from "../commands/DeleteRevisionCommand";
15
- import { GetAssetCommandInput, GetAssetCommandOutput } from "../commands/GetAssetCommand";
16
- import { GetDataGrantCommandInput, GetDataGrantCommandOutput } from "../commands/GetDataGrantCommand";
17
- import { GetDataSetCommandInput, GetDataSetCommandOutput } from "../commands/GetDataSetCommand";
18
- import { GetEventActionCommandInput, GetEventActionCommandOutput } from "../commands/GetEventActionCommand";
19
- import { GetJobCommandInput, GetJobCommandOutput } from "../commands/GetJobCommand";
20
- import { GetReceivedDataGrantCommandInput, GetReceivedDataGrantCommandOutput } from "../commands/GetReceivedDataGrantCommand";
21
- import { GetRevisionCommandInput, GetRevisionCommandOutput } from "../commands/GetRevisionCommand";
22
- import { ListDataGrantsCommandInput, ListDataGrantsCommandOutput } from "../commands/ListDataGrantsCommand";
23
- import { ListDataSetRevisionsCommandInput, ListDataSetRevisionsCommandOutput } from "../commands/ListDataSetRevisionsCommand";
24
- import { ListDataSetsCommandInput, ListDataSetsCommandOutput } from "../commands/ListDataSetsCommand";
25
- import { ListEventActionsCommandInput, ListEventActionsCommandOutput } from "../commands/ListEventActionsCommand";
26
- import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
27
- import { ListReceivedDataGrantsCommandInput, ListReceivedDataGrantsCommandOutput } from "../commands/ListReceivedDataGrantsCommand";
28
- import { ListRevisionAssetsCommandInput, ListRevisionAssetsCommandOutput } from "../commands/ListRevisionAssetsCommand";
29
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
30
- import { RevokeRevisionCommandInput, RevokeRevisionCommandOutput } from "../commands/RevokeRevisionCommand";
31
- import { SendApiAssetCommandInput, SendApiAssetCommandOutput } from "../commands/SendApiAssetCommand";
32
- import { SendDataSetNotificationCommandInput, SendDataSetNotificationCommandOutput } from "../commands/SendDataSetNotificationCommand";
33
- import { StartJobCommandInput, StartJobCommandOutput } from "../commands/StartJobCommand";
34
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
35
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
36
- import { UpdateAssetCommandInput, UpdateAssetCommandOutput } from "../commands/UpdateAssetCommand";
37
- import { UpdateDataSetCommandInput, UpdateDataSetCommandOutput } from "../commands/UpdateDataSetCommand";
38
- import { UpdateEventActionCommandInput, UpdateEventActionCommandOutput } from "../commands/UpdateEventActionCommand";
39
- import { UpdateRevisionCommandInput, UpdateRevisionCommandOutput } from "../commands/UpdateRevisionCommand";
40
- /**
41
- * serializeAws_restJson1AcceptDataGrantCommand
42
- */
43
- export declare const se_AcceptDataGrantCommand: (input: AcceptDataGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- /**
45
- * serializeAws_restJson1CancelJobCommand
46
- */
47
- export declare const se_CancelJobCommand: (input: CancelJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- /**
49
- * serializeAws_restJson1CreateDataGrantCommand
50
- */
51
- export declare const se_CreateDataGrantCommand: (input: CreateDataGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- /**
53
- * serializeAws_restJson1CreateDataSetCommand
54
- */
55
- export declare const se_CreateDataSetCommand: (input: CreateDataSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- /**
57
- * serializeAws_restJson1CreateEventActionCommand
58
- */
59
- export declare const se_CreateEventActionCommand: (input: CreateEventActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- /**
61
- * serializeAws_restJson1CreateJobCommand
62
- */
63
- export declare const se_CreateJobCommand: (input: CreateJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- /**
65
- * serializeAws_restJson1CreateRevisionCommand
66
- */
67
- export declare const se_CreateRevisionCommand: (input: CreateRevisionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- /**
69
- * serializeAws_restJson1DeleteAssetCommand
70
- */
71
- export declare const se_DeleteAssetCommand: (input: DeleteAssetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- /**
73
- * serializeAws_restJson1DeleteDataGrantCommand
74
- */
75
- export declare const se_DeleteDataGrantCommand: (input: DeleteDataGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- /**
77
- * serializeAws_restJson1DeleteDataSetCommand
78
- */
79
- export declare const se_DeleteDataSetCommand: (input: DeleteDataSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- /**
81
- * serializeAws_restJson1DeleteEventActionCommand
82
- */
83
- export declare const se_DeleteEventActionCommand: (input: DeleteEventActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- /**
85
- * serializeAws_restJson1DeleteRevisionCommand
86
- */
87
- export declare const se_DeleteRevisionCommand: (input: DeleteRevisionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- /**
89
- * serializeAws_restJson1GetAssetCommand
90
- */
91
- export declare const se_GetAssetCommand: (input: GetAssetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- /**
93
- * serializeAws_restJson1GetDataGrantCommand
94
- */
95
- export declare const se_GetDataGrantCommand: (input: GetDataGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- /**
97
- * serializeAws_restJson1GetDataSetCommand
98
- */
99
- export declare const se_GetDataSetCommand: (input: GetDataSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- /**
101
- * serializeAws_restJson1GetEventActionCommand
102
- */
103
- export declare const se_GetEventActionCommand: (input: GetEventActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- /**
105
- * serializeAws_restJson1GetJobCommand
106
- */
107
- export declare const se_GetJobCommand: (input: GetJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- /**
109
- * serializeAws_restJson1GetReceivedDataGrantCommand
110
- */
111
- export declare const se_GetReceivedDataGrantCommand: (input: GetReceivedDataGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- /**
113
- * serializeAws_restJson1GetRevisionCommand
114
- */
115
- export declare const se_GetRevisionCommand: (input: GetRevisionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- /**
117
- * serializeAws_restJson1ListDataGrantsCommand
118
- */
119
- export declare const se_ListDataGrantsCommand: (input: ListDataGrantsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- /**
121
- * serializeAws_restJson1ListDataSetRevisionsCommand
122
- */
123
- export declare const se_ListDataSetRevisionsCommand: (input: ListDataSetRevisionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- /**
125
- * serializeAws_restJson1ListDataSetsCommand
126
- */
127
- export declare const se_ListDataSetsCommand: (input: ListDataSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- /**
129
- * serializeAws_restJson1ListEventActionsCommand
130
- */
131
- export declare const se_ListEventActionsCommand: (input: ListEventActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- /**
133
- * serializeAws_restJson1ListJobsCommand
134
- */
135
- export declare const se_ListJobsCommand: (input: ListJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- /**
137
- * serializeAws_restJson1ListReceivedDataGrantsCommand
138
- */
139
- export declare const se_ListReceivedDataGrantsCommand: (input: ListReceivedDataGrantsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
- /**
141
- * serializeAws_restJson1ListRevisionAssetsCommand
142
- */
143
- export declare const se_ListRevisionAssetsCommand: (input: ListRevisionAssetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
- /**
145
- * serializeAws_restJson1ListTagsForResourceCommand
146
- */
147
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
- /**
149
- * serializeAws_restJson1RevokeRevisionCommand
150
- */
151
- export declare const se_RevokeRevisionCommand: (input: RevokeRevisionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
- /**
153
- * serializeAws_restJson1SendApiAssetCommand
154
- */
155
- export declare const se_SendApiAssetCommand: (input: SendApiAssetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
- /**
157
- * serializeAws_restJson1SendDataSetNotificationCommand
158
- */
159
- export declare const se_SendDataSetNotificationCommand: (input: SendDataSetNotificationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
- /**
161
- * serializeAws_restJson1StartJobCommand
162
- */
163
- export declare const se_StartJobCommand: (input: StartJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
- /**
165
- * serializeAws_restJson1TagResourceCommand
166
- */
167
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
- /**
169
- * serializeAws_restJson1UntagResourceCommand
170
- */
171
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
172
- /**
173
- * serializeAws_restJson1UpdateAssetCommand
174
- */
175
- export declare const se_UpdateAssetCommand: (input: UpdateAssetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
176
- /**
177
- * serializeAws_restJson1UpdateDataSetCommand
178
- */
179
- export declare const se_UpdateDataSetCommand: (input: UpdateDataSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
180
- /**
181
- * serializeAws_restJson1UpdateEventActionCommand
182
- */
183
- export declare const se_UpdateEventActionCommand: (input: UpdateEventActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
184
- /**
185
- * serializeAws_restJson1UpdateRevisionCommand
186
- */
187
- export declare const se_UpdateRevisionCommand: (input: UpdateRevisionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
188
- /**
189
- * deserializeAws_restJson1AcceptDataGrantCommand
190
- */
191
- export declare const de_AcceptDataGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptDataGrantCommandOutput>;
192
- /**
193
- * deserializeAws_restJson1CancelJobCommand
194
- */
195
- export declare const de_CancelJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelJobCommandOutput>;
196
- /**
197
- * deserializeAws_restJson1CreateDataGrantCommand
198
- */
199
- export declare const de_CreateDataGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataGrantCommandOutput>;
200
- /**
201
- * deserializeAws_restJson1CreateDataSetCommand
202
- */
203
- export declare const de_CreateDataSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataSetCommandOutput>;
204
- /**
205
- * deserializeAws_restJson1CreateEventActionCommand
206
- */
207
- export declare const de_CreateEventActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEventActionCommandOutput>;
208
- /**
209
- * deserializeAws_restJson1CreateJobCommand
210
- */
211
- export declare const de_CreateJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateJobCommandOutput>;
212
- /**
213
- * deserializeAws_restJson1CreateRevisionCommand
214
- */
215
- export declare const de_CreateRevisionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRevisionCommandOutput>;
216
- /**
217
- * deserializeAws_restJson1DeleteAssetCommand
218
- */
219
- export declare const de_DeleteAssetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAssetCommandOutput>;
220
- /**
221
- * deserializeAws_restJson1DeleteDataGrantCommand
222
- */
223
- export declare const de_DeleteDataGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataGrantCommandOutput>;
224
- /**
225
- * deserializeAws_restJson1DeleteDataSetCommand
226
- */
227
- export declare const de_DeleteDataSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataSetCommandOutput>;
228
- /**
229
- * deserializeAws_restJson1DeleteEventActionCommand
230
- */
231
- export declare const de_DeleteEventActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEventActionCommandOutput>;
232
- /**
233
- * deserializeAws_restJson1DeleteRevisionCommand
234
- */
235
- export declare const de_DeleteRevisionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRevisionCommandOutput>;
236
- /**
237
- * deserializeAws_restJson1GetAssetCommand
238
- */
239
- export declare const de_GetAssetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssetCommandOutput>;
240
- /**
241
- * deserializeAws_restJson1GetDataGrantCommand
242
- */
243
- export declare const de_GetDataGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataGrantCommandOutput>;
244
- /**
245
- * deserializeAws_restJson1GetDataSetCommand
246
- */
247
- export declare const de_GetDataSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataSetCommandOutput>;
248
- /**
249
- * deserializeAws_restJson1GetEventActionCommand
250
- */
251
- export declare const de_GetEventActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEventActionCommandOutput>;
252
- /**
253
- * deserializeAws_restJson1GetJobCommand
254
- */
255
- export declare const de_GetJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobCommandOutput>;
256
- /**
257
- * deserializeAws_restJson1GetReceivedDataGrantCommand
258
- */
259
- export declare const de_GetReceivedDataGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReceivedDataGrantCommandOutput>;
260
- /**
261
- * deserializeAws_restJson1GetRevisionCommand
262
- */
263
- export declare const de_GetRevisionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRevisionCommandOutput>;
264
- /**
265
- * deserializeAws_restJson1ListDataGrantsCommand
266
- */
267
- export declare const de_ListDataGrantsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataGrantsCommandOutput>;
268
- /**
269
- * deserializeAws_restJson1ListDataSetRevisionsCommand
270
- */
271
- export declare const de_ListDataSetRevisionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataSetRevisionsCommandOutput>;
272
- /**
273
- * deserializeAws_restJson1ListDataSetsCommand
274
- */
275
- export declare const de_ListDataSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataSetsCommandOutput>;
276
- /**
277
- * deserializeAws_restJson1ListEventActionsCommand
278
- */
279
- export declare const de_ListEventActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventActionsCommandOutput>;
280
- /**
281
- * deserializeAws_restJson1ListJobsCommand
282
- */
283
- export declare const de_ListJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobsCommandOutput>;
284
- /**
285
- * deserializeAws_restJson1ListReceivedDataGrantsCommand
286
- */
287
- export declare const de_ListReceivedDataGrantsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReceivedDataGrantsCommandOutput>;
288
- /**
289
- * deserializeAws_restJson1ListRevisionAssetsCommand
290
- */
291
- export declare const de_ListRevisionAssetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRevisionAssetsCommandOutput>;
292
- /**
293
- * deserializeAws_restJson1ListTagsForResourceCommand
294
- */
295
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
296
- /**
297
- * deserializeAws_restJson1RevokeRevisionCommand
298
- */
299
- export declare const de_RevokeRevisionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RevokeRevisionCommandOutput>;
300
- /**
301
- * deserializeAws_restJson1SendApiAssetCommand
302
- */
303
- export declare const de_SendApiAssetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendApiAssetCommandOutput>;
304
- /**
305
- * deserializeAws_restJson1SendDataSetNotificationCommand
306
- */
307
- export declare const de_SendDataSetNotificationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendDataSetNotificationCommandOutput>;
308
- /**
309
- * deserializeAws_restJson1StartJobCommand
310
- */
311
- export declare const de_StartJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartJobCommandOutput>;
312
- /**
313
- * deserializeAws_restJson1TagResourceCommand
314
- */
315
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
316
- /**
317
- * deserializeAws_restJson1UntagResourceCommand
318
- */
319
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
320
- /**
321
- * deserializeAws_restJson1UpdateAssetCommand
322
- */
323
- export declare const de_UpdateAssetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAssetCommandOutput>;
324
- /**
325
- * deserializeAws_restJson1UpdateDataSetCommand
326
- */
327
- export declare const de_UpdateDataSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataSetCommandOutput>;
328
- /**
329
- * deserializeAws_restJson1UpdateEventActionCommand
330
- */
331
- export declare const de_UpdateEventActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEventActionCommandOutput>;
332
- /**
333
- * deserializeAws_restJson1UpdateRevisionCommand
334
- */
335
- export declare const de_UpdateRevisionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRevisionCommandOutput>;