@aws-sdk/client-grafana 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/Grafana.d.ts +292 -85
- package/dist-types/ts3.4/GrafanaClient.d.ts +225 -89
- package/dist-types/ts3.4/commands/AssociateLicenseCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateWorkspaceApiKeyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteWorkspaceApiKeyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeWorkspaceAuthenticationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DisassociateLicenseCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdatePermissionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateWorkspaceAuthenticationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateWorkspaceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +16 -16
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/GrafanaServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +733 -693
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListPermissionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWorkspacesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +3 -3
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +197 -50
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,89 +1,225 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
}
|
|
89
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AssociateLicenseCommandInput,
|
|
47
|
+
AssociateLicenseCommandOutput,
|
|
48
|
+
} from "./commands/AssociateLicenseCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateWorkspaceApiKeyCommandInput,
|
|
51
|
+
CreateWorkspaceApiKeyCommandOutput,
|
|
52
|
+
} from "./commands/CreateWorkspaceApiKeyCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateWorkspaceCommandInput,
|
|
55
|
+
CreateWorkspaceCommandOutput,
|
|
56
|
+
} from "./commands/CreateWorkspaceCommand";
|
|
57
|
+
import {
|
|
58
|
+
DeleteWorkspaceApiKeyCommandInput,
|
|
59
|
+
DeleteWorkspaceApiKeyCommandOutput,
|
|
60
|
+
} from "./commands/DeleteWorkspaceApiKeyCommand";
|
|
61
|
+
import {
|
|
62
|
+
DeleteWorkspaceCommandInput,
|
|
63
|
+
DeleteWorkspaceCommandOutput,
|
|
64
|
+
} from "./commands/DeleteWorkspaceCommand";
|
|
65
|
+
import {
|
|
66
|
+
DescribeWorkspaceAuthenticationCommandInput,
|
|
67
|
+
DescribeWorkspaceAuthenticationCommandOutput,
|
|
68
|
+
} from "./commands/DescribeWorkspaceAuthenticationCommand";
|
|
69
|
+
import {
|
|
70
|
+
DescribeWorkspaceCommandInput,
|
|
71
|
+
DescribeWorkspaceCommandOutput,
|
|
72
|
+
} from "./commands/DescribeWorkspaceCommand";
|
|
73
|
+
import {
|
|
74
|
+
DisassociateLicenseCommandInput,
|
|
75
|
+
DisassociateLicenseCommandOutput,
|
|
76
|
+
} from "./commands/DisassociateLicenseCommand";
|
|
77
|
+
import {
|
|
78
|
+
ListPermissionsCommandInput,
|
|
79
|
+
ListPermissionsCommandOutput,
|
|
80
|
+
} from "./commands/ListPermissionsCommand";
|
|
81
|
+
import {
|
|
82
|
+
ListTagsForResourceCommandInput,
|
|
83
|
+
ListTagsForResourceCommandOutput,
|
|
84
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
85
|
+
import {
|
|
86
|
+
ListWorkspacesCommandInput,
|
|
87
|
+
ListWorkspacesCommandOutput,
|
|
88
|
+
} from "./commands/ListWorkspacesCommand";
|
|
89
|
+
import {
|
|
90
|
+
TagResourceCommandInput,
|
|
91
|
+
TagResourceCommandOutput,
|
|
92
|
+
} from "./commands/TagResourceCommand";
|
|
93
|
+
import {
|
|
94
|
+
UntagResourceCommandInput,
|
|
95
|
+
UntagResourceCommandOutput,
|
|
96
|
+
} from "./commands/UntagResourceCommand";
|
|
97
|
+
import {
|
|
98
|
+
UpdatePermissionsCommandInput,
|
|
99
|
+
UpdatePermissionsCommandOutput,
|
|
100
|
+
} from "./commands/UpdatePermissionsCommand";
|
|
101
|
+
import {
|
|
102
|
+
UpdateWorkspaceAuthenticationCommandInput,
|
|
103
|
+
UpdateWorkspaceAuthenticationCommandOutput,
|
|
104
|
+
} from "./commands/UpdateWorkspaceAuthenticationCommand";
|
|
105
|
+
import {
|
|
106
|
+
UpdateWorkspaceCommandInput,
|
|
107
|
+
UpdateWorkspaceCommandOutput,
|
|
108
|
+
} from "./commands/UpdateWorkspaceCommand";
|
|
109
|
+
export declare type ServiceInputTypes =
|
|
110
|
+
| AssociateLicenseCommandInput
|
|
111
|
+
| CreateWorkspaceApiKeyCommandInput
|
|
112
|
+
| CreateWorkspaceCommandInput
|
|
113
|
+
| DeleteWorkspaceApiKeyCommandInput
|
|
114
|
+
| DeleteWorkspaceCommandInput
|
|
115
|
+
| DescribeWorkspaceAuthenticationCommandInput
|
|
116
|
+
| DescribeWorkspaceCommandInput
|
|
117
|
+
| DisassociateLicenseCommandInput
|
|
118
|
+
| ListPermissionsCommandInput
|
|
119
|
+
| ListTagsForResourceCommandInput
|
|
120
|
+
| ListWorkspacesCommandInput
|
|
121
|
+
| TagResourceCommandInput
|
|
122
|
+
| UntagResourceCommandInput
|
|
123
|
+
| UpdatePermissionsCommandInput
|
|
124
|
+
| UpdateWorkspaceAuthenticationCommandInput
|
|
125
|
+
| UpdateWorkspaceCommandInput;
|
|
126
|
+
export declare type ServiceOutputTypes =
|
|
127
|
+
| AssociateLicenseCommandOutput
|
|
128
|
+
| CreateWorkspaceApiKeyCommandOutput
|
|
129
|
+
| CreateWorkspaceCommandOutput
|
|
130
|
+
| DeleteWorkspaceApiKeyCommandOutput
|
|
131
|
+
| DeleteWorkspaceCommandOutput
|
|
132
|
+
| DescribeWorkspaceAuthenticationCommandOutput
|
|
133
|
+
| DescribeWorkspaceCommandOutput
|
|
134
|
+
| DisassociateLicenseCommandOutput
|
|
135
|
+
| ListPermissionsCommandOutput
|
|
136
|
+
| ListTagsForResourceCommandOutput
|
|
137
|
+
| ListWorkspacesCommandOutput
|
|
138
|
+
| TagResourceCommandOutput
|
|
139
|
+
| UntagResourceCommandOutput
|
|
140
|
+
| UpdatePermissionsCommandOutput
|
|
141
|
+
| UpdateWorkspaceAuthenticationCommandOutput
|
|
142
|
+
| UpdateWorkspaceCommandOutput;
|
|
143
|
+
export interface ClientDefaults
|
|
144
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
145
|
+
requestHandler?: __HttpHandler;
|
|
146
|
+
|
|
147
|
+
sha256?: __HashConstructor;
|
|
148
|
+
|
|
149
|
+
urlParser?: __UrlParser;
|
|
150
|
+
|
|
151
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
152
|
+
|
|
153
|
+
streamCollector?: __StreamCollector;
|
|
154
|
+
|
|
155
|
+
base64Decoder?: __Decoder;
|
|
156
|
+
|
|
157
|
+
base64Encoder?: __Encoder;
|
|
158
|
+
|
|
159
|
+
utf8Decoder?: __Decoder;
|
|
160
|
+
|
|
161
|
+
utf8Encoder?: __Encoder;
|
|
162
|
+
|
|
163
|
+
runtime?: string;
|
|
164
|
+
|
|
165
|
+
disableHostPrefix?: boolean;
|
|
166
|
+
|
|
167
|
+
maxAttempts?: number | __Provider<number>;
|
|
168
|
+
|
|
169
|
+
retryMode?: string | __Provider<string>;
|
|
170
|
+
|
|
171
|
+
logger?: __Logger;
|
|
172
|
+
|
|
173
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
174
|
+
|
|
175
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
176
|
+
|
|
177
|
+
serviceId?: string;
|
|
178
|
+
|
|
179
|
+
region?: string | __Provider<string>;
|
|
180
|
+
|
|
181
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
182
|
+
|
|
183
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
184
|
+
|
|
185
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
186
|
+
|
|
187
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
188
|
+
}
|
|
189
|
+
declare type GrafanaClientConfigType = Partial<
|
|
190
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
191
|
+
> &
|
|
192
|
+
ClientDefaults &
|
|
193
|
+
RegionInputConfig &
|
|
194
|
+
EndpointsInputConfig &
|
|
195
|
+
RetryInputConfig &
|
|
196
|
+
HostHeaderInputConfig &
|
|
197
|
+
AwsAuthInputConfig &
|
|
198
|
+
UserAgentInputConfig;
|
|
199
|
+
|
|
200
|
+
export interface GrafanaClientConfig extends GrafanaClientConfigType {}
|
|
201
|
+
declare type GrafanaClientResolvedConfigType =
|
|
202
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
203
|
+
Required<ClientDefaults> &
|
|
204
|
+
RegionResolvedConfig &
|
|
205
|
+
EndpointsResolvedConfig &
|
|
206
|
+
RetryResolvedConfig &
|
|
207
|
+
HostHeaderResolvedConfig &
|
|
208
|
+
AwsAuthResolvedConfig &
|
|
209
|
+
UserAgentResolvedConfig;
|
|
210
|
+
|
|
211
|
+
export interface GrafanaClientResolvedConfig
|
|
212
|
+
extends GrafanaClientResolvedConfigType {}
|
|
213
|
+
|
|
214
|
+
export declare class GrafanaClient extends __Client<
|
|
215
|
+
__HttpHandlerOptions,
|
|
216
|
+
ServiceInputTypes,
|
|
217
|
+
ServiceOutputTypes,
|
|
218
|
+
GrafanaClientResolvedConfig
|
|
219
|
+
> {
|
|
220
|
+
readonly config: GrafanaClientResolvedConfig;
|
|
221
|
+
constructor(configuration: GrafanaClientConfig);
|
|
222
|
+
|
|
223
|
+
destroy(): void;
|
|
224
|
+
}
|
|
225
|
+
export {};
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GrafanaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GrafanaClient";
|
|
13
|
+
import {
|
|
14
|
+
AssociateLicenseRequest,
|
|
15
|
+
AssociateLicenseResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AssociateLicenseCommandInput extends AssociateLicenseRequest {}
|
|
18
|
+
export interface AssociateLicenseCommandOutput
|
|
19
|
+
extends AssociateLicenseResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class AssociateLicenseCommand extends $Command<
|
|
23
|
+
AssociateLicenseCommandInput,
|
|
24
|
+
AssociateLicenseCommandOutput,
|
|
25
|
+
GrafanaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: AssociateLicenseCommandInput;
|
|
28
|
+
constructor(input: AssociateLicenseCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: GrafanaClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<AssociateLicenseCommandInput, AssociateLicenseCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GrafanaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GrafanaClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateWorkspaceApiKeyRequest,
|
|
15
|
+
CreateWorkspaceApiKeyResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateWorkspaceApiKeyCommandInput
|
|
18
|
+
extends CreateWorkspaceApiKeyRequest {}
|
|
19
|
+
export interface CreateWorkspaceApiKeyCommandOutput
|
|
20
|
+
extends CreateWorkspaceApiKeyResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateWorkspaceApiKeyCommand extends $Command<
|
|
24
|
+
CreateWorkspaceApiKeyCommandInput,
|
|
25
|
+
CreateWorkspaceApiKeyCommandOutput,
|
|
26
|
+
GrafanaClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateWorkspaceApiKeyCommandInput;
|
|
29
|
+
constructor(input: CreateWorkspaceApiKeyCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GrafanaClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateWorkspaceApiKeyCommandInput,
|
|
37
|
+
CreateWorkspaceApiKeyCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GrafanaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GrafanaClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateWorkspaceRequest,
|
|
15
|
+
CreateWorkspaceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateWorkspaceCommandInput extends CreateWorkspaceRequest {}
|
|
18
|
+
export interface CreateWorkspaceCommandOutput
|
|
19
|
+
extends CreateWorkspaceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateWorkspaceCommand extends $Command<
|
|
23
|
+
CreateWorkspaceCommandInput,
|
|
24
|
+
CreateWorkspaceCommandOutput,
|
|
25
|
+
GrafanaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateWorkspaceCommandInput;
|
|
28
|
+
constructor(input: CreateWorkspaceCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: GrafanaClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GrafanaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GrafanaClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteWorkspaceApiKeyRequest,
|
|
15
|
+
DeleteWorkspaceApiKeyResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteWorkspaceApiKeyCommandInput
|
|
18
|
+
extends DeleteWorkspaceApiKeyRequest {}
|
|
19
|
+
export interface DeleteWorkspaceApiKeyCommandOutput
|
|
20
|
+
extends DeleteWorkspaceApiKeyResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteWorkspaceApiKeyCommand extends $Command<
|
|
24
|
+
DeleteWorkspaceApiKeyCommandInput,
|
|
25
|
+
DeleteWorkspaceApiKeyCommandOutput,
|
|
26
|
+
GrafanaClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteWorkspaceApiKeyCommandInput;
|
|
29
|
+
constructor(input: DeleteWorkspaceApiKeyCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GrafanaClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteWorkspaceApiKeyCommandInput,
|
|
37
|
+
DeleteWorkspaceApiKeyCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GrafanaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GrafanaClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteWorkspaceRequest,
|
|
15
|
+
DeleteWorkspaceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteWorkspaceCommandInput extends DeleteWorkspaceRequest {}
|
|
18
|
+
export interface DeleteWorkspaceCommandOutput
|
|
19
|
+
extends DeleteWorkspaceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteWorkspaceCommand extends $Command<
|
|
23
|
+
DeleteWorkspaceCommandInput,
|
|
24
|
+
DeleteWorkspaceCommandOutput,
|
|
25
|
+
GrafanaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteWorkspaceCommandInput;
|
|
28
|
+
constructor(input: DeleteWorkspaceCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: GrafanaClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteWorkspaceCommandInput, DeleteWorkspaceCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|