@aws-sdk/client-license-manager 3.533.0 → 3.540.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 (111) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/LicenseManager.d.ts +13 -1
  6. package/dist-types/LicenseManagerClient.d.ts +1 -1
  7. package/dist-types/commands/AcceptGrantCommand.d.ts +2 -1
  8. package/dist-types/commands/CheckInLicenseCommand.d.ts +2 -1
  9. package/dist-types/commands/CheckoutBorrowLicenseCommand.d.ts +2 -1
  10. package/dist-types/commands/CheckoutLicenseCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateGrantCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateGrantVersionCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateLicenseCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateLicenseConfigurationCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateLicenseVersionCommand.d.ts +2 -1
  18. package/dist-types/commands/CreateTokenCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteGrantCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteLicenseCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteLicenseConfigurationCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteTokenCommand.d.ts +2 -1
  24. package/dist-types/commands/ExtendLicenseConsumptionCommand.d.ts +2 -1
  25. package/dist-types/commands/GetAccessTokenCommand.d.ts +2 -1
  26. package/dist-types/commands/GetGrantCommand.d.ts +2 -1
  27. package/dist-types/commands/GetLicenseCommand.d.ts +2 -1
  28. package/dist-types/commands/GetLicenseConfigurationCommand.d.ts +2 -1
  29. package/dist-types/commands/GetLicenseConversionTaskCommand.d.ts +2 -1
  30. package/dist-types/commands/GetLicenseManagerReportGeneratorCommand.d.ts +2 -1
  31. package/dist-types/commands/GetLicenseUsageCommand.d.ts +2 -1
  32. package/dist-types/commands/GetServiceSettingsCommand.d.ts +2 -1
  33. package/dist-types/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +2 -1
  34. package/dist-types/commands/ListDistributedGrantsCommand.d.ts +2 -1
  35. package/dist-types/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +2 -1
  36. package/dist-types/commands/ListLicenseConfigurationsCommand.d.ts +2 -1
  37. package/dist-types/commands/ListLicenseConversionTasksCommand.d.ts +2 -1
  38. package/dist-types/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +2 -1
  39. package/dist-types/commands/ListLicenseSpecificationsForResourceCommand.d.ts +2 -1
  40. package/dist-types/commands/ListLicenseVersionsCommand.d.ts +2 -1
  41. package/dist-types/commands/ListLicensesCommand.d.ts +2 -1
  42. package/dist-types/commands/ListReceivedGrantsCommand.d.ts +2 -1
  43. package/dist-types/commands/ListReceivedGrantsForOrganizationCommand.d.ts +2 -1
  44. package/dist-types/commands/ListReceivedLicensesCommand.d.ts +2 -1
  45. package/dist-types/commands/ListReceivedLicensesForOrganizationCommand.d.ts +2 -1
  46. package/dist-types/commands/ListResourceInventoryCommand.d.ts +2 -1
  47. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  48. package/dist-types/commands/ListTokensCommand.d.ts +2 -1
  49. package/dist-types/commands/ListUsageForLicenseConfigurationCommand.d.ts +2 -1
  50. package/dist-types/commands/RejectGrantCommand.d.ts +2 -1
  51. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  52. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  53. package/dist-types/commands/UpdateLicenseConfigurationCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateServiceSettingsCommand.d.ts +2 -1
  57. package/dist-types/index.d.ts +0 -1
  58. package/dist-types/models/models_0.d.ts +522 -522
  59. package/dist-types/ts3.4/LicenseManager.d.ts +12 -0
  60. package/dist-types/ts3.4/commands/AcceptGrantCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/CheckInLicenseCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/CheckoutBorrowLicenseCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/CheckoutLicenseCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/CreateGrantVersionCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/CreateLicenseCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/CreateLicenseConfigurationCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/CreateLicenseVersionCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/DeleteGrantCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/DeleteLicenseCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DeleteLicenseConfigurationCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/ExtendLicenseConsumptionCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/GetGrantCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/GetLicenseCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/GetLicenseConfigurationCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/GetLicenseConversionTaskCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/GetLicenseManagerReportGeneratorCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/GetLicenseUsageCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/GetServiceSettingsCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/ListDistributedGrantsCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/ListLicenseConfigurationsCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/ListLicenseConversionTasksCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/ListLicenseSpecificationsForResourceCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/ListLicenseVersionsCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/ListLicensesCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/ListReceivedGrantsCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/ListReceivedGrantsForOrganizationCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/ListReceivedLicensesCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/ListReceivedLicensesForOrganizationCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/ListResourceInventoryCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/ListTokensCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/ListUsageForLicenseConfigurationCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/RejectGrantCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/UpdateLicenseConfigurationCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/UpdateServiceSettingsCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/index.d.ts +0 -1
  111. package/package.json +40 -40
@@ -1,12 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultEndpointResolver = void 0;
4
- const util_endpoints_1 = require("@smithy/util-endpoints");
4
+ const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
+ const util_endpoints_2 = require("@smithy/util-endpoints");
5
6
  const ruleset_1 = require("./ruleset");
6
7
  const defaultEndpointResolver = (endpointParams, context = {}) => {
7
- return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
8
+ return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
8
9
  endpointParams: endpointParams,
9
10
  logger: context.logger,
10
11
  });
11
12
  };
12
13
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
+ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -3023,9 +3023,6 @@ var _LicenseManager = class _LicenseManager extends LicenseManagerClient {
3023
3023
  __name(_LicenseManager, "LicenseManager");
3024
3024
  var LicenseManager = _LicenseManager;
3025
3025
  (0, import_smithy_client.createAggregatedClient)(commands, LicenseManager);
3026
-
3027
- // src/index.ts
3028
- var import_util_endpoints = require("@aws-sdk/util-endpoints");
3029
3026
  // Annotate the CommonJS export names for ESM import in node:
3030
3027
 
3031
3028
  0 && (module.exports = {
@@ -1,4 +1,5 @@
1
- import { resolveEndpoint } from "@smithy/util-endpoints";
1
+ import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
+ import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
3
  import { ruleSet } from "./ruleset";
3
4
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
4
5
  return resolveEndpoint(ruleSet, {
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
6
7
  logger: context.logger,
7
8
  });
8
9
  };
10
+ customEndpointFunctions.aws = awsEndpointFunctions;
package/dist-es/index.js CHANGED
@@ -2,5 +2,4 @@ export * from "./LicenseManagerClient";
2
2
  export * from "./LicenseManager";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
- import "@aws-sdk/util-endpoints";
6
5
  export { LicenseManagerServiceException } from "./models/LicenseManagerServiceException";
@@ -204,6 +204,7 @@ export interface LicenseManager {
204
204
  /**
205
205
  * @see {@link GetServiceSettingsCommand}
206
206
  */
207
+ getServiceSettings(): Promise<GetServiceSettingsCommandOutput>;
207
208
  getServiceSettings(args: GetServiceSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetServiceSettingsCommandOutput>;
208
209
  getServiceSettings(args: GetServiceSettingsCommandInput, cb: (err: any, data?: GetServiceSettingsCommandOutput) => void): void;
209
210
  getServiceSettings(args: GetServiceSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServiceSettingsCommandOutput) => void): void;
@@ -216,6 +217,7 @@ export interface LicenseManager {
216
217
  /**
217
218
  * @see {@link ListDistributedGrantsCommand}
218
219
  */
220
+ listDistributedGrants(): Promise<ListDistributedGrantsCommandOutput>;
219
221
  listDistributedGrants(args: ListDistributedGrantsCommandInput, options?: __HttpHandlerOptions): Promise<ListDistributedGrantsCommandOutput>;
220
222
  listDistributedGrants(args: ListDistributedGrantsCommandInput, cb: (err: any, data?: ListDistributedGrantsCommandOutput) => void): void;
221
223
  listDistributedGrants(args: ListDistributedGrantsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDistributedGrantsCommandOutput) => void): void;
@@ -228,24 +230,28 @@ export interface LicenseManager {
228
230
  /**
229
231
  * @see {@link ListLicenseConfigurationsCommand}
230
232
  */
233
+ listLicenseConfigurations(): Promise<ListLicenseConfigurationsCommandOutput>;
231
234
  listLicenseConfigurations(args: ListLicenseConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListLicenseConfigurationsCommandOutput>;
232
235
  listLicenseConfigurations(args: ListLicenseConfigurationsCommandInput, cb: (err: any, data?: ListLicenseConfigurationsCommandOutput) => void): void;
233
236
  listLicenseConfigurations(args: ListLicenseConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLicenseConfigurationsCommandOutput) => void): void;
234
237
  /**
235
238
  * @see {@link ListLicenseConversionTasksCommand}
236
239
  */
240
+ listLicenseConversionTasks(): Promise<ListLicenseConversionTasksCommandOutput>;
237
241
  listLicenseConversionTasks(args: ListLicenseConversionTasksCommandInput, options?: __HttpHandlerOptions): Promise<ListLicenseConversionTasksCommandOutput>;
238
242
  listLicenseConversionTasks(args: ListLicenseConversionTasksCommandInput, cb: (err: any, data?: ListLicenseConversionTasksCommandOutput) => void): void;
239
243
  listLicenseConversionTasks(args: ListLicenseConversionTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLicenseConversionTasksCommandOutput) => void): void;
240
244
  /**
241
245
  * @see {@link ListLicenseManagerReportGeneratorsCommand}
242
246
  */
247
+ listLicenseManagerReportGenerators(): Promise<ListLicenseManagerReportGeneratorsCommandOutput>;
243
248
  listLicenseManagerReportGenerators(args: ListLicenseManagerReportGeneratorsCommandInput, options?: __HttpHandlerOptions): Promise<ListLicenseManagerReportGeneratorsCommandOutput>;
244
249
  listLicenseManagerReportGenerators(args: ListLicenseManagerReportGeneratorsCommandInput, cb: (err: any, data?: ListLicenseManagerReportGeneratorsCommandOutput) => void): void;
245
250
  listLicenseManagerReportGenerators(args: ListLicenseManagerReportGeneratorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLicenseManagerReportGeneratorsCommandOutput) => void): void;
246
251
  /**
247
252
  * @see {@link ListLicensesCommand}
248
253
  */
254
+ listLicenses(): Promise<ListLicensesCommandOutput>;
249
255
  listLicenses(args: ListLicensesCommandInput, options?: __HttpHandlerOptions): Promise<ListLicensesCommandOutput>;
250
256
  listLicenses(args: ListLicensesCommandInput, cb: (err: any, data?: ListLicensesCommandOutput) => void): void;
251
257
  listLicenses(args: ListLicensesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLicensesCommandOutput) => void): void;
@@ -264,6 +270,7 @@ export interface LicenseManager {
264
270
  /**
265
271
  * @see {@link ListReceivedGrantsCommand}
266
272
  */
273
+ listReceivedGrants(): Promise<ListReceivedGrantsCommandOutput>;
267
274
  listReceivedGrants(args: ListReceivedGrantsCommandInput, options?: __HttpHandlerOptions): Promise<ListReceivedGrantsCommandOutput>;
268
275
  listReceivedGrants(args: ListReceivedGrantsCommandInput, cb: (err: any, data?: ListReceivedGrantsCommandOutput) => void): void;
269
276
  listReceivedGrants(args: ListReceivedGrantsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReceivedGrantsCommandOutput) => void): void;
@@ -276,18 +283,21 @@ export interface LicenseManager {
276
283
  /**
277
284
  * @see {@link ListReceivedLicensesCommand}
278
285
  */
286
+ listReceivedLicenses(): Promise<ListReceivedLicensesCommandOutput>;
279
287
  listReceivedLicenses(args: ListReceivedLicensesCommandInput, options?: __HttpHandlerOptions): Promise<ListReceivedLicensesCommandOutput>;
280
288
  listReceivedLicenses(args: ListReceivedLicensesCommandInput, cb: (err: any, data?: ListReceivedLicensesCommandOutput) => void): void;
281
289
  listReceivedLicenses(args: ListReceivedLicensesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReceivedLicensesCommandOutput) => void): void;
282
290
  /**
283
291
  * @see {@link ListReceivedLicensesForOrganizationCommand}
284
292
  */
293
+ listReceivedLicensesForOrganization(): Promise<ListReceivedLicensesForOrganizationCommandOutput>;
285
294
  listReceivedLicensesForOrganization(args: ListReceivedLicensesForOrganizationCommandInput, options?: __HttpHandlerOptions): Promise<ListReceivedLicensesForOrganizationCommandOutput>;
286
295
  listReceivedLicensesForOrganization(args: ListReceivedLicensesForOrganizationCommandInput, cb: (err: any, data?: ListReceivedLicensesForOrganizationCommandOutput) => void): void;
287
296
  listReceivedLicensesForOrganization(args: ListReceivedLicensesForOrganizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReceivedLicensesForOrganizationCommandOutput) => void): void;
288
297
  /**
289
298
  * @see {@link ListResourceInventoryCommand}
290
299
  */
300
+ listResourceInventory(): Promise<ListResourceInventoryCommandOutput>;
291
301
  listResourceInventory(args: ListResourceInventoryCommandInput, options?: __HttpHandlerOptions): Promise<ListResourceInventoryCommandOutput>;
292
302
  listResourceInventory(args: ListResourceInventoryCommandInput, cb: (err: any, data?: ListResourceInventoryCommandOutput) => void): void;
293
303
  listResourceInventory(args: ListResourceInventoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResourceInventoryCommandOutput) => void): void;
@@ -300,6 +310,7 @@ export interface LicenseManager {
300
310
  /**
301
311
  * @see {@link ListTokensCommand}
302
312
  */
313
+ listTokens(): Promise<ListTokensCommandOutput>;
303
314
  listTokens(args: ListTokensCommandInput, options?: __HttpHandlerOptions): Promise<ListTokensCommandOutput>;
304
315
  listTokens(args: ListTokensCommandInput, cb: (err: any, data?: ListTokensCommandOutput) => void): void;
305
316
  listTokens(args: ListTokensCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTokensCommandOutput) => void): void;
@@ -348,14 +359,15 @@ export interface LicenseManager {
348
359
  /**
349
360
  * @see {@link UpdateServiceSettingsCommand}
350
361
  */
362
+ updateServiceSettings(): Promise<UpdateServiceSettingsCommandOutput>;
351
363
  updateServiceSettings(args: UpdateServiceSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateServiceSettingsCommandOutput>;
352
364
  updateServiceSettings(args: UpdateServiceSettingsCommandInput, cb: (err: any, data?: UpdateServiceSettingsCommandOutput) => void): void;
353
365
  updateServiceSettings(args: UpdateServiceSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServiceSettingsCommandOutput) => void): void;
354
366
  }
355
367
  /**
356
- * @public
357
368
  * <p>License Manager makes it easier to manage licenses from software vendors across multiple
358
369
  * Amazon Web Services accounts and on-premises servers.</p>
370
+ * @public
359
371
  */
360
372
  export declare class LicenseManager extends LicenseManagerClient implements LicenseManager {
361
373
  }
@@ -201,9 +201,9 @@ export type LicenseManagerClientResolvedConfigType = __SmithyResolvedConfigurati
201
201
  export interface LicenseManagerClientResolvedConfig extends LicenseManagerClientResolvedConfigType {
202
202
  }
203
203
  /**
204
- * @public
205
204
  * <p>License Manager makes it easier to manage licenses from software vendors across multiple
206
205
  * Amazon Web Services accounts and on-premises servers.</p>
206
+ * @public
207
207
  */
208
208
  export declare class LicenseManagerClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, LicenseManagerClientResolvedConfig> {
209
209
  /**
@@ -22,10 +22,10 @@ export interface AcceptGrantCommandOutput extends AcceptGrantResponse, __Metadat
22
22
  }
23
23
  declare const AcceptGrantCommand_base: {
24
24
  new (input: AcceptGrantCommandInput): import("@smithy/smithy-client").CommandImpl<AcceptGrantCommandInput, AcceptGrantCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AcceptGrantCommandInput): import("@smithy/smithy-client").CommandImpl<AcceptGrantCommandInput, AcceptGrantCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Accepts the specified grant.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const AcceptGrantCommand_base: {
77
77
  * @throws {@link LicenseManagerServiceException}
78
78
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class AcceptGrantCommand extends AcceptGrantCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface CheckInLicenseCommandOutput extends CheckInLicenseResponse, __M
22
22
  }
23
23
  declare const CheckInLicenseCommand_base: {
24
24
  new (input: CheckInLicenseCommandInput): import("@smithy/smithy-client").CommandImpl<CheckInLicenseCommandInput, CheckInLicenseCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CheckInLicenseCommandInput): import("@smithy/smithy-client").CommandImpl<CheckInLicenseCommandInput, CheckInLicenseCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Checks in the specified license. Check in a license when it is no longer in use.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const CheckInLicenseCommand_base: {
77
77
  * @throws {@link LicenseManagerServiceException}
78
78
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class CheckInLicenseCommand extends CheckInLicenseCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface CheckoutBorrowLicenseCommandOutput extends CheckoutBorrowLicens
22
22
  }
23
23
  declare const CheckoutBorrowLicenseCommand_base: {
24
24
  new (input: CheckoutBorrowLicenseCommandInput): import("@smithy/smithy-client").CommandImpl<CheckoutBorrowLicenseCommandInput, CheckoutBorrowLicenseCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CheckoutBorrowLicenseCommandInput): import("@smithy/smithy-client").CommandImpl<CheckoutBorrowLicenseCommandInput, CheckoutBorrowLicenseCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Checks out the specified license for offline use.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -121,6 +121,7 @@ declare const CheckoutBorrowLicenseCommand_base: {
121
121
  * @throws {@link LicenseManagerServiceException}
122
122
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
123
123
  *
124
+ * @public
124
125
  */
125
126
  export declare class CheckoutBorrowLicenseCommand extends CheckoutBorrowLicenseCommand_base {
126
127
  }
@@ -22,10 +22,10 @@ export interface CheckoutLicenseCommandOutput extends CheckoutLicenseResponse, _
22
22
  }
23
23
  declare const CheckoutLicenseCommand_base: {
24
24
  new (input: CheckoutLicenseCommandInput): import("@smithy/smithy-client").CommandImpl<CheckoutLicenseCommandInput, CheckoutLicenseCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CheckoutLicenseCommandInput): import("@smithy/smithy-client").CommandImpl<CheckoutLicenseCommandInput, CheckoutLicenseCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Checks out the specified license.</p>
30
30
  * <note>
31
31
  * <p>If the account that created the license is the same that is performing the check out, you must
@@ -113,6 +113,7 @@ declare const CheckoutLicenseCommand_base: {
113
113
  * @throws {@link LicenseManagerServiceException}
114
114
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
115
115
  *
116
+ * @public
116
117
  */
117
118
  export declare class CheckoutLicenseCommand extends CheckoutLicenseCommand_base {
118
119
  }
@@ -22,10 +22,10 @@ export interface CreateGrantCommandOutput extends CreateGrantResponse, __Metadat
22
22
  }
23
23
  declare const CreateGrantCommand_base: {
24
24
  new (input: CreateGrantCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGrantCommandInput, CreateGrantCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateGrantCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGrantCommandInput, CreateGrantCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a grant for the specified license. A grant shares the use of license
30
30
  * entitlements with a specific Amazon Web Services account, an organization, or an
31
31
  * organizational unit (OU). For more information, see <a href="https://docs.aws.amazon.com/license-manager/latest/userguide/granted-licenses.html">Granted licenses in License Manager</a> in the <i>License Manager User Guide</i>.</p>
@@ -88,6 +88,7 @@ declare const CreateGrantCommand_base: {
88
88
  * @throws {@link LicenseManagerServiceException}
89
89
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class CreateGrantCommand extends CreateGrantCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface CreateGrantVersionCommandOutput extends CreateGrantVersionRespo
22
22
  }
23
23
  declare const CreateGrantVersionCommand_base: {
24
24
  new (input: CreateGrantVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGrantVersionCommandInput, CreateGrantVersionCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateGrantVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGrantVersionCommandInput, CreateGrantVersionCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new version of the specified grant. For more information, see
30
30
  * <a href="https://docs.aws.amazon.com/license-manager/latest/userguide/granted-licenses.html">Granted licenses in License Manager</a> in the <i>License Manager User Guide</i>.</p>
31
31
  * @example
@@ -89,6 +89,7 @@ declare const CreateGrantVersionCommand_base: {
89
89
  * @throws {@link LicenseManagerServiceException}
90
90
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class CreateGrantVersionCommand extends CreateGrantVersionCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface CreateLicenseCommandOutput extends CreateLicenseResponse, __Met
22
22
  }
23
23
  declare const CreateLicenseCommand_base: {
24
24
  new (input: CreateLicenseCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLicenseCommandInput, CreateLicenseCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateLicenseCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLicenseCommandInput, CreateLicenseCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a license.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -116,6 +116,7 @@ declare const CreateLicenseCommand_base: {
116
116
  * @throws {@link LicenseManagerServiceException}
117
117
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
118
118
  *
119
+ * @public
119
120
  */
120
121
  export declare class CreateLicenseCommand extends CreateLicenseCommand_base {
121
122
  }
@@ -22,10 +22,10 @@ export interface CreateLicenseConfigurationCommandOutput extends CreateLicenseCo
22
22
  }
23
23
  declare const CreateLicenseConfigurationCommand_base: {
24
24
  new (input: CreateLicenseConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLicenseConfigurationCommandInput, CreateLicenseConfigurationCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateLicenseConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLicenseConfigurationCommandInput, CreateLicenseConfigurationCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a license configuration.</p>
30
30
  * <p>A license configuration is an abstraction of a customer license agreement that can be
31
31
  * consumed and enforced by License Manager. Components include specifications for the license
@@ -105,6 +105,7 @@ declare const CreateLicenseConfigurationCommand_base: {
105
105
  * @throws {@link LicenseManagerServiceException}
106
106
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
107
107
  *
108
+ * @public
108
109
  */
109
110
  export declare class CreateLicenseConfigurationCommand extends CreateLicenseConfigurationCommand_base {
110
111
  }
@@ -22,10 +22,10 @@ export interface CreateLicenseConversionTaskForResourceCommandOutput extends Cre
22
22
  }
23
23
  declare const CreateLicenseConversionTaskForResourceCommand_base: {
24
24
  new (input: CreateLicenseConversionTaskForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLicenseConversionTaskForResourceCommandInput, CreateLicenseConversionTaskForResourceCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateLicenseConversionTaskForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLicenseConversionTaskForResourceCommandInput, CreateLicenseConversionTaskForResourceCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new license conversion task.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -78,6 +78,7 @@ declare const CreateLicenseConversionTaskForResourceCommand_base: {
78
78
  * @throws {@link LicenseManagerServiceException}
79
79
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class CreateLicenseConversionTaskForResourceCommand extends CreateLicenseConversionTaskForResourceCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface CreateLicenseManagerReportGeneratorCommandOutput extends Create
22
22
  }
23
23
  declare const CreateLicenseManagerReportGeneratorCommand_base: {
24
24
  new (input: CreateLicenseManagerReportGeneratorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLicenseManagerReportGeneratorCommandInput, CreateLicenseManagerReportGeneratorCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateLicenseManagerReportGeneratorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLicenseManagerReportGeneratorCommandInput, CreateLicenseManagerReportGeneratorCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a report generator.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -98,6 +98,7 @@ declare const CreateLicenseManagerReportGeneratorCommand_base: {
98
98
  * @throws {@link LicenseManagerServiceException}
99
99
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
100
100
  *
101
+ * @public
101
102
  */
102
103
  export declare class CreateLicenseManagerReportGeneratorCommand extends CreateLicenseManagerReportGeneratorCommand_base {
103
104
  }
@@ -22,10 +22,10 @@ export interface CreateLicenseVersionCommandOutput extends CreateLicenseVersionR
22
22
  }
23
23
  declare const CreateLicenseVersionCommand_base: {
24
24
  new (input: CreateLicenseVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLicenseVersionCommandInput, CreateLicenseVersionCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateLicenseVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLicenseVersionCommandInput, CreateLicenseVersionCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new version of the specified license.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -120,6 +120,7 @@ declare const CreateLicenseVersionCommand_base: {
120
120
  * @throws {@link LicenseManagerServiceException}
121
121
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
122
122
  *
123
+ * @public
123
124
  */
124
125
  export declare class CreateLicenseVersionCommand extends CreateLicenseVersionCommand_base {
125
126
  }
@@ -22,10 +22,10 @@ export interface CreateTokenCommandOutput extends CreateTokenResponse, __Metadat
22
22
  }
23
23
  declare const CreateTokenCommand_base: {
24
24
  new (input: CreateTokenCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTokenCommandInput, CreateTokenCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateTokenCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTokenCommandInput, CreateTokenCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a long-lived token.</p>
30
30
  * <p>A refresh token is a JWT token used to get an access token. With an access token,
31
31
  * you can call AssumeRoleWithWebIdentity to get role credentials that you can use to
@@ -91,6 +91,7 @@ declare const CreateTokenCommand_base: {
91
91
  * @throws {@link LicenseManagerServiceException}
92
92
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class CreateTokenCommand extends CreateTokenCommand_base {
96
97
  }
@@ -22,10 +22,10 @@ export interface DeleteGrantCommandOutput extends DeleteGrantResponse, __Metadat
22
22
  }
23
23
  declare const DeleteGrantCommand_base: {
24
24
  new (input: DeleteGrantCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGrantCommandInput, DeleteGrantCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteGrantCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGrantCommandInput, DeleteGrantCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified grant.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const DeleteGrantCommand_base: {
79
79
  * @throws {@link LicenseManagerServiceException}
80
80
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class DeleteGrantCommand extends DeleteGrantCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface DeleteLicenseCommandOutput extends DeleteLicenseResponse, __Met
22
22
  }
23
23
  declare const DeleteLicenseCommand_base: {
24
24
  new (input: DeleteLicenseCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLicenseCommandInput, DeleteLicenseCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteLicenseCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLicenseCommandInput, DeleteLicenseCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified license.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -80,6 +80,7 @@ declare const DeleteLicenseCommand_base: {
80
80
  * @throws {@link LicenseManagerServiceException}
81
81
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class DeleteLicenseCommand extends DeleteLicenseCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface DeleteLicenseConfigurationCommandOutput extends DeleteLicenseCo
22
22
  }
23
23
  declare const DeleteLicenseConfigurationCommand_base: {
24
24
  new (input: DeleteLicenseConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLicenseConfigurationCommandInput, DeleteLicenseConfigurationCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteLicenseConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLicenseConfigurationCommandInput, DeleteLicenseConfigurationCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified license configuration.</p>
30
30
  * <p>You cannot delete a license configuration that is in use.</p>
31
31
  * @example
@@ -68,6 +68,7 @@ declare const DeleteLicenseConfigurationCommand_base: {
68
68
  * @throws {@link LicenseManagerServiceException}
69
69
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class DeleteLicenseConfigurationCommand extends DeleteLicenseConfigurationCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface DeleteLicenseManagerReportGeneratorCommandOutput extends Delete
22
22
  }
23
23
  declare const DeleteLicenseManagerReportGeneratorCommand_base: {
24
24
  new (input: DeleteLicenseManagerReportGeneratorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLicenseManagerReportGeneratorCommandInput, DeleteLicenseManagerReportGeneratorCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteLicenseManagerReportGeneratorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLicenseManagerReportGeneratorCommandInput, DeleteLicenseManagerReportGeneratorCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified report generator.</p>
30
30
  * <p>This action deletes the report generator, which stops it from generating future reports.
31
31
  * The action cannot be reversed. It has no effect on the previous reports from this generator.</p>
@@ -78,6 +78,7 @@ declare const DeleteLicenseManagerReportGeneratorCommand_base: {
78
78
  * @throws {@link LicenseManagerServiceException}
79
79
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class DeleteLicenseManagerReportGeneratorCommand extends DeleteLicenseManagerReportGeneratorCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface DeleteTokenCommandOutput extends DeleteTokenResponse, __Metadat
22
22
  }
23
23
  declare const DeleteTokenCommand_base: {
24
24
  new (input: DeleteTokenCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTokenCommandInput, DeleteTokenCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteTokenCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTokenCommandInput, DeleteTokenCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified token. Must be called in the license home Region.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -73,6 +73,7 @@ declare const DeleteTokenCommand_base: {
73
73
  * @throws {@link LicenseManagerServiceException}
74
74
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class DeleteTokenCommand extends DeleteTokenCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface ExtendLicenseConsumptionCommandOutput extends ExtendLicenseCons
22
22
  }
23
23
  declare const ExtendLicenseConsumptionCommand_base: {
24
24
  new (input: ExtendLicenseConsumptionCommandInput): import("@smithy/smithy-client").CommandImpl<ExtendLicenseConsumptionCommandInput, ExtendLicenseConsumptionCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ExtendLicenseConsumptionCommandInput): import("@smithy/smithy-client").CommandImpl<ExtendLicenseConsumptionCommandInput, ExtendLicenseConsumptionCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Extends the expiration date for license consumption.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const ExtendLicenseConsumptionCommand_base: {
77
77
  * @throws {@link LicenseManagerServiceException}
78
78
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class ExtendLicenseConsumptionCommand extends ExtendLicenseConsumptionCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface GetAccessTokenCommandOutput extends GetAccessTokenResponse, __M
22
22
  }
23
23
  declare const GetAccessTokenCommand_base: {
24
24
  new (input: GetAccessTokenCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccessTokenCommandInput, GetAccessTokenCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetAccessTokenCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccessTokenCommandInput, GetAccessTokenCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets a temporary access token to use with AssumeRoleWithWebIdentity. Access tokens
30
30
  * are valid for one hour.</p>
31
31
  * @example
@@ -73,6 +73,7 @@ declare const GetAccessTokenCommand_base: {
73
73
  * @throws {@link LicenseManagerServiceException}
74
74
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class GetAccessTokenCommand extends GetAccessTokenCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface GetGrantCommandOutput extends GetGrantResponse, __MetadataBeare
22
22
  }
23
23
  declare const GetGrantCommand_base: {
24
24
  new (input: GetGrantCommandInput): import("@smithy/smithy-client").CommandImpl<GetGrantCommandInput, GetGrantCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetGrantCommandInput): import("@smithy/smithy-client").CommandImpl<GetGrantCommandInput, GetGrantCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets detailed information about the specified grant.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -92,6 +92,7 @@ declare const GetGrantCommand_base: {
92
92
  * @throws {@link LicenseManagerServiceException}
93
93
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class GetGrantCommand extends GetGrantCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface GetLicenseCommandOutput extends GetLicenseResponse, __MetadataB
22
22
  }
23
23
  declare const GetLicenseCommand_base: {
24
24
  new (input: GetLicenseCommandInput): import("@smithy/smithy-client").CommandImpl<GetLicenseCommandInput, GetLicenseCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetLicenseCommandInput): import("@smithy/smithy-client").CommandImpl<GetLicenseCommandInput, GetLicenseCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets detailed information about the specified license.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -118,6 +118,7 @@ declare const GetLicenseCommand_base: {
118
118
  * @throws {@link LicenseManagerServiceException}
119
119
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
120
120
  *
121
+ * @public
121
122
  */
122
123
  export declare class GetLicenseCommand extends GetLicenseCommand_base {
123
124
  }
@@ -22,10 +22,10 @@ export interface GetLicenseConfigurationCommandOutput extends GetLicenseConfigur
22
22
  }
23
23
  declare const GetLicenseConfigurationCommand_base: {
24
24
  new (input: GetLicenseConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetLicenseConfigurationCommandInput, GetLicenseConfigurationCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetLicenseConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetLicenseConfigurationCommandInput, GetLicenseConfigurationCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets detailed information about the specified license configuration.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -117,6 +117,7 @@ declare const GetLicenseConfigurationCommand_base: {
117
117
  * @throws {@link LicenseManagerServiceException}
118
118
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
119
119
  *
120
+ * @public
120
121
  */
121
122
  export declare class GetLicenseConfigurationCommand extends GetLicenseConfigurationCommand_base {
122
123
  }