@aws-sdk/client-mediastore 3.590.0 → 3.596.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 +0 -21
- package/dist-types/commands/CreateContainerCommand.d.ts +2 -1
- package/dist-types/commands/DeleteContainerCommand.d.ts +2 -1
- package/dist-types/commands/DeleteContainerPolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCorsPolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLifecyclePolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteMetricPolicyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeContainerCommand.d.ts +2 -1
- package/dist-types/commands/GetContainerPolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetCorsPolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetLifecyclePolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetMetricPolicyCommand.d.ts +2 -1
- package/dist-types/commands/ListContainersCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PutContainerPolicyCommand.d.ts +2 -1
- package/dist-types/commands/PutCorsPolicyCommand.d.ts +2 -1
- package/dist-types/commands/PutLifecyclePolicyCommand.d.ts +2 -1
- package/dist-types/commands/PutMetricPolicyCommand.d.ts +2 -1
- package/dist-types/commands/StartAccessLoggingCommand.d.ts +2 -1
- package/dist-types/commands/StopAccessLoggingCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/MediaStoreServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateContainerCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteContainerCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteContainerPolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteCorsPolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteMetricPolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeContainerCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetContainerPolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetCorsPolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetMetricPolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListContainersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutContainerPolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutCorsPolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutLifecyclePolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutMetricPolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartAccessLoggingCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopAccessLoggingCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/MediaStoreServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -209,7 +209,6 @@ var MediaStoreClient = _MediaStoreClient;
|
|
|
209
209
|
|
|
210
210
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
211
211
|
|
|
212
|
-
var import_types = require("@smithy/types");
|
|
213
212
|
|
|
214
213
|
// src/protocols/Aws_json1_1.ts
|
|
215
214
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -925,7 +924,6 @@ var CreateContainerCommand = _CreateContainerCommand;
|
|
|
925
924
|
|
|
926
925
|
|
|
927
926
|
|
|
928
|
-
|
|
929
927
|
var _DeleteContainerCommand = class _DeleteContainerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
930
928
|
...commonParams
|
|
931
929
|
}).m(function(Command, cs, config, o) {
|
|
@@ -942,7 +940,6 @@ var DeleteContainerCommand = _DeleteContainerCommand;
|
|
|
942
940
|
|
|
943
941
|
|
|
944
942
|
|
|
945
|
-
|
|
946
943
|
var _DeleteContainerPolicyCommand = class _DeleteContainerPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
947
944
|
...commonParams
|
|
948
945
|
}).m(function(Command, cs, config, o) {
|
|
@@ -959,7 +956,6 @@ var DeleteContainerPolicyCommand = _DeleteContainerPolicyCommand;
|
|
|
959
956
|
|
|
960
957
|
|
|
961
958
|
|
|
962
|
-
|
|
963
959
|
var _DeleteCorsPolicyCommand = class _DeleteCorsPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
964
960
|
...commonParams
|
|
965
961
|
}).m(function(Command, cs, config, o) {
|
|
@@ -976,7 +972,6 @@ var DeleteCorsPolicyCommand = _DeleteCorsPolicyCommand;
|
|
|
976
972
|
|
|
977
973
|
|
|
978
974
|
|
|
979
|
-
|
|
980
975
|
var _DeleteLifecyclePolicyCommand = class _DeleteLifecyclePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
981
976
|
...commonParams
|
|
982
977
|
}).m(function(Command, cs, config, o) {
|
|
@@ -993,7 +988,6 @@ var DeleteLifecyclePolicyCommand = _DeleteLifecyclePolicyCommand;
|
|
|
993
988
|
|
|
994
989
|
|
|
995
990
|
|
|
996
|
-
|
|
997
991
|
var _DeleteMetricPolicyCommand = class _DeleteMetricPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
998
992
|
...commonParams
|
|
999
993
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1010,7 +1004,6 @@ var DeleteMetricPolicyCommand = _DeleteMetricPolicyCommand;
|
|
|
1010
1004
|
|
|
1011
1005
|
|
|
1012
1006
|
|
|
1013
|
-
|
|
1014
1007
|
var _DescribeContainerCommand = class _DescribeContainerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1015
1008
|
...commonParams
|
|
1016
1009
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1027,7 +1020,6 @@ var DescribeContainerCommand = _DescribeContainerCommand;
|
|
|
1027
1020
|
|
|
1028
1021
|
|
|
1029
1022
|
|
|
1030
|
-
|
|
1031
1023
|
var _GetContainerPolicyCommand = class _GetContainerPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1032
1024
|
...commonParams
|
|
1033
1025
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1044,7 +1036,6 @@ var GetContainerPolicyCommand = _GetContainerPolicyCommand;
|
|
|
1044
1036
|
|
|
1045
1037
|
|
|
1046
1038
|
|
|
1047
|
-
|
|
1048
1039
|
var _GetCorsPolicyCommand = class _GetCorsPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1049
1040
|
...commonParams
|
|
1050
1041
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1061,7 +1052,6 @@ var GetCorsPolicyCommand = _GetCorsPolicyCommand;
|
|
|
1061
1052
|
|
|
1062
1053
|
|
|
1063
1054
|
|
|
1064
|
-
|
|
1065
1055
|
var _GetLifecyclePolicyCommand = class _GetLifecyclePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1066
1056
|
...commonParams
|
|
1067
1057
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1078,7 +1068,6 @@ var GetLifecyclePolicyCommand = _GetLifecyclePolicyCommand;
|
|
|
1078
1068
|
|
|
1079
1069
|
|
|
1080
1070
|
|
|
1081
|
-
|
|
1082
1071
|
var _GetMetricPolicyCommand = class _GetMetricPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1083
1072
|
...commonParams
|
|
1084
1073
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1095,7 +1084,6 @@ var GetMetricPolicyCommand = _GetMetricPolicyCommand;
|
|
|
1095
1084
|
|
|
1096
1085
|
|
|
1097
1086
|
|
|
1098
|
-
|
|
1099
1087
|
var _ListContainersCommand = class _ListContainersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1100
1088
|
...commonParams
|
|
1101
1089
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1112,7 +1100,6 @@ var ListContainersCommand = _ListContainersCommand;
|
|
|
1112
1100
|
|
|
1113
1101
|
|
|
1114
1102
|
|
|
1115
|
-
|
|
1116
1103
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1117
1104
|
...commonParams
|
|
1118
1105
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1129,7 +1116,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1129
1116
|
|
|
1130
1117
|
|
|
1131
1118
|
|
|
1132
|
-
|
|
1133
1119
|
var _PutContainerPolicyCommand = class _PutContainerPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1134
1120
|
...commonParams
|
|
1135
1121
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1146,7 +1132,6 @@ var PutContainerPolicyCommand = _PutContainerPolicyCommand;
|
|
|
1146
1132
|
|
|
1147
1133
|
|
|
1148
1134
|
|
|
1149
|
-
|
|
1150
1135
|
var _PutCorsPolicyCommand = class _PutCorsPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1151
1136
|
...commonParams
|
|
1152
1137
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1163,7 +1148,6 @@ var PutCorsPolicyCommand = _PutCorsPolicyCommand;
|
|
|
1163
1148
|
|
|
1164
1149
|
|
|
1165
1150
|
|
|
1166
|
-
|
|
1167
1151
|
var _PutLifecyclePolicyCommand = class _PutLifecyclePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1168
1152
|
...commonParams
|
|
1169
1153
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1180,7 +1164,6 @@ var PutLifecyclePolicyCommand = _PutLifecyclePolicyCommand;
|
|
|
1180
1164
|
|
|
1181
1165
|
|
|
1182
1166
|
|
|
1183
|
-
|
|
1184
1167
|
var _PutMetricPolicyCommand = class _PutMetricPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1185
1168
|
...commonParams
|
|
1186
1169
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1197,7 +1180,6 @@ var PutMetricPolicyCommand = _PutMetricPolicyCommand;
|
|
|
1197
1180
|
|
|
1198
1181
|
|
|
1199
1182
|
|
|
1200
|
-
|
|
1201
1183
|
var _StartAccessLoggingCommand = class _StartAccessLoggingCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1202
1184
|
...commonParams
|
|
1203
1185
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1214,7 +1196,6 @@ var StartAccessLoggingCommand = _StartAccessLoggingCommand;
|
|
|
1214
1196
|
|
|
1215
1197
|
|
|
1216
1198
|
|
|
1217
|
-
|
|
1218
1199
|
var _StopAccessLoggingCommand = class _StopAccessLoggingCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1219
1200
|
...commonParams
|
|
1220
1201
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1231,7 +1212,6 @@ var StopAccessLoggingCommand = _StopAccessLoggingCommand;
|
|
|
1231
1212
|
|
|
1232
1213
|
|
|
1233
1214
|
|
|
1234
|
-
|
|
1235
1215
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1236
1216
|
...commonParams
|
|
1237
1217
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1248,7 +1228,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1248
1228
|
|
|
1249
1229
|
|
|
1250
1230
|
|
|
1251
|
-
|
|
1252
1231
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1253
1232
|
...commonParams
|
|
1254
1233
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
export * from "./MediaStoreClient";
|
|
8
8
|
export * from "./MediaStore";
|
|
9
9
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
11
|
-
export { MediaStoreExtensionConfiguration } from "./extensionConfiguration";
|
|
10
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
11
|
+
export type { MediaStoreExtensionConfiguration } from "./extensionConfiguration";
|
|
12
12
|
export * from "./commands";
|
|
13
13
|
export * from "./pagination";
|
|
14
14
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateContainerInput,
|
|
10
10
|
CreateContainerOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateContainerCommandInput extends CreateContainerInput {}
|
|
14
15
|
export interface CreateContainerCommandOutput
|
|
15
16
|
extends CreateContainerOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteContainerInput,
|
|
10
10
|
DeleteContainerOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteContainerCommandInput extends DeleteContainerInput {}
|
|
14
15
|
export interface DeleteContainerCommandOutput
|
|
15
16
|
extends DeleteContainerOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteContainerPolicyInput,
|
|
10
10
|
DeleteContainerPolicyOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteContainerPolicyCommandInput
|
|
14
15
|
extends DeleteContainerPolicyInput {}
|
|
15
16
|
export interface DeleteContainerPolicyCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteCorsPolicyInput,
|
|
10
10
|
DeleteCorsPolicyOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteCorsPolicyCommandInput extends DeleteCorsPolicyInput {}
|
|
14
15
|
export interface DeleteCorsPolicyCommandOutput
|
|
15
16
|
extends DeleteCorsPolicyOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteLifecyclePolicyInput,
|
|
10
10
|
DeleteLifecyclePolicyOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteLifecyclePolicyCommandInput
|
|
14
15
|
extends DeleteLifecyclePolicyInput {}
|
|
15
16
|
export interface DeleteLifecyclePolicyCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteMetricPolicyInput,
|
|
10
10
|
DeleteMetricPolicyOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteMetricPolicyCommandInput
|
|
14
15
|
extends DeleteMetricPolicyInput {}
|
|
15
16
|
export interface DeleteMetricPolicyCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeContainerInput,
|
|
10
10
|
DescribeContainerOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeContainerCommandInput extends DescribeContainerInput {}
|
|
14
15
|
export interface DescribeContainerCommandOutput
|
|
15
16
|
extends DescribeContainerOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetContainerPolicyInput,
|
|
10
10
|
GetContainerPolicyOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetContainerPolicyCommandInput
|
|
14
15
|
extends GetContainerPolicyInput {}
|
|
15
16
|
export interface GetContainerPolicyCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../MediaStoreClient";
|
|
8
8
|
import { GetCorsPolicyInput, GetCorsPolicyOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetCorsPolicyCommandInput extends GetCorsPolicyInput {}
|
|
11
12
|
export interface GetCorsPolicyCommandOutput
|
|
12
13
|
extends GetCorsPolicyOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetLifecyclePolicyInput,
|
|
10
10
|
GetLifecyclePolicyOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetLifecyclePolicyCommandInput
|
|
14
15
|
extends GetLifecyclePolicyInput {}
|
|
15
16
|
export interface GetLifecyclePolicyCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetMetricPolicyInput,
|
|
10
10
|
GetMetricPolicyOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetMetricPolicyCommandInput extends GetMetricPolicyInput {}
|
|
14
15
|
export interface GetMetricPolicyCommandOutput
|
|
15
16
|
extends GetMetricPolicyOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../MediaStoreClient";
|
|
8
8
|
import { ListContainersInput, ListContainersOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListContainersCommandInput extends ListContainersInput {}
|
|
11
12
|
export interface ListContainersCommandOutput
|
|
12
13
|
extends ListContainersOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTagsForResourceInput,
|
|
10
10
|
ListTagsForResourceOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceInput {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
PutContainerPolicyInput,
|
|
10
10
|
PutContainerPolicyOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface PutContainerPolicyCommandInput
|
|
14
15
|
extends PutContainerPolicyInput {}
|
|
15
16
|
export interface PutContainerPolicyCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../MediaStoreClient";
|
|
8
8
|
import { PutCorsPolicyInput, PutCorsPolicyOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface PutCorsPolicyCommandInput extends PutCorsPolicyInput {}
|
|
11
12
|
export interface PutCorsPolicyCommandOutput
|
|
12
13
|
extends PutCorsPolicyOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
PutLifecyclePolicyInput,
|
|
10
10
|
PutLifecyclePolicyOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface PutLifecyclePolicyCommandInput
|
|
14
15
|
extends PutLifecyclePolicyInput {}
|
|
15
16
|
export interface PutLifecyclePolicyCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
PutMetricPolicyInput,
|
|
10
10
|
PutMetricPolicyOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface PutMetricPolicyCommandInput extends PutMetricPolicyInput {}
|
|
14
15
|
export interface PutMetricPolicyCommandOutput
|
|
15
16
|
extends PutMetricPolicyOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StartAccessLoggingInput,
|
|
10
10
|
StartAccessLoggingOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartAccessLoggingCommandInput
|
|
14
15
|
extends StartAccessLoggingInput {}
|
|
15
16
|
export interface StartAccessLoggingCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StopAccessLoggingInput,
|
|
10
10
|
StopAccessLoggingOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StopAccessLoggingCommandInput extends StopAccessLoggingInput {}
|
|
14
15
|
export interface StopAccessLoggingCommandOutput
|
|
15
16
|
extends StopAccessLoggingOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../MediaStoreClient";
|
|
8
8
|
import { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceInput {}
|
|
11
12
|
export interface TagResourceCommandOutput
|
|
12
13
|
extends TagResourceOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../MediaStoreClient";
|
|
8
8
|
import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
11
12
|
export interface UntagResourceCommandOutput
|
|
12
13
|
extends UntagResourceOutput,
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class MediaStoreServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
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.596.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": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.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.596.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.596.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.596.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|