@aws-sdk/client-mediastore 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 +21 -63
- package/dist-es/commands/CreateContainerCommand.js +1 -3
- package/dist-es/commands/DeleteContainerCommand.js +1 -3
- package/dist-es/commands/DeleteContainerPolicyCommand.js +1 -3
- package/dist-es/commands/DeleteCorsPolicyCommand.js +1 -3
- package/dist-es/commands/DeleteLifecyclePolicyCommand.js +1 -3
- package/dist-es/commands/DeleteMetricPolicyCommand.js +1 -3
- package/dist-es/commands/DescribeContainerCommand.js +1 -3
- package/dist-es/commands/GetContainerPolicyCommand.js +1 -3
- package/dist-es/commands/GetCorsPolicyCommand.js +1 -3
- package/dist-es/commands/GetLifecyclePolicyCommand.js +1 -3
- package/dist-es/commands/GetMetricPolicyCommand.js +1 -3
- package/dist-es/commands/ListContainersCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/PutContainerPolicyCommand.js +1 -3
- package/dist-es/commands/PutCorsPolicyCommand.js +1 -3
- package/dist-es/commands/PutLifecyclePolicyCommand.js +1 -3
- package/dist-es/commands/PutMetricPolicyCommand.js +1 -3
- package/dist-es/commands/StartAccessLoggingCommand.js +1 -3
- package/dist-es/commands/StopAccessLoggingCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/package.json +4 -4
- package/dist-types/tsdoc-metadata.json +0 -11
package/dist-cjs/index.js
CHANGED
|
@@ -902,9 +902,7 @@ function sharedHeaders(operation) {
|
|
|
902
902
|
__name(sharedHeaders, "sharedHeaders");
|
|
903
903
|
|
|
904
904
|
// src/commands/CreateContainerCommand.ts
|
|
905
|
-
var _CreateContainerCommand = class _CreateContainerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
906
|
-
...commonParams
|
|
907
|
-
}).m(function(Command, cs, config, o) {
|
|
905
|
+
var _CreateContainerCommand = class _CreateContainerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
908
906
|
return [
|
|
909
907
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
910
908
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -918,9 +916,7 @@ var CreateContainerCommand = _CreateContainerCommand;
|
|
|
918
916
|
|
|
919
917
|
|
|
920
918
|
|
|
921
|
-
var _DeleteContainerCommand = class _DeleteContainerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
922
|
-
...commonParams
|
|
923
|
-
}).m(function(Command, cs, config, o) {
|
|
919
|
+
var _DeleteContainerCommand = class _DeleteContainerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
924
920
|
return [
|
|
925
921
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
926
922
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -934,9 +930,7 @@ var DeleteContainerCommand = _DeleteContainerCommand;
|
|
|
934
930
|
|
|
935
931
|
|
|
936
932
|
|
|
937
|
-
var _DeleteContainerPolicyCommand = class _DeleteContainerPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
938
|
-
...commonParams
|
|
939
|
-
}).m(function(Command, cs, config, o) {
|
|
933
|
+
var _DeleteContainerPolicyCommand = class _DeleteContainerPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
940
934
|
return [
|
|
941
935
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
942
936
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -950,9 +944,7 @@ var DeleteContainerPolicyCommand = _DeleteContainerPolicyCommand;
|
|
|
950
944
|
|
|
951
945
|
|
|
952
946
|
|
|
953
|
-
var _DeleteCorsPolicyCommand = class _DeleteCorsPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
954
|
-
...commonParams
|
|
955
|
-
}).m(function(Command, cs, config, o) {
|
|
947
|
+
var _DeleteCorsPolicyCommand = class _DeleteCorsPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
956
948
|
return [
|
|
957
949
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
958
950
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -966,9 +958,7 @@ var DeleteCorsPolicyCommand = _DeleteCorsPolicyCommand;
|
|
|
966
958
|
|
|
967
959
|
|
|
968
960
|
|
|
969
|
-
var _DeleteLifecyclePolicyCommand = class _DeleteLifecyclePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
970
|
-
...commonParams
|
|
971
|
-
}).m(function(Command, cs, config, o) {
|
|
961
|
+
var _DeleteLifecyclePolicyCommand = class _DeleteLifecyclePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
972
962
|
return [
|
|
973
963
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
974
964
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -982,9 +972,7 @@ var DeleteLifecyclePolicyCommand = _DeleteLifecyclePolicyCommand;
|
|
|
982
972
|
|
|
983
973
|
|
|
984
974
|
|
|
985
|
-
var _DeleteMetricPolicyCommand = class _DeleteMetricPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
986
|
-
...commonParams
|
|
987
|
-
}).m(function(Command, cs, config, o) {
|
|
975
|
+
var _DeleteMetricPolicyCommand = class _DeleteMetricPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
988
976
|
return [
|
|
989
977
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
990
978
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -998,9 +986,7 @@ var DeleteMetricPolicyCommand = _DeleteMetricPolicyCommand;
|
|
|
998
986
|
|
|
999
987
|
|
|
1000
988
|
|
|
1001
|
-
var _DescribeContainerCommand = class _DescribeContainerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1002
|
-
...commonParams
|
|
1003
|
-
}).m(function(Command, cs, config, o) {
|
|
989
|
+
var _DescribeContainerCommand = class _DescribeContainerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1004
990
|
return [
|
|
1005
991
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1006
992
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1014,9 +1000,7 @@ var DescribeContainerCommand = _DescribeContainerCommand;
|
|
|
1014
1000
|
|
|
1015
1001
|
|
|
1016
1002
|
|
|
1017
|
-
var _GetContainerPolicyCommand = class _GetContainerPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1018
|
-
...commonParams
|
|
1019
|
-
}).m(function(Command, cs, config, o) {
|
|
1003
|
+
var _GetContainerPolicyCommand = class _GetContainerPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1020
1004
|
return [
|
|
1021
1005
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1022
1006
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1030,9 +1014,7 @@ var GetContainerPolicyCommand = _GetContainerPolicyCommand;
|
|
|
1030
1014
|
|
|
1031
1015
|
|
|
1032
1016
|
|
|
1033
|
-
var _GetCorsPolicyCommand = class _GetCorsPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1034
|
-
...commonParams
|
|
1035
|
-
}).m(function(Command, cs, config, o) {
|
|
1017
|
+
var _GetCorsPolicyCommand = class _GetCorsPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1036
1018
|
return [
|
|
1037
1019
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1038
1020
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1046,9 +1028,7 @@ var GetCorsPolicyCommand = _GetCorsPolicyCommand;
|
|
|
1046
1028
|
|
|
1047
1029
|
|
|
1048
1030
|
|
|
1049
|
-
var _GetLifecyclePolicyCommand = class _GetLifecyclePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1050
|
-
...commonParams
|
|
1051
|
-
}).m(function(Command, cs, config, o) {
|
|
1031
|
+
var _GetLifecyclePolicyCommand = class _GetLifecyclePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1052
1032
|
return [
|
|
1053
1033
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1054
1034
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1062,9 +1042,7 @@ var GetLifecyclePolicyCommand = _GetLifecyclePolicyCommand;
|
|
|
1062
1042
|
|
|
1063
1043
|
|
|
1064
1044
|
|
|
1065
|
-
var _GetMetricPolicyCommand = class _GetMetricPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1066
|
-
...commonParams
|
|
1067
|
-
}).m(function(Command, cs, config, o) {
|
|
1045
|
+
var _GetMetricPolicyCommand = class _GetMetricPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1068
1046
|
return [
|
|
1069
1047
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1070
1048
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1078,9 +1056,7 @@ var GetMetricPolicyCommand = _GetMetricPolicyCommand;
|
|
|
1078
1056
|
|
|
1079
1057
|
|
|
1080
1058
|
|
|
1081
|
-
var _ListContainersCommand = class _ListContainersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1082
|
-
...commonParams
|
|
1083
|
-
}).m(function(Command, cs, config, o) {
|
|
1059
|
+
var _ListContainersCommand = class _ListContainersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1084
1060
|
return [
|
|
1085
1061
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1086
1062
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1094,9 +1070,7 @@ var ListContainersCommand = _ListContainersCommand;
|
|
|
1094
1070
|
|
|
1095
1071
|
|
|
1096
1072
|
|
|
1097
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1098
|
-
...commonParams
|
|
1099
|
-
}).m(function(Command, cs, config, o) {
|
|
1073
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1100
1074
|
return [
|
|
1101
1075
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1102
1076
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1110,9 +1084,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1110
1084
|
|
|
1111
1085
|
|
|
1112
1086
|
|
|
1113
|
-
var _PutContainerPolicyCommand = class _PutContainerPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1114
|
-
...commonParams
|
|
1115
|
-
}).m(function(Command, cs, config, o) {
|
|
1087
|
+
var _PutContainerPolicyCommand = class _PutContainerPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1116
1088
|
return [
|
|
1117
1089
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1118
1090
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1126,9 +1098,7 @@ var PutContainerPolicyCommand = _PutContainerPolicyCommand;
|
|
|
1126
1098
|
|
|
1127
1099
|
|
|
1128
1100
|
|
|
1129
|
-
var _PutCorsPolicyCommand = class _PutCorsPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1130
|
-
...commonParams
|
|
1131
|
-
}).m(function(Command, cs, config, o) {
|
|
1101
|
+
var _PutCorsPolicyCommand = class _PutCorsPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1132
1102
|
return [
|
|
1133
1103
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1134
1104
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1142,9 +1112,7 @@ var PutCorsPolicyCommand = _PutCorsPolicyCommand;
|
|
|
1142
1112
|
|
|
1143
1113
|
|
|
1144
1114
|
|
|
1145
|
-
var _PutLifecyclePolicyCommand = class _PutLifecyclePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1146
|
-
...commonParams
|
|
1147
|
-
}).m(function(Command, cs, config, o) {
|
|
1115
|
+
var _PutLifecyclePolicyCommand = class _PutLifecyclePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1148
1116
|
return [
|
|
1149
1117
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1150
1118
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1158,9 +1126,7 @@ var PutLifecyclePolicyCommand = _PutLifecyclePolicyCommand;
|
|
|
1158
1126
|
|
|
1159
1127
|
|
|
1160
1128
|
|
|
1161
|
-
var _PutMetricPolicyCommand = class _PutMetricPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1162
|
-
...commonParams
|
|
1163
|
-
}).m(function(Command, cs, config, o) {
|
|
1129
|
+
var _PutMetricPolicyCommand = class _PutMetricPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1164
1130
|
return [
|
|
1165
1131
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1166
1132
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1174,9 +1140,7 @@ var PutMetricPolicyCommand = _PutMetricPolicyCommand;
|
|
|
1174
1140
|
|
|
1175
1141
|
|
|
1176
1142
|
|
|
1177
|
-
var _StartAccessLoggingCommand = class _StartAccessLoggingCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1178
|
-
...commonParams
|
|
1179
|
-
}).m(function(Command, cs, config, o) {
|
|
1143
|
+
var _StartAccessLoggingCommand = class _StartAccessLoggingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1180
1144
|
return [
|
|
1181
1145
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1182
1146
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1190,9 +1154,7 @@ var StartAccessLoggingCommand = _StartAccessLoggingCommand;
|
|
|
1190
1154
|
|
|
1191
1155
|
|
|
1192
1156
|
|
|
1193
|
-
var _StopAccessLoggingCommand = class _StopAccessLoggingCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1194
|
-
...commonParams
|
|
1195
|
-
}).m(function(Command, cs, config, o) {
|
|
1157
|
+
var _StopAccessLoggingCommand = class _StopAccessLoggingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1196
1158
|
return [
|
|
1197
1159
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1198
1160
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1206,9 +1168,7 @@ var StopAccessLoggingCommand = _StopAccessLoggingCommand;
|
|
|
1206
1168
|
|
|
1207
1169
|
|
|
1208
1170
|
|
|
1209
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1210
|
-
...commonParams
|
|
1211
|
-
}).m(function(Command, cs, config, o) {
|
|
1171
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1212
1172
|
return [
|
|
1213
1173
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1214
1174
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1222,9 +1182,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1222
1182
|
|
|
1223
1183
|
|
|
1224
1184
|
|
|
1225
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1226
|
-
...commonParams
|
|
1227
|
-
}).m(function(Command, cs, config, o) {
|
|
1185
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1228
1186
|
return [
|
|
1229
1187
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1230
1188
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_CreateContainerCommand, se_CreateContainerCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateContainerCommand 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_DeleteContainerCommand, se_DeleteContainerCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteContainerCommand 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_DeleteContainerPolicyCommand, se_DeleteContainerPolicyCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteContainerPolicyCommand 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_DeleteCorsPolicyCommand, se_DeleteCorsPolicyCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteCorsPolicyCommand 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_DeleteLifecyclePolicyCommand, se_DeleteLifecyclePolicyCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteLifecyclePolicyCommand 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_DeleteMetricPolicyCommand, se_DeleteMetricPolicyCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteMetricPolicyCommand 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_DescribeContainerCommand, se_DescribeContainerCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeContainerCommand 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_GetContainerPolicyCommand, se_GetContainerPolicyCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetContainerPolicyCommand 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_GetCorsPolicyCommand, se_GetCorsPolicyCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetCorsPolicyCommand 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_GetLifecyclePolicyCommand, se_GetLifecyclePolicyCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetLifecyclePolicyCommand 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_GetMetricPolicyCommand, se_GetMetricPolicyCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetMetricPolicyCommand 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_ListContainersCommand, se_ListContainersCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListContainersCommand 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_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand 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_PutContainerPolicyCommand, se_PutContainerPolicyCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutContainerPolicyCommand 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_PutCorsPolicyCommand, se_PutCorsPolicyCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutCorsPolicyCommand 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_PutLifecyclePolicyCommand, se_PutLifecyclePolicyCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutLifecyclePolicyCommand 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_PutMetricPolicyCommand, se_PutMetricPolicyCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutMetricPolicyCommand 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_StartAccessLoggingCommand, se_StartAccessLoggingCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartAccessLoggingCommand 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_StopAccessLoggingCommand, se_StopAccessLoggingCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StopAccessLoggingCommand 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_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand 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_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand 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),
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, EndpointCache, resolveEndpoint } from "@smithy/util-endpoints";
|
|
3
3
|
import { ruleSet } from "./ruleset";
|
|
4
|
+
const cache = new EndpointCache({
|
|
5
|
+
size: 50,
|
|
6
|
+
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
7
|
+
});
|
|
4
8
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
5
|
-
return resolveEndpoint(ruleSet, {
|
|
9
|
+
return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {
|
|
6
10
|
endpointParams: endpointParams,
|
|
7
11
|
logger: context.logger,
|
|
8
|
-
});
|
|
12
|
+
}));
|
|
9
13
|
};
|
|
10
14
|
customEndpointFunctions.aws = awsEndpointFunctions;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mediastore",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mediastore 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-mediastore",
|
|
@@ -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",
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
// This file is read by tools that parse documentation comments conforming to the TSDoc standard.
|
|
2
|
-
// It should be published with your NPM package. It should not be tracked by Git.
|
|
3
|
-
{
|
|
4
|
-
"tsdocVersion": "0.12",
|
|
5
|
-
"toolPackages": [
|
|
6
|
-
{
|
|
7
|
-
"packageName": "@microsoft/api-extractor",
|
|
8
|
-
"packageVersion": "7.34.4"
|
|
9
|
-
}
|
|
10
|
-
]
|
|
11
|
-
}
|