@aws-sdk/client-supplychain 3.927.0 → 3.929.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. package/dist-cjs/index.js +1426 -1364
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/SupplyChainClient.js +2 -0
  4. package/dist-es/commands/CreateBillOfMaterialsImportJobCommand.js +3 -9
  5. package/dist-es/commands/CreateDataIntegrationFlowCommand.js +3 -10
  6. package/dist-es/commands/CreateDataLakeDatasetCommand.js +3 -9
  7. package/dist-es/commands/CreateDataLakeNamespaceCommand.js +3 -9
  8. package/dist-es/commands/CreateInstanceCommand.js +3 -9
  9. package/dist-es/commands/DeleteDataIntegrationFlowCommand.js +3 -9
  10. package/dist-es/commands/DeleteDataLakeDatasetCommand.js +3 -9
  11. package/dist-es/commands/DeleteDataLakeNamespaceCommand.js +3 -9
  12. package/dist-es/commands/DeleteInstanceCommand.js +3 -9
  13. package/dist-es/commands/GetBillOfMaterialsImportJobCommand.js +3 -9
  14. package/dist-es/commands/GetDataIntegrationEventCommand.js +3 -9
  15. package/dist-es/commands/GetDataIntegrationFlowCommand.js +3 -10
  16. package/dist-es/commands/GetDataIntegrationFlowExecutionCommand.js +3 -9
  17. package/dist-es/commands/GetDataLakeDatasetCommand.js +3 -9
  18. package/dist-es/commands/GetDataLakeNamespaceCommand.js +3 -9
  19. package/dist-es/commands/GetInstanceCommand.js +3 -9
  20. package/dist-es/commands/ListDataIntegrationEventsCommand.js +3 -9
  21. package/dist-es/commands/ListDataIntegrationFlowExecutionsCommand.js +3 -9
  22. package/dist-es/commands/ListDataIntegrationFlowsCommand.js +3 -10
  23. package/dist-es/commands/ListDataLakeDatasetsCommand.js +3 -9
  24. package/dist-es/commands/ListDataLakeNamespacesCommand.js +3 -9
  25. package/dist-es/commands/ListInstancesCommand.js +3 -9
  26. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  27. package/dist-es/commands/SendDataIntegrationEventCommand.js +3 -10
  28. package/dist-es/commands/TagResourceCommand.js +3 -9
  29. package/dist-es/commands/UntagResourceCommand.js +3 -9
  30. package/dist-es/commands/UpdateDataIntegrationFlowCommand.js +3 -10
  31. package/dist-es/commands/UpdateDataLakeDatasetCommand.js +3 -9
  32. package/dist-es/commands/UpdateDataLakeNamespaceCommand.js +3 -9
  33. package/dist-es/commands/UpdateInstanceCommand.js +3 -9
  34. package/dist-es/models/models_0.js +0 -45
  35. package/dist-es/runtimeConfig.shared.js +2 -0
  36. package/dist-es/schemas/schemas_0.js +1354 -0
  37. package/dist-types/SupplyChainClient.d.ts +10 -1
  38. package/dist-types/models/models_0.d.ts +0 -36
  39. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  40. package/dist-types/runtimeConfig.d.ts +1 -0
  41. package/dist-types/runtimeConfig.native.d.ts +1 -0
  42. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  43. package/dist-types/schemas/schemas_0.d.ts +150 -0
  44. package/dist-types/ts3.4/SupplyChainClient.d.ts +4 -0
  45. package/dist-types/ts3.4/models/models_0.d.ts +0 -27
  46. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  47. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  48. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  49. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  50. package/dist-types/ts3.4/schemas/schemas_0.d.ts +156 -0
  51. package/package.json +5 -6
  52. package/dist-es/protocols/Aws_restJson1.js +0 -1087
  53. package/dist-types/protocols/Aws_restJson1.d.ts +0 -272
  54. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -365
@@ -1,272 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { CreateBillOfMaterialsImportJobCommandInput, CreateBillOfMaterialsImportJobCommandOutput } from "../commands/CreateBillOfMaterialsImportJobCommand";
4
- import { CreateDataIntegrationFlowCommandInput, CreateDataIntegrationFlowCommandOutput } from "../commands/CreateDataIntegrationFlowCommand";
5
- import { CreateDataLakeDatasetCommandInput, CreateDataLakeDatasetCommandOutput } from "../commands/CreateDataLakeDatasetCommand";
6
- import { CreateDataLakeNamespaceCommandInput, CreateDataLakeNamespaceCommandOutput } from "../commands/CreateDataLakeNamespaceCommand";
7
- import { CreateInstanceCommandInput, CreateInstanceCommandOutput } from "../commands/CreateInstanceCommand";
8
- import { DeleteDataIntegrationFlowCommandInput, DeleteDataIntegrationFlowCommandOutput } from "../commands/DeleteDataIntegrationFlowCommand";
9
- import { DeleteDataLakeDatasetCommandInput, DeleteDataLakeDatasetCommandOutput } from "../commands/DeleteDataLakeDatasetCommand";
10
- import { DeleteDataLakeNamespaceCommandInput, DeleteDataLakeNamespaceCommandOutput } from "../commands/DeleteDataLakeNamespaceCommand";
11
- import { DeleteInstanceCommandInput, DeleteInstanceCommandOutput } from "../commands/DeleteInstanceCommand";
12
- import { GetBillOfMaterialsImportJobCommandInput, GetBillOfMaterialsImportJobCommandOutput } from "../commands/GetBillOfMaterialsImportJobCommand";
13
- import { GetDataIntegrationEventCommandInput, GetDataIntegrationEventCommandOutput } from "../commands/GetDataIntegrationEventCommand";
14
- import { GetDataIntegrationFlowCommandInput, GetDataIntegrationFlowCommandOutput } from "../commands/GetDataIntegrationFlowCommand";
15
- import { GetDataIntegrationFlowExecutionCommandInput, GetDataIntegrationFlowExecutionCommandOutput } from "../commands/GetDataIntegrationFlowExecutionCommand";
16
- import { GetDataLakeDatasetCommandInput, GetDataLakeDatasetCommandOutput } from "../commands/GetDataLakeDatasetCommand";
17
- import { GetDataLakeNamespaceCommandInput, GetDataLakeNamespaceCommandOutput } from "../commands/GetDataLakeNamespaceCommand";
18
- import { GetInstanceCommandInput, GetInstanceCommandOutput } from "../commands/GetInstanceCommand";
19
- import { ListDataIntegrationEventsCommandInput, ListDataIntegrationEventsCommandOutput } from "../commands/ListDataIntegrationEventsCommand";
20
- import { ListDataIntegrationFlowExecutionsCommandInput, ListDataIntegrationFlowExecutionsCommandOutput } from "../commands/ListDataIntegrationFlowExecutionsCommand";
21
- import { ListDataIntegrationFlowsCommandInput, ListDataIntegrationFlowsCommandOutput } from "../commands/ListDataIntegrationFlowsCommand";
22
- import { ListDataLakeDatasetsCommandInput, ListDataLakeDatasetsCommandOutput } from "../commands/ListDataLakeDatasetsCommand";
23
- import { ListDataLakeNamespacesCommandInput, ListDataLakeNamespacesCommandOutput } from "../commands/ListDataLakeNamespacesCommand";
24
- import { ListInstancesCommandInput, ListInstancesCommandOutput } from "../commands/ListInstancesCommand";
25
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
26
- import { SendDataIntegrationEventCommandInput, SendDataIntegrationEventCommandOutput } from "../commands/SendDataIntegrationEventCommand";
27
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
28
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
29
- import { UpdateDataIntegrationFlowCommandInput, UpdateDataIntegrationFlowCommandOutput } from "../commands/UpdateDataIntegrationFlowCommand";
30
- import { UpdateDataLakeDatasetCommandInput, UpdateDataLakeDatasetCommandOutput } from "../commands/UpdateDataLakeDatasetCommand";
31
- import { UpdateDataLakeNamespaceCommandInput, UpdateDataLakeNamespaceCommandOutput } from "../commands/UpdateDataLakeNamespaceCommand";
32
- import { UpdateInstanceCommandInput, UpdateInstanceCommandOutput } from "../commands/UpdateInstanceCommand";
33
- /**
34
- * serializeAws_restJson1CreateBillOfMaterialsImportJobCommand
35
- */
36
- export declare const se_CreateBillOfMaterialsImportJobCommand: (input: CreateBillOfMaterialsImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- /**
38
- * serializeAws_restJson1CreateDataIntegrationFlowCommand
39
- */
40
- export declare const se_CreateDataIntegrationFlowCommand: (input: CreateDataIntegrationFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- /**
42
- * serializeAws_restJson1CreateDataLakeDatasetCommand
43
- */
44
- export declare const se_CreateDataLakeDatasetCommand: (input: CreateDataLakeDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- /**
46
- * serializeAws_restJson1CreateDataLakeNamespaceCommand
47
- */
48
- export declare const se_CreateDataLakeNamespaceCommand: (input: CreateDataLakeNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- /**
50
- * serializeAws_restJson1CreateInstanceCommand
51
- */
52
- export declare const se_CreateInstanceCommand: (input: CreateInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- /**
54
- * serializeAws_restJson1DeleteDataIntegrationFlowCommand
55
- */
56
- export declare const se_DeleteDataIntegrationFlowCommand: (input: DeleteDataIntegrationFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- /**
58
- * serializeAws_restJson1DeleteDataLakeDatasetCommand
59
- */
60
- export declare const se_DeleteDataLakeDatasetCommand: (input: DeleteDataLakeDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- /**
62
- * serializeAws_restJson1DeleteDataLakeNamespaceCommand
63
- */
64
- export declare const se_DeleteDataLakeNamespaceCommand: (input: DeleteDataLakeNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- /**
66
- * serializeAws_restJson1DeleteInstanceCommand
67
- */
68
- export declare const se_DeleteInstanceCommand: (input: DeleteInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- /**
70
- * serializeAws_restJson1GetBillOfMaterialsImportJobCommand
71
- */
72
- export declare const se_GetBillOfMaterialsImportJobCommand: (input: GetBillOfMaterialsImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- /**
74
- * serializeAws_restJson1GetDataIntegrationEventCommand
75
- */
76
- export declare const se_GetDataIntegrationEventCommand: (input: GetDataIntegrationEventCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- /**
78
- * serializeAws_restJson1GetDataIntegrationFlowCommand
79
- */
80
- export declare const se_GetDataIntegrationFlowCommand: (input: GetDataIntegrationFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- /**
82
- * serializeAws_restJson1GetDataIntegrationFlowExecutionCommand
83
- */
84
- export declare const se_GetDataIntegrationFlowExecutionCommand: (input: GetDataIntegrationFlowExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- /**
86
- * serializeAws_restJson1GetDataLakeDatasetCommand
87
- */
88
- export declare const se_GetDataLakeDatasetCommand: (input: GetDataLakeDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- /**
90
- * serializeAws_restJson1GetDataLakeNamespaceCommand
91
- */
92
- export declare const se_GetDataLakeNamespaceCommand: (input: GetDataLakeNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- /**
94
- * serializeAws_restJson1GetInstanceCommand
95
- */
96
- export declare const se_GetInstanceCommand: (input: GetInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- /**
98
- * serializeAws_restJson1ListDataIntegrationEventsCommand
99
- */
100
- export declare const se_ListDataIntegrationEventsCommand: (input: ListDataIntegrationEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- /**
102
- * serializeAws_restJson1ListDataIntegrationFlowExecutionsCommand
103
- */
104
- export declare const se_ListDataIntegrationFlowExecutionsCommand: (input: ListDataIntegrationFlowExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- /**
106
- * serializeAws_restJson1ListDataIntegrationFlowsCommand
107
- */
108
- export declare const se_ListDataIntegrationFlowsCommand: (input: ListDataIntegrationFlowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- /**
110
- * serializeAws_restJson1ListDataLakeDatasetsCommand
111
- */
112
- export declare const se_ListDataLakeDatasetsCommand: (input: ListDataLakeDatasetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- /**
114
- * serializeAws_restJson1ListDataLakeNamespacesCommand
115
- */
116
- export declare const se_ListDataLakeNamespacesCommand: (input: ListDataLakeNamespacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- /**
118
- * serializeAws_restJson1ListInstancesCommand
119
- */
120
- export declare const se_ListInstancesCommand: (input: ListInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- /**
122
- * serializeAws_restJson1ListTagsForResourceCommand
123
- */
124
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- /**
126
- * serializeAws_restJson1SendDataIntegrationEventCommand
127
- */
128
- export declare const se_SendDataIntegrationEventCommand: (input: SendDataIntegrationEventCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- /**
130
- * serializeAws_restJson1TagResourceCommand
131
- */
132
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- /**
134
- * serializeAws_restJson1UntagResourceCommand
135
- */
136
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
- /**
138
- * serializeAws_restJson1UpdateDataIntegrationFlowCommand
139
- */
140
- export declare const se_UpdateDataIntegrationFlowCommand: (input: UpdateDataIntegrationFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
- /**
142
- * serializeAws_restJson1UpdateDataLakeDatasetCommand
143
- */
144
- export declare const se_UpdateDataLakeDatasetCommand: (input: UpdateDataLakeDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
- /**
146
- * serializeAws_restJson1UpdateDataLakeNamespaceCommand
147
- */
148
- export declare const se_UpdateDataLakeNamespaceCommand: (input: UpdateDataLakeNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
- /**
150
- * serializeAws_restJson1UpdateInstanceCommand
151
- */
152
- export declare const se_UpdateInstanceCommand: (input: UpdateInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
- /**
154
- * deserializeAws_restJson1CreateBillOfMaterialsImportJobCommand
155
- */
156
- export declare const de_CreateBillOfMaterialsImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBillOfMaterialsImportJobCommandOutput>;
157
- /**
158
- * deserializeAws_restJson1CreateDataIntegrationFlowCommand
159
- */
160
- export declare const de_CreateDataIntegrationFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataIntegrationFlowCommandOutput>;
161
- /**
162
- * deserializeAws_restJson1CreateDataLakeDatasetCommand
163
- */
164
- export declare const de_CreateDataLakeDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataLakeDatasetCommandOutput>;
165
- /**
166
- * deserializeAws_restJson1CreateDataLakeNamespaceCommand
167
- */
168
- export declare const de_CreateDataLakeNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataLakeNamespaceCommandOutput>;
169
- /**
170
- * deserializeAws_restJson1CreateInstanceCommand
171
- */
172
- export declare const de_CreateInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInstanceCommandOutput>;
173
- /**
174
- * deserializeAws_restJson1DeleteDataIntegrationFlowCommand
175
- */
176
- export declare const de_DeleteDataIntegrationFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataIntegrationFlowCommandOutput>;
177
- /**
178
- * deserializeAws_restJson1DeleteDataLakeDatasetCommand
179
- */
180
- export declare const de_DeleteDataLakeDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataLakeDatasetCommandOutput>;
181
- /**
182
- * deserializeAws_restJson1DeleteDataLakeNamespaceCommand
183
- */
184
- export declare const de_DeleteDataLakeNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataLakeNamespaceCommandOutput>;
185
- /**
186
- * deserializeAws_restJson1DeleteInstanceCommand
187
- */
188
- export declare const de_DeleteInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInstanceCommandOutput>;
189
- /**
190
- * deserializeAws_restJson1GetBillOfMaterialsImportJobCommand
191
- */
192
- export declare const de_GetBillOfMaterialsImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBillOfMaterialsImportJobCommandOutput>;
193
- /**
194
- * deserializeAws_restJson1GetDataIntegrationEventCommand
195
- */
196
- export declare const de_GetDataIntegrationEventCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataIntegrationEventCommandOutput>;
197
- /**
198
- * deserializeAws_restJson1GetDataIntegrationFlowCommand
199
- */
200
- export declare const de_GetDataIntegrationFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataIntegrationFlowCommandOutput>;
201
- /**
202
- * deserializeAws_restJson1GetDataIntegrationFlowExecutionCommand
203
- */
204
- export declare const de_GetDataIntegrationFlowExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataIntegrationFlowExecutionCommandOutput>;
205
- /**
206
- * deserializeAws_restJson1GetDataLakeDatasetCommand
207
- */
208
- export declare const de_GetDataLakeDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataLakeDatasetCommandOutput>;
209
- /**
210
- * deserializeAws_restJson1GetDataLakeNamespaceCommand
211
- */
212
- export declare const de_GetDataLakeNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataLakeNamespaceCommandOutput>;
213
- /**
214
- * deserializeAws_restJson1GetInstanceCommand
215
- */
216
- export declare const de_GetInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInstanceCommandOutput>;
217
- /**
218
- * deserializeAws_restJson1ListDataIntegrationEventsCommand
219
- */
220
- export declare const de_ListDataIntegrationEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataIntegrationEventsCommandOutput>;
221
- /**
222
- * deserializeAws_restJson1ListDataIntegrationFlowExecutionsCommand
223
- */
224
- export declare const de_ListDataIntegrationFlowExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataIntegrationFlowExecutionsCommandOutput>;
225
- /**
226
- * deserializeAws_restJson1ListDataIntegrationFlowsCommand
227
- */
228
- export declare const de_ListDataIntegrationFlowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataIntegrationFlowsCommandOutput>;
229
- /**
230
- * deserializeAws_restJson1ListDataLakeDatasetsCommand
231
- */
232
- export declare const de_ListDataLakeDatasetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataLakeDatasetsCommandOutput>;
233
- /**
234
- * deserializeAws_restJson1ListDataLakeNamespacesCommand
235
- */
236
- export declare const de_ListDataLakeNamespacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataLakeNamespacesCommandOutput>;
237
- /**
238
- * deserializeAws_restJson1ListInstancesCommand
239
- */
240
- export declare const de_ListInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInstancesCommandOutput>;
241
- /**
242
- * deserializeAws_restJson1ListTagsForResourceCommand
243
- */
244
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
245
- /**
246
- * deserializeAws_restJson1SendDataIntegrationEventCommand
247
- */
248
- export declare const de_SendDataIntegrationEventCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendDataIntegrationEventCommandOutput>;
249
- /**
250
- * deserializeAws_restJson1TagResourceCommand
251
- */
252
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
253
- /**
254
- * deserializeAws_restJson1UntagResourceCommand
255
- */
256
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
257
- /**
258
- * deserializeAws_restJson1UpdateDataIntegrationFlowCommand
259
- */
260
- export declare const de_UpdateDataIntegrationFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataIntegrationFlowCommandOutput>;
261
- /**
262
- * deserializeAws_restJson1UpdateDataLakeDatasetCommand
263
- */
264
- export declare const de_UpdateDataLakeDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataLakeDatasetCommandOutput>;
265
- /**
266
- * deserializeAws_restJson1UpdateDataLakeNamespaceCommand
267
- */
268
- export declare const de_UpdateDataLakeNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataLakeNamespaceCommandOutput>;
269
- /**
270
- * deserializeAws_restJson1UpdateInstanceCommand
271
- */
272
- export declare const de_UpdateInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInstanceCommandOutput>;
@@ -1,365 +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
- CreateBillOfMaterialsImportJobCommandInput,
8
- CreateBillOfMaterialsImportJobCommandOutput,
9
- } from "../commands/CreateBillOfMaterialsImportJobCommand";
10
- import {
11
- CreateDataIntegrationFlowCommandInput,
12
- CreateDataIntegrationFlowCommandOutput,
13
- } from "../commands/CreateDataIntegrationFlowCommand";
14
- import {
15
- CreateDataLakeDatasetCommandInput,
16
- CreateDataLakeDatasetCommandOutput,
17
- } from "../commands/CreateDataLakeDatasetCommand";
18
- import {
19
- CreateDataLakeNamespaceCommandInput,
20
- CreateDataLakeNamespaceCommandOutput,
21
- } from "../commands/CreateDataLakeNamespaceCommand";
22
- import {
23
- CreateInstanceCommandInput,
24
- CreateInstanceCommandOutput,
25
- } from "../commands/CreateInstanceCommand";
26
- import {
27
- DeleteDataIntegrationFlowCommandInput,
28
- DeleteDataIntegrationFlowCommandOutput,
29
- } from "../commands/DeleteDataIntegrationFlowCommand";
30
- import {
31
- DeleteDataLakeDatasetCommandInput,
32
- DeleteDataLakeDatasetCommandOutput,
33
- } from "../commands/DeleteDataLakeDatasetCommand";
34
- import {
35
- DeleteDataLakeNamespaceCommandInput,
36
- DeleteDataLakeNamespaceCommandOutput,
37
- } from "../commands/DeleteDataLakeNamespaceCommand";
38
- import {
39
- DeleteInstanceCommandInput,
40
- DeleteInstanceCommandOutput,
41
- } from "../commands/DeleteInstanceCommand";
42
- import {
43
- GetBillOfMaterialsImportJobCommandInput,
44
- GetBillOfMaterialsImportJobCommandOutput,
45
- } from "../commands/GetBillOfMaterialsImportJobCommand";
46
- import {
47
- GetDataIntegrationEventCommandInput,
48
- GetDataIntegrationEventCommandOutput,
49
- } from "../commands/GetDataIntegrationEventCommand";
50
- import {
51
- GetDataIntegrationFlowCommandInput,
52
- GetDataIntegrationFlowCommandOutput,
53
- } from "../commands/GetDataIntegrationFlowCommand";
54
- import {
55
- GetDataIntegrationFlowExecutionCommandInput,
56
- GetDataIntegrationFlowExecutionCommandOutput,
57
- } from "../commands/GetDataIntegrationFlowExecutionCommand";
58
- import {
59
- GetDataLakeDatasetCommandInput,
60
- GetDataLakeDatasetCommandOutput,
61
- } from "../commands/GetDataLakeDatasetCommand";
62
- import {
63
- GetDataLakeNamespaceCommandInput,
64
- GetDataLakeNamespaceCommandOutput,
65
- } from "../commands/GetDataLakeNamespaceCommand";
66
- import {
67
- GetInstanceCommandInput,
68
- GetInstanceCommandOutput,
69
- } from "../commands/GetInstanceCommand";
70
- import {
71
- ListDataIntegrationEventsCommandInput,
72
- ListDataIntegrationEventsCommandOutput,
73
- } from "../commands/ListDataIntegrationEventsCommand";
74
- import {
75
- ListDataIntegrationFlowExecutionsCommandInput,
76
- ListDataIntegrationFlowExecutionsCommandOutput,
77
- } from "../commands/ListDataIntegrationFlowExecutionsCommand";
78
- import {
79
- ListDataIntegrationFlowsCommandInput,
80
- ListDataIntegrationFlowsCommandOutput,
81
- } from "../commands/ListDataIntegrationFlowsCommand";
82
- import {
83
- ListDataLakeDatasetsCommandInput,
84
- ListDataLakeDatasetsCommandOutput,
85
- } from "../commands/ListDataLakeDatasetsCommand";
86
- import {
87
- ListDataLakeNamespacesCommandInput,
88
- ListDataLakeNamespacesCommandOutput,
89
- } from "../commands/ListDataLakeNamespacesCommand";
90
- import {
91
- ListInstancesCommandInput,
92
- ListInstancesCommandOutput,
93
- } from "../commands/ListInstancesCommand";
94
- import {
95
- ListTagsForResourceCommandInput,
96
- ListTagsForResourceCommandOutput,
97
- } from "../commands/ListTagsForResourceCommand";
98
- import {
99
- SendDataIntegrationEventCommandInput,
100
- SendDataIntegrationEventCommandOutput,
101
- } from "../commands/SendDataIntegrationEventCommand";
102
- import {
103
- TagResourceCommandInput,
104
- TagResourceCommandOutput,
105
- } from "../commands/TagResourceCommand";
106
- import {
107
- UntagResourceCommandInput,
108
- UntagResourceCommandOutput,
109
- } from "../commands/UntagResourceCommand";
110
- import {
111
- UpdateDataIntegrationFlowCommandInput,
112
- UpdateDataIntegrationFlowCommandOutput,
113
- } from "../commands/UpdateDataIntegrationFlowCommand";
114
- import {
115
- UpdateDataLakeDatasetCommandInput,
116
- UpdateDataLakeDatasetCommandOutput,
117
- } from "../commands/UpdateDataLakeDatasetCommand";
118
- import {
119
- UpdateDataLakeNamespaceCommandInput,
120
- UpdateDataLakeNamespaceCommandOutput,
121
- } from "../commands/UpdateDataLakeNamespaceCommand";
122
- import {
123
- UpdateInstanceCommandInput,
124
- UpdateInstanceCommandOutput,
125
- } from "../commands/UpdateInstanceCommand";
126
- export declare const se_CreateBillOfMaterialsImportJobCommand: (
127
- input: CreateBillOfMaterialsImportJobCommandInput,
128
- context: __SerdeContext
129
- ) => Promise<__HttpRequest>;
130
- export declare const se_CreateDataIntegrationFlowCommand: (
131
- input: CreateDataIntegrationFlowCommandInput,
132
- context: __SerdeContext
133
- ) => Promise<__HttpRequest>;
134
- export declare const se_CreateDataLakeDatasetCommand: (
135
- input: CreateDataLakeDatasetCommandInput,
136
- context: __SerdeContext
137
- ) => Promise<__HttpRequest>;
138
- export declare const se_CreateDataLakeNamespaceCommand: (
139
- input: CreateDataLakeNamespaceCommandInput,
140
- context: __SerdeContext
141
- ) => Promise<__HttpRequest>;
142
- export declare const se_CreateInstanceCommand: (
143
- input: CreateInstanceCommandInput,
144
- context: __SerdeContext
145
- ) => Promise<__HttpRequest>;
146
- export declare const se_DeleteDataIntegrationFlowCommand: (
147
- input: DeleteDataIntegrationFlowCommandInput,
148
- context: __SerdeContext
149
- ) => Promise<__HttpRequest>;
150
- export declare const se_DeleteDataLakeDatasetCommand: (
151
- input: DeleteDataLakeDatasetCommandInput,
152
- context: __SerdeContext
153
- ) => Promise<__HttpRequest>;
154
- export declare const se_DeleteDataLakeNamespaceCommand: (
155
- input: DeleteDataLakeNamespaceCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_DeleteInstanceCommand: (
159
- input: DeleteInstanceCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_GetBillOfMaterialsImportJobCommand: (
163
- input: GetBillOfMaterialsImportJobCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_GetDataIntegrationEventCommand: (
167
- input: GetDataIntegrationEventCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_GetDataIntegrationFlowCommand: (
171
- input: GetDataIntegrationFlowCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_GetDataIntegrationFlowExecutionCommand: (
175
- input: GetDataIntegrationFlowExecutionCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_GetDataLakeDatasetCommand: (
179
- input: GetDataLakeDatasetCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_GetDataLakeNamespaceCommand: (
183
- input: GetDataLakeNamespaceCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_GetInstanceCommand: (
187
- input: GetInstanceCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_ListDataIntegrationEventsCommand: (
191
- input: ListDataIntegrationEventsCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_ListDataIntegrationFlowExecutionsCommand: (
195
- input: ListDataIntegrationFlowExecutionsCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_ListDataIntegrationFlowsCommand: (
199
- input: ListDataIntegrationFlowsCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_ListDataLakeDatasetsCommand: (
203
- input: ListDataLakeDatasetsCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_ListDataLakeNamespacesCommand: (
207
- input: ListDataLakeNamespacesCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_ListInstancesCommand: (
211
- input: ListInstancesCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_ListTagsForResourceCommand: (
215
- input: ListTagsForResourceCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_SendDataIntegrationEventCommand: (
219
- input: SendDataIntegrationEventCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_TagResourceCommand: (
223
- input: TagResourceCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_UntagResourceCommand: (
227
- input: UntagResourceCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_UpdateDataIntegrationFlowCommand: (
231
- input: UpdateDataIntegrationFlowCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_UpdateDataLakeDatasetCommand: (
235
- input: UpdateDataLakeDatasetCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_UpdateDataLakeNamespaceCommand: (
239
- input: UpdateDataLakeNamespaceCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_UpdateInstanceCommand: (
243
- input: UpdateInstanceCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const de_CreateBillOfMaterialsImportJobCommand: (
247
- output: __HttpResponse,
248
- context: __SerdeContext
249
- ) => Promise<CreateBillOfMaterialsImportJobCommandOutput>;
250
- export declare const de_CreateDataIntegrationFlowCommand: (
251
- output: __HttpResponse,
252
- context: __SerdeContext
253
- ) => Promise<CreateDataIntegrationFlowCommandOutput>;
254
- export declare const de_CreateDataLakeDatasetCommand: (
255
- output: __HttpResponse,
256
- context: __SerdeContext
257
- ) => Promise<CreateDataLakeDatasetCommandOutput>;
258
- export declare const de_CreateDataLakeNamespaceCommand: (
259
- output: __HttpResponse,
260
- context: __SerdeContext
261
- ) => Promise<CreateDataLakeNamespaceCommandOutput>;
262
- export declare const de_CreateInstanceCommand: (
263
- output: __HttpResponse,
264
- context: __SerdeContext
265
- ) => Promise<CreateInstanceCommandOutput>;
266
- export declare const de_DeleteDataIntegrationFlowCommand: (
267
- output: __HttpResponse,
268
- context: __SerdeContext
269
- ) => Promise<DeleteDataIntegrationFlowCommandOutput>;
270
- export declare const de_DeleteDataLakeDatasetCommand: (
271
- output: __HttpResponse,
272
- context: __SerdeContext
273
- ) => Promise<DeleteDataLakeDatasetCommandOutput>;
274
- export declare const de_DeleteDataLakeNamespaceCommand: (
275
- output: __HttpResponse,
276
- context: __SerdeContext
277
- ) => Promise<DeleteDataLakeNamespaceCommandOutput>;
278
- export declare const de_DeleteInstanceCommand: (
279
- output: __HttpResponse,
280
- context: __SerdeContext
281
- ) => Promise<DeleteInstanceCommandOutput>;
282
- export declare const de_GetBillOfMaterialsImportJobCommand: (
283
- output: __HttpResponse,
284
- context: __SerdeContext
285
- ) => Promise<GetBillOfMaterialsImportJobCommandOutput>;
286
- export declare const de_GetDataIntegrationEventCommand: (
287
- output: __HttpResponse,
288
- context: __SerdeContext
289
- ) => Promise<GetDataIntegrationEventCommandOutput>;
290
- export declare const de_GetDataIntegrationFlowCommand: (
291
- output: __HttpResponse,
292
- context: __SerdeContext
293
- ) => Promise<GetDataIntegrationFlowCommandOutput>;
294
- export declare const de_GetDataIntegrationFlowExecutionCommand: (
295
- output: __HttpResponse,
296
- context: __SerdeContext
297
- ) => Promise<GetDataIntegrationFlowExecutionCommandOutput>;
298
- export declare const de_GetDataLakeDatasetCommand: (
299
- output: __HttpResponse,
300
- context: __SerdeContext
301
- ) => Promise<GetDataLakeDatasetCommandOutput>;
302
- export declare const de_GetDataLakeNamespaceCommand: (
303
- output: __HttpResponse,
304
- context: __SerdeContext
305
- ) => Promise<GetDataLakeNamespaceCommandOutput>;
306
- export declare const de_GetInstanceCommand: (
307
- output: __HttpResponse,
308
- context: __SerdeContext
309
- ) => Promise<GetInstanceCommandOutput>;
310
- export declare const de_ListDataIntegrationEventsCommand: (
311
- output: __HttpResponse,
312
- context: __SerdeContext
313
- ) => Promise<ListDataIntegrationEventsCommandOutput>;
314
- export declare const de_ListDataIntegrationFlowExecutionsCommand: (
315
- output: __HttpResponse,
316
- context: __SerdeContext
317
- ) => Promise<ListDataIntegrationFlowExecutionsCommandOutput>;
318
- export declare const de_ListDataIntegrationFlowsCommand: (
319
- output: __HttpResponse,
320
- context: __SerdeContext
321
- ) => Promise<ListDataIntegrationFlowsCommandOutput>;
322
- export declare const de_ListDataLakeDatasetsCommand: (
323
- output: __HttpResponse,
324
- context: __SerdeContext
325
- ) => Promise<ListDataLakeDatasetsCommandOutput>;
326
- export declare const de_ListDataLakeNamespacesCommand: (
327
- output: __HttpResponse,
328
- context: __SerdeContext
329
- ) => Promise<ListDataLakeNamespacesCommandOutput>;
330
- export declare const de_ListInstancesCommand: (
331
- output: __HttpResponse,
332
- context: __SerdeContext
333
- ) => Promise<ListInstancesCommandOutput>;
334
- export declare const de_ListTagsForResourceCommand: (
335
- output: __HttpResponse,
336
- context: __SerdeContext
337
- ) => Promise<ListTagsForResourceCommandOutput>;
338
- export declare const de_SendDataIntegrationEventCommand: (
339
- output: __HttpResponse,
340
- context: __SerdeContext
341
- ) => Promise<SendDataIntegrationEventCommandOutput>;
342
- export declare const de_TagResourceCommand: (
343
- output: __HttpResponse,
344
- context: __SerdeContext
345
- ) => Promise<TagResourceCommandOutput>;
346
- export declare const de_UntagResourceCommand: (
347
- output: __HttpResponse,
348
- context: __SerdeContext
349
- ) => Promise<UntagResourceCommandOutput>;
350
- export declare const de_UpdateDataIntegrationFlowCommand: (
351
- output: __HttpResponse,
352
- context: __SerdeContext
353
- ) => Promise<UpdateDataIntegrationFlowCommandOutput>;
354
- export declare const de_UpdateDataLakeDatasetCommand: (
355
- output: __HttpResponse,
356
- context: __SerdeContext
357
- ) => Promise<UpdateDataLakeDatasetCommandOutput>;
358
- export declare const de_UpdateDataLakeNamespaceCommand: (
359
- output: __HttpResponse,
360
- context: __SerdeContext
361
- ) => Promise<UpdateDataLakeNamespaceCommandOutput>;
362
- export declare const de_UpdateInstanceCommand: (
363
- output: __HttpResponse,
364
- context: __SerdeContext
365
- ) => Promise<UpdateInstanceCommandOutput>;