@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,36 @@
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 { ListReceivedGrantsRequest, ListReceivedGrantsResponse } from "../models/models_0";
5
- export interface ListReceivedGrantsCommandInput extends ListReceivedGrantsRequest {
6
- }
7
- export interface ListReceivedGrantsCommandOutput extends ListReceivedGrantsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListReceivedGrantsCommand extends $Command<ListReceivedGrantsCommandInput, ListReceivedGrantsCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: ListReceivedGrantsCommandInput;
12
- constructor(input: ListReceivedGrantsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReceivedGrantsCommandInput, ListReceivedGrantsCommandOutput>;
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
+ ListReceivedGrantsRequest,
15
+ ListReceivedGrantsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListReceivedGrantsCommandInput
18
+ extends ListReceivedGrantsRequest {}
19
+ export interface ListReceivedGrantsCommandOutput
20
+ extends ListReceivedGrantsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListReceivedGrantsCommand extends $Command<
23
+ ListReceivedGrantsCommandInput,
24
+ ListReceivedGrantsCommandOutput,
25
+ LicenseManagerClientResolvedConfig
26
+ > {
27
+ readonly input: ListReceivedGrantsCommandInput;
28
+ constructor(input: ListReceivedGrantsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LicenseManagerClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListReceivedGrantsCommandInput, ListReceivedGrantsCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -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 { ListReceivedLicensesRequest, ListReceivedLicensesResponse } from "../models/models_0";
5
- export interface ListReceivedLicensesCommandInput extends ListReceivedLicensesRequest {
6
- }
7
- export interface ListReceivedLicensesCommandOutput extends ListReceivedLicensesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListReceivedLicensesCommand extends $Command<ListReceivedLicensesCommandInput, ListReceivedLicensesCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: ListReceivedLicensesCommandInput;
12
- constructor(input: ListReceivedLicensesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReceivedLicensesCommandInput, ListReceivedLicensesCommandOutput>;
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
+ ListReceivedLicensesRequest,
15
+ ListReceivedLicensesResponse,
16
+ } from "../models/models_0";
17
+ export interface ListReceivedLicensesCommandInput
18
+ extends ListReceivedLicensesRequest {}
19
+ export interface ListReceivedLicensesCommandOutput
20
+ extends ListReceivedLicensesResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListReceivedLicensesCommand extends $Command<
23
+ ListReceivedLicensesCommandInput,
24
+ ListReceivedLicensesCommandOutput,
25
+ LicenseManagerClientResolvedConfig
26
+ > {
27
+ readonly input: ListReceivedLicensesCommandInput;
28
+ constructor(input: ListReceivedLicensesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LicenseManagerClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListReceivedLicensesCommandInput,
35
+ ListReceivedLicensesCommandOutput
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 { ListResourceInventoryRequest, ListResourceInventoryResponse } from "../models/models_0";
5
- export interface ListResourceInventoryCommandInput extends ListResourceInventoryRequest {
6
- }
7
- export interface ListResourceInventoryCommandOutput extends ListResourceInventoryResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListResourceInventoryCommand extends $Command<ListResourceInventoryCommandInput, ListResourceInventoryCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: ListResourceInventoryCommandInput;
12
- constructor(input: ListResourceInventoryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListResourceInventoryCommandInput, ListResourceInventoryCommandOutput>;
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
+ ListResourceInventoryRequest,
15
+ ListResourceInventoryResponse,
16
+ } from "../models/models_0";
17
+ export interface ListResourceInventoryCommandInput
18
+ extends ListResourceInventoryRequest {}
19
+ export interface ListResourceInventoryCommandOutput
20
+ extends ListResourceInventoryResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListResourceInventoryCommand extends $Command<
23
+ ListResourceInventoryCommandInput,
24
+ ListResourceInventoryCommandOutput,
25
+ LicenseManagerClientResolvedConfig
26
+ > {
27
+ readonly input: ListResourceInventoryCommandInput;
28
+ constructor(input: ListResourceInventoryCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LicenseManagerClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListResourceInventoryCommandInput,
35
+ ListResourceInventoryCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: ListTagsForResourceCommandInput;
12
- constructor(input: ListTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
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
+ ListTagsForResourceRequest,
15
+ ListTagsForResourceResponse,
16
+ } from "../models/models_0";
17
+ export interface ListTagsForResourceCommandInput
18
+ extends ListTagsForResourceRequest {}
19
+ export interface ListTagsForResourceCommandOutput
20
+ extends ListTagsForResourceResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListTagsForResourceCommand extends $Command<
23
+ ListTagsForResourceCommandInput,
24
+ ListTagsForResourceCommandOutput,
25
+ LicenseManagerClientResolvedConfig
26
+ > {
27
+ readonly input: ListTagsForResourceCommandInput;
28
+ constructor(input: ListTagsForResourceCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LicenseManagerClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -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 { ListTokensRequest, ListTokensResponse } from "../models/models_0";
5
- export interface ListTokensCommandInput extends ListTokensRequest {
6
- }
7
- export interface ListTokensCommandOutput extends ListTokensResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTokensCommand extends $Command<ListTokensCommandInput, ListTokensCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: ListTokensCommandInput;
12
- constructor(input: ListTokensCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTokensCommandInput, ListTokensCommandOutput>;
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 { ListTokensRequest, ListTokensResponse } from "../models/models_0";
14
+ export interface ListTokensCommandInput extends ListTokensRequest {}
15
+ export interface ListTokensCommandOutput
16
+ extends ListTokensResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListTokensCommand extends $Command<
19
+ ListTokensCommandInput,
20
+ ListTokensCommandOutput,
21
+ LicenseManagerClientResolvedConfig
22
+ > {
23
+ readonly input: ListTokensCommandInput;
24
+ constructor(input: ListTokensCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: LicenseManagerClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListTokensCommandInput, ListTokensCommandOutput>;
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 { ListUsageForLicenseConfigurationRequest, ListUsageForLicenseConfigurationResponse } from "../models/models_0";
5
- export interface ListUsageForLicenseConfigurationCommandInput extends ListUsageForLicenseConfigurationRequest {
6
- }
7
- export interface ListUsageForLicenseConfigurationCommandOutput extends ListUsageForLicenseConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListUsageForLicenseConfigurationCommand extends $Command<ListUsageForLicenseConfigurationCommandInput, ListUsageForLicenseConfigurationCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: ListUsageForLicenseConfigurationCommandInput;
12
- constructor(input: ListUsageForLicenseConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListUsageForLicenseConfigurationCommandInput, ListUsageForLicenseConfigurationCommandOutput>;
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
+ ListUsageForLicenseConfigurationRequest,
15
+ ListUsageForLicenseConfigurationResponse,
16
+ } from "../models/models_0";
17
+ export interface ListUsageForLicenseConfigurationCommandInput
18
+ extends ListUsageForLicenseConfigurationRequest {}
19
+ export interface ListUsageForLicenseConfigurationCommandOutput
20
+ extends ListUsageForLicenseConfigurationResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListUsageForLicenseConfigurationCommand extends $Command<
23
+ ListUsageForLicenseConfigurationCommandInput,
24
+ ListUsageForLicenseConfigurationCommandOutput,
25
+ LicenseManagerClientResolvedConfig
26
+ > {
27
+ readonly input: ListUsageForLicenseConfigurationCommandInput;
28
+ constructor(input: ListUsageForLicenseConfigurationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LicenseManagerClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListUsageForLicenseConfigurationCommandInput,
35
+ ListUsageForLicenseConfigurationCommandOutput
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 { RejectGrantRequest, RejectGrantResponse } from "../models/models_0";
5
- export interface RejectGrantCommandInput extends RejectGrantRequest {
6
- }
7
- export interface RejectGrantCommandOutput extends RejectGrantResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class RejectGrantCommand extends $Command<RejectGrantCommandInput, RejectGrantCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: RejectGrantCommandInput;
12
- constructor(input: RejectGrantCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RejectGrantCommandInput, RejectGrantCommandOutput>;
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 { RejectGrantRequest, RejectGrantResponse } from "../models/models_0";
14
+ export interface RejectGrantCommandInput extends RejectGrantRequest {}
15
+ export interface RejectGrantCommandOutput
16
+ extends RejectGrantResponse,
17
+ __MetadataBearer {}
18
+ export declare class RejectGrantCommand extends $Command<
19
+ RejectGrantCommandInput,
20
+ RejectGrantCommandOutput,
21
+ LicenseManagerClientResolvedConfig
22
+ > {
23
+ readonly input: RejectGrantCommandInput;
24
+ constructor(input: RejectGrantCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: LicenseManagerClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<RejectGrantCommandInput, RejectGrantCommandOutput>;
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
- export interface TagResourceCommandInput extends TagResourceRequest {
6
- }
7
- export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
14
+ export interface TagResourceCommandInput extends TagResourceRequest {}
15
+ export interface TagResourceCommandOutput
16
+ extends TagResourceResponse,
17
+ __MetadataBearer {}
18
+ export declare class TagResourceCommand extends $Command<
19
+ TagResourceCommandInput,
20
+ TagResourceCommandOutput,
21
+ LicenseManagerClientResolvedConfig
22
+ > {
23
+ readonly input: TagResourceCommandInput;
24
+ constructor(input: TagResourceCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: LicenseManagerClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
- export interface UntagResourceCommandInput extends UntagResourceRequest {
6
- }
7
- export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: UntagResourceCommandInput;
12
- constructor(input: UntagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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
+ UntagResourceRequest,
15
+ UntagResourceResponse,
16
+ } from "../models/models_0";
17
+ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
+ export interface UntagResourceCommandOutput
19
+ extends UntagResourceResponse,
20
+ __MetadataBearer {}
21
+ export declare class UntagResourceCommand extends $Command<
22
+ UntagResourceCommandInput,
23
+ UntagResourceCommandOutput,
24
+ LicenseManagerClientResolvedConfig
25
+ > {
26
+ readonly input: UntagResourceCommandInput;
27
+ constructor(input: UntagResourceCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: LicenseManagerClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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 { UpdateLicenseConfigurationRequest, UpdateLicenseConfigurationResponse } from "../models/models_0";
5
- export interface UpdateLicenseConfigurationCommandInput extends UpdateLicenseConfigurationRequest {
6
- }
7
- export interface UpdateLicenseConfigurationCommandOutput extends UpdateLicenseConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateLicenseConfigurationCommand extends $Command<UpdateLicenseConfigurationCommandInput, UpdateLicenseConfigurationCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: UpdateLicenseConfigurationCommandInput;
12
- constructor(input: UpdateLicenseConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateLicenseConfigurationCommandInput, UpdateLicenseConfigurationCommandOutput>;
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
+ UpdateLicenseConfigurationRequest,
15
+ UpdateLicenseConfigurationResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateLicenseConfigurationCommandInput
18
+ extends UpdateLicenseConfigurationRequest {}
19
+ export interface UpdateLicenseConfigurationCommandOutput
20
+ extends UpdateLicenseConfigurationResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateLicenseConfigurationCommand extends $Command<
23
+ UpdateLicenseConfigurationCommandInput,
24
+ UpdateLicenseConfigurationCommandOutput,
25
+ LicenseManagerClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateLicenseConfigurationCommandInput;
28
+ constructor(input: UpdateLicenseConfigurationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LicenseManagerClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateLicenseConfigurationCommandInput,
35
+ UpdateLicenseConfigurationCommandOutput
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 { UpdateLicenseManagerReportGeneratorRequest, UpdateLicenseManagerReportGeneratorResponse } from "../models/models_0";
5
- export interface UpdateLicenseManagerReportGeneratorCommandInput extends UpdateLicenseManagerReportGeneratorRequest {
6
- }
7
- export interface UpdateLicenseManagerReportGeneratorCommandOutput extends UpdateLicenseManagerReportGeneratorResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateLicenseManagerReportGeneratorCommand extends $Command<UpdateLicenseManagerReportGeneratorCommandInput, UpdateLicenseManagerReportGeneratorCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: UpdateLicenseManagerReportGeneratorCommandInput;
12
- constructor(input: UpdateLicenseManagerReportGeneratorCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateLicenseManagerReportGeneratorCommandInput, UpdateLicenseManagerReportGeneratorCommandOutput>;
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
+ UpdateLicenseManagerReportGeneratorRequest,
15
+ UpdateLicenseManagerReportGeneratorResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateLicenseManagerReportGeneratorCommandInput
18
+ extends UpdateLicenseManagerReportGeneratorRequest {}
19
+ export interface UpdateLicenseManagerReportGeneratorCommandOutput
20
+ extends UpdateLicenseManagerReportGeneratorResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateLicenseManagerReportGeneratorCommand extends $Command<
23
+ UpdateLicenseManagerReportGeneratorCommandInput,
24
+ UpdateLicenseManagerReportGeneratorCommandOutput,
25
+ LicenseManagerClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateLicenseManagerReportGeneratorCommandInput;
28
+ constructor(input: UpdateLicenseManagerReportGeneratorCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LicenseManagerClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateLicenseManagerReportGeneratorCommandInput,
35
+ UpdateLicenseManagerReportGeneratorCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }