@aws-sdk/client-license-manager 3.1077.0 → 3.1078.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 (194) hide show
  1. package/dist-cjs/index.js +192 -745
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AcceptGrantCommand.js +2 -14
  4. package/dist-es/commands/CheckInLicenseCommand.js +2 -14
  5. package/dist-es/commands/CheckoutBorrowLicenseCommand.js +2 -14
  6. package/dist-es/commands/CheckoutLicenseCommand.js +2 -14
  7. package/dist-es/commands/CreateGrantCommand.js +2 -14
  8. package/dist-es/commands/CreateGrantVersionCommand.js +2 -14
  9. package/dist-es/commands/CreateLicenseAssetGroupCommand.js +2 -14
  10. package/dist-es/commands/CreateLicenseAssetRulesetCommand.js +2 -14
  11. package/dist-es/commands/CreateLicenseCommand.js +2 -14
  12. package/dist-es/commands/CreateLicenseConfigurationCommand.js +2 -14
  13. package/dist-es/commands/CreateLicenseConversionTaskForResourceCommand.js +2 -14
  14. package/dist-es/commands/CreateLicenseManagerReportGeneratorCommand.js +2 -14
  15. package/dist-es/commands/CreateLicenseVersionCommand.js +2 -14
  16. package/dist-es/commands/CreateTokenCommand.js +2 -14
  17. package/dist-es/commands/DeleteGrantCommand.js +2 -14
  18. package/dist-es/commands/DeleteLicenseAssetGroupCommand.js +2 -14
  19. package/dist-es/commands/DeleteLicenseAssetRulesetCommand.js +2 -14
  20. package/dist-es/commands/DeleteLicenseCommand.js +2 -14
  21. package/dist-es/commands/DeleteLicenseConfigurationCommand.js +2 -14
  22. package/dist-es/commands/DeleteLicenseManagerReportGeneratorCommand.js +2 -14
  23. package/dist-es/commands/DeleteTokenCommand.js +2 -14
  24. package/dist-es/commands/ExtendLicenseConsumptionCommand.js +2 -14
  25. package/dist-es/commands/GetAccessTokenCommand.js +2 -14
  26. package/dist-es/commands/GetGrantCommand.js +2 -14
  27. package/dist-es/commands/GetLicenseAssetGroupCommand.js +2 -14
  28. package/dist-es/commands/GetLicenseAssetRulesetCommand.js +2 -14
  29. package/dist-es/commands/GetLicenseCommand.js +2 -14
  30. package/dist-es/commands/GetLicenseConfigurationCommand.js +2 -14
  31. package/dist-es/commands/GetLicenseConversionTaskCommand.js +2 -14
  32. package/dist-es/commands/GetLicenseManagerReportGeneratorCommand.js +2 -14
  33. package/dist-es/commands/GetLicenseUsageCommand.js +2 -14
  34. package/dist-es/commands/GetServiceSettingsCommand.js +2 -14
  35. package/dist-es/commands/ListAssetsForLicenseAssetGroupCommand.js +2 -14
  36. package/dist-es/commands/ListAssociationsForLicenseConfigurationCommand.js +2 -14
  37. package/dist-es/commands/ListDistributedGrantsCommand.js +2 -14
  38. package/dist-es/commands/ListFailuresForLicenseConfigurationOperationsCommand.js +2 -14
  39. package/dist-es/commands/ListLicenseAssetGroupsCommand.js +2 -14
  40. package/dist-es/commands/ListLicenseAssetRulesetsCommand.js +2 -14
  41. package/dist-es/commands/ListLicenseConfigurationsCommand.js +2 -14
  42. package/dist-es/commands/ListLicenseConfigurationsForOrganizationCommand.js +2 -14
  43. package/dist-es/commands/ListLicenseConversionTasksCommand.js +2 -14
  44. package/dist-es/commands/ListLicenseManagerReportGeneratorsCommand.js +2 -14
  45. package/dist-es/commands/ListLicenseSpecificationsForResourceCommand.js +2 -14
  46. package/dist-es/commands/ListLicenseVersionsCommand.js +2 -14
  47. package/dist-es/commands/ListLicensesCommand.js +2 -14
  48. package/dist-es/commands/ListReceivedGrantsCommand.js +2 -14
  49. package/dist-es/commands/ListReceivedGrantsForOrganizationCommand.js +2 -14
  50. package/dist-es/commands/ListReceivedLicensesCommand.js +2 -14
  51. package/dist-es/commands/ListReceivedLicensesForOrganizationCommand.js +2 -14
  52. package/dist-es/commands/ListResourceInventoryCommand.js +2 -14
  53. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  54. package/dist-es/commands/ListTokensCommand.js +2 -14
  55. package/dist-es/commands/ListUsageForLicenseConfigurationCommand.js +2 -14
  56. package/dist-es/commands/RejectGrantCommand.js +2 -14
  57. package/dist-es/commands/TagResourceCommand.js +2 -14
  58. package/dist-es/commands/UntagResourceCommand.js +2 -14
  59. package/dist-es/commands/UpdateLicenseAssetGroupCommand.js +2 -14
  60. package/dist-es/commands/UpdateLicenseAssetRulesetCommand.js +2 -14
  61. package/dist-es/commands/UpdateLicenseConfigurationCommand.js +2 -14
  62. package/dist-es/commands/UpdateLicenseManagerReportGeneratorCommand.js +2 -14
  63. package/dist-es/commands/UpdateLicenseSpecificationsForResourceCommand.js +2 -14
  64. package/dist-es/commands/UpdateServiceSettingsCommand.js +2 -14
  65. package/dist-es/index.js +1 -0
  66. package/dist-types/commandBuilder.d.ts +18 -0
  67. package/dist-types/commands/AcceptGrantCommand.d.ts +3 -8
  68. package/dist-types/commands/CheckInLicenseCommand.d.ts +3 -8
  69. package/dist-types/commands/CheckoutBorrowLicenseCommand.d.ts +3 -8
  70. package/dist-types/commands/CheckoutLicenseCommand.d.ts +3 -8
  71. package/dist-types/commands/CreateGrantCommand.d.ts +3 -8
  72. package/dist-types/commands/CreateGrantVersionCommand.d.ts +3 -8
  73. package/dist-types/commands/CreateLicenseAssetGroupCommand.d.ts +3 -8
  74. package/dist-types/commands/CreateLicenseAssetRulesetCommand.d.ts +3 -8
  75. package/dist-types/commands/CreateLicenseCommand.d.ts +3 -8
  76. package/dist-types/commands/CreateLicenseConfigurationCommand.d.ts +3 -8
  77. package/dist-types/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +3 -8
  78. package/dist-types/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +3 -8
  79. package/dist-types/commands/CreateLicenseVersionCommand.d.ts +3 -8
  80. package/dist-types/commands/CreateTokenCommand.d.ts +3 -8
  81. package/dist-types/commands/DeleteGrantCommand.d.ts +3 -8
  82. package/dist-types/commands/DeleteLicenseAssetGroupCommand.d.ts +3 -8
  83. package/dist-types/commands/DeleteLicenseAssetRulesetCommand.d.ts +3 -8
  84. package/dist-types/commands/DeleteLicenseCommand.d.ts +3 -8
  85. package/dist-types/commands/DeleteLicenseConfigurationCommand.d.ts +3 -8
  86. package/dist-types/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +3 -8
  87. package/dist-types/commands/DeleteTokenCommand.d.ts +3 -8
  88. package/dist-types/commands/ExtendLicenseConsumptionCommand.d.ts +3 -8
  89. package/dist-types/commands/GetAccessTokenCommand.d.ts +3 -8
  90. package/dist-types/commands/GetGrantCommand.d.ts +3 -8
  91. package/dist-types/commands/GetLicenseAssetGroupCommand.d.ts +3 -8
  92. package/dist-types/commands/GetLicenseAssetRulesetCommand.d.ts +3 -8
  93. package/dist-types/commands/GetLicenseCommand.d.ts +3 -8
  94. package/dist-types/commands/GetLicenseConfigurationCommand.d.ts +3 -8
  95. package/dist-types/commands/GetLicenseConversionTaskCommand.d.ts +3 -8
  96. package/dist-types/commands/GetLicenseManagerReportGeneratorCommand.d.ts +3 -8
  97. package/dist-types/commands/GetLicenseUsageCommand.d.ts +3 -8
  98. package/dist-types/commands/GetServiceSettingsCommand.d.ts +3 -8
  99. package/dist-types/commands/ListAssetsForLicenseAssetGroupCommand.d.ts +3 -8
  100. package/dist-types/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +3 -8
  101. package/dist-types/commands/ListDistributedGrantsCommand.d.ts +3 -8
  102. package/dist-types/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +3 -8
  103. package/dist-types/commands/ListLicenseAssetGroupsCommand.d.ts +3 -8
  104. package/dist-types/commands/ListLicenseAssetRulesetsCommand.d.ts +3 -8
  105. package/dist-types/commands/ListLicenseConfigurationsCommand.d.ts +3 -8
  106. package/dist-types/commands/ListLicenseConfigurationsForOrganizationCommand.d.ts +3 -8
  107. package/dist-types/commands/ListLicenseConversionTasksCommand.d.ts +3 -8
  108. package/dist-types/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +3 -8
  109. package/dist-types/commands/ListLicenseSpecificationsForResourceCommand.d.ts +3 -8
  110. package/dist-types/commands/ListLicenseVersionsCommand.d.ts +3 -8
  111. package/dist-types/commands/ListLicensesCommand.d.ts +3 -8
  112. package/dist-types/commands/ListReceivedGrantsCommand.d.ts +3 -8
  113. package/dist-types/commands/ListReceivedGrantsForOrganizationCommand.d.ts +3 -8
  114. package/dist-types/commands/ListReceivedLicensesCommand.d.ts +3 -8
  115. package/dist-types/commands/ListReceivedLicensesForOrganizationCommand.d.ts +3 -8
  116. package/dist-types/commands/ListResourceInventoryCommand.d.ts +3 -8
  117. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  118. package/dist-types/commands/ListTokensCommand.d.ts +3 -8
  119. package/dist-types/commands/ListUsageForLicenseConfigurationCommand.d.ts +3 -8
  120. package/dist-types/commands/RejectGrantCommand.d.ts +3 -8
  121. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  122. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  123. package/dist-types/commands/UpdateLicenseAssetGroupCommand.d.ts +3 -8
  124. package/dist-types/commands/UpdateLicenseAssetRulesetCommand.d.ts +3 -8
  125. package/dist-types/commands/UpdateLicenseConfigurationCommand.d.ts +3 -8
  126. package/dist-types/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +3 -8
  127. package/dist-types/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +3 -8
  128. package/dist-types/commands/UpdateServiceSettingsCommand.d.ts +3 -8
  129. package/dist-types/index.d.ts +1 -0
  130. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  131. package/dist-types/ts3.4/commands/AcceptGrantCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/CheckInLicenseCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/CheckoutBorrowLicenseCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/CheckoutLicenseCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/CreateGrantVersionCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/CreateLicenseAssetGroupCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/CreateLicenseAssetRulesetCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/CreateLicenseCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/CreateLicenseConfigurationCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/CreateLicenseVersionCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/DeleteGrantCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/DeleteLicenseAssetGroupCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/DeleteLicenseAssetRulesetCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/DeleteLicenseCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/DeleteLicenseConfigurationCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/ExtendLicenseConsumptionCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/GetGrantCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/GetLicenseAssetGroupCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/GetLicenseAssetRulesetCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/GetLicenseCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/GetLicenseConfigurationCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/GetLicenseConversionTaskCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/GetLicenseManagerReportGeneratorCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/GetLicenseUsageCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/GetServiceSettingsCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/ListAssetsForLicenseAssetGroupCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/ListDistributedGrantsCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/ListLicenseAssetGroupsCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/ListLicenseAssetRulesetsCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/ListLicenseConfigurationsCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/ListLicenseConfigurationsForOrganizationCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/ListLicenseConversionTasksCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/ListLicenseSpecificationsForResourceCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/ListLicenseVersionsCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/ListLicensesCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/ListReceivedGrantsCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/ListReceivedGrantsForOrganizationCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/ListReceivedLicensesCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/ListReceivedLicensesForOrganizationCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/ListResourceInventoryCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/ListTokensCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/ListUsageForLicenseConfigurationCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/RejectGrantCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/UpdateLicenseAssetGroupCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/UpdateLicenseAssetRulesetCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/UpdateLicenseConfigurationCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/UpdateServiceSettingsCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/index.d.ts +1 -0
  194. package/package.json +8 -8
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -68,7 +69,7 @@ const commonParams = {
68
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
69
70
  };
70
71
 
71
- var version = "3.1076.0";
72
+ var version = "3.1077.0";
72
73
  var packageInfo = {
73
74
  version: version};
74
75
 
@@ -2317,748 +2318,194 @@ class LicenseManagerClient extends Client {
2317
2318
  }
2318
2319
  }
2319
2320
 
2320
- class AcceptGrantCommand extends Command
2321
- .classBuilder()
2322
- .ep(commonParams)
2323
- .m(function (Command, cs, config, o) {
2324
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2325
- })
2326
- .s("AWSLicenseManager", "AcceptGrant", {})
2327
- .n("LicenseManagerClient", "AcceptGrantCommand")
2328
- .sc(AcceptGrant$)
2329
- .build() {
2330
- }
2331
-
2332
- class CheckInLicenseCommand extends Command
2333
- .classBuilder()
2334
- .ep(commonParams)
2335
- .m(function (Command, cs, config, o) {
2336
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2337
- })
2338
- .s("AWSLicenseManager", "CheckInLicense", {})
2339
- .n("LicenseManagerClient", "CheckInLicenseCommand")
2340
- .sc(CheckInLicense$)
2341
- .build() {
2342
- }
2343
-
2344
- class CheckoutBorrowLicenseCommand extends Command
2345
- .classBuilder()
2346
- .ep(commonParams)
2347
- .m(function (Command, cs, config, o) {
2348
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2349
- })
2350
- .s("AWSLicenseManager", "CheckoutBorrowLicense", {})
2351
- .n("LicenseManagerClient", "CheckoutBorrowLicenseCommand")
2352
- .sc(CheckoutBorrowLicense$)
2353
- .build() {
2354
- }
2355
-
2356
- class CheckoutLicenseCommand extends Command
2357
- .classBuilder()
2358
- .ep(commonParams)
2359
- .m(function (Command, cs, config, o) {
2360
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2361
- })
2362
- .s("AWSLicenseManager", "CheckoutLicense", {})
2363
- .n("LicenseManagerClient", "CheckoutLicenseCommand")
2364
- .sc(CheckoutLicense$)
2365
- .build() {
2366
- }
2367
-
2368
- class CreateGrantCommand extends Command
2369
- .classBuilder()
2370
- .ep(commonParams)
2371
- .m(function (Command, cs, config, o) {
2372
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2373
- })
2374
- .s("AWSLicenseManager", "CreateGrant", {})
2375
- .n("LicenseManagerClient", "CreateGrantCommand")
2376
- .sc(CreateGrant$)
2377
- .build() {
2378
- }
2379
-
2380
- class CreateGrantVersionCommand extends Command
2381
- .classBuilder()
2382
- .ep(commonParams)
2383
- .m(function (Command, cs, config, o) {
2384
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2385
- })
2386
- .s("AWSLicenseManager", "CreateGrantVersion", {})
2387
- .n("LicenseManagerClient", "CreateGrantVersionCommand")
2388
- .sc(CreateGrantVersion$)
2389
- .build() {
2390
- }
2391
-
2392
- class CreateLicenseAssetGroupCommand extends Command
2393
- .classBuilder()
2394
- .ep(commonParams)
2395
- .m(function (Command, cs, config, o) {
2396
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2397
- })
2398
- .s("AWSLicenseManager", "CreateLicenseAssetGroup", {})
2399
- .n("LicenseManagerClient", "CreateLicenseAssetGroupCommand")
2400
- .sc(CreateLicenseAssetGroup$)
2401
- .build() {
2402
- }
2403
-
2404
- class CreateLicenseAssetRulesetCommand extends Command
2405
- .classBuilder()
2406
- .ep(commonParams)
2407
- .m(function (Command, cs, config, o) {
2408
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2409
- })
2410
- .s("AWSLicenseManager", "CreateLicenseAssetRuleset", {})
2411
- .n("LicenseManagerClient", "CreateLicenseAssetRulesetCommand")
2412
- .sc(CreateLicenseAssetRuleset$)
2413
- .build() {
2414
- }
2415
-
2416
- class CreateLicenseCommand extends Command
2417
- .classBuilder()
2418
- .ep(commonParams)
2419
- .m(function (Command, cs, config, o) {
2420
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2421
- })
2422
- .s("AWSLicenseManager", "CreateLicense", {})
2423
- .n("LicenseManagerClient", "CreateLicenseCommand")
2424
- .sc(CreateLicense$)
2425
- .build() {
2426
- }
2427
-
2428
- class CreateLicenseConfigurationCommand extends Command
2429
- .classBuilder()
2430
- .ep(commonParams)
2431
- .m(function (Command, cs, config, o) {
2432
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2433
- })
2434
- .s("AWSLicenseManager", "CreateLicenseConfiguration", {})
2435
- .n("LicenseManagerClient", "CreateLicenseConfigurationCommand")
2436
- .sc(CreateLicenseConfiguration$)
2437
- .build() {
2438
- }
2439
-
2440
- class CreateLicenseConversionTaskForResourceCommand extends Command
2441
- .classBuilder()
2442
- .ep(commonParams)
2443
- .m(function (Command, cs, config, o) {
2444
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2445
- })
2446
- .s("AWSLicenseManager", "CreateLicenseConversionTaskForResource", {})
2447
- .n("LicenseManagerClient", "CreateLicenseConversionTaskForResourceCommand")
2448
- .sc(CreateLicenseConversionTaskForResource$)
2449
- .build() {
2450
- }
2451
-
2452
- class CreateLicenseManagerReportGeneratorCommand extends Command
2453
- .classBuilder()
2454
- .ep(commonParams)
2455
- .m(function (Command, cs, config, o) {
2456
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2457
- })
2458
- .s("AWSLicenseManager", "CreateLicenseManagerReportGenerator", {})
2459
- .n("LicenseManagerClient", "CreateLicenseManagerReportGeneratorCommand")
2460
- .sc(CreateLicenseManagerReportGenerator$)
2461
- .build() {
2462
- }
2463
-
2464
- class CreateLicenseVersionCommand extends Command
2465
- .classBuilder()
2466
- .ep(commonParams)
2467
- .m(function (Command, cs, config, o) {
2468
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2469
- })
2470
- .s("AWSLicenseManager", "CreateLicenseVersion", {})
2471
- .n("LicenseManagerClient", "CreateLicenseVersionCommand")
2472
- .sc(CreateLicenseVersion$)
2473
- .build() {
2474
- }
2475
-
2476
- class CreateTokenCommand extends Command
2477
- .classBuilder()
2478
- .ep(commonParams)
2479
- .m(function (Command, cs, config, o) {
2480
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2481
- })
2482
- .s("AWSLicenseManager", "CreateToken", {})
2483
- .n("LicenseManagerClient", "CreateTokenCommand")
2484
- .sc(CreateToken$)
2485
- .build() {
2486
- }
2487
-
2488
- class DeleteGrantCommand extends Command
2489
- .classBuilder()
2490
- .ep(commonParams)
2491
- .m(function (Command, cs, config, o) {
2492
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2493
- })
2494
- .s("AWSLicenseManager", "DeleteGrant", {})
2495
- .n("LicenseManagerClient", "DeleteGrantCommand")
2496
- .sc(DeleteGrant$)
2497
- .build() {
2498
- }
2499
-
2500
- class DeleteLicenseAssetGroupCommand extends Command
2501
- .classBuilder()
2502
- .ep(commonParams)
2503
- .m(function (Command, cs, config, o) {
2504
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2505
- })
2506
- .s("AWSLicenseManager", "DeleteLicenseAssetGroup", {})
2507
- .n("LicenseManagerClient", "DeleteLicenseAssetGroupCommand")
2508
- .sc(DeleteLicenseAssetGroup$)
2509
- .build() {
2510
- }
2511
-
2512
- class DeleteLicenseAssetRulesetCommand extends Command
2513
- .classBuilder()
2514
- .ep(commonParams)
2515
- .m(function (Command, cs, config, o) {
2516
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2517
- })
2518
- .s("AWSLicenseManager", "DeleteLicenseAssetRuleset", {})
2519
- .n("LicenseManagerClient", "DeleteLicenseAssetRulesetCommand")
2520
- .sc(DeleteLicenseAssetRuleset$)
2521
- .build() {
2522
- }
2523
-
2524
- class DeleteLicenseCommand extends Command
2525
- .classBuilder()
2526
- .ep(commonParams)
2527
- .m(function (Command, cs, config, o) {
2528
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2529
- })
2530
- .s("AWSLicenseManager", "DeleteLicense", {})
2531
- .n("LicenseManagerClient", "DeleteLicenseCommand")
2532
- .sc(DeleteLicense$)
2533
- .build() {
2534
- }
2535
-
2536
- class DeleteLicenseConfigurationCommand extends Command
2537
- .classBuilder()
2538
- .ep(commonParams)
2539
- .m(function (Command, cs, config, o) {
2540
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2541
- })
2542
- .s("AWSLicenseManager", "DeleteLicenseConfiguration", {})
2543
- .n("LicenseManagerClient", "DeleteLicenseConfigurationCommand")
2544
- .sc(DeleteLicenseConfiguration$)
2545
- .build() {
2546
- }
2547
-
2548
- class DeleteLicenseManagerReportGeneratorCommand extends Command
2549
- .classBuilder()
2550
- .ep(commonParams)
2551
- .m(function (Command, cs, config, o) {
2552
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2553
- })
2554
- .s("AWSLicenseManager", "DeleteLicenseManagerReportGenerator", {})
2555
- .n("LicenseManagerClient", "DeleteLicenseManagerReportGeneratorCommand")
2556
- .sc(DeleteLicenseManagerReportGenerator$)
2557
- .build() {
2558
- }
2559
-
2560
- class DeleteTokenCommand extends Command
2561
- .classBuilder()
2562
- .ep(commonParams)
2563
- .m(function (Command, cs, config, o) {
2564
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2565
- })
2566
- .s("AWSLicenseManager", "DeleteToken", {})
2567
- .n("LicenseManagerClient", "DeleteTokenCommand")
2568
- .sc(DeleteToken$)
2569
- .build() {
2570
- }
2571
-
2572
- class ExtendLicenseConsumptionCommand extends Command
2573
- .classBuilder()
2574
- .ep(commonParams)
2575
- .m(function (Command, cs, config, o) {
2576
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2577
- })
2578
- .s("AWSLicenseManager", "ExtendLicenseConsumption", {})
2579
- .n("LicenseManagerClient", "ExtendLicenseConsumptionCommand")
2580
- .sc(ExtendLicenseConsumption$)
2581
- .build() {
2582
- }
2583
-
2584
- class GetAccessTokenCommand extends Command
2585
- .classBuilder()
2586
- .ep(commonParams)
2587
- .m(function (Command, cs, config, o) {
2588
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2589
- })
2590
- .s("AWSLicenseManager", "GetAccessToken", {})
2591
- .n("LicenseManagerClient", "GetAccessTokenCommand")
2592
- .sc(GetAccessToken$)
2593
- .build() {
2594
- }
2595
-
2596
- class GetGrantCommand extends Command
2597
- .classBuilder()
2598
- .ep(commonParams)
2599
- .m(function (Command, cs, config, o) {
2600
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2601
- })
2602
- .s("AWSLicenseManager", "GetGrant", {})
2603
- .n("LicenseManagerClient", "GetGrantCommand")
2604
- .sc(GetGrant$)
2605
- .build() {
2606
- }
2607
-
2608
- class GetLicenseAssetGroupCommand extends Command
2609
- .classBuilder()
2610
- .ep(commonParams)
2611
- .m(function (Command, cs, config, o) {
2612
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2613
- })
2614
- .s("AWSLicenseManager", "GetLicenseAssetGroup", {})
2615
- .n("LicenseManagerClient", "GetLicenseAssetGroupCommand")
2616
- .sc(GetLicenseAssetGroup$)
2617
- .build() {
2618
- }
2619
-
2620
- class GetLicenseAssetRulesetCommand extends Command
2621
- .classBuilder()
2622
- .ep(commonParams)
2623
- .m(function (Command, cs, config, o) {
2624
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2625
- })
2626
- .s("AWSLicenseManager", "GetLicenseAssetRuleset", {})
2627
- .n("LicenseManagerClient", "GetLicenseAssetRulesetCommand")
2628
- .sc(GetLicenseAssetRuleset$)
2629
- .build() {
2630
- }
2631
-
2632
- class GetLicenseCommand extends Command
2633
- .classBuilder()
2634
- .ep(commonParams)
2635
- .m(function (Command, cs, config, o) {
2636
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2637
- })
2638
- .s("AWSLicenseManager", "GetLicense", {})
2639
- .n("LicenseManagerClient", "GetLicenseCommand")
2640
- .sc(GetLicense$)
2641
- .build() {
2642
- }
2643
-
2644
- class GetLicenseConfigurationCommand extends Command
2645
- .classBuilder()
2646
- .ep(commonParams)
2647
- .m(function (Command, cs, config, o) {
2648
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2649
- })
2650
- .s("AWSLicenseManager", "GetLicenseConfiguration", {})
2651
- .n("LicenseManagerClient", "GetLicenseConfigurationCommand")
2652
- .sc(GetLicenseConfiguration$)
2653
- .build() {
2654
- }
2655
-
2656
- class GetLicenseConversionTaskCommand extends Command
2657
- .classBuilder()
2658
- .ep(commonParams)
2659
- .m(function (Command, cs, config, o) {
2660
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2661
- })
2662
- .s("AWSLicenseManager", "GetLicenseConversionTask", {})
2663
- .n("LicenseManagerClient", "GetLicenseConversionTaskCommand")
2664
- .sc(GetLicenseConversionTask$)
2665
- .build() {
2666
- }
2667
-
2668
- class GetLicenseManagerReportGeneratorCommand extends Command
2669
- .classBuilder()
2670
- .ep(commonParams)
2671
- .m(function (Command, cs, config, o) {
2672
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2673
- })
2674
- .s("AWSLicenseManager", "GetLicenseManagerReportGenerator", {})
2675
- .n("LicenseManagerClient", "GetLicenseManagerReportGeneratorCommand")
2676
- .sc(GetLicenseManagerReportGenerator$)
2677
- .build() {
2678
- }
2679
-
2680
- class GetLicenseUsageCommand extends Command
2681
- .classBuilder()
2682
- .ep(commonParams)
2683
- .m(function (Command, cs, config, o) {
2684
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2685
- })
2686
- .s("AWSLicenseManager", "GetLicenseUsage", {})
2687
- .n("LicenseManagerClient", "GetLicenseUsageCommand")
2688
- .sc(GetLicenseUsage$)
2689
- .build() {
2690
- }
2691
-
2692
- class GetServiceSettingsCommand extends Command
2693
- .classBuilder()
2694
- .ep(commonParams)
2695
- .m(function (Command, cs, config, o) {
2696
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2697
- })
2698
- .s("AWSLicenseManager", "GetServiceSettings", {})
2699
- .n("LicenseManagerClient", "GetServiceSettingsCommand")
2700
- .sc(GetServiceSettings$)
2701
- .build() {
2702
- }
2703
-
2704
- class ListAssetsForLicenseAssetGroupCommand extends Command
2705
- .classBuilder()
2706
- .ep(commonParams)
2707
- .m(function (Command, cs, config, o) {
2708
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2709
- })
2710
- .s("AWSLicenseManager", "ListAssetsForLicenseAssetGroup", {})
2711
- .n("LicenseManagerClient", "ListAssetsForLicenseAssetGroupCommand")
2712
- .sc(ListAssetsForLicenseAssetGroup$)
2713
- .build() {
2714
- }
2715
-
2716
- class ListAssociationsForLicenseConfigurationCommand extends Command
2717
- .classBuilder()
2718
- .ep(commonParams)
2719
- .m(function (Command, cs, config, o) {
2720
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2721
- })
2722
- .s("AWSLicenseManager", "ListAssociationsForLicenseConfiguration", {})
2723
- .n("LicenseManagerClient", "ListAssociationsForLicenseConfigurationCommand")
2724
- .sc(ListAssociationsForLicenseConfiguration$)
2725
- .build() {
2726
- }
2727
-
2728
- class ListDistributedGrantsCommand extends Command
2729
- .classBuilder()
2730
- .ep(commonParams)
2731
- .m(function (Command, cs, config, o) {
2732
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2733
- })
2734
- .s("AWSLicenseManager", "ListDistributedGrants", {})
2735
- .n("LicenseManagerClient", "ListDistributedGrantsCommand")
2736
- .sc(ListDistributedGrants$)
2737
- .build() {
2738
- }
2739
-
2740
- class ListFailuresForLicenseConfigurationOperationsCommand extends Command
2741
- .classBuilder()
2742
- .ep(commonParams)
2743
- .m(function (Command, cs, config, o) {
2744
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2745
- })
2746
- .s("AWSLicenseManager", "ListFailuresForLicenseConfigurationOperations", {})
2747
- .n("LicenseManagerClient", "ListFailuresForLicenseConfigurationOperationsCommand")
2748
- .sc(ListFailuresForLicenseConfigurationOperations$)
2749
- .build() {
2750
- }
2751
-
2752
- class ListLicenseAssetGroupsCommand extends Command
2753
- .classBuilder()
2754
- .ep(commonParams)
2755
- .m(function (Command, cs, config, o) {
2756
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2757
- })
2758
- .s("AWSLicenseManager", "ListLicenseAssetGroups", {})
2759
- .n("LicenseManagerClient", "ListLicenseAssetGroupsCommand")
2760
- .sc(ListLicenseAssetGroups$)
2761
- .build() {
2762
- }
2763
-
2764
- class ListLicenseAssetRulesetsCommand extends Command
2765
- .classBuilder()
2766
- .ep(commonParams)
2767
- .m(function (Command, cs, config, o) {
2768
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2769
- })
2770
- .s("AWSLicenseManager", "ListLicenseAssetRulesets", {})
2771
- .n("LicenseManagerClient", "ListLicenseAssetRulesetsCommand")
2772
- .sc(ListLicenseAssetRulesets$)
2773
- .build() {
2774
- }
2775
-
2776
- class ListLicenseConfigurationsCommand extends Command
2777
- .classBuilder()
2778
- .ep(commonParams)
2779
- .m(function (Command, cs, config, o) {
2780
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2781
- })
2782
- .s("AWSLicenseManager", "ListLicenseConfigurations", {})
2783
- .n("LicenseManagerClient", "ListLicenseConfigurationsCommand")
2784
- .sc(ListLicenseConfigurations$)
2785
- .build() {
2786
- }
2787
-
2788
- class ListLicenseConfigurationsForOrganizationCommand extends Command
2789
- .classBuilder()
2790
- .ep(commonParams)
2791
- .m(function (Command, cs, config, o) {
2792
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2793
- })
2794
- .s("AWSLicenseManager", "ListLicenseConfigurationsForOrganization", {})
2795
- .n("LicenseManagerClient", "ListLicenseConfigurationsForOrganizationCommand")
2796
- .sc(ListLicenseConfigurationsForOrganization$)
2797
- .build() {
2798
- }
2799
-
2800
- class ListLicenseConversionTasksCommand extends Command
2801
- .classBuilder()
2802
- .ep(commonParams)
2803
- .m(function (Command, cs, config, o) {
2804
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2805
- })
2806
- .s("AWSLicenseManager", "ListLicenseConversionTasks", {})
2807
- .n("LicenseManagerClient", "ListLicenseConversionTasksCommand")
2808
- .sc(ListLicenseConversionTasks$)
2809
- .build() {
2810
- }
2811
-
2812
- class ListLicenseManagerReportGeneratorsCommand extends Command
2813
- .classBuilder()
2814
- .ep(commonParams)
2815
- .m(function (Command, cs, config, o) {
2816
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2817
- })
2818
- .s("AWSLicenseManager", "ListLicenseManagerReportGenerators", {})
2819
- .n("LicenseManagerClient", "ListLicenseManagerReportGeneratorsCommand")
2820
- .sc(ListLicenseManagerReportGenerators$)
2821
- .build() {
2822
- }
2823
-
2824
- class ListLicensesCommand extends Command
2825
- .classBuilder()
2826
- .ep(commonParams)
2827
- .m(function (Command, cs, config, o) {
2828
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2829
- })
2830
- .s("AWSLicenseManager", "ListLicenses", {})
2831
- .n("LicenseManagerClient", "ListLicensesCommand")
2832
- .sc(ListLicenses$)
2833
- .build() {
2834
- }
2835
-
2836
- class ListLicenseSpecificationsForResourceCommand extends Command
2837
- .classBuilder()
2838
- .ep(commonParams)
2839
- .m(function (Command, cs, config, o) {
2840
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2841
- })
2842
- .s("AWSLicenseManager", "ListLicenseSpecificationsForResource", {})
2843
- .n("LicenseManagerClient", "ListLicenseSpecificationsForResourceCommand")
2844
- .sc(ListLicenseSpecificationsForResource$)
2845
- .build() {
2846
- }
2847
-
2848
- class ListLicenseVersionsCommand extends Command
2849
- .classBuilder()
2850
- .ep(commonParams)
2851
- .m(function (Command, cs, config, o) {
2852
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2853
- })
2854
- .s("AWSLicenseManager", "ListLicenseVersions", {})
2855
- .n("LicenseManagerClient", "ListLicenseVersionsCommand")
2856
- .sc(ListLicenseVersions$)
2857
- .build() {
2858
- }
2859
-
2860
- class ListReceivedGrantsCommand extends Command
2861
- .classBuilder()
2862
- .ep(commonParams)
2863
- .m(function (Command, cs, config, o) {
2864
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2865
- })
2866
- .s("AWSLicenseManager", "ListReceivedGrants", {})
2867
- .n("LicenseManagerClient", "ListReceivedGrantsCommand")
2868
- .sc(ListReceivedGrants$)
2869
- .build() {
2870
- }
2871
-
2872
- class ListReceivedGrantsForOrganizationCommand extends Command
2873
- .classBuilder()
2874
- .ep(commonParams)
2875
- .m(function (Command, cs, config, o) {
2876
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2877
- })
2878
- .s("AWSLicenseManager", "ListReceivedGrantsForOrganization", {})
2879
- .n("LicenseManagerClient", "ListReceivedGrantsForOrganizationCommand")
2880
- .sc(ListReceivedGrantsForOrganization$)
2881
- .build() {
2882
- }
2883
-
2884
- class ListReceivedLicensesCommand extends Command
2885
- .classBuilder()
2886
- .ep(commonParams)
2887
- .m(function (Command, cs, config, o) {
2888
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2889
- })
2890
- .s("AWSLicenseManager", "ListReceivedLicenses", {})
2891
- .n("LicenseManagerClient", "ListReceivedLicensesCommand")
2892
- .sc(ListReceivedLicenses$)
2893
- .build() {
2894
- }
2895
-
2896
- class ListReceivedLicensesForOrganizationCommand extends Command
2897
- .classBuilder()
2898
- .ep(commonParams)
2899
- .m(function (Command, cs, config, o) {
2900
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2901
- })
2902
- .s("AWSLicenseManager", "ListReceivedLicensesForOrganization", {})
2903
- .n("LicenseManagerClient", "ListReceivedLicensesForOrganizationCommand")
2904
- .sc(ListReceivedLicensesForOrganization$)
2905
- .build() {
2906
- }
2907
-
2908
- class ListResourceInventoryCommand extends Command
2909
- .classBuilder()
2910
- .ep(commonParams)
2911
- .m(function (Command, cs, config, o) {
2912
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2913
- })
2914
- .s("AWSLicenseManager", "ListResourceInventory", {})
2915
- .n("LicenseManagerClient", "ListResourceInventoryCommand")
2916
- .sc(ListResourceInventory$)
2917
- .build() {
2918
- }
2919
-
2920
- class ListTagsForResourceCommand extends Command
2921
- .classBuilder()
2922
- .ep(commonParams)
2923
- .m(function (Command, cs, config, o) {
2924
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2925
- })
2926
- .s("AWSLicenseManager", "ListTagsForResource", {})
2927
- .n("LicenseManagerClient", "ListTagsForResourceCommand")
2928
- .sc(ListTagsForResource$)
2929
- .build() {
2930
- }
2931
-
2932
- class ListTokensCommand extends Command
2933
- .classBuilder()
2934
- .ep(commonParams)
2935
- .m(function (Command, cs, config, o) {
2936
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2937
- })
2938
- .s("AWSLicenseManager", "ListTokens", {})
2939
- .n("LicenseManagerClient", "ListTokensCommand")
2940
- .sc(ListTokens$)
2941
- .build() {
2942
- }
2943
-
2944
- class ListUsageForLicenseConfigurationCommand extends Command
2945
- .classBuilder()
2946
- .ep(commonParams)
2947
- .m(function (Command, cs, config, o) {
2948
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2949
- })
2950
- .s("AWSLicenseManager", "ListUsageForLicenseConfiguration", {})
2951
- .n("LicenseManagerClient", "ListUsageForLicenseConfigurationCommand")
2952
- .sc(ListUsageForLicenseConfiguration$)
2953
- .build() {
2954
- }
2955
-
2956
- class RejectGrantCommand extends Command
2957
- .classBuilder()
2958
- .ep(commonParams)
2959
- .m(function (Command, cs, config, o) {
2960
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2961
- })
2962
- .s("AWSLicenseManager", "RejectGrant", {})
2963
- .n("LicenseManagerClient", "RejectGrantCommand")
2964
- .sc(RejectGrant$)
2965
- .build() {
2966
- }
2967
-
2968
- class TagResourceCommand extends Command
2969
- .classBuilder()
2970
- .ep(commonParams)
2971
- .m(function (Command, cs, config, o) {
2972
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2973
- })
2974
- .s("AWSLicenseManager", "TagResource", {})
2975
- .n("LicenseManagerClient", "TagResourceCommand")
2976
- .sc(TagResource$)
2977
- .build() {
2978
- }
2979
-
2980
- class UntagResourceCommand extends Command
2981
- .classBuilder()
2982
- .ep(commonParams)
2983
- .m(function (Command, cs, config, o) {
2984
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2985
- })
2986
- .s("AWSLicenseManager", "UntagResource", {})
2987
- .n("LicenseManagerClient", "UntagResourceCommand")
2988
- .sc(UntagResource$)
2989
- .build() {
2990
- }
2991
-
2992
- class UpdateLicenseAssetGroupCommand extends Command
2993
- .classBuilder()
2994
- .ep(commonParams)
2995
- .m(function (Command, cs, config, o) {
2996
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2997
- })
2998
- .s("AWSLicenseManager", "UpdateLicenseAssetGroup", {})
2999
- .n("LicenseManagerClient", "UpdateLicenseAssetGroupCommand")
3000
- .sc(UpdateLicenseAssetGroup$)
3001
- .build() {
3002
- }
3003
-
3004
- class UpdateLicenseAssetRulesetCommand extends Command
3005
- .classBuilder()
3006
- .ep(commonParams)
3007
- .m(function (Command, cs, config, o) {
3008
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3009
- })
3010
- .s("AWSLicenseManager", "UpdateLicenseAssetRuleset", {})
3011
- .n("LicenseManagerClient", "UpdateLicenseAssetRulesetCommand")
3012
- .sc(UpdateLicenseAssetRuleset$)
3013
- .build() {
3014
- }
3015
-
3016
- class UpdateLicenseConfigurationCommand extends Command
3017
- .classBuilder()
3018
- .ep(commonParams)
3019
- .m(function (Command, cs, config, o) {
3020
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3021
- })
3022
- .s("AWSLicenseManager", "UpdateLicenseConfiguration", {})
3023
- .n("LicenseManagerClient", "UpdateLicenseConfigurationCommand")
3024
- .sc(UpdateLicenseConfiguration$)
3025
- .build() {
3026
- }
3027
-
3028
- class UpdateLicenseManagerReportGeneratorCommand extends Command
3029
- .classBuilder()
3030
- .ep(commonParams)
3031
- .m(function (Command, cs, config, o) {
3032
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3033
- })
3034
- .s("AWSLicenseManager", "UpdateLicenseManagerReportGenerator", {})
3035
- .n("LicenseManagerClient", "UpdateLicenseManagerReportGeneratorCommand")
3036
- .sc(UpdateLicenseManagerReportGenerator$)
3037
- .build() {
3038
- }
3039
-
3040
- class UpdateLicenseSpecificationsForResourceCommand extends Command
3041
- .classBuilder()
3042
- .ep(commonParams)
3043
- .m(function (Command, cs, config, o) {
3044
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3045
- })
3046
- .s("AWSLicenseManager", "UpdateLicenseSpecificationsForResource", {})
3047
- .n("LicenseManagerClient", "UpdateLicenseSpecificationsForResourceCommand")
3048
- .sc(UpdateLicenseSpecificationsForResource$)
3049
- .build() {
3050
- }
3051
-
3052
- class UpdateServiceSettingsCommand extends Command
3053
- .classBuilder()
3054
- .ep(commonParams)
3055
- .m(function (Command, cs, config, o) {
3056
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3057
- })
3058
- .s("AWSLicenseManager", "UpdateServiceSettings", {})
3059
- .n("LicenseManagerClient", "UpdateServiceSettingsCommand")
3060
- .sc(UpdateServiceSettings$)
3061
- .build() {
2321
+ const command = makeBuilder(commonParams, "AWSLicenseManager", "LicenseManagerClient", getEndpointPlugin);
2322
+ const _ep0 = {};
2323
+ const _mw0 = (Command, cs, config, o) => [];
2324
+
2325
+ class AcceptGrantCommand extends command(_ep0, _mw0, "AcceptGrant", AcceptGrant$) {
2326
+ }
2327
+
2328
+ class CheckInLicenseCommand extends command(_ep0, _mw0, "CheckInLicense", CheckInLicense$) {
2329
+ }
2330
+
2331
+ class CheckoutBorrowLicenseCommand extends command(_ep0, _mw0, "CheckoutBorrowLicense", CheckoutBorrowLicense$) {
2332
+ }
2333
+
2334
+ class CheckoutLicenseCommand extends command(_ep0, _mw0, "CheckoutLicense", CheckoutLicense$) {
2335
+ }
2336
+
2337
+ class CreateGrantCommand extends command(_ep0, _mw0, "CreateGrant", CreateGrant$) {
2338
+ }
2339
+
2340
+ class CreateGrantVersionCommand extends command(_ep0, _mw0, "CreateGrantVersion", CreateGrantVersion$) {
2341
+ }
2342
+
2343
+ class CreateLicenseAssetGroupCommand extends command(_ep0, _mw0, "CreateLicenseAssetGroup", CreateLicenseAssetGroup$) {
2344
+ }
2345
+
2346
+ class CreateLicenseAssetRulesetCommand extends command(_ep0, _mw0, "CreateLicenseAssetRuleset", CreateLicenseAssetRuleset$) {
2347
+ }
2348
+
2349
+ class CreateLicenseCommand extends command(_ep0, _mw0, "CreateLicense", CreateLicense$) {
2350
+ }
2351
+
2352
+ class CreateLicenseConfigurationCommand extends command(_ep0, _mw0, "CreateLicenseConfiguration", CreateLicenseConfiguration$) {
2353
+ }
2354
+
2355
+ class CreateLicenseConversionTaskForResourceCommand extends command(_ep0, _mw0, "CreateLicenseConversionTaskForResource", CreateLicenseConversionTaskForResource$) {
2356
+ }
2357
+
2358
+ class CreateLicenseManagerReportGeneratorCommand extends command(_ep0, _mw0, "CreateLicenseManagerReportGenerator", CreateLicenseManagerReportGenerator$) {
2359
+ }
2360
+
2361
+ class CreateLicenseVersionCommand extends command(_ep0, _mw0, "CreateLicenseVersion", CreateLicenseVersion$) {
2362
+ }
2363
+
2364
+ class CreateTokenCommand extends command(_ep0, _mw0, "CreateToken", CreateToken$) {
2365
+ }
2366
+
2367
+ class DeleteGrantCommand extends command(_ep0, _mw0, "DeleteGrant", DeleteGrant$) {
2368
+ }
2369
+
2370
+ class DeleteLicenseAssetGroupCommand extends command(_ep0, _mw0, "DeleteLicenseAssetGroup", DeleteLicenseAssetGroup$) {
2371
+ }
2372
+
2373
+ class DeleteLicenseAssetRulesetCommand extends command(_ep0, _mw0, "DeleteLicenseAssetRuleset", DeleteLicenseAssetRuleset$) {
2374
+ }
2375
+
2376
+ class DeleteLicenseCommand extends command(_ep0, _mw0, "DeleteLicense", DeleteLicense$) {
2377
+ }
2378
+
2379
+ class DeleteLicenseConfigurationCommand extends command(_ep0, _mw0, "DeleteLicenseConfiguration", DeleteLicenseConfiguration$) {
2380
+ }
2381
+
2382
+ class DeleteLicenseManagerReportGeneratorCommand extends command(_ep0, _mw0, "DeleteLicenseManagerReportGenerator", DeleteLicenseManagerReportGenerator$) {
2383
+ }
2384
+
2385
+ class DeleteTokenCommand extends command(_ep0, _mw0, "DeleteToken", DeleteToken$) {
2386
+ }
2387
+
2388
+ class ExtendLicenseConsumptionCommand extends command(_ep0, _mw0, "ExtendLicenseConsumption", ExtendLicenseConsumption$) {
2389
+ }
2390
+
2391
+ class GetAccessTokenCommand extends command(_ep0, _mw0, "GetAccessToken", GetAccessToken$) {
2392
+ }
2393
+
2394
+ class GetGrantCommand extends command(_ep0, _mw0, "GetGrant", GetGrant$) {
2395
+ }
2396
+
2397
+ class GetLicenseAssetGroupCommand extends command(_ep0, _mw0, "GetLicenseAssetGroup", GetLicenseAssetGroup$) {
2398
+ }
2399
+
2400
+ class GetLicenseAssetRulesetCommand extends command(_ep0, _mw0, "GetLicenseAssetRuleset", GetLicenseAssetRuleset$) {
2401
+ }
2402
+
2403
+ class GetLicenseCommand extends command(_ep0, _mw0, "GetLicense", GetLicense$) {
2404
+ }
2405
+
2406
+ class GetLicenseConfigurationCommand extends command(_ep0, _mw0, "GetLicenseConfiguration", GetLicenseConfiguration$) {
2407
+ }
2408
+
2409
+ class GetLicenseConversionTaskCommand extends command(_ep0, _mw0, "GetLicenseConversionTask", GetLicenseConversionTask$) {
2410
+ }
2411
+
2412
+ class GetLicenseManagerReportGeneratorCommand extends command(_ep0, _mw0, "GetLicenseManagerReportGenerator", GetLicenseManagerReportGenerator$) {
2413
+ }
2414
+
2415
+ class GetLicenseUsageCommand extends command(_ep0, _mw0, "GetLicenseUsage", GetLicenseUsage$) {
2416
+ }
2417
+
2418
+ class GetServiceSettingsCommand extends command(_ep0, _mw0, "GetServiceSettings", GetServiceSettings$) {
2419
+ }
2420
+
2421
+ class ListAssetsForLicenseAssetGroupCommand extends command(_ep0, _mw0, "ListAssetsForLicenseAssetGroup", ListAssetsForLicenseAssetGroup$) {
2422
+ }
2423
+
2424
+ class ListAssociationsForLicenseConfigurationCommand extends command(_ep0, _mw0, "ListAssociationsForLicenseConfiguration", ListAssociationsForLicenseConfiguration$) {
2425
+ }
2426
+
2427
+ class ListDistributedGrantsCommand extends command(_ep0, _mw0, "ListDistributedGrants", ListDistributedGrants$) {
2428
+ }
2429
+
2430
+ class ListFailuresForLicenseConfigurationOperationsCommand extends command(_ep0, _mw0, "ListFailuresForLicenseConfigurationOperations", ListFailuresForLicenseConfigurationOperations$) {
2431
+ }
2432
+
2433
+ class ListLicenseAssetGroupsCommand extends command(_ep0, _mw0, "ListLicenseAssetGroups", ListLicenseAssetGroups$) {
2434
+ }
2435
+
2436
+ class ListLicenseAssetRulesetsCommand extends command(_ep0, _mw0, "ListLicenseAssetRulesets", ListLicenseAssetRulesets$) {
2437
+ }
2438
+
2439
+ class ListLicenseConfigurationsCommand extends command(_ep0, _mw0, "ListLicenseConfigurations", ListLicenseConfigurations$) {
2440
+ }
2441
+
2442
+ class ListLicenseConfigurationsForOrganizationCommand extends command(_ep0, _mw0, "ListLicenseConfigurationsForOrganization", ListLicenseConfigurationsForOrganization$) {
2443
+ }
2444
+
2445
+ class ListLicenseConversionTasksCommand extends command(_ep0, _mw0, "ListLicenseConversionTasks", ListLicenseConversionTasks$) {
2446
+ }
2447
+
2448
+ class ListLicenseManagerReportGeneratorsCommand extends command(_ep0, _mw0, "ListLicenseManagerReportGenerators", ListLicenseManagerReportGenerators$) {
2449
+ }
2450
+
2451
+ class ListLicensesCommand extends command(_ep0, _mw0, "ListLicenses", ListLicenses$) {
2452
+ }
2453
+
2454
+ class ListLicenseSpecificationsForResourceCommand extends command(_ep0, _mw0, "ListLicenseSpecificationsForResource", ListLicenseSpecificationsForResource$) {
2455
+ }
2456
+
2457
+ class ListLicenseVersionsCommand extends command(_ep0, _mw0, "ListLicenseVersions", ListLicenseVersions$) {
2458
+ }
2459
+
2460
+ class ListReceivedGrantsCommand extends command(_ep0, _mw0, "ListReceivedGrants", ListReceivedGrants$) {
2461
+ }
2462
+
2463
+ class ListReceivedGrantsForOrganizationCommand extends command(_ep0, _mw0, "ListReceivedGrantsForOrganization", ListReceivedGrantsForOrganization$) {
2464
+ }
2465
+
2466
+ class ListReceivedLicensesCommand extends command(_ep0, _mw0, "ListReceivedLicenses", ListReceivedLicenses$) {
2467
+ }
2468
+
2469
+ class ListReceivedLicensesForOrganizationCommand extends command(_ep0, _mw0, "ListReceivedLicensesForOrganization", ListReceivedLicensesForOrganization$) {
2470
+ }
2471
+
2472
+ class ListResourceInventoryCommand extends command(_ep0, _mw0, "ListResourceInventory", ListResourceInventory$) {
2473
+ }
2474
+
2475
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
2476
+ }
2477
+
2478
+ class ListTokensCommand extends command(_ep0, _mw0, "ListTokens", ListTokens$) {
2479
+ }
2480
+
2481
+ class ListUsageForLicenseConfigurationCommand extends command(_ep0, _mw0, "ListUsageForLicenseConfiguration", ListUsageForLicenseConfiguration$) {
2482
+ }
2483
+
2484
+ class RejectGrantCommand extends command(_ep0, _mw0, "RejectGrant", RejectGrant$) {
2485
+ }
2486
+
2487
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
2488
+ }
2489
+
2490
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
2491
+ }
2492
+
2493
+ class UpdateLicenseAssetGroupCommand extends command(_ep0, _mw0, "UpdateLicenseAssetGroup", UpdateLicenseAssetGroup$) {
2494
+ }
2495
+
2496
+ class UpdateLicenseAssetRulesetCommand extends command(_ep0, _mw0, "UpdateLicenseAssetRuleset", UpdateLicenseAssetRuleset$) {
2497
+ }
2498
+
2499
+ class UpdateLicenseConfigurationCommand extends command(_ep0, _mw0, "UpdateLicenseConfiguration", UpdateLicenseConfiguration$) {
2500
+ }
2501
+
2502
+ class UpdateLicenseManagerReportGeneratorCommand extends command(_ep0, _mw0, "UpdateLicenseManagerReportGenerator", UpdateLicenseManagerReportGenerator$) {
2503
+ }
2504
+
2505
+ class UpdateLicenseSpecificationsForResourceCommand extends command(_ep0, _mw0, "UpdateLicenseSpecificationsForResource", UpdateLicenseSpecificationsForResource$) {
2506
+ }
2507
+
2508
+ class UpdateServiceSettingsCommand extends command(_ep0, _mw0, "UpdateServiceSettings", UpdateServiceSettings$) {
3062
2509
  }
3063
2510
 
3064
2511
  const commands = {