@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/LicenseManager.d.ts +874 -245
- package/dist-types/ts3.4/LicenseManagerClient.d.ts +393 -121
- package/dist-types/ts3.4/commands/AcceptGrantCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CheckInLicenseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CheckoutBorrowLicenseCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CheckoutLicenseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateGrantVersionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateLicenseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateLicenseConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateLicenseVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteGrantCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteLicenseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteLicenseConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ExtendLicenseConsumptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetGrantCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetLicenseCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetLicenseConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetLicenseConversionTaskCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetLicenseManagerReportGeneratorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetLicenseUsageCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetServiceSettingsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDistributedGrantsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListLicenseConfigurationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListLicenseConversionTasksCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListLicenseSpecificationsForResourceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListLicenseVersionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListLicensesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListReceivedGrantsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListReceivedLicensesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListResourceInventoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTokensCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListUsageForLicenseConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RejectGrantCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateLicenseConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateServiceSettingsCommand.d.ts +39 -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 +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1379 -1768
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +581 -146
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
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 {
|
|
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
|
+
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 {
|
|
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
|
+
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 {
|
|
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 { 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 {
|
|
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
|
+
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 {
|
|
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
|
+
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 {
|
|
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 { 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 {
|
|
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 { 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 {
|
|
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
|
+
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 {
|
|
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
|
+
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 {
|
|
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
|
+
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
|
+
}
|