mypy-boto3-transfer 1.35.72__tar.gz → 1.35.84__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.35.72 → mypy_boto3_transfer-1.35.84}/PKG-INFO +21 -7
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.84}/README.md +19 -5
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.84}/mypy_boto3_transfer/__main__.py +4 -4
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.84}/mypy_boto3_transfer/literals.py +11 -0
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.84}/mypy_boto3_transfer/literals.pyi +11 -0
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.84}/mypy_boto3_transfer/type_defs.py +10 -0
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.84}/mypy_boto3_transfer/type_defs.pyi +10 -0
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.84}/mypy_boto3_transfer/version.py +1 -1
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.84}/mypy_boto3_transfer.egg-info/PKG-INFO +21 -7
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.84}/setup.py +2 -2
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.84}/LICENSE +0 -0
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.84}/mypy_boto3_transfer/__init__.py +0 -0
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.84}/mypy_boto3_transfer/__init__.pyi +0 -0
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.84}/mypy_boto3_transfer/client.py +0 -0
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.84}/mypy_boto3_transfer/client.pyi +0 -0
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.84}/mypy_boto3_transfer/paginator.py +0 -0
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.84}/mypy_boto3_transfer/paginator.pyi +0 -0
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.84}/mypy_boto3_transfer/py.typed +0 -0
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.84}/mypy_boto3_transfer/waiter.py +0 -0
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.84}/mypy_boto3_transfer/waiter.pyi +0 -0
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.84}/mypy_boto3_transfer.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.84}/mypy_boto3_transfer.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.84}/mypy_boto3_transfer.egg-info/not-zip-safe +0 -0
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.84}/mypy_boto3_transfer.egg-info/requires.txt +0 -0
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.84}/mypy_boto3_transfer.egg-info/top_level.txt +0 -0
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.84}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-transfer
|
|
3
|
-
Version: 1.35.
|
|
4
|
-
Summary: Type annotations for boto3 Transfer 1.35.
|
|
3
|
+
Version: 1.35.84
|
|
4
|
+
Summary: Type annotations for boto3 Transfer 1.35.84 service generated with mypy-boto3-builder 8.6.4
|
|
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
|
|
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
43
43
|
|
|
44
44
|

|
|
45
45
|
|
|
46
|
-
Type annotations for [boto3 Transfer 1.35.
|
|
46
|
+
Type annotations for [boto3 Transfer 1.35.84](https://pypi.org/project/boto3/)
|
|
47
47
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -51,8 +51,8 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
51
51
|
[mypy](https://github.com/python/mypy),
|
|
52
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
53
|
|
|
54
|
-
Generated
|
|
55
|
-
[mypy-boto3-builder 8.
|
|
54
|
+
Generated with
|
|
55
|
+
[mypy-boto3-builder 8.6.4](https://github.com/youtype/mypy_boto3_builder).
|
|
56
56
|
|
|
57
57
|
More information can be found on
|
|
58
58
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -64,6 +64,7 @@ See how it helps you find and fix potential bugs:
|
|
|
64
64
|
|
|
65
65
|
- [mypy-boto3-transfer](#mypy-boto3-transfer)
|
|
66
66
|
- [How to install](#how-to-install)
|
|
67
|
+
- [Generate locally (recommended)](<#generate-locally-(recommended)>)
|
|
67
68
|
- [VSCode extension](#vscode-extension)
|
|
68
69
|
- [From PyPI with pip](#from-pypi-with-pip)
|
|
69
70
|
- [How to uninstall](#how-to-uninstall)
|
|
@@ -95,6 +96,21 @@ See how it helps you find and fix potential bugs:
|
|
|
95
96
|
|
|
96
97
|
## How to install
|
|
97
98
|
|
|
99
|
+
<a id="generate-locally-(recommended)"></a>
|
|
100
|
+
|
|
101
|
+
### Generate locally (recommended)
|
|
102
|
+
|
|
103
|
+
You can generate type annotations for `boto3` package locally with
|
|
104
|
+
`mypy_boto3_builder`. Use
|
|
105
|
+
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
106
|
+
isolation.
|
|
107
|
+
|
|
108
|
+
1. Run mypy-boto3-builder in your package root directory:
|
|
109
|
+
`uvx --with 'boto3==1.35.84' mypy_boto3_builder`
|
|
110
|
+
2. Select `boto3 (legacy boto3-stubs)` AWS SDK.
|
|
111
|
+
3. Add `Transfer` service.
|
|
112
|
+
4. Use provided commands to install generated packages.
|
|
113
|
+
|
|
98
114
|
<a id="vscode-extension"></a>
|
|
99
115
|
|
|
100
116
|
### VSCode extension
|
|
@@ -115,12 +131,10 @@ Install `boto3-stubs` for `Transfer` service.
|
|
|
115
131
|
# install with boto3 type annotations
|
|
116
132
|
python -m pip install 'boto3-stubs[transfer]'
|
|
117
133
|
|
|
118
|
-
|
|
119
134
|
# Lite version does not provide session.client/resource overloads
|
|
120
135
|
# it is more RAM-friendly, but requires explicit type annotations
|
|
121
136
|
python -m pip install 'boto3-stubs-lite[transfer]'
|
|
122
137
|
|
|
123
|
-
|
|
124
138
|
# standalone installation
|
|
125
139
|
python -m pip install mypy-boto3-transfer
|
|
126
140
|
```
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 Transfer 1.35.
|
|
12
|
+
Type annotations for [boto3 Transfer 1.35.84](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/),
|
|
@@ -17,8 +17,8 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
17
17
|
[mypy](https://github.com/python/mypy),
|
|
18
18
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
19
19
|
|
|
20
|
-
Generated
|
|
21
|
-
[mypy-boto3-builder 8.
|
|
20
|
+
Generated with
|
|
21
|
+
[mypy-boto3-builder 8.6.4](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
|
|
@@ -30,6 +30,7 @@ See how it helps you find and fix potential bugs:
|
|
|
30
30
|
|
|
31
31
|
- [mypy-boto3-transfer](#mypy-boto3-transfer)
|
|
32
32
|
- [How to install](#how-to-install)
|
|
33
|
+
- [Generate locally (recommended)](<#generate-locally-(recommended)>)
|
|
33
34
|
- [VSCode extension](#vscode-extension)
|
|
34
35
|
- [From PyPI with pip](#from-pypi-with-pip)
|
|
35
36
|
- [How to uninstall](#how-to-uninstall)
|
|
@@ -61,6 +62,21 @@ See how it helps you find and fix potential bugs:
|
|
|
61
62
|
|
|
62
63
|
## How to install
|
|
63
64
|
|
|
65
|
+
<a id="generate-locally-(recommended)"></a>
|
|
66
|
+
|
|
67
|
+
### Generate locally (recommended)
|
|
68
|
+
|
|
69
|
+
You can generate type annotations for `boto3` package locally with
|
|
70
|
+
`mypy_boto3_builder`. Use
|
|
71
|
+
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
72
|
+
isolation.
|
|
73
|
+
|
|
74
|
+
1. Run mypy-boto3-builder in your package root directory:
|
|
75
|
+
`uvx --with 'boto3==1.35.84' mypy_boto3_builder`
|
|
76
|
+
2. Select `boto3 (legacy boto3-stubs)` AWS SDK.
|
|
77
|
+
3. Add `Transfer` service.
|
|
78
|
+
4. Use provided commands to install generated packages.
|
|
79
|
+
|
|
64
80
|
<a id="vscode-extension"></a>
|
|
65
81
|
|
|
66
82
|
### VSCode extension
|
|
@@ -81,12 +97,10 @@ Install `boto3-stubs` for `Transfer` service.
|
|
|
81
97
|
# install with boto3 type annotations
|
|
82
98
|
python -m pip install 'boto3-stubs[transfer]'
|
|
83
99
|
|
|
84
|
-
|
|
85
100
|
# Lite version does not provide session.client/resource overloads
|
|
86
101
|
# it is more RAM-friendly, but requires explicit type annotations
|
|
87
102
|
python -m pip install 'boto3-stubs-lite[transfer]'
|
|
88
103
|
|
|
89
|
-
|
|
90
104
|
# standalone installation
|
|
91
105
|
python -m pip install mypy-boto3-transfer
|
|
92
106
|
```
|
|
@@ -12,9 +12,9 @@ def print_info() -> None:
|
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
14
|
print(
|
|
15
|
-
"Type annotations for boto3 Transfer 1.35.
|
|
16
|
-
"Version: 1.35.
|
|
17
|
-
"Builder version: 8.
|
|
15
|
+
"Type annotations for boto3 Transfer 1.35.84\n"
|
|
16
|
+
"Version: 1.35.84\n"
|
|
17
|
+
"Builder version: 8.6.4\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"
|
|
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
|
-
print("1.35.
|
|
29
|
+
print("1.35.84")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -35,6 +35,7 @@ __all__ = (
|
|
|
35
35
|
"EncryptionAlgType",
|
|
36
36
|
"EncryptionTypeType",
|
|
37
37
|
"EndpointTypeType",
|
|
38
|
+
"EnforceMessageSigningTypeType",
|
|
38
39
|
"ExecutionErrorTypeType",
|
|
39
40
|
"ExecutionStatusType",
|
|
40
41
|
"HomeDirectoryTypeType",
|
|
@@ -57,6 +58,8 @@ __all__ = (
|
|
|
57
58
|
"MdnSigningAlgType",
|
|
58
59
|
"OverwriteExistingType",
|
|
59
60
|
"PaginatorName",
|
|
61
|
+
"PreserveContentTypeType",
|
|
62
|
+
"PreserveFilenameTypeType",
|
|
60
63
|
"ProfileTypeType",
|
|
61
64
|
"ProtocolType",
|
|
62
65
|
"RegionName",
|
|
@@ -90,6 +93,7 @@ DomainType = Literal["EFS", "S3"]
|
|
|
90
93
|
EncryptionAlgType = Literal["AES128_CBC", "AES192_CBC", "AES256_CBC", "DES_EDE3_CBC", "NONE"]
|
|
91
94
|
EncryptionTypeType = Literal["PGP"]
|
|
92
95
|
EndpointTypeType = Literal["PUBLIC", "VPC", "VPC_ENDPOINT"]
|
|
96
|
+
EnforceMessageSigningTypeType = Literal["DISABLED", "ENABLED"]
|
|
93
97
|
ExecutionErrorTypeType = Literal[
|
|
94
98
|
"ALREADY_EXISTS",
|
|
95
99
|
"BAD_REQUEST",
|
|
@@ -122,6 +126,8 @@ MapTypeType = Literal["DIRECTORY", "FILE"]
|
|
|
122
126
|
MdnResponseType = Literal["NONE", "SYNC"]
|
|
123
127
|
MdnSigningAlgType = Literal["DEFAULT", "NONE", "SHA1", "SHA256", "SHA384", "SHA512"]
|
|
124
128
|
OverwriteExistingType = Literal["FALSE", "TRUE"]
|
|
129
|
+
PreserveContentTypeType = Literal["DISABLED", "ENABLED"]
|
|
130
|
+
PreserveFilenameTypeType = Literal["DISABLED", "ENABLED"]
|
|
125
131
|
ProfileTypeType = Literal["LOCAL", "PARTNER"]
|
|
126
132
|
ProtocolType = Literal["AS2", "FTP", "FTPS", "SFTP"]
|
|
127
133
|
SecurityPolicyProtocolType = Literal["FTPS", "SFTP"]
|
|
@@ -173,12 +179,15 @@ ServiceName = Literal[
|
|
|
173
179
|
"b2bi",
|
|
174
180
|
"backup",
|
|
175
181
|
"backup-gateway",
|
|
182
|
+
"backupsearch",
|
|
176
183
|
"batch",
|
|
177
184
|
"bcm-data-exports",
|
|
178
185
|
"bcm-pricing-calculator",
|
|
179
186
|
"bedrock",
|
|
180
187
|
"bedrock-agent",
|
|
181
188
|
"bedrock-agent-runtime",
|
|
189
|
+
"bedrock-data-automation",
|
|
190
|
+
"bedrock-data-automation-runtime",
|
|
182
191
|
"bedrock-runtime",
|
|
183
192
|
"billing",
|
|
184
193
|
"billingconductor",
|
|
@@ -256,6 +265,7 @@ ServiceName = Literal[
|
|
|
256
265
|
"drs",
|
|
257
266
|
"ds",
|
|
258
267
|
"ds-data",
|
|
268
|
+
"dsql",
|
|
259
269
|
"dynamodb",
|
|
260
270
|
"dynamodbstreams",
|
|
261
271
|
"ebs",
|
|
@@ -466,6 +476,7 @@ ServiceName = Literal[
|
|
|
466
476
|
"s3",
|
|
467
477
|
"s3control",
|
|
468
478
|
"s3outposts",
|
|
479
|
+
"s3tables",
|
|
469
480
|
"sagemaker",
|
|
470
481
|
"sagemaker-a2i-runtime",
|
|
471
482
|
"sagemaker-edge",
|
{mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.84}/mypy_boto3_transfer/literals.pyi
RENAMED
|
@@ -34,6 +34,7 @@ __all__ = (
|
|
|
34
34
|
"EncryptionAlgType",
|
|
35
35
|
"EncryptionTypeType",
|
|
36
36
|
"EndpointTypeType",
|
|
37
|
+
"EnforceMessageSigningTypeType",
|
|
37
38
|
"ExecutionErrorTypeType",
|
|
38
39
|
"ExecutionStatusType",
|
|
39
40
|
"HomeDirectoryTypeType",
|
|
@@ -56,6 +57,8 @@ __all__ = (
|
|
|
56
57
|
"MdnSigningAlgType",
|
|
57
58
|
"OverwriteExistingType",
|
|
58
59
|
"PaginatorName",
|
|
60
|
+
"PreserveContentTypeType",
|
|
61
|
+
"PreserveFilenameTypeType",
|
|
59
62
|
"ProfileTypeType",
|
|
60
63
|
"ProtocolType",
|
|
61
64
|
"RegionName",
|
|
@@ -88,6 +91,7 @@ DomainType = Literal["EFS", "S3"]
|
|
|
88
91
|
EncryptionAlgType = Literal["AES128_CBC", "AES192_CBC", "AES256_CBC", "DES_EDE3_CBC", "NONE"]
|
|
89
92
|
EncryptionTypeType = Literal["PGP"]
|
|
90
93
|
EndpointTypeType = Literal["PUBLIC", "VPC", "VPC_ENDPOINT"]
|
|
94
|
+
EnforceMessageSigningTypeType = Literal["DISABLED", "ENABLED"]
|
|
91
95
|
ExecutionErrorTypeType = Literal[
|
|
92
96
|
"ALREADY_EXISTS",
|
|
93
97
|
"BAD_REQUEST",
|
|
@@ -120,6 +124,8 @@ MapTypeType = Literal["DIRECTORY", "FILE"]
|
|
|
120
124
|
MdnResponseType = Literal["NONE", "SYNC"]
|
|
121
125
|
MdnSigningAlgType = Literal["DEFAULT", "NONE", "SHA1", "SHA256", "SHA384", "SHA512"]
|
|
122
126
|
OverwriteExistingType = Literal["FALSE", "TRUE"]
|
|
127
|
+
PreserveContentTypeType = Literal["DISABLED", "ENABLED"]
|
|
128
|
+
PreserveFilenameTypeType = Literal["DISABLED", "ENABLED"]
|
|
123
129
|
ProfileTypeType = Literal["LOCAL", "PARTNER"]
|
|
124
130
|
ProtocolType = Literal["AS2", "FTP", "FTPS", "SFTP"]
|
|
125
131
|
SecurityPolicyProtocolType = Literal["FTPS", "SFTP"]
|
|
@@ -171,12 +177,15 @@ ServiceName = Literal[
|
|
|
171
177
|
"b2bi",
|
|
172
178
|
"backup",
|
|
173
179
|
"backup-gateway",
|
|
180
|
+
"backupsearch",
|
|
174
181
|
"batch",
|
|
175
182
|
"bcm-data-exports",
|
|
176
183
|
"bcm-pricing-calculator",
|
|
177
184
|
"bedrock",
|
|
178
185
|
"bedrock-agent",
|
|
179
186
|
"bedrock-agent-runtime",
|
|
187
|
+
"bedrock-data-automation",
|
|
188
|
+
"bedrock-data-automation-runtime",
|
|
180
189
|
"bedrock-runtime",
|
|
181
190
|
"billing",
|
|
182
191
|
"billingconductor",
|
|
@@ -254,6 +263,7 @@ ServiceName = Literal[
|
|
|
254
263
|
"drs",
|
|
255
264
|
"ds",
|
|
256
265
|
"ds-data",
|
|
266
|
+
"dsql",
|
|
257
267
|
"dynamodb",
|
|
258
268
|
"dynamodbstreams",
|
|
259
269
|
"ebs",
|
|
@@ -464,6 +474,7 @@ ServiceName = Literal[
|
|
|
464
474
|
"s3",
|
|
465
475
|
"s3control",
|
|
466
476
|
"s3outposts",
|
|
477
|
+
"s3tables",
|
|
467
478
|
"sagemaker",
|
|
468
479
|
"sagemaker-a2i-runtime",
|
|
469
480
|
"sagemaker-edge",
|
{mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.84}/mypy_boto3_transfer/type_defs.py
RENAMED
|
@@ -31,6 +31,7 @@ from .literals import (
|
|
|
31
31
|
DomainType,
|
|
32
32
|
EncryptionAlgType,
|
|
33
33
|
EndpointTypeType,
|
|
34
|
+
EnforceMessageSigningTypeType,
|
|
34
35
|
ExecutionErrorTypeType,
|
|
35
36
|
ExecutionStatusType,
|
|
36
37
|
HomeDirectoryTypeType,
|
|
@@ -39,6 +40,8 @@ from .literals import (
|
|
|
39
40
|
MdnResponseType,
|
|
40
41
|
MdnSigningAlgType,
|
|
41
42
|
OverwriteExistingType,
|
|
43
|
+
PreserveContentTypeType,
|
|
44
|
+
PreserveFilenameTypeType,
|
|
42
45
|
ProfileTypeType,
|
|
43
46
|
ProtocolType,
|
|
44
47
|
SecurityPolicyProtocolType,
|
|
@@ -285,6 +288,7 @@ class As2ConnectorConfigTypeDef(TypedDict):
|
|
|
285
288
|
MdnSigningAlgorithm: NotRequired[MdnSigningAlgType]
|
|
286
289
|
MdnResponse: NotRequired[MdnResponseType]
|
|
287
290
|
BasicAuthSecretId: NotRequired[str]
|
|
291
|
+
PreserveContentType: NotRequired[PreserveContentTypeType]
|
|
288
292
|
|
|
289
293
|
|
|
290
294
|
BlobTypeDef = Union[str, bytes, IO[Any], StreamingBody]
|
|
@@ -840,6 +844,8 @@ class UpdateAgreementRequestRequestTypeDef(TypedDict):
|
|
|
840
844
|
PartnerProfileId: NotRequired[str]
|
|
841
845
|
BaseDirectory: NotRequired[str]
|
|
842
846
|
AccessRole: NotRequired[str]
|
|
847
|
+
PreserveFilename: NotRequired[PreserveFilenameTypeType]
|
|
848
|
+
EnforceMessageSigning: NotRequired[EnforceMessageSigningTypeType]
|
|
843
849
|
|
|
844
850
|
|
|
845
851
|
class UpdateHostKeyRequestRequestTypeDef(TypedDict):
|
|
@@ -1066,6 +1072,8 @@ class CreateAgreementRequestRequestTypeDef(TypedDict):
|
|
|
1066
1072
|
Description: NotRequired[str]
|
|
1067
1073
|
Status: NotRequired[AgreementStatusTypeType]
|
|
1068
1074
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1075
|
+
PreserveFilename: NotRequired[PreserveFilenameTypeType]
|
|
1076
|
+
EnforceMessageSigning: NotRequired[EnforceMessageSigningTypeType]
|
|
1069
1077
|
|
|
1070
1078
|
|
|
1071
1079
|
class CreateProfileRequestRequestTypeDef(TypedDict):
|
|
@@ -1099,6 +1107,8 @@ class DescribedAgreementTypeDef(TypedDict):
|
|
|
1099
1107
|
BaseDirectory: NotRequired[str]
|
|
1100
1108
|
AccessRole: NotRequired[str]
|
|
1101
1109
|
Tags: NotRequired[List[TagTypeDef]]
|
|
1110
|
+
PreserveFilename: NotRequired[PreserveFilenameTypeType]
|
|
1111
|
+
EnforceMessageSigning: NotRequired[EnforceMessageSigningTypeType]
|
|
1102
1112
|
|
|
1103
1113
|
|
|
1104
1114
|
DescribedCertificateTypeDef = TypedDict(
|
{mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.84}/mypy_boto3_transfer/type_defs.pyi
RENAMED
|
@@ -31,6 +31,7 @@ from .literals import (
|
|
|
31
31
|
DomainType,
|
|
32
32
|
EncryptionAlgType,
|
|
33
33
|
EndpointTypeType,
|
|
34
|
+
EnforceMessageSigningTypeType,
|
|
34
35
|
ExecutionErrorTypeType,
|
|
35
36
|
ExecutionStatusType,
|
|
36
37
|
HomeDirectoryTypeType,
|
|
@@ -39,6 +40,8 @@ from .literals import (
|
|
|
39
40
|
MdnResponseType,
|
|
40
41
|
MdnSigningAlgType,
|
|
41
42
|
OverwriteExistingType,
|
|
43
|
+
PreserveContentTypeType,
|
|
44
|
+
PreserveFilenameTypeType,
|
|
42
45
|
ProfileTypeType,
|
|
43
46
|
ProtocolType,
|
|
44
47
|
SecurityPolicyProtocolType,
|
|
@@ -283,6 +286,7 @@ class As2ConnectorConfigTypeDef(TypedDict):
|
|
|
283
286
|
MdnSigningAlgorithm: NotRequired[MdnSigningAlgType]
|
|
284
287
|
MdnResponse: NotRequired[MdnResponseType]
|
|
285
288
|
BasicAuthSecretId: NotRequired[str]
|
|
289
|
+
PreserveContentType: NotRequired[PreserveContentTypeType]
|
|
286
290
|
|
|
287
291
|
BlobTypeDef = Union[str, bytes, IO[Any], StreamingBody]
|
|
288
292
|
|
|
@@ -746,6 +750,8 @@ class UpdateAgreementRequestRequestTypeDef(TypedDict):
|
|
|
746
750
|
PartnerProfileId: NotRequired[str]
|
|
747
751
|
BaseDirectory: NotRequired[str]
|
|
748
752
|
AccessRole: NotRequired[str]
|
|
753
|
+
PreserveFilename: NotRequired[PreserveFilenameTypeType]
|
|
754
|
+
EnforceMessageSigning: NotRequired[EnforceMessageSigningTypeType]
|
|
749
755
|
|
|
750
756
|
class UpdateHostKeyRequestRequestTypeDef(TypedDict):
|
|
751
757
|
ServerId: str
|
|
@@ -935,6 +941,8 @@ class CreateAgreementRequestRequestTypeDef(TypedDict):
|
|
|
935
941
|
Description: NotRequired[str]
|
|
936
942
|
Status: NotRequired[AgreementStatusTypeType]
|
|
937
943
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
944
|
+
PreserveFilename: NotRequired[PreserveFilenameTypeType]
|
|
945
|
+
EnforceMessageSigning: NotRequired[EnforceMessageSigningTypeType]
|
|
938
946
|
|
|
939
947
|
class CreateProfileRequestRequestTypeDef(TypedDict):
|
|
940
948
|
As2Id: str
|
|
@@ -965,6 +973,8 @@ class DescribedAgreementTypeDef(TypedDict):
|
|
|
965
973
|
BaseDirectory: NotRequired[str]
|
|
966
974
|
AccessRole: NotRequired[str]
|
|
967
975
|
Tags: NotRequired[List[TagTypeDef]]
|
|
976
|
+
PreserveFilename: NotRequired[PreserveFilenameTypeType]
|
|
977
|
+
EnforceMessageSigning: NotRequired[EnforceMessageSigningTypeType]
|
|
968
978
|
|
|
969
979
|
DescribedCertificateTypeDef = TypedDict(
|
|
970
980
|
"DescribedCertificateTypeDef",
|
{mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.84}/mypy_boto3_transfer.egg-info/PKG-INFO
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-transfer
|
|
3
|
-
Version: 1.35.
|
|
4
|
-
Summary: Type annotations for boto3 Transfer 1.35.
|
|
3
|
+
Version: 1.35.84
|
|
4
|
+
Summary: Type annotations for boto3 Transfer 1.35.84 service generated with mypy-boto3-builder 8.6.4
|
|
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
|
|
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
43
43
|
|
|
44
44
|

|
|
45
45
|
|
|
46
|
-
Type annotations for [boto3 Transfer 1.35.
|
|
46
|
+
Type annotations for [boto3 Transfer 1.35.84](https://pypi.org/project/boto3/)
|
|
47
47
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -51,8 +51,8 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
51
51
|
[mypy](https://github.com/python/mypy),
|
|
52
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
53
|
|
|
54
|
-
Generated
|
|
55
|
-
[mypy-boto3-builder 8.
|
|
54
|
+
Generated with
|
|
55
|
+
[mypy-boto3-builder 8.6.4](https://github.com/youtype/mypy_boto3_builder).
|
|
56
56
|
|
|
57
57
|
More information can be found on
|
|
58
58
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -64,6 +64,7 @@ See how it helps you find and fix potential bugs:
|
|
|
64
64
|
|
|
65
65
|
- [mypy-boto3-transfer](#mypy-boto3-transfer)
|
|
66
66
|
- [How to install](#how-to-install)
|
|
67
|
+
- [Generate locally (recommended)](<#generate-locally-(recommended)>)
|
|
67
68
|
- [VSCode extension](#vscode-extension)
|
|
68
69
|
- [From PyPI with pip](#from-pypi-with-pip)
|
|
69
70
|
- [How to uninstall](#how-to-uninstall)
|
|
@@ -95,6 +96,21 @@ See how it helps you find and fix potential bugs:
|
|
|
95
96
|
|
|
96
97
|
## How to install
|
|
97
98
|
|
|
99
|
+
<a id="generate-locally-(recommended)"></a>
|
|
100
|
+
|
|
101
|
+
### Generate locally (recommended)
|
|
102
|
+
|
|
103
|
+
You can generate type annotations for `boto3` package locally with
|
|
104
|
+
`mypy_boto3_builder`. Use
|
|
105
|
+
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
106
|
+
isolation.
|
|
107
|
+
|
|
108
|
+
1. Run mypy-boto3-builder in your package root directory:
|
|
109
|
+
`uvx --with 'boto3==1.35.84' mypy_boto3_builder`
|
|
110
|
+
2. Select `boto3 (legacy boto3-stubs)` AWS SDK.
|
|
111
|
+
3. Add `Transfer` service.
|
|
112
|
+
4. Use provided commands to install generated packages.
|
|
113
|
+
|
|
98
114
|
<a id="vscode-extension"></a>
|
|
99
115
|
|
|
100
116
|
### VSCode extension
|
|
@@ -115,12 +131,10 @@ Install `boto3-stubs` for `Transfer` service.
|
|
|
115
131
|
# install with boto3 type annotations
|
|
116
132
|
python -m pip install 'boto3-stubs[transfer]'
|
|
117
133
|
|
|
118
|
-
|
|
119
134
|
# Lite version does not provide session.client/resource overloads
|
|
120
135
|
# it is more RAM-friendly, but requires explicit type annotations
|
|
121
136
|
python -m pip install 'boto3-stubs-lite[transfer]'
|
|
122
137
|
|
|
123
|
-
|
|
124
138
|
# standalone installation
|
|
125
139
|
python -m pip install mypy-boto3-transfer
|
|
126
140
|
```
|
|
@@ -13,13 +13,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
|
13
13
|
|
|
14
14
|
setup(
|
|
15
15
|
name="mypy-boto3-transfer",
|
|
16
|
-
version="1.35.
|
|
16
|
+
version="1.35.84",
|
|
17
17
|
packages=["mypy_boto3_transfer"],
|
|
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 Transfer 1.35.
|
|
22
|
+
description="Type annotations for boto3 Transfer 1.35.84 service generated with mypy-boto3-builder 8.6.4",
|
|
23
23
|
classifiers=[
|
|
24
24
|
"Development Status :: 5 - Production/Stable",
|
|
25
25
|
"Intended Audience :: Developers",
|
|
File without changes
|
|
File without changes
|
{mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.84}/mypy_boto3_transfer/__init__.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.84}/mypy_boto3_transfer/paginator.py
RENAMED
|
File without changes
|
{mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.84}/mypy_boto3_transfer/paginator.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.84}/mypy_boto3_transfer.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|