types-boto3-medialive 1.40.16__py3-none-any.whl → 1.40.29__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.16\n"
16
- "Version: 1.40.16\n"
15
+ "Type annotations for boto3 MediaLive 1.40.29\n"
16
+ "Version: 1.40.29\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.16\n")
29
+ sys.stdout.write("1.40.29\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -185,9 +185,11 @@ __all__ = (
185
185
  "H265TreeblockSizeType",
186
186
  "HlsAdMarkersType",
187
187
  "HlsAkamaiHttpTransferModeType",
188
+ "HlsAutoSelectType",
188
189
  "HlsCaptionLanguageSettingType",
189
190
  "HlsClientCacheType",
190
191
  "HlsCodecSpecificationType",
192
+ "HlsDefaultType",
191
193
  "HlsDirectoryStructureType",
192
194
  "HlsDiscontinuityTagsType",
193
195
  "HlsEncryptionTypeType",
@@ -748,9 +750,11 @@ H265TimecodeInsertionBehaviorType = Literal["DISABLED", "PIC_TIMING_SEI"]
748
750
  H265TreeblockSizeType = Literal["AUTO", "TREE_SIZE_32X32"]
749
751
  HlsAdMarkersType = Literal["ADOBE", "ELEMENTAL", "ELEMENTAL_SCTE35"]
750
752
  HlsAkamaiHttpTransferModeType = Literal["CHUNKED", "NON_CHUNKED"]
753
+ HlsAutoSelectType = Literal["NO", "OMIT", "YES"]
751
754
  HlsCaptionLanguageSettingType = Literal["INSERT", "NONE", "OMIT"]
752
755
  HlsClientCacheType = Literal["DISABLED", "ENABLED"]
753
756
  HlsCodecSpecificationType = Literal["RFC_4281", "RFC_6381"]
757
+ HlsDefaultType = Literal["NO", "OMIT", "YES"]
754
758
  HlsDirectoryStructureType = Literal["SINGLE_DIRECTORY", "SUBDIRECTORY_PER_STREAM"]
755
759
  HlsDiscontinuityTagsType = Literal["INSERT", "NEVER_INSERT"]
756
760
  HlsEncryptionTypeType = Literal["AES128", "SAMPLE_AES"]
@@ -1379,8 +1383,6 @@ ServiceName = Literal[
1379
1383
  "omics",
1380
1384
  "opensearch",
1381
1385
  "opensearchserverless",
1382
- "opsworks",
1383
- "opsworkscm",
1384
1386
  "organizations",
1385
1387
  "osis",
1386
1388
  "outposts",
@@ -1513,16 +1515,7 @@ ServiceName = Literal[
1513
1515
  "xray",
1514
1516
  ]
1515
1517
  ResourceServiceName = Literal[
1516
- "cloudformation",
1517
- "cloudwatch",
1518
- "dynamodb",
1519
- "ec2",
1520
- "glacier",
1521
- "iam",
1522
- "opsworks",
1523
- "s3",
1524
- "sns",
1525
- "sqs",
1518
+ "cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
1526
1519
  ]
1527
1520
  PaginatorName = Literal[
1528
1521
  "describe_schedule",
@@ -184,9 +184,11 @@ __all__ = (
184
184
  "H265TreeblockSizeType",
185
185
  "HlsAdMarkersType",
186
186
  "HlsAkamaiHttpTransferModeType",
187
+ "HlsAutoSelectType",
187
188
  "HlsCaptionLanguageSettingType",
188
189
  "HlsClientCacheType",
189
190
  "HlsCodecSpecificationType",
191
+ "HlsDefaultType",
190
192
  "HlsDirectoryStructureType",
191
193
  "HlsDiscontinuityTagsType",
192
194
  "HlsEncryptionTypeType",
@@ -746,9 +748,11 @@ H265TimecodeInsertionBehaviorType = Literal["DISABLED", "PIC_TIMING_SEI"]
746
748
  H265TreeblockSizeType = Literal["AUTO", "TREE_SIZE_32X32"]
747
749
  HlsAdMarkersType = Literal["ADOBE", "ELEMENTAL", "ELEMENTAL_SCTE35"]
748
750
  HlsAkamaiHttpTransferModeType = Literal["CHUNKED", "NON_CHUNKED"]
751
+ HlsAutoSelectType = Literal["NO", "OMIT", "YES"]
749
752
  HlsCaptionLanguageSettingType = Literal["INSERT", "NONE", "OMIT"]
750
753
  HlsClientCacheType = Literal["DISABLED", "ENABLED"]
751
754
  HlsCodecSpecificationType = Literal["RFC_4281", "RFC_6381"]
755
+ HlsDefaultType = Literal["NO", "OMIT", "YES"]
752
756
  HlsDirectoryStructureType = Literal["SINGLE_DIRECTORY", "SUBDIRECTORY_PER_STREAM"]
753
757
  HlsDiscontinuityTagsType = Literal["INSERT", "NEVER_INSERT"]
754
758
  HlsEncryptionTypeType = Literal["AES128", "SAMPLE_AES"]
@@ -1377,8 +1381,6 @@ ServiceName = Literal[
1377
1381
  "omics",
1378
1382
  "opensearch",
1379
1383
  "opensearchserverless",
1380
- "opsworks",
1381
- "opsworkscm",
1382
1384
  "organizations",
1383
1385
  "osis",
1384
1386
  "outposts",
@@ -1511,16 +1513,7 @@ ServiceName = Literal[
1511
1513
  "xray",
1512
1514
  ]
1513
1515
  ResourceServiceName = Literal[
1514
- "cloudformation",
1515
- "cloudwatch",
1516
- "dynamodb",
1517
- "ec2",
1518
- "glacier",
1519
- "iam",
1520
- "opsworks",
1521
- "s3",
1522
- "sns",
1523
- "sqs",
1516
+ "cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
1524
1517
  ]
1525
1518
  PaginatorName = Literal[
1526
1519
  "describe_schedule",
@@ -171,9 +171,11 @@ from .literals import (
171
171
  H265TreeblockSizeType,
172
172
  HlsAdMarkersType,
173
173
  HlsAkamaiHttpTransferModeType,
174
+ HlsAutoSelectType,
174
175
  HlsCaptionLanguageSettingType,
175
176
  HlsClientCacheType,
176
177
  HlsCodecSpecificationType,
178
+ HlsDefaultType,
177
179
  HlsDirectoryStructureType,
178
180
  HlsDiscontinuityTagsType,
179
181
  HlsEncryptionTypeType,
@@ -760,8 +762,13 @@ __all__ = (
760
762
  "MaintenanceUpdateSettingsTypeDef",
761
763
  "MediaConnectFlowRequestTypeDef",
762
764
  "MediaConnectFlowTypeDef",
765
+ "MediaPackageGroupSettingsOutputTypeDef",
763
766
  "MediaPackageGroupSettingsTypeDef",
764
767
  "MediaPackageOutputDestinationSettingsTypeDef",
768
+ "MediaPackageOutputSettingsTypeDef",
769
+ "MediaPackageV2DestinationSettingsTypeDef",
770
+ "MediaPackageV2GroupSettingsOutputTypeDef",
771
+ "MediaPackageV2GroupSettingsTypeDef",
765
772
  "MediaResourceNeighborTypeDef",
766
773
  "MediaResourceTypeDef",
767
774
  "MonitorDeploymentTypeDef",
@@ -2260,6 +2267,13 @@ class MediaPackageOutputDestinationSettingsTypeDef(TypedDict):
2260
2267
  ChannelName: NotRequired[str]
2261
2268
 
2262
2269
 
2270
+ class MediaPackageV2DestinationSettingsTypeDef(TypedDict):
2271
+ AudioGroupId: NotRequired[str]
2272
+ AudioRenditionSets: NotRequired[str]
2273
+ HlsAutoSelect: NotRequired[HlsAutoSelectType]
2274
+ HlsDefault: NotRequired[HlsDefaultType]
2275
+
2276
+
2263
2277
  class MediaResourceNeighborTypeDef(TypedDict):
2264
2278
  Arn: str
2265
2279
  Name: NotRequired[str]
@@ -2634,10 +2648,6 @@ class AdditionalDestinationsTypeDef(TypedDict):
2634
2648
  Destination: OutputLocationRefTypeDef
2635
2649
 
2636
2650
 
2637
- class MediaPackageGroupSettingsTypeDef(TypedDict):
2638
- Destination: OutputLocationRefTypeDef
2639
-
2640
-
2641
2651
  class MsSmoothGroupSettingsTypeDef(TypedDict):
2642
2652
  Destination: OutputLocationRefTypeDef
2643
2653
  AcquisitionPointId: NotRequired[str]
@@ -3097,6 +3107,14 @@ class UpdateEventBridgeRuleTemplateGroupResponseTypeDef(TypedDict):
3097
3107
  ResponseMetadata: ResponseMetadataTypeDef
3098
3108
 
3099
3109
 
3110
+ class MediaPackageV2GroupSettingsOutputTypeDef(TypedDict):
3111
+ CaptionLanguageMappings: NotRequired[List[CaptionLanguageMappingTypeDef]]
3112
+
3113
+
3114
+ class MediaPackageV2GroupSettingsTypeDef(TypedDict):
3115
+ CaptionLanguageMappings: NotRequired[Sequence[CaptionLanguageMappingTypeDef]]
3116
+
3117
+
3100
3118
  class TeletextSourceSettingsTypeDef(TypedDict):
3101
3119
  OutputRectangle: NotRequired[CaptionRectangleTypeDef]
3102
3120
  PageNumber: NotRequired[str]
@@ -3993,6 +4011,10 @@ class StandardHlsSettingsTypeDef(TypedDict):
3993
4011
  AudioRenditionSets: NotRequired[str]
3994
4012
 
3995
4013
 
4014
+ class MediaPackageOutputSettingsTypeDef(TypedDict):
4015
+ MediaPackageV2DestinationSettings: NotRequired[MediaPackageV2DestinationSettingsTypeDef]
4016
+
4017
+
3996
4018
  class MediaResourceTypeDef(TypedDict):
3997
4019
  Destinations: NotRequired[List[MediaResourceNeighborTypeDef]]
3998
4020
  Name: NotRequired[str]
@@ -4311,6 +4333,16 @@ class AvailConfigurationTypeDef(TypedDict):
4311
4333
  Scte35SegmentationScope: NotRequired[Scte35SegmentationScopeType]
4312
4334
 
4313
4335
 
4336
+ class MediaPackageGroupSettingsOutputTypeDef(TypedDict):
4337
+ Destination: OutputLocationRefTypeDef
4338
+ MediapackageV2GroupSettings: NotRequired[MediaPackageV2GroupSettingsOutputTypeDef]
4339
+
4340
+
4341
+ class MediaPackageGroupSettingsTypeDef(TypedDict):
4342
+ Destination: OutputLocationRefTypeDef
4343
+ MediapackageV2GroupSettings: NotRequired[MediaPackageV2GroupSettingsTypeDef]
4344
+
4345
+
4314
4346
  class CaptionSelectorSettingsOutputTypeDef(TypedDict):
4315
4347
  AncillarySourceSettings: NotRequired[AncillarySourceSettingsTypeDef]
4316
4348
  AribSourceSettings: NotRequired[Dict[str, Any]]
@@ -5388,7 +5420,7 @@ class OutputGroupSettingsOutputTypeDef(TypedDict):
5388
5420
  ArchiveGroupSettings: NotRequired[ArchiveGroupSettingsTypeDef]
5389
5421
  FrameCaptureGroupSettings: NotRequired[FrameCaptureGroupSettingsTypeDef]
5390
5422
  HlsGroupSettings: NotRequired[HlsGroupSettingsOutputTypeDef]
5391
- MediaPackageGroupSettings: NotRequired[MediaPackageGroupSettingsTypeDef]
5423
+ MediaPackageGroupSettings: NotRequired[MediaPackageGroupSettingsOutputTypeDef]
5392
5424
  MsSmoothGroupSettings: NotRequired[MsSmoothGroupSettingsTypeDef]
5393
5425
  MultiplexGroupSettings: NotRequired[Dict[str, Any]]
5394
5426
  RtmpGroupSettings: NotRequired[RtmpGroupSettingsOutputTypeDef]
@@ -5522,7 +5554,7 @@ class OutputSettingsOutputTypeDef(TypedDict):
5522
5554
  ArchiveOutputSettings: NotRequired[ArchiveOutputSettingsOutputTypeDef]
5523
5555
  FrameCaptureOutputSettings: NotRequired[FrameCaptureOutputSettingsTypeDef]
5524
5556
  HlsOutputSettings: NotRequired[HlsOutputSettingsOutputTypeDef]
5525
- MediaPackageOutputSettings: NotRequired[Dict[str, Any]]
5557
+ MediaPackageOutputSettings: NotRequired[MediaPackageOutputSettingsTypeDef]
5526
5558
  MsSmoothOutputSettings: NotRequired[MsSmoothOutputSettingsTypeDef]
5527
5559
  MultiplexOutputSettings: NotRequired[MultiplexOutputSettingsTypeDef]
5528
5560
  RtmpOutputSettings: NotRequired[RtmpOutputSettingsTypeDef]
@@ -5535,7 +5567,7 @@ class OutputSettingsTypeDef(TypedDict):
5535
5567
  ArchiveOutputSettings: NotRequired[ArchiveOutputSettingsTypeDef]
5536
5568
  FrameCaptureOutputSettings: NotRequired[FrameCaptureOutputSettingsTypeDef]
5537
5569
  HlsOutputSettings: NotRequired[HlsOutputSettingsTypeDef]
5538
- MediaPackageOutputSettings: NotRequired[Mapping[str, Any]]
5570
+ MediaPackageOutputSettings: NotRequired[MediaPackageOutputSettingsTypeDef]
5539
5571
  MsSmoothOutputSettings: NotRequired[MsSmoothOutputSettingsTypeDef]
5540
5572
  MultiplexOutputSettings: NotRequired[MultiplexOutputSettingsTypeDef]
5541
5573
  RtmpOutputSettings: NotRequired[RtmpOutputSettingsTypeDef]
@@ -171,9 +171,11 @@ from .literals import (
171
171
  H265TreeblockSizeType,
172
172
  HlsAdMarkersType,
173
173
  HlsAkamaiHttpTransferModeType,
174
+ HlsAutoSelectType,
174
175
  HlsCaptionLanguageSettingType,
175
176
  HlsClientCacheType,
176
177
  HlsCodecSpecificationType,
178
+ HlsDefaultType,
177
179
  HlsDirectoryStructureType,
178
180
  HlsDiscontinuityTagsType,
179
181
  HlsEncryptionTypeType,
@@ -759,8 +761,13 @@ __all__ = (
759
761
  "MaintenanceUpdateSettingsTypeDef",
760
762
  "MediaConnectFlowRequestTypeDef",
761
763
  "MediaConnectFlowTypeDef",
764
+ "MediaPackageGroupSettingsOutputTypeDef",
762
765
  "MediaPackageGroupSettingsTypeDef",
763
766
  "MediaPackageOutputDestinationSettingsTypeDef",
767
+ "MediaPackageOutputSettingsTypeDef",
768
+ "MediaPackageV2DestinationSettingsTypeDef",
769
+ "MediaPackageV2GroupSettingsOutputTypeDef",
770
+ "MediaPackageV2GroupSettingsTypeDef",
764
771
  "MediaResourceNeighborTypeDef",
765
772
  "MediaResourceTypeDef",
766
773
  "MonitorDeploymentTypeDef",
@@ -2051,6 +2058,12 @@ class MediaPackageOutputDestinationSettingsTypeDef(TypedDict):
2051
2058
  ChannelGroup: NotRequired[str]
2052
2059
  ChannelName: NotRequired[str]
2053
2060
 
2061
+ class MediaPackageV2DestinationSettingsTypeDef(TypedDict):
2062
+ AudioGroupId: NotRequired[str]
2063
+ AudioRenditionSets: NotRequired[str]
2064
+ HlsAutoSelect: NotRequired[HlsAutoSelectType]
2065
+ HlsDefault: NotRequired[HlsDefaultType]
2066
+
2054
2067
  class MediaResourceNeighborTypeDef(TypedDict):
2055
2068
  Arn: str
2056
2069
  Name: NotRequired[str]
@@ -2363,9 +2376,6 @@ class UpdateAccountConfigurationRequestTypeDef(TypedDict):
2363
2376
  class AdditionalDestinationsTypeDef(TypedDict):
2364
2377
  Destination: OutputLocationRefTypeDef
2365
2378
 
2366
- class MediaPackageGroupSettingsTypeDef(TypedDict):
2367
- Destination: OutputLocationRefTypeDef
2368
-
2369
2379
  class MsSmoothGroupSettingsTypeDef(TypedDict):
2370
2380
  Destination: OutputLocationRefTypeDef
2371
2381
  AcquisitionPointId: NotRequired[str]
@@ -2777,6 +2787,12 @@ class UpdateEventBridgeRuleTemplateGroupResponseTypeDef(TypedDict):
2777
2787
  Tags: Dict[str, str]
2778
2788
  ResponseMetadata: ResponseMetadataTypeDef
2779
2789
 
2790
+ class MediaPackageV2GroupSettingsOutputTypeDef(TypedDict):
2791
+ CaptionLanguageMappings: NotRequired[List[CaptionLanguageMappingTypeDef]]
2792
+
2793
+ class MediaPackageV2GroupSettingsTypeDef(TypedDict):
2794
+ CaptionLanguageMappings: NotRequired[Sequence[CaptionLanguageMappingTypeDef]]
2795
+
2780
2796
  class TeletextSourceSettingsTypeDef(TypedDict):
2781
2797
  OutputRectangle: NotRequired[CaptionRectangleTypeDef]
2782
2798
  PageNumber: NotRequired[str]
@@ -3560,6 +3576,9 @@ class StandardHlsSettingsTypeDef(TypedDict):
3560
3576
  M3u8Settings: M3u8SettingsTypeDef
3561
3577
  AudioRenditionSets: NotRequired[str]
3562
3578
 
3579
+ class MediaPackageOutputSettingsTypeDef(TypedDict):
3580
+ MediaPackageV2DestinationSettings: NotRequired[MediaPackageV2DestinationSettingsTypeDef]
3581
+
3563
3582
  class MediaResourceTypeDef(TypedDict):
3564
3583
  Destinations: NotRequired[List[MediaResourceNeighborTypeDef]]
3565
3584
  Name: NotRequired[str]
@@ -3839,6 +3858,14 @@ class AvailConfigurationTypeDef(TypedDict):
3839
3858
  AvailSettings: NotRequired[AvailSettingsTypeDef]
3840
3859
  Scte35SegmentationScope: NotRequired[Scte35SegmentationScopeType]
3841
3860
 
3861
+ class MediaPackageGroupSettingsOutputTypeDef(TypedDict):
3862
+ Destination: OutputLocationRefTypeDef
3863
+ MediapackageV2GroupSettings: NotRequired[MediaPackageV2GroupSettingsOutputTypeDef]
3864
+
3865
+ class MediaPackageGroupSettingsTypeDef(TypedDict):
3866
+ Destination: OutputLocationRefTypeDef
3867
+ MediapackageV2GroupSettings: NotRequired[MediaPackageV2GroupSettingsTypeDef]
3868
+
3842
3869
  class CaptionSelectorSettingsOutputTypeDef(TypedDict):
3843
3870
  AncillarySourceSettings: NotRequired[AncillarySourceSettingsTypeDef]
3844
3871
  AribSourceSettings: NotRequired[Dict[str, Any]]
@@ -4820,7 +4847,7 @@ class OutputGroupSettingsOutputTypeDef(TypedDict):
4820
4847
  ArchiveGroupSettings: NotRequired[ArchiveGroupSettingsTypeDef]
4821
4848
  FrameCaptureGroupSettings: NotRequired[FrameCaptureGroupSettingsTypeDef]
4822
4849
  HlsGroupSettings: NotRequired[HlsGroupSettingsOutputTypeDef]
4823
- MediaPackageGroupSettings: NotRequired[MediaPackageGroupSettingsTypeDef]
4850
+ MediaPackageGroupSettings: NotRequired[MediaPackageGroupSettingsOutputTypeDef]
4824
4851
  MsSmoothGroupSettings: NotRequired[MsSmoothGroupSettingsTypeDef]
4825
4852
  MultiplexGroupSettings: NotRequired[Dict[str, Any]]
4826
4853
  RtmpGroupSettings: NotRequired[RtmpGroupSettingsOutputTypeDef]
@@ -4945,7 +4972,7 @@ class OutputSettingsOutputTypeDef(TypedDict):
4945
4972
  ArchiveOutputSettings: NotRequired[ArchiveOutputSettingsOutputTypeDef]
4946
4973
  FrameCaptureOutputSettings: NotRequired[FrameCaptureOutputSettingsTypeDef]
4947
4974
  HlsOutputSettings: NotRequired[HlsOutputSettingsOutputTypeDef]
4948
- MediaPackageOutputSettings: NotRequired[Dict[str, Any]]
4975
+ MediaPackageOutputSettings: NotRequired[MediaPackageOutputSettingsTypeDef]
4949
4976
  MsSmoothOutputSettings: NotRequired[MsSmoothOutputSettingsTypeDef]
4950
4977
  MultiplexOutputSettings: NotRequired[MultiplexOutputSettingsTypeDef]
4951
4978
  RtmpOutputSettings: NotRequired[RtmpOutputSettingsTypeDef]
@@ -4957,7 +4984,7 @@ class OutputSettingsTypeDef(TypedDict):
4957
4984
  ArchiveOutputSettings: NotRequired[ArchiveOutputSettingsTypeDef]
4958
4985
  FrameCaptureOutputSettings: NotRequired[FrameCaptureOutputSettingsTypeDef]
4959
4986
  HlsOutputSettings: NotRequired[HlsOutputSettingsTypeDef]
4960
- MediaPackageOutputSettings: NotRequired[Mapping[str, Any]]
4987
+ MediaPackageOutputSettings: NotRequired[MediaPackageOutputSettingsTypeDef]
4961
4988
  MsSmoothOutputSettings: NotRequired[MsSmoothOutputSettingsTypeDef]
4962
4989
  MultiplexOutputSettings: NotRequired[MultiplexOutputSettingsTypeDef]
4963
4990
  RtmpOutputSettings: NotRequired[RtmpOutputSettingsTypeDef]
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.40.16"
7
+ __version__ = "1.40.29"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3-medialive
3
- Version: 1.40.16
4
- Summary: Type annotations for boto3 MediaLive 1.40.16 service generated with mypy-boto3-builder 8.11.0
3
+ Version: 1.40.29
4
+ Summary: Type annotations for boto3 MediaLive 1.40.29 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.16](https://pypi.org/project/boto3/)
59
+ Type annotations for [boto3 MediaLive 1.40.29](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.16' mypy-boto3-builder`
122
+ `uvx --with 'boto3==1.40.29' 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=3xY2LPUwHrRh3w9GVaCOKJbDBlaOtl4obDg1rd0jRvI,993
3
+ types_boto3_medialive/__main__.py,sha256=ngWPuXGjX83dRHdeLs8-enKs_RNtFOhqDuj-aXVu8ic,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=FIqZbzP32hao0cnmVF67EUlAsZTdJ7l_4EYOaj7_4Us,52700
7
- types_boto3_medialive/literals.pyi,sha256=nv70qyReQb-bopLSncwSCuwTMNznAH3BQkLDO24ZbGc,52698
6
+ types_boto3_medialive/literals.py,sha256=7oC7HdQ0X5jR5ThY0zPXpPPMfq9LOCNAV1Q-uT0M2x4,52759
7
+ types_boto3_medialive/literals.pyi,sha256=raJVMJ8la-hIQlbLOKygKHSRA80zej7Eq15kiBRiYdM,52757
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=3Huzk-Z58Ow0e0UNHYgikUBO1EiO13R1o5ddzidUdEI,204371
12
- types_boto3_medialive/type_defs.pyi,sha256=p2Rf45x7Co8BVLOT0ODYFYbQKdL2lI3BKUrbUW3kr8U,203745
13
- types_boto3_medialive/version.py,sha256=kZ958JRxi_l0vEouVCnDDML2_5QP5JXYYXIz-Bt2NtA,93
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
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.16.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
- types_boto3_medialive-1.40.16.dist-info/METADATA,sha256=YSB1LhZJxElwDfa6UVqliF1BJFkrexhklyo0GnW0k2Q,21102
18
- types_boto3_medialive-1.40.16.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
- types_boto3_medialive-1.40.16.dist-info/top_level.txt,sha256=ObnwlKE8EUI6nh64SLkLF3YrioCtul-5VbXe2USlsFg,22
20
- types_boto3_medialive-1.40.16.dist-info/RECORD,,
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,,