@aws-sdk/client-dataexchange 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.
- package/dist-cjs/index.js +1900 -1839
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/DataExchangeClient.js +2 -0
- package/dist-es/commands/AcceptDataGrantCommand.js +3 -9
- package/dist-es/commands/CancelJobCommand.js +3 -9
- package/dist-es/commands/CreateDataGrantCommand.js +3 -9
- package/dist-es/commands/CreateDataSetCommand.js +3 -9
- package/dist-es/commands/CreateEventActionCommand.js +3 -9
- package/dist-es/commands/CreateJobCommand.js +3 -9
- package/dist-es/commands/CreateRevisionCommand.js +3 -9
- package/dist-es/commands/DeleteAssetCommand.js +3 -9
- package/dist-es/commands/DeleteDataGrantCommand.js +3 -9
- package/dist-es/commands/DeleteDataSetCommand.js +3 -9
- package/dist-es/commands/DeleteEventActionCommand.js +3 -9
- package/dist-es/commands/DeleteRevisionCommand.js +3 -9
- package/dist-es/commands/GetAssetCommand.js +3 -9
- package/dist-es/commands/GetDataGrantCommand.js +3 -9
- package/dist-es/commands/GetDataSetCommand.js +3 -9
- package/dist-es/commands/GetEventActionCommand.js +3 -9
- package/dist-es/commands/GetJobCommand.js +3 -9
- package/dist-es/commands/GetReceivedDataGrantCommand.js +3 -9
- package/dist-es/commands/GetRevisionCommand.js +3 -9
- package/dist-es/commands/ListDataGrantsCommand.js +3 -9
- package/dist-es/commands/ListDataSetRevisionsCommand.js +3 -9
- package/dist-es/commands/ListDataSetsCommand.js +3 -9
- package/dist-es/commands/ListEventActionsCommand.js +3 -9
- package/dist-es/commands/ListJobsCommand.js +3 -9
- package/dist-es/commands/ListReceivedDataGrantsCommand.js +3 -9
- package/dist-es/commands/ListRevisionAssetsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/RevokeRevisionCommand.js +3 -9
- package/dist-es/commands/SendApiAssetCommand.js +3 -9
- package/dist-es/commands/SendDataSetNotificationCommand.js +3 -9
- package/dist-es/commands/StartJobCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateAssetCommand.js +3 -9
- package/dist-es/commands/UpdateDataSetCommand.js +3 -9
- package/dist-es/commands/UpdateEventActionCommand.js +3 -9
- package/dist-es/commands/UpdateRevisionCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1830 -0
- package/dist-types/DataExchangeClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +204 -0
- package/dist-types/ts3.4/DataExchangeClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +209 -0
- package/package.json +2 -3
- package/dist-es/protocols/Aws_restJson1.js +0 -1580
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -335
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -449
|
@@ -1,449 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
AcceptDataGrantCommandInput,
|
|
8
|
-
AcceptDataGrantCommandOutput,
|
|
9
|
-
} from "../commands/AcceptDataGrantCommand";
|
|
10
|
-
import {
|
|
11
|
-
CancelJobCommandInput,
|
|
12
|
-
CancelJobCommandOutput,
|
|
13
|
-
} from "../commands/CancelJobCommand";
|
|
14
|
-
import {
|
|
15
|
-
CreateDataGrantCommandInput,
|
|
16
|
-
CreateDataGrantCommandOutput,
|
|
17
|
-
} from "../commands/CreateDataGrantCommand";
|
|
18
|
-
import {
|
|
19
|
-
CreateDataSetCommandInput,
|
|
20
|
-
CreateDataSetCommandOutput,
|
|
21
|
-
} from "../commands/CreateDataSetCommand";
|
|
22
|
-
import {
|
|
23
|
-
CreateEventActionCommandInput,
|
|
24
|
-
CreateEventActionCommandOutput,
|
|
25
|
-
} from "../commands/CreateEventActionCommand";
|
|
26
|
-
import {
|
|
27
|
-
CreateJobCommandInput,
|
|
28
|
-
CreateJobCommandOutput,
|
|
29
|
-
} from "../commands/CreateJobCommand";
|
|
30
|
-
import {
|
|
31
|
-
CreateRevisionCommandInput,
|
|
32
|
-
CreateRevisionCommandOutput,
|
|
33
|
-
} from "../commands/CreateRevisionCommand";
|
|
34
|
-
import {
|
|
35
|
-
DeleteAssetCommandInput,
|
|
36
|
-
DeleteAssetCommandOutput,
|
|
37
|
-
} from "../commands/DeleteAssetCommand";
|
|
38
|
-
import {
|
|
39
|
-
DeleteDataGrantCommandInput,
|
|
40
|
-
DeleteDataGrantCommandOutput,
|
|
41
|
-
} from "../commands/DeleteDataGrantCommand";
|
|
42
|
-
import {
|
|
43
|
-
DeleteDataSetCommandInput,
|
|
44
|
-
DeleteDataSetCommandOutput,
|
|
45
|
-
} from "../commands/DeleteDataSetCommand";
|
|
46
|
-
import {
|
|
47
|
-
DeleteEventActionCommandInput,
|
|
48
|
-
DeleteEventActionCommandOutput,
|
|
49
|
-
} from "../commands/DeleteEventActionCommand";
|
|
50
|
-
import {
|
|
51
|
-
DeleteRevisionCommandInput,
|
|
52
|
-
DeleteRevisionCommandOutput,
|
|
53
|
-
} from "../commands/DeleteRevisionCommand";
|
|
54
|
-
import {
|
|
55
|
-
GetAssetCommandInput,
|
|
56
|
-
GetAssetCommandOutput,
|
|
57
|
-
} from "../commands/GetAssetCommand";
|
|
58
|
-
import {
|
|
59
|
-
GetDataGrantCommandInput,
|
|
60
|
-
GetDataGrantCommandOutput,
|
|
61
|
-
} from "../commands/GetDataGrantCommand";
|
|
62
|
-
import {
|
|
63
|
-
GetDataSetCommandInput,
|
|
64
|
-
GetDataSetCommandOutput,
|
|
65
|
-
} from "../commands/GetDataSetCommand";
|
|
66
|
-
import {
|
|
67
|
-
GetEventActionCommandInput,
|
|
68
|
-
GetEventActionCommandOutput,
|
|
69
|
-
} from "../commands/GetEventActionCommand";
|
|
70
|
-
import {
|
|
71
|
-
GetJobCommandInput,
|
|
72
|
-
GetJobCommandOutput,
|
|
73
|
-
} from "../commands/GetJobCommand";
|
|
74
|
-
import {
|
|
75
|
-
GetReceivedDataGrantCommandInput,
|
|
76
|
-
GetReceivedDataGrantCommandOutput,
|
|
77
|
-
} from "../commands/GetReceivedDataGrantCommand";
|
|
78
|
-
import {
|
|
79
|
-
GetRevisionCommandInput,
|
|
80
|
-
GetRevisionCommandOutput,
|
|
81
|
-
} from "../commands/GetRevisionCommand";
|
|
82
|
-
import {
|
|
83
|
-
ListDataGrantsCommandInput,
|
|
84
|
-
ListDataGrantsCommandOutput,
|
|
85
|
-
} from "../commands/ListDataGrantsCommand";
|
|
86
|
-
import {
|
|
87
|
-
ListDataSetRevisionsCommandInput,
|
|
88
|
-
ListDataSetRevisionsCommandOutput,
|
|
89
|
-
} from "../commands/ListDataSetRevisionsCommand";
|
|
90
|
-
import {
|
|
91
|
-
ListDataSetsCommandInput,
|
|
92
|
-
ListDataSetsCommandOutput,
|
|
93
|
-
} from "../commands/ListDataSetsCommand";
|
|
94
|
-
import {
|
|
95
|
-
ListEventActionsCommandInput,
|
|
96
|
-
ListEventActionsCommandOutput,
|
|
97
|
-
} from "../commands/ListEventActionsCommand";
|
|
98
|
-
import {
|
|
99
|
-
ListJobsCommandInput,
|
|
100
|
-
ListJobsCommandOutput,
|
|
101
|
-
} from "../commands/ListJobsCommand";
|
|
102
|
-
import {
|
|
103
|
-
ListReceivedDataGrantsCommandInput,
|
|
104
|
-
ListReceivedDataGrantsCommandOutput,
|
|
105
|
-
} from "../commands/ListReceivedDataGrantsCommand";
|
|
106
|
-
import {
|
|
107
|
-
ListRevisionAssetsCommandInput,
|
|
108
|
-
ListRevisionAssetsCommandOutput,
|
|
109
|
-
} from "../commands/ListRevisionAssetsCommand";
|
|
110
|
-
import {
|
|
111
|
-
ListTagsForResourceCommandInput,
|
|
112
|
-
ListTagsForResourceCommandOutput,
|
|
113
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
114
|
-
import {
|
|
115
|
-
RevokeRevisionCommandInput,
|
|
116
|
-
RevokeRevisionCommandOutput,
|
|
117
|
-
} from "../commands/RevokeRevisionCommand";
|
|
118
|
-
import {
|
|
119
|
-
SendApiAssetCommandInput,
|
|
120
|
-
SendApiAssetCommandOutput,
|
|
121
|
-
} from "../commands/SendApiAssetCommand";
|
|
122
|
-
import {
|
|
123
|
-
SendDataSetNotificationCommandInput,
|
|
124
|
-
SendDataSetNotificationCommandOutput,
|
|
125
|
-
} from "../commands/SendDataSetNotificationCommand";
|
|
126
|
-
import {
|
|
127
|
-
StartJobCommandInput,
|
|
128
|
-
StartJobCommandOutput,
|
|
129
|
-
} from "../commands/StartJobCommand";
|
|
130
|
-
import {
|
|
131
|
-
TagResourceCommandInput,
|
|
132
|
-
TagResourceCommandOutput,
|
|
133
|
-
} from "../commands/TagResourceCommand";
|
|
134
|
-
import {
|
|
135
|
-
UntagResourceCommandInput,
|
|
136
|
-
UntagResourceCommandOutput,
|
|
137
|
-
} from "../commands/UntagResourceCommand";
|
|
138
|
-
import {
|
|
139
|
-
UpdateAssetCommandInput,
|
|
140
|
-
UpdateAssetCommandOutput,
|
|
141
|
-
} from "../commands/UpdateAssetCommand";
|
|
142
|
-
import {
|
|
143
|
-
UpdateDataSetCommandInput,
|
|
144
|
-
UpdateDataSetCommandOutput,
|
|
145
|
-
} from "../commands/UpdateDataSetCommand";
|
|
146
|
-
import {
|
|
147
|
-
UpdateEventActionCommandInput,
|
|
148
|
-
UpdateEventActionCommandOutput,
|
|
149
|
-
} from "../commands/UpdateEventActionCommand";
|
|
150
|
-
import {
|
|
151
|
-
UpdateRevisionCommandInput,
|
|
152
|
-
UpdateRevisionCommandOutput,
|
|
153
|
-
} from "../commands/UpdateRevisionCommand";
|
|
154
|
-
export declare const se_AcceptDataGrantCommand: (
|
|
155
|
-
input: AcceptDataGrantCommandInput,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const se_CancelJobCommand: (
|
|
159
|
-
input: CancelJobCommandInput,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const se_CreateDataGrantCommand: (
|
|
163
|
-
input: CreateDataGrantCommandInput,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const se_CreateDataSetCommand: (
|
|
167
|
-
input: CreateDataSetCommandInput,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const se_CreateEventActionCommand: (
|
|
171
|
-
input: CreateEventActionCommandInput,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const se_CreateJobCommand: (
|
|
175
|
-
input: CreateJobCommandInput,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const se_CreateRevisionCommand: (
|
|
179
|
-
input: CreateRevisionCommandInput,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const se_DeleteAssetCommand: (
|
|
183
|
-
input: DeleteAssetCommandInput,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const se_DeleteDataGrantCommand: (
|
|
187
|
-
input: DeleteDataGrantCommandInput,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const se_DeleteDataSetCommand: (
|
|
191
|
-
input: DeleteDataSetCommandInput,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const se_DeleteEventActionCommand: (
|
|
195
|
-
input: DeleteEventActionCommandInput,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const se_DeleteRevisionCommand: (
|
|
199
|
-
input: DeleteRevisionCommandInput,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const se_GetAssetCommand: (
|
|
203
|
-
input: GetAssetCommandInput,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const se_GetDataGrantCommand: (
|
|
207
|
-
input: GetDataGrantCommandInput,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const se_GetDataSetCommand: (
|
|
211
|
-
input: GetDataSetCommandInput,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const se_GetEventActionCommand: (
|
|
215
|
-
input: GetEventActionCommandInput,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<__HttpRequest>;
|
|
218
|
-
export declare const se_GetJobCommand: (
|
|
219
|
-
input: GetJobCommandInput,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<__HttpRequest>;
|
|
222
|
-
export declare const se_GetReceivedDataGrantCommand: (
|
|
223
|
-
input: GetReceivedDataGrantCommandInput,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<__HttpRequest>;
|
|
226
|
-
export declare const se_GetRevisionCommand: (
|
|
227
|
-
input: GetRevisionCommandInput,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<__HttpRequest>;
|
|
230
|
-
export declare const se_ListDataGrantsCommand: (
|
|
231
|
-
input: ListDataGrantsCommandInput,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<__HttpRequest>;
|
|
234
|
-
export declare const se_ListDataSetRevisionsCommand: (
|
|
235
|
-
input: ListDataSetRevisionsCommandInput,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<__HttpRequest>;
|
|
238
|
-
export declare const se_ListDataSetsCommand: (
|
|
239
|
-
input: ListDataSetsCommandInput,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<__HttpRequest>;
|
|
242
|
-
export declare const se_ListEventActionsCommand: (
|
|
243
|
-
input: ListEventActionsCommandInput,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<__HttpRequest>;
|
|
246
|
-
export declare const se_ListJobsCommand: (
|
|
247
|
-
input: ListJobsCommandInput,
|
|
248
|
-
context: __SerdeContext
|
|
249
|
-
) => Promise<__HttpRequest>;
|
|
250
|
-
export declare const se_ListReceivedDataGrantsCommand: (
|
|
251
|
-
input: ListReceivedDataGrantsCommandInput,
|
|
252
|
-
context: __SerdeContext
|
|
253
|
-
) => Promise<__HttpRequest>;
|
|
254
|
-
export declare const se_ListRevisionAssetsCommand: (
|
|
255
|
-
input: ListRevisionAssetsCommandInput,
|
|
256
|
-
context: __SerdeContext
|
|
257
|
-
) => Promise<__HttpRequest>;
|
|
258
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
259
|
-
input: ListTagsForResourceCommandInput,
|
|
260
|
-
context: __SerdeContext
|
|
261
|
-
) => Promise<__HttpRequest>;
|
|
262
|
-
export declare const se_RevokeRevisionCommand: (
|
|
263
|
-
input: RevokeRevisionCommandInput,
|
|
264
|
-
context: __SerdeContext
|
|
265
|
-
) => Promise<__HttpRequest>;
|
|
266
|
-
export declare const se_SendApiAssetCommand: (
|
|
267
|
-
input: SendApiAssetCommandInput,
|
|
268
|
-
context: __SerdeContext
|
|
269
|
-
) => Promise<__HttpRequest>;
|
|
270
|
-
export declare const se_SendDataSetNotificationCommand: (
|
|
271
|
-
input: SendDataSetNotificationCommandInput,
|
|
272
|
-
context: __SerdeContext
|
|
273
|
-
) => Promise<__HttpRequest>;
|
|
274
|
-
export declare const se_StartJobCommand: (
|
|
275
|
-
input: StartJobCommandInput,
|
|
276
|
-
context: __SerdeContext
|
|
277
|
-
) => Promise<__HttpRequest>;
|
|
278
|
-
export declare const se_TagResourceCommand: (
|
|
279
|
-
input: TagResourceCommandInput,
|
|
280
|
-
context: __SerdeContext
|
|
281
|
-
) => Promise<__HttpRequest>;
|
|
282
|
-
export declare const se_UntagResourceCommand: (
|
|
283
|
-
input: UntagResourceCommandInput,
|
|
284
|
-
context: __SerdeContext
|
|
285
|
-
) => Promise<__HttpRequest>;
|
|
286
|
-
export declare const se_UpdateAssetCommand: (
|
|
287
|
-
input: UpdateAssetCommandInput,
|
|
288
|
-
context: __SerdeContext
|
|
289
|
-
) => Promise<__HttpRequest>;
|
|
290
|
-
export declare const se_UpdateDataSetCommand: (
|
|
291
|
-
input: UpdateDataSetCommandInput,
|
|
292
|
-
context: __SerdeContext
|
|
293
|
-
) => Promise<__HttpRequest>;
|
|
294
|
-
export declare const se_UpdateEventActionCommand: (
|
|
295
|
-
input: UpdateEventActionCommandInput,
|
|
296
|
-
context: __SerdeContext
|
|
297
|
-
) => Promise<__HttpRequest>;
|
|
298
|
-
export declare const se_UpdateRevisionCommand: (
|
|
299
|
-
input: UpdateRevisionCommandInput,
|
|
300
|
-
context: __SerdeContext
|
|
301
|
-
) => Promise<__HttpRequest>;
|
|
302
|
-
export declare const de_AcceptDataGrantCommand: (
|
|
303
|
-
output: __HttpResponse,
|
|
304
|
-
context: __SerdeContext
|
|
305
|
-
) => Promise<AcceptDataGrantCommandOutput>;
|
|
306
|
-
export declare const de_CancelJobCommand: (
|
|
307
|
-
output: __HttpResponse,
|
|
308
|
-
context: __SerdeContext
|
|
309
|
-
) => Promise<CancelJobCommandOutput>;
|
|
310
|
-
export declare const de_CreateDataGrantCommand: (
|
|
311
|
-
output: __HttpResponse,
|
|
312
|
-
context: __SerdeContext
|
|
313
|
-
) => Promise<CreateDataGrantCommandOutput>;
|
|
314
|
-
export declare const de_CreateDataSetCommand: (
|
|
315
|
-
output: __HttpResponse,
|
|
316
|
-
context: __SerdeContext
|
|
317
|
-
) => Promise<CreateDataSetCommandOutput>;
|
|
318
|
-
export declare const de_CreateEventActionCommand: (
|
|
319
|
-
output: __HttpResponse,
|
|
320
|
-
context: __SerdeContext
|
|
321
|
-
) => Promise<CreateEventActionCommandOutput>;
|
|
322
|
-
export declare const de_CreateJobCommand: (
|
|
323
|
-
output: __HttpResponse,
|
|
324
|
-
context: __SerdeContext
|
|
325
|
-
) => Promise<CreateJobCommandOutput>;
|
|
326
|
-
export declare const de_CreateRevisionCommand: (
|
|
327
|
-
output: __HttpResponse,
|
|
328
|
-
context: __SerdeContext
|
|
329
|
-
) => Promise<CreateRevisionCommandOutput>;
|
|
330
|
-
export declare const de_DeleteAssetCommand: (
|
|
331
|
-
output: __HttpResponse,
|
|
332
|
-
context: __SerdeContext
|
|
333
|
-
) => Promise<DeleteAssetCommandOutput>;
|
|
334
|
-
export declare const de_DeleteDataGrantCommand: (
|
|
335
|
-
output: __HttpResponse,
|
|
336
|
-
context: __SerdeContext
|
|
337
|
-
) => Promise<DeleteDataGrantCommandOutput>;
|
|
338
|
-
export declare const de_DeleteDataSetCommand: (
|
|
339
|
-
output: __HttpResponse,
|
|
340
|
-
context: __SerdeContext
|
|
341
|
-
) => Promise<DeleteDataSetCommandOutput>;
|
|
342
|
-
export declare const de_DeleteEventActionCommand: (
|
|
343
|
-
output: __HttpResponse,
|
|
344
|
-
context: __SerdeContext
|
|
345
|
-
) => Promise<DeleteEventActionCommandOutput>;
|
|
346
|
-
export declare const de_DeleteRevisionCommand: (
|
|
347
|
-
output: __HttpResponse,
|
|
348
|
-
context: __SerdeContext
|
|
349
|
-
) => Promise<DeleteRevisionCommandOutput>;
|
|
350
|
-
export declare const de_GetAssetCommand: (
|
|
351
|
-
output: __HttpResponse,
|
|
352
|
-
context: __SerdeContext
|
|
353
|
-
) => Promise<GetAssetCommandOutput>;
|
|
354
|
-
export declare const de_GetDataGrantCommand: (
|
|
355
|
-
output: __HttpResponse,
|
|
356
|
-
context: __SerdeContext
|
|
357
|
-
) => Promise<GetDataGrantCommandOutput>;
|
|
358
|
-
export declare const de_GetDataSetCommand: (
|
|
359
|
-
output: __HttpResponse,
|
|
360
|
-
context: __SerdeContext
|
|
361
|
-
) => Promise<GetDataSetCommandOutput>;
|
|
362
|
-
export declare const de_GetEventActionCommand: (
|
|
363
|
-
output: __HttpResponse,
|
|
364
|
-
context: __SerdeContext
|
|
365
|
-
) => Promise<GetEventActionCommandOutput>;
|
|
366
|
-
export declare const de_GetJobCommand: (
|
|
367
|
-
output: __HttpResponse,
|
|
368
|
-
context: __SerdeContext
|
|
369
|
-
) => Promise<GetJobCommandOutput>;
|
|
370
|
-
export declare const de_GetReceivedDataGrantCommand: (
|
|
371
|
-
output: __HttpResponse,
|
|
372
|
-
context: __SerdeContext
|
|
373
|
-
) => Promise<GetReceivedDataGrantCommandOutput>;
|
|
374
|
-
export declare const de_GetRevisionCommand: (
|
|
375
|
-
output: __HttpResponse,
|
|
376
|
-
context: __SerdeContext
|
|
377
|
-
) => Promise<GetRevisionCommandOutput>;
|
|
378
|
-
export declare const de_ListDataGrantsCommand: (
|
|
379
|
-
output: __HttpResponse,
|
|
380
|
-
context: __SerdeContext
|
|
381
|
-
) => Promise<ListDataGrantsCommandOutput>;
|
|
382
|
-
export declare const de_ListDataSetRevisionsCommand: (
|
|
383
|
-
output: __HttpResponse,
|
|
384
|
-
context: __SerdeContext
|
|
385
|
-
) => Promise<ListDataSetRevisionsCommandOutput>;
|
|
386
|
-
export declare const de_ListDataSetsCommand: (
|
|
387
|
-
output: __HttpResponse,
|
|
388
|
-
context: __SerdeContext
|
|
389
|
-
) => Promise<ListDataSetsCommandOutput>;
|
|
390
|
-
export declare const de_ListEventActionsCommand: (
|
|
391
|
-
output: __HttpResponse,
|
|
392
|
-
context: __SerdeContext
|
|
393
|
-
) => Promise<ListEventActionsCommandOutput>;
|
|
394
|
-
export declare const de_ListJobsCommand: (
|
|
395
|
-
output: __HttpResponse,
|
|
396
|
-
context: __SerdeContext
|
|
397
|
-
) => Promise<ListJobsCommandOutput>;
|
|
398
|
-
export declare const de_ListReceivedDataGrantsCommand: (
|
|
399
|
-
output: __HttpResponse,
|
|
400
|
-
context: __SerdeContext
|
|
401
|
-
) => Promise<ListReceivedDataGrantsCommandOutput>;
|
|
402
|
-
export declare const de_ListRevisionAssetsCommand: (
|
|
403
|
-
output: __HttpResponse,
|
|
404
|
-
context: __SerdeContext
|
|
405
|
-
) => Promise<ListRevisionAssetsCommandOutput>;
|
|
406
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
407
|
-
output: __HttpResponse,
|
|
408
|
-
context: __SerdeContext
|
|
409
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
410
|
-
export declare const de_RevokeRevisionCommand: (
|
|
411
|
-
output: __HttpResponse,
|
|
412
|
-
context: __SerdeContext
|
|
413
|
-
) => Promise<RevokeRevisionCommandOutput>;
|
|
414
|
-
export declare const de_SendApiAssetCommand: (
|
|
415
|
-
output: __HttpResponse,
|
|
416
|
-
context: __SerdeContext
|
|
417
|
-
) => Promise<SendApiAssetCommandOutput>;
|
|
418
|
-
export declare const de_SendDataSetNotificationCommand: (
|
|
419
|
-
output: __HttpResponse,
|
|
420
|
-
context: __SerdeContext
|
|
421
|
-
) => Promise<SendDataSetNotificationCommandOutput>;
|
|
422
|
-
export declare const de_StartJobCommand: (
|
|
423
|
-
output: __HttpResponse,
|
|
424
|
-
context: __SerdeContext
|
|
425
|
-
) => Promise<StartJobCommandOutput>;
|
|
426
|
-
export declare const de_TagResourceCommand: (
|
|
427
|
-
output: __HttpResponse,
|
|
428
|
-
context: __SerdeContext
|
|
429
|
-
) => Promise<TagResourceCommandOutput>;
|
|
430
|
-
export declare const de_UntagResourceCommand: (
|
|
431
|
-
output: __HttpResponse,
|
|
432
|
-
context: __SerdeContext
|
|
433
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
434
|
-
export declare const de_UpdateAssetCommand: (
|
|
435
|
-
output: __HttpResponse,
|
|
436
|
-
context: __SerdeContext
|
|
437
|
-
) => Promise<UpdateAssetCommandOutput>;
|
|
438
|
-
export declare const de_UpdateDataSetCommand: (
|
|
439
|
-
output: __HttpResponse,
|
|
440
|
-
context: __SerdeContext
|
|
441
|
-
) => Promise<UpdateDataSetCommandOutput>;
|
|
442
|
-
export declare const de_UpdateEventActionCommand: (
|
|
443
|
-
output: __HttpResponse,
|
|
444
|
-
context: __SerdeContext
|
|
445
|
-
) => Promise<UpdateEventActionCommandOutput>;
|
|
446
|
-
export declare const de_UpdateRevisionCommand: (
|
|
447
|
-
output: __HttpResponse,
|
|
448
|
-
context: __SerdeContext
|
|
449
|
-
) => Promise<UpdateRevisionCommandOutput>;
|