@aws-sdk/client-ivs 3.35.0 → 3.38.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/CHANGELOG.md +48 -0
- package/README.md +54 -107
- package/dist-cjs/Ivs.js +0 -363
- package/dist-cjs/IvsClient.js +0 -368
- package/dist-cjs/commands/BatchGetChannelCommand.js +0 -25
- package/dist-cjs/commands/BatchGetStreamKeyCommand.js +0 -25
- package/dist-cjs/commands/CreateChannelCommand.js +0 -25
- package/dist-cjs/commands/CreateRecordingConfigurationCommand.js +0 -36
- package/dist-cjs/commands/CreateStreamKeyCommand.js +0 -28
- package/dist-cjs/commands/DeleteChannelCommand.js +0 -29
- package/dist-cjs/commands/DeletePlaybackKeyPairCommand.js +0 -27
- package/dist-cjs/commands/DeleteRecordingConfigurationCommand.js +0 -30
- package/dist-cjs/commands/DeleteStreamKeyCommand.js +0 -26
- package/dist-cjs/commands/GetChannelCommand.js +0 -25
- package/dist-cjs/commands/GetPlaybackKeyPairCommand.js +0 -29
- package/dist-cjs/commands/GetRecordingConfigurationCommand.js +0 -25
- package/dist-cjs/commands/GetStreamCommand.js +0 -25
- package/dist-cjs/commands/GetStreamKeyCommand.js +0 -25
- package/dist-cjs/commands/ImportPlaybackKeyPairCommand.js +0 -29
- package/dist-cjs/commands/ListChannelsCommand.js +0 -28
- package/dist-cjs/commands/ListPlaybackKeyPairsCommand.js +0 -26
- package/dist-cjs/commands/ListRecordingConfigurationsCommand.js +0 -26
- package/dist-cjs/commands/ListStreamKeysCommand.js +0 -25
- package/dist-cjs/commands/ListStreamsCommand.js +0 -26
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/PutMetadataCommand.js +0 -31
- package/dist-cjs/commands/StopStreamCommand.js +0 -32
- package/dist-cjs/commands/TagResourceCommand.js +0 -25
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/UpdateChannelCommand.js +0 -26
- package/dist-cjs/commands/index.js +29 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -36
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +7 -214
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListChannelsPaginator.js +0 -11
- package/dist-cjs/pagination/ListPlaybackKeyPairsPaginator.js +0 -11
- package/dist-cjs/pagination/ListRecordingConfigurationsPaginator.js +0 -11
- package/dist-cjs/pagination/ListStreamKeysPaginator.js +0 -11
- package/dist-cjs/pagination/ListStreamsPaginator.js +0 -11
- package/dist-cjs/pagination/index.js +9 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1 -17
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/Ivs.js +0 -1
- package/dist-es/IvsClient.js +0 -1
- package/dist-es/commands/BatchGetChannelCommand.js +0 -1
- package/dist-es/commands/BatchGetStreamKeyCommand.js +0 -1
- package/dist-es/commands/CreateChannelCommand.js +0 -1
- package/dist-es/commands/CreateRecordingConfigurationCommand.js +0 -1
- package/dist-es/commands/CreateStreamKeyCommand.js +0 -1
- package/dist-es/commands/DeleteChannelCommand.js +0 -1
- package/dist-es/commands/DeletePlaybackKeyPairCommand.js +0 -1
- package/dist-es/commands/DeleteRecordingConfigurationCommand.js +0 -1
- package/dist-es/commands/DeleteStreamKeyCommand.js +0 -1
- package/dist-es/commands/GetChannelCommand.js +0 -1
- package/dist-es/commands/GetPlaybackKeyPairCommand.js +0 -1
- package/dist-es/commands/GetRecordingConfigurationCommand.js +0 -1
- package/dist-es/commands/GetStreamCommand.js +0 -1
- package/dist-es/commands/GetStreamKeyCommand.js +0 -1
- package/dist-es/commands/ImportPlaybackKeyPairCommand.js +0 -1
- package/dist-es/commands/ListChannelsCommand.js +0 -1
- package/dist-es/commands/ListPlaybackKeyPairsCommand.js +0 -1
- package/dist-es/commands/ListRecordingConfigurationsCommand.js +0 -1
- package/dist-es/commands/ListStreamKeysCommand.js +0 -1
- package/dist-es/commands/ListStreamsCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/PutMetadataCommand.js +0 -1
- package/dist-es/commands/StopStreamCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdateChannelCommand.js +0 -1
- package/dist-es/commands/index.js +26 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -36
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +7 -7
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListChannelsPaginator.js +0 -1
- package/dist-es/pagination/ListPlaybackKeyPairsPaginator.js +0 -1
- package/dist-es/pagination/ListRecordingConfigurationsPaginator.js +0 -1
- package/dist-es/pagination/ListStreamKeysPaginator.js +0 -1
- package/dist-es/pagination/ListStreamsPaginator.js +0 -1
- package/dist-es/pagination/index.js +6 -0
- package/dist-es/protocols/Aws_restJson1.js +1 -9
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/Ivs.d.ts +65 -124
- package/dist-types/IvsClient.d.ts +54 -111
- package/dist-types/commands/CreateRecordingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ListChannelsCommand.d.ts +1 -1
- package/dist-types/commands/ListRecordingConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/ListStreamsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutMetadataCommand.d.ts +5 -7
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +26 -0
- package/dist-types/index.d.ts +4 -35
- package/dist-types/models/models_0.d.ts +92 -60
- package/dist-types/pagination/index.d.ts +6 -0
- package/dist-types/ts3.4/Ivs.d.ts +27 -494
- package/dist-types/ts3.4/IvsClient.d.ts +24 -448
- package/dist-types/ts3.4/commands/BatchGetChannelCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/BatchGetStreamKeyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateRecordingConfigurationCommand.d.ts +2 -31
- package/dist-types/ts3.4/commands/CreateStreamKeyCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DeletePlaybackKeyPairCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteRecordingConfigurationCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/DeleteStreamKeyCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetPlaybackKeyPairCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/GetRecordingConfigurationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetStreamCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetStreamKeyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ImportPlaybackKeyPairCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ListPlaybackKeyPairsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListRecordingConfigurationsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListStreamKeysCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PutMetadataCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/StopStreamCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/index.d.ts +26 -0
- package/dist-types/ts3.4/index.d.ts +4 -35
- package/dist-types/ts3.4/models/models_0.d.ts +237 -771
- package/dist-types/ts3.4/pagination/index.d.ts +6 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/Ivs.js.map +0 -1
- package/dist-cjs/IvsClient.js.map +0 -1
- package/dist-cjs/commands/BatchGetChannelCommand.js.map +0 -1
- package/dist-cjs/commands/BatchGetStreamKeyCommand.js.map +0 -1
- package/dist-cjs/commands/CreateChannelCommand.js.map +0 -1
- package/dist-cjs/commands/CreateRecordingConfigurationCommand.js.map +0 -1
- package/dist-cjs/commands/CreateStreamKeyCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteChannelCommand.js.map +0 -1
- package/dist-cjs/commands/DeletePlaybackKeyPairCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteRecordingConfigurationCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteStreamKeyCommand.js.map +0 -1
- package/dist-cjs/commands/GetChannelCommand.js.map +0 -1
- package/dist-cjs/commands/GetPlaybackKeyPairCommand.js.map +0 -1
- package/dist-cjs/commands/GetRecordingConfigurationCommand.js.map +0 -1
- package/dist-cjs/commands/GetStreamCommand.js.map +0 -1
- package/dist-cjs/commands/GetStreamKeyCommand.js.map +0 -1
- package/dist-cjs/commands/ImportPlaybackKeyPairCommand.js.map +0 -1
- package/dist-cjs/commands/ListChannelsCommand.js.map +0 -1
- package/dist-cjs/commands/ListPlaybackKeyPairsCommand.js.map +0 -1
- package/dist-cjs/commands/ListRecordingConfigurationsCommand.js.map +0 -1
- package/dist-cjs/commands/ListStreamKeysCommand.js.map +0 -1
- package/dist-cjs/commands/ListStreamsCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-cjs/commands/PutMetadataCommand.js.map +0 -1
- package/dist-cjs/commands/StopStreamCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateChannelCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/pagination/ListChannelsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListPlaybackKeyPairsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListRecordingConfigurationsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListStreamKeysPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListStreamsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +0 -46
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js.map +0 -1
- package/dist-cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-es/Ivs.js.map +0 -1
- package/dist-es/IvsClient.js.map +0 -1
- package/dist-es/commands/BatchGetChannelCommand.js.map +0 -1
- package/dist-es/commands/BatchGetStreamKeyCommand.js.map +0 -1
- package/dist-es/commands/CreateChannelCommand.js.map +0 -1
- package/dist-es/commands/CreateRecordingConfigurationCommand.js.map +0 -1
- package/dist-es/commands/CreateStreamKeyCommand.js.map +0 -1
- package/dist-es/commands/DeleteChannelCommand.js.map +0 -1
- package/dist-es/commands/DeletePlaybackKeyPairCommand.js.map +0 -1
- package/dist-es/commands/DeleteRecordingConfigurationCommand.js.map +0 -1
- package/dist-es/commands/DeleteStreamKeyCommand.js.map +0 -1
- package/dist-es/commands/GetChannelCommand.js.map +0 -1
- package/dist-es/commands/GetPlaybackKeyPairCommand.js.map +0 -1
- package/dist-es/commands/GetRecordingConfigurationCommand.js.map +0 -1
- package/dist-es/commands/GetStreamCommand.js.map +0 -1
- package/dist-es/commands/GetStreamKeyCommand.js.map +0 -1
- package/dist-es/commands/ImportPlaybackKeyPairCommand.js.map +0 -1
- package/dist-es/commands/ListChannelsCommand.js.map +0 -1
- package/dist-es/commands/ListPlaybackKeyPairsCommand.js.map +0 -1
- package/dist-es/commands/ListRecordingConfigurationsCommand.js.map +0 -1
- package/dist-es/commands/ListStreamKeysCommand.js.map +0 -1
- package/dist-es/commands/ListStreamsCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-es/commands/PutMetadataCommand.js.map +0 -1
- package/dist-es/commands/StopStreamCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/commands/UpdateChannelCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/pagination/ListChannelsPaginator.js.map +0 -1
- package/dist-es/pagination/ListPlaybackKeyPairsPaginator.js.map +0 -1
- package/dist-es/pagination/ListRecordingConfigurationsPaginator.js.map +0 -1
- package/dist-es/pagination/ListStreamKeysPaginator.js.map +0 -1
- package/dist-es/pagination/ListStreamsPaginator.js.map +0 -1
- package/dist-es/pagination/ListTagsForResourcePaginator.js +0 -75
- package/dist-es/pagination/ListTagsForResourcePaginator.js.map +0 -1
- package/dist-es/protocols/Aws_restJson1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +0 -4
- package/jest.config.js +0 -4
- package/src/Ivs.ts +0 -1317
- package/src/IvsClient.ts +0 -697
- package/src/commands/BatchGetChannelCommand.ts +0 -95
- package/src/commands/BatchGetStreamKeyCommand.ts +0 -95
- package/src/commands/CreateChannelCommand.ts +0 -95
- package/src/commands/CreateRecordingConfigurationCommand.ts +0 -111
- package/src/commands/CreateStreamKeyCommand.ts +0 -98
- package/src/commands/DeleteChannelCommand.ts +0 -99
- package/src/commands/DeletePlaybackKeyPairCommand.ts +0 -97
- package/src/commands/DeleteRecordingConfigurationCommand.ts +0 -103
- package/src/commands/DeleteStreamKeyCommand.ts +0 -96
- package/src/commands/GetChannelCommand.ts +0 -95
- package/src/commands/GetPlaybackKeyPairCommand.ts +0 -99
- package/src/commands/GetRecordingConfigurationCommand.ts +0 -98
- package/src/commands/GetStreamCommand.ts +0 -91
- package/src/commands/GetStreamKeyCommand.ts +0 -95
- package/src/commands/ImportPlaybackKeyPairCommand.ts +0 -99
- package/src/commands/ListChannelsCommand.ts +0 -98
- package/src/commands/ListPlaybackKeyPairsCommand.ts +0 -96
- package/src/commands/ListRecordingConfigurationsCommand.ts +0 -101
- package/src/commands/ListStreamKeysCommand.ts +0 -95
- package/src/commands/ListStreamsCommand.ts +0 -96
- package/src/commands/ListTagsForResourceCommand.ts +0 -95
- package/src/commands/PutMetadataCommand.ts +0 -101
- package/src/commands/StopStreamCommand.ts +0 -102
- package/src/commands/TagResourceCommand.ts +0 -95
- package/src/commands/UntagResourceCommand.ts +0 -95
- package/src/commands/UpdateChannelCommand.ts +0 -96
- package/src/endpoints.ts +0 -57
- package/src/index.ts +0 -36
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -1673
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListChannelsPaginator.ts +0 -59
- package/src/pagination/ListPlaybackKeyPairsPaginator.ts +0 -59
- package/src/pagination/ListRecordingConfigurationsPaginator.ts +0 -59
- package/src/pagination/ListStreamKeysPaginator.ts +0 -59
- package/src/pagination/ListStreamsPaginator.ts +0 -55
- package/src/pagination/ListTagsForResourcePaginator.ts +0 -59
- package/src/protocols/Aws_restJson1.ts +0 -3327
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
+
/**
|
|
3
|
+
* <p/>
|
|
4
|
+
*/
|
|
2
5
|
export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
|
|
3
6
|
name: "AccessDeniedException";
|
|
4
7
|
$fault: "client";
|
|
@@ -47,8 +50,9 @@ export interface Channel {
|
|
|
47
50
|
name?: string;
|
|
48
51
|
/**
|
|
49
52
|
* <p>Channel latency mode. Use <code>NORMAL</code> to broadcast and deliver live video up to
|
|
50
|
-
* Full HD. Use <code>LOW</code> for near-real-time interaction with viewers. Default:
|
|
51
|
-
*
|
|
53
|
+
* Full HD. Use <code>LOW</code> for near-real-time interaction with viewers. Default:
|
|
54
|
+
* <code>LOW</code>. (Note: In the Amazon IVS console, <code>LOW</code> and <code>NORMAL</code>
|
|
55
|
+
* correspond to Ultra-low and Standard, respectively.)</p>
|
|
52
56
|
*/
|
|
53
57
|
latencyMode?: ChannelLatencyMode | string;
|
|
54
58
|
/**
|
|
@@ -60,13 +64,14 @@ export interface Channel {
|
|
|
60
64
|
* <p>
|
|
61
65
|
* <code>STANDARD</code>: Multiple qualities are generated from the original input, to
|
|
62
66
|
* automatically give viewers the best experience for their devices and network conditions.
|
|
63
|
-
*
|
|
67
|
+
* Resolution can be up to 1080p and bitrate can be up to 8.5 Mbps. Audio is transcoded only
|
|
68
|
+
* for renditions 360p and below; above that, audio is passed through.</p>
|
|
64
69
|
* </li>
|
|
65
70
|
* <li>
|
|
66
71
|
* <p>
|
|
67
72
|
* <code>BASIC</code>: Amazon IVS delivers the original input to viewers. The viewer’s
|
|
68
|
-
* video-quality choice is limited to the original input.
|
|
69
|
-
*
|
|
73
|
+
* video-quality choice is limited to the original input. Resolution can be up to 480p and
|
|
74
|
+
* bitrate can be up to 1.5 Mbps.</p>
|
|
70
75
|
* </li>
|
|
71
76
|
* </ul>
|
|
72
77
|
*/
|
|
@@ -127,6 +132,9 @@ export declare namespace BatchError {
|
|
|
127
132
|
const filterSensitiveLog: (obj: BatchError) => any;
|
|
128
133
|
}
|
|
129
134
|
export interface BatchGetChannelResponse {
|
|
135
|
+
/**
|
|
136
|
+
* <p/>
|
|
137
|
+
*/
|
|
130
138
|
channels?: Channel[];
|
|
131
139
|
/**
|
|
132
140
|
* <p>Each error object is related to a specific ARN in the request.</p>
|
|
@@ -181,7 +189,13 @@ export declare namespace StreamKey {
|
|
|
181
189
|
const filterSensitiveLog: (obj: StreamKey) => any;
|
|
182
190
|
}
|
|
183
191
|
export interface BatchGetStreamKeyResponse {
|
|
192
|
+
/**
|
|
193
|
+
* <p/>
|
|
194
|
+
*/
|
|
184
195
|
streamKeys?: StreamKey[];
|
|
196
|
+
/**
|
|
197
|
+
* <p/>
|
|
198
|
+
*/
|
|
185
199
|
errors?: BatchError[];
|
|
186
200
|
}
|
|
187
201
|
export declare namespace BatchGetStreamKeyResponse {
|
|
@@ -198,8 +212,8 @@ export interface CreateChannelRequest {
|
|
|
198
212
|
/**
|
|
199
213
|
* <p>Channel latency mode. Use <code>NORMAL</code> to broadcast and deliver live video up to
|
|
200
214
|
* Full HD. Use <code>LOW</code> for near-real-time interaction with viewers. (Note: In the
|
|
201
|
-
* Amazon IVS console, <code>LOW</code> and <code>NORMAL</code> correspond to Ultra-low and Standard,
|
|
202
|
-
* Default: <code>LOW</code>.</p>
|
|
215
|
+
* Amazon IVS console, <code>LOW</code> and <code>NORMAL</code> correspond to Ultra-low and Standard,
|
|
216
|
+
* respectively.) Default: <code>LOW</code>.</p>
|
|
203
217
|
*/
|
|
204
218
|
latencyMode?: ChannelLatencyMode | string;
|
|
205
219
|
/**
|
|
@@ -211,13 +225,14 @@ export interface CreateChannelRequest {
|
|
|
211
225
|
* <p>
|
|
212
226
|
* <code>STANDARD</code>: Multiple qualities are generated from the original input, to
|
|
213
227
|
* automatically give viewers the best experience for their devices and network conditions.
|
|
214
|
-
*
|
|
228
|
+
* Resolution can be up to 1080p and bitrate can be up to 8.5 Mbps. Audio is transcoded only
|
|
229
|
+
* for renditions 360p and below; above that, audio is passed through.</p>
|
|
215
230
|
* </li>
|
|
216
231
|
* <li>
|
|
217
232
|
* <p>
|
|
218
233
|
* <code>BASIC</code>: Amazon IVS delivers the original input to viewers. The viewer’s
|
|
219
|
-
* video-quality choice is limited to the original input.
|
|
220
|
-
*
|
|
234
|
+
* video-quality choice is limited to the original input. Resolution can be up to 480p and
|
|
235
|
+
* bitrate can be up to 1.5 Mbps.</p>
|
|
221
236
|
* </li>
|
|
222
237
|
* </ul>
|
|
223
238
|
*/
|
|
@@ -246,11 +261,11 @@ export declare namespace CreateChannelRequest {
|
|
|
246
261
|
}
|
|
247
262
|
export interface CreateChannelResponse {
|
|
248
263
|
/**
|
|
249
|
-
* <p
|
|
264
|
+
* <p/>
|
|
250
265
|
*/
|
|
251
266
|
channel?: Channel;
|
|
252
267
|
/**
|
|
253
|
-
* <p
|
|
268
|
+
* <p/>
|
|
254
269
|
*/
|
|
255
270
|
streamKey?: StreamKey;
|
|
256
271
|
}
|
|
@@ -260,6 +275,9 @@ export declare namespace CreateChannelResponse {
|
|
|
260
275
|
*/
|
|
261
276
|
const filterSensitiveLog: (obj: CreateChannelResponse) => any;
|
|
262
277
|
}
|
|
278
|
+
/**
|
|
279
|
+
* <p/>
|
|
280
|
+
*/
|
|
263
281
|
export interface PendingVerification extends __SmithyException, $MetadataBearer {
|
|
264
282
|
name: "PendingVerification";
|
|
265
283
|
$fault: "client";
|
|
@@ -274,6 +292,9 @@ export declare namespace PendingVerification {
|
|
|
274
292
|
*/
|
|
275
293
|
const filterSensitiveLog: (obj: PendingVerification) => any;
|
|
276
294
|
}
|
|
295
|
+
/**
|
|
296
|
+
* <p/>
|
|
297
|
+
*/
|
|
277
298
|
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
278
299
|
name: "ResourceNotFoundException";
|
|
279
300
|
$fault: "client";
|
|
@@ -288,6 +309,9 @@ export declare namespace ResourceNotFoundException {
|
|
|
288
309
|
*/
|
|
289
310
|
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
290
311
|
}
|
|
312
|
+
/**
|
|
313
|
+
* <p/>
|
|
314
|
+
*/
|
|
291
315
|
export interface ServiceQuotaExceededException extends __SmithyException, $MetadataBearer {
|
|
292
316
|
name: "ServiceQuotaExceededException";
|
|
293
317
|
$fault: "client";
|
|
@@ -302,11 +326,14 @@ export declare namespace ServiceQuotaExceededException {
|
|
|
302
326
|
*/
|
|
303
327
|
const filterSensitiveLog: (obj: ServiceQuotaExceededException) => any;
|
|
304
328
|
}
|
|
329
|
+
/**
|
|
330
|
+
* <p/>
|
|
331
|
+
*/
|
|
305
332
|
export interface ValidationException extends __SmithyException, $MetadataBearer {
|
|
306
333
|
name: "ValidationException";
|
|
307
334
|
$fault: "client";
|
|
308
335
|
/**
|
|
309
|
-
* <p>The input fails to satisfy the constraints specified by an
|
|
336
|
+
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
310
337
|
*/
|
|
311
338
|
exceptionMessage?: string;
|
|
312
339
|
}
|
|
@@ -316,6 +343,9 @@ export declare namespace ValidationException {
|
|
|
316
343
|
*/
|
|
317
344
|
const filterSensitiveLog: (obj: ValidationException) => any;
|
|
318
345
|
}
|
|
346
|
+
/**
|
|
347
|
+
* <p/>
|
|
348
|
+
*/
|
|
319
349
|
export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
320
350
|
name: "ConflictException";
|
|
321
351
|
$fault: "client";
|
|
@@ -364,8 +394,7 @@ export declare namespace DestinationConfiguration {
|
|
|
364
394
|
}
|
|
365
395
|
export interface CreateRecordingConfigurationRequest {
|
|
366
396
|
/**
|
|
367
|
-
* <p>
|
|
368
|
-
* does not need to be unique.</p>
|
|
397
|
+
* <p>Recording-configuration name. The value does not need to be unique.</p>
|
|
369
398
|
*/
|
|
370
399
|
name?: string;
|
|
371
400
|
/**
|
|
@@ -400,8 +429,7 @@ export interface RecordingConfiguration {
|
|
|
400
429
|
*/
|
|
401
430
|
arn: string | undefined;
|
|
402
431
|
/**
|
|
403
|
-
* <p>
|
|
404
|
-
* customer identify that resource. The value does not need to be unique.</p>
|
|
432
|
+
* <p>Recording-configuration name. The value does not need to be unique.</p>
|
|
405
433
|
*/
|
|
406
434
|
name?: string;
|
|
407
435
|
/**
|
|
@@ -428,7 +456,7 @@ export declare namespace RecordingConfiguration {
|
|
|
428
456
|
}
|
|
429
457
|
export interface CreateRecordingConfigurationResponse {
|
|
430
458
|
/**
|
|
431
|
-
*
|
|
459
|
+
*
|
|
432
460
|
*/
|
|
433
461
|
recordingConfiguration?: RecordingConfiguration;
|
|
434
462
|
}
|
|
@@ -438,6 +466,9 @@ export declare namespace CreateRecordingConfigurationResponse {
|
|
|
438
466
|
*/
|
|
439
467
|
const filterSensitiveLog: (obj: CreateRecordingConfigurationResponse) => any;
|
|
440
468
|
}
|
|
469
|
+
/**
|
|
470
|
+
* <p/>
|
|
471
|
+
*/
|
|
441
472
|
export interface InternalServerException extends __SmithyException, $MetadataBearer {
|
|
442
473
|
name: "InternalServerException";
|
|
443
474
|
$fault: "server";
|
|
@@ -552,7 +583,7 @@ export declare namespace GetChannelRequest {
|
|
|
552
583
|
}
|
|
553
584
|
export interface GetChannelResponse {
|
|
554
585
|
/**
|
|
555
|
-
* <p
|
|
586
|
+
* <p/>
|
|
556
587
|
*/
|
|
557
588
|
channel?: Channel;
|
|
558
589
|
}
|
|
@@ -583,8 +614,7 @@ export interface PlaybackKeyPair {
|
|
|
583
614
|
*/
|
|
584
615
|
arn?: string;
|
|
585
616
|
/**
|
|
586
|
-
* <p>
|
|
587
|
-
* identify that resource. The value does not need to be unique.</p>
|
|
617
|
+
* <p>Playback-key-pair name. The value does not need to be unique.</p>
|
|
588
618
|
*/
|
|
589
619
|
name?: string;
|
|
590
620
|
/**
|
|
@@ -606,7 +636,7 @@ export declare namespace PlaybackKeyPair {
|
|
|
606
636
|
}
|
|
607
637
|
export interface GetPlaybackKeyPairResponse {
|
|
608
638
|
/**
|
|
609
|
-
*
|
|
639
|
+
*
|
|
610
640
|
*/
|
|
611
641
|
keyPair?: PlaybackKeyPair;
|
|
612
642
|
}
|
|
@@ -630,7 +660,7 @@ export declare namespace GetRecordingConfigurationRequest {
|
|
|
630
660
|
}
|
|
631
661
|
export interface GetRecordingConfigurationResponse {
|
|
632
662
|
/**
|
|
633
|
-
*
|
|
663
|
+
*
|
|
634
664
|
*/
|
|
635
665
|
recordingConfiguration?: RecordingConfiguration;
|
|
636
666
|
}
|
|
@@ -640,6 +670,9 @@ export declare namespace GetRecordingConfigurationResponse {
|
|
|
640
670
|
*/
|
|
641
671
|
const filterSensitiveLog: (obj: GetRecordingConfigurationResponse) => any;
|
|
642
672
|
}
|
|
673
|
+
/**
|
|
674
|
+
* <p/>
|
|
675
|
+
*/
|
|
643
676
|
export interface ChannelNotBroadcasting extends __SmithyException, $MetadataBearer {
|
|
644
677
|
name: "ChannelNotBroadcasting";
|
|
645
678
|
$fault: "client";
|
|
@@ -688,7 +721,7 @@ export interface _Stream {
|
|
|
688
721
|
*/
|
|
689
722
|
playbackUrl?: string;
|
|
690
723
|
/**
|
|
691
|
-
* <p>
|
|
724
|
+
* <p>Time of the stream’s start. This is an ISO 8601 timestamp returned as a string.</p>
|
|
692
725
|
*/
|
|
693
726
|
startTime?: Date;
|
|
694
727
|
/**
|
|
@@ -700,8 +733,10 @@ export interface _Stream {
|
|
|
700
733
|
*/
|
|
701
734
|
health?: StreamHealth | string;
|
|
702
735
|
/**
|
|
703
|
-
* <p>
|
|
704
|
-
*
|
|
736
|
+
* <p>A count of concurrent views of the stream. Typically, a new view appears in
|
|
737
|
+
* <code>viewerCount</code> within 15 seconds of when video playback starts and a view is
|
|
738
|
+
* removed from <code>viewerCount</code> within 1 minute of when video playback ends. A value of
|
|
739
|
+
* -1 indicates that the request timed out; in this case, retry.</p>
|
|
705
740
|
*/
|
|
706
741
|
viewerCount?: number;
|
|
707
742
|
}
|
|
@@ -713,7 +748,7 @@ export declare namespace _Stream {
|
|
|
713
748
|
}
|
|
714
749
|
export interface GetStreamResponse {
|
|
715
750
|
/**
|
|
716
|
-
* <p
|
|
751
|
+
* <p/>
|
|
717
752
|
*/
|
|
718
753
|
stream?: _Stream;
|
|
719
754
|
}
|
|
@@ -737,7 +772,7 @@ export declare namespace GetStreamKeyRequest {
|
|
|
737
772
|
}
|
|
738
773
|
export interface GetStreamKeyResponse {
|
|
739
774
|
/**
|
|
740
|
-
*
|
|
775
|
+
*
|
|
741
776
|
*/
|
|
742
777
|
streamKey?: StreamKey;
|
|
743
778
|
}
|
|
@@ -753,8 +788,7 @@ export interface ImportPlaybackKeyPairRequest {
|
|
|
753
788
|
*/
|
|
754
789
|
publicKeyMaterial: string | undefined;
|
|
755
790
|
/**
|
|
756
|
-
* <p>
|
|
757
|
-
* identify that resource. The value does not need to be unique.</p>
|
|
791
|
+
* <p>Playback-key-pair name. The value does not need to be unique.</p>
|
|
758
792
|
*/
|
|
759
793
|
name?: string;
|
|
760
794
|
/**
|
|
@@ -772,7 +806,7 @@ export declare namespace ImportPlaybackKeyPairRequest {
|
|
|
772
806
|
}
|
|
773
807
|
export interface ImportPlaybackKeyPairResponse {
|
|
774
808
|
/**
|
|
775
|
-
* <p
|
|
809
|
+
* <p/>
|
|
776
810
|
*/
|
|
777
811
|
keyPair?: PlaybackKeyPair;
|
|
778
812
|
}
|
|
@@ -820,13 +854,15 @@ export interface ChannelSummary {
|
|
|
820
854
|
*/
|
|
821
855
|
name?: string;
|
|
822
856
|
/**
|
|
823
|
-
* <p>Channel latency mode. Use <code>NORMAL</code> to broadcast and deliver live video up to
|
|
824
|
-
* <code>LOW</code> for near-real-time interaction with viewers. Default:
|
|
825
|
-
*
|
|
857
|
+
* <p>Channel latency mode. Use <code>NORMAL</code> to broadcast and deliver live video up to
|
|
858
|
+
* Full HD. Use <code>LOW</code> for near-real-time interaction with viewers. Default:
|
|
859
|
+
* <code>LOW</code>. (Note: In the Amazon IVS console, <code>LOW</code> and <code>NORMAL</code>
|
|
860
|
+
* correspond to Ultra-low and Standard, respectively.)</p>
|
|
826
861
|
*/
|
|
827
862
|
latencyMode?: ChannelLatencyMode | string;
|
|
828
863
|
/**
|
|
829
|
-
* <p>Whether the channel is private (enabled for playback authorization). Default:
|
|
864
|
+
* <p>Whether the channel is private (enabled for playback authorization). Default:
|
|
865
|
+
* <code>false</code>.</p>
|
|
830
866
|
*/
|
|
831
867
|
authorized?: boolean;
|
|
832
868
|
/**
|
|
@@ -890,8 +926,7 @@ export interface PlaybackKeyPairSummary {
|
|
|
890
926
|
*/
|
|
891
927
|
arn?: string;
|
|
892
928
|
/**
|
|
893
|
-
* <p>
|
|
894
|
-
* identify that resource. The value does not need to be unique.</p>
|
|
929
|
+
* <p>Playback-key-pair name. The value does not need to be unique.</p>
|
|
895
930
|
*/
|
|
896
931
|
name?: string;
|
|
897
932
|
/**
|
|
@@ -950,8 +985,7 @@ export interface RecordingConfigurationSummary {
|
|
|
950
985
|
*/
|
|
951
986
|
arn: string | undefined;
|
|
952
987
|
/**
|
|
953
|
-
* <p>
|
|
954
|
-
* customer identify that resource. The value does not need to be unique.</p>
|
|
988
|
+
* <p>Recording-configuration name. The value does not need to be unique.</p>
|
|
955
989
|
*/
|
|
956
990
|
name?: string;
|
|
957
991
|
/**
|
|
@@ -960,7 +994,7 @@ export interface RecordingConfigurationSummary {
|
|
|
960
994
|
destinationConfiguration: DestinationConfiguration | undefined;
|
|
961
995
|
/**
|
|
962
996
|
* <p>Indicates the current state of the recording configuration. When the state is
|
|
963
|
-
*
|
|
997
|
+
* <code>ACTIVE</code>, the configuration is ready for recording a channel stream.</p>
|
|
964
998
|
*/
|
|
965
999
|
state: RecordingConfigurationState | string | undefined;
|
|
966
1000
|
/**
|
|
@@ -1090,12 +1124,14 @@ export interface StreamSummary {
|
|
|
1090
1124
|
*/
|
|
1091
1125
|
health?: StreamHealth | string;
|
|
1092
1126
|
/**
|
|
1093
|
-
* <p>
|
|
1094
|
-
*
|
|
1127
|
+
* <p>A count of concurrent views of the stream. Typically, a new view appears in
|
|
1128
|
+
* <code>viewerCount</code> within 15 seconds of when video playback starts and a view is
|
|
1129
|
+
* removed from <code>viewerCount</code> within 1 minute of when video playback ends. A value of
|
|
1130
|
+
* -1 indicates that the request timed out; in this case, retry.</p>
|
|
1095
1131
|
*/
|
|
1096
1132
|
viewerCount?: number;
|
|
1097
1133
|
/**
|
|
1098
|
-
* <p>
|
|
1134
|
+
* <p>Time of the stream’s start. This is an ISO 8601 timestamp returned as a string.</p>
|
|
1099
1135
|
*/
|
|
1100
1136
|
startTime?: Date;
|
|
1101
1137
|
}
|
|
@@ -1127,15 +1163,6 @@ export interface ListTagsForResourceRequest {
|
|
|
1127
1163
|
* <p>The ARN of the resource to be retrieved.</p>
|
|
1128
1164
|
*/
|
|
1129
1165
|
resourceArn: string | undefined;
|
|
1130
|
-
/**
|
|
1131
|
-
* <p>The first tag to retrieve. This is used for pagination; see the <code>nextToken</code>
|
|
1132
|
-
* response field.</p>
|
|
1133
|
-
*/
|
|
1134
|
-
nextToken?: string;
|
|
1135
|
-
/**
|
|
1136
|
-
* <p>Maximum number of tags to return. Default: 50.</p>
|
|
1137
|
-
*/
|
|
1138
|
-
maxResults?: number;
|
|
1139
1166
|
}
|
|
1140
1167
|
export declare namespace ListTagsForResourceRequest {
|
|
1141
1168
|
/**
|
|
@@ -1144,14 +1171,12 @@ export declare namespace ListTagsForResourceRequest {
|
|
|
1144
1171
|
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1145
1172
|
}
|
|
1146
1173
|
export interface ListTagsForResourceResponse {
|
|
1174
|
+
/**
|
|
1175
|
+
* <p/>
|
|
1176
|
+
*/
|
|
1147
1177
|
tags: {
|
|
1148
1178
|
[key: string]: string;
|
|
1149
1179
|
} | undefined;
|
|
1150
|
-
/**
|
|
1151
|
-
* <p>If there are more tags than <code>maxResults</code>, use <code>nextToken</code> in the
|
|
1152
|
-
* request to get the next set.</p>
|
|
1153
|
-
*/
|
|
1154
|
-
nextToken?: string;
|
|
1155
1180
|
}
|
|
1156
1181
|
export declare namespace ListTagsForResourceResponse {
|
|
1157
1182
|
/**
|
|
@@ -1176,6 +1201,9 @@ export declare namespace PutMetadataRequest {
|
|
|
1176
1201
|
*/
|
|
1177
1202
|
const filterSensitiveLog: (obj: PutMetadataRequest) => any;
|
|
1178
1203
|
}
|
|
1204
|
+
/**
|
|
1205
|
+
* <p/>
|
|
1206
|
+
*/
|
|
1179
1207
|
export interface ThrottlingException extends __SmithyException, $MetadataBearer {
|
|
1180
1208
|
name: "ThrottlingException";
|
|
1181
1209
|
$fault: "client";
|
|
@@ -1210,6 +1238,9 @@ export declare namespace StopStreamResponse {
|
|
|
1210
1238
|
*/
|
|
1211
1239
|
const filterSensitiveLog: (obj: StopStreamResponse) => any;
|
|
1212
1240
|
}
|
|
1241
|
+
/**
|
|
1242
|
+
* <p/>
|
|
1243
|
+
*/
|
|
1213
1244
|
export interface StreamUnavailable extends __SmithyException, $MetadataBearer {
|
|
1214
1245
|
name: "StreamUnavailable";
|
|
1215
1246
|
$fault: "server";
|
|
@@ -1299,13 +1330,14 @@ export interface UpdateChannelRequest {
|
|
|
1299
1330
|
* <p>
|
|
1300
1331
|
* <code>STANDARD</code>: Multiple qualities are generated from the original input, to
|
|
1301
1332
|
* automatically give viewers the best experience for their devices and network conditions.
|
|
1302
|
-
*
|
|
1333
|
+
* Resolution can be up to 1080p and bitrate can be up to 8.5 Mbps. Audio is transcoded only
|
|
1334
|
+
* for renditions 360p and below; above that, audio is passed through.</p>
|
|
1303
1335
|
* </li>
|
|
1304
1336
|
* <li>
|
|
1305
1337
|
* <p>
|
|
1306
1338
|
* <code>BASIC</code>: Amazon IVS delivers the original input to viewers. The viewer’s
|
|
1307
|
-
* video-quality choice is limited to the original input.
|
|
1308
|
-
*
|
|
1339
|
+
* video-quality choice is limited to the original input. Resolution can be up to 480p and
|
|
1340
|
+
* bitrate can be up to 1.5 Mbps.</p>
|
|
1309
1341
|
* </li>
|
|
1310
1342
|
* </ul>
|
|
1311
1343
|
*/
|