@aws-sdk/client-workspaces 3.34.0 → 3.35.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (947) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist-cjs/WorkSpaces.js +823 -0
  3. package/dist-cjs/WorkSpaces.js.map +1 -0
  4. package/dist-cjs/WorkSpacesClient.js +46 -0
  5. package/dist-cjs/WorkSpacesClient.js.map +1 -0
  6. package/dist-cjs/commands/AssociateConnectionAliasCommand.js +68 -0
  7. package/dist-cjs/commands/AssociateConnectionAliasCommand.js.map +1 -0
  8. package/dist-cjs/commands/AssociateIpGroupsCommand.js +61 -0
  9. package/dist-cjs/commands/AssociateIpGroupsCommand.js.map +1 -0
  10. package/dist-cjs/commands/AuthorizeIpRulesCommand.js +63 -0
  11. package/dist-cjs/commands/AuthorizeIpRulesCommand.js.map +1 -0
  12. package/dist-cjs/commands/CopyWorkspaceImageCommand.js +74 -0
  13. package/dist-cjs/commands/CopyWorkspaceImageCommand.js.map +1 -0
  14. package/dist-cjs/commands/CreateConnectionAliasCommand.js +63 -0
  15. package/dist-cjs/commands/CreateConnectionAliasCommand.js.map +1 -0
  16. package/dist-cjs/commands/CreateIpGroupCommand.js +70 -0
  17. package/dist-cjs/commands/CreateIpGroupCommand.js.map +1 -0
  18. package/dist-cjs/commands/CreateTagsCommand.js +61 -0
  19. package/dist-cjs/commands/CreateTagsCommand.js.map +1 -0
  20. package/dist-cjs/commands/CreateUpdatedWorkspaceImageCommand.js +84 -0
  21. package/dist-cjs/commands/CreateUpdatedWorkspaceImageCommand.js.map +1 -0
  22. package/dist-cjs/commands/CreateWorkspaceBundleCommand.js +63 -0
  23. package/dist-cjs/commands/CreateWorkspaceBundleCommand.js.map +1 -0
  24. package/dist-cjs/commands/CreateWorkspacesCommand.js +62 -0
  25. package/dist-cjs/commands/CreateWorkspacesCommand.js.map +1 -0
  26. package/dist-cjs/commands/DeleteConnectionAliasCommand.js +78 -0
  27. package/dist-cjs/commands/DeleteConnectionAliasCommand.js.map +1 -0
  28. package/dist-cjs/commands/DeleteIpGroupCommand.js +62 -0
  29. package/dist-cjs/commands/DeleteIpGroupCommand.js.map +1 -0
  30. package/dist-cjs/commands/DeleteTagsCommand.js +61 -0
  31. package/dist-cjs/commands/DeleteTagsCommand.js.map +1 -0
  32. package/dist-cjs/commands/DeleteWorkspaceBundleCommand.js +63 -0
  33. package/dist-cjs/commands/DeleteWorkspaceBundleCommand.js.map +1 -0
  34. package/dist-cjs/commands/DeleteWorkspaceImageCommand.js +63 -0
  35. package/dist-cjs/commands/DeleteWorkspaceImageCommand.js.map +1 -0
  36. package/dist-cjs/commands/DeregisterWorkspaceDirectoryCommand.js +77 -0
  37. package/dist-cjs/commands/DeregisterWorkspaceDirectoryCommand.js.map +1 -0
  38. package/dist-cjs/commands/DescribeAccountCommand.js +62 -0
  39. package/dist-cjs/commands/DescribeAccountCommand.js.map +1 -0
  40. package/dist-cjs/commands/DescribeAccountModificationsCommand.js +62 -0
  41. package/dist-cjs/commands/DescribeAccountModificationsCommand.js.map +1 -0
  42. package/dist-cjs/commands/DescribeClientPropertiesCommand.js +61 -0
  43. package/dist-cjs/commands/DescribeClientPropertiesCommand.js.map +1 -0
  44. package/dist-cjs/commands/DescribeConnectionAliasPermissionsCommand.js +63 -0
  45. package/dist-cjs/commands/DescribeConnectionAliasPermissionsCommand.js.map +1 -0
  46. package/dist-cjs/commands/DescribeConnectionAliasesCommand.js +63 -0
  47. package/dist-cjs/commands/DescribeConnectionAliasesCommand.js.map +1 -0
  48. package/dist-cjs/commands/DescribeIpGroupsCommand.js +61 -0
  49. package/dist-cjs/commands/DescribeIpGroupsCommand.js.map +1 -0
  50. package/dist-cjs/commands/DescribeTagsCommand.js +61 -0
  51. package/dist-cjs/commands/DescribeTagsCommand.js.map +1 -0
  52. package/dist-cjs/commands/DescribeWorkspaceBundlesCommand.js +62 -0
  53. package/dist-cjs/commands/DescribeWorkspaceBundlesCommand.js.map +1 -0
  54. package/dist-cjs/commands/DescribeWorkspaceDirectoriesCommand.js +62 -0
  55. package/dist-cjs/commands/DescribeWorkspaceDirectoriesCommand.js.map +1 -0
  56. package/dist-cjs/commands/DescribeWorkspaceImagePermissionsCommand.js +62 -0
  57. package/dist-cjs/commands/DescribeWorkspaceImagePermissionsCommand.js.map +1 -0
  58. package/dist-cjs/commands/DescribeWorkspaceImagesCommand.js +62 -0
  59. package/dist-cjs/commands/DescribeWorkspaceImagesCommand.js.map +1 -0
  60. package/dist-cjs/commands/DescribeWorkspaceSnapshotsCommand.js +61 -0
  61. package/dist-cjs/commands/DescribeWorkspaceSnapshotsCommand.js.map +1 -0
  62. package/dist-cjs/commands/DescribeWorkspacesCommand.js +63 -0
  63. package/dist-cjs/commands/DescribeWorkspacesCommand.js.map +1 -0
  64. package/dist-cjs/commands/DescribeWorkspacesConnectionStatusCommand.js +61 -0
  65. package/dist-cjs/commands/DescribeWorkspacesConnectionStatusCommand.js.map +1 -0
  66. package/dist-cjs/commands/DisassociateConnectionAliasCommand.js +69 -0
  67. package/dist-cjs/commands/DisassociateConnectionAliasCommand.js.map +1 -0
  68. package/dist-cjs/commands/DisassociateIpGroupsCommand.js +61 -0
  69. package/dist-cjs/commands/DisassociateIpGroupsCommand.js.map +1 -0
  70. package/dist-cjs/commands/ImportWorkspaceImageCommand.js +65 -0
  71. package/dist-cjs/commands/ImportWorkspaceImageCommand.js.map +1 -0
  72. package/dist-cjs/commands/ListAvailableManagementCidrRangesCommand.js +69 -0
  73. package/dist-cjs/commands/ListAvailableManagementCidrRangesCommand.js.map +1 -0
  74. package/dist-cjs/commands/MigrateWorkspaceCommand.js +69 -0
  75. package/dist-cjs/commands/MigrateWorkspaceCommand.js.map +1 -0
  76. package/dist-cjs/commands/ModifyAccountCommand.js +62 -0
  77. package/dist-cjs/commands/ModifyAccountCommand.js.map +1 -0
  78. package/dist-cjs/commands/ModifyClientPropertiesCommand.js +61 -0
  79. package/dist-cjs/commands/ModifyClientPropertiesCommand.js.map +1 -0
  80. package/dist-cjs/commands/ModifySelfservicePermissionsCommand.js +62 -0
  81. package/dist-cjs/commands/ModifySelfservicePermissionsCommand.js.map +1 -0
  82. package/dist-cjs/commands/ModifyWorkspaceAccessPropertiesCommand.js +63 -0
  83. package/dist-cjs/commands/ModifyWorkspaceAccessPropertiesCommand.js.map +1 -0
  84. package/dist-cjs/commands/ModifyWorkspaceCreationPropertiesCommand.js +61 -0
  85. package/dist-cjs/commands/ModifyWorkspaceCreationPropertiesCommand.js.map +1 -0
  86. package/dist-cjs/commands/ModifyWorkspacePropertiesCommand.js +65 -0
  87. package/dist-cjs/commands/ModifyWorkspacePropertiesCommand.js.map +1 -0
  88. package/dist-cjs/commands/ModifyWorkspaceStateCommand.js +66 -0
  89. package/dist-cjs/commands/ModifyWorkspaceStateCommand.js.map +1 -0
  90. package/dist-cjs/commands/RebootWorkspacesCommand.js +64 -0
  91. package/dist-cjs/commands/RebootWorkspacesCommand.js.map +1 -0
  92. package/dist-cjs/commands/RebuildWorkspacesCommand.js +68 -0
  93. package/dist-cjs/commands/RebuildWorkspacesCommand.js.map +1 -0
  94. package/dist-cjs/commands/RegisterWorkspaceDirectoryCommand.js +65 -0
  95. package/dist-cjs/commands/RegisterWorkspaceDirectoryCommand.js.map +1 -0
  96. package/dist-cjs/commands/RestoreWorkspaceCommand.js +68 -0
  97. package/dist-cjs/commands/RestoreWorkspaceCommand.js.map +1 -0
  98. package/dist-cjs/commands/RevokeIpRulesCommand.js +61 -0
  99. package/dist-cjs/commands/RevokeIpRulesCommand.js.map +1 -0
  100. package/dist-cjs/commands/StartWorkspacesCommand.js +63 -0
  101. package/dist-cjs/commands/StartWorkspacesCommand.js.map +1 -0
  102. package/dist-cjs/commands/StopWorkspacesCommand.js +64 -0
  103. package/dist-cjs/commands/StopWorkspacesCommand.js.map +1 -0
  104. package/dist-cjs/commands/TerminateWorkspacesCommand.js +90 -0
  105. package/dist-cjs/commands/TerminateWorkspacesCommand.js.map +1 -0
  106. package/dist-cjs/commands/UpdateConnectionAliasPermissionCommand.js +80 -0
  107. package/dist-cjs/commands/UpdateConnectionAliasPermissionCommand.js.map +1 -0
  108. package/dist-cjs/commands/UpdateRulesOfIpGroupCommand.js +62 -0
  109. package/dist-cjs/commands/UpdateRulesOfIpGroupCommand.js.map +1 -0
  110. package/dist-cjs/commands/UpdateWorkspaceBundleCommand.js +69 -0
  111. package/dist-cjs/commands/UpdateWorkspaceBundleCommand.js.map +1 -0
  112. package/dist-cjs/commands/UpdateWorkspaceImagePermissionCommand.js +86 -0
  113. package/dist-cjs/commands/UpdateWorkspaceImagePermissionCommand.js.map +1 -0
  114. package/{dist/cjs → dist-cjs}/endpoints.js +0 -0
  115. package/dist-cjs/endpoints.js.map +1 -0
  116. package/dist-cjs/index.js +65 -0
  117. package/dist-cjs/index.js.map +1 -0
  118. package/{dist/cjs → dist-cjs}/models/index.js +0 -0
  119. package/dist-cjs/models/index.js.map +1 -0
  120. package/dist-cjs/models/models_0.js +1567 -0
  121. package/dist-cjs/models/models_0.js.map +1 -0
  122. package/dist-cjs/pagination/DescribeWorkspaceBundlesPaginator.js +45 -0
  123. package/dist-cjs/pagination/DescribeWorkspaceBundlesPaginator.js.map +1 -0
  124. package/dist-cjs/pagination/DescribeWorkspaceDirectoriesPaginator.js +45 -0
  125. package/dist-cjs/pagination/DescribeWorkspaceDirectoriesPaginator.js.map +1 -0
  126. package/dist-cjs/pagination/DescribeWorkspacesPaginator.js +46 -0
  127. package/dist-cjs/pagination/DescribeWorkspacesPaginator.js.map +1 -0
  128. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
  129. package/dist-cjs/pagination/Interfaces.js.map +1 -0
  130. package/dist-cjs/protocols/Aws_json1_1.js +6067 -0
  131. package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
  132. package/dist-cjs/runtimeConfig.browser.js +42 -0
  133. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  134. package/dist-cjs/runtimeConfig.js +47 -0
  135. package/dist-cjs/runtimeConfig.js.map +1 -0
  136. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -0
  137. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  138. package/dist-cjs/runtimeConfig.shared.js +21 -0
  139. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  140. package/dist-es/WorkSpaces.js +821 -0
  141. package/dist-es/WorkSpaces.js.map +1 -0
  142. package/dist-es/WorkSpacesClient.js +38 -0
  143. package/dist-es/WorkSpacesClient.js.map +1 -0
  144. package/dist-es/commands/AssociateConnectionAliasCommand.js +40 -0
  145. package/dist-es/commands/AssociateConnectionAliasCommand.js.map +1 -0
  146. package/dist-es/commands/AssociateIpGroupsCommand.js +40 -0
  147. package/dist-es/commands/AssociateIpGroupsCommand.js.map +1 -0
  148. package/dist-es/commands/AuthorizeIpRulesCommand.js +40 -0
  149. package/dist-es/commands/AuthorizeIpRulesCommand.js.map +1 -0
  150. package/dist-es/commands/CopyWorkspaceImageCommand.js +40 -0
  151. package/dist-es/commands/CopyWorkspaceImageCommand.js.map +1 -0
  152. package/dist-es/commands/CreateConnectionAliasCommand.js +40 -0
  153. package/dist-es/commands/CreateConnectionAliasCommand.js.map +1 -0
  154. package/dist-es/commands/CreateIpGroupCommand.js +40 -0
  155. package/dist-es/commands/CreateIpGroupCommand.js.map +1 -0
  156. package/dist-es/commands/CreateTagsCommand.js +40 -0
  157. package/dist-es/commands/CreateTagsCommand.js.map +1 -0
  158. package/dist-es/commands/CreateUpdatedWorkspaceImageCommand.js +40 -0
  159. package/dist-es/commands/CreateUpdatedWorkspaceImageCommand.js.map +1 -0
  160. package/dist-es/commands/CreateWorkspaceBundleCommand.js +40 -0
  161. package/dist-es/commands/CreateWorkspaceBundleCommand.js.map +1 -0
  162. package/dist-es/commands/CreateWorkspacesCommand.js +40 -0
  163. package/dist-es/commands/CreateWorkspacesCommand.js.map +1 -0
  164. package/dist-es/commands/DeleteConnectionAliasCommand.js +40 -0
  165. package/dist-es/commands/DeleteConnectionAliasCommand.js.map +1 -0
  166. package/dist-es/commands/DeleteIpGroupCommand.js +40 -0
  167. package/dist-es/commands/DeleteIpGroupCommand.js.map +1 -0
  168. package/dist-es/commands/DeleteTagsCommand.js +40 -0
  169. package/dist-es/commands/DeleteTagsCommand.js.map +1 -0
  170. package/dist-es/commands/DeleteWorkspaceBundleCommand.js +40 -0
  171. package/dist-es/commands/DeleteWorkspaceBundleCommand.js.map +1 -0
  172. package/dist-es/commands/DeleteWorkspaceImageCommand.js +40 -0
  173. package/dist-es/commands/DeleteWorkspaceImageCommand.js.map +1 -0
  174. package/dist-es/commands/DeregisterWorkspaceDirectoryCommand.js +40 -0
  175. package/dist-es/commands/DeregisterWorkspaceDirectoryCommand.js.map +1 -0
  176. package/dist-es/commands/DescribeAccountCommand.js +40 -0
  177. package/dist-es/commands/DescribeAccountCommand.js.map +1 -0
  178. package/dist-es/commands/DescribeAccountModificationsCommand.js +40 -0
  179. package/dist-es/commands/DescribeAccountModificationsCommand.js.map +1 -0
  180. package/dist-es/commands/DescribeClientPropertiesCommand.js +40 -0
  181. package/dist-es/commands/DescribeClientPropertiesCommand.js.map +1 -0
  182. package/dist-es/commands/DescribeConnectionAliasPermissionsCommand.js +40 -0
  183. package/dist-es/commands/DescribeConnectionAliasPermissionsCommand.js.map +1 -0
  184. package/dist-es/commands/DescribeConnectionAliasesCommand.js +40 -0
  185. package/dist-es/commands/DescribeConnectionAliasesCommand.js.map +1 -0
  186. package/dist-es/commands/DescribeIpGroupsCommand.js +40 -0
  187. package/dist-es/commands/DescribeIpGroupsCommand.js.map +1 -0
  188. package/dist-es/commands/DescribeTagsCommand.js +40 -0
  189. package/dist-es/commands/DescribeTagsCommand.js.map +1 -0
  190. package/dist-es/commands/DescribeWorkspaceBundlesCommand.js +40 -0
  191. package/dist-es/commands/DescribeWorkspaceBundlesCommand.js.map +1 -0
  192. package/dist-es/commands/DescribeWorkspaceDirectoriesCommand.js +40 -0
  193. package/dist-es/commands/DescribeWorkspaceDirectoriesCommand.js.map +1 -0
  194. package/dist-es/commands/DescribeWorkspaceImagePermissionsCommand.js +40 -0
  195. package/dist-es/commands/DescribeWorkspaceImagePermissionsCommand.js.map +1 -0
  196. package/dist-es/commands/DescribeWorkspaceImagesCommand.js +40 -0
  197. package/dist-es/commands/DescribeWorkspaceImagesCommand.js.map +1 -0
  198. package/dist-es/commands/DescribeWorkspaceSnapshotsCommand.js +40 -0
  199. package/dist-es/commands/DescribeWorkspaceSnapshotsCommand.js.map +1 -0
  200. package/dist-es/commands/DescribeWorkspacesCommand.js +40 -0
  201. package/dist-es/commands/DescribeWorkspacesCommand.js.map +1 -0
  202. package/dist-es/commands/DescribeWorkspacesConnectionStatusCommand.js +40 -0
  203. package/dist-es/commands/DescribeWorkspacesConnectionStatusCommand.js.map +1 -0
  204. package/dist-es/commands/DisassociateConnectionAliasCommand.js +40 -0
  205. package/dist-es/commands/DisassociateConnectionAliasCommand.js.map +1 -0
  206. package/dist-es/commands/DisassociateIpGroupsCommand.js +40 -0
  207. package/dist-es/commands/DisassociateIpGroupsCommand.js.map +1 -0
  208. package/dist-es/commands/ImportWorkspaceImageCommand.js +40 -0
  209. package/dist-es/commands/ImportWorkspaceImageCommand.js.map +1 -0
  210. package/dist-es/commands/ListAvailableManagementCidrRangesCommand.js +40 -0
  211. package/dist-es/commands/ListAvailableManagementCidrRangesCommand.js.map +1 -0
  212. package/dist-es/commands/MigrateWorkspaceCommand.js +40 -0
  213. package/dist-es/commands/MigrateWorkspaceCommand.js.map +1 -0
  214. package/dist-es/commands/ModifyAccountCommand.js +40 -0
  215. package/dist-es/commands/ModifyAccountCommand.js.map +1 -0
  216. package/dist-es/commands/ModifyClientPropertiesCommand.js +40 -0
  217. package/dist-es/commands/ModifyClientPropertiesCommand.js.map +1 -0
  218. package/dist-es/commands/ModifySelfservicePermissionsCommand.js +40 -0
  219. package/dist-es/commands/ModifySelfservicePermissionsCommand.js.map +1 -0
  220. package/dist-es/commands/ModifyWorkspaceAccessPropertiesCommand.js +40 -0
  221. package/dist-es/commands/ModifyWorkspaceAccessPropertiesCommand.js.map +1 -0
  222. package/dist-es/commands/ModifyWorkspaceCreationPropertiesCommand.js +40 -0
  223. package/dist-es/commands/ModifyWorkspaceCreationPropertiesCommand.js.map +1 -0
  224. package/dist-es/commands/ModifyWorkspacePropertiesCommand.js +40 -0
  225. package/dist-es/commands/ModifyWorkspacePropertiesCommand.js.map +1 -0
  226. package/dist-es/commands/ModifyWorkspaceStateCommand.js +40 -0
  227. package/dist-es/commands/ModifyWorkspaceStateCommand.js.map +1 -0
  228. package/dist-es/commands/RebootWorkspacesCommand.js +40 -0
  229. package/dist-es/commands/RebootWorkspacesCommand.js.map +1 -0
  230. package/dist-es/commands/RebuildWorkspacesCommand.js +40 -0
  231. package/dist-es/commands/RebuildWorkspacesCommand.js.map +1 -0
  232. package/dist-es/commands/RegisterWorkspaceDirectoryCommand.js +40 -0
  233. package/dist-es/commands/RegisterWorkspaceDirectoryCommand.js.map +1 -0
  234. package/dist-es/commands/RestoreWorkspaceCommand.js +40 -0
  235. package/dist-es/commands/RestoreWorkspaceCommand.js.map +1 -0
  236. package/dist-es/commands/RevokeIpRulesCommand.js +40 -0
  237. package/dist-es/commands/RevokeIpRulesCommand.js.map +1 -0
  238. package/dist-es/commands/StartWorkspacesCommand.js +40 -0
  239. package/dist-es/commands/StartWorkspacesCommand.js.map +1 -0
  240. package/dist-es/commands/StopWorkspacesCommand.js +40 -0
  241. package/dist-es/commands/StopWorkspacesCommand.js.map +1 -0
  242. package/dist-es/commands/TerminateWorkspacesCommand.js +40 -0
  243. package/dist-es/commands/TerminateWorkspacesCommand.js.map +1 -0
  244. package/dist-es/commands/UpdateConnectionAliasPermissionCommand.js +40 -0
  245. package/dist-es/commands/UpdateConnectionAliasPermissionCommand.js.map +1 -0
  246. package/dist-es/commands/UpdateRulesOfIpGroupCommand.js +40 -0
  247. package/dist-es/commands/UpdateRulesOfIpGroupCommand.js.map +1 -0
  248. package/dist-es/commands/UpdateWorkspaceBundleCommand.js +40 -0
  249. package/dist-es/commands/UpdateWorkspaceBundleCommand.js.map +1 -0
  250. package/dist-es/commands/UpdateWorkspaceImagePermissionCommand.js +40 -0
  251. package/dist-es/commands/UpdateWorkspaceImagePermissionCommand.js.map +1 -0
  252. package/{dist/es → dist-es}/endpoints.js +0 -0
  253. package/dist-es/endpoints.js.map +1 -0
  254. package/dist-es/index.js +62 -0
  255. package/dist-es/index.js.map +1 -0
  256. package/{dist/es → dist-es}/models/index.js +0 -0
  257. package/dist-es/models/index.js.map +1 -0
  258. package/dist-es/models/models_0.js +777 -0
  259. package/dist-es/models/models_0.js.map +1 -0
  260. package/dist-es/pagination/DescribeWorkspaceBundlesPaginator.js +74 -0
  261. package/dist-es/pagination/DescribeWorkspaceBundlesPaginator.js.map +1 -0
  262. package/dist-es/pagination/DescribeWorkspaceDirectoriesPaginator.js +74 -0
  263. package/dist-es/pagination/DescribeWorkspaceDirectoriesPaginator.js.map +1 -0
  264. package/dist-es/pagination/DescribeWorkspacesPaginator.js +75 -0
  265. package/dist-es/pagination/DescribeWorkspacesPaginator.js.map +1 -0
  266. package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
  267. package/dist-es/pagination/Interfaces.js.map +1 -0
  268. package/dist-es/protocols/Aws_json1_1.js +6321 -0
  269. package/dist-es/protocols/Aws_json1_1.js.map +1 -0
  270. package/dist-es/runtimeConfig.browser.js +17 -0
  271. package/dist-es/runtimeConfig.browser.js.map +1 -0
  272. package/dist-es/runtimeConfig.js +22 -0
  273. package/dist-es/runtimeConfig.js.map +1 -0
  274. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -0
  275. package/dist-es/runtimeConfig.native.js.map +1 -0
  276. package/dist-es/runtimeConfig.shared.js +14 -0
  277. package/dist-es/runtimeConfig.shared.js.map +1 -0
  278. package/dist-types/WorkSpaces.d.ts +645 -0
  279. package/dist-types/WorkSpacesClient.d.ts +188 -0
  280. package/dist-types/commands/AssociateConnectionAliasCommand.d.ts +42 -0
  281. package/dist-types/commands/AssociateIpGroupsCommand.d.ts +35 -0
  282. package/dist-types/commands/AuthorizeIpRulesCommand.d.ts +37 -0
  283. package/dist-types/commands/CopyWorkspaceImageCommand.d.ts +48 -0
  284. package/dist-types/commands/CreateConnectionAliasCommand.d.ts +37 -0
  285. package/dist-types/commands/CreateIpGroupCommand.d.ts +44 -0
  286. package/dist-types/commands/CreateTagsCommand.d.ts +35 -0
  287. package/dist-types/commands/CreateUpdatedWorkspaceImageCommand.d.ts +58 -0
  288. package/dist-types/commands/CreateWorkspaceBundleCommand.d.ts +37 -0
  289. package/dist-types/commands/CreateWorkspacesCommand.d.ts +36 -0
  290. package/dist-types/commands/DeleteConnectionAliasCommand.d.ts +52 -0
  291. package/dist-types/commands/DeleteIpGroupCommand.d.ts +36 -0
  292. package/dist-types/commands/DeleteTagsCommand.d.ts +35 -0
  293. package/dist-types/commands/DeleteWorkspaceBundleCommand.d.ts +37 -0
  294. package/dist-types/commands/DeleteWorkspaceImageCommand.d.ts +37 -0
  295. package/dist-types/commands/DeregisterWorkspaceDirectoryCommand.d.ts +51 -0
  296. package/dist-types/commands/DescribeAccountCommand.d.ts +36 -0
  297. package/dist-types/commands/DescribeAccountModificationsCommand.d.ts +36 -0
  298. package/dist-types/commands/DescribeClientPropertiesCommand.d.ts +35 -0
  299. package/dist-types/commands/DescribeConnectionAliasPermissionsCommand.d.ts +37 -0
  300. package/dist-types/commands/DescribeConnectionAliasesCommand.d.ts +37 -0
  301. package/dist-types/commands/DescribeIpGroupsCommand.d.ts +35 -0
  302. package/dist-types/commands/DescribeTagsCommand.d.ts +35 -0
  303. package/dist-types/commands/DescribeWorkspaceBundlesCommand.d.ts +36 -0
  304. package/dist-types/commands/DescribeWorkspaceDirectoriesCommand.d.ts +36 -0
  305. package/dist-types/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +36 -0
  306. package/dist-types/commands/DescribeWorkspaceImagesCommand.d.ts +36 -0
  307. package/dist-types/commands/DescribeWorkspaceSnapshotsCommand.d.ts +35 -0
  308. package/dist-types/commands/DescribeWorkspacesCommand.d.ts +37 -0
  309. package/dist-types/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +35 -0
  310. package/dist-types/commands/DisassociateConnectionAliasCommand.d.ts +43 -0
  311. package/dist-types/commands/DisassociateIpGroupsCommand.d.ts +35 -0
  312. package/dist-types/commands/ImportWorkspaceImageCommand.d.ts +39 -0
  313. package/dist-types/commands/ListAvailableManagementCidrRangesCommand.d.ts +43 -0
  314. package/dist-types/commands/MigrateWorkspaceCommand.d.ts +43 -0
  315. package/dist-types/commands/ModifyAccountCommand.d.ts +36 -0
  316. package/dist-types/commands/ModifyClientPropertiesCommand.d.ts +35 -0
  317. package/dist-types/commands/ModifySelfservicePermissionsCommand.d.ts +36 -0
  318. package/dist-types/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +37 -0
  319. package/dist-types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +35 -0
  320. package/dist-types/commands/ModifyWorkspacePropertiesCommand.d.ts +39 -0
  321. package/dist-types/commands/ModifyWorkspaceStateCommand.d.ts +40 -0
  322. package/dist-types/commands/RebootWorkspacesCommand.d.ts +38 -0
  323. package/dist-types/commands/RebuildWorkspacesCommand.d.ts +42 -0
  324. package/dist-types/commands/RegisterWorkspaceDirectoryCommand.d.ts +39 -0
  325. package/dist-types/commands/RestoreWorkspaceCommand.d.ts +42 -0
  326. package/dist-types/commands/RevokeIpRulesCommand.d.ts +35 -0
  327. package/dist-types/commands/StartWorkspacesCommand.d.ts +37 -0
  328. package/dist-types/commands/StopWorkspacesCommand.d.ts +38 -0
  329. package/dist-types/commands/TerminateWorkspacesCommand.d.ts +64 -0
  330. package/dist-types/commands/UpdateConnectionAliasPermissionCommand.d.ts +54 -0
  331. package/dist-types/commands/UpdateRulesOfIpGroupCommand.d.ts +36 -0
  332. package/dist-types/commands/UpdateWorkspaceBundleCommand.d.ts +43 -0
  333. package/dist-types/commands/UpdateWorkspaceImagePermissionCommand.d.ts +60 -0
  334. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  335. package/dist-types/index.d.ts +61 -0
  336. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  337. package/dist-types/models/models_0.d.ts +3053 -0
  338. package/dist-types/pagination/DescribeWorkspaceBundlesPaginator.d.ts +4 -0
  339. package/dist-types/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +4 -0
  340. package/dist-types/pagination/DescribeWorkspacesPaginator.d.ts +4 -0
  341. package/dist-types/pagination/Interfaces.d.ts +6 -0
  342. package/dist-types/protocols/Aws_json1_1.d.ts +164 -0
  343. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  344. package/dist-types/runtimeConfig.d.ts +37 -0
  345. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  346. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  347. package/dist-types/ts3.4/WorkSpaces.d.ts +645 -0
  348. package/dist-types/ts3.4/WorkSpacesClient.d.ts +188 -0
  349. package/dist-types/ts3.4/commands/AssociateConnectionAliasCommand.d.ts +42 -0
  350. package/dist-types/ts3.4/commands/AssociateIpGroupsCommand.d.ts +35 -0
  351. package/dist-types/ts3.4/commands/AuthorizeIpRulesCommand.d.ts +37 -0
  352. package/dist-types/ts3.4/commands/CopyWorkspaceImageCommand.d.ts +48 -0
  353. package/dist-types/ts3.4/commands/CreateConnectionAliasCommand.d.ts +37 -0
  354. package/dist-types/ts3.4/commands/CreateIpGroupCommand.d.ts +44 -0
  355. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +35 -0
  356. package/dist-types/ts3.4/commands/CreateUpdatedWorkspaceImageCommand.d.ts +58 -0
  357. package/dist-types/ts3.4/commands/CreateWorkspaceBundleCommand.d.ts +37 -0
  358. package/dist-types/ts3.4/commands/CreateWorkspacesCommand.d.ts +36 -0
  359. package/dist-types/ts3.4/commands/DeleteConnectionAliasCommand.d.ts +52 -0
  360. package/dist-types/ts3.4/commands/DeleteIpGroupCommand.d.ts +36 -0
  361. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +35 -0
  362. package/dist-types/ts3.4/commands/DeleteWorkspaceBundleCommand.d.ts +37 -0
  363. package/dist-types/ts3.4/commands/DeleteWorkspaceImageCommand.d.ts +37 -0
  364. package/dist-types/ts3.4/commands/DeregisterWorkspaceDirectoryCommand.d.ts +51 -0
  365. package/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +36 -0
  366. package/dist-types/ts3.4/commands/DescribeAccountModificationsCommand.d.ts +36 -0
  367. package/dist-types/ts3.4/commands/DescribeClientPropertiesCommand.d.ts +35 -0
  368. package/dist-types/ts3.4/commands/DescribeConnectionAliasPermissionsCommand.d.ts +37 -0
  369. package/dist-types/ts3.4/commands/DescribeConnectionAliasesCommand.d.ts +37 -0
  370. package/dist-types/ts3.4/commands/DescribeIpGroupsCommand.d.ts +35 -0
  371. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +35 -0
  372. package/dist-types/ts3.4/commands/DescribeWorkspaceBundlesCommand.d.ts +36 -0
  373. package/dist-types/ts3.4/commands/DescribeWorkspaceDirectoriesCommand.d.ts +36 -0
  374. package/dist-types/ts3.4/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +36 -0
  375. package/dist-types/ts3.4/commands/DescribeWorkspaceImagesCommand.d.ts +36 -0
  376. package/dist-types/ts3.4/commands/DescribeWorkspaceSnapshotsCommand.d.ts +35 -0
  377. package/dist-types/ts3.4/commands/DescribeWorkspacesCommand.d.ts +37 -0
  378. package/dist-types/ts3.4/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +35 -0
  379. package/dist-types/ts3.4/commands/DisassociateConnectionAliasCommand.d.ts +43 -0
  380. package/dist-types/ts3.4/commands/DisassociateIpGroupsCommand.d.ts +35 -0
  381. package/dist-types/ts3.4/commands/ImportWorkspaceImageCommand.d.ts +39 -0
  382. package/dist-types/ts3.4/commands/ListAvailableManagementCidrRangesCommand.d.ts +43 -0
  383. package/dist-types/ts3.4/commands/MigrateWorkspaceCommand.d.ts +43 -0
  384. package/dist-types/ts3.4/commands/ModifyAccountCommand.d.ts +36 -0
  385. package/dist-types/ts3.4/commands/ModifyClientPropertiesCommand.d.ts +35 -0
  386. package/dist-types/ts3.4/commands/ModifySelfservicePermissionsCommand.d.ts +36 -0
  387. package/dist-types/ts3.4/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +37 -0
  388. package/dist-types/ts3.4/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +35 -0
  389. package/dist-types/ts3.4/commands/ModifyWorkspacePropertiesCommand.d.ts +39 -0
  390. package/dist-types/ts3.4/commands/ModifyWorkspaceStateCommand.d.ts +40 -0
  391. package/dist-types/ts3.4/commands/RebootWorkspacesCommand.d.ts +38 -0
  392. package/dist-types/ts3.4/commands/RebuildWorkspacesCommand.d.ts +42 -0
  393. package/dist-types/ts3.4/commands/RegisterWorkspaceDirectoryCommand.d.ts +39 -0
  394. package/dist-types/ts3.4/commands/RestoreWorkspaceCommand.d.ts +42 -0
  395. package/dist-types/ts3.4/commands/RevokeIpRulesCommand.d.ts +35 -0
  396. package/dist-types/ts3.4/commands/StartWorkspacesCommand.d.ts +37 -0
  397. package/dist-types/ts3.4/commands/StopWorkspacesCommand.d.ts +38 -0
  398. package/dist-types/ts3.4/commands/TerminateWorkspacesCommand.d.ts +64 -0
  399. package/dist-types/ts3.4/commands/UpdateConnectionAliasPermissionCommand.d.ts +54 -0
  400. package/dist-types/ts3.4/commands/UpdateRulesOfIpGroupCommand.d.ts +36 -0
  401. package/dist-types/ts3.4/commands/UpdateWorkspaceBundleCommand.d.ts +43 -0
  402. package/dist-types/ts3.4/commands/UpdateWorkspaceImagePermissionCommand.d.ts +60 -0
  403. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  404. package/dist-types/ts3.4/index.d.ts +61 -0
  405. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  406. package/dist-types/ts3.4/models/models_0.d.ts +3053 -0
  407. package/dist-types/ts3.4/pagination/DescribeWorkspaceBundlesPaginator.d.ts +4 -0
  408. package/dist-types/ts3.4/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +4 -0
  409. package/dist-types/ts3.4/pagination/DescribeWorkspacesPaginator.d.ts +4 -0
  410. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  411. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +164 -0
  412. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +0 -0
  413. package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
  414. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +0 -0
  415. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  416. package/package.json +42 -42
  417. package/src/WorkSpaces.ts +2243 -0
  418. package/src/WorkSpacesClient.ts +502 -0
  419. package/src/commands/AssociateConnectionAliasCommand.ts +102 -0
  420. package/src/commands/AssociateIpGroupsCommand.ts +95 -0
  421. package/src/commands/AuthorizeIpRulesCommand.ts +97 -0
  422. package/src/commands/CopyWorkspaceImageCommand.ts +108 -0
  423. package/src/commands/CreateConnectionAliasCommand.ts +97 -0
  424. package/src/commands/CreateIpGroupCommand.ts +104 -0
  425. package/src/commands/CreateTagsCommand.ts +95 -0
  426. package/src/commands/CreateUpdatedWorkspaceImageCommand.ts +121 -0
  427. package/src/commands/CreateWorkspaceBundleCommand.ts +97 -0
  428. package/src/commands/CreateWorkspacesCommand.ts +96 -0
  429. package/src/commands/DeleteConnectionAliasCommand.ts +112 -0
  430. package/src/commands/DeleteIpGroupCommand.ts +96 -0
  431. package/src/commands/DeleteTagsCommand.ts +95 -0
  432. package/src/commands/DeleteWorkspaceBundleCommand.ts +97 -0
  433. package/src/commands/DeleteWorkspaceImageCommand.ts +97 -0
  434. package/src/commands/DeregisterWorkspaceDirectoryCommand.ts +116 -0
  435. package/src/commands/DescribeAccountCommand.ts +96 -0
  436. package/src/commands/DescribeAccountModificationsCommand.ts +101 -0
  437. package/src/commands/DescribeClientPropertiesCommand.ts +95 -0
  438. package/src/commands/DescribeConnectionAliasPermissionsCommand.ts +108 -0
  439. package/src/commands/DescribeConnectionAliasesCommand.ts +100 -0
  440. package/src/commands/DescribeIpGroupsCommand.ts +95 -0
  441. package/src/commands/DescribeTagsCommand.ts +95 -0
  442. package/src/commands/DescribeWorkspaceBundlesCommand.ts +96 -0
  443. package/src/commands/DescribeWorkspaceDirectoriesCommand.ts +101 -0
  444. package/src/commands/DescribeWorkspaceImagePermissionsCommand.ts +104 -0
  445. package/src/commands/DescribeWorkspaceImagesCommand.ts +96 -0
  446. package/src/commands/DescribeWorkspaceSnapshotsCommand.ts +98 -0
  447. package/src/commands/DescribeWorkspacesCommand.ts +97 -0
  448. package/src/commands/DescribeWorkspacesConnectionStatusCommand.ts +106 -0
  449. package/src/commands/DisassociateConnectionAliasCommand.ts +106 -0
  450. package/src/commands/DisassociateIpGroupsCommand.ts +95 -0
  451. package/src/commands/ImportWorkspaceImageCommand.ts +99 -0
  452. package/src/commands/ListAvailableManagementCidrRangesCommand.ts +111 -0
  453. package/src/commands/MigrateWorkspaceCommand.ts +103 -0
  454. package/src/commands/ModifyAccountCommand.ts +96 -0
  455. package/src/commands/ModifyClientPropertiesCommand.ts +95 -0
  456. package/src/commands/ModifySelfservicePermissionsCommand.ts +101 -0
  457. package/src/commands/ModifyWorkspaceAccessPropertiesCommand.ts +105 -0
  458. package/src/commands/ModifyWorkspaceCreationPropertiesCommand.ts +103 -0
  459. package/src/commands/ModifyWorkspacePropertiesCommand.ts +102 -0
  460. package/src/commands/ModifyWorkspaceStateCommand.ts +100 -0
  461. package/src/commands/RebootWorkspacesCommand.ts +98 -0
  462. package/src/commands/RebuildWorkspacesCommand.ts +102 -0
  463. package/src/commands/RegisterWorkspaceDirectoryCommand.ts +102 -0
  464. package/src/commands/RestoreWorkspaceCommand.ts +102 -0
  465. package/src/commands/RevokeIpRulesCommand.ts +95 -0
  466. package/src/commands/StartWorkspacesCommand.ts +97 -0
  467. package/src/commands/StopWorkspacesCommand.ts +98 -0
  468. package/src/commands/TerminateWorkspacesCommand.ts +124 -0
  469. package/src/commands/UpdateConnectionAliasPermissionCommand.ts +122 -0
  470. package/src/commands/UpdateRulesOfIpGroupCommand.ts +96 -0
  471. package/src/commands/UpdateWorkspaceBundleCommand.ts +103 -0
  472. package/src/commands/UpdateWorkspaceImagePermissionCommand.ts +128 -0
  473. package/src/endpoints.ts +72 -0
  474. package/src/index.ts +61 -0
  475. package/{models → src/models}/index.ts +0 -0
  476. package/src/models/models_0.ts +3876 -0
  477. package/src/pagination/DescribeWorkspaceBundlesPaginator.ts +58 -0
  478. package/src/pagination/DescribeWorkspaceDirectoriesPaginator.ts +58 -0
  479. package/src/pagination/DescribeWorkspacesPaginator.ts +59 -0
  480. package/src/pagination/Interfaces.ts +8 -0
  481. package/src/protocols/Aws_json1_1.ts +7603 -0
  482. package/src/runtimeConfig.browser.ts +41 -0
  483. package/src/runtimeConfig.native.ts +17 -0
  484. package/src/runtimeConfig.shared.ts +17 -0
  485. package/src/runtimeConfig.ts +46 -0
  486. package/tsconfig.es.json +1 -1
  487. package/tsconfig.json +4 -2
  488. package/tsconfig.types.json +3 -2
  489. package/WorkSpaces.ts +0 -2188
  490. package/WorkSpacesClient.ts +0 -495
  491. package/commands/AssociateConnectionAliasCommand.ts +0 -101
  492. package/commands/AssociateIpGroupsCommand.ts +0 -94
  493. package/commands/AuthorizeIpRulesCommand.ts +0 -96
  494. package/commands/CopyWorkspaceImageCommand.ts +0 -110
  495. package/commands/CreateConnectionAliasCommand.ts +0 -96
  496. package/commands/CreateIpGroupCommand.ts +0 -103
  497. package/commands/CreateTagsCommand.ts +0 -94
  498. package/commands/CreateWorkspaceBundleCommand.ts +0 -96
  499. package/commands/CreateWorkspacesCommand.ts +0 -95
  500. package/commands/DeleteConnectionAliasCommand.ts +0 -111
  501. package/commands/DeleteIpGroupCommand.ts +0 -95
  502. package/commands/DeleteTagsCommand.ts +0 -94
  503. package/commands/DeleteWorkspaceBundleCommand.ts +0 -96
  504. package/commands/DeleteWorkspaceImageCommand.ts +0 -96
  505. package/commands/DeregisterWorkspaceDirectoryCommand.ts +0 -115
  506. package/commands/DescribeAccountCommand.ts +0 -95
  507. package/commands/DescribeAccountModificationsCommand.ts +0 -100
  508. package/commands/DescribeClientPropertiesCommand.ts +0 -94
  509. package/commands/DescribeConnectionAliasPermissionsCommand.ts +0 -107
  510. package/commands/DescribeConnectionAliasesCommand.ts +0 -99
  511. package/commands/DescribeIpGroupsCommand.ts +0 -94
  512. package/commands/DescribeTagsCommand.ts +0 -94
  513. package/commands/DescribeWorkspaceBundlesCommand.ts +0 -95
  514. package/commands/DescribeWorkspaceDirectoriesCommand.ts +0 -100
  515. package/commands/DescribeWorkspaceImagePermissionsCommand.ts +0 -103
  516. package/commands/DescribeWorkspaceImagesCommand.ts +0 -95
  517. package/commands/DescribeWorkspaceSnapshotsCommand.ts +0 -97
  518. package/commands/DescribeWorkspacesCommand.ts +0 -96
  519. package/commands/DescribeWorkspacesConnectionStatusCommand.ts +0 -105
  520. package/commands/DisassociateConnectionAliasCommand.ts +0 -105
  521. package/commands/DisassociateIpGroupsCommand.ts +0 -94
  522. package/commands/ImportWorkspaceImageCommand.ts +0 -98
  523. package/commands/ListAvailableManagementCidrRangesCommand.ts +0 -110
  524. package/commands/MigrateWorkspaceCommand.ts +0 -102
  525. package/commands/ModifyAccountCommand.ts +0 -95
  526. package/commands/ModifyClientPropertiesCommand.ts +0 -94
  527. package/commands/ModifySelfservicePermissionsCommand.ts +0 -100
  528. package/commands/ModifyWorkspaceAccessPropertiesCommand.ts +0 -104
  529. package/commands/ModifyWorkspaceCreationPropertiesCommand.ts +0 -102
  530. package/commands/ModifyWorkspacePropertiesCommand.ts +0 -101
  531. package/commands/ModifyWorkspaceStateCommand.ts +0 -99
  532. package/commands/RebootWorkspacesCommand.ts +0 -97
  533. package/commands/RebuildWorkspacesCommand.ts +0 -101
  534. package/commands/RegisterWorkspaceDirectoryCommand.ts +0 -101
  535. package/commands/RestoreWorkspaceCommand.ts +0 -101
  536. package/commands/RevokeIpRulesCommand.ts +0 -94
  537. package/commands/StartWorkspacesCommand.ts +0 -96
  538. package/commands/StopWorkspacesCommand.ts +0 -97
  539. package/commands/TerminateWorkspacesCommand.ts +0 -123
  540. package/commands/UpdateConnectionAliasPermissionCommand.ts +0 -121
  541. package/commands/UpdateRulesOfIpGroupCommand.ts +0 -95
  542. package/commands/UpdateWorkspaceBundleCommand.ts +0 -102
  543. package/commands/UpdateWorkspaceImagePermissionCommand.ts +0 -130
  544. package/dist/cjs/WorkSpaces.js +0 -808
  545. package/dist/cjs/WorkSpaces.js.map +0 -1
  546. package/dist/cjs/WorkSpacesClient.js +0 -46
  547. package/dist/cjs/WorkSpacesClient.js.map +0 -1
  548. package/dist/cjs/commands/AssociateConnectionAliasCommand.js +0 -68
  549. package/dist/cjs/commands/AssociateConnectionAliasCommand.js.map +0 -1
  550. package/dist/cjs/commands/AssociateIpGroupsCommand.js +0 -61
  551. package/dist/cjs/commands/AssociateIpGroupsCommand.js.map +0 -1
  552. package/dist/cjs/commands/AuthorizeIpRulesCommand.js +0 -63
  553. package/dist/cjs/commands/AuthorizeIpRulesCommand.js.map +0 -1
  554. package/dist/cjs/commands/CopyWorkspaceImageCommand.js +0 -77
  555. package/dist/cjs/commands/CopyWorkspaceImageCommand.js.map +0 -1
  556. package/dist/cjs/commands/CreateConnectionAliasCommand.js +0 -63
  557. package/dist/cjs/commands/CreateConnectionAliasCommand.js.map +0 -1
  558. package/dist/cjs/commands/CreateIpGroupCommand.js +0 -70
  559. package/dist/cjs/commands/CreateIpGroupCommand.js.map +0 -1
  560. package/dist/cjs/commands/CreateTagsCommand.js +0 -61
  561. package/dist/cjs/commands/CreateTagsCommand.js.map +0 -1
  562. package/dist/cjs/commands/CreateWorkspaceBundleCommand.js +0 -63
  563. package/dist/cjs/commands/CreateWorkspaceBundleCommand.js.map +0 -1
  564. package/dist/cjs/commands/CreateWorkspacesCommand.js +0 -62
  565. package/dist/cjs/commands/CreateWorkspacesCommand.js.map +0 -1
  566. package/dist/cjs/commands/DeleteConnectionAliasCommand.js +0 -78
  567. package/dist/cjs/commands/DeleteConnectionAliasCommand.js.map +0 -1
  568. package/dist/cjs/commands/DeleteIpGroupCommand.js +0 -62
  569. package/dist/cjs/commands/DeleteIpGroupCommand.js.map +0 -1
  570. package/dist/cjs/commands/DeleteTagsCommand.js +0 -61
  571. package/dist/cjs/commands/DeleteTagsCommand.js.map +0 -1
  572. package/dist/cjs/commands/DeleteWorkspaceBundleCommand.js +0 -63
  573. package/dist/cjs/commands/DeleteWorkspaceBundleCommand.js.map +0 -1
  574. package/dist/cjs/commands/DeleteWorkspaceImageCommand.js +0 -63
  575. package/dist/cjs/commands/DeleteWorkspaceImageCommand.js.map +0 -1
  576. package/dist/cjs/commands/DeregisterWorkspaceDirectoryCommand.js +0 -77
  577. package/dist/cjs/commands/DeregisterWorkspaceDirectoryCommand.js.map +0 -1
  578. package/dist/cjs/commands/DescribeAccountCommand.js +0 -62
  579. package/dist/cjs/commands/DescribeAccountCommand.js.map +0 -1
  580. package/dist/cjs/commands/DescribeAccountModificationsCommand.js +0 -62
  581. package/dist/cjs/commands/DescribeAccountModificationsCommand.js.map +0 -1
  582. package/dist/cjs/commands/DescribeClientPropertiesCommand.js +0 -61
  583. package/dist/cjs/commands/DescribeClientPropertiesCommand.js.map +0 -1
  584. package/dist/cjs/commands/DescribeConnectionAliasPermissionsCommand.js +0 -63
  585. package/dist/cjs/commands/DescribeConnectionAliasPermissionsCommand.js.map +0 -1
  586. package/dist/cjs/commands/DescribeConnectionAliasesCommand.js +0 -63
  587. package/dist/cjs/commands/DescribeConnectionAliasesCommand.js.map +0 -1
  588. package/dist/cjs/commands/DescribeIpGroupsCommand.js +0 -61
  589. package/dist/cjs/commands/DescribeIpGroupsCommand.js.map +0 -1
  590. package/dist/cjs/commands/DescribeTagsCommand.js +0 -61
  591. package/dist/cjs/commands/DescribeTagsCommand.js.map +0 -1
  592. package/dist/cjs/commands/DescribeWorkspaceBundlesCommand.js +0 -62
  593. package/dist/cjs/commands/DescribeWorkspaceBundlesCommand.js.map +0 -1
  594. package/dist/cjs/commands/DescribeWorkspaceDirectoriesCommand.js +0 -62
  595. package/dist/cjs/commands/DescribeWorkspaceDirectoriesCommand.js.map +0 -1
  596. package/dist/cjs/commands/DescribeWorkspaceImagePermissionsCommand.js +0 -62
  597. package/dist/cjs/commands/DescribeWorkspaceImagePermissionsCommand.js.map +0 -1
  598. package/dist/cjs/commands/DescribeWorkspaceImagesCommand.js +0 -62
  599. package/dist/cjs/commands/DescribeWorkspaceImagesCommand.js.map +0 -1
  600. package/dist/cjs/commands/DescribeWorkspaceSnapshotsCommand.js +0 -61
  601. package/dist/cjs/commands/DescribeWorkspaceSnapshotsCommand.js.map +0 -1
  602. package/dist/cjs/commands/DescribeWorkspacesCommand.js +0 -63
  603. package/dist/cjs/commands/DescribeWorkspacesCommand.js.map +0 -1
  604. package/dist/cjs/commands/DescribeWorkspacesConnectionStatusCommand.js +0 -61
  605. package/dist/cjs/commands/DescribeWorkspacesConnectionStatusCommand.js.map +0 -1
  606. package/dist/cjs/commands/DisassociateConnectionAliasCommand.js +0 -69
  607. package/dist/cjs/commands/DisassociateConnectionAliasCommand.js.map +0 -1
  608. package/dist/cjs/commands/DisassociateIpGroupsCommand.js +0 -61
  609. package/dist/cjs/commands/DisassociateIpGroupsCommand.js.map +0 -1
  610. package/dist/cjs/commands/ImportWorkspaceImageCommand.js +0 -65
  611. package/dist/cjs/commands/ImportWorkspaceImageCommand.js.map +0 -1
  612. package/dist/cjs/commands/ListAvailableManagementCidrRangesCommand.js +0 -69
  613. package/dist/cjs/commands/ListAvailableManagementCidrRangesCommand.js.map +0 -1
  614. package/dist/cjs/commands/MigrateWorkspaceCommand.js +0 -69
  615. package/dist/cjs/commands/MigrateWorkspaceCommand.js.map +0 -1
  616. package/dist/cjs/commands/ModifyAccountCommand.js +0 -62
  617. package/dist/cjs/commands/ModifyAccountCommand.js.map +0 -1
  618. package/dist/cjs/commands/ModifyClientPropertiesCommand.js +0 -61
  619. package/dist/cjs/commands/ModifyClientPropertiesCommand.js.map +0 -1
  620. package/dist/cjs/commands/ModifySelfservicePermissionsCommand.js +0 -62
  621. package/dist/cjs/commands/ModifySelfservicePermissionsCommand.js.map +0 -1
  622. package/dist/cjs/commands/ModifyWorkspaceAccessPropertiesCommand.js +0 -63
  623. package/dist/cjs/commands/ModifyWorkspaceAccessPropertiesCommand.js.map +0 -1
  624. package/dist/cjs/commands/ModifyWorkspaceCreationPropertiesCommand.js +0 -61
  625. package/dist/cjs/commands/ModifyWorkspaceCreationPropertiesCommand.js.map +0 -1
  626. package/dist/cjs/commands/ModifyWorkspacePropertiesCommand.js +0 -65
  627. package/dist/cjs/commands/ModifyWorkspacePropertiesCommand.js.map +0 -1
  628. package/dist/cjs/commands/ModifyWorkspaceStateCommand.js +0 -66
  629. package/dist/cjs/commands/ModifyWorkspaceStateCommand.js.map +0 -1
  630. package/dist/cjs/commands/RebootWorkspacesCommand.js +0 -64
  631. package/dist/cjs/commands/RebootWorkspacesCommand.js.map +0 -1
  632. package/dist/cjs/commands/RebuildWorkspacesCommand.js +0 -68
  633. package/dist/cjs/commands/RebuildWorkspacesCommand.js.map +0 -1
  634. package/dist/cjs/commands/RegisterWorkspaceDirectoryCommand.js +0 -65
  635. package/dist/cjs/commands/RegisterWorkspaceDirectoryCommand.js.map +0 -1
  636. package/dist/cjs/commands/RestoreWorkspaceCommand.js +0 -68
  637. package/dist/cjs/commands/RestoreWorkspaceCommand.js.map +0 -1
  638. package/dist/cjs/commands/RevokeIpRulesCommand.js +0 -61
  639. package/dist/cjs/commands/RevokeIpRulesCommand.js.map +0 -1
  640. package/dist/cjs/commands/StartWorkspacesCommand.js +0 -63
  641. package/dist/cjs/commands/StartWorkspacesCommand.js.map +0 -1
  642. package/dist/cjs/commands/StopWorkspacesCommand.js +0 -64
  643. package/dist/cjs/commands/StopWorkspacesCommand.js.map +0 -1
  644. package/dist/cjs/commands/TerminateWorkspacesCommand.js +0 -90
  645. package/dist/cjs/commands/TerminateWorkspacesCommand.js.map +0 -1
  646. package/dist/cjs/commands/UpdateConnectionAliasPermissionCommand.js +0 -80
  647. package/dist/cjs/commands/UpdateConnectionAliasPermissionCommand.js.map +0 -1
  648. package/dist/cjs/commands/UpdateRulesOfIpGroupCommand.js +0 -62
  649. package/dist/cjs/commands/UpdateRulesOfIpGroupCommand.js.map +0 -1
  650. package/dist/cjs/commands/UpdateWorkspaceBundleCommand.js +0 -69
  651. package/dist/cjs/commands/UpdateWorkspaceBundleCommand.js.map +0 -1
  652. package/dist/cjs/commands/UpdateWorkspaceImagePermissionCommand.js +0 -89
  653. package/dist/cjs/commands/UpdateWorkspaceImagePermissionCommand.js.map +0 -1
  654. package/dist/cjs/endpoints.js.map +0 -1
  655. package/dist/cjs/index.js +0 -64
  656. package/dist/cjs/index.js.map +0 -1
  657. package/dist/cjs/models/index.js.map +0 -1
  658. package/dist/cjs/models/models_0.js +0 -1540
  659. package/dist/cjs/models/models_0.js.map +0 -1
  660. package/dist/cjs/package.json +0 -91
  661. package/dist/cjs/pagination/DescribeWorkspaceBundlesPaginator.js +0 -45
  662. package/dist/cjs/pagination/DescribeWorkspaceBundlesPaginator.js.map +0 -1
  663. package/dist/cjs/pagination/DescribeWorkspaceDirectoriesPaginator.js +0 -45
  664. package/dist/cjs/pagination/DescribeWorkspaceDirectoriesPaginator.js.map +0 -1
  665. package/dist/cjs/pagination/DescribeWorkspacesPaginator.js +0 -46
  666. package/dist/cjs/pagination/DescribeWorkspacesPaginator.js.map +0 -1
  667. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  668. package/dist/cjs/protocols/Aws_json1_1.js +0 -5940
  669. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  670. package/dist/cjs/runtimeConfig.browser.js +0 -41
  671. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  672. package/dist/cjs/runtimeConfig.js +0 -46
  673. package/dist/cjs/runtimeConfig.js.map +0 -1
  674. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  675. package/dist/cjs/runtimeConfig.shared.js +0 -21
  676. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  677. package/dist/es/WorkSpaces.js +0 -806
  678. package/dist/es/WorkSpaces.js.map +0 -1
  679. package/dist/es/WorkSpacesClient.js +0 -38
  680. package/dist/es/WorkSpacesClient.js.map +0 -1
  681. package/dist/es/commands/AssociateConnectionAliasCommand.js +0 -40
  682. package/dist/es/commands/AssociateConnectionAliasCommand.js.map +0 -1
  683. package/dist/es/commands/AssociateIpGroupsCommand.js +0 -40
  684. package/dist/es/commands/AssociateIpGroupsCommand.js.map +0 -1
  685. package/dist/es/commands/AuthorizeIpRulesCommand.js +0 -40
  686. package/dist/es/commands/AuthorizeIpRulesCommand.js.map +0 -1
  687. package/dist/es/commands/CopyWorkspaceImageCommand.js +0 -40
  688. package/dist/es/commands/CopyWorkspaceImageCommand.js.map +0 -1
  689. package/dist/es/commands/CreateConnectionAliasCommand.js +0 -40
  690. package/dist/es/commands/CreateConnectionAliasCommand.js.map +0 -1
  691. package/dist/es/commands/CreateIpGroupCommand.js +0 -40
  692. package/dist/es/commands/CreateIpGroupCommand.js.map +0 -1
  693. package/dist/es/commands/CreateTagsCommand.js +0 -40
  694. package/dist/es/commands/CreateTagsCommand.js.map +0 -1
  695. package/dist/es/commands/CreateWorkspaceBundleCommand.js +0 -40
  696. package/dist/es/commands/CreateWorkspaceBundleCommand.js.map +0 -1
  697. package/dist/es/commands/CreateWorkspacesCommand.js +0 -40
  698. package/dist/es/commands/CreateWorkspacesCommand.js.map +0 -1
  699. package/dist/es/commands/DeleteConnectionAliasCommand.js +0 -40
  700. package/dist/es/commands/DeleteConnectionAliasCommand.js.map +0 -1
  701. package/dist/es/commands/DeleteIpGroupCommand.js +0 -40
  702. package/dist/es/commands/DeleteIpGroupCommand.js.map +0 -1
  703. package/dist/es/commands/DeleteTagsCommand.js +0 -40
  704. package/dist/es/commands/DeleteTagsCommand.js.map +0 -1
  705. package/dist/es/commands/DeleteWorkspaceBundleCommand.js +0 -40
  706. package/dist/es/commands/DeleteWorkspaceBundleCommand.js.map +0 -1
  707. package/dist/es/commands/DeleteWorkspaceImageCommand.js +0 -40
  708. package/dist/es/commands/DeleteWorkspaceImageCommand.js.map +0 -1
  709. package/dist/es/commands/DeregisterWorkspaceDirectoryCommand.js +0 -40
  710. package/dist/es/commands/DeregisterWorkspaceDirectoryCommand.js.map +0 -1
  711. package/dist/es/commands/DescribeAccountCommand.js +0 -40
  712. package/dist/es/commands/DescribeAccountCommand.js.map +0 -1
  713. package/dist/es/commands/DescribeAccountModificationsCommand.js +0 -40
  714. package/dist/es/commands/DescribeAccountModificationsCommand.js.map +0 -1
  715. package/dist/es/commands/DescribeClientPropertiesCommand.js +0 -40
  716. package/dist/es/commands/DescribeClientPropertiesCommand.js.map +0 -1
  717. package/dist/es/commands/DescribeConnectionAliasPermissionsCommand.js +0 -40
  718. package/dist/es/commands/DescribeConnectionAliasPermissionsCommand.js.map +0 -1
  719. package/dist/es/commands/DescribeConnectionAliasesCommand.js +0 -40
  720. package/dist/es/commands/DescribeConnectionAliasesCommand.js.map +0 -1
  721. package/dist/es/commands/DescribeIpGroupsCommand.js +0 -40
  722. package/dist/es/commands/DescribeIpGroupsCommand.js.map +0 -1
  723. package/dist/es/commands/DescribeTagsCommand.js +0 -40
  724. package/dist/es/commands/DescribeTagsCommand.js.map +0 -1
  725. package/dist/es/commands/DescribeWorkspaceBundlesCommand.js +0 -40
  726. package/dist/es/commands/DescribeWorkspaceBundlesCommand.js.map +0 -1
  727. package/dist/es/commands/DescribeWorkspaceDirectoriesCommand.js +0 -40
  728. package/dist/es/commands/DescribeWorkspaceDirectoriesCommand.js.map +0 -1
  729. package/dist/es/commands/DescribeWorkspaceImagePermissionsCommand.js +0 -40
  730. package/dist/es/commands/DescribeWorkspaceImagePermissionsCommand.js.map +0 -1
  731. package/dist/es/commands/DescribeWorkspaceImagesCommand.js +0 -40
  732. package/dist/es/commands/DescribeWorkspaceImagesCommand.js.map +0 -1
  733. package/dist/es/commands/DescribeWorkspaceSnapshotsCommand.js +0 -40
  734. package/dist/es/commands/DescribeWorkspaceSnapshotsCommand.js.map +0 -1
  735. package/dist/es/commands/DescribeWorkspacesCommand.js +0 -40
  736. package/dist/es/commands/DescribeWorkspacesCommand.js.map +0 -1
  737. package/dist/es/commands/DescribeWorkspacesConnectionStatusCommand.js +0 -40
  738. package/dist/es/commands/DescribeWorkspacesConnectionStatusCommand.js.map +0 -1
  739. package/dist/es/commands/DisassociateConnectionAliasCommand.js +0 -40
  740. package/dist/es/commands/DisassociateConnectionAliasCommand.js.map +0 -1
  741. package/dist/es/commands/DisassociateIpGroupsCommand.js +0 -40
  742. package/dist/es/commands/DisassociateIpGroupsCommand.js.map +0 -1
  743. package/dist/es/commands/ImportWorkspaceImageCommand.js +0 -40
  744. package/dist/es/commands/ImportWorkspaceImageCommand.js.map +0 -1
  745. package/dist/es/commands/ListAvailableManagementCidrRangesCommand.js +0 -40
  746. package/dist/es/commands/ListAvailableManagementCidrRangesCommand.js.map +0 -1
  747. package/dist/es/commands/MigrateWorkspaceCommand.js +0 -40
  748. package/dist/es/commands/MigrateWorkspaceCommand.js.map +0 -1
  749. package/dist/es/commands/ModifyAccountCommand.js +0 -40
  750. package/dist/es/commands/ModifyAccountCommand.js.map +0 -1
  751. package/dist/es/commands/ModifyClientPropertiesCommand.js +0 -40
  752. package/dist/es/commands/ModifyClientPropertiesCommand.js.map +0 -1
  753. package/dist/es/commands/ModifySelfservicePermissionsCommand.js +0 -40
  754. package/dist/es/commands/ModifySelfservicePermissionsCommand.js.map +0 -1
  755. package/dist/es/commands/ModifyWorkspaceAccessPropertiesCommand.js +0 -40
  756. package/dist/es/commands/ModifyWorkspaceAccessPropertiesCommand.js.map +0 -1
  757. package/dist/es/commands/ModifyWorkspaceCreationPropertiesCommand.js +0 -40
  758. package/dist/es/commands/ModifyWorkspaceCreationPropertiesCommand.js.map +0 -1
  759. package/dist/es/commands/ModifyWorkspacePropertiesCommand.js +0 -40
  760. package/dist/es/commands/ModifyWorkspacePropertiesCommand.js.map +0 -1
  761. package/dist/es/commands/ModifyWorkspaceStateCommand.js +0 -40
  762. package/dist/es/commands/ModifyWorkspaceStateCommand.js.map +0 -1
  763. package/dist/es/commands/RebootWorkspacesCommand.js +0 -40
  764. package/dist/es/commands/RebootWorkspacesCommand.js.map +0 -1
  765. package/dist/es/commands/RebuildWorkspacesCommand.js +0 -40
  766. package/dist/es/commands/RebuildWorkspacesCommand.js.map +0 -1
  767. package/dist/es/commands/RegisterWorkspaceDirectoryCommand.js +0 -40
  768. package/dist/es/commands/RegisterWorkspaceDirectoryCommand.js.map +0 -1
  769. package/dist/es/commands/RestoreWorkspaceCommand.js +0 -40
  770. package/dist/es/commands/RestoreWorkspaceCommand.js.map +0 -1
  771. package/dist/es/commands/RevokeIpRulesCommand.js +0 -40
  772. package/dist/es/commands/RevokeIpRulesCommand.js.map +0 -1
  773. package/dist/es/commands/StartWorkspacesCommand.js +0 -40
  774. package/dist/es/commands/StartWorkspacesCommand.js.map +0 -1
  775. package/dist/es/commands/StopWorkspacesCommand.js +0 -40
  776. package/dist/es/commands/StopWorkspacesCommand.js.map +0 -1
  777. package/dist/es/commands/TerminateWorkspacesCommand.js +0 -40
  778. package/dist/es/commands/TerminateWorkspacesCommand.js.map +0 -1
  779. package/dist/es/commands/UpdateConnectionAliasPermissionCommand.js +0 -40
  780. package/dist/es/commands/UpdateConnectionAliasPermissionCommand.js.map +0 -1
  781. package/dist/es/commands/UpdateRulesOfIpGroupCommand.js +0 -40
  782. package/dist/es/commands/UpdateRulesOfIpGroupCommand.js.map +0 -1
  783. package/dist/es/commands/UpdateWorkspaceBundleCommand.js +0 -40
  784. package/dist/es/commands/UpdateWorkspaceBundleCommand.js.map +0 -1
  785. package/dist/es/commands/UpdateWorkspaceImagePermissionCommand.js +0 -40
  786. package/dist/es/commands/UpdateWorkspaceImagePermissionCommand.js.map +0 -1
  787. package/dist/es/endpoints.js.map +0 -1
  788. package/dist/es/index.js +0 -61
  789. package/dist/es/index.js.map +0 -1
  790. package/dist/es/models/index.js.map +0 -1
  791. package/dist/es/models/models_0.js +0 -765
  792. package/dist/es/models/models_0.js.map +0 -1
  793. package/dist/es/package.json +0 -91
  794. package/dist/es/pagination/DescribeWorkspaceBundlesPaginator.js +0 -74
  795. package/dist/es/pagination/DescribeWorkspaceBundlesPaginator.js.map +0 -1
  796. package/dist/es/pagination/DescribeWorkspaceDirectoriesPaginator.js +0 -74
  797. package/dist/es/pagination/DescribeWorkspaceDirectoriesPaginator.js.map +0 -1
  798. package/dist/es/pagination/DescribeWorkspacesPaginator.js +0 -75
  799. package/dist/es/pagination/DescribeWorkspacesPaginator.js.map +0 -1
  800. package/dist/es/pagination/Interfaces.js.map +0 -1
  801. package/dist/es/protocols/Aws_json1_1.js +0 -6189
  802. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  803. package/dist/es/runtimeConfig.browser.js +0 -17
  804. package/dist/es/runtimeConfig.browser.js.map +0 -1
  805. package/dist/es/runtimeConfig.js +0 -22
  806. package/dist/es/runtimeConfig.js.map +0 -1
  807. package/dist/es/runtimeConfig.native.js.map +0 -1
  808. package/dist/es/runtimeConfig.shared.js +0 -14
  809. package/dist/es/runtimeConfig.shared.js.map +0 -1
  810. package/dist/types/WorkSpaces.d.ts +0 -621
  811. package/dist/types/WorkSpacesClient.d.ts +0 -187
  812. package/dist/types/commands/AssociateConnectionAliasCommand.d.ts +0 -42
  813. package/dist/types/commands/AssociateIpGroupsCommand.d.ts +0 -35
  814. package/dist/types/commands/AuthorizeIpRulesCommand.d.ts +0 -37
  815. package/dist/types/commands/CopyWorkspaceImageCommand.d.ts +0 -51
  816. package/dist/types/commands/CreateConnectionAliasCommand.d.ts +0 -37
  817. package/dist/types/commands/CreateIpGroupCommand.d.ts +0 -44
  818. package/dist/types/commands/CreateTagsCommand.d.ts +0 -35
  819. package/dist/types/commands/CreateWorkspaceBundleCommand.d.ts +0 -37
  820. package/dist/types/commands/CreateWorkspacesCommand.d.ts +0 -36
  821. package/dist/types/commands/DeleteConnectionAliasCommand.d.ts +0 -52
  822. package/dist/types/commands/DeleteIpGroupCommand.d.ts +0 -36
  823. package/dist/types/commands/DeleteTagsCommand.d.ts +0 -35
  824. package/dist/types/commands/DeleteWorkspaceBundleCommand.d.ts +0 -37
  825. package/dist/types/commands/DeleteWorkspaceImageCommand.d.ts +0 -37
  826. package/dist/types/commands/DeregisterWorkspaceDirectoryCommand.d.ts +0 -51
  827. package/dist/types/commands/DescribeAccountCommand.d.ts +0 -36
  828. package/dist/types/commands/DescribeAccountModificationsCommand.d.ts +0 -36
  829. package/dist/types/commands/DescribeClientPropertiesCommand.d.ts +0 -35
  830. package/dist/types/commands/DescribeConnectionAliasPermissionsCommand.d.ts +0 -37
  831. package/dist/types/commands/DescribeConnectionAliasesCommand.d.ts +0 -37
  832. package/dist/types/commands/DescribeIpGroupsCommand.d.ts +0 -35
  833. package/dist/types/commands/DescribeTagsCommand.d.ts +0 -35
  834. package/dist/types/commands/DescribeWorkspaceBundlesCommand.d.ts +0 -36
  835. package/dist/types/commands/DescribeWorkspaceDirectoriesCommand.d.ts +0 -36
  836. package/dist/types/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +0 -36
  837. package/dist/types/commands/DescribeWorkspaceImagesCommand.d.ts +0 -36
  838. package/dist/types/commands/DescribeWorkspaceSnapshotsCommand.d.ts +0 -35
  839. package/dist/types/commands/DescribeWorkspacesCommand.d.ts +0 -37
  840. package/dist/types/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +0 -35
  841. package/dist/types/commands/DisassociateConnectionAliasCommand.d.ts +0 -43
  842. package/dist/types/commands/DisassociateIpGroupsCommand.d.ts +0 -35
  843. package/dist/types/commands/ImportWorkspaceImageCommand.d.ts +0 -39
  844. package/dist/types/commands/ListAvailableManagementCidrRangesCommand.d.ts +0 -43
  845. package/dist/types/commands/MigrateWorkspaceCommand.d.ts +0 -43
  846. package/dist/types/commands/ModifyAccountCommand.d.ts +0 -36
  847. package/dist/types/commands/ModifyClientPropertiesCommand.d.ts +0 -35
  848. package/dist/types/commands/ModifySelfservicePermissionsCommand.d.ts +0 -36
  849. package/dist/types/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +0 -37
  850. package/dist/types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +0 -35
  851. package/dist/types/commands/ModifyWorkspacePropertiesCommand.d.ts +0 -39
  852. package/dist/types/commands/ModifyWorkspaceStateCommand.d.ts +0 -40
  853. package/dist/types/commands/RebootWorkspacesCommand.d.ts +0 -38
  854. package/dist/types/commands/RebuildWorkspacesCommand.d.ts +0 -42
  855. package/dist/types/commands/RegisterWorkspaceDirectoryCommand.d.ts +0 -39
  856. package/dist/types/commands/RestoreWorkspaceCommand.d.ts +0 -42
  857. package/dist/types/commands/RevokeIpRulesCommand.d.ts +0 -35
  858. package/dist/types/commands/StartWorkspacesCommand.d.ts +0 -37
  859. package/dist/types/commands/StopWorkspacesCommand.d.ts +0 -38
  860. package/dist/types/commands/TerminateWorkspacesCommand.d.ts +0 -64
  861. package/dist/types/commands/UpdateConnectionAliasPermissionCommand.d.ts +0 -54
  862. package/dist/types/commands/UpdateRulesOfIpGroupCommand.d.ts +0 -36
  863. package/dist/types/commands/UpdateWorkspaceBundleCommand.d.ts +0 -43
  864. package/dist/types/commands/UpdateWorkspaceImagePermissionCommand.d.ts +0 -63
  865. package/dist/types/index.d.ts +0 -60
  866. package/dist/types/models/models_0.d.ts +0 -2989
  867. package/dist/types/pagination/DescribeWorkspaceBundlesPaginator.d.ts +0 -4
  868. package/dist/types/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +0 -4
  869. package/dist/types/pagination/DescribeWorkspacesPaginator.d.ts +0 -4
  870. package/dist/types/pagination/Interfaces.d.ts +0 -6
  871. package/dist/types/protocols/Aws_json1_1.d.ts +0 -161
  872. package/dist/types/runtimeConfig.d.ts +0 -37
  873. package/dist/types/ts3.4/WorkSpaces.d.ts +0 -621
  874. package/dist/types/ts3.4/WorkSpacesClient.d.ts +0 -187
  875. package/dist/types/ts3.4/commands/AssociateConnectionAliasCommand.d.ts +0 -42
  876. package/dist/types/ts3.4/commands/AssociateIpGroupsCommand.d.ts +0 -35
  877. package/dist/types/ts3.4/commands/AuthorizeIpRulesCommand.d.ts +0 -37
  878. package/dist/types/ts3.4/commands/CopyWorkspaceImageCommand.d.ts +0 -51
  879. package/dist/types/ts3.4/commands/CreateConnectionAliasCommand.d.ts +0 -37
  880. package/dist/types/ts3.4/commands/CreateIpGroupCommand.d.ts +0 -44
  881. package/dist/types/ts3.4/commands/CreateTagsCommand.d.ts +0 -35
  882. package/dist/types/ts3.4/commands/CreateWorkspaceBundleCommand.d.ts +0 -37
  883. package/dist/types/ts3.4/commands/CreateWorkspacesCommand.d.ts +0 -36
  884. package/dist/types/ts3.4/commands/DeleteConnectionAliasCommand.d.ts +0 -52
  885. package/dist/types/ts3.4/commands/DeleteIpGroupCommand.d.ts +0 -36
  886. package/dist/types/ts3.4/commands/DeleteTagsCommand.d.ts +0 -35
  887. package/dist/types/ts3.4/commands/DeleteWorkspaceBundleCommand.d.ts +0 -37
  888. package/dist/types/ts3.4/commands/DeleteWorkspaceImageCommand.d.ts +0 -37
  889. package/dist/types/ts3.4/commands/DeregisterWorkspaceDirectoryCommand.d.ts +0 -51
  890. package/dist/types/ts3.4/commands/DescribeAccountCommand.d.ts +0 -36
  891. package/dist/types/ts3.4/commands/DescribeAccountModificationsCommand.d.ts +0 -36
  892. package/dist/types/ts3.4/commands/DescribeClientPropertiesCommand.d.ts +0 -35
  893. package/dist/types/ts3.4/commands/DescribeConnectionAliasPermissionsCommand.d.ts +0 -37
  894. package/dist/types/ts3.4/commands/DescribeConnectionAliasesCommand.d.ts +0 -37
  895. package/dist/types/ts3.4/commands/DescribeIpGroupsCommand.d.ts +0 -35
  896. package/dist/types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -35
  897. package/dist/types/ts3.4/commands/DescribeWorkspaceBundlesCommand.d.ts +0 -36
  898. package/dist/types/ts3.4/commands/DescribeWorkspaceDirectoriesCommand.d.ts +0 -36
  899. package/dist/types/ts3.4/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +0 -36
  900. package/dist/types/ts3.4/commands/DescribeWorkspaceImagesCommand.d.ts +0 -36
  901. package/dist/types/ts3.4/commands/DescribeWorkspaceSnapshotsCommand.d.ts +0 -35
  902. package/dist/types/ts3.4/commands/DescribeWorkspacesCommand.d.ts +0 -37
  903. package/dist/types/ts3.4/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +0 -35
  904. package/dist/types/ts3.4/commands/DisassociateConnectionAliasCommand.d.ts +0 -43
  905. package/dist/types/ts3.4/commands/DisassociateIpGroupsCommand.d.ts +0 -35
  906. package/dist/types/ts3.4/commands/ImportWorkspaceImageCommand.d.ts +0 -39
  907. package/dist/types/ts3.4/commands/ListAvailableManagementCidrRangesCommand.d.ts +0 -43
  908. package/dist/types/ts3.4/commands/MigrateWorkspaceCommand.d.ts +0 -43
  909. package/dist/types/ts3.4/commands/ModifyAccountCommand.d.ts +0 -36
  910. package/dist/types/ts3.4/commands/ModifyClientPropertiesCommand.d.ts +0 -35
  911. package/dist/types/ts3.4/commands/ModifySelfservicePermissionsCommand.d.ts +0 -36
  912. package/dist/types/ts3.4/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +0 -37
  913. package/dist/types/ts3.4/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +0 -35
  914. package/dist/types/ts3.4/commands/ModifyWorkspacePropertiesCommand.d.ts +0 -39
  915. package/dist/types/ts3.4/commands/ModifyWorkspaceStateCommand.d.ts +0 -40
  916. package/dist/types/ts3.4/commands/RebootWorkspacesCommand.d.ts +0 -38
  917. package/dist/types/ts3.4/commands/RebuildWorkspacesCommand.d.ts +0 -42
  918. package/dist/types/ts3.4/commands/RegisterWorkspaceDirectoryCommand.d.ts +0 -39
  919. package/dist/types/ts3.4/commands/RestoreWorkspaceCommand.d.ts +0 -42
  920. package/dist/types/ts3.4/commands/RevokeIpRulesCommand.d.ts +0 -35
  921. package/dist/types/ts3.4/commands/StartWorkspacesCommand.d.ts +0 -37
  922. package/dist/types/ts3.4/commands/StopWorkspacesCommand.d.ts +0 -38
  923. package/dist/types/ts3.4/commands/TerminateWorkspacesCommand.d.ts +0 -64
  924. package/dist/types/ts3.4/commands/UpdateConnectionAliasPermissionCommand.d.ts +0 -54
  925. package/dist/types/ts3.4/commands/UpdateRulesOfIpGroupCommand.d.ts +0 -36
  926. package/dist/types/ts3.4/commands/UpdateWorkspaceBundleCommand.d.ts +0 -43
  927. package/dist/types/ts3.4/commands/UpdateWorkspaceImagePermissionCommand.d.ts +0 -63
  928. package/dist/types/ts3.4/index.d.ts +0 -60
  929. package/dist/types/ts3.4/models/models_0.d.ts +0 -2989
  930. package/dist/types/ts3.4/pagination/DescribeWorkspaceBundlesPaginator.d.ts +0 -4
  931. package/dist/types/ts3.4/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +0 -4
  932. package/dist/types/ts3.4/pagination/DescribeWorkspacesPaginator.d.ts +0 -4
  933. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  934. package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -161
  935. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
  936. package/endpoints.ts +0 -72
  937. package/index.ts +0 -60
  938. package/models/models_0.ts +0 -3795
  939. package/pagination/DescribeWorkspaceBundlesPaginator.ts +0 -57
  940. package/pagination/DescribeWorkspaceDirectoriesPaginator.ts +0 -57
  941. package/pagination/DescribeWorkspacesPaginator.ts +0 -58
  942. package/pagination/Interfaces.ts +0 -7
  943. package/protocols/Aws_json1_1.ts +0 -7448
  944. package/runtimeConfig.browser.ts +0 -40
  945. package/runtimeConfig.native.ts +0 -16
  946. package/runtimeConfig.shared.ts +0 -16
  947. package/runtimeConfig.ts +0 -45
@@ -1,3795 +0,0 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
-
3
- /**
4
- * <p>The user is not authorized to access a resource.</p>
5
- */
6
- export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
7
- name: "AccessDeniedException";
8
- $fault: "client";
9
- message?: string;
10
- }
11
-
12
- export namespace AccessDeniedException {
13
- /**
14
- * @internal
15
- */
16
- export const filterSensitiveLog = (obj: AccessDeniedException): any => ({
17
- ...obj,
18
- });
19
- }
20
-
21
- export enum AccessPropertyValue {
22
- ALLOW = "ALLOW",
23
- DENY = "DENY",
24
- }
25
-
26
- export enum DedicatedTenancySupportResultEnum {
27
- DISABLED = "DISABLED",
28
- ENABLED = "ENABLED",
29
- }
30
-
31
- export enum DedicatedTenancyModificationStateEnum {
32
- COMPLETED = "COMPLETED",
33
- FAILED = "FAILED",
34
- PENDING = "PENDING",
35
- }
36
-
37
- /**
38
- * <p>Describes a modification to the configuration of Bring Your Own License (BYOL) for the
39
- * specified account. </p>
40
- */
41
- export interface AccountModification {
42
- /**
43
- * <p>The state of the modification to the configuration of BYOL.</p>
44
- */
45
- ModificationState?: DedicatedTenancyModificationStateEnum | string;
46
-
47
- /**
48
- * <p>The status of BYOL (whether BYOL is being enabled or disabled).</p>
49
- */
50
- DedicatedTenancySupport?: DedicatedTenancySupportResultEnum | string;
51
-
52
- /**
53
- * <p>The IP address range, specified as an IPv4 CIDR block, for the management network
54
- * interface used for the account.</p>
55
- */
56
- DedicatedTenancyManagementCidrRange?: string;
57
-
58
- /**
59
- * <p>The timestamp when the modification of the BYOL configuration was started.</p>
60
- */
61
- StartTime?: Date;
62
-
63
- /**
64
- * <p>The error code that is returned if the configuration of BYOL cannot be modified.</p>
65
- */
66
- ErrorCode?: string;
67
-
68
- /**
69
- * <p>The text of the error message that is returned if the configuration of BYOL cannot be
70
- * modified.</p>
71
- */
72
- ErrorMessage?: string;
73
- }
74
-
75
- export namespace AccountModification {
76
- /**
77
- * @internal
78
- */
79
- export const filterSensitiveLog = (obj: AccountModification): any => ({
80
- ...obj,
81
- });
82
- }
83
-
84
- export enum Application {
85
- Microsoft_Office_2016 = "Microsoft_Office_2016",
86
- Microsoft_Office_2019 = "Microsoft_Office_2019",
87
- }
88
-
89
- export interface AssociateConnectionAliasRequest {
90
- /**
91
- * <p>The identifier of the connection alias.</p>
92
- */
93
- AliasId: string | undefined;
94
-
95
- /**
96
- * <p>The identifier of the directory to associate the connection alias with.</p>
97
- */
98
- ResourceId: string | undefined;
99
- }
100
-
101
- export namespace AssociateConnectionAliasRequest {
102
- /**
103
- * @internal
104
- */
105
- export const filterSensitiveLog = (obj: AssociateConnectionAliasRequest): any => ({
106
- ...obj,
107
- });
108
- }
109
-
110
- export interface AssociateConnectionAliasResult {
111
- /**
112
- * <p>The identifier of the connection alias association. You use the connection identifier in the DNS TXT record when
113
- * you're configuring your DNS routing policies. </p>
114
- */
115
- ConnectionIdentifier?: string;
116
- }
117
-
118
- export namespace AssociateConnectionAliasResult {
119
- /**
120
- * @internal
121
- */
122
- export const filterSensitiveLog = (obj: AssociateConnectionAliasResult): any => ({
123
- ...obj,
124
- });
125
- }
126
-
127
- /**
128
- * <p>One or more parameter values are not valid.</p>
129
- */
130
- export interface InvalidParameterValuesException extends __SmithyException, $MetadataBearer {
131
- name: "InvalidParameterValuesException";
132
- $fault: "client";
133
- /**
134
- * <p>The exception error message.</p>
135
- */
136
- message?: string;
137
- }
138
-
139
- export namespace InvalidParameterValuesException {
140
- /**
141
- * @internal
142
- */
143
- export const filterSensitiveLog = (obj: InvalidParameterValuesException): any => ({
144
- ...obj,
145
- });
146
- }
147
-
148
- /**
149
- * <p>The state of the resource is not valid for this operation.</p>
150
- */
151
- export interface InvalidResourceStateException extends __SmithyException, $MetadataBearer {
152
- name: "InvalidResourceStateException";
153
- $fault: "client";
154
- message?: string;
155
- }
156
-
157
- export namespace InvalidResourceStateException {
158
- /**
159
- * @internal
160
- */
161
- export const filterSensitiveLog = (obj: InvalidResourceStateException): any => ({
162
- ...obj,
163
- });
164
- }
165
-
166
- /**
167
- * <p>This operation is not supported.</p>
168
- */
169
- export interface OperationNotSupportedException extends __SmithyException, $MetadataBearer {
170
- name: "OperationNotSupportedException";
171
- $fault: "client";
172
- message?: string;
173
- }
174
-
175
- export namespace OperationNotSupportedException {
176
- /**
177
- * @internal
178
- */
179
- export const filterSensitiveLog = (obj: OperationNotSupportedException): any => ({
180
- ...obj,
181
- });
182
- }
183
-
184
- /**
185
- * <p>The resource is associated with a directory.</p>
186
- */
187
- export interface ResourceAssociatedException extends __SmithyException, $MetadataBearer {
188
- name: "ResourceAssociatedException";
189
- $fault: "client";
190
- message?: string;
191
- }
192
-
193
- export namespace ResourceAssociatedException {
194
- /**
195
- * @internal
196
- */
197
- export const filterSensitiveLog = (obj: ResourceAssociatedException): any => ({
198
- ...obj,
199
- });
200
- }
201
-
202
- /**
203
- * <p>The resource could not be found.</p>
204
- */
205
- export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
206
- name: "ResourceNotFoundException";
207
- $fault: "client";
208
- /**
209
- * <p>The resource could not be found.</p>
210
- */
211
- message?: string;
212
-
213
- /**
214
- * <p>The ID of the resource that could not be found.</p>
215
- */
216
- ResourceId?: string;
217
- }
218
-
219
- export namespace ResourceNotFoundException {
220
- /**
221
- * @internal
222
- */
223
- export const filterSensitiveLog = (obj: ResourceNotFoundException): any => ({
224
- ...obj,
225
- });
226
- }
227
-
228
- export interface AssociateIpGroupsRequest {
229
- /**
230
- * <p>The identifier of the directory.</p>
231
- */
232
- DirectoryId: string | undefined;
233
-
234
- /**
235
- * <p>The identifiers of one or more IP access control groups.</p>
236
- */
237
- GroupIds: string[] | undefined;
238
- }
239
-
240
- export namespace AssociateIpGroupsRequest {
241
- /**
242
- * @internal
243
- */
244
- export const filterSensitiveLog = (obj: AssociateIpGroupsRequest): any => ({
245
- ...obj,
246
- });
247
- }
248
-
249
- export interface AssociateIpGroupsResult {}
250
-
251
- export namespace AssociateIpGroupsResult {
252
- /**
253
- * @internal
254
- */
255
- export const filterSensitiveLog = (obj: AssociateIpGroupsResult): any => ({
256
- ...obj,
257
- });
258
- }
259
-
260
- /**
261
- * <p>Your resource limits have been exceeded.</p>
262
- */
263
- export interface ResourceLimitExceededException extends __SmithyException, $MetadataBearer {
264
- name: "ResourceLimitExceededException";
265
- $fault: "client";
266
- /**
267
- * <p>The exception error message.</p>
268
- */
269
- message?: string;
270
- }
271
-
272
- export namespace ResourceLimitExceededException {
273
- /**
274
- * @internal
275
- */
276
- export const filterSensitiveLog = (obj: ResourceLimitExceededException): any => ({
277
- ...obj,
278
- });
279
- }
280
-
281
- export enum AssociationStatus {
282
- ASSOCIATED_WITH_OWNER_ACCOUNT = "ASSOCIATED_WITH_OWNER_ACCOUNT",
283
- ASSOCIATED_WITH_SHARED_ACCOUNT = "ASSOCIATED_WITH_SHARED_ACCOUNT",
284
- NOT_ASSOCIATED = "NOT_ASSOCIATED",
285
- PENDING_ASSOCIATION = "PENDING_ASSOCIATION",
286
- PENDING_DISASSOCIATION = "PENDING_DISASSOCIATION",
287
- }
288
-
289
- /**
290
- * <p>Describes a rule for an IP access control group.</p>
291
- */
292
- export interface IpRuleItem {
293
- /**
294
- * <p>The IP address range, in CIDR notation.</p>
295
- */
296
- ipRule?: string;
297
-
298
- /**
299
- * <p>The description.</p>
300
- */
301
- ruleDesc?: string;
302
- }
303
-
304
- export namespace IpRuleItem {
305
- /**
306
- * @internal
307
- */
308
- export const filterSensitiveLog = (obj: IpRuleItem): any => ({
309
- ...obj,
310
- });
311
- }
312
-
313
- export interface AuthorizeIpRulesRequest {
314
- /**
315
- * <p>The identifier of the group.</p>
316
- */
317
- GroupId: string | undefined;
318
-
319
- /**
320
- * <p>The rules to add to the group.</p>
321
- */
322
- UserRules: IpRuleItem[] | undefined;
323
- }
324
-
325
- export namespace AuthorizeIpRulesRequest {
326
- /**
327
- * @internal
328
- */
329
- export const filterSensitiveLog = (obj: AuthorizeIpRulesRequest): any => ({
330
- ...obj,
331
- });
332
- }
333
-
334
- export interface AuthorizeIpRulesResult {}
335
-
336
- export namespace AuthorizeIpRulesResult {
337
- /**
338
- * @internal
339
- */
340
- export const filterSensitiveLog = (obj: AuthorizeIpRulesResult): any => ({
341
- ...obj,
342
- });
343
- }
344
-
345
- export enum Compute {
346
- GRAPHICS = "GRAPHICS",
347
- GRAPHICSPRO = "GRAPHICSPRO",
348
- PERFORMANCE = "PERFORMANCE",
349
- POWER = "POWER",
350
- POWERPRO = "POWERPRO",
351
- STANDARD = "STANDARD",
352
- VALUE = "VALUE",
353
- }
354
-
355
- /**
356
- * <p>Describes the compute type of the bundle.</p>
357
- */
358
- export interface ComputeType {
359
- /**
360
- * <p>The compute type.</p>
361
- */
362
- Name?: Compute | string;
363
- }
364
-
365
- export namespace ComputeType {
366
- /**
367
- * @internal
368
- */
369
- export const filterSensitiveLog = (obj: ComputeType): any => ({
370
- ...obj,
371
- });
372
- }
373
-
374
- /**
375
- * <p>Describes the root volume for a WorkSpace bundle.</p>
376
- */
377
- export interface RootStorage {
378
- /**
379
- * <p>The size of the root volume.</p>
380
- */
381
- Capacity?: string;
382
- }
383
-
384
- export namespace RootStorage {
385
- /**
386
- * @internal
387
- */
388
- export const filterSensitiveLog = (obj: RootStorage): any => ({
389
- ...obj,
390
- });
391
- }
392
-
393
- /**
394
- * <p>Describes the user volume for a WorkSpace bundle.</p>
395
- */
396
- export interface UserStorage {
397
- /**
398
- * <p>The size of the user volume.</p>
399
- */
400
- Capacity?: string;
401
- }
402
-
403
- export namespace UserStorage {
404
- /**
405
- * @internal
406
- */
407
- export const filterSensitiveLog = (obj: UserStorage): any => ({
408
- ...obj,
409
- });
410
- }
411
-
412
- /**
413
- * <p>Describes a WorkSpace bundle.</p>
414
- */
415
- export interface WorkspaceBundle {
416
- /**
417
- * <p>The identifier of the bundle.</p>
418
- */
419
- BundleId?: string;
420
-
421
- /**
422
- * <p>The name of the bundle.</p>
423
- */
424
- Name?: string;
425
-
426
- /**
427
- * <p>The owner of the bundle. This is the account identifier of the owner, or
428
- * <code>AMAZON</code> if the bundle is provided by AWS.</p>
429
- */
430
- Owner?: string;
431
-
432
- /**
433
- * <p>The description of the bundle.</p>
434
- */
435
- Description?: string;
436
-
437
- /**
438
- * <p>The identifier of the image that was used to create the bundle.</p>
439
- */
440
- ImageId?: string;
441
-
442
- /**
443
- * <p>The size of the root volume.</p>
444
- */
445
- RootStorage?: RootStorage;
446
-
447
- /**
448
- * <p>The size of the user volume.</p>
449
- */
450
- UserStorage?: UserStorage;
451
-
452
- /**
453
- * <p>The compute type of the bundle. For more information, see
454
- * <a href="http://aws.amazon.com/workspaces/details/#Amazon_WorkSpaces_Bundles">Amazon WorkSpaces Bundles</a>.</p>
455
- */
456
- ComputeType?: ComputeType;
457
-
458
- /**
459
- * <p>The last time that the bundle was updated.</p>
460
- */
461
- LastUpdatedTime?: Date;
462
-
463
- /**
464
- * <p>The time when the bundle was created.</p>
465
- */
466
- CreationTime?: Date;
467
- }
468
-
469
- export namespace WorkspaceBundle {
470
- /**
471
- * @internal
472
- */
473
- export const filterSensitiveLog = (obj: WorkspaceBundle): any => ({
474
- ...obj,
475
- });
476
- }
477
-
478
- export enum ReconnectEnum {
479
- DISABLED = "DISABLED",
480
- ENABLED = "ENABLED",
481
- }
482
-
483
- /**
484
- * <p>Describes an Amazon WorkSpaces client.</p>
485
- */
486
- export interface ClientProperties {
487
- /**
488
- * <p>Specifies whether users can cache their credentials on the Amazon WorkSpaces client.
489
- * When enabled, users can choose to reconnect to their WorkSpaces without re-entering their
490
- * credentials. </p>
491
- */
492
- ReconnectEnabled?: ReconnectEnum | string;
493
- }
494
-
495
- export namespace ClientProperties {
496
- /**
497
- * @internal
498
- */
499
- export const filterSensitiveLog = (obj: ClientProperties): any => ({
500
- ...obj,
501
- });
502
- }
503
-
504
- /**
505
- * <p>Information about the Amazon WorkSpaces client.</p>
506
- */
507
- export interface ClientPropertiesResult {
508
- /**
509
- * <p>The resource identifier, in the form of a directory ID.</p>
510
- */
511
- ResourceId?: string;
512
-
513
- /**
514
- * <p>Information about the Amazon WorkSpaces client.</p>
515
- */
516
- ClientProperties?: ClientProperties;
517
- }
518
-
519
- export namespace ClientPropertiesResult {
520
- /**
521
- * @internal
522
- */
523
- export const filterSensitiveLog = (obj: ClientPropertiesResult): any => ({
524
- ...obj,
525
- });
526
- }
527
-
528
- /**
529
- * <p>Describes a connection alias association that is used for cross-Region redirection. For more information, see
530
- * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html">
531
- * Cross-Region Redirection for Amazon WorkSpaces</a>.</p>
532
- */
533
- export interface ConnectionAliasAssociation {
534
- /**
535
- * <p>The association status of the connection alias.</p>
536
- */
537
- AssociationStatus?: AssociationStatus | string;
538
-
539
- /**
540
- * <p>The identifier of the AWS account that associated the connection alias with a directory.</p>
541
- */
542
- AssociatedAccountId?: string;
543
-
544
- /**
545
- * <p>The identifier of the directory associated with a connection alias.</p>
546
- */
547
- ResourceId?: string;
548
-
549
- /**
550
- * <p>The identifier of the connection alias association. You use the connection identifier in the DNS TXT record when
551
- * you're configuring your DNS routing policies.</p>
552
- */
553
- ConnectionIdentifier?: string;
554
- }
555
-
556
- export namespace ConnectionAliasAssociation {
557
- /**
558
- * @internal
559
- */
560
- export const filterSensitiveLog = (obj: ConnectionAliasAssociation): any => ({
561
- ...obj,
562
- });
563
- }
564
-
565
- export enum ConnectionAliasState {
566
- CREATED = "CREATED",
567
- CREATING = "CREATING",
568
- DELETING = "DELETING",
569
- }
570
-
571
- /**
572
- * <p>Describes a connection alias. Connection aliases are used for cross-Region redirection. For more information,
573
- * see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html">
574
- * Cross-Region Redirection for Amazon WorkSpaces</a>.</p>
575
- */
576
- export interface ConnectionAlias {
577
- /**
578
- * <p>The connection string specified for the connection alias. The connection string must be in the form of
579
- * a fully qualified domain name (FQDN), such as <code>www.example.com</code>.</p>
580
- */
581
- ConnectionString?: string;
582
-
583
- /**
584
- * <p>The identifier of the connection alias.</p>
585
- */
586
- AliasId?: string;
587
-
588
- /**
589
- * <p>The current state of the connection alias.</p>
590
- */
591
- State?: ConnectionAliasState | string;
592
-
593
- /**
594
- * <p>The identifier of the AWS account that owns the connection alias.</p>
595
- */
596
- OwnerAccountId?: string;
597
-
598
- /**
599
- * <p>The association status of the connection alias.</p>
600
- */
601
- Associations?: ConnectionAliasAssociation[];
602
- }
603
-
604
- export namespace ConnectionAlias {
605
- /**
606
- * @internal
607
- */
608
- export const filterSensitiveLog = (obj: ConnectionAlias): any => ({
609
- ...obj,
610
- });
611
- }
612
-
613
- /**
614
- * <p>Describes the permissions for a connection alias. Connection aliases are used for cross-Region redirection.
615
- * For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html">
616
- * Cross-Region Redirection for Amazon WorkSpaces</a>.</p>
617
- */
618
- export interface ConnectionAliasPermission {
619
- /**
620
- * <p>The identifier of the AWS account that the connection alias is shared with.</p>
621
- */
622
- SharedAccountId: string | undefined;
623
-
624
- /**
625
- * <p>Indicates whether the specified AWS account is allowed to associate the connection alias with a directory.</p>
626
- */
627
- AllowAssociation: boolean | undefined;
628
- }
629
-
630
- export namespace ConnectionAliasPermission {
631
- /**
632
- * @internal
633
- */
634
- export const filterSensitiveLog = (obj: ConnectionAliasPermission): any => ({
635
- ...obj,
636
- });
637
- }
638
-
639
- export enum ConnectionState {
640
- CONNECTED = "CONNECTED",
641
- DISCONNECTED = "DISCONNECTED",
642
- UNKNOWN = "UNKNOWN",
643
- }
644
-
645
- /**
646
- * <p>Describes a tag.</p>
647
- */
648
- export interface Tag {
649
- /**
650
- * <p>The key of the tag.</p>
651
- */
652
- Key: string | undefined;
653
-
654
- /**
655
- * <p>The value of the tag.</p>
656
- */
657
- Value?: string;
658
- }
659
-
660
- export namespace Tag {
661
- /**
662
- * @internal
663
- */
664
- export const filterSensitiveLog = (obj: Tag): any => ({
665
- ...obj,
666
- });
667
- }
668
-
669
- export interface CopyWorkspaceImageRequest {
670
- /**
671
- * <p>The name of the image.</p>
672
- */
673
- Name: string | undefined;
674
-
675
- /**
676
- * <p>A description of the image.</p>
677
- */
678
- Description?: string;
679
-
680
- /**
681
- * <p>The identifier of the source image.</p>
682
- */
683
- SourceImageId: string | undefined;
684
-
685
- /**
686
- * <p>The identifier of the source Region.</p>
687
- */
688
- SourceRegion: string | undefined;
689
-
690
- /**
691
- * <p>The tags for the image.</p>
692
- */
693
- Tags?: Tag[];
694
- }
695
-
696
- export namespace CopyWorkspaceImageRequest {
697
- /**
698
- * @internal
699
- */
700
- export const filterSensitiveLog = (obj: CopyWorkspaceImageRequest): any => ({
701
- ...obj,
702
- });
703
- }
704
-
705
- export interface CopyWorkspaceImageResult {
706
- /**
707
- * <p>The identifier of the image.</p>
708
- */
709
- ImageId?: string;
710
- }
711
-
712
- export namespace CopyWorkspaceImageResult {
713
- /**
714
- * @internal
715
- */
716
- export const filterSensitiveLog = (obj: CopyWorkspaceImageResult): any => ({
717
- ...obj,
718
- });
719
- }
720
-
721
- /**
722
- * <p>The specified resource already exists.</p>
723
- */
724
- export interface ResourceAlreadyExistsException extends __SmithyException, $MetadataBearer {
725
- name: "ResourceAlreadyExistsException";
726
- $fault: "client";
727
- message?: string;
728
- }
729
-
730
- export namespace ResourceAlreadyExistsException {
731
- /**
732
- * @internal
733
- */
734
- export const filterSensitiveLog = (obj: ResourceAlreadyExistsException): any => ({
735
- ...obj,
736
- });
737
- }
738
-
739
- /**
740
- * <p>The specified resource is not available.</p>
741
- */
742
- export interface ResourceUnavailableException extends __SmithyException, $MetadataBearer {
743
- name: "ResourceUnavailableException";
744
- $fault: "client";
745
- /**
746
- * <p>The exception error message.</p>
747
- */
748
- message?: string;
749
-
750
- /**
751
- * <p>The identifier of the resource that is not available.</p>
752
- */
753
- ResourceId?: string;
754
- }
755
-
756
- export namespace ResourceUnavailableException {
757
- /**
758
- * @internal
759
- */
760
- export const filterSensitiveLog = (obj: ResourceUnavailableException): any => ({
761
- ...obj,
762
- });
763
- }
764
-
765
- export interface CreateConnectionAliasRequest {
766
- /**
767
- * <p>A connection string in the form of a fully qualified domain name (FQDN), such as <code>www.example.com</code>.</p>
768
- *
769
- * <important>
770
- * <p>After you create a connection string, it is always associated to your AWS account. You cannot recreate the same
771
- * connection string with a different account, even if you delete all instances of it from the original account. The
772
- * connection string is globally reserved for your account.</p>
773
- * </important>
774
- */
775
- ConnectionString: string | undefined;
776
-
777
- /**
778
- * <p>The tags to associate with the connection alias.</p>
779
- */
780
- Tags?: Tag[];
781
- }
782
-
783
- export namespace CreateConnectionAliasRequest {
784
- /**
785
- * @internal
786
- */
787
- export const filterSensitiveLog = (obj: CreateConnectionAliasRequest): any => ({
788
- ...obj,
789
- });
790
- }
791
-
792
- export interface CreateConnectionAliasResult {
793
- /**
794
- * <p>The identifier of the connection alias.</p>
795
- */
796
- AliasId?: string;
797
- }
798
-
799
- export namespace CreateConnectionAliasResult {
800
- /**
801
- * @internal
802
- */
803
- export const filterSensitiveLog = (obj: CreateConnectionAliasResult): any => ({
804
- ...obj,
805
- });
806
- }
807
-
808
- export interface CreateIpGroupRequest {
809
- /**
810
- * <p>The name of the group.</p>
811
- */
812
- GroupName: string | undefined;
813
-
814
- /**
815
- * <p>The description of the group.</p>
816
- */
817
- GroupDesc?: string;
818
-
819
- /**
820
- * <p>The rules to add to the group.</p>
821
- */
822
- UserRules?: IpRuleItem[];
823
-
824
- /**
825
- * <p>The tags. Each WorkSpaces resource can have a maximum of 50 tags.</p>
826
- */
827
- Tags?: Tag[];
828
- }
829
-
830
- export namespace CreateIpGroupRequest {
831
- /**
832
- * @internal
833
- */
834
- export const filterSensitiveLog = (obj: CreateIpGroupRequest): any => ({
835
- ...obj,
836
- });
837
- }
838
-
839
- export interface CreateIpGroupResult {
840
- /**
841
- * <p>The identifier of the group.</p>
842
- */
843
- GroupId?: string;
844
- }
845
-
846
- export namespace CreateIpGroupResult {
847
- /**
848
- * @internal
849
- */
850
- export const filterSensitiveLog = (obj: CreateIpGroupResult): any => ({
851
- ...obj,
852
- });
853
- }
854
-
855
- /**
856
- * <p>The resource could not be created.</p>
857
- */
858
- export interface ResourceCreationFailedException extends __SmithyException, $MetadataBearer {
859
- name: "ResourceCreationFailedException";
860
- $fault: "client";
861
- message?: string;
862
- }
863
-
864
- export namespace ResourceCreationFailedException {
865
- /**
866
- * @internal
867
- */
868
- export const filterSensitiveLog = (obj: ResourceCreationFailedException): any => ({
869
- ...obj,
870
- });
871
- }
872
-
873
- export interface CreateTagsRequest {
874
- /**
875
- * <p>The identifier of the WorkSpaces resource. The supported resource types are WorkSpaces,
876
- * registered directories, images, custom bundles, IP access control groups, and connection aliases.</p>
877
- */
878
- ResourceId: string | undefined;
879
-
880
- /**
881
- * <p>The tags. Each WorkSpaces resource can have a maximum of 50 tags.</p>
882
- */
883
- Tags: Tag[] | undefined;
884
- }
885
-
886
- export namespace CreateTagsRequest {
887
- /**
888
- * @internal
889
- */
890
- export const filterSensitiveLog = (obj: CreateTagsRequest): any => ({
891
- ...obj,
892
- });
893
- }
894
-
895
- export interface CreateTagsResult {}
896
-
897
- export namespace CreateTagsResult {
898
- /**
899
- * @internal
900
- */
901
- export const filterSensitiveLog = (obj: CreateTagsResult): any => ({
902
- ...obj,
903
- });
904
- }
905
-
906
- export interface CreateWorkspaceBundleRequest {
907
- /**
908
- * <p>The name of the bundle.</p>
909
- */
910
- BundleName: string | undefined;
911
-
912
- /**
913
- * <p>The description of the bundle.</p>
914
- */
915
- BundleDescription: string | undefined;
916
-
917
- /**
918
- * <p>The identifier of the image that is used to create the bundle.</p>
919
- */
920
- ImageId: string | undefined;
921
-
922
- /**
923
- * <p>Describes the compute type of the bundle.</p>
924
- */
925
- ComputeType: ComputeType | undefined;
926
-
927
- /**
928
- * <p>Describes the user volume for a WorkSpace bundle.</p>
929
- */
930
- UserStorage: UserStorage | undefined;
931
-
932
- /**
933
- * <p>Describes the root volume for a WorkSpace bundle.</p>
934
- */
935
- RootStorage?: RootStorage;
936
-
937
- /**
938
- * <p>The tags associated with the bundle.</p>
939
- *
940
- * <note>
941
- * <p>To add tags at the same time when you're creating the bundle, you must create an IAM policy that
942
- * grants your IAM user permissions to use <code>workspaces:CreateTags</code>. </p>
943
- * </note>
944
- */
945
- Tags?: Tag[];
946
- }
947
-
948
- export namespace CreateWorkspaceBundleRequest {
949
- /**
950
- * @internal
951
- */
952
- export const filterSensitiveLog = (obj: CreateWorkspaceBundleRequest): any => ({
953
- ...obj,
954
- });
955
- }
956
-
957
- export interface CreateWorkspaceBundleResult {
958
- /**
959
- * <p>Describes a WorkSpace bundle.</p>
960
- */
961
- WorkspaceBundle?: WorkspaceBundle;
962
- }
963
-
964
- export namespace CreateWorkspaceBundleResult {
965
- /**
966
- * @internal
967
- */
968
- export const filterSensitiveLog = (obj: CreateWorkspaceBundleResult): any => ({
969
- ...obj,
970
- });
971
- }
972
-
973
- export enum RunningMode {
974
- ALWAYS_ON = "ALWAYS_ON",
975
- AUTO_STOP = "AUTO_STOP",
976
- }
977
-
978
- /**
979
- * <p>Describes a WorkSpace.</p>
980
- */
981
- export interface WorkspaceProperties {
982
- /**
983
- * <p>The running mode. For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/running-mode.html">Manage the WorkSpace Running
984
- * Mode</a>.</p>
985
- */
986
- RunningMode?: RunningMode | string;
987
-
988
- /**
989
- * <p>The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60-minute intervals.</p>
990
- */
991
- RunningModeAutoStopTimeoutInMinutes?: number;
992
-
993
- /**
994
- * <p>The size of the root volume. For important information about how to modify the size of the root and user volumes, see
995
- * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/modify-workspaces.html">Modify a WorkSpace</a>.</p>
996
- */
997
- RootVolumeSizeGib?: number;
998
-
999
- /**
1000
- * <p>The size of the user storage. For important information about how to modify the size of the root and user volumes, see
1001
- * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/modify-workspaces.html">Modify a WorkSpace</a>.</p>
1002
- */
1003
- UserVolumeSizeGib?: number;
1004
-
1005
- /**
1006
- * <p>The compute type. For more information, see <a href="http://aws.amazon.com/workspaces/details/#Amazon_WorkSpaces_Bundles">Amazon WorkSpaces
1007
- * Bundles</a>.</p>
1008
- */
1009
- ComputeTypeName?: Compute | string;
1010
- }
1011
-
1012
- export namespace WorkspaceProperties {
1013
- /**
1014
- * @internal
1015
- */
1016
- export const filterSensitiveLog = (obj: WorkspaceProperties): any => ({
1017
- ...obj,
1018
- });
1019
- }
1020
-
1021
- /**
1022
- * <p>Describes the information used to create a WorkSpace.</p>
1023
- */
1024
- export interface WorkspaceRequest {
1025
- /**
1026
- * <p>The identifier of the AWS Directory Service directory for the WorkSpace. You can use
1027
- * <a>DescribeWorkspaceDirectories</a> to list the available directories.</p>
1028
- */
1029
- DirectoryId: string | undefined;
1030
-
1031
- /**
1032
- * <p>The user name of the user for the WorkSpace. This user name must exist in the AWS
1033
- * Directory Service directory for the WorkSpace.</p>
1034
- */
1035
- UserName: string | undefined;
1036
-
1037
- /**
1038
- * <p>The identifier of the bundle for the WorkSpace. You can use <a>DescribeWorkspaceBundles</a> to list the available bundles.</p>
1039
- */
1040
- BundleId: string | undefined;
1041
-
1042
- /**
1043
- * <p>The symmetric AWS KMS customer master key (CMK) used to encrypt data stored on your WorkSpace.
1044
- * Amazon WorkSpaces does not support asymmetric CMKs.</p>
1045
- */
1046
- VolumeEncryptionKey?: string;
1047
-
1048
- /**
1049
- * <p>Indicates whether the data stored on the user volume is encrypted.</p>
1050
- */
1051
- UserVolumeEncryptionEnabled?: boolean;
1052
-
1053
- /**
1054
- * <p>Indicates whether the data stored on the root volume is encrypted.</p>
1055
- */
1056
- RootVolumeEncryptionEnabled?: boolean;
1057
-
1058
- /**
1059
- * <p>The WorkSpace properties.</p>
1060
- */
1061
- WorkspaceProperties?: WorkspaceProperties;
1062
-
1063
- /**
1064
- * <p>The tags for the WorkSpace.</p>
1065
- */
1066
- Tags?: Tag[];
1067
- }
1068
-
1069
- export namespace WorkspaceRequest {
1070
- /**
1071
- * @internal
1072
- */
1073
- export const filterSensitiveLog = (obj: WorkspaceRequest): any => ({
1074
- ...obj,
1075
- });
1076
- }
1077
-
1078
- export interface CreateWorkspacesRequest {
1079
- /**
1080
- * <p>The WorkSpaces to create. You can specify up to 25 WorkSpaces.</p>
1081
- */
1082
- Workspaces: WorkspaceRequest[] | undefined;
1083
- }
1084
-
1085
- export namespace CreateWorkspacesRequest {
1086
- /**
1087
- * @internal
1088
- */
1089
- export const filterSensitiveLog = (obj: CreateWorkspacesRequest): any => ({
1090
- ...obj,
1091
- });
1092
- }
1093
-
1094
- /**
1095
- * <p>Describes a WorkSpace that cannot be created.</p>
1096
- */
1097
- export interface FailedCreateWorkspaceRequest {
1098
- /**
1099
- * <p>Information about the WorkSpace.</p>
1100
- */
1101
- WorkspaceRequest?: WorkspaceRequest;
1102
-
1103
- /**
1104
- * <p>The error code that is returned if the WorkSpace cannot be created.</p>
1105
- */
1106
- ErrorCode?: string;
1107
-
1108
- /**
1109
- * <p>The text of the error message that is returned if the WorkSpace cannot be
1110
- * created.</p>
1111
- */
1112
- ErrorMessage?: string;
1113
- }
1114
-
1115
- export namespace FailedCreateWorkspaceRequest {
1116
- /**
1117
- * @internal
1118
- */
1119
- export const filterSensitiveLog = (obj: FailedCreateWorkspaceRequest): any => ({
1120
- ...obj,
1121
- });
1122
- }
1123
-
1124
- export enum ModificationResourceEnum {
1125
- COMPUTE_TYPE = "COMPUTE_TYPE",
1126
- ROOT_VOLUME = "ROOT_VOLUME",
1127
- USER_VOLUME = "USER_VOLUME",
1128
- }
1129
-
1130
- export enum ModificationStateEnum {
1131
- UPDATE_INITIATED = "UPDATE_INITIATED",
1132
- UPDATE_IN_PROGRESS = "UPDATE_IN_PROGRESS",
1133
- }
1134
-
1135
- /**
1136
- * <p>Describes a WorkSpace modification.</p>
1137
- */
1138
- export interface ModificationState {
1139
- /**
1140
- * <p>The resource.</p>
1141
- */
1142
- Resource?: ModificationResourceEnum | string;
1143
-
1144
- /**
1145
- * <p>The modification state.</p>
1146
- */
1147
- State?: ModificationStateEnum | string;
1148
- }
1149
-
1150
- export namespace ModificationState {
1151
- /**
1152
- * @internal
1153
- */
1154
- export const filterSensitiveLog = (obj: ModificationState): any => ({
1155
- ...obj,
1156
- });
1157
- }
1158
-
1159
- export enum WorkspaceState {
1160
- ADMIN_MAINTENANCE = "ADMIN_MAINTENANCE",
1161
- AVAILABLE = "AVAILABLE",
1162
- ERROR = "ERROR",
1163
- IMPAIRED = "IMPAIRED",
1164
- MAINTENANCE = "MAINTENANCE",
1165
- PENDING = "PENDING",
1166
- REBOOTING = "REBOOTING",
1167
- REBUILDING = "REBUILDING",
1168
- RESTORING = "RESTORING",
1169
- STARTING = "STARTING",
1170
- STOPPED = "STOPPED",
1171
- STOPPING = "STOPPING",
1172
- SUSPENDED = "SUSPENDED",
1173
- TERMINATED = "TERMINATED",
1174
- TERMINATING = "TERMINATING",
1175
- UNHEALTHY = "UNHEALTHY",
1176
- UPDATING = "UPDATING",
1177
- }
1178
-
1179
- /**
1180
- * <p>Describes a WorkSpace.</p>
1181
- */
1182
- export interface Workspace {
1183
- /**
1184
- * <p>The identifier of the WorkSpace.</p>
1185
- */
1186
- WorkspaceId?: string;
1187
-
1188
- /**
1189
- * <p>The identifier of the AWS Directory Service directory for the WorkSpace.</p>
1190
- */
1191
- DirectoryId?: string;
1192
-
1193
- /**
1194
- * <p>The user for the WorkSpace.</p>
1195
- */
1196
- UserName?: string;
1197
-
1198
- /**
1199
- * <p>The IP address of the WorkSpace.</p>
1200
- */
1201
- IpAddress?: string;
1202
-
1203
- /**
1204
- * <p>The operational state of the WorkSpace.</p>
1205
- *
1206
- * <note>
1207
- * <p>After a WorkSpace is terminated, the <code>TERMINATED</code> state is returned
1208
- * only briefly before the WorkSpace directory metadata is cleaned up, so this state is rarely
1209
- * returned. To confirm that a WorkSpace is terminated, check for the WorkSpace ID by using
1210
- * <a href="https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaces.html">
1211
- * DescribeWorkSpaces</a>. If the WorkSpace ID isn't returned, then the WorkSpace has
1212
- * been successfully terminated.</p>
1213
- * </note>
1214
- */
1215
- State?: WorkspaceState | string;
1216
-
1217
- /**
1218
- * <p>The identifier of the bundle used to create the WorkSpace.</p>
1219
- */
1220
- BundleId?: string;
1221
-
1222
- /**
1223
- * <p>The identifier of the subnet for the WorkSpace.</p>
1224
- */
1225
- SubnetId?: string;
1226
-
1227
- /**
1228
- * <p>The text of the error message that is returned if the WorkSpace cannot be
1229
- * created.</p>
1230
- */
1231
- ErrorMessage?: string;
1232
-
1233
- /**
1234
- * <p>The error code that is returned if the WorkSpace cannot be created.</p>
1235
- */
1236
- ErrorCode?: string;
1237
-
1238
- /**
1239
- * <p>The name of the WorkSpace, as seen by the operating system. The format of this name varies.
1240
- * For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/launch-workspaces-tutorials.html">
1241
- * Launch a WorkSpace</a>. </p>
1242
- */
1243
- ComputerName?: string;
1244
-
1245
- /**
1246
- * <p>The symmetric AWS KMS customer master key (CMK) used to encrypt data stored on your WorkSpace.
1247
- * Amazon WorkSpaces does not support asymmetric CMKs.</p>
1248
- */
1249
- VolumeEncryptionKey?: string;
1250
-
1251
- /**
1252
- * <p>Indicates whether the data stored on the user volume is encrypted.</p>
1253
- */
1254
- UserVolumeEncryptionEnabled?: boolean;
1255
-
1256
- /**
1257
- * <p>Indicates whether the data stored on the root volume is encrypted.</p>
1258
- */
1259
- RootVolumeEncryptionEnabled?: boolean;
1260
-
1261
- /**
1262
- * <p>The properties of the WorkSpace.</p>
1263
- */
1264
- WorkspaceProperties?: WorkspaceProperties;
1265
-
1266
- /**
1267
- * <p>The modification states of the WorkSpace.</p>
1268
- */
1269
- ModificationStates?: ModificationState[];
1270
- }
1271
-
1272
- export namespace Workspace {
1273
- /**
1274
- * @internal
1275
- */
1276
- export const filterSensitiveLog = (obj: Workspace): any => ({
1277
- ...obj,
1278
- });
1279
- }
1280
-
1281
- export interface CreateWorkspacesResult {
1282
- /**
1283
- * <p>Information about the WorkSpaces that could not be created.</p>
1284
- */
1285
- FailedRequests?: FailedCreateWorkspaceRequest[];
1286
-
1287
- /**
1288
- * <p>Information about the WorkSpaces that were created.</p>
1289
- * <p>Because this operation is asynchronous, the identifier returned is not immediately
1290
- * available for use with other operations. For example, if you call <a>DescribeWorkspaces</a> before the WorkSpace is created, the information returned
1291
- * can be incomplete.</p>
1292
- */
1293
- PendingRequests?: Workspace[];
1294
- }
1295
-
1296
- export namespace CreateWorkspacesResult {
1297
- /**
1298
- * @internal
1299
- */
1300
- export const filterSensitiveLog = (obj: CreateWorkspacesResult): any => ({
1301
- ...obj,
1302
- });
1303
- }
1304
-
1305
- export enum DedicatedTenancySupportEnum {
1306
- ENABLED = "ENABLED",
1307
- }
1308
-
1309
- /**
1310
- * <p>Describes the default values that are used to create WorkSpaces. For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/update-directory-details.html">Update Directory Details for Your WorkSpaces</a>.</p>
1311
- */
1312
- export interface DefaultWorkspaceCreationProperties {
1313
- /**
1314
- * <p>Specifies whether the directory is enabled for Amazon WorkDocs.</p>
1315
- */
1316
- EnableWorkDocs?: boolean;
1317
-
1318
- /**
1319
- * <p>Specifies whether to automatically assign an Elastic public IP address to WorkSpaces in this directory by default.
1320
- * If enabled, the Elastic public IP address allows outbound internet access from your WorkSpaces when you’re using an
1321
- * internet gateway in the Amazon VPC in which your WorkSpaces are located. If you're using a Network Address
1322
- * Translation (NAT) gateway for outbound internet access from your VPC, or if your WorkSpaces are in public
1323
- * subnets and you manually assign them Elastic IP addresses, you should disable this setting. This setting
1324
- * applies to new WorkSpaces that you launch or to existing WorkSpaces that you rebuild. For more information,
1325
- * see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/amazon-workspaces-vpc.html">
1326
- * Configure a VPC for Amazon WorkSpaces</a>.</p>
1327
- */
1328
- EnableInternetAccess?: boolean;
1329
-
1330
- /**
1331
- * <p>The organizational unit (OU) in the directory for the WorkSpace machine accounts.</p>
1332
- */
1333
- DefaultOu?: string;
1334
-
1335
- /**
1336
- * <p>The identifier of the default security group to apply to WorkSpaces when they are created.
1337
- * For more information, see
1338
- * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/amazon-workspaces-security-groups.html">
1339
- * Security Groups for Your WorkSpaces</a>.</p>
1340
- */
1341
- CustomSecurityGroupId?: string;
1342
-
1343
- /**
1344
- * <p>Specifies whether WorkSpace users are local administrators on their WorkSpaces.</p>
1345
- */
1346
- UserEnabledAsLocalAdministrator?: boolean;
1347
-
1348
- /**
1349
- * <p>Specifies whether maintenance mode is enabled for WorkSpaces. For more information, see
1350
- * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/workspace-maintenance.html">WorkSpace
1351
- * Maintenance</a>.</p>
1352
- */
1353
- EnableMaintenanceMode?: boolean;
1354
- }
1355
-
1356
- export namespace DefaultWorkspaceCreationProperties {
1357
- /**
1358
- * @internal
1359
- */
1360
- export const filterSensitiveLog = (obj: DefaultWorkspaceCreationProperties): any => ({
1361
- ...obj,
1362
- });
1363
- }
1364
-
1365
- export interface DeleteConnectionAliasRequest {
1366
- /**
1367
- * <p>The identifier of the connection alias to delete.</p>
1368
- */
1369
- AliasId: string | undefined;
1370
- }
1371
-
1372
- export namespace DeleteConnectionAliasRequest {
1373
- /**
1374
- * @internal
1375
- */
1376
- export const filterSensitiveLog = (obj: DeleteConnectionAliasRequest): any => ({
1377
- ...obj,
1378
- });
1379
- }
1380
-
1381
- export interface DeleteConnectionAliasResult {}
1382
-
1383
- export namespace DeleteConnectionAliasResult {
1384
- /**
1385
- * @internal
1386
- */
1387
- export const filterSensitiveLog = (obj: DeleteConnectionAliasResult): any => ({
1388
- ...obj,
1389
- });
1390
- }
1391
-
1392
- export interface DeleteIpGroupRequest {
1393
- /**
1394
- * <p>The identifier of the IP access control group.</p>
1395
- */
1396
- GroupId: string | undefined;
1397
- }
1398
-
1399
- export namespace DeleteIpGroupRequest {
1400
- /**
1401
- * @internal
1402
- */
1403
- export const filterSensitiveLog = (obj: DeleteIpGroupRequest): any => ({
1404
- ...obj,
1405
- });
1406
- }
1407
-
1408
- export interface DeleteIpGroupResult {}
1409
-
1410
- export namespace DeleteIpGroupResult {
1411
- /**
1412
- * @internal
1413
- */
1414
- export const filterSensitiveLog = (obj: DeleteIpGroupResult): any => ({
1415
- ...obj,
1416
- });
1417
- }
1418
-
1419
- export interface DeleteTagsRequest {
1420
- /**
1421
- * <p>The identifier of the WorkSpaces resource. The supported resource types are WorkSpaces,
1422
- * registered directories, images, custom bundles, IP access control groups, and connection aliases.</p>
1423
- */
1424
- ResourceId: string | undefined;
1425
-
1426
- /**
1427
- * <p>The tag keys.</p>
1428
- */
1429
- TagKeys: string[] | undefined;
1430
- }
1431
-
1432
- export namespace DeleteTagsRequest {
1433
- /**
1434
- * @internal
1435
- */
1436
- export const filterSensitiveLog = (obj: DeleteTagsRequest): any => ({
1437
- ...obj,
1438
- });
1439
- }
1440
-
1441
- export interface DeleteTagsResult {}
1442
-
1443
- export namespace DeleteTagsResult {
1444
- /**
1445
- * @internal
1446
- */
1447
- export const filterSensitiveLog = (obj: DeleteTagsResult): any => ({
1448
- ...obj,
1449
- });
1450
- }
1451
-
1452
- export interface DeleteWorkspaceBundleRequest {
1453
- /**
1454
- * <p>The identifier of the bundle.</p>
1455
- */
1456
- BundleId?: string;
1457
- }
1458
-
1459
- export namespace DeleteWorkspaceBundleRequest {
1460
- /**
1461
- * @internal
1462
- */
1463
- export const filterSensitiveLog = (obj: DeleteWorkspaceBundleRequest): any => ({
1464
- ...obj,
1465
- });
1466
- }
1467
-
1468
- export interface DeleteWorkspaceBundleResult {}
1469
-
1470
- export namespace DeleteWorkspaceBundleResult {
1471
- /**
1472
- * @internal
1473
- */
1474
- export const filterSensitiveLog = (obj: DeleteWorkspaceBundleResult): any => ({
1475
- ...obj,
1476
- });
1477
- }
1478
-
1479
- export interface DeleteWorkspaceImageRequest {
1480
- /**
1481
- * <p>The identifier of the image.</p>
1482
- */
1483
- ImageId: string | undefined;
1484
- }
1485
-
1486
- export namespace DeleteWorkspaceImageRequest {
1487
- /**
1488
- * @internal
1489
- */
1490
- export const filterSensitiveLog = (obj: DeleteWorkspaceImageRequest): any => ({
1491
- ...obj,
1492
- });
1493
- }
1494
-
1495
- export interface DeleteWorkspaceImageResult {}
1496
-
1497
- export namespace DeleteWorkspaceImageResult {
1498
- /**
1499
- * @internal
1500
- */
1501
- export const filterSensitiveLog = (obj: DeleteWorkspaceImageResult): any => ({
1502
- ...obj,
1503
- });
1504
- }
1505
-
1506
- export interface DeregisterWorkspaceDirectoryRequest {
1507
- /**
1508
- * <p>The identifier of the directory. If any WorkSpaces are registered to this directory, you must
1509
- * remove them before you deregister the directory, or you will receive an OperationNotSupportedException
1510
- * error.</p>
1511
- */
1512
- DirectoryId: string | undefined;
1513
- }
1514
-
1515
- export namespace DeregisterWorkspaceDirectoryRequest {
1516
- /**
1517
- * @internal
1518
- */
1519
- export const filterSensitiveLog = (obj: DeregisterWorkspaceDirectoryRequest): any => ({
1520
- ...obj,
1521
- });
1522
- }
1523
-
1524
- export interface DeregisterWorkspaceDirectoryResult {}
1525
-
1526
- export namespace DeregisterWorkspaceDirectoryResult {
1527
- /**
1528
- * @internal
1529
- */
1530
- export const filterSensitiveLog = (obj: DeregisterWorkspaceDirectoryResult): any => ({
1531
- ...obj,
1532
- });
1533
- }
1534
-
1535
- export interface DescribeAccountRequest {}
1536
-
1537
- export namespace DescribeAccountRequest {
1538
- /**
1539
- * @internal
1540
- */
1541
- export const filterSensitiveLog = (obj: DescribeAccountRequest): any => ({
1542
- ...obj,
1543
- });
1544
- }
1545
-
1546
- export interface DescribeAccountResult {
1547
- /**
1548
- * <p>The status of BYOL (whether BYOL is enabled or disabled).</p>
1549
- */
1550
- DedicatedTenancySupport?: DedicatedTenancySupportResultEnum | string;
1551
-
1552
- /**
1553
- * <p>The IP address range, specified as an IPv4 CIDR block, used for the management network
1554
- * interface.</p>
1555
- * <p>The management network interface is connected to a secure Amazon WorkSpaces management
1556
- * network. It is used for interactive streaming of the WorkSpace desktop to Amazon WorkSpaces
1557
- * clients, and to allow Amazon WorkSpaces to manage the WorkSpace.</p>
1558
- */
1559
- DedicatedTenancyManagementCidrRange?: string;
1560
- }
1561
-
1562
- export namespace DescribeAccountResult {
1563
- /**
1564
- * @internal
1565
- */
1566
- export const filterSensitiveLog = (obj: DescribeAccountResult): any => ({
1567
- ...obj,
1568
- });
1569
- }
1570
-
1571
- export interface DescribeAccountModificationsRequest {
1572
- /**
1573
- * <p>If you received a <code>NextToken</code> from a previous call that was paginated,
1574
- * provide this token to receive the next set of results.</p>
1575
- */
1576
- NextToken?: string;
1577
- }
1578
-
1579
- export namespace DescribeAccountModificationsRequest {
1580
- /**
1581
- * @internal
1582
- */
1583
- export const filterSensitiveLog = (obj: DescribeAccountModificationsRequest): any => ({
1584
- ...obj,
1585
- });
1586
- }
1587
-
1588
- export interface DescribeAccountModificationsResult {
1589
- /**
1590
- * <p>The list of modifications to the configuration of BYOL.</p>
1591
- */
1592
- AccountModifications?: AccountModification[];
1593
-
1594
- /**
1595
- * <p>The token to use to retrieve the next page of results. This value is null when there
1596
- * are no more results to return. </p>
1597
- */
1598
- NextToken?: string;
1599
- }
1600
-
1601
- export namespace DescribeAccountModificationsResult {
1602
- /**
1603
- * @internal
1604
- */
1605
- export const filterSensitiveLog = (obj: DescribeAccountModificationsResult): any => ({
1606
- ...obj,
1607
- });
1608
- }
1609
-
1610
- export interface DescribeClientPropertiesRequest {
1611
- /**
1612
- * <p>The resource identifier, in the form of directory IDs.</p>
1613
- */
1614
- ResourceIds: string[] | undefined;
1615
- }
1616
-
1617
- export namespace DescribeClientPropertiesRequest {
1618
- /**
1619
- * @internal
1620
- */
1621
- export const filterSensitiveLog = (obj: DescribeClientPropertiesRequest): any => ({
1622
- ...obj,
1623
- });
1624
- }
1625
-
1626
- export interface DescribeClientPropertiesResult {
1627
- /**
1628
- * <p>Information about the specified Amazon WorkSpaces clients.</p>
1629
- */
1630
- ClientPropertiesList?: ClientPropertiesResult[];
1631
- }
1632
-
1633
- export namespace DescribeClientPropertiesResult {
1634
- /**
1635
- * @internal
1636
- */
1637
- export const filterSensitiveLog = (obj: DescribeClientPropertiesResult): any => ({
1638
- ...obj,
1639
- });
1640
- }
1641
-
1642
- export interface DescribeConnectionAliasesRequest {
1643
- /**
1644
- * <p>The identifiers of the connection aliases to describe.</p>
1645
- */
1646
- AliasIds?: string[];
1647
-
1648
- /**
1649
- * <p>The identifier of the directory associated with the connection alias.</p>
1650
- */
1651
- ResourceId?: string;
1652
-
1653
- /**
1654
- * <p>The maximum number of connection aliases to return.</p>
1655
- */
1656
- Limit?: number;
1657
-
1658
- /**
1659
- * <p>If you received a <code>NextToken</code> from a previous call that was paginated, provide this token to receive the
1660
- * next set of results. </p>
1661
- */
1662
- NextToken?: string;
1663
- }
1664
-
1665
- export namespace DescribeConnectionAliasesRequest {
1666
- /**
1667
- * @internal
1668
- */
1669
- export const filterSensitiveLog = (obj: DescribeConnectionAliasesRequest): any => ({
1670
- ...obj,
1671
- });
1672
- }
1673
-
1674
- export interface DescribeConnectionAliasesResult {
1675
- /**
1676
- * <p>Information about the specified connection aliases.</p>
1677
- */
1678
- ConnectionAliases?: ConnectionAlias[];
1679
-
1680
- /**
1681
- * <p>The token to use to retrieve the next page of results. This value is null when there are no more results to return. </p>
1682
- */
1683
- NextToken?: string;
1684
- }
1685
-
1686
- export namespace DescribeConnectionAliasesResult {
1687
- /**
1688
- * @internal
1689
- */
1690
- export const filterSensitiveLog = (obj: DescribeConnectionAliasesResult): any => ({
1691
- ...obj,
1692
- });
1693
- }
1694
-
1695
- export interface DescribeConnectionAliasPermissionsRequest {
1696
- /**
1697
- * <p>The identifier of the connection alias.</p>
1698
- */
1699
- AliasId: string | undefined;
1700
-
1701
- /**
1702
- * <p>If you received a <code>NextToken</code> from a previous call that was paginated, provide this token to receive the
1703
- * next set of results. </p>
1704
- */
1705
- NextToken?: string;
1706
-
1707
- /**
1708
- * <p>The maximum number of results to return.</p>
1709
- */
1710
- MaxResults?: number;
1711
- }
1712
-
1713
- export namespace DescribeConnectionAliasPermissionsRequest {
1714
- /**
1715
- * @internal
1716
- */
1717
- export const filterSensitiveLog = (obj: DescribeConnectionAliasPermissionsRequest): any => ({
1718
- ...obj,
1719
- });
1720
- }
1721
-
1722
- export interface DescribeConnectionAliasPermissionsResult {
1723
- /**
1724
- * <p>The identifier of the connection alias.</p>
1725
- */
1726
- AliasId?: string;
1727
-
1728
- /**
1729
- * <p>The permissions associated with a connection alias.</p>
1730
- */
1731
- ConnectionAliasPermissions?: ConnectionAliasPermission[];
1732
-
1733
- /**
1734
- * <p>The token to use to retrieve the next page of results. This value is null when there are no more results to return. </p>
1735
- */
1736
- NextToken?: string;
1737
- }
1738
-
1739
- export namespace DescribeConnectionAliasPermissionsResult {
1740
- /**
1741
- * @internal
1742
- */
1743
- export const filterSensitiveLog = (obj: DescribeConnectionAliasPermissionsResult): any => ({
1744
- ...obj,
1745
- });
1746
- }
1747
-
1748
- export interface DescribeIpGroupsRequest {
1749
- /**
1750
- * <p>The identifiers of one or more IP access control groups.</p>
1751
- */
1752
- GroupIds?: string[];
1753
-
1754
- /**
1755
- * <p>If you received a <code>NextToken</code> from a previous call that was paginated,
1756
- * provide this token to receive the next set of results.</p>
1757
- */
1758
- NextToken?: string;
1759
-
1760
- /**
1761
- * <p>The maximum number of items to return.</p>
1762
- */
1763
- MaxResults?: number;
1764
- }
1765
-
1766
- export namespace DescribeIpGroupsRequest {
1767
- /**
1768
- * @internal
1769
- */
1770
- export const filterSensitiveLog = (obj: DescribeIpGroupsRequest): any => ({
1771
- ...obj,
1772
- });
1773
- }
1774
-
1775
- /**
1776
- * <p>Describes an IP access control group.</p>
1777
- */
1778
- export interface WorkspacesIpGroup {
1779
- /**
1780
- * <p>The identifier of the group.</p>
1781
- */
1782
- groupId?: string;
1783
-
1784
- /**
1785
- * <p>The name of the group.</p>
1786
- */
1787
- groupName?: string;
1788
-
1789
- /**
1790
- * <p>The description of the group.</p>
1791
- */
1792
- groupDesc?: string;
1793
-
1794
- /**
1795
- * <p>The rules.</p>
1796
- */
1797
- userRules?: IpRuleItem[];
1798
- }
1799
-
1800
- export namespace WorkspacesIpGroup {
1801
- /**
1802
- * @internal
1803
- */
1804
- export const filterSensitiveLog = (obj: WorkspacesIpGroup): any => ({
1805
- ...obj,
1806
- });
1807
- }
1808
-
1809
- export interface DescribeIpGroupsResult {
1810
- /**
1811
- * <p>Information about the IP access control groups.</p>
1812
- */
1813
- Result?: WorkspacesIpGroup[];
1814
-
1815
- /**
1816
- * <p>The token to use to retrieve the next page of results. This value is null when there are no more results to return. </p>
1817
- */
1818
- NextToken?: string;
1819
- }
1820
-
1821
- export namespace DescribeIpGroupsResult {
1822
- /**
1823
- * @internal
1824
- */
1825
- export const filterSensitiveLog = (obj: DescribeIpGroupsResult): any => ({
1826
- ...obj,
1827
- });
1828
- }
1829
-
1830
- export interface DescribeTagsRequest {
1831
- /**
1832
- * <p>The identifier of the WorkSpaces resource. The supported resource types are WorkSpaces,
1833
- * registered directories, images, custom bundles, IP access control groups, and connection aliases.</p>
1834
- */
1835
- ResourceId: string | undefined;
1836
- }
1837
-
1838
- export namespace DescribeTagsRequest {
1839
- /**
1840
- * @internal
1841
- */
1842
- export const filterSensitiveLog = (obj: DescribeTagsRequest): any => ({
1843
- ...obj,
1844
- });
1845
- }
1846
-
1847
- export interface DescribeTagsResult {
1848
- /**
1849
- * <p>The tags.</p>
1850
- */
1851
- TagList?: Tag[];
1852
- }
1853
-
1854
- export namespace DescribeTagsResult {
1855
- /**
1856
- * @internal
1857
- */
1858
- export const filterSensitiveLog = (obj: DescribeTagsResult): any => ({
1859
- ...obj,
1860
- });
1861
- }
1862
-
1863
- export interface DescribeWorkspaceBundlesRequest {
1864
- /**
1865
- * <p>The identifiers of the bundles. You cannot combine this parameter with any other filter.</p>
1866
- */
1867
- BundleIds?: string[];
1868
-
1869
- /**
1870
- * <p>The owner of the bundles. You cannot combine this parameter with any other filter.</p>
1871
- * <p>To describe the bundles provided by AWS, specify <code>AMAZON</code>. To describe the
1872
- * bundles that belong to your account, don't specify a value.</p>
1873
- */
1874
- Owner?: string;
1875
-
1876
- /**
1877
- * <p>The token for the next set of results. (You received this token from a previous call.)</p>
1878
- */
1879
- NextToken?: string;
1880
- }
1881
-
1882
- export namespace DescribeWorkspaceBundlesRequest {
1883
- /**
1884
- * @internal
1885
- */
1886
- export const filterSensitiveLog = (obj: DescribeWorkspaceBundlesRequest): any => ({
1887
- ...obj,
1888
- });
1889
- }
1890
-
1891
- export interface DescribeWorkspaceBundlesResult {
1892
- /**
1893
- * <p>Information about the bundles.</p>
1894
- */
1895
- Bundles?: WorkspaceBundle[];
1896
-
1897
- /**
1898
- * <p>The token to use to retrieve the next page of results. This value is null when there are no more
1899
- * results to return. This token is valid for one day and must be used within that time
1900
- * frame.</p>
1901
- */
1902
- NextToken?: string;
1903
- }
1904
-
1905
- export namespace DescribeWorkspaceBundlesResult {
1906
- /**
1907
- * @internal
1908
- */
1909
- export const filterSensitiveLog = (obj: DescribeWorkspaceBundlesResult): any => ({
1910
- ...obj,
1911
- });
1912
- }
1913
-
1914
- export interface DescribeWorkspaceDirectoriesRequest {
1915
- /**
1916
- * <p>The identifiers of the directories. If the value is null, all directories are
1917
- * retrieved.</p>
1918
- */
1919
- DirectoryIds?: string[];
1920
-
1921
- /**
1922
- * <p>The maximum number of directories to return.</p>
1923
- */
1924
- Limit?: number;
1925
-
1926
- /**
1927
- * <p>If you received a <code>NextToken</code> from a previous call that was paginated,
1928
- * provide this token to receive the next set of results.</p>
1929
- */
1930
- NextToken?: string;
1931
- }
1932
-
1933
- export namespace DescribeWorkspaceDirectoriesRequest {
1934
- /**
1935
- * @internal
1936
- */
1937
- export const filterSensitiveLog = (obj: DescribeWorkspaceDirectoriesRequest): any => ({
1938
- ...obj,
1939
- });
1940
- }
1941
-
1942
- export enum WorkspaceDirectoryType {
1943
- AD_CONNECTOR = "AD_CONNECTOR",
1944
- SIMPLE_AD = "SIMPLE_AD",
1945
- }
1946
-
1947
- /**
1948
- * <p>Describes the self-service permissions for a directory. For more 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>
1949
- */
1950
- export interface SelfservicePermissions {
1951
- /**
1952
- * <p>Specifies whether users can restart their WorkSpace.</p>
1953
- */
1954
- RestartWorkspace?: ReconnectEnum | string;
1955
-
1956
- /**
1957
- * <p>Specifies whether users can increase the volume size of the drives on their
1958
- * WorkSpace.</p>
1959
- */
1960
- IncreaseVolumeSize?: ReconnectEnum | string;
1961
-
1962
- /**
1963
- * <p>Specifies whether users can change the compute type (bundle) for their WorkSpace.</p>
1964
- */
1965
- ChangeComputeType?: ReconnectEnum | string;
1966
-
1967
- /**
1968
- * <p>Specifies whether users can switch the running mode of their WorkSpace.</p>
1969
- */
1970
- SwitchRunningMode?: ReconnectEnum | string;
1971
-
1972
- /**
1973
- * <p>Specifies whether users can rebuild the operating system of a WorkSpace to its original
1974
- * state.</p>
1975
- */
1976
- RebuildWorkspace?: ReconnectEnum | string;
1977
- }
1978
-
1979
- export namespace SelfservicePermissions {
1980
- /**
1981
- * @internal
1982
- */
1983
- export const filterSensitiveLog = (obj: SelfservicePermissions): any => ({
1984
- ...obj,
1985
- });
1986
- }
1987
-
1988
- export enum WorkspaceDirectoryState {
1989
- DEREGISTERED = "DEREGISTERED",
1990
- DEREGISTERING = "DEREGISTERING",
1991
- ERROR = "ERROR",
1992
- REGISTERED = "REGISTERED",
1993
- REGISTERING = "REGISTERING",
1994
- }
1995
-
1996
- export enum Tenancy {
1997
- DEDICATED = "DEDICATED",
1998
- SHARED = "SHARED",
1999
- }
2000
-
2001
- /**
2002
- * <p>The device types and operating systems that can be used to access a WorkSpace. For more
2003
- * information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/workspaces-network-requirements.html">Amazon
2004
- * WorkSpaces Client Network Requirements</a>.</p>
2005
- */
2006
- export interface WorkspaceAccessProperties {
2007
- /**
2008
- * <p>Indicates whether users can use Windows clients to access their WorkSpaces. To restrict
2009
- * WorkSpaces access to trusted devices (also known as managed devices) with valid
2010
- * certificates, specify a value of <code>TRUST</code>. For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/trusted-devices.html">Restrict
2011
- * WorkSpaces Access to Trusted Devices</a>. </p>
2012
- */
2013
- DeviceTypeWindows?: AccessPropertyValue | string;
2014
-
2015
- /**
2016
- * <p>Indicates whether users can use macOS clients to access their WorkSpaces. To restrict
2017
- * WorkSpaces access to trusted devices (also known as managed devices) with valid
2018
- * certificates, specify a value of <code>TRUST</code>. For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/trusted-devices.html">Restrict
2019
- * WorkSpaces Access to Trusted Devices</a>. </p>
2020
- */
2021
- DeviceTypeOsx?: AccessPropertyValue | string;
2022
-
2023
- /**
2024
- * <p>Indicates whether users can access their WorkSpaces through a web browser.</p>
2025
- */
2026
- DeviceTypeWeb?: AccessPropertyValue | string;
2027
-
2028
- /**
2029
- * <p>Indicates whether users can use iOS devices to access their WorkSpaces.</p>
2030
- */
2031
- DeviceTypeIos?: AccessPropertyValue | string;
2032
-
2033
- /**
2034
- * <p>Indicates whether users can use Android devices to access their WorkSpaces.</p>
2035
- */
2036
- DeviceTypeAndroid?: AccessPropertyValue | string;
2037
-
2038
- /**
2039
- * <p>Indicates whether users can use Chromebooks to access their WorkSpaces.</p>
2040
- */
2041
- DeviceTypeChromeOs?: AccessPropertyValue | string;
2042
-
2043
- /**
2044
- * <p>Indicates whether users can use zero client devices to access their WorkSpaces.</p>
2045
- */
2046
- DeviceTypeZeroClient?: AccessPropertyValue | string;
2047
-
2048
- /**
2049
- * <p>Indicates whether users can use Linux clients to access their WorkSpaces.</p>
2050
- */
2051
- DeviceTypeLinux?: AccessPropertyValue | string;
2052
- }
2053
-
2054
- export namespace WorkspaceAccessProperties {
2055
- /**
2056
- * @internal
2057
- */
2058
- export const filterSensitiveLog = (obj: WorkspaceAccessProperties): any => ({
2059
- ...obj,
2060
- });
2061
- }
2062
-
2063
- /**
2064
- * <p>Describes a directory that is used with Amazon WorkSpaces.</p>
2065
- */
2066
- export interface WorkspaceDirectory {
2067
- /**
2068
- * <p>The directory identifier.</p>
2069
- */
2070
- DirectoryId?: string;
2071
-
2072
- /**
2073
- * <p>The directory alias.</p>
2074
- */
2075
- Alias?: string;
2076
-
2077
- /**
2078
- * <p>The name of the directory.</p>
2079
- */
2080
- DirectoryName?: string;
2081
-
2082
- /**
2083
- * <p>The registration code for the directory. This is the code that users enter in their
2084
- * Amazon WorkSpaces client application to connect to the directory.</p>
2085
- */
2086
- RegistrationCode?: string;
2087
-
2088
- /**
2089
- * <p>The identifiers of the subnets used with the directory.</p>
2090
- */
2091
- SubnetIds?: string[];
2092
-
2093
- /**
2094
- * <p>The IP addresses of the DNS servers for the directory.</p>
2095
- */
2096
- DnsIpAddresses?: string[];
2097
-
2098
- /**
2099
- * <p>The user name for the service account.</p>
2100
- */
2101
- CustomerUserName?: string;
2102
-
2103
- /**
2104
- * <p>The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make
2105
- * calls to other services, such as Amazon EC2, on your behalf.</p>
2106
- */
2107
- IamRoleId?: string;
2108
-
2109
- /**
2110
- * <p>The directory type.</p>
2111
- */
2112
- DirectoryType?: WorkspaceDirectoryType | string;
2113
-
2114
- /**
2115
- * <p>The identifier of the security group that is assigned to new WorkSpaces.</p>
2116
- */
2117
- WorkspaceSecurityGroupId?: string;
2118
-
2119
- /**
2120
- * <p>The state of the directory's registration with Amazon WorkSpaces. After a directory is
2121
- * deregistered, the <code>DEREGISTERED</code> state is returned very briefly before the directory
2122
- * metadata is cleaned up, so this state is rarely returned. To confirm that a directory is deregistered,
2123
- * check for the directory ID by using
2124
- * <a href="https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaceDirectories.html">
2125
- * DescribeWorkspaceDirectories</a>. If the directory ID isn't returned, then the directory has been
2126
- * successfully deregistered.</p>
2127
- */
2128
- State?: WorkspaceDirectoryState | string;
2129
-
2130
- /**
2131
- * <p>The default creation properties for all WorkSpaces in the directory.</p>
2132
- */
2133
- WorkspaceCreationProperties?: DefaultWorkspaceCreationProperties;
2134
-
2135
- /**
2136
- * <p>The identifiers of the IP access control groups associated with the directory.</p>
2137
- */
2138
- ipGroupIds?: string[];
2139
-
2140
- /**
2141
- * <p>The devices and operating systems that users can use to access WorkSpaces.</p>
2142
- */
2143
- WorkspaceAccessProperties?: WorkspaceAccessProperties;
2144
-
2145
- /**
2146
- * <p>Specifies whether the directory is dedicated or shared. To use Bring Your Own License
2147
- * (BYOL), this value must be set to <code>DEDICATED</code>. For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html">Bring
2148
- * Your Own Windows Desktop Images</a>.</p>
2149
- */
2150
- Tenancy?: Tenancy | string;
2151
-
2152
- /**
2153
- * <p>The default self-service permissions for WorkSpaces in the directory.</p>
2154
- */
2155
- SelfservicePermissions?: SelfservicePermissions;
2156
- }
2157
-
2158
- export namespace WorkspaceDirectory {
2159
- /**
2160
- * @internal
2161
- */
2162
- export const filterSensitiveLog = (obj: WorkspaceDirectory): any => ({
2163
- ...obj,
2164
- });
2165
- }
2166
-
2167
- export interface DescribeWorkspaceDirectoriesResult {
2168
- /**
2169
- * <p>Information about the directories.</p>
2170
- */
2171
- Directories?: WorkspaceDirectory[];
2172
-
2173
- /**
2174
- * <p>The token to use to retrieve the next page of results. This value is null when there are no more results to return. </p>
2175
- */
2176
- NextToken?: string;
2177
- }
2178
-
2179
- export namespace DescribeWorkspaceDirectoriesResult {
2180
- /**
2181
- * @internal
2182
- */
2183
- export const filterSensitiveLog = (obj: DescribeWorkspaceDirectoriesResult): any => ({
2184
- ...obj,
2185
- });
2186
- }
2187
-
2188
- export interface DescribeWorkspaceImagePermissionsRequest {
2189
- /**
2190
- * <p>The identifier of the image.</p>
2191
- */
2192
- ImageId: string | undefined;
2193
-
2194
- /**
2195
- * <p>If you received a <code>NextToken</code> from a previous call that was paginated,
2196
- * provide this token to receive the next set of results.</p>
2197
- */
2198
- NextToken?: string;
2199
-
2200
- /**
2201
- * <p>The maximum number of items to return.</p>
2202
- */
2203
- MaxResults?: number;
2204
- }
2205
-
2206
- export namespace DescribeWorkspaceImagePermissionsRequest {
2207
- /**
2208
- * @internal
2209
- */
2210
- export const filterSensitiveLog = (obj: DescribeWorkspaceImagePermissionsRequest): any => ({
2211
- ...obj,
2212
- });
2213
- }
2214
-
2215
- /**
2216
- * <p>Describes the AWS accounts that have been granted permission to use a shared image. For more
2217
- * information about sharing images, see
2218
- * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/share-custom-image.html">
2219
- * Share or Unshare a Custom WorkSpaces Image</a>.</p>
2220
- */
2221
- export interface ImagePermission {
2222
- /**
2223
- * <p>The identifier of the AWS account that an image has been shared with.</p>
2224
- */
2225
- SharedAccountId?: string;
2226
- }
2227
-
2228
- export namespace ImagePermission {
2229
- /**
2230
- * @internal
2231
- */
2232
- export const filterSensitiveLog = (obj: ImagePermission): any => ({
2233
- ...obj,
2234
- });
2235
- }
2236
-
2237
- export interface DescribeWorkspaceImagePermissionsResult {
2238
- /**
2239
- * <p>The identifier of the image.</p>
2240
- */
2241
- ImageId?: string;
2242
-
2243
- /**
2244
- * <p>The identifiers of the AWS accounts that the image has been shared with.</p>
2245
- */
2246
- ImagePermissions?: ImagePermission[];
2247
-
2248
- /**
2249
- * <p>The token to use to retrieve the next page of results. This value is null when there are no more results to return. </p>
2250
- */
2251
- NextToken?: string;
2252
- }
2253
-
2254
- export namespace DescribeWorkspaceImagePermissionsResult {
2255
- /**
2256
- * @internal
2257
- */
2258
- export const filterSensitiveLog = (obj: DescribeWorkspaceImagePermissionsResult): any => ({
2259
- ...obj,
2260
- });
2261
- }
2262
-
2263
- export enum ImageType {
2264
- OWNED = "OWNED",
2265
- SHARED = "SHARED",
2266
- }
2267
-
2268
- export interface DescribeWorkspaceImagesRequest {
2269
- /**
2270
- * <p>The identifier of the image.</p>
2271
- */
2272
- ImageIds?: string[];
2273
-
2274
- /**
2275
- * <p>The type (owned or shared) of the image.</p>
2276
- */
2277
- ImageType?: ImageType | string;
2278
-
2279
- /**
2280
- * <p>If you received a <code>NextToken</code> from a previous call that was paginated,
2281
- * provide this token to receive the next set of results.</p>
2282
- */
2283
- NextToken?: string;
2284
-
2285
- /**
2286
- * <p>The maximum number of items to return.</p>
2287
- */
2288
- MaxResults?: number;
2289
- }
2290
-
2291
- export namespace DescribeWorkspaceImagesRequest {
2292
- /**
2293
- * @internal
2294
- */
2295
- export const filterSensitiveLog = (obj: DescribeWorkspaceImagesRequest): any => ({
2296
- ...obj,
2297
- });
2298
- }
2299
-
2300
- export enum OperatingSystemType {
2301
- LINUX = "LINUX",
2302
- WINDOWS = "WINDOWS",
2303
- }
2304
-
2305
- /**
2306
- * <p>The operating system that the image is running.</p>
2307
- */
2308
- export interface OperatingSystem {
2309
- /**
2310
- * <p>The operating system.</p>
2311
- */
2312
- Type?: OperatingSystemType | string;
2313
- }
2314
-
2315
- export namespace OperatingSystem {
2316
- /**
2317
- * @internal
2318
- */
2319
- export const filterSensitiveLog = (obj: OperatingSystem): any => ({
2320
- ...obj,
2321
- });
2322
- }
2323
-
2324
- export enum WorkspaceImageRequiredTenancy {
2325
- DEDICATED = "DEDICATED",
2326
- DEFAULT = "DEFAULT",
2327
- }
2328
-
2329
- export enum WorkspaceImageState {
2330
- AVAILABLE = "AVAILABLE",
2331
- ERROR = "ERROR",
2332
- PENDING = "PENDING",
2333
- }
2334
-
2335
- /**
2336
- * <p>Describes a WorkSpace image.</p>
2337
- */
2338
- export interface WorkspaceImage {
2339
- /**
2340
- * <p>The identifier of the image.</p>
2341
- */
2342
- ImageId?: string;
2343
-
2344
- /**
2345
- * <p>The name of the image.</p>
2346
- */
2347
- Name?: string;
2348
-
2349
- /**
2350
- * <p>The description of the image.</p>
2351
- */
2352
- Description?: string;
2353
-
2354
- /**
2355
- * <p>The operating system that the image is running. </p>
2356
- */
2357
- OperatingSystem?: OperatingSystem;
2358
-
2359
- /**
2360
- * <p>The status of the image.</p>
2361
- */
2362
- State?: WorkspaceImageState | string;
2363
-
2364
- /**
2365
- * <p>Specifies whether the image is running on dedicated hardware. When Bring Your Own
2366
- * License (BYOL) is enabled, this value is set to <code>DEDICATED</code>. For more
2367
- * information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html">Bring Your Own Windows
2368
- * Desktop Images</a>.</p>
2369
- */
2370
- RequiredTenancy?: WorkspaceImageRequiredTenancy | string;
2371
-
2372
- /**
2373
- * <p>The error code that is returned for the image.</p>
2374
- */
2375
- ErrorCode?: string;
2376
-
2377
- /**
2378
- * <p>The text of the error message that is returned for the image.</p>
2379
- */
2380
- ErrorMessage?: string;
2381
-
2382
- /**
2383
- * <p>The date when the image was created. If the image has been shared, the AWS account
2384
- * that the image has been shared with sees the original creation date of the image.</p>
2385
- */
2386
- Created?: Date;
2387
-
2388
- /**
2389
- * <p>The identifier of the AWS account that owns the image.</p>
2390
- */
2391
- OwnerAccountId?: string;
2392
- }
2393
-
2394
- export namespace WorkspaceImage {
2395
- /**
2396
- * @internal
2397
- */
2398
- export const filterSensitiveLog = (obj: WorkspaceImage): any => ({
2399
- ...obj,
2400
- });
2401
- }
2402
-
2403
- export interface DescribeWorkspaceImagesResult {
2404
- /**
2405
- * <p>Information about the images.</p>
2406
- */
2407
- Images?: WorkspaceImage[];
2408
-
2409
- /**
2410
- * <p>The token to use to retrieve the next page of results. This value is null when there are no more results to return. </p>
2411
- */
2412
- NextToken?: string;
2413
- }
2414
-
2415
- export namespace DescribeWorkspaceImagesResult {
2416
- /**
2417
- * @internal
2418
- */
2419
- export const filterSensitiveLog = (obj: DescribeWorkspaceImagesResult): any => ({
2420
- ...obj,
2421
- });
2422
- }
2423
-
2424
- export interface DescribeWorkspacesRequest {
2425
- /**
2426
- * <p>The identifiers of the WorkSpaces. You cannot combine this parameter with any other
2427
- * filter.</p>
2428
- * <p>Because the <a>CreateWorkspaces</a> operation is asynchronous, the identifier
2429
- * it returns is not immediately available. If you immediately call <a>DescribeWorkspaces</a> with this identifier, no information is returned.</p>
2430
- */
2431
- WorkspaceIds?: string[];
2432
-
2433
- /**
2434
- * <p>The identifier of the directory. In addition, you can optionally specify a specific
2435
- * directory user (see <code>UserName</code>). You cannot combine this parameter with any
2436
- * other filter.</p>
2437
- */
2438
- DirectoryId?: string;
2439
-
2440
- /**
2441
- * <p>The name of the directory user. You must specify this parameter with
2442
- * <code>DirectoryId</code>.</p>
2443
- */
2444
- UserName?: string;
2445
-
2446
- /**
2447
- * <p>The identifier of the bundle. All WorkSpaces that are created from this bundle are
2448
- * retrieved. You cannot combine this parameter with any other filter.</p>
2449
- */
2450
- BundleId?: string;
2451
-
2452
- /**
2453
- * <p>The maximum number of items to return.</p>
2454
- */
2455
- Limit?: number;
2456
-
2457
- /**
2458
- * <p>If you received a <code>NextToken</code> from a previous call that was paginated,
2459
- * provide this token to receive the next set of results.</p>
2460
- */
2461
- NextToken?: string;
2462
- }
2463
-
2464
- export namespace DescribeWorkspacesRequest {
2465
- /**
2466
- * @internal
2467
- */
2468
- export const filterSensitiveLog = (obj: DescribeWorkspacesRequest): any => ({
2469
- ...obj,
2470
- });
2471
- }
2472
-
2473
- export interface DescribeWorkspacesResult {
2474
- /**
2475
- * <p>Information about the WorkSpaces.</p>
2476
- * <p>Because <a>CreateWorkspaces</a> is an asynchronous operation, some of the
2477
- * returned information could be incomplete.</p>
2478
- */
2479
- Workspaces?: Workspace[];
2480
-
2481
- /**
2482
- * <p>The token to use to retrieve the next page of results. This value is null when there are no more results to return. </p>
2483
- */
2484
- NextToken?: string;
2485
- }
2486
-
2487
- export namespace DescribeWorkspacesResult {
2488
- /**
2489
- * @internal
2490
- */
2491
- export const filterSensitiveLog = (obj: DescribeWorkspacesResult): any => ({
2492
- ...obj,
2493
- });
2494
- }
2495
-
2496
- export interface DescribeWorkspacesConnectionStatusRequest {
2497
- /**
2498
- * <p>The identifiers of the WorkSpaces. You can specify up to 25 WorkSpaces.</p>
2499
- */
2500
- WorkspaceIds?: string[];
2501
-
2502
- /**
2503
- * <p>If you received a <code>NextToken</code> from a previous call that was paginated,
2504
- * provide this token to receive the next set of results.</p>
2505
- */
2506
- NextToken?: string;
2507
- }
2508
-
2509
- export namespace DescribeWorkspacesConnectionStatusRequest {
2510
- /**
2511
- * @internal
2512
- */
2513
- export const filterSensitiveLog = (obj: DescribeWorkspacesConnectionStatusRequest): any => ({
2514
- ...obj,
2515
- });
2516
- }
2517
-
2518
- /**
2519
- * <p>Describes the connection status of a WorkSpace.</p>
2520
- */
2521
- export interface WorkspaceConnectionStatus {
2522
- /**
2523
- * <p>The identifier of the WorkSpace.</p>
2524
- */
2525
- WorkspaceId?: string;
2526
-
2527
- /**
2528
- * <p>The connection state of the WorkSpace. The connection state is unknown if the WorkSpace
2529
- * is stopped.</p>
2530
- */
2531
- ConnectionState?: ConnectionState | string;
2532
-
2533
- /**
2534
- * <p>The timestamp of the connection status check.</p>
2535
- */
2536
- ConnectionStateCheckTimestamp?: Date;
2537
-
2538
- /**
2539
- * <p>The timestamp of the last known user connection.</p>
2540
- */
2541
- LastKnownUserConnectionTimestamp?: Date;
2542
- }
2543
-
2544
- export namespace WorkspaceConnectionStatus {
2545
- /**
2546
- * @internal
2547
- */
2548
- export const filterSensitiveLog = (obj: WorkspaceConnectionStatus): any => ({
2549
- ...obj,
2550
- });
2551
- }
2552
-
2553
- export interface DescribeWorkspacesConnectionStatusResult {
2554
- /**
2555
- * <p>Information about the connection status of the WorkSpace.</p>
2556
- */
2557
- WorkspacesConnectionStatus?: WorkspaceConnectionStatus[];
2558
-
2559
- /**
2560
- * <p>The token to use to retrieve the next page of results. This value is null when there are no more results to return. </p>
2561
- */
2562
- NextToken?: string;
2563
- }
2564
-
2565
- export namespace DescribeWorkspacesConnectionStatusResult {
2566
- /**
2567
- * @internal
2568
- */
2569
- export const filterSensitiveLog = (obj: DescribeWorkspacesConnectionStatusResult): any => ({
2570
- ...obj,
2571
- });
2572
- }
2573
-
2574
- export interface DescribeWorkspaceSnapshotsRequest {
2575
- /**
2576
- * <p>The identifier of the WorkSpace.</p>
2577
- */
2578
- WorkspaceId: string | undefined;
2579
- }
2580
-
2581
- export namespace DescribeWorkspaceSnapshotsRequest {
2582
- /**
2583
- * @internal
2584
- */
2585
- export const filterSensitiveLog = (obj: DescribeWorkspaceSnapshotsRequest): any => ({
2586
- ...obj,
2587
- });
2588
- }
2589
-
2590
- /**
2591
- * <p>Describes a snapshot.</p>
2592
- */
2593
- export interface Snapshot {
2594
- /**
2595
- * <p>The time when the snapshot was created.</p>
2596
- */
2597
- SnapshotTime?: Date;
2598
- }
2599
-
2600
- export namespace Snapshot {
2601
- /**
2602
- * @internal
2603
- */
2604
- export const filterSensitiveLog = (obj: Snapshot): any => ({
2605
- ...obj,
2606
- });
2607
- }
2608
-
2609
- export interface DescribeWorkspaceSnapshotsResult {
2610
- /**
2611
- * <p>Information about the snapshots that can be used to rebuild a WorkSpace. These snapshots include
2612
- * the user volume.</p>
2613
- */
2614
- RebuildSnapshots?: Snapshot[];
2615
-
2616
- /**
2617
- * <p>Information about the snapshots that can be used to restore a WorkSpace. These snapshots
2618
- * include both the root volume and the user volume.</p>
2619
- */
2620
- RestoreSnapshots?: Snapshot[];
2621
- }
2622
-
2623
- export namespace DescribeWorkspaceSnapshotsResult {
2624
- /**
2625
- * @internal
2626
- */
2627
- export const filterSensitiveLog = (obj: DescribeWorkspaceSnapshotsResult): any => ({
2628
- ...obj,
2629
- });
2630
- }
2631
-
2632
- export interface DisassociateConnectionAliasRequest {
2633
- /**
2634
- * <p>The identifier of the connection alias to disassociate.</p>
2635
- */
2636
- AliasId: string | undefined;
2637
- }
2638
-
2639
- export namespace DisassociateConnectionAliasRequest {
2640
- /**
2641
- * @internal
2642
- */
2643
- export const filterSensitiveLog = (obj: DisassociateConnectionAliasRequest): any => ({
2644
- ...obj,
2645
- });
2646
- }
2647
-
2648
- export interface DisassociateConnectionAliasResult {}
2649
-
2650
- export namespace DisassociateConnectionAliasResult {
2651
- /**
2652
- * @internal
2653
- */
2654
- export const filterSensitiveLog = (obj: DisassociateConnectionAliasResult): any => ({
2655
- ...obj,
2656
- });
2657
- }
2658
-
2659
- export interface DisassociateIpGroupsRequest {
2660
- /**
2661
- * <p>The identifier of the directory.</p>
2662
- */
2663
- DirectoryId: string | undefined;
2664
-
2665
- /**
2666
- * <p>The identifiers of one or more IP access control groups.</p>
2667
- */
2668
- GroupIds: string[] | undefined;
2669
- }
2670
-
2671
- export namespace DisassociateIpGroupsRequest {
2672
- /**
2673
- * @internal
2674
- */
2675
- export const filterSensitiveLog = (obj: DisassociateIpGroupsRequest): any => ({
2676
- ...obj,
2677
- });
2678
- }
2679
-
2680
- export interface DisassociateIpGroupsResult {}
2681
-
2682
- export namespace DisassociateIpGroupsResult {
2683
- /**
2684
- * @internal
2685
- */
2686
- export const filterSensitiveLog = (obj: DisassociateIpGroupsResult): any => ({
2687
- ...obj,
2688
- });
2689
- }
2690
-
2691
- /**
2692
- * <p>Describes a WorkSpace that could not be rebooted.
2693
- * (<a>RebootWorkspaces</a>), rebuilt (<a>RebuildWorkspaces</a>), restored (<a>RestoreWorkspace</a>), terminated
2694
- * (<a>TerminateWorkspaces</a>), started (<a>StartWorkspaces</a>), or stopped (<a>StopWorkspaces</a>).</p>
2695
- */
2696
- export interface FailedWorkspaceChangeRequest {
2697
- /**
2698
- * <p>The identifier of the WorkSpace.</p>
2699
- */
2700
- WorkspaceId?: string;
2701
-
2702
- /**
2703
- * <p>The error code that is returned if the WorkSpace cannot be rebooted.</p>
2704
- */
2705
- ErrorCode?: string;
2706
-
2707
- /**
2708
- * <p>The text of the error message that is returned if the WorkSpace cannot be
2709
- * rebooted.</p>
2710
- */
2711
- ErrorMessage?: string;
2712
- }
2713
-
2714
- export namespace FailedWorkspaceChangeRequest {
2715
- /**
2716
- * @internal
2717
- */
2718
- export const filterSensitiveLog = (obj: FailedWorkspaceChangeRequest): any => ({
2719
- ...obj,
2720
- });
2721
- }
2722
-
2723
- export enum WorkspaceImageIngestionProcess {
2724
- BYOL_GRAPHICS = "BYOL_GRAPHICS",
2725
- BYOL_GRAPHICSPRO = "BYOL_GRAPHICSPRO",
2726
- BYOL_REGULAR = "BYOL_REGULAR",
2727
- BYOL_REGULAR_WSP = "BYOL_REGULAR_WSP",
2728
- }
2729
-
2730
- export interface ImportWorkspaceImageRequest {
2731
- /**
2732
- * <p>The identifier of the EC2 image.</p>
2733
- */
2734
- Ec2ImageId: string | undefined;
2735
-
2736
- /**
2737
- * <p>The ingestion process to be used when importing the image, depending on which protocol
2738
- * you want to use for your BYOL Workspace image, either PCoIP or WorkSpaces Streaming Protocol
2739
- * (WSP). To use WSP, specify a value that ends in <code>_WSP</code>. To use PCoIP, specify a value
2740
- * that does not end in <code>_WSP</code>. </p>
2741
- *
2742
- * <p>For non-GPU-enabled bundles (bundles other than Graphics or GraphicsPro), specify
2743
- * <code>BYOL_REGULAR</code> or <code>BYOL_REGULAR_WSP</code>, depending on the protocol.</p>
2744
- */
2745
- IngestionProcess: WorkspaceImageIngestionProcess | string | undefined;
2746
-
2747
- /**
2748
- * <p>The name of the WorkSpace image.</p>
2749
- */
2750
- ImageName: string | undefined;
2751
-
2752
- /**
2753
- * <p>The description of the WorkSpace image.</p>
2754
- */
2755
- ImageDescription: string | undefined;
2756
-
2757
- /**
2758
- * <p>The tags. Each WorkSpaces resource can have a maximum of 50 tags.</p>
2759
- */
2760
- Tags?: Tag[];
2761
-
2762
- /**
2763
- * <p>If specified, the version of Microsoft Office to subscribe to. Valid only for Windows 10
2764
- * BYOL images. For more information about subscribing to Office for BYOL images, see
2765
- * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html">
2766
- * Bring Your Own Windows Desktop Licenses</a>.</p>
2767
- *
2768
- * <note>
2769
- * <p>Although this parameter is an array, only one item is allowed at this time.</p>
2770
- * </note>
2771
- */
2772
- Applications?: (Application | string)[];
2773
- }
2774
-
2775
- export namespace ImportWorkspaceImageRequest {
2776
- /**
2777
- * @internal
2778
- */
2779
- export const filterSensitiveLog = (obj: ImportWorkspaceImageRequest): any => ({
2780
- ...obj,
2781
- });
2782
- }
2783
-
2784
- export interface ImportWorkspaceImageResult {
2785
- /**
2786
- * <p>The identifier of the WorkSpace image.</p>
2787
- */
2788
- ImageId?: string;
2789
- }
2790
-
2791
- export namespace ImportWorkspaceImageResult {
2792
- /**
2793
- * @internal
2794
- */
2795
- export const filterSensitiveLog = (obj: ImportWorkspaceImageResult): any => ({
2796
- ...obj,
2797
- });
2798
- }
2799
-
2800
- export interface ListAvailableManagementCidrRangesRequest {
2801
- /**
2802
- * <p>The IP address range to search. Specify an IP address range that is compatible with your
2803
- * network and in CIDR notation (that is, specify the range as an IPv4 CIDR block).</p>
2804
- */
2805
- ManagementCidrRangeConstraint: string | undefined;
2806
-
2807
- /**
2808
- * <p>The maximum number of items to return.</p>
2809
- */
2810
- MaxResults?: number;
2811
-
2812
- /**
2813
- * <p>If you received a <code>NextToken</code> from a previous call that was paginated,
2814
- * provide this token to receive the next set of results.</p>
2815
- */
2816
- NextToken?: string;
2817
- }
2818
-
2819
- export namespace ListAvailableManagementCidrRangesRequest {
2820
- /**
2821
- * @internal
2822
- */
2823
- export const filterSensitiveLog = (obj: ListAvailableManagementCidrRangesRequest): any => ({
2824
- ...obj,
2825
- });
2826
- }
2827
-
2828
- export interface ListAvailableManagementCidrRangesResult {
2829
- /**
2830
- * <p>The list of available IP address ranges, specified as IPv4 CIDR blocks.</p>
2831
- */
2832
- ManagementCidrRanges?: string[];
2833
-
2834
- /**
2835
- * <p>The token to use to retrieve the next page of results. This value is null when there are no more results to return. </p>
2836
- */
2837
- NextToken?: string;
2838
- }
2839
-
2840
- export namespace ListAvailableManagementCidrRangesResult {
2841
- /**
2842
- * @internal
2843
- */
2844
- export const filterSensitiveLog = (obj: ListAvailableManagementCidrRangesResult): any => ({
2845
- ...obj,
2846
- });
2847
- }
2848
-
2849
- export interface MigrateWorkspaceRequest {
2850
- /**
2851
- * <p>The identifier of the WorkSpace to migrate from.</p>
2852
- */
2853
- SourceWorkspaceId: string | undefined;
2854
-
2855
- /**
2856
- * <p>The identifier of the target bundle type to migrate the WorkSpace to.</p>
2857
- */
2858
- BundleId: string | undefined;
2859
- }
2860
-
2861
- export namespace MigrateWorkspaceRequest {
2862
- /**
2863
- * @internal
2864
- */
2865
- export const filterSensitiveLog = (obj: MigrateWorkspaceRequest): any => ({
2866
- ...obj,
2867
- });
2868
- }
2869
-
2870
- export interface MigrateWorkspaceResult {
2871
- /**
2872
- * <p>The original identifier of the WorkSpace that is being migrated.</p>
2873
- */
2874
- SourceWorkspaceId?: string;
2875
-
2876
- /**
2877
- * <p>The new identifier of the WorkSpace that is being migrated. If the migration does not succeed,
2878
- * the target WorkSpace ID will not be used, and the WorkSpace will still have the original WorkSpace ID.</p>
2879
- */
2880
- TargetWorkspaceId?: string;
2881
- }
2882
-
2883
- export namespace MigrateWorkspaceResult {
2884
- /**
2885
- * @internal
2886
- */
2887
- export const filterSensitiveLog = (obj: MigrateWorkspaceResult): any => ({
2888
- ...obj,
2889
- });
2890
- }
2891
-
2892
- /**
2893
- * <p>The properties of this WorkSpace are currently being modified. Try again in a moment.</p>
2894
- */
2895
- export interface OperationInProgressException extends __SmithyException, $MetadataBearer {
2896
- name: "OperationInProgressException";
2897
- $fault: "client";
2898
- message?: string;
2899
- }
2900
-
2901
- export namespace OperationInProgressException {
2902
- /**
2903
- * @internal
2904
- */
2905
- export const filterSensitiveLog = (obj: OperationInProgressException): any => ({
2906
- ...obj,
2907
- });
2908
- }
2909
-
2910
- export interface ModifyAccountRequest {
2911
- /**
2912
- * <p>The status of BYOL.</p>
2913
- */
2914
- DedicatedTenancySupport?: DedicatedTenancySupportEnum | string;
2915
-
2916
- /**
2917
- * <p>The IP address range, specified as an IPv4 CIDR block, for the management network
2918
- * interface. Specify an IP address range that is compatible with your network and in CIDR
2919
- * notation (that is, specify the range as an IPv4 CIDR block). The CIDR block size must be
2920
- * /16 (for example, 203.0.113.25/16). It must also be specified as available by the
2921
- * <code>ListAvailableManagementCidrRanges</code> operation.</p>
2922
- */
2923
- DedicatedTenancyManagementCidrRange?: string;
2924
- }
2925
-
2926
- export namespace ModifyAccountRequest {
2927
- /**
2928
- * @internal
2929
- */
2930
- export const filterSensitiveLog = (obj: ModifyAccountRequest): any => ({
2931
- ...obj,
2932
- });
2933
- }
2934
-
2935
- export interface ModifyAccountResult {}
2936
-
2937
- export namespace ModifyAccountResult {
2938
- /**
2939
- * @internal
2940
- */
2941
- export const filterSensitiveLog = (obj: ModifyAccountResult): any => ({
2942
- ...obj,
2943
- });
2944
- }
2945
-
2946
- export interface ModifyClientPropertiesRequest {
2947
- /**
2948
- * <p>The resource identifiers, in the form of directory IDs.</p>
2949
- */
2950
- ResourceId: string | undefined;
2951
-
2952
- /**
2953
- * <p>Information about the Amazon WorkSpaces client.</p>
2954
- */
2955
- ClientProperties: ClientProperties | undefined;
2956
- }
2957
-
2958
- export namespace ModifyClientPropertiesRequest {
2959
- /**
2960
- * @internal
2961
- */
2962
- export const filterSensitiveLog = (obj: ModifyClientPropertiesRequest): any => ({
2963
- ...obj,
2964
- });
2965
- }
2966
-
2967
- export interface ModifyClientPropertiesResult {}
2968
-
2969
- export namespace ModifyClientPropertiesResult {
2970
- /**
2971
- * @internal
2972
- */
2973
- export const filterSensitiveLog = (obj: ModifyClientPropertiesResult): any => ({
2974
- ...obj,
2975
- });
2976
- }
2977
-
2978
- export interface ModifySelfservicePermissionsRequest {
2979
- /**
2980
- * <p>The identifier of the directory.</p>
2981
- */
2982
- ResourceId: string | undefined;
2983
-
2984
- /**
2985
- * <p>The permissions to enable or disable self-service capabilities.</p>
2986
- */
2987
- SelfservicePermissions: SelfservicePermissions | undefined;
2988
- }
2989
-
2990
- export namespace ModifySelfservicePermissionsRequest {
2991
- /**
2992
- * @internal
2993
- */
2994
- export const filterSensitiveLog = (obj: ModifySelfservicePermissionsRequest): any => ({
2995
- ...obj,
2996
- });
2997
- }
2998
-
2999
- export interface ModifySelfservicePermissionsResult {}
3000
-
3001
- export namespace ModifySelfservicePermissionsResult {
3002
- /**
3003
- * @internal
3004
- */
3005
- export const filterSensitiveLog = (obj: ModifySelfservicePermissionsResult): any => ({
3006
- ...obj,
3007
- });
3008
- }
3009
-
3010
- export interface ModifyWorkspaceAccessPropertiesRequest {
3011
- /**
3012
- * <p>The identifier of the directory.</p>
3013
- */
3014
- ResourceId: string | undefined;
3015
-
3016
- /**
3017
- * <p>The device types and operating systems to enable or disable for access.</p>
3018
- */
3019
- WorkspaceAccessProperties: WorkspaceAccessProperties | undefined;
3020
- }
3021
-
3022
- export namespace ModifyWorkspaceAccessPropertiesRequest {
3023
- /**
3024
- * @internal
3025
- */
3026
- export const filterSensitiveLog = (obj: ModifyWorkspaceAccessPropertiesRequest): any => ({
3027
- ...obj,
3028
- });
3029
- }
3030
-
3031
- export interface ModifyWorkspaceAccessPropertiesResult {}
3032
-
3033
- export namespace ModifyWorkspaceAccessPropertiesResult {
3034
- /**
3035
- * @internal
3036
- */
3037
- export const filterSensitiveLog = (obj: ModifyWorkspaceAccessPropertiesResult): any => ({
3038
- ...obj,
3039
- });
3040
- }
3041
-
3042
- /**
3043
- * <p>Describes the default properties that are used for creating WorkSpaces. For more
3044
- * information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/update-directory-details.html">Update Directory
3045
- * Details for Your WorkSpaces</a>. </p>
3046
- */
3047
- export interface WorkspaceCreationProperties {
3048
- /**
3049
- * <p>Indicates whether Amazon WorkDocs is enabled for your WorkSpaces.</p>
3050
- *
3051
- * <note>
3052
- * <p>If WorkDocs is already enabled for a WorkSpaces directory and you disable it, new WorkSpaces launched in the
3053
- * directory will not have WorkDocs enabled. However, WorkDocs remains enabled for any existing WorkSpaces, unless
3054
- * you either disable users' access to WorkDocs or you delete the WorkDocs site. To disable users' access to WorkDocs,
3055
- * see <a href="https://docs.aws.amazon.com/workdocs/latest/adminguide/inactive-user.html">Disabling Users</a> in the
3056
- * <i>Amazon WorkDocs Administration Guide</i>. To delete a WorkDocs site, see
3057
- * <a href="https://docs.aws.amazon.com/workdocs/latest/adminguide/manage-sites.html">Deleting a Site</a> in the
3058
- * <i>Amazon WorkDocs Administration Guide</i>.</p>
3059
- *
3060
- * <p>If you enable WorkDocs on a directory that already has existing WorkSpaces, the existing WorkSpaces and any
3061
- * new WorkSpaces that are launched in the directory will have WorkDocs enabled.</p>
3062
- * </note>
3063
- */
3064
- EnableWorkDocs?: boolean;
3065
-
3066
- /**
3067
- * <p>Indicates whether internet access is enabled for your WorkSpaces.</p>
3068
- */
3069
- EnableInternetAccess?: boolean;
3070
-
3071
- /**
3072
- * <p>The default organizational unit (OU) for your WorkSpaces directories. This string must be the full Lightweight
3073
- * Directory Access Protocol (LDAP) distinguished name for the target domain and OU. It must be in the form
3074
- * <code>"OU=<i>value</i>,DC=<i>value</i>,DC=<i>value</i>"</code>,
3075
- * where <i>value</i> is any string of characters, and the number of domain components (DCs) is
3076
- * two or more. For example, <code>OU=WorkSpaces_machines,DC=machines,DC=example,DC=com</code>. </p>
3077
- *
3078
- * <important>
3079
- * <ul>
3080
- * <li>
3081
- * <p>To avoid errors, certain characters in the distinguished name must be escaped. For more information,
3082
- * see <a href="https://docs.microsoft.com/previous-versions/windows/desktop/ldap/distinguished-names">
3083
- * Distinguished Names</a> in the Microsoft documentation.</p>
3084
- * </li>
3085
- * <li>
3086
- * <p>The API doesn't validate whether the OU exists.</p>
3087
- * </li>
3088
- * </ul>
3089
- * </important>
3090
- */
3091
- DefaultOu?: string;
3092
-
3093
- /**
3094
- * <p>The identifier of your custom security group.</p>
3095
- */
3096
- CustomSecurityGroupId?: string;
3097
-
3098
- /**
3099
- * <p>Indicates whether users are local administrators of their WorkSpaces.</p>
3100
- */
3101
- UserEnabledAsLocalAdministrator?: boolean;
3102
-
3103
- /**
3104
- * <p>Indicates whether maintenance mode is enabled for your WorkSpaces. For more information,
3105
- * see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/workspace-maintenance.html">WorkSpace
3106
- * Maintenance</a>. </p>
3107
- */
3108
- EnableMaintenanceMode?: boolean;
3109
- }
3110
-
3111
- export namespace WorkspaceCreationProperties {
3112
- /**
3113
- * @internal
3114
- */
3115
- export const filterSensitiveLog = (obj: WorkspaceCreationProperties): any => ({
3116
- ...obj,
3117
- });
3118
- }
3119
-
3120
- export interface ModifyWorkspaceCreationPropertiesRequest {
3121
- /**
3122
- * <p>The identifier of the directory.</p>
3123
- */
3124
- ResourceId: string | undefined;
3125
-
3126
- /**
3127
- * <p>The default properties for creating WorkSpaces.</p>
3128
- */
3129
- WorkspaceCreationProperties: WorkspaceCreationProperties | undefined;
3130
- }
3131
-
3132
- export namespace ModifyWorkspaceCreationPropertiesRequest {
3133
- /**
3134
- * @internal
3135
- */
3136
- export const filterSensitiveLog = (obj: ModifyWorkspaceCreationPropertiesRequest): any => ({
3137
- ...obj,
3138
- });
3139
- }
3140
-
3141
- export interface ModifyWorkspaceCreationPropertiesResult {}
3142
-
3143
- export namespace ModifyWorkspaceCreationPropertiesResult {
3144
- /**
3145
- * @internal
3146
- */
3147
- export const filterSensitiveLog = (obj: ModifyWorkspaceCreationPropertiesResult): any => ({
3148
- ...obj,
3149
- });
3150
- }
3151
-
3152
- export interface ModifyWorkspacePropertiesRequest {
3153
- /**
3154
- * <p>The identifier of the WorkSpace.</p>
3155
- */
3156
- WorkspaceId: string | undefined;
3157
-
3158
- /**
3159
- * <p>The properties of the WorkSpace.</p>
3160
- */
3161
- WorkspaceProperties: WorkspaceProperties | undefined;
3162
- }
3163
-
3164
- export namespace ModifyWorkspacePropertiesRequest {
3165
- /**
3166
- * @internal
3167
- */
3168
- export const filterSensitiveLog = (obj: ModifyWorkspacePropertiesRequest): any => ({
3169
- ...obj,
3170
- });
3171
- }
3172
-
3173
- export interface ModifyWorkspacePropertiesResult {}
3174
-
3175
- export namespace ModifyWorkspacePropertiesResult {
3176
- /**
3177
- * @internal
3178
- */
3179
- export const filterSensitiveLog = (obj: ModifyWorkspacePropertiesResult): any => ({
3180
- ...obj,
3181
- });
3182
- }
3183
-
3184
- /**
3185
- * <p>The configuration of this WorkSpace is not supported for this operation. For more information, see
3186
- * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/required-service-components.html">Required
3187
- * Configuration and Service Components for WorkSpaces </a>.</p>
3188
- */
3189
- export interface UnsupportedWorkspaceConfigurationException extends __SmithyException, $MetadataBearer {
3190
- name: "UnsupportedWorkspaceConfigurationException";
3191
- $fault: "client";
3192
- message?: string;
3193
- }
3194
-
3195
- export namespace UnsupportedWorkspaceConfigurationException {
3196
- /**
3197
- * @internal
3198
- */
3199
- export const filterSensitiveLog = (obj: UnsupportedWorkspaceConfigurationException): any => ({
3200
- ...obj,
3201
- });
3202
- }
3203
-
3204
- export enum TargetWorkspaceState {
3205
- ADMIN_MAINTENANCE = "ADMIN_MAINTENANCE",
3206
- AVAILABLE = "AVAILABLE",
3207
- }
3208
-
3209
- export interface ModifyWorkspaceStateRequest {
3210
- /**
3211
- * <p>The identifier of the WorkSpace.</p>
3212
- */
3213
- WorkspaceId: string | undefined;
3214
-
3215
- /**
3216
- * <p>The WorkSpace state.</p>
3217
- */
3218
- WorkspaceState: TargetWorkspaceState | string | undefined;
3219
- }
3220
-
3221
- export namespace ModifyWorkspaceStateRequest {
3222
- /**
3223
- * @internal
3224
- */
3225
- export const filterSensitiveLog = (obj: ModifyWorkspaceStateRequest): any => ({
3226
- ...obj,
3227
- });
3228
- }
3229
-
3230
- export interface ModifyWorkspaceStateResult {}
3231
-
3232
- export namespace ModifyWorkspaceStateResult {
3233
- /**
3234
- * @internal
3235
- */
3236
- export const filterSensitiveLog = (obj: ModifyWorkspaceStateResult): any => ({
3237
- ...obj,
3238
- });
3239
- }
3240
-
3241
- /**
3242
- * <p>Describes the information used to reboot a WorkSpace.</p>
3243
- */
3244
- export interface RebootRequest {
3245
- /**
3246
- * <p>The identifier of the WorkSpace.</p>
3247
- */
3248
- WorkspaceId: string | undefined;
3249
- }
3250
-
3251
- export namespace RebootRequest {
3252
- /**
3253
- * @internal
3254
- */
3255
- export const filterSensitiveLog = (obj: RebootRequest): any => ({
3256
- ...obj,
3257
- });
3258
- }
3259
-
3260
- export interface RebootWorkspacesRequest {
3261
- /**
3262
- * <p>The WorkSpaces to reboot. You can specify up to 25 WorkSpaces.</p>
3263
- */
3264
- RebootWorkspaceRequests: RebootRequest[] | undefined;
3265
- }
3266
-
3267
- export namespace RebootWorkspacesRequest {
3268
- /**
3269
- * @internal
3270
- */
3271
- export const filterSensitiveLog = (obj: RebootWorkspacesRequest): any => ({
3272
- ...obj,
3273
- });
3274
- }
3275
-
3276
- export interface RebootWorkspacesResult {
3277
- /**
3278
- * <p>Information about the WorkSpaces that could not be rebooted.</p>
3279
- */
3280
- FailedRequests?: FailedWorkspaceChangeRequest[];
3281
- }
3282
-
3283
- export namespace RebootWorkspacesResult {
3284
- /**
3285
- * @internal
3286
- */
3287
- export const filterSensitiveLog = (obj: RebootWorkspacesResult): any => ({
3288
- ...obj,
3289
- });
3290
- }
3291
-
3292
- /**
3293
- * <p>Describes the information used to rebuild a WorkSpace.</p>
3294
- */
3295
- export interface RebuildRequest {
3296
- /**
3297
- * <p>The identifier of the WorkSpace.</p>
3298
- */
3299
- WorkspaceId: string | undefined;
3300
- }
3301
-
3302
- export namespace RebuildRequest {
3303
- /**
3304
- * @internal
3305
- */
3306
- export const filterSensitiveLog = (obj: RebuildRequest): any => ({
3307
- ...obj,
3308
- });
3309
- }
3310
-
3311
- export interface RebuildWorkspacesRequest {
3312
- /**
3313
- * <p>The WorkSpace to rebuild. You can specify a single WorkSpace.</p>
3314
- */
3315
- RebuildWorkspaceRequests: RebuildRequest[] | undefined;
3316
- }
3317
-
3318
- export namespace RebuildWorkspacesRequest {
3319
- /**
3320
- * @internal
3321
- */
3322
- export const filterSensitiveLog = (obj: RebuildWorkspacesRequest): any => ({
3323
- ...obj,
3324
- });
3325
- }
3326
-
3327
- export interface RebuildWorkspacesResult {
3328
- /**
3329
- * <p>Information about the WorkSpace that could not be rebuilt.</p>
3330
- */
3331
- FailedRequests?: FailedWorkspaceChangeRequest[];
3332
- }
3333
-
3334
- export namespace RebuildWorkspacesResult {
3335
- /**
3336
- * @internal
3337
- */
3338
- export const filterSensitiveLog = (obj: RebuildWorkspacesResult): any => ({
3339
- ...obj,
3340
- });
3341
- }
3342
-
3343
- export interface RegisterWorkspaceDirectoryRequest {
3344
- /**
3345
- * <p>The identifier of the directory. You cannot register a directory if it does not have a status
3346
- * of Active. If the directory does not have a status of Active, you will receive an
3347
- * InvalidResourceStateException error. If you have already registered the maximum number of directories
3348
- * that you can register with Amazon WorkSpaces, you will receive a ResourceLimitExceededException error.
3349
- * Deregister directories that you are not using for WorkSpaces, and try again.</p>
3350
- */
3351
- DirectoryId: string | undefined;
3352
-
3353
- /**
3354
- * <p>The identifiers of the subnets for your virtual private cloud (VPC). Make sure that the subnets
3355
- * are in supported Availability Zones. The subnets must also be in separate Availability Zones. If these
3356
- * conditions are not met, you will receive an OperationNotSupportedException error.</p>
3357
- */
3358
- SubnetIds?: string[];
3359
-
3360
- /**
3361
- * <p>Indicates whether Amazon WorkDocs is enabled or disabled. If you have enabled this parameter and
3362
- * WorkDocs is not available in the Region, you will receive an OperationNotSupportedException error. Set
3363
- * <code>EnableWorkDocs</code> to disabled, and try again.</p>
3364
- */
3365
- EnableWorkDocs: boolean | undefined;
3366
-
3367
- /**
3368
- * <p>Indicates whether self-service capabilities are enabled or disabled.</p>
3369
- */
3370
- EnableSelfService?: boolean;
3371
-
3372
- /**
3373
- * <p>Indicates whether your WorkSpace directory is dedicated or shared. To use Bring Your Own
3374
- * License (BYOL) images, this value must be set to <code>DEDICATED</code> and your AWS account must be
3375
- * enabled for BYOL. If your account has not been enabled for BYOL, you will receive an
3376
- * InvalidParameterValuesException error. For more information about BYOL images, see
3377
- * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html">Bring Your Own Windows Desktop Images</a>.</p>
3378
- */
3379
- Tenancy?: Tenancy | string;
3380
-
3381
- /**
3382
- * <p>The tags associated with the directory.</p>
3383
- */
3384
- Tags?: Tag[];
3385
- }
3386
-
3387
- export namespace RegisterWorkspaceDirectoryRequest {
3388
- /**
3389
- * @internal
3390
- */
3391
- export const filterSensitiveLog = (obj: RegisterWorkspaceDirectoryRequest): any => ({
3392
- ...obj,
3393
- });
3394
- }
3395
-
3396
- export interface RegisterWorkspaceDirectoryResult {}
3397
-
3398
- export namespace RegisterWorkspaceDirectoryResult {
3399
- /**
3400
- * @internal
3401
- */
3402
- export const filterSensitiveLog = (obj: RegisterWorkspaceDirectoryResult): any => ({
3403
- ...obj,
3404
- });
3405
- }
3406
-
3407
- /**
3408
- * <p>The configuration of this network is not supported for this operation, or your network configuration
3409
- * conflicts with the Amazon WorkSpaces management network IP range. For more information, see
3410
- * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/amazon-workspaces-vpc.html">
3411
- * Configure a VPC for Amazon WorkSpaces</a>.</p>
3412
- */
3413
- export interface UnsupportedNetworkConfigurationException extends __SmithyException, $MetadataBearer {
3414
- name: "UnsupportedNetworkConfigurationException";
3415
- $fault: "client";
3416
- message?: string;
3417
- }
3418
-
3419
- export namespace UnsupportedNetworkConfigurationException {
3420
- /**
3421
- * @internal
3422
- */
3423
- export const filterSensitiveLog = (obj: UnsupportedNetworkConfigurationException): any => ({
3424
- ...obj,
3425
- });
3426
- }
3427
-
3428
- /**
3429
- * <p>The workspaces_DefaultRole role could not be found. If this is the first time you are registering a directory, you
3430
- * will need to create the workspaces_DefaultRole role before you can register a directory. For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/workspaces-access-control.html#create-default-role">Creating the workspaces_DefaultRole Role</a>.</p>
3431
- */
3432
- export interface WorkspacesDefaultRoleNotFoundException extends __SmithyException, $MetadataBearer {
3433
- name: "WorkspacesDefaultRoleNotFoundException";
3434
- $fault: "client";
3435
- message?: string;
3436
- }
3437
-
3438
- export namespace WorkspacesDefaultRoleNotFoundException {
3439
- /**
3440
- * @internal
3441
- */
3442
- export const filterSensitiveLog = (obj: WorkspacesDefaultRoleNotFoundException): any => ({
3443
- ...obj,
3444
- });
3445
- }
3446
-
3447
- export interface RestoreWorkspaceRequest {
3448
- /**
3449
- * <p>The identifier of the WorkSpace.</p>
3450
- */
3451
- WorkspaceId: string | undefined;
3452
- }
3453
-
3454
- export namespace RestoreWorkspaceRequest {
3455
- /**
3456
- * @internal
3457
- */
3458
- export const filterSensitiveLog = (obj: RestoreWorkspaceRequest): any => ({
3459
- ...obj,
3460
- });
3461
- }
3462
-
3463
- export interface RestoreWorkspaceResult {}
3464
-
3465
- export namespace RestoreWorkspaceResult {
3466
- /**
3467
- * @internal
3468
- */
3469
- export const filterSensitiveLog = (obj: RestoreWorkspaceResult): any => ({
3470
- ...obj,
3471
- });
3472
- }
3473
-
3474
- export interface RevokeIpRulesRequest {
3475
- /**
3476
- * <p>The identifier of the group.</p>
3477
- */
3478
- GroupId: string | undefined;
3479
-
3480
- /**
3481
- * <p>The rules to remove from the group.</p>
3482
- */
3483
- UserRules: string[] | undefined;
3484
- }
3485
-
3486
- export namespace RevokeIpRulesRequest {
3487
- /**
3488
- * @internal
3489
- */
3490
- export const filterSensitiveLog = (obj: RevokeIpRulesRequest): any => ({
3491
- ...obj,
3492
- });
3493
- }
3494
-
3495
- export interface RevokeIpRulesResult {}
3496
-
3497
- export namespace RevokeIpRulesResult {
3498
- /**
3499
- * @internal
3500
- */
3501
- export const filterSensitiveLog = (obj: RevokeIpRulesResult): any => ({
3502
- ...obj,
3503
- });
3504
- }
3505
-
3506
- /**
3507
- * <p>Information used to start a WorkSpace.</p>
3508
- */
3509
- export interface StartRequest {
3510
- /**
3511
- * <p>The identifier of the WorkSpace.</p>
3512
- */
3513
- WorkspaceId?: string;
3514
- }
3515
-
3516
- export namespace StartRequest {
3517
- /**
3518
- * @internal
3519
- */
3520
- export const filterSensitiveLog = (obj: StartRequest): any => ({
3521
- ...obj,
3522
- });
3523
- }
3524
-
3525
- export interface StartWorkspacesRequest {
3526
- /**
3527
- * <p>The WorkSpaces to start. You can specify up to 25 WorkSpaces.</p>
3528
- */
3529
- StartWorkspaceRequests: StartRequest[] | undefined;
3530
- }
3531
-
3532
- export namespace StartWorkspacesRequest {
3533
- /**
3534
- * @internal
3535
- */
3536
- export const filterSensitiveLog = (obj: StartWorkspacesRequest): any => ({
3537
- ...obj,
3538
- });
3539
- }
3540
-
3541
- export interface StartWorkspacesResult {
3542
- /**
3543
- * <p>Information about the WorkSpaces that could not be started.</p>
3544
- */
3545
- FailedRequests?: FailedWorkspaceChangeRequest[];
3546
- }
3547
-
3548
- export namespace StartWorkspacesResult {
3549
- /**
3550
- * @internal
3551
- */
3552
- export const filterSensitiveLog = (obj: StartWorkspacesResult): any => ({
3553
- ...obj,
3554
- });
3555
- }
3556
-
3557
- /**
3558
- * <p>Describes the information used to stop a WorkSpace.</p>
3559
- */
3560
- export interface StopRequest {
3561
- /**
3562
- * <p>The identifier of the WorkSpace.</p>
3563
- */
3564
- WorkspaceId?: string;
3565
- }
3566
-
3567
- export namespace StopRequest {
3568
- /**
3569
- * @internal
3570
- */
3571
- export const filterSensitiveLog = (obj: StopRequest): any => ({
3572
- ...obj,
3573
- });
3574
- }
3575
-
3576
- export interface StopWorkspacesRequest {
3577
- /**
3578
- * <p>The WorkSpaces to stop. You can specify up to 25 WorkSpaces.</p>
3579
- */
3580
- StopWorkspaceRequests: StopRequest[] | undefined;
3581
- }
3582
-
3583
- export namespace StopWorkspacesRequest {
3584
- /**
3585
- * @internal
3586
- */
3587
- export const filterSensitiveLog = (obj: StopWorkspacesRequest): any => ({
3588
- ...obj,
3589
- });
3590
- }
3591
-
3592
- export interface StopWorkspacesResult {
3593
- /**
3594
- * <p>Information about the WorkSpaces that could not be stopped.</p>
3595
- */
3596
- FailedRequests?: FailedWorkspaceChangeRequest[];
3597
- }
3598
-
3599
- export namespace StopWorkspacesResult {
3600
- /**
3601
- * @internal
3602
- */
3603
- export const filterSensitiveLog = (obj: StopWorkspacesResult): any => ({
3604
- ...obj,
3605
- });
3606
- }
3607
-
3608
- /**
3609
- * <p>Describes the information used to terminate a WorkSpace.</p>
3610
- */
3611
- export interface TerminateRequest {
3612
- /**
3613
- * <p>The identifier of the WorkSpace.</p>
3614
- */
3615
- WorkspaceId: string | undefined;
3616
- }
3617
-
3618
- export namespace TerminateRequest {
3619
- /**
3620
- * @internal
3621
- */
3622
- export const filterSensitiveLog = (obj: TerminateRequest): any => ({
3623
- ...obj,
3624
- });
3625
- }
3626
-
3627
- export interface TerminateWorkspacesRequest {
3628
- /**
3629
- * <p>The WorkSpaces to terminate. You can specify up to 25 WorkSpaces.</p>
3630
- */
3631
- TerminateWorkspaceRequests: TerminateRequest[] | undefined;
3632
- }
3633
-
3634
- export namespace TerminateWorkspacesRequest {
3635
- /**
3636
- * @internal
3637
- */
3638
- export const filterSensitiveLog = (obj: TerminateWorkspacesRequest): any => ({
3639
- ...obj,
3640
- });
3641
- }
3642
-
3643
- export interface TerminateWorkspacesResult {
3644
- /**
3645
- * <p>Information about the WorkSpaces that could not be terminated.</p>
3646
- */
3647
- FailedRequests?: FailedWorkspaceChangeRequest[];
3648
- }
3649
-
3650
- export namespace TerminateWorkspacesResult {
3651
- /**
3652
- * @internal
3653
- */
3654
- export const filterSensitiveLog = (obj: TerminateWorkspacesResult): any => ({
3655
- ...obj,
3656
- });
3657
- }
3658
-
3659
- export interface UpdateConnectionAliasPermissionRequest {
3660
- /**
3661
- * <p>The identifier of the connection alias that you want to update permissions for.</p>
3662
- */
3663
- AliasId: string | undefined;
3664
-
3665
- /**
3666
- * <p>Indicates whether to share or unshare the connection alias with the specified AWS account.</p>
3667
- */
3668
- ConnectionAliasPermission: ConnectionAliasPermission | undefined;
3669
- }
3670
-
3671
- export namespace UpdateConnectionAliasPermissionRequest {
3672
- /**
3673
- * @internal
3674
- */
3675
- export const filterSensitiveLog = (obj: UpdateConnectionAliasPermissionRequest): any => ({
3676
- ...obj,
3677
- });
3678
- }
3679
-
3680
- export interface UpdateConnectionAliasPermissionResult {}
3681
-
3682
- export namespace UpdateConnectionAliasPermissionResult {
3683
- /**
3684
- * @internal
3685
- */
3686
- export const filterSensitiveLog = (obj: UpdateConnectionAliasPermissionResult): any => ({
3687
- ...obj,
3688
- });
3689
- }
3690
-
3691
- export interface UpdateRulesOfIpGroupRequest {
3692
- /**
3693
- * <p>The identifier of the group.</p>
3694
- */
3695
- GroupId: string | undefined;
3696
-
3697
- /**
3698
- * <p>One or more rules.</p>
3699
- */
3700
- UserRules: IpRuleItem[] | undefined;
3701
- }
3702
-
3703
- export namespace UpdateRulesOfIpGroupRequest {
3704
- /**
3705
- * @internal
3706
- */
3707
- export const filterSensitiveLog = (obj: UpdateRulesOfIpGroupRequest): any => ({
3708
- ...obj,
3709
- });
3710
- }
3711
-
3712
- export interface UpdateRulesOfIpGroupResult {}
3713
-
3714
- export namespace UpdateRulesOfIpGroupResult {
3715
- /**
3716
- * @internal
3717
- */
3718
- export const filterSensitiveLog = (obj: UpdateRulesOfIpGroupResult): any => ({
3719
- ...obj,
3720
- });
3721
- }
3722
-
3723
- export interface UpdateWorkspaceBundleRequest {
3724
- /**
3725
- * <p>The identifier of the bundle.</p>
3726
- */
3727
- BundleId?: string;
3728
-
3729
- /**
3730
- * <p>The identifier of the image.</p>
3731
- */
3732
- ImageId?: string;
3733
- }
3734
-
3735
- export namespace UpdateWorkspaceBundleRequest {
3736
- /**
3737
- * @internal
3738
- */
3739
- export const filterSensitiveLog = (obj: UpdateWorkspaceBundleRequest): any => ({
3740
- ...obj,
3741
- });
3742
- }
3743
-
3744
- export interface UpdateWorkspaceBundleResult {}
3745
-
3746
- export namespace UpdateWorkspaceBundleResult {
3747
- /**
3748
- * @internal
3749
- */
3750
- export const filterSensitiveLog = (obj: UpdateWorkspaceBundleResult): any => ({
3751
- ...obj,
3752
- });
3753
- }
3754
-
3755
- export interface UpdateWorkspaceImagePermissionRequest {
3756
- /**
3757
- * <p>The identifier of the image.</p>
3758
- */
3759
- ImageId: string | undefined;
3760
-
3761
- /**
3762
- * <p>The permission to copy the image. This permission can be revoked only after an image
3763
- * has been shared.</p>
3764
- */
3765
- AllowCopyImage: boolean | undefined;
3766
-
3767
- /**
3768
- * <p>The identifier of the AWS account to share or unshare the image with.</p>
3769
- *
3770
- * <important>
3771
- * <p>Before sharing the image, confirm that you are sharing to the correct AWS account ID.</p>
3772
- * </important>
3773
- */
3774
- SharedAccountId: string | undefined;
3775
- }
3776
-
3777
- export namespace UpdateWorkspaceImagePermissionRequest {
3778
- /**
3779
- * @internal
3780
- */
3781
- export const filterSensitiveLog = (obj: UpdateWorkspaceImagePermissionRequest): any => ({
3782
- ...obj,
3783
- });
3784
- }
3785
-
3786
- export interface UpdateWorkspaceImagePermissionResult {}
3787
-
3788
- export namespace UpdateWorkspaceImagePermissionResult {
3789
- /**
3790
- * @internal
3791
- */
3792
- export const filterSensitiveLog = (obj: UpdateWorkspaceImagePermissionResult): any => ({
3793
- ...obj,
3794
- });
3795
- }