@aws-sdk/client-license-manager 3.33.0 → 3.36.1

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 (434) hide show
  1. package/CHANGELOG.md +48 -0
  2. package/README.md +2 -4
  3. package/{dist/cjs → dist-cjs}/LicenseManager.js +47 -8
  4. package/{dist/cjs → dist-cjs}/LicenseManagerClient.js +8 -19
  5. package/{dist/cjs → dist-cjs}/commands/AcceptGrantCommand.js +2 -27
  6. package/{dist/cjs → dist-cjs}/commands/CheckInLicenseCommand.js +2 -27
  7. package/{dist/cjs → dist-cjs}/commands/CheckoutBorrowLicenseCommand.js +2 -27
  8. package/{dist/cjs → dist-cjs}/commands/CheckoutLicenseCommand.js +2 -27
  9. package/{dist/cjs → dist-cjs}/commands/CreateGrantCommand.js +2 -27
  10. package/{dist/cjs → dist-cjs}/commands/CreateGrantVersionCommand.js +2 -27
  11. package/{dist/cjs → dist-cjs}/commands/CreateLicenseCommand.js +2 -27
  12. package/{dist/cjs → dist-cjs}/commands/CreateLicenseConfigurationCommand.js +2 -32
  13. package/dist-cjs/commands/CreateLicenseConversionTaskForResourceCommand.js +36 -0
  14. package/{dist/cjs → dist-cjs}/commands/CreateLicenseManagerReportGeneratorCommand.js +2 -27
  15. package/{dist/cjs → dist-cjs}/commands/CreateLicenseVersionCommand.js +2 -27
  16. package/{dist/cjs → dist-cjs}/commands/CreateTokenCommand.js +2 -30
  17. package/{dist/cjs → dist-cjs}/commands/DeleteGrantCommand.js +2 -27
  18. package/{dist/cjs → dist-cjs}/commands/DeleteLicenseCommand.js +2 -27
  19. package/{dist/cjs → dist-cjs}/commands/DeleteLicenseConfigurationCommand.js +2 -28
  20. package/{dist/cjs → dist-cjs}/commands/DeleteLicenseManagerReportGeneratorCommand.js +2 -28
  21. package/{dist/cjs → dist-cjs}/commands/DeleteTokenCommand.js +2 -27
  22. package/{dist/cjs → dist-cjs}/commands/ExtendLicenseConsumptionCommand.js +2 -27
  23. package/{dist/cjs → dist-cjs}/commands/GetAccessTokenCommand.js +2 -28
  24. package/{dist/cjs → dist-cjs}/commands/GetGrantCommand.js +2 -27
  25. package/{dist/cjs → dist-cjs}/commands/GetLicenseCommand.js +2 -27
  26. package/{dist/cjs → dist-cjs}/commands/GetLicenseConfigurationCommand.js +2 -27
  27. package/dist-cjs/commands/GetLicenseConversionTaskCommand.js +36 -0
  28. package/{dist/cjs → dist-cjs}/commands/GetLicenseManagerReportGeneratorCommand.js +2 -27
  29. package/{dist/cjs → dist-cjs}/commands/GetLicenseUsageCommand.js +2 -27
  30. package/{dist/cjs → dist-cjs}/commands/GetServiceSettingsCommand.js +2 -27
  31. package/{dist/cjs → dist-cjs}/commands/ListAssociationsForLicenseConfigurationCommand.js +2 -30
  32. package/{dist/cjs → dist-cjs}/commands/ListDistributedGrantsCommand.js +2 -27
  33. package/{dist/cjs → dist-cjs}/commands/ListFailuresForLicenseConfigurationOperationsCommand.js +2 -27
  34. package/{dist/cjs → dist-cjs}/commands/ListLicenseConfigurationsCommand.js +2 -27
  35. package/dist-cjs/commands/ListLicenseConversionTasksCommand.js +36 -0
  36. package/{dist/cjs → dist-cjs}/commands/ListLicenseManagerReportGeneratorsCommand.js +2 -27
  37. package/{dist/cjs → dist-cjs}/commands/ListLicenseSpecificationsForResourceCommand.js +2 -27
  38. package/{dist/cjs → dist-cjs}/commands/ListLicenseVersionsCommand.js +2 -27
  39. package/{dist/cjs → dist-cjs}/commands/ListLicensesCommand.js +2 -27
  40. package/{dist/cjs → dist-cjs}/commands/ListReceivedGrantsCommand.js +2 -27
  41. package/{dist/cjs → dist-cjs}/commands/ListReceivedLicensesCommand.js +2 -27
  42. package/{dist/cjs → dist-cjs}/commands/ListResourceInventoryCommand.js +2 -27
  43. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -27
  44. package/{dist/cjs → dist-cjs}/commands/ListTokensCommand.js +2 -27
  45. package/{dist/cjs → dist-cjs}/commands/ListUsageForLicenseConfigurationCommand.js +2 -29
  46. package/{dist/cjs → dist-cjs}/commands/RejectGrantCommand.js +2 -27
  47. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -27
  48. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
  49. package/{dist/cjs → dist-cjs}/commands/UpdateLicenseConfigurationCommand.js +2 -27
  50. package/{dist/cjs → dist-cjs}/commands/UpdateLicenseManagerReportGeneratorCommand.js +2 -28
  51. package/{dist/cjs → dist-cjs}/commands/UpdateLicenseSpecificationsForResourceCommand.js +2 -30
  52. package/{dist/cjs → dist-cjs}/commands/UpdateServiceSettingsCommand.js +2 -27
  53. package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
  54. package/{dist/cjs → dist-cjs}/index.js +3 -1
  55. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  56. package/{dist/cjs → dist-cjs}/models/models_0.js +57 -430
  57. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +385 -8
  58. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  59. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  60. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  61. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  62. package/{dist/es → dist-es}/LicenseManager.js +48 -9
  63. package/{dist/es → dist-es}/LicenseManagerClient.js +2 -13
  64. package/{dist/es → dist-es}/commands/AcceptGrantCommand.js +4 -30
  65. package/{dist/es → dist-es}/commands/CheckInLicenseCommand.js +4 -30
  66. package/{dist/es → dist-es}/commands/CheckoutBorrowLicenseCommand.js +4 -30
  67. package/{dist/es → dist-es}/commands/CheckoutLicenseCommand.js +4 -30
  68. package/{dist/es → dist-es}/commands/CreateGrantCommand.js +4 -30
  69. package/{dist/es → dist-es}/commands/CreateGrantVersionCommand.js +4 -30
  70. package/{dist/es → dist-es}/commands/CreateLicenseCommand.js +4 -30
  71. package/{dist/es → dist-es}/commands/CreateLicenseConfigurationCommand.js +4 -35
  72. package/dist-es/commands/CreateLicenseConversionTaskForResourceCommand.js +39 -0
  73. package/{dist/es → dist-es}/commands/CreateLicenseManagerReportGeneratorCommand.js +4 -30
  74. package/{dist/es → dist-es}/commands/CreateLicenseVersionCommand.js +4 -30
  75. package/{dist/es → dist-es}/commands/CreateTokenCommand.js +4 -33
  76. package/{dist/es → dist-es}/commands/DeleteGrantCommand.js +4 -30
  77. package/{dist/es → dist-es}/commands/DeleteLicenseCommand.js +4 -30
  78. package/{dist/es → dist-es}/commands/DeleteLicenseConfigurationCommand.js +4 -31
  79. package/{dist/es → dist-es}/commands/DeleteLicenseManagerReportGeneratorCommand.js +4 -31
  80. package/{dist/es → dist-es}/commands/DeleteTokenCommand.js +4 -30
  81. package/{dist/es → dist-es}/commands/ExtendLicenseConsumptionCommand.js +4 -30
  82. package/{dist/es → dist-es}/commands/GetAccessTokenCommand.js +4 -31
  83. package/{dist/es → dist-es}/commands/GetGrantCommand.js +4 -30
  84. package/{dist/es → dist-es}/commands/GetLicenseCommand.js +4 -30
  85. package/{dist/es → dist-es}/commands/GetLicenseConfigurationCommand.js +4 -30
  86. package/dist-es/commands/GetLicenseConversionTaskCommand.js +39 -0
  87. package/{dist/es → dist-es}/commands/GetLicenseManagerReportGeneratorCommand.js +4 -30
  88. package/{dist/es → dist-es}/commands/GetLicenseUsageCommand.js +4 -30
  89. package/{dist/es → dist-es}/commands/GetServiceSettingsCommand.js +4 -30
  90. package/{dist/es → dist-es}/commands/ListAssociationsForLicenseConfigurationCommand.js +4 -33
  91. package/{dist/es → dist-es}/commands/ListDistributedGrantsCommand.js +4 -30
  92. package/{dist/es → dist-es}/commands/ListFailuresForLicenseConfigurationOperationsCommand.js +4 -30
  93. package/{dist/es → dist-es}/commands/ListLicenseConfigurationsCommand.js +4 -30
  94. package/dist-es/commands/ListLicenseConversionTasksCommand.js +39 -0
  95. package/{dist/es → dist-es}/commands/ListLicenseManagerReportGeneratorsCommand.js +4 -30
  96. package/{dist/es → dist-es}/commands/ListLicenseSpecificationsForResourceCommand.js +4 -30
  97. package/{dist/es → dist-es}/commands/ListLicenseVersionsCommand.js +4 -30
  98. package/{dist/es → dist-es}/commands/ListLicensesCommand.js +4 -30
  99. package/{dist/es → dist-es}/commands/ListReceivedGrantsCommand.js +4 -30
  100. package/{dist/es → dist-es}/commands/ListReceivedLicensesCommand.js +4 -30
  101. package/{dist/es → dist-es}/commands/ListResourceInventoryCommand.js +4 -30
  102. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -30
  103. package/{dist/es → dist-es}/commands/ListTokensCommand.js +4 -30
  104. package/{dist/es → dist-es}/commands/ListUsageForLicenseConfigurationCommand.js +4 -32
  105. package/{dist/es → dist-es}/commands/RejectGrantCommand.js +4 -30
  106. package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -30
  107. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
  108. package/{dist/es → dist-es}/commands/UpdateLicenseConfigurationCommand.js +4 -30
  109. package/{dist/es → dist-es}/commands/UpdateLicenseManagerReportGeneratorCommand.js +4 -31
  110. package/{dist/es → dist-es}/commands/UpdateLicenseSpecificationsForResourceCommand.js +4 -33
  111. package/{dist/es → dist-es}/commands/UpdateServiceSettingsCommand.js +4 -30
  112. package/{dist/es → dist-es}/endpoints.js +1 -2
  113. package/{dist/es → dist-es}/index.js +3 -1
  114. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  115. package/{dist/es → dist-es}/models/models_0.js +38 -427
  116. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +1927 -1532
  117. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
  118. package/{dist/es → dist-es}/runtimeConfig.js +1 -5
  119. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
  120. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
  121. package/{dist/types → dist-types}/LicenseManager.d.ts +35 -14
  122. package/{dist/types/ts3.4 → dist-types}/LicenseManagerClient.d.ts +181 -179
  123. package/{dist/types → dist-types}/commands/AcceptGrantCommand.d.ts +2 -2
  124. package/{dist/types → dist-types}/commands/CheckInLicenseCommand.d.ts +2 -2
  125. package/{dist/types → dist-types}/commands/CheckoutBorrowLicenseCommand.d.ts +2 -2
  126. package/{dist/types → dist-types}/commands/CheckoutLicenseCommand.d.ts +2 -2
  127. package/{dist/types → dist-types}/commands/CreateGrantCommand.d.ts +3 -3
  128. package/{dist/types → dist-types}/commands/CreateGrantVersionCommand.d.ts +2 -2
  129. package/{dist/types → dist-types}/commands/CreateLicenseCommand.d.ts +2 -2
  130. package/{dist/types → dist-types}/commands/CreateLicenseConfigurationCommand.d.ts +2 -2
  131. package/dist-types/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +35 -0
  132. package/{dist/types → dist-types}/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +3 -3
  133. package/{dist/types → dist-types}/commands/CreateLicenseVersionCommand.d.ts +2 -2
  134. package/{dist/types → dist-types}/commands/CreateTokenCommand.d.ts +2 -2
  135. package/{dist/types → dist-types}/commands/DeleteGrantCommand.d.ts +2 -2
  136. package/{dist/types → dist-types}/commands/DeleteLicenseCommand.d.ts +2 -2
  137. package/{dist/types → dist-types}/commands/DeleteLicenseConfigurationCommand.d.ts +2 -2
  138. package/{dist/types → dist-types}/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +5 -4
  139. package/{dist/types → dist-types}/commands/DeleteTokenCommand.d.ts +2 -2
  140. package/{dist/types → dist-types}/commands/ExtendLicenseConsumptionCommand.d.ts +2 -2
  141. package/{dist/types → dist-types}/commands/GetAccessTokenCommand.d.ts +2 -2
  142. package/{dist/types → dist-types}/commands/GetGrantCommand.d.ts +2 -2
  143. package/{dist/types → dist-types}/commands/GetLicenseCommand.d.ts +2 -2
  144. package/{dist/types → dist-types}/commands/GetLicenseConfigurationCommand.d.ts +2 -2
  145. package/dist-types/commands/GetLicenseConversionTaskCommand.d.ts +35 -0
  146. package/{dist/types → dist-types}/commands/GetLicenseManagerReportGeneratorCommand.d.ts +3 -3
  147. package/{dist/types → dist-types}/commands/GetLicenseUsageCommand.d.ts +2 -2
  148. package/{dist/types → dist-types}/commands/GetServiceSettingsCommand.d.ts +2 -2
  149. package/{dist/types → dist-types}/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +2 -2
  150. package/{dist/types → dist-types}/commands/ListDistributedGrantsCommand.d.ts +2 -2
  151. package/{dist/types → dist-types}/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +2 -2
  152. package/{dist/types → dist-types}/commands/ListLicenseConfigurationsCommand.d.ts +2 -2
  153. package/dist-types/commands/ListLicenseConversionTasksCommand.d.ts +35 -0
  154. package/{dist/types → dist-types}/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +2 -2
  155. package/{dist/types → dist-types}/commands/ListLicenseSpecificationsForResourceCommand.d.ts +2 -2
  156. package/{dist/types → dist-types}/commands/ListLicenseVersionsCommand.d.ts +2 -2
  157. package/{dist/types → dist-types}/commands/ListLicensesCommand.d.ts +2 -2
  158. package/{dist/types → dist-types}/commands/ListReceivedGrantsCommand.d.ts +2 -2
  159. package/{dist/types → dist-types}/commands/ListReceivedLicensesCommand.d.ts +2 -2
  160. package/{dist/types → dist-types}/commands/ListResourceInventoryCommand.d.ts +2 -2
  161. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  162. package/{dist/types → dist-types}/commands/ListTokensCommand.d.ts +2 -2
  163. package/{dist/types → dist-types}/commands/ListUsageForLicenseConfigurationCommand.d.ts +2 -2
  164. package/{dist/types → dist-types}/commands/RejectGrantCommand.d.ts +2 -2
  165. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  166. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  167. package/{dist/types → dist-types}/commands/UpdateLicenseConfigurationCommand.d.ts +2 -2
  168. package/{dist/types → dist-types}/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +3 -3
  169. package/{dist/types → dist-types}/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +4 -4
  170. package/{dist/types → dist-types}/commands/UpdateServiceSettingsCommand.d.ts +2 -2
  171. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  172. package/{dist/types → dist-types}/index.d.ts +3 -0
  173. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  174. package/{dist/types → dist-types}/models/models_0.d.ts +249 -39
  175. package/{dist/types/ts3.4 → dist-types}/protocols/Aws_json1_1.d.ts +146 -137
  176. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  177. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  178. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  179. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  180. package/{dist/types → dist-types}/ts3.4/LicenseManager.d.ts +64 -163
  181. package/{dist/types → dist-types/ts3.4}/LicenseManagerClient.d.ts +115 -179
  182. package/dist-types/ts3.4/commands/AcceptGrantCommand.d.ts +17 -0
  183. package/dist-types/ts3.4/commands/CheckInLicenseCommand.d.ts +17 -0
  184. package/{dist/types → dist-types}/ts3.4/commands/CheckoutBorrowLicenseCommand.d.ts +4 -22
  185. package/{dist/types → dist-types}/ts3.4/commands/CheckoutLicenseCommand.d.ts +4 -22
  186. package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +17 -0
  187. package/{dist/types → dist-types}/ts3.4/commands/CreateGrantVersionCommand.d.ts +4 -22
  188. package/{dist/types → dist-types}/ts3.4/commands/CreateLicenseCommand.d.ts +4 -22
  189. package/dist-types/ts3.4/commands/CreateLicenseConfigurationCommand.d.ts +17 -0
  190. package/dist-types/ts3.4/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +17 -0
  191. package/{dist/types → dist-types}/ts3.4/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +4 -22
  192. package/{dist/types → dist-types}/ts3.4/commands/CreateLicenseVersionCommand.d.ts +4 -22
  193. package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +17 -0
  194. package/dist-types/ts3.4/commands/DeleteGrantCommand.d.ts +17 -0
  195. package/dist-types/ts3.4/commands/DeleteLicenseCommand.d.ts +17 -0
  196. package/{dist/types → dist-types}/ts3.4/commands/DeleteLicenseConfigurationCommand.d.ts +4 -23
  197. package/dist-types/ts3.4/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +17 -0
  198. package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +17 -0
  199. package/{dist/types → dist-types}/ts3.4/commands/ExtendLicenseConsumptionCommand.d.ts +4 -22
  200. package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +17 -0
  201. package/dist-types/ts3.4/commands/GetGrantCommand.d.ts +17 -0
  202. package/dist-types/ts3.4/commands/GetLicenseCommand.d.ts +17 -0
  203. package/{dist/types → dist-types}/ts3.4/commands/GetLicenseConfigurationCommand.d.ts +4 -22
  204. package/dist-types/ts3.4/commands/GetLicenseConversionTaskCommand.d.ts +17 -0
  205. package/{dist/types → dist-types}/ts3.4/commands/GetLicenseManagerReportGeneratorCommand.d.ts +4 -22
  206. package/dist-types/ts3.4/commands/GetLicenseUsageCommand.d.ts +17 -0
  207. package/{dist/types → dist-types}/ts3.4/commands/GetServiceSettingsCommand.d.ts +4 -22
  208. package/dist-types/ts3.4/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +17 -0
  209. package/{dist/types → dist-types}/ts3.4/commands/ListDistributedGrantsCommand.d.ts +4 -22
  210. package/{dist/types → dist-types}/ts3.4/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +4 -22
  211. package/{dist/types → dist-types}/ts3.4/commands/ListLicenseConfigurationsCommand.d.ts +4 -22
  212. package/dist-types/ts3.4/commands/ListLicenseConversionTasksCommand.d.ts +17 -0
  213. package/{dist/types → dist-types}/ts3.4/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +4 -22
  214. package/{dist/types → dist-types}/ts3.4/commands/ListLicenseSpecificationsForResourceCommand.d.ts +4 -22
  215. package/{dist/types → dist-types}/ts3.4/commands/ListLicenseVersionsCommand.d.ts +4 -22
  216. package/dist-types/ts3.4/commands/ListLicensesCommand.d.ts +17 -0
  217. package/{dist/types → dist-types}/ts3.4/commands/ListReceivedGrantsCommand.d.ts +4 -22
  218. package/{dist/types → dist-types}/ts3.4/commands/ListReceivedLicensesCommand.d.ts +4 -22
  219. package/{dist/types → dist-types}/ts3.4/commands/ListResourceInventoryCommand.d.ts +4 -22
  220. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -22
  221. package/dist-types/ts3.4/commands/ListTokensCommand.d.ts +17 -0
  222. package/dist-types/ts3.4/commands/ListUsageForLicenseConfigurationCommand.d.ts +17 -0
  223. package/dist-types/ts3.4/commands/RejectGrantCommand.d.ts +17 -0
  224. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  225. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  226. package/{dist/types → dist-types}/ts3.4/commands/UpdateLicenseConfigurationCommand.d.ts +4 -22
  227. package/{dist/types → dist-types}/ts3.4/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +4 -23
  228. package/dist-types/ts3.4/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +17 -0
  229. package/{dist/types → dist-types}/ts3.4/commands/UpdateServiceSettingsCommand.d.ts +4 -22
  230. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  231. package/{dist/types → dist-types}/ts3.4/index.d.ts +3 -0
  232. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  233. package/dist-types/ts3.4/models/models_0.d.ts +2067 -0
  234. package/{dist/types → dist-types/ts3.4}/protocols/Aws_json1_1.d.ts +146 -137
  235. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
  236. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
  237. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  238. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  239. package/package.json +52 -49
  240. package/LicenseManager.ts +0 -1597
  241. package/LicenseManagerClient.ts +0 -444
  242. package/commands/AcceptGrantCommand.ts +0 -94
  243. package/commands/CheckInLicenseCommand.ts +0 -94
  244. package/commands/CheckoutBorrowLicenseCommand.ts +0 -94
  245. package/commands/CheckoutLicenseCommand.ts +0 -94
  246. package/commands/CreateGrantCommand.ts +0 -94
  247. package/commands/CreateGrantVersionCommand.ts +0 -94
  248. package/commands/CreateLicenseCommand.ts +0 -94
  249. package/commands/CreateLicenseConfigurationCommand.ts +0 -102
  250. package/commands/CreateLicenseManagerReportGeneratorCommand.ts +0 -105
  251. package/commands/CreateLicenseVersionCommand.ts +0 -94
  252. package/commands/CreateTokenCommand.ts +0 -97
  253. package/commands/DeleteGrantCommand.ts +0 -94
  254. package/commands/DeleteLicenseCommand.ts +0 -94
  255. package/commands/DeleteLicenseConfigurationCommand.ts +0 -98
  256. package/commands/DeleteLicenseManagerReportGeneratorCommand.ts +0 -106
  257. package/commands/DeleteTokenCommand.ts +0 -94
  258. package/commands/ExtendLicenseConsumptionCommand.ts +0 -94
  259. package/commands/GetAccessTokenCommand.ts +0 -95
  260. package/commands/GetGrantCommand.ts +0 -91
  261. package/commands/GetLicenseCommand.ts +0 -94
  262. package/commands/GetLicenseConfigurationCommand.ts +0 -94
  263. package/commands/GetLicenseManagerReportGeneratorCommand.ts +0 -102
  264. package/commands/GetLicenseUsageCommand.ts +0 -94
  265. package/commands/GetServiceSettingsCommand.ts +0 -94
  266. package/commands/ListAssociationsForLicenseConfigurationCommand.ts +0 -112
  267. package/commands/ListDistributedGrantsCommand.ts +0 -94
  268. package/commands/ListFailuresForLicenseConfigurationOperationsCommand.ts +0 -109
  269. package/commands/ListLicenseConfigurationsCommand.ts +0 -97
  270. package/commands/ListLicenseManagerReportGeneratorsCommand.ts +0 -105
  271. package/commands/ListLicenseSpecificationsForResourceCommand.ts +0 -105
  272. package/commands/ListLicenseVersionsCommand.ts +0 -94
  273. package/commands/ListLicensesCommand.ts +0 -94
  274. package/commands/ListReceivedGrantsCommand.ts +0 -94
  275. package/commands/ListReceivedLicensesCommand.ts +0 -94
  276. package/commands/ListResourceInventoryCommand.ts +0 -94
  277. package/commands/ListTagsForResourceCommand.ts +0 -94
  278. package/commands/ListTokensCommand.ts +0 -94
  279. package/commands/ListUsageForLicenseConfigurationCommand.ts +0 -104
  280. package/commands/RejectGrantCommand.ts +0 -94
  281. package/commands/TagResourceCommand.ts +0 -94
  282. package/commands/UntagResourceCommand.ts +0 -94
  283. package/commands/UpdateLicenseConfigurationCommand.ts +0 -97
  284. package/commands/UpdateLicenseManagerReportGeneratorCommand.ts +0 -106
  285. package/commands/UpdateLicenseSpecificationsForResourceCommand.ts +0 -109
  286. package/commands/UpdateServiceSettingsCommand.ts +0 -94
  287. package/dist/cjs/LicenseManager.js.map +0 -1
  288. package/dist/cjs/LicenseManagerClient.js.map +0 -1
  289. package/dist/cjs/commands/AcceptGrantCommand.js.map +0 -1
  290. package/dist/cjs/commands/CheckInLicenseCommand.js.map +0 -1
  291. package/dist/cjs/commands/CheckoutBorrowLicenseCommand.js.map +0 -1
  292. package/dist/cjs/commands/CheckoutLicenseCommand.js.map +0 -1
  293. package/dist/cjs/commands/CreateGrantCommand.js.map +0 -1
  294. package/dist/cjs/commands/CreateGrantVersionCommand.js.map +0 -1
  295. package/dist/cjs/commands/CreateLicenseCommand.js.map +0 -1
  296. package/dist/cjs/commands/CreateLicenseConfigurationCommand.js.map +0 -1
  297. package/dist/cjs/commands/CreateLicenseManagerReportGeneratorCommand.js.map +0 -1
  298. package/dist/cjs/commands/CreateLicenseVersionCommand.js.map +0 -1
  299. package/dist/cjs/commands/CreateTokenCommand.js.map +0 -1
  300. package/dist/cjs/commands/DeleteGrantCommand.js.map +0 -1
  301. package/dist/cjs/commands/DeleteLicenseCommand.js.map +0 -1
  302. package/dist/cjs/commands/DeleteLicenseConfigurationCommand.js.map +0 -1
  303. package/dist/cjs/commands/DeleteLicenseManagerReportGeneratorCommand.js.map +0 -1
  304. package/dist/cjs/commands/DeleteTokenCommand.js.map +0 -1
  305. package/dist/cjs/commands/ExtendLicenseConsumptionCommand.js.map +0 -1
  306. package/dist/cjs/commands/GetAccessTokenCommand.js.map +0 -1
  307. package/dist/cjs/commands/GetGrantCommand.js.map +0 -1
  308. package/dist/cjs/commands/GetLicenseCommand.js.map +0 -1
  309. package/dist/cjs/commands/GetLicenseConfigurationCommand.js.map +0 -1
  310. package/dist/cjs/commands/GetLicenseManagerReportGeneratorCommand.js.map +0 -1
  311. package/dist/cjs/commands/GetLicenseUsageCommand.js.map +0 -1
  312. package/dist/cjs/commands/GetServiceSettingsCommand.js.map +0 -1
  313. package/dist/cjs/commands/ListAssociationsForLicenseConfigurationCommand.js.map +0 -1
  314. package/dist/cjs/commands/ListDistributedGrantsCommand.js.map +0 -1
  315. package/dist/cjs/commands/ListFailuresForLicenseConfigurationOperationsCommand.js.map +0 -1
  316. package/dist/cjs/commands/ListLicenseConfigurationsCommand.js.map +0 -1
  317. package/dist/cjs/commands/ListLicenseManagerReportGeneratorsCommand.js.map +0 -1
  318. package/dist/cjs/commands/ListLicenseSpecificationsForResourceCommand.js.map +0 -1
  319. package/dist/cjs/commands/ListLicenseVersionsCommand.js.map +0 -1
  320. package/dist/cjs/commands/ListLicensesCommand.js.map +0 -1
  321. package/dist/cjs/commands/ListReceivedGrantsCommand.js.map +0 -1
  322. package/dist/cjs/commands/ListReceivedLicensesCommand.js.map +0 -1
  323. package/dist/cjs/commands/ListResourceInventoryCommand.js.map +0 -1
  324. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  325. package/dist/cjs/commands/ListTokensCommand.js.map +0 -1
  326. package/dist/cjs/commands/ListUsageForLicenseConfigurationCommand.js.map +0 -1
  327. package/dist/cjs/commands/RejectGrantCommand.js.map +0 -1
  328. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  329. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  330. package/dist/cjs/commands/UpdateLicenseConfigurationCommand.js.map +0 -1
  331. package/dist/cjs/commands/UpdateLicenseManagerReportGeneratorCommand.js.map +0 -1
  332. package/dist/cjs/commands/UpdateLicenseSpecificationsForResourceCommand.js.map +0 -1
  333. package/dist/cjs/commands/UpdateServiceSettingsCommand.js.map +0 -1
  334. package/dist/cjs/endpoints.js.map +0 -1
  335. package/dist/cjs/index.js.map +0 -1
  336. package/dist/cjs/models/index.js.map +0 -1
  337. package/dist/cjs/models/models_0.js.map +0 -1
  338. package/dist/cjs/package.json +0 -91
  339. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  340. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  341. package/dist/cjs/runtimeConfig.js.map +0 -1
  342. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  343. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  344. package/dist/es/LicenseManager.js.map +0 -1
  345. package/dist/es/LicenseManagerClient.js.map +0 -1
  346. package/dist/es/commands/AcceptGrantCommand.js.map +0 -1
  347. package/dist/es/commands/CheckInLicenseCommand.js.map +0 -1
  348. package/dist/es/commands/CheckoutBorrowLicenseCommand.js.map +0 -1
  349. package/dist/es/commands/CheckoutLicenseCommand.js.map +0 -1
  350. package/dist/es/commands/CreateGrantCommand.js.map +0 -1
  351. package/dist/es/commands/CreateGrantVersionCommand.js.map +0 -1
  352. package/dist/es/commands/CreateLicenseCommand.js.map +0 -1
  353. package/dist/es/commands/CreateLicenseConfigurationCommand.js.map +0 -1
  354. package/dist/es/commands/CreateLicenseManagerReportGeneratorCommand.js.map +0 -1
  355. package/dist/es/commands/CreateLicenseVersionCommand.js.map +0 -1
  356. package/dist/es/commands/CreateTokenCommand.js.map +0 -1
  357. package/dist/es/commands/DeleteGrantCommand.js.map +0 -1
  358. package/dist/es/commands/DeleteLicenseCommand.js.map +0 -1
  359. package/dist/es/commands/DeleteLicenseConfigurationCommand.js.map +0 -1
  360. package/dist/es/commands/DeleteLicenseManagerReportGeneratorCommand.js.map +0 -1
  361. package/dist/es/commands/DeleteTokenCommand.js.map +0 -1
  362. package/dist/es/commands/ExtendLicenseConsumptionCommand.js.map +0 -1
  363. package/dist/es/commands/GetAccessTokenCommand.js.map +0 -1
  364. package/dist/es/commands/GetGrantCommand.js.map +0 -1
  365. package/dist/es/commands/GetLicenseCommand.js.map +0 -1
  366. package/dist/es/commands/GetLicenseConfigurationCommand.js.map +0 -1
  367. package/dist/es/commands/GetLicenseManagerReportGeneratorCommand.js.map +0 -1
  368. package/dist/es/commands/GetLicenseUsageCommand.js.map +0 -1
  369. package/dist/es/commands/GetServiceSettingsCommand.js.map +0 -1
  370. package/dist/es/commands/ListAssociationsForLicenseConfigurationCommand.js.map +0 -1
  371. package/dist/es/commands/ListDistributedGrantsCommand.js.map +0 -1
  372. package/dist/es/commands/ListFailuresForLicenseConfigurationOperationsCommand.js.map +0 -1
  373. package/dist/es/commands/ListLicenseConfigurationsCommand.js.map +0 -1
  374. package/dist/es/commands/ListLicenseManagerReportGeneratorsCommand.js.map +0 -1
  375. package/dist/es/commands/ListLicenseSpecificationsForResourceCommand.js.map +0 -1
  376. package/dist/es/commands/ListLicenseVersionsCommand.js.map +0 -1
  377. package/dist/es/commands/ListLicensesCommand.js.map +0 -1
  378. package/dist/es/commands/ListReceivedGrantsCommand.js.map +0 -1
  379. package/dist/es/commands/ListReceivedLicensesCommand.js.map +0 -1
  380. package/dist/es/commands/ListResourceInventoryCommand.js.map +0 -1
  381. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  382. package/dist/es/commands/ListTokensCommand.js.map +0 -1
  383. package/dist/es/commands/ListUsageForLicenseConfigurationCommand.js.map +0 -1
  384. package/dist/es/commands/RejectGrantCommand.js.map +0 -1
  385. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  386. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  387. package/dist/es/commands/UpdateLicenseConfigurationCommand.js.map +0 -1
  388. package/dist/es/commands/UpdateLicenseManagerReportGeneratorCommand.js.map +0 -1
  389. package/dist/es/commands/UpdateLicenseSpecificationsForResourceCommand.js.map +0 -1
  390. package/dist/es/commands/UpdateServiceSettingsCommand.js.map +0 -1
  391. package/dist/es/endpoints.js.map +0 -1
  392. package/dist/es/index.js.map +0 -1
  393. package/dist/es/models/index.js +0 -2
  394. package/dist/es/models/index.js.map +0 -1
  395. package/dist/es/models/models_0.js.map +0 -1
  396. package/dist/es/package.json +0 -91
  397. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  398. package/dist/es/runtimeConfig.browser.js.map +0 -1
  399. package/dist/es/runtimeConfig.js.map +0 -1
  400. package/dist/es/runtimeConfig.native.js.map +0 -1
  401. package/dist/es/runtimeConfig.shared.js.map +0 -1
  402. package/dist/types/ts3.4/commands/AcceptGrantCommand.d.ts +0 -35
  403. package/dist/types/ts3.4/commands/CheckInLicenseCommand.d.ts +0 -35
  404. package/dist/types/ts3.4/commands/CreateGrantCommand.d.ts +0 -35
  405. package/dist/types/ts3.4/commands/CreateLicenseConfigurationCommand.d.ts +0 -40
  406. package/dist/types/ts3.4/commands/CreateTokenCommand.d.ts +0 -38
  407. package/dist/types/ts3.4/commands/DeleteGrantCommand.d.ts +0 -35
  408. package/dist/types/ts3.4/commands/DeleteLicenseCommand.d.ts +0 -35
  409. package/dist/types/ts3.4/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +0 -36
  410. package/dist/types/ts3.4/commands/DeleteTokenCommand.d.ts +0 -35
  411. package/dist/types/ts3.4/commands/GetAccessTokenCommand.d.ts +0 -36
  412. package/dist/types/ts3.4/commands/GetGrantCommand.d.ts +0 -35
  413. package/dist/types/ts3.4/commands/GetLicenseCommand.d.ts +0 -35
  414. package/dist/types/ts3.4/commands/GetLicenseUsageCommand.d.ts +0 -35
  415. package/dist/types/ts3.4/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +0 -38
  416. package/dist/types/ts3.4/commands/ListLicensesCommand.d.ts +0 -35
  417. package/dist/types/ts3.4/commands/ListTokensCommand.d.ts +0 -35
  418. package/dist/types/ts3.4/commands/ListUsageForLicenseConfigurationCommand.d.ts +0 -37
  419. package/dist/types/ts3.4/commands/RejectGrantCommand.d.ts +0 -35
  420. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
  421. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
  422. package/dist/types/ts3.4/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +0 -38
  423. package/dist/types/ts3.4/models/models_0.d.ts +0 -3515
  424. package/endpoints.ts +0 -86
  425. package/index.ts +0 -48
  426. package/jest.config.js +0 -4
  427. package/models/models_0.ts +0 -4395
  428. package/protocols/Aws_json1_1.ts +0 -7994
  429. package/runtimeConfig.browser.ts +0 -40
  430. package/runtimeConfig.native.ts +0 -16
  431. package/runtimeConfig.shared.ts +0 -16
  432. package/runtimeConfig.ts +0 -45
  433. package/tsconfig.es.json +0 -12
  434. package/tsconfig.json +0 -32
@@ -1,137 +1,146 @@
1
- import { AcceptGrantCommandInput, AcceptGrantCommandOutput } from "../commands/AcceptGrantCommand";
2
- import { CheckInLicenseCommandInput, CheckInLicenseCommandOutput } from "../commands/CheckInLicenseCommand";
3
- import { CheckoutBorrowLicenseCommandInput, CheckoutBorrowLicenseCommandOutput } from "../commands/CheckoutBorrowLicenseCommand";
4
- import { CheckoutLicenseCommandInput, CheckoutLicenseCommandOutput } from "../commands/CheckoutLicenseCommand";
5
- import { CreateGrantCommandInput, CreateGrantCommandOutput } from "../commands/CreateGrantCommand";
6
- import { CreateGrantVersionCommandInput, CreateGrantVersionCommandOutput } from "../commands/CreateGrantVersionCommand";
7
- import { CreateLicenseCommandInput, CreateLicenseCommandOutput } from "../commands/CreateLicenseCommand";
8
- import { CreateLicenseConfigurationCommandInput, CreateLicenseConfigurationCommandOutput } from "../commands/CreateLicenseConfigurationCommand";
9
- import { CreateLicenseManagerReportGeneratorCommandInput, CreateLicenseManagerReportGeneratorCommandOutput } from "../commands/CreateLicenseManagerReportGeneratorCommand";
10
- import { CreateLicenseVersionCommandInput, CreateLicenseVersionCommandOutput } from "../commands/CreateLicenseVersionCommand";
11
- import { CreateTokenCommandInput, CreateTokenCommandOutput } from "../commands/CreateTokenCommand";
12
- import { DeleteGrantCommandInput, DeleteGrantCommandOutput } from "../commands/DeleteGrantCommand";
13
- import { DeleteLicenseCommandInput, DeleteLicenseCommandOutput } from "../commands/DeleteLicenseCommand";
14
- import { DeleteLicenseConfigurationCommandInput, DeleteLicenseConfigurationCommandOutput } from "../commands/DeleteLicenseConfigurationCommand";
15
- import { DeleteLicenseManagerReportGeneratorCommandInput, DeleteLicenseManagerReportGeneratorCommandOutput } from "../commands/DeleteLicenseManagerReportGeneratorCommand";
16
- import { DeleteTokenCommandInput, DeleteTokenCommandOutput } from "../commands/DeleteTokenCommand";
17
- import { ExtendLicenseConsumptionCommandInput, ExtendLicenseConsumptionCommandOutput } from "../commands/ExtendLicenseConsumptionCommand";
18
- import { GetAccessTokenCommandInput, GetAccessTokenCommandOutput } from "../commands/GetAccessTokenCommand";
19
- import { GetGrantCommandInput, GetGrantCommandOutput } from "../commands/GetGrantCommand";
20
- import { GetLicenseCommandInput, GetLicenseCommandOutput } from "../commands/GetLicenseCommand";
21
- import { GetLicenseConfigurationCommandInput, GetLicenseConfigurationCommandOutput } from "../commands/GetLicenseConfigurationCommand";
22
- import { GetLicenseManagerReportGeneratorCommandInput, GetLicenseManagerReportGeneratorCommandOutput } from "../commands/GetLicenseManagerReportGeneratorCommand";
23
- import { GetLicenseUsageCommandInput, GetLicenseUsageCommandOutput } from "../commands/GetLicenseUsageCommand";
24
- import { GetServiceSettingsCommandInput, GetServiceSettingsCommandOutput } from "../commands/GetServiceSettingsCommand";
25
- import { ListAssociationsForLicenseConfigurationCommandInput, ListAssociationsForLicenseConfigurationCommandOutput } from "../commands/ListAssociationsForLicenseConfigurationCommand";
26
- import { ListDistributedGrantsCommandInput, ListDistributedGrantsCommandOutput } from "../commands/ListDistributedGrantsCommand";
27
- import { ListFailuresForLicenseConfigurationOperationsCommandInput, ListFailuresForLicenseConfigurationOperationsCommandOutput } from "../commands/ListFailuresForLicenseConfigurationOperationsCommand";
28
- import { ListLicenseConfigurationsCommandInput, ListLicenseConfigurationsCommandOutput } from "../commands/ListLicenseConfigurationsCommand";
29
- import { ListLicenseManagerReportGeneratorsCommandInput, ListLicenseManagerReportGeneratorsCommandOutput } from "../commands/ListLicenseManagerReportGeneratorsCommand";
30
- import { ListLicenseSpecificationsForResourceCommandInput, ListLicenseSpecificationsForResourceCommandOutput } from "../commands/ListLicenseSpecificationsForResourceCommand";
31
- import { ListLicenseVersionsCommandInput, ListLicenseVersionsCommandOutput } from "../commands/ListLicenseVersionsCommand";
32
- import { ListLicensesCommandInput, ListLicensesCommandOutput } from "../commands/ListLicensesCommand";
33
- import { ListReceivedGrantsCommandInput, ListReceivedGrantsCommandOutput } from "../commands/ListReceivedGrantsCommand";
34
- import { ListReceivedLicensesCommandInput, ListReceivedLicensesCommandOutput } from "../commands/ListReceivedLicensesCommand";
35
- import { ListResourceInventoryCommandInput, ListResourceInventoryCommandOutput } from "../commands/ListResourceInventoryCommand";
36
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
37
- import { ListTokensCommandInput, ListTokensCommandOutput } from "../commands/ListTokensCommand";
38
- import { ListUsageForLicenseConfigurationCommandInput, ListUsageForLicenseConfigurationCommandOutput } from "../commands/ListUsageForLicenseConfigurationCommand";
39
- import { RejectGrantCommandInput, RejectGrantCommandOutput } from "../commands/RejectGrantCommand";
40
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
41
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
42
- import { UpdateLicenseConfigurationCommandInput, UpdateLicenseConfigurationCommandOutput } from "../commands/UpdateLicenseConfigurationCommand";
43
- import { UpdateLicenseManagerReportGeneratorCommandInput, UpdateLicenseManagerReportGeneratorCommandOutput } from "../commands/UpdateLicenseManagerReportGeneratorCommand";
44
- import { UpdateLicenseSpecificationsForResourceCommandInput, UpdateLicenseSpecificationsForResourceCommandOutput } from "../commands/UpdateLicenseSpecificationsForResourceCommand";
45
- import { UpdateServiceSettingsCommandInput, UpdateServiceSettingsCommandOutput } from "../commands/UpdateServiceSettingsCommand";
46
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
47
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
48
- export declare const serializeAws_json1_1AcceptGrantCommand: (input: AcceptGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_json1_1CheckInLicenseCommand: (input: CheckInLicenseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_json1_1CheckoutBorrowLicenseCommand: (input: CheckoutBorrowLicenseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_json1_1CheckoutLicenseCommand: (input: CheckoutLicenseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_json1_1CreateGrantCommand: (input: CreateGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_json1_1CreateGrantVersionCommand: (input: CreateGrantVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_json1_1CreateLicenseCommand: (input: CreateLicenseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_json1_1CreateLicenseConfigurationCommand: (input: CreateLicenseConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_json1_1CreateLicenseManagerReportGeneratorCommand: (input: CreateLicenseManagerReportGeneratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_json1_1CreateLicenseVersionCommand: (input: CreateLicenseVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_json1_1CreateTokenCommand: (input: CreateTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_json1_1DeleteGrantCommand: (input: DeleteGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_json1_1DeleteLicenseCommand: (input: DeleteLicenseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_json1_1DeleteLicenseConfigurationCommand: (input: DeleteLicenseConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_json1_1DeleteLicenseManagerReportGeneratorCommand: (input: DeleteLicenseManagerReportGeneratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_json1_1DeleteTokenCommand: (input: DeleteTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_json1_1ExtendLicenseConsumptionCommand: (input: ExtendLicenseConsumptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_json1_1GetAccessTokenCommand: (input: GetAccessTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_json1_1GetGrantCommand: (input: GetGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_json1_1GetLicenseCommand: (input: GetLicenseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_json1_1GetLicenseConfigurationCommand: (input: GetLicenseConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_json1_1GetLicenseManagerReportGeneratorCommand: (input: GetLicenseManagerReportGeneratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_json1_1GetLicenseUsageCommand: (input: GetLicenseUsageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_json1_1GetServiceSettingsCommand: (input: GetServiceSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_json1_1ListAssociationsForLicenseConfigurationCommand: (input: ListAssociationsForLicenseConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_json1_1ListDistributedGrantsCommand: (input: ListDistributedGrantsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_json1_1ListFailuresForLicenseConfigurationOperationsCommand: (input: ListFailuresForLicenseConfigurationOperationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_json1_1ListLicenseConfigurationsCommand: (input: ListLicenseConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_json1_1ListLicenseManagerReportGeneratorsCommand: (input: ListLicenseManagerReportGeneratorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_json1_1ListLicensesCommand: (input: ListLicensesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_json1_1ListLicenseSpecificationsForResourceCommand: (input: ListLicenseSpecificationsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_json1_1ListLicenseVersionsCommand: (input: ListLicenseVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_json1_1ListReceivedGrantsCommand: (input: ListReceivedGrantsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_json1_1ListReceivedLicensesCommand: (input: ListReceivedLicensesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_json1_1ListResourceInventoryCommand: (input: ListResourceInventoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_json1_1ListTokensCommand: (input: ListTokensCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_json1_1ListUsageForLicenseConfigurationCommand: (input: ListUsageForLicenseConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_json1_1RejectGrantCommand: (input: RejectGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_json1_1UpdateLicenseConfigurationCommand: (input: UpdateLicenseConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_json1_1UpdateLicenseManagerReportGeneratorCommand: (input: UpdateLicenseManagerReportGeneratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_json1_1UpdateLicenseSpecificationsForResourceCommand: (input: UpdateLicenseSpecificationsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_json1_1UpdateServiceSettingsCommand: (input: UpdateServiceSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const deserializeAws_json1_1AcceptGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptGrantCommandOutput>;
94
- export declare const deserializeAws_json1_1CheckInLicenseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CheckInLicenseCommandOutput>;
95
- export declare const deserializeAws_json1_1CheckoutBorrowLicenseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CheckoutBorrowLicenseCommandOutput>;
96
- export declare const deserializeAws_json1_1CheckoutLicenseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CheckoutLicenseCommandOutput>;
97
- export declare const deserializeAws_json1_1CreateGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGrantCommandOutput>;
98
- export declare const deserializeAws_json1_1CreateGrantVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGrantVersionCommandOutput>;
99
- export declare const deserializeAws_json1_1CreateLicenseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLicenseCommandOutput>;
100
- export declare const deserializeAws_json1_1CreateLicenseConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLicenseConfigurationCommandOutput>;
101
- export declare const deserializeAws_json1_1CreateLicenseManagerReportGeneratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLicenseManagerReportGeneratorCommandOutput>;
102
- export declare const deserializeAws_json1_1CreateLicenseVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLicenseVersionCommandOutput>;
103
- export declare const deserializeAws_json1_1CreateTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTokenCommandOutput>;
104
- export declare const deserializeAws_json1_1DeleteGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGrantCommandOutput>;
105
- export declare const deserializeAws_json1_1DeleteLicenseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLicenseCommandOutput>;
106
- export declare const deserializeAws_json1_1DeleteLicenseConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLicenseConfigurationCommandOutput>;
107
- export declare const deserializeAws_json1_1DeleteLicenseManagerReportGeneratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLicenseManagerReportGeneratorCommandOutput>;
108
- export declare const deserializeAws_json1_1DeleteTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTokenCommandOutput>;
109
- export declare const deserializeAws_json1_1ExtendLicenseConsumptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExtendLicenseConsumptionCommandOutput>;
110
- export declare const deserializeAws_json1_1GetAccessTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessTokenCommandOutput>;
111
- export declare const deserializeAws_json1_1GetGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGrantCommandOutput>;
112
- export declare const deserializeAws_json1_1GetLicenseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLicenseCommandOutput>;
113
- export declare const deserializeAws_json1_1GetLicenseConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLicenseConfigurationCommandOutput>;
114
- export declare const deserializeAws_json1_1GetLicenseManagerReportGeneratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLicenseManagerReportGeneratorCommandOutput>;
115
- export declare const deserializeAws_json1_1GetLicenseUsageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLicenseUsageCommandOutput>;
116
- export declare const deserializeAws_json1_1GetServiceSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceSettingsCommandOutput>;
117
- export declare const deserializeAws_json1_1ListAssociationsForLicenseConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssociationsForLicenseConfigurationCommandOutput>;
118
- export declare const deserializeAws_json1_1ListDistributedGrantsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDistributedGrantsCommandOutput>;
119
- export declare const deserializeAws_json1_1ListFailuresForLicenseConfigurationOperationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFailuresForLicenseConfigurationOperationsCommandOutput>;
120
- export declare const deserializeAws_json1_1ListLicenseConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLicenseConfigurationsCommandOutput>;
121
- export declare const deserializeAws_json1_1ListLicenseManagerReportGeneratorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLicenseManagerReportGeneratorsCommandOutput>;
122
- export declare const deserializeAws_json1_1ListLicensesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLicensesCommandOutput>;
123
- export declare const deserializeAws_json1_1ListLicenseSpecificationsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLicenseSpecificationsForResourceCommandOutput>;
124
- export declare const deserializeAws_json1_1ListLicenseVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLicenseVersionsCommandOutput>;
125
- export declare const deserializeAws_json1_1ListReceivedGrantsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReceivedGrantsCommandOutput>;
126
- export declare const deserializeAws_json1_1ListReceivedLicensesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReceivedLicensesCommandOutput>;
127
- export declare const deserializeAws_json1_1ListResourceInventoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceInventoryCommandOutput>;
128
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
129
- export declare const deserializeAws_json1_1ListTokensCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTokensCommandOutput>;
130
- export declare const deserializeAws_json1_1ListUsageForLicenseConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsageForLicenseConfigurationCommandOutput>;
131
- export declare const deserializeAws_json1_1RejectGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectGrantCommandOutput>;
132
- export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
133
- export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
134
- export declare const deserializeAws_json1_1UpdateLicenseConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLicenseConfigurationCommandOutput>;
135
- export declare const deserializeAws_json1_1UpdateLicenseManagerReportGeneratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLicenseManagerReportGeneratorCommandOutput>;
136
- export declare const deserializeAws_json1_1UpdateLicenseSpecificationsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLicenseSpecificationsForResourceCommandOutput>;
137
- export declare const deserializeAws_json1_1UpdateServiceSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceSettingsCommandOutput>;
1
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
+ import { AcceptGrantCommandInput, AcceptGrantCommandOutput } from "../commands/AcceptGrantCommand";
4
+ import { CheckInLicenseCommandInput, CheckInLicenseCommandOutput } from "../commands/CheckInLicenseCommand";
5
+ import { CheckoutBorrowLicenseCommandInput, CheckoutBorrowLicenseCommandOutput } from "../commands/CheckoutBorrowLicenseCommand";
6
+ import { CheckoutLicenseCommandInput, CheckoutLicenseCommandOutput } from "../commands/CheckoutLicenseCommand";
7
+ import { CreateGrantCommandInput, CreateGrantCommandOutput } from "../commands/CreateGrantCommand";
8
+ import { CreateGrantVersionCommandInput, CreateGrantVersionCommandOutput } from "../commands/CreateGrantVersionCommand";
9
+ import { CreateLicenseCommandInput, CreateLicenseCommandOutput } from "../commands/CreateLicenseCommand";
10
+ import { CreateLicenseConfigurationCommandInput, CreateLicenseConfigurationCommandOutput } from "../commands/CreateLicenseConfigurationCommand";
11
+ import { CreateLicenseConversionTaskForResourceCommandInput, CreateLicenseConversionTaskForResourceCommandOutput } from "../commands/CreateLicenseConversionTaskForResourceCommand";
12
+ import { CreateLicenseManagerReportGeneratorCommandInput, CreateLicenseManagerReportGeneratorCommandOutput } from "../commands/CreateLicenseManagerReportGeneratorCommand";
13
+ import { CreateLicenseVersionCommandInput, CreateLicenseVersionCommandOutput } from "../commands/CreateLicenseVersionCommand";
14
+ import { CreateTokenCommandInput, CreateTokenCommandOutput } from "../commands/CreateTokenCommand";
15
+ import { DeleteGrantCommandInput, DeleteGrantCommandOutput } from "../commands/DeleteGrantCommand";
16
+ import { DeleteLicenseCommandInput, DeleteLicenseCommandOutput } from "../commands/DeleteLicenseCommand";
17
+ import { DeleteLicenseConfigurationCommandInput, DeleteLicenseConfigurationCommandOutput } from "../commands/DeleteLicenseConfigurationCommand";
18
+ import { DeleteLicenseManagerReportGeneratorCommandInput, DeleteLicenseManagerReportGeneratorCommandOutput } from "../commands/DeleteLicenseManagerReportGeneratorCommand";
19
+ import { DeleteTokenCommandInput, DeleteTokenCommandOutput } from "../commands/DeleteTokenCommand";
20
+ import { ExtendLicenseConsumptionCommandInput, ExtendLicenseConsumptionCommandOutput } from "../commands/ExtendLicenseConsumptionCommand";
21
+ import { GetAccessTokenCommandInput, GetAccessTokenCommandOutput } from "../commands/GetAccessTokenCommand";
22
+ import { GetGrantCommandInput, GetGrantCommandOutput } from "../commands/GetGrantCommand";
23
+ import { GetLicenseCommandInput, GetLicenseCommandOutput } from "../commands/GetLicenseCommand";
24
+ import { GetLicenseConfigurationCommandInput, GetLicenseConfigurationCommandOutput } from "../commands/GetLicenseConfigurationCommand";
25
+ import { GetLicenseConversionTaskCommandInput, GetLicenseConversionTaskCommandOutput } from "../commands/GetLicenseConversionTaskCommand";
26
+ import { GetLicenseManagerReportGeneratorCommandInput, GetLicenseManagerReportGeneratorCommandOutput } from "../commands/GetLicenseManagerReportGeneratorCommand";
27
+ import { GetLicenseUsageCommandInput, GetLicenseUsageCommandOutput } from "../commands/GetLicenseUsageCommand";
28
+ import { GetServiceSettingsCommandInput, GetServiceSettingsCommandOutput } from "../commands/GetServiceSettingsCommand";
29
+ import { ListAssociationsForLicenseConfigurationCommandInput, ListAssociationsForLicenseConfigurationCommandOutput } from "../commands/ListAssociationsForLicenseConfigurationCommand";
30
+ import { ListDistributedGrantsCommandInput, ListDistributedGrantsCommandOutput } from "../commands/ListDistributedGrantsCommand";
31
+ import { ListFailuresForLicenseConfigurationOperationsCommandInput, ListFailuresForLicenseConfigurationOperationsCommandOutput } from "../commands/ListFailuresForLicenseConfigurationOperationsCommand";
32
+ import { ListLicenseConfigurationsCommandInput, ListLicenseConfigurationsCommandOutput } from "../commands/ListLicenseConfigurationsCommand";
33
+ import { ListLicenseConversionTasksCommandInput, ListLicenseConversionTasksCommandOutput } from "../commands/ListLicenseConversionTasksCommand";
34
+ import { ListLicenseManagerReportGeneratorsCommandInput, ListLicenseManagerReportGeneratorsCommandOutput } from "../commands/ListLicenseManagerReportGeneratorsCommand";
35
+ import { ListLicensesCommandInput, ListLicensesCommandOutput } from "../commands/ListLicensesCommand";
36
+ import { ListLicenseSpecificationsForResourceCommandInput, ListLicenseSpecificationsForResourceCommandOutput } from "../commands/ListLicenseSpecificationsForResourceCommand";
37
+ import { ListLicenseVersionsCommandInput, ListLicenseVersionsCommandOutput } from "../commands/ListLicenseVersionsCommand";
38
+ import { ListReceivedGrantsCommandInput, ListReceivedGrantsCommandOutput } from "../commands/ListReceivedGrantsCommand";
39
+ import { ListReceivedLicensesCommandInput, ListReceivedLicensesCommandOutput } from "../commands/ListReceivedLicensesCommand";
40
+ import { ListResourceInventoryCommandInput, ListResourceInventoryCommandOutput } from "../commands/ListResourceInventoryCommand";
41
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
42
+ import { ListTokensCommandInput, ListTokensCommandOutput } from "../commands/ListTokensCommand";
43
+ import { ListUsageForLicenseConfigurationCommandInput, ListUsageForLicenseConfigurationCommandOutput } from "../commands/ListUsageForLicenseConfigurationCommand";
44
+ import { RejectGrantCommandInput, RejectGrantCommandOutput } from "../commands/RejectGrantCommand";
45
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
46
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
47
+ import { UpdateLicenseConfigurationCommandInput, UpdateLicenseConfigurationCommandOutput } from "../commands/UpdateLicenseConfigurationCommand";
48
+ import { UpdateLicenseManagerReportGeneratorCommandInput, UpdateLicenseManagerReportGeneratorCommandOutput } from "../commands/UpdateLicenseManagerReportGeneratorCommand";
49
+ import { UpdateLicenseSpecificationsForResourceCommandInput, UpdateLicenseSpecificationsForResourceCommandOutput } from "../commands/UpdateLicenseSpecificationsForResourceCommand";
50
+ import { UpdateServiceSettingsCommandInput, UpdateServiceSettingsCommandOutput } from "../commands/UpdateServiceSettingsCommand";
51
+ export declare const serializeAws_json1_1AcceptGrantCommand: (input: AcceptGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
+ export declare const serializeAws_json1_1CheckInLicenseCommand: (input: CheckInLicenseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
+ export declare const serializeAws_json1_1CheckoutBorrowLicenseCommand: (input: CheckoutBorrowLicenseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
+ export declare const serializeAws_json1_1CheckoutLicenseCommand: (input: CheckoutLicenseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
+ export declare const serializeAws_json1_1CreateGrantCommand: (input: CreateGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
+ export declare const serializeAws_json1_1CreateGrantVersionCommand: (input: CreateGrantVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
+ export declare const serializeAws_json1_1CreateLicenseCommand: (input: CreateLicenseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
+ export declare const serializeAws_json1_1CreateLicenseConfigurationCommand: (input: CreateLicenseConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
+ export declare const serializeAws_json1_1CreateLicenseConversionTaskForResourceCommand: (input: CreateLicenseConversionTaskForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
+ export declare const serializeAws_json1_1CreateLicenseManagerReportGeneratorCommand: (input: CreateLicenseManagerReportGeneratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
+ export declare const serializeAws_json1_1CreateLicenseVersionCommand: (input: CreateLicenseVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
+ export declare const serializeAws_json1_1CreateTokenCommand: (input: CreateTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
+ export declare const serializeAws_json1_1DeleteGrantCommand: (input: DeleteGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
+ export declare const serializeAws_json1_1DeleteLicenseCommand: (input: DeleteLicenseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
+ export declare const serializeAws_json1_1DeleteLicenseConfigurationCommand: (input: DeleteLicenseConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
+ export declare const serializeAws_json1_1DeleteLicenseManagerReportGeneratorCommand: (input: DeleteLicenseManagerReportGeneratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
+ export declare const serializeAws_json1_1DeleteTokenCommand: (input: DeleteTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
+ export declare const serializeAws_json1_1ExtendLicenseConsumptionCommand: (input: ExtendLicenseConsumptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
+ export declare const serializeAws_json1_1GetAccessTokenCommand: (input: GetAccessTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
+ export declare const serializeAws_json1_1GetGrantCommand: (input: GetGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
+ export declare const serializeAws_json1_1GetLicenseCommand: (input: GetLicenseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
+ export declare const serializeAws_json1_1GetLicenseConfigurationCommand: (input: GetLicenseConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
+ export declare const serializeAws_json1_1GetLicenseConversionTaskCommand: (input: GetLicenseConversionTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
+ export declare const serializeAws_json1_1GetLicenseManagerReportGeneratorCommand: (input: GetLicenseManagerReportGeneratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
+ export declare const serializeAws_json1_1GetLicenseUsageCommand: (input: GetLicenseUsageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
+ export declare const serializeAws_json1_1GetServiceSettingsCommand: (input: GetServiceSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
+ export declare const serializeAws_json1_1ListAssociationsForLicenseConfigurationCommand: (input: ListAssociationsForLicenseConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
+ export declare const serializeAws_json1_1ListDistributedGrantsCommand: (input: ListDistributedGrantsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
+ export declare const serializeAws_json1_1ListFailuresForLicenseConfigurationOperationsCommand: (input: ListFailuresForLicenseConfigurationOperationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
+ export declare const serializeAws_json1_1ListLicenseConfigurationsCommand: (input: ListLicenseConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
+ export declare const serializeAws_json1_1ListLicenseConversionTasksCommand: (input: ListLicenseConversionTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
+ export declare const serializeAws_json1_1ListLicenseManagerReportGeneratorsCommand: (input: ListLicenseManagerReportGeneratorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
+ export declare const serializeAws_json1_1ListLicensesCommand: (input: ListLicensesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
+ export declare const serializeAws_json1_1ListLicenseSpecificationsForResourceCommand: (input: ListLicenseSpecificationsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
+ export declare const serializeAws_json1_1ListLicenseVersionsCommand: (input: ListLicenseVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
+ export declare const serializeAws_json1_1ListReceivedGrantsCommand: (input: ListReceivedGrantsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
+ export declare const serializeAws_json1_1ListReceivedLicensesCommand: (input: ListReceivedLicensesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
+ export declare const serializeAws_json1_1ListResourceInventoryCommand: (input: ListResourceInventoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
+ export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
+ export declare const serializeAws_json1_1ListTokensCommand: (input: ListTokensCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
+ export declare const serializeAws_json1_1ListUsageForLicenseConfigurationCommand: (input: ListUsageForLicenseConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
+ export declare const serializeAws_json1_1RejectGrantCommand: (input: RejectGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
+ export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
+ export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
+ export declare const serializeAws_json1_1UpdateLicenseConfigurationCommand: (input: UpdateLicenseConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
+ export declare const serializeAws_json1_1UpdateLicenseManagerReportGeneratorCommand: (input: UpdateLicenseManagerReportGeneratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
+ export declare const serializeAws_json1_1UpdateLicenseSpecificationsForResourceCommand: (input: UpdateLicenseSpecificationsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
+ export declare const serializeAws_json1_1UpdateServiceSettingsCommand: (input: UpdateServiceSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
+ export declare const deserializeAws_json1_1AcceptGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptGrantCommandOutput>;
100
+ export declare const deserializeAws_json1_1CheckInLicenseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CheckInLicenseCommandOutput>;
101
+ export declare const deserializeAws_json1_1CheckoutBorrowLicenseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CheckoutBorrowLicenseCommandOutput>;
102
+ export declare const deserializeAws_json1_1CheckoutLicenseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CheckoutLicenseCommandOutput>;
103
+ export declare const deserializeAws_json1_1CreateGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGrantCommandOutput>;
104
+ export declare const deserializeAws_json1_1CreateGrantVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGrantVersionCommandOutput>;
105
+ export declare const deserializeAws_json1_1CreateLicenseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLicenseCommandOutput>;
106
+ export declare const deserializeAws_json1_1CreateLicenseConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLicenseConfigurationCommandOutput>;
107
+ export declare const deserializeAws_json1_1CreateLicenseConversionTaskForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLicenseConversionTaskForResourceCommandOutput>;
108
+ export declare const deserializeAws_json1_1CreateLicenseManagerReportGeneratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLicenseManagerReportGeneratorCommandOutput>;
109
+ export declare const deserializeAws_json1_1CreateLicenseVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLicenseVersionCommandOutput>;
110
+ export declare const deserializeAws_json1_1CreateTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTokenCommandOutput>;
111
+ export declare const deserializeAws_json1_1DeleteGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGrantCommandOutput>;
112
+ export declare const deserializeAws_json1_1DeleteLicenseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLicenseCommandOutput>;
113
+ export declare const deserializeAws_json1_1DeleteLicenseConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLicenseConfigurationCommandOutput>;
114
+ export declare const deserializeAws_json1_1DeleteLicenseManagerReportGeneratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLicenseManagerReportGeneratorCommandOutput>;
115
+ export declare const deserializeAws_json1_1DeleteTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTokenCommandOutput>;
116
+ export declare const deserializeAws_json1_1ExtendLicenseConsumptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExtendLicenseConsumptionCommandOutput>;
117
+ export declare const deserializeAws_json1_1GetAccessTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessTokenCommandOutput>;
118
+ export declare const deserializeAws_json1_1GetGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGrantCommandOutput>;
119
+ export declare const deserializeAws_json1_1GetLicenseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLicenseCommandOutput>;
120
+ export declare const deserializeAws_json1_1GetLicenseConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLicenseConfigurationCommandOutput>;
121
+ export declare const deserializeAws_json1_1GetLicenseConversionTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLicenseConversionTaskCommandOutput>;
122
+ export declare const deserializeAws_json1_1GetLicenseManagerReportGeneratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLicenseManagerReportGeneratorCommandOutput>;
123
+ export declare const deserializeAws_json1_1GetLicenseUsageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLicenseUsageCommandOutput>;
124
+ export declare const deserializeAws_json1_1GetServiceSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceSettingsCommandOutput>;
125
+ export declare const deserializeAws_json1_1ListAssociationsForLicenseConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssociationsForLicenseConfigurationCommandOutput>;
126
+ export declare const deserializeAws_json1_1ListDistributedGrantsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDistributedGrantsCommandOutput>;
127
+ export declare const deserializeAws_json1_1ListFailuresForLicenseConfigurationOperationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFailuresForLicenseConfigurationOperationsCommandOutput>;
128
+ export declare const deserializeAws_json1_1ListLicenseConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLicenseConfigurationsCommandOutput>;
129
+ export declare const deserializeAws_json1_1ListLicenseConversionTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLicenseConversionTasksCommandOutput>;
130
+ export declare const deserializeAws_json1_1ListLicenseManagerReportGeneratorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLicenseManagerReportGeneratorsCommandOutput>;
131
+ export declare const deserializeAws_json1_1ListLicensesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLicensesCommandOutput>;
132
+ export declare const deserializeAws_json1_1ListLicenseSpecificationsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLicenseSpecificationsForResourceCommandOutput>;
133
+ export declare const deserializeAws_json1_1ListLicenseVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLicenseVersionsCommandOutput>;
134
+ export declare const deserializeAws_json1_1ListReceivedGrantsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReceivedGrantsCommandOutput>;
135
+ export declare const deserializeAws_json1_1ListReceivedLicensesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReceivedLicensesCommandOutput>;
136
+ export declare const deserializeAws_json1_1ListResourceInventoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceInventoryCommandOutput>;
137
+ export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
138
+ export declare const deserializeAws_json1_1ListTokensCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTokensCommandOutput>;
139
+ export declare const deserializeAws_json1_1ListUsageForLicenseConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsageForLicenseConfigurationCommandOutput>;
140
+ export declare const deserializeAws_json1_1RejectGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectGrantCommandOutput>;
141
+ export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
142
+ export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
143
+ export declare const deserializeAws_json1_1UpdateLicenseConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLicenseConfigurationCommandOutput>;
144
+ export declare const deserializeAws_json1_1UpdateLicenseManagerReportGeneratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLicenseManagerReportGeneratorCommandOutput>;
145
+ export declare const deserializeAws_json1_1UpdateLicenseSpecificationsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLicenseSpecificationsForResourceCommandOutput>;
146
+ export declare const deserializeAws_json1_1UpdateServiceSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceSettingsCommandOutput>;
@@ -1,8 +1,6 @@
1
1
  import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { LicenseManagerClientConfig } from "./LicenseManagerClient";
3
- /**
4
- * @internal
5
- */
3
+
6
4
  export declare const getRuntimeConfig: (config: LicenseManagerClientConfig) => {
7
5
  runtime: string;
8
6
  base64Decoder: import("@aws-sdk/types").Decoder;
@@ -1,14 +1,12 @@
1
1
  import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
2
2
  import { LicenseManagerClientConfig } from "./LicenseManagerClient";
3
- /**
4
- * @internal
5
- */
3
+
6
4
  export declare const getRuntimeConfig: (config: LicenseManagerClientConfig) => {
7
5
  runtime: string;
8
6
  base64Decoder: import("@aws-sdk/types").Decoder;
9
7
  base64Encoder: import("@aws-sdk/types").Encoder;
10
8
  bodyLengthChecker: (body: any) => number | undefined;
11
- credentialDefaultProvider: import("@aws-sdk/client-sts/dist/types/defaultStsRoleAssumers").DefaultCredentialProvider;
9
+ credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
12
10
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
11
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
12
  region: string | import("@aws-sdk/types").Provider<string>;
@@ -1,7 +1,5 @@
1
1
  import { LicenseManagerClientConfig } from "./LicenseManagerClient";
2
- /**
3
- * @internal
4
- */
2
+
5
3
  export declare const getRuntimeConfig: (config: LicenseManagerClientConfig) => {
6
4
  runtime: string;
7
5
  sha256: import("@aws-sdk/types").HashConstructor;
@@ -1,8 +1,6 @@
1
1
  import { Logger as __Logger } from "@aws-sdk/types";
2
2
  import { LicenseManagerClientConfig } from "./LicenseManagerClient";
3
- /**
4
- * @internal
5
- */
3
+
6
4
  export declare const getRuntimeConfig: (config: LicenseManagerClientConfig) => {
7
5
  apiVersion: string;
8
6
  disableHostPrefix: boolean;
package/package.json CHANGED
@@ -1,64 +1,58 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-license-manager",
3
3
  "description": "AWS SDK for JavaScript License Manager Client for Node.js, Browser and React Native",
4
- "version": "3.33.0",
4
+ "version": "3.36.1",
5
5
  "scripts": {
6
- "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
7
- "build-documentation": "yarn remove-documentation && typedoc ./",
8
- "remove-definitions": "rimraf ./types",
9
- "remove-dist": "rimraf ./dist",
10
- "remove-documentation": "rimraf ./docs",
11
- "test": "exit 0",
6
+ "build": "yarn build:cjs && yarn build:es && yarn build:types",
12
7
  "build:cjs": "tsc -p tsconfig.json",
8
+ "build:docs": "yarn clean:docs && typedoc ./",
13
9
  "build:es": "tsc -p tsconfig.es.json",
14
- "build": "yarn build:cjs && yarn build:es",
15
- "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4"
16
- },
17
- "main": "./dist/cjs/index.js",
18
- "types": "./dist/types/index.d.ts",
19
- "module": "./dist/es/index.js",
20
- "browser": {
21
- "./runtimeConfig": "./runtimeConfig.browser"
22
- },
23
- "react-native": {
24
- "./runtimeConfig": "./runtimeConfig.native"
10
+ "build:types": "tsc -p tsconfig.types.json",
11
+ "clean": "yarn clean:dist && yarn clean:docs",
12
+ "clean:dist": "rimraf ./dist",
13
+ "clean:docs": "rimraf ./docs",
14
+ "downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
15
+ "test": "exit 0"
25
16
  },
17
+ "main": "./dist-cjs/index.js",
18
+ "types": "./dist-types/index.d.ts",
19
+ "module": "./dist-es/index.js",
26
20
  "sideEffects": false,
27
21
  "dependencies": {
28
22
  "@aws-crypto/sha256-browser": "^1.0.0",
29
23
  "@aws-crypto/sha256-js": "^1.0.0",
30
- "@aws-sdk/client-sts": "3.33.0",
31
- "@aws-sdk/config-resolver": "3.33.0",
32
- "@aws-sdk/credential-provider-node": "3.33.0",
33
- "@aws-sdk/fetch-http-handler": "3.32.0",
34
- "@aws-sdk/hash-node": "3.32.0",
35
- "@aws-sdk/invalid-dependency": "3.32.0",
36
- "@aws-sdk/middleware-content-length": "3.32.0",
37
- "@aws-sdk/middleware-host-header": "3.32.0",
38
- "@aws-sdk/middleware-logger": "3.32.0",
39
- "@aws-sdk/middleware-retry": "3.32.0",
40
- "@aws-sdk/middleware-serde": "3.32.0",
41
- "@aws-sdk/middleware-signing": "3.33.0",
42
- "@aws-sdk/middleware-stack": "3.32.0",
43
- "@aws-sdk/middleware-user-agent": "3.32.0",
44
- "@aws-sdk/node-config-provider": "3.32.0",
45
- "@aws-sdk/node-http-handler": "3.32.0",
46
- "@aws-sdk/protocol-http": "3.32.0",
47
- "@aws-sdk/smithy-client": "3.32.0",
48
- "@aws-sdk/types": "3.32.0",
49
- "@aws-sdk/url-parser": "3.32.0",
50
- "@aws-sdk/util-base64-browser": "3.32.0",
51
- "@aws-sdk/util-base64-node": "3.32.0",
52
- "@aws-sdk/util-body-length-browser": "3.32.0",
53
- "@aws-sdk/util-body-length-node": "3.32.0",
54
- "@aws-sdk/util-user-agent-browser": "3.32.0",
55
- "@aws-sdk/util-user-agent-node": "3.33.0",
56
- "@aws-sdk/util-utf8-browser": "3.32.0",
57
- "@aws-sdk/util-utf8-node": "3.32.0",
24
+ "@aws-sdk/client-sts": "3.36.1",
25
+ "@aws-sdk/config-resolver": "3.36.0",
26
+ "@aws-sdk/credential-provider-node": "3.36.1",
27
+ "@aws-sdk/fetch-http-handler": "3.36.0",
28
+ "@aws-sdk/hash-node": "3.36.0",
29
+ "@aws-sdk/invalid-dependency": "3.36.0",
30
+ "@aws-sdk/middleware-content-length": "3.36.0",
31
+ "@aws-sdk/middleware-host-header": "3.36.0",
32
+ "@aws-sdk/middleware-logger": "3.36.0",
33
+ "@aws-sdk/middleware-retry": "3.36.0",
34
+ "@aws-sdk/middleware-serde": "3.36.0",
35
+ "@aws-sdk/middleware-signing": "3.36.0",
36
+ "@aws-sdk/middleware-stack": "3.36.0",
37
+ "@aws-sdk/middleware-user-agent": "3.36.0",
38
+ "@aws-sdk/node-config-provider": "3.36.0",
39
+ "@aws-sdk/node-http-handler": "3.36.0",
40
+ "@aws-sdk/protocol-http": "3.36.0",
41
+ "@aws-sdk/smithy-client": "3.36.0",
42
+ "@aws-sdk/types": "3.36.0",
43
+ "@aws-sdk/url-parser": "3.36.0",
44
+ "@aws-sdk/util-base64-browser": "3.36.0",
45
+ "@aws-sdk/util-base64-node": "3.36.0",
46
+ "@aws-sdk/util-body-length-browser": "3.36.0",
47
+ "@aws-sdk/util-body-length-node": "3.36.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.36.0",
49
+ "@aws-sdk/util-user-agent-node": "3.36.0",
50
+ "@aws-sdk/util-utf8-browser": "3.36.0",
51
+ "@aws-sdk/util-utf8-node": "3.36.0",
58
52
  "tslib": "^2.3.0"
59
53
  },
60
54
  "devDependencies": {
61
- "@aws-sdk/client-documentation-generator": "3.32.0",
55
+ "@aws-sdk/client-documentation-generator": "3.36.0",
62
56
  "@types/node": "^12.7.5",
63
57
  "downlevel-dts": "0.7.0",
64
58
  "jest": "^26.1.0",
@@ -72,16 +66,25 @@
72
66
  },
73
67
  "typesVersions": {
74
68
  "<4.0": {
75
- "dist/types/*": [
76
- "dist/types/ts3.4/*"
69
+ "dist-types/*": [
70
+ "dist-types/ts3.4/*"
77
71
  ]
78
72
  }
79
73
  },
74
+ "files": [
75
+ "dist-*"
76
+ ],
80
77
  "author": {
81
78
  "name": "AWS SDK for JavaScript Team",
82
79
  "url": "https://aws.amazon.com/javascript/"
83
80
  },
84
81
  "license": "Apache-2.0",
82
+ "browser": {
83
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
84
+ },
85
+ "react-native": {
86
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
87
+ },
85
88
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-license-manager",
86
89
  "repository": {
87
90
  "type": "git",