@aws-sdk/client-grafana 3.169.0 → 3.171.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/ts3.4/Grafana.d.ts +276 -85
- package/dist-types/ts3.4/GrafanaClient.d.ts +200 -89
- package/dist-types/ts3.4/commands/AssociateLicenseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateWorkspaceApiKeyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteWorkspaceApiKeyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeWorkspaceAuthenticationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DisassociateLicenseCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdatePermissionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateWorkspaceAuthenticationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateWorkspaceCommand.d.ts +35 -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 +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +520 -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 +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,693 +1,520 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { GrafanaServiceException as __BaseException } from "./GrafanaServiceException";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}
|
|
10
|
-
export declare enum AccountAccessType {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
}
|
|
27
|
-
export interface
|
|
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
|
-
export declare class
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
}
|
|
119
|
-
export
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
export declare
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
export interface
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
}
|
|
355
|
-
export interface
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
}
|
|
385
|
-
export interface
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
export declare
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
export
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
export
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
export
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
export
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
export
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
export
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
export
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
workspaceId: string | undefined;
|
|
522
|
-
}
|
|
523
|
-
export interface DeleteWorkspaceResponse {
|
|
524
|
-
|
|
525
|
-
workspace: WorkspaceDescription | undefined;
|
|
526
|
-
}
|
|
527
|
-
export interface DescribeWorkspaceRequest {
|
|
528
|
-
|
|
529
|
-
workspaceId: string | undefined;
|
|
530
|
-
}
|
|
531
|
-
export interface DescribeWorkspaceResponse {
|
|
532
|
-
|
|
533
|
-
workspace: WorkspaceDescription | undefined;
|
|
534
|
-
}
|
|
535
|
-
export interface ListWorkspacesRequest {
|
|
536
|
-
|
|
537
|
-
maxResults?: number;
|
|
538
|
-
|
|
539
|
-
nextToken?: string;
|
|
540
|
-
}
|
|
541
|
-
|
|
542
|
-
export interface WorkspaceSummary {
|
|
543
|
-
|
|
544
|
-
created: Date | undefined;
|
|
545
|
-
|
|
546
|
-
description?: string;
|
|
547
|
-
|
|
548
|
-
endpoint: string | undefined;
|
|
549
|
-
|
|
550
|
-
grafanaVersion: string | undefined;
|
|
551
|
-
|
|
552
|
-
id: string | undefined;
|
|
553
|
-
|
|
554
|
-
modified: Date | undefined;
|
|
555
|
-
|
|
556
|
-
name?: string;
|
|
557
|
-
|
|
558
|
-
notificationDestinations?: (NotificationDestinationType | string)[];
|
|
559
|
-
|
|
560
|
-
status: WorkspaceStatus | string | undefined;
|
|
561
|
-
|
|
562
|
-
authentication: AuthenticationSummary | undefined;
|
|
563
|
-
|
|
564
|
-
tags?: Record<string, string>;
|
|
565
|
-
}
|
|
566
|
-
export interface ListWorkspacesResponse {
|
|
567
|
-
|
|
568
|
-
workspaces: WorkspaceSummary[] | undefined;
|
|
569
|
-
|
|
570
|
-
nextToken?: string;
|
|
571
|
-
}
|
|
572
|
-
export interface UpdateWorkspaceRequest {
|
|
573
|
-
|
|
574
|
-
accountAccessType?: AccountAccessType | string;
|
|
575
|
-
|
|
576
|
-
organizationRoleName?: string;
|
|
577
|
-
|
|
578
|
-
permissionType?: PermissionType | string;
|
|
579
|
-
|
|
580
|
-
stackSetName?: string;
|
|
581
|
-
|
|
582
|
-
workspaceDataSources?: (DataSourceType | string)[];
|
|
583
|
-
|
|
584
|
-
workspaceDescription?: string;
|
|
585
|
-
|
|
586
|
-
workspaceId: string | undefined;
|
|
587
|
-
|
|
588
|
-
workspaceName?: string;
|
|
589
|
-
|
|
590
|
-
workspaceNotificationDestinations?: (NotificationDestinationType | string)[];
|
|
591
|
-
|
|
592
|
-
workspaceOrganizationalUnits?: string[];
|
|
593
|
-
|
|
594
|
-
workspaceRoleArn?: string;
|
|
595
|
-
}
|
|
596
|
-
export interface UpdateWorkspaceResponse {
|
|
597
|
-
|
|
598
|
-
workspace: WorkspaceDescription | undefined;
|
|
599
|
-
}
|
|
600
|
-
|
|
601
|
-
export declare const CreateWorkspaceApiKeyRequestFilterSensitiveLog: (obj: CreateWorkspaceApiKeyRequest) => any;
|
|
602
|
-
|
|
603
|
-
export declare const CreateWorkspaceApiKeyResponseFilterSensitiveLog: (obj: CreateWorkspaceApiKeyResponse) => any;
|
|
604
|
-
|
|
605
|
-
export declare const ValidationExceptionFieldFilterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
606
|
-
|
|
607
|
-
export declare const DeleteWorkspaceApiKeyRequestFilterSensitiveLog: (obj: DeleteWorkspaceApiKeyRequest) => any;
|
|
608
|
-
|
|
609
|
-
export declare const DeleteWorkspaceApiKeyResponseFilterSensitiveLog: (obj: DeleteWorkspaceApiKeyResponse) => any;
|
|
610
|
-
|
|
611
|
-
export declare const AssertionAttributesFilterSensitiveLog: (obj: AssertionAttributes) => any;
|
|
612
|
-
|
|
613
|
-
export declare const AssociateLicenseRequestFilterSensitiveLog: (obj: AssociateLicenseRequest) => any;
|
|
614
|
-
|
|
615
|
-
export declare const AuthenticationSummaryFilterSensitiveLog: (obj: AuthenticationSummary) => any;
|
|
616
|
-
|
|
617
|
-
export declare const WorkspaceDescriptionFilterSensitiveLog: (obj: WorkspaceDescription) => any;
|
|
618
|
-
|
|
619
|
-
export declare const AssociateLicenseResponseFilterSensitiveLog: (obj: AssociateLicenseResponse) => any;
|
|
620
|
-
|
|
621
|
-
export declare const DescribeWorkspaceAuthenticationRequestFilterSensitiveLog: (obj: DescribeWorkspaceAuthenticationRequest) => any;
|
|
622
|
-
|
|
623
|
-
export declare const AwsSsoAuthenticationFilterSensitiveLog: (obj: AwsSsoAuthentication) => any;
|
|
624
|
-
|
|
625
|
-
export declare const IdpMetadataFilterSensitiveLog: (obj: IdpMetadata) => any;
|
|
626
|
-
|
|
627
|
-
export declare const RoleValuesFilterSensitiveLog: (obj: RoleValues) => any;
|
|
628
|
-
|
|
629
|
-
export declare const SamlConfigurationFilterSensitiveLog: (obj: SamlConfiguration) => any;
|
|
630
|
-
|
|
631
|
-
export declare const SamlAuthenticationFilterSensitiveLog: (obj: SamlAuthentication) => any;
|
|
632
|
-
|
|
633
|
-
export declare const AuthenticationDescriptionFilterSensitiveLog: (obj: AuthenticationDescription) => any;
|
|
634
|
-
|
|
635
|
-
export declare const DescribeWorkspaceAuthenticationResponseFilterSensitiveLog: (obj: DescribeWorkspaceAuthenticationResponse) => any;
|
|
636
|
-
|
|
637
|
-
export declare const UpdateWorkspaceAuthenticationRequestFilterSensitiveLog: (obj: UpdateWorkspaceAuthenticationRequest) => any;
|
|
638
|
-
|
|
639
|
-
export declare const UpdateWorkspaceAuthenticationResponseFilterSensitiveLog: (obj: UpdateWorkspaceAuthenticationResponse) => any;
|
|
640
|
-
|
|
641
|
-
export declare const DisassociateLicenseRequestFilterSensitiveLog: (obj: DisassociateLicenseRequest) => any;
|
|
642
|
-
|
|
643
|
-
export declare const DisassociateLicenseResponseFilterSensitiveLog: (obj: DisassociateLicenseResponse) => any;
|
|
644
|
-
|
|
645
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
646
|
-
|
|
647
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
648
|
-
|
|
649
|
-
export declare const ListPermissionsRequestFilterSensitiveLog: (obj: ListPermissionsRequest) => any;
|
|
650
|
-
|
|
651
|
-
export declare const UserFilterSensitiveLog: (obj: User) => any;
|
|
652
|
-
|
|
653
|
-
export declare const PermissionEntryFilterSensitiveLog: (obj: PermissionEntry) => any;
|
|
654
|
-
|
|
655
|
-
export declare const ListPermissionsResponseFilterSensitiveLog: (obj: ListPermissionsResponse) => any;
|
|
656
|
-
|
|
657
|
-
export declare const UpdateInstructionFilterSensitiveLog: (obj: UpdateInstruction) => any;
|
|
658
|
-
|
|
659
|
-
export declare const UpdatePermissionsRequestFilterSensitiveLog: (obj: UpdatePermissionsRequest) => any;
|
|
660
|
-
|
|
661
|
-
export declare const UpdateErrorFilterSensitiveLog: (obj: UpdateError) => any;
|
|
662
|
-
|
|
663
|
-
export declare const UpdatePermissionsResponseFilterSensitiveLog: (obj: UpdatePermissionsResponse) => any;
|
|
664
|
-
|
|
665
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
666
|
-
|
|
667
|
-
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
668
|
-
|
|
669
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
670
|
-
|
|
671
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
672
|
-
|
|
673
|
-
export declare const CreateWorkspaceRequestFilterSensitiveLog: (obj: CreateWorkspaceRequest) => any;
|
|
674
|
-
|
|
675
|
-
export declare const CreateWorkspaceResponseFilterSensitiveLog: (obj: CreateWorkspaceResponse) => any;
|
|
676
|
-
|
|
677
|
-
export declare const DeleteWorkspaceRequestFilterSensitiveLog: (obj: DeleteWorkspaceRequest) => any;
|
|
678
|
-
|
|
679
|
-
export declare const DeleteWorkspaceResponseFilterSensitiveLog: (obj: DeleteWorkspaceResponse) => any;
|
|
680
|
-
|
|
681
|
-
export declare const DescribeWorkspaceRequestFilterSensitiveLog: (obj: DescribeWorkspaceRequest) => any;
|
|
682
|
-
|
|
683
|
-
export declare const DescribeWorkspaceResponseFilterSensitiveLog: (obj: DescribeWorkspaceResponse) => any;
|
|
684
|
-
|
|
685
|
-
export declare const ListWorkspacesRequestFilterSensitiveLog: (obj: ListWorkspacesRequest) => any;
|
|
686
|
-
|
|
687
|
-
export declare const WorkspaceSummaryFilterSensitiveLog: (obj: WorkspaceSummary) => any;
|
|
688
|
-
|
|
689
|
-
export declare const ListWorkspacesResponseFilterSensitiveLog: (obj: ListWorkspacesResponse) => any;
|
|
690
|
-
|
|
691
|
-
export declare const UpdateWorkspaceRequestFilterSensitiveLog: (obj: UpdateWorkspaceRequest) => any;
|
|
692
|
-
|
|
693
|
-
export declare const UpdateWorkspaceResponseFilterSensitiveLog: (obj: UpdateWorkspaceResponse) => any;
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { GrafanaServiceException as __BaseException } from "./GrafanaServiceException";
|
|
3
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
4
|
+
readonly name: "AccessDeniedException";
|
|
5
|
+
readonly $fault: "client";
|
|
6
|
+
constructor(
|
|
7
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
10
|
+
export declare enum AccountAccessType {
|
|
11
|
+
CURRENT_ACCOUNT = "CURRENT_ACCOUNT",
|
|
12
|
+
ORGANIZATION = "ORGANIZATION",
|
|
13
|
+
}
|
|
14
|
+
export declare class ConflictException extends __BaseException {
|
|
15
|
+
readonly name: "ConflictException";
|
|
16
|
+
readonly $fault: "client";
|
|
17
|
+
resourceId: string | undefined;
|
|
18
|
+
resourceType: string | undefined;
|
|
19
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
20
|
+
}
|
|
21
|
+
export interface CreateWorkspaceApiKeyRequest {
|
|
22
|
+
keyName: string | undefined;
|
|
23
|
+
keyRole: string | undefined;
|
|
24
|
+
secondsToLive: number | undefined;
|
|
25
|
+
workspaceId: string | undefined;
|
|
26
|
+
}
|
|
27
|
+
export interface CreateWorkspaceApiKeyResponse {
|
|
28
|
+
keyName: string | undefined;
|
|
29
|
+
key: string | undefined;
|
|
30
|
+
workspaceId: string | undefined;
|
|
31
|
+
}
|
|
32
|
+
export declare class InternalServerException extends __BaseException {
|
|
33
|
+
readonly name: "InternalServerException";
|
|
34
|
+
readonly $fault: "server";
|
|
35
|
+
$retryable: {};
|
|
36
|
+
retryAfterSeconds?: number;
|
|
37
|
+
constructor(
|
|
38
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
39
|
+
);
|
|
40
|
+
}
|
|
41
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
42
|
+
readonly name: "ResourceNotFoundException";
|
|
43
|
+
readonly $fault: "client";
|
|
44
|
+
resourceId: string | undefined;
|
|
45
|
+
resourceType: string | undefined;
|
|
46
|
+
constructor(
|
|
47
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
48
|
+
);
|
|
49
|
+
}
|
|
50
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
51
|
+
readonly name: "ServiceQuotaExceededException";
|
|
52
|
+
readonly $fault: "client";
|
|
53
|
+
resourceId: string | undefined;
|
|
54
|
+
resourceType: string | undefined;
|
|
55
|
+
serviceCode: string | undefined;
|
|
56
|
+
quotaCode: string | undefined;
|
|
57
|
+
constructor(
|
|
58
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
59
|
+
);
|
|
60
|
+
}
|
|
61
|
+
export declare class ThrottlingException extends __BaseException {
|
|
62
|
+
readonly name: "ThrottlingException";
|
|
63
|
+
readonly $fault: "client";
|
|
64
|
+
$retryable: {};
|
|
65
|
+
serviceCode?: string;
|
|
66
|
+
quotaCode?: string;
|
|
67
|
+
retryAfterSeconds?: number;
|
|
68
|
+
constructor(
|
|
69
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
70
|
+
);
|
|
71
|
+
}
|
|
72
|
+
export interface ValidationExceptionField {
|
|
73
|
+
name: string | undefined;
|
|
74
|
+
message: string | undefined;
|
|
75
|
+
}
|
|
76
|
+
export declare enum ValidationExceptionReason {
|
|
77
|
+
CANNOT_PARSE = "CANNOT_PARSE",
|
|
78
|
+
FIELD_VALIDATION_FAILED = "FIELD_VALIDATION_FAILED",
|
|
79
|
+
OTHER = "OTHER",
|
|
80
|
+
UNKNOWN_OPERATION = "UNKNOWN_OPERATION",
|
|
81
|
+
}
|
|
82
|
+
export declare class ValidationException extends __BaseException {
|
|
83
|
+
readonly name: "ValidationException";
|
|
84
|
+
readonly $fault: "client";
|
|
85
|
+
reason: ValidationExceptionReason | string | undefined;
|
|
86
|
+
fieldList?: ValidationExceptionField[];
|
|
87
|
+
constructor(
|
|
88
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
89
|
+
);
|
|
90
|
+
}
|
|
91
|
+
export interface DeleteWorkspaceApiKeyRequest {
|
|
92
|
+
keyName: string | undefined;
|
|
93
|
+
workspaceId: string | undefined;
|
|
94
|
+
}
|
|
95
|
+
export interface DeleteWorkspaceApiKeyResponse {
|
|
96
|
+
keyName: string | undefined;
|
|
97
|
+
workspaceId: string | undefined;
|
|
98
|
+
}
|
|
99
|
+
export interface AssertionAttributes {
|
|
100
|
+
name?: string;
|
|
101
|
+
login?: string;
|
|
102
|
+
email?: string;
|
|
103
|
+
groups?: string;
|
|
104
|
+
role?: string;
|
|
105
|
+
org?: string;
|
|
106
|
+
}
|
|
107
|
+
export declare enum LicenseType {
|
|
108
|
+
ENTERPRISE = "ENTERPRISE",
|
|
109
|
+
ENTERPRISE_FREE_TRIAL = "ENTERPRISE_FREE_TRIAL",
|
|
110
|
+
}
|
|
111
|
+
export interface AssociateLicenseRequest {
|
|
112
|
+
workspaceId: string | undefined;
|
|
113
|
+
licenseType: LicenseType | string | undefined;
|
|
114
|
+
}
|
|
115
|
+
export declare enum AuthenticationProviderTypes {
|
|
116
|
+
AWS_SSO = "AWS_SSO",
|
|
117
|
+
SAML = "SAML",
|
|
118
|
+
}
|
|
119
|
+
export declare enum SamlConfigurationStatus {
|
|
120
|
+
CONFIGURED = "CONFIGURED",
|
|
121
|
+
NOT_CONFIGURED = "NOT_CONFIGURED",
|
|
122
|
+
}
|
|
123
|
+
export interface AuthenticationSummary {
|
|
124
|
+
providers: (AuthenticationProviderTypes | string)[] | undefined;
|
|
125
|
+
samlConfigurationStatus?: SamlConfigurationStatus | string;
|
|
126
|
+
}
|
|
127
|
+
export declare enum DataSourceType {
|
|
128
|
+
AMAZON_OPENSEARCH_SERVICE = "AMAZON_OPENSEARCH_SERVICE",
|
|
129
|
+
ATHENA = "ATHENA",
|
|
130
|
+
CLOUDWATCH = "CLOUDWATCH",
|
|
131
|
+
PROMETHEUS = "PROMETHEUS",
|
|
132
|
+
REDSHIFT = "REDSHIFT",
|
|
133
|
+
SITEWISE = "SITEWISE",
|
|
134
|
+
TIMESTREAM = "TIMESTREAM",
|
|
135
|
+
XRAY = "XRAY",
|
|
136
|
+
}
|
|
137
|
+
export declare enum NotificationDestinationType {
|
|
138
|
+
SNS = "SNS",
|
|
139
|
+
}
|
|
140
|
+
export declare enum PermissionType {
|
|
141
|
+
CUSTOMER_MANAGED = "CUSTOMER_MANAGED",
|
|
142
|
+
SERVICE_MANAGED = "SERVICE_MANAGED",
|
|
143
|
+
}
|
|
144
|
+
export declare enum WorkspaceStatus {
|
|
145
|
+
ACTIVE = "ACTIVE",
|
|
146
|
+
CREATING = "CREATING",
|
|
147
|
+
CREATION_FAILED = "CREATION_FAILED",
|
|
148
|
+
DELETING = "DELETING",
|
|
149
|
+
DELETION_FAILED = "DELETION_FAILED",
|
|
150
|
+
FAILED = "FAILED",
|
|
151
|
+
LICENSE_REMOVAL_FAILED = "LICENSE_REMOVAL_FAILED",
|
|
152
|
+
UPDATE_FAILED = "UPDATE_FAILED",
|
|
153
|
+
UPDATING = "UPDATING",
|
|
154
|
+
UPGRADE_FAILED = "UPGRADE_FAILED",
|
|
155
|
+
UPGRADING = "UPGRADING",
|
|
156
|
+
}
|
|
157
|
+
export interface WorkspaceDescription {
|
|
158
|
+
accountAccessType?: AccountAccessType | string;
|
|
159
|
+
created: Date | undefined;
|
|
160
|
+
dataSources: (DataSourceType | string)[] | undefined;
|
|
161
|
+
description?: string;
|
|
162
|
+
endpoint: string | undefined;
|
|
163
|
+
grafanaVersion: string | undefined;
|
|
164
|
+
id: string | undefined;
|
|
165
|
+
modified: Date | undefined;
|
|
166
|
+
name?: string;
|
|
167
|
+
organizationRoleName?: string;
|
|
168
|
+
notificationDestinations?: (NotificationDestinationType | string)[];
|
|
169
|
+
organizationalUnits?: string[];
|
|
170
|
+
permissionType?: PermissionType | string;
|
|
171
|
+
stackSetName?: string;
|
|
172
|
+
status: WorkspaceStatus | string | undefined;
|
|
173
|
+
workspaceRoleArn?: string;
|
|
174
|
+
licenseType?: LicenseType | string;
|
|
175
|
+
freeTrialConsumed?: boolean;
|
|
176
|
+
licenseExpiration?: Date;
|
|
177
|
+
freeTrialExpiration?: Date;
|
|
178
|
+
authentication: AuthenticationSummary | undefined;
|
|
179
|
+
tags?: Record<string, string>;
|
|
180
|
+
}
|
|
181
|
+
export interface AssociateLicenseResponse {
|
|
182
|
+
workspace: WorkspaceDescription | undefined;
|
|
183
|
+
}
|
|
184
|
+
export interface DescribeWorkspaceAuthenticationRequest {
|
|
185
|
+
workspaceId: string | undefined;
|
|
186
|
+
}
|
|
187
|
+
export interface AwsSsoAuthentication {
|
|
188
|
+
ssoClientId?: string;
|
|
189
|
+
}
|
|
190
|
+
export declare type IdpMetadata =
|
|
191
|
+
| IdpMetadata.UrlMember
|
|
192
|
+
| IdpMetadata.XmlMember
|
|
193
|
+
| IdpMetadata.$UnknownMember;
|
|
194
|
+
export declare namespace IdpMetadata {
|
|
195
|
+
interface UrlMember {
|
|
196
|
+
url: string;
|
|
197
|
+
xml?: never;
|
|
198
|
+
$unknown?: never;
|
|
199
|
+
}
|
|
200
|
+
interface XmlMember {
|
|
201
|
+
url?: never;
|
|
202
|
+
xml: string;
|
|
203
|
+
$unknown?: never;
|
|
204
|
+
}
|
|
205
|
+
interface $UnknownMember {
|
|
206
|
+
url?: never;
|
|
207
|
+
xml?: never;
|
|
208
|
+
$unknown: [string, any];
|
|
209
|
+
}
|
|
210
|
+
interface Visitor<T> {
|
|
211
|
+
url: (value: string) => T;
|
|
212
|
+
xml: (value: string) => T;
|
|
213
|
+
_: (name: string, value: any) => T;
|
|
214
|
+
}
|
|
215
|
+
const visit: <T>(value: IdpMetadata, visitor: Visitor<T>) => T;
|
|
216
|
+
}
|
|
217
|
+
export interface RoleValues {
|
|
218
|
+
editor?: string[];
|
|
219
|
+
admin?: string[];
|
|
220
|
+
}
|
|
221
|
+
export interface SamlConfiguration {
|
|
222
|
+
idpMetadata: IdpMetadata | undefined;
|
|
223
|
+
assertionAttributes?: AssertionAttributes;
|
|
224
|
+
roleValues?: RoleValues;
|
|
225
|
+
allowedOrganizations?: string[];
|
|
226
|
+
loginValidityDuration?: number;
|
|
227
|
+
}
|
|
228
|
+
export interface SamlAuthentication {
|
|
229
|
+
status: SamlConfigurationStatus | string | undefined;
|
|
230
|
+
configuration?: SamlConfiguration;
|
|
231
|
+
}
|
|
232
|
+
export interface AuthenticationDescription {
|
|
233
|
+
providers: (AuthenticationProviderTypes | string)[] | undefined;
|
|
234
|
+
saml?: SamlAuthentication;
|
|
235
|
+
awsSso?: AwsSsoAuthentication;
|
|
236
|
+
}
|
|
237
|
+
export interface DescribeWorkspaceAuthenticationResponse {
|
|
238
|
+
authentication: AuthenticationDescription | undefined;
|
|
239
|
+
}
|
|
240
|
+
export interface UpdateWorkspaceAuthenticationRequest {
|
|
241
|
+
workspaceId: string | undefined;
|
|
242
|
+
authenticationProviders: (AuthenticationProviderTypes | string)[] | undefined;
|
|
243
|
+
samlConfiguration?: SamlConfiguration;
|
|
244
|
+
}
|
|
245
|
+
export interface UpdateWorkspaceAuthenticationResponse {
|
|
246
|
+
authentication: AuthenticationDescription | undefined;
|
|
247
|
+
}
|
|
248
|
+
export interface DisassociateLicenseRequest {
|
|
249
|
+
workspaceId: string | undefined;
|
|
250
|
+
licenseType: LicenseType | string | undefined;
|
|
251
|
+
}
|
|
252
|
+
export interface DisassociateLicenseResponse {
|
|
253
|
+
workspace: WorkspaceDescription | undefined;
|
|
254
|
+
}
|
|
255
|
+
export interface ListTagsForResourceRequest {
|
|
256
|
+
resourceArn: string | undefined;
|
|
257
|
+
}
|
|
258
|
+
export interface ListTagsForResourceResponse {
|
|
259
|
+
tags?: Record<string, string>;
|
|
260
|
+
}
|
|
261
|
+
export declare enum UserType {
|
|
262
|
+
SSO_GROUP = "SSO_GROUP",
|
|
263
|
+
SSO_USER = "SSO_USER",
|
|
264
|
+
}
|
|
265
|
+
export interface ListPermissionsRequest {
|
|
266
|
+
maxResults?: number;
|
|
267
|
+
nextToken?: string;
|
|
268
|
+
userType?: UserType | string;
|
|
269
|
+
userId?: string;
|
|
270
|
+
groupId?: string;
|
|
271
|
+
workspaceId: string | undefined;
|
|
272
|
+
}
|
|
273
|
+
export declare enum Role {
|
|
274
|
+
ADMIN = "ADMIN",
|
|
275
|
+
EDITOR = "EDITOR",
|
|
276
|
+
VIEWER = "VIEWER",
|
|
277
|
+
}
|
|
278
|
+
export interface User {
|
|
279
|
+
id: string | undefined;
|
|
280
|
+
type: UserType | string | undefined;
|
|
281
|
+
}
|
|
282
|
+
export interface PermissionEntry {
|
|
283
|
+
user: User | undefined;
|
|
284
|
+
role: Role | string | undefined;
|
|
285
|
+
}
|
|
286
|
+
export interface ListPermissionsResponse {
|
|
287
|
+
nextToken?: string;
|
|
288
|
+
permissions: PermissionEntry[] | undefined;
|
|
289
|
+
}
|
|
290
|
+
export declare enum UpdateAction {
|
|
291
|
+
ADD = "ADD",
|
|
292
|
+
REVOKE = "REVOKE",
|
|
293
|
+
}
|
|
294
|
+
export interface UpdateInstruction {
|
|
295
|
+
action: UpdateAction | string | undefined;
|
|
296
|
+
role: Role | string | undefined;
|
|
297
|
+
users: User[] | undefined;
|
|
298
|
+
}
|
|
299
|
+
export interface UpdatePermissionsRequest {
|
|
300
|
+
updateInstructionBatch: UpdateInstruction[] | undefined;
|
|
301
|
+
workspaceId: string | undefined;
|
|
302
|
+
}
|
|
303
|
+
export interface UpdateError {
|
|
304
|
+
code: number | undefined;
|
|
305
|
+
message: string | undefined;
|
|
306
|
+
causedBy: UpdateInstruction | undefined;
|
|
307
|
+
}
|
|
308
|
+
export interface UpdatePermissionsResponse {
|
|
309
|
+
errors: UpdateError[] | undefined;
|
|
310
|
+
}
|
|
311
|
+
export interface TagResourceRequest {
|
|
312
|
+
resourceArn: string | undefined;
|
|
313
|
+
tags: Record<string, string> | undefined;
|
|
314
|
+
}
|
|
315
|
+
export interface TagResourceResponse {}
|
|
316
|
+
export interface UntagResourceRequest {
|
|
317
|
+
resourceArn: string | undefined;
|
|
318
|
+
tagKeys: string[] | undefined;
|
|
319
|
+
}
|
|
320
|
+
export interface UntagResourceResponse {}
|
|
321
|
+
export interface CreateWorkspaceRequest {
|
|
322
|
+
accountAccessType: AccountAccessType | string | undefined;
|
|
323
|
+
clientToken?: string;
|
|
324
|
+
organizationRoleName?: string;
|
|
325
|
+
permissionType: PermissionType | string | undefined;
|
|
326
|
+
stackSetName?: string;
|
|
327
|
+
workspaceDataSources?: (DataSourceType | string)[];
|
|
328
|
+
workspaceDescription?: string;
|
|
329
|
+
workspaceName?: string;
|
|
330
|
+
workspaceNotificationDestinations?: (NotificationDestinationType | string)[];
|
|
331
|
+
workspaceOrganizationalUnits?: string[];
|
|
332
|
+
workspaceRoleArn?: string;
|
|
333
|
+
authenticationProviders: (AuthenticationProviderTypes | string)[] | undefined;
|
|
334
|
+
tags?: Record<string, string>;
|
|
335
|
+
}
|
|
336
|
+
export interface CreateWorkspaceResponse {
|
|
337
|
+
workspace: WorkspaceDescription | undefined;
|
|
338
|
+
}
|
|
339
|
+
export interface DeleteWorkspaceRequest {
|
|
340
|
+
workspaceId: string | undefined;
|
|
341
|
+
}
|
|
342
|
+
export interface DeleteWorkspaceResponse {
|
|
343
|
+
workspace: WorkspaceDescription | undefined;
|
|
344
|
+
}
|
|
345
|
+
export interface DescribeWorkspaceRequest {
|
|
346
|
+
workspaceId: string | undefined;
|
|
347
|
+
}
|
|
348
|
+
export interface DescribeWorkspaceResponse {
|
|
349
|
+
workspace: WorkspaceDescription | undefined;
|
|
350
|
+
}
|
|
351
|
+
export interface ListWorkspacesRequest {
|
|
352
|
+
maxResults?: number;
|
|
353
|
+
nextToken?: string;
|
|
354
|
+
}
|
|
355
|
+
export interface WorkspaceSummary {
|
|
356
|
+
created: Date | undefined;
|
|
357
|
+
description?: string;
|
|
358
|
+
endpoint: string | undefined;
|
|
359
|
+
grafanaVersion: string | undefined;
|
|
360
|
+
id: string | undefined;
|
|
361
|
+
modified: Date | undefined;
|
|
362
|
+
name?: string;
|
|
363
|
+
notificationDestinations?: (NotificationDestinationType | string)[];
|
|
364
|
+
status: WorkspaceStatus | string | undefined;
|
|
365
|
+
authentication: AuthenticationSummary | undefined;
|
|
366
|
+
tags?: Record<string, string>;
|
|
367
|
+
}
|
|
368
|
+
export interface ListWorkspacesResponse {
|
|
369
|
+
workspaces: WorkspaceSummary[] | undefined;
|
|
370
|
+
nextToken?: string;
|
|
371
|
+
}
|
|
372
|
+
export interface UpdateWorkspaceRequest {
|
|
373
|
+
accountAccessType?: AccountAccessType | string;
|
|
374
|
+
organizationRoleName?: string;
|
|
375
|
+
permissionType?: PermissionType | string;
|
|
376
|
+
stackSetName?: string;
|
|
377
|
+
workspaceDataSources?: (DataSourceType | string)[];
|
|
378
|
+
workspaceDescription?: string;
|
|
379
|
+
workspaceId: string | undefined;
|
|
380
|
+
workspaceName?: string;
|
|
381
|
+
workspaceNotificationDestinations?: (NotificationDestinationType | string)[];
|
|
382
|
+
workspaceOrganizationalUnits?: string[];
|
|
383
|
+
workspaceRoleArn?: string;
|
|
384
|
+
}
|
|
385
|
+
export interface UpdateWorkspaceResponse {
|
|
386
|
+
workspace: WorkspaceDescription | undefined;
|
|
387
|
+
}
|
|
388
|
+
export declare const CreateWorkspaceApiKeyRequestFilterSensitiveLog: (
|
|
389
|
+
obj: CreateWorkspaceApiKeyRequest
|
|
390
|
+
) => any;
|
|
391
|
+
export declare const CreateWorkspaceApiKeyResponseFilterSensitiveLog: (
|
|
392
|
+
obj: CreateWorkspaceApiKeyResponse
|
|
393
|
+
) => any;
|
|
394
|
+
export declare const ValidationExceptionFieldFilterSensitiveLog: (
|
|
395
|
+
obj: ValidationExceptionField
|
|
396
|
+
) => any;
|
|
397
|
+
export declare const DeleteWorkspaceApiKeyRequestFilterSensitiveLog: (
|
|
398
|
+
obj: DeleteWorkspaceApiKeyRequest
|
|
399
|
+
) => any;
|
|
400
|
+
export declare const DeleteWorkspaceApiKeyResponseFilterSensitiveLog: (
|
|
401
|
+
obj: DeleteWorkspaceApiKeyResponse
|
|
402
|
+
) => any;
|
|
403
|
+
export declare const AssertionAttributesFilterSensitiveLog: (
|
|
404
|
+
obj: AssertionAttributes
|
|
405
|
+
) => any;
|
|
406
|
+
export declare const AssociateLicenseRequestFilterSensitiveLog: (
|
|
407
|
+
obj: AssociateLicenseRequest
|
|
408
|
+
) => any;
|
|
409
|
+
export declare const AuthenticationSummaryFilterSensitiveLog: (
|
|
410
|
+
obj: AuthenticationSummary
|
|
411
|
+
) => any;
|
|
412
|
+
export declare const WorkspaceDescriptionFilterSensitiveLog: (
|
|
413
|
+
obj: WorkspaceDescription
|
|
414
|
+
) => any;
|
|
415
|
+
export declare const AssociateLicenseResponseFilterSensitiveLog: (
|
|
416
|
+
obj: AssociateLicenseResponse
|
|
417
|
+
) => any;
|
|
418
|
+
export declare const DescribeWorkspaceAuthenticationRequestFilterSensitiveLog: (
|
|
419
|
+
obj: DescribeWorkspaceAuthenticationRequest
|
|
420
|
+
) => any;
|
|
421
|
+
export declare const AwsSsoAuthenticationFilterSensitiveLog: (
|
|
422
|
+
obj: AwsSsoAuthentication
|
|
423
|
+
) => any;
|
|
424
|
+
export declare const IdpMetadataFilterSensitiveLog: (obj: IdpMetadata) => any;
|
|
425
|
+
export declare const RoleValuesFilterSensitiveLog: (obj: RoleValues) => any;
|
|
426
|
+
export declare const SamlConfigurationFilterSensitiveLog: (
|
|
427
|
+
obj: SamlConfiguration
|
|
428
|
+
) => any;
|
|
429
|
+
export declare const SamlAuthenticationFilterSensitiveLog: (
|
|
430
|
+
obj: SamlAuthentication
|
|
431
|
+
) => any;
|
|
432
|
+
export declare const AuthenticationDescriptionFilterSensitiveLog: (
|
|
433
|
+
obj: AuthenticationDescription
|
|
434
|
+
) => any;
|
|
435
|
+
export declare const DescribeWorkspaceAuthenticationResponseFilterSensitiveLog: (
|
|
436
|
+
obj: DescribeWorkspaceAuthenticationResponse
|
|
437
|
+
) => any;
|
|
438
|
+
export declare const UpdateWorkspaceAuthenticationRequestFilterSensitiveLog: (
|
|
439
|
+
obj: UpdateWorkspaceAuthenticationRequest
|
|
440
|
+
) => any;
|
|
441
|
+
export declare const UpdateWorkspaceAuthenticationResponseFilterSensitiveLog: (
|
|
442
|
+
obj: UpdateWorkspaceAuthenticationResponse
|
|
443
|
+
) => any;
|
|
444
|
+
export declare const DisassociateLicenseRequestFilterSensitiveLog: (
|
|
445
|
+
obj: DisassociateLicenseRequest
|
|
446
|
+
) => any;
|
|
447
|
+
export declare const DisassociateLicenseResponseFilterSensitiveLog: (
|
|
448
|
+
obj: DisassociateLicenseResponse
|
|
449
|
+
) => any;
|
|
450
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
451
|
+
obj: ListTagsForResourceRequest
|
|
452
|
+
) => any;
|
|
453
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
454
|
+
obj: ListTagsForResourceResponse
|
|
455
|
+
) => any;
|
|
456
|
+
export declare const ListPermissionsRequestFilterSensitiveLog: (
|
|
457
|
+
obj: ListPermissionsRequest
|
|
458
|
+
) => any;
|
|
459
|
+
export declare const UserFilterSensitiveLog: (obj: User) => any;
|
|
460
|
+
export declare const PermissionEntryFilterSensitiveLog: (
|
|
461
|
+
obj: PermissionEntry
|
|
462
|
+
) => any;
|
|
463
|
+
export declare const ListPermissionsResponseFilterSensitiveLog: (
|
|
464
|
+
obj: ListPermissionsResponse
|
|
465
|
+
) => any;
|
|
466
|
+
export declare const UpdateInstructionFilterSensitiveLog: (
|
|
467
|
+
obj: UpdateInstruction
|
|
468
|
+
) => any;
|
|
469
|
+
export declare const UpdatePermissionsRequestFilterSensitiveLog: (
|
|
470
|
+
obj: UpdatePermissionsRequest
|
|
471
|
+
) => any;
|
|
472
|
+
export declare const UpdateErrorFilterSensitiveLog: (obj: UpdateError) => any;
|
|
473
|
+
export declare const UpdatePermissionsResponseFilterSensitiveLog: (
|
|
474
|
+
obj: UpdatePermissionsResponse
|
|
475
|
+
) => any;
|
|
476
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
477
|
+
obj: TagResourceRequest
|
|
478
|
+
) => any;
|
|
479
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
480
|
+
obj: TagResourceResponse
|
|
481
|
+
) => any;
|
|
482
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
483
|
+
obj: UntagResourceRequest
|
|
484
|
+
) => any;
|
|
485
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
486
|
+
obj: UntagResourceResponse
|
|
487
|
+
) => any;
|
|
488
|
+
export declare const CreateWorkspaceRequestFilterSensitiveLog: (
|
|
489
|
+
obj: CreateWorkspaceRequest
|
|
490
|
+
) => any;
|
|
491
|
+
export declare const CreateWorkspaceResponseFilterSensitiveLog: (
|
|
492
|
+
obj: CreateWorkspaceResponse
|
|
493
|
+
) => any;
|
|
494
|
+
export declare const DeleteWorkspaceRequestFilterSensitiveLog: (
|
|
495
|
+
obj: DeleteWorkspaceRequest
|
|
496
|
+
) => any;
|
|
497
|
+
export declare const DeleteWorkspaceResponseFilterSensitiveLog: (
|
|
498
|
+
obj: DeleteWorkspaceResponse
|
|
499
|
+
) => any;
|
|
500
|
+
export declare const DescribeWorkspaceRequestFilterSensitiveLog: (
|
|
501
|
+
obj: DescribeWorkspaceRequest
|
|
502
|
+
) => any;
|
|
503
|
+
export declare const DescribeWorkspaceResponseFilterSensitiveLog: (
|
|
504
|
+
obj: DescribeWorkspaceResponse
|
|
505
|
+
) => any;
|
|
506
|
+
export declare const ListWorkspacesRequestFilterSensitiveLog: (
|
|
507
|
+
obj: ListWorkspacesRequest
|
|
508
|
+
) => any;
|
|
509
|
+
export declare const WorkspaceSummaryFilterSensitiveLog: (
|
|
510
|
+
obj: WorkspaceSummary
|
|
511
|
+
) => any;
|
|
512
|
+
export declare const ListWorkspacesResponseFilterSensitiveLog: (
|
|
513
|
+
obj: ListWorkspacesResponse
|
|
514
|
+
) => any;
|
|
515
|
+
export declare const UpdateWorkspaceRequestFilterSensitiveLog: (
|
|
516
|
+
obj: UpdateWorkspaceRequest
|
|
517
|
+
) => any;
|
|
518
|
+
export declare const UpdateWorkspaceResponseFilterSensitiveLog: (
|
|
519
|
+
obj: UpdateWorkspaceResponse
|
|
520
|
+
) => any;
|