@aws-sdk/client-appflow 3.53.0 → 3.55.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/CHANGELOG.md +27 -0
- package/dist-cjs/AppflowClient.js +13 -13
- package/dist-cjs/commands/CreateConnectorProfileCommand.js +3 -3
- package/dist-cjs/commands/CreateFlowCommand.js +3 -3
- package/dist-cjs/commands/DeleteConnectorProfileCommand.js +3 -3
- package/dist-cjs/commands/DeleteFlowCommand.js +3 -3
- package/dist-cjs/commands/DescribeConnectorCommand.js +3 -3
- package/dist-cjs/commands/DescribeConnectorEntityCommand.js +3 -3
- package/dist-cjs/commands/DescribeConnectorProfilesCommand.js +3 -3
- package/dist-cjs/commands/DescribeConnectorsCommand.js +3 -3
- package/dist-cjs/commands/DescribeFlowCommand.js +3 -3
- package/dist-cjs/commands/DescribeFlowExecutionRecordsCommand.js +3 -3
- package/dist-cjs/commands/ListConnectorEntitiesCommand.js +3 -3
- package/dist-cjs/commands/ListConnectorsCommand.js +3 -3
- package/dist-cjs/commands/ListFlowsCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/RegisterConnectorCommand.js +3 -3
- package/dist-cjs/commands/StartFlowCommand.js +3 -3
- package/dist-cjs/commands/StopFlowCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/UnregisterConnectorCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateConnectorProfileCommand.js +3 -3
- package/dist-cjs/commands/UpdateFlowCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/models/models_0.js +9 -3
- package/dist-cjs/protocols/Aws_restJson1.js +358 -334
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-es/Appflow.js +22 -22
- package/dist-es/models/models_0.js +4 -0
- package/dist-es/pagination/DescribeConnectorProfilesPaginator.js +4 -4
- package/dist-es/pagination/DescribeConnectorsPaginator.js +4 -4
- package/dist-es/pagination/DescribeFlowExecutionRecordsPaginator.js +4 -4
- package/dist-es/pagination/ListConnectorsPaginator.js +4 -4
- package/dist-es/pagination/ListFlowsPaginator.js +4 -4
- package/dist-es/protocols/Aws_restJson1.js +43 -23
- package/dist-types/AppflowClient.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +27 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/AppflowClient.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +13 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +34 -34
|
@@ -13,7 +13,7 @@ export var serializeAws_restJson1CreateConnectorProfileCommand = function (input
|
|
|
13
13
|
headers = {
|
|
14
14
|
"content-type": "application/json",
|
|
15
15
|
};
|
|
16
|
-
resolvedPath = ""
|
|
16
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/create-connector-profile";
|
|
17
17
|
body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.connectionMode !== undefined &&
|
|
18
18
|
input.connectionMode !== null && { connectionMode: input.connectionMode })), (input.connectorLabel !== undefined &&
|
|
19
19
|
input.connectorLabel !== null && { connectorLabel: input.connectorLabel })), (input.connectorProfileConfig !== undefined &&
|
|
@@ -43,7 +43,7 @@ export var serializeAws_restJson1CreateFlowCommand = function (input, context) {
|
|
|
43
43
|
headers = {
|
|
44
44
|
"content-type": "application/json",
|
|
45
45
|
};
|
|
46
|
-
resolvedPath = ""
|
|
46
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/create-flow";
|
|
47
47
|
body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.description !== undefined && input.description !== null && { description: input.description })), (input.destinationFlowConfigList !== undefined &&
|
|
48
48
|
input.destinationFlowConfigList !== null && {
|
|
49
49
|
destinationFlowConfigList: serializeAws_restJson1DestinationFlowConfigList(input.destinationFlowConfigList, context),
|
|
@@ -77,7 +77,7 @@ export var serializeAws_restJson1DeleteConnectorProfileCommand = function (input
|
|
|
77
77
|
headers = {
|
|
78
78
|
"content-type": "application/json",
|
|
79
79
|
};
|
|
80
|
-
resolvedPath = ""
|
|
80
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/delete-connector-profile";
|
|
81
81
|
body = JSON.stringify(__assign(__assign({}, (input.connectorProfileName !== undefined &&
|
|
82
82
|
input.connectorProfileName !== null && { connectorProfileName: input.connectorProfileName })), (input.forceDelete !== undefined && input.forceDelete !== null && { forceDelete: input.forceDelete })));
|
|
83
83
|
return [2, new __HttpRequest({
|
|
@@ -102,7 +102,7 @@ export var serializeAws_restJson1DeleteFlowCommand = function (input, context) {
|
|
|
102
102
|
headers = {
|
|
103
103
|
"content-type": "application/json",
|
|
104
104
|
};
|
|
105
|
-
resolvedPath = ""
|
|
105
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/delete-flow";
|
|
106
106
|
body = JSON.stringify(__assign(__assign({}, (input.flowName !== undefined && input.flowName !== null && { flowName: input.flowName })), (input.forceDelete !== undefined && input.forceDelete !== null && { forceDelete: input.forceDelete })));
|
|
107
107
|
return [2, new __HttpRequest({
|
|
108
108
|
protocol: protocol,
|
|
@@ -126,7 +126,7 @@ export var serializeAws_restJson1DescribeConnectorCommand = function (input, con
|
|
|
126
126
|
headers = {
|
|
127
127
|
"content-type": "application/json",
|
|
128
128
|
};
|
|
129
|
-
resolvedPath = ""
|
|
129
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/describe-connector";
|
|
130
130
|
body = JSON.stringify(__assign(__assign({}, (input.connectorLabel !== undefined &&
|
|
131
131
|
input.connectorLabel !== null && { connectorLabel: input.connectorLabel })), (input.connectorType !== undefined && input.connectorType !== null && { connectorType: input.connectorType })));
|
|
132
132
|
return [2, new __HttpRequest({
|
|
@@ -151,7 +151,7 @@ export var serializeAws_restJson1DescribeConnectorEntityCommand = function (inpu
|
|
|
151
151
|
headers = {
|
|
152
152
|
"content-type": "application/json",
|
|
153
153
|
};
|
|
154
|
-
resolvedPath = ""
|
|
154
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/describe-connector-entity";
|
|
155
155
|
body = JSON.stringify(__assign(__assign(__assign(__assign({}, (input.apiVersion !== undefined && input.apiVersion !== null && { apiVersion: input.apiVersion })), (input.connectorEntityName !== undefined &&
|
|
156
156
|
input.connectorEntityName !== null && { connectorEntityName: input.connectorEntityName })), (input.connectorProfileName !== undefined &&
|
|
157
157
|
input.connectorProfileName !== null && { connectorProfileName: input.connectorProfileName })), (input.connectorType !== undefined && input.connectorType !== null && { connectorType: input.connectorType })));
|
|
@@ -177,7 +177,7 @@ export var serializeAws_restJson1DescribeConnectorProfilesCommand = function (in
|
|
|
177
177
|
headers = {
|
|
178
178
|
"content-type": "application/json",
|
|
179
179
|
};
|
|
180
|
-
resolvedPath = ""
|
|
180
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/describe-connector-profiles";
|
|
181
181
|
body = JSON.stringify(__assign(__assign(__assign(__assign(__assign({}, (input.connectorLabel !== undefined &&
|
|
182
182
|
input.connectorLabel !== null && { connectorLabel: input.connectorLabel })), (input.connectorProfileNames !== undefined &&
|
|
183
183
|
input.connectorProfileNames !== null && {
|
|
@@ -205,7 +205,7 @@ export var serializeAws_restJson1DescribeConnectorsCommand = function (input, co
|
|
|
205
205
|
headers = {
|
|
206
206
|
"content-type": "application/json",
|
|
207
207
|
};
|
|
208
|
-
resolvedPath = ""
|
|
208
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/describe-connectors";
|
|
209
209
|
body = JSON.stringify(__assign(__assign(__assign({}, (input.connectorTypes !== undefined &&
|
|
210
210
|
input.connectorTypes !== null && {
|
|
211
211
|
connectorTypes: serializeAws_restJson1ConnectorTypeList(input.connectorTypes, context),
|
|
@@ -232,7 +232,7 @@ export var serializeAws_restJson1DescribeFlowCommand = function (input, context)
|
|
|
232
232
|
headers = {
|
|
233
233
|
"content-type": "application/json",
|
|
234
234
|
};
|
|
235
|
-
resolvedPath = ""
|
|
235
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/describe-flow";
|
|
236
236
|
body = JSON.stringify(__assign({}, (input.flowName !== undefined && input.flowName !== null && { flowName: input.flowName })));
|
|
237
237
|
return [2, new __HttpRequest({
|
|
238
238
|
protocol: protocol,
|
|
@@ -256,7 +256,7 @@ export var serializeAws_restJson1DescribeFlowExecutionRecordsCommand = function
|
|
|
256
256
|
headers = {
|
|
257
257
|
"content-type": "application/json",
|
|
258
258
|
};
|
|
259
|
-
resolvedPath = ""
|
|
259
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/describe-flow-execution-records";
|
|
260
260
|
body = JSON.stringify(__assign(__assign(__assign({}, (input.flowName !== undefined && input.flowName !== null && { flowName: input.flowName })), (input.maxResults !== undefined && input.maxResults !== null && { maxResults: input.maxResults })), (input.nextToken !== undefined && input.nextToken !== null && { nextToken: input.nextToken })));
|
|
261
261
|
return [2, new __HttpRequest({
|
|
262
262
|
protocol: protocol,
|
|
@@ -280,7 +280,7 @@ export var serializeAws_restJson1ListConnectorEntitiesCommand = function (input,
|
|
|
280
280
|
headers = {
|
|
281
281
|
"content-type": "application/json",
|
|
282
282
|
};
|
|
283
|
-
resolvedPath = ""
|
|
283
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/list-connector-entities";
|
|
284
284
|
body = JSON.stringify(__assign(__assign(__assign(__assign({}, (input.apiVersion !== undefined && input.apiVersion !== null && { apiVersion: input.apiVersion })), (input.connectorProfileName !== undefined &&
|
|
285
285
|
input.connectorProfileName !== null && { connectorProfileName: input.connectorProfileName })), (input.connectorType !== undefined && input.connectorType !== null && { connectorType: input.connectorType })), (input.entitiesPath !== undefined && input.entitiesPath !== null && { entitiesPath: input.entitiesPath })));
|
|
286
286
|
return [2, new __HttpRequest({
|
|
@@ -305,7 +305,7 @@ export var serializeAws_restJson1ListConnectorsCommand = function (input, contex
|
|
|
305
305
|
headers = {
|
|
306
306
|
"content-type": "application/json",
|
|
307
307
|
};
|
|
308
|
-
resolvedPath = ""
|
|
308
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/list-connectors";
|
|
309
309
|
body = JSON.stringify(__assign(__assign({}, (input.maxResults !== undefined && input.maxResults !== null && { maxResults: input.maxResults })), (input.nextToken !== undefined && input.nextToken !== null && { nextToken: input.nextToken })));
|
|
310
310
|
return [2, new __HttpRequest({
|
|
311
311
|
protocol: protocol,
|
|
@@ -329,7 +329,7 @@ export var serializeAws_restJson1ListFlowsCommand = function (input, context) {
|
|
|
329
329
|
headers = {
|
|
330
330
|
"content-type": "application/json",
|
|
331
331
|
};
|
|
332
|
-
resolvedPath = ""
|
|
332
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/list-flows";
|
|
333
333
|
body = JSON.stringify(__assign(__assign({}, (input.maxResults !== undefined && input.maxResults !== null && { maxResults: input.maxResults })), (input.nextToken !== undefined && input.nextToken !== null && { nextToken: input.nextToken })));
|
|
334
334
|
return [2, new __HttpRequest({
|
|
335
335
|
protocol: protocol,
|
|
@@ -351,7 +351,7 @@ export var serializeAws_restJson1ListTagsForResourceCommand = function (input, c
|
|
|
351
351
|
case 1:
|
|
352
352
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
353
353
|
headers = {};
|
|
354
|
-
resolvedPath = ""
|
|
354
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tags/{resourceArn}";
|
|
355
355
|
if (input.resourceArn !== undefined) {
|
|
356
356
|
labelValue = input.resourceArn;
|
|
357
357
|
if (labelValue.length <= 0) {
|
|
@@ -384,7 +384,7 @@ export var serializeAws_restJson1RegisterConnectorCommand = function (input, con
|
|
|
384
384
|
headers = {
|
|
385
385
|
"content-type": "application/json",
|
|
386
386
|
};
|
|
387
|
-
resolvedPath = ""
|
|
387
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/register-connector";
|
|
388
388
|
body = JSON.stringify(__assign(__assign(__assign(__assign({}, (input.connectorLabel !== undefined &&
|
|
389
389
|
input.connectorLabel !== null && { connectorLabel: input.connectorLabel })), (input.connectorProvisioningConfig !== undefined &&
|
|
390
390
|
input.connectorProvisioningConfig !== null && {
|
|
@@ -413,7 +413,7 @@ export var serializeAws_restJson1StartFlowCommand = function (input, context) {
|
|
|
413
413
|
headers = {
|
|
414
414
|
"content-type": "application/json",
|
|
415
415
|
};
|
|
416
|
-
resolvedPath = ""
|
|
416
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/start-flow";
|
|
417
417
|
body = JSON.stringify(__assign({}, (input.flowName !== undefined && input.flowName !== null && { flowName: input.flowName })));
|
|
418
418
|
return [2, new __HttpRequest({
|
|
419
419
|
protocol: protocol,
|
|
@@ -437,7 +437,7 @@ export var serializeAws_restJson1StopFlowCommand = function (input, context) { r
|
|
|
437
437
|
headers = {
|
|
438
438
|
"content-type": "application/json",
|
|
439
439
|
};
|
|
440
|
-
resolvedPath = ""
|
|
440
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/stop-flow";
|
|
441
441
|
body = JSON.stringify(__assign({}, (input.flowName !== undefined && input.flowName !== null && { flowName: input.flowName })));
|
|
442
442
|
return [2, new __HttpRequest({
|
|
443
443
|
protocol: protocol,
|
|
@@ -461,7 +461,7 @@ export var serializeAws_restJson1TagResourceCommand = function (input, context)
|
|
|
461
461
|
headers = {
|
|
462
462
|
"content-type": "application/json",
|
|
463
463
|
};
|
|
464
|
-
resolvedPath = ""
|
|
464
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tags/{resourceArn}";
|
|
465
465
|
if (input.resourceArn !== undefined) {
|
|
466
466
|
labelValue = input.resourceArn;
|
|
467
467
|
if (labelValue.length <= 0) {
|
|
@@ -495,7 +495,7 @@ export var serializeAws_restJson1UnregisterConnectorCommand = function (input, c
|
|
|
495
495
|
headers = {
|
|
496
496
|
"content-type": "application/json",
|
|
497
497
|
};
|
|
498
|
-
resolvedPath = ""
|
|
498
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/unregister-connector";
|
|
499
499
|
body = JSON.stringify(__assign(__assign({}, (input.connectorLabel !== undefined &&
|
|
500
500
|
input.connectorLabel !== null && { connectorLabel: input.connectorLabel })), (input.forceDelete !== undefined && input.forceDelete !== null && { forceDelete: input.forceDelete })));
|
|
501
501
|
return [2, new __HttpRequest({
|
|
@@ -518,7 +518,7 @@ export var serializeAws_restJson1UntagResourceCommand = function (input, context
|
|
|
518
518
|
case 1:
|
|
519
519
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
520
520
|
headers = {};
|
|
521
|
-
resolvedPath = ""
|
|
521
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tags/{resourceArn}";
|
|
522
522
|
if (input.resourceArn !== undefined) {
|
|
523
523
|
labelValue = input.resourceArn;
|
|
524
524
|
if (labelValue.length <= 0) {
|
|
@@ -553,7 +553,7 @@ export var serializeAws_restJson1UpdateConnectorProfileCommand = function (input
|
|
|
553
553
|
headers = {
|
|
554
554
|
"content-type": "application/json",
|
|
555
555
|
};
|
|
556
|
-
resolvedPath = ""
|
|
556
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/update-connector-profile";
|
|
557
557
|
body = JSON.stringify(__assign(__assign(__assign({}, (input.connectionMode !== undefined &&
|
|
558
558
|
input.connectionMode !== null && { connectionMode: input.connectionMode })), (input.connectorProfileConfig !== undefined &&
|
|
559
559
|
input.connectorProfileConfig !== null && {
|
|
@@ -582,7 +582,7 @@ export var serializeAws_restJson1UpdateFlowCommand = function (input, context) {
|
|
|
582
582
|
headers = {
|
|
583
583
|
"content-type": "application/json",
|
|
584
584
|
};
|
|
585
|
-
resolvedPath = ""
|
|
585
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/update-flow";
|
|
586
586
|
body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.description !== undefined && input.description !== null && { description: input.description })), (input.destinationFlowConfigList !== undefined &&
|
|
587
587
|
input.destinationFlowConfigList !== null && {
|
|
588
588
|
destinationFlowConfigList: serializeAws_restJson1DestinationFlowConfigList(input.destinationFlowConfigList, context),
|
|
@@ -2526,7 +2526,7 @@ var serializeAws_restJson1DatadogSourceProperties = function (input, context) {
|
|
|
2526
2526
|
return __assign({}, (input.object !== undefined && input.object !== null && { object: input.object }));
|
|
2527
2527
|
};
|
|
2528
2528
|
var serializeAws_restJson1DestinationConnectorProperties = function (input, context) {
|
|
2529
|
-
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.CustomConnector !== undefined &&
|
|
2529
|
+
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.CustomConnector !== undefined &&
|
|
2530
2530
|
input.CustomConnector !== null && {
|
|
2531
2531
|
CustomConnector: serializeAws_restJson1CustomConnectorDestinationProperties(input.CustomConnector, context),
|
|
2532
2532
|
})), (input.CustomerProfiles !== undefined &&
|
|
@@ -2541,6 +2541,9 @@ var serializeAws_restJson1DestinationConnectorProperties = function (input, cont
|
|
|
2541
2541
|
})), (input.LookoutMetrics !== undefined &&
|
|
2542
2542
|
input.LookoutMetrics !== null && {
|
|
2543
2543
|
LookoutMetrics: serializeAws_restJson1LookoutMetricsDestinationProperties(input.LookoutMetrics, context),
|
|
2544
|
+
})), (input.Marketo !== undefined &&
|
|
2545
|
+
input.Marketo !== null && {
|
|
2546
|
+
Marketo: serializeAws_restJson1MarketoDestinationProperties(input.Marketo, context),
|
|
2544
2547
|
})), (input.Redshift !== undefined &&
|
|
2545
2548
|
input.Redshift !== null && {
|
|
2546
2549
|
Redshift: serializeAws_restJson1RedshiftDestinationProperties(input.Redshift, context),
|
|
@@ -2664,6 +2667,12 @@ var serializeAws_restJson1MarketoConnectorProfileCredentials = function (input,
|
|
|
2664
2667
|
var serializeAws_restJson1MarketoConnectorProfileProperties = function (input, context) {
|
|
2665
2668
|
return __assign({}, (input.instanceUrl !== undefined && input.instanceUrl !== null && { instanceUrl: input.instanceUrl }));
|
|
2666
2669
|
};
|
|
2670
|
+
var serializeAws_restJson1MarketoDestinationProperties = function (input, context) {
|
|
2671
|
+
return __assign(__assign({}, (input.errorHandlingConfig !== undefined &&
|
|
2672
|
+
input.errorHandlingConfig !== null && {
|
|
2673
|
+
errorHandlingConfig: serializeAws_restJson1ErrorHandlingConfig(input.errorHandlingConfig, context),
|
|
2674
|
+
})), (input.object !== undefined && input.object !== null && { object: input.object }));
|
|
2675
|
+
};
|
|
2667
2676
|
var serializeAws_restJson1MarketoSourceProperties = function (input, context) {
|
|
2668
2677
|
return __assign({}, (input.object !== undefined && input.object !== null && { object: input.object }));
|
|
2669
2678
|
};
|
|
@@ -3601,6 +3610,9 @@ var deserializeAws_restJson1DestinationConnectorProperties = function (output, c
|
|
|
3601
3610
|
LookoutMetrics: output.LookoutMetrics !== undefined && output.LookoutMetrics !== null
|
|
3602
3611
|
? deserializeAws_restJson1LookoutMetricsDestinationProperties(output.LookoutMetrics, context)
|
|
3603
3612
|
: undefined,
|
|
3613
|
+
Marketo: output.Marketo !== undefined && output.Marketo !== null
|
|
3614
|
+
? deserializeAws_restJson1MarketoDestinationProperties(output.Marketo, context)
|
|
3615
|
+
: undefined,
|
|
3604
3616
|
Redshift: output.Redshift !== undefined && output.Redshift !== null
|
|
3605
3617
|
? deserializeAws_restJson1RedshiftDestinationProperties(output.Redshift, context)
|
|
3606
3618
|
: undefined,
|
|
@@ -3888,6 +3900,14 @@ var deserializeAws_restJson1MarketoConnectorProfileProperties = function (output
|
|
|
3888
3900
|
instanceUrl: __expectString(output.instanceUrl),
|
|
3889
3901
|
};
|
|
3890
3902
|
};
|
|
3903
|
+
var deserializeAws_restJson1MarketoDestinationProperties = function (output, context) {
|
|
3904
|
+
return {
|
|
3905
|
+
errorHandlingConfig: output.errorHandlingConfig !== undefined && output.errorHandlingConfig !== null
|
|
3906
|
+
? deserializeAws_restJson1ErrorHandlingConfig(output.errorHandlingConfig, context)
|
|
3907
|
+
: undefined,
|
|
3908
|
+
object: __expectString(output.object),
|
|
3909
|
+
};
|
|
3910
|
+
};
|
|
3891
3911
|
var deserializeAws_restJson1MarketoMetadata = function (output, context) {
|
|
3892
3912
|
return {};
|
|
3893
3913
|
};
|
|
@@ -5,7 +5,7 @@ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-s
|
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
8
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { CreateConnectorProfileCommandInput, CreateConnectorProfileCommandOutput } from "./commands/CreateConnectorProfileCommand";
|
|
10
10
|
import { CreateFlowCommandInput, CreateFlowCommandOutput } from "./commands/CreateFlowCommand";
|
|
11
11
|
import { DeleteConnectorProfileCommandInput, DeleteConnectorProfileCommandOutput } from "./commands/DeleteConnectorProfileCommand";
|
|
@@ -50,7 +50,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
50
50
|
* A function that can calculate the length of a request body.
|
|
51
51
|
* @internal
|
|
52
52
|
*/
|
|
53
|
-
bodyLengthChecker?:
|
|
53
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
54
54
|
/**
|
|
55
55
|
* A function that converts a stream into an array of bytes.
|
|
56
56
|
* @internal
|
|
@@ -2909,6 +2909,29 @@ export declare namespace LookoutMetricsDestinationProperties {
|
|
|
2909
2909
|
*/
|
|
2910
2910
|
const filterSensitiveLog: (obj: LookoutMetricsDestinationProperties) => any;
|
|
2911
2911
|
}
|
|
2912
|
+
/**
|
|
2913
|
+
* <p>The properties that Amazon AppFlow applies when you use Marketo as a flow destination.</p>
|
|
2914
|
+
*/
|
|
2915
|
+
export interface MarketoDestinationProperties {
|
|
2916
|
+
/**
|
|
2917
|
+
* <p>The object specified in the Marketo flow destination.</p>
|
|
2918
|
+
*/
|
|
2919
|
+
object: string | undefined;
|
|
2920
|
+
/**
|
|
2921
|
+
* <p> The settings that determine how Amazon AppFlow handles an error when placing data in the
|
|
2922
|
+
* destination. For example, this setting would determine if the flow should fail after one
|
|
2923
|
+
* insertion error, or continue and attempt to insert every record regardless of the initial
|
|
2924
|
+
* failure. <code>ErrorHandlingConfig</code> is a part of the destination connector details.
|
|
2925
|
+
* </p>
|
|
2926
|
+
*/
|
|
2927
|
+
errorHandlingConfig?: ErrorHandlingConfig;
|
|
2928
|
+
}
|
|
2929
|
+
export declare namespace MarketoDestinationProperties {
|
|
2930
|
+
/**
|
|
2931
|
+
* @internal
|
|
2932
|
+
*/
|
|
2933
|
+
const filterSensitiveLog: (obj: MarketoDestinationProperties) => any;
|
|
2934
|
+
}
|
|
2912
2935
|
/**
|
|
2913
2936
|
* <p> The properties that are applied when Amazon Redshift is being used as a destination.
|
|
2914
2937
|
* </p>
|
|
@@ -3290,6 +3313,10 @@ export interface DestinationConnectorProperties {
|
|
|
3290
3313
|
* <p>The properties required to query Zendesk.</p>
|
|
3291
3314
|
*/
|
|
3292
3315
|
Zendesk?: ZendeskDestinationProperties;
|
|
3316
|
+
/**
|
|
3317
|
+
* <p>The properties required to query Marketo.</p>
|
|
3318
|
+
*/
|
|
3319
|
+
Marketo?: MarketoDestinationProperties;
|
|
3293
3320
|
/**
|
|
3294
3321
|
* <p>The properties that are required to query the custom Connector.</p>
|
|
3295
3322
|
*/
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: AppflowClientConfig) => {
|
|
|
8
8
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
10
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
11
|
-
bodyLengthChecker: (
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
12
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
13
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
14
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: AppflowClientConfig) => {
|
|
|
8
8
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
10
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
11
|
-
bodyLengthChecker: (
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
12
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
13
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
14
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: AppflowClientConfig) => {
|
|
|
8
8
|
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
apiVersion: string;
|
|
10
10
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
-
bodyLengthChecker: (
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
12
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
13
13
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
14
14
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
@@ -21,11 +21,11 @@ export declare const getRuntimeConfig: (config: AppflowClientConfig) => {
|
|
|
21
21
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
22
22
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
23
23
|
serviceId: string;
|
|
24
|
-
region: string | import("@aws-sdk/types").Provider<
|
|
24
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
26
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
27
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
|
-
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode
|
|
28
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
29
29
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
@@ -5,7 +5,7 @@ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-s
|
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
8
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { CreateConnectorProfileCommandInput, CreateConnectorProfileCommandOutput } from "./commands/CreateConnectorProfileCommand";
|
|
10
10
|
import { CreateFlowCommandInput, CreateFlowCommandOutput } from "./commands/CreateFlowCommand";
|
|
11
11
|
import { DeleteConnectorProfileCommandInput, DeleteConnectorProfileCommandOutput } from "./commands/DeleteConnectorProfileCommand";
|
|
@@ -38,7 +38,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
38
38
|
|
|
39
39
|
urlParser?: __UrlParser;
|
|
40
40
|
|
|
41
|
-
bodyLengthChecker?:
|
|
41
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
42
42
|
|
|
43
43
|
streamCollector?: __StreamCollector;
|
|
44
44
|
|
|
@@ -1758,6 +1758,17 @@ export declare namespace LookoutMetricsDestinationProperties {
|
|
|
1758
1758
|
const filterSensitiveLog: (obj: LookoutMetricsDestinationProperties) => any;
|
|
1759
1759
|
}
|
|
1760
1760
|
|
|
1761
|
+
export interface MarketoDestinationProperties {
|
|
1762
|
+
|
|
1763
|
+
object: string | undefined;
|
|
1764
|
+
|
|
1765
|
+
errorHandlingConfig?: ErrorHandlingConfig;
|
|
1766
|
+
}
|
|
1767
|
+
export declare namespace MarketoDestinationProperties {
|
|
1768
|
+
|
|
1769
|
+
const filterSensitiveLog: (obj: MarketoDestinationProperties) => any;
|
|
1770
|
+
}
|
|
1771
|
+
|
|
1761
1772
|
export interface RedshiftDestinationProperties {
|
|
1762
1773
|
|
|
1763
1774
|
object: string | undefined;
|
|
@@ -1948,6 +1959,8 @@ export interface DestinationConnectorProperties {
|
|
|
1948
1959
|
|
|
1949
1960
|
Zendesk?: ZendeskDestinationProperties;
|
|
1950
1961
|
|
|
1962
|
+
Marketo?: MarketoDestinationProperties;
|
|
1963
|
+
|
|
1951
1964
|
CustomConnector?: CustomConnectorDestinationProperties;
|
|
1952
1965
|
|
|
1953
1966
|
SAPOData?: SAPODataDestinationProperties;
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: AppflowClientConfig) => {
|
|
|
6
6
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: AppflowClientConfig) => {
|
|
|
6
6
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: AppflowClientConfig) => {
|
|
|
6
6
|
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
7
7
|
apiVersion: string;
|
|
8
8
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
9
|
-
bodyLengthChecker: (
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
10
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
11
11
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
12
12
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
@@ -19,11 +19,11 @@ export declare const getRuntimeConfig: (config: AppflowClientConfig) => {
|
|
|
19
19
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
21
|
serviceId: string;
|
|
22
|
-
region: string | import("@aws-sdk/types").Provider<
|
|
22
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
24
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
25
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
-
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
27
27
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
28
|
tls?: boolean | undefined;
|
|
29
29
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-appflow",
|
|
3
3
|
"description": "AWS SDK for JavaScript Appflow Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.55.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,47 +18,47 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
41
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
42
|
-
"@aws-sdk/util-base64-node": "3.
|
|
43
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
44
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
50
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
51
|
-
"tslib": "^2.3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.55.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.55.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.55.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.55.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.55.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.55.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.55.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.55.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.55.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.55.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.55.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.55.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.55.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.55.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.55.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.55.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.55.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.55.0",
|
|
39
|
+
"@aws-sdk/types": "3.55.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.55.0",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.55.0",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.55.0",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.55.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.55.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.55.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.55.0",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.55.0",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.55.0",
|
|
51
|
+
"tslib": "^2.3.1"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
54
|
+
"@aws-sdk/service-client-documentation-generator": "3.55.0",
|
|
55
55
|
"@tsconfig/recommended": "1.0.1",
|
|
56
56
|
"@types/node": "^12.7.5",
|
|
57
57
|
"concurrently": "7.0.0",
|
|
58
58
|
"downlevel-dts": "0.7.0",
|
|
59
59
|
"rimraf": "3.0.2",
|
|
60
60
|
"typedoc": "0.19.2",
|
|
61
|
-
"typescript": "~4.
|
|
61
|
+
"typescript": "~4.6.2"
|
|
62
62
|
},
|
|
63
63
|
"engines": {
|
|
64
64
|
"node": ">=12.0.0"
|