@aws-sdk/client-workspaces 3.31.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 (956) hide show
  1. package/CHANGELOG.md +39 -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/endpoints.js +72 -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/models/index.js +5 -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/runtimeConfig.native.js +20 -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/endpoints.js +68 -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/runtimeConfig.native.js +9 -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/runtimeConfig.browser.d.ts +37 -0
  344. package/dist-types/runtimeConfig.d.ts +37 -0
  345. package/dist-types/runtimeConfig.native.d.ts +36 -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/ts3.4/runtimeConfig.browser.d.ts +37 -0
  413. package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
  414. package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
  415. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  416. package/package.json +50 -50
  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 -3
  487. package/tsconfig.json +7 -7
  488. package/tsconfig.types.json +9 -0
  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 +0 -72
  655. package/dist/cjs/endpoints.js.map +0 -1
  656. package/dist/cjs/index.js +0 -64
  657. package/dist/cjs/index.js.map +0 -1
  658. package/dist/cjs/models/index.js +0 -5
  659. package/dist/cjs/models/index.js.map +0 -1
  660. package/dist/cjs/models/models_0.js +0 -1540
  661. package/dist/cjs/models/models_0.js.map +0 -1
  662. package/dist/cjs/package.json +0 -91
  663. package/dist/cjs/pagination/DescribeWorkspaceBundlesPaginator.js +0 -45
  664. package/dist/cjs/pagination/DescribeWorkspaceBundlesPaginator.js.map +0 -1
  665. package/dist/cjs/pagination/DescribeWorkspaceDirectoriesPaginator.js +0 -45
  666. package/dist/cjs/pagination/DescribeWorkspaceDirectoriesPaginator.js.map +0 -1
  667. package/dist/cjs/pagination/DescribeWorkspacesPaginator.js +0 -46
  668. package/dist/cjs/pagination/DescribeWorkspacesPaginator.js.map +0 -1
  669. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  670. package/dist/cjs/protocols/Aws_json1_1.js +0 -5940
  671. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  672. package/dist/cjs/runtimeConfig.browser.js +0 -41
  673. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  674. package/dist/cjs/runtimeConfig.js +0 -46
  675. package/dist/cjs/runtimeConfig.js.map +0 -1
  676. package/dist/cjs/runtimeConfig.native.js +0 -20
  677. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  678. package/dist/cjs/runtimeConfig.shared.js +0 -21
  679. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  680. package/dist/es/WorkSpaces.js +0 -811
  681. package/dist/es/WorkSpaces.js.map +0 -1
  682. package/dist/es/WorkSpacesClient.js +0 -48
  683. package/dist/es/WorkSpacesClient.js.map +0 -1
  684. package/dist/es/commands/AssociateConnectionAliasCommand.js +0 -72
  685. package/dist/es/commands/AssociateConnectionAliasCommand.js.map +0 -1
  686. package/dist/es/commands/AssociateIpGroupsCommand.js +0 -65
  687. package/dist/es/commands/AssociateIpGroupsCommand.js.map +0 -1
  688. package/dist/es/commands/AuthorizeIpRulesCommand.js +0 -67
  689. package/dist/es/commands/AuthorizeIpRulesCommand.js.map +0 -1
  690. package/dist/es/commands/CopyWorkspaceImageCommand.js +0 -81
  691. package/dist/es/commands/CopyWorkspaceImageCommand.js.map +0 -1
  692. package/dist/es/commands/CreateConnectionAliasCommand.js +0 -67
  693. package/dist/es/commands/CreateConnectionAliasCommand.js.map +0 -1
  694. package/dist/es/commands/CreateIpGroupCommand.js +0 -74
  695. package/dist/es/commands/CreateIpGroupCommand.js.map +0 -1
  696. package/dist/es/commands/CreateTagsCommand.js +0 -65
  697. package/dist/es/commands/CreateTagsCommand.js.map +0 -1
  698. package/dist/es/commands/CreateWorkspaceBundleCommand.js +0 -67
  699. package/dist/es/commands/CreateWorkspaceBundleCommand.js.map +0 -1
  700. package/dist/es/commands/CreateWorkspacesCommand.js +0 -66
  701. package/dist/es/commands/CreateWorkspacesCommand.js.map +0 -1
  702. package/dist/es/commands/DeleteConnectionAliasCommand.js +0 -82
  703. package/dist/es/commands/DeleteConnectionAliasCommand.js.map +0 -1
  704. package/dist/es/commands/DeleteIpGroupCommand.js +0 -66
  705. package/dist/es/commands/DeleteIpGroupCommand.js.map +0 -1
  706. package/dist/es/commands/DeleteTagsCommand.js +0 -65
  707. package/dist/es/commands/DeleteTagsCommand.js.map +0 -1
  708. package/dist/es/commands/DeleteWorkspaceBundleCommand.js +0 -67
  709. package/dist/es/commands/DeleteWorkspaceBundleCommand.js.map +0 -1
  710. package/dist/es/commands/DeleteWorkspaceImageCommand.js +0 -67
  711. package/dist/es/commands/DeleteWorkspaceImageCommand.js.map +0 -1
  712. package/dist/es/commands/DeregisterWorkspaceDirectoryCommand.js +0 -81
  713. package/dist/es/commands/DeregisterWorkspaceDirectoryCommand.js.map +0 -1
  714. package/dist/es/commands/DescribeAccountCommand.js +0 -66
  715. package/dist/es/commands/DescribeAccountCommand.js.map +0 -1
  716. package/dist/es/commands/DescribeAccountModificationsCommand.js +0 -66
  717. package/dist/es/commands/DescribeAccountModificationsCommand.js.map +0 -1
  718. package/dist/es/commands/DescribeClientPropertiesCommand.js +0 -65
  719. package/dist/es/commands/DescribeClientPropertiesCommand.js.map +0 -1
  720. package/dist/es/commands/DescribeConnectionAliasPermissionsCommand.js +0 -67
  721. package/dist/es/commands/DescribeConnectionAliasPermissionsCommand.js.map +0 -1
  722. package/dist/es/commands/DescribeConnectionAliasesCommand.js +0 -67
  723. package/dist/es/commands/DescribeConnectionAliasesCommand.js.map +0 -1
  724. package/dist/es/commands/DescribeIpGroupsCommand.js +0 -65
  725. package/dist/es/commands/DescribeIpGroupsCommand.js.map +0 -1
  726. package/dist/es/commands/DescribeTagsCommand.js +0 -65
  727. package/dist/es/commands/DescribeTagsCommand.js.map +0 -1
  728. package/dist/es/commands/DescribeWorkspaceBundlesCommand.js +0 -66
  729. package/dist/es/commands/DescribeWorkspaceBundlesCommand.js.map +0 -1
  730. package/dist/es/commands/DescribeWorkspaceDirectoriesCommand.js +0 -66
  731. package/dist/es/commands/DescribeWorkspaceDirectoriesCommand.js.map +0 -1
  732. package/dist/es/commands/DescribeWorkspaceImagePermissionsCommand.js +0 -66
  733. package/dist/es/commands/DescribeWorkspaceImagePermissionsCommand.js.map +0 -1
  734. package/dist/es/commands/DescribeWorkspaceImagesCommand.js +0 -66
  735. package/dist/es/commands/DescribeWorkspaceImagesCommand.js.map +0 -1
  736. package/dist/es/commands/DescribeWorkspaceSnapshotsCommand.js +0 -65
  737. package/dist/es/commands/DescribeWorkspaceSnapshotsCommand.js.map +0 -1
  738. package/dist/es/commands/DescribeWorkspacesCommand.js +0 -67
  739. package/dist/es/commands/DescribeWorkspacesCommand.js.map +0 -1
  740. package/dist/es/commands/DescribeWorkspacesConnectionStatusCommand.js +0 -65
  741. package/dist/es/commands/DescribeWorkspacesConnectionStatusCommand.js.map +0 -1
  742. package/dist/es/commands/DisassociateConnectionAliasCommand.js +0 -73
  743. package/dist/es/commands/DisassociateConnectionAliasCommand.js.map +0 -1
  744. package/dist/es/commands/DisassociateIpGroupsCommand.js +0 -65
  745. package/dist/es/commands/DisassociateIpGroupsCommand.js.map +0 -1
  746. package/dist/es/commands/ImportWorkspaceImageCommand.js +0 -69
  747. package/dist/es/commands/ImportWorkspaceImageCommand.js.map +0 -1
  748. package/dist/es/commands/ListAvailableManagementCidrRangesCommand.js +0 -73
  749. package/dist/es/commands/ListAvailableManagementCidrRangesCommand.js.map +0 -1
  750. package/dist/es/commands/MigrateWorkspaceCommand.js +0 -73
  751. package/dist/es/commands/MigrateWorkspaceCommand.js.map +0 -1
  752. package/dist/es/commands/ModifyAccountCommand.js +0 -66
  753. package/dist/es/commands/ModifyAccountCommand.js.map +0 -1
  754. package/dist/es/commands/ModifyClientPropertiesCommand.js +0 -65
  755. package/dist/es/commands/ModifyClientPropertiesCommand.js.map +0 -1
  756. package/dist/es/commands/ModifySelfservicePermissionsCommand.js +0 -66
  757. package/dist/es/commands/ModifySelfservicePermissionsCommand.js.map +0 -1
  758. package/dist/es/commands/ModifyWorkspaceAccessPropertiesCommand.js +0 -67
  759. package/dist/es/commands/ModifyWorkspaceAccessPropertiesCommand.js.map +0 -1
  760. package/dist/es/commands/ModifyWorkspaceCreationPropertiesCommand.js +0 -65
  761. package/dist/es/commands/ModifyWorkspaceCreationPropertiesCommand.js.map +0 -1
  762. package/dist/es/commands/ModifyWorkspacePropertiesCommand.js +0 -69
  763. package/dist/es/commands/ModifyWorkspacePropertiesCommand.js.map +0 -1
  764. package/dist/es/commands/ModifyWorkspaceStateCommand.js +0 -70
  765. package/dist/es/commands/ModifyWorkspaceStateCommand.js.map +0 -1
  766. package/dist/es/commands/RebootWorkspacesCommand.js +0 -68
  767. package/dist/es/commands/RebootWorkspacesCommand.js.map +0 -1
  768. package/dist/es/commands/RebuildWorkspacesCommand.js +0 -72
  769. package/dist/es/commands/RebuildWorkspacesCommand.js.map +0 -1
  770. package/dist/es/commands/RegisterWorkspaceDirectoryCommand.js +0 -69
  771. package/dist/es/commands/RegisterWorkspaceDirectoryCommand.js.map +0 -1
  772. package/dist/es/commands/RestoreWorkspaceCommand.js +0 -72
  773. package/dist/es/commands/RestoreWorkspaceCommand.js.map +0 -1
  774. package/dist/es/commands/RevokeIpRulesCommand.js +0 -65
  775. package/dist/es/commands/RevokeIpRulesCommand.js.map +0 -1
  776. package/dist/es/commands/StartWorkspacesCommand.js +0 -67
  777. package/dist/es/commands/StartWorkspacesCommand.js.map +0 -1
  778. package/dist/es/commands/StopWorkspacesCommand.js +0 -68
  779. package/dist/es/commands/StopWorkspacesCommand.js.map +0 -1
  780. package/dist/es/commands/TerminateWorkspacesCommand.js +0 -94
  781. package/dist/es/commands/TerminateWorkspacesCommand.js.map +0 -1
  782. package/dist/es/commands/UpdateConnectionAliasPermissionCommand.js +0 -84
  783. package/dist/es/commands/UpdateConnectionAliasPermissionCommand.js.map +0 -1
  784. package/dist/es/commands/UpdateRulesOfIpGroupCommand.js +0 -66
  785. package/dist/es/commands/UpdateRulesOfIpGroupCommand.js.map +0 -1
  786. package/dist/es/commands/UpdateWorkspaceBundleCommand.js +0 -73
  787. package/dist/es/commands/UpdateWorkspaceBundleCommand.js.map +0 -1
  788. package/dist/es/commands/UpdateWorkspaceImagePermissionCommand.js +0 -93
  789. package/dist/es/commands/UpdateWorkspaceImagePermissionCommand.js.map +0 -1
  790. package/dist/es/endpoints.js +0 -68
  791. package/dist/es/endpoints.js.map +0 -1
  792. package/dist/es/index.js +0 -61
  793. package/dist/es/index.js.map +0 -1
  794. package/dist/es/models/index.js.map +0 -1
  795. package/dist/es/models/models_0.js +0 -1227
  796. package/dist/es/models/models_0.js.map +0 -1
  797. package/dist/es/package.json +0 -91
  798. package/dist/es/pagination/DescribeWorkspaceBundlesPaginator.js +0 -86
  799. package/dist/es/pagination/DescribeWorkspaceBundlesPaginator.js.map +0 -1
  800. package/dist/es/pagination/DescribeWorkspaceDirectoriesPaginator.js +0 -86
  801. package/dist/es/pagination/DescribeWorkspaceDirectoriesPaginator.js.map +0 -1
  802. package/dist/es/pagination/DescribeWorkspacesPaginator.js +0 -87
  803. package/dist/es/pagination/DescribeWorkspacesPaginator.js.map +0 -1
  804. package/dist/es/pagination/Interfaces.js.map +0 -1
  805. package/dist/es/protocols/Aws_json1_1.js +0 -6194
  806. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  807. package/dist/es/runtimeConfig.browser.js +0 -20
  808. package/dist/es/runtimeConfig.browser.js.map +0 -1
  809. package/dist/es/runtimeConfig.js +0 -25
  810. package/dist/es/runtimeConfig.js.map +0 -1
  811. package/dist/es/runtimeConfig.native.js +0 -12
  812. package/dist/es/runtimeConfig.native.js.map +0 -1
  813. package/dist/es/runtimeConfig.shared.js +0 -17
  814. package/dist/es/runtimeConfig.shared.js.map +0 -1
  815. package/dist/types/WorkSpaces.d.ts +0 -621
  816. package/dist/types/WorkSpacesClient.d.ts +0 -187
  817. package/dist/types/commands/AssociateConnectionAliasCommand.d.ts +0 -42
  818. package/dist/types/commands/AssociateIpGroupsCommand.d.ts +0 -35
  819. package/dist/types/commands/AuthorizeIpRulesCommand.d.ts +0 -37
  820. package/dist/types/commands/CopyWorkspaceImageCommand.d.ts +0 -51
  821. package/dist/types/commands/CreateConnectionAliasCommand.d.ts +0 -37
  822. package/dist/types/commands/CreateIpGroupCommand.d.ts +0 -44
  823. package/dist/types/commands/CreateTagsCommand.d.ts +0 -35
  824. package/dist/types/commands/CreateWorkspaceBundleCommand.d.ts +0 -37
  825. package/dist/types/commands/CreateWorkspacesCommand.d.ts +0 -36
  826. package/dist/types/commands/DeleteConnectionAliasCommand.d.ts +0 -52
  827. package/dist/types/commands/DeleteIpGroupCommand.d.ts +0 -36
  828. package/dist/types/commands/DeleteTagsCommand.d.ts +0 -35
  829. package/dist/types/commands/DeleteWorkspaceBundleCommand.d.ts +0 -37
  830. package/dist/types/commands/DeleteWorkspaceImageCommand.d.ts +0 -37
  831. package/dist/types/commands/DeregisterWorkspaceDirectoryCommand.d.ts +0 -51
  832. package/dist/types/commands/DescribeAccountCommand.d.ts +0 -36
  833. package/dist/types/commands/DescribeAccountModificationsCommand.d.ts +0 -36
  834. package/dist/types/commands/DescribeClientPropertiesCommand.d.ts +0 -35
  835. package/dist/types/commands/DescribeConnectionAliasPermissionsCommand.d.ts +0 -37
  836. package/dist/types/commands/DescribeConnectionAliasesCommand.d.ts +0 -37
  837. package/dist/types/commands/DescribeIpGroupsCommand.d.ts +0 -35
  838. package/dist/types/commands/DescribeTagsCommand.d.ts +0 -35
  839. package/dist/types/commands/DescribeWorkspaceBundlesCommand.d.ts +0 -36
  840. package/dist/types/commands/DescribeWorkspaceDirectoriesCommand.d.ts +0 -36
  841. package/dist/types/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +0 -36
  842. package/dist/types/commands/DescribeWorkspaceImagesCommand.d.ts +0 -36
  843. package/dist/types/commands/DescribeWorkspaceSnapshotsCommand.d.ts +0 -35
  844. package/dist/types/commands/DescribeWorkspacesCommand.d.ts +0 -37
  845. package/dist/types/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +0 -35
  846. package/dist/types/commands/DisassociateConnectionAliasCommand.d.ts +0 -43
  847. package/dist/types/commands/DisassociateIpGroupsCommand.d.ts +0 -35
  848. package/dist/types/commands/ImportWorkspaceImageCommand.d.ts +0 -39
  849. package/dist/types/commands/ListAvailableManagementCidrRangesCommand.d.ts +0 -43
  850. package/dist/types/commands/MigrateWorkspaceCommand.d.ts +0 -43
  851. package/dist/types/commands/ModifyAccountCommand.d.ts +0 -36
  852. package/dist/types/commands/ModifyClientPropertiesCommand.d.ts +0 -35
  853. package/dist/types/commands/ModifySelfservicePermissionsCommand.d.ts +0 -36
  854. package/dist/types/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +0 -37
  855. package/dist/types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +0 -35
  856. package/dist/types/commands/ModifyWorkspacePropertiesCommand.d.ts +0 -39
  857. package/dist/types/commands/ModifyWorkspaceStateCommand.d.ts +0 -40
  858. package/dist/types/commands/RebootWorkspacesCommand.d.ts +0 -38
  859. package/dist/types/commands/RebuildWorkspacesCommand.d.ts +0 -42
  860. package/dist/types/commands/RegisterWorkspaceDirectoryCommand.d.ts +0 -39
  861. package/dist/types/commands/RestoreWorkspaceCommand.d.ts +0 -42
  862. package/dist/types/commands/RevokeIpRulesCommand.d.ts +0 -35
  863. package/dist/types/commands/StartWorkspacesCommand.d.ts +0 -37
  864. package/dist/types/commands/StopWorkspacesCommand.d.ts +0 -38
  865. package/dist/types/commands/TerminateWorkspacesCommand.d.ts +0 -64
  866. package/dist/types/commands/UpdateConnectionAliasPermissionCommand.d.ts +0 -54
  867. package/dist/types/commands/UpdateRulesOfIpGroupCommand.d.ts +0 -36
  868. package/dist/types/commands/UpdateWorkspaceBundleCommand.d.ts +0 -43
  869. package/dist/types/commands/UpdateWorkspaceImagePermissionCommand.d.ts +0 -63
  870. package/dist/types/index.d.ts +0 -60
  871. package/dist/types/models/models_0.d.ts +0 -2989
  872. package/dist/types/pagination/DescribeWorkspaceBundlesPaginator.d.ts +0 -4
  873. package/dist/types/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +0 -4
  874. package/dist/types/pagination/DescribeWorkspacesPaginator.d.ts +0 -4
  875. package/dist/types/pagination/Interfaces.d.ts +0 -6
  876. package/dist/types/protocols/Aws_json1_1.d.ts +0 -161
  877. package/dist/types/runtimeConfig.browser.d.ts +0 -36
  878. package/dist/types/runtimeConfig.d.ts +0 -36
  879. package/dist/types/runtimeConfig.native.d.ts +0 -35
  880. package/dist/types/ts3.4/WorkSpaces.d.ts +0 -621
  881. package/dist/types/ts3.4/WorkSpacesClient.d.ts +0 -187
  882. package/dist/types/ts3.4/commands/AssociateConnectionAliasCommand.d.ts +0 -42
  883. package/dist/types/ts3.4/commands/AssociateIpGroupsCommand.d.ts +0 -35
  884. package/dist/types/ts3.4/commands/AuthorizeIpRulesCommand.d.ts +0 -37
  885. package/dist/types/ts3.4/commands/CopyWorkspaceImageCommand.d.ts +0 -51
  886. package/dist/types/ts3.4/commands/CreateConnectionAliasCommand.d.ts +0 -37
  887. package/dist/types/ts3.4/commands/CreateIpGroupCommand.d.ts +0 -44
  888. package/dist/types/ts3.4/commands/CreateTagsCommand.d.ts +0 -35
  889. package/dist/types/ts3.4/commands/CreateWorkspaceBundleCommand.d.ts +0 -37
  890. package/dist/types/ts3.4/commands/CreateWorkspacesCommand.d.ts +0 -36
  891. package/dist/types/ts3.4/commands/DeleteConnectionAliasCommand.d.ts +0 -52
  892. package/dist/types/ts3.4/commands/DeleteIpGroupCommand.d.ts +0 -36
  893. package/dist/types/ts3.4/commands/DeleteTagsCommand.d.ts +0 -35
  894. package/dist/types/ts3.4/commands/DeleteWorkspaceBundleCommand.d.ts +0 -37
  895. package/dist/types/ts3.4/commands/DeleteWorkspaceImageCommand.d.ts +0 -37
  896. package/dist/types/ts3.4/commands/DeregisterWorkspaceDirectoryCommand.d.ts +0 -51
  897. package/dist/types/ts3.4/commands/DescribeAccountCommand.d.ts +0 -36
  898. package/dist/types/ts3.4/commands/DescribeAccountModificationsCommand.d.ts +0 -36
  899. package/dist/types/ts3.4/commands/DescribeClientPropertiesCommand.d.ts +0 -35
  900. package/dist/types/ts3.4/commands/DescribeConnectionAliasPermissionsCommand.d.ts +0 -37
  901. package/dist/types/ts3.4/commands/DescribeConnectionAliasesCommand.d.ts +0 -37
  902. package/dist/types/ts3.4/commands/DescribeIpGroupsCommand.d.ts +0 -35
  903. package/dist/types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -35
  904. package/dist/types/ts3.4/commands/DescribeWorkspaceBundlesCommand.d.ts +0 -36
  905. package/dist/types/ts3.4/commands/DescribeWorkspaceDirectoriesCommand.d.ts +0 -36
  906. package/dist/types/ts3.4/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +0 -36
  907. package/dist/types/ts3.4/commands/DescribeWorkspaceImagesCommand.d.ts +0 -36
  908. package/dist/types/ts3.4/commands/DescribeWorkspaceSnapshotsCommand.d.ts +0 -35
  909. package/dist/types/ts3.4/commands/DescribeWorkspacesCommand.d.ts +0 -37
  910. package/dist/types/ts3.4/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +0 -35
  911. package/dist/types/ts3.4/commands/DisassociateConnectionAliasCommand.d.ts +0 -43
  912. package/dist/types/ts3.4/commands/DisassociateIpGroupsCommand.d.ts +0 -35
  913. package/dist/types/ts3.4/commands/ImportWorkspaceImageCommand.d.ts +0 -39
  914. package/dist/types/ts3.4/commands/ListAvailableManagementCidrRangesCommand.d.ts +0 -43
  915. package/dist/types/ts3.4/commands/MigrateWorkspaceCommand.d.ts +0 -43
  916. package/dist/types/ts3.4/commands/ModifyAccountCommand.d.ts +0 -36
  917. package/dist/types/ts3.4/commands/ModifyClientPropertiesCommand.d.ts +0 -35
  918. package/dist/types/ts3.4/commands/ModifySelfservicePermissionsCommand.d.ts +0 -36
  919. package/dist/types/ts3.4/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +0 -37
  920. package/dist/types/ts3.4/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +0 -35
  921. package/dist/types/ts3.4/commands/ModifyWorkspacePropertiesCommand.d.ts +0 -39
  922. package/dist/types/ts3.4/commands/ModifyWorkspaceStateCommand.d.ts +0 -40
  923. package/dist/types/ts3.4/commands/RebootWorkspacesCommand.d.ts +0 -38
  924. package/dist/types/ts3.4/commands/RebuildWorkspacesCommand.d.ts +0 -42
  925. package/dist/types/ts3.4/commands/RegisterWorkspaceDirectoryCommand.d.ts +0 -39
  926. package/dist/types/ts3.4/commands/RestoreWorkspaceCommand.d.ts +0 -42
  927. package/dist/types/ts3.4/commands/RevokeIpRulesCommand.d.ts +0 -35
  928. package/dist/types/ts3.4/commands/StartWorkspacesCommand.d.ts +0 -37
  929. package/dist/types/ts3.4/commands/StopWorkspacesCommand.d.ts +0 -38
  930. package/dist/types/ts3.4/commands/TerminateWorkspacesCommand.d.ts +0 -64
  931. package/dist/types/ts3.4/commands/UpdateConnectionAliasPermissionCommand.d.ts +0 -54
  932. package/dist/types/ts3.4/commands/UpdateRulesOfIpGroupCommand.d.ts +0 -36
  933. package/dist/types/ts3.4/commands/UpdateWorkspaceBundleCommand.d.ts +0 -43
  934. package/dist/types/ts3.4/commands/UpdateWorkspaceImagePermissionCommand.d.ts +0 -63
  935. package/dist/types/ts3.4/index.d.ts +0 -60
  936. package/dist/types/ts3.4/models/models_0.d.ts +0 -2989
  937. package/dist/types/ts3.4/pagination/DescribeWorkspaceBundlesPaginator.d.ts +0 -4
  938. package/dist/types/ts3.4/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +0 -4
  939. package/dist/types/ts3.4/pagination/DescribeWorkspacesPaginator.d.ts +0 -4
  940. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  941. package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -161
  942. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
  943. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
  944. package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
  945. package/endpoints.ts +0 -72
  946. package/index.ts +0 -60
  947. package/models/models_0.ts +0 -3795
  948. package/pagination/DescribeWorkspaceBundlesPaginator.ts +0 -57
  949. package/pagination/DescribeWorkspaceDirectoriesPaginator.ts +0 -57
  950. package/pagination/DescribeWorkspacesPaginator.ts +0 -58
  951. package/pagination/Interfaces.ts +0 -7
  952. package/protocols/Aws_json1_1.ts +0 -7448
  953. package/runtimeConfig.browser.ts +0 -40
  954. package/runtimeConfig.native.ts +0 -16
  955. package/runtimeConfig.shared.ts +0 -16
  956. package/runtimeConfig.ts +0 -45
@@ -1,621 +0,0 @@
1
- import { WorkSpacesClient } from "./WorkSpacesClient";
2
- import { AssociateConnectionAliasCommandInput, AssociateConnectionAliasCommandOutput } from "./commands/AssociateConnectionAliasCommand";
3
- import { AssociateIpGroupsCommandInput, AssociateIpGroupsCommandOutput } from "./commands/AssociateIpGroupsCommand";
4
- import { AuthorizeIpRulesCommandInput, AuthorizeIpRulesCommandOutput } from "./commands/AuthorizeIpRulesCommand";
5
- import { CopyWorkspaceImageCommandInput, CopyWorkspaceImageCommandOutput } from "./commands/CopyWorkspaceImageCommand";
6
- import { CreateConnectionAliasCommandInput, CreateConnectionAliasCommandOutput } from "./commands/CreateConnectionAliasCommand";
7
- import { CreateIpGroupCommandInput, CreateIpGroupCommandOutput } from "./commands/CreateIpGroupCommand";
8
- import { CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
9
- import { CreateWorkspaceBundleCommandInput, CreateWorkspaceBundleCommandOutput } from "./commands/CreateWorkspaceBundleCommand";
10
- import { CreateWorkspacesCommandInput, CreateWorkspacesCommandOutput } from "./commands/CreateWorkspacesCommand";
11
- import { DeleteConnectionAliasCommandInput, DeleteConnectionAliasCommandOutput } from "./commands/DeleteConnectionAliasCommand";
12
- import { DeleteIpGroupCommandInput, DeleteIpGroupCommandOutput } from "./commands/DeleteIpGroupCommand";
13
- import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
14
- import { DeleteWorkspaceBundleCommandInput, DeleteWorkspaceBundleCommandOutput } from "./commands/DeleteWorkspaceBundleCommand";
15
- import { DeleteWorkspaceImageCommandInput, DeleteWorkspaceImageCommandOutput } from "./commands/DeleteWorkspaceImageCommand";
16
- import { DeregisterWorkspaceDirectoryCommandInput, DeregisterWorkspaceDirectoryCommandOutput } from "./commands/DeregisterWorkspaceDirectoryCommand";
17
- import { DescribeAccountCommandInput, DescribeAccountCommandOutput } from "./commands/DescribeAccountCommand";
18
- import { DescribeAccountModificationsCommandInput, DescribeAccountModificationsCommandOutput } from "./commands/DescribeAccountModificationsCommand";
19
- import { DescribeClientPropertiesCommandInput, DescribeClientPropertiesCommandOutput } from "./commands/DescribeClientPropertiesCommand";
20
- import { DescribeConnectionAliasPermissionsCommandInput, DescribeConnectionAliasPermissionsCommandOutput } from "./commands/DescribeConnectionAliasPermissionsCommand";
21
- import { DescribeConnectionAliasesCommandInput, DescribeConnectionAliasesCommandOutput } from "./commands/DescribeConnectionAliasesCommand";
22
- import { DescribeIpGroupsCommandInput, DescribeIpGroupsCommandOutput } from "./commands/DescribeIpGroupsCommand";
23
- import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
24
- import { DescribeWorkspaceBundlesCommandInput, DescribeWorkspaceBundlesCommandOutput } from "./commands/DescribeWorkspaceBundlesCommand";
25
- import { DescribeWorkspaceDirectoriesCommandInput, DescribeWorkspaceDirectoriesCommandOutput } from "./commands/DescribeWorkspaceDirectoriesCommand";
26
- import { DescribeWorkspaceImagePermissionsCommandInput, DescribeWorkspaceImagePermissionsCommandOutput } from "./commands/DescribeWorkspaceImagePermissionsCommand";
27
- import { DescribeWorkspaceImagesCommandInput, DescribeWorkspaceImagesCommandOutput } from "./commands/DescribeWorkspaceImagesCommand";
28
- import { DescribeWorkspaceSnapshotsCommandInput, DescribeWorkspaceSnapshotsCommandOutput } from "./commands/DescribeWorkspaceSnapshotsCommand";
29
- import { DescribeWorkspacesCommandInput, DescribeWorkspacesCommandOutput } from "./commands/DescribeWorkspacesCommand";
30
- import { DescribeWorkspacesConnectionStatusCommandInput, DescribeWorkspacesConnectionStatusCommandOutput } from "./commands/DescribeWorkspacesConnectionStatusCommand";
31
- import { DisassociateConnectionAliasCommandInput, DisassociateConnectionAliasCommandOutput } from "./commands/DisassociateConnectionAliasCommand";
32
- import { DisassociateIpGroupsCommandInput, DisassociateIpGroupsCommandOutput } from "./commands/DisassociateIpGroupsCommand";
33
- import { ImportWorkspaceImageCommandInput, ImportWorkspaceImageCommandOutput } from "./commands/ImportWorkspaceImageCommand";
34
- import { ListAvailableManagementCidrRangesCommandInput, ListAvailableManagementCidrRangesCommandOutput } from "./commands/ListAvailableManagementCidrRangesCommand";
35
- import { MigrateWorkspaceCommandInput, MigrateWorkspaceCommandOutput } from "./commands/MigrateWorkspaceCommand";
36
- import { ModifyAccountCommandInput, ModifyAccountCommandOutput } from "./commands/ModifyAccountCommand";
37
- import { ModifyClientPropertiesCommandInput, ModifyClientPropertiesCommandOutput } from "./commands/ModifyClientPropertiesCommand";
38
- import { ModifySelfservicePermissionsCommandInput, ModifySelfservicePermissionsCommandOutput } from "./commands/ModifySelfservicePermissionsCommand";
39
- import { ModifyWorkspaceAccessPropertiesCommandInput, ModifyWorkspaceAccessPropertiesCommandOutput } from "./commands/ModifyWorkspaceAccessPropertiesCommand";
40
- import { ModifyWorkspaceCreationPropertiesCommandInput, ModifyWorkspaceCreationPropertiesCommandOutput } from "./commands/ModifyWorkspaceCreationPropertiesCommand";
41
- import { ModifyWorkspacePropertiesCommandInput, ModifyWorkspacePropertiesCommandOutput } from "./commands/ModifyWorkspacePropertiesCommand";
42
- import { ModifyWorkspaceStateCommandInput, ModifyWorkspaceStateCommandOutput } from "./commands/ModifyWorkspaceStateCommand";
43
- import { RebootWorkspacesCommandInput, RebootWorkspacesCommandOutput } from "./commands/RebootWorkspacesCommand";
44
- import { RebuildWorkspacesCommandInput, RebuildWorkspacesCommandOutput } from "./commands/RebuildWorkspacesCommand";
45
- import { RegisterWorkspaceDirectoryCommandInput, RegisterWorkspaceDirectoryCommandOutput } from "./commands/RegisterWorkspaceDirectoryCommand";
46
- import { RestoreWorkspaceCommandInput, RestoreWorkspaceCommandOutput } from "./commands/RestoreWorkspaceCommand";
47
- import { RevokeIpRulesCommandInput, RevokeIpRulesCommandOutput } from "./commands/RevokeIpRulesCommand";
48
- import { StartWorkspacesCommandInput, StartWorkspacesCommandOutput } from "./commands/StartWorkspacesCommand";
49
- import { StopWorkspacesCommandInput, StopWorkspacesCommandOutput } from "./commands/StopWorkspacesCommand";
50
- import { TerminateWorkspacesCommandInput, TerminateWorkspacesCommandOutput } from "./commands/TerminateWorkspacesCommand";
51
- import { UpdateConnectionAliasPermissionCommandInput, UpdateConnectionAliasPermissionCommandOutput } from "./commands/UpdateConnectionAliasPermissionCommand";
52
- import { UpdateRulesOfIpGroupCommandInput, UpdateRulesOfIpGroupCommandOutput } from "./commands/UpdateRulesOfIpGroupCommand";
53
- import { UpdateWorkspaceBundleCommandInput, UpdateWorkspaceBundleCommandOutput } from "./commands/UpdateWorkspaceBundleCommand";
54
- import { UpdateWorkspaceImagePermissionCommandInput, UpdateWorkspaceImagePermissionCommandOutput } from "./commands/UpdateWorkspaceImagePermissionCommand";
55
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
56
- /**
57
- * <fullname>Amazon WorkSpaces Service</fullname>
58
- * <p>Amazon WorkSpaces enables you to provision virtual, cloud-based Microsoft Windows and
59
- * Amazon Linux desktops for your users.</p>
60
- */
61
- export declare class WorkSpaces extends WorkSpacesClient {
62
- /**
63
- * <p>Associates the specified connection alias with the specified directory to enable cross-Region redirection.
64
- * For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html">
65
- * Cross-Region Redirection for Amazon WorkSpaces</a>.</p>
66
- *
67
- * <note>
68
- * <p>Before performing this operation, call <a href="https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeConnectionAliases.html">
69
- * DescribeConnectionAliases</a> to make sure that the current state of the connection alias is <code>CREATED</code>.</p>
70
- * </note>
71
- */
72
- associateConnectionAlias(args: AssociateConnectionAliasCommandInput, options?: __HttpHandlerOptions): Promise<AssociateConnectionAliasCommandOutput>;
73
- associateConnectionAlias(args: AssociateConnectionAliasCommandInput, cb: (err: any, data?: AssociateConnectionAliasCommandOutput) => void): void;
74
- associateConnectionAlias(args: AssociateConnectionAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateConnectionAliasCommandOutput) => void): void;
75
- /**
76
- * <p>Associates the specified IP access control group with the specified directory.</p>
77
- */
78
- associateIpGroups(args: AssociateIpGroupsCommandInput, options?: __HttpHandlerOptions): Promise<AssociateIpGroupsCommandOutput>;
79
- associateIpGroups(args: AssociateIpGroupsCommandInput, cb: (err: any, data?: AssociateIpGroupsCommandOutput) => void): void;
80
- associateIpGroups(args: AssociateIpGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateIpGroupsCommandOutput) => void): void;
81
- /**
82
- * <p>Adds one or more rules to the specified IP access control group.</p>
83
- * <p>This action gives users permission to access their WorkSpaces from the CIDR address
84
- * ranges specified in the rules.</p>
85
- */
86
- authorizeIpRules(args: AuthorizeIpRulesCommandInput, options?: __HttpHandlerOptions): Promise<AuthorizeIpRulesCommandOutput>;
87
- authorizeIpRules(args: AuthorizeIpRulesCommandInput, cb: (err: any, data?: AuthorizeIpRulesCommandOutput) => void): void;
88
- authorizeIpRules(args: AuthorizeIpRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AuthorizeIpRulesCommandOutput) => void): void;
89
- /**
90
- * <p>Copies the specified image from the specified Region to the current Region.
91
- * For more information about copying images, see
92
- * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/copy-custom-image.html">
93
- * Copy a Custom WorkSpaces Image</a>.</p>
94
- *
95
- * <note>
96
- * <p>In the China (Ningxia) Region, you can copy images only within the same Region.</p>
97
- *
98
- * <p>In the AWS GovCloud (US-West) Region, to copy images to and from other AWS Regions,
99
- * contact AWS Support.</p>
100
- * </note>
101
- *
102
- * <important>
103
- * <p>Before copying a shared image, be sure to verify that it has been shared from the
104
- * correct AWS account. To determine if an image has been shared and to see the AWS
105
- * account ID 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>
106
- * </important>
107
- */
108
- copyWorkspaceImage(args: CopyWorkspaceImageCommandInput, options?: __HttpHandlerOptions): Promise<CopyWorkspaceImageCommandOutput>;
109
- copyWorkspaceImage(args: CopyWorkspaceImageCommandInput, cb: (err: any, data?: CopyWorkspaceImageCommandOutput) => void): void;
110
- copyWorkspaceImage(args: CopyWorkspaceImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyWorkspaceImageCommandOutput) => void): void;
111
- /**
112
- * <p>Creates the specified connection alias for use with cross-Region redirection. For more information, see
113
- * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html">
114
- * Cross-Region Redirection for Amazon WorkSpaces</a>.</p>
115
- */
116
- createConnectionAlias(args: CreateConnectionAliasCommandInput, options?: __HttpHandlerOptions): Promise<CreateConnectionAliasCommandOutput>;
117
- createConnectionAlias(args: CreateConnectionAliasCommandInput, cb: (err: any, data?: CreateConnectionAliasCommandOutput) => void): void;
118
- createConnectionAlias(args: CreateConnectionAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConnectionAliasCommandOutput) => void): void;
119
- /**
120
- * <p>Creates an IP access control group.</p>
121
- * <p>An IP access control group provides you with the ability to control the IP addresses
122
- * from which users are allowed to access their WorkSpaces. To specify the CIDR address
123
- * ranges, add rules to your IP access control group and then associate the group with your
124
- * directory. You can add rules when you create the group or at any time using <a>AuthorizeIpRules</a>.</p>
125
- *
126
- * <p>There is a default IP access control group associated with your directory. If you don't
127
- * associate an IP access control group with your directory, the default group is used. The
128
- * default group includes a default rule that allows users to access their WorkSpaces from
129
- * anywhere. You cannot modify the default IP access control group for your directory.</p>
130
- */
131
- createIpGroup(args: CreateIpGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateIpGroupCommandOutput>;
132
- createIpGroup(args: CreateIpGroupCommandInput, cb: (err: any, data?: CreateIpGroupCommandOutput) => void): void;
133
- createIpGroup(args: CreateIpGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIpGroupCommandOutput) => void): void;
134
- /**
135
- * <p>Creates the specified tags for the specified WorkSpaces resource.</p>
136
- */
137
- createTags(args: CreateTagsCommandInput, options?: __HttpHandlerOptions): Promise<CreateTagsCommandOutput>;
138
- createTags(args: CreateTagsCommandInput, cb: (err: any, data?: CreateTagsCommandOutput) => void): void;
139
- createTags(args: CreateTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTagsCommandOutput) => void): void;
140
- /**
141
- * <p>Creates the specified WorkSpace bundle. For more information about creating WorkSpace bundles, see
142
- * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/create-custom-bundle.html">
143
- * Create a Custom WorkSpaces Image and Bundle</a>.</p>
144
- */
145
- createWorkspaceBundle(args: CreateWorkspaceBundleCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkspaceBundleCommandOutput>;
146
- createWorkspaceBundle(args: CreateWorkspaceBundleCommandInput, cb: (err: any, data?: CreateWorkspaceBundleCommandOutput) => void): void;
147
- createWorkspaceBundle(args: CreateWorkspaceBundleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkspaceBundleCommandOutput) => void): void;
148
- /**
149
- * <p>Creates one or more WorkSpaces.</p>
150
- * <p>This operation is asynchronous and returns before the WorkSpaces are created.</p>
151
- */
152
- createWorkspaces(args: CreateWorkspacesCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkspacesCommandOutput>;
153
- createWorkspaces(args: CreateWorkspacesCommandInput, cb: (err: any, data?: CreateWorkspacesCommandOutput) => void): void;
154
- createWorkspaces(args: CreateWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkspacesCommandOutput) => void): void;
155
- /**
156
- * <p>Deletes the specified connection alias. For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html">
157
- * Cross-Region Redirection for Amazon WorkSpaces</a>.</p>
158
- *
159
- * <important>
160
- * <p>
161
- * <b>If you will no longer be using a fully qualified domain name (FQDN) as the registration code
162
- * for your WorkSpaces users, you must take certain precautions to prevent potential security issues.</b>
163
- * For more information, see
164
- * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html#cross-region-redirection-security-considerations">
165
- * Security Considerations if You Stop Using Cross-Region Redirection</a>.</p>
166
- * </important>
167
- *
168
- * <note>
169
- * <p>To delete a connection alias that has been shared, the shared account must first disassociate the connection alias
170
- * from any directories it has been associated with. Then you must unshare the connection alias from the account it has
171
- * been shared with. You can delete a connection alias only after it is no longer shared with any accounts or
172
- * associated with any directories.</p>
173
- * </note>
174
- */
175
- deleteConnectionAlias(args: DeleteConnectionAliasCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConnectionAliasCommandOutput>;
176
- deleteConnectionAlias(args: DeleteConnectionAliasCommandInput, cb: (err: any, data?: DeleteConnectionAliasCommandOutput) => void): void;
177
- deleteConnectionAlias(args: DeleteConnectionAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConnectionAliasCommandOutput) => void): void;
178
- /**
179
- * <p>Deletes the specified IP access control group.</p>
180
- * <p>You cannot delete an IP access control group that is associated with a directory.</p>
181
- */
182
- deleteIpGroup(args: DeleteIpGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIpGroupCommandOutput>;
183
- deleteIpGroup(args: DeleteIpGroupCommandInput, cb: (err: any, data?: DeleteIpGroupCommandOutput) => void): void;
184
- deleteIpGroup(args: DeleteIpGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIpGroupCommandOutput) => void): void;
185
- /**
186
- * <p>Deletes the specified tags from the specified WorkSpaces resource.</p>
187
- */
188
- deleteTags(args: DeleteTagsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTagsCommandOutput>;
189
- deleteTags(args: DeleteTagsCommandInput, cb: (err: any, data?: DeleteTagsCommandOutput) => void): void;
190
- deleteTags(args: DeleteTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTagsCommandOutput) => void): void;
191
- /**
192
- * <p>Deletes the specified WorkSpace bundle. For more information about deleting WorkSpace bundles, see
193
- * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/delete_bundle.html">
194
- * Delete a Custom WorkSpaces Bundle or Image</a>.</p>
195
- */
196
- deleteWorkspaceBundle(args: DeleteWorkspaceBundleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkspaceBundleCommandOutput>;
197
- deleteWorkspaceBundle(args: DeleteWorkspaceBundleCommandInput, cb: (err: any, data?: DeleteWorkspaceBundleCommandOutput) => void): void;
198
- deleteWorkspaceBundle(args: DeleteWorkspaceBundleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkspaceBundleCommandOutput) => void): void;
199
- /**
200
- * <p>Deletes the specified image from your account. To delete an image, you must first delete
201
- * any bundles that are associated with the image and unshare the image if it is shared with
202
- * other accounts. </p>
203
- */
204
- deleteWorkspaceImage(args: DeleteWorkspaceImageCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkspaceImageCommandOutput>;
205
- deleteWorkspaceImage(args: DeleteWorkspaceImageCommandInput, cb: (err: any, data?: DeleteWorkspaceImageCommandOutput) => void): void;
206
- deleteWorkspaceImage(args: DeleteWorkspaceImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkspaceImageCommandOutput) => void): void;
207
- /**
208
- * <p>Deregisters the specified directory. This operation is asynchronous
209
- * and returns before the WorkSpace directory is deregistered. If any WorkSpaces are
210
- * registered to this directory, you must remove them before you can deregister the directory.</p>
211
- *
212
- * <note>
213
- * <p>Simple AD and AD Connector are made available to you free of charge to use with WorkSpaces.
214
- * If there are no WorkSpaces being used with your Simple AD or AD Connector directory for 30
215
- * consecutive days, this directory will be automatically deregistered for use with Amazon WorkSpaces,
216
- * and you will be charged for this directory as per the
217
- * <a href="http://aws.amazon.com/directoryservice/pricing/">AWS Directory Services pricing terms</a>.</p>
218
- *
219
- * <p>To delete empty directories, see
220
- * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/delete-workspaces-directory.html">
221
- * Delete the Directory for Your WorkSpaces</a>. If you delete your
222
- * Simple AD or AD Connector directory, you can always create a new one when you want to start using
223
- * WorkSpaces again.</p>
224
- * </note>
225
- */
226
- deregisterWorkspaceDirectory(args: DeregisterWorkspaceDirectoryCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterWorkspaceDirectoryCommandOutput>;
227
- deregisterWorkspaceDirectory(args: DeregisterWorkspaceDirectoryCommandInput, cb: (err: any, data?: DeregisterWorkspaceDirectoryCommandOutput) => void): void;
228
- deregisterWorkspaceDirectory(args: DeregisterWorkspaceDirectoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterWorkspaceDirectoryCommandOutput) => void): void;
229
- /**
230
- * <p>Retrieves a list that describes the configuration of Bring Your Own License (BYOL) for
231
- * the specified account.</p>
232
- */
233
- describeAccount(args: DescribeAccountCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountCommandOutput>;
234
- describeAccount(args: DescribeAccountCommandInput, cb: (err: any, data?: DescribeAccountCommandOutput) => void): void;
235
- describeAccount(args: DescribeAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountCommandOutput) => void): void;
236
- /**
237
- * <p>Retrieves a list that describes modifications to the configuration of Bring Your Own
238
- * License (BYOL) for the specified account.</p>
239
- */
240
- describeAccountModifications(args: DescribeAccountModificationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountModificationsCommandOutput>;
241
- describeAccountModifications(args: DescribeAccountModificationsCommandInput, cb: (err: any, data?: DescribeAccountModificationsCommandOutput) => void): void;
242
- describeAccountModifications(args: DescribeAccountModificationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountModificationsCommandOutput) => void): void;
243
- /**
244
- * <p>Retrieves a list that describes one or more specified Amazon WorkSpaces clients.</p>
245
- */
246
- describeClientProperties(args: DescribeClientPropertiesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeClientPropertiesCommandOutput>;
247
- describeClientProperties(args: DescribeClientPropertiesCommandInput, cb: (err: any, data?: DescribeClientPropertiesCommandOutput) => void): void;
248
- describeClientProperties(args: DescribeClientPropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeClientPropertiesCommandOutput) => void): void;
249
- /**
250
- * <p>Retrieves a list that describes the connection aliases used for cross-Region redirection. For more information, see
251
- * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html">
252
- * Cross-Region Redirection for Amazon WorkSpaces</a>.</p>
253
- */
254
- describeConnectionAliases(args: DescribeConnectionAliasesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeConnectionAliasesCommandOutput>;
255
- describeConnectionAliases(args: DescribeConnectionAliasesCommandInput, cb: (err: any, data?: DescribeConnectionAliasesCommandOutput) => void): void;
256
- describeConnectionAliases(args: DescribeConnectionAliasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConnectionAliasesCommandOutput) => void): void;
257
- /**
258
- * <p>Describes the permissions that the owner of a connection alias has granted to another AWS account for
259
- * the specified connection alias. For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html">
260
- * Cross-Region Redirection for Amazon WorkSpaces</a>.</p>
261
- */
262
- describeConnectionAliasPermissions(args: DescribeConnectionAliasPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeConnectionAliasPermissionsCommandOutput>;
263
- describeConnectionAliasPermissions(args: DescribeConnectionAliasPermissionsCommandInput, cb: (err: any, data?: DescribeConnectionAliasPermissionsCommandOutput) => void): void;
264
- describeConnectionAliasPermissions(args: DescribeConnectionAliasPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConnectionAliasPermissionsCommandOutput) => void): void;
265
- /**
266
- * <p>Describes one or more of your IP access control groups.</p>
267
- */
268
- describeIpGroups(args: DescribeIpGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeIpGroupsCommandOutput>;
269
- describeIpGroups(args: DescribeIpGroupsCommandInput, cb: (err: any, data?: DescribeIpGroupsCommandOutput) => void): void;
270
- describeIpGroups(args: DescribeIpGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIpGroupsCommandOutput) => void): void;
271
- /**
272
- * <p>Describes the specified tags for the specified WorkSpaces resource.</p>
273
- */
274
- describeTags(args: DescribeTagsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTagsCommandOutput>;
275
- describeTags(args: DescribeTagsCommandInput, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
276
- describeTags(args: DescribeTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
277
- /**
278
- * <p>Retrieves a list that describes the available WorkSpace bundles.</p>
279
- * <p>You can filter the results using either bundle ID or owner, but not both.</p>
280
- */
281
- describeWorkspaceBundles(args: DescribeWorkspaceBundlesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkspaceBundlesCommandOutput>;
282
- describeWorkspaceBundles(args: DescribeWorkspaceBundlesCommandInput, cb: (err: any, data?: DescribeWorkspaceBundlesCommandOutput) => void): void;
283
- describeWorkspaceBundles(args: DescribeWorkspaceBundlesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkspaceBundlesCommandOutput) => void): void;
284
- /**
285
- * <p>Describes the available directories that are registered with
286
- * Amazon WorkSpaces.</p>
287
- */
288
- describeWorkspaceDirectories(args: DescribeWorkspaceDirectoriesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkspaceDirectoriesCommandOutput>;
289
- describeWorkspaceDirectories(args: DescribeWorkspaceDirectoriesCommandInput, cb: (err: any, data?: DescribeWorkspaceDirectoriesCommandOutput) => void): void;
290
- describeWorkspaceDirectories(args: DescribeWorkspaceDirectoriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkspaceDirectoriesCommandOutput) => void): void;
291
- /**
292
- * <p>Describes the permissions that the owner of an image has granted to other
293
- * AWS accounts for an image.</p>
294
- */
295
- describeWorkspaceImagePermissions(args: DescribeWorkspaceImagePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkspaceImagePermissionsCommandOutput>;
296
- describeWorkspaceImagePermissions(args: DescribeWorkspaceImagePermissionsCommandInput, cb: (err: any, data?: DescribeWorkspaceImagePermissionsCommandOutput) => void): void;
297
- describeWorkspaceImagePermissions(args: DescribeWorkspaceImagePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkspaceImagePermissionsCommandOutput) => void): void;
298
- /**
299
- * <p>Retrieves a list that describes one or more specified images, if the image identifiers
300
- * are provided. Otherwise, all images in the account are described. </p>
301
- */
302
- describeWorkspaceImages(args: DescribeWorkspaceImagesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkspaceImagesCommandOutput>;
303
- describeWorkspaceImages(args: DescribeWorkspaceImagesCommandInput, cb: (err: any, data?: DescribeWorkspaceImagesCommandOutput) => void): void;
304
- describeWorkspaceImages(args: DescribeWorkspaceImagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkspaceImagesCommandOutput) => void): void;
305
- /**
306
- * <p>Describes the specified WorkSpaces.</p>
307
- * <p>You can filter the results by using the bundle identifier, directory identifier, or
308
- * owner, but you can specify only one filter at a time.</p>
309
- */
310
- describeWorkspaces(args: DescribeWorkspacesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkspacesCommandOutput>;
311
- describeWorkspaces(args: DescribeWorkspacesCommandInput, cb: (err: any, data?: DescribeWorkspacesCommandOutput) => void): void;
312
- describeWorkspaces(args: DescribeWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkspacesCommandOutput) => void): void;
313
- /**
314
- * <p>Describes the connection status of the specified WorkSpaces.</p>
315
- */
316
- describeWorkspacesConnectionStatus(args: DescribeWorkspacesConnectionStatusCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkspacesConnectionStatusCommandOutput>;
317
- describeWorkspacesConnectionStatus(args: DescribeWorkspacesConnectionStatusCommandInput, cb: (err: any, data?: DescribeWorkspacesConnectionStatusCommandOutput) => void): void;
318
- describeWorkspacesConnectionStatus(args: DescribeWorkspacesConnectionStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkspacesConnectionStatusCommandOutput) => void): void;
319
- /**
320
- * <p>Describes the snapshots for the specified WorkSpace.</p>
321
- */
322
- describeWorkspaceSnapshots(args: DescribeWorkspaceSnapshotsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkspaceSnapshotsCommandOutput>;
323
- describeWorkspaceSnapshots(args: DescribeWorkspaceSnapshotsCommandInput, cb: (err: any, data?: DescribeWorkspaceSnapshotsCommandOutput) => void): void;
324
- describeWorkspaceSnapshots(args: DescribeWorkspaceSnapshotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkspaceSnapshotsCommandOutput) => void): void;
325
- /**
326
- * <p>Disassociates a connection alias from a directory. Disassociating a connection alias disables cross-Region
327
- * redirection between two directories in different AWS Regions. For more information, see
328
- * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html">
329
- * Cross-Region Redirection for Amazon WorkSpaces</a>.</p>
330
- *
331
- * <note>
332
- * <p>Before performing this operation, call <a href="https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeConnectionAliases.html">
333
- * DescribeConnectionAliases</a> to make sure that the current state of the connection alias is <code>CREATED</code>.</p>
334
- * </note>
335
- */
336
- disassociateConnectionAlias(args: DisassociateConnectionAliasCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateConnectionAliasCommandOutput>;
337
- disassociateConnectionAlias(args: DisassociateConnectionAliasCommandInput, cb: (err: any, data?: DisassociateConnectionAliasCommandOutput) => void): void;
338
- disassociateConnectionAlias(args: DisassociateConnectionAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateConnectionAliasCommandOutput) => void): void;
339
- /**
340
- * <p>Disassociates the specified IP access control group from the specified directory.</p>
341
- */
342
- disassociateIpGroups(args: DisassociateIpGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateIpGroupsCommandOutput>;
343
- disassociateIpGroups(args: DisassociateIpGroupsCommandInput, cb: (err: any, data?: DisassociateIpGroupsCommandOutput) => void): void;
344
- disassociateIpGroups(args: DisassociateIpGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateIpGroupsCommandOutput) => void): void;
345
- /**
346
- * <p>Imports the specified Windows 10 Bring Your Own License (BYOL) image into Amazon
347
- * WorkSpaces. The image must be an already licensed Amazon EC2 image that is in your AWS
348
- * account, and you must own the image. For more information about creating BYOL images, see
349
- * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html">
350
- * Bring Your Own Windows Desktop Licenses</a>.</p>
351
- */
352
- importWorkspaceImage(args: ImportWorkspaceImageCommandInput, options?: __HttpHandlerOptions): Promise<ImportWorkspaceImageCommandOutput>;
353
- importWorkspaceImage(args: ImportWorkspaceImageCommandInput, cb: (err: any, data?: ImportWorkspaceImageCommandOutput) => void): void;
354
- importWorkspaceImage(args: ImportWorkspaceImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportWorkspaceImageCommandOutput) => void): void;
355
- /**
356
- * <p>Retrieves a list of IP address ranges, specified as IPv4 CIDR blocks, that you can use
357
- * for the network management interface when you enable Bring Your Own License (BYOL). </p>
358
- *
359
- * <p>This operation can be run only by AWS accounts that are enabled for BYOL. If your account
360
- * isn't enabled for BYOL, you'll receive an <code>AccessDeniedException</code> error.</p>
361
- *
362
- * <p>The management network interface is connected to a secure Amazon WorkSpaces management
363
- * network. It is used for interactive streaming of the WorkSpace desktop to Amazon WorkSpaces
364
- * clients, and to allow Amazon WorkSpaces to manage the WorkSpace.</p>
365
- */
366
- listAvailableManagementCidrRanges(args: ListAvailableManagementCidrRangesCommandInput, options?: __HttpHandlerOptions): Promise<ListAvailableManagementCidrRangesCommandOutput>;
367
- listAvailableManagementCidrRanges(args: ListAvailableManagementCidrRangesCommandInput, cb: (err: any, data?: ListAvailableManagementCidrRangesCommandOutput) => void): void;
368
- listAvailableManagementCidrRanges(args: ListAvailableManagementCidrRangesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAvailableManagementCidrRangesCommandOutput) => void): void;
369
- /**
370
- * <p>Migrates a WorkSpace from one operating system or bundle type to another, while retaining the data on the user volume.</p>
371
- *
372
- * <p>The migration process recreates the WorkSpace by using a new root volume from the target bundle image and the user volume
373
- * from the last available snapshot of the original WorkSpace. During migration, the original <code>D:\Users\%USERNAME%</code>
374
- * user profile folder is renamed to <code>D:\Users\%USERNAME%MMddyyTHHmmss%.NotMigrated</code>. A new <code>D:\Users\%USERNAME%\</code>
375
- * folder is generated by the new OS. Certain files in the old user profile are moved to the new user profile.</p>
376
- *
377
- * <p>For available migration scenarios, details about what happens during migration, and best practices, see
378
- * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/migrate-workspaces.html">Migrate a WorkSpace</a>.</p>
379
- */
380
- migrateWorkspace(args: MigrateWorkspaceCommandInput, options?: __HttpHandlerOptions): Promise<MigrateWorkspaceCommandOutput>;
381
- migrateWorkspace(args: MigrateWorkspaceCommandInput, cb: (err: any, data?: MigrateWorkspaceCommandOutput) => void): void;
382
- migrateWorkspace(args: MigrateWorkspaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: MigrateWorkspaceCommandOutput) => void): void;
383
- /**
384
- * <p>Modifies the configuration of Bring Your Own License (BYOL) for the specified
385
- * account.</p>
386
- */
387
- modifyAccount(args: ModifyAccountCommandInput, options?: __HttpHandlerOptions): Promise<ModifyAccountCommandOutput>;
388
- modifyAccount(args: ModifyAccountCommandInput, cb: (err: any, data?: ModifyAccountCommandOutput) => void): void;
389
- modifyAccount(args: ModifyAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyAccountCommandOutput) => void): void;
390
- /**
391
- * <p>Modifies the properties of the specified Amazon WorkSpaces clients.</p>
392
- */
393
- modifyClientProperties(args: ModifyClientPropertiesCommandInput, options?: __HttpHandlerOptions): Promise<ModifyClientPropertiesCommandOutput>;
394
- modifyClientProperties(args: ModifyClientPropertiesCommandInput, cb: (err: any, data?: ModifyClientPropertiesCommandOutput) => void): void;
395
- modifyClientProperties(args: ModifyClientPropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyClientPropertiesCommandOutput) => void): void;
396
- /**
397
- * <p>Modifies the self-service WorkSpace management capabilities for your users. For more
398
- * information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/enable-user-self-service-workspace-management.html">Enable Self-Service WorkSpace Management Capabilities for Your Users</a>.</p>
399
- */
400
- modifySelfservicePermissions(args: ModifySelfservicePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<ModifySelfservicePermissionsCommandOutput>;
401
- modifySelfservicePermissions(args: ModifySelfservicePermissionsCommandInput, cb: (err: any, data?: ModifySelfservicePermissionsCommandOutput) => void): void;
402
- modifySelfservicePermissions(args: ModifySelfservicePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifySelfservicePermissionsCommandOutput) => void): void;
403
- /**
404
- * <p>Specifies which devices and operating systems users can use to access their WorkSpaces.
405
- * For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/update-directory-details.html#control-device-access">
406
- * Control Device Access</a>.</p>
407
- */
408
- modifyWorkspaceAccessProperties(args: ModifyWorkspaceAccessPropertiesCommandInput, options?: __HttpHandlerOptions): Promise<ModifyWorkspaceAccessPropertiesCommandOutput>;
409
- modifyWorkspaceAccessProperties(args: ModifyWorkspaceAccessPropertiesCommandInput, cb: (err: any, data?: ModifyWorkspaceAccessPropertiesCommandOutput) => void): void;
410
- modifyWorkspaceAccessProperties(args: ModifyWorkspaceAccessPropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyWorkspaceAccessPropertiesCommandOutput) => void): void;
411
- /**
412
- * <p>Modify the default properties used to create WorkSpaces.</p>
413
- */
414
- modifyWorkspaceCreationProperties(args: ModifyWorkspaceCreationPropertiesCommandInput, options?: __HttpHandlerOptions): Promise<ModifyWorkspaceCreationPropertiesCommandOutput>;
415
- modifyWorkspaceCreationProperties(args: ModifyWorkspaceCreationPropertiesCommandInput, cb: (err: any, data?: ModifyWorkspaceCreationPropertiesCommandOutput) => void): void;
416
- modifyWorkspaceCreationProperties(args: ModifyWorkspaceCreationPropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyWorkspaceCreationPropertiesCommandOutput) => void): void;
417
- /**
418
- * <p>Modifies the specified WorkSpace properties. For important information about how
419
- * to modify the size of the root and user volumes, see
420
- * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/modify-workspaces.html">
421
- * Modify a WorkSpace</a>.
422
- * </p>
423
- */
424
- modifyWorkspaceProperties(args: ModifyWorkspacePropertiesCommandInput, options?: __HttpHandlerOptions): Promise<ModifyWorkspacePropertiesCommandOutput>;
425
- modifyWorkspaceProperties(args: ModifyWorkspacePropertiesCommandInput, cb: (err: any, data?: ModifyWorkspacePropertiesCommandOutput) => void): void;
426
- modifyWorkspaceProperties(args: ModifyWorkspacePropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyWorkspacePropertiesCommandOutput) => void): void;
427
- /**
428
- * <p>Sets the state of the specified WorkSpace.</p>
429
- * <p>To maintain a WorkSpace without being interrupted, set the WorkSpace state to
430
- * <code>ADMIN_MAINTENANCE</code>. WorkSpaces in this state do not respond to requests to
431
- * reboot, stop, start, rebuild, or restore. An AutoStop WorkSpace in this state is not
432
- * stopped. Users cannot log into a WorkSpace in the <code>ADMIN_MAINTENANCE</code>
433
- * state.</p>
434
- */
435
- modifyWorkspaceState(args: ModifyWorkspaceStateCommandInput, options?: __HttpHandlerOptions): Promise<ModifyWorkspaceStateCommandOutput>;
436
- modifyWorkspaceState(args: ModifyWorkspaceStateCommandInput, cb: (err: any, data?: ModifyWorkspaceStateCommandOutput) => void): void;
437
- modifyWorkspaceState(args: ModifyWorkspaceStateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyWorkspaceStateCommandOutput) => void): void;
438
- /**
439
- * <p>Reboots the specified WorkSpaces.</p>
440
- * <p>You cannot reboot a WorkSpace unless its state is <code>AVAILABLE</code> or
441
- * <code>UNHEALTHY</code>.</p>
442
- * <p>This operation is asynchronous and returns before the WorkSpaces have rebooted.</p>
443
- */
444
- rebootWorkspaces(args: RebootWorkspacesCommandInput, options?: __HttpHandlerOptions): Promise<RebootWorkspacesCommandOutput>;
445
- rebootWorkspaces(args: RebootWorkspacesCommandInput, cb: (err: any, data?: RebootWorkspacesCommandOutput) => void): void;
446
- rebootWorkspaces(args: RebootWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RebootWorkspacesCommandOutput) => void): void;
447
- /**
448
- * <p>Rebuilds the specified WorkSpace.</p>
449
- * <p>You cannot rebuild a WorkSpace unless its state is <code>AVAILABLE</code>,
450
- * <code>ERROR</code>, <code>UNHEALTHY</code>, <code>STOPPED</code>, or <code>REBOOTING</code>.</p>
451
- * <p>Rebuilding a WorkSpace is a potentially destructive action that can result in the loss
452
- * of data. For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/reset-workspace.html">Rebuild a
453
- * WorkSpace</a>.</p>
454
- * <p>This operation is asynchronous and returns before the WorkSpaces have been completely
455
- * rebuilt.</p>
456
- */
457
- rebuildWorkspaces(args: RebuildWorkspacesCommandInput, options?: __HttpHandlerOptions): Promise<RebuildWorkspacesCommandOutput>;
458
- rebuildWorkspaces(args: RebuildWorkspacesCommandInput, cb: (err: any, data?: RebuildWorkspacesCommandOutput) => void): void;
459
- rebuildWorkspaces(args: RebuildWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RebuildWorkspacesCommandOutput) => void): void;
460
- /**
461
- * <p>Registers the specified directory. This operation is asynchronous
462
- * and returns before the WorkSpace directory is registered. If this is the first time you are
463
- * registering a directory, you will need to create the workspaces_DefaultRole role before you can
464
- * register a directory. For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/workspaces-access-control.html#create-default-role">
465
- * Creating the workspaces_DefaultRole Role</a>.</p>
466
- */
467
- registerWorkspaceDirectory(args: RegisterWorkspaceDirectoryCommandInput, options?: __HttpHandlerOptions): Promise<RegisterWorkspaceDirectoryCommandOutput>;
468
- registerWorkspaceDirectory(args: RegisterWorkspaceDirectoryCommandInput, cb: (err: any, data?: RegisterWorkspaceDirectoryCommandOutput) => void): void;
469
- registerWorkspaceDirectory(args: RegisterWorkspaceDirectoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterWorkspaceDirectoryCommandOutput) => void): void;
470
- /**
471
- * <p>Restores the specified WorkSpace to its last known healthy state.</p>
472
- * <p>You cannot restore a WorkSpace unless its state is <code> AVAILABLE</code>,
473
- * <code>ERROR</code>, <code>UNHEALTHY</code>, or <code>STOPPED</code>.</p>
474
- * <p>Restoring a WorkSpace is a potentially destructive action that can result in the loss of
475
- * data. For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/restore-workspace.html">Restore a
476
- * WorkSpace</a>.</p>
477
- * <p>This operation is asynchronous and returns before the WorkSpace is completely
478
- * restored.</p>
479
- */
480
- restoreWorkspace(args: RestoreWorkspaceCommandInput, options?: __HttpHandlerOptions): Promise<RestoreWorkspaceCommandOutput>;
481
- restoreWorkspace(args: RestoreWorkspaceCommandInput, cb: (err: any, data?: RestoreWorkspaceCommandOutput) => void): void;
482
- restoreWorkspace(args: RestoreWorkspaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreWorkspaceCommandOutput) => void): void;
483
- /**
484
- * <p>Removes one or more rules from the specified IP access control group.</p>
485
- */
486
- revokeIpRules(args: RevokeIpRulesCommandInput, options?: __HttpHandlerOptions): Promise<RevokeIpRulesCommandOutput>;
487
- revokeIpRules(args: RevokeIpRulesCommandInput, cb: (err: any, data?: RevokeIpRulesCommandOutput) => void): void;
488
- revokeIpRules(args: RevokeIpRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RevokeIpRulesCommandOutput) => void): void;
489
- /**
490
- * <p>Starts the specified WorkSpaces.</p>
491
- * <p>You cannot start a WorkSpace unless it has a running mode of <code>AutoStop</code> and a
492
- * state of <code>STOPPED</code>.</p>
493
- */
494
- startWorkspaces(args: StartWorkspacesCommandInput, options?: __HttpHandlerOptions): Promise<StartWorkspacesCommandOutput>;
495
- startWorkspaces(args: StartWorkspacesCommandInput, cb: (err: any, data?: StartWorkspacesCommandOutput) => void): void;
496
- startWorkspaces(args: StartWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartWorkspacesCommandOutput) => void): void;
497
- /**
498
- * <p> Stops the specified WorkSpaces.</p>
499
- * <p>You cannot stop a WorkSpace unless it has a running mode of <code>AutoStop</code> and a
500
- * state of <code>AVAILABLE</code>, <code>IMPAIRED</code>, <code>UNHEALTHY</code>, or
501
- * <code>ERROR</code>.</p>
502
- */
503
- stopWorkspaces(args: StopWorkspacesCommandInput, options?: __HttpHandlerOptions): Promise<StopWorkspacesCommandOutput>;
504
- stopWorkspaces(args: StopWorkspacesCommandInput, cb: (err: any, data?: StopWorkspacesCommandOutput) => void): void;
505
- stopWorkspaces(args: StopWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopWorkspacesCommandOutput) => void): void;
506
- /**
507
- * <p>Terminates the specified WorkSpaces.</p>
508
- *
509
- * <important>
510
- * <p>Terminating a WorkSpace is a permanent action and cannot be undone. The user's data is
511
- * destroyed. If you need to archive any user data, contact AWS Support before
512
- * terminating the WorkSpace.</p>
513
- * </important>
514
- *
515
- * <p>You can terminate a WorkSpace that is in any state except <code>SUSPENDED</code>.</p>
516
- * <p>This operation is asynchronous and returns before the WorkSpaces have been completely
517
- * terminated. After a WorkSpace is terminated, the <code>TERMINATED</code> state is returned
518
- * only briefly before the WorkSpace directory metadata is cleaned up, so this state is rarely
519
- * returned. To confirm that a WorkSpace is terminated, check for the WorkSpace ID by using
520
- * <a href="https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaces.html">
521
- * DescribeWorkSpaces</a>. If the WorkSpace ID isn't returned, then the WorkSpace has
522
- * been successfully terminated.</p>
523
- *
524
- * <note>
525
- * <p>Simple AD and AD Connector are made available to you free of charge to use with WorkSpaces.
526
- * If there are no WorkSpaces being used with your Simple AD or AD Connector directory for 30
527
- * consecutive days, this directory will be automatically deregistered for use with Amazon WorkSpaces,
528
- * and you will be charged for this directory as per the
529
- * <a href="http://aws.amazon.com/directoryservice/pricing/">AWS Directory Services pricing terms</a>.</p>
530
- *
531
- * <p>To delete empty directories, see
532
- * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/delete-workspaces-directory.html">
533
- * Delete the Directory for Your WorkSpaces</a>. If you delete your
534
- * Simple AD or AD Connector directory, you can always create a new one when you want to start using
535
- * WorkSpaces again.</p>
536
- * </note>
537
- */
538
- terminateWorkspaces(args: TerminateWorkspacesCommandInput, options?: __HttpHandlerOptions): Promise<TerminateWorkspacesCommandOutput>;
539
- terminateWorkspaces(args: TerminateWorkspacesCommandInput, cb: (err: any, data?: TerminateWorkspacesCommandOutput) => void): void;
540
- terminateWorkspaces(args: TerminateWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TerminateWorkspacesCommandOutput) => void): void;
541
- /**
542
- * <p>Shares or unshares a connection alias with one account by specifying whether that account has permission to
543
- * associate the connection alias with a directory. If the association permission is granted, the connection alias
544
- * is shared with that account. If the association permission is revoked, the connection alias is unshared with the
545
- * account. For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html">
546
- * Cross-Region Redirection for Amazon WorkSpaces</a>.</p>
547
- *
548
- * <note>
549
- * <ul>
550
- * <li>
551
- * <p>Before performing this operation, call <a href="https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeConnectionAliases.html">
552
- * DescribeConnectionAliases</a> to make sure that the current state of the connection alias is <code>CREATED</code>.</p>
553
- * </li>
554
- * <li>
555
- * <p>To delete a connection alias that has been shared, the shared account must first disassociate the
556
- * connection alias from any directories it has been associated with. Then you must unshare the connection
557
- * alias from the account it has been shared with. You can delete a connection alias only after it is no
558
- * longer shared with any accounts or associated with any directories.</p>
559
- * </li>
560
- * </ul>
561
- * </note>
562
- */
563
- updateConnectionAliasPermission(args: UpdateConnectionAliasPermissionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConnectionAliasPermissionCommandOutput>;
564
- updateConnectionAliasPermission(args: UpdateConnectionAliasPermissionCommandInput, cb: (err: any, data?: UpdateConnectionAliasPermissionCommandOutput) => void): void;
565
- updateConnectionAliasPermission(args: UpdateConnectionAliasPermissionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConnectionAliasPermissionCommandOutput) => void): void;
566
- /**
567
- * <p>Replaces the current rules of the specified IP access control group with the specified
568
- * rules.</p>
569
- */
570
- updateRulesOfIpGroup(args: UpdateRulesOfIpGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRulesOfIpGroupCommandOutput>;
571
- updateRulesOfIpGroup(args: UpdateRulesOfIpGroupCommandInput, cb: (err: any, data?: UpdateRulesOfIpGroupCommandOutput) => void): void;
572
- updateRulesOfIpGroup(args: UpdateRulesOfIpGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRulesOfIpGroupCommandOutput) => void): void;
573
- /**
574
- * <p>Updates a WorkSpace bundle with a new image. For more information about updating WorkSpace bundles, see
575
- * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/update-custom-bundle.html">
576
- * Update a Custom WorkSpaces Bundle</a>.</p>
577
- *
578
- * <important>
579
- * <p>Existing WorkSpaces aren't automatically updated when you update the bundle that they're
580
- * based on. To update existing WorkSpaces that are based on a bundle that you've updated, you
581
- * must either rebuild the WorkSpaces or delete and recreate them.</p>
582
- * </important>
583
- */
584
- updateWorkspaceBundle(args: UpdateWorkspaceBundleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkspaceBundleCommandOutput>;
585
- updateWorkspaceBundle(args: UpdateWorkspaceBundleCommandInput, cb: (err: any, data?: UpdateWorkspaceBundleCommandOutput) => void): void;
586
- updateWorkspaceBundle(args: UpdateWorkspaceBundleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkspaceBundleCommandOutput) => void): void;
587
- /**
588
- * <p>Shares or unshares an image with one account in the same AWS Region by specifying whether that account has
589
- * permission to copy the image. If the copy image permission is granted, the image is shared with that account.
590
- * If the copy image permission is revoked, the image is unshared with the account.</p>
591
- *
592
- * <p>After an image has been shared, the recipient account can copy the image to other AWS Regions as needed.</p>
593
- *
594
- * <note>
595
- * <p>In the China (Ningxia) Region, you can copy images only within the same Region.</p>
596
- *
597
- * <p>In the AWS GovCloud (US-West) Region, to copy images to and from other AWS Regions,
598
- * contact AWS Support.</p>
599
- * </note>
600
- *
601
- * <p>For more information about sharing images, see
602
- * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/share-custom-image.html">
603
- * Share or Unshare a Custom WorkSpaces Image</a>.</p>
604
- *
605
- * <note>
606
- * <ul>
607
- * <li>
608
- * <p>To delete an image that has been shared, you must unshare the image before you delete it.</p>
609
- * </li>
610
- * <li>
611
- * <p>Sharing Bring Your Own License (BYOL) images across AWS accounts isn't supported at
612
- * this time in the AWS GovCloud (US-West) Region. To share BYOL images across accounts in
613
- * the AWS GovCloud (US-West) Region, contact AWS Support.</p>
614
- * </li>
615
- * </ul>
616
- * </note>
617
- */
618
- updateWorkspaceImagePermission(args: UpdateWorkspaceImagePermissionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkspaceImagePermissionCommandOutput>;
619
- updateWorkspaceImagePermission(args: UpdateWorkspaceImagePermissionCommandInput, cb: (err: any, data?: UpdateWorkspaceImagePermissionCommandOutput) => void): void;
620
- updateWorkspaceImagePermission(args: UpdateWorkspaceImagePermissionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkspaceImagePermissionCommandOutput) => void): void;
621
- }