@aws-sdk/client-grafana 3.987.0 → 3.988.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 +44 -1000
- package/dist-cjs/models/GrafanaServiceException.js +12 -0
- package/dist-cjs/models/errors.js +125 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +766 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +58 -52
- package/dist-types/schemas/schemas_0.d.ts +14 -7
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -7
- package/package.json +13 -13
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultGrafanaHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
8
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
9
10
|
export const getRuntimeConfig = (config) => {
|
|
10
11
|
return {
|
|
11
12
|
apiVersion: "2020-08-18",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.grafana",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2020-08-18",
|
|
30
32
|
serviceTarget: "AWSGrafanaControlPlane",
|
|
31
33
|
},
|
|
@@ -183,7 +183,7 @@ const _pLI = "prefixListIds";
|
|
|
183
183
|
const _pT = "permissionType";
|
|
184
184
|
const _pe = "permissions";
|
|
185
185
|
const _qC = "quotaCode";
|
|
186
|
-
const _r = "
|
|
186
|
+
const _r = "reason";
|
|
187
187
|
const _rA = "resourceArn";
|
|
188
188
|
const _rAS = "retryAfterSeconds";
|
|
189
189
|
const _rI = "resourceId";
|
|
@@ -191,8 +191,8 @@ const _rNAC = "removeNetworkAccessConfiguration";
|
|
|
191
191
|
const _rT = "resourceType";
|
|
192
192
|
const _rV = "roleValues";
|
|
193
193
|
const _rVC = "removeVpcConfiguration";
|
|
194
|
-
const
|
|
195
|
-
const _s = "
|
|
194
|
+
const _ro = "role";
|
|
195
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.grafana";
|
|
196
196
|
const _sA = "serviceAccounts";
|
|
197
197
|
const _sAI = "serviceAccountId";
|
|
198
198
|
const _sAT = "serviceAccountToken";
|
|
@@ -205,8 +205,8 @@ const _sGI = "securityGroupIds";
|
|
|
205
205
|
const _sI = "subnetIds";
|
|
206
206
|
const _sSN = "stackSetName";
|
|
207
207
|
const _sTL = "secondsToLive";
|
|
208
|
+
const _sa = "saml";
|
|
208
209
|
const _se = "server";
|
|
209
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.grafana";
|
|
210
210
|
const _st = "status";
|
|
211
211
|
const _t = "tags";
|
|
212
212
|
const _tI = "tokenId";
|
|
@@ -235,6 +235,56 @@ const n0 = "com.amazonaws.grafana";
|
|
|
235
235
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
236
236
|
import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
237
237
|
import { GrafanaServiceException } from "../models/GrafanaServiceException";
|
|
238
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
239
|
+
export var GrafanaServiceException$ = [-3, _s, "GrafanaServiceException", 0, [], []];
|
|
240
|
+
_s_registry.registerError(GrafanaServiceException$, GrafanaServiceException);
|
|
241
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
242
|
+
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
243
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
244
|
+
[_m],
|
|
245
|
+
[0], 1
|
|
246
|
+
];
|
|
247
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
248
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
249
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
250
|
+
[_m, _rI, _rT],
|
|
251
|
+
[0, 0, 0], 3
|
|
252
|
+
];
|
|
253
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
254
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
255
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
256
|
+
[_m, _rAS],
|
|
257
|
+
[0, [1, { [_hH]: _RA }]], 1
|
|
258
|
+
];
|
|
259
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
260
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
261
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
262
|
+
[_m, _rI, _rT],
|
|
263
|
+
[0, 0, 0], 3
|
|
264
|
+
];
|
|
265
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
266
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
267
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
268
|
+
[_m, _rI, _rT, _sC, _qC],
|
|
269
|
+
[0, 0, 0, 0, 0], 5
|
|
270
|
+
];
|
|
271
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
272
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
273
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
274
|
+
[_m, _sC, _qC, _rAS],
|
|
275
|
+
[0, 0, 0, [1, { [_hH]: _RA }]], 1
|
|
276
|
+
];
|
|
277
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
278
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
279
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
280
|
+
[_m, _r, _fL],
|
|
281
|
+
[0, 0, () => ValidationExceptionFieldList], 2
|
|
282
|
+
];
|
|
283
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
284
|
+
export const errorTypeRegistries = [
|
|
285
|
+
_s_registry,
|
|
286
|
+
n0_registry,
|
|
287
|
+
];
|
|
238
288
|
var ApiKeyToken = [0, n0, _AKT, 8, 0];
|
|
239
289
|
var Description = [0, n0, _D, 8, 0];
|
|
240
290
|
var IamRoleArn = [0, n0, _IRA, 8, 0];
|
|
@@ -242,15 +292,9 @@ var OrganizationRoleName = [0, n0, _ORN, 8, 0];
|
|
|
242
292
|
var OverridableConfigurationJson = [0, n0, _OCJ, { [_mT]: _a }, 0];
|
|
243
293
|
var ServiceAccountTokenKey = [0, n0, _SATK, 8, 0];
|
|
244
294
|
var WorkspaceName = [0, n0, _WN, 8, 0];
|
|
245
|
-
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
246
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
247
|
-
[_m],
|
|
248
|
-
[0], 1
|
|
249
|
-
];
|
|
250
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
251
295
|
export var AssertionAttributes$ = [3, n0, _AA,
|
|
252
296
|
0,
|
|
253
|
-
[_n, _l, _em, _g,
|
|
297
|
+
[_n, _l, _em, _g, _ro, _o],
|
|
254
298
|
[0, 0, 0, 0, 0, 0]
|
|
255
299
|
];
|
|
256
300
|
export var AssociateLicenseRequest$ = [3, n0, _ALR,
|
|
@@ -265,7 +309,7 @@ export var AssociateLicenseResponse$ = [3, n0, _ALRs,
|
|
|
265
309
|
];
|
|
266
310
|
export var AuthenticationDescription$ = [3, n0, _AD,
|
|
267
311
|
0,
|
|
268
|
-
[_p,
|
|
312
|
+
[_p, _sa, _aS],
|
|
269
313
|
[64 | 0, [() => SamlAuthentication$, 0], () => AwsSsoAuthentication$], 1
|
|
270
314
|
];
|
|
271
315
|
export var AuthenticationSummary$ = [3, n0, _AS,
|
|
@@ -278,12 +322,6 @@ export var AwsSsoAuthentication$ = [3, n0, _ASA,
|
|
|
278
322
|
[_sCI],
|
|
279
323
|
[0]
|
|
280
324
|
];
|
|
281
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
282
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
283
|
-
[_m, _rI, _rT],
|
|
284
|
-
[0, 0, 0], 3
|
|
285
|
-
];
|
|
286
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
287
325
|
export var CreateWorkspaceApiKeyRequest$ = [3, n0, _CWAKR,
|
|
288
326
|
0,
|
|
289
327
|
[_kN, _kR, _sTL, _wI],
|
|
@@ -404,12 +442,6 @@ export var DisassociateLicenseResponse$ = [3, n0, _DLRi,
|
|
|
404
442
|
[_w],
|
|
405
443
|
[[() => WorkspaceDescription$, 0]], 1
|
|
406
444
|
];
|
|
407
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
408
|
-
{ [_e]: _se, [_hE]: 500 },
|
|
409
|
-
[_m, _rAS],
|
|
410
|
-
[0, [1, { [_hH]: _RA }]], 1
|
|
411
|
-
];
|
|
412
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
413
445
|
export var ListPermissionsRequest$ = [3, n0, _LPR,
|
|
414
446
|
0,
|
|
415
447
|
[_wI, _mR, _nT, _uT, _uI, _gI],
|
|
@@ -477,15 +509,9 @@ export var NetworkAccessConfiguration$ = [3, n0, _NAC,
|
|
|
477
509
|
];
|
|
478
510
|
export var PermissionEntry$ = [3, n0, _PE,
|
|
479
511
|
0,
|
|
480
|
-
[_u,
|
|
512
|
+
[_u, _ro],
|
|
481
513
|
[() => User$, 0], 2
|
|
482
514
|
];
|
|
483
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
484
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
485
|
-
[_m, _rI, _rT],
|
|
486
|
-
[0, 0, 0], 3
|
|
487
|
-
];
|
|
488
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
489
515
|
export var RoleValues$ = [3, n0, _RV,
|
|
490
516
|
0,
|
|
491
517
|
[_ed, _ad],
|
|
@@ -516,12 +542,6 @@ export var ServiceAccountTokenSummaryWithKey$ = [3, n0, _SATSWK,
|
|
|
516
542
|
[_i, _n, _k],
|
|
517
543
|
[0, 0, [() => ServiceAccountTokenKey, 0]], 3
|
|
518
544
|
];
|
|
519
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
520
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
521
|
-
[_m, _rI, _rT, _sC, _qC],
|
|
522
|
-
[0, 0, 0, 0, 0], 5
|
|
523
|
-
];
|
|
524
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
525
545
|
export var TagResourceRequest$ = [3, n0, _TRR,
|
|
526
546
|
0,
|
|
527
547
|
[_rA, _t],
|
|
@@ -532,12 +552,6 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
|
532
552
|
[],
|
|
533
553
|
[]
|
|
534
554
|
];
|
|
535
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
536
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
537
|
-
[_m, _sC, _qC, _rAS],
|
|
538
|
-
[0, 0, 0, [1, { [_hH]: _RA }]], 1
|
|
539
|
-
];
|
|
540
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
541
555
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
542
556
|
0,
|
|
543
557
|
[_rA, _tK],
|
|
@@ -555,7 +569,7 @@ export var UpdateError$ = [3, n0, _UE,
|
|
|
555
569
|
];
|
|
556
570
|
export var UpdateInstruction$ = [3, n0, _UI,
|
|
557
571
|
0,
|
|
558
|
-
[_ac,
|
|
572
|
+
[_ac, _ro, _us],
|
|
559
573
|
[0, 0, () => UserList], 3
|
|
560
574
|
];
|
|
561
575
|
export var UpdatePermissionsRequest$ = [3, n0, _UPR,
|
|
@@ -603,12 +617,6 @@ export var User$ = [3, n0, _U,
|
|
|
603
617
|
[_i, _ty],
|
|
604
618
|
[0, 0], 2
|
|
605
619
|
];
|
|
606
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
607
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
608
|
-
[_m, _re, _fL],
|
|
609
|
-
[0, 0, () => ValidationExceptionFieldList], 2
|
|
610
|
-
];
|
|
611
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
612
620
|
export var ValidationExceptionField$ = [3, n0, _VEF,
|
|
613
621
|
0,
|
|
614
622
|
[_n, _m],
|
|
@@ -629,8 +637,6 @@ export var WorkspaceSummary$ = [3, n0, _WS,
|
|
|
629
637
|
[_cr, _en, _gV, _i, _mo, _st, _au, _d, _n, _nD, _t, _lT, _gT],
|
|
630
638
|
[4, 0, 0, 0, 4, 0, () => AuthenticationSummary$, [() => Description, 0], [() => WorkspaceName, 0], 64 | 0, 128 | 0, 0, 0], 7
|
|
631
639
|
];
|
|
632
|
-
export var GrafanaServiceException$ = [-3, _sm, "GrafanaServiceException", 0, [], []];
|
|
633
|
-
TypeRegistry.for(_sm).registerError(GrafanaServiceException$, GrafanaServiceException);
|
|
634
640
|
var AllowedOrganizations = 64 | 0;
|
|
635
641
|
var AuthenticationProviders = 64 | 0;
|
|
636
642
|
var DataSourceTypesList = 64 | 0;
|
|
@@ -1,12 +1,25 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
3
|
+
export declare var GrafanaServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
6
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
7
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
8
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
9
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
10
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
11
|
+
/**
|
|
12
|
+
* TypeRegistry instances containing modeled errors.
|
|
13
|
+
* @internal
|
|
14
|
+
*
|
|
15
|
+
*/
|
|
16
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
3
17
|
export declare var AssertionAttributes$: StaticStructureSchema;
|
|
4
18
|
export declare var AssociateLicenseRequest$: StaticStructureSchema;
|
|
5
19
|
export declare var AssociateLicenseResponse$: StaticStructureSchema;
|
|
6
20
|
export declare var AuthenticationDescription$: StaticStructureSchema;
|
|
7
21
|
export declare var AuthenticationSummary$: StaticStructureSchema;
|
|
8
22
|
export declare var AwsSsoAuthentication$: StaticStructureSchema;
|
|
9
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
10
23
|
export declare var CreateWorkspaceApiKeyRequest$: StaticStructureSchema;
|
|
11
24
|
export declare var CreateWorkspaceApiKeyResponse$: StaticStructureSchema;
|
|
12
25
|
export declare var CreateWorkspaceRequest$: StaticStructureSchema;
|
|
@@ -31,7 +44,6 @@ export declare var DescribeWorkspaceRequest$: StaticStructureSchema;
|
|
|
31
44
|
export declare var DescribeWorkspaceResponse$: StaticStructureSchema;
|
|
32
45
|
export declare var DisassociateLicenseRequest$: StaticStructureSchema;
|
|
33
46
|
export declare var DisassociateLicenseResponse$: StaticStructureSchema;
|
|
34
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
35
47
|
export declare var ListPermissionsRequest$: StaticStructureSchema;
|
|
36
48
|
export declare var ListPermissionsResponse$: StaticStructureSchema;
|
|
37
49
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
@@ -46,17 +58,14 @@ export declare var ListWorkspacesRequest$: StaticStructureSchema;
|
|
|
46
58
|
export declare var ListWorkspacesResponse$: StaticStructureSchema;
|
|
47
59
|
export declare var NetworkAccessConfiguration$: StaticStructureSchema;
|
|
48
60
|
export declare var PermissionEntry$: StaticStructureSchema;
|
|
49
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
50
61
|
export declare var RoleValues$: StaticStructureSchema;
|
|
51
62
|
export declare var SamlAuthentication$: StaticStructureSchema;
|
|
52
63
|
export declare var SamlConfiguration$: StaticStructureSchema;
|
|
53
64
|
export declare var ServiceAccountSummary$: StaticStructureSchema;
|
|
54
65
|
export declare var ServiceAccountTokenSummary$: StaticStructureSchema;
|
|
55
66
|
export declare var ServiceAccountTokenSummaryWithKey$: StaticStructureSchema;
|
|
56
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
57
67
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
58
68
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
59
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
60
69
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
61
70
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
62
71
|
export declare var UpdateError$: StaticStructureSchema;
|
|
@@ -70,12 +79,10 @@ export declare var UpdateWorkspaceConfigurationResponse$: StaticStructureSchema;
|
|
|
70
79
|
export declare var UpdateWorkspaceRequest$: StaticStructureSchema;
|
|
71
80
|
export declare var UpdateWorkspaceResponse$: StaticStructureSchema;
|
|
72
81
|
export declare var User$: StaticStructureSchema;
|
|
73
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
74
82
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
75
83
|
export declare var VpcConfiguration$: StaticStructureSchema;
|
|
76
84
|
export declare var WorkspaceDescription$: StaticStructureSchema;
|
|
77
85
|
export declare var WorkspaceSummary$: StaticStructureSchema;
|
|
78
|
-
export declare var GrafanaServiceException$: StaticErrorSchema;
|
|
79
86
|
export declare var IdpMetadata$: StaticUnionSchema;
|
|
80
87
|
export declare var AssociateLicense$: StaticOperationSchema;
|
|
81
88
|
export declare var CreateWorkspace$: StaticOperationSchema;
|
|
@@ -1,17 +1,25 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
StaticUnionSchema,
|
|
6
7
|
} from "@smithy/types";
|
|
8
|
+
export declare var GrafanaServiceException$: StaticErrorSchema;
|
|
7
9
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
10
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
11
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
12
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
13
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
14
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
15
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
16
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
8
17
|
export declare var AssertionAttributes$: StaticStructureSchema;
|
|
9
18
|
export declare var AssociateLicenseRequest$: StaticStructureSchema;
|
|
10
19
|
export declare var AssociateLicenseResponse$: StaticStructureSchema;
|
|
11
20
|
export declare var AuthenticationDescription$: StaticStructureSchema;
|
|
12
21
|
export declare var AuthenticationSummary$: StaticStructureSchema;
|
|
13
22
|
export declare var AwsSsoAuthentication$: StaticStructureSchema;
|
|
14
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
15
23
|
export declare var CreateWorkspaceApiKeyRequest$: StaticStructureSchema;
|
|
16
24
|
export declare var CreateWorkspaceApiKeyResponse$: StaticStructureSchema;
|
|
17
25
|
export declare var CreateWorkspaceRequest$: StaticStructureSchema;
|
|
@@ -36,7 +44,6 @@ export declare var DescribeWorkspaceRequest$: StaticStructureSchema;
|
|
|
36
44
|
export declare var DescribeWorkspaceResponse$: StaticStructureSchema;
|
|
37
45
|
export declare var DisassociateLicenseRequest$: StaticStructureSchema;
|
|
38
46
|
export declare var DisassociateLicenseResponse$: StaticStructureSchema;
|
|
39
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
40
47
|
export declare var ListPermissionsRequest$: StaticStructureSchema;
|
|
41
48
|
export declare var ListPermissionsResponse$: StaticStructureSchema;
|
|
42
49
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
@@ -51,17 +58,14 @@ export declare var ListWorkspacesRequest$: StaticStructureSchema;
|
|
|
51
58
|
export declare var ListWorkspacesResponse$: StaticStructureSchema;
|
|
52
59
|
export declare var NetworkAccessConfiguration$: StaticStructureSchema;
|
|
53
60
|
export declare var PermissionEntry$: StaticStructureSchema;
|
|
54
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
55
61
|
export declare var RoleValues$: StaticStructureSchema;
|
|
56
62
|
export declare var SamlAuthentication$: StaticStructureSchema;
|
|
57
63
|
export declare var SamlConfiguration$: StaticStructureSchema;
|
|
58
64
|
export declare var ServiceAccountSummary$: StaticStructureSchema;
|
|
59
65
|
export declare var ServiceAccountTokenSummary$: StaticStructureSchema;
|
|
60
66
|
export declare var ServiceAccountTokenSummaryWithKey$: StaticStructureSchema;
|
|
61
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
62
67
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
63
68
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
64
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
65
69
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
66
70
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
67
71
|
export declare var UpdateError$: StaticStructureSchema;
|
|
@@ -75,12 +79,10 @@ export declare var UpdateWorkspaceConfigurationResponse$: StaticStructureSchema;
|
|
|
75
79
|
export declare var UpdateWorkspaceRequest$: StaticStructureSchema;
|
|
76
80
|
export declare var UpdateWorkspaceResponse$: StaticStructureSchema;
|
|
77
81
|
export declare var User$: StaticStructureSchema;
|
|
78
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
79
82
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
80
83
|
export declare var VpcConfiguration$: StaticStructureSchema;
|
|
81
84
|
export declare var WorkspaceDescription$: StaticStructureSchema;
|
|
82
85
|
export declare var WorkspaceSummary$: StaticStructureSchema;
|
|
83
|
-
export declare var GrafanaServiceException$: StaticErrorSchema;
|
|
84
86
|
export declare var IdpMetadata$: StaticUnionSchema;
|
|
85
87
|
export declare var AssociateLicense$: StaticOperationSchema;
|
|
86
88
|
export declare var CreateWorkspace$: StaticOperationSchema;
|
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.988.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-grafana",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.8",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.7",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.8",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.988.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.6",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|