@aws-sdk/client-grafana 3.590.0 → 3.596.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +0 -25
- package/dist-types/commands/AssociateLicenseCommand.d.ts +2 -1
- package/dist-types/commands/CreateWorkspaceApiKeyCommand.d.ts +2 -1
- package/dist-types/commands/CreateWorkspaceCommand.d.ts +2 -1
- package/dist-types/commands/CreateWorkspaceServiceAccountCommand.d.ts +2 -1
- package/dist-types/commands/CreateWorkspaceServiceAccountTokenCommand.d.ts +2 -1
- package/dist-types/commands/DeleteWorkspaceApiKeyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteWorkspaceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteWorkspaceServiceAccountCommand.d.ts +2 -1
- package/dist-types/commands/DeleteWorkspaceServiceAccountTokenCommand.d.ts +2 -1
- package/dist-types/commands/DescribeWorkspaceAuthenticationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeWorkspaceCommand.d.ts +2 -1
- package/dist-types/commands/DescribeWorkspaceConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateLicenseCommand.d.ts +2 -1
- package/dist-types/commands/ListPermissionsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListWorkspaceServiceAccountTokensCommand.d.ts +2 -1
- package/dist-types/commands/ListWorkspaceServiceAccountsCommand.d.ts +2 -1
- package/dist-types/commands/ListWorkspacesCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePermissionsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateWorkspaceAuthenticationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateWorkspaceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateWorkspaceConfigurationCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/GrafanaServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/AssociateLicenseCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateWorkspaceApiKeyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateWorkspaceServiceAccountCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateWorkspaceServiceAccountTokenCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteWorkspaceApiKeyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteWorkspaceServiceAccountCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteWorkspaceServiceAccountTokenCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeWorkspaceAuthenticationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeWorkspaceConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DisassociateLicenseCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListVersionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListWorkspaceServiceAccountTokensCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListWorkspaceServiceAccountsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdatePermissionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateWorkspaceAuthenticationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateWorkspaceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateWorkspaceConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/GrafanaServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -249,7 +249,6 @@ var GrafanaClient = _GrafanaClient;
|
|
|
249
249
|
|
|
250
250
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
251
251
|
|
|
252
|
-
var import_types = require("@smithy/types");
|
|
253
252
|
|
|
254
253
|
// src/models/models_0.ts
|
|
255
254
|
|
|
@@ -1676,7 +1675,6 @@ var AssociateLicenseCommand = _AssociateLicenseCommand;
|
|
|
1676
1675
|
|
|
1677
1676
|
|
|
1678
1677
|
|
|
1679
|
-
|
|
1680
1678
|
var _CreateWorkspaceApiKeyCommand = class _CreateWorkspaceApiKeyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1681
1679
|
...commonParams
|
|
1682
1680
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1693,7 +1691,6 @@ var CreateWorkspaceApiKeyCommand = _CreateWorkspaceApiKeyCommand;
|
|
|
1693
1691
|
|
|
1694
1692
|
|
|
1695
1693
|
|
|
1696
|
-
|
|
1697
1694
|
var _CreateWorkspaceCommand = class _CreateWorkspaceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1698
1695
|
...commonParams
|
|
1699
1696
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1710,7 +1707,6 @@ var CreateWorkspaceCommand = _CreateWorkspaceCommand;
|
|
|
1710
1707
|
|
|
1711
1708
|
|
|
1712
1709
|
|
|
1713
|
-
|
|
1714
1710
|
var _CreateWorkspaceServiceAccountCommand = class _CreateWorkspaceServiceAccountCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1715
1711
|
...commonParams
|
|
1716
1712
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1727,7 +1723,6 @@ var CreateWorkspaceServiceAccountCommand = _CreateWorkspaceServiceAccountCommand
|
|
|
1727
1723
|
|
|
1728
1724
|
|
|
1729
1725
|
|
|
1730
|
-
|
|
1731
1726
|
var _CreateWorkspaceServiceAccountTokenCommand = class _CreateWorkspaceServiceAccountTokenCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1732
1727
|
...commonParams
|
|
1733
1728
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1744,7 +1739,6 @@ var CreateWorkspaceServiceAccountTokenCommand = _CreateWorkspaceServiceAccountTo
|
|
|
1744
1739
|
|
|
1745
1740
|
|
|
1746
1741
|
|
|
1747
|
-
|
|
1748
1742
|
var _DeleteWorkspaceApiKeyCommand = class _DeleteWorkspaceApiKeyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1749
1743
|
...commonParams
|
|
1750
1744
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1761,7 +1755,6 @@ var DeleteWorkspaceApiKeyCommand = _DeleteWorkspaceApiKeyCommand;
|
|
|
1761
1755
|
|
|
1762
1756
|
|
|
1763
1757
|
|
|
1764
|
-
|
|
1765
1758
|
var _DeleteWorkspaceCommand = class _DeleteWorkspaceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1766
1759
|
...commonParams
|
|
1767
1760
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1778,7 +1771,6 @@ var DeleteWorkspaceCommand = _DeleteWorkspaceCommand;
|
|
|
1778
1771
|
|
|
1779
1772
|
|
|
1780
1773
|
|
|
1781
|
-
|
|
1782
1774
|
var _DeleteWorkspaceServiceAccountCommand = class _DeleteWorkspaceServiceAccountCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1783
1775
|
...commonParams
|
|
1784
1776
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1795,7 +1787,6 @@ var DeleteWorkspaceServiceAccountCommand = _DeleteWorkspaceServiceAccountCommand
|
|
|
1795
1787
|
|
|
1796
1788
|
|
|
1797
1789
|
|
|
1798
|
-
|
|
1799
1790
|
var _DeleteWorkspaceServiceAccountTokenCommand = class _DeleteWorkspaceServiceAccountTokenCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1800
1791
|
...commonParams
|
|
1801
1792
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1812,7 +1803,6 @@ var DeleteWorkspaceServiceAccountTokenCommand = _DeleteWorkspaceServiceAccountTo
|
|
|
1812
1803
|
|
|
1813
1804
|
|
|
1814
1805
|
|
|
1815
|
-
|
|
1816
1806
|
var _DescribeWorkspaceAuthenticationCommand = class _DescribeWorkspaceAuthenticationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1817
1807
|
...commonParams
|
|
1818
1808
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1829,7 +1819,6 @@ var DescribeWorkspaceAuthenticationCommand = _DescribeWorkspaceAuthenticationCom
|
|
|
1829
1819
|
|
|
1830
1820
|
|
|
1831
1821
|
|
|
1832
|
-
|
|
1833
1822
|
var _DescribeWorkspaceCommand = class _DescribeWorkspaceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1834
1823
|
...commonParams
|
|
1835
1824
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1846,7 +1835,6 @@ var DescribeWorkspaceCommand = _DescribeWorkspaceCommand;
|
|
|
1846
1835
|
|
|
1847
1836
|
|
|
1848
1837
|
|
|
1849
|
-
|
|
1850
1838
|
var _DescribeWorkspaceConfigurationCommand = class _DescribeWorkspaceConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1851
1839
|
...commonParams
|
|
1852
1840
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1863,7 +1851,6 @@ var DescribeWorkspaceConfigurationCommand = _DescribeWorkspaceConfigurationComma
|
|
|
1863
1851
|
|
|
1864
1852
|
|
|
1865
1853
|
|
|
1866
|
-
|
|
1867
1854
|
var _DisassociateLicenseCommand = class _DisassociateLicenseCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1868
1855
|
...commonParams
|
|
1869
1856
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1880,7 +1867,6 @@ var DisassociateLicenseCommand = _DisassociateLicenseCommand;
|
|
|
1880
1867
|
|
|
1881
1868
|
|
|
1882
1869
|
|
|
1883
|
-
|
|
1884
1870
|
var _ListPermissionsCommand = class _ListPermissionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1885
1871
|
...commonParams
|
|
1886
1872
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1897,7 +1883,6 @@ var ListPermissionsCommand = _ListPermissionsCommand;
|
|
|
1897
1883
|
|
|
1898
1884
|
|
|
1899
1885
|
|
|
1900
|
-
|
|
1901
1886
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1902
1887
|
...commonParams
|
|
1903
1888
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1914,7 +1899,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1914
1899
|
|
|
1915
1900
|
|
|
1916
1901
|
|
|
1917
|
-
|
|
1918
1902
|
var _ListVersionsCommand = class _ListVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1919
1903
|
...commonParams
|
|
1920
1904
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1931,7 +1915,6 @@ var ListVersionsCommand = _ListVersionsCommand;
|
|
|
1931
1915
|
|
|
1932
1916
|
|
|
1933
1917
|
|
|
1934
|
-
|
|
1935
1918
|
var _ListWorkspacesCommand = class _ListWorkspacesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1936
1919
|
...commonParams
|
|
1937
1920
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1948,7 +1931,6 @@ var ListWorkspacesCommand = _ListWorkspacesCommand;
|
|
|
1948
1931
|
|
|
1949
1932
|
|
|
1950
1933
|
|
|
1951
|
-
|
|
1952
1934
|
var _ListWorkspaceServiceAccountsCommand = class _ListWorkspaceServiceAccountsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1953
1935
|
...commonParams
|
|
1954
1936
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1965,7 +1947,6 @@ var ListWorkspaceServiceAccountsCommand = _ListWorkspaceServiceAccountsCommand;
|
|
|
1965
1947
|
|
|
1966
1948
|
|
|
1967
1949
|
|
|
1968
|
-
|
|
1969
1950
|
var _ListWorkspaceServiceAccountTokensCommand = class _ListWorkspaceServiceAccountTokensCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1970
1951
|
...commonParams
|
|
1971
1952
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1982,7 +1963,6 @@ var ListWorkspaceServiceAccountTokensCommand = _ListWorkspaceServiceAccountToken
|
|
|
1982
1963
|
|
|
1983
1964
|
|
|
1984
1965
|
|
|
1985
|
-
|
|
1986
1966
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1987
1967
|
...commonParams
|
|
1988
1968
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1999,7 +1979,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1999
1979
|
|
|
2000
1980
|
|
|
2001
1981
|
|
|
2002
|
-
|
|
2003
1982
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2004
1983
|
...commonParams
|
|
2005
1984
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2016,7 +1995,6 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
2016
1995
|
|
|
2017
1996
|
|
|
2018
1997
|
|
|
2019
|
-
|
|
2020
1998
|
var _UpdatePermissionsCommand = class _UpdatePermissionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2021
1999
|
...commonParams
|
|
2022
2000
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2033,7 +2011,6 @@ var UpdatePermissionsCommand = _UpdatePermissionsCommand;
|
|
|
2033
2011
|
|
|
2034
2012
|
|
|
2035
2013
|
|
|
2036
|
-
|
|
2037
2014
|
var _UpdateWorkspaceAuthenticationCommand = class _UpdateWorkspaceAuthenticationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2038
2015
|
...commonParams
|
|
2039
2016
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2050,7 +2027,6 @@ var UpdateWorkspaceAuthenticationCommand = _UpdateWorkspaceAuthenticationCommand
|
|
|
2050
2027
|
|
|
2051
2028
|
|
|
2052
2029
|
|
|
2053
|
-
|
|
2054
2030
|
var _UpdateWorkspaceCommand = class _UpdateWorkspaceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2055
2031
|
...commonParams
|
|
2056
2032
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2067,7 +2043,6 @@ var UpdateWorkspaceCommand = _UpdateWorkspaceCommand;
|
|
|
2067
2043
|
|
|
2068
2044
|
|
|
2069
2045
|
|
|
2070
|
-
|
|
2071
2046
|
var _UpdateWorkspaceConfigurationCommand = class _UpdateWorkspaceConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2072
2047
|
...commonParams
|
|
2073
2048
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
export * from "./GrafanaClient";
|
|
15
15
|
export * from "./Grafana";
|
|
16
16
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
17
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
18
|
-
export { GrafanaExtensionConfiguration } from "./extensionConfiguration";
|
|
17
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
18
|
+
export type { GrafanaExtensionConfiguration } from "./extensionConfiguration";
|
|
19
19
|
export * from "./commands";
|
|
20
20
|
export * from "./pagination";
|
|
21
21
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
AssociateLicenseRequest,
|
|
10
10
|
AssociateLicenseResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface AssociateLicenseCommandInput extends AssociateLicenseRequest {}
|
|
14
15
|
export interface AssociateLicenseCommandOutput
|
|
15
16
|
extends AssociateLicenseResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateWorkspaceApiKeyRequest,
|
|
10
10
|
CreateWorkspaceApiKeyResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateWorkspaceApiKeyCommandInput
|
|
14
15
|
extends CreateWorkspaceApiKeyRequest {}
|
|
15
16
|
export interface CreateWorkspaceApiKeyCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateWorkspaceRequest,
|
|
10
10
|
CreateWorkspaceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateWorkspaceCommandInput extends CreateWorkspaceRequest {}
|
|
14
15
|
export interface CreateWorkspaceCommandOutput
|
|
15
16
|
extends CreateWorkspaceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateWorkspaceServiceAccountRequest,
|
|
10
10
|
CreateWorkspaceServiceAccountResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateWorkspaceServiceAccountCommandInput
|
|
14
15
|
extends CreateWorkspaceServiceAccountRequest {}
|
|
15
16
|
export interface CreateWorkspaceServiceAccountCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateWorkspaceServiceAccountTokenRequest,
|
|
10
10
|
CreateWorkspaceServiceAccountTokenResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateWorkspaceServiceAccountTokenCommandInput
|
|
14
15
|
extends CreateWorkspaceServiceAccountTokenRequest {}
|
|
15
16
|
export interface CreateWorkspaceServiceAccountTokenCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteWorkspaceApiKeyRequest,
|
|
10
10
|
DeleteWorkspaceApiKeyResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteWorkspaceApiKeyCommandInput
|
|
14
15
|
extends DeleteWorkspaceApiKeyRequest {}
|
|
15
16
|
export interface DeleteWorkspaceApiKeyCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteWorkspaceRequest,
|
|
10
10
|
DeleteWorkspaceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteWorkspaceCommandInput extends DeleteWorkspaceRequest {}
|
|
14
15
|
export interface DeleteWorkspaceCommandOutput
|
|
15
16
|
extends DeleteWorkspaceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteWorkspaceServiceAccountRequest,
|
|
10
10
|
DeleteWorkspaceServiceAccountResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteWorkspaceServiceAccountCommandInput
|
|
14
15
|
extends DeleteWorkspaceServiceAccountRequest {}
|
|
15
16
|
export interface DeleteWorkspaceServiceAccountCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteWorkspaceServiceAccountTokenRequest,
|
|
10
10
|
DeleteWorkspaceServiceAccountTokenResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteWorkspaceServiceAccountTokenCommandInput
|
|
14
15
|
extends DeleteWorkspaceServiceAccountTokenRequest {}
|
|
15
16
|
export interface DeleteWorkspaceServiceAccountTokenCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeWorkspaceAuthenticationRequest,
|
|
10
10
|
DescribeWorkspaceAuthenticationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeWorkspaceAuthenticationCommandInput
|
|
14
15
|
extends DescribeWorkspaceAuthenticationRequest {}
|
|
15
16
|
export interface DescribeWorkspaceAuthenticationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeWorkspaceRequest,
|
|
10
10
|
DescribeWorkspaceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeWorkspaceCommandInput
|
|
14
15
|
extends DescribeWorkspaceRequest {}
|
|
15
16
|
export interface DescribeWorkspaceCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeWorkspaceConfigurationRequest,
|
|
10
10
|
DescribeWorkspaceConfigurationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeWorkspaceConfigurationCommandInput
|
|
14
15
|
extends DescribeWorkspaceConfigurationRequest {}
|
|
15
16
|
export interface DescribeWorkspaceConfigurationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DisassociateLicenseRequest,
|
|
10
10
|
DisassociateLicenseResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DisassociateLicenseCommandInput
|
|
14
15
|
extends DisassociateLicenseRequest {}
|
|
15
16
|
export interface DisassociateLicenseCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListPermissionsRequest,
|
|
10
10
|
ListPermissionsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListPermissionsCommandInput extends ListPermissionsRequest {}
|
|
14
15
|
export interface ListPermissionsCommandOutput
|
|
15
16
|
extends ListPermissionsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTagsForResourceRequest,
|
|
10
10
|
ListTagsForResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceRequest {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GrafanaClient";
|
|
8
8
|
import { ListVersionsRequest, ListVersionsResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListVersionsCommandInput extends ListVersionsRequest {}
|
|
11
12
|
export interface ListVersionsCommandOutput
|
|
12
13
|
extends ListVersionsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListWorkspaceServiceAccountTokensRequest,
|
|
10
10
|
ListWorkspaceServiceAccountTokensResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListWorkspaceServiceAccountTokensCommandInput
|
|
14
15
|
extends ListWorkspaceServiceAccountTokensRequest {}
|
|
15
16
|
export interface ListWorkspaceServiceAccountTokensCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListWorkspaceServiceAccountsRequest,
|
|
10
10
|
ListWorkspaceServiceAccountsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListWorkspaceServiceAccountsCommandInput
|
|
14
15
|
extends ListWorkspaceServiceAccountsRequest {}
|
|
15
16
|
export interface ListWorkspaceServiceAccountsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListWorkspacesRequest,
|
|
10
10
|
ListWorkspacesResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListWorkspacesCommandInput extends ListWorkspacesRequest {}
|
|
14
15
|
export interface ListWorkspacesCommandOutput
|
|
15
16
|
extends ListWorkspacesResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GrafanaClient";
|
|
8
8
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput
|
|
12
13
|
extends TagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UntagResourceRequest,
|
|
10
10
|
UntagResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
14
15
|
export interface UntagResourceCommandOutput
|
|
15
16
|
extends UntagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdatePermissionsRequest,
|
|
10
10
|
UpdatePermissionsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdatePermissionsCommandInput
|
|
14
15
|
extends UpdatePermissionsRequest {}
|
|
15
16
|
export interface UpdatePermissionsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateWorkspaceAuthenticationRequest,
|
|
10
10
|
UpdateWorkspaceAuthenticationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateWorkspaceAuthenticationCommandInput
|
|
14
15
|
extends UpdateWorkspaceAuthenticationRequest {}
|
|
15
16
|
export interface UpdateWorkspaceAuthenticationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateWorkspaceRequest,
|
|
10
10
|
UpdateWorkspaceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateWorkspaceCommandInput extends UpdateWorkspaceRequest {}
|
|
14
15
|
export interface UpdateWorkspaceCommandOutput
|
|
15
16
|
extends UpdateWorkspaceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateWorkspaceConfigurationRequest,
|
|
10
10
|
UpdateWorkspaceConfigurationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateWorkspaceConfigurationCommandInput
|
|
14
15
|
extends UpdateWorkspaceConfigurationRequest {}
|
|
15
16
|
export interface UpdateWorkspaceConfigurationCommandOutput
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class GrafanaServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
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.596.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,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.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.596.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.596.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.596.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|