@aws-sdk/client-workspaces 3.943.0 → 3.946.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (124) hide show
  1. package/dist-cjs/index.js +23 -230
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/WorkSpacesClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +23 -230
  8. package/dist-types/WorkSpaces.d.ts +1 -1
  9. package/dist-types/WorkSpacesClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/AcceptAccountLinkInvitationCommand.d.ts +3 -3
  13. package/dist-types/commands/AssociateConnectionAliasCommand.d.ts +3 -3
  14. package/dist-types/commands/AssociateIpGroupsCommand.d.ts +3 -3
  15. package/dist-types/commands/AssociateWorkspaceApplicationCommand.d.ts +3 -3
  16. package/dist-types/commands/AuthorizeIpRulesCommand.d.ts +3 -3
  17. package/dist-types/commands/CopyWorkspaceImageCommand.d.ts +3 -3
  18. package/dist-types/commands/CreateAccountLinkInvitationCommand.d.ts +3 -3
  19. package/dist-types/commands/CreateConnectClientAddInCommand.d.ts +3 -3
  20. package/dist-types/commands/CreateConnectionAliasCommand.d.ts +3 -3
  21. package/dist-types/commands/CreateIpGroupCommand.d.ts +3 -3
  22. package/dist-types/commands/CreateStandbyWorkspacesCommand.d.ts +3 -3
  23. package/dist-types/commands/CreateTagsCommand.d.ts +3 -3
  24. package/dist-types/commands/CreateUpdatedWorkspaceImageCommand.d.ts +3 -3
  25. package/dist-types/commands/CreateWorkspaceBundleCommand.d.ts +3 -3
  26. package/dist-types/commands/CreateWorkspaceImageCommand.d.ts +3 -3
  27. package/dist-types/commands/CreateWorkspacesCommand.d.ts +3 -3
  28. package/dist-types/commands/CreateWorkspacesPoolCommand.d.ts +3 -3
  29. package/dist-types/commands/DeleteAccountLinkInvitationCommand.d.ts +3 -3
  30. package/dist-types/commands/DeleteClientBrandingCommand.d.ts +3 -3
  31. package/dist-types/commands/DeleteConnectClientAddInCommand.d.ts +3 -3
  32. package/dist-types/commands/DeleteConnectionAliasCommand.d.ts +3 -3
  33. package/dist-types/commands/DeleteIpGroupCommand.d.ts +3 -3
  34. package/dist-types/commands/DeleteTagsCommand.d.ts +3 -3
  35. package/dist-types/commands/DeleteWorkspaceBundleCommand.d.ts +3 -3
  36. package/dist-types/commands/DeleteWorkspaceImageCommand.d.ts +3 -3
  37. package/dist-types/commands/DeployWorkspaceApplicationsCommand.d.ts +3 -3
  38. package/dist-types/commands/DeregisterWorkspaceDirectoryCommand.d.ts +3 -3
  39. package/dist-types/commands/DescribeAccountCommand.d.ts +3 -3
  40. package/dist-types/commands/DescribeAccountModificationsCommand.d.ts +3 -3
  41. package/dist-types/commands/DescribeApplicationAssociationsCommand.d.ts +3 -3
  42. package/dist-types/commands/DescribeApplicationsCommand.d.ts +3 -3
  43. package/dist-types/commands/DescribeBundleAssociationsCommand.d.ts +3 -3
  44. package/dist-types/commands/DescribeClientBrandingCommand.d.ts +3 -3
  45. package/dist-types/commands/DescribeClientPropertiesCommand.d.ts +3 -3
  46. package/dist-types/commands/DescribeConnectClientAddInsCommand.d.ts +3 -3
  47. package/dist-types/commands/DescribeConnectionAliasPermissionsCommand.d.ts +3 -3
  48. package/dist-types/commands/DescribeConnectionAliasesCommand.d.ts +3 -3
  49. package/dist-types/commands/DescribeCustomWorkspaceImageImportCommand.d.ts +3 -3
  50. package/dist-types/commands/DescribeImageAssociationsCommand.d.ts +3 -3
  51. package/dist-types/commands/DescribeIpGroupsCommand.d.ts +3 -3
  52. package/dist-types/commands/DescribeTagsCommand.d.ts +3 -3
  53. package/dist-types/commands/DescribeWorkspaceAssociationsCommand.d.ts +3 -3
  54. package/dist-types/commands/DescribeWorkspaceBundlesCommand.d.ts +3 -3
  55. package/dist-types/commands/DescribeWorkspaceDirectoriesCommand.d.ts +3 -3
  56. package/dist-types/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +3 -3
  57. package/dist-types/commands/DescribeWorkspaceImagesCommand.d.ts +3 -3
  58. package/dist-types/commands/DescribeWorkspaceSnapshotsCommand.d.ts +3 -3
  59. package/dist-types/commands/DescribeWorkspacesCommand.d.ts +3 -3
  60. package/dist-types/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +3 -3
  61. package/dist-types/commands/DescribeWorkspacesPoolSessionsCommand.d.ts +3 -3
  62. package/dist-types/commands/DescribeWorkspacesPoolsCommand.d.ts +3 -3
  63. package/dist-types/commands/DisassociateConnectionAliasCommand.d.ts +3 -3
  64. package/dist-types/commands/DisassociateIpGroupsCommand.d.ts +3 -3
  65. package/dist-types/commands/DisassociateWorkspaceApplicationCommand.d.ts +3 -3
  66. package/dist-types/commands/GetAccountLinkCommand.d.ts +3 -3
  67. package/dist-types/commands/ImportClientBrandingCommand.d.ts +3 -3
  68. package/dist-types/commands/ImportCustomWorkspaceImageCommand.d.ts +3 -3
  69. package/dist-types/commands/ImportWorkspaceImageCommand.d.ts +3 -3
  70. package/dist-types/commands/ListAccountLinksCommand.d.ts +3 -3
  71. package/dist-types/commands/ListAvailableManagementCidrRangesCommand.d.ts +3 -3
  72. package/dist-types/commands/MigrateWorkspaceCommand.d.ts +3 -3
  73. package/dist-types/commands/ModifyAccountCommand.d.ts +3 -3
  74. package/dist-types/commands/ModifyCertificateBasedAuthPropertiesCommand.d.ts +3 -3
  75. package/dist-types/commands/ModifyClientPropertiesCommand.d.ts +3 -3
  76. package/dist-types/commands/ModifyEndpointEncryptionModeCommand.d.ts +3 -3
  77. package/dist-types/commands/ModifySamlPropertiesCommand.d.ts +3 -3
  78. package/dist-types/commands/ModifySelfservicePermissionsCommand.d.ts +3 -3
  79. package/dist-types/commands/ModifyStreamingPropertiesCommand.d.ts +3 -3
  80. package/dist-types/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +3 -3
  81. package/dist-types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +3 -3
  82. package/dist-types/commands/ModifyWorkspacePropertiesCommand.d.ts +3 -3
  83. package/dist-types/commands/ModifyWorkspaceStateCommand.d.ts +3 -3
  84. package/dist-types/commands/RebootWorkspacesCommand.d.ts +3 -3
  85. package/dist-types/commands/RebuildWorkspacesCommand.d.ts +3 -3
  86. package/dist-types/commands/RegisterWorkspaceDirectoryCommand.d.ts +3 -3
  87. package/dist-types/commands/RejectAccountLinkInvitationCommand.d.ts +3 -3
  88. package/dist-types/commands/RestoreWorkspaceCommand.d.ts +3 -3
  89. package/dist-types/commands/RevokeIpRulesCommand.d.ts +3 -3
  90. package/dist-types/commands/StartWorkspacesCommand.d.ts +3 -3
  91. package/dist-types/commands/StartWorkspacesPoolCommand.d.ts +3 -3
  92. package/dist-types/commands/StopWorkspacesCommand.d.ts +3 -3
  93. package/dist-types/commands/StopWorkspacesPoolCommand.d.ts +3 -3
  94. package/dist-types/commands/TerminateWorkspacesCommand.d.ts +3 -3
  95. package/dist-types/commands/TerminateWorkspacesPoolCommand.d.ts +3 -3
  96. package/dist-types/commands/TerminateWorkspacesPoolSessionCommand.d.ts +3 -3
  97. package/dist-types/commands/UpdateConnectClientAddInCommand.d.ts +3 -3
  98. package/dist-types/commands/UpdateConnectionAliasPermissionCommand.d.ts +3 -3
  99. package/dist-types/commands/UpdateRulesOfIpGroupCommand.d.ts +3 -3
  100. package/dist-types/commands/UpdateWorkspaceBundleCommand.d.ts +3 -3
  101. package/dist-types/commands/UpdateWorkspaceImagePermissionCommand.d.ts +3 -3
  102. package/dist-types/commands/UpdateWorkspacesPoolCommand.d.ts +3 -3
  103. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  104. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  105. package/dist-types/extensionConfiguration.d.ts +4 -4
  106. package/dist-types/models/WorkSpacesServiceException.d.ts +1 -1
  107. package/dist-types/models/errors.d.ts +1 -1
  108. package/dist-types/pagination/DescribeApplicationAssociationsPaginator.d.ts +1 -1
  109. package/dist-types/pagination/DescribeApplicationsPaginator.d.ts +1 -1
  110. package/dist-types/pagination/DescribeWorkspaceBundlesPaginator.d.ts +1 -1
  111. package/dist-types/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +1 -1
  112. package/dist-types/pagination/DescribeWorkspacesPaginator.d.ts +1 -1
  113. package/dist-types/pagination/Interfaces.d.ts +1 -1
  114. package/dist-types/pagination/ListAccountLinksPaginator.d.ts +1 -1
  115. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  116. package/dist-types/runtimeConfig.d.ts +1 -1
  117. package/dist-types/runtimeConfig.native.d.ts +1 -1
  118. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  119. package/dist-types/runtimeExtensions.d.ts +1 -1
  120. package/dist-types/schemas/schemas_0.d.ts +1 -1
  121. package/dist-types/ts3.4/WorkSpacesClient.d.ts +3 -3
  122. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  123. package/dist-types/ts3.4/models/WorkSpacesServiceException.d.ts +1 -1
  124. package/package.json +13 -12
@@ -689,16 +689,7 @@ import { AccessDeniedException as __AccessDeniedException, ApplicationNotSupport
689
689
  import { WorkSpacesServiceException as __WorkSpacesServiceException } from "../models/WorkSpacesServiceException";
690
690
  export var AcceptAccountLinkInvitationRequest = [3, n0, _AALIR, 0, [_LI, _CT], [0, 0]];
691
691
  export var AcceptAccountLinkInvitationResult = [3, n0, _AALIRc, 0, [_AL], [() => AccountLink]];
692
- export var AccessDeniedException = [
693
- -3,
694
- n0,
695
- _ADE,
696
- {
697
- [_e]: _c,
698
- },
699
- [_m],
700
- [0],
701
- ];
692
+ export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c }, [_m], [0]];
702
693
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
703
694
  export var AccessEndpoint = [3, n0, _AE, 0, [_AET, _VEI], [0, 0]];
704
695
  export var AccessEndpointConfig = [
@@ -719,16 +710,7 @@ export var AccountModification = [
719
710
  [0, 0, 0, 4, 0, 0],
720
711
  ];
721
712
  export var ActiveDirectoryConfig = [3, n0, _ADC, 0, [_DN, _SASA], [0, 0]];
722
- export var ApplicationNotSupportedException = [
723
- -3,
724
- n0,
725
- _ANSE,
726
- {
727
- [_e]: _c,
728
- },
729
- [],
730
- [],
731
- ];
713
+ export var ApplicationNotSupportedException = [-3, n0, _ANSE, { [_e]: _c }, [], []];
732
714
  TypeRegistry.for(n0).registerError(ApplicationNotSupportedException, __ApplicationNotSupportedException);
733
715
  export var ApplicationResourceAssociation = [
734
716
  3,
@@ -769,28 +751,10 @@ export var CapacityStatus = [3, n0, _CS, 0, [_AUS, _DUS, _AUSc, _AUSct], [1, 1,
769
751
  export var CertificateBasedAuthProperties = [3, n0, _CBAP, 0, [_St, _CAA], [0, 0]];
770
752
  export var ClientProperties = [3, n0, _CP, 0, [_RE, _LUE], [0, 0]];
771
753
  export var ClientPropertiesResult = [3, n0, _CPR, 0, [_RI, _CP], [0, () => ClientProperties]];
772
- export var ComputeNotCompatibleException = [
773
- -3,
774
- n0,
775
- _CNCE,
776
- {
777
- [_e]: _c,
778
- },
779
- [],
780
- [],
781
- ];
754
+ export var ComputeNotCompatibleException = [-3, n0, _CNCE, { [_e]: _c }, [], []];
782
755
  TypeRegistry.for(n0).registerError(ComputeNotCompatibleException, __ComputeNotCompatibleException);
783
756
  export var ComputeType = [3, n0, _CTo, 0, [_N], [0]];
784
- export var ConflictException = [
785
- -3,
786
- n0,
787
- _CE,
788
- {
789
- [_e]: _c,
790
- },
791
- [_m],
792
- [0],
793
- ];
757
+ export var ConflictException = [-3, n0, _CE, { [_e]: _c }, [_m], [0]];
794
758
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
795
759
  export var ConnectClientAddIn = [3, n0, _CCAI, 0, [_AII, _RI, _N, _URL], [0, 0, 0, 0]];
796
760
  export var ConnectionAlias = [
@@ -1339,60 +1303,15 @@ export var ImportWorkspaceImageRequest = [
1339
1303
  [0, 0, 0, 0, () => TagList, 64 | 0],
1340
1304
  ];
1341
1305
  export var ImportWorkspaceImageResult = [3, n0, _IWIRm, 0, [_II], [0]];
1342
- export var IncompatibleApplicationsException = [
1343
- -3,
1344
- n0,
1345
- _IAE,
1346
- {
1347
- [_e]: _c,
1348
- },
1349
- [],
1350
- [],
1351
- ];
1306
+ export var IncompatibleApplicationsException = [-3, n0, _IAE, { [_e]: _c }, [], []];
1352
1307
  TypeRegistry.for(n0).registerError(IncompatibleApplicationsException, __IncompatibleApplicationsException);
1353
- export var InternalServerException = [
1354
- -3,
1355
- n0,
1356
- _ISE,
1357
- {
1358
- [_e]: _c,
1359
- },
1360
- [_m],
1361
- [0],
1362
- ];
1308
+ export var InternalServerException = [-3, n0, _ISE, { [_e]: _c }, [_m], [0]];
1363
1309
  TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
1364
- export var InvalidParameterCombinationException = [
1365
- -3,
1366
- n0,
1367
- _IPCE,
1368
- {
1369
- [_e]: _c,
1370
- },
1371
- [_m],
1372
- [0],
1373
- ];
1310
+ export var InvalidParameterCombinationException = [-3, n0, _IPCE, { [_e]: _c }, [_m], [0]];
1374
1311
  TypeRegistry.for(n0).registerError(InvalidParameterCombinationException, __InvalidParameterCombinationException);
1375
- export var InvalidParameterValuesException = [
1376
- -3,
1377
- n0,
1378
- _IPVE,
1379
- {
1380
- [_e]: _c,
1381
- },
1382
- [_m],
1383
- [0],
1384
- ];
1312
+ export var InvalidParameterValuesException = [-3, n0, _IPVE, { [_e]: _c }, [_m], [0]];
1385
1313
  TypeRegistry.for(n0).registerError(InvalidParameterValuesException, __InvalidParameterValuesException);
1386
- export var InvalidResourceStateException = [
1387
- -3,
1388
- n0,
1389
- _IRSE,
1390
- {
1391
- [_e]: _c,
1392
- },
1393
- [_m],
1394
- [0],
1395
- ];
1314
+ export var InvalidResourceStateException = [-3, n0, _IRSE, { [_e]: _c }, [_m], [0]];
1396
1315
  TypeRegistry.for(n0).registerError(InvalidResourceStateException, __InvalidResourceStateException);
1397
1316
  export var IosClientBrandingAttributes = [
1398
1317
  3,
@@ -1513,38 +1432,11 @@ export var ModifyWorkspaceStateRequest = [3, n0, _MWSR, 0, [_WI, _WS], [0, 0]];
1513
1432
  export var ModifyWorkspaceStateResult = [3, n0, _MWSRo, 0, [], []];
1514
1433
  export var NetworkAccessConfiguration = [3, n0, _NAC, 0, [_EPIA, _EI], [0, 0]];
1515
1434
  export var OperatingSystem = [3, n0, _OS, 0, [_Ty], [0]];
1516
- export var OperatingSystemNotCompatibleException = [
1517
- -3,
1518
- n0,
1519
- _OSNCE,
1520
- {
1521
- [_e]: _c,
1522
- },
1523
- [],
1524
- [],
1525
- ];
1435
+ export var OperatingSystemNotCompatibleException = [-3, n0, _OSNCE, { [_e]: _c }, [], []];
1526
1436
  TypeRegistry.for(n0).registerError(OperatingSystemNotCompatibleException, __OperatingSystemNotCompatibleException);
1527
- export var OperationInProgressException = [
1528
- -3,
1529
- n0,
1530
- _OIPE,
1531
- {
1532
- [_e]: _c,
1533
- },
1534
- [_m],
1535
- [0],
1536
- ];
1437
+ export var OperationInProgressException = [-3, n0, _OIPE, { [_e]: _c }, [_m], [0]];
1537
1438
  TypeRegistry.for(n0).registerError(OperationInProgressException, __OperationInProgressException);
1538
- export var OperationNotSupportedException = [
1539
- -3,
1540
- n0,
1541
- _ONSE,
1542
- {
1543
- [_e]: _c,
1544
- },
1545
- [_m, _r],
1546
- [0, 0],
1547
- ];
1439
+ export var OperationNotSupportedException = [-3, n0, _ONSE, { [_e]: _c }, [_m, _r], [0, 0]];
1548
1440
  TypeRegistry.for(n0).registerError(OperationNotSupportedException, __OperationNotSupportedException);
1549
1441
  export var PendingCreateStandbyWorkspacesRequest = [
1550
1442
  3,
@@ -1593,82 +1485,19 @@ export var RegisterWorkspaceDirectoryResult = [3, n0, _RWDRe, 0, [_DI, _S], [0,
1593
1485
  export var RejectAccountLinkInvitationRequest = [3, n0, _RALIR, 0, [_LI, _CT], [0, 0]];
1594
1486
  export var RejectAccountLinkInvitationResult = [3, n0, _RALIRe, 0, [_AL], [() => AccountLink]];
1595
1487
  export var RelatedWorkspaceProperties = [3, n0, _RWP, 0, [_WI, _Reg, _S, _Ty], [0, 0, 0, 0]];
1596
- export var ResourceAlreadyExistsException = [
1597
- -3,
1598
- n0,
1599
- _RAEE,
1600
- {
1601
- [_e]: _c,
1602
- },
1603
- [_m],
1604
- [0],
1605
- ];
1488
+ export var ResourceAlreadyExistsException = [-3, n0, _RAEE, { [_e]: _c }, [_m], [0]];
1606
1489
  TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException, __ResourceAlreadyExistsException);
1607
- export var ResourceAssociatedException = [
1608
- -3,
1609
- n0,
1610
- _RAE,
1611
- {
1612
- [_e]: _c,
1613
- },
1614
- [_m],
1615
- [0],
1616
- ];
1490
+ export var ResourceAssociatedException = [-3, n0, _RAE, { [_e]: _c }, [_m], [0]];
1617
1491
  TypeRegistry.for(n0).registerError(ResourceAssociatedException, __ResourceAssociatedException);
1618
- export var ResourceCreationFailedException = [
1619
- -3,
1620
- n0,
1621
- _RCFE,
1622
- {
1623
- [_e]: _c,
1624
- },
1625
- [_m],
1626
- [0],
1627
- ];
1492
+ export var ResourceCreationFailedException = [-3, n0, _RCFE, { [_e]: _c }, [_m], [0]];
1628
1493
  TypeRegistry.for(n0).registerError(ResourceCreationFailedException, __ResourceCreationFailedException);
1629
- export var ResourceInUseException = [
1630
- -3,
1631
- n0,
1632
- _RIUE,
1633
- {
1634
- [_e]: _c,
1635
- },
1636
- [_m, _RI],
1637
- [0, 0],
1638
- ];
1494
+ export var ResourceInUseException = [-3, n0, _RIUE, { [_e]: _c }, [_m, _RI], [0, 0]];
1639
1495
  TypeRegistry.for(n0).registerError(ResourceInUseException, __ResourceInUseException);
1640
- export var ResourceLimitExceededException = [
1641
- -3,
1642
- n0,
1643
- _RLEE,
1644
- {
1645
- [_e]: _c,
1646
- },
1647
- [_m],
1648
- [0],
1649
- ];
1496
+ export var ResourceLimitExceededException = [-3, n0, _RLEE, { [_e]: _c }, [_m], [0]];
1650
1497
  TypeRegistry.for(n0).registerError(ResourceLimitExceededException, __ResourceLimitExceededException);
1651
- export var ResourceNotFoundException = [
1652
- -3,
1653
- n0,
1654
- _RNFE,
1655
- {
1656
- [_e]: _c,
1657
- },
1658
- [_m, _RI],
1659
- [0, 0],
1660
- ];
1498
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c }, [_m, _RI], [0, 0]];
1661
1499
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
1662
- export var ResourceUnavailableException = [
1663
- -3,
1664
- n0,
1665
- _RUE,
1666
- {
1667
- [_e]: _c,
1668
- },
1669
- [_m, _RI],
1670
- [0, 0],
1671
- ];
1500
+ export var ResourceUnavailableException = [-3, n0, _RUE, { [_e]: _c }, [_m, _RI], [0, 0]];
1672
1501
  TypeRegistry.for(n0).registerError(ResourceUnavailableException, __ResourceUnavailableException);
1673
1502
  export var RestoreWorkspaceRequest = [3, n0, _RWRes, 0, [_WI], [0]];
1674
1503
  export var RestoreWorkspaceResult = [3, n0, _RWRest, 0, [], []];
@@ -1750,27 +1579,9 @@ export var TerminateWorkspacesResult = [
1750
1579
  [() => FailedTerminateWorkspaceRequests],
1751
1580
  ];
1752
1581
  export var TimeoutSettings = [3, n0, _TS, 0, [_DTIS, _IDTIS, _MUDIS], [1, 1, 1]];
1753
- export var UnsupportedNetworkConfigurationException = [
1754
- -3,
1755
- n0,
1756
- _UNCE,
1757
- {
1758
- [_e]: _c,
1759
- },
1760
- [_m],
1761
- [0],
1762
- ];
1582
+ export var UnsupportedNetworkConfigurationException = [-3, n0, _UNCE, { [_e]: _c }, [_m], [0]];
1763
1583
  TypeRegistry.for(n0).registerError(UnsupportedNetworkConfigurationException, __UnsupportedNetworkConfigurationException);
1764
- export var UnsupportedWorkspaceConfigurationException = [
1765
- -3,
1766
- n0,
1767
- _UWCE,
1768
- {
1769
- [_e]: _c,
1770
- },
1771
- [_m],
1772
- [0],
1773
- ];
1584
+ export var UnsupportedWorkspaceConfigurationException = [-3, n0, _UWCE, { [_e]: _c }, [_m], [0]];
1774
1585
  TypeRegistry.for(n0).registerError(UnsupportedWorkspaceConfigurationException, __UnsupportedWorkspaceConfigurationException);
1775
1586
  export var UpdateConnectClientAddInRequest = [
1776
1587
  3,
@@ -1815,16 +1626,7 @@ export var UpdateWorkspacesPoolRequest = [
1815
1626
  export var UpdateWorkspacesPoolResult = [3, n0, _UWPRp, 0, [_WP], [() => WorkspacesPool]];
1816
1627
  export var UserSetting = [3, n0, _USse, 0, [_Ac, _Pe, _ML], [0, 0, 1]];
1817
1628
  export var UserStorage = [3, n0, _US, 0, [_Ca], [0]];
1818
- export var ValidationException = [
1819
- -3,
1820
- n0,
1821
- _VE,
1822
- {
1823
- [_e]: _c,
1824
- },
1825
- [_m],
1826
- [0],
1827
- ];
1629
+ export var ValidationException = [-3, n0, _VE, { [_e]: _c }, [_m], [0]];
1828
1630
  TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
1829
1631
  export var Workspace = [
1830
1632
  3,
@@ -2003,16 +1805,7 @@ export var WorkspaceResourceAssociation = [
2003
1805
  [_ARI, _ART, _C, _LUT, _S, _SR, _WI],
2004
1806
  [0, 0, 4, 4, 0, () => AssociationStateReason, 0],
2005
1807
  ];
2006
- export var WorkspacesDefaultRoleNotFoundException = [
2007
- -3,
2008
- n0,
2009
- _WDRNFE,
2010
- {
2011
- [_e]: _c,
2012
- },
2013
- [_m],
2014
- [0],
2015
- ];
1808
+ export var WorkspacesDefaultRoleNotFoundException = [-3, n0, _WDRNFE, { [_e]: _c }, [_m], [0]];
2016
1809
  TypeRegistry.for(n0).registerError(WorkspacesDefaultRoleNotFoundException, __WorkspacesDefaultRoleNotFoundException);
2017
1810
  export var WorkspacesIpGroup = [
2018
1811
  3,
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { AcceptAccountLinkInvitationCommandInput, AcceptAccountLinkInvitationCommandOutput } from "./commands/AcceptAccountLinkInvitationCommand";
3
3
  import { AssociateConnectionAliasCommandInput, AssociateConnectionAliasCommandOutput } from "./commands/AssociateConnectionAliasCommand";
4
4
  import { AssociateIpGroupsCommandInput, AssociateIpGroupsCommandOutput } from "./commands/AssociateIpGroupsCommand";
@@ -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 { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
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 { AcceptAccountLinkInvitationCommandInput, AcceptAccountLinkInvitationCommandOutput } from "./commands/AcceptAccountLinkInvitationCommand";
11
11
  import { AssociateConnectionAliasCommandInput, AssociateConnectionAliasCommandOutput } from "./commands/AssociateConnectionAliasCommand";
12
12
  import { AssociateIpGroupsCommandInput, AssociateIpGroupsCommandOutput } from "./commands/AssociateIpGroupsCommand";
@@ -99,7 +99,7 @@ import { UpdateWorkspaceBundleCommandInput, UpdateWorkspaceBundleCommandOutput }
99
99
  import { UpdateWorkspaceImagePermissionCommandInput, UpdateWorkspaceImagePermissionCommandOutput } from "./commands/UpdateWorkspaceImagePermissionCommand";
100
100
  import { UpdateWorkspacesPoolCommandInput, UpdateWorkspacesPoolCommandOutput } from "./commands/UpdateWorkspacesPoolCommand";
101
101
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
102
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
102
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
103
103
  export { __Client };
104
104
  /**
105
105
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { WorkSpacesHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { WorkSpacesHttpAuthSchemeProvider } 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 { WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
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 { AcceptAccountLinkInvitationRequest, AcceptAccountLinkInvitationResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AcceptAccountLinkInvitationRequest, AcceptAccountLinkInvitationResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
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 { AssociateConnectionAliasRequest, AssociateConnectionAliasResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AssociateConnectionAliasRequest, AssociateConnectionAliasResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
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 { AssociateIpGroupsRequest, AssociateIpGroupsResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AssociateIpGroupsRequest, AssociateIpGroupsResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
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 { AssociateWorkspaceApplicationRequest, AssociateWorkspaceApplicationResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AssociateWorkspaceApplicationRequest, AssociateWorkspaceApplicationResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
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 { AuthorizeIpRulesRequest, AuthorizeIpRulesResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AuthorizeIpRulesRequest, AuthorizeIpRulesResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
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 { CopyWorkspaceImageRequest, CopyWorkspaceImageResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CopyWorkspaceImageRequest, CopyWorkspaceImageResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
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 { CreateAccountLinkInvitationRequest, CreateAccountLinkInvitationResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateAccountLinkInvitationRequest, CreateAccountLinkInvitationResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
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 { CreateConnectClientAddInRequest, CreateConnectClientAddInResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateConnectClientAddInRequest, CreateConnectClientAddInResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
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 { CreateConnectionAliasRequest, CreateConnectionAliasResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateConnectionAliasRequest, CreateConnectionAliasResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
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 { CreateIpGroupRequest, CreateIpGroupResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateIpGroupRequest, CreateIpGroupResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
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 { CreateStandbyWorkspacesRequest, CreateStandbyWorkspacesResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateStandbyWorkspacesRequest, CreateStandbyWorkspacesResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
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 { CreateTagsRequest, CreateTagsResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateTagsRequest, CreateTagsResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
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 { CreateUpdatedWorkspaceImageRequest, CreateUpdatedWorkspaceImageResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateUpdatedWorkspaceImageRequest, CreateUpdatedWorkspaceImageResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
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 { CreateWorkspaceBundleRequest, CreateWorkspaceBundleResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateWorkspaceBundleRequest, CreateWorkspaceBundleResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
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 { CreateWorkspaceImageRequest, CreateWorkspaceImageResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateWorkspaceImageRequest, CreateWorkspaceImageResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
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 { CreateWorkspacesRequest, CreateWorkspacesResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateWorkspacesRequest, CreateWorkspacesResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
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 { CreateWorkspacesPoolRequest, CreateWorkspacesPoolResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateWorkspacesPoolRequest, CreateWorkspacesPoolResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
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 { DeleteAccountLinkInvitationRequest, DeleteAccountLinkInvitationResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteAccountLinkInvitationRequest, DeleteAccountLinkInvitationResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
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 { DeleteClientBrandingRequest, DeleteClientBrandingResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteClientBrandingRequest, DeleteClientBrandingResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
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 { DeleteConnectClientAddInRequest, DeleteConnectClientAddInResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteConnectClientAddInRequest, DeleteConnectClientAddInResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
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 { DeleteConnectionAliasRequest, DeleteConnectionAliasResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteConnectionAliasRequest, DeleteConnectionAliasResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
5
  /**
6
6
  * @public
7
7
  */