@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
package/README.md CHANGED
@@ -41,16 +41,16 @@ using your favorite package manager:
41
41
 
42
42
  The AWS SDK is modulized by clients and commands.
43
43
  To send a request, you only need to import the `AppStreamClient` and
44
- the commands you need, for example `AssociateApplicationFleetCommand`:
44
+ the commands you need, for example `AssociateAppBlockBuilderAppBlockCommand`:
45
45
 
46
46
  ```js
47
47
  // ES5 example
48
- const { AppStreamClient, AssociateApplicationFleetCommand } = require("@aws-sdk/client-appstream");
48
+ const { AppStreamClient, AssociateAppBlockBuilderAppBlockCommand } = require("@aws-sdk/client-appstream");
49
49
  ```
50
50
 
51
51
  ```ts
52
52
  // ES6+ example
53
- import { AppStreamClient, AssociateApplicationFleetCommand } from "@aws-sdk/client-appstream";
53
+ import { AppStreamClient, AssociateAppBlockBuilderAppBlockCommand } from "@aws-sdk/client-appstream";
54
54
  ```
55
55
 
56
56
  ### Usage
@@ -69,7 +69,7 @@ const client = new AppStreamClient({ region: "REGION" });
69
69
  const params = {
70
70
  /** input parameters */
71
71
  };
72
- const command = new AssociateApplicationFleetCommand(params);
72
+ const command = new AssociateAppBlockBuilderAppBlockCommand(params);
73
73
  ```
74
74
 
75
75
  #### Async/await
@@ -148,7 +148,7 @@ const client = new AWS.AppStream({ region: "REGION" });
148
148
 
149
149
  // async/await.
150
150
  try {
151
- const data = await client.associateApplicationFleet(params);
151
+ const data = await client.associateAppBlockBuilderAppBlock(params);
152
152
  // process data.
153
153
  } catch (error) {
154
154
  // error handling.
@@ -156,7 +156,7 @@ try {
156
156
 
157
157
  // Promises.
158
158
  client
159
- .associateApplicationFleet(params)
159
+ .associateAppBlockBuilderAppBlock(params)
160
160
  .then((data) => {
161
161
  // process data.
162
162
  })
@@ -165,7 +165,7 @@ client
165
165
  });
166
166
 
167
167
  // callbacks.
168
- client.associateApplicationFleet(params, (err, data) => {
168
+ client.associateAppBlockBuilderAppBlock(params, (err, data) => {
169
169
  // process err and data.
170
170
  });
171
171
  ```
@@ -221,6 +221,14 @@ see LICENSE for more information.
221
221
 
222
222
  ## Client Commands (Operations List)
223
223
 
224
+ <details>
225
+ <summary>
226
+ AssociateAppBlockBuilderAppBlock
227
+ </summary>
228
+
229
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/classes/associateappblockbuilderappblockcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/interfaces/associateappblockbuilderappblockcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/interfaces/associateappblockbuilderappblockcommandoutput.html)
230
+
231
+ </details>
224
232
  <details>
225
233
  <summary>
226
234
  AssociateApplicationFleet
@@ -276,6 +284,22 @@ CreateAppBlock
276
284
 
277
285
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/classes/createappblockcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/interfaces/createappblockcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/interfaces/createappblockcommandoutput.html)
278
286
 
287
+ </details>
288
+ <details>
289
+ <summary>
290
+ CreateAppBlockBuilder
291
+ </summary>
292
+
293
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/classes/createappblockbuildercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/interfaces/createappblockbuildercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/interfaces/createappblockbuildercommandoutput.html)
294
+
295
+ </details>
296
+ <details>
297
+ <summary>
298
+ CreateAppBlockBuilderStreamingURL
299
+ </summary>
300
+
301
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/classes/createappblockbuilderstreamingurlcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/interfaces/createappblockbuilderstreamingurlcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/interfaces/createappblockbuilderstreamingurlcommandoutput.html)
302
+
279
303
  </details>
280
304
  <details>
281
305
  <summary>
@@ -372,6 +396,14 @@ DeleteAppBlock
372
396
 
373
397
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/classes/deleteappblockcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/interfaces/deleteappblockcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/interfaces/deleteappblockcommandoutput.html)
374
398
 
399
+ </details>
400
+ <details>
401
+ <summary>
402
+ DeleteAppBlockBuilder
403
+ </summary>
404
+
405
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/classes/deleteappblockbuildercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/interfaces/deleteappblockbuildercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/interfaces/deleteappblockbuildercommandoutput.html)
406
+
375
407
  </details>
376
408
  <details>
377
409
  <summary>
@@ -452,6 +484,22 @@ DeleteUser
452
484
 
453
485
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/classes/deleteusercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/interfaces/deleteusercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/interfaces/deleteusercommandoutput.html)
454
486
 
487
+ </details>
488
+ <details>
489
+ <summary>
490
+ DescribeAppBlockBuilderAppBlockAssociations
491
+ </summary>
492
+
493
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/classes/describeappblockbuilderappblockassociationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/interfaces/describeappblockbuilderappblockassociationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/interfaces/describeappblockbuilderappblockassociationscommandoutput.html)
494
+
495
+ </details>
496
+ <details>
497
+ <summary>
498
+ DescribeAppBlockBuilders
499
+ </summary>
500
+
501
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/classes/describeappblockbuilderscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/interfaces/describeappblockbuilderscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/interfaces/describeappblockbuilderscommandoutput.html)
502
+
455
503
  </details>
456
504
  <details>
457
505
  <summary>
@@ -572,6 +620,14 @@ DisableUser
572
620
 
573
621
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/classes/disableusercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/interfaces/disableusercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/interfaces/disableusercommandoutput.html)
574
622
 
623
+ </details>
624
+ <details>
625
+ <summary>
626
+ DisassociateAppBlockBuilderAppBlock
627
+ </summary>
628
+
629
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/classes/disassociateappblockbuilderappblockcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/interfaces/disassociateappblockbuilderappblockcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/interfaces/disassociateappblockbuilderappblockcommandoutput.html)
630
+
575
631
  </details>
576
632
  <details>
577
633
  <summary>
@@ -644,6 +700,14 @@ ListTagsForResource
644
700
 
645
701
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/interfaces/listtagsforresourcecommandoutput.html)
646
702
 
703
+ </details>
704
+ <details>
705
+ <summary>
706
+ StartAppBlockBuilder
707
+ </summary>
708
+
709
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/classes/startappblockbuildercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/interfaces/startappblockbuildercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/interfaces/startappblockbuildercommandoutput.html)
710
+
647
711
  </details>
648
712
  <details>
649
713
  <summary>
@@ -660,6 +724,14 @@ StartImageBuilder
660
724
 
661
725
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/classes/startimagebuildercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/interfaces/startimagebuildercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/interfaces/startimagebuildercommandoutput.html)
662
726
 
727
+ </details>
728
+ <details>
729
+ <summary>
730
+ StopAppBlockBuilder
731
+ </summary>
732
+
733
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/classes/stopappblockbuildercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/interfaces/stopappblockbuildercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/interfaces/stopappblockbuildercommandoutput.html)
734
+
663
735
  </details>
664
736
  <details>
665
737
  <summary>
@@ -692,6 +764,14 @@ UntagResource
692
764
 
693
765
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/interfaces/untagresourcecommandoutput.html)
694
766
 
767
+ </details>
768
+ <details>
769
+ <summary>
770
+ UpdateAppBlockBuilder
771
+ </summary>
772
+
773
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/classes/updateappblockbuildercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/interfaces/updateappblockbuildercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appstream/interfaces/updateappblockbuildercommandoutput.html)
774
+
695
775
  </details>
696
776
  <details>
697
777
  <summary>
@@ -1,14 +1,17 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AppStream = void 0;
4
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
5
  const AppStreamClient_1 = require("./AppStreamClient");
6
+ const AssociateAppBlockBuilderAppBlockCommand_1 = require("./commands/AssociateAppBlockBuilderAppBlockCommand");
6
7
  const AssociateApplicationFleetCommand_1 = require("./commands/AssociateApplicationFleetCommand");
7
8
  const AssociateApplicationToEntitlementCommand_1 = require("./commands/AssociateApplicationToEntitlementCommand");
8
9
  const AssociateFleetCommand_1 = require("./commands/AssociateFleetCommand");
9
10
  const BatchAssociateUserStackCommand_1 = require("./commands/BatchAssociateUserStackCommand");
10
11
  const BatchDisassociateUserStackCommand_1 = require("./commands/BatchDisassociateUserStackCommand");
11
12
  const CopyImageCommand_1 = require("./commands/CopyImageCommand");
13
+ const CreateAppBlockBuilderCommand_1 = require("./commands/CreateAppBlockBuilderCommand");
14
+ const CreateAppBlockBuilderStreamingURLCommand_1 = require("./commands/CreateAppBlockBuilderStreamingURLCommand");
12
15
  const CreateAppBlockCommand_1 = require("./commands/CreateAppBlockCommand");
13
16
  const CreateApplicationCommand_1 = require("./commands/CreateApplicationCommand");
14
17
  const CreateDirectoryConfigCommand_1 = require("./commands/CreateDirectoryConfigCommand");
@@ -21,6 +24,7 @@ const CreateStreamingURLCommand_1 = require("./commands/CreateStreamingURLComman
21
24
  const CreateUpdatedImageCommand_1 = require("./commands/CreateUpdatedImageCommand");
22
25
  const CreateUsageReportSubscriptionCommand_1 = require("./commands/CreateUsageReportSubscriptionCommand");
23
26
  const CreateUserCommand_1 = require("./commands/CreateUserCommand");
27
+ const DeleteAppBlockBuilderCommand_1 = require("./commands/DeleteAppBlockBuilderCommand");
24
28
  const DeleteAppBlockCommand_1 = require("./commands/DeleteAppBlockCommand");
25
29
  const DeleteApplicationCommand_1 = require("./commands/DeleteApplicationCommand");
26
30
  const DeleteDirectoryConfigCommand_1 = require("./commands/DeleteDirectoryConfigCommand");
@@ -32,6 +36,8 @@ const DeleteImagePermissionsCommand_1 = require("./commands/DeleteImagePermissio
32
36
  const DeleteStackCommand_1 = require("./commands/DeleteStackCommand");
33
37
  const DeleteUsageReportSubscriptionCommand_1 = require("./commands/DeleteUsageReportSubscriptionCommand");
34
38
  const DeleteUserCommand_1 = require("./commands/DeleteUserCommand");
39
+ const DescribeAppBlockBuilderAppBlockAssociationsCommand_1 = require("./commands/DescribeAppBlockBuilderAppBlockAssociationsCommand");
40
+ const DescribeAppBlockBuildersCommand_1 = require("./commands/DescribeAppBlockBuildersCommand");
35
41
  const DescribeAppBlocksCommand_1 = require("./commands/DescribeAppBlocksCommand");
36
42
  const DescribeApplicationFleetAssociationsCommand_1 = require("./commands/DescribeApplicationFleetAssociationsCommand");
37
43
  const DescribeApplicationsCommand_1 = require("./commands/DescribeApplicationsCommand");
@@ -47,6 +53,7 @@ const DescribeUsageReportSubscriptionsCommand_1 = require("./commands/DescribeUs
47
53
  const DescribeUsersCommand_1 = require("./commands/DescribeUsersCommand");
48
54
  const DescribeUserStackAssociationsCommand_1 = require("./commands/DescribeUserStackAssociationsCommand");
49
55
  const DisableUserCommand_1 = require("./commands/DisableUserCommand");
56
+ const DisassociateAppBlockBuilderAppBlockCommand_1 = require("./commands/DisassociateAppBlockBuilderAppBlockCommand");
50
57
  const DisassociateApplicationFleetCommand_1 = require("./commands/DisassociateApplicationFleetCommand");
51
58
  const DisassociateApplicationFromEntitlementCommand_1 = require("./commands/DisassociateApplicationFromEntitlementCommand");
52
59
  const DisassociateFleetCommand_1 = require("./commands/DisassociateFleetCommand");
@@ -56,12 +63,15 @@ const ListAssociatedFleetsCommand_1 = require("./commands/ListAssociatedFleetsCo
56
63
  const ListAssociatedStacksCommand_1 = require("./commands/ListAssociatedStacksCommand");
57
64
  const ListEntitledApplicationsCommand_1 = require("./commands/ListEntitledApplicationsCommand");
58
65
  const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
66
+ const StartAppBlockBuilderCommand_1 = require("./commands/StartAppBlockBuilderCommand");
59
67
  const StartFleetCommand_1 = require("./commands/StartFleetCommand");
60
68
  const StartImageBuilderCommand_1 = require("./commands/StartImageBuilderCommand");
69
+ const StopAppBlockBuilderCommand_1 = require("./commands/StopAppBlockBuilderCommand");
61
70
  const StopFleetCommand_1 = require("./commands/StopFleetCommand");
62
71
  const StopImageBuilderCommand_1 = require("./commands/StopImageBuilderCommand");
63
72
  const TagResourceCommand_1 = require("./commands/TagResourceCommand");
64
73
  const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
74
+ const UpdateAppBlockBuilderCommand_1 = require("./commands/UpdateAppBlockBuilderCommand");
65
75
  const UpdateApplicationCommand_1 = require("./commands/UpdateApplicationCommand");
66
76
  const UpdateDirectoryConfigCommand_1 = require("./commands/UpdateDirectoryConfigCommand");
67
77
  const UpdateEntitlementCommand_1 = require("./commands/UpdateEntitlementCommand");
@@ -69,6 +79,7 @@ const UpdateFleetCommand_1 = require("./commands/UpdateFleetCommand");
69
79
  const UpdateImagePermissionsCommand_1 = require("./commands/UpdateImagePermissionsCommand");
70
80
  const UpdateStackCommand_1 = require("./commands/UpdateStackCommand");
71
81
  const commands = {
82
+ AssociateAppBlockBuilderAppBlockCommand: AssociateAppBlockBuilderAppBlockCommand_1.AssociateAppBlockBuilderAppBlockCommand,
72
83
  AssociateApplicationFleetCommand: AssociateApplicationFleetCommand_1.AssociateApplicationFleetCommand,
73
84
  AssociateApplicationToEntitlementCommand: AssociateApplicationToEntitlementCommand_1.AssociateApplicationToEntitlementCommand,
74
85
  AssociateFleetCommand: AssociateFleetCommand_1.AssociateFleetCommand,
@@ -76,6 +87,8 @@ const commands = {
76
87
  BatchDisassociateUserStackCommand: BatchDisassociateUserStackCommand_1.BatchDisassociateUserStackCommand,
77
88
  CopyImageCommand: CopyImageCommand_1.CopyImageCommand,
78
89
  CreateAppBlockCommand: CreateAppBlockCommand_1.CreateAppBlockCommand,
90
+ CreateAppBlockBuilderCommand: CreateAppBlockBuilderCommand_1.CreateAppBlockBuilderCommand,
91
+ CreateAppBlockBuilderStreamingURLCommand: CreateAppBlockBuilderStreamingURLCommand_1.CreateAppBlockBuilderStreamingURLCommand,
79
92
  CreateApplicationCommand: CreateApplicationCommand_1.CreateApplicationCommand,
80
93
  CreateDirectoryConfigCommand: CreateDirectoryConfigCommand_1.CreateDirectoryConfigCommand,
81
94
  CreateEntitlementCommand: CreateEntitlementCommand_1.CreateEntitlementCommand,
@@ -88,6 +101,7 @@ const commands = {
88
101
  CreateUsageReportSubscriptionCommand: CreateUsageReportSubscriptionCommand_1.CreateUsageReportSubscriptionCommand,
89
102
  CreateUserCommand: CreateUserCommand_1.CreateUserCommand,
90
103
  DeleteAppBlockCommand: DeleteAppBlockCommand_1.DeleteAppBlockCommand,
104
+ DeleteAppBlockBuilderCommand: DeleteAppBlockBuilderCommand_1.DeleteAppBlockBuilderCommand,
91
105
  DeleteApplicationCommand: DeleteApplicationCommand_1.DeleteApplicationCommand,
92
106
  DeleteDirectoryConfigCommand: DeleteDirectoryConfigCommand_1.DeleteDirectoryConfigCommand,
93
107
  DeleteEntitlementCommand: DeleteEntitlementCommand_1.DeleteEntitlementCommand,
@@ -98,6 +112,8 @@ const commands = {
98
112
  DeleteStackCommand: DeleteStackCommand_1.DeleteStackCommand,
99
113
  DeleteUsageReportSubscriptionCommand: DeleteUsageReportSubscriptionCommand_1.DeleteUsageReportSubscriptionCommand,
100
114
  DeleteUserCommand: DeleteUserCommand_1.DeleteUserCommand,
115
+ DescribeAppBlockBuilderAppBlockAssociationsCommand: DescribeAppBlockBuilderAppBlockAssociationsCommand_1.DescribeAppBlockBuilderAppBlockAssociationsCommand,
116
+ DescribeAppBlockBuildersCommand: DescribeAppBlockBuildersCommand_1.DescribeAppBlockBuildersCommand,
101
117
  DescribeAppBlocksCommand: DescribeAppBlocksCommand_1.DescribeAppBlocksCommand,
102
118
  DescribeApplicationFleetAssociationsCommand: DescribeApplicationFleetAssociationsCommand_1.DescribeApplicationFleetAssociationsCommand,
103
119
  DescribeApplicationsCommand: DescribeApplicationsCommand_1.DescribeApplicationsCommand,
@@ -113,6 +129,7 @@ const commands = {
113
129
  DescribeUsersCommand: DescribeUsersCommand_1.DescribeUsersCommand,
114
130
  DescribeUserStackAssociationsCommand: DescribeUserStackAssociationsCommand_1.DescribeUserStackAssociationsCommand,
115
131
  DisableUserCommand: DisableUserCommand_1.DisableUserCommand,
132
+ DisassociateAppBlockBuilderAppBlockCommand: DisassociateAppBlockBuilderAppBlockCommand_1.DisassociateAppBlockBuilderAppBlockCommand,
116
133
  DisassociateApplicationFleetCommand: DisassociateApplicationFleetCommand_1.DisassociateApplicationFleetCommand,
117
134
  DisassociateApplicationFromEntitlementCommand: DisassociateApplicationFromEntitlementCommand_1.DisassociateApplicationFromEntitlementCommand,
118
135
  DisassociateFleetCommand: DisassociateFleetCommand_1.DisassociateFleetCommand,
@@ -122,12 +139,15 @@ const commands = {
122
139
  ListAssociatedStacksCommand: ListAssociatedStacksCommand_1.ListAssociatedStacksCommand,
123
140
  ListEntitledApplicationsCommand: ListEntitledApplicationsCommand_1.ListEntitledApplicationsCommand,
124
141
  ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
142
+ StartAppBlockBuilderCommand: StartAppBlockBuilderCommand_1.StartAppBlockBuilderCommand,
125
143
  StartFleetCommand: StartFleetCommand_1.StartFleetCommand,
126
144
  StartImageBuilderCommand: StartImageBuilderCommand_1.StartImageBuilderCommand,
145
+ StopAppBlockBuilderCommand: StopAppBlockBuilderCommand_1.StopAppBlockBuilderCommand,
127
146
  StopFleetCommand: StopFleetCommand_1.StopFleetCommand,
128
147
  StopImageBuilderCommand: StopImageBuilderCommand_1.StopImageBuilderCommand,
129
148
  TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
130
149
  UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
150
+ UpdateAppBlockBuilderCommand: UpdateAppBlockBuilderCommand_1.UpdateAppBlockBuilderCommand,
131
151
  UpdateApplicationCommand: UpdateApplicationCommand_1.UpdateApplicationCommand,
132
152
  UpdateDirectoryConfigCommand: UpdateDirectoryConfigCommand_1.UpdateDirectoryConfigCommand,
133
153
  UpdateEntitlementCommand: UpdateEntitlementCommand_1.UpdateEntitlementCommand,
@@ -1,16 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AppStreamClient = exports.__Client = void 0;
4
- const config_resolver_1 = require("@aws-sdk/config-resolver");
5
- const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
7
4
  const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
8
5
  const middleware_logger_1 = require("@aws-sdk/middleware-logger");
9
6
  const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
10
- const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
7
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
12
8
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
13
- const smithy_client_1 = require("@aws-sdk/smithy-client");
9
+ const config_resolver_1 = require("@smithy/config-resolver");
10
+ const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
+ const middleware_retry_1 = require("@smithy/middleware-retry");
13
+ const smithy_client_1 = require("@smithy/smithy-client");
14
14
  Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
15
  const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
16
  const runtimeConfig_1 = require("./runtimeConfig");
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AssociateAppBlockBuilderAppBlockCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
+ class AssociateAppBlockBuilderAppBlockCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
+ resolveMiddleware(clientStack, configuration, options) {
23
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AssociateAppBlockBuilderAppBlockCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "AppStreamClient";
28
+ const commandName = "AssociateAppBlockBuilderAppBlockCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: (_) => _,
34
+ outputFilterSensitiveLog: (_) => _,
35
+ };
36
+ const { requestHandler } = configuration;
37
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
+ }
39
+ serialize(input, context) {
40
+ return (0, Aws_json1_1_1.se_AssociateAppBlockBuilderAppBlockCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_json1_1_1.de_AssociateAppBlockBuilderAppBlockCommand)(output, context);
44
+ }
45
+ }
46
+ exports.AssociateAppBlockBuilderAppBlockCommand = AssociateAppBlockBuilderAppBlockCommand;
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AssociateApplicationFleetCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class AssociateApplicationFleetCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AssociateApplicationToEntitlementCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class AssociateApplicationToEntitlementCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AssociateFleetCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class AssociateFleetCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.BatchAssociateUserStackCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.BatchDisassociateUserStackCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CopyImageCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class CopyImageCommand extends smithy_client_1.Command {
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateAppBlockBuilderCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
+ class CreateAppBlockBuilderCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
+ resolveMiddleware(clientStack, configuration, options) {
23
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateAppBlockBuilderCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "AppStreamClient";
28
+ const commandName = "CreateAppBlockBuilderCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: (_) => _,
34
+ outputFilterSensitiveLog: (_) => _,
35
+ };
36
+ const { requestHandler } = configuration;
37
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
+ }
39
+ serialize(input, context) {
40
+ return (0, Aws_json1_1_1.se_CreateAppBlockBuilderCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_json1_1_1.de_CreateAppBlockBuilderCommand)(output, context);
44
+ }
45
+ }
46
+ exports.CreateAppBlockBuilderCommand = CreateAppBlockBuilderCommand;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateAppBlockBuilderStreamingURLCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
+ class CreateAppBlockBuilderStreamingURLCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
+ resolveMiddleware(clientStack, configuration, options) {
23
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateAppBlockBuilderStreamingURLCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "AppStreamClient";
28
+ const commandName = "CreateAppBlockBuilderStreamingURLCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: (_) => _,
34
+ outputFilterSensitiveLog: (_) => _,
35
+ };
36
+ const { requestHandler } = configuration;
37
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
+ }
39
+ serialize(input, context) {
40
+ return (0, Aws_json1_1_1.se_CreateAppBlockBuilderStreamingURLCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_json1_1_1.de_CreateAppBlockBuilderStreamingURLCommand)(output, context);
44
+ }
45
+ }
46
+ exports.CreateAppBlockBuilderStreamingURLCommand = CreateAppBlockBuilderStreamingURLCommand;
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateAppBlockCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class CreateAppBlockCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateApplicationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class CreateApplicationCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateDirectoryConfigCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateEntitlementCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class CreateEntitlementCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateFleetCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class CreateFleetCommand extends smithy_client_1.Command {