@aws-sdk/client-license-manager 3.337.0 → 3.338.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 (213) hide show
  1. package/dist-cjs/LicenseManagerClient.js +2 -1
  2. package/dist-cjs/commands/AcceptGrantCommand.js +2 -1
  3. package/dist-cjs/commands/CheckInLicenseCommand.js +2 -1
  4. package/dist-cjs/commands/CheckoutBorrowLicenseCommand.js +2 -1
  5. package/dist-cjs/commands/CheckoutLicenseCommand.js +2 -1
  6. package/dist-cjs/commands/CreateGrantCommand.js +2 -1
  7. package/dist-cjs/commands/CreateGrantVersionCommand.js +2 -1
  8. package/dist-cjs/commands/CreateLicenseCommand.js +2 -1
  9. package/dist-cjs/commands/CreateLicenseConfigurationCommand.js +2 -1
  10. package/dist-cjs/commands/CreateLicenseConversionTaskForResourceCommand.js +2 -1
  11. package/dist-cjs/commands/CreateLicenseManagerReportGeneratorCommand.js +2 -1
  12. package/dist-cjs/commands/CreateLicenseVersionCommand.js +2 -1
  13. package/dist-cjs/commands/CreateTokenCommand.js +2 -1
  14. package/dist-cjs/commands/DeleteGrantCommand.js +2 -1
  15. package/dist-cjs/commands/DeleteLicenseCommand.js +2 -1
  16. package/dist-cjs/commands/DeleteLicenseConfigurationCommand.js +2 -1
  17. package/dist-cjs/commands/DeleteLicenseManagerReportGeneratorCommand.js +2 -1
  18. package/dist-cjs/commands/DeleteTokenCommand.js +2 -1
  19. package/dist-cjs/commands/ExtendLicenseConsumptionCommand.js +2 -1
  20. package/dist-cjs/commands/GetAccessTokenCommand.js +2 -1
  21. package/dist-cjs/commands/GetGrantCommand.js +2 -1
  22. package/dist-cjs/commands/GetLicenseCommand.js +2 -1
  23. package/dist-cjs/commands/GetLicenseConfigurationCommand.js +2 -1
  24. package/dist-cjs/commands/GetLicenseConversionTaskCommand.js +2 -1
  25. package/dist-cjs/commands/GetLicenseManagerReportGeneratorCommand.js +2 -1
  26. package/dist-cjs/commands/GetLicenseUsageCommand.js +2 -1
  27. package/dist-cjs/commands/GetServiceSettingsCommand.js +2 -1
  28. package/dist-cjs/commands/ListAssociationsForLicenseConfigurationCommand.js +2 -1
  29. package/dist-cjs/commands/ListDistributedGrantsCommand.js +2 -1
  30. package/dist-cjs/commands/ListFailuresForLicenseConfigurationOperationsCommand.js +2 -1
  31. package/dist-cjs/commands/ListLicenseConfigurationsCommand.js +2 -1
  32. package/dist-cjs/commands/ListLicenseConversionTasksCommand.js +2 -1
  33. package/dist-cjs/commands/ListLicenseManagerReportGeneratorsCommand.js +2 -1
  34. package/dist-cjs/commands/ListLicenseSpecificationsForResourceCommand.js +2 -1
  35. package/dist-cjs/commands/ListLicenseVersionsCommand.js +2 -1
  36. package/dist-cjs/commands/ListLicensesCommand.js +2 -1
  37. package/dist-cjs/commands/ListReceivedGrantsCommand.js +2 -1
  38. package/dist-cjs/commands/ListReceivedGrantsForOrganizationCommand.js +2 -1
  39. package/dist-cjs/commands/ListReceivedLicensesCommand.js +2 -1
  40. package/dist-cjs/commands/ListReceivedLicensesForOrganizationCommand.js +2 -1
  41. package/dist-cjs/commands/ListResourceInventoryCommand.js +2 -1
  42. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  43. package/dist-cjs/commands/ListTokensCommand.js +2 -1
  44. package/dist-cjs/commands/ListUsageForLicenseConfigurationCommand.js +2 -1
  45. package/dist-cjs/commands/RejectGrantCommand.js +2 -1
  46. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  47. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  48. package/dist-cjs/commands/UpdateLicenseConfigurationCommand.js +2 -1
  49. package/dist-cjs/commands/UpdateLicenseManagerReportGeneratorCommand.js +2 -1
  50. package/dist-cjs/commands/UpdateLicenseSpecificationsForResourceCommand.js +2 -1
  51. package/dist-cjs/commands/UpdateServiceSettingsCommand.js +2 -1
  52. package/dist-cjs/index.js +1 -1
  53. package/dist-cjs/models/LicenseManagerServiceException.js +2 -1
  54. package/dist-es/LicenseManagerClient.js +1 -0
  55. package/dist-es/commands/AcceptGrantCommand.js +1 -0
  56. package/dist-es/commands/CheckInLicenseCommand.js +1 -0
  57. package/dist-es/commands/CheckoutBorrowLicenseCommand.js +1 -0
  58. package/dist-es/commands/CheckoutLicenseCommand.js +1 -0
  59. package/dist-es/commands/CreateGrantCommand.js +1 -0
  60. package/dist-es/commands/CreateGrantVersionCommand.js +1 -0
  61. package/dist-es/commands/CreateLicenseCommand.js +1 -0
  62. package/dist-es/commands/CreateLicenseConfigurationCommand.js +1 -0
  63. package/dist-es/commands/CreateLicenseConversionTaskForResourceCommand.js +1 -0
  64. package/dist-es/commands/CreateLicenseManagerReportGeneratorCommand.js +1 -0
  65. package/dist-es/commands/CreateLicenseVersionCommand.js +1 -0
  66. package/dist-es/commands/CreateTokenCommand.js +1 -0
  67. package/dist-es/commands/DeleteGrantCommand.js +1 -0
  68. package/dist-es/commands/DeleteLicenseCommand.js +1 -0
  69. package/dist-es/commands/DeleteLicenseConfigurationCommand.js +1 -0
  70. package/dist-es/commands/DeleteLicenseManagerReportGeneratorCommand.js +1 -0
  71. package/dist-es/commands/DeleteTokenCommand.js +1 -0
  72. package/dist-es/commands/ExtendLicenseConsumptionCommand.js +1 -0
  73. package/dist-es/commands/GetAccessTokenCommand.js +1 -0
  74. package/dist-es/commands/GetGrantCommand.js +1 -0
  75. package/dist-es/commands/GetLicenseCommand.js +1 -0
  76. package/dist-es/commands/GetLicenseConfigurationCommand.js +1 -0
  77. package/dist-es/commands/GetLicenseConversionTaskCommand.js +1 -0
  78. package/dist-es/commands/GetLicenseManagerReportGeneratorCommand.js +1 -0
  79. package/dist-es/commands/GetLicenseUsageCommand.js +1 -0
  80. package/dist-es/commands/GetServiceSettingsCommand.js +1 -0
  81. package/dist-es/commands/ListAssociationsForLicenseConfigurationCommand.js +1 -0
  82. package/dist-es/commands/ListDistributedGrantsCommand.js +1 -0
  83. package/dist-es/commands/ListFailuresForLicenseConfigurationOperationsCommand.js +1 -0
  84. package/dist-es/commands/ListLicenseConfigurationsCommand.js +1 -0
  85. package/dist-es/commands/ListLicenseConversionTasksCommand.js +1 -0
  86. package/dist-es/commands/ListLicenseManagerReportGeneratorsCommand.js +1 -0
  87. package/dist-es/commands/ListLicenseSpecificationsForResourceCommand.js +1 -0
  88. package/dist-es/commands/ListLicenseVersionsCommand.js +1 -0
  89. package/dist-es/commands/ListLicensesCommand.js +1 -0
  90. package/dist-es/commands/ListReceivedGrantsCommand.js +1 -0
  91. package/dist-es/commands/ListReceivedGrantsForOrganizationCommand.js +1 -0
  92. package/dist-es/commands/ListReceivedLicensesCommand.js +1 -0
  93. package/dist-es/commands/ListReceivedLicensesForOrganizationCommand.js +1 -0
  94. package/dist-es/commands/ListResourceInventoryCommand.js +1 -0
  95. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  96. package/dist-es/commands/ListTokensCommand.js +1 -0
  97. package/dist-es/commands/ListUsageForLicenseConfigurationCommand.js +1 -0
  98. package/dist-es/commands/RejectGrantCommand.js +1 -0
  99. package/dist-es/commands/TagResourceCommand.js +1 -0
  100. package/dist-es/commands/UntagResourceCommand.js +1 -0
  101. package/dist-es/commands/UpdateLicenseConfigurationCommand.js +1 -0
  102. package/dist-es/commands/UpdateLicenseManagerReportGeneratorCommand.js +1 -0
  103. package/dist-es/commands/UpdateLicenseSpecificationsForResourceCommand.js +1 -0
  104. package/dist-es/commands/UpdateServiceSettingsCommand.js +1 -0
  105. package/dist-es/index.js +1 -1
  106. package/dist-es/models/LicenseManagerServiceException.js +1 -0
  107. package/dist-types/LicenseManagerClient.d.ts +3 -3
  108. package/dist-types/commands/AcceptGrantCommand.d.ts +4 -0
  109. package/dist-types/commands/CheckInLicenseCommand.d.ts +4 -0
  110. package/dist-types/commands/CheckoutBorrowLicenseCommand.d.ts +4 -0
  111. package/dist-types/commands/CheckoutLicenseCommand.d.ts +4 -0
  112. package/dist-types/commands/CreateGrantCommand.d.ts +4 -0
  113. package/dist-types/commands/CreateGrantVersionCommand.d.ts +4 -0
  114. package/dist-types/commands/CreateLicenseCommand.d.ts +4 -0
  115. package/dist-types/commands/CreateLicenseConfigurationCommand.d.ts +4 -0
  116. package/dist-types/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +4 -0
  117. package/dist-types/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +4 -0
  118. package/dist-types/commands/CreateLicenseVersionCommand.d.ts +4 -0
  119. package/dist-types/commands/CreateTokenCommand.d.ts +4 -0
  120. package/dist-types/commands/DeleteGrantCommand.d.ts +4 -0
  121. package/dist-types/commands/DeleteLicenseCommand.d.ts +4 -0
  122. package/dist-types/commands/DeleteLicenseConfigurationCommand.d.ts +4 -0
  123. package/dist-types/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +4 -0
  124. package/dist-types/commands/DeleteTokenCommand.d.ts +4 -0
  125. package/dist-types/commands/ExtendLicenseConsumptionCommand.d.ts +4 -0
  126. package/dist-types/commands/GetAccessTokenCommand.d.ts +4 -0
  127. package/dist-types/commands/GetGrantCommand.d.ts +4 -0
  128. package/dist-types/commands/GetLicenseCommand.d.ts +4 -0
  129. package/dist-types/commands/GetLicenseConfigurationCommand.d.ts +4 -0
  130. package/dist-types/commands/GetLicenseConversionTaskCommand.d.ts +4 -0
  131. package/dist-types/commands/GetLicenseManagerReportGeneratorCommand.d.ts +4 -0
  132. package/dist-types/commands/GetLicenseUsageCommand.d.ts +4 -0
  133. package/dist-types/commands/GetServiceSettingsCommand.d.ts +4 -0
  134. package/dist-types/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +4 -0
  135. package/dist-types/commands/ListDistributedGrantsCommand.d.ts +4 -0
  136. package/dist-types/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +4 -0
  137. package/dist-types/commands/ListLicenseConfigurationsCommand.d.ts +4 -0
  138. package/dist-types/commands/ListLicenseConversionTasksCommand.d.ts +4 -0
  139. package/dist-types/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +4 -0
  140. package/dist-types/commands/ListLicenseSpecificationsForResourceCommand.d.ts +4 -0
  141. package/dist-types/commands/ListLicenseVersionsCommand.d.ts +4 -0
  142. package/dist-types/commands/ListLicensesCommand.d.ts +4 -0
  143. package/dist-types/commands/ListReceivedGrantsCommand.d.ts +4 -0
  144. package/dist-types/commands/ListReceivedGrantsForOrganizationCommand.d.ts +4 -0
  145. package/dist-types/commands/ListReceivedLicensesCommand.d.ts +4 -0
  146. package/dist-types/commands/ListReceivedLicensesForOrganizationCommand.d.ts +4 -0
  147. package/dist-types/commands/ListResourceInventoryCommand.d.ts +4 -0
  148. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  149. package/dist-types/commands/ListTokensCommand.d.ts +4 -0
  150. package/dist-types/commands/ListUsageForLicenseConfigurationCommand.d.ts +4 -0
  151. package/dist-types/commands/RejectGrantCommand.d.ts +4 -0
  152. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  153. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  154. package/dist-types/commands/UpdateLicenseConfigurationCommand.d.ts +4 -0
  155. package/dist-types/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +4 -0
  156. package/dist-types/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +4 -0
  157. package/dist-types/commands/UpdateServiceSettingsCommand.d.ts +4 -0
  158. package/dist-types/index.d.ts +7 -1
  159. package/dist-types/models/LicenseManagerServiceException.d.ts +1 -0
  160. package/dist-types/ts3.4/LicenseManagerClient.d.ts +3 -3
  161. package/dist-types/ts3.4/commands/AcceptGrantCommand.d.ts +1 -0
  162. package/dist-types/ts3.4/commands/CheckInLicenseCommand.d.ts +1 -0
  163. package/dist-types/ts3.4/commands/CheckoutBorrowLicenseCommand.d.ts +1 -0
  164. package/dist-types/ts3.4/commands/CheckoutLicenseCommand.d.ts +1 -0
  165. package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +1 -0
  166. package/dist-types/ts3.4/commands/CreateGrantVersionCommand.d.ts +1 -0
  167. package/dist-types/ts3.4/commands/CreateLicenseCommand.d.ts +1 -0
  168. package/dist-types/ts3.4/commands/CreateLicenseConfigurationCommand.d.ts +1 -0
  169. package/dist-types/ts3.4/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +1 -0
  170. package/dist-types/ts3.4/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +1 -0
  171. package/dist-types/ts3.4/commands/CreateLicenseVersionCommand.d.ts +1 -0
  172. package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +1 -0
  173. package/dist-types/ts3.4/commands/DeleteGrantCommand.d.ts +1 -0
  174. package/dist-types/ts3.4/commands/DeleteLicenseCommand.d.ts +1 -0
  175. package/dist-types/ts3.4/commands/DeleteLicenseConfigurationCommand.d.ts +1 -0
  176. package/dist-types/ts3.4/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +1 -0
  177. package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +1 -0
  178. package/dist-types/ts3.4/commands/ExtendLicenseConsumptionCommand.d.ts +1 -0
  179. package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +1 -0
  180. package/dist-types/ts3.4/commands/GetGrantCommand.d.ts +1 -0
  181. package/dist-types/ts3.4/commands/GetLicenseCommand.d.ts +1 -0
  182. package/dist-types/ts3.4/commands/GetLicenseConfigurationCommand.d.ts +1 -0
  183. package/dist-types/ts3.4/commands/GetLicenseConversionTaskCommand.d.ts +1 -0
  184. package/dist-types/ts3.4/commands/GetLicenseManagerReportGeneratorCommand.d.ts +1 -0
  185. package/dist-types/ts3.4/commands/GetLicenseUsageCommand.d.ts +1 -0
  186. package/dist-types/ts3.4/commands/GetServiceSettingsCommand.d.ts +1 -0
  187. package/dist-types/ts3.4/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +1 -0
  188. package/dist-types/ts3.4/commands/ListDistributedGrantsCommand.d.ts +1 -0
  189. package/dist-types/ts3.4/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +1 -0
  190. package/dist-types/ts3.4/commands/ListLicenseConfigurationsCommand.d.ts +1 -0
  191. package/dist-types/ts3.4/commands/ListLicenseConversionTasksCommand.d.ts +1 -0
  192. package/dist-types/ts3.4/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +1 -0
  193. package/dist-types/ts3.4/commands/ListLicenseSpecificationsForResourceCommand.d.ts +1 -0
  194. package/dist-types/ts3.4/commands/ListLicenseVersionsCommand.d.ts +1 -0
  195. package/dist-types/ts3.4/commands/ListLicensesCommand.d.ts +1 -0
  196. package/dist-types/ts3.4/commands/ListReceivedGrantsCommand.d.ts +1 -0
  197. package/dist-types/ts3.4/commands/ListReceivedGrantsForOrganizationCommand.d.ts +1 -0
  198. package/dist-types/ts3.4/commands/ListReceivedLicensesCommand.d.ts +1 -0
  199. package/dist-types/ts3.4/commands/ListReceivedLicensesForOrganizationCommand.d.ts +1 -0
  200. package/dist-types/ts3.4/commands/ListResourceInventoryCommand.d.ts +1 -0
  201. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  202. package/dist-types/ts3.4/commands/ListTokensCommand.d.ts +1 -0
  203. package/dist-types/ts3.4/commands/ListUsageForLicenseConfigurationCommand.d.ts +1 -0
  204. package/dist-types/ts3.4/commands/RejectGrantCommand.d.ts +1 -0
  205. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  206. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  207. package/dist-types/ts3.4/commands/UpdateLicenseConfigurationCommand.d.ts +1 -0
  208. package/dist-types/ts3.4/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +1 -0
  209. package/dist-types/ts3.4/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +1 -0
  210. package/dist-types/ts3.4/commands/UpdateServiceSettingsCommand.d.ts +1 -0
  211. package/dist-types/ts3.4/index.d.ts +1 -1
  212. package/dist-types/ts3.4/models/LicenseManagerServiceException.d.ts +1 -0
  213. package/package.json +28 -28
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = void 0;
3
+ exports.UntagResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class UntagResourceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateLicenseConfigurationCommand = void 0;
3
+ exports.UpdateLicenseConfigurationCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class UpdateLicenseConfigurationCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateLicenseManagerReportGeneratorCommand = void 0;
3
+ exports.UpdateLicenseManagerReportGeneratorCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class UpdateLicenseManagerReportGeneratorCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateLicenseSpecificationsForResourceCommand = void 0;
3
+ exports.UpdateLicenseSpecificationsForResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class UpdateLicenseSpecificationsForResourceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateServiceSettingsCommand = void 0;
3
+ exports.UpdateServiceSettingsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class UpdateServiceSettingsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
package/dist-cjs/index.js CHANGED
@@ -2,8 +2,8 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.LicenseManagerServiceException = void 0;
4
4
  const tslib_1 = require("tslib");
5
- tslib_1.__exportStar(require("./LicenseManager"), exports);
6
5
  tslib_1.__exportStar(require("./LicenseManagerClient"), exports);
6
+ tslib_1.__exportStar(require("./LicenseManager"), exports);
7
7
  tslib_1.__exportStar(require("./commands"), exports);
8
8
  tslib_1.__exportStar(require("./models"), exports);
9
9
  var LicenseManagerServiceException_1 = require("./models/LicenseManagerServiceException");
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.LicenseManagerServiceException = void 0;
3
+ exports.LicenseManagerServiceException = exports.__ServiceException = void 0;
4
4
  const smithy_client_1 = require("@aws-sdk/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
5
6
  class LicenseManagerServiceException extends smithy_client_1.ServiceException {
6
7
  constructor(options) {
7
8
  super(options);
@@ -10,6 +10,7 @@ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware
10
10
  import { Client as __Client, } from "@aws-sdk/smithy-client";
11
11
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
12
12
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
13
+ export { __Client };
13
14
  export class LicenseManagerClient extends __Client {
14
15
  constructor(configuration) {
15
16
  const _config_0 = __getRuntimeConfig(configuration);
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_AcceptGrantCommand, se_AcceptGrantCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class AcceptGrantCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CheckInLicenseCommand, se_CheckInLicenseCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CheckInLicenseCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CheckoutBorrowLicenseCommand, se_CheckoutBorrowLicenseCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CheckoutBorrowLicenseCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CheckoutLicenseCommand, se_CheckoutLicenseCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CheckoutLicenseCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateGrantCommand, se_CreateGrantCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CreateGrantCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateGrantVersionCommand, se_CreateGrantVersionCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CreateGrantVersionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateLicenseCommand, se_CreateLicenseCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CreateLicenseCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateLicenseConfigurationCommand, se_CreateLicenseConfigurationCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CreateLicenseConfigurationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateLicenseConversionTaskForResourceCommand, se_CreateLicenseConversionTaskForResourceCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CreateLicenseConversionTaskForResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateLicenseManagerReportGeneratorCommand, se_CreateLicenseManagerReportGeneratorCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CreateLicenseManagerReportGeneratorCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateLicenseVersionCommand, se_CreateLicenseVersionCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CreateLicenseVersionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateTokenCommand, se_CreateTokenCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CreateTokenCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteGrantCommand, se_DeleteGrantCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteGrantCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteLicenseCommand, se_DeleteLicenseCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteLicenseCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteLicenseConfigurationCommand, se_DeleteLicenseConfigurationCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteLicenseConfigurationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteLicenseManagerReportGeneratorCommand, se_DeleteLicenseManagerReportGeneratorCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteLicenseManagerReportGeneratorCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteTokenCommand, se_DeleteTokenCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteTokenCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ExtendLicenseConsumptionCommand, se_ExtendLicenseConsumptionCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ExtendLicenseConsumptionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetAccessTokenCommand, se_GetAccessTokenCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetAccessTokenCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetGrantCommand, se_GetGrantCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetGrantCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetLicenseCommand, se_GetLicenseCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetLicenseCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetLicenseConfigurationCommand, se_GetLicenseConfigurationCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetLicenseConfigurationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetLicenseConversionTaskCommand, se_GetLicenseConversionTaskCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetLicenseConversionTaskCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetLicenseManagerReportGeneratorCommand, se_GetLicenseManagerReportGeneratorCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetLicenseManagerReportGeneratorCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetLicenseUsageCommand, se_GetLicenseUsageCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetLicenseUsageCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetServiceSettingsCommand, se_GetServiceSettingsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetServiceSettingsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListAssociationsForLicenseConfigurationCommand, se_ListAssociationsForLicenseConfigurationCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListAssociationsForLicenseConfigurationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListDistributedGrantsCommand, se_ListDistributedGrantsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListDistributedGrantsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListFailuresForLicenseConfigurationOperationsCommand, se_ListFailuresForLicenseConfigurationOperationsCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListFailuresForLicenseConfigurationOperationsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListLicenseConfigurationsCommand, se_ListLicenseConfigurationsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListLicenseConfigurationsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListLicenseConversionTasksCommand, se_ListLicenseConversionTasksCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListLicenseConversionTasksCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListLicenseManagerReportGeneratorsCommand, se_ListLicenseManagerReportGeneratorsCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListLicenseManagerReportGeneratorsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListLicenseSpecificationsForResourceCommand, se_ListLicenseSpecificationsForResourceCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListLicenseSpecificationsForResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListLicenseVersionsCommand, se_ListLicenseVersionsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListLicenseVersionsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListLicensesCommand, se_ListLicensesCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListLicensesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListReceivedGrantsCommand, se_ListReceivedGrantsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListReceivedGrantsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListReceivedGrantsForOrganizationCommand, se_ListReceivedGrantsForOrganizationCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListReceivedGrantsForOrganizationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListReceivedLicensesCommand, se_ListReceivedLicensesCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListReceivedLicensesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListReceivedLicensesForOrganizationCommand, se_ListReceivedLicensesForOrganizationCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListReceivedLicensesForOrganizationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListResourceInventoryCommand, se_ListResourceInventoryCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListResourceInventoryCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListTagsForResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListTokensCommand, se_ListTokensCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListTokensCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListUsageForLicenseConfigurationCommand, se_ListUsageForLicenseConfigurationCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListUsageForLicenseConfigurationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_RejectGrantCommand, se_RejectGrantCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class RejectGrantCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class TagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UntagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateLicenseConfigurationCommand, se_UpdateLicenseConfigurationCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateLicenseConfigurationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateLicenseManagerReportGeneratorCommand, se_UpdateLicenseManagerReportGeneratorCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateLicenseManagerReportGeneratorCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateLicenseSpecificationsForResourceCommand, se_UpdateLicenseSpecificationsForResourceCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateLicenseSpecificationsForResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateServiceSettingsCommand, se_UpdateServiceSettingsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateServiceSettingsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,5 +1,5 @@
1
- export * from "./LicenseManager";
2
1
  export * from "./LicenseManagerClient";
2
+ export * from "./LicenseManager";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
5
  export { LicenseManagerServiceException } from "./models/LicenseManagerServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class LicenseManagerServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);