@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,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
|
+
CheckoutBorrowLicenseRequest,
|
|
15
|
+
CheckoutBorrowLicenseResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CheckoutBorrowLicenseCommandInput
|
|
18
|
+
extends CheckoutBorrowLicenseRequest {}
|
|
19
|
+
export interface CheckoutBorrowLicenseCommandOutput
|
|
20
|
+
extends CheckoutBorrowLicenseResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CheckoutBorrowLicenseCommand extends $Command<
|
|
24
|
+
CheckoutBorrowLicenseCommandInput,
|
|
25
|
+
CheckoutBorrowLicenseCommandOutput,
|
|
26
|
+
LicenseManagerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CheckoutBorrowLicenseCommandInput;
|
|
29
|
+
constructor(input: CheckoutBorrowLicenseCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LicenseManagerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CheckoutBorrowLicenseCommandInput,
|
|
37
|
+
CheckoutBorrowLicenseCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
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
|
+
CheckoutLicenseRequest,
|
|
15
|
+
CheckoutLicenseResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CheckoutLicenseCommandInput extends CheckoutLicenseRequest {}
|
|
18
|
+
export interface CheckoutLicenseCommandOutput
|
|
19
|
+
extends CheckoutLicenseResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CheckoutLicenseCommand extends $Command<
|
|
23
|
+
CheckoutLicenseCommandInput,
|
|
24
|
+
CheckoutLicenseCommandOutput,
|
|
25
|
+
LicenseManagerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CheckoutLicenseCommandInput;
|
|
28
|
+
constructor(input: CheckoutLicenseCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: LicenseManagerClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CheckoutLicenseCommandInput, CheckoutLicenseCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
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 { CreateGrantRequest, CreateGrantResponse } from "../models/models_0";
|
|
14
|
+
export interface CreateGrantCommandInput extends CreateGrantRequest {}
|
|
15
|
+
export interface CreateGrantCommandOutput
|
|
16
|
+
extends CreateGrantResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateGrantCommand extends $Command<
|
|
20
|
+
CreateGrantCommandInput,
|
|
21
|
+
CreateGrantCommandOutput,
|
|
22
|
+
LicenseManagerClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateGrantCommandInput;
|
|
25
|
+
constructor(input: CreateGrantCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: LicenseManagerClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateGrantCommandInput, CreateGrantCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
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
|
+
CreateGrantVersionRequest,
|
|
15
|
+
CreateGrantVersionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateGrantVersionCommandInput
|
|
18
|
+
extends CreateGrantVersionRequest {}
|
|
19
|
+
export interface CreateGrantVersionCommandOutput
|
|
20
|
+
extends CreateGrantVersionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateGrantVersionCommand extends $Command<
|
|
24
|
+
CreateGrantVersionCommandInput,
|
|
25
|
+
CreateGrantVersionCommandOutput,
|
|
26
|
+
LicenseManagerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateGrantVersionCommandInput;
|
|
29
|
+
constructor(input: CreateGrantVersionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LicenseManagerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateGrantVersionCommandInput, CreateGrantVersionCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
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
|
+
CreateLicenseRequest,
|
|
15
|
+
CreateLicenseResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateLicenseCommandInput extends CreateLicenseRequest {}
|
|
18
|
+
export interface CreateLicenseCommandOutput
|
|
19
|
+
extends CreateLicenseResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateLicenseCommand extends $Command<
|
|
23
|
+
CreateLicenseCommandInput,
|
|
24
|
+
CreateLicenseCommandOutput,
|
|
25
|
+
LicenseManagerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateLicenseCommandInput;
|
|
28
|
+
constructor(input: CreateLicenseCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: LicenseManagerClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateLicenseCommandInput, CreateLicenseCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
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
|
+
CreateLicenseConfigurationRequest,
|
|
15
|
+
CreateLicenseConfigurationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateLicenseConfigurationCommandInput
|
|
18
|
+
extends CreateLicenseConfigurationRequest {}
|
|
19
|
+
export interface CreateLicenseConfigurationCommandOutput
|
|
20
|
+
extends CreateLicenseConfigurationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateLicenseConfigurationCommand extends $Command<
|
|
24
|
+
CreateLicenseConfigurationCommandInput,
|
|
25
|
+
CreateLicenseConfigurationCommandOutput,
|
|
26
|
+
LicenseManagerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateLicenseConfigurationCommandInput;
|
|
29
|
+
constructor(input: CreateLicenseConfigurationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LicenseManagerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateLicenseConfigurationCommandInput,
|
|
37
|
+
CreateLicenseConfigurationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
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
|
+
CreateLicenseConversionTaskForResourceRequest,
|
|
15
|
+
CreateLicenseConversionTaskForResourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateLicenseConversionTaskForResourceCommandInput
|
|
18
|
+
extends CreateLicenseConversionTaskForResourceRequest {}
|
|
19
|
+
export interface CreateLicenseConversionTaskForResourceCommandOutput
|
|
20
|
+
extends CreateLicenseConversionTaskForResourceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateLicenseConversionTaskForResourceCommand extends $Command<
|
|
24
|
+
CreateLicenseConversionTaskForResourceCommandInput,
|
|
25
|
+
CreateLicenseConversionTaskForResourceCommandOutput,
|
|
26
|
+
LicenseManagerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateLicenseConversionTaskForResourceCommandInput;
|
|
29
|
+
constructor(input: CreateLicenseConversionTaskForResourceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LicenseManagerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateLicenseConversionTaskForResourceCommandInput,
|
|
37
|
+
CreateLicenseConversionTaskForResourceCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
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
|
+
CreateLicenseManagerReportGeneratorRequest,
|
|
15
|
+
CreateLicenseManagerReportGeneratorResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateLicenseManagerReportGeneratorCommandInput
|
|
18
|
+
extends CreateLicenseManagerReportGeneratorRequest {}
|
|
19
|
+
export interface CreateLicenseManagerReportGeneratorCommandOutput
|
|
20
|
+
extends CreateLicenseManagerReportGeneratorResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateLicenseManagerReportGeneratorCommand extends $Command<
|
|
24
|
+
CreateLicenseManagerReportGeneratorCommandInput,
|
|
25
|
+
CreateLicenseManagerReportGeneratorCommandOutput,
|
|
26
|
+
LicenseManagerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateLicenseManagerReportGeneratorCommandInput;
|
|
29
|
+
constructor(input: CreateLicenseManagerReportGeneratorCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LicenseManagerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateLicenseManagerReportGeneratorCommandInput,
|
|
37
|
+
CreateLicenseManagerReportGeneratorCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
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
|
+
CreateLicenseVersionRequest,
|
|
15
|
+
CreateLicenseVersionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateLicenseVersionCommandInput
|
|
18
|
+
extends CreateLicenseVersionRequest {}
|
|
19
|
+
export interface CreateLicenseVersionCommandOutput
|
|
20
|
+
extends CreateLicenseVersionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateLicenseVersionCommand extends $Command<
|
|
24
|
+
CreateLicenseVersionCommandInput,
|
|
25
|
+
CreateLicenseVersionCommandOutput,
|
|
26
|
+
LicenseManagerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateLicenseVersionCommandInput;
|
|
29
|
+
constructor(input: CreateLicenseVersionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LicenseManagerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateLicenseVersionCommandInput,
|
|
37
|
+
CreateLicenseVersionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
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 { CreateTokenRequest, CreateTokenResponse } from "../models/models_0";
|
|
14
|
+
export interface CreateTokenCommandInput extends CreateTokenRequest {}
|
|
15
|
+
export interface CreateTokenCommandOutput
|
|
16
|
+
extends CreateTokenResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateTokenCommand extends $Command<
|
|
20
|
+
CreateTokenCommandInput,
|
|
21
|
+
CreateTokenCommandOutput,
|
|
22
|
+
LicenseManagerClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateTokenCommandInput;
|
|
25
|
+
constructor(input: CreateTokenCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: LicenseManagerClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateTokenCommandInput, CreateTokenCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
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 { DeleteGrantRequest, DeleteGrantResponse } from "../models/models_0";
|
|
14
|
+
export interface DeleteGrantCommandInput extends DeleteGrantRequest {}
|
|
15
|
+
export interface DeleteGrantCommandOutput
|
|
16
|
+
extends DeleteGrantResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteGrantCommand extends $Command<
|
|
20
|
+
DeleteGrantCommandInput,
|
|
21
|
+
DeleteGrantCommandOutput,
|
|
22
|
+
LicenseManagerClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteGrantCommandInput;
|
|
25
|
+
constructor(input: DeleteGrantCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: LicenseManagerClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DeleteGrantCommandInput, DeleteGrantCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|