mypy-boto3-transfer 1.40.42__tar.gz → 1.40.52__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 (26) hide show
  1. {mypy_boto3_transfer-1.40.42 → mypy_boto3_transfer-1.40.52}/PKG-INFO +4 -4
  2. {mypy_boto3_transfer-1.40.42 → mypy_boto3_transfer-1.40.52}/README.md +2 -2
  3. {mypy_boto3_transfer-1.40.42 → mypy_boto3_transfer-1.40.52}/mypy_boto3_transfer/__main__.py +3 -3
  4. {mypy_boto3_transfer-1.40.42 → mypy_boto3_transfer-1.40.52}/mypy_boto3_transfer/literals.py +4 -0
  5. {mypy_boto3_transfer-1.40.42 → mypy_boto3_transfer-1.40.52}/mypy_boto3_transfer/literals.pyi +4 -0
  6. mypy_boto3_transfer-1.40.42/mypy_boto3_transfer/type_defs.pyi → mypy_boto3_transfer-1.40.52/mypy_boto3_transfer/type_defs.py +278 -15
  7. mypy_boto3_transfer-1.40.42/mypy_boto3_transfer/type_defs.py → mypy_boto3_transfer-1.40.52/mypy_boto3_transfer/type_defs.pyi +44 -231
  8. {mypy_boto3_transfer-1.40.42 → mypy_boto3_transfer-1.40.52}/mypy_boto3_transfer/version.py +1 -1
  9. {mypy_boto3_transfer-1.40.42 → mypy_boto3_transfer-1.40.52}/mypy_boto3_transfer.egg-info/PKG-INFO +4 -4
  10. {mypy_boto3_transfer-1.40.42 → mypy_boto3_transfer-1.40.52}/setup.py +2 -2
  11. {mypy_boto3_transfer-1.40.42 → mypy_boto3_transfer-1.40.52}/LICENSE +0 -0
  12. {mypy_boto3_transfer-1.40.42 → mypy_boto3_transfer-1.40.52}/mypy_boto3_transfer/__init__.py +0 -0
  13. {mypy_boto3_transfer-1.40.42 → mypy_boto3_transfer-1.40.52}/mypy_boto3_transfer/__init__.pyi +0 -0
  14. {mypy_boto3_transfer-1.40.42 → mypy_boto3_transfer-1.40.52}/mypy_boto3_transfer/client.py +0 -0
  15. {mypy_boto3_transfer-1.40.42 → mypy_boto3_transfer-1.40.52}/mypy_boto3_transfer/client.pyi +0 -0
  16. {mypy_boto3_transfer-1.40.42 → mypy_boto3_transfer-1.40.52}/mypy_boto3_transfer/paginator.py +0 -0
  17. {mypy_boto3_transfer-1.40.42 → mypy_boto3_transfer-1.40.52}/mypy_boto3_transfer/paginator.pyi +0 -0
  18. {mypy_boto3_transfer-1.40.42 → mypy_boto3_transfer-1.40.52}/mypy_boto3_transfer/py.typed +0 -0
  19. {mypy_boto3_transfer-1.40.42 → mypy_boto3_transfer-1.40.52}/mypy_boto3_transfer/waiter.py +0 -0
  20. {mypy_boto3_transfer-1.40.42 → mypy_boto3_transfer-1.40.52}/mypy_boto3_transfer/waiter.pyi +0 -0
  21. {mypy_boto3_transfer-1.40.42 → mypy_boto3_transfer-1.40.52}/mypy_boto3_transfer.egg-info/SOURCES.txt +0 -0
  22. {mypy_boto3_transfer-1.40.42 → mypy_boto3_transfer-1.40.52}/mypy_boto3_transfer.egg-info/dependency_links.txt +0 -0
  23. {mypy_boto3_transfer-1.40.42 → mypy_boto3_transfer-1.40.52}/mypy_boto3_transfer.egg-info/not-zip-safe +0 -0
  24. {mypy_boto3_transfer-1.40.42 → mypy_boto3_transfer-1.40.52}/mypy_boto3_transfer.egg-info/requires.txt +0 -0
  25. {mypy_boto3_transfer-1.40.42 → mypy_boto3_transfer-1.40.52}/mypy_boto3_transfer.egg-info/top_level.txt +0 -0
  26. {mypy_boto3_transfer-1.40.42 → mypy_boto3_transfer-1.40.52}/setup.cfg +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mypy-boto3-transfer
3
- Version: 1.40.42
4
- Summary: Type annotations for boto3 Transfer 1.40.42 service generated with mypy-boto3-builder 8.11.0
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
5
  Home-page: https://github.com/youtype/mypy_boto3_builder
6
6
  Author: Vlad Emelianov
7
7
  Author-email: vlad.emelianov.nz@gmail.com
@@ -56,7 +56,7 @@ Dynamic: summary
56
56
 
57
57
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
58
 
59
- Type annotations for [boto3 Transfer 1.40.42](https://pypi.org/project/boto3/)
59
+ Type annotations for [boto3 Transfer 1.40.52](https://pypi.org/project/boto3/)
60
60
  compatible with [VSCode](https://code.visualstudio.com/),
61
61
  [PyCharm](https://www.jetbrains.com/pycharm/),
62
62
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
119
119
  isolation.
120
120
 
121
121
  1. Run mypy-boto3-builder in your package root directory:
122
- `uvx --with 'boto3==1.40.42' mypy-boto3-builder`
122
+ `uvx --with 'boto3==1.40.52' mypy-boto3-builder`
123
123
  2. Select `boto3-stubs` AWS SDK.
124
124
  3. Add `Transfer` service.
125
125
  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.42](https://pypi.org/project/boto3/)
12
+ Type annotations for [boto3 Transfer 1.40.52](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/),
@@ -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.42' mypy-boto3-builder`
75
+ `uvx --with 'boto3==1.40.52' 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,8 +12,8 @@ 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.42\n"
16
- "Version: 1.40.42\n"
15
+ "Type annotations for boto3 Transfer 1.40.52\n"
16
+ "Version: 1.40.52\n"
17
17
  "Builder version: 8.11.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"
@@ -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.42\n")
29
+ sys.stdout.write("1.40.52\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -29,6 +29,8 @@ __all__ = (
29
29
  "CertificateTypeType",
30
30
  "CertificateUsageTypeType",
31
31
  "CompressionEnumType",
32
+ "ConnectorEgressTypeType",
33
+ "ConnectorStatusType",
32
34
  "CustomStepStatusType",
33
35
  "DirectoryListingOptimizationType",
34
36
  "DomainType",
@@ -89,6 +91,8 @@ CertificateStatusTypeType = Literal["ACTIVE", "INACTIVE", "PENDING_ROTATION"]
89
91
  CertificateTypeType = Literal["CERTIFICATE", "CERTIFICATE_WITH_PRIVATE_KEY"]
90
92
  CertificateUsageTypeType = Literal["ENCRYPTION", "SIGNING", "TLS"]
91
93
  CompressionEnumType = Literal["DISABLED", "ZLIB"]
94
+ ConnectorEgressTypeType = Literal["SERVICE_MANAGED", "VPC_LATTICE"]
95
+ ConnectorStatusType = Literal["ACTIVE", "ERRORED", "PENDING"]
92
96
  CustomStepStatusType = Literal["FAILURE", "SUCCESS"]
93
97
  DirectoryListingOptimizationType = Literal["DISABLED", "ENABLED"]
94
98
  DomainType = Literal["EFS", "S3"]
@@ -28,6 +28,8 @@ __all__ = (
28
28
  "CertificateTypeType",
29
29
  "CertificateUsageTypeType",
30
30
  "CompressionEnumType",
31
+ "ConnectorEgressTypeType",
32
+ "ConnectorStatusType",
31
33
  "CustomStepStatusType",
32
34
  "DirectoryListingOptimizationType",
33
35
  "DomainType",
@@ -87,6 +89,8 @@ CertificateStatusTypeType = Literal["ACTIVE", "INACTIVE", "PENDING_ROTATION"]
87
89
  CertificateTypeType = Literal["CERTIFICATE", "CERTIFICATE_WITH_PRIVATE_KEY"]
88
90
  CertificateUsageTypeType = Literal["ENCRYPTION", "SIGNING", "TLS"]
89
91
  CompressionEnumType = Literal["DISABLED", "ZLIB"]
92
+ ConnectorEgressTypeType = Literal["SERVICE_MANAGED", "VPC_LATTICE"]
93
+ ConnectorStatusType = Literal["ACTIVE", "ERRORED", "PENDING"]
90
94
  CustomStepStatusType = Literal["FAILURE", "SUCCESS"]
91
95
  DirectoryListingOptimizationType = Literal["DISABLED", "ENABLED"]
92
96
  DomainType = Literal["EFS", "S3"]