@aws-sdk/client-appstream 3.34.0 → 3.37.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 (495) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/AppStream.js +1 -25
  3. package/dist-cjs/AppStreamClient.js +35 -0
  4. package/{dist/cjs → dist-cjs}/commands/AssociateFleetCommand.js +2 -27
  5. package/{dist/cjs → dist-cjs}/commands/BatchAssociateUserStackCommand.js +2 -27
  6. package/{dist/cjs → dist-cjs}/commands/BatchDisassociateUserStackCommand.js +2 -27
  7. package/{dist/cjs → dist-cjs}/commands/CopyImageCommand.js +2 -27
  8. package/{dist/cjs → dist-cjs}/commands/CreateDirectoryConfigCommand.js +2 -27
  9. package/{dist/cjs → dist-cjs}/commands/CreateFleetCommand.js +2 -27
  10. package/{dist/cjs → dist-cjs}/commands/CreateImageBuilderCommand.js +2 -28
  11. package/{dist/cjs → dist-cjs}/commands/CreateImageBuilderStreamingURLCommand.js +2 -27
  12. package/{dist/cjs → dist-cjs}/commands/CreateStackCommand.js +2 -27
  13. package/{dist/cjs → dist-cjs}/commands/CreateStreamingURLCommand.js +2 -27
  14. package/{dist/cjs → dist-cjs}/commands/CreateUpdatedImageCommand.js +2 -30
  15. package/{dist/cjs → dist-cjs}/commands/CreateUsageReportSubscriptionCommand.js +2 -27
  16. package/{dist/cjs → dist-cjs}/commands/CreateUserCommand.js +2 -27
  17. package/{dist/cjs → dist-cjs}/commands/DeleteDirectoryConfigCommand.js +2 -27
  18. package/{dist/cjs → dist-cjs}/commands/DeleteFleetCommand.js +2 -27
  19. package/{dist/cjs → dist-cjs}/commands/DeleteImageBuilderCommand.js +2 -27
  20. package/{dist/cjs → dist-cjs}/commands/DeleteImageCommand.js +2 -28
  21. package/{dist/cjs → dist-cjs}/commands/DeleteImagePermissionsCommand.js +2 -27
  22. package/{dist/cjs → dist-cjs}/commands/DeleteStackCommand.js +2 -27
  23. package/{dist/cjs → dist-cjs}/commands/DeleteUsageReportSubscriptionCommand.js +2 -27
  24. package/{dist/cjs → dist-cjs}/commands/DeleteUserCommand.js +2 -27
  25. package/{dist/cjs → dist-cjs}/commands/DescribeDirectoryConfigsCommand.js +2 -29
  26. package/{dist/cjs → dist-cjs}/commands/DescribeFleetsCommand.js +2 -27
  27. package/{dist/cjs → dist-cjs}/commands/DescribeImageBuildersCommand.js +2 -27
  28. package/{dist/cjs → dist-cjs}/commands/DescribeImagePermissionsCommand.js +2 -27
  29. package/{dist/cjs → dist-cjs}/commands/DescribeImagesCommand.js +2 -27
  30. package/{dist/cjs → dist-cjs}/commands/DescribeSessionsCommand.js +2 -29
  31. package/{dist/cjs → dist-cjs}/commands/DescribeStacksCommand.js +2 -27
  32. package/{dist/cjs → dist-cjs}/commands/DescribeUsageReportSubscriptionsCommand.js +2 -27
  33. package/{dist/cjs → dist-cjs}/commands/DescribeUserStackAssociationsCommand.js +2 -35
  34. package/{dist/cjs → dist-cjs}/commands/DescribeUsersCommand.js +2 -27
  35. package/{dist/cjs → dist-cjs}/commands/DisableUserCommand.js +2 -27
  36. package/{dist/cjs → dist-cjs}/commands/DisassociateFleetCommand.js +2 -27
  37. package/{dist/cjs → dist-cjs}/commands/EnableUserCommand.js +2 -27
  38. package/{dist/cjs → dist-cjs}/commands/ExpireSessionCommand.js +2 -27
  39. package/{dist/cjs → dist-cjs}/commands/ListAssociatedFleetsCommand.js +2 -27
  40. package/{dist/cjs → dist-cjs}/commands/ListAssociatedStacksCommand.js +2 -27
  41. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -28
  42. package/{dist/cjs → dist-cjs}/commands/StartFleetCommand.js +2 -27
  43. package/{dist/cjs → dist-cjs}/commands/StartImageBuilderCommand.js +2 -27
  44. package/{dist/cjs → dist-cjs}/commands/StopFleetCommand.js +2 -27
  45. package/{dist/cjs → dist-cjs}/commands/StopImageBuilderCommand.js +2 -27
  46. package/dist-cjs/commands/TagResourceCommand.js +36 -0
  47. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -29
  48. package/{dist/cjs → dist-cjs}/commands/UpdateDirectoryConfigCommand.js +2 -27
  49. package/{dist/cjs → dist-cjs}/commands/UpdateFleetCommand.js +2 -30
  50. package/{dist/cjs → dist-cjs}/commands/UpdateImagePermissionsCommand.js +2 -27
  51. package/{dist/cjs → dist-cjs}/commands/UpdateStackCommand.js +2 -27
  52. package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
  53. package/{dist/cjs → dist-cjs}/index.js +0 -1
  54. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  55. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -415
  56. package/{dist/cjs → dist-cjs}/pagination/DescribeImagePermissionsPaginator.js +0 -11
  57. package/{dist/cjs → dist-cjs}/pagination/DescribeImagesPaginator.js +0 -11
  58. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  59. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
  60. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  61. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  62. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  63. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  64. package/{dist/cjs → dist-cjs}/waiters/waitForFleetStarted.js +14 -24
  65. package/{dist/cjs → dist-cjs}/waiters/waitForFleetStopped.js +14 -24
  66. package/{dist/es → dist-es}/AppStream.js +1 -2
  67. package/{dist/es → dist-es}/AppStreamClient.js +1 -2
  68. package/{dist/es → dist-es}/commands/AssociateFleetCommand.js +2 -3
  69. package/{dist/es → dist-es}/commands/BatchAssociateUserStackCommand.js +2 -3
  70. package/{dist/es → dist-es}/commands/BatchDisassociateUserStackCommand.js +2 -3
  71. package/{dist/es → dist-es}/commands/CopyImageCommand.js +2 -3
  72. package/{dist/es → dist-es}/commands/CreateDirectoryConfigCommand.js +2 -3
  73. package/{dist/es → dist-es}/commands/CreateFleetCommand.js +2 -3
  74. package/{dist/es → dist-es}/commands/CreateImageBuilderCommand.js +2 -3
  75. package/{dist/es → dist-es}/commands/CreateImageBuilderStreamingURLCommand.js +2 -3
  76. package/{dist/es → dist-es}/commands/CreateStackCommand.js +2 -3
  77. package/{dist/es → dist-es}/commands/CreateStreamingURLCommand.js +2 -3
  78. package/{dist/es → dist-es}/commands/CreateUpdatedImageCommand.js +2 -3
  79. package/{dist/es → dist-es}/commands/CreateUsageReportSubscriptionCommand.js +2 -3
  80. package/{dist/es → dist-es}/commands/CreateUserCommand.js +2 -3
  81. package/{dist/es → dist-es}/commands/DeleteDirectoryConfigCommand.js +2 -3
  82. package/{dist/es → dist-es}/commands/DeleteFleetCommand.js +2 -3
  83. package/{dist/es → dist-es}/commands/DeleteImageBuilderCommand.js +2 -3
  84. package/{dist/es → dist-es}/commands/DeleteImageCommand.js +2 -3
  85. package/{dist/es → dist-es}/commands/DeleteImagePermissionsCommand.js +2 -3
  86. package/{dist/es → dist-es}/commands/DeleteStackCommand.js +2 -3
  87. package/{dist/es → dist-es}/commands/DeleteUsageReportSubscriptionCommand.js +2 -3
  88. package/{dist/es → dist-es}/commands/DeleteUserCommand.js +2 -3
  89. package/{dist/es → dist-es}/commands/DescribeDirectoryConfigsCommand.js +2 -3
  90. package/{dist/es → dist-es}/commands/DescribeFleetsCommand.js +2 -3
  91. package/{dist/es → dist-es}/commands/DescribeImageBuildersCommand.js +2 -3
  92. package/{dist/es → dist-es}/commands/DescribeImagePermissionsCommand.js +2 -3
  93. package/{dist/es → dist-es}/commands/DescribeImagesCommand.js +2 -3
  94. package/{dist/es → dist-es}/commands/DescribeSessionsCommand.js +2 -3
  95. package/{dist/es → dist-es}/commands/DescribeStacksCommand.js +2 -3
  96. package/{dist/es → dist-es}/commands/DescribeUsageReportSubscriptionsCommand.js +2 -3
  97. package/{dist/es → dist-es}/commands/DescribeUserStackAssociationsCommand.js +2 -3
  98. package/{dist/es → dist-es}/commands/DescribeUsersCommand.js +2 -3
  99. package/{dist/es → dist-es}/commands/DisableUserCommand.js +2 -3
  100. package/{dist/es → dist-es}/commands/DisassociateFleetCommand.js +2 -3
  101. package/{dist/es → dist-es}/commands/EnableUserCommand.js +2 -3
  102. package/{dist/es → dist-es}/commands/ExpireSessionCommand.js +2 -3
  103. package/{dist/es → dist-es}/commands/ListAssociatedFleetsCommand.js +2 -3
  104. package/{dist/es → dist-es}/commands/ListAssociatedStacksCommand.js +2 -3
  105. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
  106. package/{dist/es → dist-es}/commands/StartFleetCommand.js +2 -3
  107. package/{dist/es → dist-es}/commands/StartImageBuilderCommand.js +2 -3
  108. package/{dist/es → dist-es}/commands/StopFleetCommand.js +2 -3
  109. package/{dist/es → dist-es}/commands/StopImageBuilderCommand.js +2 -3
  110. package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
  111. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
  112. package/{dist/es → dist-es}/commands/UpdateDirectoryConfigCommand.js +2 -3
  113. package/{dist/es → dist-es}/commands/UpdateFleetCommand.js +2 -3
  114. package/{dist/es → dist-es}/commands/UpdateImagePermissionsCommand.js +2 -3
  115. package/{dist/es → dist-es}/commands/UpdateStackCommand.js +2 -3
  116. package/{dist/es → dist-es}/endpoints.js +1 -2
  117. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  118. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  119. package/{dist/es → dist-es}/models/models_0.js +0 -1
  120. package/{dist/es → dist-es}/pagination/DescribeImagePermissionsPaginator.js +0 -1
  121. package/{dist/es → dist-es}/pagination/DescribeImagesPaginator.js +0 -1
  122. package/dist-es/pagination/Interfaces.js +1 -0
  123. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -1
  124. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
  125. package/{dist/es → dist-es}/runtimeConfig.js +1 -2
  126. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
  127. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
  128. package/{dist/es → dist-es}/waiters/waitForFleetStarted.js +1 -2
  129. package/{dist/es → dist-es}/waiters/waitForFleetStopped.js +1 -2
  130. package/{dist/types → dist-types}/AppStream.d.ts +2 -2
  131. package/{dist/types → dist-types}/AppStreamClient.d.ts +9 -9
  132. package/{dist/types → dist-types}/commands/AssociateFleetCommand.d.ts +2 -2
  133. package/{dist/types → dist-types}/commands/BatchAssociateUserStackCommand.d.ts +2 -2
  134. package/{dist/types → dist-types}/commands/BatchDisassociateUserStackCommand.d.ts +2 -2
  135. package/{dist/types → dist-types}/commands/CopyImageCommand.d.ts +2 -2
  136. package/{dist/types → dist-types}/commands/CreateDirectoryConfigCommand.d.ts +2 -2
  137. package/{dist/types → dist-types}/commands/CreateFleetCommand.d.ts +2 -2
  138. package/{dist/types → dist-types}/commands/CreateImageBuilderCommand.d.ts +2 -2
  139. package/{dist/types → dist-types}/commands/CreateImageBuilderStreamingURLCommand.d.ts +2 -2
  140. package/{dist/types → dist-types}/commands/CreateStackCommand.d.ts +2 -2
  141. package/{dist/types → dist-types}/commands/CreateStreamingURLCommand.d.ts +2 -2
  142. package/{dist/types → dist-types}/commands/CreateUpdatedImageCommand.d.ts +2 -2
  143. package/{dist/types → dist-types}/commands/CreateUsageReportSubscriptionCommand.d.ts +2 -2
  144. package/{dist/types → dist-types}/commands/CreateUserCommand.d.ts +2 -2
  145. package/{dist/types → dist-types}/commands/DeleteDirectoryConfigCommand.d.ts +2 -2
  146. package/{dist/types → dist-types}/commands/DeleteFleetCommand.d.ts +2 -2
  147. package/{dist/types → dist-types}/commands/DeleteImageBuilderCommand.d.ts +2 -2
  148. package/{dist/types → dist-types}/commands/DeleteImageCommand.d.ts +2 -2
  149. package/{dist/types → dist-types}/commands/DeleteImagePermissionsCommand.d.ts +2 -2
  150. package/{dist/types → dist-types}/commands/DeleteStackCommand.d.ts +2 -2
  151. package/{dist/types → dist-types}/commands/DeleteUsageReportSubscriptionCommand.d.ts +2 -2
  152. package/{dist/types → dist-types}/commands/DeleteUserCommand.d.ts +2 -2
  153. package/{dist/types → dist-types}/commands/DescribeDirectoryConfigsCommand.d.ts +2 -2
  154. package/{dist/types → dist-types}/commands/DescribeFleetsCommand.d.ts +2 -2
  155. package/{dist/types → dist-types}/commands/DescribeImageBuildersCommand.d.ts +2 -2
  156. package/{dist/types → dist-types}/commands/DescribeImagePermissionsCommand.d.ts +2 -2
  157. package/{dist/types → dist-types}/commands/DescribeImagesCommand.d.ts +2 -2
  158. package/{dist/types → dist-types}/commands/DescribeSessionsCommand.d.ts +2 -2
  159. package/{dist/types → dist-types}/commands/DescribeStacksCommand.d.ts +2 -2
  160. package/{dist/types → dist-types}/commands/DescribeUsageReportSubscriptionsCommand.d.ts +2 -2
  161. package/{dist/types → dist-types}/commands/DescribeUserStackAssociationsCommand.d.ts +2 -2
  162. package/{dist/types → dist-types}/commands/DescribeUsersCommand.d.ts +2 -2
  163. package/{dist/types → dist-types}/commands/DisableUserCommand.d.ts +2 -2
  164. package/{dist/types → dist-types}/commands/DisassociateFleetCommand.d.ts +2 -2
  165. package/{dist/types → dist-types}/commands/EnableUserCommand.d.ts +2 -2
  166. package/{dist/types → dist-types}/commands/ExpireSessionCommand.d.ts +2 -2
  167. package/{dist/types → dist-types}/commands/ListAssociatedFleetsCommand.d.ts +2 -2
  168. package/{dist/types → dist-types}/commands/ListAssociatedStacksCommand.d.ts +2 -2
  169. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  170. package/{dist/types → dist-types}/commands/StartFleetCommand.d.ts +2 -2
  171. package/{dist/types → dist-types}/commands/StartImageBuilderCommand.d.ts +2 -2
  172. package/{dist/types → dist-types}/commands/StopFleetCommand.d.ts +2 -2
  173. package/{dist/types → dist-types}/commands/StopImageBuilderCommand.d.ts +2 -2
  174. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  175. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  176. package/{dist/types → dist-types}/commands/UpdateDirectoryConfigCommand.d.ts +2 -2
  177. package/{dist/types → dist-types}/commands/UpdateFleetCommand.d.ts +2 -2
  178. package/{dist/types → dist-types}/commands/UpdateImagePermissionsCommand.d.ts +2 -2
  179. package/{dist/types → dist-types}/commands/UpdateStackCommand.d.ts +2 -2
  180. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  181. package/{index.ts → dist-types/index.d.ts} +0 -0
  182. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  183. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  184. package/{dist/types → dist-types}/pagination/DescribeImagePermissionsPaginator.d.ts +1 -1
  185. package/{dist/types → dist-types}/pagination/DescribeImagesPaginator.d.ts +1 -1
  186. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  187. package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +3 -3
  188. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  189. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  190. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  191. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  192. package/{dist/types → dist-types}/ts3.4/AppStream.d.ts +51 -198
  193. package/{dist/types → dist-types}/ts3.4/AppStreamClient.d.ts +33 -118
  194. package/dist-types/ts3.4/commands/AssociateFleetCommand.d.ts +17 -0
  195. package/dist-types/ts3.4/commands/BatchAssociateUserStackCommand.d.ts +17 -0
  196. package/{dist/types → dist-types}/ts3.4/commands/BatchDisassociateUserStackCommand.d.ts +4 -22
  197. package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +17 -0
  198. package/dist-types/ts3.4/commands/CreateDirectoryConfigCommand.d.ts +17 -0
  199. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +17 -0
  200. package/dist-types/ts3.4/commands/CreateImageBuilderCommand.d.ts +17 -0
  201. package/{dist/types → dist-types}/ts3.4/commands/CreateImageBuilderStreamingURLCommand.d.ts +4 -22
  202. package/dist-types/ts3.4/commands/CreateStackCommand.d.ts +17 -0
  203. package/dist-types/ts3.4/commands/CreateStreamingURLCommand.d.ts +17 -0
  204. package/dist-types/ts3.4/commands/CreateUpdatedImageCommand.d.ts +17 -0
  205. package/{dist/types → dist-types}/ts3.4/commands/CreateUsageReportSubscriptionCommand.d.ts +4 -22
  206. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +17 -0
  207. package/dist-types/ts3.4/commands/DeleteDirectoryConfigCommand.d.ts +17 -0
  208. package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +17 -0
  209. package/{dist/types → dist-types}/ts3.4/commands/DeleteImageBuilderCommand.d.ts +4 -22
  210. package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +17 -0
  211. package/dist-types/ts3.4/commands/DeleteImagePermissionsCommand.d.ts +17 -0
  212. package/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +17 -0
  213. package/{dist/types → dist-types}/ts3.4/commands/DeleteUsageReportSubscriptionCommand.d.ts +4 -22
  214. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +17 -0
  215. package/dist-types/ts3.4/commands/DescribeDirectoryConfigsCommand.d.ts +17 -0
  216. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +17 -0
  217. package/dist-types/ts3.4/commands/DescribeImageBuildersCommand.d.ts +17 -0
  218. package/{dist/types → dist-types}/ts3.4/commands/DescribeImagePermissionsCommand.d.ts +4 -22
  219. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +17 -0
  220. package/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +17 -0
  221. package/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +17 -0
  222. package/{dist/types → dist-types}/ts3.4/commands/DescribeUsageReportSubscriptionsCommand.d.ts +4 -22
  223. package/dist-types/ts3.4/commands/DescribeUserStackAssociationsCommand.d.ts +17 -0
  224. package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +17 -0
  225. package/dist-types/ts3.4/commands/DisableUserCommand.d.ts +17 -0
  226. package/{dist/types → dist-types}/ts3.4/commands/DisassociateFleetCommand.d.ts +4 -22
  227. package/dist-types/ts3.4/commands/EnableUserCommand.d.ts +17 -0
  228. package/dist-types/ts3.4/commands/ExpireSessionCommand.d.ts +17 -0
  229. package/{dist/types → dist-types}/ts3.4/commands/ListAssociatedFleetsCommand.d.ts +4 -22
  230. package/{dist/types → dist-types}/ts3.4/commands/ListAssociatedStacksCommand.d.ts +4 -22
  231. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  232. package/dist-types/ts3.4/commands/StartFleetCommand.d.ts +17 -0
  233. package/{dist/types → dist-types}/ts3.4/commands/StartImageBuilderCommand.d.ts +4 -22
  234. package/dist-types/ts3.4/commands/StopFleetCommand.d.ts +17 -0
  235. package/{dist/types → dist-types}/ts3.4/commands/StopImageBuilderCommand.d.ts +4 -22
  236. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  237. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  238. package/dist-types/ts3.4/commands/UpdateDirectoryConfigCommand.d.ts +17 -0
  239. package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +17 -0
  240. package/{dist/types → dist-types}/ts3.4/commands/UpdateImagePermissionsCommand.d.ts +4 -22
  241. package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +17 -0
  242. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  243. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  244. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  245. package/dist-types/ts3.4/models/models_0.d.ts +1830 -0
  246. package/{dist/types → dist-types}/ts3.4/pagination/DescribeImagePermissionsPaginator.d.ts +1 -1
  247. package/{dist/types → dist-types}/ts3.4/pagination/DescribeImagesPaginator.d.ts +1 -1
  248. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  249. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +3 -3
  250. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
  251. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
  252. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  253. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  254. package/{dist/types → dist-types}/ts3.4/waiters/waitForFleetStarted.d.ts +3 -10
  255. package/{dist/types → dist-types}/ts3.4/waiters/waitForFleetStopped.d.ts +3 -10
  256. package/{dist/types → dist-types}/waiters/waitForFleetStarted.d.ts +1 -1
  257. package/{dist/types → dist-types}/waiters/waitForFleetStopped.d.ts +1 -1
  258. package/package.json +46 -43
  259. package/AppStream.ts +0 -1682
  260. package/AppStreamClient.ts +0 -453
  261. package/commands/AssociateFleetCommand.ts +0 -94
  262. package/commands/BatchAssociateUserStackCommand.ts +0 -94
  263. package/commands/BatchDisassociateUserStackCommand.ts +0 -97
  264. package/commands/CopyImageCommand.ts +0 -91
  265. package/commands/CreateDirectoryConfigCommand.ts +0 -94
  266. package/commands/CreateFleetCommand.ts +0 -94
  267. package/commands/CreateImageBuilderCommand.ts +0 -95
  268. package/commands/CreateImageBuilderStreamingURLCommand.ts +0 -102
  269. package/commands/CreateStackCommand.ts +0 -94
  270. package/commands/CreateStreamingURLCommand.ts +0 -94
  271. package/commands/CreateUpdatedImageCommand.ts +0 -97
  272. package/commands/CreateUsageReportSubscriptionCommand.ts +0 -99
  273. package/commands/CreateUserCommand.ts +0 -94
  274. package/commands/DeleteDirectoryConfigCommand.ts +0 -94
  275. package/commands/DeleteFleetCommand.ts +0 -94
  276. package/commands/DeleteImageBuilderCommand.ts +0 -94
  277. package/commands/DeleteImageCommand.ts +0 -95
  278. package/commands/DeleteImagePermissionsCommand.ts +0 -94
  279. package/commands/DeleteStackCommand.ts +0 -94
  280. package/commands/DeleteUsageReportSubscriptionCommand.ts +0 -99
  281. package/commands/DeleteUserCommand.ts +0 -94
  282. package/commands/DescribeDirectoryConfigsCommand.ts +0 -96
  283. package/commands/DescribeFleetsCommand.ts +0 -94
  284. package/commands/DescribeImageBuildersCommand.ts +0 -94
  285. package/commands/DescribeImagePermissionsCommand.ts +0 -94
  286. package/commands/DescribeImagesCommand.ts +0 -94
  287. package/commands/DescribeSessionsCommand.ts +0 -96
  288. package/commands/DescribeStacksCommand.ts +0 -94
  289. package/commands/DescribeUsageReportSubscriptionsCommand.ts +0 -102
  290. package/commands/DescribeUserStackAssociationsCommand.ts +0 -107
  291. package/commands/DescribeUsersCommand.ts +0 -94
  292. package/commands/DisableUserCommand.ts +0 -94
  293. package/commands/DisassociateFleetCommand.ts +0 -94
  294. package/commands/EnableUserCommand.ts +0 -94
  295. package/commands/ExpireSessionCommand.ts +0 -94
  296. package/commands/ListAssociatedFleetsCommand.ts +0 -94
  297. package/commands/ListAssociatedStacksCommand.ts +0 -94
  298. package/commands/ListTagsForResourceCommand.ts +0 -95
  299. package/commands/StartFleetCommand.ts +0 -94
  300. package/commands/StartImageBuilderCommand.ts +0 -94
  301. package/commands/StopFleetCommand.ts +0 -91
  302. package/commands/StopImageBuilderCommand.ts +0 -94
  303. package/commands/TagResourceCommand.ts +0 -100
  304. package/commands/UntagResourceCommand.ts +0 -96
  305. package/commands/UpdateDirectoryConfigCommand.ts +0 -94
  306. package/commands/UpdateFleetCommand.ts +0 -97
  307. package/commands/UpdateImagePermissionsCommand.ts +0 -94
  308. package/commands/UpdateStackCommand.ts +0 -94
  309. package/dist/cjs/AppStream.js.map +0 -1
  310. package/dist/cjs/AppStreamClient.js +0 -64
  311. package/dist/cjs/AppStreamClient.js.map +0 -1
  312. package/dist/cjs/commands/AssociateFleetCommand.js.map +0 -1
  313. package/dist/cjs/commands/BatchAssociateUserStackCommand.js.map +0 -1
  314. package/dist/cjs/commands/BatchDisassociateUserStackCommand.js.map +0 -1
  315. package/dist/cjs/commands/CopyImageCommand.js.map +0 -1
  316. package/dist/cjs/commands/CreateDirectoryConfigCommand.js.map +0 -1
  317. package/dist/cjs/commands/CreateFleetCommand.js.map +0 -1
  318. package/dist/cjs/commands/CreateImageBuilderCommand.js.map +0 -1
  319. package/dist/cjs/commands/CreateImageBuilderStreamingURLCommand.js.map +0 -1
  320. package/dist/cjs/commands/CreateStackCommand.js.map +0 -1
  321. package/dist/cjs/commands/CreateStreamingURLCommand.js.map +0 -1
  322. package/dist/cjs/commands/CreateUpdatedImageCommand.js.map +0 -1
  323. package/dist/cjs/commands/CreateUsageReportSubscriptionCommand.js.map +0 -1
  324. package/dist/cjs/commands/CreateUserCommand.js.map +0 -1
  325. package/dist/cjs/commands/DeleteDirectoryConfigCommand.js.map +0 -1
  326. package/dist/cjs/commands/DeleteFleetCommand.js.map +0 -1
  327. package/dist/cjs/commands/DeleteImageBuilderCommand.js.map +0 -1
  328. package/dist/cjs/commands/DeleteImageCommand.js.map +0 -1
  329. package/dist/cjs/commands/DeleteImagePermissionsCommand.js.map +0 -1
  330. package/dist/cjs/commands/DeleteStackCommand.js.map +0 -1
  331. package/dist/cjs/commands/DeleteUsageReportSubscriptionCommand.js.map +0 -1
  332. package/dist/cjs/commands/DeleteUserCommand.js.map +0 -1
  333. package/dist/cjs/commands/DescribeDirectoryConfigsCommand.js.map +0 -1
  334. package/dist/cjs/commands/DescribeFleetsCommand.js.map +0 -1
  335. package/dist/cjs/commands/DescribeImageBuildersCommand.js.map +0 -1
  336. package/dist/cjs/commands/DescribeImagePermissionsCommand.js.map +0 -1
  337. package/dist/cjs/commands/DescribeImagesCommand.js.map +0 -1
  338. package/dist/cjs/commands/DescribeSessionsCommand.js.map +0 -1
  339. package/dist/cjs/commands/DescribeStacksCommand.js.map +0 -1
  340. package/dist/cjs/commands/DescribeUsageReportSubscriptionsCommand.js.map +0 -1
  341. package/dist/cjs/commands/DescribeUserStackAssociationsCommand.js.map +0 -1
  342. package/dist/cjs/commands/DescribeUsersCommand.js.map +0 -1
  343. package/dist/cjs/commands/DisableUserCommand.js.map +0 -1
  344. package/dist/cjs/commands/DisassociateFleetCommand.js.map +0 -1
  345. package/dist/cjs/commands/EnableUserCommand.js.map +0 -1
  346. package/dist/cjs/commands/ExpireSessionCommand.js.map +0 -1
  347. package/dist/cjs/commands/ListAssociatedFleetsCommand.js.map +0 -1
  348. package/dist/cjs/commands/ListAssociatedStacksCommand.js.map +0 -1
  349. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  350. package/dist/cjs/commands/StartFleetCommand.js.map +0 -1
  351. package/dist/cjs/commands/StartImageBuilderCommand.js.map +0 -1
  352. package/dist/cjs/commands/StopFleetCommand.js.map +0 -1
  353. package/dist/cjs/commands/StopImageBuilderCommand.js.map +0 -1
  354. package/dist/cjs/commands/TagResourceCommand.js +0 -67
  355. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  356. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  357. package/dist/cjs/commands/UpdateDirectoryConfigCommand.js.map +0 -1
  358. package/dist/cjs/commands/UpdateFleetCommand.js.map +0 -1
  359. package/dist/cjs/commands/UpdateImagePermissionsCommand.js.map +0 -1
  360. package/dist/cjs/commands/UpdateStackCommand.js.map +0 -1
  361. package/dist/cjs/endpoints.js.map +0 -1
  362. package/dist/cjs/index.js.map +0 -1
  363. package/dist/cjs/models/index.js.map +0 -1
  364. package/dist/cjs/models/models_0.js.map +0 -1
  365. package/dist/cjs/package.json +0 -92
  366. package/dist/cjs/pagination/DescribeImagePermissionsPaginator.js.map +0 -1
  367. package/dist/cjs/pagination/DescribeImagesPaginator.js.map +0 -1
  368. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  369. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  370. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  371. package/dist/cjs/runtimeConfig.js.map +0 -1
  372. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  373. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  374. package/dist/cjs/waiters/waitForFleetStarted.js.map +0 -1
  375. package/dist/cjs/waiters/waitForFleetStopped.js.map +0 -1
  376. package/dist/es/AppStream.js.map +0 -1
  377. package/dist/es/AppStreamClient.js.map +0 -1
  378. package/dist/es/commands/AssociateFleetCommand.js.map +0 -1
  379. package/dist/es/commands/BatchAssociateUserStackCommand.js.map +0 -1
  380. package/dist/es/commands/BatchDisassociateUserStackCommand.js.map +0 -1
  381. package/dist/es/commands/CopyImageCommand.js.map +0 -1
  382. package/dist/es/commands/CreateDirectoryConfigCommand.js.map +0 -1
  383. package/dist/es/commands/CreateFleetCommand.js.map +0 -1
  384. package/dist/es/commands/CreateImageBuilderCommand.js.map +0 -1
  385. package/dist/es/commands/CreateImageBuilderStreamingURLCommand.js.map +0 -1
  386. package/dist/es/commands/CreateStackCommand.js.map +0 -1
  387. package/dist/es/commands/CreateStreamingURLCommand.js.map +0 -1
  388. package/dist/es/commands/CreateUpdatedImageCommand.js.map +0 -1
  389. package/dist/es/commands/CreateUsageReportSubscriptionCommand.js.map +0 -1
  390. package/dist/es/commands/CreateUserCommand.js.map +0 -1
  391. package/dist/es/commands/DeleteDirectoryConfigCommand.js.map +0 -1
  392. package/dist/es/commands/DeleteFleetCommand.js.map +0 -1
  393. package/dist/es/commands/DeleteImageBuilderCommand.js.map +0 -1
  394. package/dist/es/commands/DeleteImageCommand.js.map +0 -1
  395. package/dist/es/commands/DeleteImagePermissionsCommand.js.map +0 -1
  396. package/dist/es/commands/DeleteStackCommand.js.map +0 -1
  397. package/dist/es/commands/DeleteUsageReportSubscriptionCommand.js.map +0 -1
  398. package/dist/es/commands/DeleteUserCommand.js.map +0 -1
  399. package/dist/es/commands/DescribeDirectoryConfigsCommand.js.map +0 -1
  400. package/dist/es/commands/DescribeFleetsCommand.js.map +0 -1
  401. package/dist/es/commands/DescribeImageBuildersCommand.js.map +0 -1
  402. package/dist/es/commands/DescribeImagePermissionsCommand.js.map +0 -1
  403. package/dist/es/commands/DescribeImagesCommand.js.map +0 -1
  404. package/dist/es/commands/DescribeSessionsCommand.js.map +0 -1
  405. package/dist/es/commands/DescribeStacksCommand.js.map +0 -1
  406. package/dist/es/commands/DescribeUsageReportSubscriptionsCommand.js.map +0 -1
  407. package/dist/es/commands/DescribeUserStackAssociationsCommand.js.map +0 -1
  408. package/dist/es/commands/DescribeUsersCommand.js.map +0 -1
  409. package/dist/es/commands/DisableUserCommand.js.map +0 -1
  410. package/dist/es/commands/DisassociateFleetCommand.js.map +0 -1
  411. package/dist/es/commands/EnableUserCommand.js.map +0 -1
  412. package/dist/es/commands/ExpireSessionCommand.js.map +0 -1
  413. package/dist/es/commands/ListAssociatedFleetsCommand.js.map +0 -1
  414. package/dist/es/commands/ListAssociatedStacksCommand.js.map +0 -1
  415. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  416. package/dist/es/commands/StartFleetCommand.js.map +0 -1
  417. package/dist/es/commands/StartImageBuilderCommand.js.map +0 -1
  418. package/dist/es/commands/StopFleetCommand.js.map +0 -1
  419. package/dist/es/commands/StopImageBuilderCommand.js.map +0 -1
  420. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  421. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  422. package/dist/es/commands/UpdateDirectoryConfigCommand.js.map +0 -1
  423. package/dist/es/commands/UpdateFleetCommand.js.map +0 -1
  424. package/dist/es/commands/UpdateImagePermissionsCommand.js.map +0 -1
  425. package/dist/es/commands/UpdateStackCommand.js.map +0 -1
  426. package/dist/es/endpoints.js.map +0 -1
  427. package/dist/es/index.js +0 -57
  428. package/dist/es/index.js.map +0 -1
  429. package/dist/es/models/index.js +0 -2
  430. package/dist/es/models/index.js.map +0 -1
  431. package/dist/es/models/models_0.js.map +0 -1
  432. package/dist/es/package.json +0 -92
  433. package/dist/es/pagination/DescribeImagePermissionsPaginator.js.map +0 -1
  434. package/dist/es/pagination/DescribeImagesPaginator.js.map +0 -1
  435. package/dist/es/pagination/Interfaces.js +0 -2
  436. package/dist/es/pagination/Interfaces.js.map +0 -1
  437. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  438. package/dist/es/runtimeConfig.browser.js.map +0 -1
  439. package/dist/es/runtimeConfig.js.map +0 -1
  440. package/dist/es/runtimeConfig.native.js.map +0 -1
  441. package/dist/es/runtimeConfig.shared.js.map +0 -1
  442. package/dist/es/waiters/waitForFleetStarted.js.map +0 -1
  443. package/dist/es/waiters/waitForFleetStopped.js.map +0 -1
  444. package/dist/types/ts3.4/commands/AssociateFleetCommand.d.ts +0 -35
  445. package/dist/types/ts3.4/commands/BatchAssociateUserStackCommand.d.ts +0 -35
  446. package/dist/types/ts3.4/commands/CopyImageCommand.d.ts +0 -35
  447. package/dist/types/ts3.4/commands/CreateDirectoryConfigCommand.d.ts +0 -35
  448. package/dist/types/ts3.4/commands/CreateFleetCommand.d.ts +0 -35
  449. package/dist/types/ts3.4/commands/CreateImageBuilderCommand.d.ts +0 -36
  450. package/dist/types/ts3.4/commands/CreateStackCommand.d.ts +0 -35
  451. package/dist/types/ts3.4/commands/CreateStreamingURLCommand.d.ts +0 -35
  452. package/dist/types/ts3.4/commands/CreateUpdatedImageCommand.d.ts +0 -38
  453. package/dist/types/ts3.4/commands/CreateUserCommand.d.ts +0 -35
  454. package/dist/types/ts3.4/commands/DeleteDirectoryConfigCommand.d.ts +0 -35
  455. package/dist/types/ts3.4/commands/DeleteFleetCommand.d.ts +0 -35
  456. package/dist/types/ts3.4/commands/DeleteImageCommand.d.ts +0 -36
  457. package/dist/types/ts3.4/commands/DeleteImagePermissionsCommand.d.ts +0 -35
  458. package/dist/types/ts3.4/commands/DeleteStackCommand.d.ts +0 -35
  459. package/dist/types/ts3.4/commands/DeleteUserCommand.d.ts +0 -35
  460. package/dist/types/ts3.4/commands/DescribeDirectoryConfigsCommand.d.ts +0 -37
  461. package/dist/types/ts3.4/commands/DescribeFleetsCommand.d.ts +0 -35
  462. package/dist/types/ts3.4/commands/DescribeImageBuildersCommand.d.ts +0 -35
  463. package/dist/types/ts3.4/commands/DescribeImagesCommand.d.ts +0 -35
  464. package/dist/types/ts3.4/commands/DescribeSessionsCommand.d.ts +0 -37
  465. package/dist/types/ts3.4/commands/DescribeStacksCommand.d.ts +0 -35
  466. package/dist/types/ts3.4/commands/DescribeUserStackAssociationsCommand.d.ts +0 -43
  467. package/dist/types/ts3.4/commands/DescribeUsersCommand.d.ts +0 -35
  468. package/dist/types/ts3.4/commands/DisableUserCommand.d.ts +0 -35
  469. package/dist/types/ts3.4/commands/EnableUserCommand.d.ts +0 -35
  470. package/dist/types/ts3.4/commands/ExpireSessionCommand.d.ts +0 -35
  471. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -36
  472. package/dist/types/ts3.4/commands/StartFleetCommand.d.ts +0 -35
  473. package/dist/types/ts3.4/commands/StopFleetCommand.d.ts +0 -35
  474. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -41
  475. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -37
  476. package/dist/types/ts3.4/commands/UpdateDirectoryConfigCommand.d.ts +0 -35
  477. package/dist/types/ts3.4/commands/UpdateFleetCommand.d.ts +0 -38
  478. package/dist/types/ts3.4/commands/UpdateStackCommand.d.ts +0 -35
  479. package/dist/types/ts3.4/models/models_0.d.ts +0 -3653
  480. package/endpoints.ts +0 -63
  481. package/jest.config.js +0 -4
  482. package/models/models_0.ts +0 -4501
  483. package/pagination/DescribeImagePermissionsPaginator.ts +0 -58
  484. package/pagination/DescribeImagesPaginator.ts +0 -58
  485. package/pagination/Interfaces.ts +0 -7
  486. package/protocols/Aws_json1_1.ts +0 -6845
  487. package/runtimeConfig.browser.ts +0 -40
  488. package/runtimeConfig.native.ts +0 -16
  489. package/runtimeConfig.shared.ts +0 -16
  490. package/runtimeConfig.ts +0 -45
  491. package/tsconfig.es.json +0 -10
  492. package/tsconfig.json +0 -31
  493. package/tsconfig.types.json +0 -8
  494. package/waiters/waitForFleetStarted.ts +0 -82
  495. package/waiters/waitForFleetStopped.ts +0 -82
@@ -1,3 +1,11 @@
1
+ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
+ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
+ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
+ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
+ import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
+ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
1
9
  import { AssociateFleetCommandInput, AssociateFleetCommandOutput } from "./commands/AssociateFleetCommand";
2
10
  import { BatchAssociateUserStackCommandInput, BatchAssociateUserStackCommandOutput } from "./commands/BatchAssociateUserStackCommand";
3
11
  import { BatchDisassociateUserStackCommandInput, BatchDisassociateUserStackCommandOutput } from "./commands/BatchDisassociateUserStackCommand";
@@ -27,8 +35,8 @@ import { DescribeImagesCommandInput, DescribeImagesCommandOutput } from "./comma
27
35
  import { DescribeSessionsCommandInput, DescribeSessionsCommandOutput } from "./commands/DescribeSessionsCommand";
28
36
  import { DescribeStacksCommandInput, DescribeStacksCommandOutput } from "./commands/DescribeStacksCommand";
29
37
  import { DescribeUsageReportSubscriptionsCommandInput, DescribeUsageReportSubscriptionsCommandOutput } from "./commands/DescribeUsageReportSubscriptionsCommand";
30
- import { DescribeUserStackAssociationsCommandInput, DescribeUserStackAssociationsCommandOutput } from "./commands/DescribeUserStackAssociationsCommand";
31
38
  import { DescribeUsersCommandInput, DescribeUsersCommandOutput } from "./commands/DescribeUsersCommand";
39
+ import { DescribeUserStackAssociationsCommandInput, DescribeUserStackAssociationsCommandOutput } from "./commands/DescribeUserStackAssociationsCommand";
32
40
  import { DisableUserCommandInput, DisableUserCommandOutput } from "./commands/DisableUserCommand";
33
41
  import { DisassociateFleetCommandInput, DisassociateFleetCommandOutput } from "./commands/DisassociateFleetCommand";
34
42
  import { EnableUserCommandInput, EnableUserCommandOutput } from "./commands/EnableUserCommand";
@@ -46,155 +54,62 @@ import { UpdateDirectoryConfigCommandInput, UpdateDirectoryConfigCommandOutput }
46
54
  import { UpdateFleetCommandInput, UpdateFleetCommandOutput } from "./commands/UpdateFleetCommand";
47
55
  import { UpdateImagePermissionsCommandInput, UpdateImagePermissionsCommandOutput } from "./commands/UpdateImagePermissionsCommand";
48
56
  import { UpdateStackCommandInput, UpdateStackCommandOutput } from "./commands/UpdateStackCommand";
49
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
50
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
51
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
52
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
53
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
54
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
55
- import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
56
- import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
57
57
  export declare type ServiceInputTypes = AssociateFleetCommandInput | BatchAssociateUserStackCommandInput | BatchDisassociateUserStackCommandInput | CopyImageCommandInput | CreateDirectoryConfigCommandInput | CreateFleetCommandInput | CreateImageBuilderCommandInput | CreateImageBuilderStreamingURLCommandInput | CreateStackCommandInput | CreateStreamingURLCommandInput | CreateUpdatedImageCommandInput | CreateUsageReportSubscriptionCommandInput | CreateUserCommandInput | DeleteDirectoryConfigCommandInput | DeleteFleetCommandInput | DeleteImageBuilderCommandInput | DeleteImageCommandInput | DeleteImagePermissionsCommandInput | DeleteStackCommandInput | DeleteUsageReportSubscriptionCommandInput | DeleteUserCommandInput | DescribeDirectoryConfigsCommandInput | DescribeFleetsCommandInput | DescribeImageBuildersCommandInput | DescribeImagePermissionsCommandInput | DescribeImagesCommandInput | DescribeSessionsCommandInput | DescribeStacksCommandInput | DescribeUsageReportSubscriptionsCommandInput | DescribeUserStackAssociationsCommandInput | DescribeUsersCommandInput | DisableUserCommandInput | DisassociateFleetCommandInput | EnableUserCommandInput | ExpireSessionCommandInput | ListAssociatedFleetsCommandInput | ListAssociatedStacksCommandInput | ListTagsForResourceCommandInput | StartFleetCommandInput | StartImageBuilderCommandInput | StopFleetCommandInput | StopImageBuilderCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDirectoryConfigCommandInput | UpdateFleetCommandInput | UpdateImagePermissionsCommandInput | UpdateStackCommandInput;
58
58
  export declare type ServiceOutputTypes = AssociateFleetCommandOutput | BatchAssociateUserStackCommandOutput | BatchDisassociateUserStackCommandOutput | CopyImageCommandOutput | CreateDirectoryConfigCommandOutput | CreateFleetCommandOutput | CreateImageBuilderCommandOutput | CreateImageBuilderStreamingURLCommandOutput | CreateStackCommandOutput | CreateStreamingURLCommandOutput | CreateUpdatedImageCommandOutput | CreateUsageReportSubscriptionCommandOutput | CreateUserCommandOutput | DeleteDirectoryConfigCommandOutput | DeleteFleetCommandOutput | DeleteImageBuilderCommandOutput | DeleteImageCommandOutput | DeleteImagePermissionsCommandOutput | DeleteStackCommandOutput | DeleteUsageReportSubscriptionCommandOutput | DeleteUserCommandOutput | DescribeDirectoryConfigsCommandOutput | DescribeFleetsCommandOutput | DescribeImageBuildersCommandOutput | DescribeImagePermissionsCommandOutput | DescribeImagesCommandOutput | DescribeSessionsCommandOutput | DescribeStacksCommandOutput | DescribeUsageReportSubscriptionsCommandOutput | DescribeUserStackAssociationsCommandOutput | DescribeUsersCommandOutput | DisableUserCommandOutput | DisassociateFleetCommandOutput | EnableUserCommandOutput | ExpireSessionCommandOutput | ListAssociatedFleetsCommandOutput | ListAssociatedStacksCommandOutput | ListTagsForResourceCommandOutput | StartFleetCommandOutput | StartImageBuilderCommandOutput | StopFleetCommandOutput | StopImageBuilderCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDirectoryConfigCommandOutput | UpdateFleetCommandOutput | UpdateImagePermissionsCommandOutput | UpdateStackCommandOutput;
59
59
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
60
- /**
61
- * The HTTP handler to use. Fetch in browser and Https in Nodejs.
62
- */
60
+
63
61
  requestHandler?: __HttpHandler;
64
- /**
65
- * A constructor for a class implementing the {@link __Hash} interface
66
- * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
67
- * @internal
68
- */
62
+
69
63
  sha256?: __HashConstructor;
70
- /**
71
- * The function that will be used to convert strings into HTTP endpoints.
72
- * @internal
73
- */
64
+
74
65
  urlParser?: __UrlParser;
75
- /**
76
- * A function that can calculate the length of a request body.
77
- * @internal
78
- */
66
+
79
67
  bodyLengthChecker?: (body: any) => number | undefined;
80
- /**
81
- * A function that converts a stream into an array of bytes.
82
- * @internal
83
- */
68
+
84
69
  streamCollector?: __StreamCollector;
85
- /**
86
- * The function that will be used to convert a base64-encoded string to a byte array.
87
- * @internal
88
- */
70
+
89
71
  base64Decoder?: __Decoder;
90
- /**
91
- * The function that will be used to convert binary data to a base64-encoded string.
92
- * @internal
93
- */
72
+
94
73
  base64Encoder?: __Encoder;
95
- /**
96
- * The function that will be used to convert a UTF8-encoded string to a byte array.
97
- * @internal
98
- */
74
+
99
75
  utf8Decoder?: __Decoder;
100
- /**
101
- * The function that will be used to convert binary data to a UTF-8 encoded string.
102
- * @internal
103
- */
76
+
104
77
  utf8Encoder?: __Encoder;
105
- /**
106
- * The runtime environment.
107
- * @internal
108
- */
78
+
109
79
  runtime?: string;
110
- /**
111
- * Disable dyanamically changing the endpoint of the client based on the hostPrefix
112
- * trait of an operation.
113
- */
80
+
114
81
  disableHostPrefix?: boolean;
115
- /**
116
- * Value for how many times a request will be made at most in case of retry.
117
- */
82
+
118
83
  maxAttempts?: number | __Provider<number>;
119
- /**
120
- * Specifies which retry algorithm to use.
121
- */
84
+
122
85
  retryMode?: string | __Provider<string>;
123
- /**
124
- * Optional logger for logging debug/info/warn/error.
125
- */
86
+
126
87
  logger?: __Logger;
127
- /**
128
- * Unique service identifier.
129
- * @internal
130
- */
88
+
131
89
  serviceId?: string;
132
- /**
133
- * The AWS region to which this client will send requests
134
- */
90
+
135
91
  region?: string | __Provider<string>;
136
- /**
137
- * Default credentials provider; Not available in browser runtime.
138
- * @internal
139
- */
92
+
140
93
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
141
- /**
142
- * Fetch related hostname, signing name or signing region with given region.
143
- * @internal
144
- */
94
+
145
95
  regionInfoProvider?: RegionInfoProvider;
146
- /**
147
- * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
148
- * @internal
149
- */
96
+
150
97
  defaultUserAgentProvider?: Provider<__UserAgent>;
151
98
  }
152
99
  declare type AppStreamClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
153
- /**
154
- * The configuration interface of AppStreamClient class constructor that set the region, credentials and other options.
155
- */
100
+
156
101
  export interface AppStreamClientConfig extends AppStreamClientConfigType {
157
102
  }
158
103
  declare type AppStreamClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
159
- /**
160
- * The resolved configuration interface of AppStreamClient class. This is resolved and normalized from the {@link AppStreamClientConfig | constructor configuration interface}.
161
- */
104
+
162
105
  export interface AppStreamClientResolvedConfig extends AppStreamClientResolvedConfigType {
163
106
  }
164
- /**
165
- * <fullname>Amazon AppStream 2.0</fullname>
166
- * <p>This is the <i>Amazon AppStream 2.0 API Reference</i>. This documentation provides descriptions and syntax for each of the actions and data types in AppStream 2.0. AppStream 2.0 is a fully managed, secure application streaming service that lets you stream desktop applications to users without rewriting applications. AppStream 2.0 manages the AWS resources that are required to host and run your applications, scales automatically, and provides access to your users on demand. </p>
167
- *
168
- * <note>
169
- * <p>You can call the AppStream 2.0 API operations by using an interface VPC endpoint (interface endpoint). For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/access-api-cli-through-interface-vpc-endpoint.html">Access AppStream 2.0 API Operations and CLI Commands Through an Interface VPC Endpoint</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
170
- * </note>
171
- *
172
- * <p>To learn more about AppStream 2.0, see the following resources:</p>
173
- *
174
- * <ul>
175
- * <li>
176
- * <p>
177
- * <a href="http://aws.amazon.com/appstream2">Amazon AppStream 2.0 product page</a>
178
- * </p>
179
- * </li>
180
- * <li>
181
- * <p>
182
- * <a href="http://aws.amazon.com/documentation/appstream2">Amazon AppStream 2.0 documentation</a>
183
- * </p>
184
- * </li>
185
- * </ul>
186
- */
107
+
187
108
  export declare class AppStreamClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, AppStreamClientResolvedConfig> {
188
- /**
189
- * The resolved configuration of AppStreamClient class. This is resolved and normalized from the {@link AppStreamClientConfig | constructor configuration interface}.
190
- */
109
+
191
110
  readonly config: AppStreamClientResolvedConfig;
192
111
  constructor(configuration: AppStreamClientConfig);
193
- /**
194
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
195
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
196
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
197
- */
112
+
198
113
  destroy(): void;
199
114
  }
200
115
  export {};
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { AssociateFleetRequest, AssociateFleetResult } from "../models/models_0";
5
+ export interface AssociateFleetCommandInput extends AssociateFleetRequest {
6
+ }
7
+ export interface AssociateFleetCommandOutput extends AssociateFleetResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AssociateFleetCommand extends $Command<AssociateFleetCommandInput, AssociateFleetCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: AssociateFleetCommandInput;
12
+ constructor(input: AssociateFleetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateFleetCommandInput, AssociateFleetCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { BatchAssociateUserStackRequest, BatchAssociateUserStackResult } from "../models/models_0";
5
+ export interface BatchAssociateUserStackCommandInput extends BatchAssociateUserStackRequest {
6
+ }
7
+ export interface BatchAssociateUserStackCommandOutput extends BatchAssociateUserStackResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class BatchAssociateUserStackCommand extends $Command<BatchAssociateUserStackCommandInput, BatchAssociateUserStackCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: BatchAssociateUserStackCommandInput;
12
+ constructor(input: BatchAssociateUserStackCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchAssociateUserStackCommandInput, BatchAssociateUserStackCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -1,34 +1,16 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
2
4
  import { BatchDisassociateUserStackRequest, BatchDisassociateUserStackResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface BatchDisassociateUserStackCommandInput extends BatchDisassociateUserStackRequest {
6
6
  }
7
7
  export interface BatchDisassociateUserStackCommandOutput extends BatchDisassociateUserStackResult, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Disassociates the specified users from the specified stacks.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { AppStreamClient, BatchDisassociateUserStackCommand } from "@aws-sdk/client-appstream"; // ES Modules import
15
- * // const { AppStreamClient, BatchDisassociateUserStackCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
16
- * const client = new AppStreamClient(config);
17
- * const command = new BatchDisassociateUserStackCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link BatchDisassociateUserStackCommandInput} for command's `input` shape.
22
- * @see {@link BatchDisassociateUserStackCommandOutput} for command's `response` shape.
23
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class BatchDisassociateUserStackCommand extends $Command<BatchDisassociateUserStackCommandInput, BatchDisassociateUserStackCommandOutput, AppStreamClientResolvedConfig> {
27
11
  readonly input: BatchDisassociateUserStackCommandInput;
28
12
  constructor(input: BatchDisassociateUserStackCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDisassociateUserStackCommandInput, BatchDisassociateUserStackCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { CopyImageRequest, CopyImageResponse } from "../models/models_0";
5
+ export interface CopyImageCommandInput extends CopyImageRequest {
6
+ }
7
+ export interface CopyImageCommandOutput extends CopyImageResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CopyImageCommand extends $Command<CopyImageCommandInput, CopyImageCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: CopyImageCommandInput;
12
+ constructor(input: CopyImageCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CopyImageCommandInput, CopyImageCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { CreateDirectoryConfigRequest, CreateDirectoryConfigResult } from "../models/models_0";
5
+ export interface CreateDirectoryConfigCommandInput extends CreateDirectoryConfigRequest {
6
+ }
7
+ export interface CreateDirectoryConfigCommandOutput extends CreateDirectoryConfigResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateDirectoryConfigCommand extends $Command<CreateDirectoryConfigCommandInput, CreateDirectoryConfigCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: CreateDirectoryConfigCommandInput;
12
+ constructor(input: CreateDirectoryConfigCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDirectoryConfigCommandInput, CreateDirectoryConfigCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { CreateFleetRequest, CreateFleetResult } from "../models/models_0";
5
+ export interface CreateFleetCommandInput extends CreateFleetRequest {
6
+ }
7
+ export interface CreateFleetCommandOutput extends CreateFleetResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateFleetCommand extends $Command<CreateFleetCommandInput, CreateFleetCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: CreateFleetCommandInput;
12
+ constructor(input: CreateFleetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFleetCommandInput, CreateFleetCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { CreateImageBuilderRequest, CreateImageBuilderResult } from "../models/models_0";
5
+ export interface CreateImageBuilderCommandInput extends CreateImageBuilderRequest {
6
+ }
7
+ export interface CreateImageBuilderCommandOutput extends CreateImageBuilderResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateImageBuilderCommand extends $Command<CreateImageBuilderCommandInput, CreateImageBuilderCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: CreateImageBuilderCommandInput;
12
+ constructor(input: CreateImageBuilderCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateImageBuilderCommandInput, CreateImageBuilderCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -1,34 +1,16 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
2
4
  import { CreateImageBuilderStreamingURLRequest, CreateImageBuilderStreamingURLResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreateImageBuilderStreamingURLCommandInput extends CreateImageBuilderStreamingURLRequest {
6
6
  }
7
7
  export interface CreateImageBuilderStreamingURLCommandOutput extends CreateImageBuilderStreamingURLResult, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Creates a URL to start an image builder streaming session.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { AppStreamClient, CreateImageBuilderStreamingURLCommand } from "@aws-sdk/client-appstream"; // ES Modules import
15
- * // const { AppStreamClient, CreateImageBuilderStreamingURLCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
16
- * const client = new AppStreamClient(config);
17
- * const command = new CreateImageBuilderStreamingURLCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link CreateImageBuilderStreamingURLCommandInput} for command's `input` shape.
22
- * @see {@link CreateImageBuilderStreamingURLCommandOutput} for command's `response` shape.
23
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class CreateImageBuilderStreamingURLCommand extends $Command<CreateImageBuilderStreamingURLCommandInput, CreateImageBuilderStreamingURLCommandOutput, AppStreamClientResolvedConfig> {
27
11
  readonly input: CreateImageBuilderStreamingURLCommandInput;
28
12
  constructor(input: CreateImageBuilderStreamingURLCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateImageBuilderStreamingURLCommandInput, CreateImageBuilderStreamingURLCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { CreateStackRequest, CreateStackResult } from "../models/models_0";
5
+ export interface CreateStackCommandInput extends CreateStackRequest {
6
+ }
7
+ export interface CreateStackCommandOutput extends CreateStackResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateStackCommand extends $Command<CreateStackCommandInput, CreateStackCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: CreateStackCommandInput;
12
+ constructor(input: CreateStackCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateStackCommandInput, CreateStackCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { CreateStreamingURLRequest, CreateStreamingURLResult } from "../models/models_0";
5
+ export interface CreateStreamingURLCommandInput extends CreateStreamingURLRequest {
6
+ }
7
+ export interface CreateStreamingURLCommandOutput extends CreateStreamingURLResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateStreamingURLCommand extends $Command<CreateStreamingURLCommandInput, CreateStreamingURLCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: CreateStreamingURLCommandInput;
12
+ constructor(input: CreateStreamingURLCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateStreamingURLCommandInput, CreateStreamingURLCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { CreateUpdatedImageRequest, CreateUpdatedImageResult } from "../models/models_0";
5
+ export interface CreateUpdatedImageCommandInput extends CreateUpdatedImageRequest {
6
+ }
7
+ export interface CreateUpdatedImageCommandOutput extends CreateUpdatedImageResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateUpdatedImageCommand extends $Command<CreateUpdatedImageCommandInput, CreateUpdatedImageCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: CreateUpdatedImageCommandInput;
12
+ constructor(input: CreateUpdatedImageCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateUpdatedImageCommandInput, CreateUpdatedImageCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -1,34 +1,16 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
2
4
  import { CreateUsageReportSubscriptionRequest, CreateUsageReportSubscriptionResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreateUsageReportSubscriptionCommandInput extends CreateUsageReportSubscriptionRequest {
6
6
  }
7
7
  export interface CreateUsageReportSubscriptionCommandOutput extends CreateUsageReportSubscriptionResult, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Creates a usage report subscription. Usage reports are generated daily.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { AppStreamClient, CreateUsageReportSubscriptionCommand } from "@aws-sdk/client-appstream"; // ES Modules import
15
- * // const { AppStreamClient, CreateUsageReportSubscriptionCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
16
- * const client = new AppStreamClient(config);
17
- * const command = new CreateUsageReportSubscriptionCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link CreateUsageReportSubscriptionCommandInput} for command's `input` shape.
22
- * @see {@link CreateUsageReportSubscriptionCommandOutput} for command's `response` shape.
23
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class CreateUsageReportSubscriptionCommand extends $Command<CreateUsageReportSubscriptionCommandInput, CreateUsageReportSubscriptionCommandOutput, AppStreamClientResolvedConfig> {
27
11
  readonly input: CreateUsageReportSubscriptionCommandInput;
28
12
  constructor(input: CreateUsageReportSubscriptionCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateUsageReportSubscriptionCommandInput, CreateUsageReportSubscriptionCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { CreateUserRequest, CreateUserResult } from "../models/models_0";
5
+ export interface CreateUserCommandInput extends CreateUserRequest {
6
+ }
7
+ export interface CreateUserCommandOutput extends CreateUserResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateUserCommand extends $Command<CreateUserCommandInput, CreateUserCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: CreateUserCommandInput;
12
+ constructor(input: CreateUserCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateUserCommandInput, CreateUserCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { DeleteDirectoryConfigRequest, DeleteDirectoryConfigResult } from "../models/models_0";
5
+ export interface DeleteDirectoryConfigCommandInput extends DeleteDirectoryConfigRequest {
6
+ }
7
+ export interface DeleteDirectoryConfigCommandOutput extends DeleteDirectoryConfigResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteDirectoryConfigCommand extends $Command<DeleteDirectoryConfigCommandInput, DeleteDirectoryConfigCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: DeleteDirectoryConfigCommandInput;
12
+ constructor(input: DeleteDirectoryConfigCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDirectoryConfigCommandInput, DeleteDirectoryConfigCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { DeleteFleetRequest, DeleteFleetResult } from "../models/models_0";
5
+ export interface DeleteFleetCommandInput extends DeleteFleetRequest {
6
+ }
7
+ export interface DeleteFleetCommandOutput extends DeleteFleetResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteFleetCommand extends $Command<DeleteFleetCommandInput, DeleteFleetCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: DeleteFleetCommandInput;
12
+ constructor(input: DeleteFleetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFleetCommandInput, DeleteFleetCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -1,34 +1,16 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
2
4
  import { DeleteImageBuilderRequest, DeleteImageBuilderResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteImageBuilderCommandInput extends DeleteImageBuilderRequest {
6
6
  }
7
7
  export interface DeleteImageBuilderCommandOutput extends DeleteImageBuilderResult, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Deletes the specified image builder and releases the capacity.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { AppStreamClient, DeleteImageBuilderCommand } from "@aws-sdk/client-appstream"; // ES Modules import
15
- * // const { AppStreamClient, DeleteImageBuilderCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
16
- * const client = new AppStreamClient(config);
17
- * const command = new DeleteImageBuilderCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DeleteImageBuilderCommandInput} for command's `input` shape.
22
- * @see {@link DeleteImageBuilderCommandOutput} for command's `response` shape.
23
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class DeleteImageBuilderCommand extends $Command<DeleteImageBuilderCommandInput, DeleteImageBuilderCommandOutput, AppStreamClientResolvedConfig> {
27
11
  readonly input: DeleteImageBuilderCommandInput;
28
12
  constructor(input: DeleteImageBuilderCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteImageBuilderCommandInput, DeleteImageBuilderCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { DeleteImageRequest, DeleteImageResult } from "../models/models_0";
5
+ export interface DeleteImageCommandInput extends DeleteImageRequest {
6
+ }
7
+ export interface DeleteImageCommandOutput extends DeleteImageResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteImageCommand extends $Command<DeleteImageCommandInput, DeleteImageCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: DeleteImageCommandInput;
12
+ constructor(input: DeleteImageCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteImageCommandInput, DeleteImageCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { DeleteImagePermissionsRequest, DeleteImagePermissionsResult } from "../models/models_0";
5
+ export interface DeleteImagePermissionsCommandInput extends DeleteImagePermissionsRequest {
6
+ }
7
+ export interface DeleteImagePermissionsCommandOutput extends DeleteImagePermissionsResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteImagePermissionsCommand extends $Command<DeleteImagePermissionsCommandInput, DeleteImagePermissionsCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: DeleteImagePermissionsCommandInput;
12
+ constructor(input: DeleteImagePermissionsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteImagePermissionsCommandInput, DeleteImagePermissionsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }