mypy-boto3-transfer 1.40.52__tar.gz → 1.41.0__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 (27) hide show
  1. {mypy_boto3_transfer-1.40.52 → mypy_boto3_transfer-1.41.0}/PKG-INFO +11 -25
  2. {mypy_boto3_transfer-1.40.52 → mypy_boto3_transfer-1.41.0}/README.md +3 -3
  3. {mypy_boto3_transfer-1.40.52 → mypy_boto3_transfer-1.41.0}/mypy_boto3_transfer/__main__.py +4 -4
  4. {mypy_boto3_transfer-1.40.52 → mypy_boto3_transfer-1.41.0}/mypy_boto3_transfer/client.py +12 -17
  5. {mypy_boto3_transfer-1.40.52 → mypy_boto3_transfer-1.41.0}/mypy_boto3_transfer/client.pyi +12 -17
  6. {mypy_boto3_transfer-1.40.52 → mypy_boto3_transfer-1.41.0}/mypy_boto3_transfer/literals.py +4 -7
  7. {mypy_boto3_transfer-1.40.52 → mypy_boto3_transfer-1.41.0}/mypy_boto3_transfer/literals.pyi +4 -7
  8. {mypy_boto3_transfer-1.40.52 → mypy_boto3_transfer-1.41.0}/mypy_boto3_transfer/type_defs.py +52 -57
  9. {mypy_boto3_transfer-1.40.52 → mypy_boto3_transfer-1.41.0}/mypy_boto3_transfer/type_defs.pyi +52 -57
  10. {mypy_boto3_transfer-1.40.52 → mypy_boto3_transfer-1.41.0}/mypy_boto3_transfer/version.py +1 -1
  11. {mypy_boto3_transfer-1.40.52 → mypy_boto3_transfer-1.41.0}/mypy_boto3_transfer.egg-info/PKG-INFO +11 -25
  12. {mypy_boto3_transfer-1.40.52 → mypy_boto3_transfer-1.41.0}/mypy_boto3_transfer.egg-info/SOURCES.txt +1 -2
  13. mypy_boto3_transfer-1.41.0/pyproject.toml +61 -0
  14. mypy_boto3_transfer-1.40.52/mypy_boto3_transfer.egg-info/not-zip-safe +0 -1
  15. mypy_boto3_transfer-1.40.52/setup.py +0 -54
  16. {mypy_boto3_transfer-1.40.52 → mypy_boto3_transfer-1.41.0}/LICENSE +0 -0
  17. {mypy_boto3_transfer-1.40.52 → mypy_boto3_transfer-1.41.0}/mypy_boto3_transfer/__init__.py +0 -0
  18. {mypy_boto3_transfer-1.40.52 → mypy_boto3_transfer-1.41.0}/mypy_boto3_transfer/__init__.pyi +0 -0
  19. {mypy_boto3_transfer-1.40.52 → mypy_boto3_transfer-1.41.0}/mypy_boto3_transfer/paginator.py +0 -0
  20. {mypy_boto3_transfer-1.40.52 → mypy_boto3_transfer-1.41.0}/mypy_boto3_transfer/paginator.pyi +0 -0
  21. {mypy_boto3_transfer-1.40.52 → mypy_boto3_transfer-1.41.0}/mypy_boto3_transfer/py.typed +0 -0
  22. {mypy_boto3_transfer-1.40.52 → mypy_boto3_transfer-1.41.0}/mypy_boto3_transfer/waiter.py +0 -0
  23. {mypy_boto3_transfer-1.40.52 → mypy_boto3_transfer-1.41.0}/mypy_boto3_transfer/waiter.pyi +0 -0
  24. {mypy_boto3_transfer-1.40.52 → mypy_boto3_transfer-1.41.0}/mypy_boto3_transfer.egg-info/dependency_links.txt +0 -0
  25. {mypy_boto3_transfer-1.40.52 → mypy_boto3_transfer-1.41.0}/mypy_boto3_transfer.egg-info/requires.txt +0 -0
  26. {mypy_boto3_transfer-1.40.52 → mypy_boto3_transfer-1.41.0}/mypy_boto3_transfer.egg-info/top_level.txt +0 -0
  27. {mypy_boto3_transfer-1.40.52 → mypy_boto3_transfer-1.41.0}/setup.cfg +0 -0
@@ -1,23 +1,21 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mypy-boto3-transfer
3
- Version: 1.40.52
4
- Summary: Type annotations for boto3 Transfer 1.40.52 service generated with mypy-boto3-builder 8.11.0
5
- Home-page: https://github.com/youtype/mypy_boto3_builder
6
- Author: Vlad Emelianov
7
- Author-email: vlad.emelianov.nz@gmail.com
8
- License: MIT License
3
+ Version: 1.41.0
4
+ Summary: Type annotations for boto3 Transfer 1.41.0 service generated with mypy-boto3-builder 8.12.0
5
+ Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
9
8
  Project-URL: Documentation, https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/
10
9
  Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
11
10
  Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
12
- Keywords: boto3 transfer boto3-stubs type-annotations mypy typeshed autocomplete
11
+ Keywords: boto3,transfer,boto3-stubs,type-annotations,mypy,typeshed,autocomplete
12
+ Platform: any
13
13
  Classifier: Development Status :: 5 - Production/Stable
14
14
  Classifier: Intended Audience :: Developers
15
15
  Classifier: Environment :: Console
16
- Classifier: License :: OSI Approved :: MIT License
17
16
  Classifier: Natural Language :: English
18
17
  Classifier: Operating System :: OS Independent
19
18
  Classifier: Programming Language :: Python :: 3
20
- Classifier: Programming Language :: Python :: 3.8
21
19
  Classifier: Programming Language :: Python :: 3.9
22
20
  Classifier: Programming Language :: Python :: 3.10
23
21
  Classifier: Programming Language :: Python :: 3.11
@@ -27,23 +25,11 @@ Classifier: Programming Language :: Python :: 3.14
27
25
  Classifier: Programming Language :: Python :: 3 :: Only
28
26
  Classifier: Programming Language :: Python :: Implementation :: CPython
29
27
  Classifier: Typing :: Stubs Only
30
- Requires-Python: >=3.8
28
+ Requires-Python: >=3.9
31
29
  Description-Content-Type: text/markdown
32
30
  License-File: LICENSE
33
31
  Requires-Dist: typing-extensions; python_version < "3.12"
34
- Dynamic: author
35
- Dynamic: author-email
36
- Dynamic: classifier
37
- Dynamic: description
38
- Dynamic: description-content-type
39
- Dynamic: home-page
40
- Dynamic: keywords
41
- Dynamic: license
42
32
  Dynamic: license-file
43
- Dynamic: project-url
44
- Dynamic: requires-dist
45
- Dynamic: requires-python
46
- Dynamic: summary
47
33
 
48
34
  <a id="mypy-boto3-transfer"></a>
49
35
 
@@ -56,7 +42,7 @@ Dynamic: summary
56
42
 
57
43
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
44
 
59
- Type annotations for [boto3 Transfer 1.40.52](https://pypi.org/project/boto3/)
45
+ Type annotations for [boto3 Transfer 1.41.0](https://pypi.org/project/boto3/)
60
46
  compatible with [VSCode](https://code.visualstudio.com/),
61
47
  [PyCharm](https://www.jetbrains.com/pycharm/),
62
48
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -65,7 +51,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
65
51
  [pyright](https://github.com/microsoft/pyright) and other tools.
66
52
 
67
53
  Generated with
68
- [mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
54
+ [mypy-boto3-builder 8.12.0](https://github.com/youtype/mypy_boto3_builder).
69
55
 
70
56
  More information can be found on
71
57
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -119,7 +105,7 @@ You can generate type annotations for `boto3` package locally with
119
105
  isolation.
120
106
 
121
107
  1. Run mypy-boto3-builder in your package root directory:
122
- `uvx --with 'boto3==1.40.52' mypy-boto3-builder`
108
+ `uvx --with 'boto3==1.41.0' mypy-boto3-builder`
123
109
  2. Select `boto3-stubs` AWS SDK.
124
110
  3. Add `Transfer` service.
125
111
  4. Use provided commands to install generated packages.
@@ -9,7 +9,7 @@
9
9
 
10
10
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
- Type annotations for [boto3 Transfer 1.40.52](https://pypi.org/project/boto3/)
12
+ Type annotations for [boto3 Transfer 1.41.0](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.11.0](https://github.com/youtype/mypy_boto3_builder).
21
+ [mypy-boto3-builder 8.12.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
@@ -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.40.52' mypy-boto3-builder`
75
+ `uvx --with 'boto3==1.41.0' 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.40.52\n"
16
- "Version: 1.40.52\n"
17
- "Builder version: 8.11.0\n"
15
+ "Type annotations for boto3 Transfer 1.41.0\n"
16
+ "Version: 1.41.0\n"
17
+ "Builder version: 8.12.0\n"
18
18
  "Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer//\n"
19
19
  "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#transfer\n"
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.40.52\n")
29
+ sys.stdout.write("1.41.0\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -19,6 +19,7 @@ Usage::
19
19
  from __future__ import annotations
20
20
 
21
21
  import sys
22
+ from collections.abc import Mapping
22
23
  from typing import Any, overload
23
24
 
24
25
  from botocore.client import BaseClient, ClientMeta
@@ -170,12 +171,6 @@ from .type_defs import (
170
171
  )
171
172
  from .waiter import ServerOfflineWaiter, ServerOnlineWaiter
172
173
 
173
- if sys.version_info >= (3, 9):
174
- from builtins import dict as Dict
175
- from builtins import type as Type
176
- from collections.abc import Mapping
177
- else:
178
- from typing import Dict, Mapping, Type
179
174
  if sys.version_info >= (3, 12):
180
175
  from typing import Literal, Unpack
181
176
  else:
@@ -186,16 +181,16 @@ __all__ = ("TransferClient",)
186
181
 
187
182
 
188
183
  class Exceptions(BaseClientExceptions):
189
- AccessDeniedException: Type[BotocoreClientError]
190
- ClientError: Type[BotocoreClientError]
191
- ConflictException: Type[BotocoreClientError]
192
- InternalServiceError: Type[BotocoreClientError]
193
- InvalidNextTokenException: Type[BotocoreClientError]
194
- InvalidRequestException: Type[BotocoreClientError]
195
- ResourceExistsException: Type[BotocoreClientError]
196
- ResourceNotFoundException: Type[BotocoreClientError]
197
- ServiceUnavailableException: Type[BotocoreClientError]
198
- ThrottlingException: Type[BotocoreClientError]
184
+ AccessDeniedException: type[BotocoreClientError]
185
+ ClientError: type[BotocoreClientError]
186
+ ConflictException: type[BotocoreClientError]
187
+ InternalServiceError: type[BotocoreClientError]
188
+ InvalidNextTokenException: type[BotocoreClientError]
189
+ InvalidRequestException: type[BotocoreClientError]
190
+ ResourceExistsException: type[BotocoreClientError]
191
+ ResourceNotFoundException: type[BotocoreClientError]
192
+ ServiceUnavailableException: type[BotocoreClientError]
193
+ ThrottlingException: type[BotocoreClientError]
199
194
 
200
195
 
201
196
  class TransferClient(BaseClient):
@@ -764,7 +759,7 @@ class TransferClient(BaseClient):
764
759
 
765
760
  def send_workflow_step_state(
766
761
  self, **kwargs: Unpack[SendWorkflowStepStateRequestTypeDef]
767
- ) -> Dict[str, Any]:
762
+ ) -> dict[str, Any]:
768
763
  """
769
764
  Sends a callback for asynchronous custom steps.
770
765
 
@@ -19,6 +19,7 @@ Usage::
19
19
  from __future__ import annotations
20
20
 
21
21
  import sys
22
+ from collections.abc import Mapping
22
23
  from typing import Any, overload
23
24
 
24
25
  from botocore.client import BaseClient, ClientMeta
@@ -170,12 +171,6 @@ from .type_defs import (
170
171
  )
171
172
  from .waiter import ServerOfflineWaiter, ServerOnlineWaiter
172
173
 
173
- if sys.version_info >= (3, 9):
174
- from builtins import dict as Dict
175
- from builtins import type as Type
176
- from collections.abc import Mapping
177
- else:
178
- from typing import Dict, Mapping, Type
179
174
  if sys.version_info >= (3, 12):
180
175
  from typing import Literal, Unpack
181
176
  else:
@@ -184,16 +179,16 @@ else:
184
179
  __all__ = ("TransferClient",)
185
180
 
186
181
  class Exceptions(BaseClientExceptions):
187
- AccessDeniedException: Type[BotocoreClientError]
188
- ClientError: Type[BotocoreClientError]
189
- ConflictException: Type[BotocoreClientError]
190
- InternalServiceError: Type[BotocoreClientError]
191
- InvalidNextTokenException: Type[BotocoreClientError]
192
- InvalidRequestException: Type[BotocoreClientError]
193
- ResourceExistsException: Type[BotocoreClientError]
194
- ResourceNotFoundException: Type[BotocoreClientError]
195
- ServiceUnavailableException: Type[BotocoreClientError]
196
- ThrottlingException: Type[BotocoreClientError]
182
+ AccessDeniedException: type[BotocoreClientError]
183
+ ClientError: type[BotocoreClientError]
184
+ ConflictException: type[BotocoreClientError]
185
+ InternalServiceError: type[BotocoreClientError]
186
+ InvalidNextTokenException: type[BotocoreClientError]
187
+ InvalidRequestException: type[BotocoreClientError]
188
+ ResourceExistsException: type[BotocoreClientError]
189
+ ResourceNotFoundException: type[BotocoreClientError]
190
+ ServiceUnavailableException: type[BotocoreClientError]
191
+ ThrottlingException: type[BotocoreClientError]
197
192
 
198
193
  class TransferClient(BaseClient):
199
194
  """
@@ -761,7 +756,7 @@ class TransferClient(BaseClient):
761
756
 
762
757
  def send_workflow_step_state(
763
758
  self, **kwargs: Unpack[SendWorkflowStepStateRequestTypeDef]
764
- ) -> Dict[str, Any]:
759
+ ) -> dict[str, Any]:
765
760
  """
766
761
  Sends a callback for asynchronous custom steps.
767
762
 
@@ -178,7 +178,6 @@ ServiceName = Literal[
178
178
  "apprunner",
179
179
  "appstream",
180
180
  "appsync",
181
- "apptest",
182
181
  "arc-region-switch",
183
182
  "arc-zonal-shift",
184
183
  "artifact",
@@ -346,7 +345,6 @@ ServiceName = Literal[
346
345
  "iotdeviceadvisor",
347
346
  "iotevents",
348
347
  "iotevents-data",
349
- "iotfleethub",
350
348
  "iotfleetwise",
351
349
  "iotsecuretunneling",
352
350
  "iotsitewise",
@@ -385,8 +383,6 @@ ServiceName = Literal[
385
383
  "location",
386
384
  "logs",
387
385
  "lookoutequipment",
388
- "lookoutmetrics",
389
- "lookoutvision",
390
386
  "m2",
391
387
  "machinelearning",
392
388
  "macie2",
@@ -421,6 +417,7 @@ ServiceName = Literal[
421
417
  "mq",
422
418
  "mturk",
423
419
  "mwaa",
420
+ "mwaa-serverless",
424
421
  "neptune",
425
422
  "neptune-graph",
426
423
  "neptunedata",
@@ -440,6 +437,7 @@ ServiceName = Literal[
440
437
  "osis",
441
438
  "outposts",
442
439
  "panorama",
440
+ "partnercentral-channel",
443
441
  "partnercentral-selling",
444
442
  "payment-cryptography",
445
443
  "payment-cryptography-data",
@@ -461,8 +459,6 @@ ServiceName = Literal[
461
459
  "qapps",
462
460
  "qbusiness",
463
461
  "qconnect",
464
- "qldb",
465
- "qldb-session",
466
462
  "quicksight",
467
463
  "ram",
468
464
  "rbin",
@@ -477,7 +473,6 @@ ServiceName = Literal[
477
473
  "resource-explorer-2",
478
474
  "resource-groups",
479
475
  "resourcegroupstaggingapi",
480
- "robomaker",
481
476
  "rolesanywhere",
482
477
  "route53",
483
478
  "route53-recovery-cluster",
@@ -486,6 +481,7 @@ ServiceName = Literal[
486
481
  "route53domains",
487
482
  "route53profiles",
488
483
  "route53resolver",
484
+ "rtbfabric",
489
485
  "rum",
490
486
  "s3",
491
487
  "s3control",
@@ -516,6 +512,7 @@ ServiceName = Literal[
516
512
  "sesv2",
517
513
  "shield",
518
514
  "signer",
515
+ "signin",
519
516
  "simspaceweaver",
520
517
  "snow-device-management",
521
518
  "snowball",
@@ -176,7 +176,6 @@ ServiceName = Literal[
176
176
  "apprunner",
177
177
  "appstream",
178
178
  "appsync",
179
- "apptest",
180
179
  "arc-region-switch",
181
180
  "arc-zonal-shift",
182
181
  "artifact",
@@ -344,7 +343,6 @@ ServiceName = Literal[
344
343
  "iotdeviceadvisor",
345
344
  "iotevents",
346
345
  "iotevents-data",
347
- "iotfleethub",
348
346
  "iotfleetwise",
349
347
  "iotsecuretunneling",
350
348
  "iotsitewise",
@@ -383,8 +381,6 @@ ServiceName = Literal[
383
381
  "location",
384
382
  "logs",
385
383
  "lookoutequipment",
386
- "lookoutmetrics",
387
- "lookoutvision",
388
384
  "m2",
389
385
  "machinelearning",
390
386
  "macie2",
@@ -419,6 +415,7 @@ ServiceName = Literal[
419
415
  "mq",
420
416
  "mturk",
421
417
  "mwaa",
418
+ "mwaa-serverless",
422
419
  "neptune",
423
420
  "neptune-graph",
424
421
  "neptunedata",
@@ -438,6 +435,7 @@ ServiceName = Literal[
438
435
  "osis",
439
436
  "outposts",
440
437
  "panorama",
438
+ "partnercentral-channel",
441
439
  "partnercentral-selling",
442
440
  "payment-cryptography",
443
441
  "payment-cryptography-data",
@@ -459,8 +457,6 @@ ServiceName = Literal[
459
457
  "qapps",
460
458
  "qbusiness",
461
459
  "qconnect",
462
- "qldb",
463
- "qldb-session",
464
460
  "quicksight",
465
461
  "ram",
466
462
  "rbin",
@@ -475,7 +471,6 @@ ServiceName = Literal[
475
471
  "resource-explorer-2",
476
472
  "resource-groups",
477
473
  "resourcegroupstaggingapi",
478
- "robomaker",
479
474
  "rolesanywhere",
480
475
  "route53",
481
476
  "route53-recovery-cluster",
@@ -484,6 +479,7 @@ ServiceName = Literal[
484
479
  "route53domains",
485
480
  "route53profiles",
486
481
  "route53resolver",
482
+ "rtbfabric",
487
483
  "rum",
488
484
  "s3",
489
485
  "s3control",
@@ -514,6 +510,7 @@ ServiceName = Literal[
514
510
  "sesv2",
515
511
  "shield",
516
512
  "signer",
513
+ "signin",
517
514
  "simspaceweaver",
518
515
  "snow-device-management",
519
516
  "snowball",