mypy-boto3-transfer 1.35.0__tar.gz → 1.35.72__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.
Files changed (29) hide show
  1. {mypy_boto3_transfer-1.35.0 → mypy_boto3_transfer-1.35.72}/PKG-INFO +68 -22
  2. {mypy_boto3_transfer-1.35.0 → mypy_boto3_transfer-1.35.72}/README.md +64 -19
  3. {mypy_boto3_transfer-1.35.0 → mypy_boto3_transfer-1.35.72}/mypy_boto3_transfer/__init__.py +11 -0
  4. {mypy_boto3_transfer-1.35.0 → mypy_boto3_transfer-1.35.72}/mypy_boto3_transfer/__init__.pyi +10 -0
  5. {mypy_boto3_transfer-1.35.0 → mypy_boto3_transfer-1.35.72}/mypy_boto3_transfer/__main__.py +7 -5
  6. mypy_boto3_transfer-1.35.0/mypy_boto3_transfer/client.pyi → mypy_boto3_transfer-1.35.72/mypy_boto3_transfer/client.py +470 -402
  7. mypy_boto3_transfer-1.35.0/mypy_boto3_transfer/client.py → mypy_boto3_transfer-1.35.72/mypy_boto3_transfer/client.pyi +466 -405
  8. {mypy_boto3_transfer-1.35.0 → mypy_boto3_transfer-1.35.72}/mypy_boto3_transfer/literals.py +35 -8
  9. {mypy_boto3_transfer-1.35.0 → mypy_boto3_transfer-1.35.72}/mypy_boto3_transfer/literals.pyi +33 -8
  10. {mypy_boto3_transfer-1.35.0 → mypy_boto3_transfer-1.35.72}/mypy_boto3_transfer/paginator.py +95 -36
  11. {mypy_boto3_transfer-1.35.0 → mypy_boto3_transfer-1.35.72}/mypy_boto3_transfer/paginator.pyi +89 -47
  12. mypy_boto3_transfer-1.35.72/mypy_boto3_transfer/type_defs.py +1671 -0
  13. mypy_boto3_transfer-1.35.72/mypy_boto3_transfer/type_defs.pyi +1460 -0
  14. mypy_boto3_transfer-1.35.72/mypy_boto3_transfer/version.py +7 -0
  15. mypy_boto3_transfer-1.35.0/mypy_boto3_transfer/waiter.pyi → mypy_boto3_transfer-1.35.72/mypy_boto3_transfer/waiter.py +22 -7
  16. mypy_boto3_transfer-1.35.0/mypy_boto3_transfer/waiter.py → mypy_boto3_transfer-1.35.72/mypy_boto3_transfer/waiter.pyi +19 -11
  17. {mypy_boto3_transfer-1.35.0 → mypy_boto3_transfer-1.35.72}/mypy_boto3_transfer.egg-info/PKG-INFO +68 -22
  18. {mypy_boto3_transfer-1.35.0 → mypy_boto3_transfer-1.35.72}/setup.py +6 -3
  19. mypy_boto3_transfer-1.35.0/mypy_boto3_transfer/type_defs.py +0 -1812
  20. mypy_boto3_transfer-1.35.0/mypy_boto3_transfer/type_defs.pyi +0 -1812
  21. mypy_boto3_transfer-1.35.0/mypy_boto3_transfer/version.py +0 -5
  22. {mypy_boto3_transfer-1.35.0 → mypy_boto3_transfer-1.35.72}/LICENSE +0 -0
  23. {mypy_boto3_transfer-1.35.0 → mypy_boto3_transfer-1.35.72}/mypy_boto3_transfer/py.typed +0 -0
  24. {mypy_boto3_transfer-1.35.0 → mypy_boto3_transfer-1.35.72}/mypy_boto3_transfer.egg-info/SOURCES.txt +0 -0
  25. {mypy_boto3_transfer-1.35.0 → mypy_boto3_transfer-1.35.72}/mypy_boto3_transfer.egg-info/dependency_links.txt +0 -0
  26. {mypy_boto3_transfer-1.35.0 → mypy_boto3_transfer-1.35.72}/mypy_boto3_transfer.egg-info/not-zip-safe +0 -0
  27. {mypy_boto3_transfer-1.35.0 → mypy_boto3_transfer-1.35.72}/mypy_boto3_transfer.egg-info/requires.txt +0 -0
  28. {mypy_boto3_transfer-1.35.0 → mypy_boto3_transfer-1.35.72}/mypy_boto3_transfer.egg-info/top_level.txt +0 -0
  29. {mypy_boto3_transfer-1.35.0 → mypy_boto3_transfer-1.35.72}/setup.cfg +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-transfer
3
- Version: 1.35.0
4
- Summary: Type annotations for boto3.Transfer 1.35.0 service generated with mypy-boto3-builder 7.26.0
3
+ Version: 1.35.72
4
+ Summary: Type annotations for boto3 Transfer 1.35.72 service generated with mypy-boto3-builder 8.5.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
@@ -9,7 +9,7 @@ License: MIT License
9
9
  Project-URL: Documentation, https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/
10
10
  Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
11
11
  Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
12
- Keywords: boto3 transfer type-annotations botocore mypy typeshed autocomplete
12
+ Keywords: boto3 transfer boto3-stubs type-annotations mypy typeshed autocomplete
13
13
  Classifier: Development Status :: 5 - Production/Stable
14
14
  Classifier: Intended Audience :: Developers
15
15
  Classifier: Environment :: Console
@@ -23,6 +23,7 @@ Classifier: Programming Language :: Python :: 3.10
23
23
  Classifier: Programming Language :: Python :: 3.11
24
24
  Classifier: Programming Language :: Python :: 3.12
25
25
  Classifier: Programming Language :: Python :: 3.13
26
+ Classifier: Programming Language :: Python :: 3.14
26
27
  Classifier: Programming Language :: Python :: 3 :: Only
27
28
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
29
  Classifier: Typing :: Stubs Only
@@ -35,16 +36,15 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
35
36
 
36
37
  # mypy-boto3-transfer
37
38
 
38
- [![PyPI - mypy-boto3-transfer](https://img.shields.io/pypi/v/mypy-boto3-transfer.svg?color=blue)](https://pypi.org/project/mypy-boto3-transfer)
39
- [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mypy-boto3-transfer.svg?color=blue)](https://pypi.org/project/mypy-boto3-transfer)
40
- [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/)
41
- [![PyPI - Downloads](https://static.pepy.tech/badge/mypy-boto3-transfer)](https://pepy.tech/project/mypy-boto3-transfer)
39
+ [![PyPI - mypy-boto3-transfer](https://img.shields.io/pypi/v/mypy-boto3-transfer.svg?color=blue)](https://pypi.org/project/mypy-boto3-transfer/)
40
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mypy-boto3-transfer.svg?color=blue)](https://pypi.org/project/mypy-boto3-transfer/)
41
+ [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/boto3_stubs_docs/)
42
+ [![PyPI - Downloads](https://static.pepy.tech/badge/mypy-boto3-transfer)](https://pypistats.org/packages/mypy-boto3-transfer)
42
43
 
43
44
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
45
 
45
- Type annotations for
46
- [boto3.Transfer 1.35.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer)
47
- service compatible with [VSCode](https://code.visualstudio.com/),
46
+ Type annotations for [boto3 Transfer 1.35.72](https://pypi.org/project/boto3/)
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/),
50
50
  [Sublime Text](https://www.sublimetext.com/),
@@ -52,15 +52,15 @@ service compatible with [VSCode](https://code.visualstudio.com/),
52
52
  [pyright](https://github.com/microsoft/pyright) and other tools.
53
53
 
54
54
  Generated by
55
- [mypy-boto3-builder 7.26.0](https://github.com/youtype/mypy_boto3_builder).
55
+ [mypy-boto3-builder 8.5.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
59
59
  [mypy-boto3-transfer docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/).
60
60
 
61
- See how it helps to find and fix potential bugs:
61
+ See how it helps you find and fix potential bugs:
62
62
 
63
- ![boto3-stubs demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
63
+ ![types-boto3 demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
64
64
 
65
65
  - [mypy-boto3-transfer](#mypy-boto3-transfer)
66
66
  - [How to install](#how-to-install)
@@ -75,6 +75,7 @@ See how it helps to find and fix potential bugs:
75
75
  - [Other IDEs](#other-ides)
76
76
  - [mypy](#mypy)
77
77
  - [pyright](#pyright)
78
+ - [Pylint compatibility](#pylint-compatibility)
78
79
  - [Explicit type annotations](#explicit-type-annotations)
79
80
  - [Client annotations](#client-annotations)
80
81
  - [Paginators annotations](#paginators-annotations)
@@ -158,16 +159,31 @@ annotations required, write your `boto3` code as usual.
158
159
 
159
160
  ### PyCharm
160
161
 
161
- Install `boto3-stubs-lite[transfer]` in your environment:
162
+ > ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
163
+ > [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
164
+ > to use [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/) until
165
+ > the issue is resolved.
166
+
167
+ > ⚠️ If you experience slow performance and high CPU usage, try to disable
168
+ > `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
169
+ > [pyright](https://github.com/microsoft/pyright) instead.
170
+
171
+ > ⚠️ To continue using `PyCharm` type checker, you can try to replace
172
+ > `boto3-stubs` with
173
+ > [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/):
162
174
 
163
175
  ```bash
164
- python -m pip install 'boto3-stubs-lite[transfer]'`
176
+ pip uninstall boto3-stubs
177
+ pip install boto3-stubs-lite
165
178
  ```
166
179
 
167
- Both type checking and code completion should now work. Explicit type
168
- annotations **are required**.
180
+ Install `boto3-stubs[transfer]` in your environment:
169
181
 
170
- Use `boto3-stubs` package instead for implicit type discovery.
182
+ ```bash
183
+ python -m pip install 'boto3-stubs[transfer]'
184
+ ```
185
+
186
+ Both type checking and code completion should now work.
171
187
 
172
188
  <a id="emacs"></a>
173
189
 
@@ -231,7 +247,7 @@ should work.
231
247
  - Install `boto3-stubs[transfer]` in your environment:
232
248
 
233
249
  ```bash
234
- python -m pip install 'boto3-stubs[transfer]'`
250
+ python -m pip install 'boto3-stubs[transfer]'
235
251
  ```
236
252
 
237
253
  Type checking should now work. No explicit type annotations required, write
@@ -248,11 +264,36 @@ your `boto3` code as usual.
248
264
  python -m pip install 'boto3-stubs[transfer]'
249
265
  ```
250
266
 
251
- Optionally, you can install `boto3-stubs` to `typings` folder.
267
+ Optionally, you can install `boto3-stubs` to `typings` directory.
252
268
 
253
269
  Type checking should now work. No explicit type annotations required, write
254
270
  your `boto3` code as usual.
255
271
 
272
+ <a id="pylint-compatibility"></a>
273
+
274
+ ### Pylint compatibility
275
+
276
+ It is totally safe to use `TYPE_CHECKING` flag in order to avoid
277
+ `mypy-boto3-transfer` dependency in production. However, there is an issue in
278
+ `pylint` that it complains about undefined variables. To fix it, set all types
279
+ to `object` in non-`TYPE_CHECKING` mode.
280
+
281
+ ```python
282
+ from typing import TYPE_CHECKING
283
+
284
+ if TYPE_CHECKING:
285
+ from mypy_boto3_ec2 import EC2Client, EC2ServiceResource
286
+ from mypy_boto3_ec2.waiters import BundleTaskCompleteWaiter
287
+ from mypy_boto3_ec2.paginators import DescribeVolumesPaginator
288
+ else:
289
+ EC2Client = object
290
+ EC2ServiceResource = object
291
+ BundleTaskCompleteWaiter = object
292
+ DescribeVolumesPaginator = object
293
+
294
+ ...
295
+ ```
296
+
256
297
  <a id="explicit-type-annotations"></a>
257
298
 
258
299
  ## Explicit type annotations
@@ -290,11 +331,13 @@ from mypy_boto3_transfer.paginator import (
290
331
  ListCertificatesPaginator,
291
332
  ListConnectorsPaginator,
292
333
  ListExecutionsPaginator,
334
+ ListFileTransferResultsPaginator,
293
335
  ListProfilesPaginator,
294
336
  ListSecurityPoliciesPaginator,
295
337
  ListServersPaginator,
296
338
  ListTagsForResourcePaginator,
297
339
  ListUsersPaginator,
340
+ ListWebAppsPaginator,
298
341
  ListWorkflowsPaginator,
299
342
  )
300
343
 
@@ -307,6 +350,9 @@ list_agreements_paginator: ListAgreementsPaginator = client.get_paginator("list_
307
350
  list_certificates_paginator: ListCertificatesPaginator = client.get_paginator("list_certificates")
308
351
  list_connectors_paginator: ListConnectorsPaginator = client.get_paginator("list_connectors")
309
352
  list_executions_paginator: ListExecutionsPaginator = client.get_paginator("list_executions")
353
+ list_file_transfer_results_paginator: ListFileTransferResultsPaginator = client.get_paginator(
354
+ "list_file_transfer_results"
355
+ )
310
356
  list_profiles_paginator: ListProfilesPaginator = client.get_paginator("list_profiles")
311
357
  list_security_policies_paginator: ListSecurityPoliciesPaginator = client.get_paginator(
312
358
  "list_security_policies"
@@ -316,6 +362,7 @@ list_tags_for_resource_paginator: ListTagsForResourcePaginator = client.get_pagi
316
362
  "list_tags_for_resource"
317
363
  )
318
364
  list_users_paginator: ListUsersPaginator = client.get_paginator("list_users")
365
+ list_web_apps_paginator: ListWebAppsPaginator = client.get_paginator("list_web_apps")
319
366
  list_workflows_paginator: ListWorkflowsPaginator = client.get_paginator("list_workflows")
320
367
  ```
321
368
 
@@ -388,8 +435,7 @@ updates. It delivers drop-in type annotations for you and makes sure that:
388
435
  annotations extracted from `botocore` schemas.
389
436
  - Type annotations include up-to-date documentation.
390
437
  - Link to documentation is provided for every method.
391
- - Code is processed by [black](https://github.com/psf/black) and
392
- [isort](https://github.com/PyCQA/isort) for readability.
438
+ - Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
393
439
 
394
440
  <a id="what's-new"></a>
395
441
 
@@ -2,16 +2,15 @@
2
2
 
3
3
  # mypy-boto3-transfer
4
4
 
5
- [![PyPI - mypy-boto3-transfer](https://img.shields.io/pypi/v/mypy-boto3-transfer.svg?color=blue)](https://pypi.org/project/mypy-boto3-transfer)
6
- [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mypy-boto3-transfer.svg?color=blue)](https://pypi.org/project/mypy-boto3-transfer)
7
- [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/)
8
- [![PyPI - Downloads](https://static.pepy.tech/badge/mypy-boto3-transfer)](https://pepy.tech/project/mypy-boto3-transfer)
5
+ [![PyPI - mypy-boto3-transfer](https://img.shields.io/pypi/v/mypy-boto3-transfer.svg?color=blue)](https://pypi.org/project/mypy-boto3-transfer/)
6
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mypy-boto3-transfer.svg?color=blue)](https://pypi.org/project/mypy-boto3-transfer/)
7
+ [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/boto3_stubs_docs/)
8
+ [![PyPI - Downloads](https://static.pepy.tech/badge/mypy-boto3-transfer)](https://pypistats.org/packages/mypy-boto3-transfer)
9
9
 
10
10
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
- Type annotations for
13
- [boto3.Transfer 1.35.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer)
14
- service compatible with [VSCode](https://code.visualstudio.com/),
12
+ Type annotations for [boto3 Transfer 1.35.72](https://pypi.org/project/boto3/)
13
+ compatible with [VSCode](https://code.visualstudio.com/),
15
14
  [PyCharm](https://www.jetbrains.com/pycharm/),
16
15
  [Emacs](https://www.gnu.org/software/emacs/),
17
16
  [Sublime Text](https://www.sublimetext.com/),
@@ -19,15 +18,15 @@ service compatible with [VSCode](https://code.visualstudio.com/),
19
18
  [pyright](https://github.com/microsoft/pyright) and other tools.
20
19
 
21
20
  Generated by
22
- [mypy-boto3-builder 7.26.0](https://github.com/youtype/mypy_boto3_builder).
21
+ [mypy-boto3-builder 8.5.0](https://github.com/youtype/mypy_boto3_builder).
23
22
 
24
23
  More information can be found on
25
24
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
26
25
  [mypy-boto3-transfer docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/).
27
26
 
28
- See how it helps to find and fix potential bugs:
27
+ See how it helps you find and fix potential bugs:
29
28
 
30
- ![boto3-stubs demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
29
+ ![types-boto3 demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
31
30
 
32
31
  - [mypy-boto3-transfer](#mypy-boto3-transfer)
33
32
  - [How to install](#how-to-install)
@@ -42,6 +41,7 @@ See how it helps to find and fix potential bugs:
42
41
  - [Other IDEs](#other-ides)
43
42
  - [mypy](#mypy)
44
43
  - [pyright](#pyright)
44
+ - [Pylint compatibility](#pylint-compatibility)
45
45
  - [Explicit type annotations](#explicit-type-annotations)
46
46
  - [Client annotations](#client-annotations)
47
47
  - [Paginators annotations](#paginators-annotations)
@@ -125,16 +125,31 @@ annotations required, write your `boto3` code as usual.
125
125
 
126
126
  ### PyCharm
127
127
 
128
- Install `boto3-stubs-lite[transfer]` in your environment:
128
+ > ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
129
+ > [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
130
+ > to use [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/) until
131
+ > the issue is resolved.
132
+
133
+ > ⚠️ If you experience slow performance and high CPU usage, try to disable
134
+ > `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
135
+ > [pyright](https://github.com/microsoft/pyright) instead.
136
+
137
+ > ⚠️ To continue using `PyCharm` type checker, you can try to replace
138
+ > `boto3-stubs` with
139
+ > [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/):
129
140
 
130
141
  ```bash
131
- python -m pip install 'boto3-stubs-lite[transfer]'`
142
+ pip uninstall boto3-stubs
143
+ pip install boto3-stubs-lite
132
144
  ```
133
145
 
134
- Both type checking and code completion should now work. Explicit type
135
- annotations **are required**.
146
+ Install `boto3-stubs[transfer]` in your environment:
136
147
 
137
- Use `boto3-stubs` package instead for implicit type discovery.
148
+ ```bash
149
+ python -m pip install 'boto3-stubs[transfer]'
150
+ ```
151
+
152
+ Both type checking and code completion should now work.
138
153
 
139
154
  <a id="emacs"></a>
140
155
 
@@ -198,7 +213,7 @@ should work.
198
213
  - Install `boto3-stubs[transfer]` in your environment:
199
214
 
200
215
  ```bash
201
- python -m pip install 'boto3-stubs[transfer]'`
216
+ python -m pip install 'boto3-stubs[transfer]'
202
217
  ```
203
218
 
204
219
  Type checking should now work. No explicit type annotations required, write
@@ -215,11 +230,36 @@ your `boto3` code as usual.
215
230
  python -m pip install 'boto3-stubs[transfer]'
216
231
  ```
217
232
 
218
- Optionally, you can install `boto3-stubs` to `typings` folder.
233
+ Optionally, you can install `boto3-stubs` to `typings` directory.
219
234
 
220
235
  Type checking should now work. No explicit type annotations required, write
221
236
  your `boto3` code as usual.
222
237
 
238
+ <a id="pylint-compatibility"></a>
239
+
240
+ ### Pylint compatibility
241
+
242
+ It is totally safe to use `TYPE_CHECKING` flag in order to avoid
243
+ `mypy-boto3-transfer` dependency in production. However, there is an issue in
244
+ `pylint` that it complains about undefined variables. To fix it, set all types
245
+ to `object` in non-`TYPE_CHECKING` mode.
246
+
247
+ ```python
248
+ from typing import TYPE_CHECKING
249
+
250
+ if TYPE_CHECKING:
251
+ from mypy_boto3_ec2 import EC2Client, EC2ServiceResource
252
+ from mypy_boto3_ec2.waiters import BundleTaskCompleteWaiter
253
+ from mypy_boto3_ec2.paginators import DescribeVolumesPaginator
254
+ else:
255
+ EC2Client = object
256
+ EC2ServiceResource = object
257
+ BundleTaskCompleteWaiter = object
258
+ DescribeVolumesPaginator = object
259
+
260
+ ...
261
+ ```
262
+
223
263
  <a id="explicit-type-annotations"></a>
224
264
 
225
265
  ## Explicit type annotations
@@ -257,11 +297,13 @@ from mypy_boto3_transfer.paginator import (
257
297
  ListCertificatesPaginator,
258
298
  ListConnectorsPaginator,
259
299
  ListExecutionsPaginator,
300
+ ListFileTransferResultsPaginator,
260
301
  ListProfilesPaginator,
261
302
  ListSecurityPoliciesPaginator,
262
303
  ListServersPaginator,
263
304
  ListTagsForResourcePaginator,
264
305
  ListUsersPaginator,
306
+ ListWebAppsPaginator,
265
307
  ListWorkflowsPaginator,
266
308
  )
267
309
 
@@ -274,6 +316,9 @@ list_agreements_paginator: ListAgreementsPaginator = client.get_paginator("list_
274
316
  list_certificates_paginator: ListCertificatesPaginator = client.get_paginator("list_certificates")
275
317
  list_connectors_paginator: ListConnectorsPaginator = client.get_paginator("list_connectors")
276
318
  list_executions_paginator: ListExecutionsPaginator = client.get_paginator("list_executions")
319
+ list_file_transfer_results_paginator: ListFileTransferResultsPaginator = client.get_paginator(
320
+ "list_file_transfer_results"
321
+ )
277
322
  list_profiles_paginator: ListProfilesPaginator = client.get_paginator("list_profiles")
278
323
  list_security_policies_paginator: ListSecurityPoliciesPaginator = client.get_paginator(
279
324
  "list_security_policies"
@@ -283,6 +328,7 @@ list_tags_for_resource_paginator: ListTagsForResourcePaginator = client.get_pagi
283
328
  "list_tags_for_resource"
284
329
  )
285
330
  list_users_paginator: ListUsersPaginator = client.get_paginator("list_users")
331
+ list_web_apps_paginator: ListWebAppsPaginator = client.get_paginator("list_web_apps")
286
332
  list_workflows_paginator: ListWorkflowsPaginator = client.get_paginator("list_workflows")
287
333
  ```
288
334
 
@@ -355,8 +401,7 @@ updates. It delivers drop-in type annotations for you and makes sure that:
355
401
  annotations extracted from `botocore` schemas.
356
402
  - Type annotations include up-to-date documentation.
357
403
  - Link to documentation is provided for every method.
358
- - Code is processed by [black](https://github.com/psf/black) and
359
- [isort](https://github.com/PyCQA/isort) for readability.
404
+ - Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
360
405
 
361
406
  <a id="what's-new"></a>
362
407
 
@@ -12,11 +12,13 @@ Usage::
12
12
  ListCertificatesPaginator,
13
13
  ListConnectorsPaginator,
14
14
  ListExecutionsPaginator,
15
+ ListFileTransferResultsPaginator,
15
16
  ListProfilesPaginator,
16
17
  ListSecurityPoliciesPaginator,
17
18
  ListServersPaginator,
18
19
  ListTagsForResourcePaginator,
19
20
  ListUsersPaginator,
21
+ ListWebAppsPaginator,
20
22
  ListWorkflowsPaginator,
21
23
  ServerOfflineWaiter,
22
24
  ServerOnlineWaiter,
@@ -34,13 +36,17 @@ Usage::
34
36
  list_certificates_paginator: ListCertificatesPaginator = client.get_paginator("list_certificates")
35
37
  list_connectors_paginator: ListConnectorsPaginator = client.get_paginator("list_connectors")
36
38
  list_executions_paginator: ListExecutionsPaginator = client.get_paginator("list_executions")
39
+ list_file_transfer_results_paginator: ListFileTransferResultsPaginator = client.get_paginator("list_file_transfer_results")
37
40
  list_profiles_paginator: ListProfilesPaginator = client.get_paginator("list_profiles")
38
41
  list_security_policies_paginator: ListSecurityPoliciesPaginator = client.get_paginator("list_security_policies")
39
42
  list_servers_paginator: ListServersPaginator = client.get_paginator("list_servers")
40
43
  list_tags_for_resource_paginator: ListTagsForResourcePaginator = client.get_paginator("list_tags_for_resource")
41
44
  list_users_paginator: ListUsersPaginator = client.get_paginator("list_users")
45
+ list_web_apps_paginator: ListWebAppsPaginator = client.get_paginator("list_web_apps")
42
46
  list_workflows_paginator: ListWorkflowsPaginator = client.get_paginator("list_workflows")
43
47
  ```
48
+
49
+ Copyright 2024 Vlad Emelianov
44
50
  """
45
51
 
46
52
  from .client import TransferClient
@@ -50,17 +56,20 @@ from .paginator import (
50
56
  ListCertificatesPaginator,
51
57
  ListConnectorsPaginator,
52
58
  ListExecutionsPaginator,
59
+ ListFileTransferResultsPaginator,
53
60
  ListProfilesPaginator,
54
61
  ListSecurityPoliciesPaginator,
55
62
  ListServersPaginator,
56
63
  ListTagsForResourcePaginator,
57
64
  ListUsersPaginator,
65
+ ListWebAppsPaginator,
58
66
  ListWorkflowsPaginator,
59
67
  )
60
68
  from .waiter import ServerOfflineWaiter, ServerOnlineWaiter
61
69
 
62
70
  Client = TransferClient
63
71
 
72
+
64
73
  __all__ = (
65
74
  "Client",
66
75
  "ListAccessesPaginator",
@@ -68,11 +77,13 @@ __all__ = (
68
77
  "ListCertificatesPaginator",
69
78
  "ListConnectorsPaginator",
70
79
  "ListExecutionsPaginator",
80
+ "ListFileTransferResultsPaginator",
71
81
  "ListProfilesPaginator",
72
82
  "ListSecurityPoliciesPaginator",
73
83
  "ListServersPaginator",
74
84
  "ListTagsForResourcePaginator",
75
85
  "ListUsersPaginator",
86
+ "ListWebAppsPaginator",
76
87
  "ListWorkflowsPaginator",
77
88
  "ServerOfflineWaiter",
78
89
  "ServerOnlineWaiter",
@@ -12,11 +12,13 @@ Usage::
12
12
  ListCertificatesPaginator,
13
13
  ListConnectorsPaginator,
14
14
  ListExecutionsPaginator,
15
+ ListFileTransferResultsPaginator,
15
16
  ListProfilesPaginator,
16
17
  ListSecurityPoliciesPaginator,
17
18
  ListServersPaginator,
18
19
  ListTagsForResourcePaginator,
19
20
  ListUsersPaginator,
21
+ ListWebAppsPaginator,
20
22
  ListWorkflowsPaginator,
21
23
  ServerOfflineWaiter,
22
24
  ServerOnlineWaiter,
@@ -34,13 +36,17 @@ Usage::
34
36
  list_certificates_paginator: ListCertificatesPaginator = client.get_paginator("list_certificates")
35
37
  list_connectors_paginator: ListConnectorsPaginator = client.get_paginator("list_connectors")
36
38
  list_executions_paginator: ListExecutionsPaginator = client.get_paginator("list_executions")
39
+ list_file_transfer_results_paginator: ListFileTransferResultsPaginator = client.get_paginator("list_file_transfer_results")
37
40
  list_profiles_paginator: ListProfilesPaginator = client.get_paginator("list_profiles")
38
41
  list_security_policies_paginator: ListSecurityPoliciesPaginator = client.get_paginator("list_security_policies")
39
42
  list_servers_paginator: ListServersPaginator = client.get_paginator("list_servers")
40
43
  list_tags_for_resource_paginator: ListTagsForResourcePaginator = client.get_paginator("list_tags_for_resource")
41
44
  list_users_paginator: ListUsersPaginator = client.get_paginator("list_users")
45
+ list_web_apps_paginator: ListWebAppsPaginator = client.get_paginator("list_web_apps")
42
46
  list_workflows_paginator: ListWorkflowsPaginator = client.get_paginator("list_workflows")
43
47
  ```
48
+
49
+ Copyright 2024 Vlad Emelianov
44
50
  """
45
51
 
46
52
  from .client import TransferClient
@@ -50,11 +56,13 @@ from .paginator import (
50
56
  ListCertificatesPaginator,
51
57
  ListConnectorsPaginator,
52
58
  ListExecutionsPaginator,
59
+ ListFileTransferResultsPaginator,
53
60
  ListProfilesPaginator,
54
61
  ListSecurityPoliciesPaginator,
55
62
  ListServersPaginator,
56
63
  ListTagsForResourcePaginator,
57
64
  ListUsersPaginator,
65
+ ListWebAppsPaginator,
58
66
  ListWorkflowsPaginator,
59
67
  )
60
68
  from .waiter import ServerOfflineWaiter, ServerOnlineWaiter
@@ -68,11 +76,13 @@ __all__ = (
68
76
  "ListCertificatesPaginator",
69
77
  "ListConnectorsPaginator",
70
78
  "ListExecutionsPaginator",
79
+ "ListFileTransferResultsPaginator",
71
80
  "ListProfilesPaginator",
72
81
  "ListSecurityPoliciesPaginator",
73
82
  "ListServersPaginator",
74
83
  "ListTagsForResourcePaginator",
75
84
  "ListUsersPaginator",
85
+ "ListWebAppsPaginator",
76
86
  "ListWorkflowsPaginator",
77
87
  "ServerOfflineWaiter",
78
88
  "ServerOnlineWaiter",
@@ -1,5 +1,7 @@
1
1
  """
2
2
  Main CLI entrypoint.
3
+
4
+ Copyright 2024 Vlad Emelianov
3
5
  """
4
6
 
5
7
  import sys
@@ -10,11 +12,11 @@ def print_info() -> None:
10
12
  Print package info to stdout.
11
13
  """
12
14
  print(
13
- "Type annotations for boto3.Transfer 1.35.0\n"
14
- "Version: 1.35.0\n"
15
- "Builder version: 7.26.0\n"
15
+ "Type annotations for boto3 Transfer 1.35.72\n"
16
+ "Version: 1.35.72\n"
17
+ "Builder version: 8.5.0\n"
16
18
  "Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer//\n"
17
- "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer\n"
19
+ "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#transfer\n"
18
20
  "Other services: https://pypi.org/project/boto3-stubs/\n"
19
21
  "Changelog: https://github.com/youtype/mypy_boto3_builder/releases"
20
22
  )
@@ -24,7 +26,7 @@ def print_version() -> None:
24
26
  """
25
27
  Print package version to stdout.
26
28
  """
27
- print("1.35.0")
29
+ print("1.35.72")
28
30
 
29
31
 
30
32
  def main() -> None: