@aws-sdk/client-grafana 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AssociateLicenseCommand.js +2 -2
- package/dist-cjs/commands/CreateWorkspaceApiKeyCommand.js +2 -2
- package/dist-cjs/commands/CreateWorkspaceCommand.js +2 -2
- package/dist-cjs/commands/DeleteWorkspaceApiKeyCommand.js +2 -2
- package/dist-cjs/commands/DeleteWorkspaceCommand.js +2 -2
- package/dist-cjs/commands/DescribeWorkspaceAuthenticationCommand.js +2 -2
- package/dist-cjs/commands/DescribeWorkspaceCommand.js +2 -2
- package/dist-cjs/commands/DisassociateLicenseCommand.js +2 -2
- package/dist-cjs/commands/ListPermissionsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListWorkspacesCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdatePermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateWorkspaceAuthenticationCommand.js +2 -2
- package/dist-cjs/commands/UpdateWorkspaceCommand.js +2 -2
- package/dist-cjs/models/models_0.js +226 -317
- package/dist-cjs/protocols/Aws_restJson1.js +215 -454
- package/dist-es/commands/AssociateLicenseCommand.js +3 -3
- package/dist-es/commands/CreateWorkspaceApiKeyCommand.js +3 -3
- package/dist-es/commands/CreateWorkspaceCommand.js +3 -3
- package/dist-es/commands/DeleteWorkspaceApiKeyCommand.js +3 -3
- package/dist-es/commands/DeleteWorkspaceCommand.js +3 -3
- package/dist-es/commands/DescribeWorkspaceAuthenticationCommand.js +3 -3
- package/dist-es/commands/DescribeWorkspaceCommand.js +3 -3
- package/dist-es/commands/DisassociateLicenseCommand.js +3 -3
- package/dist-es/commands/ListPermissionsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListWorkspacesCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdatePermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateWorkspaceAuthenticationCommand.js +3 -3
- package/dist-es/commands/UpdateWorkspaceCommand.js +3 -3
- package/dist-es/models/models_0.js +55 -193
- package/dist-es/protocols/Aws_restJson1.js +278 -458
- package/dist-types/models/models_0.d.ts +188 -280
- package/dist-types/ts3.4/models/models_0.d.ts +94 -186
- package/package.json +6 -6
|
@@ -34,10 +34,6 @@ export interface CreateWorkspaceApiKeyRequest {
|
|
|
34
34
|
|
|
35
35
|
workspaceId: string | undefined;
|
|
36
36
|
}
|
|
37
|
-
export declare namespace CreateWorkspaceApiKeyRequest {
|
|
38
|
-
|
|
39
|
-
const filterSensitiveLog: (obj: CreateWorkspaceApiKeyRequest) => any;
|
|
40
|
-
}
|
|
41
37
|
export interface CreateWorkspaceApiKeyResponse {
|
|
42
38
|
|
|
43
39
|
keyName: string | undefined;
|
|
@@ -46,10 +42,6 @@ export interface CreateWorkspaceApiKeyResponse {
|
|
|
46
42
|
|
|
47
43
|
workspaceId: string | undefined;
|
|
48
44
|
}
|
|
49
|
-
export declare namespace CreateWorkspaceApiKeyResponse {
|
|
50
|
-
|
|
51
|
-
const filterSensitiveLog: (obj: CreateWorkspaceApiKeyResponse) => any;
|
|
52
|
-
}
|
|
53
45
|
|
|
54
46
|
export declare class InternalServerException extends __BaseException {
|
|
55
47
|
readonly name: "InternalServerException";
|
|
@@ -107,10 +99,6 @@ export interface ValidationExceptionField {
|
|
|
107
99
|
|
|
108
100
|
message: string | undefined;
|
|
109
101
|
}
|
|
110
|
-
export declare namespace ValidationExceptionField {
|
|
111
|
-
|
|
112
|
-
const filterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
113
|
-
}
|
|
114
102
|
export declare enum ValidationExceptionReason {
|
|
115
103
|
CANNOT_PARSE = "CANNOT_PARSE",
|
|
116
104
|
FIELD_VALIDATION_FAILED = "FIELD_VALIDATION_FAILED",
|
|
@@ -134,20 +122,12 @@ export interface DeleteWorkspaceApiKeyRequest {
|
|
|
134
122
|
|
|
135
123
|
workspaceId: string | undefined;
|
|
136
124
|
}
|
|
137
|
-
export declare namespace DeleteWorkspaceApiKeyRequest {
|
|
138
|
-
|
|
139
|
-
const filterSensitiveLog: (obj: DeleteWorkspaceApiKeyRequest) => any;
|
|
140
|
-
}
|
|
141
125
|
export interface DeleteWorkspaceApiKeyResponse {
|
|
142
126
|
|
|
143
127
|
keyName: string | undefined;
|
|
144
128
|
|
|
145
129
|
workspaceId: string | undefined;
|
|
146
130
|
}
|
|
147
|
-
export declare namespace DeleteWorkspaceApiKeyResponse {
|
|
148
|
-
|
|
149
|
-
const filterSensitiveLog: (obj: DeleteWorkspaceApiKeyResponse) => any;
|
|
150
|
-
}
|
|
151
131
|
|
|
152
132
|
export interface AssertionAttributes {
|
|
153
133
|
|
|
@@ -163,10 +143,6 @@ export interface AssertionAttributes {
|
|
|
163
143
|
|
|
164
144
|
org?: string;
|
|
165
145
|
}
|
|
166
|
-
export declare namespace AssertionAttributes {
|
|
167
|
-
|
|
168
|
-
const filterSensitiveLog: (obj: AssertionAttributes) => any;
|
|
169
|
-
}
|
|
170
146
|
export declare enum LicenseType {
|
|
171
147
|
|
|
172
148
|
ENTERPRISE = "ENTERPRISE",
|
|
@@ -179,10 +155,6 @@ export interface AssociateLicenseRequest {
|
|
|
179
155
|
|
|
180
156
|
licenseType: LicenseType | string | undefined;
|
|
181
157
|
}
|
|
182
|
-
export declare namespace AssociateLicenseRequest {
|
|
183
|
-
|
|
184
|
-
const filterSensitiveLog: (obj: AssociateLicenseRequest) => any;
|
|
185
|
-
}
|
|
186
158
|
export declare enum AuthenticationProviderTypes {
|
|
187
159
|
|
|
188
160
|
AWS_SSO = "AWS_SSO",
|
|
@@ -202,10 +174,6 @@ export interface AuthenticationSummary {
|
|
|
202
174
|
|
|
203
175
|
samlConfigurationStatus?: SamlConfigurationStatus | string;
|
|
204
176
|
}
|
|
205
|
-
export declare namespace AuthenticationSummary {
|
|
206
|
-
|
|
207
|
-
const filterSensitiveLog: (obj: AuthenticationSummary) => any;
|
|
208
|
-
}
|
|
209
177
|
export declare enum DataSourceType {
|
|
210
178
|
|
|
211
179
|
AMAZON_OPENSEARCH_SERVICE = "AMAZON_OPENSEARCH_SERVICE",
|
|
@@ -305,35 +273,19 @@ export interface WorkspaceDescription {
|
|
|
305
273
|
|
|
306
274
|
tags?: Record<string, string>;
|
|
307
275
|
}
|
|
308
|
-
export declare namespace WorkspaceDescription {
|
|
309
|
-
|
|
310
|
-
const filterSensitiveLog: (obj: WorkspaceDescription) => any;
|
|
311
|
-
}
|
|
312
276
|
export interface AssociateLicenseResponse {
|
|
313
277
|
|
|
314
278
|
workspace: WorkspaceDescription | undefined;
|
|
315
279
|
}
|
|
316
|
-
export declare namespace AssociateLicenseResponse {
|
|
317
|
-
|
|
318
|
-
const filterSensitiveLog: (obj: AssociateLicenseResponse) => any;
|
|
319
|
-
}
|
|
320
280
|
export interface DescribeWorkspaceAuthenticationRequest {
|
|
321
281
|
|
|
322
282
|
workspaceId: string | undefined;
|
|
323
283
|
}
|
|
324
|
-
export declare namespace DescribeWorkspaceAuthenticationRequest {
|
|
325
|
-
|
|
326
|
-
const filterSensitiveLog: (obj: DescribeWorkspaceAuthenticationRequest) => any;
|
|
327
|
-
}
|
|
328
284
|
|
|
329
285
|
export interface AwsSsoAuthentication {
|
|
330
286
|
|
|
331
287
|
ssoClientId?: string;
|
|
332
288
|
}
|
|
333
|
-
export declare namespace AwsSsoAuthentication {
|
|
334
|
-
|
|
335
|
-
const filterSensitiveLog: (obj: AwsSsoAuthentication) => any;
|
|
336
|
-
}
|
|
337
289
|
|
|
338
290
|
export declare type IdpMetadata = IdpMetadata.UrlMember | IdpMetadata.XmlMember | IdpMetadata.$UnknownMember;
|
|
339
291
|
export declare namespace IdpMetadata {
|
|
@@ -363,8 +315,6 @@ export declare namespace IdpMetadata {
|
|
|
363
315
|
_: (name: string, value: any) => T;
|
|
364
316
|
}
|
|
365
317
|
const visit: <T>(value: IdpMetadata, visitor: Visitor<T>) => T;
|
|
366
|
-
|
|
367
|
-
const filterSensitiveLog: (obj: IdpMetadata) => any;
|
|
368
318
|
}
|
|
369
319
|
|
|
370
320
|
export interface RoleValues {
|
|
@@ -373,10 +323,6 @@ export interface RoleValues {
|
|
|
373
323
|
|
|
374
324
|
admin?: string[];
|
|
375
325
|
}
|
|
376
|
-
export declare namespace RoleValues {
|
|
377
|
-
|
|
378
|
-
const filterSensitiveLog: (obj: RoleValues) => any;
|
|
379
|
-
}
|
|
380
326
|
|
|
381
327
|
export interface SamlConfiguration {
|
|
382
328
|
|
|
@@ -390,10 +336,6 @@ export interface SamlConfiguration {
|
|
|
390
336
|
|
|
391
337
|
loginValidityDuration?: number;
|
|
392
338
|
}
|
|
393
|
-
export declare namespace SamlConfiguration {
|
|
394
|
-
|
|
395
|
-
const filterSensitiveLog: (obj: SamlConfiguration) => any;
|
|
396
|
-
}
|
|
397
339
|
|
|
398
340
|
export interface SamlAuthentication {
|
|
399
341
|
|
|
@@ -401,10 +343,6 @@ export interface SamlAuthentication {
|
|
|
401
343
|
|
|
402
344
|
configuration?: SamlConfiguration;
|
|
403
345
|
}
|
|
404
|
-
export declare namespace SamlAuthentication {
|
|
405
|
-
|
|
406
|
-
const filterSensitiveLog: (obj: SamlAuthentication) => any;
|
|
407
|
-
}
|
|
408
346
|
|
|
409
347
|
export interface AuthenticationDescription {
|
|
410
348
|
|
|
@@ -414,18 +352,10 @@ export interface AuthenticationDescription {
|
|
|
414
352
|
|
|
415
353
|
awsSso?: AwsSsoAuthentication;
|
|
416
354
|
}
|
|
417
|
-
export declare namespace AuthenticationDescription {
|
|
418
|
-
|
|
419
|
-
const filterSensitiveLog: (obj: AuthenticationDescription) => any;
|
|
420
|
-
}
|
|
421
355
|
export interface DescribeWorkspaceAuthenticationResponse {
|
|
422
356
|
|
|
423
357
|
authentication: AuthenticationDescription | undefined;
|
|
424
358
|
}
|
|
425
|
-
export declare namespace DescribeWorkspaceAuthenticationResponse {
|
|
426
|
-
|
|
427
|
-
const filterSensitiveLog: (obj: DescribeWorkspaceAuthenticationResponse) => any;
|
|
428
|
-
}
|
|
429
359
|
export interface UpdateWorkspaceAuthenticationRequest {
|
|
430
360
|
|
|
431
361
|
workspaceId: string | undefined;
|
|
@@ -434,52 +364,28 @@ export interface UpdateWorkspaceAuthenticationRequest {
|
|
|
434
364
|
|
|
435
365
|
samlConfiguration?: SamlConfiguration;
|
|
436
366
|
}
|
|
437
|
-
export declare namespace UpdateWorkspaceAuthenticationRequest {
|
|
438
|
-
|
|
439
|
-
const filterSensitiveLog: (obj: UpdateWorkspaceAuthenticationRequest) => any;
|
|
440
|
-
}
|
|
441
367
|
export interface UpdateWorkspaceAuthenticationResponse {
|
|
442
368
|
|
|
443
369
|
authentication: AuthenticationDescription | undefined;
|
|
444
370
|
}
|
|
445
|
-
export declare namespace UpdateWorkspaceAuthenticationResponse {
|
|
446
|
-
|
|
447
|
-
const filterSensitiveLog: (obj: UpdateWorkspaceAuthenticationResponse) => any;
|
|
448
|
-
}
|
|
449
371
|
export interface DisassociateLicenseRequest {
|
|
450
372
|
|
|
451
373
|
workspaceId: string | undefined;
|
|
452
374
|
|
|
453
375
|
licenseType: LicenseType | string | undefined;
|
|
454
376
|
}
|
|
455
|
-
export declare namespace DisassociateLicenseRequest {
|
|
456
|
-
|
|
457
|
-
const filterSensitiveLog: (obj: DisassociateLicenseRequest) => any;
|
|
458
|
-
}
|
|
459
377
|
export interface DisassociateLicenseResponse {
|
|
460
378
|
|
|
461
379
|
workspace: WorkspaceDescription | undefined;
|
|
462
380
|
}
|
|
463
|
-
export declare namespace DisassociateLicenseResponse {
|
|
464
|
-
|
|
465
|
-
const filterSensitiveLog: (obj: DisassociateLicenseResponse) => any;
|
|
466
|
-
}
|
|
467
381
|
export interface ListTagsForResourceRequest {
|
|
468
382
|
|
|
469
383
|
resourceArn: string | undefined;
|
|
470
384
|
}
|
|
471
|
-
export declare namespace ListTagsForResourceRequest {
|
|
472
|
-
|
|
473
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
474
|
-
}
|
|
475
385
|
export interface ListTagsForResourceResponse {
|
|
476
386
|
|
|
477
387
|
tags?: Record<string, string>;
|
|
478
388
|
}
|
|
479
|
-
export declare namespace ListTagsForResourceResponse {
|
|
480
|
-
|
|
481
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
482
|
-
}
|
|
483
389
|
export declare enum UserType {
|
|
484
390
|
|
|
485
391
|
SSO_GROUP = "SSO_GROUP",
|
|
@@ -500,10 +406,6 @@ export interface ListPermissionsRequest {
|
|
|
500
406
|
|
|
501
407
|
workspaceId: string | undefined;
|
|
502
408
|
}
|
|
503
|
-
export declare namespace ListPermissionsRequest {
|
|
504
|
-
|
|
505
|
-
const filterSensitiveLog: (obj: ListPermissionsRequest) => any;
|
|
506
|
-
}
|
|
507
409
|
export declare enum Role {
|
|
508
410
|
|
|
509
411
|
ADMIN = "ADMIN",
|
|
@@ -519,10 +421,6 @@ export interface User {
|
|
|
519
421
|
|
|
520
422
|
type: UserType | string | undefined;
|
|
521
423
|
}
|
|
522
|
-
export declare namespace User {
|
|
523
|
-
|
|
524
|
-
const filterSensitiveLog: (obj: User) => any;
|
|
525
|
-
}
|
|
526
424
|
|
|
527
425
|
export interface PermissionEntry {
|
|
528
426
|
|
|
@@ -530,20 +428,12 @@ export interface PermissionEntry {
|
|
|
530
428
|
|
|
531
429
|
role: Role | string | undefined;
|
|
532
430
|
}
|
|
533
|
-
export declare namespace PermissionEntry {
|
|
534
|
-
|
|
535
|
-
const filterSensitiveLog: (obj: PermissionEntry) => any;
|
|
536
|
-
}
|
|
537
431
|
export interface ListPermissionsResponse {
|
|
538
432
|
|
|
539
433
|
nextToken?: string;
|
|
540
434
|
|
|
541
435
|
permissions: PermissionEntry[] | undefined;
|
|
542
436
|
}
|
|
543
|
-
export declare namespace ListPermissionsResponse {
|
|
544
|
-
|
|
545
|
-
const filterSensitiveLog: (obj: ListPermissionsResponse) => any;
|
|
546
|
-
}
|
|
547
437
|
export declare enum UpdateAction {
|
|
548
438
|
|
|
549
439
|
ADD = "ADD",
|
|
@@ -559,20 +449,12 @@ export interface UpdateInstruction {
|
|
|
559
449
|
|
|
560
450
|
users: User[] | undefined;
|
|
561
451
|
}
|
|
562
|
-
export declare namespace UpdateInstruction {
|
|
563
|
-
|
|
564
|
-
const filterSensitiveLog: (obj: UpdateInstruction) => any;
|
|
565
|
-
}
|
|
566
452
|
export interface UpdatePermissionsRequest {
|
|
567
453
|
|
|
568
454
|
updateInstructionBatch: UpdateInstruction[] | undefined;
|
|
569
455
|
|
|
570
456
|
workspaceId: string | undefined;
|
|
571
457
|
}
|
|
572
|
-
export declare namespace UpdatePermissionsRequest {
|
|
573
|
-
|
|
574
|
-
const filterSensitiveLog: (obj: UpdatePermissionsRequest) => any;
|
|
575
|
-
}
|
|
576
458
|
|
|
577
459
|
export interface UpdateError {
|
|
578
460
|
|
|
@@ -582,50 +464,26 @@ export interface UpdateError {
|
|
|
582
464
|
|
|
583
465
|
causedBy: UpdateInstruction | undefined;
|
|
584
466
|
}
|
|
585
|
-
export declare namespace UpdateError {
|
|
586
|
-
|
|
587
|
-
const filterSensitiveLog: (obj: UpdateError) => any;
|
|
588
|
-
}
|
|
589
467
|
export interface UpdatePermissionsResponse {
|
|
590
468
|
|
|
591
469
|
errors: UpdateError[] | undefined;
|
|
592
470
|
}
|
|
593
|
-
export declare namespace UpdatePermissionsResponse {
|
|
594
|
-
|
|
595
|
-
const filterSensitiveLog: (obj: UpdatePermissionsResponse) => any;
|
|
596
|
-
}
|
|
597
471
|
export interface TagResourceRequest {
|
|
598
472
|
|
|
599
473
|
resourceArn: string | undefined;
|
|
600
474
|
|
|
601
475
|
tags: Record<string, string> | undefined;
|
|
602
476
|
}
|
|
603
|
-
export declare namespace TagResourceRequest {
|
|
604
|
-
|
|
605
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
606
|
-
}
|
|
607
477
|
export interface TagResourceResponse {
|
|
608
478
|
}
|
|
609
|
-
export declare namespace TagResourceResponse {
|
|
610
|
-
|
|
611
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
612
|
-
}
|
|
613
479
|
export interface UntagResourceRequest {
|
|
614
480
|
|
|
615
481
|
resourceArn: string | undefined;
|
|
616
482
|
|
|
617
483
|
tagKeys: string[] | undefined;
|
|
618
484
|
}
|
|
619
|
-
export declare namespace UntagResourceRequest {
|
|
620
|
-
|
|
621
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
622
|
-
}
|
|
623
485
|
export interface UntagResourceResponse {
|
|
624
486
|
}
|
|
625
|
-
export declare namespace UntagResourceResponse {
|
|
626
|
-
|
|
627
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
628
|
-
}
|
|
629
487
|
export interface CreateWorkspaceRequest {
|
|
630
488
|
|
|
631
489
|
accountAccessType: AccountAccessType | string | undefined;
|
|
@@ -654,60 +512,32 @@ export interface CreateWorkspaceRequest {
|
|
|
654
512
|
|
|
655
513
|
tags?: Record<string, string>;
|
|
656
514
|
}
|
|
657
|
-
export declare namespace CreateWorkspaceRequest {
|
|
658
|
-
|
|
659
|
-
const filterSensitiveLog: (obj: CreateWorkspaceRequest) => any;
|
|
660
|
-
}
|
|
661
515
|
export interface CreateWorkspaceResponse {
|
|
662
516
|
|
|
663
517
|
workspace: WorkspaceDescription | undefined;
|
|
664
518
|
}
|
|
665
|
-
export declare namespace CreateWorkspaceResponse {
|
|
666
|
-
|
|
667
|
-
const filterSensitiveLog: (obj: CreateWorkspaceResponse) => any;
|
|
668
|
-
}
|
|
669
519
|
export interface DeleteWorkspaceRequest {
|
|
670
520
|
|
|
671
521
|
workspaceId: string | undefined;
|
|
672
522
|
}
|
|
673
|
-
export declare namespace DeleteWorkspaceRequest {
|
|
674
|
-
|
|
675
|
-
const filterSensitiveLog: (obj: DeleteWorkspaceRequest) => any;
|
|
676
|
-
}
|
|
677
523
|
export interface DeleteWorkspaceResponse {
|
|
678
524
|
|
|
679
525
|
workspace: WorkspaceDescription | undefined;
|
|
680
526
|
}
|
|
681
|
-
export declare namespace DeleteWorkspaceResponse {
|
|
682
|
-
|
|
683
|
-
const filterSensitiveLog: (obj: DeleteWorkspaceResponse) => any;
|
|
684
|
-
}
|
|
685
527
|
export interface DescribeWorkspaceRequest {
|
|
686
528
|
|
|
687
529
|
workspaceId: string | undefined;
|
|
688
530
|
}
|
|
689
|
-
export declare namespace DescribeWorkspaceRequest {
|
|
690
|
-
|
|
691
|
-
const filterSensitiveLog: (obj: DescribeWorkspaceRequest) => any;
|
|
692
|
-
}
|
|
693
531
|
export interface DescribeWorkspaceResponse {
|
|
694
532
|
|
|
695
533
|
workspace: WorkspaceDescription | undefined;
|
|
696
534
|
}
|
|
697
|
-
export declare namespace DescribeWorkspaceResponse {
|
|
698
|
-
|
|
699
|
-
const filterSensitiveLog: (obj: DescribeWorkspaceResponse) => any;
|
|
700
|
-
}
|
|
701
535
|
export interface ListWorkspacesRequest {
|
|
702
536
|
|
|
703
537
|
maxResults?: number;
|
|
704
538
|
|
|
705
539
|
nextToken?: string;
|
|
706
540
|
}
|
|
707
|
-
export declare namespace ListWorkspacesRequest {
|
|
708
|
-
|
|
709
|
-
const filterSensitiveLog: (obj: ListWorkspacesRequest) => any;
|
|
710
|
-
}
|
|
711
541
|
|
|
712
542
|
export interface WorkspaceSummary {
|
|
713
543
|
|
|
@@ -733,20 +563,12 @@ export interface WorkspaceSummary {
|
|
|
733
563
|
|
|
734
564
|
tags?: Record<string, string>;
|
|
735
565
|
}
|
|
736
|
-
export declare namespace WorkspaceSummary {
|
|
737
|
-
|
|
738
|
-
const filterSensitiveLog: (obj: WorkspaceSummary) => any;
|
|
739
|
-
}
|
|
740
566
|
export interface ListWorkspacesResponse {
|
|
741
567
|
|
|
742
568
|
workspaces: WorkspaceSummary[] | undefined;
|
|
743
569
|
|
|
744
570
|
nextToken?: string;
|
|
745
571
|
}
|
|
746
|
-
export declare namespace ListWorkspacesResponse {
|
|
747
|
-
|
|
748
|
-
const filterSensitiveLog: (obj: ListWorkspacesResponse) => any;
|
|
749
|
-
}
|
|
750
572
|
export interface UpdateWorkspaceRequest {
|
|
751
573
|
|
|
752
574
|
accountAccessType?: AccountAccessType | string;
|
|
@@ -771,15 +593,101 @@ export interface UpdateWorkspaceRequest {
|
|
|
771
593
|
|
|
772
594
|
workspaceRoleArn?: string;
|
|
773
595
|
}
|
|
774
|
-
export declare namespace UpdateWorkspaceRequest {
|
|
775
|
-
|
|
776
|
-
const filterSensitiveLog: (obj: UpdateWorkspaceRequest) => any;
|
|
777
|
-
}
|
|
778
596
|
export interface UpdateWorkspaceResponse {
|
|
779
597
|
|
|
780
598
|
workspace: WorkspaceDescription | undefined;
|
|
781
599
|
}
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
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;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-grafana",
|
|
3
3
|
"description": "AWS SDK for JavaScript Grafana Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.142.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.142.0",
|
|
22
22
|
"@aws-sdk/config-resolver": "3.130.0",
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.142.0",
|
|
24
24
|
"@aws-sdk/fetch-http-handler": "3.131.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.127.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.127.0",
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
"@aws-sdk/node-config-provider": "3.127.0",
|
|
37
37
|
"@aws-sdk/node-http-handler": "3.127.0",
|
|
38
38
|
"@aws-sdk/protocol-http": "3.127.0",
|
|
39
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
+
"@aws-sdk/smithy-client": "3.142.0",
|
|
40
40
|
"@aws-sdk/types": "3.127.0",
|
|
41
41
|
"@aws-sdk/url-parser": "3.127.0",
|
|
42
42
|
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
43
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
45
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
46
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.142.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.142.0",
|
|
48
48
|
"@aws-sdk/util-user-agent-browser": "3.127.0",
|
|
49
49
|
"@aws-sdk/util-user-agent-node": "3.127.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|