@aws-sdk/client-appflow 3.758.0 → 3.774.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +62 -62
- package/package.json +7 -7
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
25
|
AggregationType: () => AggregationType,
|
|
26
26
|
AmplitudeConnectorOperator: () => AmplitudeConnectorOperator,
|
|
@@ -137,7 +137,7 @@ __export(src_exports, {
|
|
|
137
137
|
paginateListConnectors: () => paginateListConnectors,
|
|
138
138
|
paginateListFlows: () => paginateListFlows
|
|
139
139
|
});
|
|
140
|
-
module.exports = __toCommonJS(
|
|
140
|
+
module.exports = __toCommonJS(index_exports);
|
|
141
141
|
|
|
142
142
|
// src/AppflowClient.ts
|
|
143
143
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -264,9 +264,9 @@ var AppflowClient = class extends import_smithy_client.Client {
|
|
|
264
264
|
this.middlewareStack.use(
|
|
265
265
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
266
266
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultAppflowHttpAuthSchemeParametersProvider,
|
|
267
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
267
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
268
268
|
"aws.auth#sigv4": config.credentials
|
|
269
|
-
})
|
|
269
|
+
}), "identityProviderConfigProvider")
|
|
270
270
|
})
|
|
271
271
|
);
|
|
272
272
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -1146,7 +1146,7 @@ var se_CancelFlowExecutionsCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
1146
1146
|
let body;
|
|
1147
1147
|
body = JSON.stringify(
|
|
1148
1148
|
(0, import_smithy_client.take)(input, {
|
|
1149
|
-
executionIds: (_) => (0, import_smithy_client._json)(_),
|
|
1149
|
+
executionIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "executionIds"),
|
|
1150
1150
|
flowName: []
|
|
1151
1151
|
})
|
|
1152
1152
|
);
|
|
@@ -1165,7 +1165,7 @@ var se_CreateConnectorProfileCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
1165
1165
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1166
1166
|
connectionMode: [],
|
|
1167
1167
|
connectorLabel: [],
|
|
1168
|
-
connectorProfileConfig: (_) => (0, import_smithy_client._json)(_),
|
|
1168
|
+
connectorProfileConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "connectorProfileConfig"),
|
|
1169
1169
|
connectorProfileName: [],
|
|
1170
1170
|
connectorType: [],
|
|
1171
1171
|
kmsArn: []
|
|
@@ -1185,14 +1185,14 @@ var se_CreateFlowCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1185
1185
|
(0, import_smithy_client.take)(input, {
|
|
1186
1186
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1187
1187
|
description: [],
|
|
1188
|
-
destinationFlowConfigList: (_) => (0, import_smithy_client._json)(_),
|
|
1188
|
+
destinationFlowConfigList: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "destinationFlowConfigList"),
|
|
1189
1189
|
flowName: [],
|
|
1190
1190
|
kmsArn: [],
|
|
1191
|
-
metadataCatalogConfig: (_) => (0, import_smithy_client._json)(_),
|
|
1192
|
-
sourceFlowConfig: (_) => (0, import_smithy_client._json)(_),
|
|
1193
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
1194
|
-
tasks: (_) => (0, import_smithy_client._json)(_),
|
|
1195
|
-
triggerConfig: (_) => se_TriggerConfig(_, context)
|
|
1191
|
+
metadataCatalogConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "metadataCatalogConfig"),
|
|
1192
|
+
sourceFlowConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sourceFlowConfig"),
|
|
1193
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
1194
|
+
tasks: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tasks"),
|
|
1195
|
+
triggerConfig: /* @__PURE__ */ __name((_) => se_TriggerConfig(_, context), "triggerConfig")
|
|
1196
1196
|
})
|
|
1197
1197
|
);
|
|
1198
1198
|
b.m("POST").h(headers).b(body);
|
|
@@ -1274,7 +1274,7 @@ var se_DescribeConnectorProfilesCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
1274
1274
|
body = JSON.stringify(
|
|
1275
1275
|
(0, import_smithy_client.take)(input, {
|
|
1276
1276
|
connectorLabel: [],
|
|
1277
|
-
connectorProfileNames: (_) => (0, import_smithy_client._json)(_),
|
|
1277
|
+
connectorProfileNames: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "connectorProfileNames"),
|
|
1278
1278
|
connectorType: [],
|
|
1279
1279
|
maxResults: [],
|
|
1280
1280
|
nextToken: []
|
|
@@ -1292,7 +1292,7 @@ var se_DescribeConnectorsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1292
1292
|
let body;
|
|
1293
1293
|
body = JSON.stringify(
|
|
1294
1294
|
(0, import_smithy_client.take)(input, {
|
|
1295
|
-
connectorTypes: (_) => (0, import_smithy_client._json)(_),
|
|
1295
|
+
connectorTypes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "connectorTypes"),
|
|
1296
1296
|
maxResults: [],
|
|
1297
1297
|
nextToken: []
|
|
1298
1298
|
})
|
|
@@ -1404,7 +1404,7 @@ var se_RegisterConnectorCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1404
1404
|
(0, import_smithy_client.take)(input, {
|
|
1405
1405
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1406
1406
|
connectorLabel: [],
|
|
1407
|
-
connectorProvisioningConfig: (_) => (0, import_smithy_client._json)(_),
|
|
1407
|
+
connectorProvisioningConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "connectorProvisioningConfig"),
|
|
1408
1408
|
connectorProvisioningType: [],
|
|
1409
1409
|
description: []
|
|
1410
1410
|
})
|
|
@@ -1472,7 +1472,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1472
1472
|
let body;
|
|
1473
1473
|
body = JSON.stringify(
|
|
1474
1474
|
(0, import_smithy_client.take)(input, {
|
|
1475
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1475
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1476
1476
|
})
|
|
1477
1477
|
);
|
|
1478
1478
|
b.m("POST").h(headers).b(body);
|
|
@@ -1517,7 +1517,7 @@ var se_UpdateConnectorProfileCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
1517
1517
|
(0, import_smithy_client.take)(input, {
|
|
1518
1518
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1519
1519
|
connectionMode: [],
|
|
1520
|
-
connectorProfileConfig: (_) => (0, import_smithy_client._json)(_),
|
|
1520
|
+
connectorProfileConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "connectorProfileConfig"),
|
|
1521
1521
|
connectorProfileName: []
|
|
1522
1522
|
})
|
|
1523
1523
|
);
|
|
@@ -1535,7 +1535,7 @@ var se_UpdateConnectorRegistrationCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1535
1535
|
(0, import_smithy_client.take)(input, {
|
|
1536
1536
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1537
1537
|
connectorLabel: [],
|
|
1538
|
-
connectorProvisioningConfig: (_) => (0, import_smithy_client._json)(_),
|
|
1538
|
+
connectorProvisioningConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "connectorProvisioningConfig"),
|
|
1539
1539
|
description: []
|
|
1540
1540
|
})
|
|
1541
1541
|
);
|
|
@@ -1553,12 +1553,12 @@ var se_UpdateFlowCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1553
1553
|
(0, import_smithy_client.take)(input, {
|
|
1554
1554
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1555
1555
|
description: [],
|
|
1556
|
-
destinationFlowConfigList: (_) => (0, import_smithy_client._json)(_),
|
|
1556
|
+
destinationFlowConfigList: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "destinationFlowConfigList"),
|
|
1557
1557
|
flowName: [],
|
|
1558
|
-
metadataCatalogConfig: (_) => (0, import_smithy_client._json)(_),
|
|
1559
|
-
sourceFlowConfig: (_) => (0, import_smithy_client._json)(_),
|
|
1560
|
-
tasks: (_) => (0, import_smithy_client._json)(_),
|
|
1561
|
-
triggerConfig: (_) => se_TriggerConfig(_, context)
|
|
1558
|
+
metadataCatalogConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "metadataCatalogConfig"),
|
|
1559
|
+
sourceFlowConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sourceFlowConfig"),
|
|
1560
|
+
tasks: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tasks"),
|
|
1561
|
+
triggerConfig: /* @__PURE__ */ __name((_) => se_TriggerConfig(_, context), "triggerConfig")
|
|
1562
1562
|
})
|
|
1563
1563
|
);
|
|
1564
1564
|
b.m("POST").h(headers).b(body);
|
|
@@ -1636,7 +1636,7 @@ var de_DescribeConnectorCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1636
1636
|
});
|
|
1637
1637
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1638
1638
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1639
|
-
connectorConfiguration: (_) => de_ConnectorConfiguration(_, context)
|
|
1639
|
+
connectorConfiguration: /* @__PURE__ */ __name((_) => de_ConnectorConfiguration(_, context), "connectorConfiguration")
|
|
1640
1640
|
});
|
|
1641
1641
|
Object.assign(contents, doc);
|
|
1642
1642
|
return contents;
|
|
@@ -1650,7 +1650,7 @@ var de_DescribeConnectorEntityCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
1650
1650
|
});
|
|
1651
1651
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1652
1652
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1653
|
-
connectorEntityFields: (_) => de_ConnectorEntityFieldList(_, context)
|
|
1653
|
+
connectorEntityFields: /* @__PURE__ */ __name((_) => de_ConnectorEntityFieldList(_, context), "connectorEntityFields")
|
|
1654
1654
|
});
|
|
1655
1655
|
Object.assign(contents, doc);
|
|
1656
1656
|
return contents;
|
|
@@ -1664,7 +1664,7 @@ var de_DescribeConnectorProfilesCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1664
1664
|
});
|
|
1665
1665
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1666
1666
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1667
|
-
connectorProfileDetails: (_) => de_ConnectorProfileDetailList(_, context),
|
|
1667
|
+
connectorProfileDetails: /* @__PURE__ */ __name((_) => de_ConnectorProfileDetailList(_, context), "connectorProfileDetails"),
|
|
1668
1668
|
nextToken: import_smithy_client.expectString
|
|
1669
1669
|
});
|
|
1670
1670
|
Object.assign(contents, doc);
|
|
@@ -1679,8 +1679,8 @@ var de_DescribeConnectorsCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
1679
1679
|
});
|
|
1680
1680
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1681
1681
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1682
|
-
connectorConfigurations: (_) => de_ConnectorConfigurationsMap(_, context),
|
|
1683
|
-
connectors: (_) => de_ConnectorList(_, context),
|
|
1682
|
+
connectorConfigurations: /* @__PURE__ */ __name((_) => de_ConnectorConfigurationsMap(_, context), "connectorConfigurations"),
|
|
1683
|
+
connectors: /* @__PURE__ */ __name((_) => de_ConnectorList(_, context), "connectors"),
|
|
1684
1684
|
nextToken: import_smithy_client.expectString
|
|
1685
1685
|
});
|
|
1686
1686
|
Object.assign(contents, doc);
|
|
@@ -1695,7 +1695,7 @@ var de_DescribeFlowCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1695
1695
|
});
|
|
1696
1696
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1697
1697
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1698
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1698
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
1699
1699
|
createdBy: import_smithy_client.expectString,
|
|
1700
1700
|
description: import_smithy_client.expectString,
|
|
1701
1701
|
destinationFlowConfigList: import_smithy_client._json,
|
|
@@ -1704,16 +1704,16 @@ var de_DescribeFlowCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1704
1704
|
flowStatus: import_smithy_client.expectString,
|
|
1705
1705
|
flowStatusMessage: import_smithy_client.expectString,
|
|
1706
1706
|
kmsArn: import_smithy_client.expectString,
|
|
1707
|
-
lastRunExecutionDetails: (_) => de_ExecutionDetails(_, context),
|
|
1707
|
+
lastRunExecutionDetails: /* @__PURE__ */ __name((_) => de_ExecutionDetails(_, context), "lastRunExecutionDetails"),
|
|
1708
1708
|
lastRunMetadataCatalogDetails: import_smithy_client._json,
|
|
1709
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1709
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
1710
1710
|
lastUpdatedBy: import_smithy_client.expectString,
|
|
1711
1711
|
metadataCatalogConfig: import_smithy_client._json,
|
|
1712
1712
|
schemaVersion: import_smithy_client.expectLong,
|
|
1713
1713
|
sourceFlowConfig: import_smithy_client._json,
|
|
1714
1714
|
tags: import_smithy_client._json,
|
|
1715
1715
|
tasks: import_smithy_client._json,
|
|
1716
|
-
triggerConfig: (_) => de_TriggerConfig(_, context)
|
|
1716
|
+
triggerConfig: /* @__PURE__ */ __name((_) => de_TriggerConfig(_, context), "triggerConfig")
|
|
1717
1717
|
});
|
|
1718
1718
|
Object.assign(contents, doc);
|
|
1719
1719
|
return contents;
|
|
@@ -1727,7 +1727,7 @@ var de_DescribeFlowExecutionRecordsCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
1727
1727
|
});
|
|
1728
1728
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1729
1729
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1730
|
-
flowExecutions: (_) => de_FlowExecutionList(_, context),
|
|
1730
|
+
flowExecutions: /* @__PURE__ */ __name((_) => de_FlowExecutionList(_, context), "flowExecutions"),
|
|
1731
1731
|
nextToken: import_smithy_client.expectString
|
|
1732
1732
|
});
|
|
1733
1733
|
Object.assign(contents, doc);
|
|
@@ -1757,7 +1757,7 @@ var de_ListConnectorsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1757
1757
|
});
|
|
1758
1758
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1759
1759
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1760
|
-
connectors: (_) => de_ConnectorList(_, context),
|
|
1760
|
+
connectors: /* @__PURE__ */ __name((_) => de_ConnectorList(_, context), "connectors"),
|
|
1761
1761
|
nextToken: import_smithy_client.expectString
|
|
1762
1762
|
});
|
|
1763
1763
|
Object.assign(contents, doc);
|
|
@@ -1772,7 +1772,7 @@ var de_ListFlowsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1772
1772
|
});
|
|
1773
1773
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1774
1774
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1775
|
-
flows: (_) => de_FlowList(_, context),
|
|
1775
|
+
flows: /* @__PURE__ */ __name((_) => de_FlowList(_, context), "flows"),
|
|
1776
1776
|
nextToken: import_smithy_client.expectString
|
|
1777
1777
|
});
|
|
1778
1778
|
Object.assign(contents, doc);
|
|
@@ -2099,24 +2099,24 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
|
|
|
2099
2099
|
var se_ScheduledTriggerProperties = /* @__PURE__ */ __name((input, context) => {
|
|
2100
2100
|
return (0, import_smithy_client.take)(input, {
|
|
2101
2101
|
dataPullMode: [],
|
|
2102
|
-
firstExecutionFrom: (_) => _.getTime() / 1e3,
|
|
2102
|
+
firstExecutionFrom: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "firstExecutionFrom"),
|
|
2103
2103
|
flowErrorDeactivationThreshold: [],
|
|
2104
|
-
scheduleEndTime: (_) => _.getTime() / 1e3,
|
|
2104
|
+
scheduleEndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "scheduleEndTime"),
|
|
2105
2105
|
scheduleExpression: [],
|
|
2106
2106
|
scheduleOffset: [],
|
|
2107
|
-
scheduleStartTime: (_) => _.getTime() / 1e3,
|
|
2107
|
+
scheduleStartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "scheduleStartTime"),
|
|
2108
2108
|
timezone: []
|
|
2109
2109
|
});
|
|
2110
2110
|
}, "se_ScheduledTriggerProperties");
|
|
2111
2111
|
var se_TriggerConfig = /* @__PURE__ */ __name((input, context) => {
|
|
2112
2112
|
return (0, import_smithy_client.take)(input, {
|
|
2113
|
-
triggerProperties: (_) => se_TriggerProperties(_, context),
|
|
2113
|
+
triggerProperties: /* @__PURE__ */ __name((_) => se_TriggerProperties(_, context), "triggerProperties"),
|
|
2114
2114
|
triggerType: []
|
|
2115
2115
|
});
|
|
2116
2116
|
}, "se_TriggerConfig");
|
|
2117
2117
|
var se_TriggerProperties = /* @__PURE__ */ __name((input, context) => {
|
|
2118
2118
|
return (0, import_smithy_client.take)(input, {
|
|
2119
|
-
Scheduled: (_) => se_ScheduledTriggerProperties(_, context)
|
|
2119
|
+
Scheduled: /* @__PURE__ */ __name((_) => se_ScheduledTriggerProperties(_, context), "Scheduled")
|
|
2120
2120
|
});
|
|
2121
2121
|
}, "se_TriggerProperties");
|
|
2122
2122
|
var de_ConnectorConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2139,7 +2139,7 @@ var de_ConnectorConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
|
2139
2139
|
isPrivateLinkEnabled: import_smithy_client.expectBoolean,
|
|
2140
2140
|
isPrivateLinkEndpointUrlRequired: import_smithy_client.expectBoolean,
|
|
2141
2141
|
logoURL: import_smithy_client.expectString,
|
|
2142
|
-
registeredAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2142
|
+
registeredAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "registeredAt"),
|
|
2143
2143
|
registeredBy: import_smithy_client.expectString,
|
|
2144
2144
|
supportedApiVersions: import_smithy_client._json,
|
|
2145
2145
|
supportedDataTransferApis: import_smithy_client._json,
|
|
@@ -2174,7 +2174,7 @@ var de_ConnectorDetail = /* @__PURE__ */ __name((output, context) => {
|
|
|
2174
2174
|
connectorProvisioningType: import_smithy_client.expectString,
|
|
2175
2175
|
connectorType: import_smithy_client.expectString,
|
|
2176
2176
|
connectorVersion: import_smithy_client.expectString,
|
|
2177
|
-
registeredAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2177
|
+
registeredAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "registeredAt"),
|
|
2178
2178
|
registeredBy: import_smithy_client.expectString,
|
|
2179
2179
|
supportedDataTransferTypes: import_smithy_client._json
|
|
2180
2180
|
});
|
|
@@ -2191,7 +2191,7 @@ var de_ConnectorEntityField = /* @__PURE__ */ __name((output, context) => {
|
|
|
2191
2191
|
label: import_smithy_client.expectString,
|
|
2192
2192
|
parentIdentifier: import_smithy_client.expectString,
|
|
2193
2193
|
sourceProperties: import_smithy_client._json,
|
|
2194
|
-
supportedFieldTypeDetails: (_) => de_SupportedFieldTypeDetails(_, context)
|
|
2194
|
+
supportedFieldTypeDetails: /* @__PURE__ */ __name((_) => de_SupportedFieldTypeDetails(_, context), "supportedFieldTypeDetails")
|
|
2195
2195
|
});
|
|
2196
2196
|
}, "de_ConnectorEntityField");
|
|
2197
2197
|
var de_ConnectorEntityFieldList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2214,9 +2214,9 @@ var de_ConnectorProfile = /* @__PURE__ */ __name((output, context) => {
|
|
|
2214
2214
|
connectorProfileName: import_smithy_client.expectString,
|
|
2215
2215
|
connectorProfileProperties: import_smithy_client._json,
|
|
2216
2216
|
connectorType: import_smithy_client.expectString,
|
|
2217
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2217
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
2218
2218
|
credentialsArn: import_smithy_client.expectString,
|
|
2219
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2219
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
2220
2220
|
privateConnectionProvisioningState: import_smithy_client._json
|
|
2221
2221
|
});
|
|
2222
2222
|
}, "de_ConnectorProfile");
|
|
@@ -2230,26 +2230,26 @@ var de_ExecutionDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
2230
2230
|
return (0, import_smithy_client.take)(output, {
|
|
2231
2231
|
mostRecentExecutionMessage: import_smithy_client.expectString,
|
|
2232
2232
|
mostRecentExecutionStatus: import_smithy_client.expectString,
|
|
2233
|
-
mostRecentExecutionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2233
|
+
mostRecentExecutionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "mostRecentExecutionTime")
|
|
2234
2234
|
});
|
|
2235
2235
|
}, "de_ExecutionDetails");
|
|
2236
2236
|
var de_ExecutionRecord = /* @__PURE__ */ __name((output, context) => {
|
|
2237
2237
|
return (0, import_smithy_client.take)(output, {
|
|
2238
|
-
dataPullEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2239
|
-
dataPullStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2238
|
+
dataPullEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "dataPullEndTime"),
|
|
2239
|
+
dataPullStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "dataPullStartTime"),
|
|
2240
2240
|
executionId: import_smithy_client.expectString,
|
|
2241
2241
|
executionResult: import_smithy_client._json,
|
|
2242
2242
|
executionStatus: import_smithy_client.expectString,
|
|
2243
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2243
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
2244
2244
|
metadataCatalogDetails: import_smithy_client._json,
|
|
2245
|
-
startedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2245
|
+
startedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startedAt")
|
|
2246
2246
|
});
|
|
2247
2247
|
}, "de_ExecutionRecord");
|
|
2248
2248
|
var de_FieldTypeDetails = /* @__PURE__ */ __name((output, context) => {
|
|
2249
2249
|
return (0, import_smithy_client.take)(output, {
|
|
2250
|
-
fieldLengthRange: (_) => de_Range(_, context),
|
|
2250
|
+
fieldLengthRange: /* @__PURE__ */ __name((_) => de_Range(_, context), "fieldLengthRange"),
|
|
2251
2251
|
fieldType: import_smithy_client.expectString,
|
|
2252
|
-
fieldValueRange: (_) => de_Range(_, context),
|
|
2252
|
+
fieldValueRange: /* @__PURE__ */ __name((_) => de_Range(_, context), "fieldValueRange"),
|
|
2253
2253
|
filterOperators: import_smithy_client._json,
|
|
2254
2254
|
supportedDateFormat: import_smithy_client.expectString,
|
|
2255
2255
|
supportedValues: import_smithy_client._json,
|
|
@@ -2258,7 +2258,7 @@ var de_FieldTypeDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
2258
2258
|
}, "de_FieldTypeDetails");
|
|
2259
2259
|
var de_FlowDefinition = /* @__PURE__ */ __name((output, context) => {
|
|
2260
2260
|
return (0, import_smithy_client.take)(output, {
|
|
2261
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2261
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
2262
2262
|
createdBy: import_smithy_client.expectString,
|
|
2263
2263
|
description: import_smithy_client.expectString,
|
|
2264
2264
|
destinationConnectorLabel: import_smithy_client.expectString,
|
|
@@ -2266,8 +2266,8 @@ var de_FlowDefinition = /* @__PURE__ */ __name((output, context) => {
|
|
|
2266
2266
|
flowArn: import_smithy_client.expectString,
|
|
2267
2267
|
flowName: import_smithy_client.expectString,
|
|
2268
2268
|
flowStatus: import_smithy_client.expectString,
|
|
2269
|
-
lastRunExecutionDetails: (_) => de_ExecutionDetails(_, context),
|
|
2270
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2269
|
+
lastRunExecutionDetails: /* @__PURE__ */ __name((_) => de_ExecutionDetails(_, context), "lastRunExecutionDetails"),
|
|
2270
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
2271
2271
|
lastUpdatedBy: import_smithy_client.expectString,
|
|
2272
2272
|
sourceConnectorLabel: import_smithy_client.expectString,
|
|
2273
2273
|
sourceConnectorType: import_smithy_client.expectString,
|
|
@@ -2296,29 +2296,29 @@ var de_Range = /* @__PURE__ */ __name((output, context) => {
|
|
|
2296
2296
|
var de_ScheduledTriggerProperties = /* @__PURE__ */ __name((output, context) => {
|
|
2297
2297
|
return (0, import_smithy_client.take)(output, {
|
|
2298
2298
|
dataPullMode: import_smithy_client.expectString,
|
|
2299
|
-
firstExecutionFrom: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2299
|
+
firstExecutionFrom: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "firstExecutionFrom"),
|
|
2300
2300
|
flowErrorDeactivationThreshold: import_smithy_client.expectInt32,
|
|
2301
|
-
scheduleEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2301
|
+
scheduleEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "scheduleEndTime"),
|
|
2302
2302
|
scheduleExpression: import_smithy_client.expectString,
|
|
2303
2303
|
scheduleOffset: import_smithy_client.expectLong,
|
|
2304
|
-
scheduleStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2304
|
+
scheduleStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "scheduleStartTime"),
|
|
2305
2305
|
timezone: import_smithy_client.expectString
|
|
2306
2306
|
});
|
|
2307
2307
|
}, "de_ScheduledTriggerProperties");
|
|
2308
2308
|
var de_SupportedFieldTypeDetails = /* @__PURE__ */ __name((output, context) => {
|
|
2309
2309
|
return (0, import_smithy_client.take)(output, {
|
|
2310
|
-
v1: (_) => de_FieldTypeDetails(_, context)
|
|
2310
|
+
v1: /* @__PURE__ */ __name((_) => de_FieldTypeDetails(_, context), "v1")
|
|
2311
2311
|
});
|
|
2312
2312
|
}, "de_SupportedFieldTypeDetails");
|
|
2313
2313
|
var de_TriggerConfig = /* @__PURE__ */ __name((output, context) => {
|
|
2314
2314
|
return (0, import_smithy_client.take)(output, {
|
|
2315
|
-
triggerProperties: (_) => de_TriggerProperties(_, context),
|
|
2315
|
+
triggerProperties: /* @__PURE__ */ __name((_) => de_TriggerProperties(_, context), "triggerProperties"),
|
|
2316
2316
|
triggerType: import_smithy_client.expectString
|
|
2317
2317
|
});
|
|
2318
2318
|
}, "de_TriggerConfig");
|
|
2319
2319
|
var de_TriggerProperties = /* @__PURE__ */ __name((output, context) => {
|
|
2320
2320
|
return (0, import_smithy_client.take)(output, {
|
|
2321
|
-
Scheduled: (_) => de_ScheduledTriggerProperties(_, context)
|
|
2321
|
+
Scheduled: /* @__PURE__ */ __name((_) => de_ScheduledTriggerProperties(_, context), "Scheduled")
|
|
2322
2322
|
});
|
|
2323
2323
|
}, "de_TriggerProperties");
|
|
2324
2324
|
var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
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.774.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-appflow",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
23
|
+
"@aws-sdk/core": "3.774.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.774.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.774.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.774.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.774.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
35
|
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|