@aws-sdk/client-workspaces 3.34.0 → 3.35.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 (947) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist-cjs/WorkSpaces.js +823 -0
  3. package/dist-cjs/WorkSpaces.js.map +1 -0
  4. package/dist-cjs/WorkSpacesClient.js +46 -0
  5. package/dist-cjs/WorkSpacesClient.js.map +1 -0
  6. package/dist-cjs/commands/AssociateConnectionAliasCommand.js +68 -0
  7. package/dist-cjs/commands/AssociateConnectionAliasCommand.js.map +1 -0
  8. package/dist-cjs/commands/AssociateIpGroupsCommand.js +61 -0
  9. package/dist-cjs/commands/AssociateIpGroupsCommand.js.map +1 -0
  10. package/dist-cjs/commands/AuthorizeIpRulesCommand.js +63 -0
  11. package/dist-cjs/commands/AuthorizeIpRulesCommand.js.map +1 -0
  12. package/dist-cjs/commands/CopyWorkspaceImageCommand.js +74 -0
  13. package/dist-cjs/commands/CopyWorkspaceImageCommand.js.map +1 -0
  14. package/dist-cjs/commands/CreateConnectionAliasCommand.js +63 -0
  15. package/dist-cjs/commands/CreateConnectionAliasCommand.js.map +1 -0
  16. package/dist-cjs/commands/CreateIpGroupCommand.js +70 -0
  17. package/dist-cjs/commands/CreateIpGroupCommand.js.map +1 -0
  18. package/dist-cjs/commands/CreateTagsCommand.js +61 -0
  19. package/dist-cjs/commands/CreateTagsCommand.js.map +1 -0
  20. package/dist-cjs/commands/CreateUpdatedWorkspaceImageCommand.js +84 -0
  21. package/dist-cjs/commands/CreateUpdatedWorkspaceImageCommand.js.map +1 -0
  22. package/dist-cjs/commands/CreateWorkspaceBundleCommand.js +63 -0
  23. package/dist-cjs/commands/CreateWorkspaceBundleCommand.js.map +1 -0
  24. package/dist-cjs/commands/CreateWorkspacesCommand.js +62 -0
  25. package/dist-cjs/commands/CreateWorkspacesCommand.js.map +1 -0
  26. package/dist-cjs/commands/DeleteConnectionAliasCommand.js +78 -0
  27. package/dist-cjs/commands/DeleteConnectionAliasCommand.js.map +1 -0
  28. package/dist-cjs/commands/DeleteIpGroupCommand.js +62 -0
  29. package/dist-cjs/commands/DeleteIpGroupCommand.js.map +1 -0
  30. package/dist-cjs/commands/DeleteTagsCommand.js +61 -0
  31. package/dist-cjs/commands/DeleteTagsCommand.js.map +1 -0
  32. package/dist-cjs/commands/DeleteWorkspaceBundleCommand.js +63 -0
  33. package/dist-cjs/commands/DeleteWorkspaceBundleCommand.js.map +1 -0
  34. package/dist-cjs/commands/DeleteWorkspaceImageCommand.js +63 -0
  35. package/dist-cjs/commands/DeleteWorkspaceImageCommand.js.map +1 -0
  36. package/dist-cjs/commands/DeregisterWorkspaceDirectoryCommand.js +77 -0
  37. package/dist-cjs/commands/DeregisterWorkspaceDirectoryCommand.js.map +1 -0
  38. package/dist-cjs/commands/DescribeAccountCommand.js +62 -0
  39. package/dist-cjs/commands/DescribeAccountCommand.js.map +1 -0
  40. package/dist-cjs/commands/DescribeAccountModificationsCommand.js +62 -0
  41. package/dist-cjs/commands/DescribeAccountModificationsCommand.js.map +1 -0
  42. package/dist-cjs/commands/DescribeClientPropertiesCommand.js +61 -0
  43. package/dist-cjs/commands/DescribeClientPropertiesCommand.js.map +1 -0
  44. package/dist-cjs/commands/DescribeConnectionAliasPermissionsCommand.js +63 -0
  45. package/dist-cjs/commands/DescribeConnectionAliasPermissionsCommand.js.map +1 -0
  46. package/dist-cjs/commands/DescribeConnectionAliasesCommand.js +63 -0
  47. package/dist-cjs/commands/DescribeConnectionAliasesCommand.js.map +1 -0
  48. package/dist-cjs/commands/DescribeIpGroupsCommand.js +61 -0
  49. package/dist-cjs/commands/DescribeIpGroupsCommand.js.map +1 -0
  50. package/dist-cjs/commands/DescribeTagsCommand.js +61 -0
  51. package/dist-cjs/commands/DescribeTagsCommand.js.map +1 -0
  52. package/dist-cjs/commands/DescribeWorkspaceBundlesCommand.js +62 -0
  53. package/dist-cjs/commands/DescribeWorkspaceBundlesCommand.js.map +1 -0
  54. package/dist-cjs/commands/DescribeWorkspaceDirectoriesCommand.js +62 -0
  55. package/dist-cjs/commands/DescribeWorkspaceDirectoriesCommand.js.map +1 -0
  56. package/dist-cjs/commands/DescribeWorkspaceImagePermissionsCommand.js +62 -0
  57. package/dist-cjs/commands/DescribeWorkspaceImagePermissionsCommand.js.map +1 -0
  58. package/dist-cjs/commands/DescribeWorkspaceImagesCommand.js +62 -0
  59. package/dist-cjs/commands/DescribeWorkspaceImagesCommand.js.map +1 -0
  60. package/dist-cjs/commands/DescribeWorkspaceSnapshotsCommand.js +61 -0
  61. package/dist-cjs/commands/DescribeWorkspaceSnapshotsCommand.js.map +1 -0
  62. package/dist-cjs/commands/DescribeWorkspacesCommand.js +63 -0
  63. package/dist-cjs/commands/DescribeWorkspacesCommand.js.map +1 -0
  64. package/dist-cjs/commands/DescribeWorkspacesConnectionStatusCommand.js +61 -0
  65. package/dist-cjs/commands/DescribeWorkspacesConnectionStatusCommand.js.map +1 -0
  66. package/dist-cjs/commands/DisassociateConnectionAliasCommand.js +69 -0
  67. package/dist-cjs/commands/DisassociateConnectionAliasCommand.js.map +1 -0
  68. package/dist-cjs/commands/DisassociateIpGroupsCommand.js +61 -0
  69. package/dist-cjs/commands/DisassociateIpGroupsCommand.js.map +1 -0
  70. package/dist-cjs/commands/ImportWorkspaceImageCommand.js +65 -0
  71. package/dist-cjs/commands/ImportWorkspaceImageCommand.js.map +1 -0
  72. package/dist-cjs/commands/ListAvailableManagementCidrRangesCommand.js +69 -0
  73. package/dist-cjs/commands/ListAvailableManagementCidrRangesCommand.js.map +1 -0
  74. package/dist-cjs/commands/MigrateWorkspaceCommand.js +69 -0
  75. package/dist-cjs/commands/MigrateWorkspaceCommand.js.map +1 -0
  76. package/dist-cjs/commands/ModifyAccountCommand.js +62 -0
  77. package/dist-cjs/commands/ModifyAccountCommand.js.map +1 -0
  78. package/dist-cjs/commands/ModifyClientPropertiesCommand.js +61 -0
  79. package/dist-cjs/commands/ModifyClientPropertiesCommand.js.map +1 -0
  80. package/dist-cjs/commands/ModifySelfservicePermissionsCommand.js +62 -0
  81. package/dist-cjs/commands/ModifySelfservicePermissionsCommand.js.map +1 -0
  82. package/dist-cjs/commands/ModifyWorkspaceAccessPropertiesCommand.js +63 -0
  83. package/dist-cjs/commands/ModifyWorkspaceAccessPropertiesCommand.js.map +1 -0
  84. package/dist-cjs/commands/ModifyWorkspaceCreationPropertiesCommand.js +61 -0
  85. package/dist-cjs/commands/ModifyWorkspaceCreationPropertiesCommand.js.map +1 -0
  86. package/dist-cjs/commands/ModifyWorkspacePropertiesCommand.js +65 -0
  87. package/dist-cjs/commands/ModifyWorkspacePropertiesCommand.js.map +1 -0
  88. package/dist-cjs/commands/ModifyWorkspaceStateCommand.js +66 -0
  89. package/dist-cjs/commands/ModifyWorkspaceStateCommand.js.map +1 -0
  90. package/dist-cjs/commands/RebootWorkspacesCommand.js +64 -0
  91. package/dist-cjs/commands/RebootWorkspacesCommand.js.map +1 -0
  92. package/dist-cjs/commands/RebuildWorkspacesCommand.js +68 -0
  93. package/dist-cjs/commands/RebuildWorkspacesCommand.js.map +1 -0
  94. package/dist-cjs/commands/RegisterWorkspaceDirectoryCommand.js +65 -0
  95. package/dist-cjs/commands/RegisterWorkspaceDirectoryCommand.js.map +1 -0
  96. package/dist-cjs/commands/RestoreWorkspaceCommand.js +68 -0
  97. package/dist-cjs/commands/RestoreWorkspaceCommand.js.map +1 -0
  98. package/dist-cjs/commands/RevokeIpRulesCommand.js +61 -0
  99. package/dist-cjs/commands/RevokeIpRulesCommand.js.map +1 -0
  100. package/dist-cjs/commands/StartWorkspacesCommand.js +63 -0
  101. package/dist-cjs/commands/StartWorkspacesCommand.js.map +1 -0
  102. package/dist-cjs/commands/StopWorkspacesCommand.js +64 -0
  103. package/dist-cjs/commands/StopWorkspacesCommand.js.map +1 -0
  104. package/dist-cjs/commands/TerminateWorkspacesCommand.js +90 -0
  105. package/dist-cjs/commands/TerminateWorkspacesCommand.js.map +1 -0
  106. package/dist-cjs/commands/UpdateConnectionAliasPermissionCommand.js +80 -0
  107. package/dist-cjs/commands/UpdateConnectionAliasPermissionCommand.js.map +1 -0
  108. package/dist-cjs/commands/UpdateRulesOfIpGroupCommand.js +62 -0
  109. package/dist-cjs/commands/UpdateRulesOfIpGroupCommand.js.map +1 -0
  110. package/dist-cjs/commands/UpdateWorkspaceBundleCommand.js +69 -0
  111. package/dist-cjs/commands/UpdateWorkspaceBundleCommand.js.map +1 -0
  112. package/dist-cjs/commands/UpdateWorkspaceImagePermissionCommand.js +86 -0
  113. package/dist-cjs/commands/UpdateWorkspaceImagePermissionCommand.js.map +1 -0
  114. package/{dist/cjs → dist-cjs}/endpoints.js +0 -0
  115. package/dist-cjs/endpoints.js.map +1 -0
  116. package/dist-cjs/index.js +65 -0
  117. package/dist-cjs/index.js.map +1 -0
  118. package/{dist/cjs → dist-cjs}/models/index.js +0 -0
  119. package/dist-cjs/models/index.js.map +1 -0
  120. package/dist-cjs/models/models_0.js +1567 -0
  121. package/dist-cjs/models/models_0.js.map +1 -0
  122. package/dist-cjs/pagination/DescribeWorkspaceBundlesPaginator.js +45 -0
  123. package/dist-cjs/pagination/DescribeWorkspaceBundlesPaginator.js.map +1 -0
  124. package/dist-cjs/pagination/DescribeWorkspaceDirectoriesPaginator.js +45 -0
  125. package/dist-cjs/pagination/DescribeWorkspaceDirectoriesPaginator.js.map +1 -0
  126. package/dist-cjs/pagination/DescribeWorkspacesPaginator.js +46 -0
  127. package/dist-cjs/pagination/DescribeWorkspacesPaginator.js.map +1 -0
  128. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
  129. package/dist-cjs/pagination/Interfaces.js.map +1 -0
  130. package/dist-cjs/protocols/Aws_json1_1.js +6067 -0
  131. package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
  132. package/dist-cjs/runtimeConfig.browser.js +42 -0
  133. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  134. package/dist-cjs/runtimeConfig.js +47 -0
  135. package/dist-cjs/runtimeConfig.js.map +1 -0
  136. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -0
  137. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  138. package/dist-cjs/runtimeConfig.shared.js +21 -0
  139. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  140. package/dist-es/WorkSpaces.js +821 -0
  141. package/dist-es/WorkSpaces.js.map +1 -0
  142. package/dist-es/WorkSpacesClient.js +38 -0
  143. package/dist-es/WorkSpacesClient.js.map +1 -0
  144. package/dist-es/commands/AssociateConnectionAliasCommand.js +40 -0
  145. package/dist-es/commands/AssociateConnectionAliasCommand.js.map +1 -0
  146. package/dist-es/commands/AssociateIpGroupsCommand.js +40 -0
  147. package/dist-es/commands/AssociateIpGroupsCommand.js.map +1 -0
  148. package/dist-es/commands/AuthorizeIpRulesCommand.js +40 -0
  149. package/dist-es/commands/AuthorizeIpRulesCommand.js.map +1 -0
  150. package/dist-es/commands/CopyWorkspaceImageCommand.js +40 -0
  151. package/dist-es/commands/CopyWorkspaceImageCommand.js.map +1 -0
  152. package/dist-es/commands/CreateConnectionAliasCommand.js +40 -0
  153. package/dist-es/commands/CreateConnectionAliasCommand.js.map +1 -0
  154. package/dist-es/commands/CreateIpGroupCommand.js +40 -0
  155. package/dist-es/commands/CreateIpGroupCommand.js.map +1 -0
  156. package/dist-es/commands/CreateTagsCommand.js +40 -0
  157. package/dist-es/commands/CreateTagsCommand.js.map +1 -0
  158. package/dist-es/commands/CreateUpdatedWorkspaceImageCommand.js +40 -0
  159. package/dist-es/commands/CreateUpdatedWorkspaceImageCommand.js.map +1 -0
  160. package/dist-es/commands/CreateWorkspaceBundleCommand.js +40 -0
  161. package/dist-es/commands/CreateWorkspaceBundleCommand.js.map +1 -0
  162. package/dist-es/commands/CreateWorkspacesCommand.js +40 -0
  163. package/dist-es/commands/CreateWorkspacesCommand.js.map +1 -0
  164. package/dist-es/commands/DeleteConnectionAliasCommand.js +40 -0
  165. package/dist-es/commands/DeleteConnectionAliasCommand.js.map +1 -0
  166. package/dist-es/commands/DeleteIpGroupCommand.js +40 -0
  167. package/dist-es/commands/DeleteIpGroupCommand.js.map +1 -0
  168. package/dist-es/commands/DeleteTagsCommand.js +40 -0
  169. package/dist-es/commands/DeleteTagsCommand.js.map +1 -0
  170. package/dist-es/commands/DeleteWorkspaceBundleCommand.js +40 -0
  171. package/dist-es/commands/DeleteWorkspaceBundleCommand.js.map +1 -0
  172. package/dist-es/commands/DeleteWorkspaceImageCommand.js +40 -0
  173. package/dist-es/commands/DeleteWorkspaceImageCommand.js.map +1 -0
  174. package/dist-es/commands/DeregisterWorkspaceDirectoryCommand.js +40 -0
  175. package/dist-es/commands/DeregisterWorkspaceDirectoryCommand.js.map +1 -0
  176. package/dist-es/commands/DescribeAccountCommand.js +40 -0
  177. package/dist-es/commands/DescribeAccountCommand.js.map +1 -0
  178. package/dist-es/commands/DescribeAccountModificationsCommand.js +40 -0
  179. package/dist-es/commands/DescribeAccountModificationsCommand.js.map +1 -0
  180. package/dist-es/commands/DescribeClientPropertiesCommand.js +40 -0
  181. package/dist-es/commands/DescribeClientPropertiesCommand.js.map +1 -0
  182. package/dist-es/commands/DescribeConnectionAliasPermissionsCommand.js +40 -0
  183. package/dist-es/commands/DescribeConnectionAliasPermissionsCommand.js.map +1 -0
  184. package/dist-es/commands/DescribeConnectionAliasesCommand.js +40 -0
  185. package/dist-es/commands/DescribeConnectionAliasesCommand.js.map +1 -0
  186. package/dist-es/commands/DescribeIpGroupsCommand.js +40 -0
  187. package/dist-es/commands/DescribeIpGroupsCommand.js.map +1 -0
  188. package/dist-es/commands/DescribeTagsCommand.js +40 -0
  189. package/dist-es/commands/DescribeTagsCommand.js.map +1 -0
  190. package/dist-es/commands/DescribeWorkspaceBundlesCommand.js +40 -0
  191. package/dist-es/commands/DescribeWorkspaceBundlesCommand.js.map +1 -0
  192. package/dist-es/commands/DescribeWorkspaceDirectoriesCommand.js +40 -0
  193. package/dist-es/commands/DescribeWorkspaceDirectoriesCommand.js.map +1 -0
  194. package/dist-es/commands/DescribeWorkspaceImagePermissionsCommand.js +40 -0
  195. package/dist-es/commands/DescribeWorkspaceImagePermissionsCommand.js.map +1 -0
  196. package/dist-es/commands/DescribeWorkspaceImagesCommand.js +40 -0
  197. package/dist-es/commands/DescribeWorkspaceImagesCommand.js.map +1 -0
  198. package/dist-es/commands/DescribeWorkspaceSnapshotsCommand.js +40 -0
  199. package/dist-es/commands/DescribeWorkspaceSnapshotsCommand.js.map +1 -0
  200. package/dist-es/commands/DescribeWorkspacesCommand.js +40 -0
  201. package/dist-es/commands/DescribeWorkspacesCommand.js.map +1 -0
  202. package/dist-es/commands/DescribeWorkspacesConnectionStatusCommand.js +40 -0
  203. package/dist-es/commands/DescribeWorkspacesConnectionStatusCommand.js.map +1 -0
  204. package/dist-es/commands/DisassociateConnectionAliasCommand.js +40 -0
  205. package/dist-es/commands/DisassociateConnectionAliasCommand.js.map +1 -0
  206. package/dist-es/commands/DisassociateIpGroupsCommand.js +40 -0
  207. package/dist-es/commands/DisassociateIpGroupsCommand.js.map +1 -0
  208. package/dist-es/commands/ImportWorkspaceImageCommand.js +40 -0
  209. package/dist-es/commands/ImportWorkspaceImageCommand.js.map +1 -0
  210. package/dist-es/commands/ListAvailableManagementCidrRangesCommand.js +40 -0
  211. package/dist-es/commands/ListAvailableManagementCidrRangesCommand.js.map +1 -0
  212. package/dist-es/commands/MigrateWorkspaceCommand.js +40 -0
  213. package/dist-es/commands/MigrateWorkspaceCommand.js.map +1 -0
  214. package/dist-es/commands/ModifyAccountCommand.js +40 -0
  215. package/dist-es/commands/ModifyAccountCommand.js.map +1 -0
  216. package/dist-es/commands/ModifyClientPropertiesCommand.js +40 -0
  217. package/dist-es/commands/ModifyClientPropertiesCommand.js.map +1 -0
  218. package/dist-es/commands/ModifySelfservicePermissionsCommand.js +40 -0
  219. package/dist-es/commands/ModifySelfservicePermissionsCommand.js.map +1 -0
  220. package/dist-es/commands/ModifyWorkspaceAccessPropertiesCommand.js +40 -0
  221. package/dist-es/commands/ModifyWorkspaceAccessPropertiesCommand.js.map +1 -0
  222. package/dist-es/commands/ModifyWorkspaceCreationPropertiesCommand.js +40 -0
  223. package/dist-es/commands/ModifyWorkspaceCreationPropertiesCommand.js.map +1 -0
  224. package/dist-es/commands/ModifyWorkspacePropertiesCommand.js +40 -0
  225. package/dist-es/commands/ModifyWorkspacePropertiesCommand.js.map +1 -0
  226. package/dist-es/commands/ModifyWorkspaceStateCommand.js +40 -0
  227. package/dist-es/commands/ModifyWorkspaceStateCommand.js.map +1 -0
  228. package/dist-es/commands/RebootWorkspacesCommand.js +40 -0
  229. package/dist-es/commands/RebootWorkspacesCommand.js.map +1 -0
  230. package/dist-es/commands/RebuildWorkspacesCommand.js +40 -0
  231. package/dist-es/commands/RebuildWorkspacesCommand.js.map +1 -0
  232. package/dist-es/commands/RegisterWorkspaceDirectoryCommand.js +40 -0
  233. package/dist-es/commands/RegisterWorkspaceDirectoryCommand.js.map +1 -0
  234. package/dist-es/commands/RestoreWorkspaceCommand.js +40 -0
  235. package/dist-es/commands/RestoreWorkspaceCommand.js.map +1 -0
  236. package/dist-es/commands/RevokeIpRulesCommand.js +40 -0
  237. package/dist-es/commands/RevokeIpRulesCommand.js.map +1 -0
  238. package/dist-es/commands/StartWorkspacesCommand.js +40 -0
  239. package/dist-es/commands/StartWorkspacesCommand.js.map +1 -0
  240. package/dist-es/commands/StopWorkspacesCommand.js +40 -0
  241. package/dist-es/commands/StopWorkspacesCommand.js.map +1 -0
  242. package/dist-es/commands/TerminateWorkspacesCommand.js +40 -0
  243. package/dist-es/commands/TerminateWorkspacesCommand.js.map +1 -0
  244. package/dist-es/commands/UpdateConnectionAliasPermissionCommand.js +40 -0
  245. package/dist-es/commands/UpdateConnectionAliasPermissionCommand.js.map +1 -0
  246. package/dist-es/commands/UpdateRulesOfIpGroupCommand.js +40 -0
  247. package/dist-es/commands/UpdateRulesOfIpGroupCommand.js.map +1 -0
  248. package/dist-es/commands/UpdateWorkspaceBundleCommand.js +40 -0
  249. package/dist-es/commands/UpdateWorkspaceBundleCommand.js.map +1 -0
  250. package/dist-es/commands/UpdateWorkspaceImagePermissionCommand.js +40 -0
  251. package/dist-es/commands/UpdateWorkspaceImagePermissionCommand.js.map +1 -0
  252. package/{dist/es → dist-es}/endpoints.js +0 -0
  253. package/dist-es/endpoints.js.map +1 -0
  254. package/dist-es/index.js +62 -0
  255. package/dist-es/index.js.map +1 -0
  256. package/{dist/es → dist-es}/models/index.js +0 -0
  257. package/dist-es/models/index.js.map +1 -0
  258. package/dist-es/models/models_0.js +777 -0
  259. package/dist-es/models/models_0.js.map +1 -0
  260. package/dist-es/pagination/DescribeWorkspaceBundlesPaginator.js +74 -0
  261. package/dist-es/pagination/DescribeWorkspaceBundlesPaginator.js.map +1 -0
  262. package/dist-es/pagination/DescribeWorkspaceDirectoriesPaginator.js +74 -0
  263. package/dist-es/pagination/DescribeWorkspaceDirectoriesPaginator.js.map +1 -0
  264. package/dist-es/pagination/DescribeWorkspacesPaginator.js +75 -0
  265. package/dist-es/pagination/DescribeWorkspacesPaginator.js.map +1 -0
  266. package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
  267. package/dist-es/pagination/Interfaces.js.map +1 -0
  268. package/dist-es/protocols/Aws_json1_1.js +6321 -0
  269. package/dist-es/protocols/Aws_json1_1.js.map +1 -0
  270. package/dist-es/runtimeConfig.browser.js +17 -0
  271. package/dist-es/runtimeConfig.browser.js.map +1 -0
  272. package/dist-es/runtimeConfig.js +22 -0
  273. package/dist-es/runtimeConfig.js.map +1 -0
  274. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -0
  275. package/dist-es/runtimeConfig.native.js.map +1 -0
  276. package/dist-es/runtimeConfig.shared.js +14 -0
  277. package/dist-es/runtimeConfig.shared.js.map +1 -0
  278. package/dist-types/WorkSpaces.d.ts +645 -0
  279. package/dist-types/WorkSpacesClient.d.ts +188 -0
  280. package/dist-types/commands/AssociateConnectionAliasCommand.d.ts +42 -0
  281. package/dist-types/commands/AssociateIpGroupsCommand.d.ts +35 -0
  282. package/dist-types/commands/AuthorizeIpRulesCommand.d.ts +37 -0
  283. package/dist-types/commands/CopyWorkspaceImageCommand.d.ts +48 -0
  284. package/dist-types/commands/CreateConnectionAliasCommand.d.ts +37 -0
  285. package/dist-types/commands/CreateIpGroupCommand.d.ts +44 -0
  286. package/dist-types/commands/CreateTagsCommand.d.ts +35 -0
  287. package/dist-types/commands/CreateUpdatedWorkspaceImageCommand.d.ts +58 -0
  288. package/dist-types/commands/CreateWorkspaceBundleCommand.d.ts +37 -0
  289. package/dist-types/commands/CreateWorkspacesCommand.d.ts +36 -0
  290. package/dist-types/commands/DeleteConnectionAliasCommand.d.ts +52 -0
  291. package/dist-types/commands/DeleteIpGroupCommand.d.ts +36 -0
  292. package/dist-types/commands/DeleteTagsCommand.d.ts +35 -0
  293. package/dist-types/commands/DeleteWorkspaceBundleCommand.d.ts +37 -0
  294. package/dist-types/commands/DeleteWorkspaceImageCommand.d.ts +37 -0
  295. package/dist-types/commands/DeregisterWorkspaceDirectoryCommand.d.ts +51 -0
  296. package/dist-types/commands/DescribeAccountCommand.d.ts +36 -0
  297. package/dist-types/commands/DescribeAccountModificationsCommand.d.ts +36 -0
  298. package/dist-types/commands/DescribeClientPropertiesCommand.d.ts +35 -0
  299. package/dist-types/commands/DescribeConnectionAliasPermissionsCommand.d.ts +37 -0
  300. package/dist-types/commands/DescribeConnectionAliasesCommand.d.ts +37 -0
  301. package/dist-types/commands/DescribeIpGroupsCommand.d.ts +35 -0
  302. package/dist-types/commands/DescribeTagsCommand.d.ts +35 -0
  303. package/dist-types/commands/DescribeWorkspaceBundlesCommand.d.ts +36 -0
  304. package/dist-types/commands/DescribeWorkspaceDirectoriesCommand.d.ts +36 -0
  305. package/dist-types/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +36 -0
  306. package/dist-types/commands/DescribeWorkspaceImagesCommand.d.ts +36 -0
  307. package/dist-types/commands/DescribeWorkspaceSnapshotsCommand.d.ts +35 -0
  308. package/dist-types/commands/DescribeWorkspacesCommand.d.ts +37 -0
  309. package/dist-types/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +35 -0
  310. package/dist-types/commands/DisassociateConnectionAliasCommand.d.ts +43 -0
  311. package/dist-types/commands/DisassociateIpGroupsCommand.d.ts +35 -0
  312. package/dist-types/commands/ImportWorkspaceImageCommand.d.ts +39 -0
  313. package/dist-types/commands/ListAvailableManagementCidrRangesCommand.d.ts +43 -0
  314. package/dist-types/commands/MigrateWorkspaceCommand.d.ts +43 -0
  315. package/dist-types/commands/ModifyAccountCommand.d.ts +36 -0
  316. package/dist-types/commands/ModifyClientPropertiesCommand.d.ts +35 -0
  317. package/dist-types/commands/ModifySelfservicePermissionsCommand.d.ts +36 -0
  318. package/dist-types/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +37 -0
  319. package/dist-types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +35 -0
  320. package/dist-types/commands/ModifyWorkspacePropertiesCommand.d.ts +39 -0
  321. package/dist-types/commands/ModifyWorkspaceStateCommand.d.ts +40 -0
  322. package/dist-types/commands/RebootWorkspacesCommand.d.ts +38 -0
  323. package/dist-types/commands/RebuildWorkspacesCommand.d.ts +42 -0
  324. package/dist-types/commands/RegisterWorkspaceDirectoryCommand.d.ts +39 -0
  325. package/dist-types/commands/RestoreWorkspaceCommand.d.ts +42 -0
  326. package/dist-types/commands/RevokeIpRulesCommand.d.ts +35 -0
  327. package/dist-types/commands/StartWorkspacesCommand.d.ts +37 -0
  328. package/dist-types/commands/StopWorkspacesCommand.d.ts +38 -0
  329. package/dist-types/commands/TerminateWorkspacesCommand.d.ts +64 -0
  330. package/dist-types/commands/UpdateConnectionAliasPermissionCommand.d.ts +54 -0
  331. package/dist-types/commands/UpdateRulesOfIpGroupCommand.d.ts +36 -0
  332. package/dist-types/commands/UpdateWorkspaceBundleCommand.d.ts +43 -0
  333. package/dist-types/commands/UpdateWorkspaceImagePermissionCommand.d.ts +60 -0
  334. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  335. package/dist-types/index.d.ts +61 -0
  336. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  337. package/dist-types/models/models_0.d.ts +3053 -0
  338. package/dist-types/pagination/DescribeWorkspaceBundlesPaginator.d.ts +4 -0
  339. package/dist-types/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +4 -0
  340. package/dist-types/pagination/DescribeWorkspacesPaginator.d.ts +4 -0
  341. package/dist-types/pagination/Interfaces.d.ts +6 -0
  342. package/dist-types/protocols/Aws_json1_1.d.ts +164 -0
  343. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  344. package/dist-types/runtimeConfig.d.ts +37 -0
  345. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  346. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  347. package/dist-types/ts3.4/WorkSpaces.d.ts +645 -0
  348. package/dist-types/ts3.4/WorkSpacesClient.d.ts +188 -0
  349. package/dist-types/ts3.4/commands/AssociateConnectionAliasCommand.d.ts +42 -0
  350. package/dist-types/ts3.4/commands/AssociateIpGroupsCommand.d.ts +35 -0
  351. package/dist-types/ts3.4/commands/AuthorizeIpRulesCommand.d.ts +37 -0
  352. package/dist-types/ts3.4/commands/CopyWorkspaceImageCommand.d.ts +48 -0
  353. package/dist-types/ts3.4/commands/CreateConnectionAliasCommand.d.ts +37 -0
  354. package/dist-types/ts3.4/commands/CreateIpGroupCommand.d.ts +44 -0
  355. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +35 -0
  356. package/dist-types/ts3.4/commands/CreateUpdatedWorkspaceImageCommand.d.ts +58 -0
  357. package/dist-types/ts3.4/commands/CreateWorkspaceBundleCommand.d.ts +37 -0
  358. package/dist-types/ts3.4/commands/CreateWorkspacesCommand.d.ts +36 -0
  359. package/dist-types/ts3.4/commands/DeleteConnectionAliasCommand.d.ts +52 -0
  360. package/dist-types/ts3.4/commands/DeleteIpGroupCommand.d.ts +36 -0
  361. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +35 -0
  362. package/dist-types/ts3.4/commands/DeleteWorkspaceBundleCommand.d.ts +37 -0
  363. package/dist-types/ts3.4/commands/DeleteWorkspaceImageCommand.d.ts +37 -0
  364. package/dist-types/ts3.4/commands/DeregisterWorkspaceDirectoryCommand.d.ts +51 -0
  365. package/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +36 -0
  366. package/dist-types/ts3.4/commands/DescribeAccountModificationsCommand.d.ts +36 -0
  367. package/dist-types/ts3.4/commands/DescribeClientPropertiesCommand.d.ts +35 -0
  368. package/dist-types/ts3.4/commands/DescribeConnectionAliasPermissionsCommand.d.ts +37 -0
  369. package/dist-types/ts3.4/commands/DescribeConnectionAliasesCommand.d.ts +37 -0
  370. package/dist-types/ts3.4/commands/DescribeIpGroupsCommand.d.ts +35 -0
  371. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +35 -0
  372. package/dist-types/ts3.4/commands/DescribeWorkspaceBundlesCommand.d.ts +36 -0
  373. package/dist-types/ts3.4/commands/DescribeWorkspaceDirectoriesCommand.d.ts +36 -0
  374. package/dist-types/ts3.4/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +36 -0
  375. package/dist-types/ts3.4/commands/DescribeWorkspaceImagesCommand.d.ts +36 -0
  376. package/dist-types/ts3.4/commands/DescribeWorkspaceSnapshotsCommand.d.ts +35 -0
  377. package/dist-types/ts3.4/commands/DescribeWorkspacesCommand.d.ts +37 -0
  378. package/dist-types/ts3.4/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +35 -0
  379. package/dist-types/ts3.4/commands/DisassociateConnectionAliasCommand.d.ts +43 -0
  380. package/dist-types/ts3.4/commands/DisassociateIpGroupsCommand.d.ts +35 -0
  381. package/dist-types/ts3.4/commands/ImportWorkspaceImageCommand.d.ts +39 -0
  382. package/dist-types/ts3.4/commands/ListAvailableManagementCidrRangesCommand.d.ts +43 -0
  383. package/dist-types/ts3.4/commands/MigrateWorkspaceCommand.d.ts +43 -0
  384. package/dist-types/ts3.4/commands/ModifyAccountCommand.d.ts +36 -0
  385. package/dist-types/ts3.4/commands/ModifyClientPropertiesCommand.d.ts +35 -0
  386. package/dist-types/ts3.4/commands/ModifySelfservicePermissionsCommand.d.ts +36 -0
  387. package/dist-types/ts3.4/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +37 -0
  388. package/dist-types/ts3.4/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +35 -0
  389. package/dist-types/ts3.4/commands/ModifyWorkspacePropertiesCommand.d.ts +39 -0
  390. package/dist-types/ts3.4/commands/ModifyWorkspaceStateCommand.d.ts +40 -0
  391. package/dist-types/ts3.4/commands/RebootWorkspacesCommand.d.ts +38 -0
  392. package/dist-types/ts3.4/commands/RebuildWorkspacesCommand.d.ts +42 -0
  393. package/dist-types/ts3.4/commands/RegisterWorkspaceDirectoryCommand.d.ts +39 -0
  394. package/dist-types/ts3.4/commands/RestoreWorkspaceCommand.d.ts +42 -0
  395. package/dist-types/ts3.4/commands/RevokeIpRulesCommand.d.ts +35 -0
  396. package/dist-types/ts3.4/commands/StartWorkspacesCommand.d.ts +37 -0
  397. package/dist-types/ts3.4/commands/StopWorkspacesCommand.d.ts +38 -0
  398. package/dist-types/ts3.4/commands/TerminateWorkspacesCommand.d.ts +64 -0
  399. package/dist-types/ts3.4/commands/UpdateConnectionAliasPermissionCommand.d.ts +54 -0
  400. package/dist-types/ts3.4/commands/UpdateRulesOfIpGroupCommand.d.ts +36 -0
  401. package/dist-types/ts3.4/commands/UpdateWorkspaceBundleCommand.d.ts +43 -0
  402. package/dist-types/ts3.4/commands/UpdateWorkspaceImagePermissionCommand.d.ts +60 -0
  403. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  404. package/dist-types/ts3.4/index.d.ts +61 -0
  405. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  406. package/dist-types/ts3.4/models/models_0.d.ts +3053 -0
  407. package/dist-types/ts3.4/pagination/DescribeWorkspaceBundlesPaginator.d.ts +4 -0
  408. package/dist-types/ts3.4/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +4 -0
  409. package/dist-types/ts3.4/pagination/DescribeWorkspacesPaginator.d.ts +4 -0
  410. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  411. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +164 -0
  412. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +0 -0
  413. package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
  414. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +0 -0
  415. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  416. package/package.json +42 -42
  417. package/src/WorkSpaces.ts +2243 -0
  418. package/src/WorkSpacesClient.ts +502 -0
  419. package/src/commands/AssociateConnectionAliasCommand.ts +102 -0
  420. package/src/commands/AssociateIpGroupsCommand.ts +95 -0
  421. package/src/commands/AuthorizeIpRulesCommand.ts +97 -0
  422. package/src/commands/CopyWorkspaceImageCommand.ts +108 -0
  423. package/src/commands/CreateConnectionAliasCommand.ts +97 -0
  424. package/src/commands/CreateIpGroupCommand.ts +104 -0
  425. package/src/commands/CreateTagsCommand.ts +95 -0
  426. package/src/commands/CreateUpdatedWorkspaceImageCommand.ts +121 -0
  427. package/src/commands/CreateWorkspaceBundleCommand.ts +97 -0
  428. package/src/commands/CreateWorkspacesCommand.ts +96 -0
  429. package/src/commands/DeleteConnectionAliasCommand.ts +112 -0
  430. package/src/commands/DeleteIpGroupCommand.ts +96 -0
  431. package/src/commands/DeleteTagsCommand.ts +95 -0
  432. package/src/commands/DeleteWorkspaceBundleCommand.ts +97 -0
  433. package/src/commands/DeleteWorkspaceImageCommand.ts +97 -0
  434. package/src/commands/DeregisterWorkspaceDirectoryCommand.ts +116 -0
  435. package/src/commands/DescribeAccountCommand.ts +96 -0
  436. package/src/commands/DescribeAccountModificationsCommand.ts +101 -0
  437. package/src/commands/DescribeClientPropertiesCommand.ts +95 -0
  438. package/src/commands/DescribeConnectionAliasPermissionsCommand.ts +108 -0
  439. package/src/commands/DescribeConnectionAliasesCommand.ts +100 -0
  440. package/src/commands/DescribeIpGroupsCommand.ts +95 -0
  441. package/src/commands/DescribeTagsCommand.ts +95 -0
  442. package/src/commands/DescribeWorkspaceBundlesCommand.ts +96 -0
  443. package/src/commands/DescribeWorkspaceDirectoriesCommand.ts +101 -0
  444. package/src/commands/DescribeWorkspaceImagePermissionsCommand.ts +104 -0
  445. package/src/commands/DescribeWorkspaceImagesCommand.ts +96 -0
  446. package/src/commands/DescribeWorkspaceSnapshotsCommand.ts +98 -0
  447. package/src/commands/DescribeWorkspacesCommand.ts +97 -0
  448. package/src/commands/DescribeWorkspacesConnectionStatusCommand.ts +106 -0
  449. package/src/commands/DisassociateConnectionAliasCommand.ts +106 -0
  450. package/src/commands/DisassociateIpGroupsCommand.ts +95 -0
  451. package/src/commands/ImportWorkspaceImageCommand.ts +99 -0
  452. package/src/commands/ListAvailableManagementCidrRangesCommand.ts +111 -0
  453. package/src/commands/MigrateWorkspaceCommand.ts +103 -0
  454. package/src/commands/ModifyAccountCommand.ts +96 -0
  455. package/src/commands/ModifyClientPropertiesCommand.ts +95 -0
  456. package/src/commands/ModifySelfservicePermissionsCommand.ts +101 -0
  457. package/src/commands/ModifyWorkspaceAccessPropertiesCommand.ts +105 -0
  458. package/src/commands/ModifyWorkspaceCreationPropertiesCommand.ts +103 -0
  459. package/src/commands/ModifyWorkspacePropertiesCommand.ts +102 -0
  460. package/src/commands/ModifyWorkspaceStateCommand.ts +100 -0
  461. package/src/commands/RebootWorkspacesCommand.ts +98 -0
  462. package/src/commands/RebuildWorkspacesCommand.ts +102 -0
  463. package/src/commands/RegisterWorkspaceDirectoryCommand.ts +102 -0
  464. package/src/commands/RestoreWorkspaceCommand.ts +102 -0
  465. package/src/commands/RevokeIpRulesCommand.ts +95 -0
  466. package/src/commands/StartWorkspacesCommand.ts +97 -0
  467. package/src/commands/StopWorkspacesCommand.ts +98 -0
  468. package/src/commands/TerminateWorkspacesCommand.ts +124 -0
  469. package/src/commands/UpdateConnectionAliasPermissionCommand.ts +122 -0
  470. package/src/commands/UpdateRulesOfIpGroupCommand.ts +96 -0
  471. package/src/commands/UpdateWorkspaceBundleCommand.ts +103 -0
  472. package/src/commands/UpdateWorkspaceImagePermissionCommand.ts +128 -0
  473. package/src/endpoints.ts +72 -0
  474. package/src/index.ts +61 -0
  475. package/{models → src/models}/index.ts +0 -0
  476. package/src/models/models_0.ts +3876 -0
  477. package/src/pagination/DescribeWorkspaceBundlesPaginator.ts +58 -0
  478. package/src/pagination/DescribeWorkspaceDirectoriesPaginator.ts +58 -0
  479. package/src/pagination/DescribeWorkspacesPaginator.ts +59 -0
  480. package/src/pagination/Interfaces.ts +8 -0
  481. package/src/protocols/Aws_json1_1.ts +7603 -0
  482. package/src/runtimeConfig.browser.ts +41 -0
  483. package/src/runtimeConfig.native.ts +17 -0
  484. package/src/runtimeConfig.shared.ts +17 -0
  485. package/src/runtimeConfig.ts +46 -0
  486. package/tsconfig.es.json +1 -1
  487. package/tsconfig.json +4 -2
  488. package/tsconfig.types.json +3 -2
  489. package/WorkSpaces.ts +0 -2188
  490. package/WorkSpacesClient.ts +0 -495
  491. package/commands/AssociateConnectionAliasCommand.ts +0 -101
  492. package/commands/AssociateIpGroupsCommand.ts +0 -94
  493. package/commands/AuthorizeIpRulesCommand.ts +0 -96
  494. package/commands/CopyWorkspaceImageCommand.ts +0 -110
  495. package/commands/CreateConnectionAliasCommand.ts +0 -96
  496. package/commands/CreateIpGroupCommand.ts +0 -103
  497. package/commands/CreateTagsCommand.ts +0 -94
  498. package/commands/CreateWorkspaceBundleCommand.ts +0 -96
  499. package/commands/CreateWorkspacesCommand.ts +0 -95
  500. package/commands/DeleteConnectionAliasCommand.ts +0 -111
  501. package/commands/DeleteIpGroupCommand.ts +0 -95
  502. package/commands/DeleteTagsCommand.ts +0 -94
  503. package/commands/DeleteWorkspaceBundleCommand.ts +0 -96
  504. package/commands/DeleteWorkspaceImageCommand.ts +0 -96
  505. package/commands/DeregisterWorkspaceDirectoryCommand.ts +0 -115
  506. package/commands/DescribeAccountCommand.ts +0 -95
  507. package/commands/DescribeAccountModificationsCommand.ts +0 -100
  508. package/commands/DescribeClientPropertiesCommand.ts +0 -94
  509. package/commands/DescribeConnectionAliasPermissionsCommand.ts +0 -107
  510. package/commands/DescribeConnectionAliasesCommand.ts +0 -99
  511. package/commands/DescribeIpGroupsCommand.ts +0 -94
  512. package/commands/DescribeTagsCommand.ts +0 -94
  513. package/commands/DescribeWorkspaceBundlesCommand.ts +0 -95
  514. package/commands/DescribeWorkspaceDirectoriesCommand.ts +0 -100
  515. package/commands/DescribeWorkspaceImagePermissionsCommand.ts +0 -103
  516. package/commands/DescribeWorkspaceImagesCommand.ts +0 -95
  517. package/commands/DescribeWorkspaceSnapshotsCommand.ts +0 -97
  518. package/commands/DescribeWorkspacesCommand.ts +0 -96
  519. package/commands/DescribeWorkspacesConnectionStatusCommand.ts +0 -105
  520. package/commands/DisassociateConnectionAliasCommand.ts +0 -105
  521. package/commands/DisassociateIpGroupsCommand.ts +0 -94
  522. package/commands/ImportWorkspaceImageCommand.ts +0 -98
  523. package/commands/ListAvailableManagementCidrRangesCommand.ts +0 -110
  524. package/commands/MigrateWorkspaceCommand.ts +0 -102
  525. package/commands/ModifyAccountCommand.ts +0 -95
  526. package/commands/ModifyClientPropertiesCommand.ts +0 -94
  527. package/commands/ModifySelfservicePermissionsCommand.ts +0 -100
  528. package/commands/ModifyWorkspaceAccessPropertiesCommand.ts +0 -104
  529. package/commands/ModifyWorkspaceCreationPropertiesCommand.ts +0 -102
  530. package/commands/ModifyWorkspacePropertiesCommand.ts +0 -101
  531. package/commands/ModifyWorkspaceStateCommand.ts +0 -99
  532. package/commands/RebootWorkspacesCommand.ts +0 -97
  533. package/commands/RebuildWorkspacesCommand.ts +0 -101
  534. package/commands/RegisterWorkspaceDirectoryCommand.ts +0 -101
  535. package/commands/RestoreWorkspaceCommand.ts +0 -101
  536. package/commands/RevokeIpRulesCommand.ts +0 -94
  537. package/commands/StartWorkspacesCommand.ts +0 -96
  538. package/commands/StopWorkspacesCommand.ts +0 -97
  539. package/commands/TerminateWorkspacesCommand.ts +0 -123
  540. package/commands/UpdateConnectionAliasPermissionCommand.ts +0 -121
  541. package/commands/UpdateRulesOfIpGroupCommand.ts +0 -95
  542. package/commands/UpdateWorkspaceBundleCommand.ts +0 -102
  543. package/commands/UpdateWorkspaceImagePermissionCommand.ts +0 -130
  544. package/dist/cjs/WorkSpaces.js +0 -808
  545. package/dist/cjs/WorkSpaces.js.map +0 -1
  546. package/dist/cjs/WorkSpacesClient.js +0 -46
  547. package/dist/cjs/WorkSpacesClient.js.map +0 -1
  548. package/dist/cjs/commands/AssociateConnectionAliasCommand.js +0 -68
  549. package/dist/cjs/commands/AssociateConnectionAliasCommand.js.map +0 -1
  550. package/dist/cjs/commands/AssociateIpGroupsCommand.js +0 -61
  551. package/dist/cjs/commands/AssociateIpGroupsCommand.js.map +0 -1
  552. package/dist/cjs/commands/AuthorizeIpRulesCommand.js +0 -63
  553. package/dist/cjs/commands/AuthorizeIpRulesCommand.js.map +0 -1
  554. package/dist/cjs/commands/CopyWorkspaceImageCommand.js +0 -77
  555. package/dist/cjs/commands/CopyWorkspaceImageCommand.js.map +0 -1
  556. package/dist/cjs/commands/CreateConnectionAliasCommand.js +0 -63
  557. package/dist/cjs/commands/CreateConnectionAliasCommand.js.map +0 -1
  558. package/dist/cjs/commands/CreateIpGroupCommand.js +0 -70
  559. package/dist/cjs/commands/CreateIpGroupCommand.js.map +0 -1
  560. package/dist/cjs/commands/CreateTagsCommand.js +0 -61
  561. package/dist/cjs/commands/CreateTagsCommand.js.map +0 -1
  562. package/dist/cjs/commands/CreateWorkspaceBundleCommand.js +0 -63
  563. package/dist/cjs/commands/CreateWorkspaceBundleCommand.js.map +0 -1
  564. package/dist/cjs/commands/CreateWorkspacesCommand.js +0 -62
  565. package/dist/cjs/commands/CreateWorkspacesCommand.js.map +0 -1
  566. package/dist/cjs/commands/DeleteConnectionAliasCommand.js +0 -78
  567. package/dist/cjs/commands/DeleteConnectionAliasCommand.js.map +0 -1
  568. package/dist/cjs/commands/DeleteIpGroupCommand.js +0 -62
  569. package/dist/cjs/commands/DeleteIpGroupCommand.js.map +0 -1
  570. package/dist/cjs/commands/DeleteTagsCommand.js +0 -61
  571. package/dist/cjs/commands/DeleteTagsCommand.js.map +0 -1
  572. package/dist/cjs/commands/DeleteWorkspaceBundleCommand.js +0 -63
  573. package/dist/cjs/commands/DeleteWorkspaceBundleCommand.js.map +0 -1
  574. package/dist/cjs/commands/DeleteWorkspaceImageCommand.js +0 -63
  575. package/dist/cjs/commands/DeleteWorkspaceImageCommand.js.map +0 -1
  576. package/dist/cjs/commands/DeregisterWorkspaceDirectoryCommand.js +0 -77
  577. package/dist/cjs/commands/DeregisterWorkspaceDirectoryCommand.js.map +0 -1
  578. package/dist/cjs/commands/DescribeAccountCommand.js +0 -62
  579. package/dist/cjs/commands/DescribeAccountCommand.js.map +0 -1
  580. package/dist/cjs/commands/DescribeAccountModificationsCommand.js +0 -62
  581. package/dist/cjs/commands/DescribeAccountModificationsCommand.js.map +0 -1
  582. package/dist/cjs/commands/DescribeClientPropertiesCommand.js +0 -61
  583. package/dist/cjs/commands/DescribeClientPropertiesCommand.js.map +0 -1
  584. package/dist/cjs/commands/DescribeConnectionAliasPermissionsCommand.js +0 -63
  585. package/dist/cjs/commands/DescribeConnectionAliasPermissionsCommand.js.map +0 -1
  586. package/dist/cjs/commands/DescribeConnectionAliasesCommand.js +0 -63
  587. package/dist/cjs/commands/DescribeConnectionAliasesCommand.js.map +0 -1
  588. package/dist/cjs/commands/DescribeIpGroupsCommand.js +0 -61
  589. package/dist/cjs/commands/DescribeIpGroupsCommand.js.map +0 -1
  590. package/dist/cjs/commands/DescribeTagsCommand.js +0 -61
  591. package/dist/cjs/commands/DescribeTagsCommand.js.map +0 -1
  592. package/dist/cjs/commands/DescribeWorkspaceBundlesCommand.js +0 -62
  593. package/dist/cjs/commands/DescribeWorkspaceBundlesCommand.js.map +0 -1
  594. package/dist/cjs/commands/DescribeWorkspaceDirectoriesCommand.js +0 -62
  595. package/dist/cjs/commands/DescribeWorkspaceDirectoriesCommand.js.map +0 -1
  596. package/dist/cjs/commands/DescribeWorkspaceImagePermissionsCommand.js +0 -62
  597. package/dist/cjs/commands/DescribeWorkspaceImagePermissionsCommand.js.map +0 -1
  598. package/dist/cjs/commands/DescribeWorkspaceImagesCommand.js +0 -62
  599. package/dist/cjs/commands/DescribeWorkspaceImagesCommand.js.map +0 -1
  600. package/dist/cjs/commands/DescribeWorkspaceSnapshotsCommand.js +0 -61
  601. package/dist/cjs/commands/DescribeWorkspaceSnapshotsCommand.js.map +0 -1
  602. package/dist/cjs/commands/DescribeWorkspacesCommand.js +0 -63
  603. package/dist/cjs/commands/DescribeWorkspacesCommand.js.map +0 -1
  604. package/dist/cjs/commands/DescribeWorkspacesConnectionStatusCommand.js +0 -61
  605. package/dist/cjs/commands/DescribeWorkspacesConnectionStatusCommand.js.map +0 -1
  606. package/dist/cjs/commands/DisassociateConnectionAliasCommand.js +0 -69
  607. package/dist/cjs/commands/DisassociateConnectionAliasCommand.js.map +0 -1
  608. package/dist/cjs/commands/DisassociateIpGroupsCommand.js +0 -61
  609. package/dist/cjs/commands/DisassociateIpGroupsCommand.js.map +0 -1
  610. package/dist/cjs/commands/ImportWorkspaceImageCommand.js +0 -65
  611. package/dist/cjs/commands/ImportWorkspaceImageCommand.js.map +0 -1
  612. package/dist/cjs/commands/ListAvailableManagementCidrRangesCommand.js +0 -69
  613. package/dist/cjs/commands/ListAvailableManagementCidrRangesCommand.js.map +0 -1
  614. package/dist/cjs/commands/MigrateWorkspaceCommand.js +0 -69
  615. package/dist/cjs/commands/MigrateWorkspaceCommand.js.map +0 -1
  616. package/dist/cjs/commands/ModifyAccountCommand.js +0 -62
  617. package/dist/cjs/commands/ModifyAccountCommand.js.map +0 -1
  618. package/dist/cjs/commands/ModifyClientPropertiesCommand.js +0 -61
  619. package/dist/cjs/commands/ModifyClientPropertiesCommand.js.map +0 -1
  620. package/dist/cjs/commands/ModifySelfservicePermissionsCommand.js +0 -62
  621. package/dist/cjs/commands/ModifySelfservicePermissionsCommand.js.map +0 -1
  622. package/dist/cjs/commands/ModifyWorkspaceAccessPropertiesCommand.js +0 -63
  623. package/dist/cjs/commands/ModifyWorkspaceAccessPropertiesCommand.js.map +0 -1
  624. package/dist/cjs/commands/ModifyWorkspaceCreationPropertiesCommand.js +0 -61
  625. package/dist/cjs/commands/ModifyWorkspaceCreationPropertiesCommand.js.map +0 -1
  626. package/dist/cjs/commands/ModifyWorkspacePropertiesCommand.js +0 -65
  627. package/dist/cjs/commands/ModifyWorkspacePropertiesCommand.js.map +0 -1
  628. package/dist/cjs/commands/ModifyWorkspaceStateCommand.js +0 -66
  629. package/dist/cjs/commands/ModifyWorkspaceStateCommand.js.map +0 -1
  630. package/dist/cjs/commands/RebootWorkspacesCommand.js +0 -64
  631. package/dist/cjs/commands/RebootWorkspacesCommand.js.map +0 -1
  632. package/dist/cjs/commands/RebuildWorkspacesCommand.js +0 -68
  633. package/dist/cjs/commands/RebuildWorkspacesCommand.js.map +0 -1
  634. package/dist/cjs/commands/RegisterWorkspaceDirectoryCommand.js +0 -65
  635. package/dist/cjs/commands/RegisterWorkspaceDirectoryCommand.js.map +0 -1
  636. package/dist/cjs/commands/RestoreWorkspaceCommand.js +0 -68
  637. package/dist/cjs/commands/RestoreWorkspaceCommand.js.map +0 -1
  638. package/dist/cjs/commands/RevokeIpRulesCommand.js +0 -61
  639. package/dist/cjs/commands/RevokeIpRulesCommand.js.map +0 -1
  640. package/dist/cjs/commands/StartWorkspacesCommand.js +0 -63
  641. package/dist/cjs/commands/StartWorkspacesCommand.js.map +0 -1
  642. package/dist/cjs/commands/StopWorkspacesCommand.js +0 -64
  643. package/dist/cjs/commands/StopWorkspacesCommand.js.map +0 -1
  644. package/dist/cjs/commands/TerminateWorkspacesCommand.js +0 -90
  645. package/dist/cjs/commands/TerminateWorkspacesCommand.js.map +0 -1
  646. package/dist/cjs/commands/UpdateConnectionAliasPermissionCommand.js +0 -80
  647. package/dist/cjs/commands/UpdateConnectionAliasPermissionCommand.js.map +0 -1
  648. package/dist/cjs/commands/UpdateRulesOfIpGroupCommand.js +0 -62
  649. package/dist/cjs/commands/UpdateRulesOfIpGroupCommand.js.map +0 -1
  650. package/dist/cjs/commands/UpdateWorkspaceBundleCommand.js +0 -69
  651. package/dist/cjs/commands/UpdateWorkspaceBundleCommand.js.map +0 -1
  652. package/dist/cjs/commands/UpdateWorkspaceImagePermissionCommand.js +0 -89
  653. package/dist/cjs/commands/UpdateWorkspaceImagePermissionCommand.js.map +0 -1
  654. package/dist/cjs/endpoints.js.map +0 -1
  655. package/dist/cjs/index.js +0 -64
  656. package/dist/cjs/index.js.map +0 -1
  657. package/dist/cjs/models/index.js.map +0 -1
  658. package/dist/cjs/models/models_0.js +0 -1540
  659. package/dist/cjs/models/models_0.js.map +0 -1
  660. package/dist/cjs/package.json +0 -91
  661. package/dist/cjs/pagination/DescribeWorkspaceBundlesPaginator.js +0 -45
  662. package/dist/cjs/pagination/DescribeWorkspaceBundlesPaginator.js.map +0 -1
  663. package/dist/cjs/pagination/DescribeWorkspaceDirectoriesPaginator.js +0 -45
  664. package/dist/cjs/pagination/DescribeWorkspaceDirectoriesPaginator.js.map +0 -1
  665. package/dist/cjs/pagination/DescribeWorkspacesPaginator.js +0 -46
  666. package/dist/cjs/pagination/DescribeWorkspacesPaginator.js.map +0 -1
  667. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  668. package/dist/cjs/protocols/Aws_json1_1.js +0 -5940
  669. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  670. package/dist/cjs/runtimeConfig.browser.js +0 -41
  671. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  672. package/dist/cjs/runtimeConfig.js +0 -46
  673. package/dist/cjs/runtimeConfig.js.map +0 -1
  674. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  675. package/dist/cjs/runtimeConfig.shared.js +0 -21
  676. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  677. package/dist/es/WorkSpaces.js +0 -806
  678. package/dist/es/WorkSpaces.js.map +0 -1
  679. package/dist/es/WorkSpacesClient.js +0 -38
  680. package/dist/es/WorkSpacesClient.js.map +0 -1
  681. package/dist/es/commands/AssociateConnectionAliasCommand.js +0 -40
  682. package/dist/es/commands/AssociateConnectionAliasCommand.js.map +0 -1
  683. package/dist/es/commands/AssociateIpGroupsCommand.js +0 -40
  684. package/dist/es/commands/AssociateIpGroupsCommand.js.map +0 -1
  685. package/dist/es/commands/AuthorizeIpRulesCommand.js +0 -40
  686. package/dist/es/commands/AuthorizeIpRulesCommand.js.map +0 -1
  687. package/dist/es/commands/CopyWorkspaceImageCommand.js +0 -40
  688. package/dist/es/commands/CopyWorkspaceImageCommand.js.map +0 -1
  689. package/dist/es/commands/CreateConnectionAliasCommand.js +0 -40
  690. package/dist/es/commands/CreateConnectionAliasCommand.js.map +0 -1
  691. package/dist/es/commands/CreateIpGroupCommand.js +0 -40
  692. package/dist/es/commands/CreateIpGroupCommand.js.map +0 -1
  693. package/dist/es/commands/CreateTagsCommand.js +0 -40
  694. package/dist/es/commands/CreateTagsCommand.js.map +0 -1
  695. package/dist/es/commands/CreateWorkspaceBundleCommand.js +0 -40
  696. package/dist/es/commands/CreateWorkspaceBundleCommand.js.map +0 -1
  697. package/dist/es/commands/CreateWorkspacesCommand.js +0 -40
  698. package/dist/es/commands/CreateWorkspacesCommand.js.map +0 -1
  699. package/dist/es/commands/DeleteConnectionAliasCommand.js +0 -40
  700. package/dist/es/commands/DeleteConnectionAliasCommand.js.map +0 -1
  701. package/dist/es/commands/DeleteIpGroupCommand.js +0 -40
  702. package/dist/es/commands/DeleteIpGroupCommand.js.map +0 -1
  703. package/dist/es/commands/DeleteTagsCommand.js +0 -40
  704. package/dist/es/commands/DeleteTagsCommand.js.map +0 -1
  705. package/dist/es/commands/DeleteWorkspaceBundleCommand.js +0 -40
  706. package/dist/es/commands/DeleteWorkspaceBundleCommand.js.map +0 -1
  707. package/dist/es/commands/DeleteWorkspaceImageCommand.js +0 -40
  708. package/dist/es/commands/DeleteWorkspaceImageCommand.js.map +0 -1
  709. package/dist/es/commands/DeregisterWorkspaceDirectoryCommand.js +0 -40
  710. package/dist/es/commands/DeregisterWorkspaceDirectoryCommand.js.map +0 -1
  711. package/dist/es/commands/DescribeAccountCommand.js +0 -40
  712. package/dist/es/commands/DescribeAccountCommand.js.map +0 -1
  713. package/dist/es/commands/DescribeAccountModificationsCommand.js +0 -40
  714. package/dist/es/commands/DescribeAccountModificationsCommand.js.map +0 -1
  715. package/dist/es/commands/DescribeClientPropertiesCommand.js +0 -40
  716. package/dist/es/commands/DescribeClientPropertiesCommand.js.map +0 -1
  717. package/dist/es/commands/DescribeConnectionAliasPermissionsCommand.js +0 -40
  718. package/dist/es/commands/DescribeConnectionAliasPermissionsCommand.js.map +0 -1
  719. package/dist/es/commands/DescribeConnectionAliasesCommand.js +0 -40
  720. package/dist/es/commands/DescribeConnectionAliasesCommand.js.map +0 -1
  721. package/dist/es/commands/DescribeIpGroupsCommand.js +0 -40
  722. package/dist/es/commands/DescribeIpGroupsCommand.js.map +0 -1
  723. package/dist/es/commands/DescribeTagsCommand.js +0 -40
  724. package/dist/es/commands/DescribeTagsCommand.js.map +0 -1
  725. package/dist/es/commands/DescribeWorkspaceBundlesCommand.js +0 -40
  726. package/dist/es/commands/DescribeWorkspaceBundlesCommand.js.map +0 -1
  727. package/dist/es/commands/DescribeWorkspaceDirectoriesCommand.js +0 -40
  728. package/dist/es/commands/DescribeWorkspaceDirectoriesCommand.js.map +0 -1
  729. package/dist/es/commands/DescribeWorkspaceImagePermissionsCommand.js +0 -40
  730. package/dist/es/commands/DescribeWorkspaceImagePermissionsCommand.js.map +0 -1
  731. package/dist/es/commands/DescribeWorkspaceImagesCommand.js +0 -40
  732. package/dist/es/commands/DescribeWorkspaceImagesCommand.js.map +0 -1
  733. package/dist/es/commands/DescribeWorkspaceSnapshotsCommand.js +0 -40
  734. package/dist/es/commands/DescribeWorkspaceSnapshotsCommand.js.map +0 -1
  735. package/dist/es/commands/DescribeWorkspacesCommand.js +0 -40
  736. package/dist/es/commands/DescribeWorkspacesCommand.js.map +0 -1
  737. package/dist/es/commands/DescribeWorkspacesConnectionStatusCommand.js +0 -40
  738. package/dist/es/commands/DescribeWorkspacesConnectionStatusCommand.js.map +0 -1
  739. package/dist/es/commands/DisassociateConnectionAliasCommand.js +0 -40
  740. package/dist/es/commands/DisassociateConnectionAliasCommand.js.map +0 -1
  741. package/dist/es/commands/DisassociateIpGroupsCommand.js +0 -40
  742. package/dist/es/commands/DisassociateIpGroupsCommand.js.map +0 -1
  743. package/dist/es/commands/ImportWorkspaceImageCommand.js +0 -40
  744. package/dist/es/commands/ImportWorkspaceImageCommand.js.map +0 -1
  745. package/dist/es/commands/ListAvailableManagementCidrRangesCommand.js +0 -40
  746. package/dist/es/commands/ListAvailableManagementCidrRangesCommand.js.map +0 -1
  747. package/dist/es/commands/MigrateWorkspaceCommand.js +0 -40
  748. package/dist/es/commands/MigrateWorkspaceCommand.js.map +0 -1
  749. package/dist/es/commands/ModifyAccountCommand.js +0 -40
  750. package/dist/es/commands/ModifyAccountCommand.js.map +0 -1
  751. package/dist/es/commands/ModifyClientPropertiesCommand.js +0 -40
  752. package/dist/es/commands/ModifyClientPropertiesCommand.js.map +0 -1
  753. package/dist/es/commands/ModifySelfservicePermissionsCommand.js +0 -40
  754. package/dist/es/commands/ModifySelfservicePermissionsCommand.js.map +0 -1
  755. package/dist/es/commands/ModifyWorkspaceAccessPropertiesCommand.js +0 -40
  756. package/dist/es/commands/ModifyWorkspaceAccessPropertiesCommand.js.map +0 -1
  757. package/dist/es/commands/ModifyWorkspaceCreationPropertiesCommand.js +0 -40
  758. package/dist/es/commands/ModifyWorkspaceCreationPropertiesCommand.js.map +0 -1
  759. package/dist/es/commands/ModifyWorkspacePropertiesCommand.js +0 -40
  760. package/dist/es/commands/ModifyWorkspacePropertiesCommand.js.map +0 -1
  761. package/dist/es/commands/ModifyWorkspaceStateCommand.js +0 -40
  762. package/dist/es/commands/ModifyWorkspaceStateCommand.js.map +0 -1
  763. package/dist/es/commands/RebootWorkspacesCommand.js +0 -40
  764. package/dist/es/commands/RebootWorkspacesCommand.js.map +0 -1
  765. package/dist/es/commands/RebuildWorkspacesCommand.js +0 -40
  766. package/dist/es/commands/RebuildWorkspacesCommand.js.map +0 -1
  767. package/dist/es/commands/RegisterWorkspaceDirectoryCommand.js +0 -40
  768. package/dist/es/commands/RegisterWorkspaceDirectoryCommand.js.map +0 -1
  769. package/dist/es/commands/RestoreWorkspaceCommand.js +0 -40
  770. package/dist/es/commands/RestoreWorkspaceCommand.js.map +0 -1
  771. package/dist/es/commands/RevokeIpRulesCommand.js +0 -40
  772. package/dist/es/commands/RevokeIpRulesCommand.js.map +0 -1
  773. package/dist/es/commands/StartWorkspacesCommand.js +0 -40
  774. package/dist/es/commands/StartWorkspacesCommand.js.map +0 -1
  775. package/dist/es/commands/StopWorkspacesCommand.js +0 -40
  776. package/dist/es/commands/StopWorkspacesCommand.js.map +0 -1
  777. package/dist/es/commands/TerminateWorkspacesCommand.js +0 -40
  778. package/dist/es/commands/TerminateWorkspacesCommand.js.map +0 -1
  779. package/dist/es/commands/UpdateConnectionAliasPermissionCommand.js +0 -40
  780. package/dist/es/commands/UpdateConnectionAliasPermissionCommand.js.map +0 -1
  781. package/dist/es/commands/UpdateRulesOfIpGroupCommand.js +0 -40
  782. package/dist/es/commands/UpdateRulesOfIpGroupCommand.js.map +0 -1
  783. package/dist/es/commands/UpdateWorkspaceBundleCommand.js +0 -40
  784. package/dist/es/commands/UpdateWorkspaceBundleCommand.js.map +0 -1
  785. package/dist/es/commands/UpdateWorkspaceImagePermissionCommand.js +0 -40
  786. package/dist/es/commands/UpdateWorkspaceImagePermissionCommand.js.map +0 -1
  787. package/dist/es/endpoints.js.map +0 -1
  788. package/dist/es/index.js +0 -61
  789. package/dist/es/index.js.map +0 -1
  790. package/dist/es/models/index.js.map +0 -1
  791. package/dist/es/models/models_0.js +0 -765
  792. package/dist/es/models/models_0.js.map +0 -1
  793. package/dist/es/package.json +0 -91
  794. package/dist/es/pagination/DescribeWorkspaceBundlesPaginator.js +0 -74
  795. package/dist/es/pagination/DescribeWorkspaceBundlesPaginator.js.map +0 -1
  796. package/dist/es/pagination/DescribeWorkspaceDirectoriesPaginator.js +0 -74
  797. package/dist/es/pagination/DescribeWorkspaceDirectoriesPaginator.js.map +0 -1
  798. package/dist/es/pagination/DescribeWorkspacesPaginator.js +0 -75
  799. package/dist/es/pagination/DescribeWorkspacesPaginator.js.map +0 -1
  800. package/dist/es/pagination/Interfaces.js.map +0 -1
  801. package/dist/es/protocols/Aws_json1_1.js +0 -6189
  802. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  803. package/dist/es/runtimeConfig.browser.js +0 -17
  804. package/dist/es/runtimeConfig.browser.js.map +0 -1
  805. package/dist/es/runtimeConfig.js +0 -22
  806. package/dist/es/runtimeConfig.js.map +0 -1
  807. package/dist/es/runtimeConfig.native.js.map +0 -1
  808. package/dist/es/runtimeConfig.shared.js +0 -14
  809. package/dist/es/runtimeConfig.shared.js.map +0 -1
  810. package/dist/types/WorkSpaces.d.ts +0 -621
  811. package/dist/types/WorkSpacesClient.d.ts +0 -187
  812. package/dist/types/commands/AssociateConnectionAliasCommand.d.ts +0 -42
  813. package/dist/types/commands/AssociateIpGroupsCommand.d.ts +0 -35
  814. package/dist/types/commands/AuthorizeIpRulesCommand.d.ts +0 -37
  815. package/dist/types/commands/CopyWorkspaceImageCommand.d.ts +0 -51
  816. package/dist/types/commands/CreateConnectionAliasCommand.d.ts +0 -37
  817. package/dist/types/commands/CreateIpGroupCommand.d.ts +0 -44
  818. package/dist/types/commands/CreateTagsCommand.d.ts +0 -35
  819. package/dist/types/commands/CreateWorkspaceBundleCommand.d.ts +0 -37
  820. package/dist/types/commands/CreateWorkspacesCommand.d.ts +0 -36
  821. package/dist/types/commands/DeleteConnectionAliasCommand.d.ts +0 -52
  822. package/dist/types/commands/DeleteIpGroupCommand.d.ts +0 -36
  823. package/dist/types/commands/DeleteTagsCommand.d.ts +0 -35
  824. package/dist/types/commands/DeleteWorkspaceBundleCommand.d.ts +0 -37
  825. package/dist/types/commands/DeleteWorkspaceImageCommand.d.ts +0 -37
  826. package/dist/types/commands/DeregisterWorkspaceDirectoryCommand.d.ts +0 -51
  827. package/dist/types/commands/DescribeAccountCommand.d.ts +0 -36
  828. package/dist/types/commands/DescribeAccountModificationsCommand.d.ts +0 -36
  829. package/dist/types/commands/DescribeClientPropertiesCommand.d.ts +0 -35
  830. package/dist/types/commands/DescribeConnectionAliasPermissionsCommand.d.ts +0 -37
  831. package/dist/types/commands/DescribeConnectionAliasesCommand.d.ts +0 -37
  832. package/dist/types/commands/DescribeIpGroupsCommand.d.ts +0 -35
  833. package/dist/types/commands/DescribeTagsCommand.d.ts +0 -35
  834. package/dist/types/commands/DescribeWorkspaceBundlesCommand.d.ts +0 -36
  835. package/dist/types/commands/DescribeWorkspaceDirectoriesCommand.d.ts +0 -36
  836. package/dist/types/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +0 -36
  837. package/dist/types/commands/DescribeWorkspaceImagesCommand.d.ts +0 -36
  838. package/dist/types/commands/DescribeWorkspaceSnapshotsCommand.d.ts +0 -35
  839. package/dist/types/commands/DescribeWorkspacesCommand.d.ts +0 -37
  840. package/dist/types/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +0 -35
  841. package/dist/types/commands/DisassociateConnectionAliasCommand.d.ts +0 -43
  842. package/dist/types/commands/DisassociateIpGroupsCommand.d.ts +0 -35
  843. package/dist/types/commands/ImportWorkspaceImageCommand.d.ts +0 -39
  844. package/dist/types/commands/ListAvailableManagementCidrRangesCommand.d.ts +0 -43
  845. package/dist/types/commands/MigrateWorkspaceCommand.d.ts +0 -43
  846. package/dist/types/commands/ModifyAccountCommand.d.ts +0 -36
  847. package/dist/types/commands/ModifyClientPropertiesCommand.d.ts +0 -35
  848. package/dist/types/commands/ModifySelfservicePermissionsCommand.d.ts +0 -36
  849. package/dist/types/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +0 -37
  850. package/dist/types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +0 -35
  851. package/dist/types/commands/ModifyWorkspacePropertiesCommand.d.ts +0 -39
  852. package/dist/types/commands/ModifyWorkspaceStateCommand.d.ts +0 -40
  853. package/dist/types/commands/RebootWorkspacesCommand.d.ts +0 -38
  854. package/dist/types/commands/RebuildWorkspacesCommand.d.ts +0 -42
  855. package/dist/types/commands/RegisterWorkspaceDirectoryCommand.d.ts +0 -39
  856. package/dist/types/commands/RestoreWorkspaceCommand.d.ts +0 -42
  857. package/dist/types/commands/RevokeIpRulesCommand.d.ts +0 -35
  858. package/dist/types/commands/StartWorkspacesCommand.d.ts +0 -37
  859. package/dist/types/commands/StopWorkspacesCommand.d.ts +0 -38
  860. package/dist/types/commands/TerminateWorkspacesCommand.d.ts +0 -64
  861. package/dist/types/commands/UpdateConnectionAliasPermissionCommand.d.ts +0 -54
  862. package/dist/types/commands/UpdateRulesOfIpGroupCommand.d.ts +0 -36
  863. package/dist/types/commands/UpdateWorkspaceBundleCommand.d.ts +0 -43
  864. package/dist/types/commands/UpdateWorkspaceImagePermissionCommand.d.ts +0 -63
  865. package/dist/types/index.d.ts +0 -60
  866. package/dist/types/models/models_0.d.ts +0 -2989
  867. package/dist/types/pagination/DescribeWorkspaceBundlesPaginator.d.ts +0 -4
  868. package/dist/types/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +0 -4
  869. package/dist/types/pagination/DescribeWorkspacesPaginator.d.ts +0 -4
  870. package/dist/types/pagination/Interfaces.d.ts +0 -6
  871. package/dist/types/protocols/Aws_json1_1.d.ts +0 -161
  872. package/dist/types/runtimeConfig.d.ts +0 -37
  873. package/dist/types/ts3.4/WorkSpaces.d.ts +0 -621
  874. package/dist/types/ts3.4/WorkSpacesClient.d.ts +0 -187
  875. package/dist/types/ts3.4/commands/AssociateConnectionAliasCommand.d.ts +0 -42
  876. package/dist/types/ts3.4/commands/AssociateIpGroupsCommand.d.ts +0 -35
  877. package/dist/types/ts3.4/commands/AuthorizeIpRulesCommand.d.ts +0 -37
  878. package/dist/types/ts3.4/commands/CopyWorkspaceImageCommand.d.ts +0 -51
  879. package/dist/types/ts3.4/commands/CreateConnectionAliasCommand.d.ts +0 -37
  880. package/dist/types/ts3.4/commands/CreateIpGroupCommand.d.ts +0 -44
  881. package/dist/types/ts3.4/commands/CreateTagsCommand.d.ts +0 -35
  882. package/dist/types/ts3.4/commands/CreateWorkspaceBundleCommand.d.ts +0 -37
  883. package/dist/types/ts3.4/commands/CreateWorkspacesCommand.d.ts +0 -36
  884. package/dist/types/ts3.4/commands/DeleteConnectionAliasCommand.d.ts +0 -52
  885. package/dist/types/ts3.4/commands/DeleteIpGroupCommand.d.ts +0 -36
  886. package/dist/types/ts3.4/commands/DeleteTagsCommand.d.ts +0 -35
  887. package/dist/types/ts3.4/commands/DeleteWorkspaceBundleCommand.d.ts +0 -37
  888. package/dist/types/ts3.4/commands/DeleteWorkspaceImageCommand.d.ts +0 -37
  889. package/dist/types/ts3.4/commands/DeregisterWorkspaceDirectoryCommand.d.ts +0 -51
  890. package/dist/types/ts3.4/commands/DescribeAccountCommand.d.ts +0 -36
  891. package/dist/types/ts3.4/commands/DescribeAccountModificationsCommand.d.ts +0 -36
  892. package/dist/types/ts3.4/commands/DescribeClientPropertiesCommand.d.ts +0 -35
  893. package/dist/types/ts3.4/commands/DescribeConnectionAliasPermissionsCommand.d.ts +0 -37
  894. package/dist/types/ts3.4/commands/DescribeConnectionAliasesCommand.d.ts +0 -37
  895. package/dist/types/ts3.4/commands/DescribeIpGroupsCommand.d.ts +0 -35
  896. package/dist/types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -35
  897. package/dist/types/ts3.4/commands/DescribeWorkspaceBundlesCommand.d.ts +0 -36
  898. package/dist/types/ts3.4/commands/DescribeWorkspaceDirectoriesCommand.d.ts +0 -36
  899. package/dist/types/ts3.4/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +0 -36
  900. package/dist/types/ts3.4/commands/DescribeWorkspaceImagesCommand.d.ts +0 -36
  901. package/dist/types/ts3.4/commands/DescribeWorkspaceSnapshotsCommand.d.ts +0 -35
  902. package/dist/types/ts3.4/commands/DescribeWorkspacesCommand.d.ts +0 -37
  903. package/dist/types/ts3.4/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +0 -35
  904. package/dist/types/ts3.4/commands/DisassociateConnectionAliasCommand.d.ts +0 -43
  905. package/dist/types/ts3.4/commands/DisassociateIpGroupsCommand.d.ts +0 -35
  906. package/dist/types/ts3.4/commands/ImportWorkspaceImageCommand.d.ts +0 -39
  907. package/dist/types/ts3.4/commands/ListAvailableManagementCidrRangesCommand.d.ts +0 -43
  908. package/dist/types/ts3.4/commands/MigrateWorkspaceCommand.d.ts +0 -43
  909. package/dist/types/ts3.4/commands/ModifyAccountCommand.d.ts +0 -36
  910. package/dist/types/ts3.4/commands/ModifyClientPropertiesCommand.d.ts +0 -35
  911. package/dist/types/ts3.4/commands/ModifySelfservicePermissionsCommand.d.ts +0 -36
  912. package/dist/types/ts3.4/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +0 -37
  913. package/dist/types/ts3.4/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +0 -35
  914. package/dist/types/ts3.4/commands/ModifyWorkspacePropertiesCommand.d.ts +0 -39
  915. package/dist/types/ts3.4/commands/ModifyWorkspaceStateCommand.d.ts +0 -40
  916. package/dist/types/ts3.4/commands/RebootWorkspacesCommand.d.ts +0 -38
  917. package/dist/types/ts3.4/commands/RebuildWorkspacesCommand.d.ts +0 -42
  918. package/dist/types/ts3.4/commands/RegisterWorkspaceDirectoryCommand.d.ts +0 -39
  919. package/dist/types/ts3.4/commands/RestoreWorkspaceCommand.d.ts +0 -42
  920. package/dist/types/ts3.4/commands/RevokeIpRulesCommand.d.ts +0 -35
  921. package/dist/types/ts3.4/commands/StartWorkspacesCommand.d.ts +0 -37
  922. package/dist/types/ts3.4/commands/StopWorkspacesCommand.d.ts +0 -38
  923. package/dist/types/ts3.4/commands/TerminateWorkspacesCommand.d.ts +0 -64
  924. package/dist/types/ts3.4/commands/UpdateConnectionAliasPermissionCommand.d.ts +0 -54
  925. package/dist/types/ts3.4/commands/UpdateRulesOfIpGroupCommand.d.ts +0 -36
  926. package/dist/types/ts3.4/commands/UpdateWorkspaceBundleCommand.d.ts +0 -43
  927. package/dist/types/ts3.4/commands/UpdateWorkspaceImagePermissionCommand.d.ts +0 -63
  928. package/dist/types/ts3.4/index.d.ts +0 -60
  929. package/dist/types/ts3.4/models/models_0.d.ts +0 -2989
  930. package/dist/types/ts3.4/pagination/DescribeWorkspaceBundlesPaginator.d.ts +0 -4
  931. package/dist/types/ts3.4/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +0 -4
  932. package/dist/types/ts3.4/pagination/DescribeWorkspacesPaginator.d.ts +0 -4
  933. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  934. package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -161
  935. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
  936. package/endpoints.ts +0 -72
  937. package/index.ts +0 -60
  938. package/models/models_0.ts +0 -3795
  939. package/pagination/DescribeWorkspaceBundlesPaginator.ts +0 -57
  940. package/pagination/DescribeWorkspaceDirectoriesPaginator.ts +0 -57
  941. package/pagination/DescribeWorkspacesPaginator.ts +0 -58
  942. package/pagination/Interfaces.ts +0 -7
  943. package/protocols/Aws_json1_1.ts +0 -7448
  944. package/runtimeConfig.browser.ts +0 -40
  945. package/runtimeConfig.native.ts +0 -16
  946. package/runtimeConfig.shared.ts +0 -16
  947. package/runtimeConfig.ts +0 -45
@@ -0,0 +1,188 @@
1
+ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
+ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
+ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
+ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
+ import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
+ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
+ import { AssociateConnectionAliasCommandInput, AssociateConnectionAliasCommandOutput } from "./commands/AssociateConnectionAliasCommand";
10
+ import { AssociateIpGroupsCommandInput, AssociateIpGroupsCommandOutput } from "./commands/AssociateIpGroupsCommand";
11
+ import { AuthorizeIpRulesCommandInput, AuthorizeIpRulesCommandOutput } from "./commands/AuthorizeIpRulesCommand";
12
+ import { CopyWorkspaceImageCommandInput, CopyWorkspaceImageCommandOutput } from "./commands/CopyWorkspaceImageCommand";
13
+ import { CreateConnectionAliasCommandInput, CreateConnectionAliasCommandOutput } from "./commands/CreateConnectionAliasCommand";
14
+ import { CreateIpGroupCommandInput, CreateIpGroupCommandOutput } from "./commands/CreateIpGroupCommand";
15
+ import { CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
16
+ import { CreateUpdatedWorkspaceImageCommandInput, CreateUpdatedWorkspaceImageCommandOutput } from "./commands/CreateUpdatedWorkspaceImageCommand";
17
+ import { CreateWorkspaceBundleCommandInput, CreateWorkspaceBundleCommandOutput } from "./commands/CreateWorkspaceBundleCommand";
18
+ import { CreateWorkspacesCommandInput, CreateWorkspacesCommandOutput } from "./commands/CreateWorkspacesCommand";
19
+ import { DeleteConnectionAliasCommandInput, DeleteConnectionAliasCommandOutput } from "./commands/DeleteConnectionAliasCommand";
20
+ import { DeleteIpGroupCommandInput, DeleteIpGroupCommandOutput } from "./commands/DeleteIpGroupCommand";
21
+ import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
22
+ import { DeleteWorkspaceBundleCommandInput, DeleteWorkspaceBundleCommandOutput } from "./commands/DeleteWorkspaceBundleCommand";
23
+ import { DeleteWorkspaceImageCommandInput, DeleteWorkspaceImageCommandOutput } from "./commands/DeleteWorkspaceImageCommand";
24
+ import { DeregisterWorkspaceDirectoryCommandInput, DeregisterWorkspaceDirectoryCommandOutput } from "./commands/DeregisterWorkspaceDirectoryCommand";
25
+ import { DescribeAccountCommandInput, DescribeAccountCommandOutput } from "./commands/DescribeAccountCommand";
26
+ import { DescribeAccountModificationsCommandInput, DescribeAccountModificationsCommandOutput } from "./commands/DescribeAccountModificationsCommand";
27
+ import { DescribeClientPropertiesCommandInput, DescribeClientPropertiesCommandOutput } from "./commands/DescribeClientPropertiesCommand";
28
+ import { DescribeConnectionAliasesCommandInput, DescribeConnectionAliasesCommandOutput } from "./commands/DescribeConnectionAliasesCommand";
29
+ import { DescribeConnectionAliasPermissionsCommandInput, DescribeConnectionAliasPermissionsCommandOutput } from "./commands/DescribeConnectionAliasPermissionsCommand";
30
+ import { DescribeIpGroupsCommandInput, DescribeIpGroupsCommandOutput } from "./commands/DescribeIpGroupsCommand";
31
+ import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
32
+ import { DescribeWorkspaceBundlesCommandInput, DescribeWorkspaceBundlesCommandOutput } from "./commands/DescribeWorkspaceBundlesCommand";
33
+ import { DescribeWorkspaceDirectoriesCommandInput, DescribeWorkspaceDirectoriesCommandOutput } from "./commands/DescribeWorkspaceDirectoriesCommand";
34
+ import { DescribeWorkspaceImagePermissionsCommandInput, DescribeWorkspaceImagePermissionsCommandOutput } from "./commands/DescribeWorkspaceImagePermissionsCommand";
35
+ import { DescribeWorkspaceImagesCommandInput, DescribeWorkspaceImagesCommandOutput } from "./commands/DescribeWorkspaceImagesCommand";
36
+ import { DescribeWorkspacesCommandInput, DescribeWorkspacesCommandOutput } from "./commands/DescribeWorkspacesCommand";
37
+ import { DescribeWorkspacesConnectionStatusCommandInput, DescribeWorkspacesConnectionStatusCommandOutput } from "./commands/DescribeWorkspacesConnectionStatusCommand";
38
+ import { DescribeWorkspaceSnapshotsCommandInput, DescribeWorkspaceSnapshotsCommandOutput } from "./commands/DescribeWorkspaceSnapshotsCommand";
39
+ import { DisassociateConnectionAliasCommandInput, DisassociateConnectionAliasCommandOutput } from "./commands/DisassociateConnectionAliasCommand";
40
+ import { DisassociateIpGroupsCommandInput, DisassociateIpGroupsCommandOutput } from "./commands/DisassociateIpGroupsCommand";
41
+ import { ImportWorkspaceImageCommandInput, ImportWorkspaceImageCommandOutput } from "./commands/ImportWorkspaceImageCommand";
42
+ import { ListAvailableManagementCidrRangesCommandInput, ListAvailableManagementCidrRangesCommandOutput } from "./commands/ListAvailableManagementCidrRangesCommand";
43
+ import { MigrateWorkspaceCommandInput, MigrateWorkspaceCommandOutput } from "./commands/MigrateWorkspaceCommand";
44
+ import { ModifyAccountCommandInput, ModifyAccountCommandOutput } from "./commands/ModifyAccountCommand";
45
+ import { ModifyClientPropertiesCommandInput, ModifyClientPropertiesCommandOutput } from "./commands/ModifyClientPropertiesCommand";
46
+ import { ModifySelfservicePermissionsCommandInput, ModifySelfservicePermissionsCommandOutput } from "./commands/ModifySelfservicePermissionsCommand";
47
+ import { ModifyWorkspaceAccessPropertiesCommandInput, ModifyWorkspaceAccessPropertiesCommandOutput } from "./commands/ModifyWorkspaceAccessPropertiesCommand";
48
+ import { ModifyWorkspaceCreationPropertiesCommandInput, ModifyWorkspaceCreationPropertiesCommandOutput } from "./commands/ModifyWorkspaceCreationPropertiesCommand";
49
+ import { ModifyWorkspacePropertiesCommandInput, ModifyWorkspacePropertiesCommandOutput } from "./commands/ModifyWorkspacePropertiesCommand";
50
+ import { ModifyWorkspaceStateCommandInput, ModifyWorkspaceStateCommandOutput } from "./commands/ModifyWorkspaceStateCommand";
51
+ import { RebootWorkspacesCommandInput, RebootWorkspacesCommandOutput } from "./commands/RebootWorkspacesCommand";
52
+ import { RebuildWorkspacesCommandInput, RebuildWorkspacesCommandOutput } from "./commands/RebuildWorkspacesCommand";
53
+ import { RegisterWorkspaceDirectoryCommandInput, RegisterWorkspaceDirectoryCommandOutput } from "./commands/RegisterWorkspaceDirectoryCommand";
54
+ import { RestoreWorkspaceCommandInput, RestoreWorkspaceCommandOutput } from "./commands/RestoreWorkspaceCommand";
55
+ import { RevokeIpRulesCommandInput, RevokeIpRulesCommandOutput } from "./commands/RevokeIpRulesCommand";
56
+ import { StartWorkspacesCommandInput, StartWorkspacesCommandOutput } from "./commands/StartWorkspacesCommand";
57
+ import { StopWorkspacesCommandInput, StopWorkspacesCommandOutput } from "./commands/StopWorkspacesCommand";
58
+ import { TerminateWorkspacesCommandInput, TerminateWorkspacesCommandOutput } from "./commands/TerminateWorkspacesCommand";
59
+ import { UpdateConnectionAliasPermissionCommandInput, UpdateConnectionAliasPermissionCommandOutput } from "./commands/UpdateConnectionAliasPermissionCommand";
60
+ import { UpdateRulesOfIpGroupCommandInput, UpdateRulesOfIpGroupCommandOutput } from "./commands/UpdateRulesOfIpGroupCommand";
61
+ import { UpdateWorkspaceBundleCommandInput, UpdateWorkspaceBundleCommandOutput } from "./commands/UpdateWorkspaceBundleCommand";
62
+ import { UpdateWorkspaceImagePermissionCommandInput, UpdateWorkspaceImagePermissionCommandOutput } from "./commands/UpdateWorkspaceImagePermissionCommand";
63
+ export declare type ServiceInputTypes = AssociateConnectionAliasCommandInput | AssociateIpGroupsCommandInput | AuthorizeIpRulesCommandInput | CopyWorkspaceImageCommandInput | CreateConnectionAliasCommandInput | CreateIpGroupCommandInput | CreateTagsCommandInput | CreateUpdatedWorkspaceImageCommandInput | CreateWorkspaceBundleCommandInput | CreateWorkspacesCommandInput | DeleteConnectionAliasCommandInput | DeleteIpGroupCommandInput | DeleteTagsCommandInput | DeleteWorkspaceBundleCommandInput | DeleteWorkspaceImageCommandInput | DeregisterWorkspaceDirectoryCommandInput | DescribeAccountCommandInput | DescribeAccountModificationsCommandInput | DescribeClientPropertiesCommandInput | DescribeConnectionAliasPermissionsCommandInput | DescribeConnectionAliasesCommandInput | DescribeIpGroupsCommandInput | DescribeTagsCommandInput | DescribeWorkspaceBundlesCommandInput | DescribeWorkspaceDirectoriesCommandInput | DescribeWorkspaceImagePermissionsCommandInput | DescribeWorkspaceImagesCommandInput | DescribeWorkspaceSnapshotsCommandInput | DescribeWorkspacesCommandInput | DescribeWorkspacesConnectionStatusCommandInput | DisassociateConnectionAliasCommandInput | DisassociateIpGroupsCommandInput | ImportWorkspaceImageCommandInput | ListAvailableManagementCidrRangesCommandInput | MigrateWorkspaceCommandInput | ModifyAccountCommandInput | ModifyClientPropertiesCommandInput | ModifySelfservicePermissionsCommandInput | ModifyWorkspaceAccessPropertiesCommandInput | ModifyWorkspaceCreationPropertiesCommandInput | ModifyWorkspacePropertiesCommandInput | ModifyWorkspaceStateCommandInput | RebootWorkspacesCommandInput | RebuildWorkspacesCommandInput | RegisterWorkspaceDirectoryCommandInput | RestoreWorkspaceCommandInput | RevokeIpRulesCommandInput | StartWorkspacesCommandInput | StopWorkspacesCommandInput | TerminateWorkspacesCommandInput | UpdateConnectionAliasPermissionCommandInput | UpdateRulesOfIpGroupCommandInput | UpdateWorkspaceBundleCommandInput | UpdateWorkspaceImagePermissionCommandInput;
64
+ export declare type ServiceOutputTypes = AssociateConnectionAliasCommandOutput | AssociateIpGroupsCommandOutput | AuthorizeIpRulesCommandOutput | CopyWorkspaceImageCommandOutput | CreateConnectionAliasCommandOutput | CreateIpGroupCommandOutput | CreateTagsCommandOutput | CreateUpdatedWorkspaceImageCommandOutput | CreateWorkspaceBundleCommandOutput | CreateWorkspacesCommandOutput | DeleteConnectionAliasCommandOutput | DeleteIpGroupCommandOutput | DeleteTagsCommandOutput | DeleteWorkspaceBundleCommandOutput | DeleteWorkspaceImageCommandOutput | DeregisterWorkspaceDirectoryCommandOutput | DescribeAccountCommandOutput | DescribeAccountModificationsCommandOutput | DescribeClientPropertiesCommandOutput | DescribeConnectionAliasPermissionsCommandOutput | DescribeConnectionAliasesCommandOutput | DescribeIpGroupsCommandOutput | DescribeTagsCommandOutput | DescribeWorkspaceBundlesCommandOutput | DescribeWorkspaceDirectoriesCommandOutput | DescribeWorkspaceImagePermissionsCommandOutput | DescribeWorkspaceImagesCommandOutput | DescribeWorkspaceSnapshotsCommandOutput | DescribeWorkspacesCommandOutput | DescribeWorkspacesConnectionStatusCommandOutput | DisassociateConnectionAliasCommandOutput | DisassociateIpGroupsCommandOutput | ImportWorkspaceImageCommandOutput | ListAvailableManagementCidrRangesCommandOutput | MigrateWorkspaceCommandOutput | ModifyAccountCommandOutput | ModifyClientPropertiesCommandOutput | ModifySelfservicePermissionsCommandOutput | ModifyWorkspaceAccessPropertiesCommandOutput | ModifyWorkspaceCreationPropertiesCommandOutput | ModifyWorkspacePropertiesCommandOutput | ModifyWorkspaceStateCommandOutput | RebootWorkspacesCommandOutput | RebuildWorkspacesCommandOutput | RegisterWorkspaceDirectoryCommandOutput | RestoreWorkspaceCommandOutput | RevokeIpRulesCommandOutput | StartWorkspacesCommandOutput | StopWorkspacesCommandOutput | TerminateWorkspacesCommandOutput | UpdateConnectionAliasPermissionCommandOutput | UpdateRulesOfIpGroupCommandOutput | UpdateWorkspaceBundleCommandOutput | UpdateWorkspaceImagePermissionCommandOutput;
65
+ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
66
+ /**
67
+ * The HTTP handler to use. Fetch in browser and Https in Nodejs.
68
+ */
69
+ requestHandler?: __HttpHandler;
70
+ /**
71
+ * A constructor for a class implementing the {@link __Hash} interface
72
+ * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
73
+ * @internal
74
+ */
75
+ sha256?: __HashConstructor;
76
+ /**
77
+ * The function that will be used to convert strings into HTTP endpoints.
78
+ * @internal
79
+ */
80
+ urlParser?: __UrlParser;
81
+ /**
82
+ * A function that can calculate the length of a request body.
83
+ * @internal
84
+ */
85
+ bodyLengthChecker?: (body: any) => number | undefined;
86
+ /**
87
+ * A function that converts a stream into an array of bytes.
88
+ * @internal
89
+ */
90
+ streamCollector?: __StreamCollector;
91
+ /**
92
+ * The function that will be used to convert a base64-encoded string to a byte array.
93
+ * @internal
94
+ */
95
+ base64Decoder?: __Decoder;
96
+ /**
97
+ * The function that will be used to convert binary data to a base64-encoded string.
98
+ * @internal
99
+ */
100
+ base64Encoder?: __Encoder;
101
+ /**
102
+ * The function that will be used to convert a UTF8-encoded string to a byte array.
103
+ * @internal
104
+ */
105
+ utf8Decoder?: __Decoder;
106
+ /**
107
+ * The function that will be used to convert binary data to a UTF-8 encoded string.
108
+ * @internal
109
+ */
110
+ utf8Encoder?: __Encoder;
111
+ /**
112
+ * The runtime environment.
113
+ * @internal
114
+ */
115
+ runtime?: string;
116
+ /**
117
+ * Disable dyanamically changing the endpoint of the client based on the hostPrefix
118
+ * trait of an operation.
119
+ */
120
+ disableHostPrefix?: boolean;
121
+ /**
122
+ * Value for how many times a request will be made at most in case of retry.
123
+ */
124
+ maxAttempts?: number | __Provider<number>;
125
+ /**
126
+ * Specifies which retry algorithm to use.
127
+ */
128
+ retryMode?: string | __Provider<string>;
129
+ /**
130
+ * Optional logger for logging debug/info/warn/error.
131
+ */
132
+ logger?: __Logger;
133
+ /**
134
+ * Unique service identifier.
135
+ * @internal
136
+ */
137
+ serviceId?: string;
138
+ /**
139
+ * The AWS region to which this client will send requests
140
+ */
141
+ region?: string | __Provider<string>;
142
+ /**
143
+ * Default credentials provider; Not available in browser runtime.
144
+ * @internal
145
+ */
146
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
147
+ /**
148
+ * Fetch related hostname, signing name or signing region with given region.
149
+ * @internal
150
+ */
151
+ regionInfoProvider?: RegionInfoProvider;
152
+ /**
153
+ * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
154
+ * @internal
155
+ */
156
+ defaultUserAgentProvider?: Provider<__UserAgent>;
157
+ }
158
+ declare type WorkSpacesClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
159
+ /**
160
+ * The configuration interface of WorkSpacesClient class constructor that set the region, credentials and other options.
161
+ */
162
+ export interface WorkSpacesClientConfig extends WorkSpacesClientConfigType {
163
+ }
164
+ declare type WorkSpacesClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
165
+ /**
166
+ * The resolved configuration interface of WorkSpacesClient class. This is resolved and normalized from the {@link WorkSpacesClientConfig | constructor configuration interface}.
167
+ */
168
+ export interface WorkSpacesClientResolvedConfig extends WorkSpacesClientResolvedConfigType {
169
+ }
170
+ /**
171
+ * <fullname>Amazon WorkSpaces Service</fullname>
172
+ * <p>Amazon WorkSpaces enables you to provision virtual, cloud-based Microsoft Windows and
173
+ * Amazon Linux desktops for your users.</p>
174
+ */
175
+ export declare class WorkSpacesClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig> {
176
+ /**
177
+ * The resolved configuration of WorkSpacesClient class. This is resolved and normalized from the {@link WorkSpacesClientConfig | constructor configuration interface}.
178
+ */
179
+ readonly config: WorkSpacesClientResolvedConfig;
180
+ constructor(configuration: WorkSpacesClientConfig);
181
+ /**
182
+ * Destroy underlying resources, like sockets. It's usually not necessary to do this.
183
+ * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
184
+ * Otherwise, sockets might stay open for quite a long time before the server terminates them.
185
+ */
186
+ destroy(): void;
187
+ }
188
+ export {};
@@ -0,0 +1,42 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AssociateConnectionAliasRequest, AssociateConnectionAliasResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
+ export interface AssociateConnectionAliasCommandInput extends AssociateConnectionAliasRequest {
6
+ }
7
+ export interface AssociateConnectionAliasCommandOutput extends AssociateConnectionAliasResult, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Associates the specified connection alias with the specified directory to enable cross-Region redirection.
11
+ * For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html">
12
+ * Cross-Region Redirection for Amazon WorkSpaces</a>.</p>
13
+ *
14
+ * <note>
15
+ * <p>Before performing this operation, call <a href="https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeConnectionAliases.html">
16
+ * DescribeConnectionAliases</a> to make sure that the current state of the connection alias is <code>CREATED</code>.</p>
17
+ * </note>
18
+ * @example
19
+ * Use a bare-bones client and the command you need to make an API call.
20
+ * ```javascript
21
+ * import { WorkSpacesClient, AssociateConnectionAliasCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
22
+ * // const { WorkSpacesClient, AssociateConnectionAliasCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
23
+ * const client = new WorkSpacesClient(config);
24
+ * const command = new AssociateConnectionAliasCommand(input);
25
+ * const response = await client.send(command);
26
+ * ```
27
+ *
28
+ * @see {@link AssociateConnectionAliasCommandInput} for command's `input` shape.
29
+ * @see {@link AssociateConnectionAliasCommandOutput} for command's `response` shape.
30
+ * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
31
+ *
32
+ */
33
+ export declare class AssociateConnectionAliasCommand extends $Command<AssociateConnectionAliasCommandInput, AssociateConnectionAliasCommandOutput, WorkSpacesClientResolvedConfig> {
34
+ readonly input: AssociateConnectionAliasCommandInput;
35
+ constructor(input: AssociateConnectionAliasCommandInput);
36
+ /**
37
+ * @internal
38
+ */
39
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateConnectionAliasCommandInput, AssociateConnectionAliasCommandOutput>;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AssociateIpGroupsRequest, AssociateIpGroupsResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
+ export interface AssociateIpGroupsCommandInput extends AssociateIpGroupsRequest {
6
+ }
7
+ export interface AssociateIpGroupsCommandOutput extends AssociateIpGroupsResult, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Associates the specified IP access control group with the specified directory.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { WorkSpacesClient, AssociateIpGroupsCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
15
+ * // const { WorkSpacesClient, AssociateIpGroupsCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
16
+ * const client = new WorkSpacesClient(config);
17
+ * const command = new AssociateIpGroupsCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link AssociateIpGroupsCommandInput} for command's `input` shape.
22
+ * @see {@link AssociateIpGroupsCommandOutput} for command's `response` shape.
23
+ * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
24
+ *
25
+ */
26
+ export declare class AssociateIpGroupsCommand extends $Command<AssociateIpGroupsCommandInput, AssociateIpGroupsCommandOutput, WorkSpacesClientResolvedConfig> {
27
+ readonly input: AssociateIpGroupsCommandInput;
28
+ constructor(input: AssociateIpGroupsCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateIpGroupsCommandInput, AssociateIpGroupsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,37 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AuthorizeIpRulesRequest, AuthorizeIpRulesResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
+ export interface AuthorizeIpRulesCommandInput extends AuthorizeIpRulesRequest {
6
+ }
7
+ export interface AuthorizeIpRulesCommandOutput extends AuthorizeIpRulesResult, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Adds one or more rules to the specified IP access control group.</p>
11
+ * <p>This action gives users permission to access their WorkSpaces from the CIDR address
12
+ * ranges specified in the rules.</p>
13
+ * @example
14
+ * Use a bare-bones client and the command you need to make an API call.
15
+ * ```javascript
16
+ * import { WorkSpacesClient, AuthorizeIpRulesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
17
+ * // const { WorkSpacesClient, AuthorizeIpRulesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
18
+ * const client = new WorkSpacesClient(config);
19
+ * const command = new AuthorizeIpRulesCommand(input);
20
+ * const response = await client.send(command);
21
+ * ```
22
+ *
23
+ * @see {@link AuthorizeIpRulesCommandInput} for command's `input` shape.
24
+ * @see {@link AuthorizeIpRulesCommandOutput} for command's `response` shape.
25
+ * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
26
+ *
27
+ */
28
+ export declare class AuthorizeIpRulesCommand extends $Command<AuthorizeIpRulesCommandInput, AuthorizeIpRulesCommandOutput, WorkSpacesClientResolvedConfig> {
29
+ readonly input: AuthorizeIpRulesCommandInput;
30
+ constructor(input: AuthorizeIpRulesCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AuthorizeIpRulesCommandInput, AuthorizeIpRulesCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,48 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CopyWorkspaceImageRequest, CopyWorkspaceImageResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
+ export interface CopyWorkspaceImageCommandInput extends CopyWorkspaceImageRequest {
6
+ }
7
+ export interface CopyWorkspaceImageCommandOutput extends CopyWorkspaceImageResult, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Copies the specified image from the specified Region to the current Region.
11
+ * For more information about copying images, see
12
+ * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/copy-custom-image.html">
13
+ * Copy a Custom WorkSpaces Image</a>.</p>
14
+ *
15
+ * <p>In the China (Ningxia) Region, you can copy images only within the same Region.</p>
16
+ *
17
+ * <p>In Amazon Web Services GovCloud (US), to copy images to and from other Regions, contact Amazon Web Services Support.</p>
18
+ *
19
+ * <important>
20
+ * <p>Before copying a shared image, be sure to verify that it has been shared from the
21
+ * correct Amazon Web Services account. To determine if an image has been shared and to see the
22
+ * ID of the Amazon Web Services account that owns an image, use the <a href="https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaceImages.html">DescribeWorkSpaceImages</a> and <a href="https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaceImagePermissions.html">DescribeWorkspaceImagePermissions</a> API operations. </p>
23
+ * </important>
24
+ * @example
25
+ * Use a bare-bones client and the command you need to make an API call.
26
+ * ```javascript
27
+ * import { WorkSpacesClient, CopyWorkspaceImageCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
28
+ * // const { WorkSpacesClient, CopyWorkspaceImageCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
29
+ * const client = new WorkSpacesClient(config);
30
+ * const command = new CopyWorkspaceImageCommand(input);
31
+ * const response = await client.send(command);
32
+ * ```
33
+ *
34
+ * @see {@link CopyWorkspaceImageCommandInput} for command's `input` shape.
35
+ * @see {@link CopyWorkspaceImageCommandOutput} for command's `response` shape.
36
+ * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
37
+ *
38
+ */
39
+ export declare class CopyWorkspaceImageCommand extends $Command<CopyWorkspaceImageCommandInput, CopyWorkspaceImageCommandOutput, WorkSpacesClientResolvedConfig> {
40
+ readonly input: CopyWorkspaceImageCommandInput;
41
+ constructor(input: CopyWorkspaceImageCommandInput);
42
+ /**
43
+ * @internal
44
+ */
45
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CopyWorkspaceImageCommandInput, CopyWorkspaceImageCommandOutput>;
46
+ private serialize;
47
+ private deserialize;
48
+ }
@@ -0,0 +1,37 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateConnectionAliasRequest, CreateConnectionAliasResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
+ export interface CreateConnectionAliasCommandInput extends CreateConnectionAliasRequest {
6
+ }
7
+ export interface CreateConnectionAliasCommandOutput extends CreateConnectionAliasResult, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Creates the specified connection alias for use with cross-Region redirection. For more information, see
11
+ * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html">
12
+ * Cross-Region Redirection for Amazon WorkSpaces</a>.</p>
13
+ * @example
14
+ * Use a bare-bones client and the command you need to make an API call.
15
+ * ```javascript
16
+ * import { WorkSpacesClient, CreateConnectionAliasCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
17
+ * // const { WorkSpacesClient, CreateConnectionAliasCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
18
+ * const client = new WorkSpacesClient(config);
19
+ * const command = new CreateConnectionAliasCommand(input);
20
+ * const response = await client.send(command);
21
+ * ```
22
+ *
23
+ * @see {@link CreateConnectionAliasCommandInput} for command's `input` shape.
24
+ * @see {@link CreateConnectionAliasCommandOutput} for command's `response` shape.
25
+ * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
26
+ *
27
+ */
28
+ export declare class CreateConnectionAliasCommand extends $Command<CreateConnectionAliasCommandInput, CreateConnectionAliasCommandOutput, WorkSpacesClientResolvedConfig> {
29
+ readonly input: CreateConnectionAliasCommandInput;
30
+ constructor(input: CreateConnectionAliasCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConnectionAliasCommandInput, CreateConnectionAliasCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,44 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateIpGroupRequest, CreateIpGroupResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
+ export interface CreateIpGroupCommandInput extends CreateIpGroupRequest {
6
+ }
7
+ export interface CreateIpGroupCommandOutput extends CreateIpGroupResult, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Creates an IP access control group.</p>
11
+ * <p>An IP access control group provides you with the ability to control the IP addresses
12
+ * from which users are allowed to access their WorkSpaces. To specify the CIDR address
13
+ * ranges, add rules to your IP access control group and then associate the group with your
14
+ * directory. You can add rules when you create the group or at any time using <a>AuthorizeIpRules</a>.</p>
15
+ *
16
+ * <p>There is a default IP access control group associated with your directory. If you don't
17
+ * associate an IP access control group with your directory, the default group is used. The
18
+ * default group includes a default rule that allows users to access their WorkSpaces from
19
+ * anywhere. You cannot modify the default IP access control group for your directory.</p>
20
+ * @example
21
+ * Use a bare-bones client and the command you need to make an API call.
22
+ * ```javascript
23
+ * import { WorkSpacesClient, CreateIpGroupCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
24
+ * // const { WorkSpacesClient, CreateIpGroupCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
25
+ * const client = new WorkSpacesClient(config);
26
+ * const command = new CreateIpGroupCommand(input);
27
+ * const response = await client.send(command);
28
+ * ```
29
+ *
30
+ * @see {@link CreateIpGroupCommandInput} for command's `input` shape.
31
+ * @see {@link CreateIpGroupCommandOutput} for command's `response` shape.
32
+ * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
33
+ *
34
+ */
35
+ export declare class CreateIpGroupCommand extends $Command<CreateIpGroupCommandInput, CreateIpGroupCommandOutput, WorkSpacesClientResolvedConfig> {
36
+ readonly input: CreateIpGroupCommandInput;
37
+ constructor(input: CreateIpGroupCommandInput);
38
+ /**
39
+ * @internal
40
+ */
41
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateIpGroupCommandInput, CreateIpGroupCommandOutput>;
42
+ private serialize;
43
+ private deserialize;
44
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateTagsRequest, CreateTagsResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
+ export interface CreateTagsCommandInput extends CreateTagsRequest {
6
+ }
7
+ export interface CreateTagsCommandOutput extends CreateTagsResult, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Creates the specified tags for the specified WorkSpaces resource.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { WorkSpacesClient, CreateTagsCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
15
+ * // const { WorkSpacesClient, CreateTagsCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
16
+ * const client = new WorkSpacesClient(config);
17
+ * const command = new CreateTagsCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link CreateTagsCommandInput} for command's `input` shape.
22
+ * @see {@link CreateTagsCommandOutput} for command's `response` shape.
23
+ * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
24
+ *
25
+ */
26
+ export declare class CreateTagsCommand extends $Command<CreateTagsCommandInput, CreateTagsCommandOutput, WorkSpacesClientResolvedConfig> {
27
+ readonly input: CreateTagsCommandInput;
28
+ constructor(input: CreateTagsCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTagsCommandInput, CreateTagsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,58 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateUpdatedWorkspaceImageRequest, CreateUpdatedWorkspaceImageResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
+ export interface CreateUpdatedWorkspaceImageCommandInput extends CreateUpdatedWorkspaceImageRequest {
6
+ }
7
+ export interface CreateUpdatedWorkspaceImageCommandOutput extends CreateUpdatedWorkspaceImageResult, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Creates a new updated WorkSpace image based on the specified source image. The
11
+ * new updated WorkSpace image has the latest drivers and other updates required by
12
+ * the Amazon WorkSpaces components.</p>
13
+ *
14
+ * <p>To determine which WorkSpace images need to be updated with the latest Amazon
15
+ * WorkSpaces requirements, use
16
+ * <a href="https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaceImages.html">
17
+ * DescribeWorkspaceImages</a>.</p>
18
+ *
19
+ * <note>
20
+ * <ul>
21
+ * <li>
22
+ * <p>Only Windows 10 WorkSpace images can be programmatically updated at this time.</p>
23
+ * </li>
24
+ * <li>
25
+ * <p>Microsoft Windows updates and other application updates are not included
26
+ * in the update process.</p>
27
+ * </li>
28
+ * <li>
29
+ * <p>The source WorkSpace image is not deleted. You can delete the source image after you've
30
+ * verified your new updated image and created a new bundle. </p>
31
+ * </li>
32
+ * </ul>
33
+ * </note>
34
+ * @example
35
+ * Use a bare-bones client and the command you need to make an API call.
36
+ * ```javascript
37
+ * import { WorkSpacesClient, CreateUpdatedWorkspaceImageCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
38
+ * // const { WorkSpacesClient, CreateUpdatedWorkspaceImageCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
39
+ * const client = new WorkSpacesClient(config);
40
+ * const command = new CreateUpdatedWorkspaceImageCommand(input);
41
+ * const response = await client.send(command);
42
+ * ```
43
+ *
44
+ * @see {@link CreateUpdatedWorkspaceImageCommandInput} for command's `input` shape.
45
+ * @see {@link CreateUpdatedWorkspaceImageCommandOutput} for command's `response` shape.
46
+ * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
47
+ *
48
+ */
49
+ export declare class CreateUpdatedWorkspaceImageCommand extends $Command<CreateUpdatedWorkspaceImageCommandInput, CreateUpdatedWorkspaceImageCommandOutput, WorkSpacesClientResolvedConfig> {
50
+ readonly input: CreateUpdatedWorkspaceImageCommandInput;
51
+ constructor(input: CreateUpdatedWorkspaceImageCommandInput);
52
+ /**
53
+ * @internal
54
+ */
55
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateUpdatedWorkspaceImageCommandInput, CreateUpdatedWorkspaceImageCommandOutput>;
56
+ private serialize;
57
+ private deserialize;
58
+ }
@@ -0,0 +1,37 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateWorkspaceBundleRequest, CreateWorkspaceBundleResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
+ export interface CreateWorkspaceBundleCommandInput extends CreateWorkspaceBundleRequest {
6
+ }
7
+ export interface CreateWorkspaceBundleCommandOutput extends CreateWorkspaceBundleResult, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Creates the specified WorkSpace bundle. For more information about creating WorkSpace bundles, see
11
+ * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/create-custom-bundle.html">
12
+ * Create a Custom WorkSpaces Image and Bundle</a>.</p>
13
+ * @example
14
+ * Use a bare-bones client and the command you need to make an API call.
15
+ * ```javascript
16
+ * import { WorkSpacesClient, CreateWorkspaceBundleCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
17
+ * // const { WorkSpacesClient, CreateWorkspaceBundleCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
18
+ * const client = new WorkSpacesClient(config);
19
+ * const command = new CreateWorkspaceBundleCommand(input);
20
+ * const response = await client.send(command);
21
+ * ```
22
+ *
23
+ * @see {@link CreateWorkspaceBundleCommandInput} for command's `input` shape.
24
+ * @see {@link CreateWorkspaceBundleCommandOutput} for command's `response` shape.
25
+ * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
26
+ *
27
+ */
28
+ export declare class CreateWorkspaceBundleCommand extends $Command<CreateWorkspaceBundleCommandInput, CreateWorkspaceBundleCommandOutput, WorkSpacesClientResolvedConfig> {
29
+ readonly input: CreateWorkspaceBundleCommandInput;
30
+ constructor(input: CreateWorkspaceBundleCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWorkspaceBundleCommandInput, CreateWorkspaceBundleCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,36 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateWorkspacesRequest, CreateWorkspacesResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
+ export interface CreateWorkspacesCommandInput extends CreateWorkspacesRequest {
6
+ }
7
+ export interface CreateWorkspacesCommandOutput extends CreateWorkspacesResult, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Creates one or more WorkSpaces.</p>
11
+ * <p>This operation is asynchronous and returns before the WorkSpaces are created.</p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { WorkSpacesClient, CreateWorkspacesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
16
+ * // const { WorkSpacesClient, CreateWorkspacesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
17
+ * const client = new WorkSpacesClient(config);
18
+ * const command = new CreateWorkspacesCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link CreateWorkspacesCommandInput} for command's `input` shape.
23
+ * @see {@link CreateWorkspacesCommandOutput} for command's `response` shape.
24
+ * @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
25
+ *
26
+ */
27
+ export declare class CreateWorkspacesCommand extends $Command<CreateWorkspacesCommandInput, CreateWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
28
+ readonly input: CreateWorkspacesCommandInput;
29
+ constructor(input: CreateWorkspacesCommandInput);
30
+ /**
31
+ * @internal
32
+ */
33
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWorkspacesCommandInput, CreateWorkspacesCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }