@aws-sdk/client-license-manager 3.337.0 → 3.341.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,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.LicenseManagerClient = void 0;
3
+ exports.LicenseManagerClient = exports.__Client = void 0;
4
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
5
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
6
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
@@ -11,6 +11,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
11
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
12
12
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
13
13
  const smithy_client_1 = require("@aws-sdk/smithy-client");
14
+ Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
14
15
  const EndpointParameters_1 = require("./endpoint/EndpointParameters");
15
16
  const runtimeConfig_1 = require("./runtimeConfig");
16
17
  class LicenseManagerClient extends smithy_client_1.Client {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AcceptGrantCommand = void 0;
3
+ exports.AcceptGrantCommand = 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 AcceptGrantCommand 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.CheckInLicenseCommand = void 0;
3
+ exports.CheckInLicenseCommand = 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 CheckInLicenseCommand 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.CheckoutBorrowLicenseCommand = void 0;
3
+ exports.CheckoutBorrowLicenseCommand = 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 CheckoutBorrowLicenseCommand 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.CheckoutLicenseCommand = void 0;
3
+ exports.CheckoutLicenseCommand = 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 CheckoutLicenseCommand 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.CreateGrantCommand = void 0;
3
+ exports.CreateGrantCommand = 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 CreateGrantCommand 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.CreateGrantVersionCommand = void 0;
3
+ exports.CreateGrantVersionCommand = 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 CreateGrantVersionCommand 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.CreateLicenseCommand = void 0;
3
+ exports.CreateLicenseCommand = 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 CreateLicenseCommand 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.CreateLicenseConfigurationCommand = void 0;
3
+ exports.CreateLicenseConfigurationCommand = 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 CreateLicenseConfigurationCommand 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.CreateLicenseConversionTaskForResourceCommand = void 0;
3
+ exports.CreateLicenseConversionTaskForResourceCommand = 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 CreateLicenseConversionTaskForResourceCommand 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.CreateLicenseManagerReportGeneratorCommand = void 0;
3
+ exports.CreateLicenseManagerReportGeneratorCommand = 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 CreateLicenseManagerReportGeneratorCommand 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.CreateLicenseVersionCommand = void 0;
3
+ exports.CreateLicenseVersionCommand = 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 CreateLicenseVersionCommand 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.CreateTokenCommand = void 0;
3
+ exports.CreateTokenCommand = 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 CreateTokenCommand 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.DeleteGrantCommand = void 0;
3
+ exports.DeleteGrantCommand = 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 DeleteGrantCommand 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.DeleteLicenseCommand = void 0;
3
+ exports.DeleteLicenseCommand = 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 DeleteLicenseCommand 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.DeleteLicenseConfigurationCommand = void 0;
3
+ exports.DeleteLicenseConfigurationCommand = 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 DeleteLicenseConfigurationCommand 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.DeleteLicenseManagerReportGeneratorCommand = void 0;
3
+ exports.DeleteLicenseManagerReportGeneratorCommand = 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 DeleteLicenseManagerReportGeneratorCommand 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.DeleteTokenCommand = void 0;
3
+ exports.DeleteTokenCommand = 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 DeleteTokenCommand 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.ExtendLicenseConsumptionCommand = void 0;
3
+ exports.ExtendLicenseConsumptionCommand = 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 ExtendLicenseConsumptionCommand 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.GetAccessTokenCommand = void 0;
3
+ exports.GetAccessTokenCommand = 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 GetAccessTokenCommand 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.GetGrantCommand = void 0;
3
+ exports.GetGrantCommand = 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 GetGrantCommand 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.GetLicenseCommand = void 0;
3
+ exports.GetLicenseCommand = 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 GetLicenseCommand 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.GetLicenseConfigurationCommand = void 0;
3
+ exports.GetLicenseConfigurationCommand = 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 GetLicenseConfigurationCommand 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.GetLicenseConversionTaskCommand = void 0;
3
+ exports.GetLicenseConversionTaskCommand = 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 GetLicenseConversionTaskCommand 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.GetLicenseManagerReportGeneratorCommand = void 0;
3
+ exports.GetLicenseManagerReportGeneratorCommand = 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 GetLicenseManagerReportGeneratorCommand 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.GetLicenseUsageCommand = void 0;
3
+ exports.GetLicenseUsageCommand = 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 GetLicenseUsageCommand 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.GetServiceSettingsCommand = void 0;
3
+ exports.GetServiceSettingsCommand = 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 GetServiceSettingsCommand 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.ListAssociationsForLicenseConfigurationCommand = void 0;
3
+ exports.ListAssociationsForLicenseConfigurationCommand = 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 ListAssociationsForLicenseConfigurationCommand 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.ListDistributedGrantsCommand = void 0;
3
+ exports.ListDistributedGrantsCommand = 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 ListDistributedGrantsCommand 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.ListFailuresForLicenseConfigurationOperationsCommand = void 0;
3
+ exports.ListFailuresForLicenseConfigurationOperationsCommand = 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 ListFailuresForLicenseConfigurationOperationsCommand 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.ListLicenseConfigurationsCommand = void 0;
3
+ exports.ListLicenseConfigurationsCommand = 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 ListLicenseConfigurationsCommand 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.ListLicenseConversionTasksCommand = void 0;
3
+ exports.ListLicenseConversionTasksCommand = 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 ListLicenseConversionTasksCommand 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.ListLicenseManagerReportGeneratorsCommand = void 0;
3
+ exports.ListLicenseManagerReportGeneratorsCommand = 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 ListLicenseManagerReportGeneratorsCommand 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.ListLicenseSpecificationsForResourceCommand = void 0;
3
+ exports.ListLicenseSpecificationsForResourceCommand = 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 ListLicenseSpecificationsForResourceCommand 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.ListLicenseVersionsCommand = void 0;
3
+ exports.ListLicenseVersionsCommand = 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 ListLicenseVersionsCommand 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.ListLicensesCommand = void 0;
3
+ exports.ListLicensesCommand = 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 ListLicensesCommand 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.ListReceivedGrantsCommand = void 0;
3
+ exports.ListReceivedGrantsCommand = 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 ListReceivedGrantsCommand 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.ListReceivedGrantsForOrganizationCommand = void 0;
3
+ exports.ListReceivedGrantsForOrganizationCommand = 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 ListReceivedGrantsForOrganizationCommand 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.ListReceivedLicensesCommand = void 0;
3
+ exports.ListReceivedLicensesCommand = 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 ListReceivedLicensesCommand 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.ListReceivedLicensesForOrganizationCommand = void 0;
3
+ exports.ListReceivedLicensesForOrganizationCommand = 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 ListReceivedLicensesForOrganizationCommand 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.ListResourceInventoryCommand = void 0;
3
+ exports.ListResourceInventoryCommand = 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 ListResourceInventoryCommand 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.ListTagsForResourceCommand = void 0;
3
+ exports.ListTagsForResourceCommand = 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 ListTagsForResourceCommand 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.ListTokensCommand = void 0;
3
+ exports.ListTokensCommand = 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 ListTokensCommand 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.ListUsageForLicenseConfigurationCommand = void 0;
3
+ exports.ListUsageForLicenseConfigurationCommand = 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 ListUsageForLicenseConfigurationCommand 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.RejectGrantCommand = void 0;
3
+ exports.RejectGrantCommand = 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 RejectGrantCommand 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.TagResourceCommand = void 0;
3
+ exports.TagResourceCommand = 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 TagResourceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {