mypy-boto3-transfer 1.37.0__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_transfer-1.37.0 → mypy_boto3_transfer-1.37.29}/PKG-INFO +7 -6
- {mypy_boto3_transfer-1.37.0 → mypy_boto3_transfer-1.37.29}/README.md +3 -3
- {mypy_boto3_transfer-1.37.0 → mypy_boto3_transfer-1.37.29}/mypy_boto3_transfer/__main__.py +4 -4
- mypy_boto3_transfer-1.37.0/mypy_boto3_transfer/client.pyi → mypy_boto3_transfer-1.37.29/mypy_boto3_transfer/client.py +27 -0
- mypy_boto3_transfer-1.37.0/mypy_boto3_transfer/client.py → mypy_boto3_transfer-1.37.29/mypy_boto3_transfer/client.pyi +24 -3
- {mypy_boto3_transfer-1.37.0 → mypy_boto3_transfer-1.37.29}/mypy_boto3_transfer/literals.py +4 -0
- {mypy_boto3_transfer-1.37.0 → mypy_boto3_transfer-1.37.29}/mypy_boto3_transfer/literals.pyi +4 -0
- mypy_boto3_transfer-1.37.0/mypy_boto3_transfer/type_defs.pyi → mypy_boto3_transfer-1.37.29/mypy_boto3_transfer/type_defs.py +245 -0
- mypy_boto3_transfer-1.37.0/mypy_boto3_transfer/type_defs.py → mypy_boto3_transfer-1.37.29/mypy_boto3_transfer/type_defs.pyi +22 -215
- {mypy_boto3_transfer-1.37.0 → mypy_boto3_transfer-1.37.29}/mypy_boto3_transfer/version.py +1 -1
- {mypy_boto3_transfer-1.37.0 → mypy_boto3_transfer-1.37.29}/mypy_boto3_transfer.egg-info/PKG-INFO +7 -6
- {mypy_boto3_transfer-1.37.0 → mypy_boto3_transfer-1.37.29}/setup.py +2 -2
- {mypy_boto3_transfer-1.37.0 → mypy_boto3_transfer-1.37.29}/LICENSE +0 -0
- {mypy_boto3_transfer-1.37.0 → mypy_boto3_transfer-1.37.29}/mypy_boto3_transfer/__init__.py +0 -0
- {mypy_boto3_transfer-1.37.0 → mypy_boto3_transfer-1.37.29}/mypy_boto3_transfer/__init__.pyi +0 -0
- {mypy_boto3_transfer-1.37.0 → mypy_boto3_transfer-1.37.29}/mypy_boto3_transfer/paginator.py +0 -0
- {mypy_boto3_transfer-1.37.0 → mypy_boto3_transfer-1.37.29}/mypy_boto3_transfer/paginator.pyi +0 -0
- {mypy_boto3_transfer-1.37.0 → mypy_boto3_transfer-1.37.29}/mypy_boto3_transfer/py.typed +0 -0
- {mypy_boto3_transfer-1.37.0 → mypy_boto3_transfer-1.37.29}/mypy_boto3_transfer/waiter.py +0 -0
- {mypy_boto3_transfer-1.37.0 → mypy_boto3_transfer-1.37.29}/mypy_boto3_transfer/waiter.pyi +0 -0
- {mypy_boto3_transfer-1.37.0 → mypy_boto3_transfer-1.37.29}/mypy_boto3_transfer.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_transfer-1.37.0 → mypy_boto3_transfer-1.37.29}/mypy_boto3_transfer.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_transfer-1.37.0 → mypy_boto3_transfer-1.37.29}/mypy_boto3_transfer.egg-info/not-zip-safe +0 -0
- {mypy_boto3_transfer-1.37.0 → mypy_boto3_transfer-1.37.29}/mypy_boto3_transfer.egg-info/requires.txt +0 -0
- {mypy_boto3_transfer-1.37.0 → mypy_boto3_transfer-1.37.29}/mypy_boto3_transfer.egg-info/top_level.txt +0 -0
- {mypy_boto3_transfer-1.37.0 → mypy_boto3_transfer-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-transfer
|
|
3
|
-
Version: 1.37.
|
|
4
|
-
Summary: Type annotations for boto3 Transfer 1.37.
|
|
3
|
+
Version: 1.37.29
|
|
4
|
+
Summary: Type annotations for boto3 Transfer 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 Transfer 1.37.
|
|
59
|
+
Type annotations for [boto3 Transfer 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.
|
|
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 `Transfer` service.
|
|
124
125
|
4. Use provided commands to install generated packages.
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 Transfer 1.37.
|
|
12
|
+
Type annotations for [boto3 Transfer 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.
|
|
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 `Transfer` service.
|
|
78
78
|
4. Use provided commands to install generated packages.
|
|
@@ -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 Transfer 1.37.
|
|
16
|
-
"Version: 1.37.
|
|
17
|
-
"Builder version: 8.
|
|
15
|
+
"Type annotations for boto3 Transfer 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_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
|
-
sys.stdout.write("1.37.
|
|
29
|
+
sys.stdout.write("1.37.29\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -135,6 +135,10 @@ from .type_defs import (
|
|
|
135
135
|
StartDirectoryListingResponseTypeDef,
|
|
136
136
|
StartFileTransferRequestTypeDef,
|
|
137
137
|
StartFileTransferResponseTypeDef,
|
|
138
|
+
StartRemoteDeleteRequestTypeDef,
|
|
139
|
+
StartRemoteDeleteResponseTypeDef,
|
|
140
|
+
StartRemoteMoveRequestTypeDef,
|
|
141
|
+
StartRemoteMoveResponseTypeDef,
|
|
138
142
|
StartServerRequestTypeDef,
|
|
139
143
|
StopServerRequestTypeDef,
|
|
140
144
|
TagResourceRequestTypeDef,
|
|
@@ -177,8 +181,10 @@ if sys.version_info >= (3, 12):
|
|
|
177
181
|
else:
|
|
178
182
|
from typing_extensions import Literal, Unpack
|
|
179
183
|
|
|
184
|
+
|
|
180
185
|
__all__ = ("TransferClient",)
|
|
181
186
|
|
|
187
|
+
|
|
182
188
|
class Exceptions(BaseClientExceptions):
|
|
183
189
|
AccessDeniedException: Type[BotocoreClientError]
|
|
184
190
|
ClientError: Type[BotocoreClientError]
|
|
@@ -191,6 +197,7 @@ class Exceptions(BaseClientExceptions):
|
|
|
191
197
|
ServiceUnavailableException: Type[BotocoreClientError]
|
|
192
198
|
ThrottlingException: Type[BotocoreClientError]
|
|
193
199
|
|
|
200
|
+
|
|
194
201
|
class TransferClient(BaseClient):
|
|
195
202
|
"""
|
|
196
203
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer.Client)
|
|
@@ -786,6 +793,26 @@ class TransferClient(BaseClient):
|
|
|
786
793
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/client/#start_file_transfer)
|
|
787
794
|
"""
|
|
788
795
|
|
|
796
|
+
def start_remote_delete(
|
|
797
|
+
self, **kwargs: Unpack[StartRemoteDeleteRequestTypeDef]
|
|
798
|
+
) -> StartRemoteDeleteResponseTypeDef:
|
|
799
|
+
"""
|
|
800
|
+
Deletes a file or directory on the remote SFTP server.
|
|
801
|
+
|
|
802
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer/client/start_remote_delete.html)
|
|
803
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/client/#start_remote_delete)
|
|
804
|
+
"""
|
|
805
|
+
|
|
806
|
+
def start_remote_move(
|
|
807
|
+
self, **kwargs: Unpack[StartRemoteMoveRequestTypeDef]
|
|
808
|
+
) -> StartRemoteMoveResponseTypeDef:
|
|
809
|
+
"""
|
|
810
|
+
Moves or renames a file or directory on the remote SFTP server.
|
|
811
|
+
|
|
812
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer/client/start_remote_move.html)
|
|
813
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/client/#start_remote_move)
|
|
814
|
+
"""
|
|
815
|
+
|
|
789
816
|
def start_server(
|
|
790
817
|
self, **kwargs: Unpack[StartServerRequestTypeDef]
|
|
791
818
|
) -> EmptyResponseMetadataTypeDef:
|
|
@@ -135,6 +135,10 @@ from .type_defs import (
|
|
|
135
135
|
StartDirectoryListingResponseTypeDef,
|
|
136
136
|
StartFileTransferRequestTypeDef,
|
|
137
137
|
StartFileTransferResponseTypeDef,
|
|
138
|
+
StartRemoteDeleteRequestTypeDef,
|
|
139
|
+
StartRemoteDeleteResponseTypeDef,
|
|
140
|
+
StartRemoteMoveRequestTypeDef,
|
|
141
|
+
StartRemoteMoveResponseTypeDef,
|
|
138
142
|
StartServerRequestTypeDef,
|
|
139
143
|
StopServerRequestTypeDef,
|
|
140
144
|
TagResourceRequestTypeDef,
|
|
@@ -177,10 +181,8 @@ if sys.version_info >= (3, 12):
|
|
|
177
181
|
else:
|
|
178
182
|
from typing_extensions import Literal, Unpack
|
|
179
183
|
|
|
180
|
-
|
|
181
184
|
__all__ = ("TransferClient",)
|
|
182
185
|
|
|
183
|
-
|
|
184
186
|
class Exceptions(BaseClientExceptions):
|
|
185
187
|
AccessDeniedException: Type[BotocoreClientError]
|
|
186
188
|
ClientError: Type[BotocoreClientError]
|
|
@@ -193,7 +195,6 @@ class Exceptions(BaseClientExceptions):
|
|
|
193
195
|
ServiceUnavailableException: Type[BotocoreClientError]
|
|
194
196
|
ThrottlingException: Type[BotocoreClientError]
|
|
195
197
|
|
|
196
|
-
|
|
197
198
|
class TransferClient(BaseClient):
|
|
198
199
|
"""
|
|
199
200
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer.Client)
|
|
@@ -789,6 +790,26 @@ class TransferClient(BaseClient):
|
|
|
789
790
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/client/#start_file_transfer)
|
|
790
791
|
"""
|
|
791
792
|
|
|
793
|
+
def start_remote_delete(
|
|
794
|
+
self, **kwargs: Unpack[StartRemoteDeleteRequestTypeDef]
|
|
795
|
+
) -> StartRemoteDeleteResponseTypeDef:
|
|
796
|
+
"""
|
|
797
|
+
Deletes a file or directory on the remote SFTP server.
|
|
798
|
+
|
|
799
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer/client/start_remote_delete.html)
|
|
800
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/client/#start_remote_delete)
|
|
801
|
+
"""
|
|
802
|
+
|
|
803
|
+
def start_remote_move(
|
|
804
|
+
self, **kwargs: Unpack[StartRemoteMoveRequestTypeDef]
|
|
805
|
+
) -> StartRemoteMoveResponseTypeDef:
|
|
806
|
+
"""
|
|
807
|
+
Moves or renames a file or directory on the remote SFTP server.
|
|
808
|
+
|
|
809
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer/client/start_remote_move.html)
|
|
810
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/client/#start_remote_move)
|
|
811
|
+
"""
|
|
812
|
+
|
|
792
813
|
def start_server(
|
|
793
814
|
self, **kwargs: Unpack[StartServerRequestTypeDef]
|
|
794
815
|
) -> EmptyResponseMetadataTypeDef:
|
|
@@ -77,6 +77,7 @@ __all__ = (
|
|
|
77
77
|
"TransferServiceName",
|
|
78
78
|
"TransferTableStatusType",
|
|
79
79
|
"WaiterName",
|
|
80
|
+
"WebAppEndpointPolicyType",
|
|
80
81
|
"WorkflowStepTypeType",
|
|
81
82
|
)
|
|
82
83
|
|
|
@@ -142,6 +143,7 @@ SigningAlgType = Literal["NONE", "SHA1", "SHA256", "SHA384", "SHA512"]
|
|
|
142
143
|
StateType = Literal["OFFLINE", "ONLINE", "STARTING", "START_FAILED", "STOPPING", "STOP_FAILED"]
|
|
143
144
|
TlsSessionResumptionModeType = Literal["DISABLED", "ENABLED", "ENFORCED"]
|
|
144
145
|
TransferTableStatusType = Literal["COMPLETED", "FAILED", "IN_PROGRESS", "QUEUED"]
|
|
146
|
+
WebAppEndpointPolicyType = Literal["FIPS", "STANDARD"]
|
|
145
147
|
WorkflowStepTypeType = Literal["COPY", "CUSTOM", "DECRYPT", "DELETE", "TAG"]
|
|
146
148
|
TransferServiceName = Literal["transfer"]
|
|
147
149
|
ServiceName = Literal[
|
|
@@ -300,6 +302,7 @@ ServiceName = Literal[
|
|
|
300
302
|
"freetier",
|
|
301
303
|
"fsx",
|
|
302
304
|
"gamelift",
|
|
305
|
+
"gameliftstreams",
|
|
303
306
|
"geo-maps",
|
|
304
307
|
"geo-places",
|
|
305
308
|
"geo-routes",
|
|
@@ -325,6 +328,7 @@ ServiceName = Literal[
|
|
|
325
328
|
"iot",
|
|
326
329
|
"iot-data",
|
|
327
330
|
"iot-jobs-data",
|
|
331
|
+
"iot-managed-integrations",
|
|
328
332
|
"iotanalytics",
|
|
329
333
|
"iotdeviceadvisor",
|
|
330
334
|
"iotevents",
|
|
@@ -76,6 +76,7 @@ __all__ = (
|
|
|
76
76
|
"TransferServiceName",
|
|
77
77
|
"TransferTableStatusType",
|
|
78
78
|
"WaiterName",
|
|
79
|
+
"WebAppEndpointPolicyType",
|
|
79
80
|
"WorkflowStepTypeType",
|
|
80
81
|
)
|
|
81
82
|
|
|
@@ -140,6 +141,7 @@ SigningAlgType = Literal["NONE", "SHA1", "SHA256", "SHA384", "SHA512"]
|
|
|
140
141
|
StateType = Literal["OFFLINE", "ONLINE", "STARTING", "START_FAILED", "STOPPING", "STOP_FAILED"]
|
|
141
142
|
TlsSessionResumptionModeType = Literal["DISABLED", "ENABLED", "ENFORCED"]
|
|
142
143
|
TransferTableStatusType = Literal["COMPLETED", "FAILED", "IN_PROGRESS", "QUEUED"]
|
|
144
|
+
WebAppEndpointPolicyType = Literal["FIPS", "STANDARD"]
|
|
143
145
|
WorkflowStepTypeType = Literal["COPY", "CUSTOM", "DECRYPT", "DELETE", "TAG"]
|
|
144
146
|
TransferServiceName = Literal["transfer"]
|
|
145
147
|
ServiceName = Literal[
|
|
@@ -298,6 +300,7 @@ ServiceName = Literal[
|
|
|
298
300
|
"freetier",
|
|
299
301
|
"fsx",
|
|
300
302
|
"gamelift",
|
|
303
|
+
"gameliftstreams",
|
|
301
304
|
"geo-maps",
|
|
302
305
|
"geo-places",
|
|
303
306
|
"geo-routes",
|
|
@@ -323,6 +326,7 @@ ServiceName = Literal[
|
|
|
323
326
|
"iot",
|
|
324
327
|
"iot-data",
|
|
325
328
|
"iot-jobs-data",
|
|
329
|
+
"iot-managed-integrations",
|
|
326
330
|
"iotanalytics",
|
|
327
331
|
"iotdeviceadvisor",
|
|
328
332
|
"iotevents",
|