@aws-sdk/client-ivs 3.170.0 → 3.171.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 +8 -0
- package/dist-types/ts3.4/Ivs.d.ts +0 -28
- package/dist-types/ts3.4/IvsClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/BatchGetChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetStreamKeyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateRecordingConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateStreamKeyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePlaybackKeyPairCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRecordingConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteStreamKeyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPlaybackKeyPairCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRecordingConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetStreamCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetStreamKeyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetStreamSessionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ImportPlaybackKeyPairCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPlaybackKeyPairsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRecordingConfigurationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListStreamKeysCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListStreamSessionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutMetadataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopStreamCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/IvsServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -234
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-ivs
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-ivs
|
|
@@ -112,7 +112,6 @@ import {
|
|
|
112
112
|
UpdateChannelCommandOutput,
|
|
113
113
|
} from "./commands/UpdateChannelCommand";
|
|
114
114
|
import { IvsClient } from "./IvsClient";
|
|
115
|
-
|
|
116
115
|
export declare class Ivs extends IvsClient {
|
|
117
116
|
batchGetChannel(
|
|
118
117
|
args: BatchGetChannelCommandInput,
|
|
@@ -127,7 +126,6 @@ export declare class Ivs extends IvsClient {
|
|
|
127
126
|
options: __HttpHandlerOptions,
|
|
128
127
|
cb: (err: any, data?: BatchGetChannelCommandOutput) => void
|
|
129
128
|
): void;
|
|
130
|
-
|
|
131
129
|
batchGetStreamKey(
|
|
132
130
|
args: BatchGetStreamKeyCommandInput,
|
|
133
131
|
options?: __HttpHandlerOptions
|
|
@@ -141,7 +139,6 @@ export declare class Ivs extends IvsClient {
|
|
|
141
139
|
options: __HttpHandlerOptions,
|
|
142
140
|
cb: (err: any, data?: BatchGetStreamKeyCommandOutput) => void
|
|
143
141
|
): void;
|
|
144
|
-
|
|
145
142
|
createChannel(
|
|
146
143
|
args: CreateChannelCommandInput,
|
|
147
144
|
options?: __HttpHandlerOptions
|
|
@@ -155,7 +152,6 @@ export declare class Ivs extends IvsClient {
|
|
|
155
152
|
options: __HttpHandlerOptions,
|
|
156
153
|
cb: (err: any, data?: CreateChannelCommandOutput) => void
|
|
157
154
|
): void;
|
|
158
|
-
|
|
159
155
|
createRecordingConfiguration(
|
|
160
156
|
args: CreateRecordingConfigurationCommandInput,
|
|
161
157
|
options?: __HttpHandlerOptions
|
|
@@ -169,7 +165,6 @@ export declare class Ivs extends IvsClient {
|
|
|
169
165
|
options: __HttpHandlerOptions,
|
|
170
166
|
cb: (err: any, data?: CreateRecordingConfigurationCommandOutput) => void
|
|
171
167
|
): void;
|
|
172
|
-
|
|
173
168
|
createStreamKey(
|
|
174
169
|
args: CreateStreamKeyCommandInput,
|
|
175
170
|
options?: __HttpHandlerOptions
|
|
@@ -183,7 +178,6 @@ export declare class Ivs extends IvsClient {
|
|
|
183
178
|
options: __HttpHandlerOptions,
|
|
184
179
|
cb: (err: any, data?: CreateStreamKeyCommandOutput) => void
|
|
185
180
|
): void;
|
|
186
|
-
|
|
187
181
|
deleteChannel(
|
|
188
182
|
args: DeleteChannelCommandInput,
|
|
189
183
|
options?: __HttpHandlerOptions
|
|
@@ -197,7 +191,6 @@ export declare class Ivs extends IvsClient {
|
|
|
197
191
|
options: __HttpHandlerOptions,
|
|
198
192
|
cb: (err: any, data?: DeleteChannelCommandOutput) => void
|
|
199
193
|
): void;
|
|
200
|
-
|
|
201
194
|
deletePlaybackKeyPair(
|
|
202
195
|
args: DeletePlaybackKeyPairCommandInput,
|
|
203
196
|
options?: __HttpHandlerOptions
|
|
@@ -211,7 +204,6 @@ export declare class Ivs extends IvsClient {
|
|
|
211
204
|
options: __HttpHandlerOptions,
|
|
212
205
|
cb: (err: any, data?: DeletePlaybackKeyPairCommandOutput) => void
|
|
213
206
|
): void;
|
|
214
|
-
|
|
215
207
|
deleteRecordingConfiguration(
|
|
216
208
|
args: DeleteRecordingConfigurationCommandInput,
|
|
217
209
|
options?: __HttpHandlerOptions
|
|
@@ -225,7 +217,6 @@ export declare class Ivs extends IvsClient {
|
|
|
225
217
|
options: __HttpHandlerOptions,
|
|
226
218
|
cb: (err: any, data?: DeleteRecordingConfigurationCommandOutput) => void
|
|
227
219
|
): void;
|
|
228
|
-
|
|
229
220
|
deleteStreamKey(
|
|
230
221
|
args: DeleteStreamKeyCommandInput,
|
|
231
222
|
options?: __HttpHandlerOptions
|
|
@@ -239,7 +230,6 @@ export declare class Ivs extends IvsClient {
|
|
|
239
230
|
options: __HttpHandlerOptions,
|
|
240
231
|
cb: (err: any, data?: DeleteStreamKeyCommandOutput) => void
|
|
241
232
|
): void;
|
|
242
|
-
|
|
243
233
|
getChannel(
|
|
244
234
|
args: GetChannelCommandInput,
|
|
245
235
|
options?: __HttpHandlerOptions
|
|
@@ -253,7 +243,6 @@ export declare class Ivs extends IvsClient {
|
|
|
253
243
|
options: __HttpHandlerOptions,
|
|
254
244
|
cb: (err: any, data?: GetChannelCommandOutput) => void
|
|
255
245
|
): void;
|
|
256
|
-
|
|
257
246
|
getPlaybackKeyPair(
|
|
258
247
|
args: GetPlaybackKeyPairCommandInput,
|
|
259
248
|
options?: __HttpHandlerOptions
|
|
@@ -267,7 +256,6 @@ export declare class Ivs extends IvsClient {
|
|
|
267
256
|
options: __HttpHandlerOptions,
|
|
268
257
|
cb: (err: any, data?: GetPlaybackKeyPairCommandOutput) => void
|
|
269
258
|
): void;
|
|
270
|
-
|
|
271
259
|
getRecordingConfiguration(
|
|
272
260
|
args: GetRecordingConfigurationCommandInput,
|
|
273
261
|
options?: __HttpHandlerOptions
|
|
@@ -281,7 +269,6 @@ export declare class Ivs extends IvsClient {
|
|
|
281
269
|
options: __HttpHandlerOptions,
|
|
282
270
|
cb: (err: any, data?: GetRecordingConfigurationCommandOutput) => void
|
|
283
271
|
): void;
|
|
284
|
-
|
|
285
272
|
getStream(
|
|
286
273
|
args: GetStreamCommandInput,
|
|
287
274
|
options?: __HttpHandlerOptions
|
|
@@ -295,7 +282,6 @@ export declare class Ivs extends IvsClient {
|
|
|
295
282
|
options: __HttpHandlerOptions,
|
|
296
283
|
cb: (err: any, data?: GetStreamCommandOutput) => void
|
|
297
284
|
): void;
|
|
298
|
-
|
|
299
285
|
getStreamKey(
|
|
300
286
|
args: GetStreamKeyCommandInput,
|
|
301
287
|
options?: __HttpHandlerOptions
|
|
@@ -309,7 +295,6 @@ export declare class Ivs extends IvsClient {
|
|
|
309
295
|
options: __HttpHandlerOptions,
|
|
310
296
|
cb: (err: any, data?: GetStreamKeyCommandOutput) => void
|
|
311
297
|
): void;
|
|
312
|
-
|
|
313
298
|
getStreamSession(
|
|
314
299
|
args: GetStreamSessionCommandInput,
|
|
315
300
|
options?: __HttpHandlerOptions
|
|
@@ -323,7 +308,6 @@ export declare class Ivs extends IvsClient {
|
|
|
323
308
|
options: __HttpHandlerOptions,
|
|
324
309
|
cb: (err: any, data?: GetStreamSessionCommandOutput) => void
|
|
325
310
|
): void;
|
|
326
|
-
|
|
327
311
|
importPlaybackKeyPair(
|
|
328
312
|
args: ImportPlaybackKeyPairCommandInput,
|
|
329
313
|
options?: __HttpHandlerOptions
|
|
@@ -337,7 +321,6 @@ export declare class Ivs extends IvsClient {
|
|
|
337
321
|
options: __HttpHandlerOptions,
|
|
338
322
|
cb: (err: any, data?: ImportPlaybackKeyPairCommandOutput) => void
|
|
339
323
|
): void;
|
|
340
|
-
|
|
341
324
|
listChannels(
|
|
342
325
|
args: ListChannelsCommandInput,
|
|
343
326
|
options?: __HttpHandlerOptions
|
|
@@ -351,7 +334,6 @@ export declare class Ivs extends IvsClient {
|
|
|
351
334
|
options: __HttpHandlerOptions,
|
|
352
335
|
cb: (err: any, data?: ListChannelsCommandOutput) => void
|
|
353
336
|
): void;
|
|
354
|
-
|
|
355
337
|
listPlaybackKeyPairs(
|
|
356
338
|
args: ListPlaybackKeyPairsCommandInput,
|
|
357
339
|
options?: __HttpHandlerOptions
|
|
@@ -365,7 +347,6 @@ export declare class Ivs extends IvsClient {
|
|
|
365
347
|
options: __HttpHandlerOptions,
|
|
366
348
|
cb: (err: any, data?: ListPlaybackKeyPairsCommandOutput) => void
|
|
367
349
|
): void;
|
|
368
|
-
|
|
369
350
|
listRecordingConfigurations(
|
|
370
351
|
args: ListRecordingConfigurationsCommandInput,
|
|
371
352
|
options?: __HttpHandlerOptions
|
|
@@ -379,7 +360,6 @@ export declare class Ivs extends IvsClient {
|
|
|
379
360
|
options: __HttpHandlerOptions,
|
|
380
361
|
cb: (err: any, data?: ListRecordingConfigurationsCommandOutput) => void
|
|
381
362
|
): void;
|
|
382
|
-
|
|
383
363
|
listStreamKeys(
|
|
384
364
|
args: ListStreamKeysCommandInput,
|
|
385
365
|
options?: __HttpHandlerOptions
|
|
@@ -393,7 +373,6 @@ export declare class Ivs extends IvsClient {
|
|
|
393
373
|
options: __HttpHandlerOptions,
|
|
394
374
|
cb: (err: any, data?: ListStreamKeysCommandOutput) => void
|
|
395
375
|
): void;
|
|
396
|
-
|
|
397
376
|
listStreams(
|
|
398
377
|
args: ListStreamsCommandInput,
|
|
399
378
|
options?: __HttpHandlerOptions
|
|
@@ -407,7 +386,6 @@ export declare class Ivs extends IvsClient {
|
|
|
407
386
|
options: __HttpHandlerOptions,
|
|
408
387
|
cb: (err: any, data?: ListStreamsCommandOutput) => void
|
|
409
388
|
): void;
|
|
410
|
-
|
|
411
389
|
listStreamSessions(
|
|
412
390
|
args: ListStreamSessionsCommandInput,
|
|
413
391
|
options?: __HttpHandlerOptions
|
|
@@ -421,7 +399,6 @@ export declare class Ivs extends IvsClient {
|
|
|
421
399
|
options: __HttpHandlerOptions,
|
|
422
400
|
cb: (err: any, data?: ListStreamSessionsCommandOutput) => void
|
|
423
401
|
): void;
|
|
424
|
-
|
|
425
402
|
listTagsForResource(
|
|
426
403
|
args: ListTagsForResourceCommandInput,
|
|
427
404
|
options?: __HttpHandlerOptions
|
|
@@ -435,7 +412,6 @@ export declare class Ivs extends IvsClient {
|
|
|
435
412
|
options: __HttpHandlerOptions,
|
|
436
413
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
437
414
|
): void;
|
|
438
|
-
|
|
439
415
|
putMetadata(
|
|
440
416
|
args: PutMetadataCommandInput,
|
|
441
417
|
options?: __HttpHandlerOptions
|
|
@@ -449,7 +425,6 @@ export declare class Ivs extends IvsClient {
|
|
|
449
425
|
options: __HttpHandlerOptions,
|
|
450
426
|
cb: (err: any, data?: PutMetadataCommandOutput) => void
|
|
451
427
|
): void;
|
|
452
|
-
|
|
453
428
|
stopStream(
|
|
454
429
|
args: StopStreamCommandInput,
|
|
455
430
|
options?: __HttpHandlerOptions
|
|
@@ -463,7 +438,6 @@ export declare class Ivs extends IvsClient {
|
|
|
463
438
|
options: __HttpHandlerOptions,
|
|
464
439
|
cb: (err: any, data?: StopStreamCommandOutput) => void
|
|
465
440
|
): void;
|
|
466
|
-
|
|
467
441
|
tagResource(
|
|
468
442
|
args: TagResourceCommandInput,
|
|
469
443
|
options?: __HttpHandlerOptions
|
|
@@ -477,7 +451,6 @@ export declare class Ivs extends IvsClient {
|
|
|
477
451
|
options: __HttpHandlerOptions,
|
|
478
452
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
479
453
|
): void;
|
|
480
|
-
|
|
481
454
|
untagResource(
|
|
482
455
|
args: UntagResourceCommandInput,
|
|
483
456
|
options?: __HttpHandlerOptions
|
|
@@ -491,7 +464,6 @@ export declare class Ivs extends IvsClient {
|
|
|
491
464
|
options: __HttpHandlerOptions,
|
|
492
465
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
493
466
|
): void;
|
|
494
|
-
|
|
495
467
|
updateChannel(
|
|
496
468
|
args: UpdateChannelCommandInput,
|
|
497
469
|
options?: __HttpHandlerOptions
|
|
@@ -215,47 +215,26 @@ export declare type ServiceOutputTypes =
|
|
|
215
215
|
export interface ClientDefaults
|
|
216
216
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
217
217
|
requestHandler?: __HttpHandler;
|
|
218
|
-
|
|
219
218
|
sha256?: __HashConstructor;
|
|
220
|
-
|
|
221
219
|
urlParser?: __UrlParser;
|
|
222
|
-
|
|
223
220
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
224
|
-
|
|
225
221
|
streamCollector?: __StreamCollector;
|
|
226
|
-
|
|
227
222
|
base64Decoder?: __Decoder;
|
|
228
|
-
|
|
229
223
|
base64Encoder?: __Encoder;
|
|
230
|
-
|
|
231
224
|
utf8Decoder?: __Decoder;
|
|
232
|
-
|
|
233
225
|
utf8Encoder?: __Encoder;
|
|
234
|
-
|
|
235
226
|
runtime?: string;
|
|
236
|
-
|
|
237
227
|
disableHostPrefix?: boolean;
|
|
238
|
-
|
|
239
228
|
maxAttempts?: number | __Provider<number>;
|
|
240
|
-
|
|
241
229
|
retryMode?: string | __Provider<string>;
|
|
242
|
-
|
|
243
230
|
logger?: __Logger;
|
|
244
|
-
|
|
245
231
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
246
|
-
|
|
247
232
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
248
|
-
|
|
249
233
|
serviceId?: string;
|
|
250
|
-
|
|
251
234
|
region?: string | __Provider<string>;
|
|
252
|
-
|
|
253
235
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
254
|
-
|
|
255
236
|
regionInfoProvider?: RegionInfoProvider;
|
|
256
|
-
|
|
257
237
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
258
|
-
|
|
259
238
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
260
239
|
}
|
|
261
240
|
declare type IvsClientConfigType = Partial<
|
|
@@ -268,7 +247,6 @@ declare type IvsClientConfigType = Partial<
|
|
|
268
247
|
HostHeaderInputConfig &
|
|
269
248
|
AwsAuthInputConfig &
|
|
270
249
|
UserAgentInputConfig;
|
|
271
|
-
|
|
272
250
|
export interface IvsClientConfig extends IvsClientConfigType {}
|
|
273
251
|
declare type IvsClientResolvedConfigType =
|
|
274
252
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -279,9 +257,7 @@ declare type IvsClientResolvedConfigType =
|
|
|
279
257
|
HostHeaderResolvedConfig &
|
|
280
258
|
AwsAuthResolvedConfig &
|
|
281
259
|
UserAgentResolvedConfig;
|
|
282
|
-
|
|
283
260
|
export interface IvsClientResolvedConfig extends IvsClientResolvedConfigType {}
|
|
284
|
-
|
|
285
261
|
export declare class IvsClient extends __Client<
|
|
286
262
|
__HttpHandlerOptions,
|
|
287
263
|
ServiceInputTypes,
|
|
@@ -290,7 +266,6 @@ export declare class IvsClient extends __Client<
|
|
|
290
266
|
> {
|
|
291
267
|
readonly config: IvsClientResolvedConfig;
|
|
292
268
|
constructor(configuration: IvsClientConfig);
|
|
293
|
-
|
|
294
269
|
destroy(): void;
|
|
295
270
|
}
|
|
296
271
|
export {};
|
|
@@ -18,7 +18,6 @@ export interface BatchGetChannelCommandInput extends BatchGetChannelRequest {}
|
|
|
18
18
|
export interface BatchGetChannelCommandOutput
|
|
19
19
|
extends BatchGetChannelResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class BatchGetChannelCommand extends $Command<
|
|
23
22
|
BatchGetChannelCommandInput,
|
|
24
23
|
BatchGetChannelCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class BatchGetChannelCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: BatchGetChannelCommandInput;
|
|
28
27
|
constructor(input: BatchGetChannelCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: IvsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface BatchGetStreamKeyCommandInput
|
|
|
19
19
|
export interface BatchGetStreamKeyCommandOutput
|
|
20
20
|
extends BatchGetStreamKeyResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class BatchGetStreamKeyCommand extends $Command<
|
|
24
23
|
BatchGetStreamKeyCommandInput,
|
|
25
24
|
BatchGetStreamKeyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class BatchGetStreamKeyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: BatchGetStreamKeyCommandInput;
|
|
29
28
|
constructor(input: BatchGetStreamKeyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: IvsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateChannelCommandInput extends CreateChannelRequest {}
|
|
|
18
18
|
export interface CreateChannelCommandOutput
|
|
19
19
|
extends CreateChannelResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateChannelCommand extends $Command<
|
|
23
22
|
CreateChannelCommandInput,
|
|
24
23
|
CreateChannelCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateChannelCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateChannelCommandInput;
|
|
28
27
|
constructor(input: CreateChannelCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: IvsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateRecordingConfigurationCommandInput
|
|
|
19
19
|
export interface CreateRecordingConfigurationCommandOutput
|
|
20
20
|
extends CreateRecordingConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateRecordingConfigurationCommand extends $Command<
|
|
24
23
|
CreateRecordingConfigurationCommandInput,
|
|
25
24
|
CreateRecordingConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateRecordingConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateRecordingConfigurationCommandInput;
|
|
29
28
|
constructor(input: CreateRecordingConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: IvsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateStreamKeyCommandInput extends CreateStreamKeyRequest {}
|
|
|
18
18
|
export interface CreateStreamKeyCommandOutput
|
|
19
19
|
extends CreateStreamKeyResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateStreamKeyCommand extends $Command<
|
|
23
22
|
CreateStreamKeyCommandInput,
|
|
24
23
|
CreateStreamKeyCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateStreamKeyCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateStreamKeyCommandInput;
|
|
28
27
|
constructor(input: CreateStreamKeyCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: IvsClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { DeleteChannelRequest } from "../models/models_0";
|
|
14
14
|
export interface DeleteChannelCommandInput extends DeleteChannelRequest {}
|
|
15
15
|
export interface DeleteChannelCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class DeleteChannelCommand extends $Command<
|
|
18
17
|
DeleteChannelCommandInput,
|
|
19
18
|
DeleteChannelCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class DeleteChannelCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: DeleteChannelCommandInput;
|
|
23
22
|
constructor(input: DeleteChannelCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: IvsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeletePlaybackKeyPairCommandInput
|
|
|
19
19
|
export interface DeletePlaybackKeyPairCommandOutput
|
|
20
20
|
extends DeletePlaybackKeyPairResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeletePlaybackKeyPairCommand extends $Command<
|
|
24
23
|
DeletePlaybackKeyPairCommandInput,
|
|
25
24
|
DeletePlaybackKeyPairCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeletePlaybackKeyPairCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeletePlaybackKeyPairCommandInput;
|
|
29
28
|
constructor(input: DeletePlaybackKeyPairCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: IvsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteRecordingConfigurationCommandInput
|
|
|
15
15
|
extends DeleteRecordingConfigurationRequest {}
|
|
16
16
|
export interface DeleteRecordingConfigurationCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteRecordingConfigurationCommand extends $Command<
|
|
20
19
|
DeleteRecordingConfigurationCommandInput,
|
|
21
20
|
DeleteRecordingConfigurationCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteRecordingConfigurationCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteRecordingConfigurationCommandInput;
|
|
25
24
|
constructor(input: DeleteRecordingConfigurationCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: IvsClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { DeleteStreamKeyRequest } from "../models/models_0";
|
|
14
14
|
export interface DeleteStreamKeyCommandInput extends DeleteStreamKeyRequest {}
|
|
15
15
|
export interface DeleteStreamKeyCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class DeleteStreamKeyCommand extends $Command<
|
|
18
17
|
DeleteStreamKeyCommandInput,
|
|
19
18
|
DeleteStreamKeyCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class DeleteStreamKeyCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: DeleteStreamKeyCommandInput;
|
|
23
22
|
constructor(input: DeleteStreamKeyCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: IvsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetChannelCommandInput extends GetChannelRequest {}
|
|
|
15
15
|
export interface GetChannelCommandOutput
|
|
16
16
|
extends GetChannelResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetChannelCommand extends $Command<
|
|
20
19
|
GetChannelCommandInput,
|
|
21
20
|
GetChannelCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetChannelCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetChannelCommandInput;
|
|
25
24
|
constructor(input: GetChannelCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: IvsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetPlaybackKeyPairCommandInput
|
|
|
19
19
|
export interface GetPlaybackKeyPairCommandOutput
|
|
20
20
|
extends GetPlaybackKeyPairResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetPlaybackKeyPairCommand extends $Command<
|
|
24
23
|
GetPlaybackKeyPairCommandInput,
|
|
25
24
|
GetPlaybackKeyPairCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetPlaybackKeyPairCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetPlaybackKeyPairCommandInput;
|
|
29
28
|
constructor(input: GetPlaybackKeyPairCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: IvsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetRecordingConfigurationCommandInput
|
|
|
19
19
|
export interface GetRecordingConfigurationCommandOutput
|
|
20
20
|
extends GetRecordingConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetRecordingConfigurationCommand extends $Command<
|
|
24
23
|
GetRecordingConfigurationCommandInput,
|
|
25
24
|
GetRecordingConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetRecordingConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetRecordingConfigurationCommandInput;
|
|
29
28
|
constructor(input: GetRecordingConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: IvsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetStreamCommandInput extends GetStreamRequest {}
|
|
|
15
15
|
export interface GetStreamCommandOutput
|
|
16
16
|
extends GetStreamResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetStreamCommand extends $Command<
|
|
20
19
|
GetStreamCommandInput,
|
|
21
20
|
GetStreamCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetStreamCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetStreamCommandInput;
|
|
25
24
|
constructor(input: GetStreamCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: IvsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetStreamKeyCommandInput extends GetStreamKeyRequest {}
|
|
|
15
15
|
export interface GetStreamKeyCommandOutput
|
|
16
16
|
extends GetStreamKeyResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetStreamKeyCommand extends $Command<
|
|
20
19
|
GetStreamKeyCommandInput,
|
|
21
20
|
GetStreamKeyCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetStreamKeyCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetStreamKeyCommandInput;
|
|
25
24
|
constructor(input: GetStreamKeyCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: IvsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetStreamSessionCommandInput extends GetStreamSessionRequest {}
|
|
|
18
18
|
export interface GetStreamSessionCommandOutput
|
|
19
19
|
extends GetStreamSessionResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetStreamSessionCommand extends $Command<
|
|
23
22
|
GetStreamSessionCommandInput,
|
|
24
23
|
GetStreamSessionCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetStreamSessionCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetStreamSessionCommandInput;
|
|
28
27
|
constructor(input: GetStreamSessionCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: IvsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ImportPlaybackKeyPairCommandInput
|
|
|
19
19
|
export interface ImportPlaybackKeyPairCommandOutput
|
|
20
20
|
extends ImportPlaybackKeyPairResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ImportPlaybackKeyPairCommand extends $Command<
|
|
24
23
|
ImportPlaybackKeyPairCommandInput,
|
|
25
24
|
ImportPlaybackKeyPairCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ImportPlaybackKeyPairCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ImportPlaybackKeyPairCommandInput;
|
|
29
28
|
constructor(input: ImportPlaybackKeyPairCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: IvsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListChannelsCommandInput extends ListChannelsRequest {}
|
|
|
15
15
|
export interface ListChannelsCommandOutput
|
|
16
16
|
extends ListChannelsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListChannelsCommand extends $Command<
|
|
20
19
|
ListChannelsCommandInput,
|
|
21
20
|
ListChannelsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListChannelsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListChannelsCommandInput;
|
|
25
24
|
constructor(input: ListChannelsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: IvsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListPlaybackKeyPairsCommandInput
|
|
|
19
19
|
export interface ListPlaybackKeyPairsCommandOutput
|
|
20
20
|
extends ListPlaybackKeyPairsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListPlaybackKeyPairsCommand extends $Command<
|
|
24
23
|
ListPlaybackKeyPairsCommandInput,
|
|
25
24
|
ListPlaybackKeyPairsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListPlaybackKeyPairsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListPlaybackKeyPairsCommandInput;
|
|
29
28
|
constructor(input: ListPlaybackKeyPairsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: IvsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListRecordingConfigurationsCommandInput
|
|
|
19
19
|
export interface ListRecordingConfigurationsCommandOutput
|
|
20
20
|
extends ListRecordingConfigurationsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListRecordingConfigurationsCommand extends $Command<
|
|
24
23
|
ListRecordingConfigurationsCommandInput,
|
|
25
24
|
ListRecordingConfigurationsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListRecordingConfigurationsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListRecordingConfigurationsCommandInput;
|
|
29
28
|
constructor(input: ListRecordingConfigurationsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: IvsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListStreamKeysCommandInput extends ListStreamKeysRequest {}
|
|
|
18
18
|
export interface ListStreamKeysCommandOutput
|
|
19
19
|
extends ListStreamKeysResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListStreamKeysCommand extends $Command<
|
|
23
22
|
ListStreamKeysCommandInput,
|
|
24
23
|
ListStreamKeysCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListStreamKeysCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListStreamKeysCommandInput;
|
|
28
27
|
constructor(input: ListStreamKeysCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: IvsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListStreamSessionsCommandInput
|
|
|
19
19
|
export interface ListStreamSessionsCommandOutput
|
|
20
20
|
extends ListStreamSessionsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListStreamSessionsCommand extends $Command<
|
|
24
23
|
ListStreamSessionsCommandInput,
|
|
25
24
|
ListStreamSessionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListStreamSessionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListStreamSessionsCommandInput;
|
|
29
28
|
constructor(input: ListStreamSessionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: IvsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListStreamsCommandInput extends ListStreamsRequest {}
|
|
|
15
15
|
export interface ListStreamsCommandOutput
|
|
16
16
|
extends ListStreamsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListStreamsCommand extends $Command<
|
|
20
19
|
ListStreamsCommandInput,
|
|
21
20
|
ListStreamsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListStreamsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListStreamsCommandInput;
|
|
25
24
|
constructor(input: ListStreamsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: IvsClientResolvedConfig,
|