@aws-sdk/client-supplychain 3.804.0 → 3.808.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/README.md +72 -0
- package/dist-cjs/index.js +585 -4
- package/dist-cjs/runtimeConfig.js +6 -6
- package/dist-es/SupplyChain.js +18 -0
- package/dist-es/commands/CreateDataIntegrationFlowCommand.js +2 -1
- package/dist-es/commands/CreateDataLakeNamespaceCommand.js +22 -0
- package/dist-es/commands/DeleteDataLakeNamespaceCommand.js +22 -0
- package/dist-es/commands/GetDataIntegrationEventCommand.js +22 -0
- package/dist-es/commands/GetDataIntegrationFlowCommand.js +2 -1
- package/dist-es/commands/GetDataIntegrationFlowExecutionCommand.js +22 -0
- package/dist-es/commands/GetDataLakeNamespaceCommand.js +22 -0
- package/dist-es/commands/ListDataIntegrationEventsCommand.js +22 -0
- package/dist-es/commands/ListDataIntegrationFlowExecutionsCommand.js +22 -0
- package/dist-es/commands/ListDataIntegrationFlowsCommand.js +2 -1
- package/dist-es/commands/ListDataLakeNamespacesCommand.js +22 -0
- package/dist-es/commands/UpdateDataIntegrationFlowCommand.js +2 -1
- package/dist-es/commands/UpdateDataLakeNamespaceCommand.js +22 -0
- package/dist-es/commands/index.js +9 -0
- package/dist-es/models/models_0.js +71 -0
- package/dist-es/pagination/ListDataIntegrationEventsPaginator.js +4 -0
- package/dist-es/pagination/ListDataIntegrationFlowExecutionsPaginator.js +4 -0
- package/dist-es/pagination/ListDataLakeNamespacesPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +304 -0
- package/dist-es/runtimeConfig.js +6 -6
- package/dist-types/SupplyChain.d.ts +63 -0
- package/dist-types/SupplyChainClient.d.ts +11 -2
- package/dist-types/commands/CreateDataIntegrationFlowCommand.d.ts +38 -1
- package/dist-types/commands/CreateDataLakeDatasetCommand.d.ts +89 -7
- package/dist-types/commands/CreateDataLakeNamespaceCommand.d.ts +133 -0
- package/dist-types/commands/DeleteDataLakeNamespaceCommand.d.ts +112 -0
- package/dist-types/commands/GetDataIntegrationEventCommand.d.ts +137 -0
- package/dist-types/commands/GetDataIntegrationFlowCommand.d.ts +22 -0
- package/dist-types/commands/GetDataIntegrationFlowExecutionCommand.d.ts +177 -0
- package/dist-types/commands/GetDataLakeDatasetCommand.d.ts +43 -2
- package/dist-types/commands/GetDataLakeNamespaceCommand.d.ts +146 -0
- package/dist-types/commands/ListDataIntegrationEventsCommand.d.ts +143 -0
- package/dist-types/commands/ListDataIntegrationFlowExecutionsCommand.d.ts +152 -0
- package/dist-types/commands/ListDataIntegrationFlowsCommand.d.ts +38 -1
- package/dist-types/commands/ListDataLakeDatasetsCommand.d.ts +43 -2
- package/dist-types/commands/ListDataLakeNamespacesCommand.d.ts +161 -0
- package/dist-types/commands/SendDataIntegrationEventCommand.d.ts +29 -2
- package/dist-types/commands/UpdateDataIntegrationFlowCommand.d.ts +76 -2
- package/dist-types/commands/UpdateDataLakeDatasetCommand.d.ts +43 -2
- package/dist-types/commands/UpdateDataLakeNamespaceCommand.d.ts +126 -0
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/models/models_0.d.ts +938 -34
- package/dist-types/pagination/ListDataIntegrationEventsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDataIntegrationFlowExecutionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDataLakeNamespacesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +81 -0
- package/dist-types/ts3.4/SupplyChain.d.ts +159 -0
- package/dist-types/ts3.4/SupplyChainClient.d.ts +54 -0
- package/dist-types/ts3.4/commands/CreateDataLakeNamespaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteDataLakeNamespaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetDataIntegrationEventCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetDataIntegrationFlowExecutionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetDataLakeNamespaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDataIntegrationEventsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDataIntegrationFlowExecutionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDataLakeNamespacesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDataLakeNamespaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +237 -6
- package/dist-types/ts3.4/pagination/ListDataIntegrationEventsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataIntegrationFlowExecutionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataLakeNamespacesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +108 -0
- package/package.json +15 -15
|
@@ -49,12 +49,29 @@ export const se_CreateDataLakeDatasetCommand = async (input, context) => {
|
|
|
49
49
|
let body;
|
|
50
50
|
body = JSON.stringify(take(input, {
|
|
51
51
|
description: [],
|
|
52
|
+
partitionSpec: (_) => _json(_),
|
|
52
53
|
schema: (_) => _json(_),
|
|
53
54
|
tags: (_) => _json(_),
|
|
54
55
|
}));
|
|
55
56
|
b.m("PUT").h(headers).b(body);
|
|
56
57
|
return b.build();
|
|
57
58
|
};
|
|
59
|
+
export const se_CreateDataLakeNamespaceCommand = async (input, context) => {
|
|
60
|
+
const b = rb(input, context);
|
|
61
|
+
const headers = {
|
|
62
|
+
"content-type": "application/json",
|
|
63
|
+
};
|
|
64
|
+
b.bp("/api/datalake/instance/{instanceId}/namespaces/{name}");
|
|
65
|
+
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
66
|
+
b.p("name", () => input.name, "{name}", false);
|
|
67
|
+
let body;
|
|
68
|
+
body = JSON.stringify(take(input, {
|
|
69
|
+
description: [],
|
|
70
|
+
tags: (_) => _json(_),
|
|
71
|
+
}));
|
|
72
|
+
b.m("PUT").h(headers).b(body);
|
|
73
|
+
return b.build();
|
|
74
|
+
};
|
|
58
75
|
export const se_CreateInstanceCommand = async (input, context) => {
|
|
59
76
|
const b = rb(input, context);
|
|
60
77
|
const headers = {
|
|
@@ -94,6 +111,16 @@ export const se_DeleteDataLakeDatasetCommand = async (input, context) => {
|
|
|
94
111
|
b.m("DELETE").h(headers).b(body);
|
|
95
112
|
return b.build();
|
|
96
113
|
};
|
|
114
|
+
export const se_DeleteDataLakeNamespaceCommand = async (input, context) => {
|
|
115
|
+
const b = rb(input, context);
|
|
116
|
+
const headers = {};
|
|
117
|
+
b.bp("/api/datalake/instance/{instanceId}/namespaces/{name}");
|
|
118
|
+
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
119
|
+
b.p("name", () => input.name, "{name}", false);
|
|
120
|
+
let body;
|
|
121
|
+
b.m("DELETE").h(headers).b(body);
|
|
122
|
+
return b.build();
|
|
123
|
+
};
|
|
97
124
|
export const se_DeleteInstanceCommand = async (input, context) => {
|
|
98
125
|
const b = rb(input, context);
|
|
99
126
|
const headers = {};
|
|
@@ -113,6 +140,16 @@ export const se_GetBillOfMaterialsImportJobCommand = async (input, context) => {
|
|
|
113
140
|
b.m("GET").h(headers).b(body);
|
|
114
141
|
return b.build();
|
|
115
142
|
};
|
|
143
|
+
export const se_GetDataIntegrationEventCommand = async (input, context) => {
|
|
144
|
+
const b = rb(input, context);
|
|
145
|
+
const headers = {};
|
|
146
|
+
b.bp("/api-data/data-integration/instance/{instanceId}/data-integration-events/{eventId}");
|
|
147
|
+
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
148
|
+
b.p("eventId", () => input.eventId, "{eventId}", false);
|
|
149
|
+
let body;
|
|
150
|
+
b.m("GET").h(headers).b(body);
|
|
151
|
+
return b.build();
|
|
152
|
+
};
|
|
116
153
|
export const se_GetDataIntegrationFlowCommand = async (input, context) => {
|
|
117
154
|
const b = rb(input, context);
|
|
118
155
|
const headers = {};
|
|
@@ -123,6 +160,17 @@ export const se_GetDataIntegrationFlowCommand = async (input, context) => {
|
|
|
123
160
|
b.m("GET").h(headers).b(body);
|
|
124
161
|
return b.build();
|
|
125
162
|
};
|
|
163
|
+
export const se_GetDataIntegrationFlowExecutionCommand = async (input, context) => {
|
|
164
|
+
const b = rb(input, context);
|
|
165
|
+
const headers = {};
|
|
166
|
+
b.bp("/api-data/data-integration/instance/{instanceId}/data-integration-flows/{flowName}/executions/{executionId}");
|
|
167
|
+
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
168
|
+
b.p("flowName", () => input.flowName, "{flowName}", false);
|
|
169
|
+
b.p("executionId", () => input.executionId, "{executionId}", false);
|
|
170
|
+
let body;
|
|
171
|
+
b.m("GET").h(headers).b(body);
|
|
172
|
+
return b.build();
|
|
173
|
+
};
|
|
126
174
|
export const se_GetDataLakeDatasetCommand = async (input, context) => {
|
|
127
175
|
const b = rb(input, context);
|
|
128
176
|
const headers = {};
|
|
@@ -134,6 +182,16 @@ export const se_GetDataLakeDatasetCommand = async (input, context) => {
|
|
|
134
182
|
b.m("GET").h(headers).b(body);
|
|
135
183
|
return b.build();
|
|
136
184
|
};
|
|
185
|
+
export const se_GetDataLakeNamespaceCommand = async (input, context) => {
|
|
186
|
+
const b = rb(input, context);
|
|
187
|
+
const headers = {};
|
|
188
|
+
b.bp("/api/datalake/instance/{instanceId}/namespaces/{name}");
|
|
189
|
+
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
190
|
+
b.p("name", () => input.name, "{name}", false);
|
|
191
|
+
let body;
|
|
192
|
+
b.m("GET").h(headers).b(body);
|
|
193
|
+
return b.build();
|
|
194
|
+
};
|
|
137
195
|
export const se_GetInstanceCommand = async (input, context) => {
|
|
138
196
|
const b = rb(input, context);
|
|
139
197
|
const headers = {};
|
|
@@ -143,6 +201,34 @@ export const se_GetInstanceCommand = async (input, context) => {
|
|
|
143
201
|
b.m("GET").h(headers).b(body);
|
|
144
202
|
return b.build();
|
|
145
203
|
};
|
|
204
|
+
export const se_ListDataIntegrationEventsCommand = async (input, context) => {
|
|
205
|
+
const b = rb(input, context);
|
|
206
|
+
const headers = {};
|
|
207
|
+
b.bp("/api-data/data-integration/instance/{instanceId}/data-integration-events");
|
|
208
|
+
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
209
|
+
const query = map({
|
|
210
|
+
[_eT]: [, input[_eT]],
|
|
211
|
+
[_nT]: [, input[_nT]],
|
|
212
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
213
|
+
});
|
|
214
|
+
let body;
|
|
215
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
216
|
+
return b.build();
|
|
217
|
+
};
|
|
218
|
+
export const se_ListDataIntegrationFlowExecutionsCommand = async (input, context) => {
|
|
219
|
+
const b = rb(input, context);
|
|
220
|
+
const headers = {};
|
|
221
|
+
b.bp("/api-data/data-integration/instance/{instanceId}/data-integration-flows/{flowName}/executions");
|
|
222
|
+
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
223
|
+
b.p("flowName", () => input.flowName, "{flowName}", false);
|
|
224
|
+
const query = map({
|
|
225
|
+
[_nT]: [, input[_nT]],
|
|
226
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
227
|
+
});
|
|
228
|
+
let body;
|
|
229
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
230
|
+
return b.build();
|
|
231
|
+
};
|
|
146
232
|
export const se_ListDataIntegrationFlowsCommand = async (input, context) => {
|
|
147
233
|
const b = rb(input, context);
|
|
148
234
|
const headers = {};
|
|
@@ -170,6 +256,19 @@ export const se_ListDataLakeDatasetsCommand = async (input, context) => {
|
|
|
170
256
|
b.m("GET").h(headers).q(query).b(body);
|
|
171
257
|
return b.build();
|
|
172
258
|
};
|
|
259
|
+
export const se_ListDataLakeNamespacesCommand = async (input, context) => {
|
|
260
|
+
const b = rb(input, context);
|
|
261
|
+
const headers = {};
|
|
262
|
+
b.bp("/api/datalake/instance/{instanceId}/namespaces");
|
|
263
|
+
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
264
|
+
const query = map({
|
|
265
|
+
[_nT]: [, input[_nT]],
|
|
266
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
267
|
+
});
|
|
268
|
+
let body;
|
|
269
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
270
|
+
return b.build();
|
|
271
|
+
};
|
|
173
272
|
export const se_ListInstancesCommand = async (input, context) => {
|
|
174
273
|
const b = rb(input, context);
|
|
175
274
|
const headers = {};
|
|
@@ -204,6 +303,7 @@ export const se_SendDataIntegrationEventCommand = async (input, context) => {
|
|
|
204
303
|
body = JSON.stringify(take(input, {
|
|
205
304
|
clientToken: [true, (_) => _ ?? generateIdempotencyToken()],
|
|
206
305
|
data: [],
|
|
306
|
+
datasetTarget: (_) => _json(_),
|
|
207
307
|
eventGroupId: [],
|
|
208
308
|
eventTimestamp: (_) => _.getTime() / 1_000,
|
|
209
309
|
eventType: [],
|
|
@@ -270,6 +370,21 @@ export const se_UpdateDataLakeDatasetCommand = async (input, context) => {
|
|
|
270
370
|
b.m("PATCH").h(headers).b(body);
|
|
271
371
|
return b.build();
|
|
272
372
|
};
|
|
373
|
+
export const se_UpdateDataLakeNamespaceCommand = async (input, context) => {
|
|
374
|
+
const b = rb(input, context);
|
|
375
|
+
const headers = {
|
|
376
|
+
"content-type": "application/json",
|
|
377
|
+
};
|
|
378
|
+
b.bp("/api/datalake/instance/{instanceId}/namespaces/{name}");
|
|
379
|
+
b.p("instanceId", () => input.instanceId, "{instanceId}", false);
|
|
380
|
+
b.p("name", () => input.name, "{name}", false);
|
|
381
|
+
let body;
|
|
382
|
+
body = JSON.stringify(take(input, {
|
|
383
|
+
description: [],
|
|
384
|
+
}));
|
|
385
|
+
b.m("PATCH").h(headers).b(body);
|
|
386
|
+
return b.build();
|
|
387
|
+
};
|
|
273
388
|
export const se_UpdateInstanceCommand = async (input, context) => {
|
|
274
389
|
const b = rb(input, context);
|
|
275
390
|
const headers = {
|
|
@@ -328,6 +443,20 @@ export const de_CreateDataLakeDatasetCommand = async (output, context) => {
|
|
|
328
443
|
Object.assign(contents, doc);
|
|
329
444
|
return contents;
|
|
330
445
|
};
|
|
446
|
+
export const de_CreateDataLakeNamespaceCommand = async (output, context) => {
|
|
447
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
448
|
+
return de_CommandError(output, context);
|
|
449
|
+
}
|
|
450
|
+
const contents = map({
|
|
451
|
+
$metadata: deserializeMetadata(output),
|
|
452
|
+
});
|
|
453
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
454
|
+
const doc = take(data, {
|
|
455
|
+
namespace: (_) => de_DataLakeNamespace(_, context),
|
|
456
|
+
});
|
|
457
|
+
Object.assign(contents, doc);
|
|
458
|
+
return contents;
|
|
459
|
+
};
|
|
331
460
|
export const de_CreateInstanceCommand = async (output, context) => {
|
|
332
461
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
333
462
|
return de_CommandError(output, context);
|
|
@@ -373,6 +502,21 @@ export const de_DeleteDataLakeDatasetCommand = async (output, context) => {
|
|
|
373
502
|
Object.assign(contents, doc);
|
|
374
503
|
return contents;
|
|
375
504
|
};
|
|
505
|
+
export const de_DeleteDataLakeNamespaceCommand = async (output, context) => {
|
|
506
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
507
|
+
return de_CommandError(output, context);
|
|
508
|
+
}
|
|
509
|
+
const contents = map({
|
|
510
|
+
$metadata: deserializeMetadata(output),
|
|
511
|
+
});
|
|
512
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
513
|
+
const doc = take(data, {
|
|
514
|
+
instanceId: __expectString,
|
|
515
|
+
name: __expectString,
|
|
516
|
+
});
|
|
517
|
+
Object.assign(contents, doc);
|
|
518
|
+
return contents;
|
|
519
|
+
};
|
|
376
520
|
export const de_DeleteInstanceCommand = async (output, context) => {
|
|
377
521
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
378
522
|
return de_CommandError(output, context);
|
|
@@ -401,6 +545,20 @@ export const de_GetBillOfMaterialsImportJobCommand = async (output, context) =>
|
|
|
401
545
|
Object.assign(contents, doc);
|
|
402
546
|
return contents;
|
|
403
547
|
};
|
|
548
|
+
export const de_GetDataIntegrationEventCommand = async (output, context) => {
|
|
549
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
550
|
+
return de_CommandError(output, context);
|
|
551
|
+
}
|
|
552
|
+
const contents = map({
|
|
553
|
+
$metadata: deserializeMetadata(output),
|
|
554
|
+
});
|
|
555
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
556
|
+
const doc = take(data, {
|
|
557
|
+
event: (_) => de_DataIntegrationEvent(_, context),
|
|
558
|
+
});
|
|
559
|
+
Object.assign(contents, doc);
|
|
560
|
+
return contents;
|
|
561
|
+
};
|
|
404
562
|
export const de_GetDataIntegrationFlowCommand = async (output, context) => {
|
|
405
563
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
406
564
|
return de_CommandError(output, context);
|
|
@@ -415,6 +573,20 @@ export const de_GetDataIntegrationFlowCommand = async (output, context) => {
|
|
|
415
573
|
Object.assign(contents, doc);
|
|
416
574
|
return contents;
|
|
417
575
|
};
|
|
576
|
+
export const de_GetDataIntegrationFlowExecutionCommand = async (output, context) => {
|
|
577
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
578
|
+
return de_CommandError(output, context);
|
|
579
|
+
}
|
|
580
|
+
const contents = map({
|
|
581
|
+
$metadata: deserializeMetadata(output),
|
|
582
|
+
});
|
|
583
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
584
|
+
const doc = take(data, {
|
|
585
|
+
flowExecution: (_) => de_DataIntegrationFlowExecution(_, context),
|
|
586
|
+
});
|
|
587
|
+
Object.assign(contents, doc);
|
|
588
|
+
return contents;
|
|
589
|
+
};
|
|
418
590
|
export const de_GetDataLakeDatasetCommand = async (output, context) => {
|
|
419
591
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
420
592
|
return de_CommandError(output, context);
|
|
@@ -429,6 +601,20 @@ export const de_GetDataLakeDatasetCommand = async (output, context) => {
|
|
|
429
601
|
Object.assign(contents, doc);
|
|
430
602
|
return contents;
|
|
431
603
|
};
|
|
604
|
+
export const de_GetDataLakeNamespaceCommand = async (output, context) => {
|
|
605
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
606
|
+
return de_CommandError(output, context);
|
|
607
|
+
}
|
|
608
|
+
const contents = map({
|
|
609
|
+
$metadata: deserializeMetadata(output),
|
|
610
|
+
});
|
|
611
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
612
|
+
const doc = take(data, {
|
|
613
|
+
namespace: (_) => de_DataLakeNamespace(_, context),
|
|
614
|
+
});
|
|
615
|
+
Object.assign(contents, doc);
|
|
616
|
+
return contents;
|
|
617
|
+
};
|
|
432
618
|
export const de_GetInstanceCommand = async (output, context) => {
|
|
433
619
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
434
620
|
return de_CommandError(output, context);
|
|
@@ -443,6 +629,36 @@ export const de_GetInstanceCommand = async (output, context) => {
|
|
|
443
629
|
Object.assign(contents, doc);
|
|
444
630
|
return contents;
|
|
445
631
|
};
|
|
632
|
+
export const de_ListDataIntegrationEventsCommand = async (output, context) => {
|
|
633
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
634
|
+
return de_CommandError(output, context);
|
|
635
|
+
}
|
|
636
|
+
const contents = map({
|
|
637
|
+
$metadata: deserializeMetadata(output),
|
|
638
|
+
});
|
|
639
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
640
|
+
const doc = take(data, {
|
|
641
|
+
events: (_) => de_DataIntegrationEventList(_, context),
|
|
642
|
+
nextToken: __expectString,
|
|
643
|
+
});
|
|
644
|
+
Object.assign(contents, doc);
|
|
645
|
+
return contents;
|
|
646
|
+
};
|
|
647
|
+
export const de_ListDataIntegrationFlowExecutionsCommand = async (output, context) => {
|
|
648
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
649
|
+
return de_CommandError(output, context);
|
|
650
|
+
}
|
|
651
|
+
const contents = map({
|
|
652
|
+
$metadata: deserializeMetadata(output),
|
|
653
|
+
});
|
|
654
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
655
|
+
const doc = take(data, {
|
|
656
|
+
flowExecutions: (_) => de_DataIntegrationFlowExecutionList(_, context),
|
|
657
|
+
nextToken: __expectString,
|
|
658
|
+
});
|
|
659
|
+
Object.assign(contents, doc);
|
|
660
|
+
return contents;
|
|
661
|
+
};
|
|
446
662
|
export const de_ListDataIntegrationFlowsCommand = async (output, context) => {
|
|
447
663
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
448
664
|
return de_CommandError(output, context);
|
|
@@ -473,6 +689,21 @@ export const de_ListDataLakeDatasetsCommand = async (output, context) => {
|
|
|
473
689
|
Object.assign(contents, doc);
|
|
474
690
|
return contents;
|
|
475
691
|
};
|
|
692
|
+
export const de_ListDataLakeNamespacesCommand = async (output, context) => {
|
|
693
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
694
|
+
return de_CommandError(output, context);
|
|
695
|
+
}
|
|
696
|
+
const contents = map({
|
|
697
|
+
$metadata: deserializeMetadata(output),
|
|
698
|
+
});
|
|
699
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
700
|
+
const doc = take(data, {
|
|
701
|
+
namespaces: (_) => de_DataLakeNamespaceList(_, context),
|
|
702
|
+
nextToken: __expectString,
|
|
703
|
+
});
|
|
704
|
+
Object.assign(contents, doc);
|
|
705
|
+
return contents;
|
|
706
|
+
};
|
|
476
707
|
export const de_ListInstancesCommand = async (output, context) => {
|
|
477
708
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
478
709
|
return de_CommandError(output, context);
|
|
@@ -564,6 +795,20 @@ export const de_UpdateDataLakeDatasetCommand = async (output, context) => {
|
|
|
564
795
|
Object.assign(contents, doc);
|
|
565
796
|
return contents;
|
|
566
797
|
};
|
|
798
|
+
export const de_UpdateDataLakeNamespaceCommand = async (output, context) => {
|
|
799
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
800
|
+
return de_CommandError(output, context);
|
|
801
|
+
}
|
|
802
|
+
const contents = map({
|
|
803
|
+
$metadata: deserializeMetadata(output),
|
|
804
|
+
});
|
|
805
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
806
|
+
const doc = take(data, {
|
|
807
|
+
namespace: (_) => de_DataLakeNamespace(_, context),
|
|
808
|
+
});
|
|
809
|
+
Object.assign(contents, doc);
|
|
810
|
+
return contents;
|
|
811
|
+
};
|
|
567
812
|
export const de_UpdateInstanceCommand = async (output, context) => {
|
|
568
813
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
569
814
|
return de_CommandError(output, context);
|
|
@@ -707,6 +952,24 @@ const de_ValidationExceptionRes = async (parsedOutput, context) => {
|
|
|
707
952
|
});
|
|
708
953
|
return __decorateServiceException(exception, parsedOutput.body);
|
|
709
954
|
};
|
|
955
|
+
const de_DataIntegrationEvent = (output, context) => {
|
|
956
|
+
return take(output, {
|
|
957
|
+
datasetTargetDetails: _json,
|
|
958
|
+
eventGroupId: __expectString,
|
|
959
|
+
eventId: __expectString,
|
|
960
|
+
eventTimestamp: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
961
|
+
eventType: __expectString,
|
|
962
|
+
instanceId: __expectString,
|
|
963
|
+
});
|
|
964
|
+
};
|
|
965
|
+
const de_DataIntegrationEventList = (output, context) => {
|
|
966
|
+
const retVal = (output || [])
|
|
967
|
+
.filter((e) => e != null)
|
|
968
|
+
.map((entry) => {
|
|
969
|
+
return de_DataIntegrationEvent(entry, context);
|
|
970
|
+
});
|
|
971
|
+
return retVal;
|
|
972
|
+
};
|
|
710
973
|
const de_DataIntegrationFlow = (output, context) => {
|
|
711
974
|
return take(output, {
|
|
712
975
|
createdTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
@@ -718,6 +981,27 @@ const de_DataIntegrationFlow = (output, context) => {
|
|
|
718
981
|
transformation: _json,
|
|
719
982
|
});
|
|
720
983
|
};
|
|
984
|
+
const de_DataIntegrationFlowExecution = (output, context) => {
|
|
985
|
+
return take(output, {
|
|
986
|
+
endTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
987
|
+
executionId: __expectString,
|
|
988
|
+
flowName: __expectString,
|
|
989
|
+
instanceId: __expectString,
|
|
990
|
+
message: __expectString,
|
|
991
|
+
outputMetadata: _json,
|
|
992
|
+
sourceInfo: _json,
|
|
993
|
+
startTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
994
|
+
status: __expectString,
|
|
995
|
+
});
|
|
996
|
+
};
|
|
997
|
+
const de_DataIntegrationFlowExecutionList = (output, context) => {
|
|
998
|
+
const retVal = (output || [])
|
|
999
|
+
.filter((e) => e != null)
|
|
1000
|
+
.map((entry) => {
|
|
1001
|
+
return de_DataIntegrationFlowExecution(entry, context);
|
|
1002
|
+
});
|
|
1003
|
+
return retVal;
|
|
1004
|
+
};
|
|
721
1005
|
const de_DataIntegrationFlowList = (output, context) => {
|
|
722
1006
|
const retVal = (output || [])
|
|
723
1007
|
.filter((e) => e != null)
|
|
@@ -735,6 +1019,7 @@ const de_DataLakeDataset = (output, context) => {
|
|
|
735
1019
|
lastModifiedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
736
1020
|
name: __expectString,
|
|
737
1021
|
namespace: __expectString,
|
|
1022
|
+
partitionSpec: _json,
|
|
738
1023
|
schema: _json,
|
|
739
1024
|
});
|
|
740
1025
|
};
|
|
@@ -746,6 +1031,24 @@ const de_DataLakeDatasetList = (output, context) => {
|
|
|
746
1031
|
});
|
|
747
1032
|
return retVal;
|
|
748
1033
|
};
|
|
1034
|
+
const de_DataLakeNamespace = (output, context) => {
|
|
1035
|
+
return take(output, {
|
|
1036
|
+
arn: __expectString,
|
|
1037
|
+
createdTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
1038
|
+
description: __expectString,
|
|
1039
|
+
instanceId: __expectString,
|
|
1040
|
+
lastModifiedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
1041
|
+
name: __expectString,
|
|
1042
|
+
});
|
|
1043
|
+
};
|
|
1044
|
+
const de_DataLakeNamespaceList = (output, context) => {
|
|
1045
|
+
const retVal = (output || [])
|
|
1046
|
+
.filter((e) => e != null)
|
|
1047
|
+
.map((entry) => {
|
|
1048
|
+
return de_DataLakeNamespace(entry, context);
|
|
1049
|
+
});
|
|
1050
|
+
return retVal;
|
|
1051
|
+
};
|
|
749
1052
|
const de_Instance = (output, context) => {
|
|
750
1053
|
return take(output, {
|
|
751
1054
|
awsAccountId: __expectString,
|
|
@@ -776,6 +1079,7 @@ const deserializeMetadata = (output) => ({
|
|
|
776
1079
|
cfId: output.headers["x-amz-cf-id"],
|
|
777
1080
|
});
|
|
778
1081
|
const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
1082
|
+
const _eT = "eventType";
|
|
779
1083
|
const _iNF = "instanceNameFilter";
|
|
780
1084
|
const _iSF = "instanceStateFilter";
|
|
781
1085
|
const _mR = "maxResults";
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -19,20 +19,20 @@ export const getRuntimeConfig = (config) => {
|
|
|
19
19
|
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
|
20
20
|
const clientSharedValues = getSharedRuntimeConfig(config);
|
|
21
21
|
awsCheckVersion(process.version);
|
|
22
|
-
const
|
|
22
|
+
const loaderConfig = { profile: config?.profile, logger: clientSharedValues.logger };
|
|
23
23
|
return {
|
|
24
24
|
...clientSharedValues,
|
|
25
25
|
...config,
|
|
26
26
|
runtime: "node",
|
|
27
27
|
defaultsMode,
|
|
28
|
-
authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS,
|
|
28
|
+
authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
29
29
|
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
30
30
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
|
|
31
31
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
32
32
|
createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
33
33
|
maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
34
34
|
region: config?.region ??
|
|
35
|
-
loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...
|
|
35
|
+
loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
36
36
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
37
37
|
retryMode: config?.retryMode ??
|
|
38
38
|
loadNodeConfig({
|
|
@@ -41,8 +41,8 @@ export const getRuntimeConfig = (config) => {
|
|
|
41
41
|
}, config),
|
|
42
42
|
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
43
43
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
44
|
-
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS,
|
|
45
|
-
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,
|
|
46
|
-
userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS,
|
|
44
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
45
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
46
|
+
userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
|
|
47
47
|
};
|
|
48
48
|
};
|
|
@@ -2,16 +2,24 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
|
2
2
|
import { CreateBillOfMaterialsImportJobCommandInput, CreateBillOfMaterialsImportJobCommandOutput } from "./commands/CreateBillOfMaterialsImportJobCommand";
|
|
3
3
|
import { CreateDataIntegrationFlowCommandInput, CreateDataIntegrationFlowCommandOutput } from "./commands/CreateDataIntegrationFlowCommand";
|
|
4
4
|
import { CreateDataLakeDatasetCommandInput, CreateDataLakeDatasetCommandOutput } from "./commands/CreateDataLakeDatasetCommand";
|
|
5
|
+
import { CreateDataLakeNamespaceCommandInput, CreateDataLakeNamespaceCommandOutput } from "./commands/CreateDataLakeNamespaceCommand";
|
|
5
6
|
import { CreateInstanceCommandInput, CreateInstanceCommandOutput } from "./commands/CreateInstanceCommand";
|
|
6
7
|
import { DeleteDataIntegrationFlowCommandInput, DeleteDataIntegrationFlowCommandOutput } from "./commands/DeleteDataIntegrationFlowCommand";
|
|
7
8
|
import { DeleteDataLakeDatasetCommandInput, DeleteDataLakeDatasetCommandOutput } from "./commands/DeleteDataLakeDatasetCommand";
|
|
9
|
+
import { DeleteDataLakeNamespaceCommandInput, DeleteDataLakeNamespaceCommandOutput } from "./commands/DeleteDataLakeNamespaceCommand";
|
|
8
10
|
import { DeleteInstanceCommandInput, DeleteInstanceCommandOutput } from "./commands/DeleteInstanceCommand";
|
|
9
11
|
import { GetBillOfMaterialsImportJobCommandInput, GetBillOfMaterialsImportJobCommandOutput } from "./commands/GetBillOfMaterialsImportJobCommand";
|
|
12
|
+
import { GetDataIntegrationEventCommandInput, GetDataIntegrationEventCommandOutput } from "./commands/GetDataIntegrationEventCommand";
|
|
10
13
|
import { GetDataIntegrationFlowCommandInput, GetDataIntegrationFlowCommandOutput } from "./commands/GetDataIntegrationFlowCommand";
|
|
14
|
+
import { GetDataIntegrationFlowExecutionCommandInput, GetDataIntegrationFlowExecutionCommandOutput } from "./commands/GetDataIntegrationFlowExecutionCommand";
|
|
11
15
|
import { GetDataLakeDatasetCommandInput, GetDataLakeDatasetCommandOutput } from "./commands/GetDataLakeDatasetCommand";
|
|
16
|
+
import { GetDataLakeNamespaceCommandInput, GetDataLakeNamespaceCommandOutput } from "./commands/GetDataLakeNamespaceCommand";
|
|
12
17
|
import { GetInstanceCommandInput, GetInstanceCommandOutput } from "./commands/GetInstanceCommand";
|
|
18
|
+
import { ListDataIntegrationEventsCommandInput, ListDataIntegrationEventsCommandOutput } from "./commands/ListDataIntegrationEventsCommand";
|
|
19
|
+
import { ListDataIntegrationFlowExecutionsCommandInput, ListDataIntegrationFlowExecutionsCommandOutput } from "./commands/ListDataIntegrationFlowExecutionsCommand";
|
|
13
20
|
import { ListDataIntegrationFlowsCommandInput, ListDataIntegrationFlowsCommandOutput } from "./commands/ListDataIntegrationFlowsCommand";
|
|
14
21
|
import { ListDataLakeDatasetsCommandInput, ListDataLakeDatasetsCommandOutput } from "./commands/ListDataLakeDatasetsCommand";
|
|
22
|
+
import { ListDataLakeNamespacesCommandInput, ListDataLakeNamespacesCommandOutput } from "./commands/ListDataLakeNamespacesCommand";
|
|
15
23
|
import { ListInstancesCommandInput, ListInstancesCommandOutput } from "./commands/ListInstancesCommand";
|
|
16
24
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
17
25
|
import { SendDataIntegrationEventCommandInput, SendDataIntegrationEventCommandOutput } from "./commands/SendDataIntegrationEventCommand";
|
|
@@ -19,6 +27,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
|
|
|
19
27
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
20
28
|
import { UpdateDataIntegrationFlowCommandInput, UpdateDataIntegrationFlowCommandOutput } from "./commands/UpdateDataIntegrationFlowCommand";
|
|
21
29
|
import { UpdateDataLakeDatasetCommandInput, UpdateDataLakeDatasetCommandOutput } from "./commands/UpdateDataLakeDatasetCommand";
|
|
30
|
+
import { UpdateDataLakeNamespaceCommandInput, UpdateDataLakeNamespaceCommandOutput } from "./commands/UpdateDataLakeNamespaceCommand";
|
|
22
31
|
import { UpdateInstanceCommandInput, UpdateInstanceCommandOutput } from "./commands/UpdateInstanceCommand";
|
|
23
32
|
import { SupplyChainClient } from "./SupplyChainClient";
|
|
24
33
|
export interface SupplyChain {
|
|
@@ -40,6 +49,12 @@ export interface SupplyChain {
|
|
|
40
49
|
createDataLakeDataset(args: CreateDataLakeDatasetCommandInput, options?: __HttpHandlerOptions): Promise<CreateDataLakeDatasetCommandOutput>;
|
|
41
50
|
createDataLakeDataset(args: CreateDataLakeDatasetCommandInput, cb: (err: any, data?: CreateDataLakeDatasetCommandOutput) => void): void;
|
|
42
51
|
createDataLakeDataset(args: CreateDataLakeDatasetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataLakeDatasetCommandOutput) => void): void;
|
|
52
|
+
/**
|
|
53
|
+
* @see {@link CreateDataLakeNamespaceCommand}
|
|
54
|
+
*/
|
|
55
|
+
createDataLakeNamespace(args: CreateDataLakeNamespaceCommandInput, options?: __HttpHandlerOptions): Promise<CreateDataLakeNamespaceCommandOutput>;
|
|
56
|
+
createDataLakeNamespace(args: CreateDataLakeNamespaceCommandInput, cb: (err: any, data?: CreateDataLakeNamespaceCommandOutput) => void): void;
|
|
57
|
+
createDataLakeNamespace(args: CreateDataLakeNamespaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataLakeNamespaceCommandOutput) => void): void;
|
|
43
58
|
/**
|
|
44
59
|
* @see {@link CreateInstanceCommand}
|
|
45
60
|
*/
|
|
@@ -59,6 +74,12 @@ export interface SupplyChain {
|
|
|
59
74
|
deleteDataLakeDataset(args: DeleteDataLakeDatasetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDataLakeDatasetCommandOutput>;
|
|
60
75
|
deleteDataLakeDataset(args: DeleteDataLakeDatasetCommandInput, cb: (err: any, data?: DeleteDataLakeDatasetCommandOutput) => void): void;
|
|
61
76
|
deleteDataLakeDataset(args: DeleteDataLakeDatasetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDataLakeDatasetCommandOutput) => void): void;
|
|
77
|
+
/**
|
|
78
|
+
* @see {@link DeleteDataLakeNamespaceCommand}
|
|
79
|
+
*/
|
|
80
|
+
deleteDataLakeNamespace(args: DeleteDataLakeNamespaceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDataLakeNamespaceCommandOutput>;
|
|
81
|
+
deleteDataLakeNamespace(args: DeleteDataLakeNamespaceCommandInput, cb: (err: any, data?: DeleteDataLakeNamespaceCommandOutput) => void): void;
|
|
82
|
+
deleteDataLakeNamespace(args: DeleteDataLakeNamespaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDataLakeNamespaceCommandOutput) => void): void;
|
|
62
83
|
/**
|
|
63
84
|
* @see {@link DeleteInstanceCommand}
|
|
64
85
|
*/
|
|
@@ -71,24 +92,54 @@ export interface SupplyChain {
|
|
|
71
92
|
getBillOfMaterialsImportJob(args: GetBillOfMaterialsImportJobCommandInput, options?: __HttpHandlerOptions): Promise<GetBillOfMaterialsImportJobCommandOutput>;
|
|
72
93
|
getBillOfMaterialsImportJob(args: GetBillOfMaterialsImportJobCommandInput, cb: (err: any, data?: GetBillOfMaterialsImportJobCommandOutput) => void): void;
|
|
73
94
|
getBillOfMaterialsImportJob(args: GetBillOfMaterialsImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBillOfMaterialsImportJobCommandOutput) => void): void;
|
|
95
|
+
/**
|
|
96
|
+
* @see {@link GetDataIntegrationEventCommand}
|
|
97
|
+
*/
|
|
98
|
+
getDataIntegrationEvent(args: GetDataIntegrationEventCommandInput, options?: __HttpHandlerOptions): Promise<GetDataIntegrationEventCommandOutput>;
|
|
99
|
+
getDataIntegrationEvent(args: GetDataIntegrationEventCommandInput, cb: (err: any, data?: GetDataIntegrationEventCommandOutput) => void): void;
|
|
100
|
+
getDataIntegrationEvent(args: GetDataIntegrationEventCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataIntegrationEventCommandOutput) => void): void;
|
|
74
101
|
/**
|
|
75
102
|
* @see {@link GetDataIntegrationFlowCommand}
|
|
76
103
|
*/
|
|
77
104
|
getDataIntegrationFlow(args: GetDataIntegrationFlowCommandInput, options?: __HttpHandlerOptions): Promise<GetDataIntegrationFlowCommandOutput>;
|
|
78
105
|
getDataIntegrationFlow(args: GetDataIntegrationFlowCommandInput, cb: (err: any, data?: GetDataIntegrationFlowCommandOutput) => void): void;
|
|
79
106
|
getDataIntegrationFlow(args: GetDataIntegrationFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataIntegrationFlowCommandOutput) => void): void;
|
|
107
|
+
/**
|
|
108
|
+
* @see {@link GetDataIntegrationFlowExecutionCommand}
|
|
109
|
+
*/
|
|
110
|
+
getDataIntegrationFlowExecution(args: GetDataIntegrationFlowExecutionCommandInput, options?: __HttpHandlerOptions): Promise<GetDataIntegrationFlowExecutionCommandOutput>;
|
|
111
|
+
getDataIntegrationFlowExecution(args: GetDataIntegrationFlowExecutionCommandInput, cb: (err: any, data?: GetDataIntegrationFlowExecutionCommandOutput) => void): void;
|
|
112
|
+
getDataIntegrationFlowExecution(args: GetDataIntegrationFlowExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataIntegrationFlowExecutionCommandOutput) => void): void;
|
|
80
113
|
/**
|
|
81
114
|
* @see {@link GetDataLakeDatasetCommand}
|
|
82
115
|
*/
|
|
83
116
|
getDataLakeDataset(args: GetDataLakeDatasetCommandInput, options?: __HttpHandlerOptions): Promise<GetDataLakeDatasetCommandOutput>;
|
|
84
117
|
getDataLakeDataset(args: GetDataLakeDatasetCommandInput, cb: (err: any, data?: GetDataLakeDatasetCommandOutput) => void): void;
|
|
85
118
|
getDataLakeDataset(args: GetDataLakeDatasetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataLakeDatasetCommandOutput) => void): void;
|
|
119
|
+
/**
|
|
120
|
+
* @see {@link GetDataLakeNamespaceCommand}
|
|
121
|
+
*/
|
|
122
|
+
getDataLakeNamespace(args: GetDataLakeNamespaceCommandInput, options?: __HttpHandlerOptions): Promise<GetDataLakeNamespaceCommandOutput>;
|
|
123
|
+
getDataLakeNamespace(args: GetDataLakeNamespaceCommandInput, cb: (err: any, data?: GetDataLakeNamespaceCommandOutput) => void): void;
|
|
124
|
+
getDataLakeNamespace(args: GetDataLakeNamespaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataLakeNamespaceCommandOutput) => void): void;
|
|
86
125
|
/**
|
|
87
126
|
* @see {@link GetInstanceCommand}
|
|
88
127
|
*/
|
|
89
128
|
getInstance(args: GetInstanceCommandInput, options?: __HttpHandlerOptions): Promise<GetInstanceCommandOutput>;
|
|
90
129
|
getInstance(args: GetInstanceCommandInput, cb: (err: any, data?: GetInstanceCommandOutput) => void): void;
|
|
91
130
|
getInstance(args: GetInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInstanceCommandOutput) => void): void;
|
|
131
|
+
/**
|
|
132
|
+
* @see {@link ListDataIntegrationEventsCommand}
|
|
133
|
+
*/
|
|
134
|
+
listDataIntegrationEvents(args: ListDataIntegrationEventsCommandInput, options?: __HttpHandlerOptions): Promise<ListDataIntegrationEventsCommandOutput>;
|
|
135
|
+
listDataIntegrationEvents(args: ListDataIntegrationEventsCommandInput, cb: (err: any, data?: ListDataIntegrationEventsCommandOutput) => void): void;
|
|
136
|
+
listDataIntegrationEvents(args: ListDataIntegrationEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataIntegrationEventsCommandOutput) => void): void;
|
|
137
|
+
/**
|
|
138
|
+
* @see {@link ListDataIntegrationFlowExecutionsCommand}
|
|
139
|
+
*/
|
|
140
|
+
listDataIntegrationFlowExecutions(args: ListDataIntegrationFlowExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<ListDataIntegrationFlowExecutionsCommandOutput>;
|
|
141
|
+
listDataIntegrationFlowExecutions(args: ListDataIntegrationFlowExecutionsCommandInput, cb: (err: any, data?: ListDataIntegrationFlowExecutionsCommandOutput) => void): void;
|
|
142
|
+
listDataIntegrationFlowExecutions(args: ListDataIntegrationFlowExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataIntegrationFlowExecutionsCommandOutput) => void): void;
|
|
92
143
|
/**
|
|
93
144
|
* @see {@link ListDataIntegrationFlowsCommand}
|
|
94
145
|
*/
|
|
@@ -101,6 +152,12 @@ export interface SupplyChain {
|
|
|
101
152
|
listDataLakeDatasets(args: ListDataLakeDatasetsCommandInput, options?: __HttpHandlerOptions): Promise<ListDataLakeDatasetsCommandOutput>;
|
|
102
153
|
listDataLakeDatasets(args: ListDataLakeDatasetsCommandInput, cb: (err: any, data?: ListDataLakeDatasetsCommandOutput) => void): void;
|
|
103
154
|
listDataLakeDatasets(args: ListDataLakeDatasetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataLakeDatasetsCommandOutput) => void): void;
|
|
155
|
+
/**
|
|
156
|
+
* @see {@link ListDataLakeNamespacesCommand}
|
|
157
|
+
*/
|
|
158
|
+
listDataLakeNamespaces(args: ListDataLakeNamespacesCommandInput, options?: __HttpHandlerOptions): Promise<ListDataLakeNamespacesCommandOutput>;
|
|
159
|
+
listDataLakeNamespaces(args: ListDataLakeNamespacesCommandInput, cb: (err: any, data?: ListDataLakeNamespacesCommandOutput) => void): void;
|
|
160
|
+
listDataLakeNamespaces(args: ListDataLakeNamespacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataLakeNamespacesCommandOutput) => void): void;
|
|
104
161
|
/**
|
|
105
162
|
* @see {@link ListInstancesCommand}
|
|
106
163
|
*/
|
|
@@ -144,6 +201,12 @@ export interface SupplyChain {
|
|
|
144
201
|
updateDataLakeDataset(args: UpdateDataLakeDatasetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDataLakeDatasetCommandOutput>;
|
|
145
202
|
updateDataLakeDataset(args: UpdateDataLakeDatasetCommandInput, cb: (err: any, data?: UpdateDataLakeDatasetCommandOutput) => void): void;
|
|
146
203
|
updateDataLakeDataset(args: UpdateDataLakeDatasetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDataLakeDatasetCommandOutput) => void): void;
|
|
204
|
+
/**
|
|
205
|
+
* @see {@link UpdateDataLakeNamespaceCommand}
|
|
206
|
+
*/
|
|
207
|
+
updateDataLakeNamespace(args: UpdateDataLakeNamespaceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDataLakeNamespaceCommandOutput>;
|
|
208
|
+
updateDataLakeNamespace(args: UpdateDataLakeNamespaceCommandInput, cb: (err: any, data?: UpdateDataLakeNamespaceCommandOutput) => void): void;
|
|
209
|
+
updateDataLakeNamespace(args: UpdateDataLakeNamespaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDataLakeNamespaceCommandOutput) => void): void;
|
|
147
210
|
/**
|
|
148
211
|
* @see {@link UpdateInstanceCommand}
|
|
149
212
|
*/
|