@aws-sdk/client-kinesis-video-archived-media 3.300.0 → 3.301.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-types/commands/GetClipCommand.d.ts +3 -3
- package/dist-types/commands/GetDASHStreamingSessionURLCommand.d.ts +3 -3
- package/dist-types/commands/GetHLSStreamingSessionURLCommand.d.ts +3 -3
- package/dist-types/commands/GetImagesCommand.d.ts +2 -2
- package/dist-types/commands/GetMediaForFragmentListCommand.d.ts +2 -2
- package/dist-types/commands/ListFragmentsCommand.d.ts +3 -3
- package/package.json +3 -3
|
@@ -66,12 +66,12 @@ export interface GetClipCommandOutput extends __WithSdkStreamMixin<GetClipOutput
|
|
|
66
66
|
* import { KinesisVideoArchivedMediaClient, GetClipCommand } from "@aws-sdk/client-kinesis-video-archived-media"; // ES Modules import
|
|
67
67
|
* // const { KinesisVideoArchivedMediaClient, GetClipCommand } = require("@aws-sdk/client-kinesis-video-archived-media"); // CommonJS import
|
|
68
68
|
* const client = new KinesisVideoArchivedMediaClient(config);
|
|
69
|
-
* const input = {
|
|
69
|
+
* const input = { // GetClipInput
|
|
70
70
|
* StreamName: "STRING_VALUE",
|
|
71
71
|
* StreamARN: "STRING_VALUE",
|
|
72
|
-
* ClipFragmentSelector: {
|
|
72
|
+
* ClipFragmentSelector: { // ClipFragmentSelector
|
|
73
73
|
* FragmentSelectorType: "STRING_VALUE", // required
|
|
74
|
-
* TimestampRange: {
|
|
74
|
+
* TimestampRange: { // ClipTimestampRange
|
|
75
75
|
* StartTimestamp: new Date("TIMESTAMP"), // required
|
|
76
76
|
* EndTimestamp: new Date("TIMESTAMP"), // required
|
|
77
77
|
* },
|
|
@@ -172,15 +172,15 @@ export interface GetDASHStreamingSessionURLCommandOutput extends GetDASHStreamin
|
|
|
172
172
|
* import { KinesisVideoArchivedMediaClient, GetDASHStreamingSessionURLCommand } from "@aws-sdk/client-kinesis-video-archived-media"; // ES Modules import
|
|
173
173
|
* // const { KinesisVideoArchivedMediaClient, GetDASHStreamingSessionURLCommand } = require("@aws-sdk/client-kinesis-video-archived-media"); // CommonJS import
|
|
174
174
|
* const client = new KinesisVideoArchivedMediaClient(config);
|
|
175
|
-
* const input = {
|
|
175
|
+
* const input = { // GetDASHStreamingSessionURLInput
|
|
176
176
|
* StreamName: "STRING_VALUE",
|
|
177
177
|
* StreamARN: "STRING_VALUE",
|
|
178
178
|
* PlaybackMode: "STRING_VALUE",
|
|
179
179
|
* DisplayFragmentTimestamp: "STRING_VALUE",
|
|
180
180
|
* DisplayFragmentNumber: "STRING_VALUE",
|
|
181
|
-
* DASHFragmentSelector: {
|
|
181
|
+
* DASHFragmentSelector: { // DASHFragmentSelector
|
|
182
182
|
* FragmentSelectorType: "STRING_VALUE",
|
|
183
|
-
* TimestampRange: {
|
|
183
|
+
* TimestampRange: { // DASHTimestampRange
|
|
184
184
|
* StartTimestamp: new Date("TIMESTAMP"),
|
|
185
185
|
* EndTimestamp: new Date("TIMESTAMP"),
|
|
186
186
|
* },
|
|
@@ -205,13 +205,13 @@ export interface GetHLSStreamingSessionURLCommandOutput extends GetHLSStreamingS
|
|
|
205
205
|
* import { KinesisVideoArchivedMediaClient, GetHLSStreamingSessionURLCommand } from "@aws-sdk/client-kinesis-video-archived-media"; // ES Modules import
|
|
206
206
|
* // const { KinesisVideoArchivedMediaClient, GetHLSStreamingSessionURLCommand } = require("@aws-sdk/client-kinesis-video-archived-media"); // CommonJS import
|
|
207
207
|
* const client = new KinesisVideoArchivedMediaClient(config);
|
|
208
|
-
* const input = {
|
|
208
|
+
* const input = { // GetHLSStreamingSessionURLInput
|
|
209
209
|
* StreamName: "STRING_VALUE",
|
|
210
210
|
* StreamARN: "STRING_VALUE",
|
|
211
211
|
* PlaybackMode: "STRING_VALUE",
|
|
212
|
-
* HLSFragmentSelector: {
|
|
212
|
+
* HLSFragmentSelector: { // HLSFragmentSelector
|
|
213
213
|
* FragmentSelectorType: "STRING_VALUE",
|
|
214
|
-
* TimestampRange: {
|
|
214
|
+
* TimestampRange: { // HLSTimestampRange
|
|
215
215
|
* StartTimestamp: new Date("TIMESTAMP"),
|
|
216
216
|
* EndTimestamp: new Date("TIMESTAMP"),
|
|
217
217
|
* },
|
|
@@ -26,7 +26,7 @@ export interface GetImagesCommandOutput extends GetImagesOutput, __MetadataBeare
|
|
|
26
26
|
* import { KinesisVideoArchivedMediaClient, GetImagesCommand } from "@aws-sdk/client-kinesis-video-archived-media"; // ES Modules import
|
|
27
27
|
* // const { KinesisVideoArchivedMediaClient, GetImagesCommand } = require("@aws-sdk/client-kinesis-video-archived-media"); // CommonJS import
|
|
28
28
|
* const client = new KinesisVideoArchivedMediaClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetImagesInput
|
|
30
30
|
* StreamName: "STRING_VALUE",
|
|
31
31
|
* StreamARN: "STRING_VALUE",
|
|
32
32
|
* ImageSelectorType: "STRING_VALUE", // required
|
|
@@ -34,7 +34,7 @@ export interface GetImagesCommandOutput extends GetImagesOutput, __MetadataBeare
|
|
|
34
34
|
* EndTimestamp: new Date("TIMESTAMP"), // required
|
|
35
35
|
* SamplingInterval: Number("int"), // required
|
|
36
36
|
* Format: "STRING_VALUE", // required
|
|
37
|
-
* FormatConfig: {
|
|
37
|
+
* FormatConfig: { // FormatConfig
|
|
38
38
|
* "<keys>": "STRING_VALUE",
|
|
39
39
|
* },
|
|
40
40
|
* WidthPixels: Number("int"),
|
|
@@ -62,10 +62,10 @@ export interface GetMediaForFragmentListCommandOutput extends __WithSdkStreamMix
|
|
|
62
62
|
* import { KinesisVideoArchivedMediaClient, GetMediaForFragmentListCommand } from "@aws-sdk/client-kinesis-video-archived-media"; // ES Modules import
|
|
63
63
|
* // const { KinesisVideoArchivedMediaClient, GetMediaForFragmentListCommand } = require("@aws-sdk/client-kinesis-video-archived-media"); // CommonJS import
|
|
64
64
|
* const client = new KinesisVideoArchivedMediaClient(config);
|
|
65
|
-
* const input = {
|
|
65
|
+
* const input = { // GetMediaForFragmentListInput
|
|
66
66
|
* StreamName: "STRING_VALUE",
|
|
67
67
|
* StreamARN: "STRING_VALUE",
|
|
68
|
-
* Fragments: [ // required
|
|
68
|
+
* Fragments: [ // FragmentNumberList // required
|
|
69
69
|
* "STRING_VALUE",
|
|
70
70
|
* ],
|
|
71
71
|
* };
|
|
@@ -62,14 +62,14 @@ export interface ListFragmentsCommandOutput extends ListFragmentsOutput, __Metad
|
|
|
62
62
|
* import { KinesisVideoArchivedMediaClient, ListFragmentsCommand } from "@aws-sdk/client-kinesis-video-archived-media"; // ES Modules import
|
|
63
63
|
* // const { KinesisVideoArchivedMediaClient, ListFragmentsCommand } = require("@aws-sdk/client-kinesis-video-archived-media"); // CommonJS import
|
|
64
64
|
* const client = new KinesisVideoArchivedMediaClient(config);
|
|
65
|
-
* const input = {
|
|
65
|
+
* const input = { // ListFragmentsInput
|
|
66
66
|
* StreamName: "STRING_VALUE",
|
|
67
67
|
* StreamARN: "STRING_VALUE",
|
|
68
68
|
* MaxResults: Number("long"),
|
|
69
69
|
* NextToken: "STRING_VALUE",
|
|
70
|
-
* FragmentSelector: {
|
|
70
|
+
* FragmentSelector: { // FragmentSelector
|
|
71
71
|
* FragmentSelectorType: "STRING_VALUE", // required
|
|
72
|
-
* TimestampRange: {
|
|
72
|
+
* TimestampRange: { // TimestampRange
|
|
73
73
|
* StartTimestamp: new Date("TIMESTAMP"), // required
|
|
74
74
|
* EndTimestamp: new Date("TIMESTAMP"), // required
|
|
75
75
|
* },
|
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.301.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.301.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.301.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|