types-boto3-medialive 1.40.29__py3-none-any.whl → 1.40.35__py3-none-any.whl

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.
@@ -12,8 +12,8 @@ def print_info() -> None:
12
12
  Print package info to stdout.
13
13
  """
14
14
  sys.stdout.write(
15
- "Type annotations for boto3 MediaLive 1.40.29\n"
16
- "Version: 1.40.29\n"
15
+ "Type annotations for boto3 MediaLive 1.40.35\n"
16
+ "Version: 1.40.35\n"
17
17
  "Builder version: 8.11.0\n"
18
18
  "Docs: https://youtype.github.io/types_boto3_docs/types_boto3_medialive//\n"
19
19
  "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/medialive.html#medialive\n"
@@ -26,7 +26,7 @@ def print_version() -> None:
26
26
  """
27
27
  Print package version to stdout.
28
28
  """
29
- sys.stdout.write("1.40.29\n")
29
+ sys.stdout.write("1.40.35\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -170,6 +170,7 @@ __all__ = (
170
170
  "H265ColorMetadataType",
171
171
  "H265DeblockingType",
172
172
  "H265FlickerAqType",
173
+ "H265GopBReferenceType",
173
174
  "H265GopSizeUnitsType",
174
175
  "H265LevelType",
175
176
  "H265LookAheadRateControlType",
@@ -179,6 +180,7 @@ __all__ = (
179
180
  "H265RateControlModeType",
180
181
  "H265ScanTypeType",
181
182
  "H265SceneChangeDetectType",
183
+ "H265SubGopLengthType",
182
184
  "H265TierType",
183
185
  "H265TilePaddingType",
184
186
  "H265TimecodeInsertionBehaviorType",
@@ -720,6 +722,7 @@ H265AlternativeTransferFunctionType = Literal["INSERT", "OMIT"]
720
722
  H265ColorMetadataType = Literal["IGNORE", "INSERT"]
721
723
  H265DeblockingType = Literal["DISABLED", "ENABLED"]
722
724
  H265FlickerAqType = Literal["DISABLED", "ENABLED"]
725
+ H265GopBReferenceType = Literal["DISABLED", "ENABLED"]
723
726
  H265GopSizeUnitsType = Literal["FRAMES", "SECONDS"]
724
727
  H265LevelType = Literal[
725
728
  "H265_LEVEL_1",
@@ -744,6 +747,7 @@ H265ProfileType = Literal["MAIN", "MAIN_10BIT"]
744
747
  H265RateControlModeType = Literal["CBR", "MULTIPLEX", "QVBR"]
745
748
  H265ScanTypeType = Literal["INTERLACED", "PROGRESSIVE"]
746
749
  H265SceneChangeDetectType = Literal["DISABLED", "ENABLED"]
750
+ H265SubGopLengthType = Literal["DYNAMIC", "FIXED"]
747
751
  H265TierType = Literal["HIGH", "MAIN"]
748
752
  H265TilePaddingType = Literal["NONE", "PADDED"]
749
753
  H265TimecodeInsertionBehaviorType = Literal["DISABLED", "PIC_TIMING_SEI"]
@@ -1464,7 +1468,6 @@ ServiceName = Literal[
1464
1468
  "shield",
1465
1469
  "signer",
1466
1470
  "simspaceweaver",
1467
- "sms",
1468
1471
  "snow-device-management",
1469
1472
  "snowball",
1470
1473
  "sns",
@@ -169,6 +169,7 @@ __all__ = (
169
169
  "H265ColorMetadataType",
170
170
  "H265DeblockingType",
171
171
  "H265FlickerAqType",
172
+ "H265GopBReferenceType",
172
173
  "H265GopSizeUnitsType",
173
174
  "H265LevelType",
174
175
  "H265LookAheadRateControlType",
@@ -178,6 +179,7 @@ __all__ = (
178
179
  "H265RateControlModeType",
179
180
  "H265ScanTypeType",
180
181
  "H265SceneChangeDetectType",
182
+ "H265SubGopLengthType",
181
183
  "H265TierType",
182
184
  "H265TilePaddingType",
183
185
  "H265TimecodeInsertionBehaviorType",
@@ -718,6 +720,7 @@ H265AlternativeTransferFunctionType = Literal["INSERT", "OMIT"]
718
720
  H265ColorMetadataType = Literal["IGNORE", "INSERT"]
719
721
  H265DeblockingType = Literal["DISABLED", "ENABLED"]
720
722
  H265FlickerAqType = Literal["DISABLED", "ENABLED"]
723
+ H265GopBReferenceType = Literal["DISABLED", "ENABLED"]
721
724
  H265GopSizeUnitsType = Literal["FRAMES", "SECONDS"]
722
725
  H265LevelType = Literal[
723
726
  "H265_LEVEL_1",
@@ -742,6 +745,7 @@ H265ProfileType = Literal["MAIN", "MAIN_10BIT"]
742
745
  H265RateControlModeType = Literal["CBR", "MULTIPLEX", "QVBR"]
743
746
  H265ScanTypeType = Literal["INTERLACED", "PROGRESSIVE"]
744
747
  H265SceneChangeDetectType = Literal["DISABLED", "ENABLED"]
748
+ H265SubGopLengthType = Literal["DYNAMIC", "FIXED"]
745
749
  H265TierType = Literal["HIGH", "MAIN"]
746
750
  H265TilePaddingType = Literal["NONE", "PADDED"]
747
751
  H265TimecodeInsertionBehaviorType = Literal["DISABLED", "PIC_TIMING_SEI"]
@@ -1462,7 +1466,6 @@ ServiceName = Literal[
1462
1466
  "shield",
1463
1467
  "signer",
1464
1468
  "simspaceweaver",
1465
- "sms",
1466
1469
  "snow-device-management",
1467
1470
  "snowball",
1468
1471
  "sns",
@@ -156,6 +156,7 @@ from .literals import (
156
156
  H265ColorMetadataType,
157
157
  H265DeblockingType,
158
158
  H265FlickerAqType,
159
+ H265GopBReferenceType,
159
160
  H265GopSizeUnitsType,
160
161
  H265LevelType,
161
162
  H265LookAheadRateControlType,
@@ -165,6 +166,7 @@ from .literals import (
165
166
  H265RateControlModeType,
166
167
  H265ScanTypeType,
167
168
  H265SceneChangeDetectType,
169
+ H265SubGopLengthType,
168
170
  H265TierType,
169
171
  H265TilePaddingType,
170
172
  H265TimecodeInsertionBehaviorType,
@@ -4304,6 +4306,7 @@ class Av1SettingsOutputTypeDef(TypedDict):
4304
4306
  TimecodeBurninSettings: NotRequired[TimecodeBurninSettingsTypeDef]
4305
4307
  Bitrate: NotRequired[int]
4306
4308
  RateControlMode: NotRequired[Av1RateControlModeType]
4309
+ MinBitrate: NotRequired[int]
4307
4310
 
4308
4311
 
4309
4312
  class Av1SettingsTypeDef(TypedDict):
@@ -4326,6 +4329,7 @@ class Av1SettingsTypeDef(TypedDict):
4326
4329
  TimecodeBurninSettings: NotRequired[TimecodeBurninSettingsTypeDef]
4327
4330
  Bitrate: NotRequired[int]
4328
4331
  RateControlMode: NotRequired[Av1RateControlModeType]
4332
+ MinBitrate: NotRequired[int]
4329
4333
 
4330
4334
 
4331
4335
  class AvailConfigurationTypeDef(TypedDict):
@@ -4578,6 +4582,7 @@ class H264SettingsOutputTypeDef(TypedDict):
4578
4582
  TimecodeInsertion: NotRequired[H264TimecodeInsertionBehaviorType]
4579
4583
  TimecodeBurninSettings: NotRequired[TimecodeBurninSettingsTypeDef]
4580
4584
  MinQp: NotRequired[int]
4585
+ MinBitrate: NotRequired[int]
4581
4586
 
4582
4587
 
4583
4588
  class H264SettingsTypeDef(TypedDict):
@@ -4624,6 +4629,7 @@ class H264SettingsTypeDef(TypedDict):
4624
4629
  TimecodeInsertion: NotRequired[H264TimecodeInsertionBehaviorType]
4625
4630
  TimecodeBurninSettings: NotRequired[TimecodeBurninSettingsTypeDef]
4626
4631
  MinQp: NotRequired[int]
4632
+ MinBitrate: NotRequired[int]
4627
4633
 
4628
4634
 
4629
4635
  class H265SettingsOutputTypeDef(TypedDict):
@@ -4665,6 +4671,10 @@ class H265SettingsOutputTypeDef(TypedDict):
4665
4671
  TreeblockSize: NotRequired[H265TreeblockSizeType]
4666
4672
  MinQp: NotRequired[int]
4667
4673
  Deblocking: NotRequired[H265DeblockingType]
4674
+ GopBReference: NotRequired[H265GopBReferenceType]
4675
+ GopNumBFrames: NotRequired[int]
4676
+ MinBitrate: NotRequired[int]
4677
+ SubgopLength: NotRequired[H265SubGopLengthType]
4668
4678
 
4669
4679
 
4670
4680
  class H265SettingsTypeDef(TypedDict):
@@ -4706,6 +4716,10 @@ class H265SettingsTypeDef(TypedDict):
4706
4716
  TreeblockSize: NotRequired[H265TreeblockSizeType]
4707
4717
  MinQp: NotRequired[int]
4708
4718
  Deblocking: NotRequired[H265DeblockingType]
4719
+ GopBReference: NotRequired[H265GopBReferenceType]
4720
+ GopNumBFrames: NotRequired[int]
4721
+ MinBitrate: NotRequired[int]
4722
+ SubgopLength: NotRequired[H265SubGopLengthType]
4709
4723
 
4710
4724
 
4711
4725
  class Mpeg2SettingsTypeDef(TypedDict):
@@ -156,6 +156,7 @@ from .literals import (
156
156
  H265ColorMetadataType,
157
157
  H265DeblockingType,
158
158
  H265FlickerAqType,
159
+ H265GopBReferenceType,
159
160
  H265GopSizeUnitsType,
160
161
  H265LevelType,
161
162
  H265LookAheadRateControlType,
@@ -165,6 +166,7 @@ from .literals import (
165
166
  H265RateControlModeType,
166
167
  H265ScanTypeType,
167
168
  H265SceneChangeDetectType,
169
+ H265SubGopLengthType,
168
170
  H265TierType,
169
171
  H265TilePaddingType,
170
172
  H265TimecodeInsertionBehaviorType,
@@ -3832,6 +3834,7 @@ class Av1SettingsOutputTypeDef(TypedDict):
3832
3834
  TimecodeBurninSettings: NotRequired[TimecodeBurninSettingsTypeDef]
3833
3835
  Bitrate: NotRequired[int]
3834
3836
  RateControlMode: NotRequired[Av1RateControlModeType]
3837
+ MinBitrate: NotRequired[int]
3835
3838
 
3836
3839
  class Av1SettingsTypeDef(TypedDict):
3837
3840
  FramerateDenominator: int
@@ -3853,6 +3856,7 @@ class Av1SettingsTypeDef(TypedDict):
3853
3856
  TimecodeBurninSettings: NotRequired[TimecodeBurninSettingsTypeDef]
3854
3857
  Bitrate: NotRequired[int]
3855
3858
  RateControlMode: NotRequired[Av1RateControlModeType]
3859
+ MinBitrate: NotRequired[int]
3856
3860
 
3857
3861
  class AvailConfigurationTypeDef(TypedDict):
3858
3862
  AvailSettings: NotRequired[AvailSettingsTypeDef]
@@ -4075,6 +4079,7 @@ class H264SettingsOutputTypeDef(TypedDict):
4075
4079
  TimecodeInsertion: NotRequired[H264TimecodeInsertionBehaviorType]
4076
4080
  TimecodeBurninSettings: NotRequired[TimecodeBurninSettingsTypeDef]
4077
4081
  MinQp: NotRequired[int]
4082
+ MinBitrate: NotRequired[int]
4078
4083
 
4079
4084
  class H264SettingsTypeDef(TypedDict):
4080
4085
  AdaptiveQuantization: NotRequired[H264AdaptiveQuantizationType]
@@ -4120,6 +4125,7 @@ class H264SettingsTypeDef(TypedDict):
4120
4125
  TimecodeInsertion: NotRequired[H264TimecodeInsertionBehaviorType]
4121
4126
  TimecodeBurninSettings: NotRequired[TimecodeBurninSettingsTypeDef]
4122
4127
  MinQp: NotRequired[int]
4128
+ MinBitrate: NotRequired[int]
4123
4129
 
4124
4130
  class H265SettingsOutputTypeDef(TypedDict):
4125
4131
  FramerateDenominator: int
@@ -4160,6 +4166,10 @@ class H265SettingsOutputTypeDef(TypedDict):
4160
4166
  TreeblockSize: NotRequired[H265TreeblockSizeType]
4161
4167
  MinQp: NotRequired[int]
4162
4168
  Deblocking: NotRequired[H265DeblockingType]
4169
+ GopBReference: NotRequired[H265GopBReferenceType]
4170
+ GopNumBFrames: NotRequired[int]
4171
+ MinBitrate: NotRequired[int]
4172
+ SubgopLength: NotRequired[H265SubGopLengthType]
4163
4173
 
4164
4174
  class H265SettingsTypeDef(TypedDict):
4165
4175
  FramerateDenominator: int
@@ -4200,6 +4210,10 @@ class H265SettingsTypeDef(TypedDict):
4200
4210
  TreeblockSize: NotRequired[H265TreeblockSizeType]
4201
4211
  MinQp: NotRequired[int]
4202
4212
  Deblocking: NotRequired[H265DeblockingType]
4213
+ GopBReference: NotRequired[H265GopBReferenceType]
4214
+ GopNumBFrames: NotRequired[int]
4215
+ MinBitrate: NotRequired[int]
4216
+ SubgopLength: NotRequired[H265SubGopLengthType]
4203
4217
 
4204
4218
  class Mpeg2SettingsTypeDef(TypedDict):
4205
4219
  FramerateDenominator: int
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.40.29"
7
+ __version__ = "1.40.35"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3-medialive
3
- Version: 1.40.29
4
- Summary: Type annotations for boto3 MediaLive 1.40.29 service generated with mypy-boto3-builder 8.11.0
3
+ Version: 1.40.35
4
+ Summary: Type annotations for boto3 MediaLive 1.40.35 service generated with mypy-boto3-builder 8.11.0
5
5
  Home-page: https://github.com/youtype/mypy_boto3_builder
6
6
  Author: Vlad Emelianov
7
7
  Author-email: vlad.emelianov.nz@gmail.com
@@ -56,7 +56,7 @@ Dynamic: summary
56
56
 
57
57
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
58
 
59
- Type annotations for [boto3 MediaLive 1.40.29](https://pypi.org/project/boto3/)
59
+ Type annotations for [boto3 MediaLive 1.40.35](https://pypi.org/project/boto3/)
60
60
  compatible with [VSCode](https://code.visualstudio.com/),
61
61
  [PyCharm](https://www.jetbrains.com/pycharm/),
62
62
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
119
119
  isolation.
120
120
 
121
121
  1. Run mypy-boto3-builder in your package root directory:
122
- `uvx --with 'boto3==1.40.29' mypy-boto3-builder`
122
+ `uvx --with 'boto3==1.40.35' mypy-boto3-builder`
123
123
  2. Select `boto3` AWS SDK.
124
124
  3. Add `MediaLive` service.
125
125
  4. Use provided commands to install generated packages.
@@ -1,20 +1,20 @@
1
1
  types_boto3_medialive/__init__.py,sha256=O8z4BCW20d8oS1sP9r3K5Vd9YET1hOEZP6UimRmp9Xw,9246
2
2
  types_boto3_medialive/__init__.pyi,sha256=woytB_2JCqZYwiEoPU6RVtNACohmXUlZPWMJZjg5tCk,9245
3
- types_boto3_medialive/__main__.py,sha256=ngWPuXGjX83dRHdeLs8-enKs_RNtFOhqDuj-aXVu8ic,993
3
+ types_boto3_medialive/__main__.py,sha256=E3yH97urm_Bk1C6B-iHGijooh2ymI6NIA2_lNi0mcas,993
4
4
  types_boto3_medialive/client.py,sha256=WvfJV56JrL45_Z_RV6KtvxIvRKfXqOkYy9vXehSnMFo,96925
5
5
  types_boto3_medialive/client.pyi,sha256=eZWGKI3vmBcY7c3btjYX7tTtm9W1rkVKNZ9jy_CggOs,96922
6
- types_boto3_medialive/literals.py,sha256=7oC7HdQ0X5jR5ThY0zPXpPPMfq9LOCNAV1Q-uT0M2x4,52759
7
- types_boto3_medialive/literals.pyi,sha256=raJVMJ8la-hIQlbLOKygKHSRA80zej7Eq15kiBRiYdM,52757
6
+ types_boto3_medialive/literals.py,sha256=fJBnrgm8Aem8Jatov1gfxsEQGI_Syz3BXjt1kbzszkQ,52911
7
+ types_boto3_medialive/literals.pyi,sha256=94ATfgzmdj7XcMOQGL3KYc0JAScbwljkbQb5grkgYys,52909
8
8
  types_boto3_medialive/paginator.py,sha256=7Zw5m_EOQvMI27bZ6a0cgBv8cWa_-5IMlYyy0UILwEw,29618
9
9
  types_boto3_medialive/paginator.pyi,sha256=4pQIMSX4HqSdd8JAy20Nk5AYOu6kCQ2dKcn4rBbsOGk,29557
10
10
  types_boto3_medialive/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- types_boto3_medialive/type_defs.py,sha256=bGVJs-G1eGwyUEZsCni4TGx4WacXTRYrrI-9DeOh7ls,205603
12
- types_boto3_medialive/type_defs.pyi,sha256=sn4Gpw4pIfE7AATJKTktFw3YnPzjH5fiieVmybY2j3E,204972
13
- types_boto3_medialive/version.py,sha256=E4KNTEUYwlsDNuQd4tzCulZjnP8aqFwpR7wypr-9rH4,93
11
+ types_boto3_medialive/type_defs.py,sha256=2S0TrVjz_Rsz9QamwQJxbQZGMU4eBXRRsk3qg-_r6r8,206138
12
+ types_boto3_medialive/type_defs.pyi,sha256=hMKKny3bI3xpjGjEJHfKHGimBLOqtPhKdynBAr523vs,205507
13
+ types_boto3_medialive/version.py,sha256=r64oU_Tf7CBL_nulBFgh4EM9io8iGShYDu8hLnv8Qvo,93
14
14
  types_boto3_medialive/waiter.py,sha256=QcGR2lxcXrx6MqN32xtv3fQegxEgv9qZ5UUBA03N2qE,24281
15
15
  types_boto3_medialive/waiter.pyi,sha256=bC4PsWq4om-y5VJim-inhJF1ezVeYJ9pR8RisgKBBn0,24236
16
- types_boto3_medialive-1.40.29.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
- types_boto3_medialive-1.40.29.dist-info/METADATA,sha256=zIKGG0WfdiS--wdwHC46qUTr0kL1yPQuToOICP4W4FY,21102
18
- types_boto3_medialive-1.40.29.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
- types_boto3_medialive-1.40.29.dist-info/top_level.txt,sha256=ObnwlKE8EUI6nh64SLkLF3YrioCtul-5VbXe2USlsFg,22
20
- types_boto3_medialive-1.40.29.dist-info/RECORD,,
16
+ types_boto3_medialive-1.40.35.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
+ types_boto3_medialive-1.40.35.dist-info/METADATA,sha256=PFp_n7gQBQ9eD9ErhdavtuvaCmWIAlryQSku6oY-3cE,21102
18
+ types_boto3_medialive-1.40.35.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
+ types_boto3_medialive-1.40.35.dist-info/top_level.txt,sha256=ObnwlKE8EUI6nh64SLkLF3YrioCtul-5VbXe2USlsFg,22
20
+ types_boto3_medialive-1.40.35.dist-info/RECORD,,