types-boto3-medialive 1.40.16__tar.gz → 1.40.35__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. {types_boto3_medialive-1.40.16/types_boto3_medialive.egg-info → types_boto3_medialive-1.40.35}/PKG-INFO +4 -4
  2. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.35}/README.md +2 -2
  3. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.35}/setup.py +2 -2
  4. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.35}/types_boto3_medialive/__main__.py +3 -3
  5. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.35}/types_boto3_medialive/literals.py +9 -13
  6. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.35}/types_boto3_medialive/literals.pyi +9 -13
  7. types_boto3_medialive-1.40.16/types_boto3_medialive/type_defs.pyi → types_boto3_medialive-1.40.35/types_boto3_medialive/type_defs.py +677 -5
  8. types_boto3_medialive-1.40.16/types_boto3_medialive/type_defs.py → types_boto3_medialive-1.40.35/types_boto3_medialive/type_defs.pyi +43 -628
  9. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.35}/types_boto3_medialive/version.py +1 -1
  10. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.35/types_boto3_medialive.egg-info}/PKG-INFO +4 -4
  11. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.35}/LICENSE +0 -0
  12. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.35}/setup.cfg +0 -0
  13. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.35}/types_boto3_medialive/__init__.py +0 -0
  14. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.35}/types_boto3_medialive/__init__.pyi +0 -0
  15. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.35}/types_boto3_medialive/client.py +0 -0
  16. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.35}/types_boto3_medialive/client.pyi +0 -0
  17. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.35}/types_boto3_medialive/paginator.py +0 -0
  18. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.35}/types_boto3_medialive/paginator.pyi +0 -0
  19. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.35}/types_boto3_medialive/py.typed +0 -0
  20. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.35}/types_boto3_medialive/waiter.py +0 -0
  21. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.35}/types_boto3_medialive/waiter.pyi +0 -0
  22. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.35}/types_boto3_medialive.egg-info/SOURCES.txt +0 -0
  23. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.35}/types_boto3_medialive.egg-info/dependency_links.txt +0 -0
  24. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.35}/types_boto3_medialive.egg-info/not-zip-safe +0 -0
  25. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.35}/types_boto3_medialive.egg-info/requires.txt +0 -0
  26. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.35}/types_boto3_medialive.egg-info/top_level.txt +0 -0
@@ -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.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.16](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.16' 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.
@@ -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.16](https://pypi.org/project/boto3/)
12
+ Type annotations for [boto3 MediaLive 1.40.35](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.16' mypy-boto3-builder`
75
+ `uvx --with 'boto3==1.40.35' mypy-boto3-builder`
76
76
  2. Select `boto3` AWS SDK.
77
77
  3. Add `MediaLive` service.
78
78
  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="types-boto3-medialive",
16
- version="1.40.16",
16
+ version="1.40.35",
17
17
  packages=["types_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.16 service generated with mypy-boto3-builder 8.11.0",
22
+ description="Type annotations for boto3 MediaLive 1.40.35 service generated with mypy-boto3-builder 8.11.0",
23
23
  classifiers=[
24
24
  "Development Status :: 5 - Production/Stable",
25
25
  "Intended Audience :: Developers",
@@ -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.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.16\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,15 +180,18 @@ __all__ = (
179
180
  "H265RateControlModeType",
180
181
  "H265ScanTypeType",
181
182
  "H265SceneChangeDetectType",
183
+ "H265SubGopLengthType",
182
184
  "H265TierType",
183
185
  "H265TilePaddingType",
184
186
  "H265TimecodeInsertionBehaviorType",
185
187
  "H265TreeblockSizeType",
186
188
  "HlsAdMarkersType",
187
189
  "HlsAkamaiHttpTransferModeType",
190
+ "HlsAutoSelectType",
188
191
  "HlsCaptionLanguageSettingType",
189
192
  "HlsClientCacheType",
190
193
  "HlsCodecSpecificationType",
194
+ "HlsDefaultType",
191
195
  "HlsDirectoryStructureType",
192
196
  "HlsDiscontinuityTagsType",
193
197
  "HlsEncryptionTypeType",
@@ -718,6 +722,7 @@ H265AlternativeTransferFunctionType = Literal["INSERT", "OMIT"]
718
722
  H265ColorMetadataType = Literal["IGNORE", "INSERT"]
719
723
  H265DeblockingType = Literal["DISABLED", "ENABLED"]
720
724
  H265FlickerAqType = Literal["DISABLED", "ENABLED"]
725
+ H265GopBReferenceType = Literal["DISABLED", "ENABLED"]
721
726
  H265GopSizeUnitsType = Literal["FRAMES", "SECONDS"]
722
727
  H265LevelType = Literal[
723
728
  "H265_LEVEL_1",
@@ -742,15 +747,18 @@ H265ProfileType = Literal["MAIN", "MAIN_10BIT"]
742
747
  H265RateControlModeType = Literal["CBR", "MULTIPLEX", "QVBR"]
743
748
  H265ScanTypeType = Literal["INTERLACED", "PROGRESSIVE"]
744
749
  H265SceneChangeDetectType = Literal["DISABLED", "ENABLED"]
750
+ H265SubGopLengthType = Literal["DYNAMIC", "FIXED"]
745
751
  H265TierType = Literal["HIGH", "MAIN"]
746
752
  H265TilePaddingType = Literal["NONE", "PADDED"]
747
753
  H265TimecodeInsertionBehaviorType = Literal["DISABLED", "PIC_TIMING_SEI"]
748
754
  H265TreeblockSizeType = Literal["AUTO", "TREE_SIZE_32X32"]
749
755
  HlsAdMarkersType = Literal["ADOBE", "ELEMENTAL", "ELEMENTAL_SCTE35"]
750
756
  HlsAkamaiHttpTransferModeType = Literal["CHUNKED", "NON_CHUNKED"]
757
+ HlsAutoSelectType = Literal["NO", "OMIT", "YES"]
751
758
  HlsCaptionLanguageSettingType = Literal["INSERT", "NONE", "OMIT"]
752
759
  HlsClientCacheType = Literal["DISABLED", "ENABLED"]
753
760
  HlsCodecSpecificationType = Literal["RFC_4281", "RFC_6381"]
761
+ HlsDefaultType = Literal["NO", "OMIT", "YES"]
754
762
  HlsDirectoryStructureType = Literal["SINGLE_DIRECTORY", "SUBDIRECTORY_PER_STREAM"]
755
763
  HlsDiscontinuityTagsType = Literal["INSERT", "NEVER_INSERT"]
756
764
  HlsEncryptionTypeType = Literal["AES128", "SAMPLE_AES"]
@@ -1379,8 +1387,6 @@ ServiceName = Literal[
1379
1387
  "omics",
1380
1388
  "opensearch",
1381
1389
  "opensearchserverless",
1382
- "opsworks",
1383
- "opsworkscm",
1384
1390
  "organizations",
1385
1391
  "osis",
1386
1392
  "outposts",
@@ -1462,7 +1468,6 @@ ServiceName = Literal[
1462
1468
  "shield",
1463
1469
  "signer",
1464
1470
  "simspaceweaver",
1465
- "sms",
1466
1471
  "snow-device-management",
1467
1472
  "snowball",
1468
1473
  "sns",
@@ -1513,16 +1518,7 @@ ServiceName = Literal[
1513
1518
  "xray",
1514
1519
  ]
1515
1520
  ResourceServiceName = Literal[
1516
- "cloudformation",
1517
- "cloudwatch",
1518
- "dynamodb",
1519
- "ec2",
1520
- "glacier",
1521
- "iam",
1522
- "opsworks",
1523
- "s3",
1524
- "sns",
1525
- "sqs",
1521
+ "cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
1526
1522
  ]
1527
1523
  PaginatorName = Literal[
1528
1524
  "describe_schedule",
@@ -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,15 +179,18 @@ __all__ = (
178
179
  "H265RateControlModeType",
179
180
  "H265ScanTypeType",
180
181
  "H265SceneChangeDetectType",
182
+ "H265SubGopLengthType",
181
183
  "H265TierType",
182
184
  "H265TilePaddingType",
183
185
  "H265TimecodeInsertionBehaviorType",
184
186
  "H265TreeblockSizeType",
185
187
  "HlsAdMarkersType",
186
188
  "HlsAkamaiHttpTransferModeType",
189
+ "HlsAutoSelectType",
187
190
  "HlsCaptionLanguageSettingType",
188
191
  "HlsClientCacheType",
189
192
  "HlsCodecSpecificationType",
193
+ "HlsDefaultType",
190
194
  "HlsDirectoryStructureType",
191
195
  "HlsDiscontinuityTagsType",
192
196
  "HlsEncryptionTypeType",
@@ -716,6 +720,7 @@ H265AlternativeTransferFunctionType = Literal["INSERT", "OMIT"]
716
720
  H265ColorMetadataType = Literal["IGNORE", "INSERT"]
717
721
  H265DeblockingType = Literal["DISABLED", "ENABLED"]
718
722
  H265FlickerAqType = Literal["DISABLED", "ENABLED"]
723
+ H265GopBReferenceType = Literal["DISABLED", "ENABLED"]
719
724
  H265GopSizeUnitsType = Literal["FRAMES", "SECONDS"]
720
725
  H265LevelType = Literal[
721
726
  "H265_LEVEL_1",
@@ -740,15 +745,18 @@ H265ProfileType = Literal["MAIN", "MAIN_10BIT"]
740
745
  H265RateControlModeType = Literal["CBR", "MULTIPLEX", "QVBR"]
741
746
  H265ScanTypeType = Literal["INTERLACED", "PROGRESSIVE"]
742
747
  H265SceneChangeDetectType = Literal["DISABLED", "ENABLED"]
748
+ H265SubGopLengthType = Literal["DYNAMIC", "FIXED"]
743
749
  H265TierType = Literal["HIGH", "MAIN"]
744
750
  H265TilePaddingType = Literal["NONE", "PADDED"]
745
751
  H265TimecodeInsertionBehaviorType = Literal["DISABLED", "PIC_TIMING_SEI"]
746
752
  H265TreeblockSizeType = Literal["AUTO", "TREE_SIZE_32X32"]
747
753
  HlsAdMarkersType = Literal["ADOBE", "ELEMENTAL", "ELEMENTAL_SCTE35"]
748
754
  HlsAkamaiHttpTransferModeType = Literal["CHUNKED", "NON_CHUNKED"]
755
+ HlsAutoSelectType = Literal["NO", "OMIT", "YES"]
749
756
  HlsCaptionLanguageSettingType = Literal["INSERT", "NONE", "OMIT"]
750
757
  HlsClientCacheType = Literal["DISABLED", "ENABLED"]
751
758
  HlsCodecSpecificationType = Literal["RFC_4281", "RFC_6381"]
759
+ HlsDefaultType = Literal["NO", "OMIT", "YES"]
752
760
  HlsDirectoryStructureType = Literal["SINGLE_DIRECTORY", "SUBDIRECTORY_PER_STREAM"]
753
761
  HlsDiscontinuityTagsType = Literal["INSERT", "NEVER_INSERT"]
754
762
  HlsEncryptionTypeType = Literal["AES128", "SAMPLE_AES"]
@@ -1377,8 +1385,6 @@ ServiceName = Literal[
1377
1385
  "omics",
1378
1386
  "opensearch",
1379
1387
  "opensearchserverless",
1380
- "opsworks",
1381
- "opsworkscm",
1382
1388
  "organizations",
1383
1389
  "osis",
1384
1390
  "outposts",
@@ -1460,7 +1466,6 @@ ServiceName = Literal[
1460
1466
  "shield",
1461
1467
  "signer",
1462
1468
  "simspaceweaver",
1463
- "sms",
1464
1469
  "snow-device-management",
1465
1470
  "snowball",
1466
1471
  "sns",
@@ -1511,16 +1516,7 @@ ServiceName = Literal[
1511
1516
  "xray",
1512
1517
  ]
1513
1518
  ResourceServiceName = Literal[
1514
- "cloudformation",
1515
- "cloudwatch",
1516
- "dynamodb",
1517
- "ec2",
1518
- "glacier",
1519
- "iam",
1520
- "opsworks",
1521
- "s3",
1522
- "sns",
1523
- "sqs",
1519
+ "cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
1524
1520
  ]
1525
1521
  PaginatorName = Literal[
1526
1522
  "describe_schedule",