mypy-boto3-transfer 1.36.0__py3-none-any.whl → 1.37.0__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.
- mypy_boto3_transfer/__init__.py +4 -2
- mypy_boto3_transfer/__init__.pyi +4 -2
- mypy_boto3_transfer/__main__.py +4 -4
- mypy_boto3_transfer/client.py +140 -146
- mypy_boto3_transfer/client.pyi +140 -146
- mypy_boto3_transfer/literals.py +2 -3
- mypy_boto3_transfer/literals.pyi +2 -3
- mypy_boto3_transfer/paginator.py +2 -2
- mypy_boto3_transfer/paginator.pyi +2 -2
- mypy_boto3_transfer/type_defs.py +314 -274
- mypy_boto3_transfer/type_defs.pyi +295 -262
- mypy_boto3_transfer/version.py +1 -1
- mypy_boto3_transfer/waiter.py +4 -4
- mypy_boto3_transfer/waiter.pyi +4 -4
- {mypy_boto3_transfer-1.36.0.dist-info → mypy_boto3_transfer-1.37.0.dist-info}/METADATA +12 -8
- mypy_boto3_transfer-1.37.0.dist-info/RECORD +20 -0
- mypy_boto3_transfer-1.36.0.dist-info/RECORD +0 -20
- {mypy_boto3_transfer-1.36.0.dist-info → mypy_boto3_transfer-1.37.0.dist-info}/LICENSE +0 -0
- {mypy_boto3_transfer-1.36.0.dist-info → mypy_boto3_transfer-1.37.0.dist-info}/WHEEL +0 -0
- {mypy_boto3_transfer-1.36.0.dist-info → mypy_boto3_transfer-1.37.0.dist-info}/top_level.txt +0 -0
mypy_boto3_transfer/literals.py
CHANGED
|
@@ -3,6 +3,8 @@ Type annotations for transfer service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/literals/)
|
|
5
5
|
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
@@ -10,8 +12,6 @@ Usage::
|
|
|
10
12
|
|
|
11
13
|
data: AgreementStatusTypeType = "ACTIVE"
|
|
12
14
|
```
|
|
13
|
-
|
|
14
|
-
Copyright 2025 Vlad Emelianov
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
17
|
import sys
|
|
@@ -277,7 +277,6 @@ ServiceName = Literal[
|
|
|
277
277
|
"efs",
|
|
278
278
|
"eks",
|
|
279
279
|
"eks-auth",
|
|
280
|
-
"elastic-inference",
|
|
281
280
|
"elasticache",
|
|
282
281
|
"elasticbeanstalk",
|
|
283
282
|
"elastictranscoder",
|
mypy_boto3_transfer/literals.pyi
CHANGED
|
@@ -3,6 +3,8 @@ Type annotations for transfer service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/literals/)
|
|
5
5
|
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
@@ -10,8 +12,6 @@ Usage::
|
|
|
10
12
|
|
|
11
13
|
data: AgreementStatusTypeType = "ACTIVE"
|
|
12
14
|
```
|
|
13
|
-
|
|
14
|
-
Copyright 2025 Vlad Emelianov
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
17
|
import sys
|
|
@@ -275,7 +275,6 @@ ServiceName = Literal[
|
|
|
275
275
|
"efs",
|
|
276
276
|
"eks",
|
|
277
277
|
"eks-auth",
|
|
278
|
-
"elastic-inference",
|
|
279
278
|
"elasticache",
|
|
280
279
|
"elasticbeanstalk",
|
|
281
280
|
"elastictranscoder",
|
mypy_boto3_transfer/paginator.py
CHANGED
|
@@ -3,6 +3,8 @@ Type annotations for transfer service client paginators.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/paginators/)
|
|
5
5
|
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
@@ -42,8 +44,6 @@ Usage::
|
|
|
42
44
|
list_web_apps_paginator: ListWebAppsPaginator = client.get_paginator("list_web_apps")
|
|
43
45
|
list_workflows_paginator: ListWorkflowsPaginator = client.get_paginator("list_workflows")
|
|
44
46
|
```
|
|
45
|
-
|
|
46
|
-
Copyright 2025 Vlad Emelianov
|
|
47
47
|
"""
|
|
48
48
|
|
|
49
49
|
from __future__ import annotations
|
|
@@ -3,6 +3,8 @@ Type annotations for transfer service client paginators.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/paginators/)
|
|
5
5
|
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
@@ -42,8 +44,6 @@ Usage::
|
|
|
42
44
|
list_web_apps_paginator: ListWebAppsPaginator = client.get_paginator("list_web_apps")
|
|
43
45
|
list_workflows_paginator: ListWorkflowsPaginator = client.get_paginator("list_workflows")
|
|
44
46
|
```
|
|
45
|
-
|
|
46
|
-
Copyright 2025 Vlad Emelianov
|
|
47
47
|
"""
|
|
48
48
|
|
|
49
49
|
from __future__ import annotations
|