@aws-sdk/client-license-manager-user-subscriptions 3.753.0 → 3.772.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/index.js +31 -32
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
25
|
ActiveDirectoryType: () => ActiveDirectoryType,
|
|
26
26
|
AssociateUserCommand: () => AssociateUserCommand,
|
|
@@ -69,7 +69,7 @@ __export(src_exports, {
|
|
|
69
69
|
paginateListProductSubscriptions: () => paginateListProductSubscriptions,
|
|
70
70
|
paginateListUserAssociations: () => paginateListUserAssociations
|
|
71
71
|
});
|
|
72
|
-
module.exports = __toCommonJS(
|
|
72
|
+
module.exports = __toCommonJS(index_exports);
|
|
73
73
|
|
|
74
74
|
// src/LicenseManagerUserSubscriptionsClient.ts
|
|
75
75
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -196,9 +196,9 @@ var LicenseManagerUserSubscriptionsClient = class extends import_smithy_client.C
|
|
|
196
196
|
this.middlewareStack.use(
|
|
197
197
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
198
198
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultLicenseManagerUserSubscriptionsHttpAuthSchemeParametersProvider,
|
|
199
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
199
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
200
200
|
"aws.auth#sigv4": config.credentials
|
|
201
|
-
})
|
|
201
|
+
}), "identityProviderConfigProvider")
|
|
202
202
|
})
|
|
203
203
|
);
|
|
204
204
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -395,8 +395,7 @@ var ValidationException = class _ValidationException extends LicenseManagerUserS
|
|
|
395
395
|
var ServerSettings;
|
|
396
396
|
((ServerSettings3) => {
|
|
397
397
|
ServerSettings3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
398
|
-
if (value.RdsSalSettings !== void 0)
|
|
399
|
-
return visitor.RdsSalSettings(value.RdsSalSettings);
|
|
398
|
+
if (value.RdsSalSettings !== void 0) return visitor.RdsSalSettings(value.RdsSalSettings);
|
|
400
399
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
401
400
|
}, "visit");
|
|
402
401
|
})(ServerSettings || (ServerSettings = {}));
|
|
@@ -493,9 +492,9 @@ var se_AssociateUserCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
493
492
|
body = JSON.stringify(
|
|
494
493
|
(0, import_smithy_client.take)(input, {
|
|
495
494
|
Domain: [],
|
|
496
|
-
IdentityProvider: (_) => (0, import_smithy_client._json)(_),
|
|
495
|
+
IdentityProvider: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "IdentityProvider"),
|
|
497
496
|
InstanceId: [],
|
|
498
|
-
Tags: (_) => (0, import_smithy_client._json)(_),
|
|
497
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
|
|
499
498
|
Username: []
|
|
500
499
|
})
|
|
501
500
|
);
|
|
@@ -512,8 +511,8 @@ var se_CreateLicenseServerEndpointCommand = /* @__PURE__ */ __name(async (input,
|
|
|
512
511
|
body = JSON.stringify(
|
|
513
512
|
(0, import_smithy_client.take)(input, {
|
|
514
513
|
IdentityProviderArn: [],
|
|
515
|
-
LicenseServerSettings: (_) => (0, import_smithy_client._json)(_),
|
|
516
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
514
|
+
LicenseServerSettings: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "LicenseServerSettings"),
|
|
515
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
517
516
|
})
|
|
518
517
|
);
|
|
519
518
|
b.m("POST").h(headers).b(body);
|
|
@@ -544,7 +543,7 @@ var se_DeregisterIdentityProviderCommand = /* @__PURE__ */ __name(async (input,
|
|
|
544
543
|
let body;
|
|
545
544
|
body = JSON.stringify(
|
|
546
545
|
(0, import_smithy_client.take)(input, {
|
|
547
|
-
IdentityProvider: (_) => (0, import_smithy_client._json)(_),
|
|
546
|
+
IdentityProvider: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "IdentityProvider"),
|
|
548
547
|
IdentityProviderArn: [],
|
|
549
548
|
Product: []
|
|
550
549
|
})
|
|
@@ -562,7 +561,7 @@ var se_DisassociateUserCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
562
561
|
body = JSON.stringify(
|
|
563
562
|
(0, import_smithy_client.take)(input, {
|
|
564
563
|
Domain: [],
|
|
565
|
-
IdentityProvider: (_) => (0, import_smithy_client._json)(_),
|
|
564
|
+
IdentityProvider: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "IdentityProvider"),
|
|
566
565
|
InstanceId: [],
|
|
567
566
|
InstanceUserArn: [],
|
|
568
567
|
Username: []
|
|
@@ -580,7 +579,7 @@ var se_ListIdentityProvidersCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
580
579
|
let body;
|
|
581
580
|
body = JSON.stringify(
|
|
582
581
|
(0, import_smithy_client.take)(input, {
|
|
583
|
-
Filters: (_) => (0, import_smithy_client._json)(_),
|
|
582
|
+
Filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Filters"),
|
|
584
583
|
MaxResults: [],
|
|
585
584
|
NextToken: []
|
|
586
585
|
})
|
|
@@ -597,7 +596,7 @@ var se_ListInstancesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
597
596
|
let body;
|
|
598
597
|
body = JSON.stringify(
|
|
599
598
|
(0, import_smithy_client.take)(input, {
|
|
600
|
-
Filters: (_) => (0, import_smithy_client._json)(_),
|
|
599
|
+
Filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Filters"),
|
|
601
600
|
MaxResults: [],
|
|
602
601
|
NextToken: []
|
|
603
602
|
})
|
|
@@ -614,7 +613,7 @@ var se_ListLicenseServerEndpointsCommand = /* @__PURE__ */ __name(async (input,
|
|
|
614
613
|
let body;
|
|
615
614
|
body = JSON.stringify(
|
|
616
615
|
(0, import_smithy_client.take)(input, {
|
|
617
|
-
Filters: (_) => (0, import_smithy_client._json)(_),
|
|
616
|
+
Filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Filters"),
|
|
618
617
|
MaxResults: [],
|
|
619
618
|
NextToken: []
|
|
620
619
|
})
|
|
@@ -631,8 +630,8 @@ var se_ListProductSubscriptionsCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
631
630
|
let body;
|
|
632
631
|
body = JSON.stringify(
|
|
633
632
|
(0, import_smithy_client.take)(input, {
|
|
634
|
-
Filters: (_) => (0, import_smithy_client._json)(_),
|
|
635
|
-
IdentityProvider: (_) => (0, import_smithy_client._json)(_),
|
|
633
|
+
Filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Filters"),
|
|
634
|
+
IdentityProvider: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "IdentityProvider"),
|
|
636
635
|
MaxResults: [],
|
|
637
636
|
NextToken: [],
|
|
638
637
|
Product: []
|
|
@@ -659,8 +658,8 @@ var se_ListUserAssociationsCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
659
658
|
let body;
|
|
660
659
|
body = JSON.stringify(
|
|
661
660
|
(0, import_smithy_client.take)(input, {
|
|
662
|
-
Filters: (_) => (0, import_smithy_client._json)(_),
|
|
663
|
-
IdentityProvider: (_) => (0, import_smithy_client._json)(_),
|
|
661
|
+
Filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Filters"),
|
|
662
|
+
IdentityProvider: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "IdentityProvider"),
|
|
664
663
|
InstanceId: [],
|
|
665
664
|
MaxResults: [],
|
|
666
665
|
NextToken: []
|
|
@@ -678,10 +677,10 @@ var se_RegisterIdentityProviderCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
678
677
|
let body;
|
|
679
678
|
body = JSON.stringify(
|
|
680
679
|
(0, import_smithy_client.take)(input, {
|
|
681
|
-
IdentityProvider: (_) => (0, import_smithy_client._json)(_),
|
|
680
|
+
IdentityProvider: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "IdentityProvider"),
|
|
682
681
|
Product: [],
|
|
683
|
-
Settings: (_) => (0, import_smithy_client._json)(_),
|
|
684
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
682
|
+
Settings: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Settings"),
|
|
683
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
685
684
|
})
|
|
686
685
|
);
|
|
687
686
|
b.m("POST").h(headers).b(body);
|
|
@@ -697,9 +696,9 @@ var se_StartProductSubscriptionCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
697
696
|
body = JSON.stringify(
|
|
698
697
|
(0, import_smithy_client.take)(input, {
|
|
699
698
|
Domain: [],
|
|
700
|
-
IdentityProvider: (_) => (0, import_smithy_client._json)(_),
|
|
699
|
+
IdentityProvider: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "IdentityProvider"),
|
|
701
700
|
Product: [],
|
|
702
|
-
Tags: (_) => (0, import_smithy_client._json)(_),
|
|
701
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
|
|
703
702
|
Username: []
|
|
704
703
|
})
|
|
705
704
|
);
|
|
@@ -716,7 +715,7 @@ var se_StopProductSubscriptionCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
716
715
|
body = JSON.stringify(
|
|
717
716
|
(0, import_smithy_client.take)(input, {
|
|
718
717
|
Domain: [],
|
|
719
|
-
IdentityProvider: (_) => (0, import_smithy_client._json)(_),
|
|
718
|
+
IdentityProvider: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "IdentityProvider"),
|
|
720
719
|
Product: [],
|
|
721
720
|
ProductUserArn: [],
|
|
722
721
|
Username: []
|
|
@@ -735,7 +734,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
735
734
|
let body;
|
|
736
735
|
body = JSON.stringify(
|
|
737
736
|
(0, import_smithy_client.take)(input, {
|
|
738
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
737
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
739
738
|
})
|
|
740
739
|
);
|
|
741
740
|
b.m("PUT").h(headers).b(body);
|
|
@@ -762,10 +761,10 @@ var se_UpdateIdentityProviderSettingsCommand = /* @__PURE__ */ __name(async (inp
|
|
|
762
761
|
let body;
|
|
763
762
|
body = JSON.stringify(
|
|
764
763
|
(0, import_smithy_client.take)(input, {
|
|
765
|
-
IdentityProvider: (_) => (0, import_smithy_client._json)(_),
|
|
764
|
+
IdentityProvider: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "IdentityProvider"),
|
|
766
765
|
IdentityProviderArn: [],
|
|
767
766
|
Product: [],
|
|
768
|
-
UpdateSettings: (_) => (0, import_smithy_client._json)(_)
|
|
767
|
+
UpdateSettings: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "UpdateSettings")
|
|
769
768
|
})
|
|
770
769
|
);
|
|
771
770
|
b.m("POST").h(headers).b(body);
|
|
@@ -809,7 +808,7 @@ var de_DeleteLicenseServerEndpointCommand = /* @__PURE__ */ __name(async (output
|
|
|
809
808
|
});
|
|
810
809
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
811
810
|
const doc = (0, import_smithy_client.take)(data, {
|
|
812
|
-
LicenseServerEndpoint: (_) => de_LicenseServerEndpoint(_, context)
|
|
811
|
+
LicenseServerEndpoint: /* @__PURE__ */ __name((_) => de_LicenseServerEndpoint(_, context), "LicenseServerEndpoint")
|
|
813
812
|
});
|
|
814
813
|
Object.assign(contents, doc);
|
|
815
814
|
return contents;
|
|
@@ -881,7 +880,7 @@ var de_ListLicenseServerEndpointsCommand = /* @__PURE__ */ __name(async (output,
|
|
|
881
880
|
});
|
|
882
881
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
883
882
|
const doc = (0, import_smithy_client.take)(data, {
|
|
884
|
-
LicenseServerEndpoints: (_) => de_LicenseServerEndpointList(_, context),
|
|
883
|
+
LicenseServerEndpoints: /* @__PURE__ */ __name((_) => de_LicenseServerEndpointList(_, context), "LicenseServerEndpoints"),
|
|
885
884
|
NextToken: import_smithy_client.expectString
|
|
886
885
|
});
|
|
887
886
|
Object.assign(contents, doc);
|
|
@@ -1138,7 +1137,7 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
|
|
|
1138
1137
|
}, "de_ValidationExceptionRes");
|
|
1139
1138
|
var de_LicenseServerEndpoint = /* @__PURE__ */ __name((output, context) => {
|
|
1140
1139
|
return (0, import_smithy_client.take)(output, {
|
|
1141
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1140
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1142
1141
|
IdentityProviderArn: import_smithy_client.expectString,
|
|
1143
1142
|
LicenseServerEndpointArn: import_smithy_client.expectString,
|
|
1144
1143
|
LicenseServerEndpointId: import_smithy_client.expectString,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-license-manager-user-subscriptions",
|
|
3
3
|
"description": "AWS SDK for JavaScript License Manager User Subscriptions Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.772.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-license-manager-user-subscriptions",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.758.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.758.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
|
-
"@smithy/core": "^3.1.
|
|
35
|
+
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
37
37
|
"@smithy/hash-node": "^4.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
41
|
-
"@smithy/middleware-retry": "^4.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.6",
|
|
41
|
+
"@smithy/middleware-retry": "^4.0.7",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.2",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.1",
|
|
45
|
-
"@smithy/node-http-handler": "^4.0.
|
|
45
|
+
"@smithy/node-http-handler": "^4.0.3",
|
|
46
46
|
"@smithy/protocol-http": "^5.0.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.1.
|
|
47
|
+
"@smithy/smithy-client": "^4.1.6",
|
|
48
48
|
"@smithy/types": "^4.1.0",
|
|
49
49
|
"@smithy/url-parser": "^4.0.1",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.7",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.7",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.1",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.1",
|
|
57
57
|
"@smithy/util-retry": "^4.0.1",
|