mypy-boto3-transfer 1.26.134__py3-none-any.whl → 1.26.165__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 +2 -2
- mypy_boto3_transfer/client.py +4 -2
- mypy_boto3_transfer/client.pyi +4 -2
- mypy_boto3_transfer/literals.py +9 -0
- mypy_boto3_transfer/literals.pyi +9 -0
- mypy_boto3_transfer/type_defs.py +4 -0
- mypy_boto3_transfer/type_defs.pyi +4 -0
- mypy_boto3_transfer/version.py +1 -1
- {mypy_boto3_transfer-1.26.134.dist-info → mypy_boto3_transfer-1.26.165.dist-info}/METADATA +3 -3
- mypy_boto3_transfer-1.26.165.dist-info/RECORD +20 -0
- mypy_boto3_transfer-1.26.134.dist-info/RECORD +0 -20
- {mypy_boto3_transfer-1.26.134.dist-info → mypy_boto3_transfer-1.26.165.dist-info}/LICENSE +0 -0
- {mypy_boto3_transfer-1.26.134.dist-info → mypy_boto3_transfer-1.26.165.dist-info}/WHEEL +0 -0
- {mypy_boto3_transfer-1.26.134.dist-info → mypy_boto3_transfer-1.26.165.dist-info}/top_level.txt +0 -0
mypy_boto3_transfer/__main__.py
CHANGED
|
@@ -9,7 +9,7 @@ def print_info() -> None:
|
|
|
9
9
|
Print package info to stdout.
|
|
10
10
|
"""
|
|
11
11
|
print(
|
|
12
|
-
"Type annotations for boto3.Transfer 1.26.
|
|
12
|
+
"Type annotations for boto3.Transfer 1.26.165\nVersion: 1.26.165\nBuilder version:"
|
|
13
13
|
" 7.14.5\nDocs: "
|
|
14
14
|
" https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer//\nBoto3 docs: "
|
|
15
15
|
" https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer\nOther"
|
|
@@ -22,7 +22,7 @@ def print_version() -> None:
|
|
|
22
22
|
"""
|
|
23
23
|
Print package version to stdout.
|
|
24
24
|
"""
|
|
25
|
-
print("1.26.
|
|
25
|
+
print("1.26.165")
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
def main() -> None:
|
mypy_boto3_transfer/client.py
CHANGED
|
@@ -252,7 +252,8 @@ class TransferClient(BaseClient):
|
|
|
252
252
|
ProtocolDetails: ProtocolDetailsTypeDef = ...,
|
|
253
253
|
SecurityPolicyName: str = ...,
|
|
254
254
|
Tags: Sequence[TagTypeDef] = ...,
|
|
255
|
-
WorkflowDetails: WorkflowDetailsTypeDef =
|
|
255
|
+
WorkflowDetails: WorkflowDetailsTypeDef = ...,
|
|
256
|
+
StructuredLogDestinations: Sequence[str] = ...
|
|
256
257
|
) -> CreateServerResponseTypeDef:
|
|
257
258
|
"""
|
|
258
259
|
Instantiates an auto-scaling virtual server based on the selected file transfer
|
|
@@ -855,7 +856,8 @@ class TransferClient(BaseClient):
|
|
|
855
856
|
PreAuthenticationLoginBanner: str = ...,
|
|
856
857
|
Protocols: Sequence[ProtocolType] = ...,
|
|
857
858
|
SecurityPolicyName: str = ...,
|
|
858
|
-
WorkflowDetails: WorkflowDetailsTypeDef =
|
|
859
|
+
WorkflowDetails: WorkflowDetailsTypeDef = ...,
|
|
860
|
+
StructuredLogDestinations: Sequence[str] = ...
|
|
859
861
|
) -> UpdateServerResponseTypeDef:
|
|
860
862
|
"""
|
|
861
863
|
Updates the file transfer protocol-enabled server's properties after that server
|
mypy_boto3_transfer/client.pyi
CHANGED
|
@@ -241,7 +241,8 @@ class TransferClient(BaseClient):
|
|
|
241
241
|
ProtocolDetails: ProtocolDetailsTypeDef = ...,
|
|
242
242
|
SecurityPolicyName: str = ...,
|
|
243
243
|
Tags: Sequence[TagTypeDef] = ...,
|
|
244
|
-
WorkflowDetails: WorkflowDetailsTypeDef =
|
|
244
|
+
WorkflowDetails: WorkflowDetailsTypeDef = ...,
|
|
245
|
+
StructuredLogDestinations: Sequence[str] = ...
|
|
245
246
|
) -> CreateServerResponseTypeDef:
|
|
246
247
|
"""
|
|
247
248
|
Instantiates an auto-scaling virtual server based on the selected file transfer
|
|
@@ -791,7 +792,8 @@ class TransferClient(BaseClient):
|
|
|
791
792
|
PreAuthenticationLoginBanner: str = ...,
|
|
792
793
|
Protocols: Sequence[ProtocolType] = ...,
|
|
793
794
|
SecurityPolicyName: str = ...,
|
|
794
|
-
WorkflowDetails: WorkflowDetailsTypeDef =
|
|
795
|
+
WorkflowDetails: WorkflowDetailsTypeDef = ...,
|
|
796
|
+
StructuredLogDestinations: Sequence[str] = ...
|
|
795
797
|
) -> UpdateServerResponseTypeDef:
|
|
796
798
|
"""
|
|
797
799
|
Updates the file transfer protocol-enabled server's properties after that server
|
mypy_boto3_transfer/literals.py
CHANGED
|
@@ -136,6 +136,7 @@ ServiceName = Literal[
|
|
|
136
136
|
"apigatewayv2",
|
|
137
137
|
"appconfig",
|
|
138
138
|
"appconfigdata",
|
|
139
|
+
"appfabric",
|
|
139
140
|
"appflow",
|
|
140
141
|
"appintegrations",
|
|
141
142
|
"application-autoscaling",
|
|
@@ -183,6 +184,7 @@ ServiceName = Literal[
|
|
|
183
184
|
"codecommit",
|
|
184
185
|
"codedeploy",
|
|
185
186
|
"codeguru-reviewer",
|
|
187
|
+
"codeguru-security",
|
|
186
188
|
"codeguruprofiler",
|
|
187
189
|
"codepipeline",
|
|
188
190
|
"codestar",
|
|
@@ -332,6 +334,7 @@ ServiceName = Literal[
|
|
|
332
334
|
"medialive",
|
|
333
335
|
"mediapackage",
|
|
334
336
|
"mediapackage-vod",
|
|
337
|
+
"mediapackagev2",
|
|
335
338
|
"mediastore",
|
|
336
339
|
"mediastore-data",
|
|
337
340
|
"mediatailor",
|
|
@@ -361,6 +364,8 @@ ServiceName = Literal[
|
|
|
361
364
|
"osis",
|
|
362
365
|
"outposts",
|
|
363
366
|
"panorama",
|
|
367
|
+
"payment-cryptography",
|
|
368
|
+
"payment-cryptography-data",
|
|
364
369
|
"personalize",
|
|
365
370
|
"personalize-events",
|
|
366
371
|
"personalize-runtime",
|
|
@@ -452,6 +457,7 @@ ServiceName = Literal[
|
|
|
452
457
|
"transcribe",
|
|
453
458
|
"transfer",
|
|
454
459
|
"translate",
|
|
460
|
+
"verifiedpermissions",
|
|
455
461
|
"voice-id",
|
|
456
462
|
"vpc-lattice",
|
|
457
463
|
"waf",
|
|
@@ -500,13 +506,16 @@ RegionName = Literal[
|
|
|
500
506
|
"ap-northeast-2",
|
|
501
507
|
"ap-northeast-3",
|
|
502
508
|
"ap-south-1",
|
|
509
|
+
"ap-south-2",
|
|
503
510
|
"ap-southeast-1",
|
|
504
511
|
"ap-southeast-2",
|
|
505
512
|
"ap-southeast-3",
|
|
506
513
|
"ca-central-1",
|
|
507
514
|
"eu-central-1",
|
|
515
|
+
"eu-central-2",
|
|
508
516
|
"eu-north-1",
|
|
509
517
|
"eu-south-1",
|
|
518
|
+
"eu-south-2",
|
|
510
519
|
"eu-west-1",
|
|
511
520
|
"eu-west-2",
|
|
512
521
|
"eu-west-3",
|
mypy_boto3_transfer/literals.pyi
CHANGED
|
@@ -134,6 +134,7 @@ ServiceName = Literal[
|
|
|
134
134
|
"apigatewayv2",
|
|
135
135
|
"appconfig",
|
|
136
136
|
"appconfigdata",
|
|
137
|
+
"appfabric",
|
|
137
138
|
"appflow",
|
|
138
139
|
"appintegrations",
|
|
139
140
|
"application-autoscaling",
|
|
@@ -181,6 +182,7 @@ ServiceName = Literal[
|
|
|
181
182
|
"codecommit",
|
|
182
183
|
"codedeploy",
|
|
183
184
|
"codeguru-reviewer",
|
|
185
|
+
"codeguru-security",
|
|
184
186
|
"codeguruprofiler",
|
|
185
187
|
"codepipeline",
|
|
186
188
|
"codestar",
|
|
@@ -330,6 +332,7 @@ ServiceName = Literal[
|
|
|
330
332
|
"medialive",
|
|
331
333
|
"mediapackage",
|
|
332
334
|
"mediapackage-vod",
|
|
335
|
+
"mediapackagev2",
|
|
333
336
|
"mediastore",
|
|
334
337
|
"mediastore-data",
|
|
335
338
|
"mediatailor",
|
|
@@ -359,6 +362,8 @@ ServiceName = Literal[
|
|
|
359
362
|
"osis",
|
|
360
363
|
"outposts",
|
|
361
364
|
"panorama",
|
|
365
|
+
"payment-cryptography",
|
|
366
|
+
"payment-cryptography-data",
|
|
362
367
|
"personalize",
|
|
363
368
|
"personalize-events",
|
|
364
369
|
"personalize-runtime",
|
|
@@ -450,6 +455,7 @@ ServiceName = Literal[
|
|
|
450
455
|
"transcribe",
|
|
451
456
|
"transfer",
|
|
452
457
|
"translate",
|
|
458
|
+
"verifiedpermissions",
|
|
453
459
|
"voice-id",
|
|
454
460
|
"vpc-lattice",
|
|
455
461
|
"waf",
|
|
@@ -498,13 +504,16 @@ RegionName = Literal[
|
|
|
498
504
|
"ap-northeast-2",
|
|
499
505
|
"ap-northeast-3",
|
|
500
506
|
"ap-south-1",
|
|
507
|
+
"ap-south-2",
|
|
501
508
|
"ap-southeast-1",
|
|
502
509
|
"ap-southeast-2",
|
|
503
510
|
"ap-southeast-3",
|
|
504
511
|
"ca-central-1",
|
|
505
512
|
"eu-central-1",
|
|
513
|
+
"eu-central-2",
|
|
506
514
|
"eu-north-1",
|
|
507
515
|
"eu-south-1",
|
|
516
|
+
"eu-south-2",
|
|
508
517
|
"eu-west-1",
|
|
509
518
|
"eu-west-2",
|
|
510
519
|
"eu-west-3",
|
mypy_boto3_transfer/type_defs.py
CHANGED
|
@@ -233,6 +233,7 @@ As2ConnectorConfigTypeDef = TypedDict(
|
|
|
233
233
|
"SigningAlgorithm": SigningAlgType,
|
|
234
234
|
"MdnSigningAlgorithm": MdnSigningAlgType,
|
|
235
235
|
"MdnResponse": MdnResponseType,
|
|
236
|
+
"BasicAuthSecretId": str,
|
|
236
237
|
},
|
|
237
238
|
total=False,
|
|
238
239
|
)
|
|
@@ -2235,6 +2236,7 @@ CreateServerRequestRequestTypeDef = TypedDict(
|
|
|
2235
2236
|
"SecurityPolicyName": str,
|
|
2236
2237
|
"Tags": Sequence[TagTypeDef],
|
|
2237
2238
|
"WorkflowDetails": WorkflowDetailsTypeDef,
|
|
2239
|
+
"StructuredLogDestinations": Sequence[str],
|
|
2238
2240
|
},
|
|
2239
2241
|
total=False,
|
|
2240
2242
|
)
|
|
@@ -2266,6 +2268,7 @@ _OptionalDescribedServerTypeDef = TypedDict(
|
|
|
2266
2268
|
"Tags": List[TagTypeDef],
|
|
2267
2269
|
"UserCount": int,
|
|
2268
2270
|
"WorkflowDetails": WorkflowDetailsTypeDef,
|
|
2271
|
+
"StructuredLogDestinations": List[str],
|
|
2269
2272
|
},
|
|
2270
2273
|
total=False,
|
|
2271
2274
|
)
|
|
@@ -2296,6 +2299,7 @@ _OptionalUpdateServerRequestRequestTypeDef = TypedDict(
|
|
|
2296
2299
|
"Protocols": Sequence[ProtocolType],
|
|
2297
2300
|
"SecurityPolicyName": str,
|
|
2298
2301
|
"WorkflowDetails": WorkflowDetailsTypeDef,
|
|
2302
|
+
"StructuredLogDestinations": Sequence[str],
|
|
2299
2303
|
},
|
|
2300
2304
|
total=False,
|
|
2301
2305
|
)
|
|
@@ -232,6 +232,7 @@ As2ConnectorConfigTypeDef = TypedDict(
|
|
|
232
232
|
"SigningAlgorithm": SigningAlgType,
|
|
233
233
|
"MdnSigningAlgorithm": MdnSigningAlgType,
|
|
234
234
|
"MdnResponse": MdnResponseType,
|
|
235
|
+
"BasicAuthSecretId": str,
|
|
235
236
|
},
|
|
236
237
|
total=False,
|
|
237
238
|
)
|
|
@@ -2154,6 +2155,7 @@ CreateServerRequestRequestTypeDef = TypedDict(
|
|
|
2154
2155
|
"SecurityPolicyName": str,
|
|
2155
2156
|
"Tags": Sequence[TagTypeDef],
|
|
2156
2157
|
"WorkflowDetails": WorkflowDetailsTypeDef,
|
|
2158
|
+
"StructuredLogDestinations": Sequence[str],
|
|
2157
2159
|
},
|
|
2158
2160
|
total=False,
|
|
2159
2161
|
)
|
|
@@ -2185,6 +2187,7 @@ _OptionalDescribedServerTypeDef = TypedDict(
|
|
|
2185
2187
|
"Tags": List[TagTypeDef],
|
|
2186
2188
|
"UserCount": int,
|
|
2187
2189
|
"WorkflowDetails": WorkflowDetailsTypeDef,
|
|
2190
|
+
"StructuredLogDestinations": List[str],
|
|
2188
2191
|
},
|
|
2189
2192
|
total=False,
|
|
2190
2193
|
)
|
|
@@ -2213,6 +2216,7 @@ _OptionalUpdateServerRequestRequestTypeDef = TypedDict(
|
|
|
2213
2216
|
"Protocols": Sequence[ProtocolType],
|
|
2214
2217
|
"SecurityPolicyName": str,
|
|
2215
2218
|
"WorkflowDetails": WorkflowDetailsTypeDef,
|
|
2219
|
+
"StructuredLogDestinations": Sequence[str],
|
|
2216
2220
|
},
|
|
2217
2221
|
total=False,
|
|
2218
2222
|
)
|
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.26.
|
|
4
|
-
Summary: Type annotations for boto3.Transfer 1.26.
|
|
3
|
+
Version: 1.26.165
|
|
4
|
+
Summary: Type annotations for boto3.Transfer 1.26.165 service generated with mypy-boto3-builder 7.14.5
|
|
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.9"
|
|
|
43
43
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3.Transfer 1.26.
|
|
46
|
+
[boto3.Transfer 1.26.165](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/),
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
mypy_boto3_transfer/__init__.py,sha256=DqoU_rxM1Z_a7I5XA6sqOfiNCt3PSB8OIHu34EToTQY,2854
|
|
2
|
+
mypy_boto3_transfer/__init__.pyi,sha256=3yimlL8AcBJLqY8HqTmtTtwlVGmekARx1PurYjMSMuk,2853
|
|
3
|
+
mypy_boto3_transfer/__main__.py,sha256=PpWrSgpTTMLBVbJXSU9alE4B0iSku1MiZ1kA25oj9jg,914
|
|
4
|
+
mypy_boto3_transfer/client.py,sha256=v6btfanQ6sc4hnOYBlx9dyW5H4NgS91dQsG754lu5sc,46221
|
|
5
|
+
mypy_boto3_transfer/client.pyi,sha256=GvdPRGoQOq_bQ89LLf5eWx8pssbWTi_NBZ7McElpy5A,46143
|
|
6
|
+
mypy_boto3_transfer/literals.py,sha256=dZ7e1gBSuwIvFCnSsddeG7Y05js7BTilC-afGya8bPk,12173
|
|
7
|
+
mypy_boto3_transfer/literals.pyi,sha256=JgnDR3UBOujLLcpVTXeWQyz1yJfN-voEO8zgfSf2kJs,12171
|
|
8
|
+
mypy_boto3_transfer/paginator.py,sha256=ksx74MHREeUZHl_xOwX7ZFVWmiJkSQFpSenHiGaw-ZE,12188
|
|
9
|
+
mypy_boto3_transfer/paginator.pyi,sha256=-tZnBqHqMxXHDLNICrdOTqcYAEct3F8UbMWtNorXFvw,12175
|
|
10
|
+
mypy_boto3_transfer/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
mypy_boto3_transfer/type_defs.py,sha256=oyECBZsE_F_ezNKkgysNnHkBJRn6ysaFGpRitLPuNm4,59108
|
|
12
|
+
mypy_boto3_transfer/type_defs.pyi,sha256=eT_i1ZZM9EgLMHibwK8PnEZV1JvAx0Ix59QaEMAp1FY,59019
|
|
13
|
+
mypy_boto3_transfer/version.py,sha256=gwq4jOGmUlVSYEWLJkZC9FI4AqQEU3DAM-ZriFr0-ZU,62
|
|
14
|
+
mypy_boto3_transfer/waiter.py,sha256=BGFYautxCi7uioq4AwQ4xB4uvnKK6w1n6axXTQXo1mI,2254
|
|
15
|
+
mypy_boto3_transfer/waiter.pyi,sha256=C6MO4-1xZKa6qU6PEO3ZnwBx2sSWxWhecpvDWSFnP5k,2252
|
|
16
|
+
mypy_boto3_transfer-1.26.165.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
|
|
17
|
+
mypy_boto3_transfer-1.26.165.dist-info/METADATA,sha256=gm2h11rVrHANaniNIcKzIzsbwDLsHMw2aWRl4Gh1-t4,21717
|
|
18
|
+
mypy_boto3_transfer-1.26.165.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
|
19
|
+
mypy_boto3_transfer-1.26.165.dist-info/top_level.txt,sha256=mncof3SzY8eCafPLvBkKLLXMmqfJaw-PB_gBYRhC-Kk,20
|
|
20
|
+
mypy_boto3_transfer-1.26.165.dist-info/RECORD,,
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
mypy_boto3_transfer/__init__.py,sha256=DqoU_rxM1Z_a7I5XA6sqOfiNCt3PSB8OIHu34EToTQY,2854
|
|
2
|
-
mypy_boto3_transfer/__init__.pyi,sha256=3yimlL8AcBJLqY8HqTmtTtwlVGmekARx1PurYjMSMuk,2853
|
|
3
|
-
mypy_boto3_transfer/__main__.py,sha256=X91tTmX72SW9HHM61iHzonHm0YbtQCB7WikoJduEVtQ,914
|
|
4
|
-
mypy_boto3_transfer/client.py,sha256=gPOFoE4OEX6RNZ2_f0lJyRBUXh7QNtcQcMpI_OSFa-Y,46109
|
|
5
|
-
mypy_boto3_transfer/client.pyi,sha256=1jBTysmrauZHtNoEWGkDg8JhBehaR7XhzNbUm56teH8,46031
|
|
6
|
-
mypy_boto3_transfer/literals.py,sha256=9e0hf78jGrEYv7GYkKPEA9fUjy4jRp_rx4_fpjVOues,11965
|
|
7
|
-
mypy_boto3_transfer/literals.pyi,sha256=nzaJctmizMnaDDYsGDfLYK1e2gebpPe0MBJnFxL_T-E,11963
|
|
8
|
-
mypy_boto3_transfer/paginator.py,sha256=ksx74MHREeUZHl_xOwX7ZFVWmiJkSQFpSenHiGaw-ZE,12188
|
|
9
|
-
mypy_boto3_transfer/paginator.pyi,sha256=-tZnBqHqMxXHDLNICrdOTqcYAEct3F8UbMWtNorXFvw,12175
|
|
10
|
-
mypy_boto3_transfer/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
mypy_boto3_transfer/type_defs.py,sha256=mOYZM9fTLS-uQBpl-EsUSXfPEBttj6nlvuU5xJS8csg,58922
|
|
12
|
-
mypy_boto3_transfer/type_defs.pyi,sha256=l6Q-0BaIBR9KQTnT3j3nWdVpmdpOiGQAotpx3LHQCD4,58833
|
|
13
|
-
mypy_boto3_transfer/version.py,sha256=slkodQnY5pvW55fFdBcymqFfSZ_AeC8zu5tROFxuuvE,62
|
|
14
|
-
mypy_boto3_transfer/waiter.py,sha256=BGFYautxCi7uioq4AwQ4xB4uvnKK6w1n6axXTQXo1mI,2254
|
|
15
|
-
mypy_boto3_transfer/waiter.pyi,sha256=C6MO4-1xZKa6qU6PEO3ZnwBx2sSWxWhecpvDWSFnP5k,2252
|
|
16
|
-
mypy_boto3_transfer-1.26.134.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
|
|
17
|
-
mypy_boto3_transfer-1.26.134.dist-info/METADATA,sha256=tjerCFKtd1WQ6WMo6kyLsL3P2A71dMONcFKUS3yeIsc,21717
|
|
18
|
-
mypy_boto3_transfer-1.26.134.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
|
19
|
-
mypy_boto3_transfer-1.26.134.dist-info/top_level.txt,sha256=mncof3SzY8eCafPLvBkKLLXMmqfJaw-PB_gBYRhC-Kk,20
|
|
20
|
-
mypy_boto3_transfer-1.26.134.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
{mypy_boto3_transfer-1.26.134.dist-info → mypy_boto3_transfer-1.26.165.dist-info}/top_level.txt
RENAMED
|
File without changes
|