@aws-sdk/client-appstream 3.362.0 → 3.369.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (374) hide show
  1. package/README.md +87 -7
  2. package/dist-cjs/AppStream.js +21 -1
  3. package/dist-cjs/AppStreamClient.js +5 -5
  4. package/dist-cjs/commands/AssociateAppBlockBuilderAppBlockCommand.js +46 -0
  5. package/dist-cjs/commands/AssociateApplicationFleetCommand.js +3 -3
  6. package/dist-cjs/commands/AssociateApplicationToEntitlementCommand.js +3 -3
  7. package/dist-cjs/commands/AssociateFleetCommand.js +3 -3
  8. package/dist-cjs/commands/BatchAssociateUserStackCommand.js +3 -3
  9. package/dist-cjs/commands/BatchDisassociateUserStackCommand.js +3 -3
  10. package/dist-cjs/commands/CopyImageCommand.js +3 -3
  11. package/dist-cjs/commands/CreateAppBlockBuilderCommand.js +46 -0
  12. package/dist-cjs/commands/CreateAppBlockBuilderStreamingURLCommand.js +46 -0
  13. package/dist-cjs/commands/CreateAppBlockCommand.js +3 -3
  14. package/dist-cjs/commands/CreateApplicationCommand.js +3 -3
  15. package/dist-cjs/commands/CreateDirectoryConfigCommand.js +3 -3
  16. package/dist-cjs/commands/CreateEntitlementCommand.js +3 -3
  17. package/dist-cjs/commands/CreateFleetCommand.js +3 -3
  18. package/dist-cjs/commands/CreateImageBuilderCommand.js +3 -3
  19. package/dist-cjs/commands/CreateImageBuilderStreamingURLCommand.js +3 -3
  20. package/dist-cjs/commands/CreateStackCommand.js +3 -3
  21. package/dist-cjs/commands/CreateStreamingURLCommand.js +3 -3
  22. package/dist-cjs/commands/CreateUpdatedImageCommand.js +3 -3
  23. package/dist-cjs/commands/CreateUsageReportSubscriptionCommand.js +3 -3
  24. package/dist-cjs/commands/CreateUserCommand.js +3 -3
  25. package/dist-cjs/commands/DeleteAppBlockBuilderCommand.js +46 -0
  26. package/dist-cjs/commands/DeleteAppBlockCommand.js +3 -3
  27. package/dist-cjs/commands/DeleteApplicationCommand.js +3 -3
  28. package/dist-cjs/commands/DeleteDirectoryConfigCommand.js +3 -3
  29. package/dist-cjs/commands/DeleteEntitlementCommand.js +3 -3
  30. package/dist-cjs/commands/DeleteFleetCommand.js +3 -3
  31. package/dist-cjs/commands/DeleteImageBuilderCommand.js +3 -3
  32. package/dist-cjs/commands/DeleteImageCommand.js +3 -3
  33. package/dist-cjs/commands/DeleteImagePermissionsCommand.js +3 -3
  34. package/dist-cjs/commands/DeleteStackCommand.js +3 -3
  35. package/dist-cjs/commands/DeleteUsageReportSubscriptionCommand.js +3 -3
  36. package/dist-cjs/commands/DeleteUserCommand.js +3 -3
  37. package/dist-cjs/commands/DescribeAppBlockBuilderAppBlockAssociationsCommand.js +46 -0
  38. package/dist-cjs/commands/DescribeAppBlockBuildersCommand.js +46 -0
  39. package/dist-cjs/commands/DescribeAppBlocksCommand.js +3 -3
  40. package/dist-cjs/commands/DescribeApplicationFleetAssociationsCommand.js +3 -3
  41. package/dist-cjs/commands/DescribeApplicationsCommand.js +3 -3
  42. package/dist-cjs/commands/DescribeDirectoryConfigsCommand.js +3 -3
  43. package/dist-cjs/commands/DescribeEntitlementsCommand.js +3 -3
  44. package/dist-cjs/commands/DescribeFleetsCommand.js +3 -3
  45. package/dist-cjs/commands/DescribeImageBuildersCommand.js +3 -3
  46. package/dist-cjs/commands/DescribeImagePermissionsCommand.js +3 -3
  47. package/dist-cjs/commands/DescribeImagesCommand.js +3 -3
  48. package/dist-cjs/commands/DescribeSessionsCommand.js +3 -3
  49. package/dist-cjs/commands/DescribeStacksCommand.js +3 -3
  50. package/dist-cjs/commands/DescribeUsageReportSubscriptionsCommand.js +3 -3
  51. package/dist-cjs/commands/DescribeUserStackAssociationsCommand.js +3 -3
  52. package/dist-cjs/commands/DescribeUsersCommand.js +3 -3
  53. package/dist-cjs/commands/DisableUserCommand.js +3 -3
  54. package/dist-cjs/commands/DisassociateAppBlockBuilderAppBlockCommand.js +46 -0
  55. package/dist-cjs/commands/DisassociateApplicationFleetCommand.js +3 -3
  56. package/dist-cjs/commands/DisassociateApplicationFromEntitlementCommand.js +3 -3
  57. package/dist-cjs/commands/DisassociateFleetCommand.js +3 -3
  58. package/dist-cjs/commands/EnableUserCommand.js +3 -3
  59. package/dist-cjs/commands/ExpireSessionCommand.js +3 -3
  60. package/dist-cjs/commands/ListAssociatedFleetsCommand.js +3 -3
  61. package/dist-cjs/commands/ListAssociatedStacksCommand.js +3 -3
  62. package/dist-cjs/commands/ListEntitledApplicationsCommand.js +3 -3
  63. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  64. package/dist-cjs/commands/StartAppBlockBuilderCommand.js +46 -0
  65. package/dist-cjs/commands/StartFleetCommand.js +3 -3
  66. package/dist-cjs/commands/StartImageBuilderCommand.js +3 -3
  67. package/dist-cjs/commands/StopAppBlockBuilderCommand.js +46 -0
  68. package/dist-cjs/commands/StopFleetCommand.js +3 -3
  69. package/dist-cjs/commands/StopImageBuilderCommand.js +3 -3
  70. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  71. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  72. package/dist-cjs/commands/UpdateAppBlockBuilderCommand.js +46 -0
  73. package/dist-cjs/commands/UpdateApplicationCommand.js +3 -3
  74. package/dist-cjs/commands/UpdateDirectoryConfigCommand.js +3 -3
  75. package/dist-cjs/commands/UpdateEntitlementCommand.js +3 -3
  76. package/dist-cjs/commands/UpdateFleetCommand.js +3 -3
  77. package/dist-cjs/commands/UpdateImagePermissionsCommand.js +3 -3
  78. package/dist-cjs/commands/UpdateStackCommand.js +3 -3
  79. package/dist-cjs/commands/index.js +10 -0
  80. package/dist-cjs/endpoint/ruleset.js +3 -3
  81. package/dist-cjs/models/AppStreamServiceException.js +1 -1
  82. package/dist-cjs/models/models_0.js +74 -49
  83. package/dist-cjs/pagination/DescribeAppBlockBuilderAppBlockAssociationsPaginator.js +29 -0
  84. package/dist-cjs/pagination/DescribeAppBlockBuildersPaginator.js +29 -0
  85. package/dist-cjs/pagination/index.js +2 -0
  86. package/dist-cjs/protocols/Aws_json1_1.js +583 -4
  87. package/dist-cjs/runtimeConfig.browser.js +7 -7
  88. package/dist-cjs/runtimeConfig.js +10 -10
  89. package/dist-cjs/runtimeConfig.shared.js +4 -4
  90. package/dist-cjs/waiters/waitForFleetStarted.js +1 -1
  91. package/dist-cjs/waiters/waitForFleetStopped.js +1 -1
  92. package/dist-es/AppStream.js +21 -1
  93. package/dist-es/AppStreamClient.js +5 -5
  94. package/dist-es/commands/AssociateAppBlockBuilderAppBlockCommand.js +42 -0
  95. package/dist-es/commands/AssociateApplicationFleetCommand.js +3 -3
  96. package/dist-es/commands/AssociateApplicationToEntitlementCommand.js +3 -3
  97. package/dist-es/commands/AssociateFleetCommand.js +3 -3
  98. package/dist-es/commands/BatchAssociateUserStackCommand.js +3 -3
  99. package/dist-es/commands/BatchDisassociateUserStackCommand.js +3 -3
  100. package/dist-es/commands/CopyImageCommand.js +3 -3
  101. package/dist-es/commands/CreateAppBlockBuilderCommand.js +42 -0
  102. package/dist-es/commands/CreateAppBlockBuilderStreamingURLCommand.js +42 -0
  103. package/dist-es/commands/CreateAppBlockCommand.js +3 -3
  104. package/dist-es/commands/CreateApplicationCommand.js +3 -3
  105. package/dist-es/commands/CreateDirectoryConfigCommand.js +3 -3
  106. package/dist-es/commands/CreateEntitlementCommand.js +3 -3
  107. package/dist-es/commands/CreateFleetCommand.js +3 -3
  108. package/dist-es/commands/CreateImageBuilderCommand.js +3 -3
  109. package/dist-es/commands/CreateImageBuilderStreamingURLCommand.js +3 -3
  110. package/dist-es/commands/CreateStackCommand.js +3 -3
  111. package/dist-es/commands/CreateStreamingURLCommand.js +3 -3
  112. package/dist-es/commands/CreateUpdatedImageCommand.js +3 -3
  113. package/dist-es/commands/CreateUsageReportSubscriptionCommand.js +3 -3
  114. package/dist-es/commands/CreateUserCommand.js +3 -3
  115. package/dist-es/commands/DeleteAppBlockBuilderCommand.js +42 -0
  116. package/dist-es/commands/DeleteAppBlockCommand.js +3 -3
  117. package/dist-es/commands/DeleteApplicationCommand.js +3 -3
  118. package/dist-es/commands/DeleteDirectoryConfigCommand.js +3 -3
  119. package/dist-es/commands/DeleteEntitlementCommand.js +3 -3
  120. package/dist-es/commands/DeleteFleetCommand.js +3 -3
  121. package/dist-es/commands/DeleteImageBuilderCommand.js +3 -3
  122. package/dist-es/commands/DeleteImageCommand.js +3 -3
  123. package/dist-es/commands/DeleteImagePermissionsCommand.js +3 -3
  124. package/dist-es/commands/DeleteStackCommand.js +3 -3
  125. package/dist-es/commands/DeleteUsageReportSubscriptionCommand.js +3 -3
  126. package/dist-es/commands/DeleteUserCommand.js +3 -3
  127. package/dist-es/commands/DescribeAppBlockBuilderAppBlockAssociationsCommand.js +42 -0
  128. package/dist-es/commands/DescribeAppBlockBuildersCommand.js +42 -0
  129. package/dist-es/commands/DescribeAppBlocksCommand.js +3 -3
  130. package/dist-es/commands/DescribeApplicationFleetAssociationsCommand.js +3 -3
  131. package/dist-es/commands/DescribeApplicationsCommand.js +3 -3
  132. package/dist-es/commands/DescribeDirectoryConfigsCommand.js +3 -3
  133. package/dist-es/commands/DescribeEntitlementsCommand.js +3 -3
  134. package/dist-es/commands/DescribeFleetsCommand.js +3 -3
  135. package/dist-es/commands/DescribeImageBuildersCommand.js +3 -3
  136. package/dist-es/commands/DescribeImagePermissionsCommand.js +3 -3
  137. package/dist-es/commands/DescribeImagesCommand.js +3 -3
  138. package/dist-es/commands/DescribeSessionsCommand.js +3 -3
  139. package/dist-es/commands/DescribeStacksCommand.js +3 -3
  140. package/dist-es/commands/DescribeUsageReportSubscriptionsCommand.js +3 -3
  141. package/dist-es/commands/DescribeUserStackAssociationsCommand.js +3 -3
  142. package/dist-es/commands/DescribeUsersCommand.js +3 -3
  143. package/dist-es/commands/DisableUserCommand.js +3 -3
  144. package/dist-es/commands/DisassociateAppBlockBuilderAppBlockCommand.js +42 -0
  145. package/dist-es/commands/DisassociateApplicationFleetCommand.js +3 -3
  146. package/dist-es/commands/DisassociateApplicationFromEntitlementCommand.js +3 -3
  147. package/dist-es/commands/DisassociateFleetCommand.js +3 -3
  148. package/dist-es/commands/EnableUserCommand.js +3 -3
  149. package/dist-es/commands/ExpireSessionCommand.js +3 -3
  150. package/dist-es/commands/ListAssociatedFleetsCommand.js +3 -3
  151. package/dist-es/commands/ListAssociatedStacksCommand.js +3 -3
  152. package/dist-es/commands/ListEntitledApplicationsCommand.js +3 -3
  153. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  154. package/dist-es/commands/StartAppBlockBuilderCommand.js +42 -0
  155. package/dist-es/commands/StartFleetCommand.js +3 -3
  156. package/dist-es/commands/StartImageBuilderCommand.js +3 -3
  157. package/dist-es/commands/StopAppBlockBuilderCommand.js +42 -0
  158. package/dist-es/commands/StopFleetCommand.js +3 -3
  159. package/dist-es/commands/StopImageBuilderCommand.js +3 -3
  160. package/dist-es/commands/TagResourceCommand.js +3 -3
  161. package/dist-es/commands/UntagResourceCommand.js +3 -3
  162. package/dist-es/commands/UpdateAppBlockBuilderCommand.js +42 -0
  163. package/dist-es/commands/UpdateApplicationCommand.js +3 -3
  164. package/dist-es/commands/UpdateDirectoryConfigCommand.js +3 -3
  165. package/dist-es/commands/UpdateEntitlementCommand.js +3 -3
  166. package/dist-es/commands/UpdateFleetCommand.js +3 -3
  167. package/dist-es/commands/UpdateImagePermissionsCommand.js +3 -3
  168. package/dist-es/commands/UpdateStackCommand.js +3 -3
  169. package/dist-es/commands/index.js +10 -0
  170. package/dist-es/endpoint/ruleset.js +3 -3
  171. package/dist-es/models/AppStreamServiceException.js +1 -1
  172. package/dist-es/models/models_0.js +71 -46
  173. package/dist-es/pagination/DescribeAppBlockBuilderAppBlockAssociationsPaginator.js +25 -0
  174. package/dist-es/pagination/DescribeAppBlockBuildersPaginator.js +25 -0
  175. package/dist-es/pagination/index.js +2 -0
  176. package/dist-es/protocols/Aws_json1_1.js +560 -1
  177. package/dist-es/runtimeConfig.browser.js +7 -7
  178. package/dist-es/runtimeConfig.js +10 -10
  179. package/dist-es/runtimeConfig.shared.js +4 -4
  180. package/dist-es/waiters/waitForFleetStarted.js +1 -1
  181. package/dist-es/waiters/waitForFleetStopped.js +1 -1
  182. package/dist-types/AppStream.d.ts +71 -1
  183. package/dist-types/AppStreamClient.d.ts +20 -10
  184. package/dist-types/commands/AssociateAppBlockBuilderAppBlockCommand.d.ts +92 -0
  185. package/dist-types/commands/AssociateApplicationFleetCommand.d.ts +3 -3
  186. package/dist-types/commands/AssociateApplicationToEntitlementCommand.d.ts +3 -3
  187. package/dist-types/commands/AssociateFleetCommand.d.ts +3 -3
  188. package/dist-types/commands/BatchAssociateUserStackCommand.d.ts +3 -3
  189. package/dist-types/commands/BatchDisassociateUserStackCommand.d.ts +3 -3
  190. package/dist-types/commands/CopyImageCommand.d.ts +3 -3
  191. package/dist-types/commands/CreateAppBlockBuilderCommand.d.ts +162 -0
  192. package/dist-types/commands/CreateAppBlockBuilderStreamingURLCommand.d.ts +81 -0
  193. package/dist-types/commands/CreateAppBlockCommand.d.ts +34 -7
  194. package/dist-types/commands/CreateApplicationCommand.d.ts +5 -5
  195. package/dist-types/commands/CreateDirectoryConfigCommand.d.ts +3 -3
  196. package/dist-types/commands/CreateEntitlementCommand.d.ts +3 -3
  197. package/dist-types/commands/CreateFleetCommand.d.ts +5 -5
  198. package/dist-types/commands/CreateImageBuilderCommand.d.ts +3 -3
  199. package/dist-types/commands/CreateImageBuilderStreamingURLCommand.d.ts +3 -3
  200. package/dist-types/commands/CreateStackCommand.d.ts +3 -3
  201. package/dist-types/commands/CreateStreamingURLCommand.d.ts +3 -3
  202. package/dist-types/commands/CreateUpdatedImageCommand.d.ts +4 -4
  203. package/dist-types/commands/CreateUsageReportSubscriptionCommand.d.ts +3 -3
  204. package/dist-types/commands/CreateUserCommand.d.ts +3 -3
  205. package/dist-types/commands/DeleteAppBlockBuilderCommand.d.ts +85 -0
  206. package/dist-types/commands/DeleteAppBlockCommand.d.ts +3 -3
  207. package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -3
  208. package/dist-types/commands/DeleteDirectoryConfigCommand.d.ts +3 -3
  209. package/dist-types/commands/DeleteEntitlementCommand.d.ts +3 -3
  210. package/dist-types/commands/DeleteFleetCommand.d.ts +3 -3
  211. package/dist-types/commands/DeleteImageBuilderCommand.d.ts +3 -3
  212. package/dist-types/commands/DeleteImageCommand.d.ts +4 -4
  213. package/dist-types/commands/DeleteImagePermissionsCommand.d.ts +3 -3
  214. package/dist-types/commands/DeleteStackCommand.d.ts +3 -3
  215. package/dist-types/commands/DeleteUsageReportSubscriptionCommand.d.ts +3 -3
  216. package/dist-types/commands/DeleteUserCommand.d.ts +3 -3
  217. package/dist-types/commands/DescribeAppBlockBuilderAppBlockAssociationsCommand.d.ts +88 -0
  218. package/dist-types/commands/DescribeAppBlockBuildersCommand.d.ts +122 -0
  219. package/dist-types/commands/DescribeAppBlocksCommand.d.ts +22 -5
  220. package/dist-types/commands/DescribeApplicationFleetAssociationsCommand.d.ts +3 -3
  221. package/dist-types/commands/DescribeApplicationsCommand.d.ts +4 -4
  222. package/dist-types/commands/DescribeDirectoryConfigsCommand.d.ts +3 -3
  223. package/dist-types/commands/DescribeEntitlementsCommand.d.ts +3 -3
  224. package/dist-types/commands/DescribeFleetsCommand.d.ts +4 -4
  225. package/dist-types/commands/DescribeImageBuildersCommand.d.ts +3 -3
  226. package/dist-types/commands/DescribeImagePermissionsCommand.d.ts +3 -3
  227. package/dist-types/commands/DescribeImagesCommand.d.ts +4 -4
  228. package/dist-types/commands/DescribeSessionsCommand.d.ts +3 -3
  229. package/dist-types/commands/DescribeStacksCommand.d.ts +3 -3
  230. package/dist-types/commands/DescribeUsageReportSubscriptionsCommand.d.ts +3 -3
  231. package/dist-types/commands/DescribeUserStackAssociationsCommand.d.ts +3 -3
  232. package/dist-types/commands/DescribeUsersCommand.d.ts +3 -3
  233. package/dist-types/commands/DisableUserCommand.d.ts +3 -3
  234. package/dist-types/commands/DisassociateAppBlockBuilderAppBlockCommand.d.ts +84 -0
  235. package/dist-types/commands/DisassociateApplicationFleetCommand.d.ts +3 -3
  236. package/dist-types/commands/DisassociateApplicationFromEntitlementCommand.d.ts +3 -3
  237. package/dist-types/commands/DisassociateFleetCommand.d.ts +3 -3
  238. package/dist-types/commands/EnableUserCommand.d.ts +3 -3
  239. package/dist-types/commands/ExpireSessionCommand.d.ts +3 -3
  240. package/dist-types/commands/ListAssociatedFleetsCommand.d.ts +3 -3
  241. package/dist-types/commands/ListAssociatedStacksCommand.d.ts +3 -3
  242. package/dist-types/commands/ListEntitledApplicationsCommand.d.ts +3 -3
  243. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  244. package/dist-types/commands/StartAppBlockBuilderCommand.d.ts +134 -0
  245. package/dist-types/commands/StartFleetCommand.d.ts +3 -3
  246. package/dist-types/commands/StartImageBuilderCommand.d.ts +3 -3
  247. package/dist-types/commands/StopAppBlockBuilderCommand.d.ts +120 -0
  248. package/dist-types/commands/StopFleetCommand.d.ts +3 -3
  249. package/dist-types/commands/StopImageBuilderCommand.d.ts +3 -3
  250. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  251. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  252. package/dist-types/commands/UpdateAppBlockBuilderCommand.d.ts +166 -0
  253. package/dist-types/commands/UpdateApplicationCommand.d.ts +5 -5
  254. package/dist-types/commands/UpdateDirectoryConfigCommand.d.ts +3 -3
  255. package/dist-types/commands/UpdateEntitlementCommand.d.ts +3 -3
  256. package/dist-types/commands/UpdateFleetCommand.d.ts +5 -5
  257. package/dist-types/commands/UpdateImagePermissionsCommand.d.ts +3 -3
  258. package/dist-types/commands/UpdateStackCommand.d.ts +3 -3
  259. package/dist-types/commands/index.d.ts +10 -0
  260. package/dist-types/endpoint/EndpointParameters.d.ts +2 -3
  261. package/dist-types/endpoint/endpointResolver.d.ts +1 -1
  262. package/dist-types/endpoint/ruleset.d.ts +1 -1
  263. package/dist-types/models/AppStreamServiceException.d.ts +1 -1
  264. package/dist-types/models/models_0.d.ts +709 -122
  265. package/dist-types/pagination/DescribeAppBlockBuilderAppBlockAssociationsPaginator.d.ts +7 -0
  266. package/dist-types/pagination/DescribeAppBlockBuildersPaginator.d.ts +7 -0
  267. package/dist-types/pagination/DescribeImagePermissionsPaginator.d.ts +1 -1
  268. package/dist-types/pagination/DescribeImagesPaginator.d.ts +1 -1
  269. package/dist-types/pagination/Interfaces.d.ts +1 -1
  270. package/dist-types/pagination/index.d.ts +2 -0
  271. package/dist-types/protocols/Aws_json1_1.d.ts +90 -0
  272. package/dist-types/runtimeConfig.browser.d.ts +20 -20
  273. package/dist-types/runtimeConfig.d.ts +20 -20
  274. package/dist-types/runtimeConfig.native.d.ts +19 -19
  275. package/dist-types/runtimeConfig.shared.d.ts +4 -4
  276. package/dist-types/ts3.4/AppStream.d.ts +189 -1
  277. package/dist-types/ts3.4/AppStreamClient.d.ts +79 -21
  278. package/dist-types/ts3.4/commands/AssociateAppBlockBuilderAppBlockCommand.d.ts +42 -0
  279. package/dist-types/ts3.4/commands/AssociateApplicationFleetCommand.d.ts +3 -3
  280. package/dist-types/ts3.4/commands/AssociateApplicationToEntitlementCommand.d.ts +3 -3
  281. package/dist-types/ts3.4/commands/AssociateFleetCommand.d.ts +3 -3
  282. package/dist-types/ts3.4/commands/BatchAssociateUserStackCommand.d.ts +3 -3
  283. package/dist-types/ts3.4/commands/BatchDisassociateUserStackCommand.d.ts +3 -3
  284. package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +3 -3
  285. package/dist-types/ts3.4/commands/CreateAppBlockBuilderCommand.d.ts +42 -0
  286. package/dist-types/ts3.4/commands/CreateAppBlockBuilderStreamingURLCommand.d.ts +42 -0
  287. package/dist-types/ts3.4/commands/CreateAppBlockCommand.d.ts +3 -3
  288. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +3 -3
  289. package/dist-types/ts3.4/commands/CreateDirectoryConfigCommand.d.ts +3 -3
  290. package/dist-types/ts3.4/commands/CreateEntitlementCommand.d.ts +3 -3
  291. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +3 -3
  292. package/dist-types/ts3.4/commands/CreateImageBuilderCommand.d.ts +3 -3
  293. package/dist-types/ts3.4/commands/CreateImageBuilderStreamingURLCommand.d.ts +3 -3
  294. package/dist-types/ts3.4/commands/CreateStackCommand.d.ts +3 -3
  295. package/dist-types/ts3.4/commands/CreateStreamingURLCommand.d.ts +3 -3
  296. package/dist-types/ts3.4/commands/CreateUpdatedImageCommand.d.ts +3 -3
  297. package/dist-types/ts3.4/commands/CreateUsageReportSubscriptionCommand.d.ts +3 -3
  298. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +3 -3
  299. package/dist-types/ts3.4/commands/DeleteAppBlockBuilderCommand.d.ts +42 -0
  300. package/dist-types/ts3.4/commands/DeleteAppBlockCommand.d.ts +3 -3
  301. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +3 -3
  302. package/dist-types/ts3.4/commands/DeleteDirectoryConfigCommand.d.ts +3 -3
  303. package/dist-types/ts3.4/commands/DeleteEntitlementCommand.d.ts +3 -3
  304. package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +3 -3
  305. package/dist-types/ts3.4/commands/DeleteImageBuilderCommand.d.ts +3 -3
  306. package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +3 -3
  307. package/dist-types/ts3.4/commands/DeleteImagePermissionsCommand.d.ts +3 -3
  308. package/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +3 -3
  309. package/dist-types/ts3.4/commands/DeleteUsageReportSubscriptionCommand.d.ts +3 -3
  310. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +3 -3
  311. package/dist-types/ts3.4/commands/DescribeAppBlockBuilderAppBlockAssociationsCommand.d.ts +42 -0
  312. package/dist-types/ts3.4/commands/DescribeAppBlockBuildersCommand.d.ts +42 -0
  313. package/dist-types/ts3.4/commands/DescribeAppBlocksCommand.d.ts +3 -3
  314. package/dist-types/ts3.4/commands/DescribeApplicationFleetAssociationsCommand.d.ts +3 -3
  315. package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +3 -3
  316. package/dist-types/ts3.4/commands/DescribeDirectoryConfigsCommand.d.ts +3 -3
  317. package/dist-types/ts3.4/commands/DescribeEntitlementsCommand.d.ts +3 -3
  318. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +3 -3
  319. package/dist-types/ts3.4/commands/DescribeImageBuildersCommand.d.ts +3 -3
  320. package/dist-types/ts3.4/commands/DescribeImagePermissionsCommand.d.ts +3 -3
  321. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +3 -3
  322. package/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +3 -3
  323. package/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +3 -3
  324. package/dist-types/ts3.4/commands/DescribeUsageReportSubscriptionsCommand.d.ts +3 -3
  325. package/dist-types/ts3.4/commands/DescribeUserStackAssociationsCommand.d.ts +3 -3
  326. package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +3 -3
  327. package/dist-types/ts3.4/commands/DisableUserCommand.d.ts +3 -3
  328. package/dist-types/ts3.4/commands/DisassociateAppBlockBuilderAppBlockCommand.d.ts +42 -0
  329. package/dist-types/ts3.4/commands/DisassociateApplicationFleetCommand.d.ts +3 -3
  330. package/dist-types/ts3.4/commands/DisassociateApplicationFromEntitlementCommand.d.ts +3 -3
  331. package/dist-types/ts3.4/commands/DisassociateFleetCommand.d.ts +3 -3
  332. package/dist-types/ts3.4/commands/EnableUserCommand.d.ts +3 -3
  333. package/dist-types/ts3.4/commands/ExpireSessionCommand.d.ts +3 -3
  334. package/dist-types/ts3.4/commands/ListAssociatedFleetsCommand.d.ts +3 -3
  335. package/dist-types/ts3.4/commands/ListAssociatedStacksCommand.d.ts +3 -3
  336. package/dist-types/ts3.4/commands/ListEntitledApplicationsCommand.d.ts +3 -3
  337. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
  338. package/dist-types/ts3.4/commands/StartAppBlockBuilderCommand.d.ts +42 -0
  339. package/dist-types/ts3.4/commands/StartFleetCommand.d.ts +3 -3
  340. package/dist-types/ts3.4/commands/StartImageBuilderCommand.d.ts +3 -3
  341. package/dist-types/ts3.4/commands/StopAppBlockBuilderCommand.d.ts +39 -0
  342. package/dist-types/ts3.4/commands/StopFleetCommand.d.ts +3 -3
  343. package/dist-types/ts3.4/commands/StopImageBuilderCommand.d.ts +3 -3
  344. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -3
  345. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -3
  346. package/dist-types/ts3.4/commands/UpdateAppBlockBuilderCommand.d.ts +42 -0
  347. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +3 -3
  348. package/dist-types/ts3.4/commands/UpdateDirectoryConfigCommand.d.ts +3 -3
  349. package/dist-types/ts3.4/commands/UpdateEntitlementCommand.d.ts +3 -3
  350. package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +3 -3
  351. package/dist-types/ts3.4/commands/UpdateImagePermissionsCommand.d.ts +3 -3
  352. package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +3 -3
  353. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  354. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -3
  355. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  356. package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
  357. package/dist-types/ts3.4/models/AppStreamServiceException.d.ts +1 -1
  358. package/dist-types/ts3.4/models/models_0.d.ts +222 -68
  359. package/dist-types/ts3.4/pagination/DescribeAppBlockBuilderAppBlockAssociationsPaginator.d.ts +11 -0
  360. package/dist-types/ts3.4/pagination/DescribeAppBlockBuildersPaginator.d.ts +11 -0
  361. package/dist-types/ts3.4/pagination/DescribeImagePermissionsPaginator.d.ts +1 -1
  362. package/dist-types/ts3.4/pagination/DescribeImagesPaginator.d.ts +1 -1
  363. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -1
  364. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  365. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +120 -0
  366. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -40
  367. package/dist-types/ts3.4/runtimeConfig.d.ts +35 -37
  368. package/dist-types/ts3.4/runtimeConfig.native.d.ts +33 -38
  369. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
  370. package/dist-types/ts3.4/waiters/waitForFleetStarted.d.ts +1 -1
  371. package/dist-types/ts3.4/waiters/waitForFleetStopped.d.ts +1 -1
  372. package/dist-types/waiters/waitForFleetStarted.d.ts +1 -1
  373. package/dist-types/waiters/waitForFleetStopped.d.ts +1 -1
  374. package/package.json +35 -34
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  AppStreamClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  AppStreamClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  AppStreamClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  AppStreamClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,9 +1,12 @@
1
+ export * from "./AssociateAppBlockBuilderAppBlockCommand";
1
2
  export * from "./AssociateApplicationFleetCommand";
2
3
  export * from "./AssociateApplicationToEntitlementCommand";
3
4
  export * from "./AssociateFleetCommand";
4
5
  export * from "./BatchAssociateUserStackCommand";
5
6
  export * from "./BatchDisassociateUserStackCommand";
6
7
  export * from "./CopyImageCommand";
8
+ export * from "./CreateAppBlockBuilderCommand";
9
+ export * from "./CreateAppBlockBuilderStreamingURLCommand";
7
10
  export * from "./CreateAppBlockCommand";
8
11
  export * from "./CreateApplicationCommand";
9
12
  export * from "./CreateDirectoryConfigCommand";
@@ -16,6 +19,7 @@ export * from "./CreateStreamingURLCommand";
16
19
  export * from "./CreateUpdatedImageCommand";
17
20
  export * from "./CreateUsageReportSubscriptionCommand";
18
21
  export * from "./CreateUserCommand";
22
+ export * from "./DeleteAppBlockBuilderCommand";
19
23
  export * from "./DeleteAppBlockCommand";
20
24
  export * from "./DeleteApplicationCommand";
21
25
  export * from "./DeleteDirectoryConfigCommand";
@@ -27,6 +31,8 @@ export * from "./DeleteImagePermissionsCommand";
27
31
  export * from "./DeleteStackCommand";
28
32
  export * from "./DeleteUsageReportSubscriptionCommand";
29
33
  export * from "./DeleteUserCommand";
34
+ export * from "./DescribeAppBlockBuilderAppBlockAssociationsCommand";
35
+ export * from "./DescribeAppBlockBuildersCommand";
30
36
  export * from "./DescribeAppBlocksCommand";
31
37
  export * from "./DescribeApplicationFleetAssociationsCommand";
32
38
  export * from "./DescribeApplicationsCommand";
@@ -42,6 +48,7 @@ export * from "./DescribeUsageReportSubscriptionsCommand";
42
48
  export * from "./DescribeUserStackAssociationsCommand";
43
49
  export * from "./DescribeUsersCommand";
44
50
  export * from "./DisableUserCommand";
51
+ export * from "./DisassociateAppBlockBuilderAppBlockCommand";
45
52
  export * from "./DisassociateApplicationFleetCommand";
46
53
  export * from "./DisassociateApplicationFromEntitlementCommand";
47
54
  export * from "./DisassociateFleetCommand";
@@ -51,12 +58,15 @@ export * from "./ListAssociatedFleetsCommand";
51
58
  export * from "./ListAssociatedStacksCommand";
52
59
  export * from "./ListEntitledApplicationsCommand";
53
60
  export * from "./ListTagsForResourceCommand";
61
+ export * from "./StartAppBlockBuilderCommand";
54
62
  export * from "./StartFleetCommand";
55
63
  export * from "./StartImageBuilderCommand";
64
+ export * from "./StopAppBlockBuilderCommand";
56
65
  export * from "./StopFleetCommand";
57
66
  export * from "./StopImageBuilderCommand";
58
67
  export * from "./TagResourceCommand";
59
68
  export * from "./UntagResourceCommand";
69
+ export * from "./UpdateAppBlockBuilderCommand";
60
70
  export * from "./UpdateApplicationCommand";
61
71
  export * from "./UpdateDirectoryConfigCommand";
62
72
  export * from "./UpdateEntitlementCommand";
@@ -1,8 +1,9 @@
1
1
  import {
2
+ Endpoint,
2
3
  EndpointParameters as __EndpointParameters,
3
4
  EndpointV2,
4
- } from "@aws-sdk/types";
5
- import { Endpoint, Provider } from "@smithy/types";
5
+ Provider,
6
+ } from "@smithy/types";
6
7
  export interface ClientInputEndpointParameters {
7
8
  region?: string | Provider<string>;
8
9
  useDualstackEndpoint?: boolean | Provider<boolean>;
@@ -25,7 +26,7 @@ export declare const resolveClientEndpointParameters: <T>(
25
26
  defaultSigningName: string;
26
27
  };
27
28
  export interface EndpointParameters extends __EndpointParameters {
28
- Region: string;
29
+ Region?: string;
29
30
  UseDualStack?: boolean;
30
31
  UseFIPS?: boolean;
31
32
  Endpoint?: string;
@@ -1,4 +1,4 @@
1
- import { EndpointV2, Logger } from "@aws-sdk/types";
1
+ import { EndpointV2, Logger } from "@smithy/types";
2
2
  import { EndpointParameters } from "./EndpointParameters";
3
3
  export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
@@ -1,2 +1,2 @@
1
- import { RuleSetObject } from "@aws-sdk/util-endpoints";
1
+ import { RuleSetObject } from "@smithy/types";
2
2
  export declare const ruleSet: RuleSetObject;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
- } from "@aws-sdk/smithy-client";
4
+ } from "@smithy/smithy-client";
5
5
  export { __ServiceException, __ServiceExceptionOptions };
6
6
  export declare class AppStreamServiceException extends __ServiceException {
7
7
  constructor(options: __ServiceExceptionOptions);
@@ -1,4 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { AppStreamServiceException as __BaseException } from "./AppStreamServiceException";
3
3
  export declare const AccessEndpointType: {
4
4
  readonly STREAMING: "STREAMING";
@@ -19,9 +19,18 @@ export declare const Action: {
19
19
  readonly PRINTING_TO_LOCAL_DEVICE: "PRINTING_TO_LOCAL_DEVICE";
20
20
  };
21
21
  export type Action = (typeof Action)[keyof typeof Action];
22
+ export interface ErrorDetails {
23
+ ErrorCode?: string;
24
+ ErrorMessage?: string;
25
+ }
26
+ export declare const PackagingType: {
27
+ readonly APPSTREAM2: "APPSTREAM2";
28
+ readonly CUSTOM: "CUSTOM";
29
+ };
30
+ export type PackagingType = (typeof PackagingType)[keyof typeof PackagingType];
22
31
  export interface S3Location {
23
32
  S3Bucket: string | undefined;
24
- S3Key: string | undefined;
33
+ S3Key?: string;
25
34
  }
26
35
  export interface ScriptDetails {
27
36
  ScriptS3Location: S3Location | undefined;
@@ -29,15 +38,116 @@ export interface ScriptDetails {
29
38
  ExecutableParameters?: string;
30
39
  TimeoutInSeconds: number | undefined;
31
40
  }
41
+ export declare const AppBlockState: {
42
+ readonly ACTIVE: "ACTIVE";
43
+ readonly INACTIVE: "INACTIVE";
44
+ };
45
+ export type AppBlockState = (typeof AppBlockState)[keyof typeof AppBlockState];
32
46
  export interface AppBlock {
33
47
  Name: string | undefined;
34
48
  Arn: string | undefined;
35
49
  Description?: string;
36
50
  DisplayName?: string;
37
51
  SourceS3Location?: S3Location;
38
- SetupScriptDetails: ScriptDetails | undefined;
52
+ SetupScriptDetails?: ScriptDetails;
53
+ CreatedTime?: Date;
54
+ PostSetupScriptDetails?: ScriptDetails;
55
+ PackagingType?: PackagingType | string;
56
+ State?: AppBlockState | string;
57
+ AppBlockErrors?: ErrorDetails[];
58
+ }
59
+ export declare const FleetErrorCode: {
60
+ readonly DOMAIN_JOIN_ERROR_ACCESS_DENIED: "DOMAIN_JOIN_ERROR_ACCESS_DENIED";
61
+ readonly DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED: "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED";
62
+ readonly DOMAIN_JOIN_ERROR_FILE_NOT_FOUND: "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND";
63
+ readonly DOMAIN_JOIN_ERROR_INVALID_PARAMETER: "DOMAIN_JOIN_ERROR_INVALID_PARAMETER";
64
+ readonly DOMAIN_JOIN_ERROR_LOGON_FAILURE: "DOMAIN_JOIN_ERROR_LOGON_FAILURE";
65
+ readonly DOMAIN_JOIN_ERROR_MORE_DATA: "DOMAIN_JOIN_ERROR_MORE_DATA";
66
+ readonly DOMAIN_JOIN_ERROR_NOT_SUPPORTED: "DOMAIN_JOIN_ERROR_NOT_SUPPORTED";
67
+ readonly DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN: "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN";
68
+ readonly DOMAIN_JOIN_INTERNAL_SERVICE_ERROR: "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR";
69
+ readonly DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME: "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME";
70
+ readonly DOMAIN_JOIN_NERR_PASSWORD_EXPIRED: "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED";
71
+ readonly DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED: "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED";
72
+ readonly FLEET_INSTANCE_PROVISIONING_FAILURE: "FLEET_INSTANCE_PROVISIONING_FAILURE";
73
+ readonly FLEET_STOPPED: "FLEET_STOPPED";
74
+ readonly IAM_SERVICE_ROLE_IS_MISSING: "IAM_SERVICE_ROLE_IS_MISSING";
75
+ readonly IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION: "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION";
76
+ readonly IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION: "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION";
77
+ readonly IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION";
78
+ readonly IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION";
79
+ readonly IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION";
80
+ readonly IGW_NOT_ATTACHED: "IGW_NOT_ATTACHED";
81
+ readonly IMAGE_NOT_FOUND: "IMAGE_NOT_FOUND";
82
+ readonly INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR";
83
+ readonly INVALID_SUBNET_CONFIGURATION: "INVALID_SUBNET_CONFIGURATION";
84
+ readonly MACHINE_ROLE_IS_MISSING: "MACHINE_ROLE_IS_MISSING";
85
+ readonly NETWORK_INTERFACE_LIMIT_EXCEEDED: "NETWORK_INTERFACE_LIMIT_EXCEEDED";
86
+ readonly SECURITY_GROUPS_NOT_FOUND: "SECURITY_GROUPS_NOT_FOUND";
87
+ readonly STS_DISABLED_IN_REGION: "STS_DISABLED_IN_REGION";
88
+ readonly SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES: "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES";
89
+ readonly SUBNET_NOT_FOUND: "SUBNET_NOT_FOUND";
90
+ };
91
+ export type FleetErrorCode =
92
+ (typeof FleetErrorCode)[keyof typeof FleetErrorCode];
93
+ export interface ResourceError {
94
+ ErrorCode?: FleetErrorCode | string;
95
+ ErrorMessage?: string;
96
+ ErrorTimestamp?: Date;
97
+ }
98
+ export declare const AppBlockBuilderPlatformType: {
99
+ readonly WINDOWS_SERVER_2019: "WINDOWS_SERVER_2019";
100
+ };
101
+ export type AppBlockBuilderPlatformType =
102
+ (typeof AppBlockBuilderPlatformType)[keyof typeof AppBlockBuilderPlatformType];
103
+ export declare const AppBlockBuilderState: {
104
+ readonly RUNNING: "RUNNING";
105
+ readonly STARTING: "STARTING";
106
+ readonly STOPPED: "STOPPED";
107
+ readonly STOPPING: "STOPPING";
108
+ };
109
+ export type AppBlockBuilderState =
110
+ (typeof AppBlockBuilderState)[keyof typeof AppBlockBuilderState];
111
+ export declare const AppBlockBuilderStateChangeReasonCode: {
112
+ readonly INTERNAL_ERROR: "INTERNAL_ERROR";
113
+ };
114
+ export type AppBlockBuilderStateChangeReasonCode =
115
+ (typeof AppBlockBuilderStateChangeReasonCode)[keyof typeof AppBlockBuilderStateChangeReasonCode];
116
+ export interface AppBlockBuilderStateChangeReason {
117
+ Code?: AppBlockBuilderStateChangeReasonCode | string;
118
+ Message?: string;
119
+ }
120
+ export interface VpcConfig {
121
+ SubnetIds?: string[];
122
+ SecurityGroupIds?: string[];
123
+ }
124
+ export interface AppBlockBuilder {
125
+ Arn: string | undefined;
126
+ Name: string | undefined;
127
+ DisplayName?: string;
128
+ Description?: string;
129
+ Platform: AppBlockBuilderPlatformType | string | undefined;
130
+ InstanceType: string | undefined;
131
+ EnableDefaultInternetAccess?: boolean;
132
+ IamRoleArn?: string;
133
+ VpcConfig: VpcConfig | undefined;
134
+ State: AppBlockBuilderState | string | undefined;
39
135
  CreatedTime?: Date;
136
+ AppBlockBuilderErrors?: ResourceError[];
137
+ StateChangeReason?: AppBlockBuilderStateChangeReason;
138
+ AccessEndpoints?: AccessEndpoint[];
139
+ }
140
+ export interface AppBlockBuilderAppBlockAssociation {
141
+ AppBlockArn: string | undefined;
142
+ AppBlockBuilderName: string | undefined;
40
143
  }
144
+ export declare const AppBlockBuilderAttribute: {
145
+ readonly ACCESS_ENDPOINTS: "ACCESS_ENDPOINTS";
146
+ readonly IAM_ROLE_ARN: "IAM_ROLE_ARN";
147
+ readonly VPC_CONFIGURATION_SECURITY_GROUP_IDS: "VPC_CONFIGURATION_SECURITY_GROUP_IDS";
148
+ };
149
+ export type AppBlockBuilderAttribute =
150
+ (typeof AppBlockBuilderAttribute)[keyof typeof AppBlockBuilderAttribute];
41
151
  export declare const PlatformType: {
42
152
  readonly AMAZON_LINUX2: "AMAZON_LINUX2";
43
153
  readonly WINDOWS: "WINDOWS";
@@ -86,12 +196,12 @@ export declare const AppVisibility: {
86
196
  readonly ASSOCIATED: "ASSOCIATED";
87
197
  };
88
198
  export type AppVisibility = (typeof AppVisibility)[keyof typeof AppVisibility];
89
- export interface AssociateApplicationFleetRequest {
90
- FleetName: string | undefined;
91
- ApplicationArn: string | undefined;
199
+ export interface AssociateAppBlockBuilderAppBlockRequest {
200
+ AppBlockArn: string | undefined;
201
+ AppBlockBuilderName: string | undefined;
92
202
  }
93
- export interface AssociateApplicationFleetResult {
94
- ApplicationFleetAssociation?: ApplicationFleetAssociation;
203
+ export interface AssociateAppBlockBuilderAppBlockResult {
204
+ AppBlockBuilderAppBlockAssociation?: AppBlockBuilderAppBlockAssociation;
95
205
  }
96
206
  export declare class ConcurrentModificationException extends __BaseException {
97
207
  readonly name: "ConcurrentModificationException";
@@ -139,6 +249,13 @@ export declare class ResourceNotFoundException extends __BaseException {
139
249
  opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
140
250
  );
141
251
  }
252
+ export interface AssociateApplicationFleetRequest {
253
+ FleetName: string | undefined;
254
+ ApplicationArn: string | undefined;
255
+ }
256
+ export interface AssociateApplicationFleetResult {
257
+ ApplicationFleetAssociation?: ApplicationFleetAssociation;
258
+ }
142
259
  export interface AssociateApplicationToEntitlementRequest {
143
260
  StackName: string | undefined;
144
261
  EntitlementName: string | undefined;
@@ -263,12 +380,53 @@ export interface CreateAppBlockRequest {
263
380
  Description?: string;
264
381
  DisplayName?: string;
265
382
  SourceS3Location: S3Location | undefined;
266
- SetupScriptDetails: ScriptDetails | undefined;
383
+ SetupScriptDetails?: ScriptDetails;
267
384
  Tags?: Record<string, string>;
385
+ PostSetupScriptDetails?: ScriptDetails;
386
+ PackagingType?: PackagingType | string;
268
387
  }
269
388
  export interface CreateAppBlockResult {
270
389
  AppBlock?: AppBlock;
271
390
  }
391
+ export interface CreateAppBlockBuilderRequest {
392
+ Name: string | undefined;
393
+ Description?: string;
394
+ DisplayName?: string;
395
+ Tags?: Record<string, string>;
396
+ Platform: AppBlockBuilderPlatformType | string | undefined;
397
+ InstanceType: string | undefined;
398
+ VpcConfig: VpcConfig | undefined;
399
+ EnableDefaultInternetAccess?: boolean;
400
+ IamRoleArn?: string;
401
+ AccessEndpoints?: AccessEndpoint[];
402
+ }
403
+ export interface CreateAppBlockBuilderResult {
404
+ AppBlockBuilder?: AppBlockBuilder;
405
+ }
406
+ export declare class InvalidRoleException extends __BaseException {
407
+ readonly name: "InvalidRoleException";
408
+ readonly $fault: "client";
409
+ Message?: string;
410
+ constructor(
411
+ opts: __ExceptionOptionType<InvalidRoleException, __BaseException>
412
+ );
413
+ }
414
+ export declare class RequestLimitExceededException extends __BaseException {
415
+ readonly name: "RequestLimitExceededException";
416
+ readonly $fault: "client";
417
+ Message?: string;
418
+ constructor(
419
+ opts: __ExceptionOptionType<RequestLimitExceededException, __BaseException>
420
+ );
421
+ }
422
+ export interface CreateAppBlockBuilderStreamingURLRequest {
423
+ AppBlockBuilderName: string | undefined;
424
+ Validity?: number;
425
+ }
426
+ export interface CreateAppBlockBuilderStreamingURLResult {
427
+ StreamingURL?: string;
428
+ Expires?: Date;
429
+ }
272
430
  export interface CreateApplicationRequest {
273
431
  Name: string | undefined;
274
432
  DisplayName?: string;
@@ -305,14 +463,6 @@ export interface DirectoryConfig {
305
463
  export interface CreateDirectoryConfigResult {
306
464
  DirectoryConfig?: DirectoryConfig;
307
465
  }
308
- export declare class InvalidRoleException extends __BaseException {
309
- readonly name: "InvalidRoleException";
310
- readonly $fault: "client";
311
- Message?: string;
312
- constructor(
313
- opts: __ExceptionOptionType<InvalidRoleException, __BaseException>
314
- );
315
- }
316
466
  export interface EntitlementAttribute {
317
467
  Name: string | undefined;
318
468
  Value: string | undefined;
@@ -362,10 +512,6 @@ export declare const StreamView: {
362
512
  readonly DESKTOP: "DESKTOP";
363
513
  };
364
514
  export type StreamView = (typeof StreamView)[keyof typeof StreamView];
365
- export interface VpcConfig {
366
- SubnetIds?: string[];
367
- SecurityGroupIds?: string[];
368
- }
369
515
  export interface CreateFleetRequest {
370
516
  Name: string | undefined;
371
517
  ImageName?: string;
@@ -389,40 +535,6 @@ export interface CreateFleetRequest {
389
535
  UsbDeviceFilterStrings?: string[];
390
536
  SessionScriptS3Location?: S3Location;
391
537
  }
392
- export declare const FleetErrorCode: {
393
- readonly DOMAIN_JOIN_ERROR_ACCESS_DENIED: "DOMAIN_JOIN_ERROR_ACCESS_DENIED";
394
- readonly DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED: "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED";
395
- readonly DOMAIN_JOIN_ERROR_FILE_NOT_FOUND: "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND";
396
- readonly DOMAIN_JOIN_ERROR_INVALID_PARAMETER: "DOMAIN_JOIN_ERROR_INVALID_PARAMETER";
397
- readonly DOMAIN_JOIN_ERROR_LOGON_FAILURE: "DOMAIN_JOIN_ERROR_LOGON_FAILURE";
398
- readonly DOMAIN_JOIN_ERROR_MORE_DATA: "DOMAIN_JOIN_ERROR_MORE_DATA";
399
- readonly DOMAIN_JOIN_ERROR_NOT_SUPPORTED: "DOMAIN_JOIN_ERROR_NOT_SUPPORTED";
400
- readonly DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN: "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN";
401
- readonly DOMAIN_JOIN_INTERNAL_SERVICE_ERROR: "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR";
402
- readonly DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME: "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME";
403
- readonly DOMAIN_JOIN_NERR_PASSWORD_EXPIRED: "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED";
404
- readonly DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED: "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED";
405
- readonly FLEET_INSTANCE_PROVISIONING_FAILURE: "FLEET_INSTANCE_PROVISIONING_FAILURE";
406
- readonly FLEET_STOPPED: "FLEET_STOPPED";
407
- readonly IAM_SERVICE_ROLE_IS_MISSING: "IAM_SERVICE_ROLE_IS_MISSING";
408
- readonly IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION: "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION";
409
- readonly IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION: "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION";
410
- readonly IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION";
411
- readonly IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION";
412
- readonly IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION";
413
- readonly IGW_NOT_ATTACHED: "IGW_NOT_ATTACHED";
414
- readonly IMAGE_NOT_FOUND: "IMAGE_NOT_FOUND";
415
- readonly INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR";
416
- readonly INVALID_SUBNET_CONFIGURATION: "INVALID_SUBNET_CONFIGURATION";
417
- readonly MACHINE_ROLE_IS_MISSING: "MACHINE_ROLE_IS_MISSING";
418
- readonly NETWORK_INTERFACE_LIMIT_EXCEEDED: "NETWORK_INTERFACE_LIMIT_EXCEEDED";
419
- readonly SECURITY_GROUPS_NOT_FOUND: "SECURITY_GROUPS_NOT_FOUND";
420
- readonly STS_DISABLED_IN_REGION: "STS_DISABLED_IN_REGION";
421
- readonly SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES: "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES";
422
- readonly SUBNET_NOT_FOUND: "SUBNET_NOT_FOUND";
423
- };
424
- export type FleetErrorCode =
425
- (typeof FleetErrorCode)[keyof typeof FleetErrorCode];
426
538
  export interface FleetError {
427
539
  ErrorCode?: FleetErrorCode | string;
428
540
  ErrorMessage?: string;
@@ -463,14 +575,6 @@ export interface Fleet {
463
575
  export interface CreateFleetResult {
464
576
  Fleet?: Fleet;
465
577
  }
466
- export declare class RequestLimitExceededException extends __BaseException {
467
- readonly name: "RequestLimitExceededException";
468
- readonly $fault: "client";
469
- Message?: string;
470
- constructor(
471
- opts: __ExceptionOptionType<RequestLimitExceededException, __BaseException>
472
- );
473
- }
474
578
  export interface CreateImageBuilderRequest {
475
579
  Name: string | undefined;
476
580
  ImageName?: string;
@@ -486,11 +590,6 @@ export interface CreateImageBuilderRequest {
486
590
  Tags?: Record<string, string>;
487
591
  AccessEndpoints?: AccessEndpoint[];
488
592
  }
489
- export interface ResourceError {
490
- ErrorCode?: FleetErrorCode | string;
491
- ErrorMessage?: string;
492
- ErrorTimestamp?: Date;
493
- }
494
593
  export interface NetworkAccessConfiguration {
495
594
  EniPrivateIpAddress?: string;
496
595
  EniId?: string;
@@ -734,6 +833,10 @@ export declare class ResourceInUseException extends __BaseException {
734
833
  opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
735
834
  );
736
835
  }
836
+ export interface DeleteAppBlockBuilderRequest {
837
+ Name: string | undefined;
838
+ }
839
+ export interface DeleteAppBlockBuilderResult {}
737
840
  export interface DeleteApplicationRequest {
738
841
  Name: string | undefined;
739
842
  }
@@ -779,6 +882,25 @@ export interface DeleteUserRequest {
779
882
  AuthenticationType: AuthenticationType | string | undefined;
780
883
  }
781
884
  export interface DeleteUserResult {}
885
+ export interface DescribeAppBlockBuilderAppBlockAssociationsRequest {
886
+ AppBlockArn?: string;
887
+ AppBlockBuilderName?: string;
888
+ MaxResults?: number;
889
+ NextToken?: string;
890
+ }
891
+ export interface DescribeAppBlockBuilderAppBlockAssociationsResult {
892
+ AppBlockBuilderAppBlockAssociations?: AppBlockBuilderAppBlockAssociation[];
893
+ NextToken?: string;
894
+ }
895
+ export interface DescribeAppBlockBuildersRequest {
896
+ Names?: string[];
897
+ NextToken?: string;
898
+ MaxResults?: number;
899
+ }
900
+ export interface DescribeAppBlockBuildersResult {
901
+ AppBlockBuilders?: AppBlockBuilder[];
902
+ NextToken?: string;
903
+ }
782
904
  export interface DescribeAppBlocksRequest {
783
905
  Arns?: string[];
784
906
  NextToken?: string;
@@ -973,6 +1095,11 @@ export interface DisableUserRequest {
973
1095
  AuthenticationType: AuthenticationType | string | undefined;
974
1096
  }
975
1097
  export interface DisableUserResult {}
1098
+ export interface DisassociateAppBlockBuilderAppBlockRequest {
1099
+ AppBlockArn: string | undefined;
1100
+ AppBlockBuilderName: string | undefined;
1101
+ }
1102
+ export interface DisassociateAppBlockBuilderAppBlockResult {}
976
1103
  export interface DisassociateApplicationFleetRequest {
977
1104
  FleetName: string | undefined;
978
1105
  ApplicationArn: string | undefined;
@@ -1043,6 +1170,12 @@ export interface ListTagsForResourceRequest {
1043
1170
  export interface ListTagsForResourceResponse {
1044
1171
  Tags?: Record<string, string>;
1045
1172
  }
1173
+ export interface StartAppBlockBuilderRequest {
1174
+ Name: string | undefined;
1175
+ }
1176
+ export interface StartAppBlockBuilderResult {
1177
+ AppBlockBuilder?: AppBlockBuilder;
1178
+ }
1046
1179
  export interface StartFleetRequest {
1047
1180
  Name: string | undefined;
1048
1181
  }
@@ -1054,6 +1187,12 @@ export interface StartImageBuilderRequest {
1054
1187
  export interface StartImageBuilderResult {
1055
1188
  ImageBuilder?: ImageBuilder;
1056
1189
  }
1190
+ export interface StopAppBlockBuilderRequest {
1191
+ Name: string | undefined;
1192
+ }
1193
+ export interface StopAppBlockBuilderResult {
1194
+ AppBlockBuilder?: AppBlockBuilder;
1195
+ }
1057
1196
  export interface StopFleetRequest {
1058
1197
  Name: string | undefined;
1059
1198
  }
@@ -1074,6 +1213,21 @@ export interface UntagResourceRequest {
1074
1213
  TagKeys: string[] | undefined;
1075
1214
  }
1076
1215
  export interface UntagResourceResponse {}
1216
+ export interface UpdateAppBlockBuilderRequest {
1217
+ Name: string | undefined;
1218
+ Description?: string;
1219
+ DisplayName?: string;
1220
+ Platform?: PlatformType | string;
1221
+ InstanceType?: string;
1222
+ VpcConfig?: VpcConfig;
1223
+ EnableDefaultInternetAccess?: boolean;
1224
+ IamRoleArn?: string;
1225
+ AccessEndpoints?: AccessEndpoint[];
1226
+ AttributesToDelete?: (AppBlockBuilderAttribute | string)[];
1227
+ }
1228
+ export interface UpdateAppBlockBuilderResult {
1229
+ AppBlockBuilder?: AppBlockBuilder;
1230
+ }
1077
1231
  export interface UpdateApplicationRequest {
1078
1232
  Name: string | undefined;
1079
1233
  DisplayName?: string;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ DescribeAppBlockBuilderAppBlockAssociationsCommandInput,
4
+ DescribeAppBlockBuilderAppBlockAssociationsCommandOutput,
5
+ } from "../commands/DescribeAppBlockBuilderAppBlockAssociationsCommand";
6
+ import { AppStreamPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateDescribeAppBlockBuilderAppBlockAssociations(
8
+ config: AppStreamPaginationConfiguration,
9
+ input: DescribeAppBlockBuilderAppBlockAssociationsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<DescribeAppBlockBuilderAppBlockAssociationsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ DescribeAppBlockBuildersCommandInput,
4
+ DescribeAppBlockBuildersCommandOutput,
5
+ } from "../commands/DescribeAppBlockBuildersCommand";
6
+ import { AppStreamPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateDescribeAppBlockBuilders(
8
+ config: AppStreamPaginationConfiguration,
9
+ input: DescribeAppBlockBuildersCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<DescribeAppBlockBuildersCommandOutput>;
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@aws-sdk/types";
1
+ import { Paginator } from "@smithy/types";
2
2
  import {
3
3
  DescribeImagePermissionsCommandInput,
4
4
  DescribeImagePermissionsCommandOutput,
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@aws-sdk/types";
1
+ import { Paginator } from "@smithy/types";
2
2
  import {
3
3
  DescribeImagesCommandInput,
4
4
  DescribeImagesCommandOutput,
@@ -1,4 +1,4 @@
1
- import { PaginationConfiguration } from "@aws-sdk/types";
1
+ import { PaginationConfiguration } from "@smithy/types";
2
2
  import { AppStreamClient } from "../AppStreamClient";
3
3
  export interface AppStreamPaginationConfiguration
4
4
  extends PaginationConfiguration {
@@ -1,3 +1,5 @@
1
+ export * from "./DescribeAppBlockBuilderAppBlockAssociationsPaginator";
2
+ export * from "./DescribeAppBlockBuildersPaginator";
1
3
  export * from "./DescribeImagePermissionsPaginator";
2
4
  export * from "./DescribeImagesPaginator";
3
5
  export * from "./Interfaces";