@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.
- package/dist-cjs/commands/CancelJobCommand.js +2 -2
- package/dist-cjs/commands/CreateDataSetCommand.js +2 -2
- package/dist-cjs/commands/CreateEventActionCommand.js +2 -2
- package/dist-cjs/commands/CreateJobCommand.js +2 -2
- package/dist-cjs/commands/CreateRevisionCommand.js +2 -2
- package/dist-cjs/commands/DeleteAssetCommand.js +2 -2
- package/dist-cjs/commands/DeleteDataSetCommand.js +2 -2
- package/dist-cjs/commands/DeleteEventActionCommand.js +2 -2
- package/dist-cjs/commands/DeleteRevisionCommand.js +2 -2
- package/dist-cjs/commands/GetAssetCommand.js +2 -2
- package/dist-cjs/commands/GetDataSetCommand.js +2 -2
- package/dist-cjs/commands/GetEventActionCommand.js +2 -2
- package/dist-cjs/commands/GetJobCommand.js +2 -2
- package/dist-cjs/commands/GetRevisionCommand.js +2 -2
- package/dist-cjs/commands/ListDataSetRevisionsCommand.js +2 -2
- package/dist-cjs/commands/ListDataSetsCommand.js +2 -2
- package/dist-cjs/commands/ListEventActionsCommand.js +2 -2
- package/dist-cjs/commands/ListJobsCommand.js +2 -2
- package/dist-cjs/commands/ListRevisionAssetsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/RevokeRevisionCommand.js +2 -2
- package/dist-cjs/commands/SendApiAssetCommand.js +2 -2
- package/dist-cjs/commands/StartJobCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateAssetCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataSetCommand.js +2 -2
- package/dist-cjs/commands/UpdateEventActionCommand.js +2 -2
- package/dist-cjs/commands/UpdateRevisionCommand.js +2 -2
- package/dist-cjs/protocols/Aws_restJson1.js +544 -592
- package/dist-es/commands/CancelJobCommand.js +3 -3
- package/dist-es/commands/CreateDataSetCommand.js +3 -3
- package/dist-es/commands/CreateEventActionCommand.js +3 -3
- package/dist-es/commands/CreateJobCommand.js +3 -3
- package/dist-es/commands/CreateRevisionCommand.js +3 -3
- package/dist-es/commands/DeleteAssetCommand.js +3 -3
- package/dist-es/commands/DeleteDataSetCommand.js +3 -3
- package/dist-es/commands/DeleteEventActionCommand.js +3 -3
- package/dist-es/commands/DeleteRevisionCommand.js +3 -3
- package/dist-es/commands/GetAssetCommand.js +3 -3
- package/dist-es/commands/GetDataSetCommand.js +3 -3
- package/dist-es/commands/GetEventActionCommand.js +3 -3
- package/dist-es/commands/GetJobCommand.js +3 -3
- package/dist-es/commands/GetRevisionCommand.js +3 -3
- package/dist-es/commands/ListDataSetRevisionsCommand.js +3 -3
- package/dist-es/commands/ListDataSetsCommand.js +3 -3
- package/dist-es/commands/ListEventActionsCommand.js +3 -3
- package/dist-es/commands/ListJobsCommand.js +3 -3
- package/dist-es/commands/ListRevisionAssetsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/RevokeRevisionCommand.js +3 -3
- package/dist-es/commands/SendApiAssetCommand.js +3 -3
- package/dist-es/commands/StartJobCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateAssetCommand.js +3 -3
- package/dist-es/commands/UpdateDataSetCommand.js +3 -3
- package/dist-es/commands/UpdateEventActionCommand.js +3 -3
- package/dist-es/commands/UpdateRevisionCommand.js +3 -3
- package/dist-es/protocols/Aws_restJson1.js +484 -532
- package/dist-types/protocols/Aws_restJson1.d.ts +232 -58
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +58 -58
- 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
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
export declare const
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
export declare const
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
export declare const
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
export declare const
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
export declare const
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
export declare const
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
export declare const
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
export declare const
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
export declare const
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
export declare const
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
export declare const
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
export declare const
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
export declare const
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
export declare const
|
|
88
|
-
|
|
89
|
-
|
|
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
|
|
122
|
+
export declare const se_CancelJobCommand: (
|
|
123
123
|
input: CancelJobCommandInput,
|
|
124
124
|
context: __SerdeContext
|
|
125
125
|
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const
|
|
126
|
+
export declare const se_CreateDataSetCommand: (
|
|
127
127
|
input: CreateDataSetCommandInput,
|
|
128
128
|
context: __SerdeContext
|
|
129
129
|
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const
|
|
130
|
+
export declare const se_CreateEventActionCommand: (
|
|
131
131
|
input: CreateEventActionCommandInput,
|
|
132
132
|
context: __SerdeContext
|
|
133
133
|
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const
|
|
134
|
+
export declare const se_CreateJobCommand: (
|
|
135
135
|
input: CreateJobCommandInput,
|
|
136
136
|
context: __SerdeContext
|
|
137
137
|
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const
|
|
138
|
+
export declare const se_CreateRevisionCommand: (
|
|
139
139
|
input: CreateRevisionCommandInput,
|
|
140
140
|
context: __SerdeContext
|
|
141
141
|
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const
|
|
142
|
+
export declare const se_DeleteAssetCommand: (
|
|
143
143
|
input: DeleteAssetCommandInput,
|
|
144
144
|
context: __SerdeContext
|
|
145
145
|
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const
|
|
146
|
+
export declare const se_DeleteDataSetCommand: (
|
|
147
147
|
input: DeleteDataSetCommandInput,
|
|
148
148
|
context: __SerdeContext
|
|
149
149
|
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const
|
|
150
|
+
export declare const se_DeleteEventActionCommand: (
|
|
151
151
|
input: DeleteEventActionCommandInput,
|
|
152
152
|
context: __SerdeContext
|
|
153
153
|
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const
|
|
154
|
+
export declare const se_DeleteRevisionCommand: (
|
|
155
155
|
input: DeleteRevisionCommandInput,
|
|
156
156
|
context: __SerdeContext
|
|
157
157
|
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const
|
|
158
|
+
export declare const se_GetAssetCommand: (
|
|
159
159
|
input: GetAssetCommandInput,
|
|
160
160
|
context: __SerdeContext
|
|
161
161
|
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const
|
|
162
|
+
export declare const se_GetDataSetCommand: (
|
|
163
163
|
input: GetDataSetCommandInput,
|
|
164
164
|
context: __SerdeContext
|
|
165
165
|
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const
|
|
166
|
+
export declare const se_GetEventActionCommand: (
|
|
167
167
|
input: GetEventActionCommandInput,
|
|
168
168
|
context: __SerdeContext
|
|
169
169
|
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const
|
|
170
|
+
export declare const se_GetJobCommand: (
|
|
171
171
|
input: GetJobCommandInput,
|
|
172
172
|
context: __SerdeContext
|
|
173
173
|
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const
|
|
174
|
+
export declare const se_GetRevisionCommand: (
|
|
175
175
|
input: GetRevisionCommandInput,
|
|
176
176
|
context: __SerdeContext
|
|
177
177
|
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const
|
|
178
|
+
export declare const se_ListDataSetRevisionsCommand: (
|
|
179
179
|
input: ListDataSetRevisionsCommandInput,
|
|
180
180
|
context: __SerdeContext
|
|
181
181
|
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const
|
|
182
|
+
export declare const se_ListDataSetsCommand: (
|
|
183
183
|
input: ListDataSetsCommandInput,
|
|
184
184
|
context: __SerdeContext
|
|
185
185
|
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const
|
|
186
|
+
export declare const se_ListEventActionsCommand: (
|
|
187
187
|
input: ListEventActionsCommandInput,
|
|
188
188
|
context: __SerdeContext
|
|
189
189
|
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const
|
|
190
|
+
export declare const se_ListJobsCommand: (
|
|
191
191
|
input: ListJobsCommandInput,
|
|
192
192
|
context: __SerdeContext
|
|
193
193
|
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const
|
|
194
|
+
export declare const se_ListRevisionAssetsCommand: (
|
|
195
195
|
input: ListRevisionAssetsCommandInput,
|
|
196
196
|
context: __SerdeContext
|
|
197
197
|
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const
|
|
198
|
+
export declare const se_ListTagsForResourceCommand: (
|
|
199
199
|
input: ListTagsForResourceCommandInput,
|
|
200
200
|
context: __SerdeContext
|
|
201
201
|
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const
|
|
202
|
+
export declare const se_RevokeRevisionCommand: (
|
|
203
203
|
input: RevokeRevisionCommandInput,
|
|
204
204
|
context: __SerdeContext
|
|
205
205
|
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const
|
|
206
|
+
export declare const se_SendApiAssetCommand: (
|
|
207
207
|
input: SendApiAssetCommandInput,
|
|
208
208
|
context: __SerdeContext
|
|
209
209
|
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const
|
|
210
|
+
export declare const se_StartJobCommand: (
|
|
211
211
|
input: StartJobCommandInput,
|
|
212
212
|
context: __SerdeContext
|
|
213
213
|
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const
|
|
214
|
+
export declare const se_TagResourceCommand: (
|
|
215
215
|
input: TagResourceCommandInput,
|
|
216
216
|
context: __SerdeContext
|
|
217
217
|
) => Promise<__HttpRequest>;
|
|
218
|
-
export declare const
|
|
218
|
+
export declare const se_UntagResourceCommand: (
|
|
219
219
|
input: UntagResourceCommandInput,
|
|
220
220
|
context: __SerdeContext
|
|
221
221
|
) => Promise<__HttpRequest>;
|
|
222
|
-
export declare const
|
|
222
|
+
export declare const se_UpdateAssetCommand: (
|
|
223
223
|
input: UpdateAssetCommandInput,
|
|
224
224
|
context: __SerdeContext
|
|
225
225
|
) => Promise<__HttpRequest>;
|
|
226
|
-
export declare const
|
|
226
|
+
export declare const se_UpdateDataSetCommand: (
|
|
227
227
|
input: UpdateDataSetCommandInput,
|
|
228
228
|
context: __SerdeContext
|
|
229
229
|
) => Promise<__HttpRequest>;
|
|
230
|
-
export declare const
|
|
230
|
+
export declare const se_UpdateEventActionCommand: (
|
|
231
231
|
input: UpdateEventActionCommandInput,
|
|
232
232
|
context: __SerdeContext
|
|
233
233
|
) => Promise<__HttpRequest>;
|
|
234
|
-
export declare const
|
|
234
|
+
export declare const se_UpdateRevisionCommand: (
|
|
235
235
|
input: UpdateRevisionCommandInput,
|
|
236
236
|
context: __SerdeContext
|
|
237
237
|
) => Promise<__HttpRequest>;
|
|
238
|
-
export declare const
|
|
238
|
+
export declare const de_CancelJobCommand: (
|
|
239
239
|
output: __HttpResponse,
|
|
240
240
|
context: __SerdeContext
|
|
241
241
|
) => Promise<CancelJobCommandOutput>;
|
|
242
|
-
export declare const
|
|
242
|
+
export declare const de_CreateDataSetCommand: (
|
|
243
243
|
output: __HttpResponse,
|
|
244
244
|
context: __SerdeContext
|
|
245
245
|
) => Promise<CreateDataSetCommandOutput>;
|
|
246
|
-
export declare const
|
|
246
|
+
export declare const de_CreateEventActionCommand: (
|
|
247
247
|
output: __HttpResponse,
|
|
248
248
|
context: __SerdeContext
|
|
249
249
|
) => Promise<CreateEventActionCommandOutput>;
|
|
250
|
-
export declare const
|
|
250
|
+
export declare const de_CreateJobCommand: (
|
|
251
251
|
output: __HttpResponse,
|
|
252
252
|
context: __SerdeContext
|
|
253
253
|
) => Promise<CreateJobCommandOutput>;
|
|
254
|
-
export declare const
|
|
254
|
+
export declare const de_CreateRevisionCommand: (
|
|
255
255
|
output: __HttpResponse,
|
|
256
256
|
context: __SerdeContext
|
|
257
257
|
) => Promise<CreateRevisionCommandOutput>;
|
|
258
|
-
export declare const
|
|
258
|
+
export declare const de_DeleteAssetCommand: (
|
|
259
259
|
output: __HttpResponse,
|
|
260
260
|
context: __SerdeContext
|
|
261
261
|
) => Promise<DeleteAssetCommandOutput>;
|
|
262
|
-
export declare const
|
|
262
|
+
export declare const de_DeleteDataSetCommand: (
|
|
263
263
|
output: __HttpResponse,
|
|
264
264
|
context: __SerdeContext
|
|
265
265
|
) => Promise<DeleteDataSetCommandOutput>;
|
|
266
|
-
export declare const
|
|
266
|
+
export declare const de_DeleteEventActionCommand: (
|
|
267
267
|
output: __HttpResponse,
|
|
268
268
|
context: __SerdeContext
|
|
269
269
|
) => Promise<DeleteEventActionCommandOutput>;
|
|
270
|
-
export declare const
|
|
270
|
+
export declare const de_DeleteRevisionCommand: (
|
|
271
271
|
output: __HttpResponse,
|
|
272
272
|
context: __SerdeContext
|
|
273
273
|
) => Promise<DeleteRevisionCommandOutput>;
|
|
274
|
-
export declare const
|
|
274
|
+
export declare const de_GetAssetCommand: (
|
|
275
275
|
output: __HttpResponse,
|
|
276
276
|
context: __SerdeContext
|
|
277
277
|
) => Promise<GetAssetCommandOutput>;
|
|
278
|
-
export declare const
|
|
278
|
+
export declare const de_GetDataSetCommand: (
|
|
279
279
|
output: __HttpResponse,
|
|
280
280
|
context: __SerdeContext
|
|
281
281
|
) => Promise<GetDataSetCommandOutput>;
|
|
282
|
-
export declare const
|
|
282
|
+
export declare const de_GetEventActionCommand: (
|
|
283
283
|
output: __HttpResponse,
|
|
284
284
|
context: __SerdeContext
|
|
285
285
|
) => Promise<GetEventActionCommandOutput>;
|
|
286
|
-
export declare const
|
|
286
|
+
export declare const de_GetJobCommand: (
|
|
287
287
|
output: __HttpResponse,
|
|
288
288
|
context: __SerdeContext
|
|
289
289
|
) => Promise<GetJobCommandOutput>;
|
|
290
|
-
export declare const
|
|
290
|
+
export declare const de_GetRevisionCommand: (
|
|
291
291
|
output: __HttpResponse,
|
|
292
292
|
context: __SerdeContext
|
|
293
293
|
) => Promise<GetRevisionCommandOutput>;
|
|
294
|
-
export declare const
|
|
294
|
+
export declare const de_ListDataSetRevisionsCommand: (
|
|
295
295
|
output: __HttpResponse,
|
|
296
296
|
context: __SerdeContext
|
|
297
297
|
) => Promise<ListDataSetRevisionsCommandOutput>;
|
|
298
|
-
export declare const
|
|
298
|
+
export declare const de_ListDataSetsCommand: (
|
|
299
299
|
output: __HttpResponse,
|
|
300
300
|
context: __SerdeContext
|
|
301
301
|
) => Promise<ListDataSetsCommandOutput>;
|
|
302
|
-
export declare const
|
|
302
|
+
export declare const de_ListEventActionsCommand: (
|
|
303
303
|
output: __HttpResponse,
|
|
304
304
|
context: __SerdeContext
|
|
305
305
|
) => Promise<ListEventActionsCommandOutput>;
|
|
306
|
-
export declare const
|
|
306
|
+
export declare const de_ListJobsCommand: (
|
|
307
307
|
output: __HttpResponse,
|
|
308
308
|
context: __SerdeContext
|
|
309
309
|
) => Promise<ListJobsCommandOutput>;
|
|
310
|
-
export declare const
|
|
310
|
+
export declare const de_ListRevisionAssetsCommand: (
|
|
311
311
|
output: __HttpResponse,
|
|
312
312
|
context: __SerdeContext
|
|
313
313
|
) => Promise<ListRevisionAssetsCommandOutput>;
|
|
314
|
-
export declare const
|
|
314
|
+
export declare const de_ListTagsForResourceCommand: (
|
|
315
315
|
output: __HttpResponse,
|
|
316
316
|
context: __SerdeContext
|
|
317
317
|
) => Promise<ListTagsForResourceCommandOutput>;
|
|
318
|
-
export declare const
|
|
318
|
+
export declare const de_RevokeRevisionCommand: (
|
|
319
319
|
output: __HttpResponse,
|
|
320
320
|
context: __SerdeContext
|
|
321
321
|
) => Promise<RevokeRevisionCommandOutput>;
|
|
322
|
-
export declare const
|
|
322
|
+
export declare const de_SendApiAssetCommand: (
|
|
323
323
|
output: __HttpResponse,
|
|
324
324
|
context: __SerdeContext
|
|
325
325
|
) => Promise<SendApiAssetCommandOutput>;
|
|
326
|
-
export declare const
|
|
326
|
+
export declare const de_StartJobCommand: (
|
|
327
327
|
output: __HttpResponse,
|
|
328
328
|
context: __SerdeContext
|
|
329
329
|
) => Promise<StartJobCommandOutput>;
|
|
330
|
-
export declare const
|
|
330
|
+
export declare const de_TagResourceCommand: (
|
|
331
331
|
output: __HttpResponse,
|
|
332
332
|
context: __SerdeContext
|
|
333
333
|
) => Promise<TagResourceCommandOutput>;
|
|
334
|
-
export declare const
|
|
334
|
+
export declare const de_UntagResourceCommand: (
|
|
335
335
|
output: __HttpResponse,
|
|
336
336
|
context: __SerdeContext
|
|
337
337
|
) => Promise<UntagResourceCommandOutput>;
|
|
338
|
-
export declare const
|
|
338
|
+
export declare const de_UpdateAssetCommand: (
|
|
339
339
|
output: __HttpResponse,
|
|
340
340
|
context: __SerdeContext
|
|
341
341
|
) => Promise<UpdateAssetCommandOutput>;
|
|
342
|
-
export declare const
|
|
342
|
+
export declare const de_UpdateDataSetCommand: (
|
|
343
343
|
output: __HttpResponse,
|
|
344
344
|
context: __SerdeContext
|
|
345
345
|
) => Promise<UpdateDataSetCommandOutput>;
|
|
346
|
-
export declare const
|
|
346
|
+
export declare const de_UpdateEventActionCommand: (
|
|
347
347
|
output: __HttpResponse,
|
|
348
348
|
context: __SerdeContext
|
|
349
349
|
) => Promise<UpdateEventActionCommandOutput>;
|
|
350
|
-
export declare const
|
|
350
|
+
export declare const de_UpdateRevisionCommand: (
|
|
351
351
|
output: __HttpResponse,
|
|
352
352
|
context: __SerdeContext
|
|
353
353
|
) => Promise<UpdateRevisionCommandOutput>;
|