@aws-sdk/client-grafana 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/AssociateLicenseCommand.js +1 -3
  4. package/dist-es/commands/CreateWorkspaceApiKeyCommand.js +1 -3
  5. package/dist-es/commands/CreateWorkspaceCommand.js +1 -3
  6. package/dist-es/commands/CreateWorkspaceServiceAccountCommand.js +1 -3
  7. package/dist-es/commands/CreateWorkspaceServiceAccountTokenCommand.js +1 -3
  8. package/dist-es/commands/DeleteWorkspaceApiKeyCommand.js +1 -3
  9. package/dist-es/commands/DeleteWorkspaceCommand.js +1 -3
  10. package/dist-es/commands/DeleteWorkspaceServiceAccountCommand.js +1 -3
  11. package/dist-es/commands/DeleteWorkspaceServiceAccountTokenCommand.js +1 -3
  12. package/dist-es/commands/DescribeWorkspaceAuthenticationCommand.js +1 -3
  13. package/dist-es/commands/DescribeWorkspaceCommand.js +1 -3
  14. package/dist-es/commands/DescribeWorkspaceConfigurationCommand.js +1 -3
  15. package/dist-es/commands/DisassociateLicenseCommand.js +1 -3
  16. package/dist-es/commands/ListPermissionsCommand.js +1 -3
  17. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  18. package/dist-es/commands/ListVersionsCommand.js +1 -3
  19. package/dist-es/commands/ListWorkspaceServiceAccountTokensCommand.js +1 -3
  20. package/dist-es/commands/ListWorkspaceServiceAccountsCommand.js +1 -3
  21. package/dist-es/commands/ListWorkspacesCommand.js +1 -3
  22. package/dist-es/commands/TagResourceCommand.js +1 -3
  23. package/dist-es/commands/UntagResourceCommand.js +1 -3
  24. package/dist-es/commands/UpdatePermissionsCommand.js +1 -3
  25. package/dist-es/commands/UpdateWorkspaceAuthenticationCommand.js +1 -3
  26. package/dist-es/commands/UpdateWorkspaceCommand.js +1 -3
  27. package/dist-es/commands/UpdateWorkspaceConfigurationCommand.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
@@ -1653,9 +1653,7 @@ var _wI = "workspaceId";
1653
1653
  var _wi = "workspace-id";
1654
1654
 
1655
1655
  // src/commands/AssociateLicenseCommand.ts
1656
- var _AssociateLicenseCommand = class _AssociateLicenseCommand extends import_smithy_client.Command.classBuilder().ep({
1657
- ...commonParams
1658
- }).m(function(Command, cs, config, o) {
1656
+ var _AssociateLicenseCommand = class _AssociateLicenseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1659
1657
  return [
1660
1658
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1661
1659
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1669,9 +1667,7 @@ var AssociateLicenseCommand = _AssociateLicenseCommand;
1669
1667
 
1670
1668
 
1671
1669
 
1672
- var _CreateWorkspaceApiKeyCommand = class _CreateWorkspaceApiKeyCommand extends import_smithy_client.Command.classBuilder().ep({
1673
- ...commonParams
1674
- }).m(function(Command, cs, config, o) {
1670
+ var _CreateWorkspaceApiKeyCommand = class _CreateWorkspaceApiKeyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1675
1671
  return [
1676
1672
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1677
1673
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1685,9 +1681,7 @@ var CreateWorkspaceApiKeyCommand = _CreateWorkspaceApiKeyCommand;
1685
1681
 
1686
1682
 
1687
1683
 
1688
- var _CreateWorkspaceCommand = class _CreateWorkspaceCommand extends import_smithy_client.Command.classBuilder().ep({
1689
- ...commonParams
1690
- }).m(function(Command, cs, config, o) {
1684
+ var _CreateWorkspaceCommand = class _CreateWorkspaceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1691
1685
  return [
1692
1686
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1693
1687
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1701,9 +1695,7 @@ var CreateWorkspaceCommand = _CreateWorkspaceCommand;
1701
1695
 
1702
1696
 
1703
1697
 
1704
- var _CreateWorkspaceServiceAccountCommand = class _CreateWorkspaceServiceAccountCommand extends import_smithy_client.Command.classBuilder().ep({
1705
- ...commonParams
1706
- }).m(function(Command, cs, config, o) {
1698
+ var _CreateWorkspaceServiceAccountCommand = class _CreateWorkspaceServiceAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1707
1699
  return [
1708
1700
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1709
1701
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1717,9 +1709,7 @@ var CreateWorkspaceServiceAccountCommand = _CreateWorkspaceServiceAccountCommand
1717
1709
 
1718
1710
 
1719
1711
 
1720
- var _CreateWorkspaceServiceAccountTokenCommand = class _CreateWorkspaceServiceAccountTokenCommand extends import_smithy_client.Command.classBuilder().ep({
1721
- ...commonParams
1722
- }).m(function(Command, cs, config, o) {
1712
+ var _CreateWorkspaceServiceAccountTokenCommand = class _CreateWorkspaceServiceAccountTokenCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1723
1713
  return [
1724
1714
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1725
1715
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1733,9 +1723,7 @@ var CreateWorkspaceServiceAccountTokenCommand = _CreateWorkspaceServiceAccountTo
1733
1723
 
1734
1724
 
1735
1725
 
1736
- var _DeleteWorkspaceApiKeyCommand = class _DeleteWorkspaceApiKeyCommand extends import_smithy_client.Command.classBuilder().ep({
1737
- ...commonParams
1738
- }).m(function(Command, cs, config, o) {
1726
+ var _DeleteWorkspaceApiKeyCommand = class _DeleteWorkspaceApiKeyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1739
1727
  return [
1740
1728
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1741
1729
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1749,9 +1737,7 @@ var DeleteWorkspaceApiKeyCommand = _DeleteWorkspaceApiKeyCommand;
1749
1737
 
1750
1738
 
1751
1739
 
1752
- var _DeleteWorkspaceCommand = class _DeleteWorkspaceCommand extends import_smithy_client.Command.classBuilder().ep({
1753
- ...commonParams
1754
- }).m(function(Command, cs, config, o) {
1740
+ var _DeleteWorkspaceCommand = class _DeleteWorkspaceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1755
1741
  return [
1756
1742
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1757
1743
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1765,9 +1751,7 @@ var DeleteWorkspaceCommand = _DeleteWorkspaceCommand;
1765
1751
 
1766
1752
 
1767
1753
 
1768
- var _DeleteWorkspaceServiceAccountCommand = class _DeleteWorkspaceServiceAccountCommand extends import_smithy_client.Command.classBuilder().ep({
1769
- ...commonParams
1770
- }).m(function(Command, cs, config, o) {
1754
+ var _DeleteWorkspaceServiceAccountCommand = class _DeleteWorkspaceServiceAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1771
1755
  return [
1772
1756
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1773
1757
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1781,9 +1765,7 @@ var DeleteWorkspaceServiceAccountCommand = _DeleteWorkspaceServiceAccountCommand
1781
1765
 
1782
1766
 
1783
1767
 
1784
- var _DeleteWorkspaceServiceAccountTokenCommand = class _DeleteWorkspaceServiceAccountTokenCommand extends import_smithy_client.Command.classBuilder().ep({
1785
- ...commonParams
1786
- }).m(function(Command, cs, config, o) {
1768
+ var _DeleteWorkspaceServiceAccountTokenCommand = class _DeleteWorkspaceServiceAccountTokenCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1787
1769
  return [
1788
1770
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1789
1771
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1797,9 +1779,7 @@ var DeleteWorkspaceServiceAccountTokenCommand = _DeleteWorkspaceServiceAccountTo
1797
1779
 
1798
1780
 
1799
1781
 
1800
- var _DescribeWorkspaceAuthenticationCommand = class _DescribeWorkspaceAuthenticationCommand extends import_smithy_client.Command.classBuilder().ep({
1801
- ...commonParams
1802
- }).m(function(Command, cs, config, o) {
1782
+ var _DescribeWorkspaceAuthenticationCommand = class _DescribeWorkspaceAuthenticationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1803
1783
  return [
1804
1784
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1805
1785
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1813,9 +1793,7 @@ var DescribeWorkspaceAuthenticationCommand = _DescribeWorkspaceAuthenticationCom
1813
1793
 
1814
1794
 
1815
1795
 
1816
- var _DescribeWorkspaceCommand = class _DescribeWorkspaceCommand extends import_smithy_client.Command.classBuilder().ep({
1817
- ...commonParams
1818
- }).m(function(Command, cs, config, o) {
1796
+ var _DescribeWorkspaceCommand = class _DescribeWorkspaceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1819
1797
  return [
1820
1798
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1821
1799
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1829,9 +1807,7 @@ var DescribeWorkspaceCommand = _DescribeWorkspaceCommand;
1829
1807
 
1830
1808
 
1831
1809
 
1832
- var _DescribeWorkspaceConfigurationCommand = class _DescribeWorkspaceConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1833
- ...commonParams
1834
- }).m(function(Command, cs, config, o) {
1810
+ var _DescribeWorkspaceConfigurationCommand = class _DescribeWorkspaceConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1835
1811
  return [
1836
1812
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1837
1813
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1845,9 +1821,7 @@ var DescribeWorkspaceConfigurationCommand = _DescribeWorkspaceConfigurationComma
1845
1821
 
1846
1822
 
1847
1823
 
1848
- var _DisassociateLicenseCommand = class _DisassociateLicenseCommand extends import_smithy_client.Command.classBuilder().ep({
1849
- ...commonParams
1850
- }).m(function(Command, cs, config, o) {
1824
+ var _DisassociateLicenseCommand = class _DisassociateLicenseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1851
1825
  return [
1852
1826
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1853
1827
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1861,9 +1835,7 @@ var DisassociateLicenseCommand = _DisassociateLicenseCommand;
1861
1835
 
1862
1836
 
1863
1837
 
1864
- var _ListPermissionsCommand = class _ListPermissionsCommand extends import_smithy_client.Command.classBuilder().ep({
1865
- ...commonParams
1866
- }).m(function(Command, cs, config, o) {
1838
+ var _ListPermissionsCommand = class _ListPermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1867
1839
  return [
1868
1840
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1869
1841
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1877,9 +1849,7 @@ var ListPermissionsCommand = _ListPermissionsCommand;
1877
1849
 
1878
1850
 
1879
1851
 
1880
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1881
- ...commonParams
1882
- }).m(function(Command, cs, config, o) {
1852
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1883
1853
  return [
1884
1854
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1885
1855
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1893,9 +1863,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1893
1863
 
1894
1864
 
1895
1865
 
1896
- var _ListVersionsCommand = class _ListVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
1897
- ...commonParams
1898
- }).m(function(Command, cs, config, o) {
1866
+ var _ListVersionsCommand = class _ListVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1899
1867
  return [
1900
1868
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1901
1869
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1909,9 +1877,7 @@ var ListVersionsCommand = _ListVersionsCommand;
1909
1877
 
1910
1878
 
1911
1879
 
1912
- var _ListWorkspacesCommand = class _ListWorkspacesCommand extends import_smithy_client.Command.classBuilder().ep({
1913
- ...commonParams
1914
- }).m(function(Command, cs, config, o) {
1880
+ var _ListWorkspacesCommand = class _ListWorkspacesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1915
1881
  return [
1916
1882
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1917
1883
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1925,9 +1891,7 @@ var ListWorkspacesCommand = _ListWorkspacesCommand;
1925
1891
 
1926
1892
 
1927
1893
 
1928
- var _ListWorkspaceServiceAccountsCommand = class _ListWorkspaceServiceAccountsCommand extends import_smithy_client.Command.classBuilder().ep({
1929
- ...commonParams
1930
- }).m(function(Command, cs, config, o) {
1894
+ var _ListWorkspaceServiceAccountsCommand = class _ListWorkspaceServiceAccountsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1931
1895
  return [
1932
1896
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1933
1897
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1941,9 +1905,7 @@ var ListWorkspaceServiceAccountsCommand = _ListWorkspaceServiceAccountsCommand;
1941
1905
 
1942
1906
 
1943
1907
 
1944
- var _ListWorkspaceServiceAccountTokensCommand = class _ListWorkspaceServiceAccountTokensCommand extends import_smithy_client.Command.classBuilder().ep({
1945
- ...commonParams
1946
- }).m(function(Command, cs, config, o) {
1908
+ var _ListWorkspaceServiceAccountTokensCommand = class _ListWorkspaceServiceAccountTokensCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1947
1909
  return [
1948
1910
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1949
1911
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1957,9 +1919,7 @@ var ListWorkspaceServiceAccountTokensCommand = _ListWorkspaceServiceAccountToken
1957
1919
 
1958
1920
 
1959
1921
 
1960
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1961
- ...commonParams
1962
- }).m(function(Command, cs, config, o) {
1922
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1963
1923
  return [
1964
1924
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1965
1925
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1973,9 +1933,7 @@ var TagResourceCommand = _TagResourceCommand;
1973
1933
 
1974
1934
 
1975
1935
 
1976
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1977
- ...commonParams
1978
- }).m(function(Command, cs, config, o) {
1936
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1979
1937
  return [
1980
1938
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1981
1939
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1989,9 +1947,7 @@ var UntagResourceCommand = _UntagResourceCommand;
1989
1947
 
1990
1948
 
1991
1949
 
1992
- var _UpdatePermissionsCommand = class _UpdatePermissionsCommand extends import_smithy_client.Command.classBuilder().ep({
1993
- ...commonParams
1994
- }).m(function(Command, cs, config, o) {
1950
+ var _UpdatePermissionsCommand = class _UpdatePermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1995
1951
  return [
1996
1952
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1997
1953
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2005,9 +1961,7 @@ var UpdatePermissionsCommand = _UpdatePermissionsCommand;
2005
1961
 
2006
1962
 
2007
1963
 
2008
- var _UpdateWorkspaceAuthenticationCommand = class _UpdateWorkspaceAuthenticationCommand extends import_smithy_client.Command.classBuilder().ep({
2009
- ...commonParams
2010
- }).m(function(Command, cs, config, o) {
1964
+ var _UpdateWorkspaceAuthenticationCommand = class _UpdateWorkspaceAuthenticationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2011
1965
  return [
2012
1966
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2013
1967
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2021,9 +1975,7 @@ var UpdateWorkspaceAuthenticationCommand = _UpdateWorkspaceAuthenticationCommand
2021
1975
 
2022
1976
 
2023
1977
 
2024
- var _UpdateWorkspaceCommand = class _UpdateWorkspaceCommand extends import_smithy_client.Command.classBuilder().ep({
2025
- ...commonParams
2026
- }).m(function(Command, cs, config, o) {
1978
+ var _UpdateWorkspaceCommand = class _UpdateWorkspaceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2027
1979
  return [
2028
1980
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2029
1981
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2037,9 +1989,7 @@ var UpdateWorkspaceCommand = _UpdateWorkspaceCommand;
2037
1989
 
2038
1990
 
2039
1991
 
2040
- var _UpdateWorkspaceConfigurationCommand = class _UpdateWorkspaceConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
2041
- ...commonParams
2042
- }).m(function(Command, cs, config, o) {
1992
+ var _UpdateWorkspaceConfigurationCommand = class _UpdateWorkspaceConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2043
1993
  return [
2044
1994
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2045
1995
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7,9 +7,7 @@ import { de_AssociateLicenseCommand, se_AssociateLicenseCommand } from "../proto
7
7
  export { $Command };
8
8
  export class AssociateLicenseCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_CreateWorkspaceApiKeyCommand, se_CreateWorkspaceApiKeyCommand } from
7
7
  export { $Command };
8
8
  export class CreateWorkspaceApiKeyCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_CreateWorkspaceCommand, se_CreateWorkspaceCommand } from "../protoco
7
7
  export { $Command };
8
8
  export class CreateWorkspaceCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateWorkspaceServiceAccountCommand, se_CreateWorkspaceServiceAccou
6
6
  export { $Command };
7
7
  export class CreateWorkspaceServiceAccountCommand 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),
@@ -7,9 +7,7 @@ import { de_CreateWorkspaceServiceAccountTokenCommand, se_CreateWorkspaceService
7
7
  export { $Command };
8
8
  export class CreateWorkspaceServiceAccountTokenCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteWorkspaceApiKeyCommand, se_DeleteWorkspaceApiKeyCommand } from
6
6
  export { $Command };
7
7
  export class DeleteWorkspaceApiKeyCommand 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),
@@ -7,9 +7,7 @@ import { de_DeleteWorkspaceCommand, se_DeleteWorkspaceCommand } from "../protoco
7
7
  export { $Command };
8
8
  export class DeleteWorkspaceCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteWorkspaceServiceAccountCommand, se_DeleteWorkspaceServiceAccou
6
6
  export { $Command };
7
7
  export class DeleteWorkspaceServiceAccountCommand 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_DeleteWorkspaceServiceAccountTokenCommand, se_DeleteWorkspaceService
6
6
  export { $Command };
7
7
  export class DeleteWorkspaceServiceAccountTokenCommand 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),
@@ -7,9 +7,7 @@ import { de_DescribeWorkspaceAuthenticationCommand, se_DescribeWorkspaceAuthenti
7
7
  export { $Command };
8
8
  export class DescribeWorkspaceAuthenticationCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_DescribeWorkspaceCommand, se_DescribeWorkspaceCommand } from "../pro
7
7
  export { $Command };
8
8
  export class DescribeWorkspaceCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeWorkspaceConfigurationCommand, se_DescribeWorkspaceConfigura
6
6
  export { $Command };
7
7
  export class DescribeWorkspaceConfigurationCommand 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),
@@ -7,9 +7,7 @@ import { de_DisassociateLicenseCommand, se_DisassociateLicenseCommand } from "..
7
7
  export { $Command };
8
8
  export class DisassociateLicenseCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListPermissionsCommand, se_ListPermissionsCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class ListPermissionsCommand 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_ListVersionsCommand, se_ListVersionsCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class ListVersionsCommand 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_ListWorkspaceServiceAccountTokensCommand, se_ListWorkspaceServiceAcc
6
6
  export { $Command };
7
7
  export class ListWorkspaceServiceAccountTokensCommand 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_ListWorkspaceServiceAccountsCommand, se_ListWorkspaceServiceAccounts
6
6
  export { $Command };
7
7
  export class ListWorkspaceServiceAccountsCommand 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),
@@ -7,9 +7,7 @@ import { de_ListWorkspacesCommand, se_ListWorkspacesCommand } from "../protocols
7
7
  export { $Command };
8
8
  export class ListWorkspacesCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  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_UpdatePermissionsCommand, se_UpdatePermissionsCommand } from "../pro
6
6
  export { $Command };
7
7
  export class UpdatePermissionsCommand 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),
@@ -7,9 +7,7 @@ import { de_UpdateWorkspaceAuthenticationCommand, se_UpdateWorkspaceAuthenticati
7
7
  export { $Command };
8
8
  export class UpdateWorkspaceAuthenticationCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_UpdateWorkspaceCommand, se_UpdateWorkspaceCommand } from "../protoco
7
7
  export { $Command };
8
8
  export class UpdateWorkspaceCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateWorkspaceConfigurationCommand, se_UpdateWorkspaceConfiguration
6
6
  export { $Command };
7
7
  export class UpdateWorkspaceConfigurationCommand 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: GrafanaClientConfig) => {
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: GrafanaClientConfig) => {
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").GrafanaHttpAuthSchemeProvider;
39
41
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -18,6 +18,7 @@ export declare const getRuntimeConfig: (config: GrafanaClientConfig) => {
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: GrafanaClientConfig) => {
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").GrafanaHttpAuthSchemeProvider;
39
41
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -7,6 +7,7 @@ export declare const getRuntimeConfig: (config: GrafanaClientConfig) => {
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: GrafanaClientConfig) => {
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").GrafanaHttpAuthSchemeProvider;
38
40
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: GrafanaClientConfig) => {
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: GrafanaClientConfig) => {
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").GrafanaHttpAuthSchemeProvider;
66
68
  credentials?:
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: GrafanaClientConfig) => {
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: GrafanaClientConfig) => {
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").GrafanaHttpAuthSchemeProvider;
70
72
  credentials?:
@@ -9,6 +9,7 @@ export declare const getRuntimeConfig: (config: GrafanaClientConfig) => {
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: GrafanaClientConfig) => {
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").GrafanaHttpAuthSchemeProvider;
60
62
  credentials?:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-grafana",
3
3
  "description": "AWS SDK for JavaScript Grafana 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-grafana",
@@ -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"