@aws-sdk/client-workspaces-thin-client 3.943.0 → 3.947.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 +34 -182
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/WorkSpacesThinClientClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +34 -183
- package/dist-types/WorkSpacesThinClient.d.ts +1 -1
- package/dist-types/WorkSpacesThinClientClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDeviceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +3 -3
- package/dist-types/commands/DeregisterDeviceCommand.d.ts +3 -3
- package/dist-types/commands/GetDeviceCommand.d.ts +3 -3
- package/dist-types/commands/GetEnvironmentCommand.d.ts +3 -3
- package/dist-types/commands/GetSoftwareSetCommand.d.ts +3 -3
- package/dist-types/commands/ListDevicesCommand.d.ts +3 -3
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +3 -3
- package/dist-types/commands/ListSoftwareSetsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDeviceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +3 -3
- package/dist-types/commands/UpdateSoftwareSetCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/WorkSpacesThinClientServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListDevicesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEnvironmentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSoftwareSetsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -2
- package/dist-types/ts3.4/WorkSpacesThinClientClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/WorkSpacesThinClientServiceException.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -1
- package/package.json +13 -12
|
@@ -157,29 +157,9 @@ export var DesktopEndpoint = [0, n0, _DE, 8, 0];
|
|
|
157
157
|
export var DeviceName = [0, n0, _DN, 8, 0];
|
|
158
158
|
export var EnvironmentName = [0, n0, _EN, 8, 0];
|
|
159
159
|
export var UserId = [0, n0, _UI, 8, 0];
|
|
160
|
-
export var AccessDeniedException = [
|
|
161
|
-
-3,
|
|
162
|
-
n0,
|
|
163
|
-
_ADE,
|
|
164
|
-
{
|
|
165
|
-
[_e]: _c,
|
|
166
|
-
[_hE]: 403,
|
|
167
|
-
},
|
|
168
|
-
[_m],
|
|
169
|
-
[0],
|
|
170
|
-
];
|
|
160
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
171
161
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
172
|
-
export var ConflictException = [
|
|
173
|
-
-3,
|
|
174
|
-
n0,
|
|
175
|
-
_CE,
|
|
176
|
-
{
|
|
177
|
-
[_e]: _c,
|
|
178
|
-
[_hE]: 409,
|
|
179
|
-
},
|
|
180
|
-
[_m, _rI, _rT],
|
|
181
|
-
[0, 0, 0],
|
|
182
|
-
];
|
|
162
|
+
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
|
|
183
163
|
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
184
164
|
export var CreateEnvironmentRequest = [
|
|
185
165
|
3,
|
|
@@ -210,13 +190,7 @@ export var DeleteDeviceRequest = [
|
|
|
210
190
|
[_i, _cT],
|
|
211
191
|
[
|
|
212
192
|
[0, 1],
|
|
213
|
-
[
|
|
214
|
-
0,
|
|
215
|
-
{
|
|
216
|
-
[_iT]: 1,
|
|
217
|
-
[_hQ]: _cT,
|
|
218
|
-
},
|
|
219
|
-
],
|
|
193
|
+
[0, { [_iT]: 1, [_hQ]: _cT }],
|
|
220
194
|
],
|
|
221
195
|
];
|
|
222
196
|
export var DeleteDeviceResponse = [3, n0, _DDRe, 0, [], []];
|
|
@@ -228,13 +202,7 @@ export var DeleteEnvironmentRequest = [
|
|
|
228
202
|
[_i, _cT],
|
|
229
203
|
[
|
|
230
204
|
[0, 1],
|
|
231
|
-
[
|
|
232
|
-
0,
|
|
233
|
-
{
|
|
234
|
-
[_iT]: 1,
|
|
235
|
-
[_hQ]: _cT,
|
|
236
|
-
},
|
|
237
|
-
],
|
|
205
|
+
[0, { [_iT]: 1, [_hQ]: _cT }],
|
|
238
206
|
],
|
|
239
207
|
];
|
|
240
208
|
export var DeleteEnvironmentResponse = [3, n0, _DERe, 0, [], []];
|
|
@@ -339,20 +307,9 @@ export var InternalServerException = [
|
|
|
339
307
|
-3,
|
|
340
308
|
n0,
|
|
341
309
|
_ISE,
|
|
342
|
-
{
|
|
343
|
-
[_e]: _se,
|
|
344
|
-
[_hE]: 500,
|
|
345
|
-
},
|
|
310
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
346
311
|
[_m, _rAS],
|
|
347
|
-
[
|
|
348
|
-
0,
|
|
349
|
-
[
|
|
350
|
-
1,
|
|
351
|
-
{
|
|
352
|
-
[_hH]: _RA,
|
|
353
|
-
},
|
|
354
|
-
],
|
|
355
|
-
],
|
|
312
|
+
[0, [1, { [_hH]: _RA }]],
|
|
356
313
|
];
|
|
357
314
|
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
358
315
|
export var ListDevicesRequest = [
|
|
@@ -362,18 +319,8 @@ export var ListDevicesRequest = [
|
|
|
362
319
|
0,
|
|
363
320
|
[_nT, _mR],
|
|
364
321
|
[
|
|
365
|
-
[
|
|
366
|
-
|
|
367
|
-
{
|
|
368
|
-
[_hQ]: _nT,
|
|
369
|
-
},
|
|
370
|
-
],
|
|
371
|
-
[
|
|
372
|
-
1,
|
|
373
|
-
{
|
|
374
|
-
[_hQ]: _mR,
|
|
375
|
-
},
|
|
376
|
-
],
|
|
322
|
+
[0, { [_hQ]: _nT }],
|
|
323
|
+
[1, { [_hQ]: _mR }],
|
|
377
324
|
],
|
|
378
325
|
];
|
|
379
326
|
export var ListDevicesResponse = [3, n0, _LDRi, 0, [_de, _nT], [[() => DeviceList, 0], 0]];
|
|
@@ -384,18 +331,8 @@ export var ListEnvironmentsRequest = [
|
|
|
384
331
|
0,
|
|
385
332
|
[_nT, _mR],
|
|
386
333
|
[
|
|
387
|
-
[
|
|
388
|
-
|
|
389
|
-
{
|
|
390
|
-
[_hQ]: _nT,
|
|
391
|
-
},
|
|
392
|
-
],
|
|
393
|
-
[
|
|
394
|
-
1,
|
|
395
|
-
{
|
|
396
|
-
[_hQ]: _mR,
|
|
397
|
-
},
|
|
398
|
-
],
|
|
334
|
+
[0, { [_hQ]: _nT }],
|
|
335
|
+
[1, { [_hQ]: _mR }],
|
|
399
336
|
],
|
|
400
337
|
];
|
|
401
338
|
export var ListEnvironmentsResponse = [
|
|
@@ -413,18 +350,8 @@ export var ListSoftwareSetsRequest = [
|
|
|
413
350
|
0,
|
|
414
351
|
[_nT, _mR],
|
|
415
352
|
[
|
|
416
|
-
[
|
|
417
|
-
|
|
418
|
-
{
|
|
419
|
-
[_hQ]: _nT,
|
|
420
|
-
},
|
|
421
|
-
],
|
|
422
|
-
[
|
|
423
|
-
1,
|
|
424
|
-
{
|
|
425
|
-
[_hQ]: _mR,
|
|
426
|
-
},
|
|
427
|
-
],
|
|
353
|
+
[0, { [_hQ]: _nT }],
|
|
354
|
+
[1, { [_hQ]: _mR }],
|
|
428
355
|
],
|
|
429
356
|
];
|
|
430
357
|
export var ListSoftwareSetsResponse = [
|
|
@@ -449,10 +376,7 @@ export var ResourceNotFoundException = [
|
|
|
449
376
|
-3,
|
|
450
377
|
n0,
|
|
451
378
|
_RNFE,
|
|
452
|
-
{
|
|
453
|
-
[_e]: _c,
|
|
454
|
-
[_hE]: 404,
|
|
455
|
-
},
|
|
379
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
456
380
|
[_m, _rI, _rT],
|
|
457
381
|
[0, 0, 0],
|
|
458
382
|
];
|
|
@@ -461,10 +385,7 @@ export var ServiceQuotaExceededException = [
|
|
|
461
385
|
-3,
|
|
462
386
|
n0,
|
|
463
387
|
_SQEE,
|
|
464
|
-
{
|
|
465
|
-
[_e]: _c,
|
|
466
|
-
[_hE]: 402,
|
|
467
|
-
},
|
|
388
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
468
389
|
[_m, _rI, _rT, _sC, _qC],
|
|
469
390
|
[0, 0, 0, 0, 0],
|
|
470
391
|
];
|
|
@@ -502,22 +423,9 @@ export var ThrottlingException = [
|
|
|
502
423
|
-3,
|
|
503
424
|
n0,
|
|
504
425
|
_TE,
|
|
505
|
-
{
|
|
506
|
-
[_e]: _c,
|
|
507
|
-
[_hE]: 429,
|
|
508
|
-
},
|
|
426
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
509
427
|
[_m, _sC, _qC, _rAS],
|
|
510
|
-
[
|
|
511
|
-
0,
|
|
512
|
-
0,
|
|
513
|
-
0,
|
|
514
|
-
[
|
|
515
|
-
1,
|
|
516
|
-
{
|
|
517
|
-
[_hH]: _RA,
|
|
518
|
-
},
|
|
519
|
-
],
|
|
520
|
-
],
|
|
428
|
+
[0, 0, 0, [1, { [_hH]: _RA }]],
|
|
521
429
|
];
|
|
522
430
|
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
523
431
|
export var UntagResourceRequest = [
|
|
@@ -528,12 +436,7 @@ export var UntagResourceRequest = [
|
|
|
528
436
|
[_rA, _tK],
|
|
529
437
|
[
|
|
530
438
|
[0, 1],
|
|
531
|
-
[
|
|
532
|
-
() => TagKeys,
|
|
533
|
-
{
|
|
534
|
-
[_hQ]: _tK,
|
|
535
|
-
},
|
|
536
|
-
],
|
|
439
|
+
[() => TagKeys, { [_hQ]: _tK }],
|
|
537
440
|
],
|
|
538
441
|
];
|
|
539
442
|
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
@@ -571,16 +474,12 @@ export var ValidationException = [
|
|
|
571
474
|
-3,
|
|
572
475
|
n0,
|
|
573
476
|
_VE,
|
|
574
|
-
{
|
|
575
|
-
[_e]: _c,
|
|
576
|
-
[_hE]: 400,
|
|
577
|
-
},
|
|
477
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
578
478
|
[_m, _r, _fL],
|
|
579
479
|
[0, 0, () => ValidationExceptionFieldList],
|
|
580
480
|
];
|
|
581
481
|
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
582
482
|
export var ValidationExceptionField = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
|
|
583
|
-
export var __Unit = "unit";
|
|
584
483
|
export var WorkSpacesThinClientServiceException = [
|
|
585
484
|
-3,
|
|
586
485
|
_sm,
|
|
@@ -603,10 +502,7 @@ export var CreateEnvironment = [
|
|
|
603
502
|
9,
|
|
604
503
|
n0,
|
|
605
504
|
_CEr,
|
|
606
|
-
{
|
|
607
|
-
[_h]: ["POST", "/environments", 201],
|
|
608
|
-
[_end]: ["api."],
|
|
609
|
-
},
|
|
505
|
+
{ [_h]: ["POST", "/environments", 201], [_end]: ["api."] },
|
|
610
506
|
() => CreateEnvironmentRequest,
|
|
611
507
|
() => CreateEnvironmentResponse,
|
|
612
508
|
];
|
|
@@ -614,10 +510,7 @@ export var DeleteDevice = [
|
|
|
614
510
|
9,
|
|
615
511
|
n0,
|
|
616
512
|
_DD,
|
|
617
|
-
{
|
|
618
|
-
[_h]: ["DELETE", "/devices/{id}", 204],
|
|
619
|
-
[_end]: ["api."],
|
|
620
|
-
},
|
|
513
|
+
{ [_h]: ["DELETE", "/devices/{id}", 204], [_end]: ["api."] },
|
|
621
514
|
() => DeleteDeviceRequest,
|
|
622
515
|
() => DeleteDeviceResponse,
|
|
623
516
|
];
|
|
@@ -625,10 +518,7 @@ export var DeleteEnvironment = [
|
|
|
625
518
|
9,
|
|
626
519
|
n0,
|
|
627
520
|
_DEe,
|
|
628
|
-
{
|
|
629
|
-
[_h]: ["DELETE", "/environments/{id}", 204],
|
|
630
|
-
[_end]: ["api."],
|
|
631
|
-
},
|
|
521
|
+
{ [_h]: ["DELETE", "/environments/{id}", 204], [_end]: ["api."] },
|
|
632
522
|
() => DeleteEnvironmentRequest,
|
|
633
523
|
() => DeleteEnvironmentResponse,
|
|
634
524
|
];
|
|
@@ -636,10 +526,7 @@ export var DeregisterDevice = [
|
|
|
636
526
|
9,
|
|
637
527
|
n0,
|
|
638
528
|
_DDe,
|
|
639
|
-
{
|
|
640
|
-
[_h]: ["POST", "/deregister-device/{id}", 202],
|
|
641
|
-
[_end]: ["api."],
|
|
642
|
-
},
|
|
529
|
+
{ [_h]: ["POST", "/deregister-device/{id}", 202], [_end]: ["api."] },
|
|
643
530
|
() => DeregisterDeviceRequest,
|
|
644
531
|
() => DeregisterDeviceResponse,
|
|
645
532
|
];
|
|
@@ -647,10 +534,7 @@ export var GetDevice = [
|
|
|
647
534
|
9,
|
|
648
535
|
n0,
|
|
649
536
|
_GD,
|
|
650
|
-
{
|
|
651
|
-
[_h]: ["GET", "/devices/{id}", 200],
|
|
652
|
-
[_end]: ["api."],
|
|
653
|
-
},
|
|
537
|
+
{ [_h]: ["GET", "/devices/{id}", 200], [_end]: ["api."] },
|
|
654
538
|
() => GetDeviceRequest,
|
|
655
539
|
() => GetDeviceResponse,
|
|
656
540
|
];
|
|
@@ -658,10 +542,7 @@ export var GetEnvironment = [
|
|
|
658
542
|
9,
|
|
659
543
|
n0,
|
|
660
544
|
_GE,
|
|
661
|
-
{
|
|
662
|
-
[_h]: ["GET", "/environments/{id}", 200],
|
|
663
|
-
[_end]: ["api."],
|
|
664
|
-
},
|
|
545
|
+
{ [_h]: ["GET", "/environments/{id}", 200], [_end]: ["api."] },
|
|
665
546
|
() => GetEnvironmentRequest,
|
|
666
547
|
() => GetEnvironmentResponse,
|
|
667
548
|
];
|
|
@@ -669,10 +550,7 @@ export var GetSoftwareSet = [
|
|
|
669
550
|
9,
|
|
670
551
|
n0,
|
|
671
552
|
_GSS,
|
|
672
|
-
{
|
|
673
|
-
[_h]: ["GET", "/softwaresets/{id}", 200],
|
|
674
|
-
[_end]: ["api."],
|
|
675
|
-
},
|
|
553
|
+
{ [_h]: ["GET", "/softwaresets/{id}", 200], [_end]: ["api."] },
|
|
676
554
|
() => GetSoftwareSetRequest,
|
|
677
555
|
() => GetSoftwareSetResponse,
|
|
678
556
|
];
|
|
@@ -680,10 +558,7 @@ export var ListDevices = [
|
|
|
680
558
|
9,
|
|
681
559
|
n0,
|
|
682
560
|
_LD,
|
|
683
|
-
{
|
|
684
|
-
[_h]: ["GET", "/devices", 200],
|
|
685
|
-
[_end]: ["api."],
|
|
686
|
-
},
|
|
561
|
+
{ [_h]: ["GET", "/devices", 200], [_end]: ["api."] },
|
|
687
562
|
() => ListDevicesRequest,
|
|
688
563
|
() => ListDevicesResponse,
|
|
689
564
|
];
|
|
@@ -691,10 +566,7 @@ export var ListEnvironments = [
|
|
|
691
566
|
9,
|
|
692
567
|
n0,
|
|
693
568
|
_LE,
|
|
694
|
-
{
|
|
695
|
-
[_h]: ["GET", "/environments", 200],
|
|
696
|
-
[_end]: ["api."],
|
|
697
|
-
},
|
|
569
|
+
{ [_h]: ["GET", "/environments", 200], [_end]: ["api."] },
|
|
698
570
|
() => ListEnvironmentsRequest,
|
|
699
571
|
() => ListEnvironmentsResponse,
|
|
700
572
|
];
|
|
@@ -702,10 +574,7 @@ export var ListSoftwareSets = [
|
|
|
702
574
|
9,
|
|
703
575
|
n0,
|
|
704
576
|
_LSS,
|
|
705
|
-
{
|
|
706
|
-
[_h]: ["GET", "/softwaresets", 200],
|
|
707
|
-
[_end]: ["api."],
|
|
708
|
-
},
|
|
577
|
+
{ [_h]: ["GET", "/softwaresets", 200], [_end]: ["api."] },
|
|
709
578
|
() => ListSoftwareSetsRequest,
|
|
710
579
|
() => ListSoftwareSetsResponse,
|
|
711
580
|
];
|
|
@@ -713,10 +582,7 @@ export var ListTagsForResource = [
|
|
|
713
582
|
9,
|
|
714
583
|
n0,
|
|
715
584
|
_LTFR,
|
|
716
|
-
{
|
|
717
|
-
[_h]: ["GET", "/tags/{resourceArn}", 200],
|
|
718
|
-
[_end]: ["api."],
|
|
719
|
-
},
|
|
585
|
+
{ [_h]: ["GET", "/tags/{resourceArn}", 200], [_end]: ["api."] },
|
|
720
586
|
() => ListTagsForResourceRequest,
|
|
721
587
|
() => ListTagsForResourceResponse,
|
|
722
588
|
];
|
|
@@ -724,10 +590,7 @@ export var TagResource = [
|
|
|
724
590
|
9,
|
|
725
591
|
n0,
|
|
726
592
|
_TR,
|
|
727
|
-
{
|
|
728
|
-
[_h]: ["POST", "/tags/{resourceArn}", 200],
|
|
729
|
-
[_end]: ["api."],
|
|
730
|
-
},
|
|
593
|
+
{ [_h]: ["POST", "/tags/{resourceArn}", 200], [_end]: ["api."] },
|
|
731
594
|
() => TagResourceRequest,
|
|
732
595
|
() => TagResourceResponse,
|
|
733
596
|
];
|
|
@@ -735,10 +598,7 @@ export var UntagResource = [
|
|
|
735
598
|
9,
|
|
736
599
|
n0,
|
|
737
600
|
_UR,
|
|
738
|
-
{
|
|
739
|
-
[_h]: ["DELETE", "/tags/{resourceArn}", 200],
|
|
740
|
-
[_end]: ["api."],
|
|
741
|
-
},
|
|
601
|
+
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200], [_end]: ["api."] },
|
|
742
602
|
() => UntagResourceRequest,
|
|
743
603
|
() => UntagResourceResponse,
|
|
744
604
|
];
|
|
@@ -746,10 +606,7 @@ export var UpdateDevice = [
|
|
|
746
606
|
9,
|
|
747
607
|
n0,
|
|
748
608
|
_UD,
|
|
749
|
-
{
|
|
750
|
-
[_h]: ["PATCH", "/devices/{id}", 200],
|
|
751
|
-
[_end]: ["api."],
|
|
752
|
-
},
|
|
609
|
+
{ [_h]: ["PATCH", "/devices/{id}", 200], [_end]: ["api."] },
|
|
753
610
|
() => UpdateDeviceRequest,
|
|
754
611
|
() => UpdateDeviceResponse,
|
|
755
612
|
];
|
|
@@ -757,10 +614,7 @@ export var UpdateEnvironment = [
|
|
|
757
614
|
9,
|
|
758
615
|
n0,
|
|
759
616
|
_UE,
|
|
760
|
-
{
|
|
761
|
-
[_h]: ["PATCH", "/environments/{id}", 200],
|
|
762
|
-
[_end]: ["api."],
|
|
763
|
-
},
|
|
617
|
+
{ [_h]: ["PATCH", "/environments/{id}", 200], [_end]: ["api."] },
|
|
764
618
|
() => UpdateEnvironmentRequest,
|
|
765
619
|
() => UpdateEnvironmentResponse,
|
|
766
620
|
];
|
|
@@ -768,10 +622,7 @@ export var UpdateSoftwareSet = [
|
|
|
768
622
|
9,
|
|
769
623
|
n0,
|
|
770
624
|
_USS,
|
|
771
|
-
{
|
|
772
|
-
[_h]: ["PATCH", "/softwaresets/{id}", 204],
|
|
773
|
-
[_end]: ["api."],
|
|
774
|
-
},
|
|
625
|
+
{ [_h]: ["PATCH", "/softwaresets/{id}", 204], [_end]: ["api."] },
|
|
775
626
|
() => UpdateSoftwareSetRequest,
|
|
776
627
|
() => UpdateSoftwareSetResponse,
|
|
777
628
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "./commands/CreateEnvironmentCommand";
|
|
3
3
|
import { DeleteDeviceCommandInput, DeleteDeviceCommandOutput } from "./commands/DeleteDeviceCommand";
|
|
4
4
|
import { DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput } from "./commands/DeleteEnvironmentCommand";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
-
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
+
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
|
+
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "./commands/CreateEnvironmentCommand";
|
|
11
11
|
import { DeleteDeviceCommandInput, DeleteDeviceCommandOutput } from "./commands/DeleteDeviceCommand";
|
|
12
12
|
import { DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput } from "./commands/DeleteEnvironmentCommand";
|
|
@@ -24,7 +24,7 @@ import { UpdateDeviceCommandInput, UpdateDeviceCommandOutput } from "./commands/
|
|
|
24
24
|
import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "./commands/UpdateEnvironmentCommand";
|
|
25
25
|
import { UpdateSoftwareSetCommandInput, UpdateSoftwareSetCommandOutput } from "./commands/UpdateSoftwareSetCommand";
|
|
26
26
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
27
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
27
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
28
28
|
export { __Client };
|
|
29
29
|
/**
|
|
30
30
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { WorkSpacesThinClientHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { WorkSpacesThinClientHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
2
|
-
import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
-
import { WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateEnvironmentRequest, CreateEnvironmentResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateEnvironmentRequest, CreateEnvironmentResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteDeviceRequest, DeleteDeviceResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeleteDeviceRequest, DeleteDeviceResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteEnvironmentRequest, DeleteEnvironmentResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeleteEnvironmentRequest, DeleteEnvironmentResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeregisterDeviceRequest, DeregisterDeviceResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeregisterDeviceRequest, DeregisterDeviceResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GetDeviceRequest, GetDeviceResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetDeviceRequest, GetDeviceResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GetEnvironmentRequest, GetEnvironmentResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetEnvironmentRequest, GetEnvironmentResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GetSoftwareSetRequest, GetSoftwareSetResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetSoftwareSetRequest, GetSoftwareSetResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListDevicesRequest, ListDevicesResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListDevicesRequest, ListDevicesResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListEnvironmentsRequest, ListEnvironmentsResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListEnvironmentsRequest, ListEnvironmentsResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListSoftwareSetsRequest, ListSoftwareSetsResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListSoftwareSetsRequest, ListSoftwareSetsResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { UpdateDeviceRequest, UpdateDeviceResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { UpdateDeviceRequest, UpdateDeviceResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { UpdateEnvironmentRequest, UpdateEnvironmentResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { UpdateEnvironmentRequest, UpdateEnvironmentResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|