@aws-sdk/client-license-manager-user-subscriptions 3.489.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/LicenseManagerUserSubscriptions.js +1 -33
- package/dist-cjs/LicenseManagerUserSubscriptionsClient.js +1 -43
- package/dist-cjs/commands/AssociateUserCommand.js +1 -28
- package/dist-cjs/commands/DeregisterIdentityProviderCommand.js +1 -28
- package/dist-cjs/commands/DisassociateUserCommand.js +1 -28
- package/dist-cjs/commands/ListIdentityProvidersCommand.js +1 -28
- package/dist-cjs/commands/ListInstancesCommand.js +1 -28
- package/dist-cjs/commands/ListProductSubscriptionsCommand.js +1 -28
- package/dist-cjs/commands/ListUserAssociationsCommand.js +1 -28
- package/dist-cjs/commands/RegisterIdentityProviderCommand.js +1 -28
- package/dist-cjs/commands/StartProductSubscriptionCommand.js +1 -28
- package/dist-cjs/commands/StopProductSubscriptionCommand.js +1 -28
- package/dist-cjs/commands/UpdateIdentityProviderSettingsCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -14
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +1434 -11
- package/dist-cjs/models/LicenseManagerUserSubscriptionsServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -103
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListIdentityProvidersPaginator.js +1 -7
- package/dist-cjs/pagination/ListInstancesPaginator.js +1 -7
- package/dist-cjs/pagination/ListProductSubscriptionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListUserAssociationsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -8
- package/dist-cjs/protocols/Aws_restJson1.js +1 -900
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.LicenseManagerUserSubscriptionsServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
-
class LicenseManagerUserSubscriptionsServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, LicenseManagerUserSubscriptionsServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.LicenseManagerUserSubscriptionsServiceException = LicenseManagerUserSubscriptionsServiceException;
|
|
1
|
+
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
CHANGED
|
@@ -1,103 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ValidationException = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.IdentityProvider = exports.AccessDeniedException = void 0;
|
|
4
|
-
const LicenseManagerUserSubscriptionsServiceException_1 = require("./LicenseManagerUserSubscriptionsServiceException");
|
|
5
|
-
class AccessDeniedException extends LicenseManagerUserSubscriptionsServiceException_1.LicenseManagerUserSubscriptionsServiceException {
|
|
6
|
-
constructor(opts) {
|
|
7
|
-
super({
|
|
8
|
-
name: "AccessDeniedException",
|
|
9
|
-
$fault: "client",
|
|
10
|
-
...opts,
|
|
11
|
-
});
|
|
12
|
-
this.name = "AccessDeniedException";
|
|
13
|
-
this.$fault = "client";
|
|
14
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
exports.AccessDeniedException = AccessDeniedException;
|
|
18
|
-
var IdentityProvider;
|
|
19
|
-
(function (IdentityProvider) {
|
|
20
|
-
IdentityProvider.visit = (value, visitor) => {
|
|
21
|
-
if (value.ActiveDirectoryIdentityProvider !== undefined)
|
|
22
|
-
return visitor.ActiveDirectoryIdentityProvider(value.ActiveDirectoryIdentityProvider);
|
|
23
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
24
|
-
};
|
|
25
|
-
})(IdentityProvider = exports.IdentityProvider || (exports.IdentityProvider = {}));
|
|
26
|
-
class ConflictException extends LicenseManagerUserSubscriptionsServiceException_1.LicenseManagerUserSubscriptionsServiceException {
|
|
27
|
-
constructor(opts) {
|
|
28
|
-
super({
|
|
29
|
-
name: "ConflictException",
|
|
30
|
-
$fault: "server",
|
|
31
|
-
...opts,
|
|
32
|
-
});
|
|
33
|
-
this.name = "ConflictException";
|
|
34
|
-
this.$fault = "server";
|
|
35
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
exports.ConflictException = ConflictException;
|
|
39
|
-
class InternalServerException extends LicenseManagerUserSubscriptionsServiceException_1.LicenseManagerUserSubscriptionsServiceException {
|
|
40
|
-
constructor(opts) {
|
|
41
|
-
super({
|
|
42
|
-
name: "InternalServerException",
|
|
43
|
-
$fault: "server",
|
|
44
|
-
...opts,
|
|
45
|
-
});
|
|
46
|
-
this.name = "InternalServerException";
|
|
47
|
-
this.$fault = "server";
|
|
48
|
-
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
exports.InternalServerException = InternalServerException;
|
|
52
|
-
class ResourceNotFoundException extends LicenseManagerUserSubscriptionsServiceException_1.LicenseManagerUserSubscriptionsServiceException {
|
|
53
|
-
constructor(opts) {
|
|
54
|
-
super({
|
|
55
|
-
name: "ResourceNotFoundException",
|
|
56
|
-
$fault: "client",
|
|
57
|
-
...opts,
|
|
58
|
-
});
|
|
59
|
-
this.name = "ResourceNotFoundException";
|
|
60
|
-
this.$fault = "client";
|
|
61
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
65
|
-
class ServiceQuotaExceededException extends LicenseManagerUserSubscriptionsServiceException_1.LicenseManagerUserSubscriptionsServiceException {
|
|
66
|
-
constructor(opts) {
|
|
67
|
-
super({
|
|
68
|
-
name: "ServiceQuotaExceededException",
|
|
69
|
-
$fault: "client",
|
|
70
|
-
...opts,
|
|
71
|
-
});
|
|
72
|
-
this.name = "ServiceQuotaExceededException";
|
|
73
|
-
this.$fault = "client";
|
|
74
|
-
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
78
|
-
class ThrottlingException extends LicenseManagerUserSubscriptionsServiceException_1.LicenseManagerUserSubscriptionsServiceException {
|
|
79
|
-
constructor(opts) {
|
|
80
|
-
super({
|
|
81
|
-
name: "ThrottlingException",
|
|
82
|
-
$fault: "client",
|
|
83
|
-
...opts,
|
|
84
|
-
});
|
|
85
|
-
this.name = "ThrottlingException";
|
|
86
|
-
this.$fault = "client";
|
|
87
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
exports.ThrottlingException = ThrottlingException;
|
|
91
|
-
class ValidationException extends LicenseManagerUserSubscriptionsServiceException_1.LicenseManagerUserSubscriptionsServiceException {
|
|
92
|
-
constructor(opts) {
|
|
93
|
-
super({
|
|
94
|
-
name: "ValidationException",
|
|
95
|
-
$fault: "client",
|
|
96
|
-
...opts,
|
|
97
|
-
});
|
|
98
|
-
this.name = "ValidationException";
|
|
99
|
-
this.$fault = "client";
|
|
100
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
exports.ValidationException = ValidationException;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListIdentityProviders = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListIdentityProvidersCommand_1 = require("../commands/ListIdentityProvidersCommand");
|
|
6
|
-
const LicenseManagerUserSubscriptionsClient_1 = require("../LicenseManagerUserSubscriptionsClient");
|
|
7
|
-
exports.paginateListIdentityProviders = (0, core_1.createPaginator)(LicenseManagerUserSubscriptionsClient_1.LicenseManagerUserSubscriptionsClient, ListIdentityProvidersCommand_1.ListIdentityProvidersCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListInstances = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListInstancesCommand_1 = require("../commands/ListInstancesCommand");
|
|
6
|
-
const LicenseManagerUserSubscriptionsClient_1 = require("../LicenseManagerUserSubscriptionsClient");
|
|
7
|
-
exports.paginateListInstances = (0, core_1.createPaginator)(LicenseManagerUserSubscriptionsClient_1.LicenseManagerUserSubscriptionsClient, ListInstancesCommand_1.ListInstancesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListProductSubscriptions = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListProductSubscriptionsCommand_1 = require("../commands/ListProductSubscriptionsCommand");
|
|
6
|
-
const LicenseManagerUserSubscriptionsClient_1 = require("../LicenseManagerUserSubscriptionsClient");
|
|
7
|
-
exports.paginateListProductSubscriptions = (0, core_1.createPaginator)(LicenseManagerUserSubscriptionsClient_1.LicenseManagerUserSubscriptionsClient, ListProductSubscriptionsCommand_1.ListProductSubscriptionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListUserAssociations = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListUserAssociationsCommand_1 = require("../commands/ListUserAssociationsCommand");
|
|
6
|
-
const LicenseManagerUserSubscriptionsClient_1 = require("../LicenseManagerUserSubscriptionsClient");
|
|
7
|
-
exports.paginateListUserAssociations = (0, core_1.createPaginator)(LicenseManagerUserSubscriptionsClient_1.LicenseManagerUserSubscriptionsClient, ListUserAssociationsCommand_1.ListUserAssociationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./ListIdentityProvidersPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./ListInstancesPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./ListProductSubscriptionsPaginator"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./ListUserAssociationsPaginator"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|