@aws-sdk/client-ivs 3.297.0 → 3.298.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/dist-cjs/commands/BatchGetChannelCommand.js +2 -3
- package/dist-cjs/commands/BatchGetStreamKeyCommand.js +1 -1
- package/dist-cjs/commands/CreateChannelCommand.js +1 -1
- package/dist-cjs/commands/CreateRecordingConfigurationCommand.js +2 -3
- package/dist-cjs/commands/CreateStreamKeyCommand.js +1 -1
- package/dist-cjs/commands/DeleteChannelCommand.js +2 -3
- package/dist-cjs/commands/DeletePlaybackKeyPairCommand.js +2 -3
- package/dist-cjs/commands/DeleteRecordingConfigurationCommand.js +2 -3
- package/dist-cjs/commands/DeleteStreamKeyCommand.js +2 -3
- package/dist-cjs/commands/GetChannelCommand.js +2 -3
- package/dist-cjs/commands/GetPlaybackKeyPairCommand.js +2 -3
- package/dist-cjs/commands/GetRecordingConfigurationCommand.js +2 -3
- package/dist-cjs/commands/GetStreamCommand.js +2 -3
- package/dist-cjs/commands/GetStreamKeyCommand.js +1 -1
- package/dist-cjs/commands/GetStreamSessionCommand.js +2 -3
- package/dist-cjs/commands/ImportPlaybackKeyPairCommand.js +2 -3
- package/dist-cjs/commands/ListChannelsCommand.js +2 -3
- package/dist-cjs/commands/ListPlaybackKeyPairsCommand.js +2 -3
- package/dist-cjs/commands/ListRecordingConfigurationsCommand.js +2 -3
- package/dist-cjs/commands/ListStreamKeysCommand.js +2 -3
- package/dist-cjs/commands/ListStreamSessionsCommand.js +2 -3
- package/dist-cjs/commands/ListStreamsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/PutMetadataCommand.js +1 -1
- package/dist-cjs/commands/StopStreamCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateChannelCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -270
- package/dist-es/commands/BatchGetChannelCommand.js +2 -3
- package/dist-es/commands/BatchGetStreamKeyCommand.js +2 -2
- package/dist-es/commands/CreateChannelCommand.js +2 -2
- package/dist-es/commands/CreateRecordingConfigurationCommand.js +2 -3
- package/dist-es/commands/CreateStreamKeyCommand.js +2 -2
- package/dist-es/commands/DeleteChannelCommand.js +2 -3
- package/dist-es/commands/DeletePlaybackKeyPairCommand.js +2 -3
- package/dist-es/commands/DeleteRecordingConfigurationCommand.js +2 -3
- package/dist-es/commands/DeleteStreamKeyCommand.js +2 -3
- package/dist-es/commands/GetChannelCommand.js +2 -3
- package/dist-es/commands/GetPlaybackKeyPairCommand.js +2 -3
- package/dist-es/commands/GetRecordingConfigurationCommand.js +2 -3
- package/dist-es/commands/GetStreamCommand.js +2 -3
- package/dist-es/commands/GetStreamKeyCommand.js +2 -2
- package/dist-es/commands/GetStreamSessionCommand.js +2 -3
- package/dist-es/commands/ImportPlaybackKeyPairCommand.js +2 -3
- package/dist-es/commands/ListChannelsCommand.js +2 -3
- package/dist-es/commands/ListPlaybackKeyPairsCommand.js +2 -3
- package/dist-es/commands/ListRecordingConfigurationsCommand.js +2 -3
- package/dist-es/commands/ListStreamKeysCommand.js +2 -3
- package/dist-es/commands/ListStreamSessionsCommand.js +2 -3
- package/dist-es/commands/ListStreamsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/PutMetadataCommand.js +1 -1
- package/dist-es/commands/StopStreamCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateChannelCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -201
- package/dist-types/models/models_0.d.ts +0 -268
- package/dist-types/ts3.4/models/models_0.d.ts +0 -193
- package/package.json +4 -3
|
@@ -1491,26 +1491,6 @@ export interface UpdateChannelResponse {
|
|
|
1491
1491
|
*/
|
|
1492
1492
|
channel?: Channel;
|
|
1493
1493
|
}
|
|
1494
|
-
/**
|
|
1495
|
-
* @internal
|
|
1496
|
-
*/
|
|
1497
|
-
export declare const BatchGetChannelRequestFilterSensitiveLog: (obj: BatchGetChannelRequest) => any;
|
|
1498
|
-
/**
|
|
1499
|
-
* @internal
|
|
1500
|
-
*/
|
|
1501
|
-
export declare const ChannelFilterSensitiveLog: (obj: Channel) => any;
|
|
1502
|
-
/**
|
|
1503
|
-
* @internal
|
|
1504
|
-
*/
|
|
1505
|
-
export declare const BatchErrorFilterSensitiveLog: (obj: BatchError) => any;
|
|
1506
|
-
/**
|
|
1507
|
-
* @internal
|
|
1508
|
-
*/
|
|
1509
|
-
export declare const BatchGetChannelResponseFilterSensitiveLog: (obj: BatchGetChannelResponse) => any;
|
|
1510
|
-
/**
|
|
1511
|
-
* @internal
|
|
1512
|
-
*/
|
|
1513
|
-
export declare const BatchGetStreamKeyRequestFilterSensitiveLog: (obj: BatchGetStreamKeyRequest) => any;
|
|
1514
1494
|
/**
|
|
1515
1495
|
* @internal
|
|
1516
1496
|
*/
|
|
@@ -1519,267 +1499,19 @@ export declare const StreamKeyFilterSensitiveLog: (obj: StreamKey) => any;
|
|
|
1519
1499
|
* @internal
|
|
1520
1500
|
*/
|
|
1521
1501
|
export declare const BatchGetStreamKeyResponseFilterSensitiveLog: (obj: BatchGetStreamKeyResponse) => any;
|
|
1522
|
-
/**
|
|
1523
|
-
* @internal
|
|
1524
|
-
*/
|
|
1525
|
-
export declare const CreateChannelRequestFilterSensitiveLog: (obj: CreateChannelRequest) => any;
|
|
1526
1502
|
/**
|
|
1527
1503
|
* @internal
|
|
1528
1504
|
*/
|
|
1529
1505
|
export declare const CreateChannelResponseFilterSensitiveLog: (obj: CreateChannelResponse) => any;
|
|
1530
|
-
/**
|
|
1531
|
-
* @internal
|
|
1532
|
-
*/
|
|
1533
|
-
export declare const S3DestinationConfigurationFilterSensitiveLog: (obj: S3DestinationConfiguration) => any;
|
|
1534
|
-
/**
|
|
1535
|
-
* @internal
|
|
1536
|
-
*/
|
|
1537
|
-
export declare const DestinationConfigurationFilterSensitiveLog: (obj: DestinationConfiguration) => any;
|
|
1538
|
-
/**
|
|
1539
|
-
* @internal
|
|
1540
|
-
*/
|
|
1541
|
-
export declare const ThumbnailConfigurationFilterSensitiveLog: (obj: ThumbnailConfiguration) => any;
|
|
1542
|
-
/**
|
|
1543
|
-
* @internal
|
|
1544
|
-
*/
|
|
1545
|
-
export declare const CreateRecordingConfigurationRequestFilterSensitiveLog: (obj: CreateRecordingConfigurationRequest) => any;
|
|
1546
|
-
/**
|
|
1547
|
-
* @internal
|
|
1548
|
-
*/
|
|
1549
|
-
export declare const RecordingConfigurationFilterSensitiveLog: (obj: RecordingConfiguration) => any;
|
|
1550
|
-
/**
|
|
1551
|
-
* @internal
|
|
1552
|
-
*/
|
|
1553
|
-
export declare const CreateRecordingConfigurationResponseFilterSensitiveLog: (obj: CreateRecordingConfigurationResponse) => any;
|
|
1554
|
-
/**
|
|
1555
|
-
* @internal
|
|
1556
|
-
*/
|
|
1557
|
-
export declare const CreateStreamKeyRequestFilterSensitiveLog: (obj: CreateStreamKeyRequest) => any;
|
|
1558
1506
|
/**
|
|
1559
1507
|
* @internal
|
|
1560
1508
|
*/
|
|
1561
1509
|
export declare const CreateStreamKeyResponseFilterSensitiveLog: (obj: CreateStreamKeyResponse) => any;
|
|
1562
|
-
/**
|
|
1563
|
-
* @internal
|
|
1564
|
-
*/
|
|
1565
|
-
export declare const DeleteChannelRequestFilterSensitiveLog: (obj: DeleteChannelRequest) => any;
|
|
1566
|
-
/**
|
|
1567
|
-
* @internal
|
|
1568
|
-
*/
|
|
1569
|
-
export declare const DeletePlaybackKeyPairRequestFilterSensitiveLog: (obj: DeletePlaybackKeyPairRequest) => any;
|
|
1570
|
-
/**
|
|
1571
|
-
* @internal
|
|
1572
|
-
*/
|
|
1573
|
-
export declare const DeletePlaybackKeyPairResponseFilterSensitiveLog: (obj: DeletePlaybackKeyPairResponse) => any;
|
|
1574
|
-
/**
|
|
1575
|
-
* @internal
|
|
1576
|
-
*/
|
|
1577
|
-
export declare const DeleteRecordingConfigurationRequestFilterSensitiveLog: (obj: DeleteRecordingConfigurationRequest) => any;
|
|
1578
|
-
/**
|
|
1579
|
-
* @internal
|
|
1580
|
-
*/
|
|
1581
|
-
export declare const DeleteStreamKeyRequestFilterSensitiveLog: (obj: DeleteStreamKeyRequest) => any;
|
|
1582
|
-
/**
|
|
1583
|
-
* @internal
|
|
1584
|
-
*/
|
|
1585
|
-
export declare const GetChannelRequestFilterSensitiveLog: (obj: GetChannelRequest) => any;
|
|
1586
|
-
/**
|
|
1587
|
-
* @internal
|
|
1588
|
-
*/
|
|
1589
|
-
export declare const GetChannelResponseFilterSensitiveLog: (obj: GetChannelResponse) => any;
|
|
1590
|
-
/**
|
|
1591
|
-
* @internal
|
|
1592
|
-
*/
|
|
1593
|
-
export declare const GetPlaybackKeyPairRequestFilterSensitiveLog: (obj: GetPlaybackKeyPairRequest) => any;
|
|
1594
|
-
/**
|
|
1595
|
-
* @internal
|
|
1596
|
-
*/
|
|
1597
|
-
export declare const PlaybackKeyPairFilterSensitiveLog: (obj: PlaybackKeyPair) => any;
|
|
1598
|
-
/**
|
|
1599
|
-
* @internal
|
|
1600
|
-
*/
|
|
1601
|
-
export declare const GetPlaybackKeyPairResponseFilterSensitiveLog: (obj: GetPlaybackKeyPairResponse) => any;
|
|
1602
|
-
/**
|
|
1603
|
-
* @internal
|
|
1604
|
-
*/
|
|
1605
|
-
export declare const GetRecordingConfigurationRequestFilterSensitiveLog: (obj: GetRecordingConfigurationRequest) => any;
|
|
1606
|
-
/**
|
|
1607
|
-
* @internal
|
|
1608
|
-
*/
|
|
1609
|
-
export declare const GetRecordingConfigurationResponseFilterSensitiveLog: (obj: GetRecordingConfigurationResponse) => any;
|
|
1610
|
-
/**
|
|
1611
|
-
* @internal
|
|
1612
|
-
*/
|
|
1613
|
-
export declare const GetStreamRequestFilterSensitiveLog: (obj: GetStreamRequest) => any;
|
|
1614
|
-
/**
|
|
1615
|
-
* @internal
|
|
1616
|
-
*/
|
|
1617
|
-
export declare const _StreamFilterSensitiveLog: (obj: _Stream) => any;
|
|
1618
|
-
/**
|
|
1619
|
-
* @internal
|
|
1620
|
-
*/
|
|
1621
|
-
export declare const GetStreamResponseFilterSensitiveLog: (obj: GetStreamResponse) => any;
|
|
1622
|
-
/**
|
|
1623
|
-
* @internal
|
|
1624
|
-
*/
|
|
1625
|
-
export declare const GetStreamKeyRequestFilterSensitiveLog: (obj: GetStreamKeyRequest) => any;
|
|
1626
1510
|
/**
|
|
1627
1511
|
* @internal
|
|
1628
1512
|
*/
|
|
1629
1513
|
export declare const GetStreamKeyResponseFilterSensitiveLog: (obj: GetStreamKeyResponse) => any;
|
|
1630
|
-
/**
|
|
1631
|
-
* @internal
|
|
1632
|
-
*/
|
|
1633
|
-
export declare const GetStreamSessionRequestFilterSensitiveLog: (obj: GetStreamSessionRequest) => any;
|
|
1634
|
-
/**
|
|
1635
|
-
* @internal
|
|
1636
|
-
*/
|
|
1637
|
-
export declare const AudioConfigurationFilterSensitiveLog: (obj: AudioConfiguration) => any;
|
|
1638
|
-
/**
|
|
1639
|
-
* @internal
|
|
1640
|
-
*/
|
|
1641
|
-
export declare const VideoConfigurationFilterSensitiveLog: (obj: VideoConfiguration) => any;
|
|
1642
|
-
/**
|
|
1643
|
-
* @internal
|
|
1644
|
-
*/
|
|
1645
|
-
export declare const IngestConfigurationFilterSensitiveLog: (obj: IngestConfiguration) => any;
|
|
1646
|
-
/**
|
|
1647
|
-
* @internal
|
|
1648
|
-
*/
|
|
1649
|
-
export declare const StreamEventFilterSensitiveLog: (obj: StreamEvent) => any;
|
|
1650
|
-
/**
|
|
1651
|
-
* @internal
|
|
1652
|
-
*/
|
|
1653
|
-
export declare const StreamSessionFilterSensitiveLog: (obj: StreamSession) => any;
|
|
1654
|
-
/**
|
|
1655
|
-
* @internal
|
|
1656
|
-
*/
|
|
1657
|
-
export declare const GetStreamSessionResponseFilterSensitiveLog: (obj: GetStreamSessionResponse) => any;
|
|
1658
|
-
/**
|
|
1659
|
-
* @internal
|
|
1660
|
-
*/
|
|
1661
|
-
export declare const ImportPlaybackKeyPairRequestFilterSensitiveLog: (obj: ImportPlaybackKeyPairRequest) => any;
|
|
1662
|
-
/**
|
|
1663
|
-
* @internal
|
|
1664
|
-
*/
|
|
1665
|
-
export declare const ImportPlaybackKeyPairResponseFilterSensitiveLog: (obj: ImportPlaybackKeyPairResponse) => any;
|
|
1666
|
-
/**
|
|
1667
|
-
* @internal
|
|
1668
|
-
*/
|
|
1669
|
-
export declare const ListChannelsRequestFilterSensitiveLog: (obj: ListChannelsRequest) => any;
|
|
1670
|
-
/**
|
|
1671
|
-
* @internal
|
|
1672
|
-
*/
|
|
1673
|
-
export declare const ChannelSummaryFilterSensitiveLog: (obj: ChannelSummary) => any;
|
|
1674
|
-
/**
|
|
1675
|
-
* @internal
|
|
1676
|
-
*/
|
|
1677
|
-
export declare const ListChannelsResponseFilterSensitiveLog: (obj: ListChannelsResponse) => any;
|
|
1678
|
-
/**
|
|
1679
|
-
* @internal
|
|
1680
|
-
*/
|
|
1681
|
-
export declare const ListPlaybackKeyPairsRequestFilterSensitiveLog: (obj: ListPlaybackKeyPairsRequest) => any;
|
|
1682
|
-
/**
|
|
1683
|
-
* @internal
|
|
1684
|
-
*/
|
|
1685
|
-
export declare const PlaybackKeyPairSummaryFilterSensitiveLog: (obj: PlaybackKeyPairSummary) => any;
|
|
1686
|
-
/**
|
|
1687
|
-
* @internal
|
|
1688
|
-
*/
|
|
1689
|
-
export declare const ListPlaybackKeyPairsResponseFilterSensitiveLog: (obj: ListPlaybackKeyPairsResponse) => any;
|
|
1690
|
-
/**
|
|
1691
|
-
* @internal
|
|
1692
|
-
*/
|
|
1693
|
-
export declare const ListRecordingConfigurationsRequestFilterSensitiveLog: (obj: ListRecordingConfigurationsRequest) => any;
|
|
1694
|
-
/**
|
|
1695
|
-
* @internal
|
|
1696
|
-
*/
|
|
1697
|
-
export declare const RecordingConfigurationSummaryFilterSensitiveLog: (obj: RecordingConfigurationSummary) => any;
|
|
1698
|
-
/**
|
|
1699
|
-
* @internal
|
|
1700
|
-
*/
|
|
1701
|
-
export declare const ListRecordingConfigurationsResponseFilterSensitiveLog: (obj: ListRecordingConfigurationsResponse) => any;
|
|
1702
|
-
/**
|
|
1703
|
-
* @internal
|
|
1704
|
-
*/
|
|
1705
|
-
export declare const ListStreamKeysRequestFilterSensitiveLog: (obj: ListStreamKeysRequest) => any;
|
|
1706
|
-
/**
|
|
1707
|
-
* @internal
|
|
1708
|
-
*/
|
|
1709
|
-
export declare const StreamKeySummaryFilterSensitiveLog: (obj: StreamKeySummary) => any;
|
|
1710
|
-
/**
|
|
1711
|
-
* @internal
|
|
1712
|
-
*/
|
|
1713
|
-
export declare const ListStreamKeysResponseFilterSensitiveLog: (obj: ListStreamKeysResponse) => any;
|
|
1714
|
-
/**
|
|
1715
|
-
* @internal
|
|
1716
|
-
*/
|
|
1717
|
-
export declare const StreamFiltersFilterSensitiveLog: (obj: StreamFilters) => any;
|
|
1718
|
-
/**
|
|
1719
|
-
* @internal
|
|
1720
|
-
*/
|
|
1721
|
-
export declare const ListStreamsRequestFilterSensitiveLog: (obj: ListStreamsRequest) => any;
|
|
1722
|
-
/**
|
|
1723
|
-
* @internal
|
|
1724
|
-
*/
|
|
1725
|
-
export declare const StreamSummaryFilterSensitiveLog: (obj: StreamSummary) => any;
|
|
1726
|
-
/**
|
|
1727
|
-
* @internal
|
|
1728
|
-
*/
|
|
1729
|
-
export declare const ListStreamsResponseFilterSensitiveLog: (obj: ListStreamsResponse) => any;
|
|
1730
|
-
/**
|
|
1731
|
-
* @internal
|
|
1732
|
-
*/
|
|
1733
|
-
export declare const ListStreamSessionsRequestFilterSensitiveLog: (obj: ListStreamSessionsRequest) => any;
|
|
1734
|
-
/**
|
|
1735
|
-
* @internal
|
|
1736
|
-
*/
|
|
1737
|
-
export declare const StreamSessionSummaryFilterSensitiveLog: (obj: StreamSessionSummary) => any;
|
|
1738
|
-
/**
|
|
1739
|
-
* @internal
|
|
1740
|
-
*/
|
|
1741
|
-
export declare const ListStreamSessionsResponseFilterSensitiveLog: (obj: ListStreamSessionsResponse) => any;
|
|
1742
|
-
/**
|
|
1743
|
-
* @internal
|
|
1744
|
-
*/
|
|
1745
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1746
|
-
/**
|
|
1747
|
-
* @internal
|
|
1748
|
-
*/
|
|
1749
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1750
1514
|
/**
|
|
1751
1515
|
* @internal
|
|
1752
1516
|
*/
|
|
1753
1517
|
export declare const PutMetadataRequestFilterSensitiveLog: (obj: PutMetadataRequest) => any;
|
|
1754
|
-
/**
|
|
1755
|
-
* @internal
|
|
1756
|
-
*/
|
|
1757
|
-
export declare const StopStreamRequestFilterSensitiveLog: (obj: StopStreamRequest) => any;
|
|
1758
|
-
/**
|
|
1759
|
-
* @internal
|
|
1760
|
-
*/
|
|
1761
|
-
export declare const StopStreamResponseFilterSensitiveLog: (obj: StopStreamResponse) => any;
|
|
1762
|
-
/**
|
|
1763
|
-
* @internal
|
|
1764
|
-
*/
|
|
1765
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1766
|
-
/**
|
|
1767
|
-
* @internal
|
|
1768
|
-
*/
|
|
1769
|
-
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1770
|
-
/**
|
|
1771
|
-
* @internal
|
|
1772
|
-
*/
|
|
1773
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1774
|
-
/**
|
|
1775
|
-
* @internal
|
|
1776
|
-
*/
|
|
1777
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1778
|
-
/**
|
|
1779
|
-
* @internal
|
|
1780
|
-
*/
|
|
1781
|
-
export declare const UpdateChannelRequestFilterSensitiveLog: (obj: UpdateChannelRequest) => any;
|
|
1782
|
-
/**
|
|
1783
|
-
* @internal
|
|
1784
|
-
*/
|
|
1785
|
-
export declare const UpdateChannelResponseFilterSensitiveLog: (obj: UpdateChannelResponse) => any;
|
|
@@ -423,212 +423,19 @@ export interface UpdateChannelRequest {
|
|
|
423
423
|
export interface UpdateChannelResponse {
|
|
424
424
|
channel?: Channel;
|
|
425
425
|
}
|
|
426
|
-
export declare const BatchGetChannelRequestFilterSensitiveLog: (
|
|
427
|
-
obj: BatchGetChannelRequest
|
|
428
|
-
) => any;
|
|
429
|
-
export declare const ChannelFilterSensitiveLog: (obj: Channel) => any;
|
|
430
|
-
export declare const BatchErrorFilterSensitiveLog: (obj: BatchError) => any;
|
|
431
|
-
export declare const BatchGetChannelResponseFilterSensitiveLog: (
|
|
432
|
-
obj: BatchGetChannelResponse
|
|
433
|
-
) => any;
|
|
434
|
-
export declare const BatchGetStreamKeyRequestFilterSensitiveLog: (
|
|
435
|
-
obj: BatchGetStreamKeyRequest
|
|
436
|
-
) => any;
|
|
437
426
|
export declare const StreamKeyFilterSensitiveLog: (obj: StreamKey) => any;
|
|
438
427
|
export declare const BatchGetStreamKeyResponseFilterSensitiveLog: (
|
|
439
428
|
obj: BatchGetStreamKeyResponse
|
|
440
429
|
) => any;
|
|
441
|
-
export declare const CreateChannelRequestFilterSensitiveLog: (
|
|
442
|
-
obj: CreateChannelRequest
|
|
443
|
-
) => any;
|
|
444
430
|
export declare const CreateChannelResponseFilterSensitiveLog: (
|
|
445
431
|
obj: CreateChannelResponse
|
|
446
432
|
) => any;
|
|
447
|
-
export declare const S3DestinationConfigurationFilterSensitiveLog: (
|
|
448
|
-
obj: S3DestinationConfiguration
|
|
449
|
-
) => any;
|
|
450
|
-
export declare const DestinationConfigurationFilterSensitiveLog: (
|
|
451
|
-
obj: DestinationConfiguration
|
|
452
|
-
) => any;
|
|
453
|
-
export declare const ThumbnailConfigurationFilterSensitiveLog: (
|
|
454
|
-
obj: ThumbnailConfiguration
|
|
455
|
-
) => any;
|
|
456
|
-
export declare const CreateRecordingConfigurationRequestFilterSensitiveLog: (
|
|
457
|
-
obj: CreateRecordingConfigurationRequest
|
|
458
|
-
) => any;
|
|
459
|
-
export declare const RecordingConfigurationFilterSensitiveLog: (
|
|
460
|
-
obj: RecordingConfiguration
|
|
461
|
-
) => any;
|
|
462
|
-
export declare const CreateRecordingConfigurationResponseFilterSensitiveLog: (
|
|
463
|
-
obj: CreateRecordingConfigurationResponse
|
|
464
|
-
) => any;
|
|
465
|
-
export declare const CreateStreamKeyRequestFilterSensitiveLog: (
|
|
466
|
-
obj: CreateStreamKeyRequest
|
|
467
|
-
) => any;
|
|
468
433
|
export declare const CreateStreamKeyResponseFilterSensitiveLog: (
|
|
469
434
|
obj: CreateStreamKeyResponse
|
|
470
435
|
) => any;
|
|
471
|
-
export declare const DeleteChannelRequestFilterSensitiveLog: (
|
|
472
|
-
obj: DeleteChannelRequest
|
|
473
|
-
) => any;
|
|
474
|
-
export declare const DeletePlaybackKeyPairRequestFilterSensitiveLog: (
|
|
475
|
-
obj: DeletePlaybackKeyPairRequest
|
|
476
|
-
) => any;
|
|
477
|
-
export declare const DeletePlaybackKeyPairResponseFilterSensitiveLog: (
|
|
478
|
-
obj: DeletePlaybackKeyPairResponse
|
|
479
|
-
) => any;
|
|
480
|
-
export declare const DeleteRecordingConfigurationRequestFilterSensitiveLog: (
|
|
481
|
-
obj: DeleteRecordingConfigurationRequest
|
|
482
|
-
) => any;
|
|
483
|
-
export declare const DeleteStreamKeyRequestFilterSensitiveLog: (
|
|
484
|
-
obj: DeleteStreamKeyRequest
|
|
485
|
-
) => any;
|
|
486
|
-
export declare const GetChannelRequestFilterSensitiveLog: (
|
|
487
|
-
obj: GetChannelRequest
|
|
488
|
-
) => any;
|
|
489
|
-
export declare const GetChannelResponseFilterSensitiveLog: (
|
|
490
|
-
obj: GetChannelResponse
|
|
491
|
-
) => any;
|
|
492
|
-
export declare const GetPlaybackKeyPairRequestFilterSensitiveLog: (
|
|
493
|
-
obj: GetPlaybackKeyPairRequest
|
|
494
|
-
) => any;
|
|
495
|
-
export declare const PlaybackKeyPairFilterSensitiveLog: (
|
|
496
|
-
obj: PlaybackKeyPair
|
|
497
|
-
) => any;
|
|
498
|
-
export declare const GetPlaybackKeyPairResponseFilterSensitiveLog: (
|
|
499
|
-
obj: GetPlaybackKeyPairResponse
|
|
500
|
-
) => any;
|
|
501
|
-
export declare const GetRecordingConfigurationRequestFilterSensitiveLog: (
|
|
502
|
-
obj: GetRecordingConfigurationRequest
|
|
503
|
-
) => any;
|
|
504
|
-
export declare const GetRecordingConfigurationResponseFilterSensitiveLog: (
|
|
505
|
-
obj: GetRecordingConfigurationResponse
|
|
506
|
-
) => any;
|
|
507
|
-
export declare const GetStreamRequestFilterSensitiveLog: (
|
|
508
|
-
obj: GetStreamRequest
|
|
509
|
-
) => any;
|
|
510
|
-
export declare const _StreamFilterSensitiveLog: (obj: _Stream) => any;
|
|
511
|
-
export declare const GetStreamResponseFilterSensitiveLog: (
|
|
512
|
-
obj: GetStreamResponse
|
|
513
|
-
) => any;
|
|
514
|
-
export declare const GetStreamKeyRequestFilterSensitiveLog: (
|
|
515
|
-
obj: GetStreamKeyRequest
|
|
516
|
-
) => any;
|
|
517
436
|
export declare const GetStreamKeyResponseFilterSensitiveLog: (
|
|
518
437
|
obj: GetStreamKeyResponse
|
|
519
438
|
) => any;
|
|
520
|
-
export declare const GetStreamSessionRequestFilterSensitiveLog: (
|
|
521
|
-
obj: GetStreamSessionRequest
|
|
522
|
-
) => any;
|
|
523
|
-
export declare const AudioConfigurationFilterSensitiveLog: (
|
|
524
|
-
obj: AudioConfiguration
|
|
525
|
-
) => any;
|
|
526
|
-
export declare const VideoConfigurationFilterSensitiveLog: (
|
|
527
|
-
obj: VideoConfiguration
|
|
528
|
-
) => any;
|
|
529
|
-
export declare const IngestConfigurationFilterSensitiveLog: (
|
|
530
|
-
obj: IngestConfiguration
|
|
531
|
-
) => any;
|
|
532
|
-
export declare const StreamEventFilterSensitiveLog: (obj: StreamEvent) => any;
|
|
533
|
-
export declare const StreamSessionFilterSensitiveLog: (
|
|
534
|
-
obj: StreamSession
|
|
535
|
-
) => any;
|
|
536
|
-
export declare const GetStreamSessionResponseFilterSensitiveLog: (
|
|
537
|
-
obj: GetStreamSessionResponse
|
|
538
|
-
) => any;
|
|
539
|
-
export declare const ImportPlaybackKeyPairRequestFilterSensitiveLog: (
|
|
540
|
-
obj: ImportPlaybackKeyPairRequest
|
|
541
|
-
) => any;
|
|
542
|
-
export declare const ImportPlaybackKeyPairResponseFilterSensitiveLog: (
|
|
543
|
-
obj: ImportPlaybackKeyPairResponse
|
|
544
|
-
) => any;
|
|
545
|
-
export declare const ListChannelsRequestFilterSensitiveLog: (
|
|
546
|
-
obj: ListChannelsRequest
|
|
547
|
-
) => any;
|
|
548
|
-
export declare const ChannelSummaryFilterSensitiveLog: (
|
|
549
|
-
obj: ChannelSummary
|
|
550
|
-
) => any;
|
|
551
|
-
export declare const ListChannelsResponseFilterSensitiveLog: (
|
|
552
|
-
obj: ListChannelsResponse
|
|
553
|
-
) => any;
|
|
554
|
-
export declare const ListPlaybackKeyPairsRequestFilterSensitiveLog: (
|
|
555
|
-
obj: ListPlaybackKeyPairsRequest
|
|
556
|
-
) => any;
|
|
557
|
-
export declare const PlaybackKeyPairSummaryFilterSensitiveLog: (
|
|
558
|
-
obj: PlaybackKeyPairSummary
|
|
559
|
-
) => any;
|
|
560
|
-
export declare const ListPlaybackKeyPairsResponseFilterSensitiveLog: (
|
|
561
|
-
obj: ListPlaybackKeyPairsResponse
|
|
562
|
-
) => any;
|
|
563
|
-
export declare const ListRecordingConfigurationsRequestFilterSensitiveLog: (
|
|
564
|
-
obj: ListRecordingConfigurationsRequest
|
|
565
|
-
) => any;
|
|
566
|
-
export declare const RecordingConfigurationSummaryFilterSensitiveLog: (
|
|
567
|
-
obj: RecordingConfigurationSummary
|
|
568
|
-
) => any;
|
|
569
|
-
export declare const ListRecordingConfigurationsResponseFilterSensitiveLog: (
|
|
570
|
-
obj: ListRecordingConfigurationsResponse
|
|
571
|
-
) => any;
|
|
572
|
-
export declare const ListStreamKeysRequestFilterSensitiveLog: (
|
|
573
|
-
obj: ListStreamKeysRequest
|
|
574
|
-
) => any;
|
|
575
|
-
export declare const StreamKeySummaryFilterSensitiveLog: (
|
|
576
|
-
obj: StreamKeySummary
|
|
577
|
-
) => any;
|
|
578
|
-
export declare const ListStreamKeysResponseFilterSensitiveLog: (
|
|
579
|
-
obj: ListStreamKeysResponse
|
|
580
|
-
) => any;
|
|
581
|
-
export declare const StreamFiltersFilterSensitiveLog: (
|
|
582
|
-
obj: StreamFilters
|
|
583
|
-
) => any;
|
|
584
|
-
export declare const ListStreamsRequestFilterSensitiveLog: (
|
|
585
|
-
obj: ListStreamsRequest
|
|
586
|
-
) => any;
|
|
587
|
-
export declare const StreamSummaryFilterSensitiveLog: (
|
|
588
|
-
obj: StreamSummary
|
|
589
|
-
) => any;
|
|
590
|
-
export declare const ListStreamsResponseFilterSensitiveLog: (
|
|
591
|
-
obj: ListStreamsResponse
|
|
592
|
-
) => any;
|
|
593
|
-
export declare const ListStreamSessionsRequestFilterSensitiveLog: (
|
|
594
|
-
obj: ListStreamSessionsRequest
|
|
595
|
-
) => any;
|
|
596
|
-
export declare const StreamSessionSummaryFilterSensitiveLog: (
|
|
597
|
-
obj: StreamSessionSummary
|
|
598
|
-
) => any;
|
|
599
|
-
export declare const ListStreamSessionsResponseFilterSensitiveLog: (
|
|
600
|
-
obj: ListStreamSessionsResponse
|
|
601
|
-
) => any;
|
|
602
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
603
|
-
obj: ListTagsForResourceRequest
|
|
604
|
-
) => any;
|
|
605
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
606
|
-
obj: ListTagsForResourceResponse
|
|
607
|
-
) => any;
|
|
608
439
|
export declare const PutMetadataRequestFilterSensitiveLog: (
|
|
609
440
|
obj: PutMetadataRequest
|
|
610
441
|
) => any;
|
|
611
|
-
export declare const StopStreamRequestFilterSensitiveLog: (
|
|
612
|
-
obj: StopStreamRequest
|
|
613
|
-
) => any;
|
|
614
|
-
export declare const StopStreamResponseFilterSensitiveLog: (
|
|
615
|
-
obj: StopStreamResponse
|
|
616
|
-
) => any;
|
|
617
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
618
|
-
obj: TagResourceRequest
|
|
619
|
-
) => any;
|
|
620
|
-
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
621
|
-
obj: TagResourceResponse
|
|
622
|
-
) => any;
|
|
623
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
624
|
-
obj: UntagResourceRequest
|
|
625
|
-
) => any;
|
|
626
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
627
|
-
obj: UntagResourceResponse
|
|
628
|
-
) => any;
|
|
629
|
-
export declare const UpdateChannelRequestFilterSensitiveLog: (
|
|
630
|
-
obj: UpdateChannelRequest
|
|
631
|
-
) => any;
|
|
632
|
-
export declare const UpdateChannelResponseFilterSensitiveLog: (
|
|
633
|
-
obj: UpdateChannelResponse
|
|
634
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ivs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ivs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.298.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo ivs"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|