@aws-sdk/client-grafana 3.170.0 → 3.178.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/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/Grafana.d.ts +0 -16
- package/dist-types/ts3.4/GrafanaClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AssociateLicenseCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateWorkspaceApiKeyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteWorkspaceApiKeyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeWorkspaceAuthenticationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateLicenseCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdatePermissionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateWorkspaceAuthenticationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateWorkspaceCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/GrafanaServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -213
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-grafana
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-grafana
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-grafana
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: GrafanaClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: GrafanaClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: GrafanaClientConfig) => {
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -64,7 +64,6 @@ import {
|
|
|
64
64
|
UpdateWorkspaceCommandOutput,
|
|
65
65
|
} from "./commands/UpdateWorkspaceCommand";
|
|
66
66
|
import { GrafanaClient } from "./GrafanaClient";
|
|
67
|
-
|
|
68
67
|
export declare class Grafana extends GrafanaClient {
|
|
69
68
|
associateLicense(
|
|
70
69
|
args: AssociateLicenseCommandInput,
|
|
@@ -79,7 +78,6 @@ export declare class Grafana extends GrafanaClient {
|
|
|
79
78
|
options: __HttpHandlerOptions,
|
|
80
79
|
cb: (err: any, data?: AssociateLicenseCommandOutput) => void
|
|
81
80
|
): void;
|
|
82
|
-
|
|
83
81
|
createWorkspace(
|
|
84
82
|
args: CreateWorkspaceCommandInput,
|
|
85
83
|
options?: __HttpHandlerOptions
|
|
@@ -93,7 +91,6 @@ export declare class Grafana extends GrafanaClient {
|
|
|
93
91
|
options: __HttpHandlerOptions,
|
|
94
92
|
cb: (err: any, data?: CreateWorkspaceCommandOutput) => void
|
|
95
93
|
): void;
|
|
96
|
-
|
|
97
94
|
createWorkspaceApiKey(
|
|
98
95
|
args: CreateWorkspaceApiKeyCommandInput,
|
|
99
96
|
options?: __HttpHandlerOptions
|
|
@@ -107,7 +104,6 @@ export declare class Grafana extends GrafanaClient {
|
|
|
107
104
|
options: __HttpHandlerOptions,
|
|
108
105
|
cb: (err: any, data?: CreateWorkspaceApiKeyCommandOutput) => void
|
|
109
106
|
): void;
|
|
110
|
-
|
|
111
107
|
deleteWorkspace(
|
|
112
108
|
args: DeleteWorkspaceCommandInput,
|
|
113
109
|
options?: __HttpHandlerOptions
|
|
@@ -121,7 +117,6 @@ export declare class Grafana extends GrafanaClient {
|
|
|
121
117
|
options: __HttpHandlerOptions,
|
|
122
118
|
cb: (err: any, data?: DeleteWorkspaceCommandOutput) => void
|
|
123
119
|
): void;
|
|
124
|
-
|
|
125
120
|
deleteWorkspaceApiKey(
|
|
126
121
|
args: DeleteWorkspaceApiKeyCommandInput,
|
|
127
122
|
options?: __HttpHandlerOptions
|
|
@@ -135,7 +130,6 @@ export declare class Grafana extends GrafanaClient {
|
|
|
135
130
|
options: __HttpHandlerOptions,
|
|
136
131
|
cb: (err: any, data?: DeleteWorkspaceApiKeyCommandOutput) => void
|
|
137
132
|
): void;
|
|
138
|
-
|
|
139
133
|
describeWorkspace(
|
|
140
134
|
args: DescribeWorkspaceCommandInput,
|
|
141
135
|
options?: __HttpHandlerOptions
|
|
@@ -149,7 +143,6 @@ export declare class Grafana extends GrafanaClient {
|
|
|
149
143
|
options: __HttpHandlerOptions,
|
|
150
144
|
cb: (err: any, data?: DescribeWorkspaceCommandOutput) => void
|
|
151
145
|
): void;
|
|
152
|
-
|
|
153
146
|
describeWorkspaceAuthentication(
|
|
154
147
|
args: DescribeWorkspaceAuthenticationCommandInput,
|
|
155
148
|
options?: __HttpHandlerOptions
|
|
@@ -163,7 +156,6 @@ export declare class Grafana extends GrafanaClient {
|
|
|
163
156
|
options: __HttpHandlerOptions,
|
|
164
157
|
cb: (err: any, data?: DescribeWorkspaceAuthenticationCommandOutput) => void
|
|
165
158
|
): void;
|
|
166
|
-
|
|
167
159
|
disassociateLicense(
|
|
168
160
|
args: DisassociateLicenseCommandInput,
|
|
169
161
|
options?: __HttpHandlerOptions
|
|
@@ -177,7 +169,6 @@ export declare class Grafana extends GrafanaClient {
|
|
|
177
169
|
options: __HttpHandlerOptions,
|
|
178
170
|
cb: (err: any, data?: DisassociateLicenseCommandOutput) => void
|
|
179
171
|
): void;
|
|
180
|
-
|
|
181
172
|
listPermissions(
|
|
182
173
|
args: ListPermissionsCommandInput,
|
|
183
174
|
options?: __HttpHandlerOptions
|
|
@@ -191,7 +182,6 @@ export declare class Grafana extends GrafanaClient {
|
|
|
191
182
|
options: __HttpHandlerOptions,
|
|
192
183
|
cb: (err: any, data?: ListPermissionsCommandOutput) => void
|
|
193
184
|
): void;
|
|
194
|
-
|
|
195
185
|
listTagsForResource(
|
|
196
186
|
args: ListTagsForResourceCommandInput,
|
|
197
187
|
options?: __HttpHandlerOptions
|
|
@@ -205,7 +195,6 @@ export declare class Grafana extends GrafanaClient {
|
|
|
205
195
|
options: __HttpHandlerOptions,
|
|
206
196
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
207
197
|
): void;
|
|
208
|
-
|
|
209
198
|
listWorkspaces(
|
|
210
199
|
args: ListWorkspacesCommandInput,
|
|
211
200
|
options?: __HttpHandlerOptions
|
|
@@ -219,7 +208,6 @@ export declare class Grafana extends GrafanaClient {
|
|
|
219
208
|
options: __HttpHandlerOptions,
|
|
220
209
|
cb: (err: any, data?: ListWorkspacesCommandOutput) => void
|
|
221
210
|
): void;
|
|
222
|
-
|
|
223
211
|
tagResource(
|
|
224
212
|
args: TagResourceCommandInput,
|
|
225
213
|
options?: __HttpHandlerOptions
|
|
@@ -233,7 +221,6 @@ export declare class Grafana extends GrafanaClient {
|
|
|
233
221
|
options: __HttpHandlerOptions,
|
|
234
222
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
235
223
|
): void;
|
|
236
|
-
|
|
237
224
|
untagResource(
|
|
238
225
|
args: UntagResourceCommandInput,
|
|
239
226
|
options?: __HttpHandlerOptions
|
|
@@ -247,7 +234,6 @@ export declare class Grafana extends GrafanaClient {
|
|
|
247
234
|
options: __HttpHandlerOptions,
|
|
248
235
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
249
236
|
): void;
|
|
250
|
-
|
|
251
237
|
updatePermissions(
|
|
252
238
|
args: UpdatePermissionsCommandInput,
|
|
253
239
|
options?: __HttpHandlerOptions
|
|
@@ -261,7 +247,6 @@ export declare class Grafana extends GrafanaClient {
|
|
|
261
247
|
options: __HttpHandlerOptions,
|
|
262
248
|
cb: (err: any, data?: UpdatePermissionsCommandOutput) => void
|
|
263
249
|
): void;
|
|
264
|
-
|
|
265
250
|
updateWorkspace(
|
|
266
251
|
args: UpdateWorkspaceCommandInput,
|
|
267
252
|
options?: __HttpHandlerOptions
|
|
@@ -275,7 +260,6 @@ export declare class Grafana extends GrafanaClient {
|
|
|
275
260
|
options: __HttpHandlerOptions,
|
|
276
261
|
cb: (err: any, data?: UpdateWorkspaceCommandOutput) => void
|
|
277
262
|
): void;
|
|
278
|
-
|
|
279
263
|
updateWorkspaceAuthentication(
|
|
280
264
|
args: UpdateWorkspaceAuthenticationCommandInput,
|
|
281
265
|
options?: __HttpHandlerOptions
|
|
@@ -143,47 +143,26 @@ export declare type ServiceOutputTypes =
|
|
|
143
143
|
export interface ClientDefaults
|
|
144
144
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
145
145
|
requestHandler?: __HttpHandler;
|
|
146
|
-
|
|
147
146
|
sha256?: __HashConstructor;
|
|
148
|
-
|
|
149
147
|
urlParser?: __UrlParser;
|
|
150
|
-
|
|
151
148
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
152
|
-
|
|
153
149
|
streamCollector?: __StreamCollector;
|
|
154
|
-
|
|
155
150
|
base64Decoder?: __Decoder;
|
|
156
|
-
|
|
157
151
|
base64Encoder?: __Encoder;
|
|
158
|
-
|
|
159
152
|
utf8Decoder?: __Decoder;
|
|
160
|
-
|
|
161
153
|
utf8Encoder?: __Encoder;
|
|
162
|
-
|
|
163
154
|
runtime?: string;
|
|
164
|
-
|
|
165
155
|
disableHostPrefix?: boolean;
|
|
166
|
-
|
|
167
156
|
maxAttempts?: number | __Provider<number>;
|
|
168
|
-
|
|
169
157
|
retryMode?: string | __Provider<string>;
|
|
170
|
-
|
|
171
158
|
logger?: __Logger;
|
|
172
|
-
|
|
173
159
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
174
|
-
|
|
175
160
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
176
|
-
|
|
177
161
|
serviceId?: string;
|
|
178
|
-
|
|
179
162
|
region?: string | __Provider<string>;
|
|
180
|
-
|
|
181
163
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
182
|
-
|
|
183
164
|
regionInfoProvider?: RegionInfoProvider;
|
|
184
|
-
|
|
185
165
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
186
|
-
|
|
187
166
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
188
167
|
}
|
|
189
168
|
declare type GrafanaClientConfigType = Partial<
|
|
@@ -196,7 +175,6 @@ declare type GrafanaClientConfigType = Partial<
|
|
|
196
175
|
HostHeaderInputConfig &
|
|
197
176
|
AwsAuthInputConfig &
|
|
198
177
|
UserAgentInputConfig;
|
|
199
|
-
|
|
200
178
|
export interface GrafanaClientConfig extends GrafanaClientConfigType {}
|
|
201
179
|
declare type GrafanaClientResolvedConfigType =
|
|
202
180
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -207,10 +185,8 @@ declare type GrafanaClientResolvedConfigType =
|
|
|
207
185
|
HostHeaderResolvedConfig &
|
|
208
186
|
AwsAuthResolvedConfig &
|
|
209
187
|
UserAgentResolvedConfig;
|
|
210
|
-
|
|
211
188
|
export interface GrafanaClientResolvedConfig
|
|
212
189
|
extends GrafanaClientResolvedConfigType {}
|
|
213
|
-
|
|
214
190
|
export declare class GrafanaClient extends __Client<
|
|
215
191
|
__HttpHandlerOptions,
|
|
216
192
|
ServiceInputTypes,
|
|
@@ -219,7 +195,6 @@ export declare class GrafanaClient extends __Client<
|
|
|
219
195
|
> {
|
|
220
196
|
readonly config: GrafanaClientResolvedConfig;
|
|
221
197
|
constructor(configuration: GrafanaClientConfig);
|
|
222
|
-
|
|
223
198
|
destroy(): void;
|
|
224
199
|
}
|
|
225
200
|
export {};
|
|
@@ -18,7 +18,6 @@ export interface AssociateLicenseCommandInput extends AssociateLicenseRequest {}
|
|
|
18
18
|
export interface AssociateLicenseCommandOutput
|
|
19
19
|
extends AssociateLicenseResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class AssociateLicenseCommand extends $Command<
|
|
23
22
|
AssociateLicenseCommandInput,
|
|
24
23
|
AssociateLicenseCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class AssociateLicenseCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: AssociateLicenseCommandInput;
|
|
28
27
|
constructor(input: AssociateLicenseCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: GrafanaClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateWorkspaceApiKeyCommandInput
|
|
|
19
19
|
export interface CreateWorkspaceApiKeyCommandOutput
|
|
20
20
|
extends CreateWorkspaceApiKeyResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateWorkspaceApiKeyCommand extends $Command<
|
|
24
23
|
CreateWorkspaceApiKeyCommandInput,
|
|
25
24
|
CreateWorkspaceApiKeyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateWorkspaceApiKeyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateWorkspaceApiKeyCommandInput;
|
|
29
28
|
constructor(input: CreateWorkspaceApiKeyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GrafanaClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateWorkspaceCommandInput extends CreateWorkspaceRequest {}
|
|
|
18
18
|
export interface CreateWorkspaceCommandOutput
|
|
19
19
|
extends CreateWorkspaceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateWorkspaceCommand extends $Command<
|
|
23
22
|
CreateWorkspaceCommandInput,
|
|
24
23
|
CreateWorkspaceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateWorkspaceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateWorkspaceCommandInput;
|
|
28
27
|
constructor(input: CreateWorkspaceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: GrafanaClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteWorkspaceApiKeyCommandInput
|
|
|
19
19
|
export interface DeleteWorkspaceApiKeyCommandOutput
|
|
20
20
|
extends DeleteWorkspaceApiKeyResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteWorkspaceApiKeyCommand extends $Command<
|
|
24
23
|
DeleteWorkspaceApiKeyCommandInput,
|
|
25
24
|
DeleteWorkspaceApiKeyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteWorkspaceApiKeyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteWorkspaceApiKeyCommandInput;
|
|
29
28
|
constructor(input: DeleteWorkspaceApiKeyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GrafanaClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteWorkspaceCommandInput extends DeleteWorkspaceRequest {}
|
|
|
18
18
|
export interface DeleteWorkspaceCommandOutput
|
|
19
19
|
extends DeleteWorkspaceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteWorkspaceCommand extends $Command<
|
|
23
22
|
DeleteWorkspaceCommandInput,
|
|
24
23
|
DeleteWorkspaceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteWorkspaceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteWorkspaceCommandInput;
|
|
28
27
|
constructor(input: DeleteWorkspaceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: GrafanaClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeWorkspaceAuthenticationCommandInput
|
|
|
19
19
|
export interface DescribeWorkspaceAuthenticationCommandOutput
|
|
20
20
|
extends DescribeWorkspaceAuthenticationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeWorkspaceAuthenticationCommand extends $Command<
|
|
24
23
|
DescribeWorkspaceAuthenticationCommandInput,
|
|
25
24
|
DescribeWorkspaceAuthenticationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeWorkspaceAuthenticationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeWorkspaceAuthenticationCommandInput;
|
|
29
28
|
constructor(input: DescribeWorkspaceAuthenticationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GrafanaClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeWorkspaceCommandInput
|
|
|
19
19
|
export interface DescribeWorkspaceCommandOutput
|
|
20
20
|
extends DescribeWorkspaceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeWorkspaceCommand extends $Command<
|
|
24
23
|
DescribeWorkspaceCommandInput,
|
|
25
24
|
DescribeWorkspaceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeWorkspaceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeWorkspaceCommandInput;
|
|
29
28
|
constructor(input: DescribeWorkspaceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GrafanaClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DisassociateLicenseCommandInput
|
|
|
19
19
|
export interface DisassociateLicenseCommandOutput
|
|
20
20
|
extends DisassociateLicenseResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DisassociateLicenseCommand extends $Command<
|
|
24
23
|
DisassociateLicenseCommandInput,
|
|
25
24
|
DisassociateLicenseCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DisassociateLicenseCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DisassociateLicenseCommandInput;
|
|
29
28
|
constructor(input: DisassociateLicenseCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GrafanaClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListPermissionsCommandInput extends ListPermissionsRequest {}
|
|
|
18
18
|
export interface ListPermissionsCommandOutput
|
|
19
19
|
extends ListPermissionsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListPermissionsCommand extends $Command<
|
|
23
22
|
ListPermissionsCommandInput,
|
|
24
23
|
ListPermissionsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListPermissionsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListPermissionsCommandInput;
|
|
28
27
|
constructor(input: ListPermissionsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: GrafanaClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GrafanaClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListWorkspacesCommandInput extends ListWorkspacesRequest {}
|
|
|
18
18
|
export interface ListWorkspacesCommandOutput
|
|
19
19
|
extends ListWorkspacesResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListWorkspacesCommand extends $Command<
|
|
23
22
|
ListWorkspacesCommandInput,
|
|
24
23
|
ListWorkspacesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListWorkspacesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListWorkspacesCommandInput;
|
|
28
27
|
constructor(input: ListWorkspacesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: GrafanaClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: GrafanaClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: GrafanaClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdatePermissionsCommandInput
|
|
|
19
19
|
export interface UpdatePermissionsCommandOutput
|
|
20
20
|
extends UpdatePermissionsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdatePermissionsCommand extends $Command<
|
|
24
23
|
UpdatePermissionsCommandInput,
|
|
25
24
|
UpdatePermissionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdatePermissionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdatePermissionsCommandInput;
|
|
29
28
|
constructor(input: UpdatePermissionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GrafanaClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateWorkspaceAuthenticationCommandInput
|
|
|
19
19
|
export interface UpdateWorkspaceAuthenticationCommandOutput
|
|
20
20
|
extends UpdateWorkspaceAuthenticationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateWorkspaceAuthenticationCommand extends $Command<
|
|
24
23
|
UpdateWorkspaceAuthenticationCommandInput,
|
|
25
24
|
UpdateWorkspaceAuthenticationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateWorkspaceAuthenticationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateWorkspaceAuthenticationCommandInput;
|
|
29
28
|
constructor(input: UpdateWorkspaceAuthenticationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GrafanaClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateWorkspaceCommandInput extends UpdateWorkspaceRequest {}
|
|
|
18
18
|
export interface UpdateWorkspaceCommandOutput
|
|
19
19
|
extends UpdateWorkspaceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateWorkspaceCommand extends $Command<
|
|
23
22
|
UpdateWorkspaceCommandInput,
|
|
24
23
|
UpdateWorkspaceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateWorkspaceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateWorkspaceCommandInput;
|
|
28
27
|
constructor(input: UpdateWorkspaceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: GrafanaClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class GrafanaServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|