@aws-sdk/client-health 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 +14 -42
- package/dist-es/commands/DescribeAffectedAccountsForOrganizationCommand.js +1 -3
- package/dist-es/commands/DescribeAffectedEntitiesCommand.js +1 -3
- package/dist-es/commands/DescribeAffectedEntitiesForOrganizationCommand.js +1 -3
- package/dist-es/commands/DescribeEntityAggregatesCommand.js +1 -3
- package/dist-es/commands/DescribeEntityAggregatesForOrganizationCommand.js +1 -3
- package/dist-es/commands/DescribeEventAggregatesCommand.js +1 -3
- package/dist-es/commands/DescribeEventDetailsCommand.js +1 -3
- package/dist-es/commands/DescribeEventDetailsForOrganizationCommand.js +1 -3
- package/dist-es/commands/DescribeEventTypesCommand.js +1 -3
- package/dist-es/commands/DescribeEventsCommand.js +1 -3
- package/dist-es/commands/DescribeEventsForOrganizationCommand.js +1 -3
- package/dist-es/commands/DescribeHealthServiceStatusForOrganizationCommand.js +1 -3
- package/dist-es/commands/DisableHealthServiceAccessForOrganizationCommand.js +1 -3
- package/dist-es/commands/EnableHealthServiceAccessForOrganizationCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -852,9 +852,7 @@ function sharedHeaders(operation) {
|
|
|
852
852
|
__name(sharedHeaders, "sharedHeaders");
|
|
853
853
|
|
|
854
854
|
// src/commands/DescribeAffectedAccountsForOrganizationCommand.ts
|
|
855
|
-
var _DescribeAffectedAccountsForOrganizationCommand = class _DescribeAffectedAccountsForOrganizationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
856
|
-
...commonParams
|
|
857
|
-
}).m(function(Command, cs, config, o) {
|
|
855
|
+
var _DescribeAffectedAccountsForOrganizationCommand = class _DescribeAffectedAccountsForOrganizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
858
856
|
return [
|
|
859
857
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
860
858
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -868,9 +866,7 @@ var DescribeAffectedAccountsForOrganizationCommand = _DescribeAffectedAccountsFo
|
|
|
868
866
|
|
|
869
867
|
|
|
870
868
|
|
|
871
|
-
var _DescribeAffectedEntitiesCommand = class _DescribeAffectedEntitiesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
872
|
-
...commonParams
|
|
873
|
-
}).m(function(Command, cs, config, o) {
|
|
869
|
+
var _DescribeAffectedEntitiesCommand = class _DescribeAffectedEntitiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
874
870
|
return [
|
|
875
871
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
876
872
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -884,9 +880,7 @@ var DescribeAffectedEntitiesCommand = _DescribeAffectedEntitiesCommand;
|
|
|
884
880
|
|
|
885
881
|
|
|
886
882
|
|
|
887
|
-
var _DescribeAffectedEntitiesForOrganizationCommand = class _DescribeAffectedEntitiesForOrganizationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
888
|
-
...commonParams
|
|
889
|
-
}).m(function(Command, cs, config, o) {
|
|
883
|
+
var _DescribeAffectedEntitiesForOrganizationCommand = class _DescribeAffectedEntitiesForOrganizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
890
884
|
return [
|
|
891
885
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
892
886
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -900,9 +894,7 @@ var DescribeAffectedEntitiesForOrganizationCommand = _DescribeAffectedEntitiesFo
|
|
|
900
894
|
|
|
901
895
|
|
|
902
896
|
|
|
903
|
-
var _DescribeEntityAggregatesCommand = class _DescribeEntityAggregatesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
904
|
-
...commonParams
|
|
905
|
-
}).m(function(Command, cs, config, o) {
|
|
897
|
+
var _DescribeEntityAggregatesCommand = class _DescribeEntityAggregatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
906
898
|
return [
|
|
907
899
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
908
900
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -916,9 +908,7 @@ var DescribeEntityAggregatesCommand = _DescribeEntityAggregatesCommand;
|
|
|
916
908
|
|
|
917
909
|
|
|
918
910
|
|
|
919
|
-
var _DescribeEntityAggregatesForOrganizationCommand = class _DescribeEntityAggregatesForOrganizationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
920
|
-
...commonParams
|
|
921
|
-
}).m(function(Command, cs, config, o) {
|
|
911
|
+
var _DescribeEntityAggregatesForOrganizationCommand = class _DescribeEntityAggregatesForOrganizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
922
912
|
return [
|
|
923
913
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
924
914
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -932,9 +922,7 @@ var DescribeEntityAggregatesForOrganizationCommand = _DescribeEntityAggregatesFo
|
|
|
932
922
|
|
|
933
923
|
|
|
934
924
|
|
|
935
|
-
var _DescribeEventAggregatesCommand = class _DescribeEventAggregatesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
936
|
-
...commonParams
|
|
937
|
-
}).m(function(Command, cs, config, o) {
|
|
925
|
+
var _DescribeEventAggregatesCommand = class _DescribeEventAggregatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
938
926
|
return [
|
|
939
927
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
940
928
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -948,9 +936,7 @@ var DescribeEventAggregatesCommand = _DescribeEventAggregatesCommand;
|
|
|
948
936
|
|
|
949
937
|
|
|
950
938
|
|
|
951
|
-
var _DescribeEventDetailsCommand = class _DescribeEventDetailsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
952
|
-
...commonParams
|
|
953
|
-
}).m(function(Command, cs, config, o) {
|
|
939
|
+
var _DescribeEventDetailsCommand = class _DescribeEventDetailsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
954
940
|
return [
|
|
955
941
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
956
942
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -964,9 +950,7 @@ var DescribeEventDetailsCommand = _DescribeEventDetailsCommand;
|
|
|
964
950
|
|
|
965
951
|
|
|
966
952
|
|
|
967
|
-
var _DescribeEventDetailsForOrganizationCommand = class _DescribeEventDetailsForOrganizationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
968
|
-
...commonParams
|
|
969
|
-
}).m(function(Command, cs, config, o) {
|
|
953
|
+
var _DescribeEventDetailsForOrganizationCommand = class _DescribeEventDetailsForOrganizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
970
954
|
return [
|
|
971
955
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
972
956
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -980,9 +964,7 @@ var DescribeEventDetailsForOrganizationCommand = _DescribeEventDetailsForOrganiz
|
|
|
980
964
|
|
|
981
965
|
|
|
982
966
|
|
|
983
|
-
var _DescribeEventsCommand = class _DescribeEventsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
984
|
-
...commonParams
|
|
985
|
-
}).m(function(Command, cs, config, o) {
|
|
967
|
+
var _DescribeEventsCommand = class _DescribeEventsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
986
968
|
return [
|
|
987
969
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
988
970
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -996,9 +978,7 @@ var DescribeEventsCommand = _DescribeEventsCommand;
|
|
|
996
978
|
|
|
997
979
|
|
|
998
980
|
|
|
999
|
-
var _DescribeEventsForOrganizationCommand = class _DescribeEventsForOrganizationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1000
|
-
...commonParams
|
|
1001
|
-
}).m(function(Command, cs, config, o) {
|
|
981
|
+
var _DescribeEventsForOrganizationCommand = class _DescribeEventsForOrganizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1002
982
|
return [
|
|
1003
983
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1004
984
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1012,9 +992,7 @@ var DescribeEventsForOrganizationCommand = _DescribeEventsForOrganizationCommand
|
|
|
1012
992
|
|
|
1013
993
|
|
|
1014
994
|
|
|
1015
|
-
var _DescribeEventTypesCommand = class _DescribeEventTypesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1016
|
-
...commonParams
|
|
1017
|
-
}).m(function(Command, cs, config, o) {
|
|
995
|
+
var _DescribeEventTypesCommand = class _DescribeEventTypesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1018
996
|
return [
|
|
1019
997
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1020
998
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1028,9 +1006,7 @@ var DescribeEventTypesCommand = _DescribeEventTypesCommand;
|
|
|
1028
1006
|
|
|
1029
1007
|
|
|
1030
1008
|
|
|
1031
|
-
var _DescribeHealthServiceStatusForOrganizationCommand = class _DescribeHealthServiceStatusForOrganizationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1032
|
-
...commonParams
|
|
1033
|
-
}).m(function(Command, cs, config, o) {
|
|
1009
|
+
var _DescribeHealthServiceStatusForOrganizationCommand = class _DescribeHealthServiceStatusForOrganizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1034
1010
|
return [
|
|
1035
1011
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1036
1012
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1044,9 +1020,7 @@ var DescribeHealthServiceStatusForOrganizationCommand = _DescribeHealthServiceSt
|
|
|
1044
1020
|
|
|
1045
1021
|
|
|
1046
1022
|
|
|
1047
|
-
var _DisableHealthServiceAccessForOrganizationCommand = class _DisableHealthServiceAccessForOrganizationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1048
|
-
...commonParams
|
|
1049
|
-
}).m(function(Command, cs, config, o) {
|
|
1023
|
+
var _DisableHealthServiceAccessForOrganizationCommand = class _DisableHealthServiceAccessForOrganizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1050
1024
|
return [
|
|
1051
1025
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1052
1026
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1060,9 +1034,7 @@ var DisableHealthServiceAccessForOrganizationCommand = _DisableHealthServiceAcce
|
|
|
1060
1034
|
|
|
1061
1035
|
|
|
1062
1036
|
|
|
1063
|
-
var _EnableHealthServiceAccessForOrganizationCommand = class _EnableHealthServiceAccessForOrganizationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1064
|
-
...commonParams
|
|
1065
|
-
}).m(function(Command, cs, config, o) {
|
|
1037
|
+
var _EnableHealthServiceAccessForOrganizationCommand = class _EnableHealthServiceAccessForOrganizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1066
1038
|
return [
|
|
1067
1039
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1068
1040
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_DescribeAffectedAccountsForOrganizationCommand, se_DescribeAffectedA
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeAffectedAccountsForOrganizationCommand 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_DescribeAffectedEntitiesCommand, se_DescribeAffectedEntitiesCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeAffectedEntitiesCommand 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_DescribeAffectedEntitiesForOrganizationCommand, se_DescribeAffectedE
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeAffectedEntitiesForOrganizationCommand 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_DescribeEntityAggregatesCommand, se_DescribeEntityAggregatesCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeEntityAggregatesCommand 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_DescribeEntityAggregatesForOrganizationCommand, se_DescribeEntityAgg
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeEntityAggregatesForOrganizationCommand 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_DescribeEventAggregatesCommand, se_DescribeEventAggregatesCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeEventAggregatesCommand 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_DescribeEventDetailsCommand, se_DescribeEventDetailsCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeEventDetailsCommand 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_DescribeEventDetailsForOrganizationCommand, se_DescribeEventDetailsF
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeEventDetailsForOrganizationCommand 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_DescribeEventTypesCommand, se_DescribeEventTypesCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeEventTypesCommand 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_DescribeEventsCommand, se_DescribeEventsCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeEventsCommand 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_DescribeEventsForOrganizationCommand, se_DescribeEventsForOrganizati
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeEventsForOrganizationCommand 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_DescribeHealthServiceStatusForOrganizationCommand, se_DescribeHealth
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeHealthServiceStatusForOrganizationCommand 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_DisableHealthServiceAccessForOrganizationCommand, se_DisableHealthSe
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisableHealthServiceAccessForOrganizationCommand 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_EnableHealthServiceAccessForOrganizationCommand, se_EnableHealthServ
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class EnableHealthServiceAccessForOrganizationCommand 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-health",
|
|
3
3
|
"description": "AWS SDK for JavaScript Health 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-health",
|
|
@@ -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",
|