mypy-boto3-transfer 1.34.77__py3-none-any.whl → 1.34.84__py3-none-any.whl
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/__main__.py +3 -3
- mypy_boto3_transfer/literals.py +2 -1
- mypy_boto3_transfer/literals.pyi +2 -1
- mypy_boto3_transfer/version.py +1 -1
- {mypy_boto3_transfer-1.34.77.dist-info → mypy_boto3_transfer-1.34.84.dist-info}/METADATA +3 -3
- {mypy_boto3_transfer-1.34.77.dist-info → mypy_boto3_transfer-1.34.84.dist-info}/RECORD +9 -9
- {mypy_boto3_transfer-1.34.77.dist-info → mypy_boto3_transfer-1.34.84.dist-info}/LICENSE +0 -0
- {mypy_boto3_transfer-1.34.77.dist-info → mypy_boto3_transfer-1.34.84.dist-info}/WHEEL +0 -0
- {mypy_boto3_transfer-1.34.77.dist-info → mypy_boto3_transfer-1.34.84.dist-info}/top_level.txt +0 -0
mypy_boto3_transfer/__main__.py
CHANGED
|
@@ -10,8 +10,8 @@ def print_info() -> None:
|
|
|
10
10
|
Print package info to stdout.
|
|
11
11
|
"""
|
|
12
12
|
print(
|
|
13
|
-
"Type annotations for boto3.Transfer 1.34.
|
|
14
|
-
"Version: 1.34.
|
|
13
|
+
"Type annotations for boto3.Transfer 1.34.84\n"
|
|
14
|
+
"Version: 1.34.84\n"
|
|
15
15
|
"Builder version: 7.23.2\n"
|
|
16
16
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer//\n"
|
|
17
17
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer\n"
|
|
@@ -24,7 +24,7 @@ def print_version() -> None:
|
|
|
24
24
|
"""
|
|
25
25
|
Print package version to stdout.
|
|
26
26
|
"""
|
|
27
|
-
print("1.34.
|
|
27
|
+
print("1.34.84")
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
def main() -> None:
|
mypy_boto3_transfer/literals.py
CHANGED
|
@@ -75,7 +75,7 @@ AgreementStatusTypeType = Literal["ACTIVE", "INACTIVE"]
|
|
|
75
75
|
As2TransportType = Literal["HTTP"]
|
|
76
76
|
CertificateStatusTypeType = Literal["ACTIVE", "INACTIVE", "PENDING_ROTATION"]
|
|
77
77
|
CertificateTypeType = Literal["CERTIFICATE", "CERTIFICATE_WITH_PRIVATE_KEY"]
|
|
78
|
-
CertificateUsageTypeType = Literal["ENCRYPTION", "SIGNING"]
|
|
78
|
+
CertificateUsageTypeType = Literal["ENCRYPTION", "SIGNING", "TLS"]
|
|
79
79
|
CompressionEnumType = Literal["DISABLED", "ZLIB"]
|
|
80
80
|
CustomStepStatusType = Literal["FAILURE", "SUCCESS"]
|
|
81
81
|
DirectoryListingOptimizationType = Literal["DISABLED", "ENABLED"]
|
|
@@ -220,6 +220,7 @@ ServiceName = Literal[
|
|
|
220
220
|
"connectcampaigns",
|
|
221
221
|
"connectcases",
|
|
222
222
|
"connectparticipant",
|
|
223
|
+
"controlcatalog",
|
|
223
224
|
"controltower",
|
|
224
225
|
"cost-optimization-hub",
|
|
225
226
|
"cur",
|
mypy_boto3_transfer/literals.pyi
CHANGED
|
@@ -75,7 +75,7 @@ AgreementStatusTypeType = Literal["ACTIVE", "INACTIVE"]
|
|
|
75
75
|
As2TransportType = Literal["HTTP"]
|
|
76
76
|
CertificateStatusTypeType = Literal["ACTIVE", "INACTIVE", "PENDING_ROTATION"]
|
|
77
77
|
CertificateTypeType = Literal["CERTIFICATE", "CERTIFICATE_WITH_PRIVATE_KEY"]
|
|
78
|
-
CertificateUsageTypeType = Literal["ENCRYPTION", "SIGNING"]
|
|
78
|
+
CertificateUsageTypeType = Literal["ENCRYPTION", "SIGNING", "TLS"]
|
|
79
79
|
CompressionEnumType = Literal["DISABLED", "ZLIB"]
|
|
80
80
|
CustomStepStatusType = Literal["FAILURE", "SUCCESS"]
|
|
81
81
|
DirectoryListingOptimizationType = Literal["DISABLED", "ENABLED"]
|
|
@@ -220,6 +220,7 @@ ServiceName = Literal[
|
|
|
220
220
|
"connectcampaigns",
|
|
221
221
|
"connectcases",
|
|
222
222
|
"connectparticipant",
|
|
223
|
+
"controlcatalog",
|
|
223
224
|
"controltower",
|
|
224
225
|
"cost-optimization-hub",
|
|
225
226
|
"cur",
|
mypy_boto3_transfer/version.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-transfer
|
|
3
|
-
Version: 1.34.
|
|
4
|
-
Summary: Type annotations for boto3.Transfer 1.34.
|
|
3
|
+
Version: 1.34.84
|
|
4
|
+
Summary: Type annotations for boto3.Transfer 1.34.84 service generated with mypy-boto3-builder 7.23.2
|
|
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
|
|
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions >=4.1.0 ; python_version < "3.12"
|
|
|
43
43
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3.Transfer 1.34.
|
|
46
|
+
[boto3.Transfer 1.34.84](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer)
|
|
47
47
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
mypy_boto3_transfer/__init__.py,sha256=7s1QISzwzsnzQHCfQvKCVBlPmRIKBl0DKPIWKK0x-cw,2854
|
|
2
2
|
mypy_boto3_transfer/__init__.pyi,sha256=7s1QISzwzsnzQHCfQvKCVBlPmRIKBl0DKPIWKK0x-cw,2854
|
|
3
|
-
mypy_boto3_transfer/__main__.py,sha256=
|
|
3
|
+
mypy_boto3_transfer/__main__.py,sha256=UKNtWnTl2FSiw8n4_bhTeoMu9M4DfPlqwK9Q38EirQc,923
|
|
4
4
|
mypy_boto3_transfer/client.py,sha256=q7v_ZZRsAster0s3oaqJ8keVF3bAObbQEWTO670nxOE,47413
|
|
5
5
|
mypy_boto3_transfer/client.pyi,sha256=FFFq0wqtoIH8UipCgTXOh5sASGwucatFh0uVpV_zjbI,47410
|
|
6
|
-
mypy_boto3_transfer/literals.py,sha256=
|
|
7
|
-
mypy_boto3_transfer/literals.pyi,sha256=
|
|
6
|
+
mypy_boto3_transfer/literals.py,sha256=lSsTdChX61mxr0SS4cgUteHinoVrVLj7xrzpo1HwLTc,13303
|
|
7
|
+
mypy_boto3_transfer/literals.pyi,sha256=lSsTdChX61mxr0SS4cgUteHinoVrVLj7xrzpo1HwLTc,13303
|
|
8
8
|
mypy_boto3_transfer/paginator.py,sha256=t0lcr_Cx89mq1B6Ml9qaudTxB9i0E4v-I1BR9J371XI,12188
|
|
9
9
|
mypy_boto3_transfer/paginator.pyi,sha256=1PAa9ndIE9WPuNuDlG9f2J4qvmZ9cE2uZfkbGtqUKPU,12176
|
|
10
10
|
mypy_boto3_transfer/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
11
|
mypy_boto3_transfer/type_defs.py,sha256=XImTkY35wuC9erMCzvtcAkFPTralej_GjTUoq0JA-LU,51669
|
|
12
12
|
mypy_boto3_transfer/type_defs.pyi,sha256=XImTkY35wuC9erMCzvtcAkFPTralej_GjTUoq0JA-LU,51669
|
|
13
|
-
mypy_boto3_transfer/version.py,sha256=
|
|
13
|
+
mypy_boto3_transfer/version.py,sha256=XfIA6eAq7jxK0nHbqEfD0zHG_9mLvtQCs42hN_96TnM,62
|
|
14
14
|
mypy_boto3_transfer/waiter.py,sha256=i3jL0DsL0ra-yuCGruMYY0dXXefP37JKKjqZy0PV3as,2255
|
|
15
15
|
mypy_boto3_transfer/waiter.pyi,sha256=8L-Oj9DRLKTmRMfdRCfBzyRYmZXa5l-xItn_JGdpwoc,2253
|
|
16
|
-
mypy_boto3_transfer-1.34.
|
|
17
|
-
mypy_boto3_transfer-1.34.
|
|
18
|
-
mypy_boto3_transfer-1.34.
|
|
19
|
-
mypy_boto3_transfer-1.34.
|
|
20
|
-
mypy_boto3_transfer-1.34.
|
|
16
|
+
mypy_boto3_transfer-1.34.84.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
|
17
|
+
mypy_boto3_transfer-1.34.84.dist-info/METADATA,sha256=DIz15SXAjWUhzEcjEXcch2BdVqjh-8wRgEy0Rk6A0kE,14677
|
|
18
|
+
mypy_boto3_transfer-1.34.84.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
19
|
+
mypy_boto3_transfer-1.34.84.dist-info/top_level.txt,sha256=mncof3SzY8eCafPLvBkKLLXMmqfJaw-PB_gBYRhC-Kk,20
|
|
20
|
+
mypy_boto3_transfer-1.34.84.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
{mypy_boto3_transfer-1.34.77.dist-info → mypy_boto3_transfer-1.34.84.dist-info}/top_level.txt
RENAMED
|
File without changes
|