@aws-sdk/client-ivs 3.337.0 → 3.338.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.
Files changed (125) hide show
  1. package/dist-cjs/IvsClient.js +2 -1
  2. package/dist-cjs/commands/BatchGetChannelCommand.js +2 -1
  3. package/dist-cjs/commands/BatchGetStreamKeyCommand.js +2 -1
  4. package/dist-cjs/commands/CreateChannelCommand.js +2 -1
  5. package/dist-cjs/commands/CreateRecordingConfigurationCommand.js +2 -1
  6. package/dist-cjs/commands/CreateStreamKeyCommand.js +2 -1
  7. package/dist-cjs/commands/DeleteChannelCommand.js +2 -1
  8. package/dist-cjs/commands/DeletePlaybackKeyPairCommand.js +2 -1
  9. package/dist-cjs/commands/DeleteRecordingConfigurationCommand.js +2 -1
  10. package/dist-cjs/commands/DeleteStreamKeyCommand.js +2 -1
  11. package/dist-cjs/commands/GetChannelCommand.js +2 -1
  12. package/dist-cjs/commands/GetPlaybackKeyPairCommand.js +2 -1
  13. package/dist-cjs/commands/GetRecordingConfigurationCommand.js +2 -1
  14. package/dist-cjs/commands/GetStreamCommand.js +2 -1
  15. package/dist-cjs/commands/GetStreamKeyCommand.js +2 -1
  16. package/dist-cjs/commands/GetStreamSessionCommand.js +2 -1
  17. package/dist-cjs/commands/ImportPlaybackKeyPairCommand.js +2 -1
  18. package/dist-cjs/commands/ListChannelsCommand.js +2 -1
  19. package/dist-cjs/commands/ListPlaybackKeyPairsCommand.js +2 -1
  20. package/dist-cjs/commands/ListRecordingConfigurationsCommand.js +2 -1
  21. package/dist-cjs/commands/ListStreamKeysCommand.js +2 -1
  22. package/dist-cjs/commands/ListStreamSessionsCommand.js +2 -1
  23. package/dist-cjs/commands/ListStreamsCommand.js +2 -1
  24. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  25. package/dist-cjs/commands/PutMetadataCommand.js +2 -1
  26. package/dist-cjs/commands/StopStreamCommand.js +2 -1
  27. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  28. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  29. package/dist-cjs/commands/UpdateChannelCommand.js +2 -1
  30. package/dist-cjs/index.js +2 -2
  31. package/dist-cjs/models/IvsServiceException.js +2 -1
  32. package/dist-es/IvsClient.js +1 -0
  33. package/dist-es/commands/BatchGetChannelCommand.js +1 -0
  34. package/dist-es/commands/BatchGetStreamKeyCommand.js +1 -0
  35. package/dist-es/commands/CreateChannelCommand.js +1 -0
  36. package/dist-es/commands/CreateRecordingConfigurationCommand.js +1 -0
  37. package/dist-es/commands/CreateStreamKeyCommand.js +1 -0
  38. package/dist-es/commands/DeleteChannelCommand.js +1 -0
  39. package/dist-es/commands/DeletePlaybackKeyPairCommand.js +1 -0
  40. package/dist-es/commands/DeleteRecordingConfigurationCommand.js +1 -0
  41. package/dist-es/commands/DeleteStreamKeyCommand.js +1 -0
  42. package/dist-es/commands/GetChannelCommand.js +1 -0
  43. package/dist-es/commands/GetPlaybackKeyPairCommand.js +1 -0
  44. package/dist-es/commands/GetRecordingConfigurationCommand.js +1 -0
  45. package/dist-es/commands/GetStreamCommand.js +1 -0
  46. package/dist-es/commands/GetStreamKeyCommand.js +1 -0
  47. package/dist-es/commands/GetStreamSessionCommand.js +1 -0
  48. package/dist-es/commands/ImportPlaybackKeyPairCommand.js +1 -0
  49. package/dist-es/commands/ListChannelsCommand.js +1 -0
  50. package/dist-es/commands/ListPlaybackKeyPairsCommand.js +1 -0
  51. package/dist-es/commands/ListRecordingConfigurationsCommand.js +1 -0
  52. package/dist-es/commands/ListStreamKeysCommand.js +1 -0
  53. package/dist-es/commands/ListStreamSessionsCommand.js +1 -0
  54. package/dist-es/commands/ListStreamsCommand.js +1 -0
  55. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  56. package/dist-es/commands/PutMetadataCommand.js +1 -0
  57. package/dist-es/commands/StopStreamCommand.js +1 -0
  58. package/dist-es/commands/TagResourceCommand.js +1 -0
  59. package/dist-es/commands/UntagResourceCommand.js +1 -0
  60. package/dist-es/commands/UpdateChannelCommand.js +1 -0
  61. package/dist-es/index.js +2 -2
  62. package/dist-es/models/IvsServiceException.js +1 -0
  63. package/dist-types/IvsClient.d.ts +3 -3
  64. package/dist-types/commands/BatchGetChannelCommand.d.ts +4 -0
  65. package/dist-types/commands/BatchGetStreamKeyCommand.d.ts +4 -0
  66. package/dist-types/commands/CreateChannelCommand.d.ts +4 -0
  67. package/dist-types/commands/CreateRecordingConfigurationCommand.d.ts +4 -0
  68. package/dist-types/commands/CreateStreamKeyCommand.d.ts +4 -0
  69. package/dist-types/commands/DeleteChannelCommand.d.ts +4 -0
  70. package/dist-types/commands/DeletePlaybackKeyPairCommand.d.ts +4 -0
  71. package/dist-types/commands/DeleteRecordingConfigurationCommand.d.ts +4 -0
  72. package/dist-types/commands/DeleteStreamKeyCommand.d.ts +4 -0
  73. package/dist-types/commands/GetChannelCommand.d.ts +4 -0
  74. package/dist-types/commands/GetPlaybackKeyPairCommand.d.ts +4 -0
  75. package/dist-types/commands/GetRecordingConfigurationCommand.d.ts +4 -0
  76. package/dist-types/commands/GetStreamCommand.d.ts +4 -0
  77. package/dist-types/commands/GetStreamKeyCommand.d.ts +4 -0
  78. package/dist-types/commands/GetStreamSessionCommand.d.ts +4 -0
  79. package/dist-types/commands/ImportPlaybackKeyPairCommand.d.ts +4 -0
  80. package/dist-types/commands/ListChannelsCommand.d.ts +4 -0
  81. package/dist-types/commands/ListPlaybackKeyPairsCommand.d.ts +4 -0
  82. package/dist-types/commands/ListRecordingConfigurationsCommand.d.ts +4 -0
  83. package/dist-types/commands/ListStreamKeysCommand.d.ts +4 -0
  84. package/dist-types/commands/ListStreamSessionsCommand.d.ts +4 -0
  85. package/dist-types/commands/ListStreamsCommand.d.ts +4 -0
  86. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  87. package/dist-types/commands/PutMetadataCommand.d.ts +4 -0
  88. package/dist-types/commands/StopStreamCommand.d.ts +4 -0
  89. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  90. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  91. package/dist-types/commands/UpdateChannelCommand.d.ts +4 -0
  92. package/dist-types/index.d.ts +333 -2
  93. package/dist-types/models/IvsServiceException.d.ts +1 -0
  94. package/dist-types/ts3.4/IvsClient.d.ts +3 -3
  95. package/dist-types/ts3.4/commands/BatchGetChannelCommand.d.ts +1 -0
  96. package/dist-types/ts3.4/commands/BatchGetStreamKeyCommand.d.ts +1 -0
  97. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +1 -0
  98. package/dist-types/ts3.4/commands/CreateRecordingConfigurationCommand.d.ts +1 -0
  99. package/dist-types/ts3.4/commands/CreateStreamKeyCommand.d.ts +1 -0
  100. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +1 -0
  101. package/dist-types/ts3.4/commands/DeletePlaybackKeyPairCommand.d.ts +1 -0
  102. package/dist-types/ts3.4/commands/DeleteRecordingConfigurationCommand.d.ts +1 -0
  103. package/dist-types/ts3.4/commands/DeleteStreamKeyCommand.d.ts +1 -0
  104. package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +1 -0
  105. package/dist-types/ts3.4/commands/GetPlaybackKeyPairCommand.d.ts +1 -0
  106. package/dist-types/ts3.4/commands/GetRecordingConfigurationCommand.d.ts +1 -0
  107. package/dist-types/ts3.4/commands/GetStreamCommand.d.ts +1 -0
  108. package/dist-types/ts3.4/commands/GetStreamKeyCommand.d.ts +1 -0
  109. package/dist-types/ts3.4/commands/GetStreamSessionCommand.d.ts +1 -0
  110. package/dist-types/ts3.4/commands/ImportPlaybackKeyPairCommand.d.ts +1 -0
  111. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +1 -0
  112. package/dist-types/ts3.4/commands/ListPlaybackKeyPairsCommand.d.ts +1 -0
  113. package/dist-types/ts3.4/commands/ListRecordingConfigurationsCommand.d.ts +1 -0
  114. package/dist-types/ts3.4/commands/ListStreamKeysCommand.d.ts +1 -0
  115. package/dist-types/ts3.4/commands/ListStreamSessionsCommand.d.ts +1 -0
  116. package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +1 -0
  117. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  118. package/dist-types/ts3.4/commands/PutMetadataCommand.d.ts +1 -0
  119. package/dist-types/ts3.4/commands/StopStreamCommand.d.ts +1 -0
  120. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  121. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  122. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +1 -0
  123. package/dist-types/ts3.4/index.d.ts +2 -2
  124. package/dist-types/ts3.4/models/IvsServiceException.d.ts +1 -0
  125. package/package.json +28 -28
@@ -1,6 +1,337 @@
1
- export * from "./Ivs";
1
+ /**
2
+ * <p>
3
+ * <b>Introduction</b>
4
+ * </p>
5
+ * <p>The Amazon Interactive Video Service (IVS) API is REST compatible, using a standard HTTP
6
+ * API and an Amazon Web Services EventBridge event stream for responses. JSON is used for both
7
+ * requests and responses, including errors.</p>
8
+ * <p>The API is an Amazon Web Services regional service. For a list of supported regions and
9
+ * 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
10
+ * <i>Amazon Web Services General Reference</i>.</p>
11
+ * <p>
12
+ * <i>
13
+ * <b>All API request parameters and URLs are case sensitive.
14
+ * </b>
15
+ * </i>
16
+ * </p>
17
+ * <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
18
+ * History</a>.</p>
19
+ * <p>
20
+ * <b>Allowed Header Values</b>
21
+ * </p>
22
+ * <ul>
23
+ * <li>
24
+ * <p>
25
+ * <code>
26
+ * <b>Accept:</b>
27
+ * </code> application/json</p>
28
+ * </li>
29
+ * <li>
30
+ * <p>
31
+ * <code>
32
+ * <b>Accept-Encoding:</b>
33
+ * </code> gzip, deflate</p>
34
+ * </li>
35
+ * <li>
36
+ * <p>
37
+ * <code>
38
+ * <b>Content-Type:</b>
39
+ * </code>application/json</p>
40
+ * </li>
41
+ * </ul>
42
+ * <p>
43
+ * <b>Resources</b>
44
+ * </p>
45
+ * <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
46
+ * Amazon IVS</a>):</p>
47
+ * <ul>
48
+ * <li>
49
+ * <p>
50
+ * <b>Channel</b> — Stores configuration data related to your live stream. You first create a
51
+ * channel and then use the channel’s stream key to start your live stream. See the Channel
52
+ * endpoints for more information. </p>
53
+ * </li>
54
+ * <li>
55
+ * <p>
56
+ * <b>Stream key</b> — An identifier assigned by Amazon IVS when you create a channel, which is
57
+ * then used to authorize streaming. See the StreamKey endpoints for more information.
58
+ * <i>
59
+ * <b>Treat the stream key like a secret, since it allows
60
+ * anyone to stream to the channel.</b>
61
+ * </i>
62
+ * </p>
63
+ * </li>
64
+ * <li>
65
+ * <p>
66
+ * <b>Playback key pair</b> — Video playback may be restricted using playback-authorization
67
+ * tokens, which use public-key encryption. A playback key pair is the public-private pair of
68
+ * keys used to sign and validate the playback-authorization token. See the PlaybackKeyPair
69
+ * endpoints for more information.</p>
70
+ * </li>
71
+ * <li>
72
+ * <p>
73
+ * <b>Recording configuration</b> — Stores configuration related to recording a live stream and
74
+ * where to store the recorded content. Multiple channels can reference the same recording
75
+ * configuration. See the Recording Configuration endpoints for more information.</p>
76
+ * </li>
77
+ * </ul>
78
+ * <p>
79
+ * <b>Tagging</b>
80
+ * </p>
81
+ * <p>A <i>tag</i> is a metadata label that you assign to an Amazon Web Services
82
+ * resource. A tag comprises a <i>key</i> and a <i>value</i>, both
83
+ * set by you. For example, you might set a tag as <code>topic:nature</code> to label a
84
+ * particular video category. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a> for
85
+ * more information, including restrictions that apply to tags and "Tag naming limits and
86
+ * requirements"; Amazon IVS has no service-specific constraints beyond what is documented
87
+ * there.</p>
88
+ * <p>Tags can help you identify and organize your Amazon Web Services resources. For example,
89
+ * you can use the same tag for different resources to indicate that they are related. You can
90
+ * also use tags to manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html"> Access Tags</a>). </p>
91
+ * <p>The Amazon IVS API has these tag-related endpoints: <a>TagResource</a>, <a>UntagResource</a>, and <a>ListTagsForResource</a>. The following
92
+ * resources support tagging: Channels, Stream Keys, Playback Key Pairs, and Recording
93
+ * Configurations.</p>
94
+ * <p>At most 50 tags can be applied to a resource. </p>
95
+ * <p>
96
+ * <b>Authentication versus Authorization</b>
97
+ * </p>
98
+ * <p>Note the differences between these concepts:</p>
99
+ * <ul>
100
+ * <li>
101
+ * <p>
102
+ * <i>Authentication</i> is about verifying identity. You need to be
103
+ * authenticated to sign Amazon IVS API requests.</p>
104
+ * </li>
105
+ * <li>
106
+ * <p>
107
+ * <i>Authorization</i> is about granting permissions. Your IAM roles need
108
+ * to have permissions for Amazon IVS API requests. In addition, authorization is needed to
109
+ * view <a href="https://docs.aws.amazon.com/ivs/latest/userguide/private-channels.html">Amazon
110
+ * IVS private channels</a>. (Private channels are channels that are enabled for
111
+ * "playback authorization.")</p>
112
+ * </li>
113
+ * </ul>
114
+ * <p>
115
+ * <b>Authentication</b>
116
+ * </p>
117
+ * <p>All Amazon IVS API requests must be authenticated with a signature. The Amazon Web Services
118
+ * Command-Line Interface (CLI) and Amazon IVS Player SDKs take care of signing the underlying
119
+ * API calls for you. However, if your application calls the Amazon IVS API directly, it’s your
120
+ * responsibility to sign the requests.</p>
121
+ * <p>You generate a signature using valid Amazon Web Services credentials that have permission
122
+ * to perform the requested action. For example, you must sign PutMetadata requests with a
123
+ * signature generated from a user account that has the <code>ivs:PutMetadata</code>
124
+ * permission.</p>
125
+ * <p>For more information:</p>
126
+ * <ul>
127
+ * <li>
128
+ * <p>Authentication and generating signatures — See <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html">Authenticating Requests
129
+ * (Amazon Web Services Signature Version 4)</a> in the <i>Amazon Web Services
130
+ * General Reference</i>.</p>
131
+ * </li>
132
+ * <li>
133
+ * <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
134
+ * the Security page of the <i>Amazon IVS User Guide</i>.</p>
135
+ * </li>
136
+ * </ul>
137
+ * <p>
138
+ * <b>Amazon Resource Names (ARNs)</b>
139
+ * </p>
140
+ * <p>ARNs uniquely identify AWS resources. An ARN is required when you need to specify a
141
+ * resource unambiguously across all of AWS, such as in IAM policies and API calls. For more
142
+ * information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names</a> in the <i>AWS General
143
+ * Reference</i>.</p>
144
+ * <p>
145
+ * <b>Channel Endpoints</b>
146
+ * </p>
147
+ * <ul>
148
+ * <li>
149
+ * <p>
150
+ * <a>CreateChannel</a> — Creates a new channel and an associated stream
151
+ * key to start streaming.</p>
152
+ * </li>
153
+ * <li>
154
+ * <p>
155
+ * <a>GetChannel</a> — Gets the channel configuration for the specified
156
+ * channel ARN.</p>
157
+ * </li>
158
+ * <li>
159
+ * <p>
160
+ * <a>BatchGetChannel</a> — Performs <a>GetChannel</a> on
161
+ * multiple ARNs simultaneously.</p>
162
+ * </li>
163
+ * <li>
164
+ * <p>
165
+ * <a>ListChannels</a> — Gets summary information about all channels in
166
+ * your account, in the Amazon Web Services region where the API request is processed. This
167
+ * list can be filtered to match a specified name or recording-configuration ARN. Filters are
168
+ * mutually exclusive and cannot be used together. If you try to use both filters, you will
169
+ * get an error (409 Conflict Exception).</p>
170
+ * </li>
171
+ * <li>
172
+ * <p>
173
+ * <a>UpdateChannel</a> — Updates a channel's configuration. This does
174
+ * not affect an ongoing stream of this channel. You must stop and restart the stream for the
175
+ * changes to take effect.</p>
176
+ * </li>
177
+ * <li>
178
+ * <p>
179
+ * <a>DeleteChannel</a> — Deletes the specified channel.</p>
180
+ * </li>
181
+ * </ul>
182
+ * <p>
183
+ * <b>StreamKey Endpoints</b>
184
+ * </p>
185
+ * <ul>
186
+ * <li>
187
+ * <p>
188
+ * <a>CreateStreamKey</a> — Creates a stream key, used to initiate a
189
+ * stream, for the specified channel ARN.</p>
190
+ * </li>
191
+ * <li>
192
+ * <p>
193
+ * <a>GetStreamKey</a> — Gets stream key information for the specified
194
+ * ARN.</p>
195
+ * </li>
196
+ * <li>
197
+ * <p>
198
+ * <a>BatchGetStreamKey</a> — Performs <a>GetStreamKey</a> on
199
+ * multiple ARNs simultaneously.</p>
200
+ * </li>
201
+ * <li>
202
+ * <p>
203
+ * <a>ListStreamKeys</a> — Gets summary information about stream keys
204
+ * for the specified channel.</p>
205
+ * </li>
206
+ * <li>
207
+ * <p>
208
+ * <a>DeleteStreamKey</a> — Deletes the stream key for the specified
209
+ * ARN, so it can no longer be used to stream.</p>
210
+ * </li>
211
+ * </ul>
212
+ * <p>
213
+ * <b>Stream Endpoints</b>
214
+ * </p>
215
+ * <ul>
216
+ * <li>
217
+ * <p>
218
+ * <a>GetStream</a> — Gets information about the active (live) stream on
219
+ * a specified channel.</p>
220
+ * </li>
221
+ * <li>
222
+ * <p>
223
+ * <a>GetStreamSession</a> — Gets metadata on a specified stream.</p>
224
+ * </li>
225
+ * <li>
226
+ * <p>
227
+ * <a>ListStreams</a> — Gets summary information about live streams in
228
+ * your account, in the Amazon Web Services region where the API request is processed.</p>
229
+ * </li>
230
+ * <li>
231
+ * <p>
232
+ * <a>ListStreamSessions</a> — Gets a summary of current and previous
233
+ * streams for a specified channel in your account, in the AWS region where the API request
234
+ * is processed.</p>
235
+ * </li>
236
+ * <li>
237
+ * <p>
238
+ * <a>StopStream</a> — Disconnects the incoming RTMPS stream for the
239
+ * specified channel. Can be used in conjunction with <a>DeleteStreamKey</a> to
240
+ * prevent further streaming to a channel.</p>
241
+ * </li>
242
+ * <li>
243
+ * <p>
244
+ * <a>PutMetadata</a> — Inserts metadata into the active stream of the
245
+ * specified channel. At most 5 requests per second per channel are allowed, each with a
246
+ * maximum 1 KB payload. (If 5 TPS is not sufficient for your needs, we recommend batching
247
+ * your data into a single PutMetadata call.) At most 155 requests per second per account are
248
+ * allowed.</p>
249
+ * </li>
250
+ * </ul>
251
+ * <p>
252
+ * <b>PlaybackKeyPair Endpoints</b>
253
+ * </p>
254
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/ivs/latest/userguide/private-channels.html">Setting Up Private Channels</a> in the
255
+ * <i>Amazon IVS User Guide</i>.</p>
256
+ * <ul>
257
+ * <li>
258
+ * <p>
259
+ * <a>ImportPlaybackKeyPair</a> — Imports the public portion of a new
260
+ * key pair and returns its <code>arn</code> and <code>fingerprint</code>. The
261
+ * <code>privateKey</code> can then be used to generate viewer authorization tokens, to
262
+ * grant viewers access to private channels (channels enabled for playback
263
+ * authorization).</p>
264
+ * </li>
265
+ * <li>
266
+ * <p>
267
+ * <a>GetPlaybackKeyPair</a> — Gets a specified playback authorization
268
+ * key pair and returns the <code>arn</code> and <code>fingerprint</code>. The
269
+ * <code>privateKey</code> held by the caller can be used to generate viewer authorization
270
+ * tokens, to grant viewers access to private channels.</p>
271
+ * </li>
272
+ * <li>
273
+ * <p>
274
+ * <a>ListPlaybackKeyPairs</a> — Gets summary information about playback
275
+ * key pairs.</p>
276
+ * </li>
277
+ * <li>
278
+ * <p>
279
+ * <a>DeletePlaybackKeyPair</a> — Deletes a specified authorization key
280
+ * pair. This invalidates future viewer tokens generated using the key pair’s
281
+ * <code>privateKey</code>.</p>
282
+ * </li>
283
+ * </ul>
284
+ * <p>
285
+ * <b>RecordingConfiguration Endpoints</b>
286
+ * </p>
287
+ * <ul>
288
+ * <li>
289
+ * <p>
290
+ * <a>CreateRecordingConfiguration</a> — Creates a new recording
291
+ * configuration, used to enable recording to Amazon S3.</p>
292
+ * </li>
293
+ * <li>
294
+ * <p>
295
+ * <a>GetRecordingConfiguration</a> — Gets the recording-configuration
296
+ * metadata for the specified ARN.</p>
297
+ * </li>
298
+ * <li>
299
+ * <p>
300
+ * <a>ListRecordingConfigurations</a> — Gets summary information about
301
+ * all recording configurations in your account, in the Amazon Web Services region where the
302
+ * API request is processed.</p>
303
+ * </li>
304
+ * <li>
305
+ * <p>
306
+ * <a>DeleteRecordingConfiguration</a> — Deletes the recording
307
+ * configuration for the specified ARN.</p>
308
+ * </li>
309
+ * </ul>
310
+ * <p>
311
+ * <b>Amazon Web Services Tags Endpoints</b>
312
+ * </p>
313
+ * <ul>
314
+ * <li>
315
+ * <p>
316
+ * <a>TagResource</a> — Adds or updates tags for the Amazon Web Services
317
+ * resource with the specified ARN.</p>
318
+ * </li>
319
+ * <li>
320
+ * <p>
321
+ * <a>UntagResource</a> — Removes tags from the resource with the
322
+ * specified ARN.</p>
323
+ * </li>
324
+ * <li>
325
+ * <p>
326
+ * <a>ListTagsForResource</a> — Gets information about Amazon Web Services tags for the specified ARN.</p>
327
+ * </li>
328
+ * </ul>
329
+ *
330
+ * @packageDocumentation
331
+ */
2
332
  export * from "./IvsClient";
333
+ export * from "./Ivs";
3
334
  export * from "./commands";
4
- export * from "./models";
5
335
  export * from "./pagination";
336
+ export * from "./models";
6
337
  export { IvsServiceException } from "./models/IvsServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -163,6 +163,7 @@ import {
163
163
  ClientResolvedEndpointParameters,
164
164
  EndpointParameters,
165
165
  } from "./endpoint/EndpointParameters";
166
+ export { __Client };
166
167
  export type ServiceInputTypes =
167
168
  | BatchGetChannelCommandInput
168
169
  | BatchGetStreamKeyCommandInput
@@ -245,7 +246,7 @@ export interface ClientDefaults
245
246
  logger?: __Logger;
246
247
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
247
248
  }
248
- type IvsClientConfigType = Partial<
249
+ export type IvsClientConfigType = Partial<
249
250
  __SmithyConfiguration<__HttpHandlerOptions>
250
251
  > &
251
252
  ClientDefaults &
@@ -257,7 +258,7 @@ type IvsClientConfigType = Partial<
257
258
  UserAgentInputConfig &
258
259
  ClientInputEndpointParameters;
259
260
  export interface IvsClientConfig extends IvsClientConfigType {}
260
- type IvsClientResolvedConfigType =
261
+ export type IvsClientResolvedConfigType =
261
262
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
262
263
  Required<ClientDefaults> &
263
264
  RegionResolvedConfig &
@@ -278,4 +279,3 @@ export declare class IvsClient extends __Client<
278
279
  constructor(configuration: IvsClientConfig);
279
280
  destroy(): void;
280
281
  }
281
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  BatchGetChannelRequest,
16
16
  BatchGetChannelResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface BatchGetChannelCommandInput extends BatchGetChannelRequest {}
19
20
  export interface BatchGetChannelCommandOutput
20
21
  extends BatchGetChannelResponse,
@@ -15,6 +15,7 @@ import {
15
15
  BatchGetStreamKeyRequest,
16
16
  BatchGetStreamKeyResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface BatchGetStreamKeyCommandInput
19
20
  extends BatchGetStreamKeyRequest {}
20
21
  export interface BatchGetStreamKeyCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateChannelRequest,
16
16
  CreateChannelResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateChannelCommandInput extends CreateChannelRequest {}
19
20
  export interface CreateChannelCommandOutput
20
21
  extends CreateChannelResponse,
@@ -15,6 +15,7 @@ import {
15
15
  CreateRecordingConfigurationRequest,
16
16
  CreateRecordingConfigurationResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateRecordingConfigurationCommandInput
19
20
  extends CreateRecordingConfigurationRequest {}
20
21
  export interface CreateRecordingConfigurationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateStreamKeyRequest,
16
16
  CreateStreamKeyResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateStreamKeyCommandInput extends CreateStreamKeyRequest {}
19
20
  export interface CreateStreamKeyCommandOutput
20
21
  extends CreateStreamKeyResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../IvsClient";
14
14
  import { DeleteChannelRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteChannelCommandInput extends DeleteChannelRequest {}
16
17
  export interface DeleteChannelCommandOutput extends __MetadataBearer {}
17
18
  export declare class DeleteChannelCommand extends $Command<
@@ -15,6 +15,7 @@ import {
15
15
  DeletePlaybackKeyPairRequest,
16
16
  DeletePlaybackKeyPairResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeletePlaybackKeyPairCommandInput
19
20
  extends DeletePlaybackKeyPairRequest {}
20
21
  export interface DeletePlaybackKeyPairCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../IvsClient";
14
14
  import { DeleteRecordingConfigurationRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteRecordingConfigurationCommandInput
16
17
  extends DeleteRecordingConfigurationRequest {}
17
18
  export interface DeleteRecordingConfigurationCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../IvsClient";
14
14
  import { DeleteStreamKeyRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteStreamKeyCommandInput extends DeleteStreamKeyRequest {}
16
17
  export interface DeleteStreamKeyCommandOutput extends __MetadataBearer {}
17
18
  export declare class DeleteStreamKeyCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../IvsClient";
14
14
  import { GetChannelRequest, GetChannelResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetChannelCommandInput extends GetChannelRequest {}
16
17
  export interface GetChannelCommandOutput
17
18
  extends GetChannelResponse,
@@ -15,6 +15,7 @@ import {
15
15
  GetPlaybackKeyPairRequest,
16
16
  GetPlaybackKeyPairResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetPlaybackKeyPairCommandInput
19
20
  extends GetPlaybackKeyPairRequest {}
20
21
  export interface GetPlaybackKeyPairCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  GetRecordingConfigurationRequest,
16
16
  GetRecordingConfigurationResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetRecordingConfigurationCommandInput
19
20
  extends GetRecordingConfigurationRequest {}
20
21
  export interface GetRecordingConfigurationCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../IvsClient";
14
14
  import { GetStreamRequest, GetStreamResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetStreamCommandInput extends GetStreamRequest {}
16
17
  export interface GetStreamCommandOutput
17
18
  extends GetStreamResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../IvsClient";
14
14
  import { GetStreamKeyRequest, GetStreamKeyResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetStreamKeyCommandInput extends GetStreamKeyRequest {}
16
17
  export interface GetStreamKeyCommandOutput
17
18
  extends GetStreamKeyResponse,
@@ -15,6 +15,7 @@ import {
15
15
  GetStreamSessionRequest,
16
16
  GetStreamSessionResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetStreamSessionCommandInput extends GetStreamSessionRequest {}
19
20
  export interface GetStreamSessionCommandOutput
20
21
  extends GetStreamSessionResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ImportPlaybackKeyPairRequest,
16
16
  ImportPlaybackKeyPairResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ImportPlaybackKeyPairCommandInput
19
20
  extends ImportPlaybackKeyPairRequest {}
20
21
  export interface ImportPlaybackKeyPairCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../IvsClient";
14
14
  import { ListChannelsRequest, ListChannelsResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListChannelsCommandInput extends ListChannelsRequest {}
16
17
  export interface ListChannelsCommandOutput
17
18
  extends ListChannelsResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ListPlaybackKeyPairsRequest,
16
16
  ListPlaybackKeyPairsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListPlaybackKeyPairsCommandInput
19
20
  extends ListPlaybackKeyPairsRequest {}
20
21
  export interface ListPlaybackKeyPairsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListRecordingConfigurationsRequest,
16
16
  ListRecordingConfigurationsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListRecordingConfigurationsCommandInput
19
20
  extends ListRecordingConfigurationsRequest {}
20
21
  export interface ListRecordingConfigurationsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListStreamKeysRequest,
16
16
  ListStreamKeysResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListStreamKeysCommandInput extends ListStreamKeysRequest {}
19
20
  export interface ListStreamKeysCommandOutput
20
21
  extends ListStreamKeysResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ListStreamSessionsRequest,
16
16
  ListStreamSessionsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListStreamSessionsCommandInput
19
20
  extends ListStreamSessionsRequest {}
20
21
  export interface ListStreamSessionsCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../IvsClient";
14
14
  import { ListStreamsRequest, ListStreamsResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListStreamsCommandInput extends ListStreamsRequest {}
16
17
  export interface ListStreamsCommandOutput
17
18
  extends ListStreamsResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ListTagsForResourceRequest,
16
16
  ListTagsForResourceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListTagsForResourceCommandInput
19
20
  extends ListTagsForResourceRequest {}
20
21
  export interface ListTagsForResourceCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../IvsClient";
14
14
  import { PutMetadataRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface PutMetadataCommandInput extends PutMetadataRequest {}
16
17
  export interface PutMetadataCommandOutput extends __MetadataBearer {}
17
18
  export declare class PutMetadataCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../IvsClient";
14
14
  import { StopStreamRequest, StopStreamResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface StopStreamCommandInput extends StopStreamRequest {}
16
17
  export interface StopStreamCommandOutput
17
18
  extends StopStreamResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../IvsClient";
14
14
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface TagResourceCommandInput extends TagResourceRequest {}
16
17
  export interface TagResourceCommandOutput
17
18
  extends TagResourceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  UntagResourceRequest,
16
16
  UntagResourceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
19
20
  export interface UntagResourceCommandOutput
20
21
  extends UntagResourceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  UpdateChannelRequest,
16
16
  UpdateChannelResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateChannelCommandInput extends UpdateChannelRequest {}
19
20
  export interface UpdateChannelCommandOutput
20
21
  extends UpdateChannelResponse,
@@ -1,6 +1,6 @@
1
- export * from "./Ivs";
2
1
  export * from "./IvsClient";
2
+ export * from "./Ivs";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { IvsServiceException } from "./models/IvsServiceException";