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