@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,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 { GetLicenseUsageRequest, GetLicenseUsageResponse } from "../models/models_0";
5
- export interface GetLicenseUsageCommandInput extends GetLicenseUsageRequest {
6
- }
7
- export interface GetLicenseUsageCommandOutput extends GetLicenseUsageResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetLicenseUsageCommand extends $Command<GetLicenseUsageCommandInput, GetLicenseUsageCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: GetLicenseUsageCommandInput;
12
- constructor(input: GetLicenseUsageCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLicenseUsageCommandInput, GetLicenseUsageCommandOutput>;
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
+ GetLicenseUsageRequest,
15
+ GetLicenseUsageResponse,
16
+ } from "../models/models_0";
17
+ export interface GetLicenseUsageCommandInput extends GetLicenseUsageRequest {}
18
+ export interface GetLicenseUsageCommandOutput
19
+ extends GetLicenseUsageResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class GetLicenseUsageCommand extends $Command<
23
+ GetLicenseUsageCommandInput,
24
+ GetLicenseUsageCommandOutput,
25
+ LicenseManagerClientResolvedConfig
26
+ > {
27
+ readonly input: GetLicenseUsageCommandInput;
28
+ constructor(input: GetLicenseUsageCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: LicenseManagerClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetLicenseUsageCommandInput, GetLicenseUsageCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { GetServiceSettingsRequest, GetServiceSettingsResponse } from "../models/models_0";
5
- export interface GetServiceSettingsCommandInput extends GetServiceSettingsRequest {
6
- }
7
- export interface GetServiceSettingsCommandOutput extends GetServiceSettingsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetServiceSettingsCommand extends $Command<GetServiceSettingsCommandInput, GetServiceSettingsCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: GetServiceSettingsCommandInput;
12
- constructor(input: GetServiceSettingsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetServiceSettingsCommandInput, GetServiceSettingsCommandOutput>;
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
+ GetServiceSettingsRequest,
15
+ GetServiceSettingsResponse,
16
+ } from "../models/models_0";
17
+ export interface GetServiceSettingsCommandInput
18
+ extends GetServiceSettingsRequest {}
19
+ export interface GetServiceSettingsCommandOutput
20
+ extends GetServiceSettingsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetServiceSettingsCommand extends $Command<
24
+ GetServiceSettingsCommandInput,
25
+ GetServiceSettingsCommandOutput,
26
+ LicenseManagerClientResolvedConfig
27
+ > {
28
+ readonly input: GetServiceSettingsCommandInput;
29
+ constructor(input: GetServiceSettingsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LicenseManagerClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetServiceSettingsCommandInput, GetServiceSettingsCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { ListAssociationsForLicenseConfigurationRequest, ListAssociationsForLicenseConfigurationResponse } from "../models/models_0";
5
- export interface ListAssociationsForLicenseConfigurationCommandInput extends ListAssociationsForLicenseConfigurationRequest {
6
- }
7
- export interface ListAssociationsForLicenseConfigurationCommandOutput extends ListAssociationsForLicenseConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListAssociationsForLicenseConfigurationCommand extends $Command<ListAssociationsForLicenseConfigurationCommandInput, ListAssociationsForLicenseConfigurationCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: ListAssociationsForLicenseConfigurationCommandInput;
12
- constructor(input: ListAssociationsForLicenseConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAssociationsForLicenseConfigurationCommandInput, ListAssociationsForLicenseConfigurationCommandOutput>;
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
+ ListAssociationsForLicenseConfigurationRequest,
15
+ ListAssociationsForLicenseConfigurationResponse,
16
+ } from "../models/models_0";
17
+ export interface ListAssociationsForLicenseConfigurationCommandInput
18
+ extends ListAssociationsForLicenseConfigurationRequest {}
19
+ export interface ListAssociationsForLicenseConfigurationCommandOutput
20
+ extends ListAssociationsForLicenseConfigurationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListAssociationsForLicenseConfigurationCommand extends $Command<
24
+ ListAssociationsForLicenseConfigurationCommandInput,
25
+ ListAssociationsForLicenseConfigurationCommandOutput,
26
+ LicenseManagerClientResolvedConfig
27
+ > {
28
+ readonly input: ListAssociationsForLicenseConfigurationCommandInput;
29
+ constructor(input: ListAssociationsForLicenseConfigurationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LicenseManagerClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListAssociationsForLicenseConfigurationCommandInput,
37
+ ListAssociationsForLicenseConfigurationCommandOutput
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 { ListDistributedGrantsRequest, ListDistributedGrantsResponse } from "../models/models_0";
5
- export interface ListDistributedGrantsCommandInput extends ListDistributedGrantsRequest {
6
- }
7
- export interface ListDistributedGrantsCommandOutput extends ListDistributedGrantsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListDistributedGrantsCommand extends $Command<ListDistributedGrantsCommandInput, ListDistributedGrantsCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: ListDistributedGrantsCommandInput;
12
- constructor(input: ListDistributedGrantsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDistributedGrantsCommandInput, ListDistributedGrantsCommandOutput>;
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
+ ListDistributedGrantsRequest,
15
+ ListDistributedGrantsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListDistributedGrantsCommandInput
18
+ extends ListDistributedGrantsRequest {}
19
+ export interface ListDistributedGrantsCommandOutput
20
+ extends ListDistributedGrantsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListDistributedGrantsCommand extends $Command<
24
+ ListDistributedGrantsCommandInput,
25
+ ListDistributedGrantsCommandOutput,
26
+ LicenseManagerClientResolvedConfig
27
+ > {
28
+ readonly input: ListDistributedGrantsCommandInput;
29
+ constructor(input: ListDistributedGrantsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LicenseManagerClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListDistributedGrantsCommandInput,
37
+ ListDistributedGrantsCommandOutput
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 { ListFailuresForLicenseConfigurationOperationsRequest, ListFailuresForLicenseConfigurationOperationsResponse } from "../models/models_0";
5
- export interface ListFailuresForLicenseConfigurationOperationsCommandInput extends ListFailuresForLicenseConfigurationOperationsRequest {
6
- }
7
- export interface ListFailuresForLicenseConfigurationOperationsCommandOutput extends ListFailuresForLicenseConfigurationOperationsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListFailuresForLicenseConfigurationOperationsCommand extends $Command<ListFailuresForLicenseConfigurationOperationsCommandInput, ListFailuresForLicenseConfigurationOperationsCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: ListFailuresForLicenseConfigurationOperationsCommandInput;
12
- constructor(input: ListFailuresForLicenseConfigurationOperationsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFailuresForLicenseConfigurationOperationsCommandInput, ListFailuresForLicenseConfigurationOperationsCommandOutput>;
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
+ ListFailuresForLicenseConfigurationOperationsRequest,
15
+ ListFailuresForLicenseConfigurationOperationsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListFailuresForLicenseConfigurationOperationsCommandInput
18
+ extends ListFailuresForLicenseConfigurationOperationsRequest {}
19
+ export interface ListFailuresForLicenseConfigurationOperationsCommandOutput
20
+ extends ListFailuresForLicenseConfigurationOperationsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListFailuresForLicenseConfigurationOperationsCommand extends $Command<
24
+ ListFailuresForLicenseConfigurationOperationsCommandInput,
25
+ ListFailuresForLicenseConfigurationOperationsCommandOutput,
26
+ LicenseManagerClientResolvedConfig
27
+ > {
28
+ readonly input: ListFailuresForLicenseConfigurationOperationsCommandInput;
29
+ constructor(input: ListFailuresForLicenseConfigurationOperationsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LicenseManagerClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListFailuresForLicenseConfigurationOperationsCommandInput,
37
+ ListFailuresForLicenseConfigurationOperationsCommandOutput
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 { ListLicenseConfigurationsRequest, ListLicenseConfigurationsResponse } from "../models/models_0";
5
- export interface ListLicenseConfigurationsCommandInput extends ListLicenseConfigurationsRequest {
6
- }
7
- export interface ListLicenseConfigurationsCommandOutput extends ListLicenseConfigurationsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListLicenseConfigurationsCommand extends $Command<ListLicenseConfigurationsCommandInput, ListLicenseConfigurationsCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: ListLicenseConfigurationsCommandInput;
12
- constructor(input: ListLicenseConfigurationsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLicenseConfigurationsCommandInput, ListLicenseConfigurationsCommandOutput>;
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
+ ListLicenseConfigurationsRequest,
15
+ ListLicenseConfigurationsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListLicenseConfigurationsCommandInput
18
+ extends ListLicenseConfigurationsRequest {}
19
+ export interface ListLicenseConfigurationsCommandOutput
20
+ extends ListLicenseConfigurationsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListLicenseConfigurationsCommand extends $Command<
24
+ ListLicenseConfigurationsCommandInput,
25
+ ListLicenseConfigurationsCommandOutput,
26
+ LicenseManagerClientResolvedConfig
27
+ > {
28
+ readonly input: ListLicenseConfigurationsCommandInput;
29
+ constructor(input: ListLicenseConfigurationsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LicenseManagerClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListLicenseConfigurationsCommandInput,
37
+ ListLicenseConfigurationsCommandOutput
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 { ListLicenseConversionTasksRequest, ListLicenseConversionTasksResponse } from "../models/models_0";
5
- export interface ListLicenseConversionTasksCommandInput extends ListLicenseConversionTasksRequest {
6
- }
7
- export interface ListLicenseConversionTasksCommandOutput extends ListLicenseConversionTasksResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListLicenseConversionTasksCommand extends $Command<ListLicenseConversionTasksCommandInput, ListLicenseConversionTasksCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: ListLicenseConversionTasksCommandInput;
12
- constructor(input: ListLicenseConversionTasksCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLicenseConversionTasksCommandInput, ListLicenseConversionTasksCommandOutput>;
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
+ ListLicenseConversionTasksRequest,
15
+ ListLicenseConversionTasksResponse,
16
+ } from "../models/models_0";
17
+ export interface ListLicenseConversionTasksCommandInput
18
+ extends ListLicenseConversionTasksRequest {}
19
+ export interface ListLicenseConversionTasksCommandOutput
20
+ extends ListLicenseConversionTasksResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListLicenseConversionTasksCommand extends $Command<
24
+ ListLicenseConversionTasksCommandInput,
25
+ ListLicenseConversionTasksCommandOutput,
26
+ LicenseManagerClientResolvedConfig
27
+ > {
28
+ readonly input: ListLicenseConversionTasksCommandInput;
29
+ constructor(input: ListLicenseConversionTasksCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LicenseManagerClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListLicenseConversionTasksCommandInput,
37
+ ListLicenseConversionTasksCommandOutput
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 { ListLicenseManagerReportGeneratorsRequest, ListLicenseManagerReportGeneratorsResponse } from "../models/models_0";
5
- export interface ListLicenseManagerReportGeneratorsCommandInput extends ListLicenseManagerReportGeneratorsRequest {
6
- }
7
- export interface ListLicenseManagerReportGeneratorsCommandOutput extends ListLicenseManagerReportGeneratorsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListLicenseManagerReportGeneratorsCommand extends $Command<ListLicenseManagerReportGeneratorsCommandInput, ListLicenseManagerReportGeneratorsCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: ListLicenseManagerReportGeneratorsCommandInput;
12
- constructor(input: ListLicenseManagerReportGeneratorsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLicenseManagerReportGeneratorsCommandInput, ListLicenseManagerReportGeneratorsCommandOutput>;
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
+ ListLicenseManagerReportGeneratorsRequest,
15
+ ListLicenseManagerReportGeneratorsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListLicenseManagerReportGeneratorsCommandInput
18
+ extends ListLicenseManagerReportGeneratorsRequest {}
19
+ export interface ListLicenseManagerReportGeneratorsCommandOutput
20
+ extends ListLicenseManagerReportGeneratorsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListLicenseManagerReportGeneratorsCommand extends $Command<
24
+ ListLicenseManagerReportGeneratorsCommandInput,
25
+ ListLicenseManagerReportGeneratorsCommandOutput,
26
+ LicenseManagerClientResolvedConfig
27
+ > {
28
+ readonly input: ListLicenseManagerReportGeneratorsCommandInput;
29
+ constructor(input: ListLicenseManagerReportGeneratorsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LicenseManagerClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListLicenseManagerReportGeneratorsCommandInput,
37
+ ListLicenseManagerReportGeneratorsCommandOutput
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 { ListLicenseSpecificationsForResourceRequest, ListLicenseSpecificationsForResourceResponse } from "../models/models_0";
5
- export interface ListLicenseSpecificationsForResourceCommandInput extends ListLicenseSpecificationsForResourceRequest {
6
- }
7
- export interface ListLicenseSpecificationsForResourceCommandOutput extends ListLicenseSpecificationsForResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListLicenseSpecificationsForResourceCommand extends $Command<ListLicenseSpecificationsForResourceCommandInput, ListLicenseSpecificationsForResourceCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: ListLicenseSpecificationsForResourceCommandInput;
12
- constructor(input: ListLicenseSpecificationsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLicenseSpecificationsForResourceCommandInput, ListLicenseSpecificationsForResourceCommandOutput>;
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
+ ListLicenseSpecificationsForResourceRequest,
15
+ ListLicenseSpecificationsForResourceResponse,
16
+ } from "../models/models_0";
17
+ export interface ListLicenseSpecificationsForResourceCommandInput
18
+ extends ListLicenseSpecificationsForResourceRequest {}
19
+ export interface ListLicenseSpecificationsForResourceCommandOutput
20
+ extends ListLicenseSpecificationsForResourceResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListLicenseSpecificationsForResourceCommand extends $Command<
24
+ ListLicenseSpecificationsForResourceCommandInput,
25
+ ListLicenseSpecificationsForResourceCommandOutput,
26
+ LicenseManagerClientResolvedConfig
27
+ > {
28
+ readonly input: ListLicenseSpecificationsForResourceCommandInput;
29
+ constructor(input: ListLicenseSpecificationsForResourceCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LicenseManagerClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListLicenseSpecificationsForResourceCommandInput,
37
+ ListLicenseSpecificationsForResourceCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { ListLicenseVersionsRequest, ListLicenseVersionsResponse } from "../models/models_0";
5
- export interface ListLicenseVersionsCommandInput extends ListLicenseVersionsRequest {
6
- }
7
- export interface ListLicenseVersionsCommandOutput extends ListLicenseVersionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListLicenseVersionsCommand extends $Command<ListLicenseVersionsCommandInput, ListLicenseVersionsCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: ListLicenseVersionsCommandInput;
12
- constructor(input: ListLicenseVersionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLicenseVersionsCommandInput, ListLicenseVersionsCommandOutput>;
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
+ ListLicenseVersionsRequest,
15
+ ListLicenseVersionsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListLicenseVersionsCommandInput
18
+ extends ListLicenseVersionsRequest {}
19
+ export interface ListLicenseVersionsCommandOutput
20
+ extends ListLicenseVersionsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListLicenseVersionsCommand extends $Command<
24
+ ListLicenseVersionsCommandInput,
25
+ ListLicenseVersionsCommandOutput,
26
+ LicenseManagerClientResolvedConfig
27
+ > {
28
+ readonly input: ListLicenseVersionsCommandInput;
29
+ constructor(input: ListLicenseVersionsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LicenseManagerClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListLicenseVersionsCommandInput, ListLicenseVersionsCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { ListLicensesRequest, ListLicensesResponse } from "../models/models_0";
5
- export interface ListLicensesCommandInput extends ListLicensesRequest {
6
- }
7
- export interface ListLicensesCommandOutput extends ListLicensesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListLicensesCommand extends $Command<ListLicensesCommandInput, ListLicensesCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: ListLicensesCommandInput;
12
- constructor(input: ListLicensesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLicensesCommandInput, ListLicensesCommandOutput>;
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 { ListLicensesRequest, ListLicensesResponse } from "../models/models_0";
14
+ export interface ListLicensesCommandInput extends ListLicensesRequest {}
15
+ export interface ListLicensesCommandOutput
16
+ extends ListLicensesResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListLicensesCommand extends $Command<
20
+ ListLicensesCommandInput,
21
+ ListLicensesCommandOutput,
22
+ LicenseManagerClientResolvedConfig
23
+ > {
24
+ readonly input: ListLicensesCommandInput;
25
+ constructor(input: ListLicensesCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: LicenseManagerClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListLicensesCommandInput, ListLicensesCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }