@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
@@ -4,15 +4,15 @@ exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
6
  const sha256_browser_1 = require("@aws-crypto/sha256-browser");
7
- const config_resolver_1 = require("@aws-sdk/config-resolver");
8
- const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
9
- const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
10
- const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
11
- const util_retry_1 = require("@aws-sdk/util-retry");
12
7
  const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
8
+ const config_resolver_1 = require("@smithy/config-resolver");
9
+ const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
10
+ const invalid_dependency_1 = require("@smithy/invalid-dependency");
11
+ const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
12
+ const util_retry_1 = require("@smithy/util-retry");
13
13
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
14
- const smithy_client_1 = require("@aws-sdk/smithy-client");
15
- const util_defaults_mode_browser_1 = require("@aws-sdk/util-defaults-mode-browser");
14
+ const smithy_client_1 = require("@smithy/smithy-client");
15
+ const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
16
16
  const getRuntimeConfig = (config) => {
17
17
  const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
18
18
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
@@ -4,19 +4,19 @@ exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
6
  const client_sts_1 = require("@aws-sdk/client-sts");
7
- const config_resolver_1 = require("@aws-sdk/config-resolver");
8
7
  const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
9
- const hash_node_1 = require("@aws-sdk/hash-node");
10
- const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
- const node_config_provider_1 = require("@aws-sdk/node-config-provider");
12
- const node_http_handler_1 = require("@aws-sdk/node-http-handler");
13
- const util_body_length_node_1 = require("@aws-sdk/util-body-length-node");
14
- const util_retry_1 = require("@aws-sdk/util-retry");
15
8
  const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
9
+ const config_resolver_1 = require("@smithy/config-resolver");
10
+ const hash_node_1 = require("@smithy/hash-node");
11
+ const middleware_retry_1 = require("@smithy/middleware-retry");
12
+ const node_config_provider_1 = require("@smithy/node-config-provider");
13
+ const node_http_handler_1 = require("@smithy/node-http-handler");
14
+ const util_body_length_node_1 = require("@smithy/util-body-length-node");
15
+ const util_retry_1 = require("@smithy/util-retry");
16
16
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
17
- const smithy_client_1 = require("@aws-sdk/smithy-client");
18
- const util_defaults_mode_node_1 = require("@aws-sdk/util-defaults-mode-node");
19
- const smithy_client_2 = require("@aws-sdk/smithy-client");
17
+ const smithy_client_1 = require("@smithy/smithy-client");
18
+ const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
19
+ const smithy_client_2 = require("@smithy/smithy-client");
20
20
  const getRuntimeConfig = (config) => {
21
21
  (0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
22
22
  const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
- const smithy_client_1 = require("@aws-sdk/smithy-client");
5
- const url_parser_1 = require("@aws-sdk/url-parser");
6
- const util_base64_1 = require("@aws-sdk/util-base64");
7
- const util_utf8_1 = require("@aws-sdk/util-utf8");
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
+ const url_parser_1 = require("@smithy/url-parser");
6
+ const util_base64_1 = require("@smithy/util-base64");
7
+ const util_utf8_1 = require("@smithy/util-utf8");
8
8
  const endpointResolver_1 = require("./endpoint/endpointResolver");
9
9
  const getRuntimeConfig = (config) => ({
10
10
  apiVersion: "2016-12-01",
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.waitUntilFleetStarted = exports.waitForFleetStarted = void 0;
4
- const util_waiter_1 = require("@aws-sdk/util-waiter");
4
+ const util_waiter_1 = require("@smithy/util-waiter");
5
5
  const DescribeFleetsCommand_1 = require("../commands/DescribeFleetsCommand");
6
6
  const checkState = async (client, input) => {
7
7
  let reason;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.waitUntilFleetStopped = exports.waitForFleetStopped = void 0;
4
- const util_waiter_1 = require("@aws-sdk/util-waiter");
4
+ const util_waiter_1 = require("@smithy/util-waiter");
5
5
  const DescribeFleetsCommand_1 = require("../commands/DescribeFleetsCommand");
6
6
  const checkState = async (client, input) => {
7
7
  let reason;
@@ -1,11 +1,14 @@
1
- import { createAggregatedClient } from "@aws-sdk/smithy-client";
1
+ import { createAggregatedClient } from "@smithy/smithy-client";
2
2
  import { AppStreamClient } from "./AppStreamClient";
3
+ import { AssociateAppBlockBuilderAppBlockCommand, } from "./commands/AssociateAppBlockBuilderAppBlockCommand";
3
4
  import { AssociateApplicationFleetCommand, } from "./commands/AssociateApplicationFleetCommand";
4
5
  import { AssociateApplicationToEntitlementCommand, } from "./commands/AssociateApplicationToEntitlementCommand";
5
6
  import { AssociateFleetCommand, } from "./commands/AssociateFleetCommand";
6
7
  import { BatchAssociateUserStackCommand, } from "./commands/BatchAssociateUserStackCommand";
7
8
  import { BatchDisassociateUserStackCommand, } from "./commands/BatchDisassociateUserStackCommand";
8
9
  import { CopyImageCommand } from "./commands/CopyImageCommand";
10
+ import { CreateAppBlockBuilderCommand, } from "./commands/CreateAppBlockBuilderCommand";
11
+ import { CreateAppBlockBuilderStreamingURLCommand, } from "./commands/CreateAppBlockBuilderStreamingURLCommand";
9
12
  import { CreateAppBlockCommand, } from "./commands/CreateAppBlockCommand";
10
13
  import { CreateApplicationCommand, } from "./commands/CreateApplicationCommand";
11
14
  import { CreateDirectoryConfigCommand, } from "./commands/CreateDirectoryConfigCommand";
@@ -18,6 +21,7 @@ import { CreateStreamingURLCommand, } from "./commands/CreateStreamingURLCommand
18
21
  import { CreateUpdatedImageCommand, } from "./commands/CreateUpdatedImageCommand";
19
22
  import { CreateUsageReportSubscriptionCommand, } from "./commands/CreateUsageReportSubscriptionCommand";
20
23
  import { CreateUserCommand } from "./commands/CreateUserCommand";
24
+ import { DeleteAppBlockBuilderCommand, } from "./commands/DeleteAppBlockBuilderCommand";
21
25
  import { DeleteAppBlockCommand, } from "./commands/DeleteAppBlockCommand";
22
26
  import { DeleteApplicationCommand, } from "./commands/DeleteApplicationCommand";
23
27
  import { DeleteDirectoryConfigCommand, } from "./commands/DeleteDirectoryConfigCommand";
@@ -29,6 +33,8 @@ import { DeleteImagePermissionsCommand, } from "./commands/DeleteImagePermission
29
33
  import { DeleteStackCommand } from "./commands/DeleteStackCommand";
30
34
  import { DeleteUsageReportSubscriptionCommand, } from "./commands/DeleteUsageReportSubscriptionCommand";
31
35
  import { DeleteUserCommand } from "./commands/DeleteUserCommand";
36
+ import { DescribeAppBlockBuilderAppBlockAssociationsCommand, } from "./commands/DescribeAppBlockBuilderAppBlockAssociationsCommand";
37
+ import { DescribeAppBlockBuildersCommand, } from "./commands/DescribeAppBlockBuildersCommand";
32
38
  import { DescribeAppBlocksCommand, } from "./commands/DescribeAppBlocksCommand";
33
39
  import { DescribeApplicationFleetAssociationsCommand, } from "./commands/DescribeApplicationFleetAssociationsCommand";
34
40
  import { DescribeApplicationsCommand, } from "./commands/DescribeApplicationsCommand";
@@ -44,6 +50,7 @@ import { DescribeUsageReportSubscriptionsCommand, } from "./commands/DescribeUsa
44
50
  import { DescribeUsersCommand, } from "./commands/DescribeUsersCommand";
45
51
  import { DescribeUserStackAssociationsCommand, } from "./commands/DescribeUserStackAssociationsCommand";
46
52
  import { DisableUserCommand } from "./commands/DisableUserCommand";
53
+ import { DisassociateAppBlockBuilderAppBlockCommand, } from "./commands/DisassociateAppBlockBuilderAppBlockCommand";
47
54
  import { DisassociateApplicationFleetCommand, } from "./commands/DisassociateApplicationFleetCommand";
48
55
  import { DisassociateApplicationFromEntitlementCommand, } from "./commands/DisassociateApplicationFromEntitlementCommand";
49
56
  import { DisassociateFleetCommand, } from "./commands/DisassociateFleetCommand";
@@ -53,12 +60,15 @@ import { ListAssociatedFleetsCommand, } from "./commands/ListAssociatedFleetsCom
53
60
  import { ListAssociatedStacksCommand, } from "./commands/ListAssociatedStacksCommand";
54
61
  import { ListEntitledApplicationsCommand, } from "./commands/ListEntitledApplicationsCommand";
55
62
  import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
63
+ import { StartAppBlockBuilderCommand, } from "./commands/StartAppBlockBuilderCommand";
56
64
  import { StartFleetCommand } from "./commands/StartFleetCommand";
57
65
  import { StartImageBuilderCommand, } from "./commands/StartImageBuilderCommand";
66
+ import { StopAppBlockBuilderCommand, } from "./commands/StopAppBlockBuilderCommand";
58
67
  import { StopFleetCommand } from "./commands/StopFleetCommand";
59
68
  import { StopImageBuilderCommand, } from "./commands/StopImageBuilderCommand";
60
69
  import { TagResourceCommand } from "./commands/TagResourceCommand";
61
70
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
71
+ import { UpdateAppBlockBuilderCommand, } from "./commands/UpdateAppBlockBuilderCommand";
62
72
  import { UpdateApplicationCommand, } from "./commands/UpdateApplicationCommand";
63
73
  import { UpdateDirectoryConfigCommand, } from "./commands/UpdateDirectoryConfigCommand";
64
74
  import { UpdateEntitlementCommand, } from "./commands/UpdateEntitlementCommand";
@@ -66,6 +76,7 @@ import { UpdateFleetCommand } from "./commands/UpdateFleetCommand";
66
76
  import { UpdateImagePermissionsCommand, } from "./commands/UpdateImagePermissionsCommand";
67
77
  import { UpdateStackCommand } from "./commands/UpdateStackCommand";
68
78
  const commands = {
79
+ AssociateAppBlockBuilderAppBlockCommand,
69
80
  AssociateApplicationFleetCommand,
70
81
  AssociateApplicationToEntitlementCommand,
71
82
  AssociateFleetCommand,
@@ -73,6 +84,8 @@ const commands = {
73
84
  BatchDisassociateUserStackCommand,
74
85
  CopyImageCommand,
75
86
  CreateAppBlockCommand,
87
+ CreateAppBlockBuilderCommand,
88
+ CreateAppBlockBuilderStreamingURLCommand,
76
89
  CreateApplicationCommand,
77
90
  CreateDirectoryConfigCommand,
78
91
  CreateEntitlementCommand,
@@ -85,6 +98,7 @@ const commands = {
85
98
  CreateUsageReportSubscriptionCommand,
86
99
  CreateUserCommand,
87
100
  DeleteAppBlockCommand,
101
+ DeleteAppBlockBuilderCommand,
88
102
  DeleteApplicationCommand,
89
103
  DeleteDirectoryConfigCommand,
90
104
  DeleteEntitlementCommand,
@@ -95,6 +109,8 @@ const commands = {
95
109
  DeleteStackCommand,
96
110
  DeleteUsageReportSubscriptionCommand,
97
111
  DeleteUserCommand,
112
+ DescribeAppBlockBuilderAppBlockAssociationsCommand,
113
+ DescribeAppBlockBuildersCommand,
98
114
  DescribeAppBlocksCommand,
99
115
  DescribeApplicationFleetAssociationsCommand,
100
116
  DescribeApplicationsCommand,
@@ -110,6 +126,7 @@ const commands = {
110
126
  DescribeUsersCommand,
111
127
  DescribeUserStackAssociationsCommand,
112
128
  DisableUserCommand,
129
+ DisassociateAppBlockBuilderAppBlockCommand,
113
130
  DisassociateApplicationFleetCommand,
114
131
  DisassociateApplicationFromEntitlementCommand,
115
132
  DisassociateFleetCommand,
@@ -119,12 +136,15 @@ const commands = {
119
136
  ListAssociatedStacksCommand,
120
137
  ListEntitledApplicationsCommand,
121
138
  ListTagsForResourceCommand,
139
+ StartAppBlockBuilderCommand,
122
140
  StartFleetCommand,
123
141
  StartImageBuilderCommand,
142
+ StopAppBlockBuilderCommand,
124
143
  StopFleetCommand,
125
144
  StopImageBuilderCommand,
126
145
  TagResourceCommand,
127
146
  UntagResourceCommand,
147
+ UpdateAppBlockBuilderCommand,
128
148
  UpdateApplicationCommand,
129
149
  UpdateDirectoryConfigCommand,
130
150
  UpdateEntitlementCommand,
@@ -1,13 +1,13 @@
1
- import { resolveRegionConfig } from "@aws-sdk/config-resolver";
2
- import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
3
- import { resolveEndpointConfig } from "@aws-sdk/middleware-endpoint";
4
1
  import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
5
2
  import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
6
3
  import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection";
7
- import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
8
4
  import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
9
5
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
10
- import { Client as __Client, } from "@aws-sdk/smithy-client";
6
+ import { resolveRegionConfig } from "@smithy/config-resolver";
7
+ import { getContentLengthPlugin } from "@smithy/middleware-content-length";
8
+ import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
9
+ import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
10
+ import { Client as __Client, } from "@smithy/smithy-client";
11
11
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
12
12
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
13
13
  export { __Client };
@@ -0,0 +1,42 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { de_AssociateAppBlockBuilderAppBlockCommand, se_AssociateAppBlockBuilderAppBlockCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
6
+ export class AssociateAppBlockBuilderAppBlockCommand extends $Command {
7
+ static getEndpointParameterInstructions() {
8
+ return {
9
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
10
+ Endpoint: { type: "builtInParams", name: "endpoint" },
11
+ Region: { type: "builtInParams", name: "region" },
12
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
13
+ };
14
+ }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
+ resolveMiddleware(clientStack, configuration, options) {
20
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
+ this.middlewareStack.use(getEndpointPlugin(configuration, AssociateAppBlockBuilderAppBlockCommand.getEndpointParameterInstructions()));
22
+ const stack = clientStack.concat(this.middlewareStack);
23
+ const { logger } = configuration;
24
+ const clientName = "AppStreamClient";
25
+ const commandName = "AssociateAppBlockBuilderAppBlockCommand";
26
+ const handlerExecutionContext = {
27
+ logger,
28
+ clientName,
29
+ commandName,
30
+ inputFilterSensitiveLog: (_) => _,
31
+ outputFilterSensitiveLog: (_) => _,
32
+ };
33
+ const { requestHandler } = configuration;
34
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
+ }
36
+ serialize(input, context) {
37
+ return se_AssociateAppBlockBuilderAppBlockCommand(input, context);
38
+ }
39
+ deserialize(output, context) {
40
+ return de_AssociateAppBlockBuilderAppBlockCommand(output, context);
41
+ }
42
+ }
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_AssociateApplicationFleetCommand, se_AssociateApplicationFleetCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class AssociateApplicationFleetCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_AssociateApplicationToEntitlementCommand, se_AssociateApplicationToEntitlementCommand, } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class AssociateApplicationToEntitlementCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_AssociateFleetCommand, se_AssociateFleetCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class AssociateFleetCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { BatchAssociateUserStackRequestFilterSensitiveLog, BatchAssociateUserStackResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_BatchAssociateUserStackCommand, se_BatchAssociateUserStackCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { BatchDisassociateUserStackRequestFilterSensitiveLog, BatchDisassociateUserStackResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_BatchDisassociateUserStackCommand, se_BatchDisassociateUserStackCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_CopyImageCommand, se_CopyImageCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class CopyImageCommand extends $Command {
@@ -0,0 +1,42 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { de_CreateAppBlockBuilderCommand, se_CreateAppBlockBuilderCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
6
+ export class CreateAppBlockBuilderCommand extends $Command {
7
+ static getEndpointParameterInstructions() {
8
+ return {
9
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
10
+ Endpoint: { type: "builtInParams", name: "endpoint" },
11
+ Region: { type: "builtInParams", name: "region" },
12
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
13
+ };
14
+ }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
+ resolveMiddleware(clientStack, configuration, options) {
20
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
+ this.middlewareStack.use(getEndpointPlugin(configuration, CreateAppBlockBuilderCommand.getEndpointParameterInstructions()));
22
+ const stack = clientStack.concat(this.middlewareStack);
23
+ const { logger } = configuration;
24
+ const clientName = "AppStreamClient";
25
+ const commandName = "CreateAppBlockBuilderCommand";
26
+ const handlerExecutionContext = {
27
+ logger,
28
+ clientName,
29
+ commandName,
30
+ inputFilterSensitiveLog: (_) => _,
31
+ outputFilterSensitiveLog: (_) => _,
32
+ };
33
+ const { requestHandler } = configuration;
34
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
+ }
36
+ serialize(input, context) {
37
+ return se_CreateAppBlockBuilderCommand(input, context);
38
+ }
39
+ deserialize(output, context) {
40
+ return de_CreateAppBlockBuilderCommand(output, context);
41
+ }
42
+ }
@@ -0,0 +1,42 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { de_CreateAppBlockBuilderStreamingURLCommand, se_CreateAppBlockBuilderStreamingURLCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
6
+ export class CreateAppBlockBuilderStreamingURLCommand extends $Command {
7
+ static getEndpointParameterInstructions() {
8
+ return {
9
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
10
+ Endpoint: { type: "builtInParams", name: "endpoint" },
11
+ Region: { type: "builtInParams", name: "region" },
12
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
13
+ };
14
+ }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
+ resolveMiddleware(clientStack, configuration, options) {
20
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
+ this.middlewareStack.use(getEndpointPlugin(configuration, CreateAppBlockBuilderStreamingURLCommand.getEndpointParameterInstructions()));
22
+ const stack = clientStack.concat(this.middlewareStack);
23
+ const { logger } = configuration;
24
+ const clientName = "AppStreamClient";
25
+ const commandName = "CreateAppBlockBuilderStreamingURLCommand";
26
+ const handlerExecutionContext = {
27
+ logger,
28
+ clientName,
29
+ commandName,
30
+ inputFilterSensitiveLog: (_) => _,
31
+ outputFilterSensitiveLog: (_) => _,
32
+ };
33
+ const { requestHandler } = configuration;
34
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
+ }
36
+ serialize(input, context) {
37
+ return se_CreateAppBlockBuilderStreamingURLCommand(input, context);
38
+ }
39
+ deserialize(output, context) {
40
+ return de_CreateAppBlockBuilderStreamingURLCommand(output, context);
41
+ }
42
+ }
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_CreateAppBlockCommand, se_CreateAppBlockCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class CreateAppBlockCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_CreateApplicationCommand, se_CreateApplicationCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class CreateApplicationCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { CreateDirectoryConfigRequestFilterSensitiveLog, CreateDirectoryConfigResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_CreateDirectoryConfigCommand, se_CreateDirectoryConfigCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_CreateEntitlementCommand, se_CreateEntitlementCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class CreateEntitlementCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_CreateFleetCommand, se_CreateFleetCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class CreateFleetCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_CreateImageBuilderCommand, se_CreateImageBuilderCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class CreateImageBuilderCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_CreateImageBuilderStreamingURLCommand, se_CreateImageBuilderStreamingURLCommand, } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class CreateImageBuilderStreamingURLCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_CreateStackCommand, se_CreateStackCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class CreateStackCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_CreateStreamingURLCommand, se_CreateStreamingURLCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class CreateStreamingURLCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_CreateUpdatedImageCommand, se_CreateUpdatedImageCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class CreateUpdatedImageCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_CreateUsageReportSubscriptionCommand, se_CreateUsageReportSubscriptionCommand, } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class CreateUsageReportSubscriptionCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { CreateUserRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_CreateUserCommand, se_CreateUserCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
@@ -0,0 +1,42 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { de_DeleteAppBlockBuilderCommand, se_DeleteAppBlockBuilderCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
6
+ export class DeleteAppBlockBuilderCommand extends $Command {
7
+ static getEndpointParameterInstructions() {
8
+ return {
9
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
10
+ Endpoint: { type: "builtInParams", name: "endpoint" },
11
+ Region: { type: "builtInParams", name: "region" },
12
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
13
+ };
14
+ }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
+ resolveMiddleware(clientStack, configuration, options) {
20
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
+ this.middlewareStack.use(getEndpointPlugin(configuration, DeleteAppBlockBuilderCommand.getEndpointParameterInstructions()));
22
+ const stack = clientStack.concat(this.middlewareStack);
23
+ const { logger } = configuration;
24
+ const clientName = "AppStreamClient";
25
+ const commandName = "DeleteAppBlockBuilderCommand";
26
+ const handlerExecutionContext = {
27
+ logger,
28
+ clientName,
29
+ commandName,
30
+ inputFilterSensitiveLog: (_) => _,
31
+ outputFilterSensitiveLog: (_) => _,
32
+ };
33
+ const { requestHandler } = configuration;
34
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
+ }
36
+ serialize(input, context) {
37
+ return se_DeleteAppBlockBuilderCommand(input, context);
38
+ }
39
+ deserialize(output, context) {
40
+ return de_DeleteAppBlockBuilderCommand(output, context);
41
+ }
42
+ }
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DeleteAppBlockCommand, se_DeleteAppBlockCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DeleteAppBlockCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DeleteApplicationCommand, se_DeleteApplicationCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DeleteApplicationCommand extends $Command {