@aws-sdk/client-pca-connector-ad 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.
Files changed (35) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +6 -2
  2. package/dist-cjs/index.js +25 -75
  3. package/dist-es/commands/CreateConnectorCommand.js +1 -3
  4. package/dist-es/commands/CreateDirectoryRegistrationCommand.js +1 -3
  5. package/dist-es/commands/CreateServicePrincipalNameCommand.js +1 -3
  6. package/dist-es/commands/CreateTemplateCommand.js +1 -3
  7. package/dist-es/commands/CreateTemplateGroupAccessControlEntryCommand.js +1 -3
  8. package/dist-es/commands/DeleteConnectorCommand.js +1 -3
  9. package/dist-es/commands/DeleteDirectoryRegistrationCommand.js +1 -3
  10. package/dist-es/commands/DeleteServicePrincipalNameCommand.js +1 -3
  11. package/dist-es/commands/DeleteTemplateCommand.js +1 -3
  12. package/dist-es/commands/DeleteTemplateGroupAccessControlEntryCommand.js +1 -3
  13. package/dist-es/commands/GetConnectorCommand.js +1 -3
  14. package/dist-es/commands/GetDirectoryRegistrationCommand.js +1 -3
  15. package/dist-es/commands/GetServicePrincipalNameCommand.js +1 -3
  16. package/dist-es/commands/GetTemplateCommand.js +1 -3
  17. package/dist-es/commands/GetTemplateGroupAccessControlEntryCommand.js +1 -3
  18. package/dist-es/commands/ListConnectorsCommand.js +1 -3
  19. package/dist-es/commands/ListDirectoryRegistrationsCommand.js +1 -3
  20. package/dist-es/commands/ListServicePrincipalNamesCommand.js +1 -3
  21. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  22. package/dist-es/commands/ListTemplateGroupAccessControlEntriesCommand.js +1 -3
  23. package/dist-es/commands/ListTemplatesCommand.js +1 -3
  24. package/dist-es/commands/TagResourceCommand.js +1 -3
  25. package/dist-es/commands/UntagResourceCommand.js +1 -3
  26. package/dist-es/commands/UpdateTemplateCommand.js +1 -3
  27. package/dist-es/commands/UpdateTemplateGroupAccessControlEntryCommand.js +1 -3
  28. package/dist-es/endpoint/endpointResolver.js +7 -3
  29. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  30. package/dist-types/runtimeConfig.d.ts +2 -0
  31. package/dist-types/runtimeConfig.native.d.ts +2 -0
  32. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  33. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  34. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  35. 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
@@ -1533,9 +1533,7 @@ var _TK = "TagKeys";
1533
1533
  var _tK = "tagKeys";
1534
1534
 
1535
1535
  // src/commands/CreateConnectorCommand.ts
1536
- var _CreateConnectorCommand = class _CreateConnectorCommand extends import_smithy_client.Command.classBuilder().ep({
1537
- ...commonParams
1538
- }).m(function(Command, cs, config, o) {
1536
+ var _CreateConnectorCommand = class _CreateConnectorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1539
1537
  return [
1540
1538
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1541
1539
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1549,9 +1547,7 @@ var CreateConnectorCommand = _CreateConnectorCommand;
1549
1547
 
1550
1548
 
1551
1549
 
1552
- var _CreateDirectoryRegistrationCommand = class _CreateDirectoryRegistrationCommand extends import_smithy_client.Command.classBuilder().ep({
1553
- ...commonParams
1554
- }).m(function(Command, cs, config, o) {
1550
+ var _CreateDirectoryRegistrationCommand = class _CreateDirectoryRegistrationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1555
1551
  return [
1556
1552
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1557
1553
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1565,9 +1561,7 @@ var CreateDirectoryRegistrationCommand = _CreateDirectoryRegistrationCommand;
1565
1561
 
1566
1562
 
1567
1563
 
1568
- var _CreateServicePrincipalNameCommand = class _CreateServicePrincipalNameCommand extends import_smithy_client.Command.classBuilder().ep({
1569
- ...commonParams
1570
- }).m(function(Command, cs, config, o) {
1564
+ var _CreateServicePrincipalNameCommand = class _CreateServicePrincipalNameCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1571
1565
  return [
1572
1566
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1573
1567
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1581,9 +1575,7 @@ var CreateServicePrincipalNameCommand = _CreateServicePrincipalNameCommand;
1581
1575
 
1582
1576
 
1583
1577
 
1584
- var _CreateTemplateCommand = class _CreateTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
1585
- ...commonParams
1586
- }).m(function(Command, cs, config, o) {
1578
+ var _CreateTemplateCommand = class _CreateTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1587
1579
  return [
1588
1580
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1589
1581
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1597,9 +1589,7 @@ var CreateTemplateCommand = _CreateTemplateCommand;
1597
1589
 
1598
1590
 
1599
1591
 
1600
- var _CreateTemplateGroupAccessControlEntryCommand = class _CreateTemplateGroupAccessControlEntryCommand extends import_smithy_client.Command.classBuilder().ep({
1601
- ...commonParams
1602
- }).m(function(Command, cs, config, o) {
1592
+ var _CreateTemplateGroupAccessControlEntryCommand = class _CreateTemplateGroupAccessControlEntryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1603
1593
  return [
1604
1594
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1605
1595
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1613,9 +1603,7 @@ var CreateTemplateGroupAccessControlEntryCommand = _CreateTemplateGroupAccessCon
1613
1603
 
1614
1604
 
1615
1605
 
1616
- var _DeleteConnectorCommand = class _DeleteConnectorCommand extends import_smithy_client.Command.classBuilder().ep({
1617
- ...commonParams
1618
- }).m(function(Command, cs, config, o) {
1606
+ var _DeleteConnectorCommand = class _DeleteConnectorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1619
1607
  return [
1620
1608
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1621
1609
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1629,9 +1617,7 @@ var DeleteConnectorCommand = _DeleteConnectorCommand;
1629
1617
 
1630
1618
 
1631
1619
 
1632
- var _DeleteDirectoryRegistrationCommand = class _DeleteDirectoryRegistrationCommand extends import_smithy_client.Command.classBuilder().ep({
1633
- ...commonParams
1634
- }).m(function(Command, cs, config, o) {
1620
+ var _DeleteDirectoryRegistrationCommand = class _DeleteDirectoryRegistrationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1635
1621
  return [
1636
1622
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1637
1623
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1645,9 +1631,7 @@ var DeleteDirectoryRegistrationCommand = _DeleteDirectoryRegistrationCommand;
1645
1631
 
1646
1632
 
1647
1633
 
1648
- var _DeleteServicePrincipalNameCommand = class _DeleteServicePrincipalNameCommand extends import_smithy_client.Command.classBuilder().ep({
1649
- ...commonParams
1650
- }).m(function(Command, cs, config, o) {
1634
+ var _DeleteServicePrincipalNameCommand = class _DeleteServicePrincipalNameCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1651
1635
  return [
1652
1636
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1653
1637
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1661,9 +1645,7 @@ var DeleteServicePrincipalNameCommand = _DeleteServicePrincipalNameCommand;
1661
1645
 
1662
1646
 
1663
1647
 
1664
- var _DeleteTemplateCommand = class _DeleteTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
1665
- ...commonParams
1666
- }).m(function(Command, cs, config, o) {
1648
+ var _DeleteTemplateCommand = class _DeleteTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1667
1649
  return [
1668
1650
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1669
1651
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1677,9 +1659,7 @@ var DeleteTemplateCommand = _DeleteTemplateCommand;
1677
1659
 
1678
1660
 
1679
1661
 
1680
- var _DeleteTemplateGroupAccessControlEntryCommand = class _DeleteTemplateGroupAccessControlEntryCommand extends import_smithy_client.Command.classBuilder().ep({
1681
- ...commonParams
1682
- }).m(function(Command, cs, config, o) {
1662
+ var _DeleteTemplateGroupAccessControlEntryCommand = class _DeleteTemplateGroupAccessControlEntryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1683
1663
  return [
1684
1664
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1685
1665
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1693,9 +1673,7 @@ var DeleteTemplateGroupAccessControlEntryCommand = _DeleteTemplateGroupAccessCon
1693
1673
 
1694
1674
 
1695
1675
 
1696
- var _GetConnectorCommand = class _GetConnectorCommand extends import_smithy_client.Command.classBuilder().ep({
1697
- ...commonParams
1698
- }).m(function(Command, cs, config, o) {
1676
+ var _GetConnectorCommand = class _GetConnectorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1699
1677
  return [
1700
1678
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1701
1679
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1709,9 +1687,7 @@ var GetConnectorCommand = _GetConnectorCommand;
1709
1687
 
1710
1688
 
1711
1689
 
1712
- var _GetDirectoryRegistrationCommand = class _GetDirectoryRegistrationCommand extends import_smithy_client.Command.classBuilder().ep({
1713
- ...commonParams
1714
- }).m(function(Command, cs, config, o) {
1690
+ var _GetDirectoryRegistrationCommand = class _GetDirectoryRegistrationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1715
1691
  return [
1716
1692
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1717
1693
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1725,9 +1701,7 @@ var GetDirectoryRegistrationCommand = _GetDirectoryRegistrationCommand;
1725
1701
 
1726
1702
 
1727
1703
 
1728
- var _GetServicePrincipalNameCommand = class _GetServicePrincipalNameCommand extends import_smithy_client.Command.classBuilder().ep({
1729
- ...commonParams
1730
- }).m(function(Command, cs, config, o) {
1704
+ var _GetServicePrincipalNameCommand = class _GetServicePrincipalNameCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1731
1705
  return [
1732
1706
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1733
1707
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1741,9 +1715,7 @@ var GetServicePrincipalNameCommand = _GetServicePrincipalNameCommand;
1741
1715
 
1742
1716
 
1743
1717
 
1744
- var _GetTemplateCommand = class _GetTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
1745
- ...commonParams
1746
- }).m(function(Command, cs, config, o) {
1718
+ var _GetTemplateCommand = class _GetTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1747
1719
  return [
1748
1720
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1749
1721
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1757,9 +1729,7 @@ var GetTemplateCommand = _GetTemplateCommand;
1757
1729
 
1758
1730
 
1759
1731
 
1760
- var _GetTemplateGroupAccessControlEntryCommand = class _GetTemplateGroupAccessControlEntryCommand extends import_smithy_client.Command.classBuilder().ep({
1761
- ...commonParams
1762
- }).m(function(Command, cs, config, o) {
1732
+ var _GetTemplateGroupAccessControlEntryCommand = class _GetTemplateGroupAccessControlEntryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1763
1733
  return [
1764
1734
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1765
1735
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1773,9 +1743,7 @@ var GetTemplateGroupAccessControlEntryCommand = _GetTemplateGroupAccessControlEn
1773
1743
 
1774
1744
 
1775
1745
 
1776
- var _ListConnectorsCommand = class _ListConnectorsCommand extends import_smithy_client.Command.classBuilder().ep({
1777
- ...commonParams
1778
- }).m(function(Command, cs, config, o) {
1746
+ var _ListConnectorsCommand = class _ListConnectorsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1779
1747
  return [
1780
1748
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1781
1749
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1789,9 +1757,7 @@ var ListConnectorsCommand = _ListConnectorsCommand;
1789
1757
 
1790
1758
 
1791
1759
 
1792
- var _ListDirectoryRegistrationsCommand = class _ListDirectoryRegistrationsCommand extends import_smithy_client.Command.classBuilder().ep({
1793
- ...commonParams
1794
- }).m(function(Command, cs, config, o) {
1760
+ var _ListDirectoryRegistrationsCommand = class _ListDirectoryRegistrationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1795
1761
  return [
1796
1762
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1797
1763
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1805,9 +1771,7 @@ var ListDirectoryRegistrationsCommand = _ListDirectoryRegistrationsCommand;
1805
1771
 
1806
1772
 
1807
1773
 
1808
- var _ListServicePrincipalNamesCommand = class _ListServicePrincipalNamesCommand extends import_smithy_client.Command.classBuilder().ep({
1809
- ...commonParams
1810
- }).m(function(Command, cs, config, o) {
1774
+ var _ListServicePrincipalNamesCommand = class _ListServicePrincipalNamesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1811
1775
  return [
1812
1776
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1813
1777
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1821,9 +1785,7 @@ var ListServicePrincipalNamesCommand = _ListServicePrincipalNamesCommand;
1821
1785
 
1822
1786
 
1823
1787
 
1824
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1825
- ...commonParams
1826
- }).m(function(Command, cs, config, o) {
1788
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1827
1789
  return [
1828
1790
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1829
1791
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1837,9 +1799,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1837
1799
 
1838
1800
 
1839
1801
 
1840
- var _ListTemplateGroupAccessControlEntriesCommand = class _ListTemplateGroupAccessControlEntriesCommand extends import_smithy_client.Command.classBuilder().ep({
1841
- ...commonParams
1842
- }).m(function(Command, cs, config, o) {
1802
+ var _ListTemplateGroupAccessControlEntriesCommand = class _ListTemplateGroupAccessControlEntriesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1843
1803
  return [
1844
1804
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1845
1805
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1853,9 +1813,7 @@ var ListTemplateGroupAccessControlEntriesCommand = _ListTemplateGroupAccessContr
1853
1813
 
1854
1814
 
1855
1815
 
1856
- var _ListTemplatesCommand = class _ListTemplatesCommand extends import_smithy_client.Command.classBuilder().ep({
1857
- ...commonParams
1858
- }).m(function(Command, cs, config, o) {
1816
+ var _ListTemplatesCommand = class _ListTemplatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1859
1817
  return [
1860
1818
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1861
1819
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1869,9 +1827,7 @@ var ListTemplatesCommand = _ListTemplatesCommand;
1869
1827
 
1870
1828
 
1871
1829
 
1872
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1873
- ...commonParams
1874
- }).m(function(Command, cs, config, o) {
1830
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1875
1831
  return [
1876
1832
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1877
1833
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1885,9 +1841,7 @@ var TagResourceCommand = _TagResourceCommand;
1885
1841
 
1886
1842
 
1887
1843
 
1888
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1889
- ...commonParams
1890
- }).m(function(Command, cs, config, o) {
1844
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1891
1845
  return [
1892
1846
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1893
1847
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1901,9 +1855,7 @@ var UntagResourceCommand = _UntagResourceCommand;
1901
1855
 
1902
1856
 
1903
1857
 
1904
- var _UpdateTemplateCommand = class _UpdateTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
1905
- ...commonParams
1906
- }).m(function(Command, cs, config, o) {
1858
+ var _UpdateTemplateCommand = class _UpdateTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1907
1859
  return [
1908
1860
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1909
1861
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1917,9 +1869,7 @@ var UpdateTemplateCommand = _UpdateTemplateCommand;
1917
1869
 
1918
1870
 
1919
1871
 
1920
- var _UpdateTemplateGroupAccessControlEntryCommand = class _UpdateTemplateGroupAccessControlEntryCommand extends import_smithy_client.Command.classBuilder().ep({
1921
- ...commonParams
1922
- }).m(function(Command, cs, config, o) {
1872
+ var _UpdateTemplateGroupAccessControlEntryCommand = class _UpdateTemplateGroupAccessControlEntryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1923
1873
  return [
1924
1874
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1925
1875
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_CreateConnectorCommand, se_CreateConnectorCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class CreateConnectorCommand 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_CreateDirectoryRegistrationCommand, se_CreateDirectoryRegistrationCo
6
6
  export { $Command };
7
7
  export class CreateDirectoryRegistrationCommand 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_CreateServicePrincipalNameCommand, se_CreateServicePrincipalNameComm
6
6
  export { $Command };
7
7
  export class CreateServicePrincipalNameCommand 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_CreateTemplateCommand, se_CreateTemplateCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class CreateTemplateCommand 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_CreateTemplateGroupAccessControlEntryCommand, se_CreateTemplateGroup
6
6
  export { $Command };
7
7
  export class CreateTemplateGroupAccessControlEntryCommand 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_DeleteConnectorCommand, se_DeleteConnectorCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class DeleteConnectorCommand 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_DeleteDirectoryRegistrationCommand, se_DeleteDirectoryRegistrationCo
6
6
  export { $Command };
7
7
  export class DeleteDirectoryRegistrationCommand 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_DeleteServicePrincipalNameCommand, se_DeleteServicePrincipalNameComm
6
6
  export { $Command };
7
7
  export class DeleteServicePrincipalNameCommand 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_DeleteTemplateCommand, se_DeleteTemplateCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class DeleteTemplateCommand 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_DeleteTemplateGroupAccessControlEntryCommand, se_DeleteTemplateGroup
6
6
  export { $Command };
7
7
  export class DeleteTemplateGroupAccessControlEntryCommand 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_GetConnectorCommand, se_GetConnectorCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class GetConnectorCommand 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_GetDirectoryRegistrationCommand, se_GetDirectoryRegistrationCommand
6
6
  export { $Command };
7
7
  export class GetDirectoryRegistrationCommand 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_GetServicePrincipalNameCommand, se_GetServicePrincipalNameCommand }
6
6
  export { $Command };
7
7
  export class GetServicePrincipalNameCommand 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_GetTemplateCommand, se_GetTemplateCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class GetTemplateCommand 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_GetTemplateGroupAccessControlEntryCommand, se_GetTemplateGroupAccess
6
6
  export { $Command };
7
7
  export class GetTemplateGroupAccessControlEntryCommand 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_ListConnectorsCommand, se_ListConnectorsCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class ListConnectorsCommand 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_ListDirectoryRegistrationsCommand, se_ListDirectoryRegistrationsComm
6
6
  export { $Command };
7
7
  export class ListDirectoryRegistrationsCommand 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_ListServicePrincipalNamesCommand, se_ListServicePrincipalNamesComman
6
6
  export { $Command };
7
7
  export class ListServicePrincipalNamesCommand 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_ListTemplateGroupAccessControlEntriesCommand, se_ListTemplateGroupAc
6
6
  export { $Command };
7
7
  export class ListTemplateGroupAccessControlEntriesCommand 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_ListTemplatesCommand, se_ListTemplatesCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class ListTemplatesCommand 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_r
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_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_UpdateTemplateCommand, se_UpdateTemplateCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class UpdateTemplateCommand 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_UpdateTemplateGroupAccessControlEntryCommand, se_UpdateTemplateGroup
6
6
  export { $Command };
7
7
  export class UpdateTemplateGroupAccessControlEntryCommand 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: PcaConnectorAdClientConfig) => {
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: PcaConnectorAdClientConfig) => {
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").PcaConnectorAdHttpAuthSchemeProvider;
39
41
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -18,6 +18,7 @@ export declare const getRuntimeConfig: (config: PcaConnectorAdClientConfig) => {
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: PcaConnectorAdClientConfig) => {
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").PcaConnectorAdHttpAuthSchemeProvider;
39
41
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -7,6 +7,7 @@ export declare const getRuntimeConfig: (config: PcaConnectorAdClientConfig) => {
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: PcaConnectorAdClientConfig) => {
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").PcaConnectorAdHttpAuthSchemeProvider;
38
40
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: PcaConnectorAdClientConfig) => {
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: PcaConnectorAdClientConfig) => {
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").PcaConnectorAdHttpAuthSchemeProvider;
66
68
  credentials?:
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: PcaConnectorAdClientConfig) => {
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: PcaConnectorAdClientConfig) => {
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").PcaConnectorAdHttpAuthSchemeProvider;
70
72
  credentials?:
@@ -9,6 +9,7 @@ export declare const getRuntimeConfig: (config: PcaConnectorAdClientConfig) => {
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: PcaConnectorAdClientConfig) => {
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").PcaConnectorAdHttpAuthSchemeProvider;
60
62
  credentials?:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-pca-connector-ad",
3
3
  "description": "AWS SDK for JavaScript Pca Connector Ad Client for Node.js, Browser and React Native",
4
- "version": "3.645.0",
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-pca-connector-ad",
@@ -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.645.0",
24
- "@aws-sdk/client-sts": "3.645.0",
25
- "@aws-sdk/core": "3.635.0",
26
- "@aws-sdk/credential-provider-node": "3.645.0",
27
- "@aws-sdk/middleware-host-header": "3.620.0",
28
- "@aws-sdk/middleware-logger": "3.609.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.620.0",
30
- "@aws-sdk/middleware-user-agent": "3.645.0",
31
- "@aws-sdk/region-config-resolver": "3.614.0",
32
- "@aws-sdk/types": "3.609.0",
33
- "@aws-sdk/util-endpoints": "3.645.0",
34
- "@aws-sdk/util-user-agent-browser": "3.609.0",
35
- "@aws-sdk/util-user-agent-node": "3.614.0",
36
- "@smithy/config-resolver": "^3.0.5",
37
- "@smithy/core": "^2.4.0",
38
- "@smithy/fetch-http-handler": "^3.2.4",
39
- "@smithy/hash-node": "^3.0.3",
40
- "@smithy/invalid-dependency": "^3.0.3",
41
- "@smithy/middleware-content-length": "^3.0.5",
42
- "@smithy/middleware-endpoint": "^3.1.0",
43
- "@smithy/middleware-retry": "^3.0.15",
44
- "@smithy/middleware-serde": "^3.0.3",
45
- "@smithy/middleware-stack": "^3.0.3",
46
- "@smithy/node-config-provider": "^3.1.4",
47
- "@smithy/node-http-handler": "^3.1.4",
48
- "@smithy/protocol-http": "^4.1.0",
49
- "@smithy/smithy-client": "^3.2.0",
50
- "@smithy/types": "^3.3.0",
51
- "@smithy/url-parser": "^3.0.3",
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.15",
56
- "@smithy/util-defaults-mode-node": "^3.0.15",
57
- "@smithy/util-endpoints": "^2.0.5",
58
- "@smithy/util-middleware": "^3.0.3",
59
- "@smithy/util-retry": "^3.0.3",
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
  "uuid": "^9.0.1"