@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
|
@@ -143,65 +143,24 @@ export interface IvsClientResolvedConfig extends IvsClientResolvedConfigType {
|
|
|
143
143
|
* <p>
|
|
144
144
|
* <b>Introduction</b>
|
|
145
145
|
* </p>
|
|
146
|
-
*
|
|
147
146
|
* <p>The Amazon Interactive Video Service (IVS) API is REST compatible, using a standard HTTP
|
|
148
|
-
* API and an
|
|
149
|
-
* responses, including errors.</p>
|
|
150
|
-
*
|
|
151
|
-
*
|
|
152
|
-
*
|
|
147
|
+
* API and an Amazon Web Services EventBridge event stream for responses. JSON is used for both
|
|
148
|
+
* requests and responses, including errors.</p>
|
|
149
|
+
* <p>The API is an Amazon Web Services regional service. For a list of supported regions and
|
|
150
|
+
* Amazon IVS HTTPS service endpoints, see the <a href="https://docs.aws.amazon.com/general/latest/gr/ivs.html">Amazon IVS page</a> in the
|
|
151
|
+
* <i>Amazon Web Services General Reference</i>.</p>
|
|
153
152
|
* <p>
|
|
154
153
|
* <i>
|
|
155
154
|
* <b>All API request parameters and URLs are case sensitive.
|
|
156
155
|
* </b>
|
|
157
156
|
* </i>
|
|
158
157
|
* </p>
|
|
159
|
-
*
|
|
160
158
|
* <p>For a summary of notable documentation changes in each release, see <a href="https://docs.aws.amazon.com/ivs/latest/userguide/doc-history.html"> Document
|
|
161
159
|
* History</a>.</p>
|
|
162
160
|
*
|
|
163
161
|
* <p>
|
|
164
|
-
* <b>Service Endpoints</b>
|
|
165
|
-
* </p>
|
|
166
|
-
* <p>The following are the Amazon IVS service endpoints (all HTTPS): </p>
|
|
167
|
-
* <p>Region name: US West (Oregon)</p>
|
|
168
|
-
* <ul>
|
|
169
|
-
* <li>
|
|
170
|
-
* <p>Region: <code>us-west-2</code>
|
|
171
|
-
* </p>
|
|
172
|
-
* </li>
|
|
173
|
-
* <li>
|
|
174
|
-
* <p>Endpoint: <code>ivs.us-west-2.amazonaws.com</code>
|
|
175
|
-
* </p>
|
|
176
|
-
* </li>
|
|
177
|
-
* </ul>
|
|
178
|
-
* <p>Region name: US East (Virginia)</p>
|
|
179
|
-
* <ul>
|
|
180
|
-
* <li>
|
|
181
|
-
* <p>Region: <code>us-east-1</code>
|
|
182
|
-
* </p>
|
|
183
|
-
* </li>
|
|
184
|
-
* <li>
|
|
185
|
-
* <p>Endpoint: <code>ivs.us-east-1.amazonaws.com</code>
|
|
186
|
-
* </p>
|
|
187
|
-
* </li>
|
|
188
|
-
* </ul>
|
|
189
|
-
* <p>Region name: EU West (Dublin)</p>
|
|
190
|
-
* <ul>
|
|
191
|
-
* <li>
|
|
192
|
-
* <p>Region: <code>eu-west-1</code>
|
|
193
|
-
* </p>
|
|
194
|
-
* </li>
|
|
195
|
-
* <li>
|
|
196
|
-
* <p>Endpoint: <code>ivs.eu-west-1.amazonaws.com</code>
|
|
197
|
-
* </p>
|
|
198
|
-
* </li>
|
|
199
|
-
* </ul>
|
|
200
|
-
*
|
|
201
|
-
* <p>
|
|
202
162
|
* <b>Allowed Header Values</b>
|
|
203
163
|
* </p>
|
|
204
|
-
*
|
|
205
164
|
* <ul>
|
|
206
165
|
* <li>
|
|
207
166
|
* <p>
|
|
@@ -222,13 +181,11 @@ export interface IvsClientResolvedConfig extends IvsClientResolvedConfigType {
|
|
|
222
181
|
* </code>application/json</p>
|
|
223
182
|
* </li>
|
|
224
183
|
* </ul>
|
|
225
|
-
*
|
|
226
184
|
* <p>
|
|
227
185
|
* <b>Resources</b>
|
|
228
186
|
* </p>
|
|
229
|
-
* <p>The following resources contain information about your IVS live stream (see <a href="https://docs.aws.amazon.com/ivs/latest/userguide/getting-started.html"> Getting Started with
|
|
230
|
-
* IVS</a>):</p>
|
|
231
|
-
*
|
|
187
|
+
* <p>The following resources contain information about your IVS live stream (see <a href="https://docs.aws.amazon.com/ivs/latest/userguide/getting-started.html"> Getting Started with
|
|
188
|
+
* Amazon IVS</a>):</p>
|
|
232
189
|
* <ul>
|
|
233
190
|
* <li>
|
|
234
191
|
* <p>Channel — Stores configuration data related to your live stream. You first create a
|
|
@@ -256,28 +213,21 @@ export interface IvsClientResolvedConfig extends IvsClientResolvedConfigType {
|
|
|
256
213
|
* configuration. See the Recording Configuration endpoints for more information.</p>
|
|
257
214
|
* </li>
|
|
258
215
|
* </ul>
|
|
259
|
-
*
|
|
260
|
-
*
|
|
261
|
-
*
|
|
262
216
|
* <p>
|
|
263
217
|
* <b>Tagging</b>
|
|
264
218
|
* </p>
|
|
265
|
-
*
|
|
266
|
-
*
|
|
267
|
-
*
|
|
268
|
-
*
|
|
269
|
-
*
|
|
270
|
-
*
|
|
271
|
-
*
|
|
272
|
-
*
|
|
273
|
-
* same tag for different resources to indicate that they are related. You can also use tags to
|
|
274
|
-
* manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html">
|
|
275
|
-
* Access Tags</a>). </p>
|
|
276
|
-
*
|
|
219
|
+
* <p>A <i>tag</i> is a metadata label that you assign to an Amazon Web Services
|
|
220
|
+
* resource. A tag comprises a <i>key</i> and a <i>value</i>, both
|
|
221
|
+
* set by you. For example, you might set a tag as <code>topic:nature</code> to label a
|
|
222
|
+
* particular video category. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a> for
|
|
223
|
+
* more information, including restrictions that apply to tags.</p>
|
|
224
|
+
* <p>Tags can help you identify and organize your Amazon Web Services resources. For example,
|
|
225
|
+
* you can use the same tag for different resources to indicate that they are related. You can
|
|
226
|
+
* also use tags to manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html"> Access Tags</a>). </p>
|
|
277
227
|
* <p>The Amazon IVS API has these tag-related endpoints: <a>TagResource</a>, <a>UntagResource</a>, and <a>ListTagsForResource</a>. The following
|
|
278
228
|
* resources support tagging: Channels, Stream Keys, Playback Key Pairs, and Recording
|
|
279
229
|
* Configurations.</p>
|
|
280
|
-
*
|
|
230
|
+
* <p>At most 50 tags can be applied to a resource. </p>
|
|
281
231
|
* <p>
|
|
282
232
|
* <b>Authentication versus Authorization</b>
|
|
283
233
|
* </p>
|
|
@@ -285,40 +235,39 @@ export interface IvsClientResolvedConfig extends IvsClientResolvedConfigType {
|
|
|
285
235
|
* <ul>
|
|
286
236
|
* <li>
|
|
287
237
|
* <p>
|
|
288
|
-
* <i>Authentication</i> is about verifying identity. You need to be
|
|
289
|
-
* API requests.</p>
|
|
238
|
+
* <i>Authentication</i> is about verifying identity. You need to be
|
|
239
|
+
* authenticated to sign Amazon IVS API requests.</p>
|
|
290
240
|
* </li>
|
|
291
241
|
* <li>
|
|
292
242
|
* <p>
|
|
293
|
-
* <i>Authorization</i> is about granting permissions. You need to be
|
|
294
|
-
*
|
|
295
|
-
* "playback authorization.")</p>
|
|
243
|
+
* <i>Authorization</i> is about granting permissions. You need to be
|
|
244
|
+
* authorized to view <a href="https://docs.aws.amazon.com/ivs/latest/userguide/private-channels.html">Amazon IVS private channels</a>.
|
|
245
|
+
* (Private channels are channels that are enabled for "playback authorization.")</p>
|
|
296
246
|
* </li>
|
|
297
247
|
* </ul>
|
|
298
|
-
*
|
|
299
248
|
* <p>
|
|
300
249
|
* <b>Authentication</b>
|
|
301
250
|
* </p>
|
|
302
|
-
* <p>All Amazon IVS API requests must be authenticated with a signature. The
|
|
303
|
-
* Interface (CLI) and Amazon IVS Player SDKs take care of signing the underlying
|
|
304
|
-
* you. However, if your application calls the Amazon IVS API directly, it’s your
|
|
305
|
-
* to sign the requests.</p>
|
|
306
|
-
* <p>You generate a signature using valid
|
|
307
|
-
* requested action. For example, you must sign PutMetadata requests with a
|
|
308
|
-
* from an IAM user account that has the <code>ivs:PutMetadata</code>
|
|
251
|
+
* <p>All Amazon IVS API requests must be authenticated with a signature. The Amazon Web Services
|
|
252
|
+
* Command-Line Interface (CLI) and Amazon IVS Player SDKs take care of signing the underlying
|
|
253
|
+
* API calls for you. However, if your application calls the Amazon IVS API directly, it’s your
|
|
254
|
+
* responsibility to sign the requests.</p>
|
|
255
|
+
* <p>You generate a signature using valid Amazon Web Services credentials that have permission
|
|
256
|
+
* to perform the requested action. For example, you must sign PutMetadata requests with a
|
|
257
|
+
* signature generated from an IAM user account that has the <code>ivs:PutMetadata</code>
|
|
258
|
+
* permission.</p>
|
|
309
259
|
* <p>For more information:</p>
|
|
310
260
|
* <ul>
|
|
311
261
|
* <li>
|
|
312
|
-
* <p>Authentication and generating signatures — See <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html">Authenticating Requests
|
|
313
|
-
*
|
|
262
|
+
* <p>Authentication and generating signatures — See <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html">Authenticating Requests
|
|
263
|
+
* (Amazon Web Services Signature Version 4)</a> in the <i>Amazon Web Services
|
|
264
|
+
* General Reference</i>.</p>
|
|
314
265
|
* </li>
|
|
315
266
|
* <li>
|
|
316
|
-
* <p>Managing Amazon IVS permissions — See <a href="https://docs.aws.amazon.com/ivs/latest/userguide/security-iam.html">Identity and Access Management</a> on
|
|
317
|
-
*
|
|
267
|
+
* <p>Managing Amazon IVS permissions — See <a href="https://docs.aws.amazon.com/ivs/latest/userguide/security-iam.html">Identity and Access Management</a> on
|
|
268
|
+
* the Security page of the <i>Amazon IVS User Guide</i>.</p>
|
|
318
269
|
* </li>
|
|
319
270
|
* </ul>
|
|
320
|
-
*
|
|
321
|
-
*
|
|
322
271
|
* <p>
|
|
323
272
|
* <b>Channel Endpoints</b>
|
|
324
273
|
* </p>
|
|
@@ -341,10 +290,10 @@ export interface IvsClientResolvedConfig extends IvsClientResolvedConfigType {
|
|
|
341
290
|
* <li>
|
|
342
291
|
* <p>
|
|
343
292
|
* <a>ListChannels</a> — Gets summary information about all channels in
|
|
344
|
-
* your account, in the
|
|
345
|
-
* filtered to match a specified name or recording-configuration ARN. Filters are
|
|
346
|
-
* exclusive and cannot be used together. If you try to use both filters, you will
|
|
347
|
-
* error (409 Conflict Exception).</p>
|
|
293
|
+
* your account, in the Amazon Web Services region where the API request is processed. This
|
|
294
|
+
* list can be filtered to match a specified name or recording-configuration ARN. Filters are
|
|
295
|
+
* mutually exclusive and cannot be used together. If you try to use both filters, you will
|
|
296
|
+
* get an error (409 Conflict Exception).</p>
|
|
348
297
|
* </li>
|
|
349
298
|
* <li>
|
|
350
299
|
* <p>
|
|
@@ -357,7 +306,6 @@ export interface IvsClientResolvedConfig extends IvsClientResolvedConfigType {
|
|
|
357
306
|
* <a>DeleteChannel</a> — Deletes the specified channel.</p>
|
|
358
307
|
* </li>
|
|
359
308
|
* </ul>
|
|
360
|
-
*
|
|
361
309
|
* <p>
|
|
362
310
|
* <b>StreamKey Endpoints</b>
|
|
363
311
|
* </p>
|
|
@@ -388,8 +336,6 @@ export interface IvsClientResolvedConfig extends IvsClientResolvedConfigType {
|
|
|
388
336
|
* ARN, so it can no longer be used to stream.</p>
|
|
389
337
|
* </li>
|
|
390
338
|
* </ul>
|
|
391
|
-
*
|
|
392
|
-
*
|
|
393
339
|
* <p>
|
|
394
340
|
* <b>Stream Endpoints</b>
|
|
395
341
|
* </p>
|
|
@@ -402,7 +348,7 @@ export interface IvsClientResolvedConfig extends IvsClientResolvedConfigType {
|
|
|
402
348
|
* <li>
|
|
403
349
|
* <p>
|
|
404
350
|
* <a>ListStreams</a> — Gets summary information about live streams in
|
|
405
|
-
* your account, in the
|
|
351
|
+
* your account, in the Amazon Web Services region where the API request is processed.</p>
|
|
406
352
|
* </li>
|
|
407
353
|
* <li>
|
|
408
354
|
* <p>
|
|
@@ -413,12 +359,12 @@ export interface IvsClientResolvedConfig extends IvsClientResolvedConfigType {
|
|
|
413
359
|
* <li>
|
|
414
360
|
* <p>
|
|
415
361
|
* <a>PutMetadata</a> — Inserts metadata into the active stream of the
|
|
416
|
-
* specified channel.
|
|
362
|
+
* specified channel. At most 5 requests per second per channel are allowed, each with a
|
|
417
363
|
* maximum 1 KB payload. (If 5 TPS is not sufficient for your needs, we recommend batching
|
|
418
|
-
* your data into a single PutMetadata call.)
|
|
364
|
+
* your data into a single PutMetadata call.) At most 155 requests per second per account are
|
|
365
|
+
* allowed.</p>
|
|
419
366
|
* </li>
|
|
420
367
|
* </ul>
|
|
421
|
-
*
|
|
422
368
|
* <p>
|
|
423
369
|
* <b>PlaybackKeyPair Endpoints</b>
|
|
424
370
|
* </p>
|
|
@@ -430,7 +376,7 @@ export interface IvsClientResolvedConfig extends IvsClientResolvedConfigType {
|
|
|
430
376
|
* <a>ImportPlaybackKeyPair</a> — Imports the public portion of a new
|
|
431
377
|
* key pair and returns its <code>arn</code> and <code>fingerprint</code>. The
|
|
432
378
|
* <code>privateKey</code> can then be used to generate viewer authorization tokens, to
|
|
433
|
-
* grant viewers access to
|
|
379
|
+
* grant viewers access to private channels (channels enabled for playback
|
|
434
380
|
* authorization).</p>
|
|
435
381
|
* </li>
|
|
436
382
|
* <li>
|
|
@@ -452,26 +398,25 @@ export interface IvsClientResolvedConfig extends IvsClientResolvedConfigType {
|
|
|
452
398
|
* <code>privateKey</code>.</p>
|
|
453
399
|
* </li>
|
|
454
400
|
* </ul>
|
|
455
|
-
*
|
|
456
401
|
* <p>
|
|
457
402
|
* <b>RecordingConfiguration Endpoints</b>
|
|
458
403
|
* </p>
|
|
459
404
|
* <ul>
|
|
460
405
|
* <li>
|
|
461
406
|
* <p>
|
|
462
|
-
* <a>CreateRecordingConfiguration</a> — Creates a new recording
|
|
463
|
-
* used to enable recording to Amazon S3.</p>
|
|
407
|
+
* <a>CreateRecordingConfiguration</a> — Creates a new recording
|
|
408
|
+
* configuration, used to enable recording to Amazon S3.</p>
|
|
464
409
|
* </li>
|
|
465
410
|
* <li>
|
|
466
411
|
* <p>
|
|
467
|
-
* <a>GetRecordingConfiguration</a> — Gets the recording-configuration
|
|
468
|
-
* for the specified ARN.</p>
|
|
412
|
+
* <a>GetRecordingConfiguration</a> — Gets the recording-configuration
|
|
413
|
+
* metadata for the specified ARN.</p>
|
|
469
414
|
* </li>
|
|
470
415
|
* <li>
|
|
471
416
|
* <p>
|
|
472
|
-
* <a>ListRecordingConfigurations</a> — Gets summary information about
|
|
473
|
-
* recording configurations in your account, in the
|
|
474
|
-
* processed.</p>
|
|
417
|
+
* <a>ListRecordingConfigurations</a> — Gets summary information about
|
|
418
|
+
* all recording configurations in your account, in the Amazon Web Services region where the
|
|
419
|
+
* API request is processed.</p>
|
|
475
420
|
* </li>
|
|
476
421
|
* <li>
|
|
477
422
|
* <p>
|
|
@@ -479,15 +424,14 @@ export interface IvsClientResolvedConfig extends IvsClientResolvedConfigType {
|
|
|
479
424
|
* configuration for the specified ARN.</p>
|
|
480
425
|
* </li>
|
|
481
426
|
* </ul>
|
|
482
|
-
*
|
|
483
427
|
* <p>
|
|
484
|
-
* <b>
|
|
428
|
+
* <b>Amazon Web Services Tags Endpoints</b>
|
|
485
429
|
* </p>
|
|
486
430
|
* <ul>
|
|
487
431
|
* <li>
|
|
488
432
|
* <p>
|
|
489
|
-
* <a>TagResource</a> — Adds or updates tags for the
|
|
490
|
-
* the specified ARN.</p>
|
|
433
|
+
* <a>TagResource</a> — Adds or updates tags for the Amazon Web Services
|
|
434
|
+
* resource with the specified ARN.</p>
|
|
491
435
|
* </li>
|
|
492
436
|
* <li>
|
|
493
437
|
* <p>
|
|
@@ -496,8 +440,7 @@ export interface IvsClientResolvedConfig extends IvsClientResolvedConfigType {
|
|
|
496
440
|
* </li>
|
|
497
441
|
* <li>
|
|
498
442
|
* <p>
|
|
499
|
-
* <a>ListTagsForResource</a> — Gets information about
|
|
500
|
-
* specified ARN.</p>
|
|
443
|
+
* <a>ListTagsForResource</a> — Gets information about Amazon Web Services tags for the specified ARN.</p>
|
|
501
444
|
* </li>
|
|
502
445
|
* </ul>
|
|
503
446
|
*/
|
|
@@ -9,7 +9,7 @@ export interface CreateRecordingConfigurationCommandOutput extends CreateRecordi
|
|
|
9
9
|
/**
|
|
10
10
|
* <p>Creates a new recording configuration, used to enable recording to Amazon S3.</p>
|
|
11
11
|
* <p>
|
|
12
|
-
* <b>Known issue:</b> In the us-east-1 region, if you use the
|
|
12
|
+
* <b>Known issue:</b> In the us-east-1 region, if you use the Amazon Web Services
|
|
13
13
|
* CLI to create a recording configuration, it returns success even if the S3 bucket is in a
|
|
14
14
|
* different region. In this case, the <code>state</code> of the recording configuration is
|
|
15
15
|
* <code>CREATE_FAILED</code> (instead of <code>ACTIVE</code>). (In other regions, the CLI
|
|
@@ -7,7 +7,7 @@ export interface ListChannelsCommandInput extends ListChannelsRequest {
|
|
|
7
7
|
export interface ListChannelsCommandOutput extends ListChannelsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Gets summary information about all channels in your account, in the
|
|
10
|
+
* <p>Gets summary information about all channels in your account, in the Amazon Web Services region where the
|
|
11
11
|
* API request is processed. This list can be filtered to match a specified name or
|
|
12
12
|
* recording-configuration ARN. Filters are mutually exclusive and cannot be used together. If
|
|
13
13
|
* you try to use both filters, you will get an error (409 ConflictException).</p>
|
|
@@ -7,7 +7,7 @@ export interface ListRecordingConfigurationsCommandInput extends ListRecordingCo
|
|
|
7
7
|
export interface ListRecordingConfigurationsCommandOutput extends ListRecordingConfigurationsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Gets summary information about all recording configurations in your account, in the
|
|
10
|
+
* <p>Gets summary information about all recording configurations in your account, in the Amazon Web Services
|
|
11
11
|
* region where the API request is processed.</p>
|
|
12
12
|
* @example
|
|
13
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -7,7 +7,7 @@ export interface ListStreamsCommandInput extends ListStreamsRequest {
|
|
|
7
7
|
export interface ListStreamsCommandOutput extends ListStreamsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Gets summary information about live streams in your account, in the
|
|
10
|
+
* <p>Gets summary information about live streams in your account, in the Amazon Web Services region where the
|
|
11
11
|
* API request is processed.</p>
|
|
12
12
|
* @example
|
|
13
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -7,7 +7,7 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
7
7
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Gets information about
|
|
10
|
+
* <p>Gets information about Amazon Web Services tags for the specified ARN.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -7,13 +7,11 @@ export interface PutMetadataCommandInput extends PutMetadataRequest {
|
|
|
7
7
|
export interface PutMetadataCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Inserts metadata into the active stream of the specified channel.
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
* within a Video Stream</a> in the <i>Amazon IVS User Guide</i>.</p>
|
|
10
|
+
* <p>Inserts metadata into the active stream of the specified channel. At most 5 requests per
|
|
11
|
+
* second per channel are allowed, each with a maximum 1 KB payload. (If 5 TPS is not sufficient
|
|
12
|
+
* for your needs, we recommend batching your data into a single PutMetadata call.) At most 155
|
|
13
|
+
* requests per second per account are allowed. Also see <a href="https://docs.aws.amazon.com/ivs/latest/userguide/metadata.html">Embedding Metadata within a Video Stream</a> in
|
|
14
|
+
* the <i>Amazon IVS User Guide</i>.</p>
|
|
17
15
|
* @example
|
|
18
16
|
* Use a bare-bones client and the command you need to make an API call.
|
|
19
17
|
* ```javascript
|
|
@@ -7,7 +7,7 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
7
7
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Adds or updates tags for the
|
|
10
|
+
* <p>Adds or updates tags for the Amazon Web Services resource with the specified ARN.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export * from "./BatchGetChannelCommand";
|
|
2
|
+
export * from "./BatchGetStreamKeyCommand";
|
|
3
|
+
export * from "./CreateChannelCommand";
|
|
4
|
+
export * from "./CreateRecordingConfigurationCommand";
|
|
5
|
+
export * from "./CreateStreamKeyCommand";
|
|
6
|
+
export * from "./DeleteChannelCommand";
|
|
7
|
+
export * from "./DeletePlaybackKeyPairCommand";
|
|
8
|
+
export * from "./DeleteRecordingConfigurationCommand";
|
|
9
|
+
export * from "./DeleteStreamKeyCommand";
|
|
10
|
+
export * from "./GetChannelCommand";
|
|
11
|
+
export * from "./GetPlaybackKeyPairCommand";
|
|
12
|
+
export * from "./GetRecordingConfigurationCommand";
|
|
13
|
+
export * from "./GetStreamCommand";
|
|
14
|
+
export * from "./GetStreamKeyCommand";
|
|
15
|
+
export * from "./ImportPlaybackKeyPairCommand";
|
|
16
|
+
export * from "./ListChannelsCommand";
|
|
17
|
+
export * from "./ListPlaybackKeyPairsCommand";
|
|
18
|
+
export * from "./ListRecordingConfigurationsCommand";
|
|
19
|
+
export * from "./ListStreamKeysCommand";
|
|
20
|
+
export * from "./ListStreamsCommand";
|
|
21
|
+
export * from "./ListTagsForResourceCommand";
|
|
22
|
+
export * from "./PutMetadataCommand";
|
|
23
|
+
export * from "./StopStreamCommand";
|
|
24
|
+
export * from "./TagResourceCommand";
|
|
25
|
+
export * from "./UntagResourceCommand";
|
|
26
|
+
export * from "./UpdateChannelCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,36 +1,5 @@
|
|
|
1
|
-
export * from "./IvsClient";
|
|
2
1
|
export * from "./Ivs";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/CreateStreamKeyCommand";
|
|
8
|
-
export * from "./commands/DeleteChannelCommand";
|
|
9
|
-
export * from "./commands/DeletePlaybackKeyPairCommand";
|
|
10
|
-
export * from "./commands/DeleteRecordingConfigurationCommand";
|
|
11
|
-
export * from "./commands/DeleteStreamKeyCommand";
|
|
12
|
-
export * from "./commands/GetChannelCommand";
|
|
13
|
-
export * from "./commands/GetPlaybackKeyPairCommand";
|
|
14
|
-
export * from "./commands/GetRecordingConfigurationCommand";
|
|
15
|
-
export * from "./commands/GetStreamCommand";
|
|
16
|
-
export * from "./commands/GetStreamKeyCommand";
|
|
17
|
-
export * from "./commands/ImportPlaybackKeyPairCommand";
|
|
18
|
-
export * from "./commands/ListChannelsCommand";
|
|
19
|
-
export * from "./pagination/ListChannelsPaginator";
|
|
20
|
-
export * from "./commands/ListPlaybackKeyPairsCommand";
|
|
21
|
-
export * from "./pagination/ListPlaybackKeyPairsPaginator";
|
|
22
|
-
export * from "./commands/ListRecordingConfigurationsCommand";
|
|
23
|
-
export * from "./pagination/ListRecordingConfigurationsPaginator";
|
|
24
|
-
export * from "./commands/ListStreamKeysCommand";
|
|
25
|
-
export * from "./pagination/ListStreamKeysPaginator";
|
|
26
|
-
export * from "./commands/ListStreamsCommand";
|
|
27
|
-
export * from "./pagination/ListStreamsPaginator";
|
|
28
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
29
|
-
export * from "./pagination/ListTagsForResourcePaginator";
|
|
30
|
-
export * from "./commands/PutMetadataCommand";
|
|
31
|
-
export * from "./commands/StopStreamCommand";
|
|
32
|
-
export * from "./commands/TagResourceCommand";
|
|
33
|
-
export * from "./commands/UntagResourceCommand";
|
|
34
|
-
export * from "./commands/UpdateChannelCommand";
|
|
35
|
-
export * from "./pagination/Interfaces";
|
|
36
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./IvsClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|