types-boto3-medialive 1.40.10__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.10/types_boto3_medialive.egg-info → types_boto3_medialive-1.40.29}/PKG-INFO +4 -4
  2. {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.29}/README.md +2 -2
  3. {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.29}/setup.py +2 -2
  4. {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.29}/types_boto3_medialive/__main__.py +3 -3
  5. {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.29}/types_boto3_medialive/literals.py +10 -12
  6. {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.29}/types_boto3_medialive/literals.pyi +10 -12
  7. types_boto3_medialive-1.40.10/types_boto3_medialive/type_defs.pyi → types_boto3_medialive-1.40.29/types_boto3_medialive/type_defs.py +667 -5
  8. types_boto3_medialive-1.40.10/types_boto3_medialive/type_defs.py → types_boto3_medialive-1.40.29/types_boto3_medialive/type_defs.pyi +33 -628
  9. {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.29}/types_boto3_medialive/version.py +1 -1
  10. {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.29/types_boto3_medialive.egg-info}/PKG-INFO +4 -4
  11. {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.29}/LICENSE +0 -0
  12. {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.29}/setup.cfg +0 -0
  13. {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.29}/types_boto3_medialive/__init__.py +0 -0
  14. {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.29}/types_boto3_medialive/__init__.pyi +0 -0
  15. {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.29}/types_boto3_medialive/client.py +0 -0
  16. {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.29}/types_boto3_medialive/client.pyi +0 -0
  17. {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.29}/types_boto3_medialive/paginator.py +0 -0
  18. {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.29}/types_boto3_medialive/paginator.pyi +0 -0
  19. {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.29}/types_boto3_medialive/py.typed +0 -0
  20. {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.29}/types_boto3_medialive/waiter.py +0 -0
  21. {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.29}/types_boto3_medialive/waiter.pyi +0 -0
  22. {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.29}/types_boto3_medialive.egg-info/SOURCES.txt +0 -0
  23. {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.29}/types_boto3_medialive.egg-info/dependency_links.txt +0 -0
  24. {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.29}/types_boto3_medialive.egg-info/not-zip-safe +0 -0
  25. {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.29}/types_boto3_medialive.egg-info/requires.txt +0 -0
  26. {types_boto3_medialive-1.40.10 → 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.10
4
- Summary: Type annotations for boto3 MediaLive 1.40.10 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.10](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.10' 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.10](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.10' 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.10",
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.10 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.10\n"
16
- "Version: 1.40.10\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.10\n")
29
+ sys.stdout.write("1.40.29\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -61,6 +61,7 @@ __all__ = (
61
61
  "BlackoutSlateStateType",
62
62
  "BurnInAlignmentType",
63
63
  "BurnInBackgroundColorType",
64
+ "BurnInDestinationSubtitleRowsType",
64
65
  "BurnInFontColorType",
65
66
  "BurnInOutlineColorType",
66
67
  "BurnInShadowColorType",
@@ -106,6 +107,7 @@ __all__ = (
106
107
  "DvbSubDestinationFontColorType",
107
108
  "DvbSubDestinationOutlineColorType",
108
109
  "DvbSubDestinationShadowColorType",
110
+ "DvbSubDestinationSubtitleRowsType",
109
111
  "DvbSubDestinationTeletextGridControlType",
110
112
  "DvbSubOcrLanguageType",
111
113
  "Eac3AtmosCodingModeType",
@@ -183,9 +185,11 @@ __all__ = (
183
185
  "H265TreeblockSizeType",
184
186
  "HlsAdMarkersType",
185
187
  "HlsAkamaiHttpTransferModeType",
188
+ "HlsAutoSelectType",
186
189
  "HlsCaptionLanguageSettingType",
187
190
  "HlsClientCacheType",
188
191
  "HlsCodecSpecificationType",
192
+ "HlsDefaultType",
189
193
  "HlsDirectoryStructureType",
190
194
  "HlsDiscontinuityTagsType",
191
195
  "HlsEncryptionTypeType",
@@ -476,6 +480,7 @@ BlackoutSlateNetworkEndBlackoutType = Literal["DISABLED", "ENABLED"]
476
480
  BlackoutSlateStateType = Literal["DISABLED", "ENABLED"]
477
481
  BurnInAlignmentType = Literal["CENTERED", "LEFT", "SMART"]
478
482
  BurnInBackgroundColorType = Literal["BLACK", "NONE", "WHITE"]
483
+ BurnInDestinationSubtitleRowsType = Literal["ROWS_16", "ROWS_20", "ROWS_24"]
479
484
  BurnInFontColorType = Literal["BLACK", "BLUE", "GREEN", "RED", "WHITE", "YELLOW"]
480
485
  BurnInOutlineColorType = Literal["BLACK", "BLUE", "GREEN", "RED", "WHITE", "YELLOW"]
481
486
  BurnInShadowColorType = Literal["BLACK", "NONE", "WHITE"]
@@ -598,6 +603,7 @@ DvbSubDestinationBackgroundColorType = Literal["BLACK", "NONE", "WHITE"]
598
603
  DvbSubDestinationFontColorType = Literal["BLACK", "BLUE", "GREEN", "RED", "WHITE", "YELLOW"]
599
604
  DvbSubDestinationOutlineColorType = Literal["BLACK", "BLUE", "GREEN", "RED", "WHITE", "YELLOW"]
600
605
  DvbSubDestinationShadowColorType = Literal["BLACK", "NONE", "WHITE"]
606
+ DvbSubDestinationSubtitleRowsType = Literal["ROWS_16", "ROWS_20", "ROWS_24"]
601
607
  DvbSubDestinationTeletextGridControlType = Literal["FIXED", "SCALED"]
602
608
  DvbSubOcrLanguageType = Literal["DEU", "ENG", "FRA", "NLD", "POR", "SPA"]
603
609
  Eac3AtmosCodingModeType = Literal["CODING_MODE_5_1_4", "CODING_MODE_7_1_4", "CODING_MODE_9_1_6"]
@@ -744,9 +750,11 @@ H265TimecodeInsertionBehaviorType = Literal["DISABLED", "PIC_TIMING_SEI"]
744
750
  H265TreeblockSizeType = Literal["AUTO", "TREE_SIZE_32X32"]
745
751
  HlsAdMarkersType = Literal["ADOBE", "ELEMENTAL", "ELEMENTAL_SCTE35"]
746
752
  HlsAkamaiHttpTransferModeType = Literal["CHUNKED", "NON_CHUNKED"]
753
+ HlsAutoSelectType = Literal["NO", "OMIT", "YES"]
747
754
  HlsCaptionLanguageSettingType = Literal["INSERT", "NONE", "OMIT"]
748
755
  HlsClientCacheType = Literal["DISABLED", "ENABLED"]
749
756
  HlsCodecSpecificationType = Literal["RFC_4281", "RFC_6381"]
757
+ HlsDefaultType = Literal["NO", "OMIT", "YES"]
750
758
  HlsDirectoryStructureType = Literal["SINGLE_DIRECTORY", "SUBDIRECTORY_PER_STREAM"]
751
759
  HlsDiscontinuityTagsType = Literal["INSERT", "NEVER_INSERT"]
752
760
  HlsEncryptionTypeType = Literal["AES128", "SAMPLE_AES"]
@@ -1130,6 +1138,7 @@ ServiceName = Literal[
1130
1138
  "backup-gateway",
1131
1139
  "backupsearch",
1132
1140
  "batch",
1141
+ "bcm-dashboards",
1133
1142
  "bcm-data-exports",
1134
1143
  "bcm-pricing-calculator",
1135
1144
  "bcm-recommended-actions",
@@ -1374,8 +1383,6 @@ ServiceName = Literal[
1374
1383
  "omics",
1375
1384
  "opensearch",
1376
1385
  "opensearchserverless",
1377
- "opsworks",
1378
- "opsworkscm",
1379
1386
  "organizations",
1380
1387
  "osis",
1381
1388
  "outposts",
@@ -1508,16 +1515,7 @@ ServiceName = Literal[
1508
1515
  "xray",
1509
1516
  ]
1510
1517
  ResourceServiceName = Literal[
1511
- "cloudformation",
1512
- "cloudwatch",
1513
- "dynamodb",
1514
- "ec2",
1515
- "glacier",
1516
- "iam",
1517
- "opsworks",
1518
- "s3",
1519
- "sns",
1520
- "sqs",
1518
+ "cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
1521
1519
  ]
1522
1520
  PaginatorName = Literal[
1523
1521
  "describe_schedule",
@@ -60,6 +60,7 @@ __all__ = (
60
60
  "BlackoutSlateStateType",
61
61
  "BurnInAlignmentType",
62
62
  "BurnInBackgroundColorType",
63
+ "BurnInDestinationSubtitleRowsType",
63
64
  "BurnInFontColorType",
64
65
  "BurnInOutlineColorType",
65
66
  "BurnInShadowColorType",
@@ -105,6 +106,7 @@ __all__ = (
105
106
  "DvbSubDestinationFontColorType",
106
107
  "DvbSubDestinationOutlineColorType",
107
108
  "DvbSubDestinationShadowColorType",
109
+ "DvbSubDestinationSubtitleRowsType",
108
110
  "DvbSubDestinationTeletextGridControlType",
109
111
  "DvbSubOcrLanguageType",
110
112
  "Eac3AtmosCodingModeType",
@@ -182,9 +184,11 @@ __all__ = (
182
184
  "H265TreeblockSizeType",
183
185
  "HlsAdMarkersType",
184
186
  "HlsAkamaiHttpTransferModeType",
187
+ "HlsAutoSelectType",
185
188
  "HlsCaptionLanguageSettingType",
186
189
  "HlsClientCacheType",
187
190
  "HlsCodecSpecificationType",
191
+ "HlsDefaultType",
188
192
  "HlsDirectoryStructureType",
189
193
  "HlsDiscontinuityTagsType",
190
194
  "HlsEncryptionTypeType",
@@ -474,6 +478,7 @@ BlackoutSlateNetworkEndBlackoutType = Literal["DISABLED", "ENABLED"]
474
478
  BlackoutSlateStateType = Literal["DISABLED", "ENABLED"]
475
479
  BurnInAlignmentType = Literal["CENTERED", "LEFT", "SMART"]
476
480
  BurnInBackgroundColorType = Literal["BLACK", "NONE", "WHITE"]
481
+ BurnInDestinationSubtitleRowsType = Literal["ROWS_16", "ROWS_20", "ROWS_24"]
477
482
  BurnInFontColorType = Literal["BLACK", "BLUE", "GREEN", "RED", "WHITE", "YELLOW"]
478
483
  BurnInOutlineColorType = Literal["BLACK", "BLUE", "GREEN", "RED", "WHITE", "YELLOW"]
479
484
  BurnInShadowColorType = Literal["BLACK", "NONE", "WHITE"]
@@ -596,6 +601,7 @@ DvbSubDestinationBackgroundColorType = Literal["BLACK", "NONE", "WHITE"]
596
601
  DvbSubDestinationFontColorType = Literal["BLACK", "BLUE", "GREEN", "RED", "WHITE", "YELLOW"]
597
602
  DvbSubDestinationOutlineColorType = Literal["BLACK", "BLUE", "GREEN", "RED", "WHITE", "YELLOW"]
598
603
  DvbSubDestinationShadowColorType = Literal["BLACK", "NONE", "WHITE"]
604
+ DvbSubDestinationSubtitleRowsType = Literal["ROWS_16", "ROWS_20", "ROWS_24"]
599
605
  DvbSubDestinationTeletextGridControlType = Literal["FIXED", "SCALED"]
600
606
  DvbSubOcrLanguageType = Literal["DEU", "ENG", "FRA", "NLD", "POR", "SPA"]
601
607
  Eac3AtmosCodingModeType = Literal["CODING_MODE_5_1_4", "CODING_MODE_7_1_4", "CODING_MODE_9_1_6"]
@@ -742,9 +748,11 @@ H265TimecodeInsertionBehaviorType = Literal["DISABLED", "PIC_TIMING_SEI"]
742
748
  H265TreeblockSizeType = Literal["AUTO", "TREE_SIZE_32X32"]
743
749
  HlsAdMarkersType = Literal["ADOBE", "ELEMENTAL", "ELEMENTAL_SCTE35"]
744
750
  HlsAkamaiHttpTransferModeType = Literal["CHUNKED", "NON_CHUNKED"]
751
+ HlsAutoSelectType = Literal["NO", "OMIT", "YES"]
745
752
  HlsCaptionLanguageSettingType = Literal["INSERT", "NONE", "OMIT"]
746
753
  HlsClientCacheType = Literal["DISABLED", "ENABLED"]
747
754
  HlsCodecSpecificationType = Literal["RFC_4281", "RFC_6381"]
755
+ HlsDefaultType = Literal["NO", "OMIT", "YES"]
748
756
  HlsDirectoryStructureType = Literal["SINGLE_DIRECTORY", "SUBDIRECTORY_PER_STREAM"]
749
757
  HlsDiscontinuityTagsType = Literal["INSERT", "NEVER_INSERT"]
750
758
  HlsEncryptionTypeType = Literal["AES128", "SAMPLE_AES"]
@@ -1128,6 +1136,7 @@ ServiceName = Literal[
1128
1136
  "backup-gateway",
1129
1137
  "backupsearch",
1130
1138
  "batch",
1139
+ "bcm-dashboards",
1131
1140
  "bcm-data-exports",
1132
1141
  "bcm-pricing-calculator",
1133
1142
  "bcm-recommended-actions",
@@ -1372,8 +1381,6 @@ ServiceName = Literal[
1372
1381
  "omics",
1373
1382
  "opensearch",
1374
1383
  "opensearchserverless",
1375
- "opsworks",
1376
- "opsworkscm",
1377
1384
  "organizations",
1378
1385
  "osis",
1379
1386
  "outposts",
@@ -1506,16 +1513,7 @@ ServiceName = Literal[
1506
1513
  "xray",
1507
1514
  ]
1508
1515
  ResourceServiceName = Literal[
1509
- "cloudformation",
1510
- "cloudwatch",
1511
- "dynamodb",
1512
- "ec2",
1513
- "glacier",
1514
- "iam",
1515
- "opsworks",
1516
- "s3",
1517
- "sns",
1518
- "sqs",
1516
+ "cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
1519
1517
  ]
1520
1518
  PaginatorName = Literal[
1521
1519
  "describe_schedule",