@aws-sdk/client-kinesis-video 3.758.0 → 3.774.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +40 -40
  2. package/package.json +7 -7
package/dist-cjs/index.js CHANGED
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
20
 
21
21
  // src/index.ts
22
- var src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  APIName: () => APIName,
25
25
  AccessDeniedException: () => AccessDeniedException,
26
26
  AccountChannelLimitExceededException: () => AccountChannelLimitExceededException,
@@ -100,7 +100,7 @@ __export(src_exports, {
100
100
  paginateListSignalingChannels: () => paginateListSignalingChannels,
101
101
  paginateListStreams: () => paginateListStreams
102
102
  });
103
- module.exports = __toCommonJS(src_exports);
103
+ module.exports = __toCommonJS(index_exports);
104
104
 
105
105
  // src/KinesisVideoClient.ts
106
106
  var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
@@ -227,9 +227,9 @@ var KinesisVideoClient = class extends import_smithy_client.Client {
227
227
  this.middlewareStack.use(
228
228
  (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
229
229
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultKinesisVideoHttpAuthSchemeParametersProvider,
230
- identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
230
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
231
231
  "aws.auth#sigv4": config.credentials
232
- })
232
+ }), "identityProviderConfigProvider")
233
233
  })
234
234
  );
235
235
  this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
@@ -703,8 +703,8 @@ var se_CreateSignalingChannelCommand = /* @__PURE__ */ __name(async (input, cont
703
703
  (0, import_smithy_client.take)(input, {
704
704
  ChannelName: [],
705
705
  ChannelType: [],
706
- SingleMasterConfiguration: (_) => (0, import_smithy_client._json)(_),
707
- Tags: (_) => (0, import_smithy_client._json)(_)
706
+ SingleMasterConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SingleMasterConfiguration"),
707
+ Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
708
708
  })
709
709
  );
710
710
  b.m("POST").h(headers).b(body);
@@ -724,7 +724,7 @@ var se_CreateStreamCommand = /* @__PURE__ */ __name(async (input, context) => {
724
724
  KmsKeyId: [],
725
725
  MediaType: [],
726
726
  StreamName: [],
727
- Tags: (_) => (0, import_smithy_client._json)(_)
727
+ Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
728
728
  })
729
729
  );
730
730
  b.m("POST").h(headers).b(body);
@@ -919,7 +919,7 @@ var se_GetSignalingChannelEndpointCommand = /* @__PURE__ */ __name(async (input,
919
919
  body = JSON.stringify(
920
920
  (0, import_smithy_client.take)(input, {
921
921
  ChannelARN: [],
922
- SingleMasterChannelEndpointConfiguration: (_) => (0, import_smithy_client._json)(_)
922
+ SingleMasterChannelEndpointConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SingleMasterChannelEndpointConfiguration")
923
923
  })
924
924
  );
925
925
  b.m("POST").h(headers).b(body);
@@ -951,7 +951,7 @@ var se_ListSignalingChannelsCommand = /* @__PURE__ */ __name(async (input, conte
951
951
  let body;
952
952
  body = JSON.stringify(
953
953
  (0, import_smithy_client.take)(input, {
954
- ChannelNameCondition: (_) => (0, import_smithy_client._json)(_),
954
+ ChannelNameCondition: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ChannelNameCondition"),
955
955
  MaxResults: [],
956
956
  NextToken: []
957
957
  })
@@ -970,7 +970,7 @@ var se_ListStreamsCommand = /* @__PURE__ */ __name(async (input, context) => {
970
970
  (0, import_smithy_client.take)(input, {
971
971
  MaxResults: [],
972
972
  NextToken: [],
973
- StreamNameCondition: (_) => (0, import_smithy_client._json)(_)
973
+ StreamNameCondition: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "StreamNameCondition")
974
974
  })
975
975
  );
976
976
  b.m("POST").h(headers).b(body);
@@ -1018,7 +1018,7 @@ var se_StartEdgeConfigurationUpdateCommand = /* @__PURE__ */ __name(async (input
1018
1018
  let body;
1019
1019
  body = JSON.stringify(
1020
1020
  (0, import_smithy_client.take)(input, {
1021
- EdgeConfig: (_) => (0, import_smithy_client._json)(_),
1021
+ EdgeConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "EdgeConfig"),
1022
1022
  StreamARN: [],
1023
1023
  StreamName: []
1024
1024
  })
@@ -1036,7 +1036,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
1036
1036
  body = JSON.stringify(
1037
1037
  (0, import_smithy_client.take)(input, {
1038
1038
  ResourceARN: [],
1039
- Tags: (_) => (0, import_smithy_client._json)(_)
1039
+ Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
1040
1040
  })
1041
1041
  );
1042
1042
  b.m("POST").h(headers).b(body);
@@ -1053,7 +1053,7 @@ var se_TagStreamCommand = /* @__PURE__ */ __name(async (input, context) => {
1053
1053
  (0, import_smithy_client.take)(input, {
1054
1054
  StreamARN: [],
1055
1055
  StreamName: [],
1056
- Tags: (_) => (0, import_smithy_client._json)(_)
1056
+ Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
1057
1057
  })
1058
1058
  );
1059
1059
  b.m("POST").h(headers).b(body);
@@ -1069,7 +1069,7 @@ var se_UntagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
1069
1069
  body = JSON.stringify(
1070
1070
  (0, import_smithy_client.take)(input, {
1071
1071
  ResourceARN: [],
1072
- TagKeyList: (_) => (0, import_smithy_client._json)(_)
1072
+ TagKeyList: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TagKeyList")
1073
1073
  })
1074
1074
  );
1075
1075
  b.m("POST").h(headers).b(body);
@@ -1086,7 +1086,7 @@ var se_UntagStreamCommand = /* @__PURE__ */ __name(async (input, context) => {
1086
1086
  (0, import_smithy_client.take)(input, {
1087
1087
  StreamARN: [],
1088
1088
  StreamName: [],
1089
- TagKeyList: (_) => (0, import_smithy_client._json)(_)
1089
+ TagKeyList: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TagKeyList")
1090
1090
  })
1091
1091
  );
1092
1092
  b.m("POST").h(headers).b(body);
@@ -1120,7 +1120,7 @@ var se_UpdateImageGenerationConfigurationCommand = /* @__PURE__ */ __name(async
1120
1120
  let body;
1121
1121
  body = JSON.stringify(
1122
1122
  (0, import_smithy_client.take)(input, {
1123
- ImageGenerationConfiguration: (_) => (0, import_smithy_client._json)(_),
1123
+ ImageGenerationConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ImageGenerationConfiguration"),
1124
1124
  StreamARN: [],
1125
1125
  StreamName: []
1126
1126
  })
@@ -1138,7 +1138,7 @@ var se_UpdateMediaStorageConfigurationCommand = /* @__PURE__ */ __name(async (in
1138
1138
  body = JSON.stringify(
1139
1139
  (0, import_smithy_client.take)(input, {
1140
1140
  ChannelARN: [],
1141
- MediaStorageConfiguration: (_) => (0, import_smithy_client._json)(_)
1141
+ MediaStorageConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "MediaStorageConfiguration")
1142
1142
  })
1143
1143
  );
1144
1144
  b.m("POST").h(headers).b(body);
@@ -1153,7 +1153,7 @@ var se_UpdateNotificationConfigurationCommand = /* @__PURE__ */ __name(async (in
1153
1153
  let body;
1154
1154
  body = JSON.stringify(
1155
1155
  (0, import_smithy_client.take)(input, {
1156
- NotificationConfiguration: (_) => (0, import_smithy_client._json)(_),
1156
+ NotificationConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "NotificationConfiguration"),
1157
1157
  StreamARN: [],
1158
1158
  StreamName: []
1159
1159
  })
@@ -1172,7 +1172,7 @@ var se_UpdateSignalingChannelCommand = /* @__PURE__ */ __name(async (input, cont
1172
1172
  (0, import_smithy_client.take)(input, {
1173
1173
  ChannelARN: [],
1174
1174
  CurrentVersion: [],
1175
- SingleMasterConfiguration: (_) => (0, import_smithy_client._json)(_)
1175
+ SingleMasterConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SingleMasterConfiguration")
1176
1176
  })
1177
1177
  );
1178
1178
  b.m("POST").h(headers).b(body);
@@ -1264,11 +1264,11 @@ var de_DescribeEdgeConfigurationCommand = /* @__PURE__ */ __name(async (output,
1264
1264
  });
1265
1265
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1266
1266
  const doc = (0, import_smithy_client.take)(data, {
1267
- CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1268
- EdgeAgentStatus: (_) => de_EdgeAgentStatus(_, context),
1267
+ CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
1268
+ EdgeAgentStatus: /* @__PURE__ */ __name((_) => de_EdgeAgentStatus(_, context), "EdgeAgentStatus"),
1269
1269
  EdgeConfig: import_smithy_client._json,
1270
1270
  FailedStatusDetails: import_smithy_client.expectString,
1271
- LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1271
+ LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
1272
1272
  StreamARN: import_smithy_client.expectString,
1273
1273
  StreamName: import_smithy_client.expectString,
1274
1274
  SyncStatus: import_smithy_client.expectString
@@ -1342,7 +1342,7 @@ var de_DescribeSignalingChannelCommand = /* @__PURE__ */ __name(async (output, c
1342
1342
  });
1343
1343
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1344
1344
  const doc = (0, import_smithy_client.take)(data, {
1345
- ChannelInfo: (_) => de_ChannelInfo(_, context)
1345
+ ChannelInfo: /* @__PURE__ */ __name((_) => de_ChannelInfo(_, context), "ChannelInfo")
1346
1346
  });
1347
1347
  Object.assign(contents, doc);
1348
1348
  return contents;
@@ -1356,7 +1356,7 @@ var de_DescribeStreamCommand = /* @__PURE__ */ __name(async (output, context) =>
1356
1356
  });
1357
1357
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1358
1358
  const doc = (0, import_smithy_client.take)(data, {
1359
- StreamInfo: (_) => de_StreamInfo(_, context)
1359
+ StreamInfo: /* @__PURE__ */ __name((_) => de_StreamInfo(_, context), "StreamInfo")
1360
1360
  });
1361
1361
  Object.assign(contents, doc);
1362
1362
  return contents;
@@ -1398,7 +1398,7 @@ var de_ListEdgeAgentConfigurationsCommand = /* @__PURE__ */ __name(async (output
1398
1398
  });
1399
1399
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1400
1400
  const doc = (0, import_smithy_client.take)(data, {
1401
- EdgeConfigs: (_) => de_ListEdgeAgentConfigurationsEdgeConfigList(_, context),
1401
+ EdgeConfigs: /* @__PURE__ */ __name((_) => de_ListEdgeAgentConfigurationsEdgeConfigList(_, context), "EdgeConfigs"),
1402
1402
  NextToken: import_smithy_client.expectString
1403
1403
  });
1404
1404
  Object.assign(contents, doc);
@@ -1413,7 +1413,7 @@ var de_ListSignalingChannelsCommand = /* @__PURE__ */ __name(async (output, cont
1413
1413
  });
1414
1414
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1415
1415
  const doc = (0, import_smithy_client.take)(data, {
1416
- ChannelInfoList: (_) => de_ChannelInfoList(_, context),
1416
+ ChannelInfoList: /* @__PURE__ */ __name((_) => de_ChannelInfoList(_, context), "ChannelInfoList"),
1417
1417
  NextToken: import_smithy_client.expectString
1418
1418
  });
1419
1419
  Object.assign(contents, doc);
@@ -1429,7 +1429,7 @@ var de_ListStreamsCommand = /* @__PURE__ */ __name(async (output, context) => {
1429
1429
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1430
1430
  const doc = (0, import_smithy_client.take)(data, {
1431
1431
  NextToken: import_smithy_client.expectString,
1432
- StreamInfoList: (_) => de_StreamInfoList(_, context)
1432
+ StreamInfoList: /* @__PURE__ */ __name((_) => de_StreamInfoList(_, context), "StreamInfoList")
1433
1433
  });
1434
1434
  Object.assign(contents, doc);
1435
1435
  return contents;
@@ -1473,10 +1473,10 @@ var de_StartEdgeConfigurationUpdateCommand = /* @__PURE__ */ __name(async (outpu
1473
1473
  });
1474
1474
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1475
1475
  const doc = (0, import_smithy_client.take)(data, {
1476
- CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1476
+ CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
1477
1477
  EdgeConfig: import_smithy_client._json,
1478
1478
  FailedStatusDetails: import_smithy_client.expectString,
1479
- LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1479
+ LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
1480
1480
  StreamARN: import_smithy_client.expectString,
1481
1481
  StreamName: import_smithy_client.expectString,
1482
1482
  SyncStatus: import_smithy_client.expectString
@@ -1847,7 +1847,7 @@ var de_ChannelInfo = /* @__PURE__ */ __name((output, context) => {
1847
1847
  ChannelName: import_smithy_client.expectString,
1848
1848
  ChannelStatus: import_smithy_client.expectString,
1849
1849
  ChannelType: import_smithy_client.expectString,
1850
- CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1850
+ CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
1851
1851
  SingleMasterConfiguration: import_smithy_client._json,
1852
1852
  Version: import_smithy_client.expectString
1853
1853
  });
@@ -1860,32 +1860,32 @@ var de_ChannelInfoList = /* @__PURE__ */ __name((output, context) => {
1860
1860
  }, "de_ChannelInfoList");
1861
1861
  var de_EdgeAgentStatus = /* @__PURE__ */ __name((output, context) => {
1862
1862
  return (0, import_smithy_client.take)(output, {
1863
- LastRecorderStatus: (_) => de_LastRecorderStatus(_, context),
1864
- LastUploaderStatus: (_) => de_LastUploaderStatus(_, context)
1863
+ LastRecorderStatus: /* @__PURE__ */ __name((_) => de_LastRecorderStatus(_, context), "LastRecorderStatus"),
1864
+ LastUploaderStatus: /* @__PURE__ */ __name((_) => de_LastUploaderStatus(_, context), "LastUploaderStatus")
1865
1865
  });
1866
1866
  }, "de_EdgeAgentStatus");
1867
1867
  var de_LastRecorderStatus = /* @__PURE__ */ __name((output, context) => {
1868
1868
  return (0, import_smithy_client.take)(output, {
1869
1869
  JobStatusDetails: import_smithy_client.expectString,
1870
- LastCollectedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1871
- LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1870
+ LastCollectedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastCollectedTime"),
1871
+ LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
1872
1872
  RecorderStatus: import_smithy_client.expectString
1873
1873
  });
1874
1874
  }, "de_LastRecorderStatus");
1875
1875
  var de_LastUploaderStatus = /* @__PURE__ */ __name((output, context) => {
1876
1876
  return (0, import_smithy_client.take)(output, {
1877
1877
  JobStatusDetails: import_smithy_client.expectString,
1878
- LastCollectedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1879
- LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1878
+ LastCollectedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastCollectedTime"),
1879
+ LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
1880
1880
  UploaderStatus: import_smithy_client.expectString
1881
1881
  });
1882
1882
  }, "de_LastUploaderStatus");
1883
1883
  var de_ListEdgeAgentConfigurationsEdgeConfig = /* @__PURE__ */ __name((output, context) => {
1884
1884
  return (0, import_smithy_client.take)(output, {
1885
- CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1885
+ CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
1886
1886
  EdgeConfig: import_smithy_client._json,
1887
1887
  FailedStatusDetails: import_smithy_client.expectString,
1888
- LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1888
+ LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
1889
1889
  StreamARN: import_smithy_client.expectString,
1890
1890
  StreamName: import_smithy_client.expectString,
1891
1891
  SyncStatus: import_smithy_client.expectString
@@ -1899,7 +1899,7 @@ var de_ListEdgeAgentConfigurationsEdgeConfigList = /* @__PURE__ */ __name((outpu
1899
1899
  }, "de_ListEdgeAgentConfigurationsEdgeConfigList");
1900
1900
  var de_StreamInfo = /* @__PURE__ */ __name((output, context) => {
1901
1901
  return (0, import_smithy_client.take)(output, {
1902
- CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1902
+ CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
1903
1903
  DataRetentionInHours: import_smithy_client.expectInt32,
1904
1904
  DeviceName: import_smithy_client.expectString,
1905
1905
  KmsKeyId: import_smithy_client.expectString,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-kinesis-video",
3
3
  "description": "AWS SDK for JavaScript Kinesis Video Client for Node.js, Browser and React Native",
4
- "version": "3.758.0",
4
+ "version": "3.774.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-kinesis-video",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.758.0",
24
- "@aws-sdk/credential-provider-node": "3.758.0",
25
- "@aws-sdk/middleware-host-header": "3.734.0",
23
+ "@aws-sdk/core": "3.774.0",
24
+ "@aws-sdk/credential-provider-node": "3.774.0",
25
+ "@aws-sdk/middleware-host-header": "3.774.0",
26
26
  "@aws-sdk/middleware-logger": "3.734.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.734.0",
28
- "@aws-sdk/middleware-user-agent": "3.758.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.772.0",
28
+ "@aws-sdk/middleware-user-agent": "3.774.0",
29
29
  "@aws-sdk/region-config-resolver": "3.734.0",
30
30
  "@aws-sdk/types": "3.734.0",
31
31
  "@aws-sdk/util-endpoints": "3.743.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.734.0",
33
- "@aws-sdk/util-user-agent-node": "3.758.0",
33
+ "@aws-sdk/util-user-agent-node": "3.774.0",
34
34
  "@smithy/config-resolver": "^4.0.1",
35
35
  "@smithy/core": "^3.1.5",
36
36
  "@smithy/fetch-http-handler": "^5.0.1",