@aws-sdk/client-license-manager 3.169.0 → 3.170.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 (63) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/LicenseManager.d.ts +922 -245
  3. package/dist-types/ts3.4/LicenseManagerClient.d.ts +418 -121
  4. package/dist-types/ts3.4/commands/AcceptGrantCommand.d.ts +34 -17
  5. package/dist-types/ts3.4/commands/CheckInLicenseCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/CheckoutBorrowLicenseCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CheckoutLicenseCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/CreateGrantVersionCommand.d.ts +38 -17
  10. package/dist-types/ts3.4/commands/CreateLicenseCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/CreateLicenseConfigurationCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/CreateLicenseVersionCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +34 -17
  16. package/dist-types/ts3.4/commands/DeleteGrantCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/DeleteLicenseCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/DeleteLicenseConfigurationCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +34 -17
  21. package/dist-types/ts3.4/commands/ExtendLicenseConsumptionCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/GetGrantCommand.d.ts +34 -17
  24. package/dist-types/ts3.4/commands/GetLicenseCommand.d.ts +34 -17
  25. package/dist-types/ts3.4/commands/GetLicenseConfigurationCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/GetLicenseConversionTaskCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/GetLicenseManagerReportGeneratorCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/GetLicenseUsageCommand.d.ts +37 -17
  29. package/dist-types/ts3.4/commands/GetServiceSettingsCommand.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/ListDistributedGrantsCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/ListLicenseConfigurationsCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/ListLicenseConversionTasksCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/ListLicenseSpecificationsForResourceCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/ListLicenseVersionsCommand.d.ts +38 -17
  38. package/dist-types/ts3.4/commands/ListLicensesCommand.d.ts +34 -17
  39. package/dist-types/ts3.4/commands/ListReceivedGrantsCommand.d.ts +38 -17
  40. package/dist-types/ts3.4/commands/ListReceivedLicensesCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/ListResourceInventoryCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  43. package/dist-types/ts3.4/commands/ListTokensCommand.d.ts +34 -17
  44. package/dist-types/ts3.4/commands/ListUsageForLicenseConfigurationCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/RejectGrantCommand.d.ts +34 -17
  46. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  47. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  48. package/dist-types/ts3.4/commands/UpdateLicenseConfigurationCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/UpdateServiceSettingsCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/index.d.ts +48 -48
  53. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  54. package/dist-types/ts3.4/index.d.ts +5 -5
  55. package/dist-types/ts3.4/models/LicenseManagerServiceException.d.ts +8 -6
  56. package/dist-types/ts3.4/models/index.d.ts +1 -1
  57. package/dist-types/ts3.4/models/models_0.d.ts +1914 -1768
  58. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +581 -146
  59. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  60. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  61. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  62. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  63. package/package.json +34 -34
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
4
- import { CheckoutBorrowLicenseRequest, CheckoutBorrowLicenseResponse } from "../models/models_0";
5
- export interface CheckoutBorrowLicenseCommandInput extends CheckoutBorrowLicenseRequest {
6
- }
7
- export interface CheckoutBorrowLicenseCommandOutput extends CheckoutBorrowLicenseResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CheckoutBorrowLicenseCommand extends $Command<CheckoutBorrowLicenseCommandInput, CheckoutBorrowLicenseCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: CheckoutBorrowLicenseCommandInput;
12
- constructor(input: CheckoutBorrowLicenseCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CheckoutBorrowLicenseCommandInput, CheckoutBorrowLicenseCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LicenseManagerClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LicenseManagerClient";
13
+ import {
14
+ CheckoutBorrowLicenseRequest,
15
+ CheckoutBorrowLicenseResponse,
16
+ } from "../models/models_0";
17
+ export interface CheckoutBorrowLicenseCommandInput
18
+ extends CheckoutBorrowLicenseRequest {}
19
+ export interface CheckoutBorrowLicenseCommandOutput
20
+ extends CheckoutBorrowLicenseResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CheckoutBorrowLicenseCommand extends $Command<
24
+ CheckoutBorrowLicenseCommandInput,
25
+ CheckoutBorrowLicenseCommandOutput,
26
+ LicenseManagerClientResolvedConfig
27
+ > {
28
+ readonly input: CheckoutBorrowLicenseCommandInput;
29
+ constructor(input: CheckoutBorrowLicenseCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LicenseManagerClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CheckoutBorrowLicenseCommandInput,
37
+ CheckoutBorrowLicenseCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
4
- import { CheckoutLicenseRequest, CheckoutLicenseResponse } from "../models/models_0";
5
- export interface CheckoutLicenseCommandInput extends CheckoutLicenseRequest {
6
- }
7
- export interface CheckoutLicenseCommandOutput extends CheckoutLicenseResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CheckoutLicenseCommand extends $Command<CheckoutLicenseCommandInput, CheckoutLicenseCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: CheckoutLicenseCommandInput;
12
- constructor(input: CheckoutLicenseCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CheckoutLicenseCommandInput, CheckoutLicenseCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LicenseManagerClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LicenseManagerClient";
13
+ import {
14
+ CheckoutLicenseRequest,
15
+ CheckoutLicenseResponse,
16
+ } from "../models/models_0";
17
+ export interface CheckoutLicenseCommandInput extends CheckoutLicenseRequest {}
18
+ export interface CheckoutLicenseCommandOutput
19
+ extends CheckoutLicenseResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CheckoutLicenseCommand extends $Command<
23
+ CheckoutLicenseCommandInput,
24
+ CheckoutLicenseCommandOutput,
25
+ LicenseManagerClientResolvedConfig
26
+ > {
27
+ readonly input: CheckoutLicenseCommandInput;
28
+ constructor(input: CheckoutLicenseCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: LicenseManagerClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CheckoutLicenseCommandInput, CheckoutLicenseCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
4
- import { CreateGrantRequest, CreateGrantResponse } from "../models/models_0";
5
- export interface CreateGrantCommandInput extends CreateGrantRequest {
6
- }
7
- export interface CreateGrantCommandOutput extends CreateGrantResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateGrantCommand extends $Command<CreateGrantCommandInput, CreateGrantCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: CreateGrantCommandInput;
12
- constructor(input: CreateGrantCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGrantCommandInput, CreateGrantCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LicenseManagerClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LicenseManagerClient";
13
+ import { CreateGrantRequest, CreateGrantResponse } from "../models/models_0";
14
+ export interface CreateGrantCommandInput extends CreateGrantRequest {}
15
+ export interface CreateGrantCommandOutput
16
+ extends CreateGrantResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class CreateGrantCommand extends $Command<
20
+ CreateGrantCommandInput,
21
+ CreateGrantCommandOutput,
22
+ LicenseManagerClientResolvedConfig
23
+ > {
24
+ readonly input: CreateGrantCommandInput;
25
+ constructor(input: CreateGrantCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: LicenseManagerClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateGrantCommandInput, CreateGrantCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
4
- import { CreateGrantVersionRequest, CreateGrantVersionResponse } from "../models/models_0";
5
- export interface CreateGrantVersionCommandInput extends CreateGrantVersionRequest {
6
- }
7
- export interface CreateGrantVersionCommandOutput extends CreateGrantVersionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateGrantVersionCommand extends $Command<CreateGrantVersionCommandInput, CreateGrantVersionCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: CreateGrantVersionCommandInput;
12
- constructor(input: CreateGrantVersionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGrantVersionCommandInput, CreateGrantVersionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LicenseManagerClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LicenseManagerClient";
13
+ import {
14
+ CreateGrantVersionRequest,
15
+ CreateGrantVersionResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateGrantVersionCommandInput
18
+ extends CreateGrantVersionRequest {}
19
+ export interface CreateGrantVersionCommandOutput
20
+ extends CreateGrantVersionResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateGrantVersionCommand extends $Command<
24
+ CreateGrantVersionCommandInput,
25
+ CreateGrantVersionCommandOutput,
26
+ LicenseManagerClientResolvedConfig
27
+ > {
28
+ readonly input: CreateGrantVersionCommandInput;
29
+ constructor(input: CreateGrantVersionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LicenseManagerClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<CreateGrantVersionCommandInput, CreateGrantVersionCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
4
- import { CreateLicenseRequest, CreateLicenseResponse } from "../models/models_0";
5
- export interface CreateLicenseCommandInput extends CreateLicenseRequest {
6
- }
7
- export interface CreateLicenseCommandOutput extends CreateLicenseResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateLicenseCommand extends $Command<CreateLicenseCommandInput, CreateLicenseCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: CreateLicenseCommandInput;
12
- constructor(input: CreateLicenseCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLicenseCommandInput, CreateLicenseCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LicenseManagerClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LicenseManagerClient";
13
+ import {
14
+ CreateLicenseRequest,
15
+ CreateLicenseResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateLicenseCommandInput extends CreateLicenseRequest {}
18
+ export interface CreateLicenseCommandOutput
19
+ extends CreateLicenseResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateLicenseCommand extends $Command<
23
+ CreateLicenseCommandInput,
24
+ CreateLicenseCommandOutput,
25
+ LicenseManagerClientResolvedConfig
26
+ > {
27
+ readonly input: CreateLicenseCommandInput;
28
+ constructor(input: CreateLicenseCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: LicenseManagerClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateLicenseCommandInput, CreateLicenseCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
4
- import { CreateLicenseConfigurationRequest, CreateLicenseConfigurationResponse } from "../models/models_0";
5
- export interface CreateLicenseConfigurationCommandInput extends CreateLicenseConfigurationRequest {
6
- }
7
- export interface CreateLicenseConfigurationCommandOutput extends CreateLicenseConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateLicenseConfigurationCommand extends $Command<CreateLicenseConfigurationCommandInput, CreateLicenseConfigurationCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: CreateLicenseConfigurationCommandInput;
12
- constructor(input: CreateLicenseConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLicenseConfigurationCommandInput, CreateLicenseConfigurationCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LicenseManagerClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LicenseManagerClient";
13
+ import {
14
+ CreateLicenseConfigurationRequest,
15
+ CreateLicenseConfigurationResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateLicenseConfigurationCommandInput
18
+ extends CreateLicenseConfigurationRequest {}
19
+ export interface CreateLicenseConfigurationCommandOutput
20
+ extends CreateLicenseConfigurationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateLicenseConfigurationCommand extends $Command<
24
+ CreateLicenseConfigurationCommandInput,
25
+ CreateLicenseConfigurationCommandOutput,
26
+ LicenseManagerClientResolvedConfig
27
+ > {
28
+ readonly input: CreateLicenseConfigurationCommandInput;
29
+ constructor(input: CreateLicenseConfigurationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LicenseManagerClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateLicenseConfigurationCommandInput,
37
+ CreateLicenseConfigurationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
4
- import { CreateLicenseConversionTaskForResourceRequest, CreateLicenseConversionTaskForResourceResponse } from "../models/models_0";
5
- export interface CreateLicenseConversionTaskForResourceCommandInput extends CreateLicenseConversionTaskForResourceRequest {
6
- }
7
- export interface CreateLicenseConversionTaskForResourceCommandOutput extends CreateLicenseConversionTaskForResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateLicenseConversionTaskForResourceCommand extends $Command<CreateLicenseConversionTaskForResourceCommandInput, CreateLicenseConversionTaskForResourceCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: CreateLicenseConversionTaskForResourceCommandInput;
12
- constructor(input: CreateLicenseConversionTaskForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLicenseConversionTaskForResourceCommandInput, CreateLicenseConversionTaskForResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LicenseManagerClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LicenseManagerClient";
13
+ import {
14
+ CreateLicenseConversionTaskForResourceRequest,
15
+ CreateLicenseConversionTaskForResourceResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateLicenseConversionTaskForResourceCommandInput
18
+ extends CreateLicenseConversionTaskForResourceRequest {}
19
+ export interface CreateLicenseConversionTaskForResourceCommandOutput
20
+ extends CreateLicenseConversionTaskForResourceResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateLicenseConversionTaskForResourceCommand extends $Command<
24
+ CreateLicenseConversionTaskForResourceCommandInput,
25
+ CreateLicenseConversionTaskForResourceCommandOutput,
26
+ LicenseManagerClientResolvedConfig
27
+ > {
28
+ readonly input: CreateLicenseConversionTaskForResourceCommandInput;
29
+ constructor(input: CreateLicenseConversionTaskForResourceCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LicenseManagerClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateLicenseConversionTaskForResourceCommandInput,
37
+ CreateLicenseConversionTaskForResourceCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
4
- import { CreateLicenseManagerReportGeneratorRequest, CreateLicenseManagerReportGeneratorResponse } from "../models/models_0";
5
- export interface CreateLicenseManagerReportGeneratorCommandInput extends CreateLicenseManagerReportGeneratorRequest {
6
- }
7
- export interface CreateLicenseManagerReportGeneratorCommandOutput extends CreateLicenseManagerReportGeneratorResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateLicenseManagerReportGeneratorCommand extends $Command<CreateLicenseManagerReportGeneratorCommandInput, CreateLicenseManagerReportGeneratorCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: CreateLicenseManagerReportGeneratorCommandInput;
12
- constructor(input: CreateLicenseManagerReportGeneratorCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLicenseManagerReportGeneratorCommandInput, CreateLicenseManagerReportGeneratorCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LicenseManagerClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LicenseManagerClient";
13
+ import {
14
+ CreateLicenseManagerReportGeneratorRequest,
15
+ CreateLicenseManagerReportGeneratorResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateLicenseManagerReportGeneratorCommandInput
18
+ extends CreateLicenseManagerReportGeneratorRequest {}
19
+ export interface CreateLicenseManagerReportGeneratorCommandOutput
20
+ extends CreateLicenseManagerReportGeneratorResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateLicenseManagerReportGeneratorCommand extends $Command<
24
+ CreateLicenseManagerReportGeneratorCommandInput,
25
+ CreateLicenseManagerReportGeneratorCommandOutput,
26
+ LicenseManagerClientResolvedConfig
27
+ > {
28
+ readonly input: CreateLicenseManagerReportGeneratorCommandInput;
29
+ constructor(input: CreateLicenseManagerReportGeneratorCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LicenseManagerClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateLicenseManagerReportGeneratorCommandInput,
37
+ CreateLicenseManagerReportGeneratorCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
4
- import { CreateLicenseVersionRequest, CreateLicenseVersionResponse } from "../models/models_0";
5
- export interface CreateLicenseVersionCommandInput extends CreateLicenseVersionRequest {
6
- }
7
- export interface CreateLicenseVersionCommandOutput extends CreateLicenseVersionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateLicenseVersionCommand extends $Command<CreateLicenseVersionCommandInput, CreateLicenseVersionCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: CreateLicenseVersionCommandInput;
12
- constructor(input: CreateLicenseVersionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLicenseVersionCommandInput, CreateLicenseVersionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LicenseManagerClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LicenseManagerClient";
13
+ import {
14
+ CreateLicenseVersionRequest,
15
+ CreateLicenseVersionResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateLicenseVersionCommandInput
18
+ extends CreateLicenseVersionRequest {}
19
+ export interface CreateLicenseVersionCommandOutput
20
+ extends CreateLicenseVersionResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateLicenseVersionCommand extends $Command<
24
+ CreateLicenseVersionCommandInput,
25
+ CreateLicenseVersionCommandOutput,
26
+ LicenseManagerClientResolvedConfig
27
+ > {
28
+ readonly input: CreateLicenseVersionCommandInput;
29
+ constructor(input: CreateLicenseVersionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LicenseManagerClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateLicenseVersionCommandInput,
37
+ CreateLicenseVersionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
4
- import { CreateTokenRequest, CreateTokenResponse } from "../models/models_0";
5
- export interface CreateTokenCommandInput extends CreateTokenRequest {
6
- }
7
- export interface CreateTokenCommandOutput extends CreateTokenResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateTokenCommand extends $Command<CreateTokenCommandInput, CreateTokenCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: CreateTokenCommandInput;
12
- constructor(input: CreateTokenCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTokenCommandInput, CreateTokenCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LicenseManagerClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LicenseManagerClient";
13
+ import { CreateTokenRequest, CreateTokenResponse } from "../models/models_0";
14
+ export interface CreateTokenCommandInput extends CreateTokenRequest {}
15
+ export interface CreateTokenCommandOutput
16
+ extends CreateTokenResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class CreateTokenCommand extends $Command<
20
+ CreateTokenCommandInput,
21
+ CreateTokenCommandOutput,
22
+ LicenseManagerClientResolvedConfig
23
+ > {
24
+ readonly input: CreateTokenCommandInput;
25
+ constructor(input: CreateTokenCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: LicenseManagerClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateTokenCommandInput, CreateTokenCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
4
- import { DeleteGrantRequest, DeleteGrantResponse } from "../models/models_0";
5
- export interface DeleteGrantCommandInput extends DeleteGrantRequest {
6
- }
7
- export interface DeleteGrantCommandOutput extends DeleteGrantResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteGrantCommand extends $Command<DeleteGrantCommandInput, DeleteGrantCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: DeleteGrantCommandInput;
12
- constructor(input: DeleteGrantCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGrantCommandInput, DeleteGrantCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LicenseManagerClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LicenseManagerClient";
13
+ import { DeleteGrantRequest, DeleteGrantResponse } from "../models/models_0";
14
+ export interface DeleteGrantCommandInput extends DeleteGrantRequest {}
15
+ export interface DeleteGrantCommandOutput
16
+ extends DeleteGrantResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class DeleteGrantCommand extends $Command<
20
+ DeleteGrantCommandInput,
21
+ DeleteGrantCommandOutput,
22
+ LicenseManagerClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteGrantCommandInput;
25
+ constructor(input: DeleteGrantCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: LicenseManagerClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<DeleteGrantCommandInput, DeleteGrantCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }