@aws-sdk/client-license-manager 3.1045.0 → 3.1047.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +140 -141
- package/dist-cjs/models/LicenseManagerServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/LicenseManager.js +1 -1
- package/dist-es/LicenseManagerClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AcceptGrantCommand.js +2 -2
- package/dist-es/commands/CheckInLicenseCommand.js +2 -2
- package/dist-es/commands/CheckoutBorrowLicenseCommand.js +2 -2
- package/dist-es/commands/CheckoutLicenseCommand.js +2 -2
- package/dist-es/commands/CreateGrantCommand.js +2 -2
- package/dist-es/commands/CreateGrantVersionCommand.js +2 -2
- package/dist-es/commands/CreateLicenseAssetGroupCommand.js +2 -2
- package/dist-es/commands/CreateLicenseAssetRulesetCommand.js +2 -2
- package/dist-es/commands/CreateLicenseCommand.js +2 -2
- package/dist-es/commands/CreateLicenseConfigurationCommand.js +2 -2
- package/dist-es/commands/CreateLicenseConversionTaskForResourceCommand.js +2 -2
- package/dist-es/commands/CreateLicenseManagerReportGeneratorCommand.js +2 -2
- package/dist-es/commands/CreateLicenseVersionCommand.js +2 -2
- package/dist-es/commands/CreateTokenCommand.js +2 -2
- package/dist-es/commands/DeleteGrantCommand.js +2 -2
- package/dist-es/commands/DeleteLicenseAssetGroupCommand.js +2 -2
- package/dist-es/commands/DeleteLicenseAssetRulesetCommand.js +2 -2
- package/dist-es/commands/DeleteLicenseCommand.js +2 -2
- package/dist-es/commands/DeleteLicenseConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteLicenseManagerReportGeneratorCommand.js +2 -2
- package/dist-es/commands/DeleteTokenCommand.js +2 -2
- package/dist-es/commands/ExtendLicenseConsumptionCommand.js +2 -2
- package/dist-es/commands/GetAccessTokenCommand.js +2 -2
- package/dist-es/commands/GetGrantCommand.js +2 -2
- package/dist-es/commands/GetLicenseAssetGroupCommand.js +2 -2
- package/dist-es/commands/GetLicenseAssetRulesetCommand.js +2 -2
- package/dist-es/commands/GetLicenseCommand.js +2 -2
- package/dist-es/commands/GetLicenseConfigurationCommand.js +2 -2
- package/dist-es/commands/GetLicenseConversionTaskCommand.js +2 -2
- package/dist-es/commands/GetLicenseManagerReportGeneratorCommand.js +2 -2
- package/dist-es/commands/GetLicenseUsageCommand.js +2 -2
- package/dist-es/commands/GetServiceSettingsCommand.js +2 -2
- package/dist-es/commands/ListAssetsForLicenseAssetGroupCommand.js +2 -2
- package/dist-es/commands/ListAssociationsForLicenseConfigurationCommand.js +2 -2
- package/dist-es/commands/ListDistributedGrantsCommand.js +2 -2
- package/dist-es/commands/ListFailuresForLicenseConfigurationOperationsCommand.js +2 -2
- package/dist-es/commands/ListLicenseAssetGroupsCommand.js +2 -2
- package/dist-es/commands/ListLicenseAssetRulesetsCommand.js +2 -2
- package/dist-es/commands/ListLicenseConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListLicenseConfigurationsForOrganizationCommand.js +2 -2
- package/dist-es/commands/ListLicenseConversionTasksCommand.js +2 -2
- package/dist-es/commands/ListLicenseManagerReportGeneratorsCommand.js +2 -2
- package/dist-es/commands/ListLicenseSpecificationsForResourceCommand.js +2 -2
- package/dist-es/commands/ListLicenseVersionsCommand.js +2 -2
- package/dist-es/commands/ListLicensesCommand.js +2 -2
- package/dist-es/commands/ListReceivedGrantsCommand.js +2 -2
- package/dist-es/commands/ListReceivedGrantsForOrganizationCommand.js +2 -2
- package/dist-es/commands/ListReceivedLicensesCommand.js +2 -2
- package/dist-es/commands/ListReceivedLicensesForOrganizationCommand.js +2 -2
- package/dist-es/commands/ListResourceInventoryCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTokensCommand.js +2 -2
- package/dist-es/commands/ListUsageForLicenseConfigurationCommand.js +2 -2
- package/dist-es/commands/RejectGrantCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateLicenseAssetGroupCommand.js +2 -2
- package/dist-es/commands/UpdateLicenseAssetRulesetCommand.js +2 -2
- package/dist-es/commands/UpdateLicenseConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateLicenseManagerReportGeneratorCommand.js +2 -2
- package/dist-es/commands/UpdateLicenseSpecificationsForResourceCommand.js +2 -2
- package/dist-es/commands/UpdateServiceSettingsCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/LicenseManagerServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/LicenseManagerClient.d.ts +5 -5
- package/dist-types/commands/AcceptGrantCommand.d.ts +6 -4
- package/dist-types/commands/CheckInLicenseCommand.d.ts +6 -4
- package/dist-types/commands/CheckoutBorrowLicenseCommand.d.ts +6 -4
- package/dist-types/commands/CheckoutLicenseCommand.d.ts +6 -4
- package/dist-types/commands/CreateGrantCommand.d.ts +6 -4
- package/dist-types/commands/CreateGrantVersionCommand.d.ts +6 -4
- package/dist-types/commands/CreateLicenseAssetGroupCommand.d.ts +6 -4
- package/dist-types/commands/CreateLicenseAssetRulesetCommand.d.ts +6 -4
- package/dist-types/commands/CreateLicenseCommand.d.ts +6 -4
- package/dist-types/commands/CreateLicenseConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +6 -4
- package/dist-types/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +6 -4
- package/dist-types/commands/CreateLicenseVersionCommand.d.ts +6 -4
- package/dist-types/commands/CreateTokenCommand.d.ts +6 -4
- package/dist-types/commands/DeleteGrantCommand.d.ts +6 -4
- package/dist-types/commands/DeleteLicenseAssetGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteLicenseAssetRulesetCommand.d.ts +6 -4
- package/dist-types/commands/DeleteLicenseCommand.d.ts +6 -4
- package/dist-types/commands/DeleteLicenseConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTokenCommand.d.ts +6 -4
- package/dist-types/commands/ExtendLicenseConsumptionCommand.d.ts +6 -4
- package/dist-types/commands/GetAccessTokenCommand.d.ts +6 -4
- package/dist-types/commands/GetGrantCommand.d.ts +6 -4
- package/dist-types/commands/GetLicenseAssetGroupCommand.d.ts +6 -4
- package/dist-types/commands/GetLicenseAssetRulesetCommand.d.ts +6 -4
- package/dist-types/commands/GetLicenseCommand.d.ts +6 -4
- package/dist-types/commands/GetLicenseConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetLicenseConversionTaskCommand.d.ts +6 -4
- package/dist-types/commands/GetLicenseManagerReportGeneratorCommand.d.ts +6 -4
- package/dist-types/commands/GetLicenseUsageCommand.d.ts +6 -4
- package/dist-types/commands/GetServiceSettingsCommand.d.ts +6 -4
- package/dist-types/commands/ListAssetsForLicenseAssetGroupCommand.d.ts +6 -4
- package/dist-types/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/ListDistributedGrantsCommand.d.ts +6 -4
- package/dist-types/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +6 -4
- package/dist-types/commands/ListLicenseAssetGroupsCommand.d.ts +6 -4
- package/dist-types/commands/ListLicenseAssetRulesetsCommand.d.ts +6 -4
- package/dist-types/commands/ListLicenseConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/ListLicenseConfigurationsForOrganizationCommand.d.ts +6 -4
- package/dist-types/commands/ListLicenseConversionTasksCommand.d.ts +6 -4
- package/dist-types/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +6 -4
- package/dist-types/commands/ListLicenseSpecificationsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListLicenseVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListLicensesCommand.d.ts +6 -4
- package/dist-types/commands/ListReceivedGrantsCommand.d.ts +6 -4
- package/dist-types/commands/ListReceivedGrantsForOrganizationCommand.d.ts +6 -4
- package/dist-types/commands/ListReceivedLicensesCommand.d.ts +6 -4
- package/dist-types/commands/ListReceivedLicensesForOrganizationCommand.d.ts +6 -4
- package/dist-types/commands/ListResourceInventoryCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListTokensCommand.d.ts +6 -4
- package/dist-types/commands/ListUsageForLicenseConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/RejectGrantCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateLicenseAssetGroupCommand.d.ts +6 -4
- package/dist-types/commands/UpdateLicenseAssetRulesetCommand.d.ts +6 -4
- package/dist-types/commands/UpdateLicenseConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +6 -4
- package/dist-types/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateServiceSettingsCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/LicenseManagerServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/LicenseManagerClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AcceptGrantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CheckInLicenseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CheckoutBorrowLicenseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CheckoutLicenseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateGrantVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLicenseAssetGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLicenseAssetRulesetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLicenseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLicenseConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLicenseVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteGrantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteLicenseAssetGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteLicenseAssetRulesetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteLicenseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteLicenseConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ExtendLicenseConsumptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetGrantCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetLicenseAssetGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetLicenseAssetRulesetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetLicenseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetLicenseConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetLicenseConversionTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetLicenseManagerReportGeneratorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetLicenseUsageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetServiceSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAssetsForLicenseAssetGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDistributedGrantsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLicenseAssetGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLicenseAssetRulesetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLicenseConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLicenseConfigurationsForOrganizationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLicenseConversionTasksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLicenseSpecificationsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLicenseVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLicensesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListReceivedGrantsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListReceivedGrantsForOrganizationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListReceivedLicensesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListReceivedLicensesForOrganizationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListResourceInventoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTokensCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListUsageForLicenseConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RejectGrantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateLicenseAssetGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateLicenseAssetRulesetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateLicenseConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateServiceSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/LicenseManagerServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
4
|
import type { CreateLicenseVersionRequest, CreateLicenseVersionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateLicenseVersionCommandInput extends CreateLicenseVersionRe
|
|
|
22
22
|
export interface CreateLicenseVersionCommandOutput extends CreateLicenseVersionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateLicenseVersionCommand_base: {
|
|
25
|
-
new (input: CreateLicenseVersionCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateLicenseVersionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateLicenseVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateLicenseVersionCommandInput, CreateLicenseVersionCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateLicenseVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateLicenseVersionCommandInput, CreateLicenseVersionCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new version of the specified license.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
4
|
import type { CreateTokenRequest, CreateTokenResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateTokenCommandInput extends CreateTokenRequest {
|
|
|
22
22
|
export interface CreateTokenCommandOutput extends CreateTokenResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateTokenCommand_base: {
|
|
25
|
-
new (input: CreateTokenCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateTokenCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateTokenCommandInput): import("@smithy/core/client").CommandImpl<CreateTokenCommandInput, CreateTokenCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateTokenCommandInput): import("@smithy/core/client").CommandImpl<CreateTokenCommandInput, CreateTokenCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a long-lived token.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
4
|
import type { DeleteGrantRequest, DeleteGrantResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteGrantCommandInput extends DeleteGrantRequest {
|
|
|
22
22
|
export interface DeleteGrantCommandOutput extends DeleteGrantResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteGrantCommand_base: {
|
|
25
|
-
new (input: DeleteGrantCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteGrantCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteGrantCommandInput): import("@smithy/core/client").CommandImpl<DeleteGrantCommandInput, DeleteGrantCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteGrantCommandInput): import("@smithy/core/client").CommandImpl<DeleteGrantCommandInput, DeleteGrantCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the specified grant.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
4
|
import type { DeleteLicenseAssetGroupRequest, DeleteLicenseAssetGroupResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteLicenseAssetGroupCommandInput extends DeleteLicenseAssetG
|
|
|
22
22
|
export interface DeleteLicenseAssetGroupCommandOutput extends DeleteLicenseAssetGroupResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteLicenseAssetGroupCommand_base: {
|
|
25
|
-
new (input: DeleteLicenseAssetGroupCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteLicenseAssetGroupCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteLicenseAssetGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteLicenseAssetGroupCommandInput, DeleteLicenseAssetGroupCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteLicenseAssetGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteLicenseAssetGroupCommandInput, DeleteLicenseAssetGroupCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a license asset group.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
4
|
import type { DeleteLicenseAssetRulesetRequest, DeleteLicenseAssetRulesetResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteLicenseAssetRulesetCommandInput extends DeleteLicenseAsse
|
|
|
22
22
|
export interface DeleteLicenseAssetRulesetCommandOutput extends DeleteLicenseAssetRulesetResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteLicenseAssetRulesetCommand_base: {
|
|
25
|
-
new (input: DeleteLicenseAssetRulesetCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteLicenseAssetRulesetCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteLicenseAssetRulesetCommandInput): import("@smithy/core/client").CommandImpl<DeleteLicenseAssetRulesetCommandInput, DeleteLicenseAssetRulesetCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteLicenseAssetRulesetCommandInput): import("@smithy/core/client").CommandImpl<DeleteLicenseAssetRulesetCommandInput, DeleteLicenseAssetRulesetCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a license asset ruleset.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
4
|
import type { DeleteLicenseRequest, DeleteLicenseResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteLicenseCommandInput extends DeleteLicenseRequest {
|
|
|
22
22
|
export interface DeleteLicenseCommandOutput extends DeleteLicenseResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteLicenseCommand_base: {
|
|
25
|
-
new (input: DeleteLicenseCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteLicenseCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteLicenseCommandInput): import("@smithy/core/client").CommandImpl<DeleteLicenseCommandInput, DeleteLicenseCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteLicenseCommandInput): import("@smithy/core/client").CommandImpl<DeleteLicenseCommandInput, DeleteLicenseCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the specified license.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
4
|
import type { DeleteLicenseConfigurationRequest, DeleteLicenseConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteLicenseConfigurationCommandInput extends DeleteLicenseCon
|
|
|
22
22
|
export interface DeleteLicenseConfigurationCommandOutput extends DeleteLicenseConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteLicenseConfigurationCommand_base: {
|
|
25
|
-
new (input: DeleteLicenseConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteLicenseConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteLicenseConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteLicenseConfigurationCommandInput, DeleteLicenseConfigurationCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteLicenseConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteLicenseConfigurationCommandInput, DeleteLicenseConfigurationCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the specified license configuration.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
4
|
import type { DeleteLicenseManagerReportGeneratorRequest, DeleteLicenseManagerReportGeneratorResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteLicenseManagerReportGeneratorCommandInput extends DeleteL
|
|
|
22
22
|
export interface DeleteLicenseManagerReportGeneratorCommandOutput extends DeleteLicenseManagerReportGeneratorResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteLicenseManagerReportGeneratorCommand_base: {
|
|
25
|
-
new (input: DeleteLicenseManagerReportGeneratorCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteLicenseManagerReportGeneratorCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteLicenseManagerReportGeneratorCommandInput): import("@smithy/core/client").CommandImpl<DeleteLicenseManagerReportGeneratorCommandInput, DeleteLicenseManagerReportGeneratorCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteLicenseManagerReportGeneratorCommandInput): import("@smithy/core/client").CommandImpl<DeleteLicenseManagerReportGeneratorCommandInput, DeleteLicenseManagerReportGeneratorCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the specified report generator.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
4
|
import type { DeleteTokenRequest, DeleteTokenResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteTokenCommandInput extends DeleteTokenRequest {
|
|
|
22
22
|
export interface DeleteTokenCommandOutput extends DeleteTokenResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteTokenCommand_base: {
|
|
25
|
-
new (input: DeleteTokenCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteTokenCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the specified token. Must be called in the license home Region.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
4
|
import type { ExtendLicenseConsumptionRequest, ExtendLicenseConsumptionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ExtendLicenseConsumptionCommandInput extends ExtendLicenseConsu
|
|
|
22
22
|
export interface ExtendLicenseConsumptionCommandOutput extends ExtendLicenseConsumptionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ExtendLicenseConsumptionCommand_base: {
|
|
25
|
-
new (input: ExtendLicenseConsumptionCommandInput): import("@smithy/
|
|
26
|
-
new (input: ExtendLicenseConsumptionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Extends the expiration date for license consumption.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
4
|
import type { GetAccessTokenRequest, GetAccessTokenResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetAccessTokenCommandInput extends GetAccessTokenRequest {
|
|
|
22
22
|
export interface GetAccessTokenCommandOutput extends GetAccessTokenResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetAccessTokenCommand_base: {
|
|
25
|
-
new (input: GetAccessTokenCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetAccessTokenCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets a temporary access token to use with AssumeRoleWithWebIdentity. Access tokens
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
4
|
import type { GetGrantRequest, GetGrantResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetGrantCommandInput extends GetGrantRequest {
|
|
|
22
22
|
export interface GetGrantCommandOutput extends GetGrantResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetGrantCommand_base: {
|
|
25
|
-
new (input: GetGrantCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetGrantCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets detailed information about the specified grant.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
4
|
import type { GetLicenseAssetGroupRequest, GetLicenseAssetGroupResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetLicenseAssetGroupCommandInput extends GetLicenseAssetGroupRe
|
|
|
22
22
|
export interface GetLicenseAssetGroupCommandOutput extends GetLicenseAssetGroupResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetLicenseAssetGroupCommand_base: {
|
|
25
|
-
new (input: GetLicenseAssetGroupCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetLicenseAssetGroupCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets a license asset group.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
4
|
import type { GetLicenseAssetRulesetRequest, GetLicenseAssetRulesetResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetLicenseAssetRulesetCommandInput extends GetLicenseAssetRules
|
|
|
22
22
|
export interface GetLicenseAssetRulesetCommandOutput extends GetLicenseAssetRulesetResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetLicenseAssetRulesetCommand_base: {
|
|
25
|
-
new (input: GetLicenseAssetRulesetCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetLicenseAssetRulesetCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets a license asset ruleset.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
4
|
import type { GetLicenseRequest, GetLicenseResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetLicenseCommandInput extends GetLicenseRequest {
|
|
|
22
22
|
export interface GetLicenseCommandOutput extends GetLicenseResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetLicenseCommand_base: {
|
|
25
|
-
new (input: GetLicenseCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetLicenseCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets detailed information about the specified license.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
4
|
import type { GetLicenseConfigurationRequest, GetLicenseConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetLicenseConfigurationCommandInput extends GetLicenseConfigura
|
|
|
22
22
|
export interface GetLicenseConfigurationCommandOutput extends GetLicenseConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetLicenseConfigurationCommand_base: {
|
|
25
|
-
new (input: GetLicenseConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetLicenseConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets detailed information about the specified license configuration.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
4
|
import type { GetLicenseConversionTaskRequest, GetLicenseConversionTaskResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetLicenseConversionTaskCommandInput extends GetLicenseConversi
|
|
|
22
22
|
export interface GetLicenseConversionTaskCommandOutput extends GetLicenseConversionTaskResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetLicenseConversionTaskCommand_base: {
|
|
25
|
-
new (input: GetLicenseConversionTaskCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetLicenseConversionTaskCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about the specified license type conversion task.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
4
|
import type { GetLicenseManagerReportGeneratorRequest, GetLicenseManagerReportGeneratorResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetLicenseManagerReportGeneratorCommandInput extends GetLicense
|
|
|
22
22
|
export interface GetLicenseManagerReportGeneratorCommandOutput extends GetLicenseManagerReportGeneratorResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetLicenseManagerReportGeneratorCommand_base: {
|
|
25
|
-
new (input: GetLicenseManagerReportGeneratorCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetLicenseManagerReportGeneratorCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about the specified report generator.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
4
|
import type { GetLicenseUsageRequest, GetLicenseUsageResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetLicenseUsageCommandInput extends GetLicenseUsageRequest {
|
|
|
22
22
|
export interface GetLicenseUsageCommandOutput extends GetLicenseUsageResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetLicenseUsageCommand_base: {
|
|
25
|
-
new (input: GetLicenseUsageCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetLicenseUsageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets detailed information about the usage of the specified license.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
4
|
import type { GetServiceSettingsRequest, GetServiceSettingsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetServiceSettingsCommandInput extends GetServiceSettingsReques
|
|
|
22
22
|
export interface GetServiceSettingsCommandOutput extends GetServiceSettingsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetServiceSettingsCommand_base: {
|
|
25
|
-
new (input: GetServiceSettingsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetServiceSettingsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets the License Manager settings for the current Region.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
4
|
import type { ListAssetsForLicenseAssetGroupRequest, ListAssetsForLicenseAssetGroupResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListAssetsForLicenseAssetGroupCommandInput extends ListAssetsFo
|
|
|
22
22
|
export interface ListAssetsForLicenseAssetGroupCommandOutput extends ListAssetsForLicenseAssetGroupResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListAssetsForLicenseAssetGroupCommand_base: {
|
|
25
|
-
new (input: ListAssetsForLicenseAssetGroupCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListAssetsForLicenseAssetGroupCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists assets for a license asset group.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
4
|
import type { ListAssociationsForLicenseConfigurationRequest, ListAssociationsForLicenseConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListAssociationsForLicenseConfigurationCommandInput extends Lis
|
|
|
22
22
|
export interface ListAssociationsForLicenseConfigurationCommandOutput extends ListAssociationsForLicenseConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListAssociationsForLicenseConfigurationCommand_base: {
|
|
25
|
-
new (input: ListAssociationsForLicenseConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListAssociationsForLicenseConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the resource associations for the specified license configuration.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
4
|
import type { ListDistributedGrantsRequest, ListDistributedGrantsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListDistributedGrantsCommandInput extends ListDistributedGrants
|
|
|
22
22
|
export interface ListDistributedGrantsCommandOutput extends ListDistributedGrantsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListDistributedGrantsCommand_base: {
|
|
25
|
-
new (input: ListDistributedGrantsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListDistributedGrantsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the grants distributed for the specified license.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
4
|
import type { ListFailuresForLicenseConfigurationOperationsRequest, ListFailuresForLicenseConfigurationOperationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListFailuresForLicenseConfigurationOperationsCommandInput exten
|
|
|
22
22
|
export interface ListFailuresForLicenseConfigurationOperationsCommandOutput extends ListFailuresForLicenseConfigurationOperationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListFailuresForLicenseConfigurationOperationsCommand_base: {
|
|
25
|
-
new (input: ListFailuresForLicenseConfigurationOperationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListFailuresForLicenseConfigurationOperationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the license configuration operations that failed.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
4
|
import type { ListLicenseAssetGroupsRequest, ListLicenseAssetGroupsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListLicenseAssetGroupsCommandInput extends ListLicenseAssetGrou
|
|
|
22
22
|
export interface ListLicenseAssetGroupsCommandOutput extends ListLicenseAssetGroupsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListLicenseAssetGroupsCommand_base: {
|
|
25
|
-
new (input: ListLicenseAssetGroupsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListLicenseAssetGroupsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists license asset groups.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
|
|
4
4
|
import type { ListLicenseAssetRulesetsRequest, ListLicenseAssetRulesetsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListLicenseAssetRulesetsCommandInput extends ListLicenseAssetRu
|
|
|
22
22
|
export interface ListLicenseAssetRulesetsCommandOutput extends ListLicenseAssetRulesetsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListLicenseAssetRulesetsCommand_base: {
|
|
25
|
-
new (input: ListLicenseAssetRulesetsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListLicenseAssetRulesetsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists license asset rulesets.</p>
|