mypy-boto3-transfer 1.35.72__tar.gz → 1.35.93__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.93}/LICENSE +1 -1
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.93}/PKG-INFO +22 -8
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.93}/README.md +19 -5
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.93}/mypy_boto3_transfer/__init__.py +1 -1
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.93}/mypy_boto3_transfer/__init__.pyi +1 -1
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.93}/mypy_boto3_transfer/__main__.py +9 -8
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.93}/mypy_boto3_transfer/client.py +67 -49
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.93}/mypy_boto3_transfer/client.pyi +67 -48
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.93}/mypy_boto3_transfer/literals.py +13 -2
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.93}/mypy_boto3_transfer/literals.pyi +13 -2
- mypy_boto3_transfer-1.35.72/mypy_boto3_transfer/paginator.pyi → mypy_boto3_transfer-1.35.93/mypy_boto3_transfer/paginator.py +173 -74
- mypy_boto3_transfer-1.35.72/mypy_boto3_transfer/paginator.py → mypy_boto3_transfer-1.35.93/mypy_boto3_transfer/paginator.pyi +122 -92
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.93}/mypy_boto3_transfer/type_defs.py +49 -37
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.93}/mypy_boto3_transfer/type_defs.pyi +49 -36
- mypy_boto3_transfer-1.35.93/mypy_boto3_transfer/version.py +7 -0
- mypy_boto3_transfer-1.35.72/mypy_boto3_transfer/waiter.pyi → mypy_boto3_transfer-1.35.93/mypy_boto3_transfer/waiter.py +16 -8
- mypy_boto3_transfer-1.35.72/mypy_boto3_transfer/waiter.py → mypy_boto3_transfer-1.35.93/mypy_boto3_transfer/waiter.pyi +11 -13
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.93}/mypy_boto3_transfer.egg-info/PKG-INFO +22 -8
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.93}/mypy_boto3_transfer.egg-info/requires.txt +1 -1
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.93}/setup.py +4 -6
- mypy_boto3_transfer-1.35.72/mypy_boto3_transfer/version.py +0 -7
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.93}/mypy_boto3_transfer/py.typed +0 -0
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.93}/mypy_boto3_transfer.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.93}/mypy_boto3_transfer.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.93}/mypy_boto3_transfer.egg-info/not-zip-safe +0 -0
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.93}/mypy_boto3_transfer.egg-info/top_level.txt +0 -0
- {mypy_boto3_transfer-1.35.72 → mypy_boto3_transfer-1.35.93}/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.93
|
|
4
|
+
Summary: Type annotations for boto3 Transfer 1.35.93 service generated with mypy-boto3-builder 8.8.0
|
|
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
|
|
@@ -30,7 +30,7 @@ Classifier: Typing :: Stubs Only
|
|
|
30
30
|
Requires-Python: >=3.8
|
|
31
31
|
Description-Content-Type: text/markdown
|
|
32
32
|
License-File: LICENSE
|
|
33
|
-
Requires-Dist: typing-extensions
|
|
33
|
+
Requires-Dist: typing-extensions; python_version < "3.12"
|
|
34
34
|
|
|
35
35
|
<a id="mypy-boto3-transfer"></a>
|
|
36
36
|
|
|
@@ -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.93](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.8.0](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.93' mypy_boto3_builder`
|
|
110
|
+
2. Select `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.93](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.8.0](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.93' mypy_boto3_builder`
|
|
76
|
+
2. Select `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
|
```
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Main CLI entrypoint.
|
|
3
3
|
|
|
4
|
-
Copyright
|
|
4
|
+
Copyright 2025 Vlad Emelianov
|
|
5
5
|
"""
|
|
6
6
|
|
|
7
7
|
import sys
|
|
@@ -11,14 +11,14 @@ def print_info() -> None:
|
|
|
11
11
|
"""
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
|
-
|
|
15
|
-
"Type annotations for boto3 Transfer 1.35.
|
|
16
|
-
"Version: 1.35.
|
|
17
|
-
"Builder version: 8.
|
|
14
|
+
sys.stdout.write(
|
|
15
|
+
"Type annotations for boto3 Transfer 1.35.93\n"
|
|
16
|
+
"Version: 1.35.93\n"
|
|
17
|
+
"Builder version: 8.8.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"
|
|
20
20
|
"Other services: https://pypi.org/project/boto3-stubs/\n"
|
|
21
|
-
"Changelog: https://github.com/youtype/mypy_boto3_builder/releases"
|
|
21
|
+
"Changelog: https://github.com/youtype/mypy_boto3_builder/releases\n"
|
|
22
22
|
)
|
|
23
23
|
|
|
24
24
|
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
|
|
29
|
+
sys.stdout.write("1.35.93\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -34,7 +34,8 @@ def main() -> None:
|
|
|
34
34
|
Main CLI entrypoint.
|
|
35
35
|
"""
|
|
36
36
|
if "--version" in sys.argv:
|
|
37
|
-
|
|
37
|
+
print_version()
|
|
38
|
+
return
|
|
38
39
|
print_info()
|
|
39
40
|
|
|
40
41
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
|
-
Type annotations for transfer service
|
|
2
|
+
Type annotations for transfer service Client.
|
|
3
3
|
|
|
4
|
-
[
|
|
4
|
+
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/client/)
|
|
5
5
|
|
|
6
6
|
Usage::
|
|
7
7
|
|
|
@@ -13,13 +13,17 @@ Usage::
|
|
|
13
13
|
client: TransferClient = session.client("transfer")
|
|
14
14
|
```
|
|
15
15
|
|
|
16
|
-
Copyright
|
|
16
|
+
Copyright 2025 Vlad Emelianov
|
|
17
17
|
"""
|
|
18
18
|
|
|
19
|
+
from __future__ import annotations
|
|
20
|
+
|
|
19
21
|
import sys
|
|
20
|
-
from typing import Any,
|
|
22
|
+
from typing import Any, overload
|
|
21
23
|
|
|
22
24
|
from botocore.client import BaseClient, ClientMeta
|
|
25
|
+
from botocore.errorfactory import BaseClientExceptions
|
|
26
|
+
from botocore.exceptions import ClientError as BotocoreClientError
|
|
23
27
|
|
|
24
28
|
from .paginator import (
|
|
25
29
|
ListAccessesPaginator,
|
|
@@ -162,6 +166,12 @@ from .type_defs import (
|
|
|
162
166
|
)
|
|
163
167
|
from .waiter import ServerOfflineWaiter, ServerOnlineWaiter
|
|
164
168
|
|
|
169
|
+
if sys.version_info >= (3, 9):
|
|
170
|
+
from builtins import dict as Dict
|
|
171
|
+
from builtins import type as Type
|
|
172
|
+
from collections.abc import Mapping
|
|
173
|
+
else:
|
|
174
|
+
from typing import Dict, Mapping, Type
|
|
165
175
|
if sys.version_info >= (3, 12):
|
|
166
176
|
from typing import Literal, Unpack
|
|
167
177
|
else:
|
|
@@ -171,15 +181,7 @@ else:
|
|
|
171
181
|
__all__ = ("TransferClient",)
|
|
172
182
|
|
|
173
183
|
|
|
174
|
-
class
|
|
175
|
-
MSG_TEMPLATE: str
|
|
176
|
-
|
|
177
|
-
def __init__(self, error_response: Mapping[str, Any], operation_name: str) -> None:
|
|
178
|
-
self.response: Dict[str, Any]
|
|
179
|
-
self.operation_name: str
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
class Exceptions:
|
|
184
|
+
class Exceptions(BaseClientExceptions):
|
|
183
185
|
AccessDeniedException: Type[BotocoreClientError]
|
|
184
186
|
ClientError: Type[BotocoreClientError]
|
|
185
187
|
ConflictException: Type[BotocoreClientError]
|
|
@@ -227,12 +229,6 @@ class TransferClient(BaseClient):
|
|
|
227
229
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/client/#generate_presigned_url)
|
|
228
230
|
"""
|
|
229
231
|
|
|
230
|
-
def close(self) -> None:
|
|
231
|
-
"""
|
|
232
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer/client/close.html)
|
|
233
|
-
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/client/#close)
|
|
234
|
-
"""
|
|
235
|
-
|
|
236
232
|
def create_access(
|
|
237
233
|
self, **kwargs: Unpack[CreateAccessRequestRequestTypeDef]
|
|
238
234
|
) -> CreateAccessResponseTypeDef:
|
|
@@ -966,8 +962,10 @@ class TransferClient(BaseClient):
|
|
|
966
962
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/client/#update_web_app_customization)
|
|
967
963
|
"""
|
|
968
964
|
|
|
969
|
-
@overload
|
|
970
|
-
def get_paginator(
|
|
965
|
+
@overload # type: ignore[override]
|
|
966
|
+
def get_paginator( # type: ignore[override]
|
|
967
|
+
self, operation_name: Literal["list_accesses"]
|
|
968
|
+
) -> ListAccessesPaginator:
|
|
971
969
|
"""
|
|
972
970
|
Create a paginator for an operation.
|
|
973
971
|
|
|
@@ -975,8 +973,10 @@ class TransferClient(BaseClient):
|
|
|
975
973
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/client/#get_paginator)
|
|
976
974
|
"""
|
|
977
975
|
|
|
978
|
-
@overload
|
|
979
|
-
def get_paginator(
|
|
976
|
+
@overload # type: ignore[override]
|
|
977
|
+
def get_paginator( # type: ignore[override]
|
|
978
|
+
self, operation_name: Literal["list_agreements"]
|
|
979
|
+
) -> ListAgreementsPaginator:
|
|
980
980
|
"""
|
|
981
981
|
Create a paginator for an operation.
|
|
982
982
|
|
|
@@ -984,8 +984,8 @@ class TransferClient(BaseClient):
|
|
|
984
984
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/client/#get_paginator)
|
|
985
985
|
"""
|
|
986
986
|
|
|
987
|
-
@overload
|
|
988
|
-
def get_paginator(
|
|
987
|
+
@overload # type: ignore[override]
|
|
988
|
+
def get_paginator( # type: ignore[override]
|
|
989
989
|
self, operation_name: Literal["list_certificates"]
|
|
990
990
|
) -> ListCertificatesPaginator:
|
|
991
991
|
"""
|
|
@@ -995,8 +995,10 @@ class TransferClient(BaseClient):
|
|
|
995
995
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/client/#get_paginator)
|
|
996
996
|
"""
|
|
997
997
|
|
|
998
|
-
@overload
|
|
999
|
-
def get_paginator(
|
|
998
|
+
@overload # type: ignore[override]
|
|
999
|
+
def get_paginator( # type: ignore[override]
|
|
1000
|
+
self, operation_name: Literal["list_connectors"]
|
|
1001
|
+
) -> ListConnectorsPaginator:
|
|
1000
1002
|
"""
|
|
1001
1003
|
Create a paginator for an operation.
|
|
1002
1004
|
|
|
@@ -1004,8 +1006,10 @@ class TransferClient(BaseClient):
|
|
|
1004
1006
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/client/#get_paginator)
|
|
1005
1007
|
"""
|
|
1006
1008
|
|
|
1007
|
-
@overload
|
|
1008
|
-
def get_paginator(
|
|
1009
|
+
@overload # type: ignore[override]
|
|
1010
|
+
def get_paginator( # type: ignore[override]
|
|
1011
|
+
self, operation_name: Literal["list_executions"]
|
|
1012
|
+
) -> ListExecutionsPaginator:
|
|
1009
1013
|
"""
|
|
1010
1014
|
Create a paginator for an operation.
|
|
1011
1015
|
|
|
@@ -1013,8 +1017,8 @@ class TransferClient(BaseClient):
|
|
|
1013
1017
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/client/#get_paginator)
|
|
1014
1018
|
"""
|
|
1015
1019
|
|
|
1016
|
-
@overload
|
|
1017
|
-
def get_paginator(
|
|
1020
|
+
@overload # type: ignore[override]
|
|
1021
|
+
def get_paginator( # type: ignore[override]
|
|
1018
1022
|
self, operation_name: Literal["list_file_transfer_results"]
|
|
1019
1023
|
) -> ListFileTransferResultsPaginator:
|
|
1020
1024
|
"""
|
|
@@ -1024,8 +1028,10 @@ class TransferClient(BaseClient):
|
|
|
1024
1028
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/client/#get_paginator)
|
|
1025
1029
|
"""
|
|
1026
1030
|
|
|
1027
|
-
@overload
|
|
1028
|
-
def get_paginator(
|
|
1031
|
+
@overload # type: ignore[override]
|
|
1032
|
+
def get_paginator( # type: ignore[override]
|
|
1033
|
+
self, operation_name: Literal["list_profiles"]
|
|
1034
|
+
) -> ListProfilesPaginator:
|
|
1029
1035
|
"""
|
|
1030
1036
|
Create a paginator for an operation.
|
|
1031
1037
|
|
|
@@ -1033,8 +1039,8 @@ class TransferClient(BaseClient):
|
|
|
1033
1039
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/client/#get_paginator)
|
|
1034
1040
|
"""
|
|
1035
1041
|
|
|
1036
|
-
@overload
|
|
1037
|
-
def get_paginator(
|
|
1042
|
+
@overload # type: ignore[override]
|
|
1043
|
+
def get_paginator( # type: ignore[override]
|
|
1038
1044
|
self, operation_name: Literal["list_security_policies"]
|
|
1039
1045
|
) -> ListSecurityPoliciesPaginator:
|
|
1040
1046
|
"""
|
|
@@ -1044,8 +1050,10 @@ class TransferClient(BaseClient):
|
|
|
1044
1050
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/client/#get_paginator)
|
|
1045
1051
|
"""
|
|
1046
1052
|
|
|
1047
|
-
@overload
|
|
1048
|
-
def get_paginator(
|
|
1053
|
+
@overload # type: ignore[override]
|
|
1054
|
+
def get_paginator( # type: ignore[override]
|
|
1055
|
+
self, operation_name: Literal["list_servers"]
|
|
1056
|
+
) -> ListServersPaginator:
|
|
1049
1057
|
"""
|
|
1050
1058
|
Create a paginator for an operation.
|
|
1051
1059
|
|
|
@@ -1053,8 +1061,8 @@ class TransferClient(BaseClient):
|
|
|
1053
1061
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/client/#get_paginator)
|
|
1054
1062
|
"""
|
|
1055
1063
|
|
|
1056
|
-
@overload
|
|
1057
|
-
def get_paginator(
|
|
1064
|
+
@overload # type: ignore[override]
|
|
1065
|
+
def get_paginator( # type: ignore[override]
|
|
1058
1066
|
self, operation_name: Literal["list_tags_for_resource"]
|
|
1059
1067
|
) -> ListTagsForResourcePaginator:
|
|
1060
1068
|
"""
|
|
@@ -1064,8 +1072,10 @@ class TransferClient(BaseClient):
|
|
|
1064
1072
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/client/#get_paginator)
|
|
1065
1073
|
"""
|
|
1066
1074
|
|
|
1067
|
-
@overload
|
|
1068
|
-
def get_paginator(
|
|
1075
|
+
@overload # type: ignore[override]
|
|
1076
|
+
def get_paginator( # type: ignore[override]
|
|
1077
|
+
self, operation_name: Literal["list_users"]
|
|
1078
|
+
) -> ListUsersPaginator:
|
|
1069
1079
|
"""
|
|
1070
1080
|
Create a paginator for an operation.
|
|
1071
1081
|
|
|
@@ -1073,8 +1083,10 @@ class TransferClient(BaseClient):
|
|
|
1073
1083
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/client/#get_paginator)
|
|
1074
1084
|
"""
|
|
1075
1085
|
|
|
1076
|
-
@overload
|
|
1077
|
-
def get_paginator(
|
|
1086
|
+
@overload # type: ignore[override]
|
|
1087
|
+
def get_paginator( # type: ignore[override]
|
|
1088
|
+
self, operation_name: Literal["list_web_apps"]
|
|
1089
|
+
) -> ListWebAppsPaginator:
|
|
1078
1090
|
"""
|
|
1079
1091
|
Create a paginator for an operation.
|
|
1080
1092
|
|
|
@@ -1082,8 +1094,10 @@ class TransferClient(BaseClient):
|
|
|
1082
1094
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/client/#get_paginator)
|
|
1083
1095
|
"""
|
|
1084
1096
|
|
|
1085
|
-
@overload
|
|
1086
|
-
def get_paginator(
|
|
1097
|
+
@overload # type: ignore[override]
|
|
1098
|
+
def get_paginator( # type: ignore[override]
|
|
1099
|
+
self, operation_name: Literal["list_workflows"]
|
|
1100
|
+
) -> ListWorkflowsPaginator:
|
|
1087
1101
|
"""
|
|
1088
1102
|
Create a paginator for an operation.
|
|
1089
1103
|
|
|
@@ -1091,8 +1105,10 @@ class TransferClient(BaseClient):
|
|
|
1091
1105
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/client/#get_paginator)
|
|
1092
1106
|
"""
|
|
1093
1107
|
|
|
1094
|
-
@overload
|
|
1095
|
-
def get_waiter(
|
|
1108
|
+
@overload # type: ignore[override]
|
|
1109
|
+
def get_waiter( # type: ignore[override]
|
|
1110
|
+
self, waiter_name: Literal["server_offline"]
|
|
1111
|
+
) -> ServerOfflineWaiter:
|
|
1096
1112
|
"""
|
|
1097
1113
|
Returns an object that can wait for some condition.
|
|
1098
1114
|
|
|
@@ -1100,8 +1116,10 @@ class TransferClient(BaseClient):
|
|
|
1100
1116
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/client/#get_waiter)
|
|
1101
1117
|
"""
|
|
1102
1118
|
|
|
1103
|
-
@overload
|
|
1104
|
-
def get_waiter(
|
|
1119
|
+
@overload # type: ignore[override]
|
|
1120
|
+
def get_waiter( # type: ignore[override]
|
|
1121
|
+
self, waiter_name: Literal["server_online"]
|
|
1122
|
+
) -> ServerOnlineWaiter:
|
|
1105
1123
|
"""
|
|
1106
1124
|
Returns an object that can wait for some condition.
|
|
1107
1125
|
|