@aws-sdk/client-grafana 3.948.0 → 3.953.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 +372 -234
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/AssociateLicenseCommand.js +2 -2
- package/dist-es/commands/CreateWorkspaceApiKeyCommand.js +2 -2
- package/dist-es/commands/CreateWorkspaceCommand.js +2 -2
- package/dist-es/commands/CreateWorkspaceServiceAccountCommand.js +2 -2
- package/dist-es/commands/CreateWorkspaceServiceAccountTokenCommand.js +2 -2
- package/dist-es/commands/DeleteWorkspaceApiKeyCommand.js +2 -2
- package/dist-es/commands/DeleteWorkspaceCommand.js +2 -2
- package/dist-es/commands/DeleteWorkspaceServiceAccountCommand.js +2 -2
- package/dist-es/commands/DeleteWorkspaceServiceAccountTokenCommand.js +2 -2
- package/dist-es/commands/DescribeWorkspaceAuthenticationCommand.js +2 -2
- package/dist-es/commands/DescribeWorkspaceCommand.js +2 -2
- package/dist-es/commands/DescribeWorkspaceConfigurationCommand.js +2 -2
- package/dist-es/commands/DisassociateLicenseCommand.js +2 -2
- package/dist-es/commands/ListPermissionsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListVersionsCommand.js +2 -2
- package/dist-es/commands/ListWorkspaceServiceAccountTokensCommand.js +2 -2
- package/dist-es/commands/ListWorkspaceServiceAccountsCommand.js +2 -2
- package/dist-es/commands/ListWorkspacesCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdatePermissionsCommand.js +2 -2
- package/dist-es/commands/UpdateWorkspaceAuthenticationCommand.js +2 -2
- package/dist-es/commands/UpdateWorkspaceCommand.js +2 -2
- package/dist-es/commands/UpdateWorkspaceConfigurationCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +242 -207
- package/dist-types/GrafanaClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +104 -132
- package/dist-types/ts3.4/GrafanaClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +103 -133
- package/package.json +34 -34
|
@@ -233,19 +233,19 @@ const _wo = "workspaces";
|
|
|
233
233
|
const _x = "xml";
|
|
234
234
|
const n0 = "com.amazonaws.grafana";
|
|
235
235
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
236
|
-
import { AccessDeniedException
|
|
237
|
-
import { GrafanaServiceException
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
246
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
247
|
-
export var AssertionAttributes = [3, n0, _AA, 0, [_n, _l, _em, _g, _r, _o], [0, 0, 0, 0, 0, 0]];
|
|
248
|
-
export var AssociateLicenseRequest = [
|
|
236
|
+
import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
237
|
+
import { GrafanaServiceException } from "../models/GrafanaServiceException";
|
|
238
|
+
var ApiKeyToken = [0, n0, _AKT, 8, 0];
|
|
239
|
+
var Description = [0, n0, _D, 8, 0];
|
|
240
|
+
var IamRoleArn = [0, n0, _IRA, 8, 0];
|
|
241
|
+
var OrganizationRoleName = [0, n0, _ORN, 8, 0];
|
|
242
|
+
var OverridableConfigurationJson = [0, n0, _OCJ, { [_mT]: _a }, 0];
|
|
243
|
+
var ServiceAccountTokenKey = [0, n0, _SATK, 8, 0];
|
|
244
|
+
var WorkspaceName = [0, n0, _WN, 8, 0];
|
|
245
|
+
export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
246
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
247
|
+
export var AssertionAttributes$ = [3, n0, _AA, 0, [_n, _l, _em, _g, _r, _o], [0, 0, 0, 0, 0, 0]];
|
|
248
|
+
export var AssociateLicenseRequest$ = [
|
|
249
249
|
3,
|
|
250
250
|
n0,
|
|
251
251
|
_ALR,
|
|
@@ -257,20 +257,27 @@ export var AssociateLicenseRequest = [
|
|
|
257
257
|
[0, { [_hH]: _GT }],
|
|
258
258
|
],
|
|
259
259
|
];
|
|
260
|
-
export var AssociateLicenseResponse = [
|
|
261
|
-
|
|
260
|
+
export var AssociateLicenseResponse$ = [
|
|
261
|
+
3,
|
|
262
|
+
n0,
|
|
263
|
+
_ALRs,
|
|
264
|
+
0,
|
|
265
|
+
[_w],
|
|
266
|
+
[[() => WorkspaceDescription$, 0]],
|
|
267
|
+
];
|
|
268
|
+
export var AuthenticationDescription$ = [
|
|
262
269
|
3,
|
|
263
270
|
n0,
|
|
264
271
|
_AD,
|
|
265
272
|
0,
|
|
266
273
|
[_p, _s, _aS],
|
|
267
|
-
[64 | 0, [() => SamlAuthentication
|
|
274
|
+
[64 | 0, [() => SamlAuthentication$, 0], () => AwsSsoAuthentication$],
|
|
268
275
|
];
|
|
269
|
-
export var AuthenticationSummary = [3, n0, _AS, 0, [_p, _sCS], [64 | 0, 0]];
|
|
270
|
-
export var AwsSsoAuthentication = [3, n0, _ASA, 0, [_sCI], [0]];
|
|
271
|
-
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
|
|
272
|
-
TypeRegistry.for(n0).registerError(ConflictException
|
|
273
|
-
export var CreateWorkspaceApiKeyRequest = [
|
|
276
|
+
export var AuthenticationSummary$ = [3, n0, _AS, 0, [_p, _sCS], [64 | 0, 0]];
|
|
277
|
+
export var AwsSsoAuthentication$ = [3, n0, _ASA, 0, [_sCI], [0]];
|
|
278
|
+
export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
|
|
279
|
+
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
280
|
+
export var CreateWorkspaceApiKeyRequest$ = [
|
|
274
281
|
3,
|
|
275
282
|
n0,
|
|
276
283
|
_CWAKR,
|
|
@@ -278,7 +285,7 @@ export var CreateWorkspaceApiKeyRequest = [
|
|
|
278
285
|
[_kN, _kR, _sTL, _wI],
|
|
279
286
|
[0, 0, 1, [0, 1]],
|
|
280
287
|
];
|
|
281
|
-
export var CreateWorkspaceApiKeyResponse = [
|
|
288
|
+
export var CreateWorkspaceApiKeyResponse$ = [
|
|
282
289
|
3,
|
|
283
290
|
n0,
|
|
284
291
|
_CWAKRr,
|
|
@@ -286,7 +293,7 @@ export var CreateWorkspaceApiKeyResponse = [
|
|
|
286
293
|
[_kN, _k, _wI],
|
|
287
294
|
[0, [() => ApiKeyToken, 0], 0],
|
|
288
295
|
];
|
|
289
|
-
export var CreateWorkspaceRequest = [
|
|
296
|
+
export var CreateWorkspaceRequest$ = [
|
|
290
297
|
3,
|
|
291
298
|
n0,
|
|
292
299
|
_CWR,
|
|
@@ -306,14 +313,21 @@ export var CreateWorkspaceRequest = [
|
|
|
306
313
|
[() => IamRoleArn, 0],
|
|
307
314
|
64 | 0,
|
|
308
315
|
128 | 0,
|
|
309
|
-
() => VpcConfiguration
|
|
316
|
+
() => VpcConfiguration$,
|
|
310
317
|
[() => OverridableConfigurationJson, 0],
|
|
311
|
-
() => NetworkAccessConfiguration
|
|
318
|
+
() => NetworkAccessConfiguration$,
|
|
312
319
|
0,
|
|
313
320
|
],
|
|
314
321
|
];
|
|
315
|
-
export var CreateWorkspaceResponse = [
|
|
316
|
-
|
|
322
|
+
export var CreateWorkspaceResponse$ = [
|
|
323
|
+
3,
|
|
324
|
+
n0,
|
|
325
|
+
_CWRr,
|
|
326
|
+
0,
|
|
327
|
+
[_w],
|
|
328
|
+
[[() => WorkspaceDescription$, 0]],
|
|
329
|
+
];
|
|
330
|
+
export var CreateWorkspaceServiceAccountRequest$ = [
|
|
317
331
|
3,
|
|
318
332
|
n0,
|
|
319
333
|
_CWSAR,
|
|
@@ -321,7 +335,7 @@ export var CreateWorkspaceServiceAccountRequest = [
|
|
|
321
335
|
[_n, _gR, _wI],
|
|
322
336
|
[0, 0, [0, 1]],
|
|
323
337
|
];
|
|
324
|
-
export var CreateWorkspaceServiceAccountResponse = [
|
|
338
|
+
export var CreateWorkspaceServiceAccountResponse$ = [
|
|
325
339
|
3,
|
|
326
340
|
n0,
|
|
327
341
|
_CWSARr,
|
|
@@ -329,7 +343,7 @@ export var CreateWorkspaceServiceAccountResponse = [
|
|
|
329
343
|
[_i, _n, _gR, _wI],
|
|
330
344
|
[0, 0, 0, 0],
|
|
331
345
|
];
|
|
332
|
-
export var CreateWorkspaceServiceAccountTokenRequest = [
|
|
346
|
+
export var CreateWorkspaceServiceAccountTokenRequest$ = [
|
|
333
347
|
3,
|
|
334
348
|
n0,
|
|
335
349
|
_CWSATR,
|
|
@@ -337,15 +351,15 @@ export var CreateWorkspaceServiceAccountTokenRequest = [
|
|
|
337
351
|
[_n, _sTL, _sAI, _wI],
|
|
338
352
|
[0, 1, [0, 1], [0, 1]],
|
|
339
353
|
];
|
|
340
|
-
export var CreateWorkspaceServiceAccountTokenResponse = [
|
|
354
|
+
export var CreateWorkspaceServiceAccountTokenResponse$ = [
|
|
341
355
|
3,
|
|
342
356
|
n0,
|
|
343
357
|
_CWSATRr,
|
|
344
358
|
0,
|
|
345
359
|
[_sAT, _sAI, _wI],
|
|
346
|
-
[[() => ServiceAccountTokenSummaryWithKey
|
|
360
|
+
[[() => ServiceAccountTokenSummaryWithKey$, 0], 0, 0],
|
|
347
361
|
];
|
|
348
|
-
export var DeleteWorkspaceApiKeyRequest = [
|
|
362
|
+
export var DeleteWorkspaceApiKeyRequest$ = [
|
|
349
363
|
3,
|
|
350
364
|
n0,
|
|
351
365
|
_DWAKR,
|
|
@@ -356,10 +370,17 @@ export var DeleteWorkspaceApiKeyRequest = [
|
|
|
356
370
|
[0, 1],
|
|
357
371
|
],
|
|
358
372
|
];
|
|
359
|
-
export var DeleteWorkspaceApiKeyResponse = [3, n0, _DWAKRe, 0, [_kN, _wI], [0, 0]];
|
|
360
|
-
export var DeleteWorkspaceRequest = [3, n0, _DWR, 0, [_wI], [[0, 1]]];
|
|
361
|
-
export var DeleteWorkspaceResponse = [
|
|
362
|
-
|
|
373
|
+
export var DeleteWorkspaceApiKeyResponse$ = [3, n0, _DWAKRe, 0, [_kN, _wI], [0, 0]];
|
|
374
|
+
export var DeleteWorkspaceRequest$ = [3, n0, _DWR, 0, [_wI], [[0, 1]]];
|
|
375
|
+
export var DeleteWorkspaceResponse$ = [
|
|
376
|
+
3,
|
|
377
|
+
n0,
|
|
378
|
+
_DWRe,
|
|
379
|
+
0,
|
|
380
|
+
[_w],
|
|
381
|
+
[[() => WorkspaceDescription$, 0]],
|
|
382
|
+
];
|
|
383
|
+
export var DeleteWorkspaceServiceAccountRequest$ = [
|
|
363
384
|
3,
|
|
364
385
|
n0,
|
|
365
386
|
_DWSAR,
|
|
@@ -370,8 +391,8 @@ export var DeleteWorkspaceServiceAccountRequest = [
|
|
|
370
391
|
[0, 1],
|
|
371
392
|
],
|
|
372
393
|
];
|
|
373
|
-
export var DeleteWorkspaceServiceAccountResponse = [3, n0, _DWSARe, 0, [_sAI, _wI], [0, 0]];
|
|
374
|
-
export var DeleteWorkspaceServiceAccountTokenRequest = [
|
|
394
|
+
export var DeleteWorkspaceServiceAccountResponse$ = [3, n0, _DWSARe, 0, [_sAI, _wI], [0, 0]];
|
|
395
|
+
export var DeleteWorkspaceServiceAccountTokenRequest$ = [
|
|
375
396
|
3,
|
|
376
397
|
n0,
|
|
377
398
|
_DWSATR,
|
|
@@ -383,7 +404,7 @@ export var DeleteWorkspaceServiceAccountTokenRequest = [
|
|
|
383
404
|
[0, 1],
|
|
384
405
|
],
|
|
385
406
|
];
|
|
386
|
-
export var DeleteWorkspaceServiceAccountTokenResponse = [
|
|
407
|
+
export var DeleteWorkspaceServiceAccountTokenResponse$ = [
|
|
387
408
|
3,
|
|
388
409
|
n0,
|
|
389
410
|
_DWSATRe,
|
|
@@ -391,17 +412,17 @@ export var DeleteWorkspaceServiceAccountTokenResponse = [
|
|
|
391
412
|
[_tI, _sAI, _wI],
|
|
392
413
|
[0, 0, 0],
|
|
393
414
|
];
|
|
394
|
-
export var DescribeWorkspaceAuthenticationRequest = [3, n0, _DWAR, 0, [_wI], [[0, 1]]];
|
|
395
|
-
export var DescribeWorkspaceAuthenticationResponse = [
|
|
415
|
+
export var DescribeWorkspaceAuthenticationRequest$ = [3, n0, _DWAR, 0, [_wI], [[0, 1]]];
|
|
416
|
+
export var DescribeWorkspaceAuthenticationResponse$ = [
|
|
396
417
|
3,
|
|
397
418
|
n0,
|
|
398
419
|
_DWARe,
|
|
399
420
|
0,
|
|
400
421
|
[_au],
|
|
401
|
-
[[() => AuthenticationDescription
|
|
422
|
+
[[() => AuthenticationDescription$, 0]],
|
|
402
423
|
];
|
|
403
|
-
export var DescribeWorkspaceConfigurationRequest = [3, n0, _DWCR, 0, [_wI], [[0, 1]]];
|
|
404
|
-
export var DescribeWorkspaceConfigurationResponse = [
|
|
424
|
+
export var DescribeWorkspaceConfigurationRequest$ = [3, n0, _DWCR, 0, [_wI], [[0, 1]]];
|
|
425
|
+
export var DescribeWorkspaceConfigurationResponse$ = [
|
|
405
426
|
3,
|
|
406
427
|
n0,
|
|
407
428
|
_DWCRe,
|
|
@@ -409,16 +430,16 @@ export var DescribeWorkspaceConfigurationResponse = [
|
|
|
409
430
|
[_co, _gV],
|
|
410
431
|
[[() => OverridableConfigurationJson, 0], 0],
|
|
411
432
|
];
|
|
412
|
-
export var DescribeWorkspaceRequest = [3, n0, _DWRes, 0, [_wI], [[0, 1]]];
|
|
413
|
-
export var DescribeWorkspaceResponse = [
|
|
433
|
+
export var DescribeWorkspaceRequest$ = [3, n0, _DWRes, 0, [_wI], [[0, 1]]];
|
|
434
|
+
export var DescribeWorkspaceResponse$ = [
|
|
414
435
|
3,
|
|
415
436
|
n0,
|
|
416
437
|
_DWResc,
|
|
417
438
|
0,
|
|
418
439
|
[_w],
|
|
419
|
-
[[() => WorkspaceDescription
|
|
440
|
+
[[() => WorkspaceDescription$, 0]],
|
|
420
441
|
];
|
|
421
|
-
export var DisassociateLicenseRequest = [
|
|
442
|
+
export var DisassociateLicenseRequest$ = [
|
|
422
443
|
3,
|
|
423
444
|
n0,
|
|
424
445
|
_DLR,
|
|
@@ -429,15 +450,15 @@ export var DisassociateLicenseRequest = [
|
|
|
429
450
|
[0, 1],
|
|
430
451
|
],
|
|
431
452
|
];
|
|
432
|
-
export var DisassociateLicenseResponse = [
|
|
453
|
+
export var DisassociateLicenseResponse$ = [
|
|
433
454
|
3,
|
|
434
455
|
n0,
|
|
435
456
|
_DLRi,
|
|
436
457
|
0,
|
|
437
458
|
[_w],
|
|
438
|
-
[[() => WorkspaceDescription
|
|
459
|
+
[[() => WorkspaceDescription$, 0]],
|
|
439
460
|
];
|
|
440
|
-
export var InternalServerException = [
|
|
461
|
+
export var InternalServerException$ = [
|
|
441
462
|
-3,
|
|
442
463
|
n0,
|
|
443
464
|
_ISE,
|
|
@@ -445,8 +466,8 @@ export var InternalServerException = [
|
|
|
445
466
|
[_m, _rAS],
|
|
446
467
|
[0, [1, { [_hH]: _RA }]],
|
|
447
468
|
];
|
|
448
|
-
TypeRegistry.for(n0).registerError(InternalServerException
|
|
449
|
-
export var ListPermissionsRequest = [
|
|
469
|
+
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
470
|
+
export var ListPermissionsRequest$ = [
|
|
450
471
|
3,
|
|
451
472
|
n0,
|
|
452
473
|
_LPR,
|
|
@@ -461,7 +482,7 @@ export var ListPermissionsRequest = [
|
|
|
461
482
|
[0, 1],
|
|
462
483
|
],
|
|
463
484
|
];
|
|
464
|
-
export var ListPermissionsResponse = [
|
|
485
|
+
export var ListPermissionsResponse$ = [
|
|
465
486
|
3,
|
|
466
487
|
n0,
|
|
467
488
|
_LPRi,
|
|
@@ -469,9 +490,9 @@ export var ListPermissionsResponse = [
|
|
|
469
490
|
[_nT, _pe],
|
|
470
491
|
[0, () => PermissionEntryList],
|
|
471
492
|
];
|
|
472
|
-
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
473
|
-
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
474
|
-
export var ListVersionsRequest = [
|
|
493
|
+
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
494
|
+
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
495
|
+
export var ListVersionsRequest$ = [
|
|
475
496
|
3,
|
|
476
497
|
n0,
|
|
477
498
|
_LVR,
|
|
@@ -483,8 +504,8 @@ export var ListVersionsRequest = [
|
|
|
483
504
|
[0, { [_hQ]: _wi }],
|
|
484
505
|
],
|
|
485
506
|
];
|
|
486
|
-
export var ListVersionsResponse = [3, n0, _LVRi, 0, [_nT, _gVr], [0, 64 | 0]];
|
|
487
|
-
export var ListWorkspaceServiceAccountsRequest = [
|
|
507
|
+
export var ListVersionsResponse$ = [3, n0, _LVRi, 0, [_nT, _gVr], [0, 64 | 0]];
|
|
508
|
+
export var ListWorkspaceServiceAccountsRequest$ = [
|
|
488
509
|
3,
|
|
489
510
|
n0,
|
|
490
511
|
_LWSAR,
|
|
@@ -496,7 +517,7 @@ export var ListWorkspaceServiceAccountsRequest = [
|
|
|
496
517
|
[0, 1],
|
|
497
518
|
],
|
|
498
519
|
];
|
|
499
|
-
export var ListWorkspaceServiceAccountsResponse = [
|
|
520
|
+
export var ListWorkspaceServiceAccountsResponse$ = [
|
|
500
521
|
3,
|
|
501
522
|
n0,
|
|
502
523
|
_LWSARi,
|
|
@@ -504,7 +525,7 @@ export var ListWorkspaceServiceAccountsResponse = [
|
|
|
504
525
|
[_nT, _sA, _wI],
|
|
505
526
|
[0, () => ServiceAccountList, 0],
|
|
506
527
|
];
|
|
507
|
-
export var ListWorkspaceServiceAccountTokensRequest = [
|
|
528
|
+
export var ListWorkspaceServiceAccountTokensRequest$ = [
|
|
508
529
|
3,
|
|
509
530
|
n0,
|
|
510
531
|
_LWSATR,
|
|
@@ -517,7 +538,7 @@ export var ListWorkspaceServiceAccountTokensRequest = [
|
|
|
517
538
|
[0, 1],
|
|
518
539
|
],
|
|
519
540
|
];
|
|
520
|
-
export var ListWorkspaceServiceAccountTokensResponse = [
|
|
541
|
+
export var ListWorkspaceServiceAccountTokensResponse$ = [
|
|
521
542
|
3,
|
|
522
543
|
n0,
|
|
523
544
|
_LWSATRi,
|
|
@@ -525,7 +546,7 @@ export var ListWorkspaceServiceAccountTokensResponse = [
|
|
|
525
546
|
[_nT, _sATe, _sAI, _wI],
|
|
526
547
|
[0, () => ServiceAccountTokenList, 0, 0],
|
|
527
548
|
];
|
|
528
|
-
export var ListWorkspacesRequest = [
|
|
549
|
+
export var ListWorkspacesRequest$ = [
|
|
529
550
|
3,
|
|
530
551
|
n0,
|
|
531
552
|
_LWR,
|
|
@@ -536,10 +557,17 @@ export var ListWorkspacesRequest = [
|
|
|
536
557
|
[0, { [_hQ]: _nT }],
|
|
537
558
|
],
|
|
538
559
|
];
|
|
539
|
-
export var ListWorkspacesResponse = [
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
560
|
+
export var ListWorkspacesResponse$ = [
|
|
561
|
+
3,
|
|
562
|
+
n0,
|
|
563
|
+
_LWRi,
|
|
564
|
+
0,
|
|
565
|
+
[_wo, _nT],
|
|
566
|
+
[[() => WorkspaceList, 0], 0],
|
|
567
|
+
];
|
|
568
|
+
export var NetworkAccessConfiguration$ = [3, n0, _NAC, 0, [_pLI, _vI], [64 | 0, 64 | 0]];
|
|
569
|
+
export var PermissionEntry$ = [3, n0, _PE, 0, [_u, _r], [() => User$, 0]];
|
|
570
|
+
export var ResourceNotFoundException$ = [
|
|
543
571
|
-3,
|
|
544
572
|
n0,
|
|
545
573
|
_RNFE,
|
|
@@ -547,8 +575,8 @@ export var ResourceNotFoundException = [
|
|
|
547
575
|
[_m, _rI, _rT],
|
|
548
576
|
[0, 0, 0],
|
|
549
577
|
];
|
|
550
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
551
|
-
export var RoleValues = [
|
|
578
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
579
|
+
export var RoleValues$ = [
|
|
552
580
|
3,
|
|
553
581
|
n0,
|
|
554
582
|
_RV,
|
|
@@ -559,17 +587,17 @@ export var RoleValues = [
|
|
|
559
587
|
[() => RoleValueList, 0],
|
|
560
588
|
],
|
|
561
589
|
];
|
|
562
|
-
export var SamlAuthentication = [3, n0, _SA, 0, [_st, _co], [0, [() => SamlConfiguration
|
|
563
|
-
export var SamlConfiguration = [
|
|
590
|
+
export var SamlAuthentication$ = [3, n0, _SA, 0, [_st, _co], [0, [() => SamlConfiguration$, 0]]];
|
|
591
|
+
export var SamlConfiguration$ = [
|
|
564
592
|
3,
|
|
565
593
|
n0,
|
|
566
594
|
_SC,
|
|
567
595
|
0,
|
|
568
596
|
[_iM, _aA, _rV, _aO, _lVD],
|
|
569
|
-
[() => IdpMetadata
|
|
597
|
+
[() => IdpMetadata$, () => AssertionAttributes$, [() => RoleValues$, 0], 64 | 0, 1],
|
|
570
598
|
];
|
|
571
|
-
export var ServiceAccountSummary = [3, n0, _SAS, 0, [_i, _n, _iD, _gR], [0, 0, 0, 0]];
|
|
572
|
-
export var ServiceAccountTokenSummary = [
|
|
599
|
+
export var ServiceAccountSummary$ = [3, n0, _SAS, 0, [_i, _n, _iD, _gR], [0, 0, 0, 0]];
|
|
600
|
+
export var ServiceAccountTokenSummary$ = [
|
|
573
601
|
3,
|
|
574
602
|
n0,
|
|
575
603
|
_SATS,
|
|
@@ -577,7 +605,7 @@ export var ServiceAccountTokenSummary = [
|
|
|
577
605
|
[_i, _n, _cA, _eA, _lUA],
|
|
578
606
|
[0, 0, 4, 4, 4],
|
|
579
607
|
];
|
|
580
|
-
export var ServiceAccountTokenSummaryWithKey = [
|
|
608
|
+
export var ServiceAccountTokenSummaryWithKey$ = [
|
|
581
609
|
3,
|
|
582
610
|
n0,
|
|
583
611
|
_SATSWK,
|
|
@@ -585,7 +613,7 @@ export var ServiceAccountTokenSummaryWithKey = [
|
|
|
585
613
|
[_i, _n, _k],
|
|
586
614
|
[0, 0, [() => ServiceAccountTokenKey, 0]],
|
|
587
615
|
];
|
|
588
|
-
export var ServiceQuotaExceededException = [
|
|
616
|
+
export var ServiceQuotaExceededException$ = [
|
|
589
617
|
-3,
|
|
590
618
|
n0,
|
|
591
619
|
_SQEE,
|
|
@@ -593,10 +621,10 @@ export var ServiceQuotaExceededException = [
|
|
|
593
621
|
[_m, _rI, _rT, _sC, _qC],
|
|
594
622
|
[0, 0, 0, 0, 0],
|
|
595
623
|
];
|
|
596
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
597
|
-
export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
598
|
-
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
599
|
-
export var ThrottlingException = [
|
|
624
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
625
|
+
export var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
626
|
+
export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
627
|
+
export var ThrottlingException$ = [
|
|
600
628
|
-3,
|
|
601
629
|
n0,
|
|
602
630
|
_TE,
|
|
@@ -604,8 +632,8 @@ export var ThrottlingException = [
|
|
|
604
632
|
[_m, _sC, _qC, _rAS],
|
|
605
633
|
[0, 0, 0, [1, { [_hH]: _RA }]],
|
|
606
634
|
];
|
|
607
|
-
TypeRegistry.for(n0).registerError(ThrottlingException
|
|
608
|
-
export var UntagResourceRequest = [
|
|
635
|
+
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
636
|
+
export var UntagResourceRequest$ = [
|
|
609
637
|
3,
|
|
610
638
|
n0,
|
|
611
639
|
_URR,
|
|
@@ -616,10 +644,10 @@ export var UntagResourceRequest = [
|
|
|
616
644
|
[64 | 0, { [_hQ]: _tK }],
|
|
617
645
|
],
|
|
618
646
|
];
|
|
619
|
-
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
620
|
-
export var UpdateError = [3, n0, _UE, 0, [_cod, _m, _cB], [1, 0, () => UpdateInstruction]];
|
|
621
|
-
export var UpdateInstruction = [3, n0, _UI, 0, [_ac, _r, _us], [0, 0, () => UserList]];
|
|
622
|
-
export var UpdatePermissionsRequest = [
|
|
647
|
+
export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
648
|
+
export var UpdateError$ = [3, n0, _UE, 0, [_cod, _m, _cB], [1, 0, () => UpdateInstruction$]];
|
|
649
|
+
export var UpdateInstruction$ = [3, n0, _UI, 0, [_ac, _r, _us], [0, 0, () => UserList]];
|
|
650
|
+
export var UpdatePermissionsRequest$ = [
|
|
623
651
|
3,
|
|
624
652
|
n0,
|
|
625
653
|
_UPR,
|
|
@@ -627,24 +655,24 @@ export var UpdatePermissionsRequest = [
|
|
|
627
655
|
[_uIB, _wI],
|
|
628
656
|
[() => UpdateInstructionBatch, [0, 1]],
|
|
629
657
|
];
|
|
630
|
-
export var UpdatePermissionsResponse = [3, n0, _UPRp, 0, [_er], [() => UpdateErrorList]];
|
|
631
|
-
export var UpdateWorkspaceAuthenticationRequest = [
|
|
658
|
+
export var UpdatePermissionsResponse$ = [3, n0, _UPRp, 0, [_er], [() => UpdateErrorList]];
|
|
659
|
+
export var UpdateWorkspaceAuthenticationRequest$ = [
|
|
632
660
|
3,
|
|
633
661
|
n0,
|
|
634
662
|
_UWAR,
|
|
635
663
|
0,
|
|
636
664
|
[_wI, _aP, _sCa],
|
|
637
|
-
[[0, 1], 64 | 0, [() => SamlConfiguration
|
|
665
|
+
[[0, 1], 64 | 0, [() => SamlConfiguration$, 0]],
|
|
638
666
|
];
|
|
639
|
-
export var UpdateWorkspaceAuthenticationResponse = [
|
|
667
|
+
export var UpdateWorkspaceAuthenticationResponse$ = [
|
|
640
668
|
3,
|
|
641
669
|
n0,
|
|
642
670
|
_UWARp,
|
|
643
671
|
0,
|
|
644
672
|
[_au],
|
|
645
|
-
[[() => AuthenticationDescription
|
|
673
|
+
[[() => AuthenticationDescription$, 0]],
|
|
646
674
|
];
|
|
647
|
-
export var UpdateWorkspaceConfigurationRequest = [
|
|
675
|
+
export var UpdateWorkspaceConfigurationRequest$ = [
|
|
648
676
|
3,
|
|
649
677
|
n0,
|
|
650
678
|
_UWCR,
|
|
@@ -652,8 +680,8 @@ export var UpdateWorkspaceConfigurationRequest = [
|
|
|
652
680
|
[_co, _wI, _gV],
|
|
653
681
|
[[() => OverridableConfigurationJson, 0], [0, 1], 0],
|
|
654
682
|
];
|
|
655
|
-
export var UpdateWorkspaceConfigurationResponse = [3, n0, _UWCRp, 0, [], []];
|
|
656
|
-
export var UpdateWorkspaceRequest = [
|
|
683
|
+
export var UpdateWorkspaceConfigurationResponse$ = [3, n0, _UWCRp, 0, [], []];
|
|
684
|
+
export var UpdateWorkspaceRequest$ = [
|
|
657
685
|
3,
|
|
658
686
|
n0,
|
|
659
687
|
_UWR,
|
|
@@ -671,15 +699,22 @@ export var UpdateWorkspaceRequest = [
|
|
|
671
699
|
64 | 0,
|
|
672
700
|
[() => OrganizationalUnitList, 0],
|
|
673
701
|
[() => IamRoleArn, 0],
|
|
674
|
-
() => VpcConfiguration
|
|
702
|
+
() => VpcConfiguration$,
|
|
675
703
|
2,
|
|
676
|
-
() => NetworkAccessConfiguration
|
|
704
|
+
() => NetworkAccessConfiguration$,
|
|
677
705
|
2,
|
|
678
706
|
],
|
|
679
707
|
];
|
|
680
|
-
export var UpdateWorkspaceResponse = [
|
|
681
|
-
|
|
682
|
-
|
|
708
|
+
export var UpdateWorkspaceResponse$ = [
|
|
709
|
+
3,
|
|
710
|
+
n0,
|
|
711
|
+
_UWRp,
|
|
712
|
+
0,
|
|
713
|
+
[_w],
|
|
714
|
+
[[() => WorkspaceDescription$, 0]],
|
|
715
|
+
];
|
|
716
|
+
export var User$ = [3, n0, _U, 0, [_i, _ty], [0, 0]];
|
|
717
|
+
export var ValidationException$ = [
|
|
683
718
|
-3,
|
|
684
719
|
n0,
|
|
685
720
|
_VE,
|
|
@@ -687,10 +722,10 @@ export var ValidationException = [
|
|
|
687
722
|
[_m, _re, _fL],
|
|
688
723
|
[0, 0, () => ValidationExceptionFieldList],
|
|
689
724
|
];
|
|
690
|
-
TypeRegistry.for(n0).registerError(ValidationException
|
|
691
|
-
export var ValidationExceptionField = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
|
|
692
|
-
export var VpcConfiguration = [3, n0, _VC, 0, [_sGI, _sI], [64 | 0, 64 | 0]];
|
|
693
|
-
export var WorkspaceDescription = [
|
|
725
|
+
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
726
|
+
export var ValidationExceptionField$ = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
|
|
727
|
+
export var VpcConfiguration$ = [3, n0, _VC, 0, [_sGI, _sI], [64 | 0, 64 | 0]];
|
|
728
|
+
export var WorkspaceDescription$ = [
|
|
694
729
|
3,
|
|
695
730
|
n0,
|
|
696
731
|
_WD,
|
|
@@ -743,14 +778,14 @@ export var WorkspaceDescription = [
|
|
|
743
778
|
2,
|
|
744
779
|
4,
|
|
745
780
|
4,
|
|
746
|
-
() => AuthenticationSummary
|
|
781
|
+
() => AuthenticationSummary$,
|
|
747
782
|
128 | 0,
|
|
748
|
-
() => VpcConfiguration
|
|
749
|
-
() => NetworkAccessConfiguration
|
|
783
|
+
() => VpcConfiguration$,
|
|
784
|
+
() => NetworkAccessConfiguration$,
|
|
750
785
|
0,
|
|
751
786
|
],
|
|
752
787
|
];
|
|
753
|
-
export var WorkspaceSummary = [
|
|
788
|
+
export var WorkspaceSummary$ = [
|
|
754
789
|
3,
|
|
755
790
|
n0,
|
|
756
791
|
_WS,
|
|
@@ -766,233 +801,233 @@ export var WorkspaceSummary = [
|
|
|
766
801
|
[() => WorkspaceName, 0],
|
|
767
802
|
64 | 0,
|
|
768
803
|
0,
|
|
769
|
-
() => AuthenticationSummary
|
|
804
|
+
() => AuthenticationSummary$,
|
|
770
805
|
128 | 0,
|
|
771
806
|
0,
|
|
772
807
|
0,
|
|
773
808
|
],
|
|
774
809
|
];
|
|
775
|
-
export var GrafanaServiceException = [-3, _sm, "GrafanaServiceException", 0, [], []];
|
|
776
|
-
TypeRegistry.for(_sm).registerError(GrafanaServiceException
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
export var IdpMetadata = [3, n0, _IM, 0, [_ur, _x], [0, 0]];
|
|
799
|
-
export var AssociateLicense = [
|
|
810
|
+
export var GrafanaServiceException$ = [-3, _sm, "GrafanaServiceException", 0, [], []];
|
|
811
|
+
TypeRegistry.for(_sm).registerError(GrafanaServiceException$, GrafanaServiceException);
|
|
812
|
+
var AllowedOrganizations = 64 | 0;
|
|
813
|
+
var AuthenticationProviders = 64 | 0;
|
|
814
|
+
var DataSourceTypesList = 64 | 0;
|
|
815
|
+
var GrafanaVersionList = 64 | 0;
|
|
816
|
+
var NotificationDestinationsList = 64 | 0;
|
|
817
|
+
var OrganizationalUnitList = [1, n0, _OUL, 8, 0];
|
|
818
|
+
var PermissionEntryList = [1, n0, _PEL, 0, () => PermissionEntry$];
|
|
819
|
+
var PrefixListIds = 64 | 0;
|
|
820
|
+
var RoleValueList = [1, n0, _RVL, 8, 0];
|
|
821
|
+
var SecurityGroupIds = 64 | 0;
|
|
822
|
+
var ServiceAccountList = [1, n0, _SAL, 0, () => ServiceAccountSummary$];
|
|
823
|
+
var ServiceAccountTokenList = [1, n0, _SATL, 0, () => ServiceAccountTokenSummary$];
|
|
824
|
+
var SubnetIds = 64 | 0;
|
|
825
|
+
var TagKeys = 64 | 0;
|
|
826
|
+
var UpdateErrorList = [1, n0, _UEL, 0, () => UpdateError$];
|
|
827
|
+
var UpdateInstructionBatch = [1, n0, _UIB, 0, () => UpdateInstruction$];
|
|
828
|
+
var UserList = [1, n0, _UL, 0, () => User$];
|
|
829
|
+
var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField$];
|
|
830
|
+
var VpceIds = 64 | 0;
|
|
831
|
+
var WorkspaceList = [1, n0, _WL, 0, [() => WorkspaceSummary$, 0]];
|
|
832
|
+
var TagMap = 128 | 0;
|
|
833
|
+
export var IdpMetadata$ = [3, n0, _IM, 0, [_ur, _x], [0, 0]];
|
|
834
|
+
export var AssociateLicense$ = [
|
|
800
835
|
9,
|
|
801
836
|
n0,
|
|
802
837
|
_AL,
|
|
803
838
|
{ [_h]: ["POST", "/workspaces/{workspaceId}/licenses/{licenseType}", 202] },
|
|
804
|
-
() => AssociateLicenseRequest
|
|
805
|
-
() => AssociateLicenseResponse
|
|
839
|
+
() => AssociateLicenseRequest$,
|
|
840
|
+
() => AssociateLicenseResponse$,
|
|
806
841
|
];
|
|
807
|
-
export var CreateWorkspace = [
|
|
842
|
+
export var CreateWorkspace$ = [
|
|
808
843
|
9,
|
|
809
844
|
n0,
|
|
810
845
|
_CW,
|
|
811
846
|
{ [_h]: ["POST", "/workspaces", 202] },
|
|
812
|
-
() => CreateWorkspaceRequest
|
|
813
|
-
() => CreateWorkspaceResponse
|
|
847
|
+
() => CreateWorkspaceRequest$,
|
|
848
|
+
() => CreateWorkspaceResponse$,
|
|
814
849
|
];
|
|
815
|
-
export var CreateWorkspaceApiKey = [
|
|
850
|
+
export var CreateWorkspaceApiKey$ = [
|
|
816
851
|
9,
|
|
817
852
|
n0,
|
|
818
853
|
_CWAK,
|
|
819
854
|
{ [_h]: ["POST", "/workspaces/{workspaceId}/apikeys", 200] },
|
|
820
|
-
() => CreateWorkspaceApiKeyRequest
|
|
821
|
-
() => CreateWorkspaceApiKeyResponse
|
|
855
|
+
() => CreateWorkspaceApiKeyRequest$,
|
|
856
|
+
() => CreateWorkspaceApiKeyResponse$,
|
|
822
857
|
];
|
|
823
|
-
export var CreateWorkspaceServiceAccount = [
|
|
858
|
+
export var CreateWorkspaceServiceAccount$ = [
|
|
824
859
|
9,
|
|
825
860
|
n0,
|
|
826
861
|
_CWSA,
|
|
827
862
|
{ [_h]: ["POST", "/workspaces/{workspaceId}/serviceaccounts", 200] },
|
|
828
|
-
() => CreateWorkspaceServiceAccountRequest
|
|
829
|
-
() => CreateWorkspaceServiceAccountResponse
|
|
863
|
+
() => CreateWorkspaceServiceAccountRequest$,
|
|
864
|
+
() => CreateWorkspaceServiceAccountResponse$,
|
|
830
865
|
];
|
|
831
|
-
export var CreateWorkspaceServiceAccountToken = [
|
|
866
|
+
export var CreateWorkspaceServiceAccountToken$ = [
|
|
832
867
|
9,
|
|
833
868
|
n0,
|
|
834
869
|
_CWSAT,
|
|
835
870
|
{ [_h]: ["POST", "/workspaces/{workspaceId}/serviceaccounts/{serviceAccountId}/tokens", 200] },
|
|
836
|
-
() => CreateWorkspaceServiceAccountTokenRequest
|
|
837
|
-
() => CreateWorkspaceServiceAccountTokenResponse
|
|
871
|
+
() => CreateWorkspaceServiceAccountTokenRequest$,
|
|
872
|
+
() => CreateWorkspaceServiceAccountTokenResponse$,
|
|
838
873
|
];
|
|
839
|
-
export var DeleteWorkspace = [
|
|
874
|
+
export var DeleteWorkspace$ = [
|
|
840
875
|
9,
|
|
841
876
|
n0,
|
|
842
877
|
_DW,
|
|
843
878
|
{ [_h]: ["DELETE", "/workspaces/{workspaceId}", 202] },
|
|
844
|
-
() => DeleteWorkspaceRequest
|
|
845
|
-
() => DeleteWorkspaceResponse
|
|
879
|
+
() => DeleteWorkspaceRequest$,
|
|
880
|
+
() => DeleteWorkspaceResponse$,
|
|
846
881
|
];
|
|
847
|
-
export var DeleteWorkspaceApiKey = [
|
|
882
|
+
export var DeleteWorkspaceApiKey$ = [
|
|
848
883
|
9,
|
|
849
884
|
n0,
|
|
850
885
|
_DWAK,
|
|
851
886
|
{ [_h]: ["DELETE", "/workspaces/{workspaceId}/apikeys/{keyName}", 200] },
|
|
852
|
-
() => DeleteWorkspaceApiKeyRequest
|
|
853
|
-
() => DeleteWorkspaceApiKeyResponse
|
|
887
|
+
() => DeleteWorkspaceApiKeyRequest$,
|
|
888
|
+
() => DeleteWorkspaceApiKeyResponse$,
|
|
854
889
|
];
|
|
855
|
-
export var DeleteWorkspaceServiceAccount = [
|
|
890
|
+
export var DeleteWorkspaceServiceAccount$ = [
|
|
856
891
|
9,
|
|
857
892
|
n0,
|
|
858
893
|
_DWSA,
|
|
859
894
|
{ [_h]: ["DELETE", "/workspaces/{workspaceId}/serviceaccounts/{serviceAccountId}", 200] },
|
|
860
|
-
() => DeleteWorkspaceServiceAccountRequest
|
|
861
|
-
() => DeleteWorkspaceServiceAccountResponse
|
|
895
|
+
() => DeleteWorkspaceServiceAccountRequest$,
|
|
896
|
+
() => DeleteWorkspaceServiceAccountResponse$,
|
|
862
897
|
];
|
|
863
|
-
export var DeleteWorkspaceServiceAccountToken = [
|
|
898
|
+
export var DeleteWorkspaceServiceAccountToken$ = [
|
|
864
899
|
9,
|
|
865
900
|
n0,
|
|
866
901
|
_DWSAT,
|
|
867
902
|
{ [_h]: ["DELETE", "/workspaces/{workspaceId}/serviceaccounts/{serviceAccountId}/tokens/{tokenId}", 200] },
|
|
868
|
-
() => DeleteWorkspaceServiceAccountTokenRequest
|
|
869
|
-
() => DeleteWorkspaceServiceAccountTokenResponse
|
|
903
|
+
() => DeleteWorkspaceServiceAccountTokenRequest$,
|
|
904
|
+
() => DeleteWorkspaceServiceAccountTokenResponse$,
|
|
870
905
|
];
|
|
871
|
-
export var DescribeWorkspace = [
|
|
906
|
+
export var DescribeWorkspace$ = [
|
|
872
907
|
9,
|
|
873
908
|
n0,
|
|
874
909
|
_DWe,
|
|
875
910
|
{ [_h]: ["GET", "/workspaces/{workspaceId}", 200] },
|
|
876
|
-
() => DescribeWorkspaceRequest
|
|
877
|
-
() => DescribeWorkspaceResponse
|
|
911
|
+
() => DescribeWorkspaceRequest$,
|
|
912
|
+
() => DescribeWorkspaceResponse$,
|
|
878
913
|
];
|
|
879
|
-
export var DescribeWorkspaceAuthentication = [
|
|
914
|
+
export var DescribeWorkspaceAuthentication$ = [
|
|
880
915
|
9,
|
|
881
916
|
n0,
|
|
882
917
|
_DWA,
|
|
883
918
|
{ [_h]: ["GET", "/workspaces/{workspaceId}/authentication", 200] },
|
|
884
|
-
() => DescribeWorkspaceAuthenticationRequest
|
|
885
|
-
() => DescribeWorkspaceAuthenticationResponse
|
|
919
|
+
() => DescribeWorkspaceAuthenticationRequest$,
|
|
920
|
+
() => DescribeWorkspaceAuthenticationResponse$,
|
|
886
921
|
];
|
|
887
|
-
export var DescribeWorkspaceConfiguration = [
|
|
922
|
+
export var DescribeWorkspaceConfiguration$ = [
|
|
888
923
|
9,
|
|
889
924
|
n0,
|
|
890
925
|
_DWC,
|
|
891
926
|
{ [_h]: ["GET", "/workspaces/{workspaceId}/configuration", 200] },
|
|
892
|
-
() => DescribeWorkspaceConfigurationRequest
|
|
893
|
-
() => DescribeWorkspaceConfigurationResponse
|
|
927
|
+
() => DescribeWorkspaceConfigurationRequest$,
|
|
928
|
+
() => DescribeWorkspaceConfigurationResponse$,
|
|
894
929
|
];
|
|
895
|
-
export var DisassociateLicense = [
|
|
930
|
+
export var DisassociateLicense$ = [
|
|
896
931
|
9,
|
|
897
932
|
n0,
|
|
898
933
|
_DL,
|
|
899
934
|
{ [_h]: ["DELETE", "/workspaces/{workspaceId}/licenses/{licenseType}", 202] },
|
|
900
|
-
() => DisassociateLicenseRequest
|
|
901
|
-
() => DisassociateLicenseResponse
|
|
935
|
+
() => DisassociateLicenseRequest$,
|
|
936
|
+
() => DisassociateLicenseResponse$,
|
|
902
937
|
];
|
|
903
|
-
export var ListPermissions = [
|
|
938
|
+
export var ListPermissions$ = [
|
|
904
939
|
9,
|
|
905
940
|
n0,
|
|
906
941
|
_LP,
|
|
907
942
|
{ [_h]: ["GET", "/workspaces/{workspaceId}/permissions", 200] },
|
|
908
|
-
() => ListPermissionsRequest
|
|
909
|
-
() => ListPermissionsResponse
|
|
943
|
+
() => ListPermissionsRequest$,
|
|
944
|
+
() => ListPermissionsResponse$,
|
|
910
945
|
];
|
|
911
|
-
export var ListTagsForResource = [
|
|
946
|
+
export var ListTagsForResource$ = [
|
|
912
947
|
9,
|
|
913
948
|
n0,
|
|
914
949
|
_LTFR,
|
|
915
950
|
{ [_h]: ["GET", "/tags/{resourceArn}", 200] },
|
|
916
|
-
() => ListTagsForResourceRequest
|
|
917
|
-
() => ListTagsForResourceResponse
|
|
951
|
+
() => ListTagsForResourceRequest$,
|
|
952
|
+
() => ListTagsForResourceResponse$,
|
|
918
953
|
];
|
|
919
|
-
export var ListVersions = [
|
|
954
|
+
export var ListVersions$ = [
|
|
920
955
|
9,
|
|
921
956
|
n0,
|
|
922
957
|
_LV,
|
|
923
958
|
{ [_h]: ["GET", "/versions", 200] },
|
|
924
|
-
() => ListVersionsRequest
|
|
925
|
-
() => ListVersionsResponse
|
|
959
|
+
() => ListVersionsRequest$,
|
|
960
|
+
() => ListVersionsResponse$,
|
|
926
961
|
];
|
|
927
|
-
export var ListWorkspaces = [
|
|
962
|
+
export var ListWorkspaces$ = [
|
|
928
963
|
9,
|
|
929
964
|
n0,
|
|
930
965
|
_LW,
|
|
931
966
|
{ [_h]: ["GET", "/workspaces", 200] },
|
|
932
|
-
() => ListWorkspacesRequest
|
|
933
|
-
() => ListWorkspacesResponse
|
|
967
|
+
() => ListWorkspacesRequest$,
|
|
968
|
+
() => ListWorkspacesResponse$,
|
|
934
969
|
];
|
|
935
|
-
export var ListWorkspaceServiceAccounts = [
|
|
970
|
+
export var ListWorkspaceServiceAccounts$ = [
|
|
936
971
|
9,
|
|
937
972
|
n0,
|
|
938
973
|
_LWSA,
|
|
939
974
|
{ [_h]: ["GET", "/workspaces/{workspaceId}/serviceaccounts", 200] },
|
|
940
|
-
() => ListWorkspaceServiceAccountsRequest
|
|
941
|
-
() => ListWorkspaceServiceAccountsResponse
|
|
975
|
+
() => ListWorkspaceServiceAccountsRequest$,
|
|
976
|
+
() => ListWorkspaceServiceAccountsResponse$,
|
|
942
977
|
];
|
|
943
|
-
export var ListWorkspaceServiceAccountTokens = [
|
|
978
|
+
export var ListWorkspaceServiceAccountTokens$ = [
|
|
944
979
|
9,
|
|
945
980
|
n0,
|
|
946
981
|
_LWSAT,
|
|
947
982
|
{ [_h]: ["GET", "/workspaces/{workspaceId}/serviceaccounts/{serviceAccountId}/tokens", 200] },
|
|
948
|
-
() => ListWorkspaceServiceAccountTokensRequest
|
|
949
|
-
() => ListWorkspaceServiceAccountTokensResponse
|
|
983
|
+
() => ListWorkspaceServiceAccountTokensRequest$,
|
|
984
|
+
() => ListWorkspaceServiceAccountTokensResponse$,
|
|
950
985
|
];
|
|
951
|
-
export var TagResource = [
|
|
986
|
+
export var TagResource$ = [
|
|
952
987
|
9,
|
|
953
988
|
n0,
|
|
954
989
|
_TR,
|
|
955
990
|
{ [_h]: ["POST", "/tags/{resourceArn}", 200] },
|
|
956
|
-
() => TagResourceRequest
|
|
957
|
-
() => TagResourceResponse
|
|
991
|
+
() => TagResourceRequest$,
|
|
992
|
+
() => TagResourceResponse$,
|
|
958
993
|
];
|
|
959
|
-
export var UntagResource = [
|
|
994
|
+
export var UntagResource$ = [
|
|
960
995
|
9,
|
|
961
996
|
n0,
|
|
962
997
|
_UR,
|
|
963
998
|
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
964
|
-
() => UntagResourceRequest
|
|
965
|
-
() => UntagResourceResponse
|
|
999
|
+
() => UntagResourceRequest$,
|
|
1000
|
+
() => UntagResourceResponse$,
|
|
966
1001
|
];
|
|
967
|
-
export var UpdatePermissions = [
|
|
1002
|
+
export var UpdatePermissions$ = [
|
|
968
1003
|
9,
|
|
969
1004
|
n0,
|
|
970
1005
|
_UP,
|
|
971
1006
|
{ [_h]: ["PATCH", "/workspaces/{workspaceId}/permissions", 200] },
|
|
972
|
-
() => UpdatePermissionsRequest
|
|
973
|
-
() => UpdatePermissionsResponse
|
|
1007
|
+
() => UpdatePermissionsRequest$,
|
|
1008
|
+
() => UpdatePermissionsResponse$,
|
|
974
1009
|
];
|
|
975
|
-
export var UpdateWorkspace = [
|
|
1010
|
+
export var UpdateWorkspace$ = [
|
|
976
1011
|
9,
|
|
977
1012
|
n0,
|
|
978
1013
|
_UW,
|
|
979
1014
|
{ [_h]: ["PUT", "/workspaces/{workspaceId}", 202] },
|
|
980
|
-
() => UpdateWorkspaceRequest
|
|
981
|
-
() => UpdateWorkspaceResponse
|
|
1015
|
+
() => UpdateWorkspaceRequest$,
|
|
1016
|
+
() => UpdateWorkspaceResponse$,
|
|
982
1017
|
];
|
|
983
|
-
export var UpdateWorkspaceAuthentication = [
|
|
1018
|
+
export var UpdateWorkspaceAuthentication$ = [
|
|
984
1019
|
9,
|
|
985
1020
|
n0,
|
|
986
1021
|
_UWA,
|
|
987
1022
|
{ [_h]: ["POST", "/workspaces/{workspaceId}/authentication", 200] },
|
|
988
|
-
() => UpdateWorkspaceAuthenticationRequest
|
|
989
|
-
() => UpdateWorkspaceAuthenticationResponse
|
|
1023
|
+
() => UpdateWorkspaceAuthenticationRequest$,
|
|
1024
|
+
() => UpdateWorkspaceAuthenticationResponse$,
|
|
990
1025
|
];
|
|
991
|
-
export var UpdateWorkspaceConfiguration = [
|
|
1026
|
+
export var UpdateWorkspaceConfiguration$ = [
|
|
992
1027
|
9,
|
|
993
1028
|
n0,
|
|
994
1029
|
_UWC,
|
|
995
1030
|
{ [_h]: ["PUT", "/workspaces/{workspaceId}/configuration", 202] },
|
|
996
|
-
() => UpdateWorkspaceConfigurationRequest
|
|
997
|
-
() => UpdateWorkspaceConfigurationResponse
|
|
1031
|
+
() => UpdateWorkspaceConfigurationRequest$,
|
|
1032
|
+
() => UpdateWorkspaceConfigurationResponse$,
|
|
998
1033
|
];
|