mypy-boto3-medialive 1.40.29__tar.gz → 1.40.45__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.
Files changed (26) hide show
  1. {mypy_boto3_medialive-1.40.29 → mypy_boto3_medialive-1.40.45}/PKG-INFO +4 -4
  2. {mypy_boto3_medialive-1.40.29 → mypy_boto3_medialive-1.40.45}/README.md +2 -2
  3. {mypy_boto3_medialive-1.40.29 → mypy_boto3_medialive-1.40.45}/mypy_boto3_medialive/__main__.py +3 -3
  4. {mypy_boto3_medialive-1.40.29 → mypy_boto3_medialive-1.40.45}/mypy_boto3_medialive/literals.py +4 -1
  5. {mypy_boto3_medialive-1.40.29 → mypy_boto3_medialive-1.40.45}/mypy_boto3_medialive/literals.pyi +4 -1
  6. {mypy_boto3_medialive-1.40.29 → mypy_boto3_medialive-1.40.45}/mypy_boto3_medialive/type_defs.py +32 -0
  7. {mypy_boto3_medialive-1.40.29 → mypy_boto3_medialive-1.40.45}/mypy_boto3_medialive/type_defs.pyi +32 -0
  8. {mypy_boto3_medialive-1.40.29 → mypy_boto3_medialive-1.40.45}/mypy_boto3_medialive/version.py +1 -1
  9. {mypy_boto3_medialive-1.40.29 → mypy_boto3_medialive-1.40.45}/mypy_boto3_medialive.egg-info/PKG-INFO +4 -4
  10. {mypy_boto3_medialive-1.40.29 → mypy_boto3_medialive-1.40.45}/setup.py +2 -2
  11. {mypy_boto3_medialive-1.40.29 → mypy_boto3_medialive-1.40.45}/LICENSE +0 -0
  12. {mypy_boto3_medialive-1.40.29 → mypy_boto3_medialive-1.40.45}/mypy_boto3_medialive/__init__.py +0 -0
  13. {mypy_boto3_medialive-1.40.29 → mypy_boto3_medialive-1.40.45}/mypy_boto3_medialive/__init__.pyi +0 -0
  14. {mypy_boto3_medialive-1.40.29 → mypy_boto3_medialive-1.40.45}/mypy_boto3_medialive/client.py +0 -0
  15. {mypy_boto3_medialive-1.40.29 → mypy_boto3_medialive-1.40.45}/mypy_boto3_medialive/client.pyi +0 -0
  16. {mypy_boto3_medialive-1.40.29 → mypy_boto3_medialive-1.40.45}/mypy_boto3_medialive/paginator.py +0 -0
  17. {mypy_boto3_medialive-1.40.29 → mypy_boto3_medialive-1.40.45}/mypy_boto3_medialive/paginator.pyi +0 -0
  18. {mypy_boto3_medialive-1.40.29 → mypy_boto3_medialive-1.40.45}/mypy_boto3_medialive/py.typed +0 -0
  19. {mypy_boto3_medialive-1.40.29 → mypy_boto3_medialive-1.40.45}/mypy_boto3_medialive/waiter.py +0 -0
  20. {mypy_boto3_medialive-1.40.29 → mypy_boto3_medialive-1.40.45}/mypy_boto3_medialive/waiter.pyi +0 -0
  21. {mypy_boto3_medialive-1.40.29 → mypy_boto3_medialive-1.40.45}/mypy_boto3_medialive.egg-info/SOURCES.txt +0 -0
  22. {mypy_boto3_medialive-1.40.29 → mypy_boto3_medialive-1.40.45}/mypy_boto3_medialive.egg-info/dependency_links.txt +0 -0
  23. {mypy_boto3_medialive-1.40.29 → mypy_boto3_medialive-1.40.45}/mypy_boto3_medialive.egg-info/not-zip-safe +0 -0
  24. {mypy_boto3_medialive-1.40.29 → mypy_boto3_medialive-1.40.45}/mypy_boto3_medialive.egg-info/requires.txt +0 -0
  25. {mypy_boto3_medialive-1.40.29 → mypy_boto3_medialive-1.40.45}/mypy_boto3_medialive.egg-info/top_level.txt +0 -0
  26. {mypy_boto3_medialive-1.40.29 → mypy_boto3_medialive-1.40.45}/setup.cfg +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mypy-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.45
4
+ Summary: Type annotations for boto3 MediaLive 1.40.45 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.45](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.45' mypy-boto3-builder`
123
123
  2. Select `boto3-stubs` AWS SDK.
124
124
  3. Add `MediaLive` service.
125
125
  4. Use provided commands to install generated packages.
@@ -9,7 +9,7 @@
9
9
 
10
10
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
- Type annotations for [boto3 MediaLive 1.40.29](https://pypi.org/project/boto3/)
12
+ Type annotations for [boto3 MediaLive 1.40.45](https://pypi.org/project/boto3/)
13
13
  compatible with [VSCode](https://code.visualstudio.com/),
14
14
  [PyCharm](https://www.jetbrains.com/pycharm/),
15
15
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -72,7 +72,7 @@ You can generate type annotations for `boto3` package locally with
72
72
  isolation.
73
73
 
74
74
  1. Run mypy-boto3-builder in your package root directory:
75
- `uvx --with 'boto3==1.40.29' mypy-boto3-builder`
75
+ `uvx --with 'boto3==1.40.45' mypy-boto3-builder`
76
76
  2. Select `boto3-stubs` AWS SDK.
77
77
  3. Add `MediaLive` service.
78
78
  4. Use provided commands to install generated packages.
@@ -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.45\n"
16
+ "Version: 1.40.45\n"
17
17
  "Builder version: 8.11.0\n"
18
18
  "Docs: https://youtype.github.io/boto3_stubs_docs/mypy_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.45\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,
@@ -3109,10 +3111,28 @@ class UpdateEventBridgeRuleTemplateGroupResponseTypeDef(TypedDict):
3109
3111
 
3110
3112
  class MediaPackageV2GroupSettingsOutputTypeDef(TypedDict):
3111
3113
  CaptionLanguageMappings: NotRequired[List[CaptionLanguageMappingTypeDef]]
3114
+ Id3Behavior: NotRequired[CmafId3BehaviorType]
3115
+ KlvBehavior: NotRequired[CmafKLVBehaviorType]
3116
+ NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
3117
+ Scte35Type: NotRequired[Scte35TypeType]
3118
+ SegmentLength: NotRequired[int]
3119
+ SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
3120
+ TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
3121
+ TimedMetadataId3Period: NotRequired[int]
3122
+ TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
3112
3123
 
3113
3124
 
3114
3125
  class MediaPackageV2GroupSettingsTypeDef(TypedDict):
3115
3126
  CaptionLanguageMappings: NotRequired[Sequence[CaptionLanguageMappingTypeDef]]
3127
+ Id3Behavior: NotRequired[CmafId3BehaviorType]
3128
+ KlvBehavior: NotRequired[CmafKLVBehaviorType]
3129
+ NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
3130
+ Scte35Type: NotRequired[Scte35TypeType]
3131
+ SegmentLength: NotRequired[int]
3132
+ SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
3133
+ TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
3134
+ TimedMetadataId3Period: NotRequired[int]
3135
+ TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
3116
3136
 
3117
3137
 
3118
3138
  class TeletextSourceSettingsTypeDef(TypedDict):
@@ -4304,6 +4324,7 @@ class Av1SettingsOutputTypeDef(TypedDict):
4304
4324
  TimecodeBurninSettings: NotRequired[TimecodeBurninSettingsTypeDef]
4305
4325
  Bitrate: NotRequired[int]
4306
4326
  RateControlMode: NotRequired[Av1RateControlModeType]
4327
+ MinBitrate: NotRequired[int]
4307
4328
 
4308
4329
 
4309
4330
  class Av1SettingsTypeDef(TypedDict):
@@ -4326,6 +4347,7 @@ class Av1SettingsTypeDef(TypedDict):
4326
4347
  TimecodeBurninSettings: NotRequired[TimecodeBurninSettingsTypeDef]
4327
4348
  Bitrate: NotRequired[int]
4328
4349
  RateControlMode: NotRequired[Av1RateControlModeType]
4350
+ MinBitrate: NotRequired[int]
4329
4351
 
4330
4352
 
4331
4353
  class AvailConfigurationTypeDef(TypedDict):
@@ -4578,6 +4600,7 @@ class H264SettingsOutputTypeDef(TypedDict):
4578
4600
  TimecodeInsertion: NotRequired[H264TimecodeInsertionBehaviorType]
4579
4601
  TimecodeBurninSettings: NotRequired[TimecodeBurninSettingsTypeDef]
4580
4602
  MinQp: NotRequired[int]
4603
+ MinBitrate: NotRequired[int]
4581
4604
 
4582
4605
 
4583
4606
  class H264SettingsTypeDef(TypedDict):
@@ -4624,6 +4647,7 @@ class H264SettingsTypeDef(TypedDict):
4624
4647
  TimecodeInsertion: NotRequired[H264TimecodeInsertionBehaviorType]
4625
4648
  TimecodeBurninSettings: NotRequired[TimecodeBurninSettingsTypeDef]
4626
4649
  MinQp: NotRequired[int]
4650
+ MinBitrate: NotRequired[int]
4627
4651
 
4628
4652
 
4629
4653
  class H265SettingsOutputTypeDef(TypedDict):
@@ -4665,6 +4689,10 @@ class H265SettingsOutputTypeDef(TypedDict):
4665
4689
  TreeblockSize: NotRequired[H265TreeblockSizeType]
4666
4690
  MinQp: NotRequired[int]
4667
4691
  Deblocking: NotRequired[H265DeblockingType]
4692
+ GopBReference: NotRequired[H265GopBReferenceType]
4693
+ GopNumBFrames: NotRequired[int]
4694
+ MinBitrate: NotRequired[int]
4695
+ SubgopLength: NotRequired[H265SubGopLengthType]
4668
4696
 
4669
4697
 
4670
4698
  class H265SettingsTypeDef(TypedDict):
@@ -4706,6 +4734,10 @@ class H265SettingsTypeDef(TypedDict):
4706
4734
  TreeblockSize: NotRequired[H265TreeblockSizeType]
4707
4735
  MinQp: NotRequired[int]
4708
4736
  Deblocking: NotRequired[H265DeblockingType]
4737
+ GopBReference: NotRequired[H265GopBReferenceType]
4738
+ GopNumBFrames: NotRequired[int]
4739
+ MinBitrate: NotRequired[int]
4740
+ SubgopLength: NotRequired[H265SubGopLengthType]
4709
4741
 
4710
4742
 
4711
4743
  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,
@@ -2789,9 +2791,27 @@ class UpdateEventBridgeRuleTemplateGroupResponseTypeDef(TypedDict):
2789
2791
 
2790
2792
  class MediaPackageV2GroupSettingsOutputTypeDef(TypedDict):
2791
2793
  CaptionLanguageMappings: NotRequired[List[CaptionLanguageMappingTypeDef]]
2794
+ Id3Behavior: NotRequired[CmafId3BehaviorType]
2795
+ KlvBehavior: NotRequired[CmafKLVBehaviorType]
2796
+ NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
2797
+ Scte35Type: NotRequired[Scte35TypeType]
2798
+ SegmentLength: NotRequired[int]
2799
+ SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
2800
+ TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
2801
+ TimedMetadataId3Period: NotRequired[int]
2802
+ TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
2792
2803
 
2793
2804
  class MediaPackageV2GroupSettingsTypeDef(TypedDict):
2794
2805
  CaptionLanguageMappings: NotRequired[Sequence[CaptionLanguageMappingTypeDef]]
2806
+ Id3Behavior: NotRequired[CmafId3BehaviorType]
2807
+ KlvBehavior: NotRequired[CmafKLVBehaviorType]
2808
+ NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
2809
+ Scte35Type: NotRequired[Scte35TypeType]
2810
+ SegmentLength: NotRequired[int]
2811
+ SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
2812
+ TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
2813
+ TimedMetadataId3Period: NotRequired[int]
2814
+ TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
2795
2815
 
2796
2816
  class TeletextSourceSettingsTypeDef(TypedDict):
2797
2817
  OutputRectangle: NotRequired[CaptionRectangleTypeDef]
@@ -3832,6 +3852,7 @@ class Av1SettingsOutputTypeDef(TypedDict):
3832
3852
  TimecodeBurninSettings: NotRequired[TimecodeBurninSettingsTypeDef]
3833
3853
  Bitrate: NotRequired[int]
3834
3854
  RateControlMode: NotRequired[Av1RateControlModeType]
3855
+ MinBitrate: NotRequired[int]
3835
3856
 
3836
3857
  class Av1SettingsTypeDef(TypedDict):
3837
3858
  FramerateDenominator: int
@@ -3853,6 +3874,7 @@ class Av1SettingsTypeDef(TypedDict):
3853
3874
  TimecodeBurninSettings: NotRequired[TimecodeBurninSettingsTypeDef]
3854
3875
  Bitrate: NotRequired[int]
3855
3876
  RateControlMode: NotRequired[Av1RateControlModeType]
3877
+ MinBitrate: NotRequired[int]
3856
3878
 
3857
3879
  class AvailConfigurationTypeDef(TypedDict):
3858
3880
  AvailSettings: NotRequired[AvailSettingsTypeDef]
@@ -4075,6 +4097,7 @@ class H264SettingsOutputTypeDef(TypedDict):
4075
4097
  TimecodeInsertion: NotRequired[H264TimecodeInsertionBehaviorType]
4076
4098
  TimecodeBurninSettings: NotRequired[TimecodeBurninSettingsTypeDef]
4077
4099
  MinQp: NotRequired[int]
4100
+ MinBitrate: NotRequired[int]
4078
4101
 
4079
4102
  class H264SettingsTypeDef(TypedDict):
4080
4103
  AdaptiveQuantization: NotRequired[H264AdaptiveQuantizationType]
@@ -4120,6 +4143,7 @@ class H264SettingsTypeDef(TypedDict):
4120
4143
  TimecodeInsertion: NotRequired[H264TimecodeInsertionBehaviorType]
4121
4144
  TimecodeBurninSettings: NotRequired[TimecodeBurninSettingsTypeDef]
4122
4145
  MinQp: NotRequired[int]
4146
+ MinBitrate: NotRequired[int]
4123
4147
 
4124
4148
  class H265SettingsOutputTypeDef(TypedDict):
4125
4149
  FramerateDenominator: int
@@ -4160,6 +4184,10 @@ class H265SettingsOutputTypeDef(TypedDict):
4160
4184
  TreeblockSize: NotRequired[H265TreeblockSizeType]
4161
4185
  MinQp: NotRequired[int]
4162
4186
  Deblocking: NotRequired[H265DeblockingType]
4187
+ GopBReference: NotRequired[H265GopBReferenceType]
4188
+ GopNumBFrames: NotRequired[int]
4189
+ MinBitrate: NotRequired[int]
4190
+ SubgopLength: NotRequired[H265SubGopLengthType]
4163
4191
 
4164
4192
  class H265SettingsTypeDef(TypedDict):
4165
4193
  FramerateDenominator: int
@@ -4200,6 +4228,10 @@ class H265SettingsTypeDef(TypedDict):
4200
4228
  TreeblockSize: NotRequired[H265TreeblockSizeType]
4201
4229
  MinQp: NotRequired[int]
4202
4230
  Deblocking: NotRequired[H265DeblockingType]
4231
+ GopBReference: NotRequired[H265GopBReferenceType]
4232
+ GopNumBFrames: NotRequired[int]
4233
+ MinBitrate: NotRequired[int]
4234
+ SubgopLength: NotRequired[H265SubGopLengthType]
4203
4235
 
4204
4236
  class Mpeg2SettingsTypeDef(TypedDict):
4205
4237
  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.45"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mypy-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.45
4
+ Summary: Type annotations for boto3 MediaLive 1.40.45 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.45](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.45' mypy-boto3-builder`
123
123
  2. Select `boto3-stubs` AWS SDK.
124
124
  3. Add `MediaLive` service.
125
125
  4. Use provided commands to install generated packages.
@@ -13,13 +13,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
13
13
 
14
14
  setup(
15
15
  name="mypy-boto3-medialive",
16
- version="1.40.29",
16
+ version="1.40.45",
17
17
  packages=["mypy_boto3_medialive"],
18
18
  url="https://github.com/youtype/mypy_boto3_builder",
19
19
  license="MIT License",
20
20
  author="Vlad Emelianov",
21
21
  author_email="vlad.emelianov.nz@gmail.com",
22
- description="Type annotations for boto3 MediaLive 1.40.29 service generated with mypy-boto3-builder 8.11.0",
22
+ description="Type annotations for boto3 MediaLive 1.40.45 service generated with mypy-boto3-builder 8.11.0",
23
23
  classifiers=[
24
24
  "Development Status :: 5 - Production/Stable",
25
25
  "Intended Audience :: Developers",