mypy-boto3-medialive 1.37.11__tar.gz → 1.37.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.
- {mypy_boto3_medialive-1.37.11 → mypy_boto3_medialive-1.37.29}/PKG-INFO +9 -6
- {mypy_boto3_medialive-1.37.11 → mypy_boto3_medialive-1.37.29}/README.md +5 -3
- {mypy_boto3_medialive-1.37.11 → mypy_boto3_medialive-1.37.29}/mypy_boto3_medialive/__init__.py +4 -0
- {mypy_boto3_medialive-1.37.11 → mypy_boto3_medialive-1.37.29}/mypy_boto3_medialive/__init__.pyi +4 -0
- {mypy_boto3_medialive-1.37.11 → mypy_boto3_medialive-1.37.29}/mypy_boto3_medialive/__main__.py +4 -4
- mypy_boto3_medialive-1.37.11/mypy_boto3_medialive/client.pyi → mypy_boto3_medialive-1.37.29/mypy_boto3_medialive/client.py +75 -0
- mypy_boto3_medialive-1.37.11/mypy_boto3_medialive/client.py → mypy_boto3_medialive-1.37.29/mypy_boto3_medialive/client.pyi +72 -3
- {mypy_boto3_medialive-1.37.11 → mypy_boto3_medialive-1.37.29}/mypy_boto3_medialive/literals.py +11 -0
- {mypy_boto3_medialive-1.37.11 → mypy_boto3_medialive-1.37.29}/mypy_boto3_medialive/literals.pyi +11 -0
- mypy_boto3_medialive-1.37.11/mypy_boto3_medialive/paginator.pyi → mypy_boto3_medialive-1.37.29/mypy_boto3_medialive/paginator.py +84 -0
- mypy_boto3_medialive-1.37.11/mypy_boto3_medialive/paginator.py → mypy_boto3_medialive-1.37.29/mypy_boto3_medialive/paginator.pyi +22 -57
- mypy_boto3_medialive-1.37.11/mypy_boto3_medialive/type_defs.pyi → mypy_boto3_medialive-1.37.29/mypy_boto3_medialive/type_defs.py +886 -103
- mypy_boto3_medialive-1.37.11/mypy_boto3_medialive/type_defs.py → mypy_boto3_medialive-1.37.29/mypy_boto3_medialive/type_defs.pyi +247 -689
- {mypy_boto3_medialive-1.37.11 → mypy_boto3_medialive-1.37.29}/mypy_boto3_medialive/version.py +1 -1
- {mypy_boto3_medialive-1.37.11 → mypy_boto3_medialive-1.37.29}/mypy_boto3_medialive.egg-info/PKG-INFO +9 -6
- {mypy_boto3_medialive-1.37.11 → mypy_boto3_medialive-1.37.29}/setup.py +2 -2
- {mypy_boto3_medialive-1.37.11 → mypy_boto3_medialive-1.37.29}/LICENSE +0 -0
- {mypy_boto3_medialive-1.37.11 → mypy_boto3_medialive-1.37.29}/mypy_boto3_medialive/py.typed +0 -0
- {mypy_boto3_medialive-1.37.11 → mypy_boto3_medialive-1.37.29}/mypy_boto3_medialive/waiter.py +0 -0
- {mypy_boto3_medialive-1.37.11 → mypy_boto3_medialive-1.37.29}/mypy_boto3_medialive/waiter.pyi +0 -0
- {mypy_boto3_medialive-1.37.11 → mypy_boto3_medialive-1.37.29}/mypy_boto3_medialive.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_medialive-1.37.11 → mypy_boto3_medialive-1.37.29}/mypy_boto3_medialive.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_medialive-1.37.11 → mypy_boto3_medialive-1.37.29}/mypy_boto3_medialive.egg-info/not-zip-safe +0 -0
- {mypy_boto3_medialive-1.37.11 → mypy_boto3_medialive-1.37.29}/mypy_boto3_medialive.egg-info/requires.txt +0 -0
- {mypy_boto3_medialive-1.37.11 → mypy_boto3_medialive-1.37.29}/mypy_boto3_medialive.egg-info/top_level.txt +0 -0
- {mypy_boto3_medialive-1.37.11 → mypy_boto3_medialive-1.37.29}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-medialive
|
|
3
|
-
Version: 1.37.
|
|
4
|
-
Summary: Type annotations for boto3 MediaLive 1.37.
|
|
3
|
+
Version: 1.37.29
|
|
4
|
+
Summary: Type annotations for boto3 MediaLive 1.37.29 service generated with mypy-boto3-builder 8.10.1
|
|
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
|
|
@@ -39,6 +39,7 @@ Dynamic: description-content-type
|
|
|
39
39
|
Dynamic: home-page
|
|
40
40
|
Dynamic: keywords
|
|
41
41
|
Dynamic: license
|
|
42
|
+
Dynamic: license-file
|
|
42
43
|
Dynamic: project-url
|
|
43
44
|
Dynamic: requires-dist
|
|
44
45
|
Dynamic: requires-python
|
|
@@ -55,7 +56,7 @@ Dynamic: summary
|
|
|
55
56
|
|
|
56
57
|

|
|
57
58
|
|
|
58
|
-
Type annotations for [boto3 MediaLive 1.37.
|
|
59
|
+
Type annotations for [boto3 MediaLive 1.37.29](https://pypi.org/project/boto3/)
|
|
59
60
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
60
61
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
61
62
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -64,7 +65,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
64
65
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
65
66
|
|
|
66
67
|
Generated with
|
|
67
|
-
[mypy-boto3-builder 8.10.
|
|
68
|
+
[mypy-boto3-builder 8.10.1](https://github.com/youtype/mypy_boto3_builder).
|
|
68
69
|
|
|
69
70
|
More information can be found on
|
|
70
71
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -118,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
118
119
|
isolation.
|
|
119
120
|
|
|
120
121
|
1. Run mypy-boto3-builder in your package root directory:
|
|
121
|
-
`uvx --with 'boto3==1.37.
|
|
122
|
+
`uvx --with 'boto3==1.37.29' mypy-boto3-builder`
|
|
122
123
|
2. Select `boto3-stubs` AWS SDK.
|
|
123
124
|
3. Add `MediaLive` service.
|
|
124
125
|
4. Use provided commands to install generated packages.
|
|
@@ -370,6 +371,7 @@ from mypy_boto3_medialive.paginator import (
|
|
|
370
371
|
ListNodesPaginator,
|
|
371
372
|
ListOfferingsPaginator,
|
|
372
373
|
ListReservationsPaginator,
|
|
374
|
+
ListSdiSourcesPaginator,
|
|
373
375
|
ListSignalMapsPaginator,
|
|
374
376
|
)
|
|
375
377
|
|
|
@@ -411,6 +413,7 @@ list_networks_paginator: ListNetworksPaginator = client.get_paginator("list_netw
|
|
|
411
413
|
list_nodes_paginator: ListNodesPaginator = client.get_paginator("list_nodes")
|
|
412
414
|
list_offerings_paginator: ListOfferingsPaginator = client.get_paginator("list_offerings")
|
|
413
415
|
list_reservations_paginator: ListReservationsPaginator = client.get_paginator("list_reservations")
|
|
416
|
+
list_sdi_sources_paginator: ListSdiSourcesPaginator = client.get_paginator("list_sdi_sources")
|
|
414
417
|
list_signal_maps_paginator: ListSignalMapsPaginator = client.get_paginator("list_signal_maps")
|
|
415
418
|
```
|
|
416
419
|
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 MediaLive 1.37.
|
|
12
|
+
Type annotations for [boto3 MediaLive 1.37.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/),
|
|
@@ -18,7 +18,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
18
18
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
19
19
|
|
|
20
20
|
Generated with
|
|
21
|
-
[mypy-boto3-builder 8.10.
|
|
21
|
+
[mypy-boto3-builder 8.10.1](https://github.com/youtype/mypy_boto3_builder).
|
|
22
22
|
|
|
23
23
|
More information can be found on
|
|
24
24
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -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.37.
|
|
75
|
+
`uvx --with 'boto3==1.37.29' 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.
|
|
@@ -324,6 +324,7 @@ from mypy_boto3_medialive.paginator import (
|
|
|
324
324
|
ListNodesPaginator,
|
|
325
325
|
ListOfferingsPaginator,
|
|
326
326
|
ListReservationsPaginator,
|
|
327
|
+
ListSdiSourcesPaginator,
|
|
327
328
|
ListSignalMapsPaginator,
|
|
328
329
|
)
|
|
329
330
|
|
|
@@ -365,6 +366,7 @@ list_networks_paginator: ListNetworksPaginator = client.get_paginator("list_netw
|
|
|
365
366
|
list_nodes_paginator: ListNodesPaginator = client.get_paginator("list_nodes")
|
|
366
367
|
list_offerings_paginator: ListOfferingsPaginator = client.get_paginator("list_offerings")
|
|
367
368
|
list_reservations_paginator: ListReservationsPaginator = client.get_paginator("list_reservations")
|
|
369
|
+
list_sdi_sources_paginator: ListSdiSourcesPaginator = client.get_paginator("list_sdi_sources")
|
|
368
370
|
list_signal_maps_paginator: ListSignalMapsPaginator = client.get_paginator("list_signal_maps")
|
|
369
371
|
```
|
|
370
372
|
|
{mypy_boto3_medialive-1.37.11 → mypy_boto3_medialive-1.37.29}/mypy_boto3_medialive/__init__.py
RENAMED
|
@@ -41,6 +41,7 @@ Usage::
|
|
|
41
41
|
ListNodesPaginator,
|
|
42
42
|
ListOfferingsPaginator,
|
|
43
43
|
ListReservationsPaginator,
|
|
44
|
+
ListSdiSourcesPaginator,
|
|
44
45
|
ListSignalMapsPaginator,
|
|
45
46
|
MediaLiveClient,
|
|
46
47
|
MultiplexCreatedWaiter,
|
|
@@ -99,6 +100,7 @@ Usage::
|
|
|
99
100
|
list_nodes_paginator: ListNodesPaginator = client.get_paginator("list_nodes")
|
|
100
101
|
list_offerings_paginator: ListOfferingsPaginator = client.get_paginator("list_offerings")
|
|
101
102
|
list_reservations_paginator: ListReservationsPaginator = client.get_paginator("list_reservations")
|
|
103
|
+
list_sdi_sources_paginator: ListSdiSourcesPaginator = client.get_paginator("list_sdi_sources")
|
|
102
104
|
list_signal_maps_paginator: ListSignalMapsPaginator = client.get_paginator("list_signal_maps")
|
|
103
105
|
```
|
|
104
106
|
"""
|
|
@@ -123,6 +125,7 @@ from .paginator import (
|
|
|
123
125
|
ListNodesPaginator,
|
|
124
126
|
ListOfferingsPaginator,
|
|
125
127
|
ListReservationsPaginator,
|
|
128
|
+
ListSdiSourcesPaginator,
|
|
126
129
|
ListSignalMapsPaginator,
|
|
127
130
|
)
|
|
128
131
|
from .waiter import (
|
|
@@ -185,6 +188,7 @@ __all__ = (
|
|
|
185
188
|
"ListNodesPaginator",
|
|
186
189
|
"ListOfferingsPaginator",
|
|
187
190
|
"ListReservationsPaginator",
|
|
191
|
+
"ListSdiSourcesPaginator",
|
|
188
192
|
"ListSignalMapsPaginator",
|
|
189
193
|
"MediaLiveClient",
|
|
190
194
|
"MultiplexCreatedWaiter",
|
{mypy_boto3_medialive-1.37.11 → mypy_boto3_medialive-1.37.29}/mypy_boto3_medialive/__init__.pyi
RENAMED
|
@@ -41,6 +41,7 @@ Usage::
|
|
|
41
41
|
ListNodesPaginator,
|
|
42
42
|
ListOfferingsPaginator,
|
|
43
43
|
ListReservationsPaginator,
|
|
44
|
+
ListSdiSourcesPaginator,
|
|
44
45
|
ListSignalMapsPaginator,
|
|
45
46
|
MediaLiveClient,
|
|
46
47
|
MultiplexCreatedWaiter,
|
|
@@ -99,6 +100,7 @@ Usage::
|
|
|
99
100
|
list_nodes_paginator: ListNodesPaginator = client.get_paginator("list_nodes")
|
|
100
101
|
list_offerings_paginator: ListOfferingsPaginator = client.get_paginator("list_offerings")
|
|
101
102
|
list_reservations_paginator: ListReservationsPaginator = client.get_paginator("list_reservations")
|
|
103
|
+
list_sdi_sources_paginator: ListSdiSourcesPaginator = client.get_paginator("list_sdi_sources")
|
|
102
104
|
list_signal_maps_paginator: ListSignalMapsPaginator = client.get_paginator("list_signal_maps")
|
|
103
105
|
```
|
|
104
106
|
"""
|
|
@@ -123,6 +125,7 @@ from .paginator import (
|
|
|
123
125
|
ListNodesPaginator,
|
|
124
126
|
ListOfferingsPaginator,
|
|
125
127
|
ListReservationsPaginator,
|
|
128
|
+
ListSdiSourcesPaginator,
|
|
126
129
|
ListSignalMapsPaginator,
|
|
127
130
|
)
|
|
128
131
|
from .waiter import (
|
|
@@ -184,6 +187,7 @@ __all__ = (
|
|
|
184
187
|
"ListNodesPaginator",
|
|
185
188
|
"ListOfferingsPaginator",
|
|
186
189
|
"ListReservationsPaginator",
|
|
190
|
+
"ListSdiSourcesPaginator",
|
|
187
191
|
"ListSignalMapsPaginator",
|
|
188
192
|
"MediaLiveClient",
|
|
189
193
|
"MultiplexCreatedWaiter",
|
{mypy_boto3_medialive-1.37.11 → mypy_boto3_medialive-1.37.29}/mypy_boto3_medialive/__main__.py
RENAMED
|
@@ -12,9 +12,9 @@ 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.37.
|
|
16
|
-
"Version: 1.37.
|
|
17
|
-
"Builder version: 8.10.
|
|
15
|
+
"Type annotations for boto3 MediaLive 1.37.29\n"
|
|
16
|
+
"Version: 1.37.29\n"
|
|
17
|
+
"Builder version: 8.10.1\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"
|
|
20
20
|
"Other services: https://pypi.org/project/boto3-stubs/\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.37.
|
|
29
|
+
sys.stdout.write("1.37.29\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -44,6 +44,7 @@ from .paginator import (
|
|
|
44
44
|
ListNodesPaginator,
|
|
45
45
|
ListOfferingsPaginator,
|
|
46
46
|
ListReservationsPaginator,
|
|
47
|
+
ListSdiSourcesPaginator,
|
|
47
48
|
ListSignalMapsPaginator,
|
|
48
49
|
)
|
|
49
50
|
from .type_defs import (
|
|
@@ -88,6 +89,8 @@ from .type_defs import (
|
|
|
88
89
|
CreateNodeResponseTypeDef,
|
|
89
90
|
CreatePartnerInputRequestTypeDef,
|
|
90
91
|
CreatePartnerInputResponseTypeDef,
|
|
92
|
+
CreateSdiSourceRequestTypeDef,
|
|
93
|
+
CreateSdiSourceResponseTypeDef,
|
|
91
94
|
CreateSignalMapRequestTypeDef,
|
|
92
95
|
CreateSignalMapResponseTypeDef,
|
|
93
96
|
CreateTagsRequestTypeDef,
|
|
@@ -114,6 +117,8 @@ from .type_defs import (
|
|
|
114
117
|
DeleteReservationRequestTypeDef,
|
|
115
118
|
DeleteReservationResponseTypeDef,
|
|
116
119
|
DeleteScheduleRequestTypeDef,
|
|
120
|
+
DeleteSdiSourceRequestTypeDef,
|
|
121
|
+
DeleteSdiSourceResponseTypeDef,
|
|
117
122
|
DeleteSignalMapRequestTypeDef,
|
|
118
123
|
DeleteTagsRequestTypeDef,
|
|
119
124
|
DescribeAccountConfigurationResponseTypeDef,
|
|
@@ -145,6 +150,8 @@ from .type_defs import (
|
|
|
145
150
|
DescribeReservationResponseTypeDef,
|
|
146
151
|
DescribeScheduleRequestTypeDef,
|
|
147
152
|
DescribeScheduleResponseTypeDef,
|
|
153
|
+
DescribeSdiSourceRequestTypeDef,
|
|
154
|
+
DescribeSdiSourceResponseTypeDef,
|
|
148
155
|
DescribeThumbnailsRequestTypeDef,
|
|
149
156
|
DescribeThumbnailsResponseTypeDef,
|
|
150
157
|
EmptyResponseMetadataTypeDef,
|
|
@@ -192,6 +199,8 @@ from .type_defs import (
|
|
|
192
199
|
ListOfferingsResponseTypeDef,
|
|
193
200
|
ListReservationsRequestTypeDef,
|
|
194
201
|
ListReservationsResponseTypeDef,
|
|
202
|
+
ListSdiSourcesRequestTypeDef,
|
|
203
|
+
ListSdiSourcesResponseTypeDef,
|
|
195
204
|
ListSignalMapsRequestTypeDef,
|
|
196
205
|
ListSignalMapsResponseTypeDef,
|
|
197
206
|
ListTagsForResourceRequestTypeDef,
|
|
@@ -257,6 +266,8 @@ from .type_defs import (
|
|
|
257
266
|
UpdateNodeStateResponseTypeDef,
|
|
258
267
|
UpdateReservationRequestTypeDef,
|
|
259
268
|
UpdateReservationResponseTypeDef,
|
|
269
|
+
UpdateSdiSourceRequestTypeDef,
|
|
270
|
+
UpdateSdiSourceResponseTypeDef,
|
|
260
271
|
)
|
|
261
272
|
from .waiter import (
|
|
262
273
|
ChannelCreatedWaiter,
|
|
@@ -294,8 +305,10 @@ if sys.version_info >= (3, 12):
|
|
|
294
305
|
else:
|
|
295
306
|
from typing_extensions import Literal, Unpack
|
|
296
307
|
|
|
308
|
+
|
|
297
309
|
__all__ = ("MediaLiveClient",)
|
|
298
310
|
|
|
311
|
+
|
|
299
312
|
class Exceptions(BaseClientExceptions):
|
|
300
313
|
BadGatewayException: Type[BotocoreClientError]
|
|
301
314
|
BadRequestException: Type[BotocoreClientError]
|
|
@@ -308,6 +321,7 @@ class Exceptions(BaseClientExceptions):
|
|
|
308
321
|
TooManyRequestsException: Type[BotocoreClientError]
|
|
309
322
|
UnprocessableEntityException: Type[BotocoreClientError]
|
|
310
323
|
|
|
324
|
+
|
|
311
325
|
class MediaLiveClient(BaseClient):
|
|
312
326
|
"""
|
|
313
327
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/medialive.html#MediaLive.Client)
|
|
@@ -1475,6 +1489,56 @@ class MediaLiveClient(BaseClient):
|
|
|
1475
1489
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_medialive/client/#list_versions)
|
|
1476
1490
|
"""
|
|
1477
1491
|
|
|
1492
|
+
def create_sdi_source(
|
|
1493
|
+
self, **kwargs: Unpack[CreateSdiSourceRequestTypeDef]
|
|
1494
|
+
) -> CreateSdiSourceResponseTypeDef:
|
|
1495
|
+
"""
|
|
1496
|
+
Create an SdiSource for each video source that uses the SDI protocol.
|
|
1497
|
+
|
|
1498
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/medialive/client/create_sdi_source.html)
|
|
1499
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_medialive/client/#create_sdi_source)
|
|
1500
|
+
"""
|
|
1501
|
+
|
|
1502
|
+
def delete_sdi_source(
|
|
1503
|
+
self, **kwargs: Unpack[DeleteSdiSourceRequestTypeDef]
|
|
1504
|
+
) -> DeleteSdiSourceResponseTypeDef:
|
|
1505
|
+
"""
|
|
1506
|
+
Delete an SdiSource.
|
|
1507
|
+
|
|
1508
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/medialive/client/delete_sdi_source.html)
|
|
1509
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_medialive/client/#delete_sdi_source)
|
|
1510
|
+
"""
|
|
1511
|
+
|
|
1512
|
+
def describe_sdi_source(
|
|
1513
|
+
self, **kwargs: Unpack[DescribeSdiSourceRequestTypeDef]
|
|
1514
|
+
) -> DescribeSdiSourceResponseTypeDef:
|
|
1515
|
+
"""
|
|
1516
|
+
Gets details about a SdiSource.
|
|
1517
|
+
|
|
1518
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/medialive/client/describe_sdi_source.html)
|
|
1519
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_medialive/client/#describe_sdi_source)
|
|
1520
|
+
"""
|
|
1521
|
+
|
|
1522
|
+
def list_sdi_sources(
|
|
1523
|
+
self, **kwargs: Unpack[ListSdiSourcesRequestTypeDef]
|
|
1524
|
+
) -> ListSdiSourcesResponseTypeDef:
|
|
1525
|
+
"""
|
|
1526
|
+
List all the SdiSources in the AWS account.
|
|
1527
|
+
|
|
1528
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/medialive/client/list_sdi_sources.html)
|
|
1529
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_medialive/client/#list_sdi_sources)
|
|
1530
|
+
"""
|
|
1531
|
+
|
|
1532
|
+
def update_sdi_source(
|
|
1533
|
+
self, **kwargs: Unpack[UpdateSdiSourceRequestTypeDef]
|
|
1534
|
+
) -> UpdateSdiSourceResponseTypeDef:
|
|
1535
|
+
"""
|
|
1536
|
+
Change some of the settings in an SdiSource.
|
|
1537
|
+
|
|
1538
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/medialive/client/update_sdi_source.html)
|
|
1539
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_medialive/client/#update_sdi_source)
|
|
1540
|
+
"""
|
|
1541
|
+
|
|
1478
1542
|
@overload # type: ignore[override]
|
|
1479
1543
|
def get_paginator( # type: ignore[override]
|
|
1480
1544
|
self, operation_name: Literal["describe_schedule"]
|
|
@@ -1673,6 +1737,17 @@ class MediaLiveClient(BaseClient):
|
|
|
1673
1737
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_medialive/client/#get_paginator)
|
|
1674
1738
|
"""
|
|
1675
1739
|
|
|
1740
|
+
@overload # type: ignore[override]
|
|
1741
|
+
def get_paginator( # type: ignore[override]
|
|
1742
|
+
self, operation_name: Literal["list_sdi_sources"]
|
|
1743
|
+
) -> ListSdiSourcesPaginator:
|
|
1744
|
+
"""
|
|
1745
|
+
Create a paginator for an operation.
|
|
1746
|
+
|
|
1747
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/medialive/client/get_paginator.html)
|
|
1748
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_medialive/client/#get_paginator)
|
|
1749
|
+
"""
|
|
1750
|
+
|
|
1676
1751
|
@overload # type: ignore[override]
|
|
1677
1752
|
def get_paginator( # type: ignore[override]
|
|
1678
1753
|
self, operation_name: Literal["list_signal_maps"]
|
|
@@ -44,6 +44,7 @@ from .paginator import (
|
|
|
44
44
|
ListNodesPaginator,
|
|
45
45
|
ListOfferingsPaginator,
|
|
46
46
|
ListReservationsPaginator,
|
|
47
|
+
ListSdiSourcesPaginator,
|
|
47
48
|
ListSignalMapsPaginator,
|
|
48
49
|
)
|
|
49
50
|
from .type_defs import (
|
|
@@ -88,6 +89,8 @@ from .type_defs import (
|
|
|
88
89
|
CreateNodeResponseTypeDef,
|
|
89
90
|
CreatePartnerInputRequestTypeDef,
|
|
90
91
|
CreatePartnerInputResponseTypeDef,
|
|
92
|
+
CreateSdiSourceRequestTypeDef,
|
|
93
|
+
CreateSdiSourceResponseTypeDef,
|
|
91
94
|
CreateSignalMapRequestTypeDef,
|
|
92
95
|
CreateSignalMapResponseTypeDef,
|
|
93
96
|
CreateTagsRequestTypeDef,
|
|
@@ -114,6 +117,8 @@ from .type_defs import (
|
|
|
114
117
|
DeleteReservationRequestTypeDef,
|
|
115
118
|
DeleteReservationResponseTypeDef,
|
|
116
119
|
DeleteScheduleRequestTypeDef,
|
|
120
|
+
DeleteSdiSourceRequestTypeDef,
|
|
121
|
+
DeleteSdiSourceResponseTypeDef,
|
|
117
122
|
DeleteSignalMapRequestTypeDef,
|
|
118
123
|
DeleteTagsRequestTypeDef,
|
|
119
124
|
DescribeAccountConfigurationResponseTypeDef,
|
|
@@ -145,6 +150,8 @@ from .type_defs import (
|
|
|
145
150
|
DescribeReservationResponseTypeDef,
|
|
146
151
|
DescribeScheduleRequestTypeDef,
|
|
147
152
|
DescribeScheduleResponseTypeDef,
|
|
153
|
+
DescribeSdiSourceRequestTypeDef,
|
|
154
|
+
DescribeSdiSourceResponseTypeDef,
|
|
148
155
|
DescribeThumbnailsRequestTypeDef,
|
|
149
156
|
DescribeThumbnailsResponseTypeDef,
|
|
150
157
|
EmptyResponseMetadataTypeDef,
|
|
@@ -192,6 +199,8 @@ from .type_defs import (
|
|
|
192
199
|
ListOfferingsResponseTypeDef,
|
|
193
200
|
ListReservationsRequestTypeDef,
|
|
194
201
|
ListReservationsResponseTypeDef,
|
|
202
|
+
ListSdiSourcesRequestTypeDef,
|
|
203
|
+
ListSdiSourcesResponseTypeDef,
|
|
195
204
|
ListSignalMapsRequestTypeDef,
|
|
196
205
|
ListSignalMapsResponseTypeDef,
|
|
197
206
|
ListTagsForResourceRequestTypeDef,
|
|
@@ -257,6 +266,8 @@ from .type_defs import (
|
|
|
257
266
|
UpdateNodeStateResponseTypeDef,
|
|
258
267
|
UpdateReservationRequestTypeDef,
|
|
259
268
|
UpdateReservationResponseTypeDef,
|
|
269
|
+
UpdateSdiSourceRequestTypeDef,
|
|
270
|
+
UpdateSdiSourceResponseTypeDef,
|
|
260
271
|
)
|
|
261
272
|
from .waiter import (
|
|
262
273
|
ChannelCreatedWaiter,
|
|
@@ -294,10 +305,8 @@ if sys.version_info >= (3, 12):
|
|
|
294
305
|
else:
|
|
295
306
|
from typing_extensions import Literal, Unpack
|
|
296
307
|
|
|
297
|
-
|
|
298
308
|
__all__ = ("MediaLiveClient",)
|
|
299
309
|
|
|
300
|
-
|
|
301
310
|
class Exceptions(BaseClientExceptions):
|
|
302
311
|
BadGatewayException: Type[BotocoreClientError]
|
|
303
312
|
BadRequestException: Type[BotocoreClientError]
|
|
@@ -310,7 +319,6 @@ class Exceptions(BaseClientExceptions):
|
|
|
310
319
|
TooManyRequestsException: Type[BotocoreClientError]
|
|
311
320
|
UnprocessableEntityException: Type[BotocoreClientError]
|
|
312
321
|
|
|
313
|
-
|
|
314
322
|
class MediaLiveClient(BaseClient):
|
|
315
323
|
"""
|
|
316
324
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/medialive.html#MediaLive.Client)
|
|
@@ -1478,6 +1486,56 @@ class MediaLiveClient(BaseClient):
|
|
|
1478
1486
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_medialive/client/#list_versions)
|
|
1479
1487
|
"""
|
|
1480
1488
|
|
|
1489
|
+
def create_sdi_source(
|
|
1490
|
+
self, **kwargs: Unpack[CreateSdiSourceRequestTypeDef]
|
|
1491
|
+
) -> CreateSdiSourceResponseTypeDef:
|
|
1492
|
+
"""
|
|
1493
|
+
Create an SdiSource for each video source that uses the SDI protocol.
|
|
1494
|
+
|
|
1495
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/medialive/client/create_sdi_source.html)
|
|
1496
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_medialive/client/#create_sdi_source)
|
|
1497
|
+
"""
|
|
1498
|
+
|
|
1499
|
+
def delete_sdi_source(
|
|
1500
|
+
self, **kwargs: Unpack[DeleteSdiSourceRequestTypeDef]
|
|
1501
|
+
) -> DeleteSdiSourceResponseTypeDef:
|
|
1502
|
+
"""
|
|
1503
|
+
Delete an SdiSource.
|
|
1504
|
+
|
|
1505
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/medialive/client/delete_sdi_source.html)
|
|
1506
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_medialive/client/#delete_sdi_source)
|
|
1507
|
+
"""
|
|
1508
|
+
|
|
1509
|
+
def describe_sdi_source(
|
|
1510
|
+
self, **kwargs: Unpack[DescribeSdiSourceRequestTypeDef]
|
|
1511
|
+
) -> DescribeSdiSourceResponseTypeDef:
|
|
1512
|
+
"""
|
|
1513
|
+
Gets details about a SdiSource.
|
|
1514
|
+
|
|
1515
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/medialive/client/describe_sdi_source.html)
|
|
1516
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_medialive/client/#describe_sdi_source)
|
|
1517
|
+
"""
|
|
1518
|
+
|
|
1519
|
+
def list_sdi_sources(
|
|
1520
|
+
self, **kwargs: Unpack[ListSdiSourcesRequestTypeDef]
|
|
1521
|
+
) -> ListSdiSourcesResponseTypeDef:
|
|
1522
|
+
"""
|
|
1523
|
+
List all the SdiSources in the AWS account.
|
|
1524
|
+
|
|
1525
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/medialive/client/list_sdi_sources.html)
|
|
1526
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_medialive/client/#list_sdi_sources)
|
|
1527
|
+
"""
|
|
1528
|
+
|
|
1529
|
+
def update_sdi_source(
|
|
1530
|
+
self, **kwargs: Unpack[UpdateSdiSourceRequestTypeDef]
|
|
1531
|
+
) -> UpdateSdiSourceResponseTypeDef:
|
|
1532
|
+
"""
|
|
1533
|
+
Change some of the settings in an SdiSource.
|
|
1534
|
+
|
|
1535
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/medialive/client/update_sdi_source.html)
|
|
1536
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_medialive/client/#update_sdi_source)
|
|
1537
|
+
"""
|
|
1538
|
+
|
|
1481
1539
|
@overload # type: ignore[override]
|
|
1482
1540
|
def get_paginator( # type: ignore[override]
|
|
1483
1541
|
self, operation_name: Literal["describe_schedule"]
|
|
@@ -1676,6 +1734,17 @@ class MediaLiveClient(BaseClient):
|
|
|
1676
1734
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_medialive/client/#get_paginator)
|
|
1677
1735
|
"""
|
|
1678
1736
|
|
|
1737
|
+
@overload # type: ignore[override]
|
|
1738
|
+
def get_paginator( # type: ignore[override]
|
|
1739
|
+
self, operation_name: Literal["list_sdi_sources"]
|
|
1740
|
+
) -> ListSdiSourcesPaginator:
|
|
1741
|
+
"""
|
|
1742
|
+
Create a paginator for an operation.
|
|
1743
|
+
|
|
1744
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/medialive/client/get_paginator.html)
|
|
1745
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_medialive/client/#get_paginator)
|
|
1746
|
+
"""
|
|
1747
|
+
|
|
1679
1748
|
@overload # type: ignore[override]
|
|
1680
1749
|
def get_paginator( # type: ignore[override]
|
|
1681
1750
|
self, operation_name: Literal["list_signal_maps"]
|
{mypy_boto3_medialive-1.37.11 → mypy_boto3_medialive-1.37.29}/mypy_boto3_medialive/literals.py
RENAMED
|
@@ -260,6 +260,7 @@ __all__ = (
|
|
|
260
260
|
"ListNodesPaginatorName",
|
|
261
261
|
"ListOfferingsPaginatorName",
|
|
262
262
|
"ListReservationsPaginatorName",
|
|
263
|
+
"ListSdiSourcesPaginatorName",
|
|
263
264
|
"ListSignalMapsPaginatorName",
|
|
264
265
|
"LogLevelType",
|
|
265
266
|
"M2tsAbsentInputAudioBehaviorType",
|
|
@@ -352,6 +353,9 @@ __all__ = (
|
|
|
352
353
|
"Scte35SpliceInsertWebDeliveryAllowedBehaviorType",
|
|
353
354
|
"Scte35TypeType",
|
|
354
355
|
"Scte35WebDeliveryAllowedFlagType",
|
|
356
|
+
"SdiSourceModeType",
|
|
357
|
+
"SdiSourceStateType",
|
|
358
|
+
"SdiSourceTypeType",
|
|
355
359
|
"ServiceName",
|
|
356
360
|
"SignalMapCreatedWaiterName",
|
|
357
361
|
"SignalMapMonitorDeletedWaiterName",
|
|
@@ -824,6 +828,8 @@ InputTypeType = Literal[
|
|
|
824
828
|
"RTMP_PULL",
|
|
825
829
|
"RTMP_PUSH",
|
|
826
830
|
"RTP_PUSH",
|
|
831
|
+
"SDI",
|
|
832
|
+
"SMPTE_2110_RECEIVER_GROUP",
|
|
827
833
|
"SRT_CALLER",
|
|
828
834
|
"TS_FILE",
|
|
829
835
|
"UDP_PUSH",
|
|
@@ -847,6 +853,7 @@ ListNetworksPaginatorName = Literal["list_networks"]
|
|
|
847
853
|
ListNodesPaginatorName = Literal["list_nodes"]
|
|
848
854
|
ListOfferingsPaginatorName = Literal["list_offerings"]
|
|
849
855
|
ListReservationsPaginatorName = Literal["list_reservations"]
|
|
856
|
+
ListSdiSourcesPaginatorName = Literal["list_sdi_sources"]
|
|
850
857
|
ListSignalMapsPaginatorName = Literal["list_signal_maps"]
|
|
851
858
|
LogLevelType = Literal["DEBUG", "DISABLED", "ERROR", "INFO", "WARNING"]
|
|
852
859
|
M2tsAbsentInputAudioBehaviorType = Literal["DROP", "ENCODE_SILENCE"]
|
|
@@ -991,6 +998,9 @@ Scte35SpliceInsertNoRegionalBlackoutBehaviorType = Literal["FOLLOW", "IGNORE"]
|
|
|
991
998
|
Scte35SpliceInsertWebDeliveryAllowedBehaviorType = Literal["FOLLOW", "IGNORE"]
|
|
992
999
|
Scte35TypeType = Literal["NONE", "SCTE_35_WITHOUT_SEGMENTATION"]
|
|
993
1000
|
Scte35WebDeliveryAllowedFlagType = Literal["WEB_DELIVERY_ALLOWED", "WEB_DELIVERY_NOT_ALLOWED"]
|
|
1001
|
+
SdiSourceModeType = Literal["INTERLEAVE", "QUADRANT"]
|
|
1002
|
+
SdiSourceStateType = Literal["DELETED", "IDLE", "IN_USE"]
|
|
1003
|
+
SdiSourceTypeType = Literal["QUAD", "SINGLE"]
|
|
994
1004
|
SignalMapCreatedWaiterName = Literal["signal_map_created"]
|
|
995
1005
|
SignalMapMonitorDeletedWaiterName = Literal["signal_map_monitor_deleted"]
|
|
996
1006
|
SignalMapMonitorDeployedWaiterName = Literal["signal_map_monitor_deployed"]
|
|
@@ -1512,6 +1522,7 @@ PaginatorName = Literal[
|
|
|
1512
1522
|
"list_nodes",
|
|
1513
1523
|
"list_offerings",
|
|
1514
1524
|
"list_reservations",
|
|
1525
|
+
"list_sdi_sources",
|
|
1515
1526
|
"list_signal_maps",
|
|
1516
1527
|
]
|
|
1517
1528
|
WaiterName = Literal[
|
{mypy_boto3_medialive-1.37.11 → mypy_boto3_medialive-1.37.29}/mypy_boto3_medialive/literals.pyi
RENAMED
|
@@ -259,6 +259,7 @@ __all__ = (
|
|
|
259
259
|
"ListNodesPaginatorName",
|
|
260
260
|
"ListOfferingsPaginatorName",
|
|
261
261
|
"ListReservationsPaginatorName",
|
|
262
|
+
"ListSdiSourcesPaginatorName",
|
|
262
263
|
"ListSignalMapsPaginatorName",
|
|
263
264
|
"LogLevelType",
|
|
264
265
|
"M2tsAbsentInputAudioBehaviorType",
|
|
@@ -351,6 +352,9 @@ __all__ = (
|
|
|
351
352
|
"Scte35SpliceInsertWebDeliveryAllowedBehaviorType",
|
|
352
353
|
"Scte35TypeType",
|
|
353
354
|
"Scte35WebDeliveryAllowedFlagType",
|
|
355
|
+
"SdiSourceModeType",
|
|
356
|
+
"SdiSourceStateType",
|
|
357
|
+
"SdiSourceTypeType",
|
|
354
358
|
"ServiceName",
|
|
355
359
|
"SignalMapCreatedWaiterName",
|
|
356
360
|
"SignalMapMonitorDeletedWaiterName",
|
|
@@ -822,6 +826,8 @@ InputTypeType = Literal[
|
|
|
822
826
|
"RTMP_PULL",
|
|
823
827
|
"RTMP_PUSH",
|
|
824
828
|
"RTP_PUSH",
|
|
829
|
+
"SDI",
|
|
830
|
+
"SMPTE_2110_RECEIVER_GROUP",
|
|
825
831
|
"SRT_CALLER",
|
|
826
832
|
"TS_FILE",
|
|
827
833
|
"UDP_PUSH",
|
|
@@ -845,6 +851,7 @@ ListNetworksPaginatorName = Literal["list_networks"]
|
|
|
845
851
|
ListNodesPaginatorName = Literal["list_nodes"]
|
|
846
852
|
ListOfferingsPaginatorName = Literal["list_offerings"]
|
|
847
853
|
ListReservationsPaginatorName = Literal["list_reservations"]
|
|
854
|
+
ListSdiSourcesPaginatorName = Literal["list_sdi_sources"]
|
|
848
855
|
ListSignalMapsPaginatorName = Literal["list_signal_maps"]
|
|
849
856
|
LogLevelType = Literal["DEBUG", "DISABLED", "ERROR", "INFO", "WARNING"]
|
|
850
857
|
M2tsAbsentInputAudioBehaviorType = Literal["DROP", "ENCODE_SILENCE"]
|
|
@@ -989,6 +996,9 @@ Scte35SpliceInsertNoRegionalBlackoutBehaviorType = Literal["FOLLOW", "IGNORE"]
|
|
|
989
996
|
Scte35SpliceInsertWebDeliveryAllowedBehaviorType = Literal["FOLLOW", "IGNORE"]
|
|
990
997
|
Scte35TypeType = Literal["NONE", "SCTE_35_WITHOUT_SEGMENTATION"]
|
|
991
998
|
Scte35WebDeliveryAllowedFlagType = Literal["WEB_DELIVERY_ALLOWED", "WEB_DELIVERY_NOT_ALLOWED"]
|
|
999
|
+
SdiSourceModeType = Literal["INTERLEAVE", "QUADRANT"]
|
|
1000
|
+
SdiSourceStateType = Literal["DELETED", "IDLE", "IN_USE"]
|
|
1001
|
+
SdiSourceTypeType = Literal["QUAD", "SINGLE"]
|
|
992
1002
|
SignalMapCreatedWaiterName = Literal["signal_map_created"]
|
|
993
1003
|
SignalMapMonitorDeletedWaiterName = Literal["signal_map_monitor_deleted"]
|
|
994
1004
|
SignalMapMonitorDeployedWaiterName = Literal["signal_map_monitor_deployed"]
|
|
@@ -1510,6 +1520,7 @@ PaginatorName = Literal[
|
|
|
1510
1520
|
"list_nodes",
|
|
1511
1521
|
"list_offerings",
|
|
1512
1522
|
"list_reservations",
|
|
1523
|
+
"list_sdi_sources",
|
|
1513
1524
|
"list_signal_maps",
|
|
1514
1525
|
]
|
|
1515
1526
|
WaiterName = Literal[
|