mypy-boto3-transfer 1.41.2__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.41.2 → mypy_boto3_transfer-1.42.43}/LICENSE +1 -1
- {mypy_boto3_transfer-1.41.2 → mypy_boto3_transfer-1.42.43}/PKG-INFO +7 -7
- {mypy_boto3_transfer-1.41.2 → mypy_boto3_transfer-1.42.43}/README.md +5 -5
- {mypy_boto3_transfer-1.41.2 → mypy_boto3_transfer-1.42.43}/mypy_boto3_transfer/__init__.py +1 -1
- {mypy_boto3_transfer-1.41.2 → mypy_boto3_transfer-1.42.43}/mypy_boto3_transfer/__init__.pyi +1 -1
- {mypy_boto3_transfer-1.41.2 → mypy_boto3_transfer-1.42.43}/mypy_boto3_transfer/__main__.py +4 -4
- {mypy_boto3_transfer-1.41.2 → mypy_boto3_transfer-1.42.43}/mypy_boto3_transfer/client.py +1 -1
- {mypy_boto3_transfer-1.41.2 → mypy_boto3_transfer-1.42.43}/mypy_boto3_transfer/client.pyi +1 -1
- {mypy_boto3_transfer-1.41.2 → mypy_boto3_transfer-1.42.43}/mypy_boto3_transfer/literals.py +8 -3
- {mypy_boto3_transfer-1.41.2 → mypy_boto3_transfer-1.42.43}/mypy_boto3_transfer/literals.pyi +8 -3
- {mypy_boto3_transfer-1.41.2 → mypy_boto3_transfer-1.42.43}/mypy_boto3_transfer/paginator.py +1 -1
- {mypy_boto3_transfer-1.41.2 → mypy_boto3_transfer-1.42.43}/mypy_boto3_transfer/paginator.pyi +1 -1
- mypy_boto3_transfer-1.41.2/mypy_boto3_transfer/type_defs.pyi → mypy_boto3_transfer-1.42.43/mypy_boto3_transfer/type_defs.py +313 -40
- mypy_boto3_transfer-1.41.2/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.41.2 → mypy_boto3_transfer-1.42.43}/mypy_boto3_transfer/waiter.py +1 -1
- {mypy_boto3_transfer-1.41.2 → mypy_boto3_transfer-1.42.43}/mypy_boto3_transfer/waiter.pyi +1 -1
- {mypy_boto3_transfer-1.41.2 → mypy_boto3_transfer-1.42.43}/mypy_boto3_transfer.egg-info/PKG-INFO +7 -7
- {mypy_boto3_transfer-1.41.2 → mypy_boto3_transfer-1.42.43}/pyproject.toml +3 -3
- mypy_boto3_transfer-1.41.2/mypy_boto3_transfer/version.py +0 -7
- {mypy_boto3_transfer-1.41.2 → mypy_boto3_transfer-1.42.43}/mypy_boto3_transfer/py.typed +0 -0
- {mypy_boto3_transfer-1.41.2 → mypy_boto3_transfer-1.42.43}/mypy_boto3_transfer.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_transfer-1.41.2 → mypy_boto3_transfer-1.42.43}/mypy_boto3_transfer.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_transfer-1.41.2 → mypy_boto3_transfer-1.42.43}/mypy_boto3_transfer.egg-info/requires.txt +0 -0
- {mypy_boto3_transfer-1.41.2 → mypy_boto3_transfer-1.42.43}/mypy_boto3_transfer.egg-info/top_level.txt +0 -0
- {mypy_boto3_transfer-1.41.2 → 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.
|
|
4
|
-
Summary: Type annotations for boto3 Transfer 1.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
16
|
-
"Version: 1.
|
|
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.
|
|
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",
|
|
@@ -430,6 +429,7 @@ ServiceName = Literal[
|
|
|
430
429
|
"networkmonitor",
|
|
431
430
|
"notifications",
|
|
432
431
|
"notificationscontacts",
|
|
432
|
+
"nova-act",
|
|
433
433
|
"oam",
|
|
434
434
|
"observabilityadmin",
|
|
435
435
|
"odb",
|
|
@@ -440,6 +440,8 @@ ServiceName = Literal[
|
|
|
440
440
|
"osis",
|
|
441
441
|
"outposts",
|
|
442
442
|
"panorama",
|
|
443
|
+
"partnercentral-account",
|
|
444
|
+
"partnercentral-benefits",
|
|
443
445
|
"partnercentral-channel",
|
|
444
446
|
"partnercentral-selling",
|
|
445
447
|
"payment-cryptography",
|
|
@@ -482,6 +484,7 @@ ServiceName = Literal[
|
|
|
482
484
|
"route53-recovery-control-config",
|
|
483
485
|
"route53-recovery-readiness",
|
|
484
486
|
"route53domains",
|
|
487
|
+
"route53globalresolver",
|
|
485
488
|
"route53profiles",
|
|
486
489
|
"route53resolver",
|
|
487
490
|
"rtbfabric",
|
|
@@ -556,6 +559,7 @@ ServiceName = Literal[
|
|
|
556
559
|
"waf-regional",
|
|
557
560
|
"wafv2",
|
|
558
561
|
"wellarchitected",
|
|
562
|
+
"wickr",
|
|
559
563
|
"wisdom",
|
|
560
564
|
"workdocs",
|
|
561
565
|
"workmail",
|
|
@@ -599,6 +603,7 @@ RegionName = Literal[
|
|
|
599
603
|
"ap-southeast-3",
|
|
600
604
|
"ap-southeast-4",
|
|
601
605
|
"ap-southeast-5",
|
|
606
|
+
"ap-southeast-6",
|
|
602
607
|
"ap-southeast-7",
|
|
603
608
|
"ca-central-1",
|
|
604
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",
|
|
@@ -428,6 +427,7 @@ ServiceName = Literal[
|
|
|
428
427
|
"networkmonitor",
|
|
429
428
|
"notifications",
|
|
430
429
|
"notificationscontacts",
|
|
430
|
+
"nova-act",
|
|
431
431
|
"oam",
|
|
432
432
|
"observabilityadmin",
|
|
433
433
|
"odb",
|
|
@@ -438,6 +438,8 @@ ServiceName = Literal[
|
|
|
438
438
|
"osis",
|
|
439
439
|
"outposts",
|
|
440
440
|
"panorama",
|
|
441
|
+
"partnercentral-account",
|
|
442
|
+
"partnercentral-benefits",
|
|
441
443
|
"partnercentral-channel",
|
|
442
444
|
"partnercentral-selling",
|
|
443
445
|
"payment-cryptography",
|
|
@@ -480,6 +482,7 @@ ServiceName = Literal[
|
|
|
480
482
|
"route53-recovery-control-config",
|
|
481
483
|
"route53-recovery-readiness",
|
|
482
484
|
"route53domains",
|
|
485
|
+
"route53globalresolver",
|
|
483
486
|
"route53profiles",
|
|
484
487
|
"route53resolver",
|
|
485
488
|
"rtbfabric",
|
|
@@ -554,6 +557,7 @@ ServiceName = Literal[
|
|
|
554
557
|
"waf-regional",
|
|
555
558
|
"wafv2",
|
|
556
559
|
"wellarchitected",
|
|
560
|
+
"wickr",
|
|
557
561
|
"wisdom",
|
|
558
562
|
"workdocs",
|
|
559
563
|
"workmail",
|
|
@@ -597,6 +601,7 @@ RegionName = Literal[
|
|
|
597
601
|
"ap-southeast-3",
|
|
598
602
|
"ap-southeast-4",
|
|
599
603
|
"ap-southeast-5",
|
|
604
|
+
"ap-southeast-6",
|
|
600
605
|
"ap-southeast-7",
|
|
601
606
|
"ca-central-1",
|
|
602
607
|
"ca-west-1",
|