@aws-sdk/client-license-manager 3.169.0 → 3.171.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 +16 -0
  2. package/dist-types/ts3.4/LicenseManager.d.ts +874 -245
  3. package/dist-types/ts3.4/LicenseManagerClient.d.ts +393 -121
  4. package/dist-types/ts3.4/commands/AcceptGrantCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/CheckInLicenseCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/CheckoutBorrowLicenseCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CheckoutLicenseCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/CreateGrantVersionCommand.d.ts +36 -17
  10. package/dist-types/ts3.4/commands/CreateLicenseCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/CreateLicenseConfigurationCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/CreateLicenseVersionCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/DeleteGrantCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/DeleteLicenseCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/DeleteLicenseConfigurationCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/ExtendLicenseConsumptionCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/GetGrantCommand.d.ts +32 -17
  24. package/dist-types/ts3.4/commands/GetLicenseCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/GetLicenseConfigurationCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/GetLicenseConversionTaskCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/GetLicenseManagerReportGeneratorCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/GetLicenseUsageCommand.d.ts +35 -17
  29. package/dist-types/ts3.4/commands/GetServiceSettingsCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/ListDistributedGrantsCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/ListLicenseConfigurationsCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/ListLicenseConversionTasksCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/ListLicenseSpecificationsForResourceCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/ListLicenseVersionsCommand.d.ts +36 -17
  38. package/dist-types/ts3.4/commands/ListLicensesCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/ListReceivedGrantsCommand.d.ts +36 -17
  40. package/dist-types/ts3.4/commands/ListReceivedLicensesCommand.d.ts +39 -17
  41. package/dist-types/ts3.4/commands/ListResourceInventoryCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  43. package/dist-types/ts3.4/commands/ListTokensCommand.d.ts +32 -17
  44. package/dist-types/ts3.4/commands/ListUsageForLicenseConfigurationCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/RejectGrantCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  48. package/dist-types/ts3.4/commands/UpdateLicenseConfigurationCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +39 -17
  51. package/dist-types/ts3.4/commands/UpdateServiceSettingsCommand.d.ts +39 -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 +7 -6
  56. package/dist-types/ts3.4/models/index.d.ts +1 -1
  57. package/dist-types/ts3.4/models/models_0.d.ts +1379 -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 +65 -38
  60. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  61. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  62. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  63. package/package.json +34 -34
@@ -1,17 +1,35 @@
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 { DeleteLicenseRequest, DeleteLicenseResponse } from "../models/models_0";
5
- export interface DeleteLicenseCommandInput extends DeleteLicenseRequest {
6
- }
7
- export interface DeleteLicenseCommandOutput extends DeleteLicenseResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteLicenseCommand extends $Command<DeleteLicenseCommandInput, DeleteLicenseCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: DeleteLicenseCommandInput;
12
- constructor(input: DeleteLicenseCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLicenseCommandInput, DeleteLicenseCommandOutput>;
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
+ DeleteLicenseRequest,
15
+ DeleteLicenseResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteLicenseCommandInput extends DeleteLicenseRequest {}
18
+ export interface DeleteLicenseCommandOutput
19
+ extends DeleteLicenseResponse,
20
+ __MetadataBearer {}
21
+ export declare class DeleteLicenseCommand extends $Command<
22
+ DeleteLicenseCommandInput,
23
+ DeleteLicenseCommandOutput,
24
+ LicenseManagerClientResolvedConfig
25
+ > {
26
+ readonly input: DeleteLicenseCommandInput;
27
+ constructor(input: DeleteLicenseCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: LicenseManagerClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DeleteLicenseCommandInput, DeleteLicenseCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
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 { DeleteLicenseConfigurationRequest, DeleteLicenseConfigurationResponse } from "../models/models_0";
5
- export interface DeleteLicenseConfigurationCommandInput extends DeleteLicenseConfigurationRequest {
6
- }
7
- export interface DeleteLicenseConfigurationCommandOutput extends DeleteLicenseConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteLicenseConfigurationCommand extends $Command<DeleteLicenseConfigurationCommandInput, DeleteLicenseConfigurationCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: DeleteLicenseConfigurationCommandInput;
12
- constructor(input: DeleteLicenseConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLicenseConfigurationCommandInput, DeleteLicenseConfigurationCommandOutput>;
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
+ DeleteLicenseConfigurationRequest,
15
+ DeleteLicenseConfigurationResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteLicenseConfigurationCommandInput
18
+ extends DeleteLicenseConfigurationRequest {}
19
+ export interface DeleteLicenseConfigurationCommandOutput
20
+ extends DeleteLicenseConfigurationResponse,
21
+ __MetadataBearer {}
22
+ export declare class DeleteLicenseConfigurationCommand extends $Command<
23
+ DeleteLicenseConfigurationCommandInput,
24
+ DeleteLicenseConfigurationCommandOutput,
25
+ LicenseManagerClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteLicenseConfigurationCommandInput;
28
+ constructor(input: DeleteLicenseConfigurationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LicenseManagerClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DeleteLicenseConfigurationCommandInput,
35
+ DeleteLicenseConfigurationCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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 { DeleteLicenseManagerReportGeneratorRequest, DeleteLicenseManagerReportGeneratorResponse } from "../models/models_0";
5
- export interface DeleteLicenseManagerReportGeneratorCommandInput extends DeleteLicenseManagerReportGeneratorRequest {
6
- }
7
- export interface DeleteLicenseManagerReportGeneratorCommandOutput extends DeleteLicenseManagerReportGeneratorResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteLicenseManagerReportGeneratorCommand extends $Command<DeleteLicenseManagerReportGeneratorCommandInput, DeleteLicenseManagerReportGeneratorCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: DeleteLicenseManagerReportGeneratorCommandInput;
12
- constructor(input: DeleteLicenseManagerReportGeneratorCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLicenseManagerReportGeneratorCommandInput, DeleteLicenseManagerReportGeneratorCommandOutput>;
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
+ DeleteLicenseManagerReportGeneratorRequest,
15
+ DeleteLicenseManagerReportGeneratorResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteLicenseManagerReportGeneratorCommandInput
18
+ extends DeleteLicenseManagerReportGeneratorRequest {}
19
+ export interface DeleteLicenseManagerReportGeneratorCommandOutput
20
+ extends DeleteLicenseManagerReportGeneratorResponse,
21
+ __MetadataBearer {}
22
+ export declare class DeleteLicenseManagerReportGeneratorCommand extends $Command<
23
+ DeleteLicenseManagerReportGeneratorCommandInput,
24
+ DeleteLicenseManagerReportGeneratorCommandOutput,
25
+ LicenseManagerClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteLicenseManagerReportGeneratorCommandInput;
28
+ constructor(input: DeleteLicenseManagerReportGeneratorCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LicenseManagerClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DeleteLicenseManagerReportGeneratorCommandInput,
35
+ DeleteLicenseManagerReportGeneratorCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,32 @@
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 { DeleteTokenRequest, DeleteTokenResponse } from "../models/models_0";
5
- export interface DeleteTokenCommandInput extends DeleteTokenRequest {
6
- }
7
- export interface DeleteTokenCommandOutput extends DeleteTokenResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteTokenCommand extends $Command<DeleteTokenCommandInput, DeleteTokenCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: DeleteTokenCommandInput;
12
- constructor(input: DeleteTokenCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTokenCommandInput, DeleteTokenCommandOutput>;
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 { DeleteTokenRequest, DeleteTokenResponse } from "../models/models_0";
14
+ export interface DeleteTokenCommandInput extends DeleteTokenRequest {}
15
+ export interface DeleteTokenCommandOutput
16
+ extends DeleteTokenResponse,
17
+ __MetadataBearer {}
18
+ export declare class DeleteTokenCommand extends $Command<
19
+ DeleteTokenCommandInput,
20
+ DeleteTokenCommandOutput,
21
+ LicenseManagerClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteTokenCommandInput;
24
+ constructor(input: DeleteTokenCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: LicenseManagerClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteTokenCommandInput, DeleteTokenCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,39 @@
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 { ExtendLicenseConsumptionRequest, ExtendLicenseConsumptionResponse } from "../models/models_0";
5
- export interface ExtendLicenseConsumptionCommandInput extends ExtendLicenseConsumptionRequest {
6
- }
7
- export interface ExtendLicenseConsumptionCommandOutput extends ExtendLicenseConsumptionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ExtendLicenseConsumptionCommand extends $Command<ExtendLicenseConsumptionCommandInput, ExtendLicenseConsumptionCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: ExtendLicenseConsumptionCommandInput;
12
- constructor(input: ExtendLicenseConsumptionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExtendLicenseConsumptionCommandInput, ExtendLicenseConsumptionCommandOutput>;
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
+ ExtendLicenseConsumptionRequest,
15
+ ExtendLicenseConsumptionResponse,
16
+ } from "../models/models_0";
17
+ export interface ExtendLicenseConsumptionCommandInput
18
+ extends ExtendLicenseConsumptionRequest {}
19
+ export interface ExtendLicenseConsumptionCommandOutput
20
+ extends ExtendLicenseConsumptionResponse,
21
+ __MetadataBearer {}
22
+ export declare class ExtendLicenseConsumptionCommand extends $Command<
23
+ ExtendLicenseConsumptionCommandInput,
24
+ ExtendLicenseConsumptionCommandOutput,
25
+ LicenseManagerClientResolvedConfig
26
+ > {
27
+ readonly input: ExtendLicenseConsumptionCommandInput;
28
+ constructor(input: ExtendLicenseConsumptionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LicenseManagerClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ExtendLicenseConsumptionCommandInput,
35
+ ExtendLicenseConsumptionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
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 { GetAccessTokenRequest, GetAccessTokenResponse } from "../models/models_0";
5
- export interface GetAccessTokenCommandInput extends GetAccessTokenRequest {
6
- }
7
- export interface GetAccessTokenCommandOutput extends GetAccessTokenResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetAccessTokenCommand extends $Command<GetAccessTokenCommandInput, GetAccessTokenCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: GetAccessTokenCommandInput;
12
- constructor(input: GetAccessTokenCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAccessTokenCommandInput, GetAccessTokenCommandOutput>;
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
+ GetAccessTokenRequest,
15
+ GetAccessTokenResponse,
16
+ } from "../models/models_0";
17
+ export interface GetAccessTokenCommandInput extends GetAccessTokenRequest {}
18
+ export interface GetAccessTokenCommandOutput
19
+ extends GetAccessTokenResponse,
20
+ __MetadataBearer {}
21
+ export declare class GetAccessTokenCommand extends $Command<
22
+ GetAccessTokenCommandInput,
23
+ GetAccessTokenCommandOutput,
24
+ LicenseManagerClientResolvedConfig
25
+ > {
26
+ readonly input: GetAccessTokenCommandInput;
27
+ constructor(input: GetAccessTokenCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: LicenseManagerClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<GetAccessTokenCommandInput, GetAccessTokenCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,32 @@
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 { GetGrantRequest, GetGrantResponse } from "../models/models_0";
5
- export interface GetGrantCommandInput extends GetGrantRequest {
6
- }
7
- export interface GetGrantCommandOutput extends GetGrantResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetGrantCommand extends $Command<GetGrantCommandInput, GetGrantCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: GetGrantCommandInput;
12
- constructor(input: GetGrantCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGrantCommandInput, GetGrantCommandOutput>;
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 { GetGrantRequest, GetGrantResponse } from "../models/models_0";
14
+ export interface GetGrantCommandInput extends GetGrantRequest {}
15
+ export interface GetGrantCommandOutput
16
+ extends GetGrantResponse,
17
+ __MetadataBearer {}
18
+ export declare class GetGrantCommand extends $Command<
19
+ GetGrantCommandInput,
20
+ GetGrantCommandOutput,
21
+ LicenseManagerClientResolvedConfig
22
+ > {
23
+ readonly input: GetGrantCommandInput;
24
+ constructor(input: GetGrantCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: LicenseManagerClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<GetGrantCommandInput, GetGrantCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
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 { GetLicenseRequest, GetLicenseResponse } from "../models/models_0";
5
- export interface GetLicenseCommandInput extends GetLicenseRequest {
6
- }
7
- export interface GetLicenseCommandOutput extends GetLicenseResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetLicenseCommand extends $Command<GetLicenseCommandInput, GetLicenseCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: GetLicenseCommandInput;
12
- constructor(input: GetLicenseCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLicenseCommandInput, GetLicenseCommandOutput>;
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 { GetLicenseRequest, GetLicenseResponse } from "../models/models_0";
14
+ export interface GetLicenseCommandInput extends GetLicenseRequest {}
15
+ export interface GetLicenseCommandOutput
16
+ extends GetLicenseResponse,
17
+ __MetadataBearer {}
18
+ export declare class GetLicenseCommand extends $Command<
19
+ GetLicenseCommandInput,
20
+ GetLicenseCommandOutput,
21
+ LicenseManagerClientResolvedConfig
22
+ > {
23
+ readonly input: GetLicenseCommandInput;
24
+ constructor(input: GetLicenseCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: LicenseManagerClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<GetLicenseCommandInput, GetLicenseCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,39 @@
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 { GetLicenseConfigurationRequest, GetLicenseConfigurationResponse } from "../models/models_0";
5
- export interface GetLicenseConfigurationCommandInput extends GetLicenseConfigurationRequest {
6
- }
7
- export interface GetLicenseConfigurationCommandOutput extends GetLicenseConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetLicenseConfigurationCommand extends $Command<GetLicenseConfigurationCommandInput, GetLicenseConfigurationCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: GetLicenseConfigurationCommandInput;
12
- constructor(input: GetLicenseConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLicenseConfigurationCommandInput, GetLicenseConfigurationCommandOutput>;
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
+ GetLicenseConfigurationRequest,
15
+ GetLicenseConfigurationResponse,
16
+ } from "../models/models_0";
17
+ export interface GetLicenseConfigurationCommandInput
18
+ extends GetLicenseConfigurationRequest {}
19
+ export interface GetLicenseConfigurationCommandOutput
20
+ extends GetLicenseConfigurationResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetLicenseConfigurationCommand extends $Command<
23
+ GetLicenseConfigurationCommandInput,
24
+ GetLicenseConfigurationCommandOutput,
25
+ LicenseManagerClientResolvedConfig
26
+ > {
27
+ readonly input: GetLicenseConfigurationCommandInput;
28
+ constructor(input: GetLicenseConfigurationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LicenseManagerClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetLicenseConfigurationCommandInput,
35
+ GetLicenseConfigurationCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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 { GetLicenseConversionTaskRequest, GetLicenseConversionTaskResponse } from "../models/models_0";
5
- export interface GetLicenseConversionTaskCommandInput extends GetLicenseConversionTaskRequest {
6
- }
7
- export interface GetLicenseConversionTaskCommandOutput extends GetLicenseConversionTaskResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetLicenseConversionTaskCommand extends $Command<GetLicenseConversionTaskCommandInput, GetLicenseConversionTaskCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: GetLicenseConversionTaskCommandInput;
12
- constructor(input: GetLicenseConversionTaskCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLicenseConversionTaskCommandInput, GetLicenseConversionTaskCommandOutput>;
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
+ GetLicenseConversionTaskRequest,
15
+ GetLicenseConversionTaskResponse,
16
+ } from "../models/models_0";
17
+ export interface GetLicenseConversionTaskCommandInput
18
+ extends GetLicenseConversionTaskRequest {}
19
+ export interface GetLicenseConversionTaskCommandOutput
20
+ extends GetLicenseConversionTaskResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetLicenseConversionTaskCommand extends $Command<
23
+ GetLicenseConversionTaskCommandInput,
24
+ GetLicenseConversionTaskCommandOutput,
25
+ LicenseManagerClientResolvedConfig
26
+ > {
27
+ readonly input: GetLicenseConversionTaskCommandInput;
28
+ constructor(input: GetLicenseConversionTaskCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LicenseManagerClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetLicenseConversionTaskCommandInput,
35
+ GetLicenseConversionTaskCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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 { GetLicenseManagerReportGeneratorRequest, GetLicenseManagerReportGeneratorResponse } from "../models/models_0";
5
- export interface GetLicenseManagerReportGeneratorCommandInput extends GetLicenseManagerReportGeneratorRequest {
6
- }
7
- export interface GetLicenseManagerReportGeneratorCommandOutput extends GetLicenseManagerReportGeneratorResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetLicenseManagerReportGeneratorCommand extends $Command<GetLicenseManagerReportGeneratorCommandInput, GetLicenseManagerReportGeneratorCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: GetLicenseManagerReportGeneratorCommandInput;
12
- constructor(input: GetLicenseManagerReportGeneratorCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLicenseManagerReportGeneratorCommandInput, GetLicenseManagerReportGeneratorCommandOutput>;
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
+ GetLicenseManagerReportGeneratorRequest,
15
+ GetLicenseManagerReportGeneratorResponse,
16
+ } from "../models/models_0";
17
+ export interface GetLicenseManagerReportGeneratorCommandInput
18
+ extends GetLicenseManagerReportGeneratorRequest {}
19
+ export interface GetLicenseManagerReportGeneratorCommandOutput
20
+ extends GetLicenseManagerReportGeneratorResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetLicenseManagerReportGeneratorCommand extends $Command<
23
+ GetLicenseManagerReportGeneratorCommandInput,
24
+ GetLicenseManagerReportGeneratorCommandOutput,
25
+ LicenseManagerClientResolvedConfig
26
+ > {
27
+ readonly input: GetLicenseManagerReportGeneratorCommandInput;
28
+ constructor(input: GetLicenseManagerReportGeneratorCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LicenseManagerClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetLicenseManagerReportGeneratorCommandInput,
35
+ GetLicenseManagerReportGeneratorCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }