mypy-boto3-transfer 1.34.18__py3-none-any.whl → 1.34.59__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 +8 -7
- mypy_boto3_transfer/literals.py +3 -1
- mypy_boto3_transfer/literals.pyi +3 -1
- mypy_boto3_transfer/type_defs.py +1 -1
- mypy_boto3_transfer/type_defs.pyi +1 -1
- mypy_boto3_transfer/version.py +1 -1
- {mypy_boto3_transfer-1.34.18.dist-info → mypy_boto3_transfer-1.34.59.dist-info}/METADATA +4 -4
- {mypy_boto3_transfer-1.34.18.dist-info → mypy_boto3_transfer-1.34.59.dist-info}/RECORD +11 -11
- {mypy_boto3_transfer-1.34.18.dist-info → mypy_boto3_transfer-1.34.59.dist-info}/LICENSE +0 -0
- {mypy_boto3_transfer-1.34.18.dist-info → mypy_boto3_transfer-1.34.59.dist-info}/WHEEL +0 -0
- {mypy_boto3_transfer-1.34.18.dist-info → mypy_boto3_transfer-1.34.59.dist-info}/top_level.txt +0 -0
mypy_boto3_transfer/__main__.py
CHANGED
|
@@ -10,12 +10,13 @@ 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
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
" https://
|
|
13
|
+
"Type annotations for boto3.Transfer 1.34.59\n"
|
|
14
|
+
"Version: 1.34.59\n"
|
|
15
|
+
"Builder version: 7.23.2\n"
|
|
16
|
+
"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"
|
|
18
|
+
"Other services: https://pypi.org/project/boto3-stubs/\n"
|
|
19
|
+
"Changelog: https://github.com/youtype/mypy_boto3_builder/releases"
|
|
19
20
|
)
|
|
20
21
|
|
|
21
22
|
|
|
@@ -23,7 +24,7 @@ def print_version() -> None:
|
|
|
23
24
|
"""
|
|
24
25
|
Print package version to stdout.
|
|
25
26
|
"""
|
|
26
|
-
print("1.34.
|
|
27
|
+
print("1.34.59")
|
|
27
28
|
|
|
28
29
|
|
|
29
30
|
def main() -> None:
|
mypy_boto3_transfer/literals.py
CHANGED
|
@@ -78,7 +78,7 @@ CompressionEnumType = Literal["DISABLED", "ZLIB"]
|
|
|
78
78
|
CustomStepStatusType = Literal["FAILURE", "SUCCESS"]
|
|
79
79
|
DirectoryListingOptimizationType = Literal["DISABLED", "ENABLED"]
|
|
80
80
|
DomainType = Literal["EFS", "S3"]
|
|
81
|
-
EncryptionAlgType = Literal["AES128_CBC", "AES192_CBC", "AES256_CBC", "NONE"]
|
|
81
|
+
EncryptionAlgType = Literal["AES128_CBC", "AES192_CBC", "AES256_CBC", "DES_EDE3_CBC", "NONE"]
|
|
82
82
|
EncryptionTypeType = Literal["PGP"]
|
|
83
83
|
EndpointTypeType = Literal["PUBLIC", "VPC", "VPC_ENDPOINT"]
|
|
84
84
|
ExecutionErrorTypeType = Literal[
|
|
@@ -150,6 +150,7 @@ ServiceName = Literal[
|
|
|
150
150
|
"appstream",
|
|
151
151
|
"appsync",
|
|
152
152
|
"arc-zonal-shift",
|
|
153
|
+
"artifact",
|
|
153
154
|
"athena",
|
|
154
155
|
"auditmanager",
|
|
155
156
|
"autoscaling",
|
|
@@ -168,6 +169,7 @@ ServiceName = Literal[
|
|
|
168
169
|
"braket",
|
|
169
170
|
"budgets",
|
|
170
171
|
"ce",
|
|
172
|
+
"chatbot",
|
|
171
173
|
"chime",
|
|
172
174
|
"chime-sdk-identity",
|
|
173
175
|
"chime-sdk-media-pipelines",
|
mypy_boto3_transfer/literals.pyi
CHANGED
|
@@ -78,7 +78,7 @@ CompressionEnumType = Literal["DISABLED", "ZLIB"]
|
|
|
78
78
|
CustomStepStatusType = Literal["FAILURE", "SUCCESS"]
|
|
79
79
|
DirectoryListingOptimizationType = Literal["DISABLED", "ENABLED"]
|
|
80
80
|
DomainType = Literal["EFS", "S3"]
|
|
81
|
-
EncryptionAlgType = Literal["AES128_CBC", "AES192_CBC", "AES256_CBC", "NONE"]
|
|
81
|
+
EncryptionAlgType = Literal["AES128_CBC", "AES192_CBC", "AES256_CBC", "DES_EDE3_CBC", "NONE"]
|
|
82
82
|
EncryptionTypeType = Literal["PGP"]
|
|
83
83
|
EndpointTypeType = Literal["PUBLIC", "VPC", "VPC_ENDPOINT"]
|
|
84
84
|
ExecutionErrorTypeType = Literal[
|
|
@@ -150,6 +150,7 @@ ServiceName = Literal[
|
|
|
150
150
|
"appstream",
|
|
151
151
|
"appsync",
|
|
152
152
|
"arc-zonal-shift",
|
|
153
|
+
"artifact",
|
|
153
154
|
"athena",
|
|
154
155
|
"auditmanager",
|
|
155
156
|
"autoscaling",
|
|
@@ -168,6 +169,7 @@ ServiceName = Literal[
|
|
|
168
169
|
"braket",
|
|
169
170
|
"budgets",
|
|
170
171
|
"ce",
|
|
172
|
+
"chatbot",
|
|
171
173
|
"chime",
|
|
172
174
|
"chime-sdk-identity",
|
|
173
175
|
"chime-sdk-media-pipelines",
|
mypy_boto3_transfer/type_defs.py
CHANGED
|
@@ -267,10 +267,10 @@ ResponseMetadataTypeDef = TypedDict(
|
|
|
267
267
|
"ResponseMetadataTypeDef",
|
|
268
268
|
{
|
|
269
269
|
"RequestId": str,
|
|
270
|
-
"HostId": str,
|
|
271
270
|
"HTTPStatusCode": int,
|
|
272
271
|
"HTTPHeaders": Dict[str, str],
|
|
273
272
|
"RetryAttempts": int,
|
|
273
|
+
"HostId": NotRequired[str],
|
|
274
274
|
},
|
|
275
275
|
)
|
|
276
276
|
TagTypeDef = TypedDict(
|
|
@@ -267,10 +267,10 @@ ResponseMetadataTypeDef = TypedDict(
|
|
|
267
267
|
"ResponseMetadataTypeDef",
|
|
268
268
|
{
|
|
269
269
|
"RequestId": str,
|
|
270
|
-
"HostId": str,
|
|
271
270
|
"HTTPStatusCode": int,
|
|
272
271
|
"HTTPHeaders": Dict[str, str],
|
|
273
272
|
"RetryAttempts": int,
|
|
273
|
+
"HostId": NotRequired[str],
|
|
274
274
|
},
|
|
275
275
|
)
|
|
276
276
|
TagTypeDef = TypedDict(
|
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.59
|
|
4
|
+
Summary: Type annotations for boto3.Transfer 1.34.59 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.59](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/),
|
|
@@ -52,7 +52,7 @@ 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.23.
|
|
55
|
+
[mypy-boto3-builder 7.23.2](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
|
|
@@ -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=Elr6rmVI4ra5XqMsL3P7ZwC5eG5Lo7YYfdysRhP4N8Q,923
|
|
4
4
|
mypy_boto3_transfer/client.py,sha256=eZw0wnOMjfVEWfAGbHPCqJHF1yrI60ovp1MJqaubL8o,47383
|
|
5
5
|
mypy_boto3_transfer/client.pyi,sha256=-hymwZWa6L5Qj6L_evxLbLD3rL9z7lpj0IW9BHX7DVE,47380
|
|
6
|
-
mypy_boto3_transfer/literals.py,sha256=
|
|
7
|
-
mypy_boto3_transfer/literals.pyi,sha256=
|
|
6
|
+
mypy_boto3_transfer/literals.py,sha256=b_6meyt64w0mdfPhe3ZpLY_8iDj1Oit5GbBGyjTUCzk,13041
|
|
7
|
+
mypy_boto3_transfer/literals.pyi,sha256=b_6meyt64w0mdfPhe3ZpLY_8iDj1Oit5GbBGyjTUCzk,13041
|
|
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
|
-
mypy_boto3_transfer/type_defs.py,sha256=
|
|
12
|
-
mypy_boto3_transfer/type_defs.pyi,sha256=
|
|
13
|
-
mypy_boto3_transfer/version.py,sha256=
|
|
11
|
+
mypy_boto3_transfer/type_defs.py,sha256=_WZo0YNp8nbXdAGIu9z13TG93l9r4qtGOdoYDVJ7J9o,51272
|
|
12
|
+
mypy_boto3_transfer/type_defs.pyi,sha256=_WZo0YNp8nbXdAGIu9z13TG93l9r4qtGOdoYDVJ7J9o,51272
|
|
13
|
+
mypy_boto3_transfer/version.py,sha256=lrWYu2KCRuOxPD0ElgxZMfGnkkaxCD94YhVIe1QsWCg,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.59.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
|
17
|
+
mypy_boto3_transfer-1.34.59.dist-info/METADATA,sha256=SqdKPutzkARkNbdHkVb_lrukqTYxX9yCqwDU0qrrUKc,14677
|
|
18
|
+
mypy_boto3_transfer-1.34.59.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
19
|
+
mypy_boto3_transfer-1.34.59.dist-info/top_level.txt,sha256=mncof3SzY8eCafPLvBkKLLXMmqfJaw-PB_gBYRhC-Kk,20
|
|
20
|
+
mypy_boto3_transfer-1.34.59.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
{mypy_boto3_transfer-1.34.18.dist-info → mypy_boto3_transfer-1.34.59.dist-info}/top_level.txt
RENAMED
|
File without changes
|