@aws-sdk/client-iotthingsgraph 3.645.0 → 3.650.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/endpoint/endpointResolver.js +6 -2
- package/dist-cjs/index.js +35 -105
- package/dist-es/commands/AssociateEntityToThingCommand.js +1 -3
- package/dist-es/commands/CreateFlowTemplateCommand.js +1 -3
- package/dist-es/commands/CreateSystemInstanceCommand.js +1 -3
- package/dist-es/commands/CreateSystemTemplateCommand.js +1 -3
- package/dist-es/commands/DeleteFlowTemplateCommand.js +1 -3
- package/dist-es/commands/DeleteNamespaceCommand.js +1 -3
- package/dist-es/commands/DeleteSystemInstanceCommand.js +1 -3
- package/dist-es/commands/DeleteSystemTemplateCommand.js +1 -3
- package/dist-es/commands/DeploySystemInstanceCommand.js +1 -3
- package/dist-es/commands/DeprecateFlowTemplateCommand.js +1 -3
- package/dist-es/commands/DeprecateSystemTemplateCommand.js +1 -3
- package/dist-es/commands/DescribeNamespaceCommand.js +1 -3
- package/dist-es/commands/DissociateEntityFromThingCommand.js +1 -3
- package/dist-es/commands/GetEntitiesCommand.js +1 -3
- package/dist-es/commands/GetFlowTemplateCommand.js +1 -3
- package/dist-es/commands/GetFlowTemplateRevisionsCommand.js +1 -3
- package/dist-es/commands/GetNamespaceDeletionStatusCommand.js +1 -3
- package/dist-es/commands/GetSystemInstanceCommand.js +1 -3
- package/dist-es/commands/GetSystemTemplateCommand.js +1 -3
- package/dist-es/commands/GetSystemTemplateRevisionsCommand.js +1 -3
- package/dist-es/commands/GetUploadStatusCommand.js +1 -3
- package/dist-es/commands/ListFlowExecutionMessagesCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/SearchEntitiesCommand.js +1 -3
- package/dist-es/commands/SearchFlowExecutionsCommand.js +1 -3
- package/dist-es/commands/SearchFlowTemplatesCommand.js +1 -3
- package/dist-es/commands/SearchSystemInstancesCommand.js +1 -3
- package/dist-es/commands/SearchSystemTemplatesCommand.js +1 -3
- package/dist-es/commands/SearchThingsCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UndeploySystemInstanceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateFlowTemplateCommand.js +1 -3
- package/dist-es/commands/UpdateSystemTemplateCommand.js +1 -3
- package/dist-es/commands/UploadEntityDefinitionsCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +35 -35
|
@@ -4,11 +4,15 @@ exports.defaultEndpointResolver = void 0;
|
|
|
4
4
|
const util_endpoints_1 = require("@aws-sdk/util-endpoints");
|
|
5
5
|
const util_endpoints_2 = require("@smithy/util-endpoints");
|
|
6
6
|
const ruleset_1 = require("./ruleset");
|
|
7
|
+
const cache = new util_endpoints_2.EndpointCache({
|
|
8
|
+
size: 50,
|
|
9
|
+
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
10
|
+
});
|
|
7
11
|
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
8
|
-
return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
12
|
+
return cache.get(endpointParams, () => (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
9
13
|
endpointParams: endpointParams,
|
|
10
14
|
logger: context.logger,
|
|
11
|
-
});
|
|
15
|
+
}));
|
|
12
16
|
};
|
|
13
17
|
exports.defaultEndpointResolver = defaultEndpointResolver;
|
|
14
18
|
util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
|
package/dist-cjs/index.js
CHANGED
|
@@ -1504,9 +1504,7 @@ function sharedHeaders(operation) {
|
|
|
1504
1504
|
__name(sharedHeaders, "sharedHeaders");
|
|
1505
1505
|
|
|
1506
1506
|
// src/commands/AssociateEntityToThingCommand.ts
|
|
1507
|
-
var _AssociateEntityToThingCommand = class _AssociateEntityToThingCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1508
|
-
...commonParams
|
|
1509
|
-
}).m(function(Command, cs, config, o) {
|
|
1507
|
+
var _AssociateEntityToThingCommand = class _AssociateEntityToThingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1510
1508
|
return [
|
|
1511
1509
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1512
1510
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1520,9 +1518,7 @@ var AssociateEntityToThingCommand = _AssociateEntityToThingCommand;
|
|
|
1520
1518
|
|
|
1521
1519
|
|
|
1522
1520
|
|
|
1523
|
-
var _CreateFlowTemplateCommand = class _CreateFlowTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1524
|
-
...commonParams
|
|
1525
|
-
}).m(function(Command, cs, config, o) {
|
|
1521
|
+
var _CreateFlowTemplateCommand = class _CreateFlowTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1526
1522
|
return [
|
|
1527
1523
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1528
1524
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1536,9 +1532,7 @@ var CreateFlowTemplateCommand = _CreateFlowTemplateCommand;
|
|
|
1536
1532
|
|
|
1537
1533
|
|
|
1538
1534
|
|
|
1539
|
-
var _CreateSystemInstanceCommand = class _CreateSystemInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1540
|
-
...commonParams
|
|
1541
|
-
}).m(function(Command, cs, config, o) {
|
|
1535
|
+
var _CreateSystemInstanceCommand = class _CreateSystemInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1542
1536
|
return [
|
|
1543
1537
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1544
1538
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1552,9 +1546,7 @@ var CreateSystemInstanceCommand = _CreateSystemInstanceCommand;
|
|
|
1552
1546
|
|
|
1553
1547
|
|
|
1554
1548
|
|
|
1555
|
-
var _CreateSystemTemplateCommand = class _CreateSystemTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1556
|
-
...commonParams
|
|
1557
|
-
}).m(function(Command, cs, config, o) {
|
|
1549
|
+
var _CreateSystemTemplateCommand = class _CreateSystemTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1558
1550
|
return [
|
|
1559
1551
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1560
1552
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1568,9 +1560,7 @@ var CreateSystemTemplateCommand = _CreateSystemTemplateCommand;
|
|
|
1568
1560
|
|
|
1569
1561
|
|
|
1570
1562
|
|
|
1571
|
-
var _DeleteFlowTemplateCommand = class _DeleteFlowTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1572
|
-
...commonParams
|
|
1573
|
-
}).m(function(Command, cs, config, o) {
|
|
1563
|
+
var _DeleteFlowTemplateCommand = class _DeleteFlowTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1574
1564
|
return [
|
|
1575
1565
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1576
1566
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1584,9 +1574,7 @@ var DeleteFlowTemplateCommand = _DeleteFlowTemplateCommand;
|
|
|
1584
1574
|
|
|
1585
1575
|
|
|
1586
1576
|
|
|
1587
|
-
var _DeleteNamespaceCommand = class _DeleteNamespaceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1588
|
-
...commonParams
|
|
1589
|
-
}).m(function(Command, cs, config, o) {
|
|
1577
|
+
var _DeleteNamespaceCommand = class _DeleteNamespaceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1590
1578
|
return [
|
|
1591
1579
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1592
1580
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1600,9 +1588,7 @@ var DeleteNamespaceCommand = _DeleteNamespaceCommand;
|
|
|
1600
1588
|
|
|
1601
1589
|
|
|
1602
1590
|
|
|
1603
|
-
var _DeleteSystemInstanceCommand = class _DeleteSystemInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1604
|
-
...commonParams
|
|
1605
|
-
}).m(function(Command, cs, config, o) {
|
|
1591
|
+
var _DeleteSystemInstanceCommand = class _DeleteSystemInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1606
1592
|
return [
|
|
1607
1593
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1608
1594
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1616,9 +1602,7 @@ var DeleteSystemInstanceCommand = _DeleteSystemInstanceCommand;
|
|
|
1616
1602
|
|
|
1617
1603
|
|
|
1618
1604
|
|
|
1619
|
-
var _DeleteSystemTemplateCommand = class _DeleteSystemTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1620
|
-
...commonParams
|
|
1621
|
-
}).m(function(Command, cs, config, o) {
|
|
1605
|
+
var _DeleteSystemTemplateCommand = class _DeleteSystemTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1622
1606
|
return [
|
|
1623
1607
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1624
1608
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1632,9 +1616,7 @@ var DeleteSystemTemplateCommand = _DeleteSystemTemplateCommand;
|
|
|
1632
1616
|
|
|
1633
1617
|
|
|
1634
1618
|
|
|
1635
|
-
var _DeploySystemInstanceCommand = class _DeploySystemInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1636
|
-
...commonParams
|
|
1637
|
-
}).m(function(Command, cs, config, o) {
|
|
1619
|
+
var _DeploySystemInstanceCommand = class _DeploySystemInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1638
1620
|
return [
|
|
1639
1621
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1640
1622
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1648,9 +1630,7 @@ var DeploySystemInstanceCommand = _DeploySystemInstanceCommand;
|
|
|
1648
1630
|
|
|
1649
1631
|
|
|
1650
1632
|
|
|
1651
|
-
var _DeprecateFlowTemplateCommand = class _DeprecateFlowTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1652
|
-
...commonParams
|
|
1653
|
-
}).m(function(Command, cs, config, o) {
|
|
1633
|
+
var _DeprecateFlowTemplateCommand = class _DeprecateFlowTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1654
1634
|
return [
|
|
1655
1635
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1656
1636
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1664,9 +1644,7 @@ var DeprecateFlowTemplateCommand = _DeprecateFlowTemplateCommand;
|
|
|
1664
1644
|
|
|
1665
1645
|
|
|
1666
1646
|
|
|
1667
|
-
var _DeprecateSystemTemplateCommand = class _DeprecateSystemTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1668
|
-
...commonParams
|
|
1669
|
-
}).m(function(Command, cs, config, o) {
|
|
1647
|
+
var _DeprecateSystemTemplateCommand = class _DeprecateSystemTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1670
1648
|
return [
|
|
1671
1649
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1672
1650
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1680,9 +1658,7 @@ var DeprecateSystemTemplateCommand = _DeprecateSystemTemplateCommand;
|
|
|
1680
1658
|
|
|
1681
1659
|
|
|
1682
1660
|
|
|
1683
|
-
var _DescribeNamespaceCommand = class _DescribeNamespaceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1684
|
-
...commonParams
|
|
1685
|
-
}).m(function(Command, cs, config, o) {
|
|
1661
|
+
var _DescribeNamespaceCommand = class _DescribeNamespaceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1686
1662
|
return [
|
|
1687
1663
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1688
1664
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1696,9 +1672,7 @@ var DescribeNamespaceCommand = _DescribeNamespaceCommand;
|
|
|
1696
1672
|
|
|
1697
1673
|
|
|
1698
1674
|
|
|
1699
|
-
var _DissociateEntityFromThingCommand = class _DissociateEntityFromThingCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1700
|
-
...commonParams
|
|
1701
|
-
}).m(function(Command, cs, config, o) {
|
|
1675
|
+
var _DissociateEntityFromThingCommand = class _DissociateEntityFromThingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1702
1676
|
return [
|
|
1703
1677
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1704
1678
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1712,9 +1686,7 @@ var DissociateEntityFromThingCommand = _DissociateEntityFromThingCommand;
|
|
|
1712
1686
|
|
|
1713
1687
|
|
|
1714
1688
|
|
|
1715
|
-
var _GetEntitiesCommand = class _GetEntitiesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1716
|
-
...commonParams
|
|
1717
|
-
}).m(function(Command, cs, config, o) {
|
|
1689
|
+
var _GetEntitiesCommand = class _GetEntitiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1718
1690
|
return [
|
|
1719
1691
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1720
1692
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1728,9 +1700,7 @@ var GetEntitiesCommand = _GetEntitiesCommand;
|
|
|
1728
1700
|
|
|
1729
1701
|
|
|
1730
1702
|
|
|
1731
|
-
var _GetFlowTemplateCommand = class _GetFlowTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1732
|
-
...commonParams
|
|
1733
|
-
}).m(function(Command, cs, config, o) {
|
|
1703
|
+
var _GetFlowTemplateCommand = class _GetFlowTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1734
1704
|
return [
|
|
1735
1705
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1736
1706
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1744,9 +1714,7 @@ var GetFlowTemplateCommand = _GetFlowTemplateCommand;
|
|
|
1744
1714
|
|
|
1745
1715
|
|
|
1746
1716
|
|
|
1747
|
-
var _GetFlowTemplateRevisionsCommand = class _GetFlowTemplateRevisionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1748
|
-
...commonParams
|
|
1749
|
-
}).m(function(Command, cs, config, o) {
|
|
1717
|
+
var _GetFlowTemplateRevisionsCommand = class _GetFlowTemplateRevisionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1750
1718
|
return [
|
|
1751
1719
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1752
1720
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1760,9 +1728,7 @@ var GetFlowTemplateRevisionsCommand = _GetFlowTemplateRevisionsCommand;
|
|
|
1760
1728
|
|
|
1761
1729
|
|
|
1762
1730
|
|
|
1763
|
-
var _GetNamespaceDeletionStatusCommand = class _GetNamespaceDeletionStatusCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1764
|
-
...commonParams
|
|
1765
|
-
}).m(function(Command, cs, config, o) {
|
|
1731
|
+
var _GetNamespaceDeletionStatusCommand = class _GetNamespaceDeletionStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1766
1732
|
return [
|
|
1767
1733
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1768
1734
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1776,9 +1742,7 @@ var GetNamespaceDeletionStatusCommand = _GetNamespaceDeletionStatusCommand;
|
|
|
1776
1742
|
|
|
1777
1743
|
|
|
1778
1744
|
|
|
1779
|
-
var _GetSystemInstanceCommand = class _GetSystemInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1780
|
-
...commonParams
|
|
1781
|
-
}).m(function(Command, cs, config, o) {
|
|
1745
|
+
var _GetSystemInstanceCommand = class _GetSystemInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1782
1746
|
return [
|
|
1783
1747
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1784
1748
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1792,9 +1756,7 @@ var GetSystemInstanceCommand = _GetSystemInstanceCommand;
|
|
|
1792
1756
|
|
|
1793
1757
|
|
|
1794
1758
|
|
|
1795
|
-
var _GetSystemTemplateCommand = class _GetSystemTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1796
|
-
...commonParams
|
|
1797
|
-
}).m(function(Command, cs, config, o) {
|
|
1759
|
+
var _GetSystemTemplateCommand = class _GetSystemTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1798
1760
|
return [
|
|
1799
1761
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1800
1762
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1808,9 +1770,7 @@ var GetSystemTemplateCommand = _GetSystemTemplateCommand;
|
|
|
1808
1770
|
|
|
1809
1771
|
|
|
1810
1772
|
|
|
1811
|
-
var _GetSystemTemplateRevisionsCommand = class _GetSystemTemplateRevisionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1812
|
-
...commonParams
|
|
1813
|
-
}).m(function(Command, cs, config, o) {
|
|
1773
|
+
var _GetSystemTemplateRevisionsCommand = class _GetSystemTemplateRevisionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1814
1774
|
return [
|
|
1815
1775
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1816
1776
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1824,9 +1784,7 @@ var GetSystemTemplateRevisionsCommand = _GetSystemTemplateRevisionsCommand;
|
|
|
1824
1784
|
|
|
1825
1785
|
|
|
1826
1786
|
|
|
1827
|
-
var _GetUploadStatusCommand = class _GetUploadStatusCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1828
|
-
...commonParams
|
|
1829
|
-
}).m(function(Command, cs, config, o) {
|
|
1787
|
+
var _GetUploadStatusCommand = class _GetUploadStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1830
1788
|
return [
|
|
1831
1789
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1832
1790
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1840,9 +1798,7 @@ var GetUploadStatusCommand = _GetUploadStatusCommand;
|
|
|
1840
1798
|
|
|
1841
1799
|
|
|
1842
1800
|
|
|
1843
|
-
var _ListFlowExecutionMessagesCommand = class _ListFlowExecutionMessagesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1844
|
-
...commonParams
|
|
1845
|
-
}).m(function(Command, cs, config, o) {
|
|
1801
|
+
var _ListFlowExecutionMessagesCommand = class _ListFlowExecutionMessagesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1846
1802
|
return [
|
|
1847
1803
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1848
1804
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1856,9 +1812,7 @@ var ListFlowExecutionMessagesCommand = _ListFlowExecutionMessagesCommand;
|
|
|
1856
1812
|
|
|
1857
1813
|
|
|
1858
1814
|
|
|
1859
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1860
|
-
...commonParams
|
|
1861
|
-
}).m(function(Command, cs, config, o) {
|
|
1815
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1862
1816
|
return [
|
|
1863
1817
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1864
1818
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1872,9 +1826,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1872
1826
|
|
|
1873
1827
|
|
|
1874
1828
|
|
|
1875
|
-
var _SearchEntitiesCommand = class _SearchEntitiesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1876
|
-
...commonParams
|
|
1877
|
-
}).m(function(Command, cs, config, o) {
|
|
1829
|
+
var _SearchEntitiesCommand = class _SearchEntitiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1878
1830
|
return [
|
|
1879
1831
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1880
1832
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1888,9 +1840,7 @@ var SearchEntitiesCommand = _SearchEntitiesCommand;
|
|
|
1888
1840
|
|
|
1889
1841
|
|
|
1890
1842
|
|
|
1891
|
-
var _SearchFlowExecutionsCommand = class _SearchFlowExecutionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1892
|
-
...commonParams
|
|
1893
|
-
}).m(function(Command, cs, config, o) {
|
|
1843
|
+
var _SearchFlowExecutionsCommand = class _SearchFlowExecutionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1894
1844
|
return [
|
|
1895
1845
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1896
1846
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1904,9 +1854,7 @@ var SearchFlowExecutionsCommand = _SearchFlowExecutionsCommand;
|
|
|
1904
1854
|
|
|
1905
1855
|
|
|
1906
1856
|
|
|
1907
|
-
var _SearchFlowTemplatesCommand = class _SearchFlowTemplatesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1908
|
-
...commonParams
|
|
1909
|
-
}).m(function(Command, cs, config, o) {
|
|
1857
|
+
var _SearchFlowTemplatesCommand = class _SearchFlowTemplatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1910
1858
|
return [
|
|
1911
1859
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1912
1860
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1920,9 +1868,7 @@ var SearchFlowTemplatesCommand = _SearchFlowTemplatesCommand;
|
|
|
1920
1868
|
|
|
1921
1869
|
|
|
1922
1870
|
|
|
1923
|
-
var _SearchSystemInstancesCommand = class _SearchSystemInstancesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1924
|
-
...commonParams
|
|
1925
|
-
}).m(function(Command, cs, config, o) {
|
|
1871
|
+
var _SearchSystemInstancesCommand = class _SearchSystemInstancesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1926
1872
|
return [
|
|
1927
1873
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1928
1874
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1936,9 +1882,7 @@ var SearchSystemInstancesCommand = _SearchSystemInstancesCommand;
|
|
|
1936
1882
|
|
|
1937
1883
|
|
|
1938
1884
|
|
|
1939
|
-
var _SearchSystemTemplatesCommand = class _SearchSystemTemplatesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1940
|
-
...commonParams
|
|
1941
|
-
}).m(function(Command, cs, config, o) {
|
|
1885
|
+
var _SearchSystemTemplatesCommand = class _SearchSystemTemplatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1942
1886
|
return [
|
|
1943
1887
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1944
1888
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1952,9 +1896,7 @@ var SearchSystemTemplatesCommand = _SearchSystemTemplatesCommand;
|
|
|
1952
1896
|
|
|
1953
1897
|
|
|
1954
1898
|
|
|
1955
|
-
var _SearchThingsCommand = class _SearchThingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1956
|
-
...commonParams
|
|
1957
|
-
}).m(function(Command, cs, config, o) {
|
|
1899
|
+
var _SearchThingsCommand = class _SearchThingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1958
1900
|
return [
|
|
1959
1901
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1960
1902
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1968,9 +1910,7 @@ var SearchThingsCommand = _SearchThingsCommand;
|
|
|
1968
1910
|
|
|
1969
1911
|
|
|
1970
1912
|
|
|
1971
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1972
|
-
...commonParams
|
|
1973
|
-
}).m(function(Command, cs, config, o) {
|
|
1913
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1974
1914
|
return [
|
|
1975
1915
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1976
1916
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1984,9 +1924,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1984
1924
|
|
|
1985
1925
|
|
|
1986
1926
|
|
|
1987
|
-
var _UndeploySystemInstanceCommand = class _UndeploySystemInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1988
|
-
...commonParams
|
|
1989
|
-
}).m(function(Command, cs, config, o) {
|
|
1927
|
+
var _UndeploySystemInstanceCommand = class _UndeploySystemInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1990
1928
|
return [
|
|
1991
1929
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1992
1930
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2000,9 +1938,7 @@ var UndeploySystemInstanceCommand = _UndeploySystemInstanceCommand;
|
|
|
2000
1938
|
|
|
2001
1939
|
|
|
2002
1940
|
|
|
2003
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2004
|
-
...commonParams
|
|
2005
|
-
}).m(function(Command, cs, config, o) {
|
|
1941
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2006
1942
|
return [
|
|
2007
1943
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2008
1944
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2016,9 +1952,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
2016
1952
|
|
|
2017
1953
|
|
|
2018
1954
|
|
|
2019
|
-
var _UpdateFlowTemplateCommand = class _UpdateFlowTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2020
|
-
...commonParams
|
|
2021
|
-
}).m(function(Command, cs, config, o) {
|
|
1955
|
+
var _UpdateFlowTemplateCommand = class _UpdateFlowTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2022
1956
|
return [
|
|
2023
1957
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2024
1958
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2032,9 +1966,7 @@ var UpdateFlowTemplateCommand = _UpdateFlowTemplateCommand;
|
|
|
2032
1966
|
|
|
2033
1967
|
|
|
2034
1968
|
|
|
2035
|
-
var _UpdateSystemTemplateCommand = class _UpdateSystemTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2036
|
-
...commonParams
|
|
2037
|
-
}).m(function(Command, cs, config, o) {
|
|
1969
|
+
var _UpdateSystemTemplateCommand = class _UpdateSystemTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2038
1970
|
return [
|
|
2039
1971
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2040
1972
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2048,9 +1980,7 @@ var UpdateSystemTemplateCommand = _UpdateSystemTemplateCommand;
|
|
|
2048
1980
|
|
|
2049
1981
|
|
|
2050
1982
|
|
|
2051
|
-
var _UploadEntityDefinitionsCommand = class _UploadEntityDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2052
|
-
...commonParams
|
|
2053
|
-
}).m(function(Command, cs, config, o) {
|
|
1983
|
+
var _UploadEntityDefinitionsCommand = class _UploadEntityDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2054
1984
|
return [
|
|
2055
1985
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2056
1986
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_AssociateEntityToThingCommand, se_AssociateEntityToThingCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AssociateEntityToThingCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateFlowTemplateCommand, se_CreateFlowTemplateCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateFlowTemplateCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateSystemInstanceCommand, se_CreateSystemInstanceCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateSystemInstanceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateSystemTemplateCommand, se_CreateSystemTemplateCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateSystemTemplateCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteFlowTemplateCommand, se_DeleteFlowTemplateCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteFlowTemplateCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteNamespaceCommand, se_DeleteNamespaceCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteNamespaceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteSystemInstanceCommand, se_DeleteSystemInstanceCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteSystemInstanceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteSystemTemplateCommand, se_DeleteSystemTemplateCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteSystemTemplateCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeploySystemInstanceCommand, se_DeploySystemInstanceCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeploySystemInstanceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeprecateFlowTemplateCommand, se_DeprecateFlowTemplateCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeprecateFlowTemplateCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeprecateSystemTemplateCommand, se_DeprecateSystemTemplateCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeprecateSystemTemplateCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeNamespaceCommand, se_DescribeNamespaceCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeNamespaceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DissociateEntityFromThingCommand, se_DissociateEntityFromThingComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DissociateEntityFromThingCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetEntitiesCommand, se_GetEntitiesCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetEntitiesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetFlowTemplateCommand, se_GetFlowTemplateCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetFlowTemplateCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetFlowTemplateRevisionsCommand, se_GetFlowTemplateRevisionsCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetFlowTemplateRevisionsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetNamespaceDeletionStatusCommand, se_GetNamespaceDeletionStatusComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetNamespaceDeletionStatusCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetSystemInstanceCommand, se_GetSystemInstanceCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetSystemInstanceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetSystemTemplateCommand, se_GetSystemTemplateCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetSystemTemplateCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetSystemTemplateRevisionsCommand, se_GetSystemTemplateRevisionsComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetSystemTemplateRevisionsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetUploadStatusCommand, se_GetUploadStatusCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetUploadStatusCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListFlowExecutionMessagesCommand, se_ListFlowExecutionMessagesComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListFlowExecutionMessagesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_SearchEntitiesCommand, se_SearchEntitiesCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SearchEntitiesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_SearchFlowExecutionsCommand, se_SearchFlowExecutionsCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SearchFlowExecutionsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_SearchFlowTemplatesCommand, se_SearchFlowTemplatesCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SearchFlowTemplatesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_SearchSystemInstancesCommand, se_SearchSystemInstancesCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SearchSystemInstancesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_SearchSystemTemplatesCommand, se_SearchSystemTemplatesCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SearchSystemTemplatesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_SearchThingsCommand, se_SearchThingsCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SearchThingsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UndeploySystemInstanceCommand, se_UndeploySystemInstanceCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UndeploySystemInstanceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateFlowTemplateCommand, se_UpdateFlowTemplateCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateFlowTemplateCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateSystemTemplateCommand, se_UpdateSystemTemplateCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateSystemTemplateCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UploadEntityDefinitionsCommand, se_UploadEntityDefinitionsCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UploadEntityDefinitionsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, EndpointCache, resolveEndpoint } from "@smithy/util-endpoints";
|
|
3
3
|
import { ruleSet } from "./ruleset";
|
|
4
|
+
const cache = new EndpointCache({
|
|
5
|
+
size: 50,
|
|
6
|
+
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
7
|
+
});
|
|
4
8
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
5
|
-
return resolveEndpoint(ruleSet, {
|
|
9
|
+
return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {
|
|
6
10
|
endpointParams: endpointParams,
|
|
7
11
|
logger: context.logger,
|
|
8
|
-
});
|
|
12
|
+
}));
|
|
9
13
|
};
|
|
10
14
|
customEndpointFunctions.aws = awsEndpointFunctions;
|
|
@@ -18,6 +18,7 @@ export declare const getRuntimeConfig: (config: IoTThingsGraphClientConfig) => {
|
|
|
18
18
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
19
19
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
apiVersion: string;
|
|
21
|
+
cacheMiddleware?: boolean | undefined;
|
|
21
22
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
23
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
24
|
base64Encoder: (_input: string | Uint8Array) => string;
|
|
@@ -34,6 +35,7 @@ export declare const getRuntimeConfig: (config: IoTThingsGraphClientConfig) => {
|
|
|
34
35
|
logger?: import("@smithy/types").Logger | undefined;
|
|
35
36
|
}) => import("@smithy/types").EndpointV2;
|
|
36
37
|
tls?: boolean | undefined;
|
|
38
|
+
serviceConfiguredEndpoint?: undefined;
|
|
37
39
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
38
40
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").IoTThingsGraphHttpAuthSchemeProvider;
|
|
39
41
|
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
|
|
@@ -18,6 +18,7 @@ export declare const getRuntimeConfig: (config: IoTThingsGraphClientConfig) => {
|
|
|
18
18
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
19
19
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
apiVersion: string;
|
|
21
|
+
cacheMiddleware?: boolean | undefined;
|
|
21
22
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
23
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
24
|
base64Encoder: (_input: string | Uint8Array) => string;
|
|
@@ -34,6 +35,7 @@ export declare const getRuntimeConfig: (config: IoTThingsGraphClientConfig) => {
|
|
|
34
35
|
logger?: import("@smithy/types").Logger | undefined;
|
|
35
36
|
}) => import("@smithy/types").EndpointV2;
|
|
36
37
|
tls?: boolean | undefined;
|
|
38
|
+
serviceConfiguredEndpoint?: undefined;
|
|
37
39
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
38
40
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").IoTThingsGraphHttpAuthSchemeProvider;
|
|
39
41
|
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
|
|
@@ -7,6 +7,7 @@ export declare const getRuntimeConfig: (config: IoTThingsGraphClientConfig) => {
|
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
8
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
apiVersion: string;
|
|
10
|
+
cacheMiddleware?: boolean | undefined;
|
|
10
11
|
urlParser: import("@smithy/types").UrlParser;
|
|
11
12
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
12
13
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -33,6 +34,7 @@ export declare const getRuntimeConfig: (config: IoTThingsGraphClientConfig) => {
|
|
|
33
34
|
logger?: import("@smithy/types").Logger | undefined;
|
|
34
35
|
}) => import("@smithy/types").EndpointV2;
|
|
35
36
|
tls?: boolean | undefined;
|
|
37
|
+
serviceConfiguredEndpoint?: undefined;
|
|
36
38
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
37
39
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").IoTThingsGraphHttpAuthSchemeProvider;
|
|
38
40
|
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
|
|
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: IoTThingsGraphClientConfig) => {
|
|
|
23
23
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
24
24
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
25
25
|
apiVersion: string;
|
|
26
|
+
cacheMiddleware?: boolean | undefined;
|
|
26
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
27
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
28
29
|
base64Encoder: (_input: string | Uint8Array) => string;
|
|
@@ -61,6 +62,7 @@ export declare const getRuntimeConfig: (config: IoTThingsGraphClientConfig) => {
|
|
|
61
62
|
}
|
|
62
63
|
) => import("@smithy/types").EndpointV2;
|
|
63
64
|
tls?: boolean | undefined;
|
|
65
|
+
serviceConfiguredEndpoint?: undefined;
|
|
64
66
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
65
67
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").IoTThingsGraphHttpAuthSchemeProvider;
|
|
66
68
|
credentials?:
|
|
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: IoTThingsGraphClientConfig) => {
|
|
|
27
27
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
28
28
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
29
29
|
apiVersion: string;
|
|
30
|
+
cacheMiddleware?: boolean | undefined;
|
|
30
31
|
urlParser: import("@smithy/types").UrlParser;
|
|
31
32
|
base64Decoder: import("@smithy/types").Decoder;
|
|
32
33
|
base64Encoder: (_input: string | Uint8Array) => string;
|
|
@@ -65,6 +66,7 @@ export declare const getRuntimeConfig: (config: IoTThingsGraphClientConfig) => {
|
|
|
65
66
|
}
|
|
66
67
|
) => import("@smithy/types").EndpointV2;
|
|
67
68
|
tls?: boolean | undefined;
|
|
69
|
+
serviceConfiguredEndpoint?: undefined;
|
|
68
70
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
69
71
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").IoTThingsGraphHttpAuthSchemeProvider;
|
|
70
72
|
credentials?:
|
|
@@ -9,6 +9,7 @@ export declare const getRuntimeConfig: (config: IoTThingsGraphClientConfig) => {
|
|
|
9
9
|
| import("@smithy/protocol-http").HttpHandler<any>
|
|
10
10
|
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
11
11
|
apiVersion: string;
|
|
12
|
+
cacheMiddleware?: boolean | undefined;
|
|
12
13
|
urlParser: import("@smithy/types").UrlParser;
|
|
13
14
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
14
15
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -55,6 +56,7 @@ export declare const getRuntimeConfig: (config: IoTThingsGraphClientConfig) => {
|
|
|
55
56
|
}
|
|
56
57
|
) => import("@smithy/types").EndpointV2;
|
|
57
58
|
tls?: boolean | undefined;
|
|
59
|
+
serviceConfiguredEndpoint?: undefined;
|
|
58
60
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
59
61
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").IoTThingsGraphHttpAuthSchemeProvider;
|
|
60
62
|
credentials?:
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iotthingsgraph",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iotthingsgraph Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.650.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-iotthingsgraph",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.4.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.
|
|
50
|
-
"@smithy/types": "^3.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
|
+
"@aws-sdk/core": "3.649.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.649.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.649.0",
|
|
32
|
+
"@aws-sdk/types": "3.649.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.649.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.649.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.649.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.6",
|
|
37
|
+
"@smithy/core": "^2.4.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.2.5",
|
|
39
|
+
"@smithy/hash-node": "^3.0.4",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.4",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.6",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.1.1",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.16",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.4",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.4",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.5",
|
|
47
|
+
"@smithy/node-http-handler": "^3.2.0",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.1",
|
|
49
|
+
"@smithy/smithy-client": "^3.3.0",
|
|
50
|
+
"@smithy/types": "^3.4.0",
|
|
51
|
+
"@smithy/url-parser": "^3.0.4",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.0
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.16",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.16",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.0",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.4",
|
|
59
|
+
"@smithy/util-retry": "^3.0.4",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|