@aws-sdk/client-workspaces 3.362.0 → 3.369.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 (305) hide show
  1. package/dist-cjs/WorkSpaces.js +1 -1
  2. package/dist-cjs/WorkSpacesClient.js +5 -5
  3. package/dist-cjs/commands/AssociateConnectionAliasCommand.js +3 -3
  4. package/dist-cjs/commands/AssociateIpGroupsCommand.js +3 -3
  5. package/dist-cjs/commands/AuthorizeIpRulesCommand.js +3 -3
  6. package/dist-cjs/commands/CopyWorkspaceImageCommand.js +3 -3
  7. package/dist-cjs/commands/CreateConnectClientAddInCommand.js +3 -3
  8. package/dist-cjs/commands/CreateConnectionAliasCommand.js +3 -3
  9. package/dist-cjs/commands/CreateIpGroupCommand.js +3 -3
  10. package/dist-cjs/commands/CreateStandbyWorkspacesCommand.js +3 -3
  11. package/dist-cjs/commands/CreateTagsCommand.js +3 -3
  12. package/dist-cjs/commands/CreateUpdatedWorkspaceImageCommand.js +3 -3
  13. package/dist-cjs/commands/CreateWorkspaceBundleCommand.js +3 -3
  14. package/dist-cjs/commands/CreateWorkspaceImageCommand.js +3 -3
  15. package/dist-cjs/commands/CreateWorkspacesCommand.js +3 -3
  16. package/dist-cjs/commands/DeleteClientBrandingCommand.js +3 -3
  17. package/dist-cjs/commands/DeleteConnectClientAddInCommand.js +3 -3
  18. package/dist-cjs/commands/DeleteConnectionAliasCommand.js +3 -3
  19. package/dist-cjs/commands/DeleteIpGroupCommand.js +3 -3
  20. package/dist-cjs/commands/DeleteTagsCommand.js +3 -3
  21. package/dist-cjs/commands/DeleteWorkspaceBundleCommand.js +3 -3
  22. package/dist-cjs/commands/DeleteWorkspaceImageCommand.js +3 -3
  23. package/dist-cjs/commands/DeregisterWorkspaceDirectoryCommand.js +3 -3
  24. package/dist-cjs/commands/DescribeAccountCommand.js +3 -3
  25. package/dist-cjs/commands/DescribeAccountModificationsCommand.js +3 -3
  26. package/dist-cjs/commands/DescribeClientBrandingCommand.js +3 -3
  27. package/dist-cjs/commands/DescribeClientPropertiesCommand.js +3 -3
  28. package/dist-cjs/commands/DescribeConnectClientAddInsCommand.js +3 -3
  29. package/dist-cjs/commands/DescribeConnectionAliasPermissionsCommand.js +3 -3
  30. package/dist-cjs/commands/DescribeConnectionAliasesCommand.js +3 -3
  31. package/dist-cjs/commands/DescribeIpGroupsCommand.js +3 -3
  32. package/dist-cjs/commands/DescribeTagsCommand.js +3 -3
  33. package/dist-cjs/commands/DescribeWorkspaceBundlesCommand.js +3 -3
  34. package/dist-cjs/commands/DescribeWorkspaceDirectoriesCommand.js +3 -3
  35. package/dist-cjs/commands/DescribeWorkspaceImagePermissionsCommand.js +3 -3
  36. package/dist-cjs/commands/DescribeWorkspaceImagesCommand.js +3 -3
  37. package/dist-cjs/commands/DescribeWorkspaceSnapshotsCommand.js +3 -3
  38. package/dist-cjs/commands/DescribeWorkspacesCommand.js +3 -3
  39. package/dist-cjs/commands/DescribeWorkspacesConnectionStatusCommand.js +3 -3
  40. package/dist-cjs/commands/DisassociateConnectionAliasCommand.js +3 -3
  41. package/dist-cjs/commands/DisassociateIpGroupsCommand.js +3 -3
  42. package/dist-cjs/commands/ImportClientBrandingCommand.js +3 -3
  43. package/dist-cjs/commands/ImportWorkspaceImageCommand.js +3 -3
  44. package/dist-cjs/commands/ListAvailableManagementCidrRangesCommand.js +3 -3
  45. package/dist-cjs/commands/MigrateWorkspaceCommand.js +3 -3
  46. package/dist-cjs/commands/ModifyAccountCommand.js +3 -3
  47. package/dist-cjs/commands/ModifyCertificateBasedAuthPropertiesCommand.js +3 -3
  48. package/dist-cjs/commands/ModifyClientPropertiesCommand.js +3 -3
  49. package/dist-cjs/commands/ModifySamlPropertiesCommand.js +3 -3
  50. package/dist-cjs/commands/ModifySelfservicePermissionsCommand.js +3 -3
  51. package/dist-cjs/commands/ModifyWorkspaceAccessPropertiesCommand.js +3 -3
  52. package/dist-cjs/commands/ModifyWorkspaceCreationPropertiesCommand.js +3 -3
  53. package/dist-cjs/commands/ModifyWorkspacePropertiesCommand.js +3 -3
  54. package/dist-cjs/commands/ModifyWorkspaceStateCommand.js +3 -3
  55. package/dist-cjs/commands/RebootWorkspacesCommand.js +3 -3
  56. package/dist-cjs/commands/RebuildWorkspacesCommand.js +3 -3
  57. package/dist-cjs/commands/RegisterWorkspaceDirectoryCommand.js +3 -3
  58. package/dist-cjs/commands/RestoreWorkspaceCommand.js +3 -3
  59. package/dist-cjs/commands/RevokeIpRulesCommand.js +3 -3
  60. package/dist-cjs/commands/StartWorkspacesCommand.js +3 -3
  61. package/dist-cjs/commands/StopWorkspacesCommand.js +3 -3
  62. package/dist-cjs/commands/TerminateWorkspacesCommand.js +3 -3
  63. package/dist-cjs/commands/UpdateConnectClientAddInCommand.js +3 -3
  64. package/dist-cjs/commands/UpdateConnectionAliasPermissionCommand.js +3 -3
  65. package/dist-cjs/commands/UpdateRulesOfIpGroupCommand.js +3 -3
  66. package/dist-cjs/commands/UpdateWorkspaceBundleCommand.js +3 -3
  67. package/dist-cjs/commands/UpdateWorkspaceImagePermissionCommand.js +3 -3
  68. package/dist-cjs/models/WorkSpacesServiceException.js +1 -1
  69. package/dist-cjs/protocols/Aws_json1_1.js +1 -1
  70. package/dist-cjs/runtimeConfig.browser.js +7 -7
  71. package/dist-cjs/runtimeConfig.js +10 -10
  72. package/dist-cjs/runtimeConfig.shared.js +4 -4
  73. package/dist-es/WorkSpaces.js +1 -1
  74. package/dist-es/WorkSpacesClient.js +5 -5
  75. package/dist-es/commands/AssociateConnectionAliasCommand.js +3 -3
  76. package/dist-es/commands/AssociateIpGroupsCommand.js +3 -3
  77. package/dist-es/commands/AuthorizeIpRulesCommand.js +3 -3
  78. package/dist-es/commands/CopyWorkspaceImageCommand.js +3 -3
  79. package/dist-es/commands/CreateConnectClientAddInCommand.js +3 -3
  80. package/dist-es/commands/CreateConnectionAliasCommand.js +3 -3
  81. package/dist-es/commands/CreateIpGroupCommand.js +3 -3
  82. package/dist-es/commands/CreateStandbyWorkspacesCommand.js +3 -3
  83. package/dist-es/commands/CreateTagsCommand.js +3 -3
  84. package/dist-es/commands/CreateUpdatedWorkspaceImageCommand.js +3 -3
  85. package/dist-es/commands/CreateWorkspaceBundleCommand.js +3 -3
  86. package/dist-es/commands/CreateWorkspaceImageCommand.js +3 -3
  87. package/dist-es/commands/CreateWorkspacesCommand.js +3 -3
  88. package/dist-es/commands/DeleteClientBrandingCommand.js +3 -3
  89. package/dist-es/commands/DeleteConnectClientAddInCommand.js +3 -3
  90. package/dist-es/commands/DeleteConnectionAliasCommand.js +3 -3
  91. package/dist-es/commands/DeleteIpGroupCommand.js +3 -3
  92. package/dist-es/commands/DeleteTagsCommand.js +3 -3
  93. package/dist-es/commands/DeleteWorkspaceBundleCommand.js +3 -3
  94. package/dist-es/commands/DeleteWorkspaceImageCommand.js +3 -3
  95. package/dist-es/commands/DeregisterWorkspaceDirectoryCommand.js +3 -3
  96. package/dist-es/commands/DescribeAccountCommand.js +3 -3
  97. package/dist-es/commands/DescribeAccountModificationsCommand.js +3 -3
  98. package/dist-es/commands/DescribeClientBrandingCommand.js +3 -3
  99. package/dist-es/commands/DescribeClientPropertiesCommand.js +3 -3
  100. package/dist-es/commands/DescribeConnectClientAddInsCommand.js +3 -3
  101. package/dist-es/commands/DescribeConnectionAliasPermissionsCommand.js +3 -3
  102. package/dist-es/commands/DescribeConnectionAliasesCommand.js +3 -3
  103. package/dist-es/commands/DescribeIpGroupsCommand.js +3 -3
  104. package/dist-es/commands/DescribeTagsCommand.js +3 -3
  105. package/dist-es/commands/DescribeWorkspaceBundlesCommand.js +3 -3
  106. package/dist-es/commands/DescribeWorkspaceDirectoriesCommand.js +3 -3
  107. package/dist-es/commands/DescribeWorkspaceImagePermissionsCommand.js +3 -3
  108. package/dist-es/commands/DescribeWorkspaceImagesCommand.js +3 -3
  109. package/dist-es/commands/DescribeWorkspaceSnapshotsCommand.js +3 -3
  110. package/dist-es/commands/DescribeWorkspacesCommand.js +3 -3
  111. package/dist-es/commands/DescribeWorkspacesConnectionStatusCommand.js +3 -3
  112. package/dist-es/commands/DisassociateConnectionAliasCommand.js +3 -3
  113. package/dist-es/commands/DisassociateIpGroupsCommand.js +3 -3
  114. package/dist-es/commands/ImportClientBrandingCommand.js +3 -3
  115. package/dist-es/commands/ImportWorkspaceImageCommand.js +3 -3
  116. package/dist-es/commands/ListAvailableManagementCidrRangesCommand.js +3 -3
  117. package/dist-es/commands/MigrateWorkspaceCommand.js +3 -3
  118. package/dist-es/commands/ModifyAccountCommand.js +3 -3
  119. package/dist-es/commands/ModifyCertificateBasedAuthPropertiesCommand.js +3 -3
  120. package/dist-es/commands/ModifyClientPropertiesCommand.js +3 -3
  121. package/dist-es/commands/ModifySamlPropertiesCommand.js +3 -3
  122. package/dist-es/commands/ModifySelfservicePermissionsCommand.js +3 -3
  123. package/dist-es/commands/ModifyWorkspaceAccessPropertiesCommand.js +3 -3
  124. package/dist-es/commands/ModifyWorkspaceCreationPropertiesCommand.js +3 -3
  125. package/dist-es/commands/ModifyWorkspacePropertiesCommand.js +3 -3
  126. package/dist-es/commands/ModifyWorkspaceStateCommand.js +3 -3
  127. package/dist-es/commands/RebootWorkspacesCommand.js +3 -3
  128. package/dist-es/commands/RebuildWorkspacesCommand.js +3 -3
  129. package/dist-es/commands/RegisterWorkspaceDirectoryCommand.js +3 -3
  130. package/dist-es/commands/RestoreWorkspaceCommand.js +3 -3
  131. package/dist-es/commands/RevokeIpRulesCommand.js +3 -3
  132. package/dist-es/commands/StartWorkspacesCommand.js +3 -3
  133. package/dist-es/commands/StopWorkspacesCommand.js +3 -3
  134. package/dist-es/commands/TerminateWorkspacesCommand.js +3 -3
  135. package/dist-es/commands/UpdateConnectClientAddInCommand.js +3 -3
  136. package/dist-es/commands/UpdateConnectionAliasPermissionCommand.js +3 -3
  137. package/dist-es/commands/UpdateRulesOfIpGroupCommand.js +3 -3
  138. package/dist-es/commands/UpdateWorkspaceBundleCommand.js +3 -3
  139. package/dist-es/commands/UpdateWorkspaceImagePermissionCommand.js +3 -3
  140. package/dist-es/models/WorkSpacesServiceException.js +1 -1
  141. package/dist-es/protocols/Aws_json1_1.js +1 -1
  142. package/dist-es/runtimeConfig.browser.js +7 -7
  143. package/dist-es/runtimeConfig.js +10 -10
  144. package/dist-es/runtimeConfig.shared.js +4 -4
  145. package/dist-types/WorkSpaces.d.ts +1 -1
  146. package/dist-types/WorkSpacesClient.d.ts +8 -8
  147. package/dist-types/commands/AssociateConnectionAliasCommand.d.ts +3 -3
  148. package/dist-types/commands/AssociateIpGroupsCommand.d.ts +3 -3
  149. package/dist-types/commands/AuthorizeIpRulesCommand.d.ts +3 -3
  150. package/dist-types/commands/CopyWorkspaceImageCommand.d.ts +3 -3
  151. package/dist-types/commands/CreateConnectClientAddInCommand.d.ts +3 -3
  152. package/dist-types/commands/CreateConnectionAliasCommand.d.ts +3 -3
  153. package/dist-types/commands/CreateIpGroupCommand.d.ts +3 -3
  154. package/dist-types/commands/CreateStandbyWorkspacesCommand.d.ts +3 -3
  155. package/dist-types/commands/CreateTagsCommand.d.ts +3 -3
  156. package/dist-types/commands/CreateUpdatedWorkspaceImageCommand.d.ts +3 -3
  157. package/dist-types/commands/CreateWorkspaceBundleCommand.d.ts +3 -3
  158. package/dist-types/commands/CreateWorkspaceImageCommand.d.ts +3 -3
  159. package/dist-types/commands/CreateWorkspacesCommand.d.ts +3 -3
  160. package/dist-types/commands/DeleteClientBrandingCommand.d.ts +3 -3
  161. package/dist-types/commands/DeleteConnectClientAddInCommand.d.ts +3 -3
  162. package/dist-types/commands/DeleteConnectionAliasCommand.d.ts +3 -3
  163. package/dist-types/commands/DeleteIpGroupCommand.d.ts +3 -3
  164. package/dist-types/commands/DeleteTagsCommand.d.ts +3 -3
  165. package/dist-types/commands/DeleteWorkspaceBundleCommand.d.ts +3 -3
  166. package/dist-types/commands/DeleteWorkspaceImageCommand.d.ts +3 -3
  167. package/dist-types/commands/DeregisterWorkspaceDirectoryCommand.d.ts +3 -3
  168. package/dist-types/commands/DescribeAccountCommand.d.ts +3 -3
  169. package/dist-types/commands/DescribeAccountModificationsCommand.d.ts +3 -3
  170. package/dist-types/commands/DescribeClientBrandingCommand.d.ts +3 -3
  171. package/dist-types/commands/DescribeClientPropertiesCommand.d.ts +3 -3
  172. package/dist-types/commands/DescribeConnectClientAddInsCommand.d.ts +3 -3
  173. package/dist-types/commands/DescribeConnectionAliasPermissionsCommand.d.ts +3 -3
  174. package/dist-types/commands/DescribeConnectionAliasesCommand.d.ts +3 -3
  175. package/dist-types/commands/DescribeIpGroupsCommand.d.ts +3 -3
  176. package/dist-types/commands/DescribeTagsCommand.d.ts +3 -3
  177. package/dist-types/commands/DescribeWorkspaceBundlesCommand.d.ts +3 -3
  178. package/dist-types/commands/DescribeWorkspaceDirectoriesCommand.d.ts +3 -3
  179. package/dist-types/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +3 -3
  180. package/dist-types/commands/DescribeWorkspaceImagesCommand.d.ts +3 -3
  181. package/dist-types/commands/DescribeWorkspaceSnapshotsCommand.d.ts +3 -3
  182. package/dist-types/commands/DescribeWorkspacesCommand.d.ts +3 -3
  183. package/dist-types/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +3 -3
  184. package/dist-types/commands/DisassociateConnectionAliasCommand.d.ts +3 -3
  185. package/dist-types/commands/DisassociateIpGroupsCommand.d.ts +3 -3
  186. package/dist-types/commands/ImportClientBrandingCommand.d.ts +3 -3
  187. package/dist-types/commands/ImportWorkspaceImageCommand.d.ts +3 -3
  188. package/dist-types/commands/ListAvailableManagementCidrRangesCommand.d.ts +3 -3
  189. package/dist-types/commands/MigrateWorkspaceCommand.d.ts +3 -3
  190. package/dist-types/commands/ModifyAccountCommand.d.ts +3 -3
  191. package/dist-types/commands/ModifyCertificateBasedAuthPropertiesCommand.d.ts +3 -3
  192. package/dist-types/commands/ModifyClientPropertiesCommand.d.ts +3 -3
  193. package/dist-types/commands/ModifySamlPropertiesCommand.d.ts +3 -3
  194. package/dist-types/commands/ModifySelfservicePermissionsCommand.d.ts +3 -3
  195. package/dist-types/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +3 -3
  196. package/dist-types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +3 -3
  197. package/dist-types/commands/ModifyWorkspacePropertiesCommand.d.ts +3 -3
  198. package/dist-types/commands/ModifyWorkspaceStateCommand.d.ts +3 -3
  199. package/dist-types/commands/RebootWorkspacesCommand.d.ts +3 -3
  200. package/dist-types/commands/RebuildWorkspacesCommand.d.ts +3 -3
  201. package/dist-types/commands/RegisterWorkspaceDirectoryCommand.d.ts +3 -3
  202. package/dist-types/commands/RestoreWorkspaceCommand.d.ts +3 -3
  203. package/dist-types/commands/RevokeIpRulesCommand.d.ts +3 -3
  204. package/dist-types/commands/StartWorkspacesCommand.d.ts +3 -3
  205. package/dist-types/commands/StopWorkspacesCommand.d.ts +3 -3
  206. package/dist-types/commands/TerminateWorkspacesCommand.d.ts +3 -3
  207. package/dist-types/commands/UpdateConnectClientAddInCommand.d.ts +3 -3
  208. package/dist-types/commands/UpdateConnectionAliasPermissionCommand.d.ts +3 -3
  209. package/dist-types/commands/UpdateRulesOfIpGroupCommand.d.ts +3 -3
  210. package/dist-types/commands/UpdateWorkspaceBundleCommand.d.ts +3 -3
  211. package/dist-types/commands/UpdateWorkspaceImagePermissionCommand.d.ts +3 -3
  212. package/dist-types/endpoint/EndpointParameters.d.ts +1 -2
  213. package/dist-types/endpoint/endpointResolver.d.ts +1 -1
  214. package/dist-types/endpoint/ruleset.d.ts +1 -1
  215. package/dist-types/models/WorkSpacesServiceException.d.ts +1 -1
  216. package/dist-types/models/models_0.d.ts +1 -1
  217. package/dist-types/pagination/DescribeWorkspaceBundlesPaginator.d.ts +1 -1
  218. package/dist-types/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +1 -1
  219. package/dist-types/pagination/DescribeWorkspacesPaginator.d.ts +1 -1
  220. package/dist-types/pagination/Interfaces.d.ts +1 -1
  221. package/dist-types/runtimeConfig.browser.d.ts +20 -20
  222. package/dist-types/runtimeConfig.d.ts +20 -20
  223. package/dist-types/runtimeConfig.native.d.ts +19 -19
  224. package/dist-types/runtimeConfig.shared.d.ts +4 -4
  225. package/dist-types/ts3.4/WorkSpaces.d.ts +1 -1
  226. package/dist-types/ts3.4/WorkSpacesClient.d.ts +19 -21
  227. package/dist-types/ts3.4/commands/AssociateConnectionAliasCommand.d.ts +3 -3
  228. package/dist-types/ts3.4/commands/AssociateIpGroupsCommand.d.ts +3 -3
  229. package/dist-types/ts3.4/commands/AuthorizeIpRulesCommand.d.ts +3 -3
  230. package/dist-types/ts3.4/commands/CopyWorkspaceImageCommand.d.ts +3 -3
  231. package/dist-types/ts3.4/commands/CreateConnectClientAddInCommand.d.ts +3 -3
  232. package/dist-types/ts3.4/commands/CreateConnectionAliasCommand.d.ts +3 -3
  233. package/dist-types/ts3.4/commands/CreateIpGroupCommand.d.ts +3 -3
  234. package/dist-types/ts3.4/commands/CreateStandbyWorkspacesCommand.d.ts +3 -3
  235. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +3 -3
  236. package/dist-types/ts3.4/commands/CreateUpdatedWorkspaceImageCommand.d.ts +3 -3
  237. package/dist-types/ts3.4/commands/CreateWorkspaceBundleCommand.d.ts +3 -3
  238. package/dist-types/ts3.4/commands/CreateWorkspaceImageCommand.d.ts +3 -3
  239. package/dist-types/ts3.4/commands/CreateWorkspacesCommand.d.ts +3 -3
  240. package/dist-types/ts3.4/commands/DeleteClientBrandingCommand.d.ts +3 -3
  241. package/dist-types/ts3.4/commands/DeleteConnectClientAddInCommand.d.ts +3 -3
  242. package/dist-types/ts3.4/commands/DeleteConnectionAliasCommand.d.ts +3 -3
  243. package/dist-types/ts3.4/commands/DeleteIpGroupCommand.d.ts +3 -3
  244. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +3 -3
  245. package/dist-types/ts3.4/commands/DeleteWorkspaceBundleCommand.d.ts +3 -3
  246. package/dist-types/ts3.4/commands/DeleteWorkspaceImageCommand.d.ts +3 -3
  247. package/dist-types/ts3.4/commands/DeregisterWorkspaceDirectoryCommand.d.ts +3 -3
  248. package/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +3 -3
  249. package/dist-types/ts3.4/commands/DescribeAccountModificationsCommand.d.ts +3 -3
  250. package/dist-types/ts3.4/commands/DescribeClientBrandingCommand.d.ts +3 -3
  251. package/dist-types/ts3.4/commands/DescribeClientPropertiesCommand.d.ts +3 -3
  252. package/dist-types/ts3.4/commands/DescribeConnectClientAddInsCommand.d.ts +3 -3
  253. package/dist-types/ts3.4/commands/DescribeConnectionAliasPermissionsCommand.d.ts +3 -3
  254. package/dist-types/ts3.4/commands/DescribeConnectionAliasesCommand.d.ts +3 -3
  255. package/dist-types/ts3.4/commands/DescribeIpGroupsCommand.d.ts +3 -3
  256. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +3 -3
  257. package/dist-types/ts3.4/commands/DescribeWorkspaceBundlesCommand.d.ts +3 -3
  258. package/dist-types/ts3.4/commands/DescribeWorkspaceDirectoriesCommand.d.ts +3 -3
  259. package/dist-types/ts3.4/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +3 -3
  260. package/dist-types/ts3.4/commands/DescribeWorkspaceImagesCommand.d.ts +3 -3
  261. package/dist-types/ts3.4/commands/DescribeWorkspaceSnapshotsCommand.d.ts +3 -3
  262. package/dist-types/ts3.4/commands/DescribeWorkspacesCommand.d.ts +3 -3
  263. package/dist-types/ts3.4/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +3 -3
  264. package/dist-types/ts3.4/commands/DisassociateConnectionAliasCommand.d.ts +3 -3
  265. package/dist-types/ts3.4/commands/DisassociateIpGroupsCommand.d.ts +3 -3
  266. package/dist-types/ts3.4/commands/ImportClientBrandingCommand.d.ts +3 -3
  267. package/dist-types/ts3.4/commands/ImportWorkspaceImageCommand.d.ts +3 -3
  268. package/dist-types/ts3.4/commands/ListAvailableManagementCidrRangesCommand.d.ts +3 -3
  269. package/dist-types/ts3.4/commands/MigrateWorkspaceCommand.d.ts +3 -3
  270. package/dist-types/ts3.4/commands/ModifyAccountCommand.d.ts +3 -3
  271. package/dist-types/ts3.4/commands/ModifyCertificateBasedAuthPropertiesCommand.d.ts +3 -3
  272. package/dist-types/ts3.4/commands/ModifyClientPropertiesCommand.d.ts +3 -3
  273. package/dist-types/ts3.4/commands/ModifySamlPropertiesCommand.d.ts +3 -3
  274. package/dist-types/ts3.4/commands/ModifySelfservicePermissionsCommand.d.ts +3 -3
  275. package/dist-types/ts3.4/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +3 -3
  276. package/dist-types/ts3.4/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +3 -3
  277. package/dist-types/ts3.4/commands/ModifyWorkspacePropertiesCommand.d.ts +3 -3
  278. package/dist-types/ts3.4/commands/ModifyWorkspaceStateCommand.d.ts +3 -3
  279. package/dist-types/ts3.4/commands/RebootWorkspacesCommand.d.ts +3 -3
  280. package/dist-types/ts3.4/commands/RebuildWorkspacesCommand.d.ts +3 -3
  281. package/dist-types/ts3.4/commands/RegisterWorkspaceDirectoryCommand.d.ts +3 -3
  282. package/dist-types/ts3.4/commands/RestoreWorkspaceCommand.d.ts +3 -3
  283. package/dist-types/ts3.4/commands/RevokeIpRulesCommand.d.ts +3 -3
  284. package/dist-types/ts3.4/commands/StartWorkspacesCommand.d.ts +3 -3
  285. package/dist-types/ts3.4/commands/StopWorkspacesCommand.d.ts +3 -3
  286. package/dist-types/ts3.4/commands/TerminateWorkspacesCommand.d.ts +3 -3
  287. package/dist-types/ts3.4/commands/UpdateConnectClientAddInCommand.d.ts +3 -3
  288. package/dist-types/ts3.4/commands/UpdateConnectionAliasPermissionCommand.d.ts +3 -3
  289. package/dist-types/ts3.4/commands/UpdateRulesOfIpGroupCommand.d.ts +3 -3
  290. package/dist-types/ts3.4/commands/UpdateWorkspaceBundleCommand.d.ts +3 -3
  291. package/dist-types/ts3.4/commands/UpdateWorkspaceImagePermissionCommand.d.ts +3 -3
  292. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
  293. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  294. package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
  295. package/dist-types/ts3.4/models/WorkSpacesServiceException.d.ts +1 -1
  296. package/dist-types/ts3.4/models/models_0.d.ts +1 -1
  297. package/dist-types/ts3.4/pagination/DescribeWorkspaceBundlesPaginator.d.ts +1 -1
  298. package/dist-types/ts3.4/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +1 -1
  299. package/dist-types/ts3.4/pagination/DescribeWorkspacesPaginator.d.ts +1 -1
  300. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -1
  301. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -40
  302. package/dist-types/ts3.4/runtimeConfig.d.ts +35 -37
  303. package/dist-types/ts3.4/runtimeConfig.native.d.ts +33 -38
  304. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
  305. package/package.json +34 -33
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_CreateTagsCommand, se_CreateTagsCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class CreateTagsCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_CreateUpdatedWorkspaceImageCommand, se_CreateUpdatedWorkspaceImageCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class CreateUpdatedWorkspaceImageCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_CreateWorkspaceBundleCommand, se_CreateWorkspaceBundleCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class CreateWorkspaceBundleCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_CreateWorkspaceImageCommand, se_CreateWorkspaceImageCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class CreateWorkspaceImageCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_CreateWorkspacesCommand, se_CreateWorkspacesCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class CreateWorkspacesCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DeleteClientBrandingCommand, se_DeleteClientBrandingCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DeleteClientBrandingCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DeleteConnectClientAddInCommand, se_DeleteConnectClientAddInCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DeleteConnectClientAddInCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DeleteConnectionAliasCommand, se_DeleteConnectionAliasCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DeleteConnectionAliasCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DeleteIpGroupCommand, se_DeleteIpGroupCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DeleteIpGroupCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DeleteTagsCommand, se_DeleteTagsCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DeleteTagsCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DeleteWorkspaceBundleCommand, se_DeleteWorkspaceBundleCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DeleteWorkspaceBundleCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DeleteWorkspaceImageCommand, se_DeleteWorkspaceImageCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DeleteWorkspaceImageCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DeregisterWorkspaceDirectoryCommand, se_DeregisterWorkspaceDirectoryCommand, } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DeregisterWorkspaceDirectoryCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DescribeAccountCommand, se_DescribeAccountCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DescribeAccountCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DescribeAccountModificationsCommand, se_DescribeAccountModificationsCommand, } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DescribeAccountModificationsCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DescribeClientBrandingCommand, se_DescribeClientBrandingCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DescribeClientBrandingCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DescribeClientPropertiesCommand, se_DescribeClientPropertiesCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DescribeClientPropertiesCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DescribeConnectClientAddInsCommand, se_DescribeConnectClientAddInsCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DescribeConnectClientAddInsCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DescribeConnectionAliasPermissionsCommand, se_DescribeConnectionAliasPermissionsCommand, } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DescribeConnectionAliasPermissionsCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DescribeConnectionAliasesCommand, se_DescribeConnectionAliasesCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DescribeConnectionAliasesCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DescribeIpGroupsCommand, se_DescribeIpGroupsCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DescribeIpGroupsCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DescribeTagsCommand, se_DescribeTagsCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DescribeTagsCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DescribeWorkspaceBundlesCommand, se_DescribeWorkspaceBundlesCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DescribeWorkspaceBundlesCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DescribeWorkspaceDirectoriesCommand, se_DescribeWorkspaceDirectoriesCommand, } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DescribeWorkspaceDirectoriesCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DescribeWorkspaceImagePermissionsCommand, se_DescribeWorkspaceImagePermissionsCommand, } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DescribeWorkspaceImagePermissionsCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DescribeWorkspaceImagesCommand, se_DescribeWorkspaceImagesCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DescribeWorkspaceImagesCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DescribeWorkspaceSnapshotsCommand, se_DescribeWorkspaceSnapshotsCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DescribeWorkspaceSnapshotsCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DescribeWorkspacesCommand, se_DescribeWorkspacesCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DescribeWorkspacesCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DescribeWorkspacesConnectionStatusCommand, se_DescribeWorkspacesConnectionStatusCommand, } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DescribeWorkspacesConnectionStatusCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DisassociateConnectionAliasCommand, se_DisassociateConnectionAliasCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DisassociateConnectionAliasCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DisassociateIpGroupsCommand, se_DisassociateIpGroupsCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DisassociateIpGroupsCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_ImportClientBrandingCommand, se_ImportClientBrandingCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class ImportClientBrandingCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_ImportWorkspaceImageCommand, se_ImportWorkspaceImageCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class ImportWorkspaceImageCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_ListAvailableManagementCidrRangesCommand, se_ListAvailableManagementCidrRangesCommand, } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class ListAvailableManagementCidrRangesCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_MigrateWorkspaceCommand, se_MigrateWorkspaceCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class MigrateWorkspaceCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_ModifyAccountCommand, se_ModifyAccountCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class ModifyAccountCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_ModifyCertificateBasedAuthPropertiesCommand, se_ModifyCertificateBasedAuthPropertiesCommand, } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class ModifyCertificateBasedAuthPropertiesCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_ModifyClientPropertiesCommand, se_ModifyClientPropertiesCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class ModifyClientPropertiesCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_ModifySamlPropertiesCommand, se_ModifySamlPropertiesCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class ModifySamlPropertiesCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_ModifySelfservicePermissionsCommand, se_ModifySelfservicePermissionsCommand, } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class ModifySelfservicePermissionsCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_ModifyWorkspaceAccessPropertiesCommand, se_ModifyWorkspaceAccessPropertiesCommand, } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class ModifyWorkspaceAccessPropertiesCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_ModifyWorkspaceCreationPropertiesCommand, se_ModifyWorkspaceCreationPropertiesCommand, } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class ModifyWorkspaceCreationPropertiesCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_ModifyWorkspacePropertiesCommand, se_ModifyWorkspacePropertiesCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class ModifyWorkspacePropertiesCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_ModifyWorkspaceStateCommand, se_ModifyWorkspaceStateCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class ModifyWorkspaceStateCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_RebootWorkspacesCommand, se_RebootWorkspacesCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class RebootWorkspacesCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_RebuildWorkspacesCommand, se_RebuildWorkspacesCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class RebuildWorkspacesCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_RegisterWorkspaceDirectoryCommand, se_RegisterWorkspaceDirectoryCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class RegisterWorkspaceDirectoryCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_RestoreWorkspaceCommand, se_RestoreWorkspaceCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class RestoreWorkspaceCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_RevokeIpRulesCommand, se_RevokeIpRulesCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class RevokeIpRulesCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_StartWorkspacesCommand, se_StartWorkspacesCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class StartWorkspacesCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_StopWorkspacesCommand, se_StopWorkspacesCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class StopWorkspacesCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_TerminateWorkspacesCommand, se_TerminateWorkspacesCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class TerminateWorkspacesCommand extends $Command {