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