@aws-sdk/client-license-manager 3.490.0 → 3.495.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/LicenseManager.js +1 -111
- package/dist-cjs/LicenseManagerClient.js +1 -43
- package/dist-cjs/commands/AcceptGrantCommand.js +1 -28
- package/dist-cjs/commands/CheckInLicenseCommand.js +1 -28
- package/dist-cjs/commands/CheckoutBorrowLicenseCommand.js +1 -28
- package/dist-cjs/commands/CheckoutLicenseCommand.js +1 -28
- package/dist-cjs/commands/CreateGrantCommand.js +1 -28
- package/dist-cjs/commands/CreateGrantVersionCommand.js +1 -28
- package/dist-cjs/commands/CreateLicenseCommand.js +1 -28
- package/dist-cjs/commands/CreateLicenseConfigurationCommand.js +1 -28
- package/dist-cjs/commands/CreateLicenseConversionTaskForResourceCommand.js +1 -28
- package/dist-cjs/commands/CreateLicenseManagerReportGeneratorCommand.js +1 -28
- package/dist-cjs/commands/CreateLicenseVersionCommand.js +1 -28
- package/dist-cjs/commands/CreateTokenCommand.js +1 -28
- package/dist-cjs/commands/DeleteGrantCommand.js +1 -28
- package/dist-cjs/commands/DeleteLicenseCommand.js +1 -28
- package/dist-cjs/commands/DeleteLicenseConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DeleteLicenseManagerReportGeneratorCommand.js +1 -28
- package/dist-cjs/commands/DeleteTokenCommand.js +1 -28
- package/dist-cjs/commands/ExtendLicenseConsumptionCommand.js +1 -28
- package/dist-cjs/commands/GetAccessTokenCommand.js +1 -28
- package/dist-cjs/commands/GetGrantCommand.js +1 -28
- package/dist-cjs/commands/GetLicenseCommand.js +1 -28
- package/dist-cjs/commands/GetLicenseConfigurationCommand.js +1 -28
- package/dist-cjs/commands/GetLicenseConversionTaskCommand.js +1 -28
- package/dist-cjs/commands/GetLicenseManagerReportGeneratorCommand.js +1 -28
- package/dist-cjs/commands/GetLicenseUsageCommand.js +1 -28
- package/dist-cjs/commands/GetServiceSettingsCommand.js +1 -28
- package/dist-cjs/commands/ListAssociationsForLicenseConfigurationCommand.js +1 -28
- package/dist-cjs/commands/ListDistributedGrantsCommand.js +1 -28
- package/dist-cjs/commands/ListFailuresForLicenseConfigurationOperationsCommand.js +1 -28
- package/dist-cjs/commands/ListLicenseConfigurationsCommand.js +1 -28
- package/dist-cjs/commands/ListLicenseConversionTasksCommand.js +1 -28
- package/dist-cjs/commands/ListLicenseManagerReportGeneratorsCommand.js +1 -28
- package/dist-cjs/commands/ListLicenseSpecificationsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListLicenseVersionsCommand.js +1 -28
- package/dist-cjs/commands/ListLicensesCommand.js +1 -28
- package/dist-cjs/commands/ListReceivedGrantsCommand.js +1 -28
- package/dist-cjs/commands/ListReceivedGrantsForOrganizationCommand.js +1 -28
- package/dist-cjs/commands/ListReceivedLicensesCommand.js +1 -28
- package/dist-cjs/commands/ListReceivedLicensesForOrganizationCommand.js +1 -28
- package/dist-cjs/commands/ListResourceInventoryCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListTokensCommand.js +1 -28
- package/dist-cjs/commands/ListUsageForLicenseConfigurationCommand.js +1 -28
- package/dist-cjs/commands/RejectGrantCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateLicenseConfigurationCommand.js +1 -28
- package/dist-cjs/commands/UpdateLicenseManagerReportGeneratorCommand.js +1 -28
- package/dist-cjs/commands/UpdateLicenseSpecificationsForResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateServiceSettingsCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -53
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +4819 -10
- package/dist-cjs/models/LicenseManagerServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -401
- package/dist-cjs/protocols/Aws_json1_1.js +1 -3240
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +39 -39
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListReceivedGrantsForOrganizationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ListReceivedGrantsForOrganizationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSLicenseManager", "ListReceivedGrantsForOrganization", {})
|
|
22
|
-
.n("LicenseManagerClient", "ListReceivedGrantsForOrganizationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_ListReceivedGrantsForOrganizationCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_ListReceivedGrantsForOrganizationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ListReceivedGrantsForOrganizationCommand = ListReceivedGrantsForOrganizationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListReceivedLicensesCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ListReceivedLicensesCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSLicenseManager", "ListReceivedLicenses", {})
|
|
22
|
-
.n("LicenseManagerClient", "ListReceivedLicensesCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_ListReceivedLicensesCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_ListReceivedLicensesCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ListReceivedLicensesCommand = ListReceivedLicensesCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListReceivedLicensesForOrganizationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ListReceivedLicensesForOrganizationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSLicenseManager", "ListReceivedLicensesForOrganization", {})
|
|
22
|
-
.n("LicenseManagerClient", "ListReceivedLicensesForOrganizationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_ListReceivedLicensesForOrganizationCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_ListReceivedLicensesForOrganizationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ListReceivedLicensesForOrganizationCommand = ListReceivedLicensesForOrganizationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListResourceInventoryCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ListResourceInventoryCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSLicenseManager", "ListResourceInventory", {})
|
|
22
|
-
.n("LicenseManagerClient", "ListResourceInventoryCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_ListResourceInventoryCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_ListResourceInventoryCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ListResourceInventoryCommand = ListResourceInventoryCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListTagsForResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ListTagsForResourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSLicenseManager", "ListTagsForResource", {})
|
|
22
|
-
.n("LicenseManagerClient", "ListTagsForResourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_ListTagsForResourceCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_ListTagsForResourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListTokensCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ListTokensCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSLicenseManager", "ListTokens", {})
|
|
22
|
-
.n("LicenseManagerClient", "ListTokensCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_ListTokensCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_ListTokensCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ListTokensCommand = ListTokensCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListUsageForLicenseConfigurationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ListUsageForLicenseConfigurationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSLicenseManager", "ListUsageForLicenseConfiguration", {})
|
|
22
|
-
.n("LicenseManagerClient", "ListUsageForLicenseConfigurationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_ListUsageForLicenseConfigurationCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_ListUsageForLicenseConfigurationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ListUsageForLicenseConfigurationCommand = ListUsageForLicenseConfigurationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RejectGrantCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class RejectGrantCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSLicenseManager", "RejectGrant", {})
|
|
22
|
-
.n("LicenseManagerClient", "RejectGrantCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_RejectGrantCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_RejectGrantCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.RejectGrantCommand = RejectGrantCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TagResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class TagResourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSLicenseManager", "TagResource", {})
|
|
22
|
-
.n("LicenseManagerClient", "TagResourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_TagResourceCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_TagResourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.TagResourceCommand = TagResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UntagResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UntagResourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSLicenseManager", "UntagResource", {})
|
|
22
|
-
.n("LicenseManagerClient", "UntagResourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UntagResourceCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UntagResourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateLicenseConfigurationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateLicenseConfigurationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSLicenseManager", "UpdateLicenseConfiguration", {})
|
|
22
|
-
.n("LicenseManagerClient", "UpdateLicenseConfigurationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateLicenseConfigurationCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateLicenseConfigurationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateLicenseConfigurationCommand = UpdateLicenseConfigurationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateLicenseManagerReportGeneratorCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateLicenseManagerReportGeneratorCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSLicenseManager", "UpdateLicenseManagerReportGenerator", {})
|
|
22
|
-
.n("LicenseManagerClient", "UpdateLicenseManagerReportGeneratorCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateLicenseManagerReportGeneratorCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateLicenseManagerReportGeneratorCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateLicenseManagerReportGeneratorCommand = UpdateLicenseManagerReportGeneratorCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateLicenseSpecificationsForResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateLicenseSpecificationsForResourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSLicenseManager", "UpdateLicenseSpecificationsForResource", {})
|
|
22
|
-
.n("LicenseManagerClient", "UpdateLicenseSpecificationsForResourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateLicenseSpecificationsForResourceCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateLicenseSpecificationsForResourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateLicenseSpecificationsForResourceCommand = UpdateLicenseSpecificationsForResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateServiceSettingsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateServiceSettingsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSLicenseManager", "UpdateServiceSettings", {})
|
|
22
|
-
.n("LicenseManagerClient", "UpdateServiceSettingsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateServiceSettingsCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateServiceSettingsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateServiceSettingsCommand = UpdateServiceSettingsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,53 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./AcceptGrantCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./CheckInLicenseCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./CheckoutBorrowLicenseCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./CheckoutLicenseCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./CreateGrantCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./CreateGrantVersionCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./CreateLicenseCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./CreateLicenseConfigurationCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./CreateLicenseConversionTaskForResourceCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./CreateLicenseManagerReportGeneratorCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./CreateLicenseVersionCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./CreateTokenCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./DeleteGrantCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./DeleteLicenseCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./DeleteLicenseConfigurationCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./DeleteLicenseManagerReportGeneratorCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./DeleteTokenCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./ExtendLicenseConsumptionCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./GetAccessTokenCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./GetGrantCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./GetLicenseCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./GetLicenseConfigurationCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./GetLicenseConversionTaskCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./GetLicenseManagerReportGeneratorCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./GetLicenseUsageCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./GetServiceSettingsCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./ListAssociationsForLicenseConfigurationCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./ListDistributedGrantsCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./ListFailuresForLicenseConfigurationOperationsCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./ListLicenseConfigurationsCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./ListLicenseConversionTasksCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./ListLicenseManagerReportGeneratorsCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./ListLicenseSpecificationsForResourceCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./ListLicenseVersionsCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./ListLicensesCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./ListReceivedGrantsCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./ListReceivedGrantsForOrganizationCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./ListReceivedLicensesCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./ListReceivedLicensesForOrganizationCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./ListResourceInventoryCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./ListTokensCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./ListUsageForLicenseConfigurationCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./RejectGrantCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./UpdateLicenseConfigurationCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./UpdateLicenseManagerReportGeneratorCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./UpdateLicenseSpecificationsForResourceCommand"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./UpdateServiceSettingsCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
-
defaultSigningName: "license-manager",
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
-
exports.commonParams = {
|
|
14
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
-
Region: { type: "builtInParams", name: "region" },
|
|
17
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|