@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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/LicenseManager.d.ts +922 -245
- package/dist-types/ts3.4/LicenseManagerClient.d.ts +418 -121
- package/dist-types/ts3.4/commands/AcceptGrantCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CheckInLicenseCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CheckoutBorrowLicenseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CheckoutLicenseCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateGrantVersionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateLicenseCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateLicenseConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateLicenseVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteGrantCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteLicenseCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteLicenseConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ExtendLicenseConsumptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetGrantCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetLicenseCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetLicenseConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetLicenseConversionTaskCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetLicenseManagerReportGeneratorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetLicenseUsageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetServiceSettingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDistributedGrantsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListLicenseConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListLicenseConversionTasksCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListLicenseSpecificationsForResourceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListLicenseVersionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListLicensesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListReceivedGrantsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListReceivedLicensesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListResourceInventoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTokensCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListUsageForLicenseConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RejectGrantCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateLicenseConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateServiceSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +48 -48
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/LicenseManagerServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1914 -1768
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +581 -146
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
}
|