@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.
Files changed (29) hide show
  1. package/dist-cjs/LicenseManagerUserSubscriptions.js +1 -33
  2. package/dist-cjs/LicenseManagerUserSubscriptionsClient.js +1 -43
  3. package/dist-cjs/commands/AssociateUserCommand.js +1 -28
  4. package/dist-cjs/commands/DeregisterIdentityProviderCommand.js +1 -28
  5. package/dist-cjs/commands/DisassociateUserCommand.js +1 -28
  6. package/dist-cjs/commands/ListIdentityProvidersCommand.js +1 -28
  7. package/dist-cjs/commands/ListInstancesCommand.js +1 -28
  8. package/dist-cjs/commands/ListProductSubscriptionsCommand.js +1 -28
  9. package/dist-cjs/commands/ListUserAssociationsCommand.js +1 -28
  10. package/dist-cjs/commands/RegisterIdentityProviderCommand.js +1 -28
  11. package/dist-cjs/commands/StartProductSubscriptionCommand.js +1 -28
  12. package/dist-cjs/commands/StopProductSubscriptionCommand.js +1 -28
  13. package/dist-cjs/commands/UpdateIdentityProviderSettingsCommand.js +1 -28
  14. package/dist-cjs/commands/index.js +1 -14
  15. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  16. package/dist-cjs/extensionConfiguration.js +1 -2
  17. package/dist-cjs/index.js +1434 -11
  18. package/dist-cjs/models/LicenseManagerUserSubscriptionsServiceException.js +1 -12
  19. package/dist-cjs/models/index.js +1 -4
  20. package/dist-cjs/models/models_0.js +1 -103
  21. package/dist-cjs/pagination/Interfaces.js +1 -2
  22. package/dist-cjs/pagination/ListIdentityProvidersPaginator.js +1 -7
  23. package/dist-cjs/pagination/ListInstancesPaginator.js +1 -7
  24. package/dist-cjs/pagination/ListProductSubscriptionsPaginator.js +1 -7
  25. package/dist-cjs/pagination/ListUserAssociationsPaginator.js +1 -7
  26. package/dist-cjs/pagination/index.js +1 -8
  27. package/dist-cjs/protocols/Aws_restJson1.js +1 -900
  28. package/dist-cjs/runtimeExtensions.js +1 -22
  29. package/package.json +40 -40
@@ -1,33 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.LicenseManagerUserSubscriptions = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const AssociateUserCommand_1 = require("./commands/AssociateUserCommand");
6
- const DeregisterIdentityProviderCommand_1 = require("./commands/DeregisterIdentityProviderCommand");
7
- const DisassociateUserCommand_1 = require("./commands/DisassociateUserCommand");
8
- const ListIdentityProvidersCommand_1 = require("./commands/ListIdentityProvidersCommand");
9
- const ListInstancesCommand_1 = require("./commands/ListInstancesCommand");
10
- const ListProductSubscriptionsCommand_1 = require("./commands/ListProductSubscriptionsCommand");
11
- const ListUserAssociationsCommand_1 = require("./commands/ListUserAssociationsCommand");
12
- const RegisterIdentityProviderCommand_1 = require("./commands/RegisterIdentityProviderCommand");
13
- const StartProductSubscriptionCommand_1 = require("./commands/StartProductSubscriptionCommand");
14
- const StopProductSubscriptionCommand_1 = require("./commands/StopProductSubscriptionCommand");
15
- const UpdateIdentityProviderSettingsCommand_1 = require("./commands/UpdateIdentityProviderSettingsCommand");
16
- const LicenseManagerUserSubscriptionsClient_1 = require("./LicenseManagerUserSubscriptionsClient");
17
- const commands = {
18
- AssociateUserCommand: AssociateUserCommand_1.AssociateUserCommand,
19
- DeregisterIdentityProviderCommand: DeregisterIdentityProviderCommand_1.DeregisterIdentityProviderCommand,
20
- DisassociateUserCommand: DisassociateUserCommand_1.DisassociateUserCommand,
21
- ListIdentityProvidersCommand: ListIdentityProvidersCommand_1.ListIdentityProvidersCommand,
22
- ListInstancesCommand: ListInstancesCommand_1.ListInstancesCommand,
23
- ListProductSubscriptionsCommand: ListProductSubscriptionsCommand_1.ListProductSubscriptionsCommand,
24
- ListUserAssociationsCommand: ListUserAssociationsCommand_1.ListUserAssociationsCommand,
25
- RegisterIdentityProviderCommand: RegisterIdentityProviderCommand_1.RegisterIdentityProviderCommand,
26
- StartProductSubscriptionCommand: StartProductSubscriptionCommand_1.StartProductSubscriptionCommand,
27
- StopProductSubscriptionCommand: StopProductSubscriptionCommand_1.StopProductSubscriptionCommand,
28
- UpdateIdentityProviderSettingsCommand: UpdateIdentityProviderSettingsCommand_1.UpdateIdentityProviderSettingsCommand,
29
- };
30
- class LicenseManagerUserSubscriptions extends LicenseManagerUserSubscriptionsClient_1.LicenseManagerUserSubscriptionsClient {
31
- }
32
- exports.LicenseManagerUserSubscriptions = LicenseManagerUserSubscriptions;
33
- (0, smithy_client_1.createAggregatedClient)(commands, LicenseManagerUserSubscriptions);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.LicenseManagerUserSubscriptionsClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class LicenseManagerUserSubscriptionsClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.LicenseManagerUserSubscriptionsClient = LicenseManagerUserSubscriptionsClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssociateUserCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class AssociateUserCommand 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("LicenseManagerUserSubscriptions", "AssociateUser", {})
22
- .n("LicenseManagerUserSubscriptionsClient", "AssociateUserCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_AssociateUserCommand)
25
- .de(Aws_restJson1_1.de_AssociateUserCommand)
26
- .build() {
27
- }
28
- exports.AssociateUserCommand = AssociateUserCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeregisterIdentityProviderCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeregisterIdentityProviderCommand 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("LicenseManagerUserSubscriptions", "DeregisterIdentityProvider", {})
22
- .n("LicenseManagerUserSubscriptionsClient", "DeregisterIdentityProviderCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeregisterIdentityProviderCommand)
25
- .de(Aws_restJson1_1.de_DeregisterIdentityProviderCommand)
26
- .build() {
27
- }
28
- exports.DeregisterIdentityProviderCommand = DeregisterIdentityProviderCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DisassociateUserCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DisassociateUserCommand 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("LicenseManagerUserSubscriptions", "DisassociateUser", {})
22
- .n("LicenseManagerUserSubscriptionsClient", "DisassociateUserCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DisassociateUserCommand)
25
- .de(Aws_restJson1_1.de_DisassociateUserCommand)
26
- .build() {
27
- }
28
- exports.DisassociateUserCommand = DisassociateUserCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListIdentityProvidersCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListIdentityProvidersCommand 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("LicenseManagerUserSubscriptions", "ListIdentityProviders", {})
22
- .n("LicenseManagerUserSubscriptionsClient", "ListIdentityProvidersCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListIdentityProvidersCommand)
25
- .de(Aws_restJson1_1.de_ListIdentityProvidersCommand)
26
- .build() {
27
- }
28
- exports.ListIdentityProvidersCommand = ListIdentityProvidersCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListInstancesCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListInstancesCommand 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("LicenseManagerUserSubscriptions", "ListInstances", {})
22
- .n("LicenseManagerUserSubscriptionsClient", "ListInstancesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListInstancesCommand)
25
- .de(Aws_restJson1_1.de_ListInstancesCommand)
26
- .build() {
27
- }
28
- exports.ListInstancesCommand = ListInstancesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListProductSubscriptionsCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListProductSubscriptionsCommand 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("LicenseManagerUserSubscriptions", "ListProductSubscriptions", {})
22
- .n("LicenseManagerUserSubscriptionsClient", "ListProductSubscriptionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListProductSubscriptionsCommand)
25
- .de(Aws_restJson1_1.de_ListProductSubscriptionsCommand)
26
- .build() {
27
- }
28
- exports.ListProductSubscriptionsCommand = ListProductSubscriptionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListUserAssociationsCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListUserAssociationsCommand 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("LicenseManagerUserSubscriptions", "ListUserAssociations", {})
22
- .n("LicenseManagerUserSubscriptionsClient", "ListUserAssociationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListUserAssociationsCommand)
25
- .de(Aws_restJson1_1.de_ListUserAssociationsCommand)
26
- .build() {
27
- }
28
- exports.ListUserAssociationsCommand = ListUserAssociationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RegisterIdentityProviderCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class RegisterIdentityProviderCommand 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("LicenseManagerUserSubscriptions", "RegisterIdentityProvider", {})
22
- .n("LicenseManagerUserSubscriptionsClient", "RegisterIdentityProviderCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_RegisterIdentityProviderCommand)
25
- .de(Aws_restJson1_1.de_RegisterIdentityProviderCommand)
26
- .build() {
27
- }
28
- exports.RegisterIdentityProviderCommand = RegisterIdentityProviderCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartProductSubscriptionCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class StartProductSubscriptionCommand 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("LicenseManagerUserSubscriptions", "StartProductSubscription", {})
22
- .n("LicenseManagerUserSubscriptionsClient", "StartProductSubscriptionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_StartProductSubscriptionCommand)
25
- .de(Aws_restJson1_1.de_StartProductSubscriptionCommand)
26
- .build() {
27
- }
28
- exports.StartProductSubscriptionCommand = StartProductSubscriptionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StopProductSubscriptionCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class StopProductSubscriptionCommand 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("LicenseManagerUserSubscriptions", "StopProductSubscription", {})
22
- .n("LicenseManagerUserSubscriptionsClient", "StopProductSubscriptionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_StopProductSubscriptionCommand)
25
- .de(Aws_restJson1_1.de_StopProductSubscriptionCommand)
26
- .build() {
27
- }
28
- exports.StopProductSubscriptionCommand = StopProductSubscriptionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateIdentityProviderSettingsCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateIdentityProviderSettingsCommand 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("LicenseManagerUserSubscriptions", "UpdateIdentityProviderSettings", {})
22
- .n("LicenseManagerUserSubscriptionsClient", "UpdateIdentityProviderSettingsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateIdentityProviderSettingsCommand)
25
- .de(Aws_restJson1_1.de_UpdateIdentityProviderSettingsCommand)
26
- .build() {
27
- }
28
- exports.UpdateIdentityProviderSettingsCommand = UpdateIdentityProviderSettingsCommand;
1
+ module.exports = require("../index.js");
@@ -1,14 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./AssociateUserCommand"), exports);
5
- tslib_1.__exportStar(require("./DeregisterIdentityProviderCommand"), exports);
6
- tslib_1.__exportStar(require("./DisassociateUserCommand"), exports);
7
- tslib_1.__exportStar(require("./ListIdentityProvidersCommand"), exports);
8
- tslib_1.__exportStar(require("./ListInstancesCommand"), exports);
9
- tslib_1.__exportStar(require("./ListProductSubscriptionsCommand"), exports);
10
- tslib_1.__exportStar(require("./ListUserAssociationsCommand"), exports);
11
- tslib_1.__exportStar(require("./RegisterIdentityProviderCommand"), exports);
12
- tslib_1.__exportStar(require("./StartProductSubscriptionCommand"), exports);
13
- tslib_1.__exportStar(require("./StopProductSubscriptionCommand"), exports);
14
- tslib_1.__exportStar(require("./UpdateIdentityProviderSettingsCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
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-user-subscriptions",
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
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");