@aws-sdk/client-license-manager-user-subscriptions 3.649.0 → 3.650.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 +11 -33
- package/dist-es/commands/AssociateUserCommand.js +1 -3
- package/dist-es/commands/DeregisterIdentityProviderCommand.js +1 -3
- package/dist-es/commands/DisassociateUserCommand.js +1 -3
- package/dist-es/commands/ListIdentityProvidersCommand.js +1 -3
- package/dist-es/commands/ListInstancesCommand.js +1 -3
- package/dist-es/commands/ListProductSubscriptionsCommand.js +1 -3
- package/dist-es/commands/ListUserAssociationsCommand.js +1 -3
- package/dist-es/commands/RegisterIdentityProviderCommand.js +1 -3
- package/dist-es/commands/StartProductSubscriptionCommand.js +1 -3
- package/dist-es/commands/StopProductSubscriptionCommand.js +1 -3
- package/dist-es/commands/UpdateIdentityProviderSettingsCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -833,9 +833,7 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
|
833
833
|
}), "deserializeMetadata");
|
|
834
834
|
|
|
835
835
|
// src/commands/AssociateUserCommand.ts
|
|
836
|
-
var _AssociateUserCommand = class _AssociateUserCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
837
|
-
...commonParams
|
|
838
|
-
}).m(function(Command, cs, config, o) {
|
|
836
|
+
var _AssociateUserCommand = class _AssociateUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
839
837
|
return [
|
|
840
838
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
841
839
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -849,9 +847,7 @@ var AssociateUserCommand = _AssociateUserCommand;
|
|
|
849
847
|
|
|
850
848
|
|
|
851
849
|
|
|
852
|
-
var _DeregisterIdentityProviderCommand = class _DeregisterIdentityProviderCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
853
|
-
...commonParams
|
|
854
|
-
}).m(function(Command, cs, config, o) {
|
|
850
|
+
var _DeregisterIdentityProviderCommand = class _DeregisterIdentityProviderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
855
851
|
return [
|
|
856
852
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
857
853
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -865,9 +861,7 @@ var DeregisterIdentityProviderCommand = _DeregisterIdentityProviderCommand;
|
|
|
865
861
|
|
|
866
862
|
|
|
867
863
|
|
|
868
|
-
var _DisassociateUserCommand = class _DisassociateUserCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
869
|
-
...commonParams
|
|
870
|
-
}).m(function(Command, cs, config, o) {
|
|
864
|
+
var _DisassociateUserCommand = class _DisassociateUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
871
865
|
return [
|
|
872
866
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
873
867
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -881,9 +875,7 @@ var DisassociateUserCommand = _DisassociateUserCommand;
|
|
|
881
875
|
|
|
882
876
|
|
|
883
877
|
|
|
884
|
-
var _ListIdentityProvidersCommand = class _ListIdentityProvidersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
885
|
-
...commonParams
|
|
886
|
-
}).m(function(Command, cs, config, o) {
|
|
878
|
+
var _ListIdentityProvidersCommand = class _ListIdentityProvidersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
887
879
|
return [
|
|
888
880
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
889
881
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -897,9 +889,7 @@ var ListIdentityProvidersCommand = _ListIdentityProvidersCommand;
|
|
|
897
889
|
|
|
898
890
|
|
|
899
891
|
|
|
900
|
-
var _ListInstancesCommand = class _ListInstancesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
901
|
-
...commonParams
|
|
902
|
-
}).m(function(Command, cs, config, o) {
|
|
892
|
+
var _ListInstancesCommand = class _ListInstancesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
903
893
|
return [
|
|
904
894
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
905
895
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -913,9 +903,7 @@ var ListInstancesCommand = _ListInstancesCommand;
|
|
|
913
903
|
|
|
914
904
|
|
|
915
905
|
|
|
916
|
-
var _ListProductSubscriptionsCommand = class _ListProductSubscriptionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
917
|
-
...commonParams
|
|
918
|
-
}).m(function(Command, cs, config, o) {
|
|
906
|
+
var _ListProductSubscriptionsCommand = class _ListProductSubscriptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
919
907
|
return [
|
|
920
908
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
921
909
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -929,9 +917,7 @@ var ListProductSubscriptionsCommand = _ListProductSubscriptionsCommand;
|
|
|
929
917
|
|
|
930
918
|
|
|
931
919
|
|
|
932
|
-
var _ListUserAssociationsCommand = class _ListUserAssociationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
933
|
-
...commonParams
|
|
934
|
-
}).m(function(Command, cs, config, o) {
|
|
920
|
+
var _ListUserAssociationsCommand = class _ListUserAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
935
921
|
return [
|
|
936
922
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
937
923
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -945,9 +931,7 @@ var ListUserAssociationsCommand = _ListUserAssociationsCommand;
|
|
|
945
931
|
|
|
946
932
|
|
|
947
933
|
|
|
948
|
-
var _RegisterIdentityProviderCommand = class _RegisterIdentityProviderCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
949
|
-
...commonParams
|
|
950
|
-
}).m(function(Command, cs, config, o) {
|
|
934
|
+
var _RegisterIdentityProviderCommand = class _RegisterIdentityProviderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
951
935
|
return [
|
|
952
936
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
953
937
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -961,9 +945,7 @@ var RegisterIdentityProviderCommand = _RegisterIdentityProviderCommand;
|
|
|
961
945
|
|
|
962
946
|
|
|
963
947
|
|
|
964
|
-
var _StartProductSubscriptionCommand = class _StartProductSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
965
|
-
...commonParams
|
|
966
|
-
}).m(function(Command, cs, config, o) {
|
|
948
|
+
var _StartProductSubscriptionCommand = class _StartProductSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
967
949
|
return [
|
|
968
950
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
969
951
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -977,9 +959,7 @@ var StartProductSubscriptionCommand = _StartProductSubscriptionCommand;
|
|
|
977
959
|
|
|
978
960
|
|
|
979
961
|
|
|
980
|
-
var _StopProductSubscriptionCommand = class _StopProductSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
981
|
-
...commonParams
|
|
982
|
-
}).m(function(Command, cs, config, o) {
|
|
962
|
+
var _StopProductSubscriptionCommand = class _StopProductSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
983
963
|
return [
|
|
984
964
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
985
965
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -993,9 +973,7 @@ var StopProductSubscriptionCommand = _StopProductSubscriptionCommand;
|
|
|
993
973
|
|
|
994
974
|
|
|
995
975
|
|
|
996
|
-
var _UpdateIdentityProviderSettingsCommand = class _UpdateIdentityProviderSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
997
|
-
...commonParams
|
|
998
|
-
}).m(function(Command, cs, config, o) {
|
|
976
|
+
var _UpdateIdentityProviderSettingsCommand = class _UpdateIdentityProviderSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
999
977
|
return [
|
|
1000
978
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1001
979
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_AssociateUserCommand, se_AssociateUserCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AssociateUserCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeregisterIdentityProviderCommand, se_DeregisterIdentityProviderComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeregisterIdentityProviderCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DisassociateUserCommand, se_DisassociateUserCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisassociateUserCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListIdentityProvidersCommand, se_ListIdentityProvidersCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListIdentityProvidersCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListInstancesCommand, se_ListInstancesCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListInstancesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListProductSubscriptionsCommand, se_ListProductSubscriptionsCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListProductSubscriptionsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListUserAssociationsCommand, se_ListUserAssociationsCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListUserAssociationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_RegisterIdentityProviderCommand, se_RegisterIdentityProviderCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RegisterIdentityProviderCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StartProductSubscriptionCommand, se_StartProductSubscriptionCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartProductSubscriptionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StopProductSubscriptionCommand, se_StopProductSubscriptionCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StopProductSubscriptionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateIdentityProviderSettingsCommand, se_UpdateIdentityProviderSett
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateIdentityProviderSettingsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
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.650.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,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|