@aws-sdk/client-license-manager 3.36.0 → 3.36.1

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 (113) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/LicenseManager.js +0 -4
  3. package/dist-cjs/LicenseManagerClient.js +0 -9
  4. package/dist-cjs/commands/AcceptGrantCommand.js +0 -24
  5. package/dist-cjs/commands/CheckInLicenseCommand.js +0 -24
  6. package/dist-cjs/commands/CheckoutBorrowLicenseCommand.js +0 -24
  7. package/dist-cjs/commands/CheckoutLicenseCommand.js +0 -24
  8. package/dist-cjs/commands/CreateGrantCommand.js +0 -24
  9. package/dist-cjs/commands/CreateGrantVersionCommand.js +0 -24
  10. package/dist-cjs/commands/CreateLicenseCommand.js +0 -24
  11. package/dist-cjs/commands/CreateLicenseConfigurationCommand.js +0 -29
  12. package/dist-cjs/commands/CreateLicenseConversionTaskForResourceCommand.js +0 -24
  13. package/dist-cjs/commands/CreateLicenseManagerReportGeneratorCommand.js +0 -24
  14. package/dist-cjs/commands/CreateLicenseVersionCommand.js +0 -24
  15. package/dist-cjs/commands/CreateTokenCommand.js +0 -27
  16. package/dist-cjs/commands/DeleteGrantCommand.js +0 -24
  17. package/dist-cjs/commands/DeleteLicenseCommand.js +0 -24
  18. package/dist-cjs/commands/DeleteLicenseConfigurationCommand.js +0 -25
  19. package/dist-cjs/commands/DeleteLicenseManagerReportGeneratorCommand.js +0 -26
  20. package/dist-cjs/commands/DeleteTokenCommand.js +0 -24
  21. package/dist-cjs/commands/ExtendLicenseConsumptionCommand.js +0 -24
  22. package/dist-cjs/commands/GetAccessTokenCommand.js +0 -25
  23. package/dist-cjs/commands/GetGrantCommand.js +0 -24
  24. package/dist-cjs/commands/GetLicenseCommand.js +0 -24
  25. package/dist-cjs/commands/GetLicenseConfigurationCommand.js +0 -24
  26. package/dist-cjs/commands/GetLicenseConversionTaskCommand.js +0 -24
  27. package/dist-cjs/commands/GetLicenseManagerReportGeneratorCommand.js +0 -24
  28. package/dist-cjs/commands/GetLicenseUsageCommand.js +0 -24
  29. package/dist-cjs/commands/GetServiceSettingsCommand.js +0 -24
  30. package/dist-cjs/commands/ListAssociationsForLicenseConfigurationCommand.js +0 -27
  31. package/dist-cjs/commands/ListDistributedGrantsCommand.js +0 -24
  32. package/dist-cjs/commands/ListFailuresForLicenseConfigurationOperationsCommand.js +0 -24
  33. package/dist-cjs/commands/ListLicenseConfigurationsCommand.js +0 -24
  34. package/dist-cjs/commands/ListLicenseConversionTasksCommand.js +0 -24
  35. package/dist-cjs/commands/ListLicenseManagerReportGeneratorsCommand.js +0 -24
  36. package/dist-cjs/commands/ListLicenseSpecificationsForResourceCommand.js +0 -24
  37. package/dist-cjs/commands/ListLicenseVersionsCommand.js +0 -24
  38. package/dist-cjs/commands/ListLicensesCommand.js +0 -24
  39. package/dist-cjs/commands/ListReceivedGrantsCommand.js +0 -24
  40. package/dist-cjs/commands/ListReceivedLicensesCommand.js +0 -24
  41. package/dist-cjs/commands/ListResourceInventoryCommand.js +0 -24
  42. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -24
  43. package/dist-cjs/commands/ListTokensCommand.js +0 -24
  44. package/dist-cjs/commands/ListUsageForLicenseConfigurationCommand.js +0 -26
  45. package/dist-cjs/commands/RejectGrantCommand.js +0 -24
  46. package/dist-cjs/commands/TagResourceCommand.js +0 -24
  47. package/dist-cjs/commands/UntagResourceCommand.js +0 -24
  48. package/dist-cjs/commands/UpdateLicenseConfigurationCommand.js +0 -24
  49. package/dist-cjs/commands/UpdateLicenseManagerReportGeneratorCommand.js +0 -25
  50. package/dist-cjs/commands/UpdateLicenseSpecificationsForResourceCommand.js +0 -27
  51. package/dist-cjs/commands/UpdateServiceSettingsCommand.js +0 -24
  52. package/dist-cjs/models/models_0.js +0 -450
  53. package/dist-cjs/protocols/Aws_json1_1.js +0 -5
  54. package/dist-cjs/runtimeConfig.browser.js +1 -5
  55. package/dist-cjs/runtimeConfig.js +1 -5
  56. package/dist-cjs/runtimeConfig.native.js +0 -3
  57. package/dist-cjs/runtimeConfig.shared.js +0 -3
  58. package/dist-types/ts3.4/LicenseManager.d.ts +49 -169
  59. package/dist-types/ts3.4/LicenseManagerClient.d.ts +24 -90
  60. package/dist-types/ts3.4/commands/AcceptGrantCommand.d.ts +2 -20
  61. package/dist-types/ts3.4/commands/CheckInLicenseCommand.d.ts +2 -20
  62. package/dist-types/ts3.4/commands/CheckoutBorrowLicenseCommand.d.ts +2 -20
  63. package/dist-types/ts3.4/commands/CheckoutLicenseCommand.d.ts +2 -20
  64. package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +2 -20
  65. package/dist-types/ts3.4/commands/CreateGrantVersionCommand.d.ts +2 -20
  66. package/dist-types/ts3.4/commands/CreateLicenseCommand.d.ts +2 -20
  67. package/dist-types/ts3.4/commands/CreateLicenseConfigurationCommand.d.ts +2 -25
  68. package/dist-types/ts3.4/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +2 -20
  69. package/dist-types/ts3.4/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +2 -20
  70. package/dist-types/ts3.4/commands/CreateLicenseVersionCommand.d.ts +2 -20
  71. package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +2 -23
  72. package/dist-types/ts3.4/commands/DeleteGrantCommand.d.ts +2 -20
  73. package/dist-types/ts3.4/commands/DeleteLicenseCommand.d.ts +2 -20
  74. package/dist-types/ts3.4/commands/DeleteLicenseConfigurationCommand.d.ts +2 -21
  75. package/dist-types/ts3.4/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +2 -22
  76. package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +2 -20
  77. package/dist-types/ts3.4/commands/ExtendLicenseConsumptionCommand.d.ts +2 -20
  78. package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +2 -21
  79. package/dist-types/ts3.4/commands/GetGrantCommand.d.ts +2 -20
  80. package/dist-types/ts3.4/commands/GetLicenseCommand.d.ts +2 -20
  81. package/dist-types/ts3.4/commands/GetLicenseConfigurationCommand.d.ts +2 -20
  82. package/dist-types/ts3.4/commands/GetLicenseConversionTaskCommand.d.ts +2 -20
  83. package/dist-types/ts3.4/commands/GetLicenseManagerReportGeneratorCommand.d.ts +2 -20
  84. package/dist-types/ts3.4/commands/GetLicenseUsageCommand.d.ts +2 -20
  85. package/dist-types/ts3.4/commands/GetServiceSettingsCommand.d.ts +2 -20
  86. package/dist-types/ts3.4/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +2 -23
  87. package/dist-types/ts3.4/commands/ListDistributedGrantsCommand.d.ts +2 -20
  88. package/dist-types/ts3.4/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +2 -20
  89. package/dist-types/ts3.4/commands/ListLicenseConfigurationsCommand.d.ts +2 -20
  90. package/dist-types/ts3.4/commands/ListLicenseConversionTasksCommand.d.ts +2 -20
  91. package/dist-types/ts3.4/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +2 -20
  92. package/dist-types/ts3.4/commands/ListLicenseSpecificationsForResourceCommand.d.ts +2 -20
  93. package/dist-types/ts3.4/commands/ListLicenseVersionsCommand.d.ts +2 -20
  94. package/dist-types/ts3.4/commands/ListLicensesCommand.d.ts +2 -20
  95. package/dist-types/ts3.4/commands/ListReceivedGrantsCommand.d.ts +2 -20
  96. package/dist-types/ts3.4/commands/ListReceivedLicensesCommand.d.ts +2 -20
  97. package/dist-types/ts3.4/commands/ListResourceInventoryCommand.d.ts +2 -20
  98. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
  99. package/dist-types/ts3.4/commands/ListTokensCommand.d.ts +2 -20
  100. package/dist-types/ts3.4/commands/ListUsageForLicenseConfigurationCommand.d.ts +2 -22
  101. package/dist-types/ts3.4/commands/RejectGrantCommand.d.ts +2 -20
  102. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -20
  103. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
  104. package/dist-types/ts3.4/commands/UpdateLicenseConfigurationCommand.d.ts +2 -20
  105. package/dist-types/ts3.4/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +2 -21
  106. package/dist-types/ts3.4/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +2 -23
  107. package/dist-types/ts3.4/commands/UpdateServiceSettingsCommand.d.ts +2 -20
  108. package/dist-types/ts3.4/models/models_0.d.ts +657 -2315
  109. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  110. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  111. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  112. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  113. package/package.json +3 -3
@@ -6,29 +6,11 @@ export interface AcceptGrantCommandInput extends AcceptGrantRequest {
6
6
  }
7
7
  export interface AcceptGrantCommandOutput extends AcceptGrantResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Accepts the specified grant.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { LicenseManagerClient, AcceptGrantCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
15
- * // const { LicenseManagerClient, AcceptGrantCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
16
- * const client = new LicenseManagerClient(config);
17
- * const command = new AcceptGrantCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link AcceptGrantCommandInput} for command's `input` shape.
22
- * @see {@link AcceptGrantCommandOutput} for command's `response` shape.
23
- * @see {@link LicenseManagerClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class AcceptGrantCommand extends $Command<AcceptGrantCommandInput, AcceptGrantCommandOutput, LicenseManagerClientResolvedConfig> {
27
11
  readonly input: AcceptGrantCommandInput;
28
12
  constructor(input: AcceptGrantCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AcceptGrantCommandInput, AcceptGrantCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface CheckInLicenseCommandInput extends CheckInLicenseRequest {
6
6
  }
7
7
  export interface CheckInLicenseCommandOutput extends CheckInLicenseResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Checks in the specified license. Check in a license when it is no longer in use.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { LicenseManagerClient, CheckInLicenseCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
15
- * // const { LicenseManagerClient, CheckInLicenseCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
16
- * const client = new LicenseManagerClient(config);
17
- * const command = new CheckInLicenseCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link CheckInLicenseCommandInput} for command's `input` shape.
22
- * @see {@link CheckInLicenseCommandOutput} for command's `response` shape.
23
- * @see {@link LicenseManagerClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class CheckInLicenseCommand extends $Command<CheckInLicenseCommandInput, CheckInLicenseCommandOutput, LicenseManagerClientResolvedConfig> {
27
11
  readonly input: CheckInLicenseCommandInput;
28
12
  constructor(input: CheckInLicenseCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CheckInLicenseCommandInput, CheckInLicenseCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface CheckoutBorrowLicenseCommandInput extends CheckoutBorrowLicense
6
6
  }
7
7
  export interface CheckoutBorrowLicenseCommandOutput extends CheckoutBorrowLicenseResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Checks out the specified license for offline use.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { LicenseManagerClient, CheckoutBorrowLicenseCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
15
- * // const { LicenseManagerClient, CheckoutBorrowLicenseCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
16
- * const client = new LicenseManagerClient(config);
17
- * const command = new CheckoutBorrowLicenseCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link CheckoutBorrowLicenseCommandInput} for command's `input` shape.
22
- * @see {@link CheckoutBorrowLicenseCommandOutput} for command's `response` shape.
23
- * @see {@link LicenseManagerClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class CheckoutBorrowLicenseCommand extends $Command<CheckoutBorrowLicenseCommandInput, CheckoutBorrowLicenseCommandOutput, LicenseManagerClientResolvedConfig> {
27
11
  readonly input: CheckoutBorrowLicenseCommandInput;
28
12
  constructor(input: CheckoutBorrowLicenseCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CheckoutBorrowLicenseCommandInput, CheckoutBorrowLicenseCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface CheckoutLicenseCommandInput extends CheckoutLicenseRequest {
6
6
  }
7
7
  export interface CheckoutLicenseCommandOutput extends CheckoutLicenseResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Checks out the specified license.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { LicenseManagerClient, CheckoutLicenseCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
15
- * // const { LicenseManagerClient, CheckoutLicenseCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
16
- * const client = new LicenseManagerClient(config);
17
- * const command = new CheckoutLicenseCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link CheckoutLicenseCommandInput} for command's `input` shape.
22
- * @see {@link CheckoutLicenseCommandOutput} for command's `response` shape.
23
- * @see {@link LicenseManagerClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class CheckoutLicenseCommand extends $Command<CheckoutLicenseCommandInput, CheckoutLicenseCommandOutput, LicenseManagerClientResolvedConfig> {
27
11
  readonly input: CheckoutLicenseCommandInput;
28
12
  constructor(input: CheckoutLicenseCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CheckoutLicenseCommandInput, CheckoutLicenseCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface CreateGrantCommandInput extends CreateGrantRequest {
6
6
  }
7
7
  export interface CreateGrantCommandOutput extends CreateGrantResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Creates a grant for the specified license. A grant shares the use of license entitlements with specific Amazon Web Services accounts.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { LicenseManagerClient, CreateGrantCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
15
- * // const { LicenseManagerClient, CreateGrantCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
16
- * const client = new LicenseManagerClient(config);
17
- * const command = new CreateGrantCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link CreateGrantCommandInput} for command's `input` shape.
22
- * @see {@link CreateGrantCommandOutput} for command's `response` shape.
23
- * @see {@link LicenseManagerClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class CreateGrantCommand extends $Command<CreateGrantCommandInput, CreateGrantCommandOutput, LicenseManagerClientResolvedConfig> {
27
11
  readonly input: CreateGrantCommandInput;
28
12
  constructor(input: CreateGrantCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGrantCommandInput, CreateGrantCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface CreateGrantVersionCommandInput extends CreateGrantVersionReques
6
6
  }
7
7
  export interface CreateGrantVersionCommandOutput extends CreateGrantVersionResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Creates a new version of the specified grant.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { LicenseManagerClient, CreateGrantVersionCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
15
- * // const { LicenseManagerClient, CreateGrantVersionCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
16
- * const client = new LicenseManagerClient(config);
17
- * const command = new CreateGrantVersionCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link CreateGrantVersionCommandInput} for command's `input` shape.
22
- * @see {@link CreateGrantVersionCommandOutput} for command's `response` shape.
23
- * @see {@link LicenseManagerClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class CreateGrantVersionCommand extends $Command<CreateGrantVersionCommandInput, CreateGrantVersionCommandOutput, LicenseManagerClientResolvedConfig> {
27
11
  readonly input: CreateGrantVersionCommandInput;
28
12
  constructor(input: CreateGrantVersionCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGrantVersionCommandInput, CreateGrantVersionCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface CreateLicenseCommandInput extends CreateLicenseRequest {
6
6
  }
7
7
  export interface CreateLicenseCommandOutput extends CreateLicenseResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Creates a license.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { LicenseManagerClient, CreateLicenseCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
15
- * // const { LicenseManagerClient, CreateLicenseCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
16
- * const client = new LicenseManagerClient(config);
17
- * const command = new CreateLicenseCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link CreateLicenseCommandInput} for command's `input` shape.
22
- * @see {@link CreateLicenseCommandOutput} for command's `response` shape.
23
- * @see {@link LicenseManagerClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class CreateLicenseCommand extends $Command<CreateLicenseCommandInput, CreateLicenseCommandOutput, LicenseManagerClientResolvedConfig> {
27
11
  readonly input: CreateLicenseCommandInput;
28
12
  constructor(input: CreateLicenseCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLicenseCommandInput, CreateLicenseCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,34 +6,11 @@ export interface CreateLicenseConfigurationCommandInput extends CreateLicenseCon
6
6
  }
7
7
  export interface CreateLicenseConfigurationCommandOutput extends CreateLicenseConfigurationResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Creates a license configuration.</p>
11
- * <p>A license configuration is an abstraction of a customer license agreement that can be
12
- * consumed and enforced by License Manager. Components include specifications for the license
13
- * type (licensing by instance, socket, CPU, or vCPU), allowed tenancy (shared tenancy,
14
- * Dedicated Instance, Dedicated Host, or all of these), license affinity to host (how long a
15
- * license must be associated with a host), and the number of licenses purchased and used.</p>
16
- * @example
17
- * Use a bare-bones client and the command you need to make an API call.
18
- * ```javascript
19
- * import { LicenseManagerClient, CreateLicenseConfigurationCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
20
- * // const { LicenseManagerClient, CreateLicenseConfigurationCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
21
- * const client = new LicenseManagerClient(config);
22
- * const command = new CreateLicenseConfigurationCommand(input);
23
- * const response = await client.send(command);
24
- * ```
25
- *
26
- * @see {@link CreateLicenseConfigurationCommandInput} for command's `input` shape.
27
- * @see {@link CreateLicenseConfigurationCommandOutput} for command's `response` shape.
28
- * @see {@link LicenseManagerClientResolvedConfig | config} for command's `input` shape.
29
- *
30
- */
9
+
31
10
  export declare class CreateLicenseConfigurationCommand extends $Command<CreateLicenseConfigurationCommandInput, CreateLicenseConfigurationCommandOutput, LicenseManagerClientResolvedConfig> {
32
11
  readonly input: CreateLicenseConfigurationCommandInput;
33
12
  constructor(input: CreateLicenseConfigurationCommandInput);
34
- /**
35
- * @internal
36
- */
13
+
37
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLicenseConfigurationCommandInput, CreateLicenseConfigurationCommandOutput>;
38
15
  private serialize;
39
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface CreateLicenseConversionTaskForResourceCommandInput extends Crea
6
6
  }
7
7
  export interface CreateLicenseConversionTaskForResourceCommandOutput extends CreateLicenseConversionTaskForResourceResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Creates a new license conversion task.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { LicenseManagerClient, CreateLicenseConversionTaskForResourceCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
15
- * // const { LicenseManagerClient, CreateLicenseConversionTaskForResourceCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
16
- * const client = new LicenseManagerClient(config);
17
- * const command = new CreateLicenseConversionTaskForResourceCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link CreateLicenseConversionTaskForResourceCommandInput} for command's `input` shape.
22
- * @see {@link CreateLicenseConversionTaskForResourceCommandOutput} for command's `response` shape.
23
- * @see {@link LicenseManagerClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class CreateLicenseConversionTaskForResourceCommand extends $Command<CreateLicenseConversionTaskForResourceCommandInput, CreateLicenseConversionTaskForResourceCommandOutput, LicenseManagerClientResolvedConfig> {
27
11
  readonly input: CreateLicenseConversionTaskForResourceCommandInput;
28
12
  constructor(input: CreateLicenseConversionTaskForResourceCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLicenseConversionTaskForResourceCommandInput, CreateLicenseConversionTaskForResourceCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface CreateLicenseManagerReportGeneratorCommandInput extends CreateL
6
6
  }
7
7
  export interface CreateLicenseManagerReportGeneratorCommandOutput extends CreateLicenseManagerReportGeneratorResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Creates a report generator.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { LicenseManagerClient, CreateLicenseManagerReportGeneratorCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
15
- * // const { LicenseManagerClient, CreateLicenseManagerReportGeneratorCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
16
- * const client = new LicenseManagerClient(config);
17
- * const command = new CreateLicenseManagerReportGeneratorCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link CreateLicenseManagerReportGeneratorCommandInput} for command's `input` shape.
22
- * @see {@link CreateLicenseManagerReportGeneratorCommandOutput} for command's `response` shape.
23
- * @see {@link LicenseManagerClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class CreateLicenseManagerReportGeneratorCommand extends $Command<CreateLicenseManagerReportGeneratorCommandInput, CreateLicenseManagerReportGeneratorCommandOutput, LicenseManagerClientResolvedConfig> {
27
11
  readonly input: CreateLicenseManagerReportGeneratorCommandInput;
28
12
  constructor(input: CreateLicenseManagerReportGeneratorCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLicenseManagerReportGeneratorCommandInput, CreateLicenseManagerReportGeneratorCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface CreateLicenseVersionCommandInput extends CreateLicenseVersionRe
6
6
  }
7
7
  export interface CreateLicenseVersionCommandOutput extends CreateLicenseVersionResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Creates a new version of the specified license.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { LicenseManagerClient, CreateLicenseVersionCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
15
- * // const { LicenseManagerClient, CreateLicenseVersionCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
16
- * const client = new LicenseManagerClient(config);
17
- * const command = new CreateLicenseVersionCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link CreateLicenseVersionCommandInput} for command's `input` shape.
22
- * @see {@link CreateLicenseVersionCommandOutput} for command's `response` shape.
23
- * @see {@link LicenseManagerClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class CreateLicenseVersionCommand extends $Command<CreateLicenseVersionCommandInput, CreateLicenseVersionCommandOutput, LicenseManagerClientResolvedConfig> {
27
11
  readonly input: CreateLicenseVersionCommandInput;
28
12
  constructor(input: CreateLicenseVersionCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLicenseVersionCommandInput, CreateLicenseVersionCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,32 +6,11 @@ export interface CreateTokenCommandInput extends CreateTokenRequest {
6
6
  }
7
7
  export interface CreateTokenCommandOutput extends CreateTokenResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Creates a long-lived token.</p>
11
- * <p>A refresh token is a JWT token used to get an access token. With an access token,
12
- * you can call AssumeRoleWithWebIdentity to get role credentials that you can use to
13
- * call License Manager to manage the specified license.</p>
14
- * @example
15
- * Use a bare-bones client and the command you need to make an API call.
16
- * ```javascript
17
- * import { LicenseManagerClient, CreateTokenCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
18
- * // const { LicenseManagerClient, CreateTokenCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
19
- * const client = new LicenseManagerClient(config);
20
- * const command = new CreateTokenCommand(input);
21
- * const response = await client.send(command);
22
- * ```
23
- *
24
- * @see {@link CreateTokenCommandInput} for command's `input` shape.
25
- * @see {@link CreateTokenCommandOutput} for command's `response` shape.
26
- * @see {@link LicenseManagerClientResolvedConfig | config} for command's `input` shape.
27
- *
28
- */
9
+
29
10
  export declare class CreateTokenCommand extends $Command<CreateTokenCommandInput, CreateTokenCommandOutput, LicenseManagerClientResolvedConfig> {
30
11
  readonly input: CreateTokenCommandInput;
31
12
  constructor(input: CreateTokenCommandInput);
32
- /**
33
- * @internal
34
- */
13
+
35
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTokenCommandInput, CreateTokenCommandOutput>;
36
15
  private serialize;
37
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface DeleteGrantCommandInput extends DeleteGrantRequest {
6
6
  }
7
7
  export interface DeleteGrantCommandOutput extends DeleteGrantResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Deletes the specified grant.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { LicenseManagerClient, DeleteGrantCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
15
- * // const { LicenseManagerClient, DeleteGrantCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
16
- * const client = new LicenseManagerClient(config);
17
- * const command = new DeleteGrantCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DeleteGrantCommandInput} for command's `input` shape.
22
- * @see {@link DeleteGrantCommandOutput} for command's `response` shape.
23
- * @see {@link LicenseManagerClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class DeleteGrantCommand extends $Command<DeleteGrantCommandInput, DeleteGrantCommandOutput, LicenseManagerClientResolvedConfig> {
27
11
  readonly input: DeleteGrantCommandInput;
28
12
  constructor(input: DeleteGrantCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGrantCommandInput, DeleteGrantCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface DeleteLicenseCommandInput extends DeleteLicenseRequest {
6
6
  }
7
7
  export interface DeleteLicenseCommandOutput extends DeleteLicenseResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Deletes the specified license.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { LicenseManagerClient, DeleteLicenseCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
15
- * // const { LicenseManagerClient, DeleteLicenseCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
16
- * const client = new LicenseManagerClient(config);
17
- * const command = new DeleteLicenseCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DeleteLicenseCommandInput} for command's `input` shape.
22
- * @see {@link DeleteLicenseCommandOutput} for command's `response` shape.
23
- * @see {@link LicenseManagerClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class DeleteLicenseCommand extends $Command<DeleteLicenseCommandInput, DeleteLicenseCommandOutput, LicenseManagerClientResolvedConfig> {
27
11
  readonly input: DeleteLicenseCommandInput;
28
12
  constructor(input: DeleteLicenseCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLicenseCommandInput, DeleteLicenseCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface DeleteLicenseConfigurationCommandInput extends DeleteLicenseCon
6
6
  }
7
7
  export interface DeleteLicenseConfigurationCommandOutput extends DeleteLicenseConfigurationResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Deletes the specified license configuration.</p>
11
- * <p>You cannot delete a license configuration that is in use.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { LicenseManagerClient, DeleteLicenseConfigurationCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
16
- * // const { LicenseManagerClient, DeleteLicenseConfigurationCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
17
- * const client = new LicenseManagerClient(config);
18
- * const command = new DeleteLicenseConfigurationCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link DeleteLicenseConfigurationCommandInput} for command's `input` shape.
23
- * @see {@link DeleteLicenseConfigurationCommandOutput} for command's `response` shape.
24
- * @see {@link LicenseManagerClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class DeleteLicenseConfigurationCommand extends $Command<DeleteLicenseConfigurationCommandInput, DeleteLicenseConfigurationCommandOutput, LicenseManagerClientResolvedConfig> {
28
11
  readonly input: DeleteLicenseConfigurationCommandInput;
29
12
  constructor(input: DeleteLicenseConfigurationCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLicenseConfigurationCommandInput, DeleteLicenseConfigurationCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,31 +6,11 @@ export interface DeleteLicenseManagerReportGeneratorCommandInput extends DeleteL
6
6
  }
7
7
  export interface DeleteLicenseManagerReportGeneratorCommandOutput extends DeleteLicenseManagerReportGeneratorResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Deletes the specified report generator.</p>
11
- * <p>This action deletes the report generator, which stops it from generating future reports.
12
- * The action cannot be reversed. It has no effect on the previous reports from this generator.</p>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { LicenseManagerClient, DeleteLicenseManagerReportGeneratorCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
17
- * // const { LicenseManagerClient, DeleteLicenseManagerReportGeneratorCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
18
- * const client = new LicenseManagerClient(config);
19
- * const command = new DeleteLicenseManagerReportGeneratorCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link DeleteLicenseManagerReportGeneratorCommandInput} for command's `input` shape.
24
- * @see {@link DeleteLicenseManagerReportGeneratorCommandOutput} for command's `response` shape.
25
- * @see {@link LicenseManagerClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
9
+
28
10
  export declare class DeleteLicenseManagerReportGeneratorCommand extends $Command<DeleteLicenseManagerReportGeneratorCommandInput, DeleteLicenseManagerReportGeneratorCommandOutput, LicenseManagerClientResolvedConfig> {
29
11
  readonly input: DeleteLicenseManagerReportGeneratorCommandInput;
30
12
  constructor(input: DeleteLicenseManagerReportGeneratorCommandInput);
31
- /**
32
- * @internal
33
- */
13
+
34
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLicenseManagerReportGeneratorCommandInput, DeleteLicenseManagerReportGeneratorCommandOutput>;
35
15
  private serialize;
36
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface DeleteTokenCommandInput extends DeleteTokenRequest {
6
6
  }
7
7
  export interface DeleteTokenCommandOutput extends DeleteTokenResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Deletes the specified token. Must be called in the license home Region.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { LicenseManagerClient, DeleteTokenCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
15
- * // const { LicenseManagerClient, DeleteTokenCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
16
- * const client = new LicenseManagerClient(config);
17
- * const command = new DeleteTokenCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DeleteTokenCommandInput} for command's `input` shape.
22
- * @see {@link DeleteTokenCommandOutput} for command's `response` shape.
23
- * @see {@link LicenseManagerClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class DeleteTokenCommand extends $Command<DeleteTokenCommandInput, DeleteTokenCommandOutput, LicenseManagerClientResolvedConfig> {
27
11
  readonly input: DeleteTokenCommandInput;
28
12
  constructor(input: DeleteTokenCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTokenCommandInput, DeleteTokenCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface ExtendLicenseConsumptionCommandInput extends ExtendLicenseConsu
6
6
  }
7
7
  export interface ExtendLicenseConsumptionCommandOutput extends ExtendLicenseConsumptionResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Extends the expiration date for license consumption.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { LicenseManagerClient, ExtendLicenseConsumptionCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
15
- * // const { LicenseManagerClient, ExtendLicenseConsumptionCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
16
- * const client = new LicenseManagerClient(config);
17
- * const command = new ExtendLicenseConsumptionCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link ExtendLicenseConsumptionCommandInput} for command's `input` shape.
22
- * @see {@link ExtendLicenseConsumptionCommandOutput} for command's `response` shape.
23
- * @see {@link LicenseManagerClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class ExtendLicenseConsumptionCommand extends $Command<ExtendLicenseConsumptionCommandInput, ExtendLicenseConsumptionCommandOutput, LicenseManagerClientResolvedConfig> {
27
11
  readonly input: ExtendLicenseConsumptionCommandInput;
28
12
  constructor(input: ExtendLicenseConsumptionCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExtendLicenseConsumptionCommandInput, ExtendLicenseConsumptionCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface GetAccessTokenCommandInput extends GetAccessTokenRequest {
6
6
  }
7
7
  export interface GetAccessTokenCommandOutput extends GetAccessTokenResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Gets a temporary access token to use with AssumeRoleWithWebIdentity. Access tokens
11
- * are valid for one hour.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { LicenseManagerClient, GetAccessTokenCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
16
- * // const { LicenseManagerClient, GetAccessTokenCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
17
- * const client = new LicenseManagerClient(config);
18
- * const command = new GetAccessTokenCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link GetAccessTokenCommandInput} for command's `input` shape.
23
- * @see {@link GetAccessTokenCommandOutput} for command's `response` shape.
24
- * @see {@link LicenseManagerClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class GetAccessTokenCommand extends $Command<GetAccessTokenCommandInput, GetAccessTokenCommandOutput, LicenseManagerClientResolvedConfig> {
28
11
  readonly input: GetAccessTokenCommandInput;
29
12
  constructor(input: GetAccessTokenCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAccessTokenCommandInput, GetAccessTokenCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;