@aws-sdk/client-grafana 3.986.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 CHANGED
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
19
+ var errors = require('./models/errors');
20
+ var GrafanaServiceException = require('./models/GrafanaServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -110,870 +113,6 @@ class GrafanaClient extends smithyClient.Client {
110
113
  }
111
114
  }
112
115
 
113
- class GrafanaServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, GrafanaServiceException.prototype);
117
- }
118
- }
119
-
120
- class AccessDeniedException extends GrafanaServiceException {
121
- name = "AccessDeniedException";
122
- $fault = "client";
123
- constructor(opts) {
124
- super({
125
- name: "AccessDeniedException",
126
- $fault: "client",
127
- ...opts,
128
- });
129
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
130
- }
131
- }
132
- class ConflictException extends GrafanaServiceException {
133
- name = "ConflictException";
134
- $fault = "client";
135
- resourceId;
136
- resourceType;
137
- constructor(opts) {
138
- super({
139
- name: "ConflictException",
140
- $fault: "client",
141
- ...opts,
142
- });
143
- Object.setPrototypeOf(this, ConflictException.prototype);
144
- this.resourceId = opts.resourceId;
145
- this.resourceType = opts.resourceType;
146
- }
147
- }
148
- class InternalServerException extends GrafanaServiceException {
149
- name = "InternalServerException";
150
- $fault = "server";
151
- $retryable = {};
152
- retryAfterSeconds;
153
- constructor(opts) {
154
- super({
155
- name: "InternalServerException",
156
- $fault: "server",
157
- ...opts,
158
- });
159
- Object.setPrototypeOf(this, InternalServerException.prototype);
160
- this.retryAfterSeconds = opts.retryAfterSeconds;
161
- }
162
- }
163
- class ResourceNotFoundException extends GrafanaServiceException {
164
- name = "ResourceNotFoundException";
165
- $fault = "client";
166
- resourceId;
167
- resourceType;
168
- constructor(opts) {
169
- super({
170
- name: "ResourceNotFoundException",
171
- $fault: "client",
172
- ...opts,
173
- });
174
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
175
- this.resourceId = opts.resourceId;
176
- this.resourceType = opts.resourceType;
177
- }
178
- }
179
- class ServiceQuotaExceededException extends GrafanaServiceException {
180
- name = "ServiceQuotaExceededException";
181
- $fault = "client";
182
- resourceId;
183
- resourceType;
184
- serviceCode;
185
- quotaCode;
186
- constructor(opts) {
187
- super({
188
- name: "ServiceQuotaExceededException",
189
- $fault: "client",
190
- ...opts,
191
- });
192
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
193
- this.resourceId = opts.resourceId;
194
- this.resourceType = opts.resourceType;
195
- this.serviceCode = opts.serviceCode;
196
- this.quotaCode = opts.quotaCode;
197
- }
198
- }
199
- class ThrottlingException extends GrafanaServiceException {
200
- name = "ThrottlingException";
201
- $fault = "client";
202
- $retryable = {};
203
- serviceCode;
204
- quotaCode;
205
- retryAfterSeconds;
206
- constructor(opts) {
207
- super({
208
- name: "ThrottlingException",
209
- $fault: "client",
210
- ...opts,
211
- });
212
- Object.setPrototypeOf(this, ThrottlingException.prototype);
213
- this.serviceCode = opts.serviceCode;
214
- this.quotaCode = opts.quotaCode;
215
- this.retryAfterSeconds = opts.retryAfterSeconds;
216
- }
217
- }
218
- class ValidationException extends GrafanaServiceException {
219
- name = "ValidationException";
220
- $fault = "client";
221
- reason;
222
- fieldList;
223
- constructor(opts) {
224
- super({
225
- name: "ValidationException",
226
- $fault: "client",
227
- ...opts,
228
- });
229
- Object.setPrototypeOf(this, ValidationException.prototype);
230
- this.reason = opts.reason;
231
- this.fieldList = opts.fieldList;
232
- }
233
- }
234
-
235
- const _AA = "AssertionAttributes";
236
- const _AD = "AuthenticationDescription";
237
- const _ADE = "AccessDeniedException";
238
- const _AKT = "ApiKeyToken";
239
- const _AL = "AssociateLicense";
240
- const _ALR = "AssociateLicenseRequest";
241
- const _ALRs = "AssociateLicenseResponse";
242
- const _AS = "AuthenticationSummary";
243
- const _ASA = "AwsSsoAuthentication";
244
- const _CE = "ConflictException";
245
- const _CW = "CreateWorkspace";
246
- const _CWAK = "CreateWorkspaceApiKey";
247
- const _CWAKR = "CreateWorkspaceApiKeyRequest";
248
- const _CWAKRr = "CreateWorkspaceApiKeyResponse";
249
- const _CWR = "CreateWorkspaceRequest";
250
- const _CWRr = "CreateWorkspaceResponse";
251
- const _CWSA = "CreateWorkspaceServiceAccount";
252
- const _CWSAR = "CreateWorkspaceServiceAccountRequest";
253
- const _CWSARr = "CreateWorkspaceServiceAccountResponse";
254
- const _CWSAT = "CreateWorkspaceServiceAccountToken";
255
- const _CWSATR = "CreateWorkspaceServiceAccountTokenRequest";
256
- const _CWSATRr = "CreateWorkspaceServiceAccountTokenResponse";
257
- const _D = "Description";
258
- const _DL = "DisassociateLicense";
259
- const _DLR = "DisassociateLicenseRequest";
260
- const _DLRi = "DisassociateLicenseResponse";
261
- const _DW = "DeleteWorkspace";
262
- const _DWA = "DescribeWorkspaceAuthentication";
263
- const _DWAK = "DeleteWorkspaceApiKey";
264
- const _DWAKR = "DeleteWorkspaceApiKeyRequest";
265
- const _DWAKRe = "DeleteWorkspaceApiKeyResponse";
266
- const _DWAR = "DescribeWorkspaceAuthenticationRequest";
267
- const _DWARe = "DescribeWorkspaceAuthenticationResponse";
268
- const _DWC = "DescribeWorkspaceConfiguration";
269
- const _DWCR = "DescribeWorkspaceConfigurationRequest";
270
- const _DWCRe = "DescribeWorkspaceConfigurationResponse";
271
- const _DWR = "DeleteWorkspaceRequest";
272
- const _DWRe = "DeleteWorkspaceResponse";
273
- const _DWRes = "DescribeWorkspaceRequest";
274
- const _DWResc = "DescribeWorkspaceResponse";
275
- const _DWSA = "DeleteWorkspaceServiceAccount";
276
- const _DWSAR = "DeleteWorkspaceServiceAccountRequest";
277
- const _DWSARe = "DeleteWorkspaceServiceAccountResponse";
278
- const _DWSAT = "DeleteWorkspaceServiceAccountToken";
279
- const _DWSATR = "DeleteWorkspaceServiceAccountTokenRequest";
280
- const _DWSATRe = "DeleteWorkspaceServiceAccountTokenResponse";
281
- const _DWe = "DescribeWorkspace";
282
- const _GT = "Grafana-Token";
283
- const _IM = "IdpMetadata";
284
- const _IRA = "IamRoleArn";
285
- const _ISE = "InternalServerException";
286
- const _LP = "ListPermissions";
287
- const _LPR = "ListPermissionsRequest";
288
- const _LPRi = "ListPermissionsResponse";
289
- const _LTFR = "ListTagsForResource";
290
- const _LTFRR = "ListTagsForResourceRequest";
291
- const _LTFRRi = "ListTagsForResourceResponse";
292
- const _LV = "ListVersions";
293
- const _LVR = "ListVersionsRequest";
294
- const _LVRi = "ListVersionsResponse";
295
- const _LW = "ListWorkspaces";
296
- const _LWR = "ListWorkspacesRequest";
297
- const _LWRi = "ListWorkspacesResponse";
298
- const _LWSA = "ListWorkspaceServiceAccounts";
299
- const _LWSAR = "ListWorkspaceServiceAccountsRequest";
300
- const _LWSARi = "ListWorkspaceServiceAccountsResponse";
301
- const _LWSAT = "ListWorkspaceServiceAccountTokens";
302
- const _LWSATR = "ListWorkspaceServiceAccountTokensRequest";
303
- const _LWSATRi = "ListWorkspaceServiceAccountTokensResponse";
304
- const _NAC = "NetworkAccessConfiguration";
305
- const _OCJ = "OverridableConfigurationJson";
306
- const _ORN = "OrganizationRoleName";
307
- const _OUL = "OrganizationalUnitList";
308
- const _PE = "PermissionEntry";
309
- const _PEL = "PermissionEntryList";
310
- const _RA = "Retry-After";
311
- const _RNFE = "ResourceNotFoundException";
312
- const _RV = "RoleValues";
313
- const _RVL = "RoleValueList";
314
- const _SA = "SamlAuthentication";
315
- const _SAL = "ServiceAccountList";
316
- const _SAS = "ServiceAccountSummary";
317
- const _SATK = "ServiceAccountTokenKey";
318
- const _SATL = "ServiceAccountTokenList";
319
- const _SATS = "ServiceAccountTokenSummary";
320
- const _SATSWK = "ServiceAccountTokenSummaryWithKey";
321
- const _SC = "SamlConfiguration";
322
- const _SQEE = "ServiceQuotaExceededException";
323
- const _TE = "ThrottlingException";
324
- const _TR = "TagResource";
325
- const _TRR = "TagResourceRequest";
326
- const _TRRa = "TagResourceResponse";
327
- const _U = "User";
328
- const _UE = "UpdateError";
329
- const _UEL = "UpdateErrorList";
330
- const _UI = "UpdateInstruction";
331
- const _UIB = "UpdateInstructionBatch";
332
- const _UL = "UserList";
333
- const _UP = "UpdatePermissions";
334
- const _UPR = "UpdatePermissionsRequest";
335
- const _UPRp = "UpdatePermissionsResponse";
336
- const _UR = "UntagResource";
337
- const _URR = "UntagResourceRequest";
338
- const _URRn = "UntagResourceResponse";
339
- const _UW = "UpdateWorkspace";
340
- const _UWA = "UpdateWorkspaceAuthentication";
341
- const _UWAR = "UpdateWorkspaceAuthenticationRequest";
342
- const _UWARp = "UpdateWorkspaceAuthenticationResponse";
343
- const _UWC = "UpdateWorkspaceConfiguration";
344
- const _UWCR = "UpdateWorkspaceConfigurationRequest";
345
- const _UWCRp = "UpdateWorkspaceConfigurationResponse";
346
- const _UWR = "UpdateWorkspaceRequest";
347
- const _UWRp = "UpdateWorkspaceResponse";
348
- const _VC = "VpcConfiguration";
349
- const _VE = "ValidationException";
350
- const _VEF = "ValidationExceptionField";
351
- const _VEFL = "ValidationExceptionFieldList";
352
- const _WD = "WorkspaceDescription";
353
- const _WL = "WorkspaceList";
354
- const _WN = "WorkspaceName";
355
- const _WS = "WorkspaceSummary";
356
- const _a = "application/json";
357
- const _aA = "assertionAttributes";
358
- const _aAT = "accountAccessType";
359
- const _aO = "allowedOrganizations";
360
- const _aP = "authenticationProviders";
361
- const _aS = "awsSso";
362
- const _ac = "action";
363
- const _ad = "admin";
364
- const _au = "authentication";
365
- const _c = "client";
366
- const _cA = "createdAt";
367
- const _cB = "causedBy";
368
- const _cT = "clientToken";
369
- const _co = "configuration";
370
- const _cod = "code";
371
- const _cr = "created";
372
- const _d = "description";
373
- const _dS = "dataSources";
374
- const _e = "error";
375
- const _eA = "expiresAt";
376
- const _ed = "editor";
377
- const _em = "email";
378
- const _en = "endpoint";
379
- const _er = "errors";
380
- const _fL = "fieldList";
381
- const _fTC = "freeTrialConsumed";
382
- const _fTE = "freeTrialExpiration";
383
- const _g = "groups";
384
- const _gI = "groupId";
385
- const _gR = "grafanaRole";
386
- const _gT = "grafanaToken";
387
- const _gV = "grafanaVersion";
388
- const _gVr = "grafanaVersions";
389
- const _h = "http";
390
- const _hE = "httpError";
391
- const _hH = "httpHeader";
392
- const _hQ = "httpQuery";
393
- const _i = "id";
394
- const _iD = "isDisabled";
395
- const _iM = "idpMetadata";
396
- const _k = "key";
397
- const _kN = "keyName";
398
- const _kR = "keyRole";
399
- const _l = "login";
400
- const _lE = "licenseExpiration";
401
- const _lT = "licenseType";
402
- const _lUA = "lastUsedAt";
403
- const _lVD = "loginValidityDuration";
404
- const _m = "message";
405
- const _mR = "maxResults";
406
- const _mT = "mediaType";
407
- const _mo = "modified";
408
- const _n = "name";
409
- const _nAC = "networkAccessControl";
410
- const _nD = "notificationDestinations";
411
- const _nT = "nextToken";
412
- const _o = "org";
413
- const _oRN = "organizationRoleName";
414
- const _oU = "organizationalUnits";
415
- const _p = "providers";
416
- const _pLI = "prefixListIds";
417
- const _pT = "permissionType";
418
- const _pe = "permissions";
419
- const _qC = "quotaCode";
420
- const _r = "role";
421
- const _rA = "resourceArn";
422
- const _rAS = "retryAfterSeconds";
423
- const _rI = "resourceId";
424
- const _rNAC = "removeNetworkAccessConfiguration";
425
- const _rT = "resourceType";
426
- const _rV = "roleValues";
427
- const _rVC = "removeVpcConfiguration";
428
- const _re = "reason";
429
- const _s = "saml";
430
- const _sA = "serviceAccounts";
431
- const _sAI = "serviceAccountId";
432
- const _sAT = "serviceAccountToken";
433
- const _sATe = "serviceAccountTokens";
434
- const _sC = "serviceCode";
435
- const _sCI = "ssoClientId";
436
- const _sCS = "samlConfigurationStatus";
437
- const _sCa = "samlConfiguration";
438
- const _sGI = "securityGroupIds";
439
- const _sI = "subnetIds";
440
- const _sSN = "stackSetName";
441
- const _sTL = "secondsToLive";
442
- const _se = "server";
443
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.grafana";
444
- const _st = "status";
445
- const _t = "tags";
446
- const _tI = "tokenId";
447
- const _tK = "tagKeys";
448
- const _ty = "type";
449
- const _u = "user";
450
- const _uI = "userId";
451
- const _uIB = "updateInstructionBatch";
452
- const _uT = "userType";
453
- const _ur = "url";
454
- const _us = "users";
455
- const _vC = "vpcConfiguration";
456
- const _vI = "vpceIds";
457
- const _w = "workspace";
458
- const _wD = "workspaceDescription";
459
- const _wDS = "workspaceDataSources";
460
- const _wI = "workspaceId";
461
- const _wN = "workspaceName";
462
- const _wND = "workspaceNotificationDestinations";
463
- const _wOU = "workspaceOrganizationalUnits";
464
- const _wRA = "workspaceRoleArn";
465
- const _wi = "workspace-id";
466
- const _wo = "workspaces";
467
- const _x = "xml";
468
- const n0 = "com.amazonaws.grafana";
469
- var ApiKeyToken = [0, n0, _AKT, 8, 0];
470
- var Description = [0, n0, _D, 8, 0];
471
- var IamRoleArn = [0, n0, _IRA, 8, 0];
472
- var OrganizationRoleName = [0, n0, _ORN, 8, 0];
473
- var OverridableConfigurationJson = [0, n0, _OCJ, { [_mT]: _a }, 0];
474
- var ServiceAccountTokenKey = [0, n0, _SATK, 8, 0];
475
- var WorkspaceName = [0, n0, _WN, 8, 0];
476
- var AccessDeniedException$ = [-3, n0, _ADE,
477
- { [_e]: _c, [_hE]: 403 },
478
- [_m],
479
- [0], 1
480
- ];
481
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
482
- var AssertionAttributes$ = [3, n0, _AA,
483
- 0,
484
- [_n, _l, _em, _g, _r, _o],
485
- [0, 0, 0, 0, 0, 0]
486
- ];
487
- var AssociateLicenseRequest$ = [3, n0, _ALR,
488
- 0,
489
- [_wI, _lT, _gT],
490
- [[0, 1], [0, 1], [0, { [_hH]: _GT }]], 2
491
- ];
492
- var AssociateLicenseResponse$ = [3, n0, _ALRs,
493
- 0,
494
- [_w],
495
- [[() => WorkspaceDescription$, 0]], 1
496
- ];
497
- var AuthenticationDescription$ = [3, n0, _AD,
498
- 0,
499
- [_p, _s, _aS],
500
- [64 | 0, [() => SamlAuthentication$, 0], () => AwsSsoAuthentication$], 1
501
- ];
502
- var AuthenticationSummary$ = [3, n0, _AS,
503
- 0,
504
- [_p, _sCS],
505
- [64 | 0, 0], 1
506
- ];
507
- var AwsSsoAuthentication$ = [3, n0, _ASA,
508
- 0,
509
- [_sCI],
510
- [0]
511
- ];
512
- var ConflictException$ = [-3, n0, _CE,
513
- { [_e]: _c, [_hE]: 409 },
514
- [_m, _rI, _rT],
515
- [0, 0, 0], 3
516
- ];
517
- schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
518
- var CreateWorkspaceApiKeyRequest$ = [3, n0, _CWAKR,
519
- 0,
520
- [_kN, _kR, _sTL, _wI],
521
- [0, 0, 1, [0, 1]], 4
522
- ];
523
- var CreateWorkspaceApiKeyResponse$ = [3, n0, _CWAKRr,
524
- 0,
525
- [_kN, _k, _wI],
526
- [0, [() => ApiKeyToken, 0], 0], 3
527
- ];
528
- var CreateWorkspaceRequest$ = [3, n0, _CWR,
529
- 0,
530
- [_aAT, _pT, _aP, _cT, _oRN, _sSN, _wDS, _wD, _wN, _wND, _wOU, _wRA, _t, _vC, _co, _nAC, _gV],
531
- [0, 0, 64 | 0, [0, 4], [() => OrganizationRoleName, 0], 0, 64 | 0, [() => Description, 0], [() => WorkspaceName, 0], 64 | 0, [() => OrganizationalUnitList, 0], [() => IamRoleArn, 0], 128 | 0, () => VpcConfiguration$, [() => OverridableConfigurationJson, 0], () => NetworkAccessConfiguration$, 0], 3
532
- ];
533
- var CreateWorkspaceResponse$ = [3, n0, _CWRr,
534
- 0,
535
- [_w],
536
- [[() => WorkspaceDescription$, 0]], 1
537
- ];
538
- var CreateWorkspaceServiceAccountRequest$ = [3, n0, _CWSAR,
539
- 0,
540
- [_n, _gR, _wI],
541
- [0, 0, [0, 1]], 3
542
- ];
543
- var CreateWorkspaceServiceAccountResponse$ = [3, n0, _CWSARr,
544
- 0,
545
- [_i, _n, _gR, _wI],
546
- [0, 0, 0, 0], 4
547
- ];
548
- var CreateWorkspaceServiceAccountTokenRequest$ = [3, n0, _CWSATR,
549
- 0,
550
- [_n, _sTL, _sAI, _wI],
551
- [0, 1, [0, 1], [0, 1]], 4
552
- ];
553
- var CreateWorkspaceServiceAccountTokenResponse$ = [3, n0, _CWSATRr,
554
- 0,
555
- [_sAT, _sAI, _wI],
556
- [[() => ServiceAccountTokenSummaryWithKey$, 0], 0, 0], 3
557
- ];
558
- var DeleteWorkspaceApiKeyRequest$ = [3, n0, _DWAKR,
559
- 0,
560
- [_kN, _wI],
561
- [[0, 1], [0, 1]], 2
562
- ];
563
- var DeleteWorkspaceApiKeyResponse$ = [3, n0, _DWAKRe,
564
- 0,
565
- [_kN, _wI],
566
- [0, 0], 2
567
- ];
568
- var DeleteWorkspaceRequest$ = [3, n0, _DWR,
569
- 0,
570
- [_wI],
571
- [[0, 1]], 1
572
- ];
573
- var DeleteWorkspaceResponse$ = [3, n0, _DWRe,
574
- 0,
575
- [_w],
576
- [[() => WorkspaceDescription$, 0]], 1
577
- ];
578
- var DeleteWorkspaceServiceAccountRequest$ = [3, n0, _DWSAR,
579
- 0,
580
- [_sAI, _wI],
581
- [[0, 1], [0, 1]], 2
582
- ];
583
- var DeleteWorkspaceServiceAccountResponse$ = [3, n0, _DWSARe,
584
- 0,
585
- [_sAI, _wI],
586
- [0, 0], 2
587
- ];
588
- var DeleteWorkspaceServiceAccountTokenRequest$ = [3, n0, _DWSATR,
589
- 0,
590
- [_tI, _sAI, _wI],
591
- [[0, 1], [0, 1], [0, 1]], 3
592
- ];
593
- var DeleteWorkspaceServiceAccountTokenResponse$ = [3, n0, _DWSATRe,
594
- 0,
595
- [_tI, _sAI, _wI],
596
- [0, 0, 0], 3
597
- ];
598
- var DescribeWorkspaceAuthenticationRequest$ = [3, n0, _DWAR,
599
- 0,
600
- [_wI],
601
- [[0, 1]], 1
602
- ];
603
- var DescribeWorkspaceAuthenticationResponse$ = [3, n0, _DWARe,
604
- 0,
605
- [_au],
606
- [[() => AuthenticationDescription$, 0]], 1
607
- ];
608
- var DescribeWorkspaceConfigurationRequest$ = [3, n0, _DWCR,
609
- 0,
610
- [_wI],
611
- [[0, 1]], 1
612
- ];
613
- var DescribeWorkspaceConfigurationResponse$ = [3, n0, _DWCRe,
614
- 0,
615
- [_co, _gV],
616
- [[() => OverridableConfigurationJson, 0], 0], 1
617
- ];
618
- var DescribeWorkspaceRequest$ = [3, n0, _DWRes,
619
- 0,
620
- [_wI],
621
- [[0, 1]], 1
622
- ];
623
- var DescribeWorkspaceResponse$ = [3, n0, _DWResc,
624
- 0,
625
- [_w],
626
- [[() => WorkspaceDescription$, 0]], 1
627
- ];
628
- var DisassociateLicenseRequest$ = [3, n0, _DLR,
629
- 0,
630
- [_wI, _lT],
631
- [[0, 1], [0, 1]], 2
632
- ];
633
- var DisassociateLicenseResponse$ = [3, n0, _DLRi,
634
- 0,
635
- [_w],
636
- [[() => WorkspaceDescription$, 0]], 1
637
- ];
638
- var InternalServerException$ = [-3, n0, _ISE,
639
- { [_e]: _se, [_hE]: 500 },
640
- [_m, _rAS],
641
- [0, [1, { [_hH]: _RA }]], 1
642
- ];
643
- schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
644
- var ListPermissionsRequest$ = [3, n0, _LPR,
645
- 0,
646
- [_wI, _mR, _nT, _uT, _uI, _gI],
647
- [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _uT }], [0, { [_hQ]: _uI }], [0, { [_hQ]: _gI }]], 1
648
- ];
649
- var ListPermissionsResponse$ = [3, n0, _LPRi,
650
- 0,
651
- [_pe, _nT],
652
- [() => PermissionEntryList, 0], 1
653
- ];
654
- var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
655
- 0,
656
- [_rA],
657
- [[0, 1]], 1
658
- ];
659
- var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
660
- 0,
661
- [_t],
662
- [128 | 0]
663
- ];
664
- var ListVersionsRequest$ = [3, n0, _LVR,
665
- 0,
666
- [_mR, _nT, _wI],
667
- [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _wi }]]
668
- ];
669
- var ListVersionsResponse$ = [3, n0, _LVRi,
670
- 0,
671
- [_nT, _gVr],
672
- [0, 64 | 0]
673
- ];
674
- var ListWorkspaceServiceAccountsRequest$ = [3, n0, _LWSAR,
675
- 0,
676
- [_wI, _mR, _nT],
677
- [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
678
- ];
679
- var ListWorkspaceServiceAccountsResponse$ = [3, n0, _LWSARi,
680
- 0,
681
- [_sA, _wI, _nT],
682
- [() => ServiceAccountList, 0, 0], 2
683
- ];
684
- var ListWorkspaceServiceAccountTokensRequest$ = [3, n0, _LWSATR,
685
- 0,
686
- [_sAI, _wI, _mR, _nT],
687
- [[0, 1], [0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 2
688
- ];
689
- var ListWorkspaceServiceAccountTokensResponse$ = [3, n0, _LWSATRi,
690
- 0,
691
- [_sATe, _sAI, _wI, _nT],
692
- [() => ServiceAccountTokenList, 0, 0, 0], 3
693
- ];
694
- var ListWorkspacesRequest$ = [3, n0, _LWR,
695
- 0,
696
- [_mR, _nT],
697
- [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
698
- ];
699
- var ListWorkspacesResponse$ = [3, n0, _LWRi,
700
- 0,
701
- [_wo, _nT],
702
- [[() => WorkspaceList, 0], 0], 1
703
- ];
704
- var NetworkAccessConfiguration$ = [3, n0, _NAC,
705
- 0,
706
- [_pLI, _vI],
707
- [64 | 0, 64 | 0], 2
708
- ];
709
- var PermissionEntry$ = [3, n0, _PE,
710
- 0,
711
- [_u, _r],
712
- [() => User$, 0], 2
713
- ];
714
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
715
- { [_e]: _c, [_hE]: 404 },
716
- [_m, _rI, _rT],
717
- [0, 0, 0], 3
718
- ];
719
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
720
- var RoleValues$ = [3, n0, _RV,
721
- 0,
722
- [_ed, _ad],
723
- [[() => RoleValueList, 0], [() => RoleValueList, 0]]
724
- ];
725
- var SamlAuthentication$ = [3, n0, _SA,
726
- 0,
727
- [_st, _co],
728
- [0, [() => SamlConfiguration$, 0]], 1
729
- ];
730
- var SamlConfiguration$ = [3, n0, _SC,
731
- 0,
732
- [_iM, _aA, _rV, _aO, _lVD],
733
- [() => IdpMetadata$, () => AssertionAttributes$, [() => RoleValues$, 0], 64 | 0, 1], 1
734
- ];
735
- var ServiceAccountSummary$ = [3, n0, _SAS,
736
- 0,
737
- [_i, _n, _iD, _gR],
738
- [0, 0, 0, 0], 4
739
- ];
740
- var ServiceAccountTokenSummary$ = [3, n0, _SATS,
741
- 0,
742
- [_i, _n, _cA, _eA, _lUA],
743
- [0, 0, 4, 4, 4], 4
744
- ];
745
- var ServiceAccountTokenSummaryWithKey$ = [3, n0, _SATSWK,
746
- 0,
747
- [_i, _n, _k],
748
- [0, 0, [() => ServiceAccountTokenKey, 0]], 3
749
- ];
750
- var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
751
- { [_e]: _c, [_hE]: 402 },
752
- [_m, _rI, _rT, _sC, _qC],
753
- [0, 0, 0, 0, 0], 5
754
- ];
755
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
756
- var TagResourceRequest$ = [3, n0, _TRR,
757
- 0,
758
- [_rA, _t],
759
- [[0, 1], 128 | 0], 2
760
- ];
761
- var TagResourceResponse$ = [3, n0, _TRRa,
762
- 0,
763
- [],
764
- []
765
- ];
766
- var ThrottlingException$ = [-3, n0, _TE,
767
- { [_e]: _c, [_hE]: 429 },
768
- [_m, _sC, _qC, _rAS],
769
- [0, 0, 0, [1, { [_hH]: _RA }]], 1
770
- ];
771
- schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
772
- var UntagResourceRequest$ = [3, n0, _URR,
773
- 0,
774
- [_rA, _tK],
775
- [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
776
- ];
777
- var UntagResourceResponse$ = [3, n0, _URRn,
778
- 0,
779
- [],
780
- []
781
- ];
782
- var UpdateError$ = [3, n0, _UE,
783
- 0,
784
- [_cod, _m, _cB],
785
- [1, 0, () => UpdateInstruction$], 3
786
- ];
787
- var UpdateInstruction$ = [3, n0, _UI,
788
- 0,
789
- [_ac, _r, _us],
790
- [0, 0, () => UserList], 3
791
- ];
792
- var UpdatePermissionsRequest$ = [3, n0, _UPR,
793
- 0,
794
- [_uIB, _wI],
795
- [() => UpdateInstructionBatch, [0, 1]], 2
796
- ];
797
- var UpdatePermissionsResponse$ = [3, n0, _UPRp,
798
- 0,
799
- [_er],
800
- [() => UpdateErrorList], 1
801
- ];
802
- var UpdateWorkspaceAuthenticationRequest$ = [3, n0, _UWAR,
803
- 0,
804
- [_wI, _aP, _sCa],
805
- [[0, 1], 64 | 0, [() => SamlConfiguration$, 0]], 2
806
- ];
807
- var UpdateWorkspaceAuthenticationResponse$ = [3, n0, _UWARp,
808
- 0,
809
- [_au],
810
- [[() => AuthenticationDescription$, 0]], 1
811
- ];
812
- var UpdateWorkspaceConfigurationRequest$ = [3, n0, _UWCR,
813
- 0,
814
- [_co, _wI, _gV],
815
- [[() => OverridableConfigurationJson, 0], [0, 1], 0], 2
816
- ];
817
- var UpdateWorkspaceConfigurationResponse$ = [3, n0, _UWCRp,
818
- 0,
819
- [],
820
- []
821
- ];
822
- var UpdateWorkspaceRequest$ = [3, n0, _UWR,
823
- 0,
824
- [_wI, _aAT, _oRN, _pT, _sSN, _wDS, _wD, _wN, _wND, _wOU, _wRA, _vC, _rVC, _nAC, _rNAC],
825
- [[0, 1], 0, [() => OrganizationRoleName, 0], 0, 0, 64 | 0, [() => Description, 0], [() => WorkspaceName, 0], 64 | 0, [() => OrganizationalUnitList, 0], [() => IamRoleArn, 0], () => VpcConfiguration$, 2, () => NetworkAccessConfiguration$, 2], 1
826
- ];
827
- var UpdateWorkspaceResponse$ = [3, n0, _UWRp,
828
- 0,
829
- [_w],
830
- [[() => WorkspaceDescription$, 0]], 1
831
- ];
832
- var User$ = [3, n0, _U,
833
- 0,
834
- [_i, _ty],
835
- [0, 0], 2
836
- ];
837
- var ValidationException$ = [-3, n0, _VE,
838
- { [_e]: _c, [_hE]: 400 },
839
- [_m, _re, _fL],
840
- [0, 0, () => ValidationExceptionFieldList], 2
841
- ];
842
- schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
843
- var ValidationExceptionField$ = [3, n0, _VEF,
844
- 0,
845
- [_n, _m],
846
- [0, 0], 2
847
- ];
848
- var VpcConfiguration$ = [3, n0, _VC,
849
- 0,
850
- [_sGI, _sI],
851
- [64 | 0, 64 | 0], 2
852
- ];
853
- var WorkspaceDescription$ = [3, n0, _WD,
854
- 0,
855
- [_cr, _dS, _en, _gV, _i, _mo, _st, _au, _aAT, _d, _n, _oRN, _nD, _oU, _pT, _sSN, _wRA, _lT, _fTC, _lE, _fTE, _t, _vC, _nAC, _gT],
856
- [4, 64 | 0, 0, 0, 0, 4, 0, () => AuthenticationSummary$, 0, [() => Description, 0], [() => WorkspaceName, 0], [() => OrganizationRoleName, 0], 64 | 0, [() => OrganizationalUnitList, 0], 0, 0, [() => IamRoleArn, 0], 0, 2, 4, 4, 128 | 0, () => VpcConfiguration$, () => NetworkAccessConfiguration$, 0], 8
857
- ];
858
- var WorkspaceSummary$ = [3, n0, _WS,
859
- 0,
860
- [_cr, _en, _gV, _i, _mo, _st, _au, _d, _n, _nD, _t, _lT, _gT],
861
- [4, 0, 0, 0, 4, 0, () => AuthenticationSummary$, [() => Description, 0], [() => WorkspaceName, 0], 64 | 0, 128 | 0, 0, 0], 7
862
- ];
863
- var GrafanaServiceException$ = [-3, _sm, "GrafanaServiceException", 0, [], []];
864
- schema.TypeRegistry.for(_sm).registerError(GrafanaServiceException$, GrafanaServiceException);
865
- var OrganizationalUnitList = [1, n0, _OUL,
866
- 8, 0
867
- ];
868
- var PermissionEntryList = [1, n0, _PEL,
869
- 0, () => PermissionEntry$
870
- ];
871
- var RoleValueList = [1, n0, _RVL,
872
- 8, 0
873
- ];
874
- var ServiceAccountList = [1, n0, _SAL,
875
- 0, () => ServiceAccountSummary$
876
- ];
877
- var ServiceAccountTokenList = [1, n0, _SATL,
878
- 0, () => ServiceAccountTokenSummary$
879
- ];
880
- var UpdateErrorList = [1, n0, _UEL,
881
- 0, () => UpdateError$
882
- ];
883
- var UpdateInstructionBatch = [1, n0, _UIB,
884
- 0, () => UpdateInstruction$
885
- ];
886
- var UserList = [1, n0, _UL,
887
- 0, () => User$
888
- ];
889
- var ValidationExceptionFieldList = [1, n0, _VEFL,
890
- 0, () => ValidationExceptionField$
891
- ];
892
- var WorkspaceList = [1, n0, _WL,
893
- 0, [() => WorkspaceSummary$,
894
- 0]
895
- ];
896
- var IdpMetadata$ = [4, n0, _IM,
897
- 0,
898
- [_ur, _x],
899
- [0, 0]
900
- ];
901
- var AssociateLicense$ = [9, n0, _AL,
902
- { [_h]: ["POST", "/workspaces/{workspaceId}/licenses/{licenseType}", 202] }, () => AssociateLicenseRequest$, () => AssociateLicenseResponse$
903
- ];
904
- var CreateWorkspace$ = [9, n0, _CW,
905
- { [_h]: ["POST", "/workspaces", 202] }, () => CreateWorkspaceRequest$, () => CreateWorkspaceResponse$
906
- ];
907
- var CreateWorkspaceApiKey$ = [9, n0, _CWAK,
908
- { [_h]: ["POST", "/workspaces/{workspaceId}/apikeys", 200] }, () => CreateWorkspaceApiKeyRequest$, () => CreateWorkspaceApiKeyResponse$
909
- ];
910
- var CreateWorkspaceServiceAccount$ = [9, n0, _CWSA,
911
- { [_h]: ["POST", "/workspaces/{workspaceId}/serviceaccounts", 200] }, () => CreateWorkspaceServiceAccountRequest$, () => CreateWorkspaceServiceAccountResponse$
912
- ];
913
- var CreateWorkspaceServiceAccountToken$ = [9, n0, _CWSAT,
914
- { [_h]: ["POST", "/workspaces/{workspaceId}/serviceaccounts/{serviceAccountId}/tokens", 200] }, () => CreateWorkspaceServiceAccountTokenRequest$, () => CreateWorkspaceServiceAccountTokenResponse$
915
- ];
916
- var DeleteWorkspace$ = [9, n0, _DW,
917
- { [_h]: ["DELETE", "/workspaces/{workspaceId}", 202] }, () => DeleteWorkspaceRequest$, () => DeleteWorkspaceResponse$
918
- ];
919
- var DeleteWorkspaceApiKey$ = [9, n0, _DWAK,
920
- { [_h]: ["DELETE", "/workspaces/{workspaceId}/apikeys/{keyName}", 200] }, () => DeleteWorkspaceApiKeyRequest$, () => DeleteWorkspaceApiKeyResponse$
921
- ];
922
- var DeleteWorkspaceServiceAccount$ = [9, n0, _DWSA,
923
- { [_h]: ["DELETE", "/workspaces/{workspaceId}/serviceaccounts/{serviceAccountId}", 200] }, () => DeleteWorkspaceServiceAccountRequest$, () => DeleteWorkspaceServiceAccountResponse$
924
- ];
925
- var DeleteWorkspaceServiceAccountToken$ = [9, n0, _DWSAT,
926
- { [_h]: ["DELETE", "/workspaces/{workspaceId}/serviceaccounts/{serviceAccountId}/tokens/{tokenId}", 200] }, () => DeleteWorkspaceServiceAccountTokenRequest$, () => DeleteWorkspaceServiceAccountTokenResponse$
927
- ];
928
- var DescribeWorkspace$ = [9, n0, _DWe,
929
- { [_h]: ["GET", "/workspaces/{workspaceId}", 200] }, () => DescribeWorkspaceRequest$, () => DescribeWorkspaceResponse$
930
- ];
931
- var DescribeWorkspaceAuthentication$ = [9, n0, _DWA,
932
- { [_h]: ["GET", "/workspaces/{workspaceId}/authentication", 200] }, () => DescribeWorkspaceAuthenticationRequest$, () => DescribeWorkspaceAuthenticationResponse$
933
- ];
934
- var DescribeWorkspaceConfiguration$ = [9, n0, _DWC,
935
- { [_h]: ["GET", "/workspaces/{workspaceId}/configuration", 200] }, () => DescribeWorkspaceConfigurationRequest$, () => DescribeWorkspaceConfigurationResponse$
936
- ];
937
- var DisassociateLicense$ = [9, n0, _DL,
938
- { [_h]: ["DELETE", "/workspaces/{workspaceId}/licenses/{licenseType}", 202] }, () => DisassociateLicenseRequest$, () => DisassociateLicenseResponse$
939
- ];
940
- var ListPermissions$ = [9, n0, _LP,
941
- { [_h]: ["GET", "/workspaces/{workspaceId}/permissions", 200] }, () => ListPermissionsRequest$, () => ListPermissionsResponse$
942
- ];
943
- var ListTagsForResource$ = [9, n0, _LTFR,
944
- { [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
945
- ];
946
- var ListVersions$ = [9, n0, _LV,
947
- { [_h]: ["GET", "/versions", 200] }, () => ListVersionsRequest$, () => ListVersionsResponse$
948
- ];
949
- var ListWorkspaces$ = [9, n0, _LW,
950
- { [_h]: ["GET", "/workspaces", 200] }, () => ListWorkspacesRequest$, () => ListWorkspacesResponse$
951
- ];
952
- var ListWorkspaceServiceAccounts$ = [9, n0, _LWSA,
953
- { [_h]: ["GET", "/workspaces/{workspaceId}/serviceaccounts", 200] }, () => ListWorkspaceServiceAccountsRequest$, () => ListWorkspaceServiceAccountsResponse$
954
- ];
955
- var ListWorkspaceServiceAccountTokens$ = [9, n0, _LWSAT,
956
- { [_h]: ["GET", "/workspaces/{workspaceId}/serviceaccounts/{serviceAccountId}/tokens", 200] }, () => ListWorkspaceServiceAccountTokensRequest$, () => ListWorkspaceServiceAccountTokensResponse$
957
- ];
958
- var TagResource$ = [9, n0, _TR,
959
- { [_h]: ["POST", "/tags/{resourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
960
- ];
961
- var UntagResource$ = [9, n0, _UR,
962
- { [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
963
- ];
964
- var UpdatePermissions$ = [9, n0, _UP,
965
- { [_h]: ["PATCH", "/workspaces/{workspaceId}/permissions", 200] }, () => UpdatePermissionsRequest$, () => UpdatePermissionsResponse$
966
- ];
967
- var UpdateWorkspace$ = [9, n0, _UW,
968
- { [_h]: ["PUT", "/workspaces/{workspaceId}", 202] }, () => UpdateWorkspaceRequest$, () => UpdateWorkspaceResponse$
969
- ];
970
- var UpdateWorkspaceAuthentication$ = [9, n0, _UWA,
971
- { [_h]: ["POST", "/workspaces/{workspaceId}/authentication", 200] }, () => UpdateWorkspaceAuthenticationRequest$, () => UpdateWorkspaceAuthenticationResponse$
972
- ];
973
- var UpdateWorkspaceConfiguration$ = [9, n0, _UWC,
974
- { [_h]: ["PUT", "/workspaces/{workspaceId}/configuration", 202] }, () => UpdateWorkspaceConfigurationRequest$, () => UpdateWorkspaceConfigurationResponse$
975
- ];
976
-
977
116
  class AssociateLicenseCommand extends smithyClient.Command
978
117
  .classBuilder()
979
118
  .ep(commonParams)
@@ -982,7 +121,7 @@ class AssociateLicenseCommand extends smithyClient.Command
982
121
  })
983
122
  .s("AWSGrafanaControlPlane", "AssociateLicense", {})
984
123
  .n("GrafanaClient", "AssociateLicenseCommand")
985
- .sc(AssociateLicense$)
124
+ .sc(schemas_0.AssociateLicense$)
986
125
  .build() {
987
126
  }
988
127
 
@@ -994,7 +133,7 @@ class CreateWorkspaceApiKeyCommand extends smithyClient.Command
994
133
  })
995
134
  .s("AWSGrafanaControlPlane", "CreateWorkspaceApiKey", {})
996
135
  .n("GrafanaClient", "CreateWorkspaceApiKeyCommand")
997
- .sc(CreateWorkspaceApiKey$)
136
+ .sc(schemas_0.CreateWorkspaceApiKey$)
998
137
  .build() {
999
138
  }
1000
139
 
@@ -1006,7 +145,7 @@ class CreateWorkspaceCommand extends smithyClient.Command
1006
145
  })
1007
146
  .s("AWSGrafanaControlPlane", "CreateWorkspace", {})
1008
147
  .n("GrafanaClient", "CreateWorkspaceCommand")
1009
- .sc(CreateWorkspace$)
148
+ .sc(schemas_0.CreateWorkspace$)
1010
149
  .build() {
1011
150
  }
1012
151
 
@@ -1018,7 +157,7 @@ class CreateWorkspaceServiceAccountCommand extends smithyClient.Command
1018
157
  })
1019
158
  .s("AWSGrafanaControlPlane", "CreateWorkspaceServiceAccount", {})
1020
159
  .n("GrafanaClient", "CreateWorkspaceServiceAccountCommand")
1021
- .sc(CreateWorkspaceServiceAccount$)
160
+ .sc(schemas_0.CreateWorkspaceServiceAccount$)
1022
161
  .build() {
1023
162
  }
1024
163
 
@@ -1030,7 +169,7 @@ class CreateWorkspaceServiceAccountTokenCommand extends smithyClient.Command
1030
169
  })
1031
170
  .s("AWSGrafanaControlPlane", "CreateWorkspaceServiceAccountToken", {})
1032
171
  .n("GrafanaClient", "CreateWorkspaceServiceAccountTokenCommand")
1033
- .sc(CreateWorkspaceServiceAccountToken$)
172
+ .sc(schemas_0.CreateWorkspaceServiceAccountToken$)
1034
173
  .build() {
1035
174
  }
1036
175
 
@@ -1042,7 +181,7 @@ class DeleteWorkspaceApiKeyCommand extends smithyClient.Command
1042
181
  })
1043
182
  .s("AWSGrafanaControlPlane", "DeleteWorkspaceApiKey", {})
1044
183
  .n("GrafanaClient", "DeleteWorkspaceApiKeyCommand")
1045
- .sc(DeleteWorkspaceApiKey$)
184
+ .sc(schemas_0.DeleteWorkspaceApiKey$)
1046
185
  .build() {
1047
186
  }
1048
187
 
@@ -1054,7 +193,7 @@ class DeleteWorkspaceCommand extends smithyClient.Command
1054
193
  })
1055
194
  .s("AWSGrafanaControlPlane", "DeleteWorkspace", {})
1056
195
  .n("GrafanaClient", "DeleteWorkspaceCommand")
1057
- .sc(DeleteWorkspace$)
196
+ .sc(schemas_0.DeleteWorkspace$)
1058
197
  .build() {
1059
198
  }
1060
199
 
@@ -1066,7 +205,7 @@ class DeleteWorkspaceServiceAccountCommand extends smithyClient.Command
1066
205
  })
1067
206
  .s("AWSGrafanaControlPlane", "DeleteWorkspaceServiceAccount", {})
1068
207
  .n("GrafanaClient", "DeleteWorkspaceServiceAccountCommand")
1069
- .sc(DeleteWorkspaceServiceAccount$)
208
+ .sc(schemas_0.DeleteWorkspaceServiceAccount$)
1070
209
  .build() {
1071
210
  }
1072
211
 
@@ -1078,7 +217,7 @@ class DeleteWorkspaceServiceAccountTokenCommand extends smithyClient.Command
1078
217
  })
1079
218
  .s("AWSGrafanaControlPlane", "DeleteWorkspaceServiceAccountToken", {})
1080
219
  .n("GrafanaClient", "DeleteWorkspaceServiceAccountTokenCommand")
1081
- .sc(DeleteWorkspaceServiceAccountToken$)
220
+ .sc(schemas_0.DeleteWorkspaceServiceAccountToken$)
1082
221
  .build() {
1083
222
  }
1084
223
 
@@ -1090,7 +229,7 @@ class DescribeWorkspaceAuthenticationCommand extends smithyClient.Command
1090
229
  })
1091
230
  .s("AWSGrafanaControlPlane", "DescribeWorkspaceAuthentication", {})
1092
231
  .n("GrafanaClient", "DescribeWorkspaceAuthenticationCommand")
1093
- .sc(DescribeWorkspaceAuthentication$)
232
+ .sc(schemas_0.DescribeWorkspaceAuthentication$)
1094
233
  .build() {
1095
234
  }
1096
235
 
@@ -1102,7 +241,7 @@ class DescribeWorkspaceCommand extends smithyClient.Command
1102
241
  })
1103
242
  .s("AWSGrafanaControlPlane", "DescribeWorkspace", {})
1104
243
  .n("GrafanaClient", "DescribeWorkspaceCommand")
1105
- .sc(DescribeWorkspace$)
244
+ .sc(schemas_0.DescribeWorkspace$)
1106
245
  .build() {
1107
246
  }
1108
247
 
@@ -1114,7 +253,7 @@ class DescribeWorkspaceConfigurationCommand extends smithyClient.Command
1114
253
  })
1115
254
  .s("AWSGrafanaControlPlane", "DescribeWorkspaceConfiguration", {})
1116
255
  .n("GrafanaClient", "DescribeWorkspaceConfigurationCommand")
1117
- .sc(DescribeWorkspaceConfiguration$)
256
+ .sc(schemas_0.DescribeWorkspaceConfiguration$)
1118
257
  .build() {
1119
258
  }
1120
259
 
@@ -1126,7 +265,7 @@ class DisassociateLicenseCommand extends smithyClient.Command
1126
265
  })
1127
266
  .s("AWSGrafanaControlPlane", "DisassociateLicense", {})
1128
267
  .n("GrafanaClient", "DisassociateLicenseCommand")
1129
- .sc(DisassociateLicense$)
268
+ .sc(schemas_0.DisassociateLicense$)
1130
269
  .build() {
1131
270
  }
1132
271
 
@@ -1138,7 +277,7 @@ class ListPermissionsCommand extends smithyClient.Command
1138
277
  })
1139
278
  .s("AWSGrafanaControlPlane", "ListPermissions", {})
1140
279
  .n("GrafanaClient", "ListPermissionsCommand")
1141
- .sc(ListPermissions$)
280
+ .sc(schemas_0.ListPermissions$)
1142
281
  .build() {
1143
282
  }
1144
283
 
@@ -1150,7 +289,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1150
289
  })
1151
290
  .s("AWSGrafanaControlPlane", "ListTagsForResource", {})
1152
291
  .n("GrafanaClient", "ListTagsForResourceCommand")
1153
- .sc(ListTagsForResource$)
292
+ .sc(schemas_0.ListTagsForResource$)
1154
293
  .build() {
1155
294
  }
1156
295
 
@@ -1162,7 +301,7 @@ class ListVersionsCommand extends smithyClient.Command
1162
301
  })
1163
302
  .s("AWSGrafanaControlPlane", "ListVersions", {})
1164
303
  .n("GrafanaClient", "ListVersionsCommand")
1165
- .sc(ListVersions$)
304
+ .sc(schemas_0.ListVersions$)
1166
305
  .build() {
1167
306
  }
1168
307
 
@@ -1174,7 +313,7 @@ class ListWorkspacesCommand extends smithyClient.Command
1174
313
  })
1175
314
  .s("AWSGrafanaControlPlane", "ListWorkspaces", {})
1176
315
  .n("GrafanaClient", "ListWorkspacesCommand")
1177
- .sc(ListWorkspaces$)
316
+ .sc(schemas_0.ListWorkspaces$)
1178
317
  .build() {
1179
318
  }
1180
319
 
@@ -1186,7 +325,7 @@ class ListWorkspaceServiceAccountsCommand extends smithyClient.Command
1186
325
  })
1187
326
  .s("AWSGrafanaControlPlane", "ListWorkspaceServiceAccounts", {})
1188
327
  .n("GrafanaClient", "ListWorkspaceServiceAccountsCommand")
1189
- .sc(ListWorkspaceServiceAccounts$)
328
+ .sc(schemas_0.ListWorkspaceServiceAccounts$)
1190
329
  .build() {
1191
330
  }
1192
331
 
@@ -1198,7 +337,7 @@ class ListWorkspaceServiceAccountTokensCommand extends smithyClient.Command
1198
337
  })
1199
338
  .s("AWSGrafanaControlPlane", "ListWorkspaceServiceAccountTokens", {})
1200
339
  .n("GrafanaClient", "ListWorkspaceServiceAccountTokensCommand")
1201
- .sc(ListWorkspaceServiceAccountTokens$)
340
+ .sc(schemas_0.ListWorkspaceServiceAccountTokens$)
1202
341
  .build() {
1203
342
  }
1204
343
 
@@ -1210,7 +349,7 @@ class TagResourceCommand extends smithyClient.Command
1210
349
  })
1211
350
  .s("AWSGrafanaControlPlane", "TagResource", {})
1212
351
  .n("GrafanaClient", "TagResourceCommand")
1213
- .sc(TagResource$)
352
+ .sc(schemas_0.TagResource$)
1214
353
  .build() {
1215
354
  }
1216
355
 
@@ -1222,7 +361,7 @@ class UntagResourceCommand extends smithyClient.Command
1222
361
  })
1223
362
  .s("AWSGrafanaControlPlane", "UntagResource", {})
1224
363
  .n("GrafanaClient", "UntagResourceCommand")
1225
- .sc(UntagResource$)
364
+ .sc(schemas_0.UntagResource$)
1226
365
  .build() {
1227
366
  }
1228
367
 
@@ -1234,7 +373,7 @@ class UpdatePermissionsCommand extends smithyClient.Command
1234
373
  })
1235
374
  .s("AWSGrafanaControlPlane", "UpdatePermissions", {})
1236
375
  .n("GrafanaClient", "UpdatePermissionsCommand")
1237
- .sc(UpdatePermissions$)
376
+ .sc(schemas_0.UpdatePermissions$)
1238
377
  .build() {
1239
378
  }
1240
379
 
@@ -1246,7 +385,7 @@ class UpdateWorkspaceAuthenticationCommand extends smithyClient.Command
1246
385
  })
1247
386
  .s("AWSGrafanaControlPlane", "UpdateWorkspaceAuthentication", {})
1248
387
  .n("GrafanaClient", "UpdateWorkspaceAuthenticationCommand")
1249
- .sc(UpdateWorkspaceAuthentication$)
388
+ .sc(schemas_0.UpdateWorkspaceAuthentication$)
1250
389
  .build() {
1251
390
  }
1252
391
 
@@ -1258,7 +397,7 @@ class UpdateWorkspaceCommand extends smithyClient.Command
1258
397
  })
1259
398
  .s("AWSGrafanaControlPlane", "UpdateWorkspace", {})
1260
399
  .n("GrafanaClient", "UpdateWorkspaceCommand")
1261
- .sc(UpdateWorkspace$)
400
+ .sc(schemas_0.UpdateWorkspace$)
1262
401
  .build() {
1263
402
  }
1264
403
 
@@ -1270,7 +409,7 @@ class UpdateWorkspaceConfigurationCommand extends smithyClient.Command
1270
409
  })
1271
410
  .s("AWSGrafanaControlPlane", "UpdateWorkspaceConfiguration", {})
1272
411
  .n("GrafanaClient", "UpdateWorkspaceConfigurationCommand")
1273
- .sc(UpdateWorkspaceConfiguration$)
412
+ .sc(schemas_0.UpdateWorkspaceConfiguration$)
1274
413
  .build() {
1275
414
  }
1276
415
 
@@ -1399,158 +538,63 @@ Object.defineProperty(exports, "__Client", {
1399
538
  enumerable: true,
1400
539
  get: function () { return smithyClient.Client; }
1401
540
  });
1402
- exports.AccessDeniedException = AccessDeniedException;
1403
- exports.AccessDeniedException$ = AccessDeniedException$;
541
+ Object.defineProperty(exports, "GrafanaServiceException", {
542
+ enumerable: true,
543
+ get: function () { return GrafanaServiceException.GrafanaServiceException; }
544
+ });
1404
545
  exports.AccountAccessType = AccountAccessType;
1405
- exports.AssertionAttributes$ = AssertionAttributes$;
1406
- exports.AssociateLicense$ = AssociateLicense$;
1407
546
  exports.AssociateLicenseCommand = AssociateLicenseCommand;
1408
- exports.AssociateLicenseRequest$ = AssociateLicenseRequest$;
1409
- exports.AssociateLicenseResponse$ = AssociateLicenseResponse$;
1410
- exports.AuthenticationDescription$ = AuthenticationDescription$;
1411
547
  exports.AuthenticationProviderTypes = AuthenticationProviderTypes;
1412
- exports.AuthenticationSummary$ = AuthenticationSummary$;
1413
- exports.AwsSsoAuthentication$ = AwsSsoAuthentication$;
1414
- exports.ConflictException = ConflictException;
1415
- exports.ConflictException$ = ConflictException$;
1416
- exports.CreateWorkspace$ = CreateWorkspace$;
1417
- exports.CreateWorkspaceApiKey$ = CreateWorkspaceApiKey$;
1418
548
  exports.CreateWorkspaceApiKeyCommand = CreateWorkspaceApiKeyCommand;
1419
- exports.CreateWorkspaceApiKeyRequest$ = CreateWorkspaceApiKeyRequest$;
1420
- exports.CreateWorkspaceApiKeyResponse$ = CreateWorkspaceApiKeyResponse$;
1421
549
  exports.CreateWorkspaceCommand = CreateWorkspaceCommand;
1422
- exports.CreateWorkspaceRequest$ = CreateWorkspaceRequest$;
1423
- exports.CreateWorkspaceResponse$ = CreateWorkspaceResponse$;
1424
- exports.CreateWorkspaceServiceAccount$ = CreateWorkspaceServiceAccount$;
1425
550
  exports.CreateWorkspaceServiceAccountCommand = CreateWorkspaceServiceAccountCommand;
1426
- exports.CreateWorkspaceServiceAccountRequest$ = CreateWorkspaceServiceAccountRequest$;
1427
- exports.CreateWorkspaceServiceAccountResponse$ = CreateWorkspaceServiceAccountResponse$;
1428
- exports.CreateWorkspaceServiceAccountToken$ = CreateWorkspaceServiceAccountToken$;
1429
551
  exports.CreateWorkspaceServiceAccountTokenCommand = CreateWorkspaceServiceAccountTokenCommand;
1430
- exports.CreateWorkspaceServiceAccountTokenRequest$ = CreateWorkspaceServiceAccountTokenRequest$;
1431
- exports.CreateWorkspaceServiceAccountTokenResponse$ = CreateWorkspaceServiceAccountTokenResponse$;
1432
552
  exports.DataSourceType = DataSourceType;
1433
- exports.DeleteWorkspace$ = DeleteWorkspace$;
1434
- exports.DeleteWorkspaceApiKey$ = DeleteWorkspaceApiKey$;
1435
553
  exports.DeleteWorkspaceApiKeyCommand = DeleteWorkspaceApiKeyCommand;
1436
- exports.DeleteWorkspaceApiKeyRequest$ = DeleteWorkspaceApiKeyRequest$;
1437
- exports.DeleteWorkspaceApiKeyResponse$ = DeleteWorkspaceApiKeyResponse$;
1438
554
  exports.DeleteWorkspaceCommand = DeleteWorkspaceCommand;
1439
- exports.DeleteWorkspaceRequest$ = DeleteWorkspaceRequest$;
1440
- exports.DeleteWorkspaceResponse$ = DeleteWorkspaceResponse$;
1441
- exports.DeleteWorkspaceServiceAccount$ = DeleteWorkspaceServiceAccount$;
1442
555
  exports.DeleteWorkspaceServiceAccountCommand = DeleteWorkspaceServiceAccountCommand;
1443
- exports.DeleteWorkspaceServiceAccountRequest$ = DeleteWorkspaceServiceAccountRequest$;
1444
- exports.DeleteWorkspaceServiceAccountResponse$ = DeleteWorkspaceServiceAccountResponse$;
1445
- exports.DeleteWorkspaceServiceAccountToken$ = DeleteWorkspaceServiceAccountToken$;
1446
556
  exports.DeleteWorkspaceServiceAccountTokenCommand = DeleteWorkspaceServiceAccountTokenCommand;
1447
- exports.DeleteWorkspaceServiceAccountTokenRequest$ = DeleteWorkspaceServiceAccountTokenRequest$;
1448
- exports.DeleteWorkspaceServiceAccountTokenResponse$ = DeleteWorkspaceServiceAccountTokenResponse$;
1449
- exports.DescribeWorkspace$ = DescribeWorkspace$;
1450
- exports.DescribeWorkspaceAuthentication$ = DescribeWorkspaceAuthentication$;
1451
557
  exports.DescribeWorkspaceAuthenticationCommand = DescribeWorkspaceAuthenticationCommand;
1452
- exports.DescribeWorkspaceAuthenticationRequest$ = DescribeWorkspaceAuthenticationRequest$;
1453
- exports.DescribeWorkspaceAuthenticationResponse$ = DescribeWorkspaceAuthenticationResponse$;
1454
558
  exports.DescribeWorkspaceCommand = DescribeWorkspaceCommand;
1455
- exports.DescribeWorkspaceConfiguration$ = DescribeWorkspaceConfiguration$;
1456
559
  exports.DescribeWorkspaceConfigurationCommand = DescribeWorkspaceConfigurationCommand;
1457
- exports.DescribeWorkspaceConfigurationRequest$ = DescribeWorkspaceConfigurationRequest$;
1458
- exports.DescribeWorkspaceConfigurationResponse$ = DescribeWorkspaceConfigurationResponse$;
1459
- exports.DescribeWorkspaceRequest$ = DescribeWorkspaceRequest$;
1460
- exports.DescribeWorkspaceResponse$ = DescribeWorkspaceResponse$;
1461
- exports.DisassociateLicense$ = DisassociateLicense$;
1462
560
  exports.DisassociateLicenseCommand = DisassociateLicenseCommand;
1463
- exports.DisassociateLicenseRequest$ = DisassociateLicenseRequest$;
1464
- exports.DisassociateLicenseResponse$ = DisassociateLicenseResponse$;
1465
561
  exports.Grafana = Grafana;
1466
562
  exports.GrafanaClient = GrafanaClient;
1467
- exports.GrafanaServiceException = GrafanaServiceException;
1468
- exports.GrafanaServiceException$ = GrafanaServiceException$;
1469
- exports.IdpMetadata$ = IdpMetadata$;
1470
- exports.InternalServerException = InternalServerException;
1471
- exports.InternalServerException$ = InternalServerException$;
1472
563
  exports.LicenseType = LicenseType;
1473
- exports.ListPermissions$ = ListPermissions$;
1474
564
  exports.ListPermissionsCommand = ListPermissionsCommand;
1475
- exports.ListPermissionsRequest$ = ListPermissionsRequest$;
1476
- exports.ListPermissionsResponse$ = ListPermissionsResponse$;
1477
- exports.ListTagsForResource$ = ListTagsForResource$;
1478
565
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1479
- exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1480
- exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
1481
- exports.ListVersions$ = ListVersions$;
1482
566
  exports.ListVersionsCommand = ListVersionsCommand;
1483
- exports.ListVersionsRequest$ = ListVersionsRequest$;
1484
- exports.ListVersionsResponse$ = ListVersionsResponse$;
1485
- exports.ListWorkspaceServiceAccountTokens$ = ListWorkspaceServiceAccountTokens$;
1486
567
  exports.ListWorkspaceServiceAccountTokensCommand = ListWorkspaceServiceAccountTokensCommand;
1487
- exports.ListWorkspaceServiceAccountTokensRequest$ = ListWorkspaceServiceAccountTokensRequest$;
1488
- exports.ListWorkspaceServiceAccountTokensResponse$ = ListWorkspaceServiceAccountTokensResponse$;
1489
- exports.ListWorkspaceServiceAccounts$ = ListWorkspaceServiceAccounts$;
1490
568
  exports.ListWorkspaceServiceAccountsCommand = ListWorkspaceServiceAccountsCommand;
1491
- exports.ListWorkspaceServiceAccountsRequest$ = ListWorkspaceServiceAccountsRequest$;
1492
- exports.ListWorkspaceServiceAccountsResponse$ = ListWorkspaceServiceAccountsResponse$;
1493
- exports.ListWorkspaces$ = ListWorkspaces$;
1494
569
  exports.ListWorkspacesCommand = ListWorkspacesCommand;
1495
- exports.ListWorkspacesRequest$ = ListWorkspacesRequest$;
1496
- exports.ListWorkspacesResponse$ = ListWorkspacesResponse$;
1497
- exports.NetworkAccessConfiguration$ = NetworkAccessConfiguration$;
1498
570
  exports.NotificationDestinationType = NotificationDestinationType;
1499
- exports.PermissionEntry$ = PermissionEntry$;
1500
571
  exports.PermissionType = PermissionType;
1501
- exports.ResourceNotFoundException = ResourceNotFoundException;
1502
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1503
572
  exports.Role = Role;
1504
- exports.RoleValues$ = RoleValues$;
1505
- exports.SamlAuthentication$ = SamlAuthentication$;
1506
- exports.SamlConfiguration$ = SamlConfiguration$;
1507
573
  exports.SamlConfigurationStatus = SamlConfigurationStatus;
1508
- exports.ServiceAccountSummary$ = ServiceAccountSummary$;
1509
- exports.ServiceAccountTokenSummary$ = ServiceAccountTokenSummary$;
1510
- exports.ServiceAccountTokenSummaryWithKey$ = ServiceAccountTokenSummaryWithKey$;
1511
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
1512
- exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
1513
- exports.TagResource$ = TagResource$;
1514
574
  exports.TagResourceCommand = TagResourceCommand;
1515
- exports.TagResourceRequest$ = TagResourceRequest$;
1516
- exports.TagResourceResponse$ = TagResourceResponse$;
1517
- exports.ThrottlingException = ThrottlingException;
1518
- exports.ThrottlingException$ = ThrottlingException$;
1519
- exports.UntagResource$ = UntagResource$;
1520
575
  exports.UntagResourceCommand = UntagResourceCommand;
1521
- exports.UntagResourceRequest$ = UntagResourceRequest$;
1522
- exports.UntagResourceResponse$ = UntagResourceResponse$;
1523
576
  exports.UpdateAction = UpdateAction;
1524
- exports.UpdateError$ = UpdateError$;
1525
- exports.UpdateInstruction$ = UpdateInstruction$;
1526
- exports.UpdatePermissions$ = UpdatePermissions$;
1527
577
  exports.UpdatePermissionsCommand = UpdatePermissionsCommand;
1528
- exports.UpdatePermissionsRequest$ = UpdatePermissionsRequest$;
1529
- exports.UpdatePermissionsResponse$ = UpdatePermissionsResponse$;
1530
- exports.UpdateWorkspace$ = UpdateWorkspace$;
1531
- exports.UpdateWorkspaceAuthentication$ = UpdateWorkspaceAuthentication$;
1532
578
  exports.UpdateWorkspaceAuthenticationCommand = UpdateWorkspaceAuthenticationCommand;
1533
- exports.UpdateWorkspaceAuthenticationRequest$ = UpdateWorkspaceAuthenticationRequest$;
1534
- exports.UpdateWorkspaceAuthenticationResponse$ = UpdateWorkspaceAuthenticationResponse$;
1535
579
  exports.UpdateWorkspaceCommand = UpdateWorkspaceCommand;
1536
- exports.UpdateWorkspaceConfiguration$ = UpdateWorkspaceConfiguration$;
1537
580
  exports.UpdateWorkspaceConfigurationCommand = UpdateWorkspaceConfigurationCommand;
1538
- exports.UpdateWorkspaceConfigurationRequest$ = UpdateWorkspaceConfigurationRequest$;
1539
- exports.UpdateWorkspaceConfigurationResponse$ = UpdateWorkspaceConfigurationResponse$;
1540
- exports.UpdateWorkspaceRequest$ = UpdateWorkspaceRequest$;
1541
- exports.UpdateWorkspaceResponse$ = UpdateWorkspaceResponse$;
1542
- exports.User$ = User$;
1543
581
  exports.UserType = UserType;
1544
- exports.ValidationException = ValidationException;
1545
- exports.ValidationException$ = ValidationException$;
1546
- exports.ValidationExceptionField$ = ValidationExceptionField$;
1547
582
  exports.ValidationExceptionReason = ValidationExceptionReason;
1548
- exports.VpcConfiguration$ = VpcConfiguration$;
1549
- exports.WorkspaceDescription$ = WorkspaceDescription$;
1550
583
  exports.WorkspaceStatus = WorkspaceStatus;
1551
- exports.WorkspaceSummary$ = WorkspaceSummary$;
1552
584
  exports.paginateListPermissions = paginateListPermissions;
1553
585
  exports.paginateListVersions = paginateListVersions;
1554
586
  exports.paginateListWorkspaceServiceAccountTokens = paginateListWorkspaceServiceAccountTokens;
1555
587
  exports.paginateListWorkspaceServiceAccounts = paginateListWorkspaceServiceAccounts;
1556
588
  exports.paginateListWorkspaces = paginateListWorkspaces;
589
+ Object.keys(schemas_0).forEach(function (k) {
590
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
591
+ enumerable: true,
592
+ get: function () { return schemas_0[k]; }
593
+ });
594
+ });
595
+ Object.keys(errors).forEach(function (k) {
596
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
597
+ enumerable: true,
598
+ get: function () { return errors[k]; }
599
+ });
600
+ });