@aws-sdk/client-license-manager-linux-subscriptions 3.649.0 → 3.651.1
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/DeregisterSubscriptionProviderCommand.js +1 -3
- package/dist-es/commands/GetRegisteredSubscriptionProviderCommand.js +1 -3
- package/dist-es/commands/GetServiceSettingsCommand.js +1 -3
- package/dist-es/commands/ListLinuxSubscriptionInstancesCommand.js +1 -3
- package/dist-es/commands/ListLinuxSubscriptionsCommand.js +1 -3
- package/dist-es/commands/ListRegisteredSubscriptionProvidersCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/RegisterSubscriptionProviderCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateServiceSettingsCommand.js +1 -3
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -793,9 +793,7 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
|
793
793
|
var _tK = "tagKeys";
|
|
794
794
|
|
|
795
795
|
// src/commands/DeregisterSubscriptionProviderCommand.ts
|
|
796
|
-
var _DeregisterSubscriptionProviderCommand = class _DeregisterSubscriptionProviderCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
797
|
-
...commonParams
|
|
798
|
-
}).m(function(Command, cs, config, o) {
|
|
796
|
+
var _DeregisterSubscriptionProviderCommand = class _DeregisterSubscriptionProviderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
799
797
|
return [
|
|
800
798
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
801
799
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -809,9 +807,7 @@ var DeregisterSubscriptionProviderCommand = _DeregisterSubscriptionProviderComma
|
|
|
809
807
|
|
|
810
808
|
|
|
811
809
|
|
|
812
|
-
var _GetRegisteredSubscriptionProviderCommand = class _GetRegisteredSubscriptionProviderCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
813
|
-
...commonParams
|
|
814
|
-
}).m(function(Command, cs, config, o) {
|
|
810
|
+
var _GetRegisteredSubscriptionProviderCommand = class _GetRegisteredSubscriptionProviderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
815
811
|
return [
|
|
816
812
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
817
813
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -825,9 +821,7 @@ var GetRegisteredSubscriptionProviderCommand = _GetRegisteredSubscriptionProvide
|
|
|
825
821
|
|
|
826
822
|
|
|
827
823
|
|
|
828
|
-
var _GetServiceSettingsCommand = class _GetServiceSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
829
|
-
...commonParams
|
|
830
|
-
}).m(function(Command, cs, config, o) {
|
|
824
|
+
var _GetServiceSettingsCommand = class _GetServiceSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
831
825
|
return [
|
|
832
826
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
833
827
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -841,9 +835,7 @@ var GetServiceSettingsCommand = _GetServiceSettingsCommand;
|
|
|
841
835
|
|
|
842
836
|
|
|
843
837
|
|
|
844
|
-
var _ListLinuxSubscriptionInstancesCommand = class _ListLinuxSubscriptionInstancesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
845
|
-
...commonParams
|
|
846
|
-
}).m(function(Command, cs, config, o) {
|
|
838
|
+
var _ListLinuxSubscriptionInstancesCommand = class _ListLinuxSubscriptionInstancesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
847
839
|
return [
|
|
848
840
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
849
841
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -857,9 +849,7 @@ var ListLinuxSubscriptionInstancesCommand = _ListLinuxSubscriptionInstancesComma
|
|
|
857
849
|
|
|
858
850
|
|
|
859
851
|
|
|
860
|
-
var _ListLinuxSubscriptionsCommand = class _ListLinuxSubscriptionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
861
|
-
...commonParams
|
|
862
|
-
}).m(function(Command, cs, config, o) {
|
|
852
|
+
var _ListLinuxSubscriptionsCommand = class _ListLinuxSubscriptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
863
853
|
return [
|
|
864
854
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
865
855
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -873,9 +863,7 @@ var ListLinuxSubscriptionsCommand = _ListLinuxSubscriptionsCommand;
|
|
|
873
863
|
|
|
874
864
|
|
|
875
865
|
|
|
876
|
-
var _ListRegisteredSubscriptionProvidersCommand = class _ListRegisteredSubscriptionProvidersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
877
|
-
...commonParams
|
|
878
|
-
}).m(function(Command, cs, config, o) {
|
|
866
|
+
var _ListRegisteredSubscriptionProvidersCommand = class _ListRegisteredSubscriptionProvidersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
879
867
|
return [
|
|
880
868
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
881
869
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -889,9 +877,7 @@ var ListRegisteredSubscriptionProvidersCommand = _ListRegisteredSubscriptionProv
|
|
|
889
877
|
|
|
890
878
|
|
|
891
879
|
|
|
892
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
893
|
-
...commonParams
|
|
894
|
-
}).m(function(Command, cs, config, o) {
|
|
880
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
895
881
|
return [
|
|
896
882
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
897
883
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -905,9 +891,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
905
891
|
|
|
906
892
|
|
|
907
893
|
|
|
908
|
-
var _RegisterSubscriptionProviderCommand = class _RegisterSubscriptionProviderCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
909
|
-
...commonParams
|
|
910
|
-
}).m(function(Command, cs, config, o) {
|
|
894
|
+
var _RegisterSubscriptionProviderCommand = class _RegisterSubscriptionProviderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
911
895
|
return [
|
|
912
896
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
913
897
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -921,9 +905,7 @@ var RegisterSubscriptionProviderCommand = _RegisterSubscriptionProviderCommand;
|
|
|
921
905
|
|
|
922
906
|
|
|
923
907
|
|
|
924
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
925
|
-
...commonParams
|
|
926
|
-
}).m(function(Command, cs, config, o) {
|
|
908
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
927
909
|
return [
|
|
928
910
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
929
911
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -937,9 +919,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
937
919
|
|
|
938
920
|
|
|
939
921
|
|
|
940
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
941
|
-
...commonParams
|
|
942
|
-
}).m(function(Command, cs, config, o) {
|
|
922
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
943
923
|
return [
|
|
944
924
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
945
925
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -953,9 +933,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
953
933
|
|
|
954
934
|
|
|
955
935
|
|
|
956
|
-
var _UpdateServiceSettingsCommand = class _UpdateServiceSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
957
|
-
...commonParams
|
|
958
|
-
}).m(function(Command, cs, config, o) {
|
|
936
|
+
var _UpdateServiceSettingsCommand = class _UpdateServiceSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
959
937
|
return [
|
|
960
938
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
961
939
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_DeregisterSubscriptionProviderCommand, se_DeregisterSubscriptionProv
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeregisterSubscriptionProviderCommand 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_GetRegisteredSubscriptionProviderCommand, se_GetRegisteredSubscripti
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetRegisteredSubscriptionProviderCommand 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_GetServiceSettingsCommand, se_GetServiceSettingsCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetServiceSettingsCommand 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_ListLinuxSubscriptionInstancesCommand, se_ListLinuxSubscriptionInsta
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListLinuxSubscriptionInstancesCommand 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_ListLinuxSubscriptionsCommand, se_ListLinuxSubscriptionsCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListLinuxSubscriptionsCommand 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_ListRegisteredSubscriptionProvidersCommand, se_ListRegisteredSubscri
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListRegisteredSubscriptionProvidersCommand 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),
|
|
@@ -7,9 +7,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListTagsForResourceCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_RegisterSubscriptionProviderCommand, se_RegisterSubscriptionProvider
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class RegisterSubscriptionProviderCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class TagResourceCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UntagResourceCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateServiceSettingsCommand, se_UpdateServiceSettingsCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateServiceSettingsCommand 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-linux-subscriptions",
|
|
3
3
|
"description": "AWS SDK for JavaScript License Manager Linux Subscriptions Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.651.1",
|
|
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-linux-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.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
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",
|