mypy-boto3-transfer 1.42.3__tar.gz → 1.42.43__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_transfer-1.42.3 → mypy_boto3_transfer-1.42.43}/LICENSE +1 -1
- {mypy_boto3_transfer-1.42.3 → mypy_boto3_transfer-1.42.43}/PKG-INFO +7 -7
- {mypy_boto3_transfer-1.42.3 → mypy_boto3_transfer-1.42.43}/README.md +5 -5
- {mypy_boto3_transfer-1.42.3 → mypy_boto3_transfer-1.42.43}/mypy_boto3_transfer/__init__.py +1 -1
- {mypy_boto3_transfer-1.42.3 → mypy_boto3_transfer-1.42.43}/mypy_boto3_transfer/__init__.pyi +1 -1
- {mypy_boto3_transfer-1.42.3 → mypy_boto3_transfer-1.42.43}/mypy_boto3_transfer/__main__.py +4 -4
- {mypy_boto3_transfer-1.42.3 → mypy_boto3_transfer-1.42.43}/mypy_boto3_transfer/client.py +1 -1
- {mypy_boto3_transfer-1.42.3 → mypy_boto3_transfer-1.42.43}/mypy_boto3_transfer/client.pyi +1 -1
- {mypy_boto3_transfer-1.42.3 → mypy_boto3_transfer-1.42.43}/mypy_boto3_transfer/literals.py +4 -3
- {mypy_boto3_transfer-1.42.3 → mypy_boto3_transfer-1.42.43}/mypy_boto3_transfer/literals.pyi +4 -3
- {mypy_boto3_transfer-1.42.3 → mypy_boto3_transfer-1.42.43}/mypy_boto3_transfer/paginator.py +1 -1
- {mypy_boto3_transfer-1.42.3 → mypy_boto3_transfer-1.42.43}/mypy_boto3_transfer/paginator.pyi +1 -1
- mypy_boto3_transfer-1.42.3/mypy_boto3_transfer/type_defs.pyi → mypy_boto3_transfer-1.42.43/mypy_boto3_transfer/type_defs.py +313 -40
- mypy_boto3_transfer-1.42.3/mypy_boto3_transfer/type_defs.py → mypy_boto3_transfer-1.42.43/mypy_boto3_transfer/type_defs.pyi +70 -270
- mypy_boto3_transfer-1.42.43/mypy_boto3_transfer/version.py +7 -0
- {mypy_boto3_transfer-1.42.3 → mypy_boto3_transfer-1.42.43}/mypy_boto3_transfer/waiter.py +1 -1
- {mypy_boto3_transfer-1.42.3 → mypy_boto3_transfer-1.42.43}/mypy_boto3_transfer/waiter.pyi +1 -1
- {mypy_boto3_transfer-1.42.3 → mypy_boto3_transfer-1.42.43}/mypy_boto3_transfer.egg-info/PKG-INFO +7 -7
- {mypy_boto3_transfer-1.42.3 → mypy_boto3_transfer-1.42.43}/pyproject.toml +3 -3
- mypy_boto3_transfer-1.42.3/mypy_boto3_transfer/version.py +0 -7
- {mypy_boto3_transfer-1.42.3 → mypy_boto3_transfer-1.42.43}/mypy_boto3_transfer/py.typed +0 -0
- {mypy_boto3_transfer-1.42.3 → mypy_boto3_transfer-1.42.43}/mypy_boto3_transfer.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_transfer-1.42.3 → mypy_boto3_transfer-1.42.43}/mypy_boto3_transfer.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_transfer-1.42.3 → mypy_boto3_transfer-1.42.43}/mypy_boto3_transfer.egg-info/requires.txt +0 -0
- {mypy_boto3_transfer-1.42.3 → mypy_boto3_transfer-1.42.43}/mypy_boto3_transfer.egg-info/top_level.txt +0 -0
- {mypy_boto3_transfer-1.42.3 → mypy_boto3_transfer-1.42.43}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-transfer
|
|
3
|
-
Version: 1.42.
|
|
4
|
-
Summary: Type annotations for boto3 Transfer 1.42.
|
|
3
|
+
Version: 1.42.43
|
|
4
|
+
Summary: Type annotations for boto3 Transfer 1.42.43 service generated with mypy-boto3-builder 8.12.0
|
|
5
5
|
Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
|
|
@@ -42,7 +42,7 @@ Dynamic: license-file
|
|
|
42
42
|
|
|
43
43
|

|
|
44
44
|
|
|
45
|
-
Type annotations for [boto3 Transfer 1.42.
|
|
45
|
+
Type annotations for [boto3 Transfer 1.42.43](https://pypi.org/project/boto3/)
|
|
46
46
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
47
47
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
48
48
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -105,7 +105,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
105
105
|
isolation.
|
|
106
106
|
|
|
107
107
|
1. Run mypy-boto3-builder in your package root directory:
|
|
108
|
-
`uvx --with 'boto3==1.42.
|
|
108
|
+
`uvx --with 'boto3==1.42.43' mypy-boto3-builder`
|
|
109
109
|
2. Select `boto3-stubs` AWS SDK.
|
|
110
110
|
3. Add `Transfer` service.
|
|
111
111
|
4. Use provided commands to install generated packages.
|
|
@@ -428,12 +428,12 @@ Full list of `Transfer` TypeDefs can be found in
|
|
|
428
428
|
|
|
429
429
|
```python
|
|
430
430
|
# TypedDict usage example
|
|
431
|
-
from mypy_boto3_transfer.type_defs import
|
|
431
|
+
from mypy_boto3_transfer.type_defs import As2AsyncMdnConnectorConfigOutputTypeDef
|
|
432
432
|
|
|
433
433
|
|
|
434
|
-
def get_value() ->
|
|
434
|
+
def get_value() -> As2AsyncMdnConnectorConfigOutputTypeDef:
|
|
435
435
|
return {
|
|
436
|
-
"
|
|
436
|
+
"Url": ...,
|
|
437
437
|
}
|
|
438
438
|
```
|
|
439
439
|
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 Transfer 1.42.
|
|
12
|
+
Type annotations for [boto3 Transfer 1.42.43](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.42.
|
|
75
|
+
`uvx --with 'boto3==1.42.43' mypy-boto3-builder`
|
|
76
76
|
2. Select `boto3-stubs` AWS SDK.
|
|
77
77
|
3. Add `Transfer` service.
|
|
78
78
|
4. Use provided commands to install generated packages.
|
|
@@ -395,12 +395,12 @@ Full list of `Transfer` TypeDefs can be found in
|
|
|
395
395
|
|
|
396
396
|
```python
|
|
397
397
|
# TypedDict usage example
|
|
398
|
-
from mypy_boto3_transfer.type_defs import
|
|
398
|
+
from mypy_boto3_transfer.type_defs import As2AsyncMdnConnectorConfigOutputTypeDef
|
|
399
399
|
|
|
400
400
|
|
|
401
|
-
def get_value() ->
|
|
401
|
+
def get_value() -> As2AsyncMdnConnectorConfigOutputTypeDef:
|
|
402
402
|
return {
|
|
403
|
-
"
|
|
403
|
+
"Url": ...,
|
|
404
404
|
}
|
|
405
405
|
```
|
|
406
406
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Main CLI entrypoint.
|
|
3
3
|
|
|
4
|
-
Copyright
|
|
4
|
+
Copyright 2026 Vlad Emelianov
|
|
5
5
|
"""
|
|
6
6
|
|
|
7
7
|
import sys
|
|
@@ -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 Transfer 1.42.
|
|
16
|
-
"Version: 1.42.
|
|
15
|
+
"Type annotations for boto3 Transfer 1.42.43\n"
|
|
16
|
+
"Version: 1.42.43\n"
|
|
17
17
|
"Builder version: 8.12.0\n"
|
|
18
18
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#transfer\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.42.
|
|
29
|
+
sys.stdout.write("1.42.43\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -3,7 +3,7 @@ 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
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -131,7 +131,7 @@ ListUsersPaginatorName = Literal["list_users"]
|
|
|
131
131
|
ListWebAppsPaginatorName = Literal["list_web_apps"]
|
|
132
132
|
ListWorkflowsPaginatorName = Literal["list_workflows"]
|
|
133
133
|
MapTypeType = Literal["DIRECTORY", "FILE"]
|
|
134
|
-
MdnResponseType = Literal["NONE", "SYNC"]
|
|
134
|
+
MdnResponseType = Literal["ASYNC", "NONE", "SYNC"]
|
|
135
135
|
MdnSigningAlgType = Literal["DEFAULT", "NONE", "SHA1", "SHA256", "SHA384", "SHA512"]
|
|
136
136
|
OverwriteExistingType = Literal["FALSE", "TRUE"]
|
|
137
137
|
PreserveContentTypeType = Literal["DISABLED", "ENABLED"]
|
|
@@ -295,7 +295,6 @@ ServiceName = Literal[
|
|
|
295
295
|
"eks-auth",
|
|
296
296
|
"elasticache",
|
|
297
297
|
"elasticbeanstalk",
|
|
298
|
-
"elastictranscoder",
|
|
299
298
|
"elb",
|
|
300
299
|
"elbv2",
|
|
301
300
|
"emr",
|
|
@@ -560,6 +559,7 @@ ServiceName = Literal[
|
|
|
560
559
|
"waf-regional",
|
|
561
560
|
"wafv2",
|
|
562
561
|
"wellarchitected",
|
|
562
|
+
"wickr",
|
|
563
563
|
"wisdom",
|
|
564
564
|
"workdocs",
|
|
565
565
|
"workmail",
|
|
@@ -603,6 +603,7 @@ RegionName = Literal[
|
|
|
603
603
|
"ap-southeast-3",
|
|
604
604
|
"ap-southeast-4",
|
|
605
605
|
"ap-southeast-5",
|
|
606
|
+
"ap-southeast-6",
|
|
606
607
|
"ap-southeast-7",
|
|
607
608
|
"ca-central-1",
|
|
608
609
|
"ca-west-1",
|
|
@@ -3,7 +3,7 @@ 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
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -129,7 +129,7 @@ ListUsersPaginatorName = Literal["list_users"]
|
|
|
129
129
|
ListWebAppsPaginatorName = Literal["list_web_apps"]
|
|
130
130
|
ListWorkflowsPaginatorName = Literal["list_workflows"]
|
|
131
131
|
MapTypeType = Literal["DIRECTORY", "FILE"]
|
|
132
|
-
MdnResponseType = Literal["NONE", "SYNC"]
|
|
132
|
+
MdnResponseType = Literal["ASYNC", "NONE", "SYNC"]
|
|
133
133
|
MdnSigningAlgType = Literal["DEFAULT", "NONE", "SHA1", "SHA256", "SHA384", "SHA512"]
|
|
134
134
|
OverwriteExistingType = Literal["FALSE", "TRUE"]
|
|
135
135
|
PreserveContentTypeType = Literal["DISABLED", "ENABLED"]
|
|
@@ -293,7 +293,6 @@ ServiceName = Literal[
|
|
|
293
293
|
"eks-auth",
|
|
294
294
|
"elasticache",
|
|
295
295
|
"elasticbeanstalk",
|
|
296
|
-
"elastictranscoder",
|
|
297
296
|
"elb",
|
|
298
297
|
"elbv2",
|
|
299
298
|
"emr",
|
|
@@ -558,6 +557,7 @@ ServiceName = Literal[
|
|
|
558
557
|
"waf-regional",
|
|
559
558
|
"wafv2",
|
|
560
559
|
"wellarchitected",
|
|
560
|
+
"wickr",
|
|
561
561
|
"wisdom",
|
|
562
562
|
"workdocs",
|
|
563
563
|
"workmail",
|
|
@@ -601,6 +601,7 @@ RegionName = Literal[
|
|
|
601
601
|
"ap-southeast-3",
|
|
602
602
|
"ap-southeast-4",
|
|
603
603
|
"ap-southeast-5",
|
|
604
|
+
"ap-southeast-6",
|
|
604
605
|
"ap-southeast-7",
|
|
605
606
|
"ca-central-1",
|
|
606
607
|
"ca-west-1",
|