@aws-sdk/client-license-manager 3.169.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/LicenseManager.d.ts +874 -245
- package/dist-types/ts3.4/LicenseManagerClient.d.ts +393 -121
- package/dist-types/ts3.4/commands/AcceptGrantCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CheckInLicenseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CheckoutBorrowLicenseCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CheckoutLicenseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateGrantVersionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateLicenseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateLicenseConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateLicenseVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteGrantCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteLicenseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteLicenseConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ExtendLicenseConsumptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetGrantCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetLicenseCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetLicenseConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetLicenseConversionTaskCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetLicenseManagerReportGeneratorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetLicenseUsageCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetServiceSettingsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDistributedGrantsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListLicenseConfigurationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListLicenseConversionTasksCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListLicenseSpecificationsForResourceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListLicenseVersionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListLicensesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListReceivedGrantsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListReceivedLicensesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListResourceInventoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTokensCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListUsageForLicenseConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RejectGrantCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateLicenseConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateServiceSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +48 -48
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/LicenseManagerServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1379 -1768
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +581 -146
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LicenseManagerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LicenseManagerClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateLicenseSpecificationsForResourceRequest,
|
|
15
|
+
UpdateLicenseSpecificationsForResourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateLicenseSpecificationsForResourceCommandInput
|
|
18
|
+
extends UpdateLicenseSpecificationsForResourceRequest {}
|
|
19
|
+
export interface UpdateLicenseSpecificationsForResourceCommandOutput
|
|
20
|
+
extends UpdateLicenseSpecificationsForResourceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateLicenseSpecificationsForResourceCommand extends $Command<
|
|
23
|
+
UpdateLicenseSpecificationsForResourceCommandInput,
|
|
24
|
+
UpdateLicenseSpecificationsForResourceCommandOutput,
|
|
25
|
+
LicenseManagerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateLicenseSpecificationsForResourceCommandInput;
|
|
28
|
+
constructor(input: UpdateLicenseSpecificationsForResourceCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LicenseManagerClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
UpdateLicenseSpecificationsForResourceCommandInput,
|
|
35
|
+
UpdateLicenseSpecificationsForResourceCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LicenseManagerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LicenseManagerClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateServiceSettingsRequest,
|
|
15
|
+
UpdateServiceSettingsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateServiceSettingsCommandInput
|
|
18
|
+
extends UpdateServiceSettingsRequest {}
|
|
19
|
+
export interface UpdateServiceSettingsCommandOutput
|
|
20
|
+
extends UpdateServiceSettingsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateServiceSettingsCommand extends $Command<
|
|
23
|
+
UpdateServiceSettingsCommandInput,
|
|
24
|
+
UpdateServiceSettingsCommandOutput,
|
|
25
|
+
LicenseManagerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateServiceSettingsCommandInput;
|
|
28
|
+
constructor(input: UpdateServiceSettingsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LicenseManagerClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
UpdateServiceSettingsCommandInput,
|
|
35
|
+
UpdateServiceSettingsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,48 +1,48 @@
|
|
|
1
|
-
export * from "./AcceptGrantCommand";
|
|
2
|
-
export * from "./CheckInLicenseCommand";
|
|
3
|
-
export * from "./CheckoutBorrowLicenseCommand";
|
|
4
|
-
export * from "./CheckoutLicenseCommand";
|
|
5
|
-
export * from "./CreateGrantCommand";
|
|
6
|
-
export * from "./CreateGrantVersionCommand";
|
|
7
|
-
export * from "./CreateLicenseCommand";
|
|
8
|
-
export * from "./CreateLicenseConfigurationCommand";
|
|
9
|
-
export * from "./CreateLicenseConversionTaskForResourceCommand";
|
|
10
|
-
export * from "./CreateLicenseManagerReportGeneratorCommand";
|
|
11
|
-
export * from "./CreateLicenseVersionCommand";
|
|
12
|
-
export * from "./CreateTokenCommand";
|
|
13
|
-
export * from "./DeleteGrantCommand";
|
|
14
|
-
export * from "./DeleteLicenseCommand";
|
|
15
|
-
export * from "./DeleteLicenseConfigurationCommand";
|
|
16
|
-
export * from "./DeleteLicenseManagerReportGeneratorCommand";
|
|
17
|
-
export * from "./DeleteTokenCommand";
|
|
18
|
-
export * from "./ExtendLicenseConsumptionCommand";
|
|
19
|
-
export * from "./GetAccessTokenCommand";
|
|
20
|
-
export * from "./GetGrantCommand";
|
|
21
|
-
export * from "./GetLicenseCommand";
|
|
22
|
-
export * from "./GetLicenseConfigurationCommand";
|
|
23
|
-
export * from "./GetLicenseConversionTaskCommand";
|
|
24
|
-
export * from "./GetLicenseManagerReportGeneratorCommand";
|
|
25
|
-
export * from "./GetLicenseUsageCommand";
|
|
26
|
-
export * from "./GetServiceSettingsCommand";
|
|
27
|
-
export * from "./ListAssociationsForLicenseConfigurationCommand";
|
|
28
|
-
export * from "./ListDistributedGrantsCommand";
|
|
29
|
-
export * from "./ListFailuresForLicenseConfigurationOperationsCommand";
|
|
30
|
-
export * from "./ListLicenseConfigurationsCommand";
|
|
31
|
-
export * from "./ListLicenseConversionTasksCommand";
|
|
32
|
-
export * from "./ListLicenseManagerReportGeneratorsCommand";
|
|
33
|
-
export * from "./ListLicenseSpecificationsForResourceCommand";
|
|
34
|
-
export * from "./ListLicenseVersionsCommand";
|
|
35
|
-
export * from "./ListLicensesCommand";
|
|
36
|
-
export * from "./ListReceivedGrantsCommand";
|
|
37
|
-
export * from "./ListReceivedLicensesCommand";
|
|
38
|
-
export * from "./ListResourceInventoryCommand";
|
|
39
|
-
export * from "./ListTagsForResourceCommand";
|
|
40
|
-
export * from "./ListTokensCommand";
|
|
41
|
-
export * from "./ListUsageForLicenseConfigurationCommand";
|
|
42
|
-
export * from "./RejectGrantCommand";
|
|
43
|
-
export * from "./TagResourceCommand";
|
|
44
|
-
export * from "./UntagResourceCommand";
|
|
45
|
-
export * from "./UpdateLicenseConfigurationCommand";
|
|
46
|
-
export * from "./UpdateLicenseManagerReportGeneratorCommand";
|
|
47
|
-
export * from "./UpdateLicenseSpecificationsForResourceCommand";
|
|
48
|
-
export * from "./UpdateServiceSettingsCommand";
|
|
1
|
+
export * from "./AcceptGrantCommand";
|
|
2
|
+
export * from "./CheckInLicenseCommand";
|
|
3
|
+
export * from "./CheckoutBorrowLicenseCommand";
|
|
4
|
+
export * from "./CheckoutLicenseCommand";
|
|
5
|
+
export * from "./CreateGrantCommand";
|
|
6
|
+
export * from "./CreateGrantVersionCommand";
|
|
7
|
+
export * from "./CreateLicenseCommand";
|
|
8
|
+
export * from "./CreateLicenseConfigurationCommand";
|
|
9
|
+
export * from "./CreateLicenseConversionTaskForResourceCommand";
|
|
10
|
+
export * from "./CreateLicenseManagerReportGeneratorCommand";
|
|
11
|
+
export * from "./CreateLicenseVersionCommand";
|
|
12
|
+
export * from "./CreateTokenCommand";
|
|
13
|
+
export * from "./DeleteGrantCommand";
|
|
14
|
+
export * from "./DeleteLicenseCommand";
|
|
15
|
+
export * from "./DeleteLicenseConfigurationCommand";
|
|
16
|
+
export * from "./DeleteLicenseManagerReportGeneratorCommand";
|
|
17
|
+
export * from "./DeleteTokenCommand";
|
|
18
|
+
export * from "./ExtendLicenseConsumptionCommand";
|
|
19
|
+
export * from "./GetAccessTokenCommand";
|
|
20
|
+
export * from "./GetGrantCommand";
|
|
21
|
+
export * from "./GetLicenseCommand";
|
|
22
|
+
export * from "./GetLicenseConfigurationCommand";
|
|
23
|
+
export * from "./GetLicenseConversionTaskCommand";
|
|
24
|
+
export * from "./GetLicenseManagerReportGeneratorCommand";
|
|
25
|
+
export * from "./GetLicenseUsageCommand";
|
|
26
|
+
export * from "./GetServiceSettingsCommand";
|
|
27
|
+
export * from "./ListAssociationsForLicenseConfigurationCommand";
|
|
28
|
+
export * from "./ListDistributedGrantsCommand";
|
|
29
|
+
export * from "./ListFailuresForLicenseConfigurationOperationsCommand";
|
|
30
|
+
export * from "./ListLicenseConfigurationsCommand";
|
|
31
|
+
export * from "./ListLicenseConversionTasksCommand";
|
|
32
|
+
export * from "./ListLicenseManagerReportGeneratorsCommand";
|
|
33
|
+
export * from "./ListLicenseSpecificationsForResourceCommand";
|
|
34
|
+
export * from "./ListLicenseVersionsCommand";
|
|
35
|
+
export * from "./ListLicensesCommand";
|
|
36
|
+
export * from "./ListReceivedGrantsCommand";
|
|
37
|
+
export * from "./ListReceivedLicensesCommand";
|
|
38
|
+
export * from "./ListResourceInventoryCommand";
|
|
39
|
+
export * from "./ListTagsForResourceCommand";
|
|
40
|
+
export * from "./ListTokensCommand";
|
|
41
|
+
export * from "./ListUsageForLicenseConfigurationCommand";
|
|
42
|
+
export * from "./RejectGrantCommand";
|
|
43
|
+
export * from "./TagResourceCommand";
|
|
44
|
+
export * from "./UntagResourceCommand";
|
|
45
|
+
export * from "./UpdateLicenseConfigurationCommand";
|
|
46
|
+
export * from "./UpdateLicenseManagerReportGeneratorCommand";
|
|
47
|
+
export * from "./UpdateLicenseSpecificationsForResourceCommand";
|
|
48
|
+
export * from "./UpdateServiceSettingsCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from "./LicenseManager";
|
|
2
|
-
export * from "./LicenseManagerClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export { LicenseManagerServiceException } from "./models/LicenseManagerServiceException";
|
|
1
|
+
export * from "./LicenseManager";
|
|
2
|
+
export * from "./LicenseManagerClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export { LicenseManagerServiceException } from "./models/LicenseManagerServiceException";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export declare class LicenseManagerServiceException extends __ServiceException {
|
|
6
|
+
constructor(options: __ServiceExceptionOptions);
|
|
7
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|