@aws-sdk/client-grafana 3.943.0 → 3.946.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/dist-cjs/index.js +51 -242
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/GrafanaClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +51 -242
- package/dist-types/Grafana.d.ts +1 -1
- package/dist-types/GrafanaClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/AssociateLicenseCommand.d.ts +3 -3
- package/dist-types/commands/CreateWorkspaceApiKeyCommand.d.ts +3 -3
- package/dist-types/commands/CreateWorkspaceCommand.d.ts +3 -3
- package/dist-types/commands/CreateWorkspaceServiceAccountCommand.d.ts +3 -3
- package/dist-types/commands/CreateWorkspaceServiceAccountTokenCommand.d.ts +3 -3
- package/dist-types/commands/DeleteWorkspaceApiKeyCommand.d.ts +3 -3
- package/dist-types/commands/DeleteWorkspaceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteWorkspaceServiceAccountCommand.d.ts +3 -3
- package/dist-types/commands/DeleteWorkspaceServiceAccountTokenCommand.d.ts +3 -3
- package/dist-types/commands/DescribeWorkspaceAuthenticationCommand.d.ts +3 -3
- package/dist-types/commands/DescribeWorkspaceCommand.d.ts +3 -3
- package/dist-types/commands/DescribeWorkspaceConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateLicenseCommand.d.ts +3 -3
- package/dist-types/commands/ListPermissionsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ListVersionsCommand.d.ts +3 -3
- package/dist-types/commands/ListWorkspaceServiceAccountTokensCommand.d.ts +3 -3
- package/dist-types/commands/ListWorkspaceServiceAccountsCommand.d.ts +3 -3
- package/dist-types/commands/ListWorkspacesCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdatePermissionsCommand.d.ts +3 -3
- package/dist-types/commands/UpdateWorkspaceAuthenticationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateWorkspaceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateWorkspaceConfigurationCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/GrafanaServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListPermissionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkspaceServiceAccountTokensPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkspaceServiceAccountsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkspacesPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/GrafanaClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/GrafanaServiceException.d.ts +1 -1
- package/package.json +13 -12
|
@@ -239,28 +239,10 @@ export var ApiKeyToken = [0, n0, _AKT, 8, 0];
|
|
|
239
239
|
export var Description = [0, n0, _D, 8, 0];
|
|
240
240
|
export var IamRoleArn = [0, n0, _IRA, 8, 0];
|
|
241
241
|
export var OrganizationRoleName = [0, n0, _ORN, 8, 0];
|
|
242
|
-
export var OverridableConfigurationJson = [
|
|
243
|
-
0,
|
|
244
|
-
n0,
|
|
245
|
-
_OCJ,
|
|
246
|
-
{
|
|
247
|
-
[_mT]: _a,
|
|
248
|
-
},
|
|
249
|
-
0,
|
|
250
|
-
];
|
|
242
|
+
export var OverridableConfigurationJson = [0, n0, _OCJ, { [_mT]: _a }, 0];
|
|
251
243
|
export var ServiceAccountTokenKey = [0, n0, _SATK, 8, 0];
|
|
252
244
|
export var WorkspaceName = [0, n0, _WN, 8, 0];
|
|
253
|
-
export var AccessDeniedException = [
|
|
254
|
-
-3,
|
|
255
|
-
n0,
|
|
256
|
-
_ADE,
|
|
257
|
-
{
|
|
258
|
-
[_e]: _c,
|
|
259
|
-
[_hE]: 403,
|
|
260
|
-
},
|
|
261
|
-
[_m],
|
|
262
|
-
[0],
|
|
263
|
-
];
|
|
245
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
264
246
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
265
247
|
export var AssertionAttributes = [3, n0, _AA, 0, [_n, _l, _em, _g, _r, _o], [0, 0, 0, 0, 0, 0]];
|
|
266
248
|
export var AssociateLicenseRequest = [
|
|
@@ -272,12 +254,7 @@ export var AssociateLicenseRequest = [
|
|
|
272
254
|
[
|
|
273
255
|
[0, 1],
|
|
274
256
|
[0, 1],
|
|
275
|
-
[
|
|
276
|
-
0,
|
|
277
|
-
{
|
|
278
|
-
[_hH]: _GT,
|
|
279
|
-
},
|
|
280
|
-
],
|
|
257
|
+
[0, { [_hH]: _GT }],
|
|
281
258
|
],
|
|
282
259
|
];
|
|
283
260
|
export var AssociateLicenseResponse = [3, n0, _ALRs, 0, [_w], [[() => WorkspaceDescription, 0]]];
|
|
@@ -291,17 +268,7 @@ export var AuthenticationDescription = [
|
|
|
291
268
|
];
|
|
292
269
|
export var AuthenticationSummary = [3, n0, _AS, 0, [_p, _sCS], [64 | 0, 0]];
|
|
293
270
|
export var AwsSsoAuthentication = [3, n0, _ASA, 0, [_sCI], [0]];
|
|
294
|
-
export var ConflictException = [
|
|
295
|
-
-3,
|
|
296
|
-
n0,
|
|
297
|
-
_CE,
|
|
298
|
-
{
|
|
299
|
-
[_e]: _c,
|
|
300
|
-
[_hE]: 409,
|
|
301
|
-
},
|
|
302
|
-
[_m, _rI, _rT],
|
|
303
|
-
[0, 0, 0],
|
|
304
|
-
];
|
|
271
|
+
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
|
|
305
272
|
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
306
273
|
export var CreateWorkspaceApiKeyRequest = [
|
|
307
274
|
3,
|
|
@@ -474,20 +441,9 @@ export var InternalServerException = [
|
|
|
474
441
|
-3,
|
|
475
442
|
n0,
|
|
476
443
|
_ISE,
|
|
477
|
-
{
|
|
478
|
-
[_e]: _se,
|
|
479
|
-
[_hE]: 500,
|
|
480
|
-
},
|
|
444
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
481
445
|
[_m, _rAS],
|
|
482
|
-
[
|
|
483
|
-
0,
|
|
484
|
-
[
|
|
485
|
-
1,
|
|
486
|
-
{
|
|
487
|
-
[_hH]: _RA,
|
|
488
|
-
},
|
|
489
|
-
],
|
|
490
|
-
],
|
|
446
|
+
[0, [1, { [_hH]: _RA }]],
|
|
491
447
|
];
|
|
492
448
|
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
493
449
|
export var ListPermissionsRequest = [
|
|
@@ -497,36 +453,11 @@ export var ListPermissionsRequest = [
|
|
|
497
453
|
0,
|
|
498
454
|
[_mR, _nT, _uT, _uI, _gI, _wI],
|
|
499
455
|
[
|
|
500
|
-
[
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
],
|
|
506
|
-
[
|
|
507
|
-
0,
|
|
508
|
-
{
|
|
509
|
-
[_hQ]: _nT,
|
|
510
|
-
},
|
|
511
|
-
],
|
|
512
|
-
[
|
|
513
|
-
0,
|
|
514
|
-
{
|
|
515
|
-
[_hQ]: _uT,
|
|
516
|
-
},
|
|
517
|
-
],
|
|
518
|
-
[
|
|
519
|
-
0,
|
|
520
|
-
{
|
|
521
|
-
[_hQ]: _uI,
|
|
522
|
-
},
|
|
523
|
-
],
|
|
524
|
-
[
|
|
525
|
-
0,
|
|
526
|
-
{
|
|
527
|
-
[_hQ]: _gI,
|
|
528
|
-
},
|
|
529
|
-
],
|
|
456
|
+
[1, { [_hQ]: _mR }],
|
|
457
|
+
[0, { [_hQ]: _nT }],
|
|
458
|
+
[0, { [_hQ]: _uT }],
|
|
459
|
+
[0, { [_hQ]: _uI }],
|
|
460
|
+
[0, { [_hQ]: _gI }],
|
|
530
461
|
[0, 1],
|
|
531
462
|
],
|
|
532
463
|
];
|
|
@@ -547,24 +478,9 @@ export var ListVersionsRequest = [
|
|
|
547
478
|
0,
|
|
548
479
|
[_mR, _nT, _wI],
|
|
549
480
|
[
|
|
550
|
-
[
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
[_hQ]: _mR,
|
|
554
|
-
},
|
|
555
|
-
],
|
|
556
|
-
[
|
|
557
|
-
0,
|
|
558
|
-
{
|
|
559
|
-
[_hQ]: _nT,
|
|
560
|
-
},
|
|
561
|
-
],
|
|
562
|
-
[
|
|
563
|
-
0,
|
|
564
|
-
{
|
|
565
|
-
[_hQ]: _wi,
|
|
566
|
-
},
|
|
567
|
-
],
|
|
481
|
+
[1, { [_hQ]: _mR }],
|
|
482
|
+
[0, { [_hQ]: _nT }],
|
|
483
|
+
[0, { [_hQ]: _wi }],
|
|
568
484
|
],
|
|
569
485
|
];
|
|
570
486
|
export var ListVersionsResponse = [3, n0, _LVRi, 0, [_nT, _gVr], [0, 64 | 0]];
|
|
@@ -575,18 +491,8 @@ export var ListWorkspaceServiceAccountsRequest = [
|
|
|
575
491
|
0,
|
|
576
492
|
[_mR, _nT, _wI],
|
|
577
493
|
[
|
|
578
|
-
[
|
|
579
|
-
|
|
580
|
-
{
|
|
581
|
-
[_hQ]: _mR,
|
|
582
|
-
},
|
|
583
|
-
],
|
|
584
|
-
[
|
|
585
|
-
0,
|
|
586
|
-
{
|
|
587
|
-
[_hQ]: _nT,
|
|
588
|
-
},
|
|
589
|
-
],
|
|
494
|
+
[1, { [_hQ]: _mR }],
|
|
495
|
+
[0, { [_hQ]: _nT }],
|
|
590
496
|
[0, 1],
|
|
591
497
|
],
|
|
592
498
|
];
|
|
@@ -605,18 +511,8 @@ export var ListWorkspaceServiceAccountTokensRequest = [
|
|
|
605
511
|
0,
|
|
606
512
|
[_mR, _nT, _sAI, _wI],
|
|
607
513
|
[
|
|
608
|
-
[
|
|
609
|
-
|
|
610
|
-
{
|
|
611
|
-
[_hQ]: _mR,
|
|
612
|
-
},
|
|
613
|
-
],
|
|
614
|
-
[
|
|
615
|
-
0,
|
|
616
|
-
{
|
|
617
|
-
[_hQ]: _nT,
|
|
618
|
-
},
|
|
619
|
-
],
|
|
514
|
+
[1, { [_hQ]: _mR }],
|
|
515
|
+
[0, { [_hQ]: _nT }],
|
|
620
516
|
[0, 1],
|
|
621
517
|
[0, 1],
|
|
622
518
|
],
|
|
@@ -636,18 +532,8 @@ export var ListWorkspacesRequest = [
|
|
|
636
532
|
0,
|
|
637
533
|
[_mR, _nT],
|
|
638
534
|
[
|
|
639
|
-
[
|
|
640
|
-
|
|
641
|
-
{
|
|
642
|
-
[_hQ]: _mR,
|
|
643
|
-
},
|
|
644
|
-
],
|
|
645
|
-
[
|
|
646
|
-
0,
|
|
647
|
-
{
|
|
648
|
-
[_hQ]: _nT,
|
|
649
|
-
},
|
|
650
|
-
],
|
|
535
|
+
[1, { [_hQ]: _mR }],
|
|
536
|
+
[0, { [_hQ]: _nT }],
|
|
651
537
|
],
|
|
652
538
|
];
|
|
653
539
|
export var ListWorkspacesResponse = [3, n0, _LWRi, 0, [_wo, _nT], [[() => WorkspaceList, 0], 0]];
|
|
@@ -657,10 +543,7 @@ export var ResourceNotFoundException = [
|
|
|
657
543
|
-3,
|
|
658
544
|
n0,
|
|
659
545
|
_RNFE,
|
|
660
|
-
{
|
|
661
|
-
[_e]: _c,
|
|
662
|
-
[_hE]: 404,
|
|
663
|
-
},
|
|
546
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
664
547
|
[_m, _rI, _rT],
|
|
665
548
|
[0, 0, 0],
|
|
666
549
|
];
|
|
@@ -706,10 +589,7 @@ export var ServiceQuotaExceededException = [
|
|
|
706
589
|
-3,
|
|
707
590
|
n0,
|
|
708
591
|
_SQEE,
|
|
709
|
-
{
|
|
710
|
-
[_e]: _c,
|
|
711
|
-
[_hE]: 402,
|
|
712
|
-
},
|
|
592
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
713
593
|
[_m, _rI, _rT, _sC, _qC],
|
|
714
594
|
[0, 0, 0, 0, 0],
|
|
715
595
|
];
|
|
@@ -720,22 +600,9 @@ export var ThrottlingException = [
|
|
|
720
600
|
-3,
|
|
721
601
|
n0,
|
|
722
602
|
_TE,
|
|
723
|
-
{
|
|
724
|
-
[_e]: _c,
|
|
725
|
-
[_hE]: 429,
|
|
726
|
-
},
|
|
603
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
727
604
|
[_m, _sC, _qC, _rAS],
|
|
728
|
-
[
|
|
729
|
-
0,
|
|
730
|
-
0,
|
|
731
|
-
0,
|
|
732
|
-
[
|
|
733
|
-
1,
|
|
734
|
-
{
|
|
735
|
-
[_hH]: _RA,
|
|
736
|
-
},
|
|
737
|
-
],
|
|
738
|
-
],
|
|
605
|
+
[0, 0, 0, [1, { [_hH]: _RA }]],
|
|
739
606
|
];
|
|
740
607
|
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
741
608
|
export var UntagResourceRequest = [
|
|
@@ -746,12 +613,7 @@ export var UntagResourceRequest = [
|
|
|
746
613
|
[_rA, _tK],
|
|
747
614
|
[
|
|
748
615
|
[0, 1],
|
|
749
|
-
[
|
|
750
|
-
64 | 0,
|
|
751
|
-
{
|
|
752
|
-
[_hQ]: _tK,
|
|
753
|
-
},
|
|
754
|
-
],
|
|
616
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
755
617
|
],
|
|
756
618
|
];
|
|
757
619
|
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
@@ -821,10 +683,7 @@ export var ValidationException = [
|
|
|
821
683
|
-3,
|
|
822
684
|
n0,
|
|
823
685
|
_VE,
|
|
824
|
-
{
|
|
825
|
-
[_e]: _c,
|
|
826
|
-
[_hE]: 400,
|
|
827
|
-
},
|
|
686
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
828
687
|
[_m, _re, _fL],
|
|
829
688
|
[0, 0, () => ValidationExceptionFieldList],
|
|
830
689
|
];
|
|
@@ -941,9 +800,7 @@ export var AssociateLicense = [
|
|
|
941
800
|
9,
|
|
942
801
|
n0,
|
|
943
802
|
_AL,
|
|
944
|
-
{
|
|
945
|
-
[_h]: ["POST", "/workspaces/{workspaceId}/licenses/{licenseType}", 202],
|
|
946
|
-
},
|
|
803
|
+
{ [_h]: ["POST", "/workspaces/{workspaceId}/licenses/{licenseType}", 202] },
|
|
947
804
|
() => AssociateLicenseRequest,
|
|
948
805
|
() => AssociateLicenseResponse,
|
|
949
806
|
];
|
|
@@ -951,9 +808,7 @@ export var CreateWorkspace = [
|
|
|
951
808
|
9,
|
|
952
809
|
n0,
|
|
953
810
|
_CW,
|
|
954
|
-
{
|
|
955
|
-
[_h]: ["POST", "/workspaces", 202],
|
|
956
|
-
},
|
|
811
|
+
{ [_h]: ["POST", "/workspaces", 202] },
|
|
957
812
|
() => CreateWorkspaceRequest,
|
|
958
813
|
() => CreateWorkspaceResponse,
|
|
959
814
|
];
|
|
@@ -961,9 +816,7 @@ export var CreateWorkspaceApiKey = [
|
|
|
961
816
|
9,
|
|
962
817
|
n0,
|
|
963
818
|
_CWAK,
|
|
964
|
-
{
|
|
965
|
-
[_h]: ["POST", "/workspaces/{workspaceId}/apikeys", 200],
|
|
966
|
-
},
|
|
819
|
+
{ [_h]: ["POST", "/workspaces/{workspaceId}/apikeys", 200] },
|
|
967
820
|
() => CreateWorkspaceApiKeyRequest,
|
|
968
821
|
() => CreateWorkspaceApiKeyResponse,
|
|
969
822
|
];
|
|
@@ -971,9 +824,7 @@ export var CreateWorkspaceServiceAccount = [
|
|
|
971
824
|
9,
|
|
972
825
|
n0,
|
|
973
826
|
_CWSA,
|
|
974
|
-
{
|
|
975
|
-
[_h]: ["POST", "/workspaces/{workspaceId}/serviceaccounts", 200],
|
|
976
|
-
},
|
|
827
|
+
{ [_h]: ["POST", "/workspaces/{workspaceId}/serviceaccounts", 200] },
|
|
977
828
|
() => CreateWorkspaceServiceAccountRequest,
|
|
978
829
|
() => CreateWorkspaceServiceAccountResponse,
|
|
979
830
|
];
|
|
@@ -981,9 +832,7 @@ export var CreateWorkspaceServiceAccountToken = [
|
|
|
981
832
|
9,
|
|
982
833
|
n0,
|
|
983
834
|
_CWSAT,
|
|
984
|
-
{
|
|
985
|
-
[_h]: ["POST", "/workspaces/{workspaceId}/serviceaccounts/{serviceAccountId}/tokens", 200],
|
|
986
|
-
},
|
|
835
|
+
{ [_h]: ["POST", "/workspaces/{workspaceId}/serviceaccounts/{serviceAccountId}/tokens", 200] },
|
|
987
836
|
() => CreateWorkspaceServiceAccountTokenRequest,
|
|
988
837
|
() => CreateWorkspaceServiceAccountTokenResponse,
|
|
989
838
|
];
|
|
@@ -991,9 +840,7 @@ export var DeleteWorkspace = [
|
|
|
991
840
|
9,
|
|
992
841
|
n0,
|
|
993
842
|
_DW,
|
|
994
|
-
{
|
|
995
|
-
[_h]: ["DELETE", "/workspaces/{workspaceId}", 202],
|
|
996
|
-
},
|
|
843
|
+
{ [_h]: ["DELETE", "/workspaces/{workspaceId}", 202] },
|
|
997
844
|
() => DeleteWorkspaceRequest,
|
|
998
845
|
() => DeleteWorkspaceResponse,
|
|
999
846
|
];
|
|
@@ -1001,9 +848,7 @@ export var DeleteWorkspaceApiKey = [
|
|
|
1001
848
|
9,
|
|
1002
849
|
n0,
|
|
1003
850
|
_DWAK,
|
|
1004
|
-
{
|
|
1005
|
-
[_h]: ["DELETE", "/workspaces/{workspaceId}/apikeys/{keyName}", 200],
|
|
1006
|
-
},
|
|
851
|
+
{ [_h]: ["DELETE", "/workspaces/{workspaceId}/apikeys/{keyName}", 200] },
|
|
1007
852
|
() => DeleteWorkspaceApiKeyRequest,
|
|
1008
853
|
() => DeleteWorkspaceApiKeyResponse,
|
|
1009
854
|
];
|
|
@@ -1011,9 +856,7 @@ export var DeleteWorkspaceServiceAccount = [
|
|
|
1011
856
|
9,
|
|
1012
857
|
n0,
|
|
1013
858
|
_DWSA,
|
|
1014
|
-
{
|
|
1015
|
-
[_h]: ["DELETE", "/workspaces/{workspaceId}/serviceaccounts/{serviceAccountId}", 200],
|
|
1016
|
-
},
|
|
859
|
+
{ [_h]: ["DELETE", "/workspaces/{workspaceId}/serviceaccounts/{serviceAccountId}", 200] },
|
|
1017
860
|
() => DeleteWorkspaceServiceAccountRequest,
|
|
1018
861
|
() => DeleteWorkspaceServiceAccountResponse,
|
|
1019
862
|
];
|
|
@@ -1021,9 +864,7 @@ export var DeleteWorkspaceServiceAccountToken = [
|
|
|
1021
864
|
9,
|
|
1022
865
|
n0,
|
|
1023
866
|
_DWSAT,
|
|
1024
|
-
{
|
|
1025
|
-
[_h]: ["DELETE", "/workspaces/{workspaceId}/serviceaccounts/{serviceAccountId}/tokens/{tokenId}", 200],
|
|
1026
|
-
},
|
|
867
|
+
{ [_h]: ["DELETE", "/workspaces/{workspaceId}/serviceaccounts/{serviceAccountId}/tokens/{tokenId}", 200] },
|
|
1027
868
|
() => DeleteWorkspaceServiceAccountTokenRequest,
|
|
1028
869
|
() => DeleteWorkspaceServiceAccountTokenResponse,
|
|
1029
870
|
];
|
|
@@ -1031,9 +872,7 @@ export var DescribeWorkspace = [
|
|
|
1031
872
|
9,
|
|
1032
873
|
n0,
|
|
1033
874
|
_DWe,
|
|
1034
|
-
{
|
|
1035
|
-
[_h]: ["GET", "/workspaces/{workspaceId}", 200],
|
|
1036
|
-
},
|
|
875
|
+
{ [_h]: ["GET", "/workspaces/{workspaceId}", 200] },
|
|
1037
876
|
() => DescribeWorkspaceRequest,
|
|
1038
877
|
() => DescribeWorkspaceResponse,
|
|
1039
878
|
];
|
|
@@ -1041,9 +880,7 @@ export var DescribeWorkspaceAuthentication = [
|
|
|
1041
880
|
9,
|
|
1042
881
|
n0,
|
|
1043
882
|
_DWA,
|
|
1044
|
-
{
|
|
1045
|
-
[_h]: ["GET", "/workspaces/{workspaceId}/authentication", 200],
|
|
1046
|
-
},
|
|
883
|
+
{ [_h]: ["GET", "/workspaces/{workspaceId}/authentication", 200] },
|
|
1047
884
|
() => DescribeWorkspaceAuthenticationRequest,
|
|
1048
885
|
() => DescribeWorkspaceAuthenticationResponse,
|
|
1049
886
|
];
|
|
@@ -1051,9 +888,7 @@ export var DescribeWorkspaceConfiguration = [
|
|
|
1051
888
|
9,
|
|
1052
889
|
n0,
|
|
1053
890
|
_DWC,
|
|
1054
|
-
{
|
|
1055
|
-
[_h]: ["GET", "/workspaces/{workspaceId}/configuration", 200],
|
|
1056
|
-
},
|
|
891
|
+
{ [_h]: ["GET", "/workspaces/{workspaceId}/configuration", 200] },
|
|
1057
892
|
() => DescribeWorkspaceConfigurationRequest,
|
|
1058
893
|
() => DescribeWorkspaceConfigurationResponse,
|
|
1059
894
|
];
|
|
@@ -1061,9 +896,7 @@ export var DisassociateLicense = [
|
|
|
1061
896
|
9,
|
|
1062
897
|
n0,
|
|
1063
898
|
_DL,
|
|
1064
|
-
{
|
|
1065
|
-
[_h]: ["DELETE", "/workspaces/{workspaceId}/licenses/{licenseType}", 202],
|
|
1066
|
-
},
|
|
899
|
+
{ [_h]: ["DELETE", "/workspaces/{workspaceId}/licenses/{licenseType}", 202] },
|
|
1067
900
|
() => DisassociateLicenseRequest,
|
|
1068
901
|
() => DisassociateLicenseResponse,
|
|
1069
902
|
];
|
|
@@ -1071,9 +904,7 @@ export var ListPermissions = [
|
|
|
1071
904
|
9,
|
|
1072
905
|
n0,
|
|
1073
906
|
_LP,
|
|
1074
|
-
{
|
|
1075
|
-
[_h]: ["GET", "/workspaces/{workspaceId}/permissions", 200],
|
|
1076
|
-
},
|
|
907
|
+
{ [_h]: ["GET", "/workspaces/{workspaceId}/permissions", 200] },
|
|
1077
908
|
() => ListPermissionsRequest,
|
|
1078
909
|
() => ListPermissionsResponse,
|
|
1079
910
|
];
|
|
@@ -1081,9 +912,7 @@ export var ListTagsForResource = [
|
|
|
1081
912
|
9,
|
|
1082
913
|
n0,
|
|
1083
914
|
_LTFR,
|
|
1084
|
-
{
|
|
1085
|
-
[_h]: ["GET", "/tags/{resourceArn}", 200],
|
|
1086
|
-
},
|
|
915
|
+
{ [_h]: ["GET", "/tags/{resourceArn}", 200] },
|
|
1087
916
|
() => ListTagsForResourceRequest,
|
|
1088
917
|
() => ListTagsForResourceResponse,
|
|
1089
918
|
];
|
|
@@ -1091,9 +920,7 @@ export var ListVersions = [
|
|
|
1091
920
|
9,
|
|
1092
921
|
n0,
|
|
1093
922
|
_LV,
|
|
1094
|
-
{
|
|
1095
|
-
[_h]: ["GET", "/versions", 200],
|
|
1096
|
-
},
|
|
923
|
+
{ [_h]: ["GET", "/versions", 200] },
|
|
1097
924
|
() => ListVersionsRequest,
|
|
1098
925
|
() => ListVersionsResponse,
|
|
1099
926
|
];
|
|
@@ -1101,9 +928,7 @@ export var ListWorkspaces = [
|
|
|
1101
928
|
9,
|
|
1102
929
|
n0,
|
|
1103
930
|
_LW,
|
|
1104
|
-
{
|
|
1105
|
-
[_h]: ["GET", "/workspaces", 200],
|
|
1106
|
-
},
|
|
931
|
+
{ [_h]: ["GET", "/workspaces", 200] },
|
|
1107
932
|
() => ListWorkspacesRequest,
|
|
1108
933
|
() => ListWorkspacesResponse,
|
|
1109
934
|
];
|
|
@@ -1111,9 +936,7 @@ export var ListWorkspaceServiceAccounts = [
|
|
|
1111
936
|
9,
|
|
1112
937
|
n0,
|
|
1113
938
|
_LWSA,
|
|
1114
|
-
{
|
|
1115
|
-
[_h]: ["GET", "/workspaces/{workspaceId}/serviceaccounts", 200],
|
|
1116
|
-
},
|
|
939
|
+
{ [_h]: ["GET", "/workspaces/{workspaceId}/serviceaccounts", 200] },
|
|
1117
940
|
() => ListWorkspaceServiceAccountsRequest,
|
|
1118
941
|
() => ListWorkspaceServiceAccountsResponse,
|
|
1119
942
|
];
|
|
@@ -1121,9 +944,7 @@ export var ListWorkspaceServiceAccountTokens = [
|
|
|
1121
944
|
9,
|
|
1122
945
|
n0,
|
|
1123
946
|
_LWSAT,
|
|
1124
|
-
{
|
|
1125
|
-
[_h]: ["GET", "/workspaces/{workspaceId}/serviceaccounts/{serviceAccountId}/tokens", 200],
|
|
1126
|
-
},
|
|
947
|
+
{ [_h]: ["GET", "/workspaces/{workspaceId}/serviceaccounts/{serviceAccountId}/tokens", 200] },
|
|
1127
948
|
() => ListWorkspaceServiceAccountTokensRequest,
|
|
1128
949
|
() => ListWorkspaceServiceAccountTokensResponse,
|
|
1129
950
|
];
|
|
@@ -1131,9 +952,7 @@ export var TagResource = [
|
|
|
1131
952
|
9,
|
|
1132
953
|
n0,
|
|
1133
954
|
_TR,
|
|
1134
|
-
{
|
|
1135
|
-
[_h]: ["POST", "/tags/{resourceArn}", 200],
|
|
1136
|
-
},
|
|
955
|
+
{ [_h]: ["POST", "/tags/{resourceArn}", 200] },
|
|
1137
956
|
() => TagResourceRequest,
|
|
1138
957
|
() => TagResourceResponse,
|
|
1139
958
|
];
|
|
@@ -1141,9 +960,7 @@ export var UntagResource = [
|
|
|
1141
960
|
9,
|
|
1142
961
|
n0,
|
|
1143
962
|
_UR,
|
|
1144
|
-
{
|
|
1145
|
-
[_h]: ["DELETE", "/tags/{resourceArn}", 200],
|
|
1146
|
-
},
|
|
963
|
+
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
1147
964
|
() => UntagResourceRequest,
|
|
1148
965
|
() => UntagResourceResponse,
|
|
1149
966
|
];
|
|
@@ -1151,9 +968,7 @@ export var UpdatePermissions = [
|
|
|
1151
968
|
9,
|
|
1152
969
|
n0,
|
|
1153
970
|
_UP,
|
|
1154
|
-
{
|
|
1155
|
-
[_h]: ["PATCH", "/workspaces/{workspaceId}/permissions", 200],
|
|
1156
|
-
},
|
|
971
|
+
{ [_h]: ["PATCH", "/workspaces/{workspaceId}/permissions", 200] },
|
|
1157
972
|
() => UpdatePermissionsRequest,
|
|
1158
973
|
() => UpdatePermissionsResponse,
|
|
1159
974
|
];
|
|
@@ -1161,9 +976,7 @@ export var UpdateWorkspace = [
|
|
|
1161
976
|
9,
|
|
1162
977
|
n0,
|
|
1163
978
|
_UW,
|
|
1164
|
-
{
|
|
1165
|
-
[_h]: ["PUT", "/workspaces/{workspaceId}", 202],
|
|
1166
|
-
},
|
|
979
|
+
{ [_h]: ["PUT", "/workspaces/{workspaceId}", 202] },
|
|
1167
980
|
() => UpdateWorkspaceRequest,
|
|
1168
981
|
() => UpdateWorkspaceResponse,
|
|
1169
982
|
];
|
|
@@ -1171,9 +984,7 @@ export var UpdateWorkspaceAuthentication = [
|
|
|
1171
984
|
9,
|
|
1172
985
|
n0,
|
|
1173
986
|
_UWA,
|
|
1174
|
-
{
|
|
1175
|
-
[_h]: ["POST", "/workspaces/{workspaceId}/authentication", 200],
|
|
1176
|
-
},
|
|
987
|
+
{ [_h]: ["POST", "/workspaces/{workspaceId}/authentication", 200] },
|
|
1177
988
|
() => UpdateWorkspaceAuthenticationRequest,
|
|
1178
989
|
() => UpdateWorkspaceAuthenticationResponse,
|
|
1179
990
|
];
|
|
@@ -1181,9 +992,7 @@ export var UpdateWorkspaceConfiguration = [
|
|
|
1181
992
|
9,
|
|
1182
993
|
n0,
|
|
1183
994
|
_UWC,
|
|
1184
|
-
{
|
|
1185
|
-
[_h]: ["PUT", "/workspaces/{workspaceId}/configuration", 202],
|
|
1186
|
-
},
|
|
995
|
+
{ [_h]: ["PUT", "/workspaces/{workspaceId}/configuration", 202] },
|
|
1187
996
|
() => UpdateWorkspaceConfigurationRequest,
|
|
1188
997
|
() => UpdateWorkspaceConfigurationResponse,
|
|
1189
998
|
];
|
package/dist-types/Grafana.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { AssociateLicenseCommandInput, AssociateLicenseCommandOutput } from "./commands/AssociateLicenseCommand";
|
|
3
3
|
import { CreateWorkspaceApiKeyCommandInput, CreateWorkspaceApiKeyCommandOutput } from "./commands/CreateWorkspaceApiKeyCommand";
|
|
4
4
|
import { CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput } from "./commands/CreateWorkspaceCommand";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
-
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
+
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
|
+
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { AssociateLicenseCommandInput, AssociateLicenseCommandOutput } from "./commands/AssociateLicenseCommand";
|
|
11
11
|
import { CreateWorkspaceApiKeyCommandInput, CreateWorkspaceApiKeyCommandOutput } from "./commands/CreateWorkspaceApiKeyCommand";
|
|
12
12
|
import { CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput } from "./commands/CreateWorkspaceCommand";
|
|
@@ -33,7 +33,7 @@ import { UpdateWorkspaceAuthenticationCommandInput, UpdateWorkspaceAuthenticatio
|
|
|
33
33
|
import { UpdateWorkspaceCommandInput, UpdateWorkspaceCommandOutput } from "./commands/UpdateWorkspaceCommand";
|
|
34
34
|
import { UpdateWorkspaceConfigurationCommandInput, UpdateWorkspaceConfigurationCommandOutput } from "./commands/UpdateWorkspaceConfigurationCommand";
|
|
35
35
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
36
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
36
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
37
37
|
export { __Client };
|
|
38
38
|
/**
|
|
39
39
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { GrafanaHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { GrafanaHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
2
|
-
import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
-
import { GrafanaClientResolvedConfig } from "../GrafanaClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type GrafanaClientResolvedConfig } from "../GrafanaClient";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
|
|
4
|
-
import { AssociateLicenseRequest, AssociateLicenseResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
|
|
4
|
+
import type { AssociateLicenseRequest, AssociateLicenseResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
|
|
4
|
-
import { CreateWorkspaceApiKeyRequest, CreateWorkspaceApiKeyResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
|
|
4
|
+
import type { CreateWorkspaceApiKeyRequest, CreateWorkspaceApiKeyResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
|
|
4
|
-
import { CreateWorkspaceRequest, CreateWorkspaceResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
|
|
4
|
+
import type { CreateWorkspaceRequest, CreateWorkspaceResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
|
|
4
|
-
import { CreateWorkspaceServiceAccountRequest, CreateWorkspaceServiceAccountResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
|
|
4
|
+
import type { CreateWorkspaceServiceAccountRequest, CreateWorkspaceServiceAccountResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
|
|
4
|
-
import { CreateWorkspaceServiceAccountTokenRequest, CreateWorkspaceServiceAccountTokenResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient";
|
|
4
|
+
import type { CreateWorkspaceServiceAccountTokenRequest, CreateWorkspaceServiceAccountTokenResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|