aws-cdk.aws-ivs-alpha 2.223.0a0__tar.gz → 2.234.1a0__tar.gz

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.

Potentially problematic release.


This version of aws-cdk.aws-ivs-alpha might be problematic. Click here for more details.

Files changed (20) hide show
  1. {aws_cdk_aws_ivs_alpha-2.223.0a0 → aws_cdk_aws_ivs_alpha-2.234.1a0}/LICENSE +1 -1
  2. aws_cdk_aws_ivs_alpha-2.234.1a0/NOTICE +2 -0
  3. {aws_cdk_aws_ivs_alpha-2.223.0a0/src/aws_cdk.aws_ivs_alpha.egg-info → aws_cdk_aws_ivs_alpha-2.234.1a0}/PKG-INFO +4 -4
  4. {aws_cdk_aws_ivs_alpha-2.223.0a0 → aws_cdk_aws_ivs_alpha-2.234.1a0}/setup.py +5 -5
  5. {aws_cdk_aws_ivs_alpha-2.223.0a0 → aws_cdk_aws_ivs_alpha-2.234.1a0}/src/aws_cdk/aws_ivs_alpha/__init__.py +52 -50
  6. {aws_cdk_aws_ivs_alpha-2.223.0a0 → aws_cdk_aws_ivs_alpha-2.234.1a0}/src/aws_cdk/aws_ivs_alpha/_jsii/__init__.py +2 -2
  7. aws_cdk_aws_ivs_alpha-2.234.1a0/src/aws_cdk/aws_ivs_alpha/_jsii/aws-ivs-alpha@2.234.1-alpha.0.jsii.tgz +0 -0
  8. {aws_cdk_aws_ivs_alpha-2.223.0a0 → aws_cdk_aws_ivs_alpha-2.234.1a0/src/aws_cdk.aws_ivs_alpha.egg-info}/PKG-INFO +4 -4
  9. {aws_cdk_aws_ivs_alpha-2.223.0a0 → aws_cdk_aws_ivs_alpha-2.234.1a0}/src/aws_cdk.aws_ivs_alpha.egg-info/SOURCES.txt +1 -1
  10. aws_cdk_aws_ivs_alpha-2.234.1a0/src/aws_cdk.aws_ivs_alpha.egg-info/requires.txt +5 -0
  11. aws_cdk_aws_ivs_alpha-2.223.0a0/NOTICE +0 -2
  12. aws_cdk_aws_ivs_alpha-2.223.0a0/src/aws_cdk/aws_ivs_alpha/_jsii/aws-ivs-alpha@2.223.0-alpha.0.jsii.tgz +0 -0
  13. aws_cdk_aws_ivs_alpha-2.223.0a0/src/aws_cdk.aws_ivs_alpha.egg-info/requires.txt +0 -5
  14. {aws_cdk_aws_ivs_alpha-2.223.0a0 → aws_cdk_aws_ivs_alpha-2.234.1a0}/MANIFEST.in +0 -0
  15. {aws_cdk_aws_ivs_alpha-2.223.0a0 → aws_cdk_aws_ivs_alpha-2.234.1a0}/README.md +0 -0
  16. {aws_cdk_aws_ivs_alpha-2.223.0a0 → aws_cdk_aws_ivs_alpha-2.234.1a0}/pyproject.toml +0 -0
  17. {aws_cdk_aws_ivs_alpha-2.223.0a0 → aws_cdk_aws_ivs_alpha-2.234.1a0}/setup.cfg +0 -0
  18. {aws_cdk_aws_ivs_alpha-2.223.0a0 → aws_cdk_aws_ivs_alpha-2.234.1a0}/src/aws_cdk/aws_ivs_alpha/py.typed +0 -0
  19. {aws_cdk_aws_ivs_alpha-2.223.0a0 → aws_cdk_aws_ivs_alpha-2.234.1a0}/src/aws_cdk.aws_ivs_alpha.egg-info/dependency_links.txt +0 -0
  20. {aws_cdk_aws_ivs_alpha-2.223.0a0 → aws_cdk_aws_ivs_alpha-2.234.1a0}/src/aws_cdk.aws_ivs_alpha.egg-info/top_level.txt +0 -0
@@ -186,7 +186,7 @@
186
186
  same "printed page" as the copyright notice for easier
187
187
  identification within third-party archives.
188
188
 
189
- Copyright 2018-2025 Amazon.com, Inc. or its affiliates. All Rights Reserved.
189
+ Copyright 2018-2026 Amazon.com, Inc. or its affiliates. All Rights Reserved.
190
190
 
191
191
  Licensed under the Apache License, Version 2.0 (the "License");
192
192
  you may not use this file except in compliance with the License.
@@ -0,0 +1,2 @@
1
+ AWS Cloud Development Kit (AWS CDK)
2
+ Copyright 2018-2026 Amazon.com, Inc. or its affiliates. All Rights Reserved.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aws-cdk.aws-ivs-alpha
3
- Version: 2.223.0a0
3
+ Version: 2.234.1a0
4
4
  Summary: The CDK Construct Library for AWS::IVS
5
5
  Home-page: https://github.com/aws/aws-cdk
6
6
  Author: Amazon Web Services
@@ -22,11 +22,11 @@ Requires-Python: ~=3.9
22
22
  Description-Content-Type: text/markdown
23
23
  License-File: LICENSE
24
24
  License-File: NOTICE
25
- Requires-Dist: aws-cdk-lib<3.0.0,>=2.223.0
25
+ Requires-Dist: aws-cdk-lib<3.0.0,>=2.234.1
26
26
  Requires-Dist: constructs<11.0.0,>=10.0.0
27
- Requires-Dist: jsii<2.0.0,>=1.118.0
27
+ Requires-Dist: jsii<2.0.0,>=1.125.0
28
28
  Requires-Dist: publication>=0.0.3
29
- Requires-Dist: typeguard<4.3.0,>=2.13.3
29
+ Requires-Dist: typeguard==2.13.3
30
30
 
31
31
  # AWS::IVS Construct Library
32
32
 
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "aws-cdk.aws-ivs-alpha",
8
- "version": "2.223.0.a0",
8
+ "version": "2.234.1.a0",
9
9
  "description": "The CDK Construct Library for AWS::IVS",
10
10
  "license": "Apache-2.0",
11
11
  "url": "https://github.com/aws/aws-cdk",
@@ -26,7 +26,7 @@ kwargs = json.loads(
26
26
  ],
27
27
  "package_data": {
28
28
  "aws_cdk.aws_ivs_alpha._jsii": [
29
- "aws-ivs-alpha@2.223.0-alpha.0.jsii.tgz"
29
+ "aws-ivs-alpha@2.234.1-alpha.0.jsii.tgz"
30
30
  ],
31
31
  "aws_cdk.aws_ivs_alpha": [
32
32
  "py.typed"
@@ -34,11 +34,11 @@ kwargs = json.loads(
34
34
  },
35
35
  "python_requires": "~=3.9",
36
36
  "install_requires": [
37
- "aws-cdk-lib>=2.223.0, <3.0.0",
37
+ "aws-cdk-lib>=2.234.1, <3.0.0",
38
38
  "constructs>=10.0.0, <11.0.0",
39
- "jsii>=1.118.0, <2.0.0",
39
+ "jsii>=1.125.0, <2.0.0",
40
40
  "publication>=0.0.3",
41
- "typeguard>=2.13.3,<4.3.0"
41
+ "typeguard==2.13.3"
42
42
  ],
43
43
  "classifiers": [
44
44
  "Intended Audience :: Developers",
@@ -260,7 +260,7 @@ def check_type(argname: str, value: object, expected_type: typing.Any) -> typing
260
260
  from ._jsii import *
261
261
 
262
262
  import aws_cdk as _aws_cdk_ceddda9d
263
- import aws_cdk.aws_s3 as _aws_cdk_aws_s3_ceddda9d
263
+ import aws_cdk.interfaces.aws_s3 as _aws_cdk_interfaces_aws_s3_ceddda9d
264
264
  import constructs as _constructs_77d1e7e8
265
265
 
266
266
 
@@ -845,7 +845,7 @@ class MultitrackInputConfiguration:
845
845
  def __init__(
846
846
  self,
847
847
  *,
848
- maximum_resolution: MaximumResolution,
848
+ maximum_resolution: "MaximumResolution",
849
849
  policy: "Policy",
850
850
  ) -> None:
851
851
  '''(experimental) A complex type that specifies multitrack input configuration.
@@ -877,14 +877,14 @@ class MultitrackInputConfiguration:
877
877
  }
878
878
 
879
879
  @builtins.property
880
- def maximum_resolution(self) -> MaximumResolution:
880
+ def maximum_resolution(self) -> "MaximumResolution":
881
881
  '''(experimental) Maximum resolution for multitrack input.
882
882
 
883
883
  :stability: experimental
884
884
  '''
885
885
  result = self._values.get("maximum_resolution")
886
886
  assert result is not None, "Required property 'maximum_resolution' is missing"
887
- return typing.cast(MaximumResolution, result)
887
+ return typing.cast("MaximumResolution", result)
888
888
 
889
889
  @builtins.property
890
890
  def policy(self) -> "Policy":
@@ -928,7 +928,7 @@ class PlaybackKeyPair(
928
928
 
929
929
  def __init__(
930
930
  self,
931
- scope: _constructs_77d1e7e8.Construct,
931
+ scope: "_constructs_77d1e7e8.Construct",
932
932
  id: builtins.str,
933
933
  *,
934
934
  public_key_material: builtins.str,
@@ -1152,12 +1152,12 @@ class RecordingConfiguration(
1152
1152
 
1153
1153
  def __init__(
1154
1154
  self,
1155
- scope: _constructs_77d1e7e8.Construct,
1155
+ scope: "_constructs_77d1e7e8.Construct",
1156
1156
  id: builtins.str,
1157
1157
  *,
1158
- bucket: _aws_cdk_aws_s3_ceddda9d.IBucketRef,
1158
+ bucket: "_aws_cdk_interfaces_aws_s3_ceddda9d.IBucketRef",
1159
1159
  recording_configuration_name: typing.Optional[builtins.str] = None,
1160
- recording_reconnect_window: typing.Optional[_aws_cdk_ceddda9d.Duration] = None,
1160
+ recording_reconnect_window: typing.Optional["_aws_cdk_ceddda9d.Duration"] = None,
1161
1161
  rendition_configuration: typing.Optional["RenditionConfiguration"] = None,
1162
1162
  thumbnail_configuration: typing.Optional["ThumbnailConfiguration"] = None,
1163
1163
  ) -> None:
@@ -1190,10 +1190,10 @@ class RecordingConfiguration(
1190
1190
  @builtins.classmethod
1191
1191
  def from_arn(
1192
1192
  cls,
1193
- scope: _constructs_77d1e7e8.Construct,
1193
+ scope: "_constructs_77d1e7e8.Construct",
1194
1194
  id: builtins.str,
1195
1195
  recording_configuration_arn: builtins.str,
1196
- ) -> IRecordingConfiguration:
1196
+ ) -> "IRecordingConfiguration":
1197
1197
  '''(experimental) Imports an IVS Recording Configuration from its ARN.
1198
1198
 
1199
1199
  :param scope: -
@@ -1207,16 +1207,16 @@ class RecordingConfiguration(
1207
1207
  check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1208
1208
  check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1209
1209
  check_type(argname="argument recording_configuration_arn", value=recording_configuration_arn, expected_type=type_hints["recording_configuration_arn"])
1210
- return typing.cast(IRecordingConfiguration, jsii.sinvoke(cls, "fromArn", [scope, id, recording_configuration_arn]))
1210
+ return typing.cast("IRecordingConfiguration", jsii.sinvoke(cls, "fromArn", [scope, id, recording_configuration_arn]))
1211
1211
 
1212
1212
  @jsii.member(jsii_name="fromRecordingConfigurationId")
1213
1213
  @builtins.classmethod
1214
1214
  def from_recording_configuration_id(
1215
1215
  cls,
1216
- scope: _constructs_77d1e7e8.Construct,
1216
+ scope: "_constructs_77d1e7e8.Construct",
1217
1217
  id: builtins.str,
1218
1218
  recording_configuration_id: builtins.str,
1219
- ) -> IRecordingConfiguration:
1219
+ ) -> "IRecordingConfiguration":
1220
1220
  '''(experimental) Imports an IVS Recording Configuration from attributes.
1221
1221
 
1222
1222
  :param scope: -
@@ -1230,7 +1230,7 @@ class RecordingConfiguration(
1230
1230
  check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1231
1231
  check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1232
1232
  check_type(argname="argument recording_configuration_id", value=recording_configuration_id, expected_type=type_hints["recording_configuration_id"])
1233
- return typing.cast(IRecordingConfiguration, jsii.sinvoke(cls, "fromRecordingConfigurationId", [scope, id, recording_configuration_id]))
1233
+ return typing.cast("IRecordingConfiguration", jsii.sinvoke(cls, "fromRecordingConfigurationId", [scope, id, recording_configuration_id]))
1234
1234
 
1235
1235
  @jsii.python.classproperty
1236
1236
  @jsii.member(jsii_name="PROPERTY_INJECTION_ID")
@@ -1277,9 +1277,9 @@ class RecordingConfigurationProps:
1277
1277
  def __init__(
1278
1278
  self,
1279
1279
  *,
1280
- bucket: _aws_cdk_aws_s3_ceddda9d.IBucketRef,
1280
+ bucket: "_aws_cdk_interfaces_aws_s3_ceddda9d.IBucketRef",
1281
1281
  recording_configuration_name: typing.Optional[builtins.str] = None,
1282
- recording_reconnect_window: typing.Optional[_aws_cdk_ceddda9d.Duration] = None,
1282
+ recording_reconnect_window: typing.Optional["_aws_cdk_ceddda9d.Duration"] = None,
1283
1283
  rendition_configuration: typing.Optional["RenditionConfiguration"] = None,
1284
1284
  thumbnail_configuration: typing.Optional["ThumbnailConfiguration"] = None,
1285
1285
  ) -> None:
@@ -1326,14 +1326,14 @@ class RecordingConfigurationProps:
1326
1326
  self._values["thumbnail_configuration"] = thumbnail_configuration
1327
1327
 
1328
1328
  @builtins.property
1329
- def bucket(self) -> _aws_cdk_aws_s3_ceddda9d.IBucketRef:
1329
+ def bucket(self) -> "_aws_cdk_interfaces_aws_s3_ceddda9d.IBucketRef":
1330
1330
  '''(experimental) S3 bucket where recorded videos will be stored.
1331
1331
 
1332
1332
  :stability: experimental
1333
1333
  '''
1334
1334
  result = self._values.get("bucket")
1335
1335
  assert result is not None, "Required property 'bucket' is missing"
1336
- return typing.cast(_aws_cdk_aws_s3_ceddda9d.IBucketRef, result)
1336
+ return typing.cast("_aws_cdk_interfaces_aws_s3_ceddda9d.IBucketRef", result)
1337
1337
 
1338
1338
  @builtins.property
1339
1339
  def recording_configuration_name(self) -> typing.Optional[builtins.str]:
@@ -1349,7 +1349,9 @@ class RecordingConfigurationProps:
1349
1349
  return typing.cast(typing.Optional[builtins.str], result)
1350
1350
 
1351
1351
  @builtins.property
1352
- def recording_reconnect_window(self) -> typing.Optional[_aws_cdk_ceddda9d.Duration]:
1352
+ def recording_reconnect_window(
1353
+ self,
1354
+ ) -> typing.Optional["_aws_cdk_ceddda9d.Duration"]:
1353
1355
  '''(experimental) If a broadcast disconnects and then reconnects within the specified interval, the multiple streams will be considered a single broadcast and merged together.
1354
1356
 
1355
1357
  ``recordingReconnectWindow`` must be between 0 and 300 seconds
@@ -1359,7 +1361,7 @@ class RecordingConfigurationProps:
1359
1361
  :stability: experimental
1360
1362
  '''
1361
1363
  result = self._values.get("recording_reconnect_window")
1362
- return typing.cast(typing.Optional[_aws_cdk_ceddda9d.Duration], result)
1364
+ return typing.cast(typing.Optional["_aws_cdk_ceddda9d.Duration"], result)
1363
1365
 
1364
1366
  @builtins.property
1365
1367
  def rendition_configuration(self) -> typing.Optional["RenditionConfiguration"]:
@@ -1612,10 +1614,10 @@ class StreamKey(
1612
1614
 
1613
1615
  def __init__(
1614
1616
  self,
1615
- scope: _constructs_77d1e7e8.Construct,
1617
+ scope: "_constructs_77d1e7e8.Construct",
1616
1618
  id: builtins.str,
1617
1619
  *,
1618
- channel: IChannel,
1620
+ channel: "IChannel",
1619
1621
  ) -> None:
1620
1622
  '''
1621
1623
  :param scope: -
@@ -1671,7 +1673,7 @@ class StreamKey(
1671
1673
  name_mapping={"channel": "channel"},
1672
1674
  )
1673
1675
  class StreamKeyProps:
1674
- def __init__(self, *, channel: IChannel) -> None:
1676
+ def __init__(self, *, channel: "IChannel") -> None:
1675
1677
  '''(experimental) Properties for creating a new Stream Key.
1676
1678
 
1677
1679
  :param channel: (experimental) Channel ARN for the stream.
@@ -1699,14 +1701,14 @@ class StreamKeyProps:
1699
1701
  }
1700
1702
 
1701
1703
  @builtins.property
1702
- def channel(self) -> IChannel:
1704
+ def channel(self) -> "IChannel":
1703
1705
  '''(experimental) Channel ARN for the stream.
1704
1706
 
1705
1707
  :stability: experimental
1706
1708
  '''
1707
1709
  result = self._values.get("channel")
1708
1710
  assert result is not None, "Required property 'channel' is missing"
1709
- return typing.cast(IChannel, result)
1711
+ return typing.cast("IChannel", result)
1710
1712
 
1711
1713
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
1712
1714
  return isinstance(rhs, self.__class__) and rhs._values == self._values
@@ -1755,9 +1757,9 @@ class ThumbnailConfiguration(
1755
1757
  @builtins.classmethod
1756
1758
  def interval(
1757
1759
  cls,
1758
- resolution: typing.Optional[Resolution] = None,
1759
- storage: typing.Optional[typing.Sequence[Storage]] = None,
1760
- target_interval: typing.Optional[_aws_cdk_ceddda9d.Duration] = None,
1760
+ resolution: typing.Optional["Resolution"] = None,
1761
+ storage: typing.Optional[typing.Sequence["Storage"]] = None,
1762
+ target_interval: typing.Optional["_aws_cdk_ceddda9d.Duration"] = None,
1761
1763
  ) -> "ThumbnailConfiguration":
1762
1764
  '''(experimental) Enable the generation of thumbnails for recorded video at a time interval.
1763
1765
 
@@ -1776,47 +1778,47 @@ class ThumbnailConfiguration(
1776
1778
 
1777
1779
  @builtins.property
1778
1780
  @jsii.member(jsii_name="recordingMode")
1779
- def recording_mode(self) -> typing.Optional[RecordingMode]:
1781
+ def recording_mode(self) -> typing.Optional["RecordingMode"]:
1780
1782
  '''(experimental) Thumbnail recording mode.
1781
1783
 
1782
1784
  If you do not specify this property, ``ThumbnailRecordingMode.INTERVAL`` is set.
1783
1785
 
1784
1786
  :stability: experimental
1785
1787
  '''
1786
- return typing.cast(typing.Optional[RecordingMode], jsii.get(self, "recordingMode"))
1788
+ return typing.cast(typing.Optional["RecordingMode"], jsii.get(self, "recordingMode"))
1787
1789
 
1788
1790
  @builtins.property
1789
1791
  @jsii.member(jsii_name="resolution")
1790
- def resolution(self) -> typing.Optional[Resolution]:
1792
+ def resolution(self) -> typing.Optional["Resolution"]:
1791
1793
  '''(experimental) The desired resolution of recorded thumbnails for a stream.
1792
1794
 
1793
1795
  If you do not specify this property, same resolution as Input stream is used.
1794
1796
 
1795
1797
  :stability: experimental
1796
1798
  '''
1797
- return typing.cast(typing.Optional[Resolution], jsii.get(self, "resolution"))
1799
+ return typing.cast(typing.Optional["Resolution"], jsii.get(self, "resolution"))
1798
1800
 
1799
1801
  @builtins.property
1800
1802
  @jsii.member(jsii_name="storage")
1801
- def storage(self) -> typing.Optional[typing.List[Storage]]:
1803
+ def storage(self) -> typing.Optional[typing.List["Storage"]]:
1802
1804
  '''(experimental) The format in which thumbnails are recorded for a stream.
1803
1805
 
1804
1806
  If you do not specify this property, ``ThumbnailStorage.SEQUENTIAL`` is set.
1805
1807
 
1806
1808
  :stability: experimental
1807
1809
  '''
1808
- return typing.cast(typing.Optional[typing.List[Storage]], jsii.get(self, "storage"))
1810
+ return typing.cast(typing.Optional[typing.List["Storage"]], jsii.get(self, "storage"))
1809
1811
 
1810
1812
  @builtins.property
1811
1813
  @jsii.member(jsii_name="targetInterval")
1812
- def target_interval(self) -> typing.Optional[_aws_cdk_ceddda9d.Duration]:
1814
+ def target_interval(self) -> typing.Optional["_aws_cdk_ceddda9d.Duration"]:
1813
1815
  '''(experimental) The targeted thumbnail-generation interval.
1814
1816
 
1815
1817
  Must be between 1 and 60 seconds. If you do not specify this property, ``Duration.seconds(60)`` is set.
1816
1818
 
1817
1819
  :stability: experimental
1818
1820
  '''
1819
- return typing.cast(typing.Optional[_aws_cdk_ceddda9d.Duration], jsii.get(self, "targetInterval"))
1821
+ return typing.cast(typing.Optional["_aws_cdk_ceddda9d.Duration"], jsii.get(self, "targetInterval"))
1820
1822
 
1821
1823
 
1822
1824
  @jsii.implements(IChannel)
@@ -1840,18 +1842,18 @@ class Channel(
1840
1842
 
1841
1843
  def __init__(
1842
1844
  self,
1843
- scope: _constructs_77d1e7e8.Construct,
1845
+ scope: "_constructs_77d1e7e8.Construct",
1844
1846
  id: builtins.str,
1845
1847
  *,
1846
1848
  authorized: typing.Optional[builtins.bool] = None,
1847
1849
  channel_name: typing.Optional[builtins.str] = None,
1848
- container_format: typing.Optional[ContainerFormat] = None,
1850
+ container_format: typing.Optional["ContainerFormat"] = None,
1849
1851
  insecure_ingest: typing.Optional[builtins.bool] = None,
1850
- latency_mode: typing.Optional[LatencyMode] = None,
1851
- multitrack_input_configuration: typing.Optional[typing.Union[MultitrackInputConfiguration, typing.Dict[builtins.str, typing.Any]]] = None,
1852
- preset: typing.Optional[Preset] = None,
1853
- recording_configuration: typing.Optional[IRecordingConfiguration] = None,
1854
- type: typing.Optional[ChannelType] = None,
1852
+ latency_mode: typing.Optional["LatencyMode"] = None,
1853
+ multitrack_input_configuration: typing.Optional[typing.Union["MultitrackInputConfiguration", typing.Dict[builtins.str, typing.Any]]] = None,
1854
+ preset: typing.Optional["Preset"] = None,
1855
+ recording_configuration: typing.Optional["IRecordingConfiguration"] = None,
1856
+ type: typing.Optional["ChannelType"] = None,
1855
1857
  ) -> None:
1856
1858
  '''
1857
1859
  :param scope: -
@@ -1890,10 +1892,10 @@ class Channel(
1890
1892
  @builtins.classmethod
1891
1893
  def from_channel_arn(
1892
1894
  cls,
1893
- scope: _constructs_77d1e7e8.Construct,
1895
+ scope: "_constructs_77d1e7e8.Construct",
1894
1896
  id: builtins.str,
1895
1897
  channel_arn: builtins.str,
1896
- ) -> IChannel:
1898
+ ) -> "IChannel":
1897
1899
  '''(experimental) Import an existing channel.
1898
1900
 
1899
1901
  :param scope: -
@@ -1907,10 +1909,10 @@ class Channel(
1907
1909
  check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1908
1910
  check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1909
1911
  check_type(argname="argument channel_arn", value=channel_arn, expected_type=type_hints["channel_arn"])
1910
- return typing.cast(IChannel, jsii.sinvoke(cls, "fromChannelArn", [scope, id, channel_arn]))
1912
+ return typing.cast("IChannel", jsii.sinvoke(cls, "fromChannelArn", [scope, id, channel_arn]))
1911
1913
 
1912
1914
  @jsii.member(jsii_name="addStreamKey")
1913
- def add_stream_key(self, id: builtins.str) -> StreamKey:
1915
+ def add_stream_key(self, id: builtins.str) -> "StreamKey":
1914
1916
  '''(experimental) Adds a stream key for this IVS Channel.
1915
1917
 
1916
1918
  :param id: -
@@ -1920,7 +1922,7 @@ class Channel(
1920
1922
  if __debug__:
1921
1923
  type_hints = typing.get_type_hints(_typecheckingstub__65e1f25de7c3a0e391031082a65ee02865e1f85fe29f43a74bbc59866b95e50a)
1922
1924
  check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1923
- return typing.cast(StreamKey, jsii.invoke(self, "addStreamKey", [id]))
1925
+ return typing.cast("StreamKey", jsii.invoke(self, "addStreamKey", [id]))
1924
1926
 
1925
1927
  @jsii.python.classproperty
1926
1928
  @jsii.member(jsii_name="PROPERTY_INJECTION_ID")
@@ -2049,7 +2051,7 @@ def _typecheckingstub__84f7bfe030fdaeee83dd169a4320aa71fb0e576e76fac8a6fb5e799d6
2049
2051
  scope: _constructs_77d1e7e8.Construct,
2050
2052
  id: builtins.str,
2051
2053
  *,
2052
- bucket: _aws_cdk_aws_s3_ceddda9d.IBucketRef,
2054
+ bucket: _aws_cdk_interfaces_aws_s3_ceddda9d.IBucketRef,
2053
2055
  recording_configuration_name: typing.Optional[builtins.str] = None,
2054
2056
  recording_reconnect_window: typing.Optional[_aws_cdk_ceddda9d.Duration] = None,
2055
2057
  rendition_configuration: typing.Optional[RenditionConfiguration] = None,
@@ -2076,7 +2078,7 @@ def _typecheckingstub__9c05eebd5485c91c16b38e6bf9c1d896abb2eee019bb8f0da1ec7fa25
2076
2078
 
2077
2079
  def _typecheckingstub__21d80b5a61c717610ae7eec3eb729c41345980329354b0189415aab6624a4259(
2078
2080
  *,
2079
- bucket: _aws_cdk_aws_s3_ceddda9d.IBucketRef,
2081
+ bucket: _aws_cdk_interfaces_aws_s3_ceddda9d.IBucketRef,
2080
2082
  recording_configuration_name: typing.Optional[builtins.str] = None,
2081
2083
  recording_reconnect_window: typing.Optional[_aws_cdk_ceddda9d.Duration] = None,
2082
2084
  rendition_configuration: typing.Optional[RenditionConfiguration] = None,
@@ -33,9 +33,9 @@ import constructs._jsii
33
33
 
34
34
  __jsii_assembly__ = jsii.JSIIAssembly.load(
35
35
  "@aws-cdk/aws-ivs-alpha",
36
- "2.223.0-alpha.0",
36
+ "2.234.1-alpha.0",
37
37
  __name__[0:-6],
38
- "aws-ivs-alpha@2.223.0-alpha.0.jsii.tgz",
38
+ "aws-ivs-alpha@2.234.1-alpha.0.jsii.tgz",
39
39
  )
40
40
 
41
41
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aws-cdk.aws-ivs-alpha
3
- Version: 2.223.0a0
3
+ Version: 2.234.1a0
4
4
  Summary: The CDK Construct Library for AWS::IVS
5
5
  Home-page: https://github.com/aws/aws-cdk
6
6
  Author: Amazon Web Services
@@ -22,11 +22,11 @@ Requires-Python: ~=3.9
22
22
  Description-Content-Type: text/markdown
23
23
  License-File: LICENSE
24
24
  License-File: NOTICE
25
- Requires-Dist: aws-cdk-lib<3.0.0,>=2.223.0
25
+ Requires-Dist: aws-cdk-lib<3.0.0,>=2.234.1
26
26
  Requires-Dist: constructs<11.0.0,>=10.0.0
27
- Requires-Dist: jsii<2.0.0,>=1.118.0
27
+ Requires-Dist: jsii<2.0.0,>=1.125.0
28
28
  Requires-Dist: publication>=0.0.3
29
- Requires-Dist: typeguard<4.3.0,>=2.13.3
29
+ Requires-Dist: typeguard==2.13.3
30
30
 
31
31
  # AWS::IVS Construct Library
32
32
 
@@ -12,4 +12,4 @@ src/aws_cdk.aws_ivs_alpha.egg-info/top_level.txt
12
12
  src/aws_cdk/aws_ivs_alpha/__init__.py
13
13
  src/aws_cdk/aws_ivs_alpha/py.typed
14
14
  src/aws_cdk/aws_ivs_alpha/_jsii/__init__.py
15
- src/aws_cdk/aws_ivs_alpha/_jsii/aws-ivs-alpha@2.223.0-alpha.0.jsii.tgz
15
+ src/aws_cdk/aws_ivs_alpha/_jsii/aws-ivs-alpha@2.234.1-alpha.0.jsii.tgz
@@ -0,0 +1,5 @@
1
+ aws-cdk-lib<3.0.0,>=2.234.1
2
+ constructs<11.0.0,>=10.0.0
3
+ jsii<2.0.0,>=1.125.0
4
+ publication>=0.0.3
5
+ typeguard==2.13.3
@@ -1,2 +0,0 @@
1
- AWS Cloud Development Kit (AWS CDK)
2
- Copyright 2018-2025 Amazon.com, Inc. or its affiliates. All Rights Reserved.
@@ -1,5 +0,0 @@
1
- aws-cdk-lib<3.0.0,>=2.223.0
2
- constructs<11.0.0,>=10.0.0
3
- jsii<2.0.0,>=1.118.0
4
- publication>=0.0.3
5
- typeguard<4.3.0,>=2.13.3