@aws-sdk/client-license-manager 3.1077.0 → 3.1078.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/dist-cjs/index.js +192 -745
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AcceptGrantCommand.js +2 -14
- package/dist-es/commands/CheckInLicenseCommand.js +2 -14
- package/dist-es/commands/CheckoutBorrowLicenseCommand.js +2 -14
- package/dist-es/commands/CheckoutLicenseCommand.js +2 -14
- package/dist-es/commands/CreateGrantCommand.js +2 -14
- package/dist-es/commands/CreateGrantVersionCommand.js +2 -14
- package/dist-es/commands/CreateLicenseAssetGroupCommand.js +2 -14
- package/dist-es/commands/CreateLicenseAssetRulesetCommand.js +2 -14
- package/dist-es/commands/CreateLicenseCommand.js +2 -14
- package/dist-es/commands/CreateLicenseConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateLicenseConversionTaskForResourceCommand.js +2 -14
- package/dist-es/commands/CreateLicenseManagerReportGeneratorCommand.js +2 -14
- package/dist-es/commands/CreateLicenseVersionCommand.js +2 -14
- package/dist-es/commands/CreateTokenCommand.js +2 -14
- package/dist-es/commands/DeleteGrantCommand.js +2 -14
- package/dist-es/commands/DeleteLicenseAssetGroupCommand.js +2 -14
- package/dist-es/commands/DeleteLicenseAssetRulesetCommand.js +2 -14
- package/dist-es/commands/DeleteLicenseCommand.js +2 -14
- package/dist-es/commands/DeleteLicenseConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteLicenseManagerReportGeneratorCommand.js +2 -14
- package/dist-es/commands/DeleteTokenCommand.js +2 -14
- package/dist-es/commands/ExtendLicenseConsumptionCommand.js +2 -14
- package/dist-es/commands/GetAccessTokenCommand.js +2 -14
- package/dist-es/commands/GetGrantCommand.js +2 -14
- package/dist-es/commands/GetLicenseAssetGroupCommand.js +2 -14
- package/dist-es/commands/GetLicenseAssetRulesetCommand.js +2 -14
- package/dist-es/commands/GetLicenseCommand.js +2 -14
- package/dist-es/commands/GetLicenseConfigurationCommand.js +2 -14
- package/dist-es/commands/GetLicenseConversionTaskCommand.js +2 -14
- package/dist-es/commands/GetLicenseManagerReportGeneratorCommand.js +2 -14
- package/dist-es/commands/GetLicenseUsageCommand.js +2 -14
- package/dist-es/commands/GetServiceSettingsCommand.js +2 -14
- package/dist-es/commands/ListAssetsForLicenseAssetGroupCommand.js +2 -14
- package/dist-es/commands/ListAssociationsForLicenseConfigurationCommand.js +2 -14
- package/dist-es/commands/ListDistributedGrantsCommand.js +2 -14
- package/dist-es/commands/ListFailuresForLicenseConfigurationOperationsCommand.js +2 -14
- package/dist-es/commands/ListLicenseAssetGroupsCommand.js +2 -14
- package/dist-es/commands/ListLicenseAssetRulesetsCommand.js +2 -14
- package/dist-es/commands/ListLicenseConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListLicenseConfigurationsForOrganizationCommand.js +2 -14
- package/dist-es/commands/ListLicenseConversionTasksCommand.js +2 -14
- package/dist-es/commands/ListLicenseManagerReportGeneratorsCommand.js +2 -14
- package/dist-es/commands/ListLicenseSpecificationsForResourceCommand.js +2 -14
- package/dist-es/commands/ListLicenseVersionsCommand.js +2 -14
- package/dist-es/commands/ListLicensesCommand.js +2 -14
- package/dist-es/commands/ListReceivedGrantsCommand.js +2 -14
- package/dist-es/commands/ListReceivedGrantsForOrganizationCommand.js +2 -14
- package/dist-es/commands/ListReceivedLicensesCommand.js +2 -14
- package/dist-es/commands/ListReceivedLicensesForOrganizationCommand.js +2 -14
- package/dist-es/commands/ListResourceInventoryCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTokensCommand.js +2 -14
- package/dist-es/commands/ListUsageForLicenseConfigurationCommand.js +2 -14
- package/dist-es/commands/RejectGrantCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateLicenseAssetGroupCommand.js +2 -14
- package/dist-es/commands/UpdateLicenseAssetRulesetCommand.js +2 -14
- package/dist-es/commands/UpdateLicenseConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateLicenseManagerReportGeneratorCommand.js +2 -14
- package/dist-es/commands/UpdateLicenseSpecificationsForResourceCommand.js +2 -14
- package/dist-es/commands/UpdateServiceSettingsCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AcceptGrantCommand.d.ts +3 -8
- package/dist-types/commands/CheckInLicenseCommand.d.ts +3 -8
- package/dist-types/commands/CheckoutBorrowLicenseCommand.d.ts +3 -8
- package/dist-types/commands/CheckoutLicenseCommand.d.ts +3 -8
- package/dist-types/commands/CreateGrantCommand.d.ts +3 -8
- package/dist-types/commands/CreateGrantVersionCommand.d.ts +3 -8
- package/dist-types/commands/CreateLicenseAssetGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateLicenseAssetRulesetCommand.d.ts +3 -8
- package/dist-types/commands/CreateLicenseCommand.d.ts +3 -8
- package/dist-types/commands/CreateLicenseConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +3 -8
- package/dist-types/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +3 -8
- package/dist-types/commands/CreateLicenseVersionCommand.d.ts +3 -8
- package/dist-types/commands/CreateTokenCommand.d.ts +3 -8
- package/dist-types/commands/DeleteGrantCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLicenseAssetGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLicenseAssetRulesetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLicenseCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLicenseConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTokenCommand.d.ts +3 -8
- package/dist-types/commands/ExtendLicenseConsumptionCommand.d.ts +3 -8
- package/dist-types/commands/GetAccessTokenCommand.d.ts +3 -8
- package/dist-types/commands/GetGrantCommand.d.ts +3 -8
- package/dist-types/commands/GetLicenseAssetGroupCommand.d.ts +3 -8
- package/dist-types/commands/GetLicenseAssetRulesetCommand.d.ts +3 -8
- package/dist-types/commands/GetLicenseCommand.d.ts +3 -8
- package/dist-types/commands/GetLicenseConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetLicenseConversionTaskCommand.d.ts +3 -8
- package/dist-types/commands/GetLicenseManagerReportGeneratorCommand.d.ts +3 -8
- package/dist-types/commands/GetLicenseUsageCommand.d.ts +3 -8
- package/dist-types/commands/GetServiceSettingsCommand.d.ts +3 -8
- package/dist-types/commands/ListAssetsForLicenseAssetGroupCommand.d.ts +3 -8
- package/dist-types/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/ListDistributedGrantsCommand.d.ts +3 -8
- package/dist-types/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +3 -8
- package/dist-types/commands/ListLicenseAssetGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListLicenseAssetRulesetsCommand.d.ts +3 -8
- package/dist-types/commands/ListLicenseConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListLicenseConfigurationsForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/ListLicenseConversionTasksCommand.d.ts +3 -8
- package/dist-types/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +3 -8
- package/dist-types/commands/ListLicenseSpecificationsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListLicenseVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListLicensesCommand.d.ts +3 -8
- package/dist-types/commands/ListReceivedGrantsCommand.d.ts +3 -8
- package/dist-types/commands/ListReceivedGrantsForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/ListReceivedLicensesCommand.d.ts +3 -8
- package/dist-types/commands/ListReceivedLicensesForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/ListResourceInventoryCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTokensCommand.d.ts +3 -8
- package/dist-types/commands/ListUsageForLicenseConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/RejectGrantCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLicenseAssetGroupCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLicenseAssetRulesetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLicenseConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateServiceSettingsCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AcceptGrantCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CheckInLicenseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CheckoutBorrowLicenseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CheckoutLicenseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateGrantVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLicenseAssetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLicenseAssetRulesetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLicenseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLicenseConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLicenseVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteGrantCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLicenseAssetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLicenseAssetRulesetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLicenseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLicenseConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExtendLicenseConsumptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetGrantCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLicenseAssetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLicenseAssetRulesetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLicenseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLicenseConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLicenseConversionTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLicenseManagerReportGeneratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLicenseUsageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetServiceSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAssetsForLicenseAssetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDistributedGrantsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLicenseAssetGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLicenseAssetRulesetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLicenseConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLicenseConfigurationsForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLicenseConversionTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLicenseSpecificationsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLicenseVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLicensesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReceivedGrantsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReceivedGrantsForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReceivedLicensesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReceivedLicensesForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResourceInventoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTokensCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListUsageForLicenseConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RejectGrantCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLicenseAssetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLicenseAssetRulesetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLicenseConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateServiceSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
2
|
import type { DeleteTokenRequest, DeleteTokenResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteTokenCommandInput extends DeleteTokenRequest {
|
|
|
22
19
|
export interface DeleteTokenCommandOutput extends DeleteTokenResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteTokenCommand_base: {
|
|
25
|
-
new (input: DeleteTokenCommandInput): import("@smithy/core/client").CommandImpl<DeleteTokenCommandInput, DeleteTokenCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteTokenCommandInput): import("@smithy/core/client").CommandImpl<DeleteTokenCommandInput, DeleteTokenCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteTokenCommandInput): import("@smithy/core/client").CommandImpl<DeleteTokenCommandInput, DeleteTokenCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteTokenCommandInput): import("@smithy/core/client").CommandImpl<DeleteTokenCommandInput, DeleteTokenCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes the specified token. Must be called in the license home Region.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
2
|
import type { ExtendLicenseConsumptionRequest, ExtendLicenseConsumptionResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ExtendLicenseConsumptionCommandInput extends ExtendLicenseConsu
|
|
|
22
19
|
export interface ExtendLicenseConsumptionCommandOutput extends ExtendLicenseConsumptionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ExtendLicenseConsumptionCommand_base: {
|
|
25
|
-
new (input: ExtendLicenseConsumptionCommandInput): import("@smithy/core/client").CommandImpl<ExtendLicenseConsumptionCommandInput, ExtendLicenseConsumptionCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ExtendLicenseConsumptionCommandInput): import("@smithy/core/client").CommandImpl<ExtendLicenseConsumptionCommandInput, ExtendLicenseConsumptionCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ExtendLicenseConsumptionCommandInput): import("@smithy/core/client").CommandImpl<ExtendLicenseConsumptionCommandInput, ExtendLicenseConsumptionCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ExtendLicenseConsumptionCommandInput): import("@smithy/core/client").CommandImpl<ExtendLicenseConsumptionCommandInput, ExtendLicenseConsumptionCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Extends the expiration date for license consumption.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
2
|
import type { GetAccessTokenRequest, GetAccessTokenResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetAccessTokenCommandInput extends GetAccessTokenRequest {
|
|
|
22
19
|
export interface GetAccessTokenCommandOutput extends GetAccessTokenResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetAccessTokenCommand_base: {
|
|
25
|
-
new (input: GetAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<GetAccessTokenCommandInput, GetAccessTokenCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<GetAccessTokenCommandInput, GetAccessTokenCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<GetAccessTokenCommandInput, GetAccessTokenCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<GetAccessTokenCommandInput, GetAccessTokenCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets a temporary access token to use with AssumeRoleWithWebIdentity. Access tokens
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
2
|
import type { GetGrantRequest, GetGrantResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetGrantCommandInput extends GetGrantRequest {
|
|
|
22
19
|
export interface GetGrantCommandOutput extends GetGrantResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetGrantCommand_base: {
|
|
25
|
-
new (input: GetGrantCommandInput): import("@smithy/core/client").CommandImpl<GetGrantCommandInput, GetGrantCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetGrantCommandInput): import("@smithy/core/client").CommandImpl<GetGrantCommandInput, GetGrantCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetGrantCommandInput): import("@smithy/core/client").CommandImpl<GetGrantCommandInput, GetGrantCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetGrantCommandInput): import("@smithy/core/client").CommandImpl<GetGrantCommandInput, GetGrantCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets detailed information about the specified grant.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
2
|
import type { GetLicenseAssetGroupRequest, GetLicenseAssetGroupResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetLicenseAssetGroupCommandInput extends GetLicenseAssetGroupRe
|
|
|
22
19
|
export interface GetLicenseAssetGroupCommandOutput extends GetLicenseAssetGroupResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetLicenseAssetGroupCommand_base: {
|
|
25
|
-
new (input: GetLicenseAssetGroupCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseAssetGroupCommandInput, GetLicenseAssetGroupCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetLicenseAssetGroupCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseAssetGroupCommandInput, GetLicenseAssetGroupCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetLicenseAssetGroupCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseAssetGroupCommandInput, GetLicenseAssetGroupCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetLicenseAssetGroupCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseAssetGroupCommandInput, GetLicenseAssetGroupCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets a license asset group.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
2
|
import type { GetLicenseAssetRulesetRequest, GetLicenseAssetRulesetResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetLicenseAssetRulesetCommandInput extends GetLicenseAssetRules
|
|
|
22
19
|
export interface GetLicenseAssetRulesetCommandOutput extends GetLicenseAssetRulesetResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetLicenseAssetRulesetCommand_base: {
|
|
25
|
-
new (input: GetLicenseAssetRulesetCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseAssetRulesetCommandInput, GetLicenseAssetRulesetCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetLicenseAssetRulesetCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseAssetRulesetCommandInput, GetLicenseAssetRulesetCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetLicenseAssetRulesetCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseAssetRulesetCommandInput, GetLicenseAssetRulesetCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetLicenseAssetRulesetCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseAssetRulesetCommandInput, GetLicenseAssetRulesetCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets a license asset ruleset.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
2
|
import type { GetLicenseRequest, GetLicenseResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetLicenseCommandInput extends GetLicenseRequest {
|
|
|
22
19
|
export interface GetLicenseCommandOutput extends GetLicenseResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetLicenseCommand_base: {
|
|
25
|
-
new (input: GetLicenseCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseCommandInput, GetLicenseCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetLicenseCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseCommandInput, GetLicenseCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetLicenseCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseCommandInput, GetLicenseCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetLicenseCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseCommandInput, GetLicenseCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets detailed information about the specified license.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
2
|
import type { GetLicenseConfigurationRequest, GetLicenseConfigurationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetLicenseConfigurationCommandInput extends GetLicenseConfigura
|
|
|
22
19
|
export interface GetLicenseConfigurationCommandOutput extends GetLicenseConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetLicenseConfigurationCommand_base: {
|
|
25
|
-
new (input: GetLicenseConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseConfigurationCommandInput, GetLicenseConfigurationCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetLicenseConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseConfigurationCommandInput, GetLicenseConfigurationCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetLicenseConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseConfigurationCommandInput, GetLicenseConfigurationCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetLicenseConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseConfigurationCommandInput, GetLicenseConfigurationCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets detailed information about the specified license configuration.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
2
|
import type { GetLicenseConversionTaskRequest, GetLicenseConversionTaskResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetLicenseConversionTaskCommandInput extends GetLicenseConversi
|
|
|
22
19
|
export interface GetLicenseConversionTaskCommandOutput extends GetLicenseConversionTaskResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetLicenseConversionTaskCommand_base: {
|
|
25
|
-
new (input: GetLicenseConversionTaskCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseConversionTaskCommandInput, GetLicenseConversionTaskCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetLicenseConversionTaskCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseConversionTaskCommandInput, GetLicenseConversionTaskCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetLicenseConversionTaskCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseConversionTaskCommandInput, GetLicenseConversionTaskCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetLicenseConversionTaskCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseConversionTaskCommandInput, GetLicenseConversionTaskCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about the specified license type conversion task.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
2
|
import type { GetLicenseManagerReportGeneratorRequest, GetLicenseManagerReportGeneratorResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetLicenseManagerReportGeneratorCommandInput extends GetLicense
|
|
|
22
19
|
export interface GetLicenseManagerReportGeneratorCommandOutput extends GetLicenseManagerReportGeneratorResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetLicenseManagerReportGeneratorCommand_base: {
|
|
25
|
-
new (input: GetLicenseManagerReportGeneratorCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseManagerReportGeneratorCommandInput, GetLicenseManagerReportGeneratorCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetLicenseManagerReportGeneratorCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseManagerReportGeneratorCommandInput, GetLicenseManagerReportGeneratorCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetLicenseManagerReportGeneratorCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseManagerReportGeneratorCommandInput, GetLicenseManagerReportGeneratorCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetLicenseManagerReportGeneratorCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseManagerReportGeneratorCommandInput, GetLicenseManagerReportGeneratorCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about the specified report generator.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
2
|
import type { GetLicenseUsageRequest, GetLicenseUsageResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetLicenseUsageCommandInput extends GetLicenseUsageRequest {
|
|
|
22
19
|
export interface GetLicenseUsageCommandOutput extends GetLicenseUsageResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetLicenseUsageCommand_base: {
|
|
25
|
-
new (input: GetLicenseUsageCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseUsageCommandInput, GetLicenseUsageCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetLicenseUsageCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseUsageCommandInput, GetLicenseUsageCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetLicenseUsageCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseUsageCommandInput, GetLicenseUsageCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetLicenseUsageCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseUsageCommandInput, GetLicenseUsageCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets detailed information about the usage of the specified license.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
2
|
import type { GetServiceSettingsRequest, GetServiceSettingsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetServiceSettingsCommandInput extends GetServiceSettingsReques
|
|
|
22
19
|
export interface GetServiceSettingsCommandOutput extends GetServiceSettingsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetServiceSettingsCommand_base: {
|
|
25
|
-
new (input: GetServiceSettingsCommandInput): import("@smithy/core/client").CommandImpl<GetServiceSettingsCommandInput, GetServiceSettingsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetServiceSettingsCommandInput]): import("@smithy/core/client").CommandImpl<GetServiceSettingsCommandInput, GetServiceSettingsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetServiceSettingsCommandInput): import("@smithy/core/client").CommandImpl<GetServiceSettingsCommandInput, GetServiceSettingsCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetServiceSettingsCommandInput]): import("@smithy/core/client").CommandImpl<GetServiceSettingsCommandInput, GetServiceSettingsCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets the License Manager settings for the current Region.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
2
|
import type { ListAssetsForLicenseAssetGroupRequest, ListAssetsForLicenseAssetGroupResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListAssetsForLicenseAssetGroupCommandInput extends ListAssetsFo
|
|
|
22
19
|
export interface ListAssetsForLicenseAssetGroupCommandOutput extends ListAssetsForLicenseAssetGroupResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListAssetsForLicenseAssetGroupCommand_base: {
|
|
25
|
-
new (input: ListAssetsForLicenseAssetGroupCommandInput): import("@smithy/core/client").CommandImpl<ListAssetsForLicenseAssetGroupCommandInput, ListAssetsForLicenseAssetGroupCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListAssetsForLicenseAssetGroupCommandInput): import("@smithy/core/client").CommandImpl<ListAssetsForLicenseAssetGroupCommandInput, ListAssetsForLicenseAssetGroupCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListAssetsForLicenseAssetGroupCommandInput): import("@smithy/core/client").CommandImpl<ListAssetsForLicenseAssetGroupCommandInput, ListAssetsForLicenseAssetGroupCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListAssetsForLicenseAssetGroupCommandInput): import("@smithy/core/client").CommandImpl<ListAssetsForLicenseAssetGroupCommandInput, ListAssetsForLicenseAssetGroupCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists assets for a license asset group.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
2
|
import type { ListAssociationsForLicenseConfigurationRequest, ListAssociationsForLicenseConfigurationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListAssociationsForLicenseConfigurationCommandInput extends Lis
|
|
|
22
19
|
export interface ListAssociationsForLicenseConfigurationCommandOutput extends ListAssociationsForLicenseConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListAssociationsForLicenseConfigurationCommand_base: {
|
|
25
|
-
new (input: ListAssociationsForLicenseConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ListAssociationsForLicenseConfigurationCommandInput, ListAssociationsForLicenseConfigurationCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListAssociationsForLicenseConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ListAssociationsForLicenseConfigurationCommandInput, ListAssociationsForLicenseConfigurationCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListAssociationsForLicenseConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ListAssociationsForLicenseConfigurationCommandInput, ListAssociationsForLicenseConfigurationCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListAssociationsForLicenseConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ListAssociationsForLicenseConfigurationCommandInput, ListAssociationsForLicenseConfigurationCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the resource associations for the specified license configuration.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
2
|
import type { ListDistributedGrantsRequest, ListDistributedGrantsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListDistributedGrantsCommandInput extends ListDistributedGrants
|
|
|
22
19
|
export interface ListDistributedGrantsCommandOutput extends ListDistributedGrantsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListDistributedGrantsCommand_base: {
|
|
25
|
-
new (input: ListDistributedGrantsCommandInput): import("@smithy/core/client").CommandImpl<ListDistributedGrantsCommandInput, ListDistributedGrantsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListDistributedGrantsCommandInput]): import("@smithy/core/client").CommandImpl<ListDistributedGrantsCommandInput, ListDistributedGrantsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListDistributedGrantsCommandInput): import("@smithy/core/client").CommandImpl<ListDistributedGrantsCommandInput, ListDistributedGrantsCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListDistributedGrantsCommandInput]): import("@smithy/core/client").CommandImpl<ListDistributedGrantsCommandInput, ListDistributedGrantsCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the grants distributed for the specified license.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
2
|
import type { ListFailuresForLicenseConfigurationOperationsRequest, ListFailuresForLicenseConfigurationOperationsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListFailuresForLicenseConfigurationOperationsCommandInput exten
|
|
|
22
19
|
export interface ListFailuresForLicenseConfigurationOperationsCommandOutput extends ListFailuresForLicenseConfigurationOperationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListFailuresForLicenseConfigurationOperationsCommand_base: {
|
|
25
|
-
new (input: ListFailuresForLicenseConfigurationOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListFailuresForLicenseConfigurationOperationsCommandInput, ListFailuresForLicenseConfigurationOperationsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListFailuresForLicenseConfigurationOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListFailuresForLicenseConfigurationOperationsCommandInput, ListFailuresForLicenseConfigurationOperationsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListFailuresForLicenseConfigurationOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListFailuresForLicenseConfigurationOperationsCommandInput, ListFailuresForLicenseConfigurationOperationsCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListFailuresForLicenseConfigurationOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListFailuresForLicenseConfigurationOperationsCommandInput, ListFailuresForLicenseConfigurationOperationsCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the license configuration operations that failed.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
2
|
import type { ListLicenseAssetGroupsRequest, ListLicenseAssetGroupsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListLicenseAssetGroupsCommandInput extends ListLicenseAssetGrou
|
|
|
22
19
|
export interface ListLicenseAssetGroupsCommandOutput extends ListLicenseAssetGroupsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListLicenseAssetGroupsCommand_base: {
|
|
25
|
-
new (input: ListLicenseAssetGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListLicenseAssetGroupsCommandInput, ListLicenseAssetGroupsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListLicenseAssetGroupsCommandInput]): import("@smithy/core/client").CommandImpl<ListLicenseAssetGroupsCommandInput, ListLicenseAssetGroupsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListLicenseAssetGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListLicenseAssetGroupsCommandInput, ListLicenseAssetGroupsCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListLicenseAssetGroupsCommandInput]): import("@smithy/core/client").CommandImpl<ListLicenseAssetGroupsCommandInput, ListLicenseAssetGroupsCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists license asset groups.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
2
|
import type { ListLicenseAssetRulesetsRequest, ListLicenseAssetRulesetsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListLicenseAssetRulesetsCommandInput extends ListLicenseAssetRu
|
|
|
22
19
|
export interface ListLicenseAssetRulesetsCommandOutput extends ListLicenseAssetRulesetsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListLicenseAssetRulesetsCommand_base: {
|
|
25
|
-
new (input: ListLicenseAssetRulesetsCommandInput): import("@smithy/core/client").CommandImpl<ListLicenseAssetRulesetsCommandInput, ListLicenseAssetRulesetsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListLicenseAssetRulesetsCommandInput]): import("@smithy/core/client").CommandImpl<ListLicenseAssetRulesetsCommandInput, ListLicenseAssetRulesetsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListLicenseAssetRulesetsCommandInput): import("@smithy/core/client").CommandImpl<ListLicenseAssetRulesetsCommandInput, ListLicenseAssetRulesetsCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListLicenseAssetRulesetsCommandInput]): import("@smithy/core/client").CommandImpl<ListLicenseAssetRulesetsCommandInput, ListLicenseAssetRulesetsCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists license asset rulesets.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
2
|
import type { ListLicenseConfigurationsRequest, ListLicenseConfigurationsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListLicenseConfigurationsCommandInput extends ListLicenseConfig
|
|
|
22
19
|
export interface ListLicenseConfigurationsCommandOutput extends ListLicenseConfigurationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListLicenseConfigurationsCommand_base: {
|
|
25
|
-
new (input: ListLicenseConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListLicenseConfigurationsCommandInput, ListLicenseConfigurationsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListLicenseConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ListLicenseConfigurationsCommandInput, ListLicenseConfigurationsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListLicenseConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListLicenseConfigurationsCommandInput, ListLicenseConfigurationsCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListLicenseConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ListLicenseConfigurationsCommandInput, ListLicenseConfigurationsCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the license configurations for your account.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
2
|
import type { ListLicenseConfigurationsForOrganizationRequest, ListLicenseConfigurationsForOrganizationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListLicenseConfigurationsForOrganizationCommandInput extends Li
|
|
|
22
19
|
export interface ListLicenseConfigurationsForOrganizationCommandOutput extends ListLicenseConfigurationsForOrganizationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListLicenseConfigurationsForOrganizationCommand_base: {
|
|
25
|
-
new (input: ListLicenseConfigurationsForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<ListLicenseConfigurationsForOrganizationCommandInput, ListLicenseConfigurationsForOrganizationCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListLicenseConfigurationsForOrganizationCommandInput]): import("@smithy/core/client").CommandImpl<ListLicenseConfigurationsForOrganizationCommandInput, ListLicenseConfigurationsForOrganizationCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListLicenseConfigurationsForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<ListLicenseConfigurationsForOrganizationCommandInput, ListLicenseConfigurationsForOrganizationCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListLicenseConfigurationsForOrganizationCommandInput]): import("@smithy/core/client").CommandImpl<ListLicenseConfigurationsForOrganizationCommandInput, ListLicenseConfigurationsForOrganizationCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists license configurations for an organization.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
2
|
import type { ListLicenseConversionTasksRequest, ListLicenseConversionTasksResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListLicenseConversionTasksCommandInput extends ListLicenseConve
|
|
|
22
19
|
export interface ListLicenseConversionTasksCommandOutput extends ListLicenseConversionTasksResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListLicenseConversionTasksCommand_base: {
|
|
25
|
-
new (input: ListLicenseConversionTasksCommandInput): import("@smithy/core/client").CommandImpl<ListLicenseConversionTasksCommandInput, ListLicenseConversionTasksCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListLicenseConversionTasksCommandInput]): import("@smithy/core/client").CommandImpl<ListLicenseConversionTasksCommandInput, ListLicenseConversionTasksCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListLicenseConversionTasksCommandInput): import("@smithy/core/client").CommandImpl<ListLicenseConversionTasksCommandInput, ListLicenseConversionTasksCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListLicenseConversionTasksCommandInput]): import("@smithy/core/client").CommandImpl<ListLicenseConversionTasksCommandInput, ListLicenseConversionTasksCommandOutput, import("..").LicenseManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the license type conversion tasks for your account.</p>
|