@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.
Files changed (35) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Grafana.d.ts +292 -85
  3. package/dist-types/ts3.4/GrafanaClient.d.ts +225 -89
  4. package/dist-types/ts3.4/commands/AssociateLicenseCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/CreateWorkspaceApiKeyCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/DeleteWorkspaceApiKeyCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/DescribeWorkspaceAuthenticationCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/DisassociateLicenseCommand.d.ts +38 -17
  12. package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  14. package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  16. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/UpdatePermissionsCommand.d.ts +38 -17
  18. package/dist-types/ts3.4/commands/UpdateWorkspaceAuthenticationCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/UpdateWorkspaceCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/index.d.ts +16 -16
  21. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  22. package/dist-types/ts3.4/index.d.ts +6 -6
  23. package/dist-types/ts3.4/models/GrafanaServiceException.d.ts +8 -6
  24. package/dist-types/ts3.4/models/index.d.ts +1 -1
  25. package/dist-types/ts3.4/models/models_0.d.ts +733 -693
  26. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  27. package/dist-types/ts3.4/pagination/ListPermissionsPaginator.d.ts +11 -4
  28. package/dist-types/ts3.4/pagination/ListWorkspacesPaginator.d.ts +11 -4
  29. package/dist-types/ts3.4/pagination/index.d.ts +3 -3
  30. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +197 -50
  31. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  32. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  33. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  34. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  35. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-grafana
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-grafana
@@ -1,85 +1,292 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { AssociateLicenseCommandInput, AssociateLicenseCommandOutput } from "./commands/AssociateLicenseCommand";
3
- import { CreateWorkspaceApiKeyCommandInput, CreateWorkspaceApiKeyCommandOutput } from "./commands/CreateWorkspaceApiKeyCommand";
4
- import { CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput } from "./commands/CreateWorkspaceCommand";
5
- import { DeleteWorkspaceApiKeyCommandInput, DeleteWorkspaceApiKeyCommandOutput } from "./commands/DeleteWorkspaceApiKeyCommand";
6
- import { DeleteWorkspaceCommandInput, DeleteWorkspaceCommandOutput } from "./commands/DeleteWorkspaceCommand";
7
- import { DescribeWorkspaceAuthenticationCommandInput, DescribeWorkspaceAuthenticationCommandOutput } from "./commands/DescribeWorkspaceAuthenticationCommand";
8
- import { DescribeWorkspaceCommandInput, DescribeWorkspaceCommandOutput } from "./commands/DescribeWorkspaceCommand";
9
- import { DisassociateLicenseCommandInput, DisassociateLicenseCommandOutput } from "./commands/DisassociateLicenseCommand";
10
- import { ListPermissionsCommandInput, ListPermissionsCommandOutput } from "./commands/ListPermissionsCommand";
11
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
12
- import { ListWorkspacesCommandInput, ListWorkspacesCommandOutput } from "./commands/ListWorkspacesCommand";
13
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
14
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
15
- import { UpdatePermissionsCommandInput, UpdatePermissionsCommandOutput } from "./commands/UpdatePermissionsCommand";
16
- import { UpdateWorkspaceAuthenticationCommandInput, UpdateWorkspaceAuthenticationCommandOutput } from "./commands/UpdateWorkspaceAuthenticationCommand";
17
- import { UpdateWorkspaceCommandInput, UpdateWorkspaceCommandOutput } from "./commands/UpdateWorkspaceCommand";
18
- import { GrafanaClient } from "./GrafanaClient";
19
-
20
- export declare class Grafana extends GrafanaClient {
21
-
22
- associateLicense(args: AssociateLicenseCommandInput, options?: __HttpHandlerOptions): Promise<AssociateLicenseCommandOutput>;
23
- associateLicense(args: AssociateLicenseCommandInput, cb: (err: any, data?: AssociateLicenseCommandOutput) => void): void;
24
- associateLicense(args: AssociateLicenseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateLicenseCommandOutput) => void): void;
25
-
26
- createWorkspace(args: CreateWorkspaceCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkspaceCommandOutput>;
27
- createWorkspace(args: CreateWorkspaceCommandInput, cb: (err: any, data?: CreateWorkspaceCommandOutput) => void): void;
28
- createWorkspace(args: CreateWorkspaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkspaceCommandOutput) => void): void;
29
-
30
- createWorkspaceApiKey(args: CreateWorkspaceApiKeyCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkspaceApiKeyCommandOutput>;
31
- createWorkspaceApiKey(args: CreateWorkspaceApiKeyCommandInput, cb: (err: any, data?: CreateWorkspaceApiKeyCommandOutput) => void): void;
32
- createWorkspaceApiKey(args: CreateWorkspaceApiKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkspaceApiKeyCommandOutput) => void): void;
33
-
34
- deleteWorkspace(args: DeleteWorkspaceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkspaceCommandOutput>;
35
- deleteWorkspace(args: DeleteWorkspaceCommandInput, cb: (err: any, data?: DeleteWorkspaceCommandOutput) => void): void;
36
- deleteWorkspace(args: DeleteWorkspaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkspaceCommandOutput) => void): void;
37
-
38
- deleteWorkspaceApiKey(args: DeleteWorkspaceApiKeyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkspaceApiKeyCommandOutput>;
39
- deleteWorkspaceApiKey(args: DeleteWorkspaceApiKeyCommandInput, cb: (err: any, data?: DeleteWorkspaceApiKeyCommandOutput) => void): void;
40
- deleteWorkspaceApiKey(args: DeleteWorkspaceApiKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkspaceApiKeyCommandOutput) => void): void;
41
-
42
- describeWorkspace(args: DescribeWorkspaceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkspaceCommandOutput>;
43
- describeWorkspace(args: DescribeWorkspaceCommandInput, cb: (err: any, data?: DescribeWorkspaceCommandOutput) => void): void;
44
- describeWorkspace(args: DescribeWorkspaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkspaceCommandOutput) => void): void;
45
-
46
- describeWorkspaceAuthentication(args: DescribeWorkspaceAuthenticationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkspaceAuthenticationCommandOutput>;
47
- describeWorkspaceAuthentication(args: DescribeWorkspaceAuthenticationCommandInput, cb: (err: any, data?: DescribeWorkspaceAuthenticationCommandOutput) => void): void;
48
- describeWorkspaceAuthentication(args: DescribeWorkspaceAuthenticationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkspaceAuthenticationCommandOutput) => void): void;
49
-
50
- disassociateLicense(args: DisassociateLicenseCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateLicenseCommandOutput>;
51
- disassociateLicense(args: DisassociateLicenseCommandInput, cb: (err: any, data?: DisassociateLicenseCommandOutput) => void): void;
52
- disassociateLicense(args: DisassociateLicenseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateLicenseCommandOutput) => void): void;
53
-
54
- listPermissions(args: ListPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<ListPermissionsCommandOutput>;
55
- listPermissions(args: ListPermissionsCommandInput, cb: (err: any, data?: ListPermissionsCommandOutput) => void): void;
56
- listPermissions(args: ListPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPermissionsCommandOutput) => void): void;
57
-
58
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
59
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
60
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
61
-
62
- listWorkspaces(args: ListWorkspacesCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkspacesCommandOutput>;
63
- listWorkspaces(args: ListWorkspacesCommandInput, cb: (err: any, data?: ListWorkspacesCommandOutput) => void): void;
64
- listWorkspaces(args: ListWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkspacesCommandOutput) => void): void;
65
-
66
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
67
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
68
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
69
-
70
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
71
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
72
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
73
-
74
- updatePermissions(args: UpdatePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePermissionsCommandOutput>;
75
- updatePermissions(args: UpdatePermissionsCommandInput, cb: (err: any, data?: UpdatePermissionsCommandOutput) => void): void;
76
- updatePermissions(args: UpdatePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePermissionsCommandOutput) => void): void;
77
-
78
- updateWorkspace(args: UpdateWorkspaceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkspaceCommandOutput>;
79
- updateWorkspace(args: UpdateWorkspaceCommandInput, cb: (err: any, data?: UpdateWorkspaceCommandOutput) => void): void;
80
- updateWorkspace(args: UpdateWorkspaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkspaceCommandOutput) => void): void;
81
-
82
- updateWorkspaceAuthentication(args: UpdateWorkspaceAuthenticationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkspaceAuthenticationCommandOutput>;
83
- updateWorkspaceAuthentication(args: UpdateWorkspaceAuthenticationCommandInput, cb: (err: any, data?: UpdateWorkspaceAuthenticationCommandOutput) => void): void;
84
- updateWorkspaceAuthentication(args: UpdateWorkspaceAuthenticationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkspaceAuthenticationCommandOutput) => void): void;
85
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ AssociateLicenseCommandInput,
4
+ AssociateLicenseCommandOutput,
5
+ } from "./commands/AssociateLicenseCommand";
6
+ import {
7
+ CreateWorkspaceApiKeyCommandInput,
8
+ CreateWorkspaceApiKeyCommandOutput,
9
+ } from "./commands/CreateWorkspaceApiKeyCommand";
10
+ import {
11
+ CreateWorkspaceCommandInput,
12
+ CreateWorkspaceCommandOutput,
13
+ } from "./commands/CreateWorkspaceCommand";
14
+ import {
15
+ DeleteWorkspaceApiKeyCommandInput,
16
+ DeleteWorkspaceApiKeyCommandOutput,
17
+ } from "./commands/DeleteWorkspaceApiKeyCommand";
18
+ import {
19
+ DeleteWorkspaceCommandInput,
20
+ DeleteWorkspaceCommandOutput,
21
+ } from "./commands/DeleteWorkspaceCommand";
22
+ import {
23
+ DescribeWorkspaceAuthenticationCommandInput,
24
+ DescribeWorkspaceAuthenticationCommandOutput,
25
+ } from "./commands/DescribeWorkspaceAuthenticationCommand";
26
+ import {
27
+ DescribeWorkspaceCommandInput,
28
+ DescribeWorkspaceCommandOutput,
29
+ } from "./commands/DescribeWorkspaceCommand";
30
+ import {
31
+ DisassociateLicenseCommandInput,
32
+ DisassociateLicenseCommandOutput,
33
+ } from "./commands/DisassociateLicenseCommand";
34
+ import {
35
+ ListPermissionsCommandInput,
36
+ ListPermissionsCommandOutput,
37
+ } from "./commands/ListPermissionsCommand";
38
+ import {
39
+ ListTagsForResourceCommandInput,
40
+ ListTagsForResourceCommandOutput,
41
+ } from "./commands/ListTagsForResourceCommand";
42
+ import {
43
+ ListWorkspacesCommandInput,
44
+ ListWorkspacesCommandOutput,
45
+ } from "./commands/ListWorkspacesCommand";
46
+ import {
47
+ TagResourceCommandInput,
48
+ TagResourceCommandOutput,
49
+ } from "./commands/TagResourceCommand";
50
+ import {
51
+ UntagResourceCommandInput,
52
+ UntagResourceCommandOutput,
53
+ } from "./commands/UntagResourceCommand";
54
+ import {
55
+ UpdatePermissionsCommandInput,
56
+ UpdatePermissionsCommandOutput,
57
+ } from "./commands/UpdatePermissionsCommand";
58
+ import {
59
+ UpdateWorkspaceAuthenticationCommandInput,
60
+ UpdateWorkspaceAuthenticationCommandOutput,
61
+ } from "./commands/UpdateWorkspaceAuthenticationCommand";
62
+ import {
63
+ UpdateWorkspaceCommandInput,
64
+ UpdateWorkspaceCommandOutput,
65
+ } from "./commands/UpdateWorkspaceCommand";
66
+ import { GrafanaClient } from "./GrafanaClient";
67
+
68
+ export declare class Grafana extends GrafanaClient {
69
+ associateLicense(
70
+ args: AssociateLicenseCommandInput,
71
+ options?: __HttpHandlerOptions
72
+ ): Promise<AssociateLicenseCommandOutput>;
73
+ associateLicense(
74
+ args: AssociateLicenseCommandInput,
75
+ cb: (err: any, data?: AssociateLicenseCommandOutput) => void
76
+ ): void;
77
+ associateLicense(
78
+ args: AssociateLicenseCommandInput,
79
+ options: __HttpHandlerOptions,
80
+ cb: (err: any, data?: AssociateLicenseCommandOutput) => void
81
+ ): void;
82
+
83
+ createWorkspace(
84
+ args: CreateWorkspaceCommandInput,
85
+ options?: __HttpHandlerOptions
86
+ ): Promise<CreateWorkspaceCommandOutput>;
87
+ createWorkspace(
88
+ args: CreateWorkspaceCommandInput,
89
+ cb: (err: any, data?: CreateWorkspaceCommandOutput) => void
90
+ ): void;
91
+ createWorkspace(
92
+ args: CreateWorkspaceCommandInput,
93
+ options: __HttpHandlerOptions,
94
+ cb: (err: any, data?: CreateWorkspaceCommandOutput) => void
95
+ ): void;
96
+
97
+ createWorkspaceApiKey(
98
+ args: CreateWorkspaceApiKeyCommandInput,
99
+ options?: __HttpHandlerOptions
100
+ ): Promise<CreateWorkspaceApiKeyCommandOutput>;
101
+ createWorkspaceApiKey(
102
+ args: CreateWorkspaceApiKeyCommandInput,
103
+ cb: (err: any, data?: CreateWorkspaceApiKeyCommandOutput) => void
104
+ ): void;
105
+ createWorkspaceApiKey(
106
+ args: CreateWorkspaceApiKeyCommandInput,
107
+ options: __HttpHandlerOptions,
108
+ cb: (err: any, data?: CreateWorkspaceApiKeyCommandOutput) => void
109
+ ): void;
110
+
111
+ deleteWorkspace(
112
+ args: DeleteWorkspaceCommandInput,
113
+ options?: __HttpHandlerOptions
114
+ ): Promise<DeleteWorkspaceCommandOutput>;
115
+ deleteWorkspace(
116
+ args: DeleteWorkspaceCommandInput,
117
+ cb: (err: any, data?: DeleteWorkspaceCommandOutput) => void
118
+ ): void;
119
+ deleteWorkspace(
120
+ args: DeleteWorkspaceCommandInput,
121
+ options: __HttpHandlerOptions,
122
+ cb: (err: any, data?: DeleteWorkspaceCommandOutput) => void
123
+ ): void;
124
+
125
+ deleteWorkspaceApiKey(
126
+ args: DeleteWorkspaceApiKeyCommandInput,
127
+ options?: __HttpHandlerOptions
128
+ ): Promise<DeleteWorkspaceApiKeyCommandOutput>;
129
+ deleteWorkspaceApiKey(
130
+ args: DeleteWorkspaceApiKeyCommandInput,
131
+ cb: (err: any, data?: DeleteWorkspaceApiKeyCommandOutput) => void
132
+ ): void;
133
+ deleteWorkspaceApiKey(
134
+ args: DeleteWorkspaceApiKeyCommandInput,
135
+ options: __HttpHandlerOptions,
136
+ cb: (err: any, data?: DeleteWorkspaceApiKeyCommandOutput) => void
137
+ ): void;
138
+
139
+ describeWorkspace(
140
+ args: DescribeWorkspaceCommandInput,
141
+ options?: __HttpHandlerOptions
142
+ ): Promise<DescribeWorkspaceCommandOutput>;
143
+ describeWorkspace(
144
+ args: DescribeWorkspaceCommandInput,
145
+ cb: (err: any, data?: DescribeWorkspaceCommandOutput) => void
146
+ ): void;
147
+ describeWorkspace(
148
+ args: DescribeWorkspaceCommandInput,
149
+ options: __HttpHandlerOptions,
150
+ cb: (err: any, data?: DescribeWorkspaceCommandOutput) => void
151
+ ): void;
152
+
153
+ describeWorkspaceAuthentication(
154
+ args: DescribeWorkspaceAuthenticationCommandInput,
155
+ options?: __HttpHandlerOptions
156
+ ): Promise<DescribeWorkspaceAuthenticationCommandOutput>;
157
+ describeWorkspaceAuthentication(
158
+ args: DescribeWorkspaceAuthenticationCommandInput,
159
+ cb: (err: any, data?: DescribeWorkspaceAuthenticationCommandOutput) => void
160
+ ): void;
161
+ describeWorkspaceAuthentication(
162
+ args: DescribeWorkspaceAuthenticationCommandInput,
163
+ options: __HttpHandlerOptions,
164
+ cb: (err: any, data?: DescribeWorkspaceAuthenticationCommandOutput) => void
165
+ ): void;
166
+
167
+ disassociateLicense(
168
+ args: DisassociateLicenseCommandInput,
169
+ options?: __HttpHandlerOptions
170
+ ): Promise<DisassociateLicenseCommandOutput>;
171
+ disassociateLicense(
172
+ args: DisassociateLicenseCommandInput,
173
+ cb: (err: any, data?: DisassociateLicenseCommandOutput) => void
174
+ ): void;
175
+ disassociateLicense(
176
+ args: DisassociateLicenseCommandInput,
177
+ options: __HttpHandlerOptions,
178
+ cb: (err: any, data?: DisassociateLicenseCommandOutput) => void
179
+ ): void;
180
+
181
+ listPermissions(
182
+ args: ListPermissionsCommandInput,
183
+ options?: __HttpHandlerOptions
184
+ ): Promise<ListPermissionsCommandOutput>;
185
+ listPermissions(
186
+ args: ListPermissionsCommandInput,
187
+ cb: (err: any, data?: ListPermissionsCommandOutput) => void
188
+ ): void;
189
+ listPermissions(
190
+ args: ListPermissionsCommandInput,
191
+ options: __HttpHandlerOptions,
192
+ cb: (err: any, data?: ListPermissionsCommandOutput) => void
193
+ ): void;
194
+
195
+ listTagsForResource(
196
+ args: ListTagsForResourceCommandInput,
197
+ options?: __HttpHandlerOptions
198
+ ): Promise<ListTagsForResourceCommandOutput>;
199
+ listTagsForResource(
200
+ args: ListTagsForResourceCommandInput,
201
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
202
+ ): void;
203
+ listTagsForResource(
204
+ args: ListTagsForResourceCommandInput,
205
+ options: __HttpHandlerOptions,
206
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
207
+ ): void;
208
+
209
+ listWorkspaces(
210
+ args: ListWorkspacesCommandInput,
211
+ options?: __HttpHandlerOptions
212
+ ): Promise<ListWorkspacesCommandOutput>;
213
+ listWorkspaces(
214
+ args: ListWorkspacesCommandInput,
215
+ cb: (err: any, data?: ListWorkspacesCommandOutput) => void
216
+ ): void;
217
+ listWorkspaces(
218
+ args: ListWorkspacesCommandInput,
219
+ options: __HttpHandlerOptions,
220
+ cb: (err: any, data?: ListWorkspacesCommandOutput) => void
221
+ ): void;
222
+
223
+ tagResource(
224
+ args: TagResourceCommandInput,
225
+ options?: __HttpHandlerOptions
226
+ ): Promise<TagResourceCommandOutput>;
227
+ tagResource(
228
+ args: TagResourceCommandInput,
229
+ cb: (err: any, data?: TagResourceCommandOutput) => void
230
+ ): void;
231
+ tagResource(
232
+ args: TagResourceCommandInput,
233
+ options: __HttpHandlerOptions,
234
+ cb: (err: any, data?: TagResourceCommandOutput) => void
235
+ ): void;
236
+
237
+ untagResource(
238
+ args: UntagResourceCommandInput,
239
+ options?: __HttpHandlerOptions
240
+ ): Promise<UntagResourceCommandOutput>;
241
+ untagResource(
242
+ args: UntagResourceCommandInput,
243
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
244
+ ): void;
245
+ untagResource(
246
+ args: UntagResourceCommandInput,
247
+ options: __HttpHandlerOptions,
248
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
249
+ ): void;
250
+
251
+ updatePermissions(
252
+ args: UpdatePermissionsCommandInput,
253
+ options?: __HttpHandlerOptions
254
+ ): Promise<UpdatePermissionsCommandOutput>;
255
+ updatePermissions(
256
+ args: UpdatePermissionsCommandInput,
257
+ cb: (err: any, data?: UpdatePermissionsCommandOutput) => void
258
+ ): void;
259
+ updatePermissions(
260
+ args: UpdatePermissionsCommandInput,
261
+ options: __HttpHandlerOptions,
262
+ cb: (err: any, data?: UpdatePermissionsCommandOutput) => void
263
+ ): void;
264
+
265
+ updateWorkspace(
266
+ args: UpdateWorkspaceCommandInput,
267
+ options?: __HttpHandlerOptions
268
+ ): Promise<UpdateWorkspaceCommandOutput>;
269
+ updateWorkspace(
270
+ args: UpdateWorkspaceCommandInput,
271
+ cb: (err: any, data?: UpdateWorkspaceCommandOutput) => void
272
+ ): void;
273
+ updateWorkspace(
274
+ args: UpdateWorkspaceCommandInput,
275
+ options: __HttpHandlerOptions,
276
+ cb: (err: any, data?: UpdateWorkspaceCommandOutput) => void
277
+ ): void;
278
+
279
+ updateWorkspaceAuthentication(
280
+ args: UpdateWorkspaceAuthenticationCommandInput,
281
+ options?: __HttpHandlerOptions
282
+ ): Promise<UpdateWorkspaceAuthenticationCommandOutput>;
283
+ updateWorkspaceAuthentication(
284
+ args: UpdateWorkspaceAuthenticationCommandInput,
285
+ cb: (err: any, data?: UpdateWorkspaceAuthenticationCommandOutput) => void
286
+ ): void;
287
+ updateWorkspaceAuthentication(
288
+ args: UpdateWorkspaceAuthenticationCommandInput,
289
+ options: __HttpHandlerOptions,
290
+ cb: (err: any, data?: UpdateWorkspaceAuthenticationCommandOutput) => void
291
+ ): void;
292
+ }