@aws-sdk/client-appflow 3.943.0 → 3.947.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 +36 -191
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/AppflowClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +36 -192
- package/dist-types/Appflow.d.ts +1 -1
- package/dist-types/AppflowClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/CancelFlowExecutionsCommand.d.ts +3 -3
- package/dist-types/commands/CreateConnectorProfileCommand.d.ts +3 -3
- package/dist-types/commands/CreateFlowCommand.d.ts +3 -3
- package/dist-types/commands/DeleteConnectorProfileCommand.d.ts +3 -3
- package/dist-types/commands/DeleteFlowCommand.d.ts +3 -3
- package/dist-types/commands/DescribeConnectorCommand.d.ts +3 -3
- package/dist-types/commands/DescribeConnectorEntityCommand.d.ts +3 -3
- package/dist-types/commands/DescribeConnectorProfilesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeConnectorsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFlowCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFlowExecutionRecordsCommand.d.ts +3 -3
- package/dist-types/commands/ListConnectorEntitiesCommand.d.ts +3 -3
- package/dist-types/commands/ListConnectorsCommand.d.ts +3 -3
- package/dist-types/commands/ListFlowsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/RegisterConnectorCommand.d.ts +3 -3
- package/dist-types/commands/ResetConnectorMetadataCacheCommand.d.ts +3 -3
- package/dist-types/commands/StartFlowCommand.d.ts +3 -3
- package/dist-types/commands/StopFlowCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UnregisterConnectorCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateConnectorProfileCommand.d.ts +3 -3
- package/dist-types/commands/UpdateConnectorRegistrationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateFlowCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/AppflowServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/DescribeConnectorProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeConnectorsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeFlowExecutionRecordsPaginator.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListConnectorsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFlowsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -2
- package/dist-types/ts3.4/AppflowClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/AppflowServiceException.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -1
- package/package.json +13 -12
|
@@ -587,17 +587,7 @@ export var CredentialsMapValue = [0, n0, _CMV, 8, 0];
|
|
|
587
587
|
export var JwtToken = [0, n0, _JT, 8, 0];
|
|
588
588
|
export var Password = [0, n0, _P, 8, 0];
|
|
589
589
|
export var SecretKey = [0, n0, _SK, 8, 0];
|
|
590
|
-
export var AccessDeniedException = [
|
|
591
|
-
-3,
|
|
592
|
-
n0,
|
|
593
|
-
_ADE,
|
|
594
|
-
{
|
|
595
|
-
[_e]: _c,
|
|
596
|
-
[_hE]: 403,
|
|
597
|
-
},
|
|
598
|
-
[_m],
|
|
599
|
-
[0],
|
|
600
|
-
];
|
|
590
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
601
591
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
602
592
|
export var AggregationConfig = [3, n0, _AC, 0, [_aT, _tFS], [0, 1]];
|
|
603
593
|
export var AmplitudeConnectorProfileCredentials = [
|
|
@@ -644,29 +634,9 @@ export var AuthParameter = [
|
|
|
644
634
|
export var BasicAuthCredentials = [3, n0, _BAC, 0, [_u, _p], [0, [() => Password, 0]]];
|
|
645
635
|
export var CancelFlowExecutionsRequest = [3, n0, _CFER, 0, [_fN, _eI], [0, 64 | 0]];
|
|
646
636
|
export var CancelFlowExecutionsResponse = [3, n0, _CFERa, 0, [_iE], [64 | 0]];
|
|
647
|
-
export var ConflictException = [
|
|
648
|
-
-3,
|
|
649
|
-
n0,
|
|
650
|
-
_CE,
|
|
651
|
-
{
|
|
652
|
-
[_e]: _c,
|
|
653
|
-
[_hE]: 409,
|
|
654
|
-
},
|
|
655
|
-
[_m],
|
|
656
|
-
[0],
|
|
657
|
-
];
|
|
637
|
+
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
658
638
|
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
659
|
-
export var ConnectorAuthenticationException = [
|
|
660
|
-
-3,
|
|
661
|
-
n0,
|
|
662
|
-
_CAE,
|
|
663
|
-
{
|
|
664
|
-
[_e]: _c,
|
|
665
|
-
[_hE]: 401,
|
|
666
|
-
},
|
|
667
|
-
[_m],
|
|
668
|
-
[0],
|
|
669
|
-
];
|
|
639
|
+
export var ConnectorAuthenticationException = [-3, n0, _CAE, { [_e]: _c, [_hE]: 401 }, [_m], [0]];
|
|
670
640
|
TypeRegistry.for(n0).registerError(ConnectorAuthenticationException, __ConnectorAuthenticationException);
|
|
671
641
|
export var ConnectorConfiguration = [
|
|
672
642
|
3,
|
|
@@ -891,17 +861,7 @@ export var ConnectorRuntimeSetting = [
|
|
|
891
861
|
[_k, _dT, _iR, _l, _d, _s, _cSVO],
|
|
892
862
|
[0, 0, 2, 0, 0, 0, 64 | 0],
|
|
893
863
|
];
|
|
894
|
-
export var ConnectorServerException = [
|
|
895
|
-
-3,
|
|
896
|
-
n0,
|
|
897
|
-
_CSE,
|
|
898
|
-
{
|
|
899
|
-
[_e]: _c,
|
|
900
|
-
[_hE]: 400,
|
|
901
|
-
},
|
|
902
|
-
[_m],
|
|
903
|
-
[0],
|
|
904
|
-
];
|
|
864
|
+
export var ConnectorServerException = [-3, n0, _CSE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
905
865
|
TypeRegistry.for(n0).registerError(ConnectorServerException, __ConnectorServerException);
|
|
906
866
|
export var CreateConnectorProfileRequest = [
|
|
907
867
|
3,
|
|
@@ -1206,17 +1166,7 @@ export var InforNexusConnectorProfileCredentials = [
|
|
|
1206
1166
|
export var InforNexusConnectorProfileProperties = [3, n0, _INCPP, 0, [_iU], [0]];
|
|
1207
1167
|
export var InforNexusMetadata = [3, n0, _INM, 0, [], []];
|
|
1208
1168
|
export var InforNexusSourceProperties = [3, n0, _INSP, 0, [_o], [0]];
|
|
1209
|
-
export var InternalServerException = [
|
|
1210
|
-
-3,
|
|
1211
|
-
n0,
|
|
1212
|
-
_ISE,
|
|
1213
|
-
{
|
|
1214
|
-
[_e]: _se,
|
|
1215
|
-
[_hE]: 500,
|
|
1216
|
-
},
|
|
1217
|
-
[_m],
|
|
1218
|
-
[0],
|
|
1219
|
-
];
|
|
1169
|
+
export var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
1220
1170
|
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
1221
1171
|
export var LambdaConnectorProvisioningConfig = [3, n0, _LCPC, 0, [_lA], [0]];
|
|
1222
1172
|
export var ListConnectorEntitiesRequest = [
|
|
@@ -1362,17 +1312,7 @@ export var ResetConnectorMetadataCacheRequest = [
|
|
|
1362
1312
|
[0, 0, 0, 0, 0],
|
|
1363
1313
|
];
|
|
1364
1314
|
export var ResetConnectorMetadataCacheResponse = [3, n0, _RCMCRe, 0, [], []];
|
|
1365
|
-
export var ResourceNotFoundException = [
|
|
1366
|
-
-3,
|
|
1367
|
-
n0,
|
|
1368
|
-
_RNFE,
|
|
1369
|
-
{
|
|
1370
|
-
[_e]: _c,
|
|
1371
|
-
[_hE]: 404,
|
|
1372
|
-
},
|
|
1373
|
-
[_m],
|
|
1374
|
-
[0],
|
|
1375
|
-
];
|
|
1315
|
+
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
1376
1316
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
1377
1317
|
export var S3DestinationProperties = [
|
|
1378
1318
|
3,
|
|
@@ -1483,17 +1423,7 @@ export var ServiceNowConnectorProfileCredentials = [
|
|
|
1483
1423
|
export var ServiceNowConnectorProfileProperties = [3, n0, _SNCPP, 0, [_iU], [0]];
|
|
1484
1424
|
export var ServiceNowMetadata = [3, n0, _SNM, 0, [], []];
|
|
1485
1425
|
export var ServiceNowSourceProperties = [3, n0, _SNSP, 0, [_o], [0]];
|
|
1486
|
-
export var ServiceQuotaExceededException = [
|
|
1487
|
-
-3,
|
|
1488
|
-
n0,
|
|
1489
|
-
_SQEE,
|
|
1490
|
-
{
|
|
1491
|
-
[_e]: _c,
|
|
1492
|
-
[_hE]: 402,
|
|
1493
|
-
},
|
|
1494
|
-
[_m],
|
|
1495
|
-
[0],
|
|
1496
|
-
];
|
|
1426
|
+
export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
1497
1427
|
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
|
|
1498
1428
|
export var SingularConnectorProfileCredentials = [3, n0, _SCPCi, 0, [_aK], [[() => ApiKey, 0]]];
|
|
1499
1429
|
export var SingularConnectorProfileProperties = [3, n0, _SCPPi, 0, [], []];
|
|
@@ -1586,17 +1516,7 @@ export var Task = [
|
|
|
1586
1516
|
[_sF, _cOo, _dF, _tTa, _tPa],
|
|
1587
1517
|
[64 | 0, () => ConnectorOperator, 0, 0, 128 | 0],
|
|
1588
1518
|
];
|
|
1589
|
-
export var ThrottlingException = [
|
|
1590
|
-
-3,
|
|
1591
|
-
n0,
|
|
1592
|
-
_TE,
|
|
1593
|
-
{
|
|
1594
|
-
[_e]: _c,
|
|
1595
|
-
[_hE]: 429,
|
|
1596
|
-
},
|
|
1597
|
-
[_m],
|
|
1598
|
-
[0],
|
|
1599
|
-
];
|
|
1519
|
+
export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
1600
1520
|
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
1601
1521
|
export var TrendmicroConnectorProfileCredentials = [
|
|
1602
1522
|
3,
|
|
@@ -1613,17 +1533,7 @@ export var TriggerConfig = [3, n0, _TC, 0, [_tT, _tPr], [0, () => TriggerPropert
|
|
|
1613
1533
|
export var TriggerProperties = [3, n0, _TP, 0, [_Sc], [() => ScheduledTriggerProperties]];
|
|
1614
1534
|
export var UnregisterConnectorRequest = [3, n0, _UCR, 0, [_cL, _fD], [0, 2]];
|
|
1615
1535
|
export var UnregisterConnectorResponse = [3, n0, _UCRn, 0, [], []];
|
|
1616
|
-
export var UnsupportedOperationException = [
|
|
1617
|
-
-3,
|
|
1618
|
-
n0,
|
|
1619
|
-
_UOE,
|
|
1620
|
-
{
|
|
1621
|
-
[_e]: _c,
|
|
1622
|
-
[_hE]: 400,
|
|
1623
|
-
},
|
|
1624
|
-
[_m],
|
|
1625
|
-
[0],
|
|
1626
|
-
];
|
|
1536
|
+
export var UnsupportedOperationException = [-3, n0, _UOE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1627
1537
|
TypeRegistry.for(n0).registerError(UnsupportedOperationException, __UnsupportedOperationException);
|
|
1628
1538
|
export var UntagResourceRequest = [
|
|
1629
1539
|
3,
|
|
@@ -1633,12 +1543,7 @@ export var UntagResourceRequest = [
|
|
|
1633
1543
|
[_rAe, _tK],
|
|
1634
1544
|
[
|
|
1635
1545
|
[0, 1],
|
|
1636
|
-
[
|
|
1637
|
-
64 | 0,
|
|
1638
|
-
{
|
|
1639
|
-
[_hQ]: _tK,
|
|
1640
|
-
},
|
|
1641
|
-
],
|
|
1546
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
1642
1547
|
],
|
|
1643
1548
|
];
|
|
1644
1549
|
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
@@ -1695,17 +1600,7 @@ export var UpsolverS3OutputFormatConfig = [
|
|
|
1695
1600
|
[_fTi, _pC, _aCg],
|
|
1696
1601
|
[0, () => PrefixConfig, () => AggregationConfig],
|
|
1697
1602
|
];
|
|
1698
|
-
export var ValidationException = [
|
|
1699
|
-
-3,
|
|
1700
|
-
n0,
|
|
1701
|
-
_VE,
|
|
1702
|
-
{
|
|
1703
|
-
[_e]: _c,
|
|
1704
|
-
[_hE]: 400,
|
|
1705
|
-
},
|
|
1706
|
-
[_m],
|
|
1707
|
-
[0],
|
|
1708
|
-
];
|
|
1603
|
+
export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1709
1604
|
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
1710
1605
|
export var VeevaConnectorProfileCredentials = [
|
|
1711
1606
|
3,
|
|
@@ -1744,7 +1639,6 @@ export var ZendeskDestinationProperties = [
|
|
|
1744
1639
|
];
|
|
1745
1640
|
export var ZendeskMetadata = [3, n0, _ZM, 0, [_oAS], [64 | 0]];
|
|
1746
1641
|
export var ZendeskSourceProperties = [3, n0, _ZSP, 0, [_o], [0]];
|
|
1747
|
-
export var __Unit = "unit";
|
|
1748
1642
|
export var AppflowServiceException = [-3, _sm, "AppflowServiceException", 0, [], []];
|
|
1749
1643
|
TypeRegistry.for(_sm).registerError(AppflowServiceException, __AppflowServiceException);
|
|
1750
1644
|
export var AuthCodeUrlList = 64 | 0;
|
|
@@ -1804,9 +1698,7 @@ export var CancelFlowExecutions = [
|
|
|
1804
1698
|
9,
|
|
1805
1699
|
n0,
|
|
1806
1700
|
_CFE,
|
|
1807
|
-
{
|
|
1808
|
-
[_h]: ["POST", "/cancel-flow-executions", 200],
|
|
1809
|
-
},
|
|
1701
|
+
{ [_h]: ["POST", "/cancel-flow-executions", 200] },
|
|
1810
1702
|
() => CancelFlowExecutionsRequest,
|
|
1811
1703
|
() => CancelFlowExecutionsResponse,
|
|
1812
1704
|
];
|
|
@@ -1814,9 +1706,7 @@ export var CreateConnectorProfile = [
|
|
|
1814
1706
|
9,
|
|
1815
1707
|
n0,
|
|
1816
1708
|
_CCP,
|
|
1817
|
-
{
|
|
1818
|
-
[_h]: ["POST", "/create-connector-profile", 200],
|
|
1819
|
-
},
|
|
1709
|
+
{ [_h]: ["POST", "/create-connector-profile", 200] },
|
|
1820
1710
|
() => CreateConnectorProfileRequest,
|
|
1821
1711
|
() => CreateConnectorProfileResponse,
|
|
1822
1712
|
];
|
|
@@ -1824,9 +1714,7 @@ export var CreateFlow = [
|
|
|
1824
1714
|
9,
|
|
1825
1715
|
n0,
|
|
1826
1716
|
_CF,
|
|
1827
|
-
{
|
|
1828
|
-
[_h]: ["POST", "/create-flow", 200],
|
|
1829
|
-
},
|
|
1717
|
+
{ [_h]: ["POST", "/create-flow", 200] },
|
|
1830
1718
|
() => CreateFlowRequest,
|
|
1831
1719
|
() => CreateFlowResponse,
|
|
1832
1720
|
];
|
|
@@ -1834,9 +1722,7 @@ export var DeleteConnectorProfile = [
|
|
|
1834
1722
|
9,
|
|
1835
1723
|
n0,
|
|
1836
1724
|
_DCPe,
|
|
1837
|
-
{
|
|
1838
|
-
[_h]: ["POST", "/delete-connector-profile", 200],
|
|
1839
|
-
},
|
|
1725
|
+
{ [_h]: ["POST", "/delete-connector-profile", 200] },
|
|
1840
1726
|
() => DeleteConnectorProfileRequest,
|
|
1841
1727
|
() => DeleteConnectorProfileResponse,
|
|
1842
1728
|
];
|
|
@@ -1844,9 +1730,7 @@ export var DeleteFlow = [
|
|
|
1844
1730
|
9,
|
|
1845
1731
|
n0,
|
|
1846
1732
|
_DF,
|
|
1847
|
-
{
|
|
1848
|
-
[_h]: ["POST", "/delete-flow", 200],
|
|
1849
|
-
},
|
|
1733
|
+
{ [_h]: ["POST", "/delete-flow", 200] },
|
|
1850
1734
|
() => DeleteFlowRequest,
|
|
1851
1735
|
() => DeleteFlowResponse,
|
|
1852
1736
|
];
|
|
@@ -1854,9 +1738,7 @@ export var DescribeConnector = [
|
|
|
1854
1738
|
9,
|
|
1855
1739
|
n0,
|
|
1856
1740
|
_DC,
|
|
1857
|
-
{
|
|
1858
|
-
[_h]: ["POST", "/describe-connector", 200],
|
|
1859
|
-
},
|
|
1741
|
+
{ [_h]: ["POST", "/describe-connector", 200] },
|
|
1860
1742
|
() => DescribeConnectorRequest,
|
|
1861
1743
|
() => DescribeConnectorResponse,
|
|
1862
1744
|
];
|
|
@@ -1864,9 +1746,7 @@ export var DescribeConnectorEntity = [
|
|
|
1864
1746
|
9,
|
|
1865
1747
|
n0,
|
|
1866
1748
|
_DCE,
|
|
1867
|
-
{
|
|
1868
|
-
[_h]: ["POST", "/describe-connector-entity", 200],
|
|
1869
|
-
},
|
|
1749
|
+
{ [_h]: ["POST", "/describe-connector-entity", 200] },
|
|
1870
1750
|
() => DescribeConnectorEntityRequest,
|
|
1871
1751
|
() => DescribeConnectorEntityResponse,
|
|
1872
1752
|
];
|
|
@@ -1874,9 +1754,7 @@ export var DescribeConnectorProfiles = [
|
|
|
1874
1754
|
9,
|
|
1875
1755
|
n0,
|
|
1876
1756
|
_DCPes,
|
|
1877
|
-
{
|
|
1878
|
-
[_h]: ["POST", "/describe-connector-profiles", 200],
|
|
1879
|
-
},
|
|
1757
|
+
{ [_h]: ["POST", "/describe-connector-profiles", 200] },
|
|
1880
1758
|
() => DescribeConnectorProfilesRequest,
|
|
1881
1759
|
() => DescribeConnectorProfilesResponse,
|
|
1882
1760
|
];
|
|
@@ -1884,9 +1762,7 @@ export var DescribeConnectors = [
|
|
|
1884
1762
|
9,
|
|
1885
1763
|
n0,
|
|
1886
1764
|
_DCe,
|
|
1887
|
-
{
|
|
1888
|
-
[_h]: ["POST", "/describe-connectors", 200],
|
|
1889
|
-
},
|
|
1765
|
+
{ [_h]: ["POST", "/describe-connectors", 200] },
|
|
1890
1766
|
() => DescribeConnectorsRequest,
|
|
1891
1767
|
() => DescribeConnectorsResponse,
|
|
1892
1768
|
];
|
|
@@ -1894,9 +1770,7 @@ export var DescribeFlow = [
|
|
|
1894
1770
|
9,
|
|
1895
1771
|
n0,
|
|
1896
1772
|
_DFe,
|
|
1897
|
-
{
|
|
1898
|
-
[_h]: ["POST", "/describe-flow", 200],
|
|
1899
|
-
},
|
|
1773
|
+
{ [_h]: ["POST", "/describe-flow", 200] },
|
|
1900
1774
|
() => DescribeFlowRequest,
|
|
1901
1775
|
() => DescribeFlowResponse,
|
|
1902
1776
|
];
|
|
@@ -1904,9 +1778,7 @@ export var DescribeFlowExecutionRecords = [
|
|
|
1904
1778
|
9,
|
|
1905
1779
|
n0,
|
|
1906
1780
|
_DFER,
|
|
1907
|
-
{
|
|
1908
|
-
[_h]: ["POST", "/describe-flow-execution-records", 200],
|
|
1909
|
-
},
|
|
1781
|
+
{ [_h]: ["POST", "/describe-flow-execution-records", 200] },
|
|
1910
1782
|
() => DescribeFlowExecutionRecordsRequest,
|
|
1911
1783
|
() => DescribeFlowExecutionRecordsResponse,
|
|
1912
1784
|
];
|
|
@@ -1914,9 +1786,7 @@ export var ListConnectorEntities = [
|
|
|
1914
1786
|
9,
|
|
1915
1787
|
n0,
|
|
1916
1788
|
_LCE,
|
|
1917
|
-
{
|
|
1918
|
-
[_h]: ["POST", "/list-connector-entities", 200],
|
|
1919
|
-
},
|
|
1789
|
+
{ [_h]: ["POST", "/list-connector-entities", 200] },
|
|
1920
1790
|
() => ListConnectorEntitiesRequest,
|
|
1921
1791
|
() => ListConnectorEntitiesResponse,
|
|
1922
1792
|
];
|
|
@@ -1924,9 +1794,7 @@ export var ListConnectors = [
|
|
|
1924
1794
|
9,
|
|
1925
1795
|
n0,
|
|
1926
1796
|
_LC,
|
|
1927
|
-
{
|
|
1928
|
-
[_h]: ["POST", "/list-connectors", 200],
|
|
1929
|
-
},
|
|
1797
|
+
{ [_h]: ["POST", "/list-connectors", 200] },
|
|
1930
1798
|
() => ListConnectorsRequest,
|
|
1931
1799
|
() => ListConnectorsResponse,
|
|
1932
1800
|
];
|
|
@@ -1934,9 +1802,7 @@ export var ListFlows = [
|
|
|
1934
1802
|
9,
|
|
1935
1803
|
n0,
|
|
1936
1804
|
_LF,
|
|
1937
|
-
{
|
|
1938
|
-
[_h]: ["POST", "/list-flows", 200],
|
|
1939
|
-
},
|
|
1805
|
+
{ [_h]: ["POST", "/list-flows", 200] },
|
|
1940
1806
|
() => ListFlowsRequest,
|
|
1941
1807
|
() => ListFlowsResponse,
|
|
1942
1808
|
];
|
|
@@ -1944,9 +1810,7 @@ export var ListTagsForResource = [
|
|
|
1944
1810
|
9,
|
|
1945
1811
|
n0,
|
|
1946
1812
|
_LTFR,
|
|
1947
|
-
{
|
|
1948
|
-
[_h]: ["GET", "/tags/{resourceArn}", 200],
|
|
1949
|
-
},
|
|
1813
|
+
{ [_h]: ["GET", "/tags/{resourceArn}", 200] },
|
|
1950
1814
|
() => ListTagsForResourceRequest,
|
|
1951
1815
|
() => ListTagsForResourceResponse,
|
|
1952
1816
|
];
|
|
@@ -1954,9 +1818,7 @@ export var RegisterConnector = [
|
|
|
1954
1818
|
9,
|
|
1955
1819
|
n0,
|
|
1956
1820
|
_RC,
|
|
1957
|
-
{
|
|
1958
|
-
[_h]: ["POST", "/register-connector", 200],
|
|
1959
|
-
},
|
|
1821
|
+
{ [_h]: ["POST", "/register-connector", 200] },
|
|
1960
1822
|
() => RegisterConnectorRequest,
|
|
1961
1823
|
() => RegisterConnectorResponse,
|
|
1962
1824
|
];
|
|
@@ -1964,9 +1826,7 @@ export var ResetConnectorMetadataCache = [
|
|
|
1964
1826
|
9,
|
|
1965
1827
|
n0,
|
|
1966
1828
|
_RCMC,
|
|
1967
|
-
{
|
|
1968
|
-
[_h]: ["POST", "/reset-connector-metadata-cache", 200],
|
|
1969
|
-
},
|
|
1829
|
+
{ [_h]: ["POST", "/reset-connector-metadata-cache", 200] },
|
|
1970
1830
|
() => ResetConnectorMetadataCacheRequest,
|
|
1971
1831
|
() => ResetConnectorMetadataCacheResponse,
|
|
1972
1832
|
];
|
|
@@ -1974,9 +1834,7 @@ export var StartFlow = [
|
|
|
1974
1834
|
9,
|
|
1975
1835
|
n0,
|
|
1976
1836
|
_SF,
|
|
1977
|
-
{
|
|
1978
|
-
[_h]: ["POST", "/start-flow", 200],
|
|
1979
|
-
},
|
|
1837
|
+
{ [_h]: ["POST", "/start-flow", 200] },
|
|
1980
1838
|
() => StartFlowRequest,
|
|
1981
1839
|
() => StartFlowResponse,
|
|
1982
1840
|
];
|
|
@@ -1984,9 +1842,7 @@ export var StopFlow = [
|
|
|
1984
1842
|
9,
|
|
1985
1843
|
n0,
|
|
1986
1844
|
_SFt,
|
|
1987
|
-
{
|
|
1988
|
-
[_h]: ["POST", "/stop-flow", 200],
|
|
1989
|
-
},
|
|
1845
|
+
{ [_h]: ["POST", "/stop-flow", 200] },
|
|
1990
1846
|
() => StopFlowRequest,
|
|
1991
1847
|
() => StopFlowResponse,
|
|
1992
1848
|
];
|
|
@@ -1994,9 +1850,7 @@ export var TagResource = [
|
|
|
1994
1850
|
9,
|
|
1995
1851
|
n0,
|
|
1996
1852
|
_TR,
|
|
1997
|
-
{
|
|
1998
|
-
[_h]: ["POST", "/tags/{resourceArn}", 200],
|
|
1999
|
-
},
|
|
1853
|
+
{ [_h]: ["POST", "/tags/{resourceArn}", 200] },
|
|
2000
1854
|
() => TagResourceRequest,
|
|
2001
1855
|
() => TagResourceResponse,
|
|
2002
1856
|
];
|
|
@@ -2004,9 +1858,7 @@ export var UnregisterConnector = [
|
|
|
2004
1858
|
9,
|
|
2005
1859
|
n0,
|
|
2006
1860
|
_UC,
|
|
2007
|
-
{
|
|
2008
|
-
[_h]: ["POST", "/unregister-connector", 200],
|
|
2009
|
-
},
|
|
1861
|
+
{ [_h]: ["POST", "/unregister-connector", 200] },
|
|
2010
1862
|
() => UnregisterConnectorRequest,
|
|
2011
1863
|
() => UnregisterConnectorResponse,
|
|
2012
1864
|
];
|
|
@@ -2014,9 +1866,7 @@ export var UntagResource = [
|
|
|
2014
1866
|
9,
|
|
2015
1867
|
n0,
|
|
2016
1868
|
_UR,
|
|
2017
|
-
{
|
|
2018
|
-
[_h]: ["DELETE", "/tags/{resourceArn}", 200],
|
|
2019
|
-
},
|
|
1869
|
+
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
2020
1870
|
() => UntagResourceRequest,
|
|
2021
1871
|
() => UntagResourceResponse,
|
|
2022
1872
|
];
|
|
@@ -2024,9 +1874,7 @@ export var UpdateConnectorProfile = [
|
|
|
2024
1874
|
9,
|
|
2025
1875
|
n0,
|
|
2026
1876
|
_UCP,
|
|
2027
|
-
{
|
|
2028
|
-
[_h]: ["POST", "/update-connector-profile", 200],
|
|
2029
|
-
},
|
|
1877
|
+
{ [_h]: ["POST", "/update-connector-profile", 200] },
|
|
2030
1878
|
() => UpdateConnectorProfileRequest,
|
|
2031
1879
|
() => UpdateConnectorProfileResponse,
|
|
2032
1880
|
];
|
|
@@ -2034,9 +1882,7 @@ export var UpdateConnectorRegistration = [
|
|
|
2034
1882
|
9,
|
|
2035
1883
|
n0,
|
|
2036
1884
|
_UCRp,
|
|
2037
|
-
{
|
|
2038
|
-
[_h]: ["POST", "/update-connector-registration", 200],
|
|
2039
|
-
},
|
|
1885
|
+
{ [_h]: ["POST", "/update-connector-registration", 200] },
|
|
2040
1886
|
() => UpdateConnectorRegistrationRequest,
|
|
2041
1887
|
() => UpdateConnectorRegistrationResponse,
|
|
2042
1888
|
];
|
|
@@ -2044,9 +1890,7 @@ export var UpdateFlow = [
|
|
|
2044
1890
|
9,
|
|
2045
1891
|
n0,
|
|
2046
1892
|
_UF,
|
|
2047
|
-
{
|
|
2048
|
-
[_h]: ["POST", "/update-flow", 200],
|
|
2049
|
-
},
|
|
1893
|
+
{ [_h]: ["POST", "/update-flow", 200] },
|
|
2050
1894
|
() => UpdateFlowRequest,
|
|
2051
1895
|
() => UpdateFlowResponse,
|
|
2052
1896
|
];
|
package/dist-types/Appflow.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { AppflowClient } from "./AppflowClient";
|
|
3
3
|
import { CancelFlowExecutionsCommandInput, CancelFlowExecutionsCommandOutput } from "./commands/CancelFlowExecutionsCommand";
|
|
4
4
|
import { CreateConnectorProfileCommandInput, CreateConnectorProfileCommandOutput } from "./commands/CreateConnectorProfileCommand";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
-
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
+
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
|
+
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { CancelFlowExecutionsCommandInput, CancelFlowExecutionsCommandOutput } from "./commands/CancelFlowExecutionsCommand";
|
|
11
11
|
import { CreateConnectorProfileCommandInput, CreateConnectorProfileCommandOutput } from "./commands/CreateConnectorProfileCommand";
|
|
12
12
|
import { CreateFlowCommandInput, CreateFlowCommandOutput } from "./commands/CreateFlowCommand";
|
|
@@ -33,7 +33,7 @@ import { UpdateConnectorProfileCommandInput, UpdateConnectorProfileCommandOutput
|
|
|
33
33
|
import { UpdateConnectorRegistrationCommandInput, UpdateConnectorRegistrationCommandOutput } from "./commands/UpdateConnectorRegistrationCommand";
|
|
34
34
|
import { UpdateFlowCommandInput, UpdateFlowCommandOutput } from "./commands/UpdateFlowCommand";
|
|
35
35
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
36
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
36
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
37
37
|
export { __Client };
|
|
38
38
|
/**
|
|
39
39
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { AppflowHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { AppflowHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
2
|
-
import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
-
import { AppflowClientResolvedConfig } from "../AppflowClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type AppflowClientResolvedConfig } from "../AppflowClient";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
|
-
import { CancelFlowExecutionsRequest, CancelFlowExecutionsResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
|
+
import type { CancelFlowExecutionsRequest, CancelFlowExecutionsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
|
-
import { CreateConnectorProfileRequest, CreateConnectorProfileResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
|
+
import type { CreateConnectorProfileRequest, CreateConnectorProfileResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
|
-
import { CreateFlowRequest, CreateFlowResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
|
+
import type { CreateFlowRequest, CreateFlowResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
|
-
import { DeleteConnectorProfileRequest, DeleteConnectorProfileResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
|
+
import type { DeleteConnectorProfileRequest, DeleteConnectorProfileResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
|
-
import { DeleteFlowRequest, DeleteFlowResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
|
+
import type { DeleteFlowRequest, DeleteFlowResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
|
-
import { DescribeConnectorRequest, DescribeConnectorResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
|
+
import type { DescribeConnectorRequest, DescribeConnectorResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
|
-
import { DescribeConnectorEntityRequest, DescribeConnectorEntityResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
|
+
import type { DescribeConnectorEntityRequest, DescribeConnectorEntityResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
|
-
import { DescribeConnectorProfilesRequest, DescribeConnectorProfilesResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
|
+
import type { DescribeConnectorProfilesRequest, DescribeConnectorProfilesResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
|
-
import { DescribeConnectorsRequest, DescribeConnectorsResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
|
+
import type { DescribeConnectorsRequest, DescribeConnectorsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
|
-
import { DescribeFlowRequest, DescribeFlowResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
|
+
import type { DescribeFlowRequest, DescribeFlowResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
|
-
import { DescribeFlowExecutionRecordsRequest, DescribeFlowExecutionRecordsResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
|
+
import type { DescribeFlowExecutionRecordsRequest, DescribeFlowExecutionRecordsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|