types-boto3-medialive 1.40.16__tar.gz → 1.40.29__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.29}/PKG-INFO +4 -4
  2. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.29}/README.md +2 -2
  3. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.29}/setup.py +2 -2
  4. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.29}/types_boto3_medialive/__main__.py +3 -3
  5. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.29}/types_boto3_medialive/literals.py +5 -12
  6. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.29}/types_boto3_medialive/literals.pyi +5 -12
  7. types_boto3_medialive-1.40.16/types_boto3_medialive/type_defs.pyi → types_boto3_medialive-1.40.29/types_boto3_medialive/type_defs.py +663 -5
  8. types_boto3_medialive-1.40.16/types_boto3_medialive/type_defs.py → types_boto3_medialive-1.40.29/types_boto3_medialive/type_defs.pyi +29 -628
  9. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.29}/types_boto3_medialive/version.py +1 -1
  10. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.29/types_boto3_medialive.egg-info}/PKG-INFO +4 -4
  11. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.29}/LICENSE +0 -0
  12. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.29}/setup.cfg +0 -0
  13. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.29}/types_boto3_medialive/__init__.py +0 -0
  14. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.29}/types_boto3_medialive/__init__.pyi +0 -0
  15. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.29}/types_boto3_medialive/client.py +0 -0
  16. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.29}/types_boto3_medialive/client.pyi +0 -0
  17. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.29}/types_boto3_medialive/paginator.py +0 -0
  18. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.29}/types_boto3_medialive/paginator.pyi +0 -0
  19. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.29}/types_boto3_medialive/py.typed +0 -0
  20. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.29}/types_boto3_medialive/waiter.py +0 -0
  21. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.29}/types_boto3_medialive/waiter.pyi +0 -0
  22. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.29}/types_boto3_medialive.egg-info/SOURCES.txt +0 -0
  23. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.29}/types_boto3_medialive.egg-info/dependency_links.txt +0 -0
  24. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.29}/types_boto3_medialive.egg-info/not-zip-safe +0 -0
  25. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.29}/types_boto3_medialive.egg-info/requires.txt +0 -0
  26. {types_boto3_medialive-1.40.16 → types_boto3_medialive-1.40.29}/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.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.
@@ -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.29](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.29' 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.29",
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.29 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.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",