Skip to content

Commit 76370a8

Browse files
author
awstools
committed
docs(client-kinesis-video): Updated DescribeMediaStorageConfiguration, StartEdgeConfigurationUpdate, ImageGenerationConfiguration$SamplingInterval, and UpdateMediaStorageConfiguration to match AWS Docs.
1 parent f2d4554 commit 76370a8

File tree

5 files changed

+16
-9
lines changed

5 files changed

+16
-9
lines changed

clients/client-kinesis-video/src/commands/DescribeMediaStorageConfigurationCommand.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ export interface DescribeMediaStorageConfigurationCommandOutput
4141

4242
/**
4343
* @public
44-
* <p>Returns the most current information about the channel. Specify the <code>ChannelName</code>
44+
* <important>
45+
* <p>This API is related to <a href="https://docs.aws.amazon.com/kinesisvideostreams-webrtc-dg/latest/devguide/webrtc-ingestion.html">WebRTC Ingestion</a> and is only available in the <code>us-west-2</code> region.</p>
46+
* </important>
47+
* <p>Returns the most current information about the channel. Specify the <code>ChannelName</code>
4548
* or <code>ChannelARN</code> in the input.</p>
4649
* @example
4750
* Use a bare-bones client and the command you need to make an API call.

clients/client-kinesis-video/src/commands/StartEdgeConfigurationUpdateCommand.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ export interface StartEdgeConfigurationUpdateCommandOutput
5858
* If you invoke this API during the syncing process, a <code>ResourceInUseException</code> will be thrown.
5959
* The connectivity of the stream’s edge configuration and the Edge Agent will be retried for 15 minutes. After 15 minutes,
6060
* the status will transition into the <code>SYNC_FAILED</code> state.</p>
61+
* <p>To move an edge configuration from one device to another, use <a>DeleteEdgeConfiguration</a> to delete
62+
* the current edge configuration. You can then invoke StartEdgeConfigurationUpdate with an updated Hub Device ARN.</p>
6163
* @example
6264
* Use a bare-bones client and the command you need to make an API call.
6365
* ```javascript

clients/client-kinesis-video/src/commands/UpdateMediaStorageConfigurationCommand.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ export interface UpdateMediaStorageConfigurationCommandOutput
4141

4242
/**
4343
* @public
44-
* <p>Associates a <code>SignalingChannel</code> to a stream to store the media. There are two signaling modes that
44+
* <important>
45+
* <p>This API is related to <a href="https://docs.aws.amazon.com/kinesisvideostreams-webrtc-dg/latest/devguide/webrtc-ingestion.html">WebRTC Ingestion</a> and is only available in the <code>us-west-2</code> region.</p>
46+
* </important>
47+
* <p>Associates a <code>SignalingChannel</code> to a stream to store the media. There are two signaling modes that
4548
* can specified :</p>
4649
* <ul>
4750
* <li>

clients/client-kinesis-video/src/models/models_0.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1227,8 +1227,7 @@ export interface ImageGenerationConfiguration {
12271227

12281228
/**
12291229
* @public
1230-
* <p>The time interval in milliseconds (ms) at which the images need to be generated from the stream. The minimum value that can be provided is 33 ms,
1231-
* because a camera that generates content at 30 FPS would create a frame every 33.3 ms. If the timestamp range is less than the sampling interval, the
1230+
* <p>The time interval in milliseconds (ms) at which the images need to be generated from the stream. The minimum value that can be provided is 200 ms. If the timestamp range is less than the sampling interval, the
12321231
* Image from the <code>StartTimestamp</code> will be returned if available. </p>
12331232
*/
12341233
SamplingInterval: number | undefined;

codegen/sdk-codegen/aws-models/kinesis-video.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@
10141014
}
10151015
],
10161016
"traits": {
1017-
"smithy.api#documentation": "<p>Returns the most current information about the channel. Specify the <code>ChannelName</code>\n or <code>ChannelARN</code> in the input.</p>",
1017+
"smithy.api#documentation": "<important>\n <p>This API is related to <a href=\"https://docs.aws.amazon.com/kinesisvideostreams-webrtc-dg/latest/devguide/webrtc-ingestion.html\">WebRTC Ingestion</a> and is only available in the <code>us-west-2</code> region.</p>\n </important>\n <p>Returns the most current information about the channel. Specify the <code>ChannelName</code>\n or <code>ChannelARN</code> in the input.</p>",
10181018
"smithy.api#http": {
10191019
"method": "POST",
10201020
"uri": "/describeMediaStorageConfiguration",
@@ -1612,7 +1612,7 @@
16121612
"SamplingInterval": {
16131613
"target": "com.amazonaws.kinesisvideo#SamplingInterval",
16141614
"traits": {
1615-
"smithy.api#documentation": "<p>The time interval in milliseconds (ms) at which the images need to be generated from the stream. The minimum value that can be provided is 33 ms, \n because a camera that generates content at 30 FPS would create a frame every 33.3 ms. If the timestamp range is less than the sampling interval, the \n Image from the <code>StartTimestamp</code> will be returned if available. </p>",
1615+
"smithy.api#documentation": "<p>The time interval in milliseconds (ms) at which the images need to be generated from the stream. The minimum value that can be provided is 200 ms. If the timestamp range is less than the sampling interval, the \n Image from the <code>StartTimestamp</code> will be returned if available. </p>",
16161616
"smithy.api#required": {}
16171617
}
16181618
},
@@ -3684,7 +3684,7 @@
36843684
}
36853685
],
36863686
"traits": {
3687-
"smithy.api#documentation": "<p>An asynchronous API that updates a stream’s existing edge configuration. \n The Kinesis Video Stream will sync the stream’s edge configuration with the Edge Agent IoT Greengrass \n component that runs on an IoT Hub Device, setup at your premise. The time to sync can vary\n and depends on the connectivity of the Hub Device. \n The <code>SyncStatus</code> will be updated as the edge configuration is acknowledged, \n and synced with the Edge Agent. </p>\n <p>If this API is invoked for the first time, a new edge configuration will be created for the stream,\n and the sync status will be set to <code>SYNCING</code>. You will have to wait for the sync status\n to reach a terminal state such as: <code>IN_SYNC</code>, or <code>SYNC_FAILED</code>, before using this API again. \n If you invoke this API during the syncing process, a <code>ResourceInUseException</code> will be thrown. \n The connectivity of the stream’s edge configuration and the Edge Agent will be retried for 15 minutes. After 15 minutes,\n the status will transition into the <code>SYNC_FAILED</code> state.</p>",
3687+
"smithy.api#documentation": "<p>An asynchronous API that updates a stream’s existing edge configuration. \n The Kinesis Video Stream will sync the stream’s edge configuration with the Edge Agent IoT Greengrass \n component that runs on an IoT Hub Device, setup at your premise. The time to sync can vary\n and depends on the connectivity of the Hub Device. \n The <code>SyncStatus</code> will be updated as the edge configuration is acknowledged, \n and synced with the Edge Agent. </p>\n <p>If this API is invoked for the first time, a new edge configuration will be created for the stream,\n and the sync status will be set to <code>SYNCING</code>. You will have to wait for the sync status\n to reach a terminal state such as: <code>IN_SYNC</code>, or <code>SYNC_FAILED</code>, before using this API again. \n If you invoke this API during the syncing process, a <code>ResourceInUseException</code> will be thrown. \n The connectivity of the stream’s edge configuration and the Edge Agent will be retried for 15 minutes. After 15 minutes,\n the status will transition into the <code>SYNC_FAILED</code> state.</p>\n <p>To move an edge configuration from one device to another, use <a>DeleteEdgeConfiguration</a> to delete\n the current edge configuration. You can then invoke StartEdgeConfigurationUpdate with an updated Hub Device ARN.</p>",
36883688
"smithy.api#http": {
36893689
"method": "POST",
36903690
"uri": "/startEdgeConfigurationUpdate",
@@ -4533,7 +4533,7 @@
45334533
}
45344534
],
45354535
"traits": {
4536-
"smithy.api#documentation": "<p>Associates a <code>SignalingChannel</code> to a stream to store the media. There are two signaling modes that \n can specified :</p>\n <ul>\n <li>\n <p>If the <code>StorageStatus</code> is disabled, no data will be stored,\n and the <code>StreamARN</code> parameter will not be needed. </p>\n </li>\n <li>\n <p>If the <code>StorageStatus</code> is enabled, the data will be stored in the \n <code>StreamARN</code> provided. </p>\n </li>\n </ul>\n <important>\n <p>If <code>StorageStatus</code> is enabled, direct peer-to-peer (master-viewer) connections no\n longer occur. Peers connect directly to the storage session. You must call the\n <code>JoinStorageSession</code> API to trigger an SDP offer send and establish a\n connection between a peer and the storage session. </p>\n </important>",
4536+
"smithy.api#documentation": "<important>\n <p>This API is related to <a href=\"https://docs.aws.amazon.com/kinesisvideostreams-webrtc-dg/latest/devguide/webrtc-ingestion.html\">WebRTC Ingestion</a> and is only available in the <code>us-west-2</code> region.</p>\n </important>\n <p>Associates a <code>SignalingChannel</code> to a stream to store the media. There are two signaling modes that \n can specified :</p>\n <ul>\n <li>\n <p>If the <code>StorageStatus</code> is disabled, no data will be stored,\n and the <code>StreamARN</code> parameter will not be needed. </p>\n </li>\n <li>\n <p>If the <code>StorageStatus</code> is enabled, the data will be stored in the \n <code>StreamARN</code> provided. </p>\n </li>\n </ul>\n <important>\n <p>If <code>StorageStatus</code> is enabled, direct peer-to-peer (master-viewer) connections no\n longer occur. Peers connect directly to the storage session. You must call the\n <code>JoinStorageSession</code> API to trigger an SDP offer send and establish a\n connection between a peer and the storage session. </p>\n </important>",
45374537
"smithy.api#http": {
45384538
"method": "POST",
45394539
"uri": "/updateMediaStorageConfiguration",
@@ -4866,4 +4866,4 @@
48664866
}
48674867
}
48684868
}
4869-
}
4869+
}

0 commit comments

Comments
 (0)