@aws-sdk/client-grafana 3.649.0 → 3.651.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +25 -75
- package/dist-es/commands/AssociateLicenseCommand.js +1 -3
- package/dist-es/commands/CreateWorkspaceApiKeyCommand.js +1 -3
- package/dist-es/commands/CreateWorkspaceCommand.js +1 -3
- package/dist-es/commands/CreateWorkspaceServiceAccountCommand.js +1 -3
- package/dist-es/commands/CreateWorkspaceServiceAccountTokenCommand.js +1 -3
- package/dist-es/commands/DeleteWorkspaceApiKeyCommand.js +1 -3
- package/dist-es/commands/DeleteWorkspaceCommand.js +1 -3
- package/dist-es/commands/DeleteWorkspaceServiceAccountCommand.js +1 -3
- package/dist-es/commands/DeleteWorkspaceServiceAccountTokenCommand.js +1 -3
- package/dist-es/commands/DescribeWorkspaceAuthenticationCommand.js +1 -3
- package/dist-es/commands/DescribeWorkspaceCommand.js +1 -3
- package/dist-es/commands/DescribeWorkspaceConfigurationCommand.js +1 -3
- package/dist-es/commands/DisassociateLicenseCommand.js +1 -3
- package/dist-es/commands/ListPermissionsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ListVersionsCommand.js +1 -3
- package/dist-es/commands/ListWorkspaceServiceAccountTokensCommand.js +1 -3
- package/dist-es/commands/ListWorkspaceServiceAccountsCommand.js +1 -3
- package/dist-es/commands/ListWorkspacesCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdatePermissionsCommand.js +1 -3
- package/dist-es/commands/UpdateWorkspaceAuthenticationCommand.js +1 -3
- package/dist-es/commands/UpdateWorkspaceCommand.js +1 -3
- package/dist-es/commands/UpdateWorkspaceConfigurationCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/package.json +5 -5
- package/dist-types/tsdoc-metadata.json +0 -11
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;
|
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.
|
|
4
|
+
"version": "3.651.1",
|
|
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,10 +20,10 @@
|
|
|
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.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
// This file is read by tools that parse documentation comments conforming to the TSDoc standard.
|
|
2
|
-
// It should be published with your NPM package. It should not be tracked by Git.
|
|
3
|
-
{
|
|
4
|
-
"tsdocVersion": "0.12",
|
|
5
|
-
"toolPackages": [
|
|
6
|
-
{
|
|
7
|
-
"packageName": "@microsoft/api-extractor",
|
|
8
|
-
"packageVersion": "7.34.4"
|
|
9
|
-
}
|
|
10
|
-
]
|
|
11
|
-
}
|