@aws-sdk/client-kinesis-video-archived-media 3.496.0 → 3.499.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 +26 -25
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -1193,43 +1193,44 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
1193
1193
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1194
1194
|
|
|
1195
1195
|
0 && (module.exports = {
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
DASHFragmentSelectorType,
|
|
1202
|
-
DASHPlaybackMode,
|
|
1203
|
-
Format,
|
|
1204
|
-
FormatConfigKey,
|
|
1205
|
-
FragmentSelectorType,
|
|
1196
|
+
KinesisVideoArchivedMediaServiceException,
|
|
1197
|
+
__Client,
|
|
1198
|
+
KinesisVideoArchivedMediaClient,
|
|
1199
|
+
KinesisVideoArchivedMedia,
|
|
1200
|
+
$Command,
|
|
1206
1201
|
GetClipCommand,
|
|
1207
|
-
GetClipOutputFilterSensitiveLog,
|
|
1208
1202
|
GetDASHStreamingSessionURLCommand,
|
|
1209
1203
|
GetHLSStreamingSessionURLCommand,
|
|
1210
1204
|
GetImagesCommand,
|
|
1211
1205
|
GetMediaForFragmentListCommand,
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
ImageError,
|
|
1218
|
-
ImageSelectorType,
|
|
1206
|
+
ListFragmentsCommand,
|
|
1207
|
+
paginateGetImages,
|
|
1208
|
+
paginateListFragments,
|
|
1209
|
+
ClientLimitExceededException,
|
|
1210
|
+
ClipFragmentSelectorType,
|
|
1219
1211
|
InvalidArgumentException,
|
|
1220
1212
|
InvalidCodecPrivateDataException,
|
|
1221
1213
|
InvalidMediaFrameException,
|
|
1222
|
-
KinesisVideoArchivedMedia,
|
|
1223
|
-
KinesisVideoArchivedMediaClient,
|
|
1224
|
-
KinesisVideoArchivedMediaServiceException,
|
|
1225
|
-
ListFragmentsCommand,
|
|
1226
1214
|
MissingCodecPrivateDataException,
|
|
1227
1215
|
NoDataRetentionException,
|
|
1228
1216
|
NotAuthorizedException,
|
|
1229
1217
|
ResourceNotFoundException,
|
|
1230
1218
|
UnsupportedStreamMediaTypeException,
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1219
|
+
DASHFragmentSelectorType,
|
|
1220
|
+
DASHDisplayFragmentNumber,
|
|
1221
|
+
DASHDisplayFragmentTimestamp,
|
|
1222
|
+
DASHPlaybackMode,
|
|
1223
|
+
ContainerFormat,
|
|
1224
|
+
HLSDiscontinuityMode,
|
|
1225
|
+
HLSDisplayFragmentTimestamp,
|
|
1226
|
+
HLSFragmentSelectorType,
|
|
1227
|
+
HLSPlaybackMode,
|
|
1228
|
+
Format,
|
|
1229
|
+
FormatConfigKey,
|
|
1230
|
+
ImageSelectorType,
|
|
1231
|
+
ImageError,
|
|
1232
|
+
FragmentSelectorType,
|
|
1233
|
+
GetClipOutputFilterSensitiveLog,
|
|
1234
|
+
GetMediaForFragmentListOutputFilterSensitiveLog
|
|
1234
1235
|
});
|
|
1235
1236
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-kinesis-video-archived-media",
|
|
3
3
|
"description": "AWS SDK for JavaScript Kinesis Video Archived Media Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.499.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-archived-media",
|
|
@@ -20,9 +20,9 @@
|
|
|
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-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|