mypy-boto3-transfer 1.41.2__py3-none-any.whl → 1.42.43__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/__init__.py +1 -1
- mypy_boto3_transfer/__init__.pyi +1 -1
- mypy_boto3_transfer/__main__.py +4 -4
- mypy_boto3_transfer/client.py +1 -1
- mypy_boto3_transfer/client.pyi +1 -1
- mypy_boto3_transfer/literals.py +8 -3
- mypy_boto3_transfer/literals.pyi +8 -3
- mypy_boto3_transfer/paginator.py +1 -1
- mypy_boto3_transfer/paginator.pyi +1 -1
- mypy_boto3_transfer/type_defs.py +84 -45
- mypy_boto3_transfer/type_defs.pyi +76 -42
- mypy_boto3_transfer/version.py +2 -2
- mypy_boto3_transfer/waiter.py +1 -1
- mypy_boto3_transfer/waiter.pyi +1 -1
- {mypy_boto3_transfer-1.41.2.dist-info → mypy_boto3_transfer-1.42.43.dist-info}/METADATA +7 -7
- mypy_boto3_transfer-1.42.43.dist-info/RECORD +20 -0
- {mypy_boto3_transfer-1.41.2.dist-info → mypy_boto3_transfer-1.42.43.dist-info}/WHEEL +1 -1
- {mypy_boto3_transfer-1.41.2.dist-info → mypy_boto3_transfer-1.42.43.dist-info}/licenses/LICENSE +1 -1
- mypy_boto3_transfer-1.41.2.dist-info/RECORD +0 -20
- {mypy_boto3_transfer-1.41.2.dist-info → mypy_boto3_transfer-1.42.43.dist-info}/top_level.txt +0 -0
mypy_boto3_transfer/__init__.py
CHANGED
mypy_boto3_transfer/__init__.pyi
CHANGED
mypy_boto3_transfer/__main__.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Main CLI entrypoint.
|
|
3
3
|
|
|
4
|
-
Copyright
|
|
4
|
+
Copyright 2026 Vlad Emelianov
|
|
5
5
|
"""
|
|
6
6
|
|
|
7
7
|
import sys
|
|
@@ -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.
|
|
16
|
-
"Version: 1.
|
|
15
|
+
"Type annotations for boto3 Transfer 1.42.43\n"
|
|
16
|
+
"Version: 1.42.43\n"
|
|
17
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"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
sys.stdout.write("1.
|
|
29
|
+
sys.stdout.write("1.42.43\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
mypy_boto3_transfer/client.py
CHANGED
mypy_boto3_transfer/client.pyi
CHANGED
mypy_boto3_transfer/literals.py
CHANGED
|
@@ -3,7 +3,7 @@ Type annotations for transfer service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/literals/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -131,7 +131,7 @@ ListUsersPaginatorName = Literal["list_users"]
|
|
|
131
131
|
ListWebAppsPaginatorName = Literal["list_web_apps"]
|
|
132
132
|
ListWorkflowsPaginatorName = Literal["list_workflows"]
|
|
133
133
|
MapTypeType = Literal["DIRECTORY", "FILE"]
|
|
134
|
-
MdnResponseType = Literal["NONE", "SYNC"]
|
|
134
|
+
MdnResponseType = Literal["ASYNC", "NONE", "SYNC"]
|
|
135
135
|
MdnSigningAlgType = Literal["DEFAULT", "NONE", "SHA1", "SHA256", "SHA384", "SHA512"]
|
|
136
136
|
OverwriteExistingType = Literal["FALSE", "TRUE"]
|
|
137
137
|
PreserveContentTypeType = Literal["DISABLED", "ENABLED"]
|
|
@@ -295,7 +295,6 @@ ServiceName = Literal[
|
|
|
295
295
|
"eks-auth",
|
|
296
296
|
"elasticache",
|
|
297
297
|
"elasticbeanstalk",
|
|
298
|
-
"elastictranscoder",
|
|
299
298
|
"elb",
|
|
300
299
|
"elbv2",
|
|
301
300
|
"emr",
|
|
@@ -430,6 +429,7 @@ ServiceName = Literal[
|
|
|
430
429
|
"networkmonitor",
|
|
431
430
|
"notifications",
|
|
432
431
|
"notificationscontacts",
|
|
432
|
+
"nova-act",
|
|
433
433
|
"oam",
|
|
434
434
|
"observabilityadmin",
|
|
435
435
|
"odb",
|
|
@@ -440,6 +440,8 @@ ServiceName = Literal[
|
|
|
440
440
|
"osis",
|
|
441
441
|
"outposts",
|
|
442
442
|
"panorama",
|
|
443
|
+
"partnercentral-account",
|
|
444
|
+
"partnercentral-benefits",
|
|
443
445
|
"partnercentral-channel",
|
|
444
446
|
"partnercentral-selling",
|
|
445
447
|
"payment-cryptography",
|
|
@@ -482,6 +484,7 @@ ServiceName = Literal[
|
|
|
482
484
|
"route53-recovery-control-config",
|
|
483
485
|
"route53-recovery-readiness",
|
|
484
486
|
"route53domains",
|
|
487
|
+
"route53globalresolver",
|
|
485
488
|
"route53profiles",
|
|
486
489
|
"route53resolver",
|
|
487
490
|
"rtbfabric",
|
|
@@ -556,6 +559,7 @@ ServiceName = Literal[
|
|
|
556
559
|
"waf-regional",
|
|
557
560
|
"wafv2",
|
|
558
561
|
"wellarchitected",
|
|
562
|
+
"wickr",
|
|
559
563
|
"wisdom",
|
|
560
564
|
"workdocs",
|
|
561
565
|
"workmail",
|
|
@@ -599,6 +603,7 @@ RegionName = Literal[
|
|
|
599
603
|
"ap-southeast-3",
|
|
600
604
|
"ap-southeast-4",
|
|
601
605
|
"ap-southeast-5",
|
|
606
|
+
"ap-southeast-6",
|
|
602
607
|
"ap-southeast-7",
|
|
603
608
|
"ca-central-1",
|
|
604
609
|
"ca-west-1",
|
mypy_boto3_transfer/literals.pyi
CHANGED
|
@@ -3,7 +3,7 @@ Type annotations for transfer service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/literals/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -129,7 +129,7 @@ ListUsersPaginatorName = Literal["list_users"]
|
|
|
129
129
|
ListWebAppsPaginatorName = Literal["list_web_apps"]
|
|
130
130
|
ListWorkflowsPaginatorName = Literal["list_workflows"]
|
|
131
131
|
MapTypeType = Literal["DIRECTORY", "FILE"]
|
|
132
|
-
MdnResponseType = Literal["NONE", "SYNC"]
|
|
132
|
+
MdnResponseType = Literal["ASYNC", "NONE", "SYNC"]
|
|
133
133
|
MdnSigningAlgType = Literal["DEFAULT", "NONE", "SHA1", "SHA256", "SHA384", "SHA512"]
|
|
134
134
|
OverwriteExistingType = Literal["FALSE", "TRUE"]
|
|
135
135
|
PreserveContentTypeType = Literal["DISABLED", "ENABLED"]
|
|
@@ -293,7 +293,6 @@ ServiceName = Literal[
|
|
|
293
293
|
"eks-auth",
|
|
294
294
|
"elasticache",
|
|
295
295
|
"elasticbeanstalk",
|
|
296
|
-
"elastictranscoder",
|
|
297
296
|
"elb",
|
|
298
297
|
"elbv2",
|
|
299
298
|
"emr",
|
|
@@ -428,6 +427,7 @@ ServiceName = Literal[
|
|
|
428
427
|
"networkmonitor",
|
|
429
428
|
"notifications",
|
|
430
429
|
"notificationscontacts",
|
|
430
|
+
"nova-act",
|
|
431
431
|
"oam",
|
|
432
432
|
"observabilityadmin",
|
|
433
433
|
"odb",
|
|
@@ -438,6 +438,8 @@ ServiceName = Literal[
|
|
|
438
438
|
"osis",
|
|
439
439
|
"outposts",
|
|
440
440
|
"panorama",
|
|
441
|
+
"partnercentral-account",
|
|
442
|
+
"partnercentral-benefits",
|
|
441
443
|
"partnercentral-channel",
|
|
442
444
|
"partnercentral-selling",
|
|
443
445
|
"payment-cryptography",
|
|
@@ -480,6 +482,7 @@ ServiceName = Literal[
|
|
|
480
482
|
"route53-recovery-control-config",
|
|
481
483
|
"route53-recovery-readiness",
|
|
482
484
|
"route53domains",
|
|
485
|
+
"route53globalresolver",
|
|
483
486
|
"route53profiles",
|
|
484
487
|
"route53resolver",
|
|
485
488
|
"rtbfabric",
|
|
@@ -554,6 +557,7 @@ ServiceName = Literal[
|
|
|
554
557
|
"waf-regional",
|
|
555
558
|
"wafv2",
|
|
556
559
|
"wellarchitected",
|
|
560
|
+
"wickr",
|
|
557
561
|
"wisdom",
|
|
558
562
|
"workdocs",
|
|
559
563
|
"workmail",
|
|
@@ -597,6 +601,7 @@ RegionName = Literal[
|
|
|
597
601
|
"ap-southeast-3",
|
|
598
602
|
"ap-southeast-4",
|
|
599
603
|
"ap-southeast-5",
|
|
604
|
+
"ap-southeast-6",
|
|
600
605
|
"ap-southeast-7",
|
|
601
606
|
"ca-central-1",
|
|
602
607
|
"ca-west-1",
|
mypy_boto3_transfer/paginator.py
CHANGED
mypy_boto3_transfer/type_defs.py
CHANGED
|
@@ -3,14 +3,14 @@ Type annotations for transfer service type definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/type_defs/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
10
10
|
```python
|
|
11
|
-
from mypy_boto3_transfer.type_defs import
|
|
11
|
+
from mypy_boto3_transfer.type_defs import As2AsyncMdnConnectorConfigOutputTypeDef
|
|
12
12
|
|
|
13
|
-
data:
|
|
13
|
+
data: As2AsyncMdnConnectorConfigOutputTypeDef = ...
|
|
14
14
|
```
|
|
15
15
|
"""
|
|
16
16
|
|
|
@@ -70,7 +70,11 @@ else:
|
|
|
70
70
|
|
|
71
71
|
|
|
72
72
|
__all__ = (
|
|
73
|
+
"As2AsyncMdnConnectorConfigOutputTypeDef",
|
|
74
|
+
"As2AsyncMdnConnectorConfigTypeDef",
|
|
75
|
+
"As2ConnectorConfigOutputTypeDef",
|
|
73
76
|
"As2ConnectorConfigTypeDef",
|
|
77
|
+
"As2ConnectorConfigUnionTypeDef",
|
|
74
78
|
"BlobTypeDef",
|
|
75
79
|
"ConnectorEgressConfigTypeDef",
|
|
76
80
|
"ConnectorFileTransferResultTypeDef",
|
|
@@ -93,6 +97,7 @@ __all__ = (
|
|
|
93
97
|
"CreateWorkflowRequestTypeDef",
|
|
94
98
|
"CreateWorkflowResponseTypeDef",
|
|
95
99
|
"CustomDirectoriesTypeTypeDef",
|
|
100
|
+
"CustomHttpHeaderTypeDef",
|
|
96
101
|
"CustomStepDetailsTypeDef",
|
|
97
102
|
"DecryptStepDetailsTypeDef",
|
|
98
103
|
"DeleteAccessRequestTypeDef",
|
|
@@ -309,17 +314,14 @@ __all__ = (
|
|
|
309
314
|
)
|
|
310
315
|
|
|
311
316
|
|
|
312
|
-
class
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
MdnResponse: NotRequired[MdnResponseType]
|
|
321
|
-
BasicAuthSecretId: NotRequired[str]
|
|
322
|
-
PreserveContentType: NotRequired[PreserveContentTypeType]
|
|
317
|
+
class As2AsyncMdnConnectorConfigOutputTypeDef(TypedDict):
|
|
318
|
+
Url: NotRequired[str]
|
|
319
|
+
ServerIds: NotRequired[list[str]]
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
class As2AsyncMdnConnectorConfigTypeDef(TypedDict):
|
|
323
|
+
Url: NotRequired[str]
|
|
324
|
+
ServerIds: NotRequired[Sequence[str]]
|
|
323
325
|
|
|
324
326
|
|
|
325
327
|
BlobTypeDef = Union[str, bytes, IO[Any], StreamingBody]
|
|
@@ -384,6 +386,11 @@ class WebAppUnitsTypeDef(TypedDict):
|
|
|
384
386
|
Provisioned: NotRequired[int]
|
|
385
387
|
|
|
386
388
|
|
|
389
|
+
class CustomHttpHeaderTypeDef(TypedDict):
|
|
390
|
+
Key: NotRequired[str]
|
|
391
|
+
Value: NotRequired[str]
|
|
392
|
+
|
|
393
|
+
|
|
387
394
|
class CustomStepDetailsTypeDef(TypedDict):
|
|
388
395
|
Name: NotRequired[str]
|
|
389
396
|
Target: NotRequired[str]
|
|
@@ -864,14 +871,6 @@ class StartDirectoryListingRequestTypeDef(TypedDict):
|
|
|
864
871
|
MaxItems: NotRequired[int]
|
|
865
872
|
|
|
866
873
|
|
|
867
|
-
class StartFileTransferRequestTypeDef(TypedDict):
|
|
868
|
-
ConnectorId: str
|
|
869
|
-
SendFilePaths: NotRequired[Sequence[str]]
|
|
870
|
-
RetrieveFilePaths: NotRequired[Sequence[str]]
|
|
871
|
-
LocalDirectoryPath: NotRequired[str]
|
|
872
|
-
RemoteDirectoryPath: NotRequired[str]
|
|
873
|
-
|
|
874
|
-
|
|
875
874
|
class StartRemoteDeleteRequestTypeDef(TypedDict):
|
|
876
875
|
ConnectorId: str
|
|
877
876
|
DeletePath: str
|
|
@@ -943,6 +942,34 @@ class WorkflowDetailTypeDef(TypedDict):
|
|
|
943
942
|
ExecutionRole: str
|
|
944
943
|
|
|
945
944
|
|
|
945
|
+
class As2ConnectorConfigOutputTypeDef(TypedDict):
|
|
946
|
+
LocalProfileId: NotRequired[str]
|
|
947
|
+
PartnerProfileId: NotRequired[str]
|
|
948
|
+
MessageSubject: NotRequired[str]
|
|
949
|
+
Compression: NotRequired[CompressionEnumType]
|
|
950
|
+
EncryptionAlgorithm: NotRequired[EncryptionAlgType]
|
|
951
|
+
SigningAlgorithm: NotRequired[SigningAlgType]
|
|
952
|
+
MdnSigningAlgorithm: NotRequired[MdnSigningAlgType]
|
|
953
|
+
MdnResponse: NotRequired[MdnResponseType]
|
|
954
|
+
BasicAuthSecretId: NotRequired[str]
|
|
955
|
+
PreserveContentType: NotRequired[PreserveContentTypeType]
|
|
956
|
+
AsyncMdnConfig: NotRequired[As2AsyncMdnConnectorConfigOutputTypeDef]
|
|
957
|
+
|
|
958
|
+
|
|
959
|
+
class As2ConnectorConfigTypeDef(TypedDict):
|
|
960
|
+
LocalProfileId: NotRequired[str]
|
|
961
|
+
PartnerProfileId: NotRequired[str]
|
|
962
|
+
MessageSubject: NotRequired[str]
|
|
963
|
+
Compression: NotRequired[CompressionEnumType]
|
|
964
|
+
EncryptionAlgorithm: NotRequired[EncryptionAlgType]
|
|
965
|
+
SigningAlgorithm: NotRequired[SigningAlgType]
|
|
966
|
+
MdnSigningAlgorithm: NotRequired[MdnSigningAlgType]
|
|
967
|
+
MdnResponse: NotRequired[MdnResponseType]
|
|
968
|
+
BasicAuthSecretId: NotRequired[str]
|
|
969
|
+
PreserveContentType: NotRequired[PreserveContentTypeType]
|
|
970
|
+
AsyncMdnConfig: NotRequired[As2AsyncMdnConnectorConfigTypeDef]
|
|
971
|
+
|
|
972
|
+
|
|
946
973
|
class UpdateWebAppCustomizationRequestTypeDef(TypedDict):
|
|
947
974
|
WebAppId: str
|
|
948
975
|
Title: NotRequired[str]
|
|
@@ -1224,6 +1251,15 @@ class TagResourceRequestTypeDef(TypedDict):
|
|
|
1224
1251
|
Tags: Sequence[TagTypeDef]
|
|
1225
1252
|
|
|
1226
1253
|
|
|
1254
|
+
class StartFileTransferRequestTypeDef(TypedDict):
|
|
1255
|
+
ConnectorId: str
|
|
1256
|
+
SendFilePaths: NotRequired[Sequence[str]]
|
|
1257
|
+
RetrieveFilePaths: NotRequired[Sequence[str]]
|
|
1258
|
+
LocalDirectoryPath: NotRequired[str]
|
|
1259
|
+
RemoteDirectoryPath: NotRequired[str]
|
|
1260
|
+
CustomHttpHeaders: NotRequired[Sequence[CustomHttpHeaderTypeDef]]
|
|
1261
|
+
|
|
1262
|
+
|
|
1227
1263
|
class DescribeSecurityPolicyResponseTypeDef(TypedDict):
|
|
1228
1264
|
SecurityPolicy: DescribedSecurityPolicyTypeDef
|
|
1229
1265
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -1502,6 +1538,9 @@ class WorkflowDetailsTypeDef(TypedDict):
|
|
|
1502
1538
|
OnPartialUpload: NotRequired[Sequence[WorkflowDetailTypeDef]]
|
|
1503
1539
|
|
|
1504
1540
|
|
|
1541
|
+
As2ConnectorConfigUnionTypeDef = Union[As2ConnectorConfigTypeDef, As2ConnectorConfigOutputTypeDef]
|
|
1542
|
+
|
|
1543
|
+
|
|
1505
1544
|
class DescribeAgreementResponseTypeDef(TypedDict):
|
|
1506
1545
|
Agreement: DescribedAgreementTypeDef
|
|
1507
1546
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -1534,7 +1573,7 @@ class DescribedConnectorTypeDef(TypedDict):
|
|
|
1534
1573
|
Status: ConnectorStatusType
|
|
1535
1574
|
ConnectorId: NotRequired[str]
|
|
1536
1575
|
Url: NotRequired[str]
|
|
1537
|
-
As2Config: NotRequired[
|
|
1576
|
+
As2Config: NotRequired[As2ConnectorConfigOutputTypeDef]
|
|
1538
1577
|
AccessRole: NotRequired[str]
|
|
1539
1578
|
LoggingRole: NotRequired[str]
|
|
1540
1579
|
Tags: NotRequired[list[TagTypeDef]]
|
|
@@ -1644,28 +1683,6 @@ class ListedExecutionTypeDef(TypedDict):
|
|
|
1644
1683
|
Status: NotRequired[ExecutionStatusType]
|
|
1645
1684
|
|
|
1646
1685
|
|
|
1647
|
-
class CreateConnectorRequestTypeDef(TypedDict):
|
|
1648
|
-
AccessRole: str
|
|
1649
|
-
Url: NotRequired[str]
|
|
1650
|
-
As2Config: NotRequired[As2ConnectorConfigTypeDef]
|
|
1651
|
-
LoggingRole: NotRequired[str]
|
|
1652
|
-
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1653
|
-
SftpConfig: NotRequired[SftpConnectorConfigUnionTypeDef]
|
|
1654
|
-
SecurityPolicyName: NotRequired[str]
|
|
1655
|
-
EgressConfig: NotRequired[ConnectorEgressConfigTypeDef]
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
class UpdateConnectorRequestTypeDef(TypedDict):
|
|
1659
|
-
ConnectorId: str
|
|
1660
|
-
Url: NotRequired[str]
|
|
1661
|
-
As2Config: NotRequired[As2ConnectorConfigTypeDef]
|
|
1662
|
-
AccessRole: NotRequired[str]
|
|
1663
|
-
LoggingRole: NotRequired[str]
|
|
1664
|
-
SftpConfig: NotRequired[SftpConnectorConfigUnionTypeDef]
|
|
1665
|
-
SecurityPolicyName: NotRequired[str]
|
|
1666
|
-
EgressConfig: NotRequired[UpdateConnectorEgressConfigTypeDef]
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
1686
|
class UpdateWebAppRequestTypeDef(TypedDict):
|
|
1670
1687
|
WebAppId: str
|
|
1671
1688
|
IdentityProviderDetails: NotRequired[UpdateWebAppIdentityProviderDetailsTypeDef]
|
|
@@ -1712,6 +1729,28 @@ class DescribedServerTypeDef(TypedDict):
|
|
|
1712
1729
|
WorkflowDetailsUnionTypeDef = Union[WorkflowDetailsTypeDef, WorkflowDetailsOutputTypeDef]
|
|
1713
1730
|
|
|
1714
1731
|
|
|
1732
|
+
class CreateConnectorRequestTypeDef(TypedDict):
|
|
1733
|
+
AccessRole: str
|
|
1734
|
+
Url: NotRequired[str]
|
|
1735
|
+
As2Config: NotRequired[As2ConnectorConfigUnionTypeDef]
|
|
1736
|
+
LoggingRole: NotRequired[str]
|
|
1737
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1738
|
+
SftpConfig: NotRequired[SftpConnectorConfigUnionTypeDef]
|
|
1739
|
+
SecurityPolicyName: NotRequired[str]
|
|
1740
|
+
EgressConfig: NotRequired[ConnectorEgressConfigTypeDef]
|
|
1741
|
+
|
|
1742
|
+
|
|
1743
|
+
class UpdateConnectorRequestTypeDef(TypedDict):
|
|
1744
|
+
ConnectorId: str
|
|
1745
|
+
Url: NotRequired[str]
|
|
1746
|
+
As2Config: NotRequired[As2ConnectorConfigUnionTypeDef]
|
|
1747
|
+
AccessRole: NotRequired[str]
|
|
1748
|
+
LoggingRole: NotRequired[str]
|
|
1749
|
+
SftpConfig: NotRequired[SftpConnectorConfigUnionTypeDef]
|
|
1750
|
+
SecurityPolicyName: NotRequired[str]
|
|
1751
|
+
EgressConfig: NotRequired[UpdateConnectorEgressConfigTypeDef]
|
|
1752
|
+
|
|
1753
|
+
|
|
1715
1754
|
class DescribeConnectorResponseTypeDef(TypedDict):
|
|
1716
1755
|
Connector: DescribedConnectorTypeDef
|
|
1717
1756
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -3,14 +3,14 @@ Type annotations for transfer service type definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/type_defs/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
10
10
|
```python
|
|
11
|
-
from mypy_boto3_transfer.type_defs import
|
|
11
|
+
from mypy_boto3_transfer.type_defs import As2AsyncMdnConnectorConfigOutputTypeDef
|
|
12
12
|
|
|
13
|
-
data:
|
|
13
|
+
data: As2AsyncMdnConnectorConfigOutputTypeDef = ...
|
|
14
14
|
```
|
|
15
15
|
"""
|
|
16
16
|
|
|
@@ -69,7 +69,11 @@ else:
|
|
|
69
69
|
from typing_extensions import Literal, NotRequired, TypedDict
|
|
70
70
|
|
|
71
71
|
__all__ = (
|
|
72
|
+
"As2AsyncMdnConnectorConfigOutputTypeDef",
|
|
73
|
+
"As2AsyncMdnConnectorConfigTypeDef",
|
|
74
|
+
"As2ConnectorConfigOutputTypeDef",
|
|
72
75
|
"As2ConnectorConfigTypeDef",
|
|
76
|
+
"As2ConnectorConfigUnionTypeDef",
|
|
73
77
|
"BlobTypeDef",
|
|
74
78
|
"ConnectorEgressConfigTypeDef",
|
|
75
79
|
"ConnectorFileTransferResultTypeDef",
|
|
@@ -92,6 +96,7 @@ __all__ = (
|
|
|
92
96
|
"CreateWorkflowRequestTypeDef",
|
|
93
97
|
"CreateWorkflowResponseTypeDef",
|
|
94
98
|
"CustomDirectoriesTypeTypeDef",
|
|
99
|
+
"CustomHttpHeaderTypeDef",
|
|
95
100
|
"CustomStepDetailsTypeDef",
|
|
96
101
|
"DecryptStepDetailsTypeDef",
|
|
97
102
|
"DeleteAccessRequestTypeDef",
|
|
@@ -307,17 +312,13 @@ __all__ = (
|
|
|
307
312
|
"WorkflowStepUnionTypeDef",
|
|
308
313
|
)
|
|
309
314
|
|
|
310
|
-
class
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
MdnSigningAlgorithm: NotRequired[MdnSigningAlgType]
|
|
318
|
-
MdnResponse: NotRequired[MdnResponseType]
|
|
319
|
-
BasicAuthSecretId: NotRequired[str]
|
|
320
|
-
PreserveContentType: NotRequired[PreserveContentTypeType]
|
|
315
|
+
class As2AsyncMdnConnectorConfigOutputTypeDef(TypedDict):
|
|
316
|
+
Url: NotRequired[str]
|
|
317
|
+
ServerIds: NotRequired[list[str]]
|
|
318
|
+
|
|
319
|
+
class As2AsyncMdnConnectorConfigTypeDef(TypedDict):
|
|
320
|
+
Url: NotRequired[str]
|
|
321
|
+
ServerIds: NotRequired[Sequence[str]]
|
|
321
322
|
|
|
322
323
|
BlobTypeDef = Union[str, bytes, IO[Any], StreamingBody]
|
|
323
324
|
|
|
@@ -371,6 +372,10 @@ class S3StorageOptionsTypeDef(TypedDict):
|
|
|
371
372
|
class WebAppUnitsTypeDef(TypedDict):
|
|
372
373
|
Provisioned: NotRequired[int]
|
|
373
374
|
|
|
375
|
+
class CustomHttpHeaderTypeDef(TypedDict):
|
|
376
|
+
Key: NotRequired[str]
|
|
377
|
+
Value: NotRequired[str]
|
|
378
|
+
|
|
374
379
|
class CustomStepDetailsTypeDef(TypedDict):
|
|
375
380
|
Name: NotRequired[str]
|
|
376
381
|
Target: NotRequired[str]
|
|
@@ -771,13 +776,6 @@ class StartDirectoryListingRequestTypeDef(TypedDict):
|
|
|
771
776
|
OutputDirectoryPath: str
|
|
772
777
|
MaxItems: NotRequired[int]
|
|
773
778
|
|
|
774
|
-
class StartFileTransferRequestTypeDef(TypedDict):
|
|
775
|
-
ConnectorId: str
|
|
776
|
-
SendFilePaths: NotRequired[Sequence[str]]
|
|
777
|
-
RetrieveFilePaths: NotRequired[Sequence[str]]
|
|
778
|
-
LocalDirectoryPath: NotRequired[str]
|
|
779
|
-
RemoteDirectoryPath: NotRequired[str]
|
|
780
|
-
|
|
781
779
|
class StartRemoteDeleteRequestTypeDef(TypedDict):
|
|
782
780
|
ConnectorId: str
|
|
783
781
|
DeletePath: str
|
|
@@ -835,6 +833,32 @@ class WorkflowDetailTypeDef(TypedDict):
|
|
|
835
833
|
WorkflowId: str
|
|
836
834
|
ExecutionRole: str
|
|
837
835
|
|
|
836
|
+
class As2ConnectorConfigOutputTypeDef(TypedDict):
|
|
837
|
+
LocalProfileId: NotRequired[str]
|
|
838
|
+
PartnerProfileId: NotRequired[str]
|
|
839
|
+
MessageSubject: NotRequired[str]
|
|
840
|
+
Compression: NotRequired[CompressionEnumType]
|
|
841
|
+
EncryptionAlgorithm: NotRequired[EncryptionAlgType]
|
|
842
|
+
SigningAlgorithm: NotRequired[SigningAlgType]
|
|
843
|
+
MdnSigningAlgorithm: NotRequired[MdnSigningAlgType]
|
|
844
|
+
MdnResponse: NotRequired[MdnResponseType]
|
|
845
|
+
BasicAuthSecretId: NotRequired[str]
|
|
846
|
+
PreserveContentType: NotRequired[PreserveContentTypeType]
|
|
847
|
+
AsyncMdnConfig: NotRequired[As2AsyncMdnConnectorConfigOutputTypeDef]
|
|
848
|
+
|
|
849
|
+
class As2ConnectorConfigTypeDef(TypedDict):
|
|
850
|
+
LocalProfileId: NotRequired[str]
|
|
851
|
+
PartnerProfileId: NotRequired[str]
|
|
852
|
+
MessageSubject: NotRequired[str]
|
|
853
|
+
Compression: NotRequired[CompressionEnumType]
|
|
854
|
+
EncryptionAlgorithm: NotRequired[EncryptionAlgType]
|
|
855
|
+
SigningAlgorithm: NotRequired[SigningAlgType]
|
|
856
|
+
MdnSigningAlgorithm: NotRequired[MdnSigningAlgType]
|
|
857
|
+
MdnResponse: NotRequired[MdnResponseType]
|
|
858
|
+
BasicAuthSecretId: NotRequired[str]
|
|
859
|
+
PreserveContentType: NotRequired[PreserveContentTypeType]
|
|
860
|
+
AsyncMdnConfig: NotRequired[As2AsyncMdnConnectorConfigTypeDef]
|
|
861
|
+
|
|
838
862
|
class UpdateWebAppCustomizationRequestTypeDef(TypedDict):
|
|
839
863
|
WebAppId: str
|
|
840
864
|
Title: NotRequired[str]
|
|
@@ -1076,6 +1100,14 @@ class TagResourceRequestTypeDef(TypedDict):
|
|
|
1076
1100
|
Arn: str
|
|
1077
1101
|
Tags: Sequence[TagTypeDef]
|
|
1078
1102
|
|
|
1103
|
+
class StartFileTransferRequestTypeDef(TypedDict):
|
|
1104
|
+
ConnectorId: str
|
|
1105
|
+
SendFilePaths: NotRequired[Sequence[str]]
|
|
1106
|
+
RetrieveFilePaths: NotRequired[Sequence[str]]
|
|
1107
|
+
LocalDirectoryPath: NotRequired[str]
|
|
1108
|
+
RemoteDirectoryPath: NotRequired[str]
|
|
1109
|
+
CustomHttpHeaders: NotRequired[Sequence[CustomHttpHeaderTypeDef]]
|
|
1110
|
+
|
|
1079
1111
|
class DescribeSecurityPolicyResponseTypeDef(TypedDict):
|
|
1080
1112
|
SecurityPolicy: DescribedSecurityPolicyTypeDef
|
|
1081
1113
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -1303,6 +1335,8 @@ class WorkflowDetailsTypeDef(TypedDict):
|
|
|
1303
1335
|
OnUpload: NotRequired[Sequence[WorkflowDetailTypeDef]]
|
|
1304
1336
|
OnPartialUpload: NotRequired[Sequence[WorkflowDetailTypeDef]]
|
|
1305
1337
|
|
|
1338
|
+
As2ConnectorConfigUnionTypeDef = Union[As2ConnectorConfigTypeDef, As2ConnectorConfigOutputTypeDef]
|
|
1339
|
+
|
|
1306
1340
|
class DescribeAgreementResponseTypeDef(TypedDict):
|
|
1307
1341
|
Agreement: DescribedAgreementTypeDef
|
|
1308
1342
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -1330,7 +1364,7 @@ class DescribedConnectorTypeDef(TypedDict):
|
|
|
1330
1364
|
Status: ConnectorStatusType
|
|
1331
1365
|
ConnectorId: NotRequired[str]
|
|
1332
1366
|
Url: NotRequired[str]
|
|
1333
|
-
As2Config: NotRequired[
|
|
1367
|
+
As2Config: NotRequired[As2ConnectorConfigOutputTypeDef]
|
|
1334
1368
|
AccessRole: NotRequired[str]
|
|
1335
1369
|
LoggingRole: NotRequired[str]
|
|
1336
1370
|
Tags: NotRequired[list[TagTypeDef]]
|
|
@@ -1428,26 +1462,6 @@ class ListedExecutionTypeDef(TypedDict):
|
|
|
1428
1462
|
ServiceMetadata: NotRequired[ServiceMetadataTypeDef]
|
|
1429
1463
|
Status: NotRequired[ExecutionStatusType]
|
|
1430
1464
|
|
|
1431
|
-
class CreateConnectorRequestTypeDef(TypedDict):
|
|
1432
|
-
AccessRole: str
|
|
1433
|
-
Url: NotRequired[str]
|
|
1434
|
-
As2Config: NotRequired[As2ConnectorConfigTypeDef]
|
|
1435
|
-
LoggingRole: NotRequired[str]
|
|
1436
|
-
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1437
|
-
SftpConfig: NotRequired[SftpConnectorConfigUnionTypeDef]
|
|
1438
|
-
SecurityPolicyName: NotRequired[str]
|
|
1439
|
-
EgressConfig: NotRequired[ConnectorEgressConfigTypeDef]
|
|
1440
|
-
|
|
1441
|
-
class UpdateConnectorRequestTypeDef(TypedDict):
|
|
1442
|
-
ConnectorId: str
|
|
1443
|
-
Url: NotRequired[str]
|
|
1444
|
-
As2Config: NotRequired[As2ConnectorConfigTypeDef]
|
|
1445
|
-
AccessRole: NotRequired[str]
|
|
1446
|
-
LoggingRole: NotRequired[str]
|
|
1447
|
-
SftpConfig: NotRequired[SftpConnectorConfigUnionTypeDef]
|
|
1448
|
-
SecurityPolicyName: NotRequired[str]
|
|
1449
|
-
EgressConfig: NotRequired[UpdateConnectorEgressConfigTypeDef]
|
|
1450
|
-
|
|
1451
1465
|
class UpdateWebAppRequestTypeDef(TypedDict):
|
|
1452
1466
|
WebAppId: str
|
|
1453
1467
|
IdentityProviderDetails: NotRequired[UpdateWebAppIdentityProviderDetailsTypeDef]
|
|
@@ -1490,6 +1504,26 @@ class DescribedServerTypeDef(TypedDict):
|
|
|
1490
1504
|
|
|
1491
1505
|
WorkflowDetailsUnionTypeDef = Union[WorkflowDetailsTypeDef, WorkflowDetailsOutputTypeDef]
|
|
1492
1506
|
|
|
1507
|
+
class CreateConnectorRequestTypeDef(TypedDict):
|
|
1508
|
+
AccessRole: str
|
|
1509
|
+
Url: NotRequired[str]
|
|
1510
|
+
As2Config: NotRequired[As2ConnectorConfigUnionTypeDef]
|
|
1511
|
+
LoggingRole: NotRequired[str]
|
|
1512
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1513
|
+
SftpConfig: NotRequired[SftpConnectorConfigUnionTypeDef]
|
|
1514
|
+
SecurityPolicyName: NotRequired[str]
|
|
1515
|
+
EgressConfig: NotRequired[ConnectorEgressConfigTypeDef]
|
|
1516
|
+
|
|
1517
|
+
class UpdateConnectorRequestTypeDef(TypedDict):
|
|
1518
|
+
ConnectorId: str
|
|
1519
|
+
Url: NotRequired[str]
|
|
1520
|
+
As2Config: NotRequired[As2ConnectorConfigUnionTypeDef]
|
|
1521
|
+
AccessRole: NotRequired[str]
|
|
1522
|
+
LoggingRole: NotRequired[str]
|
|
1523
|
+
SftpConfig: NotRequired[SftpConnectorConfigUnionTypeDef]
|
|
1524
|
+
SecurityPolicyName: NotRequired[str]
|
|
1525
|
+
EgressConfig: NotRequired[UpdateConnectorEgressConfigTypeDef]
|
|
1526
|
+
|
|
1493
1527
|
class DescribeConnectorResponseTypeDef(TypedDict):
|
|
1494
1528
|
Connector: DescribedConnectorTypeDef
|
|
1495
1529
|
ResponseMetadata: ResponseMetadataTypeDef
|
mypy_boto3_transfer/version.py
CHANGED
mypy_boto3_transfer/waiter.py
CHANGED
mypy_boto3_transfer/waiter.pyi
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-transfer
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 Transfer 1.
|
|
3
|
+
Version: 1.42.43
|
|
4
|
+
Summary: Type annotations for boto3 Transfer 1.42.43 service generated with mypy-boto3-builder 8.12.0
|
|
5
5
|
Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
|
|
@@ -42,7 +42,7 @@ Dynamic: license-file
|
|
|
42
42
|
|
|
43
43
|

|
|
44
44
|
|
|
45
|
-
Type annotations for [boto3 Transfer 1.
|
|
45
|
+
Type annotations for [boto3 Transfer 1.42.43](https://pypi.org/project/boto3/)
|
|
46
46
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
47
47
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
48
48
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -105,7 +105,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
105
105
|
isolation.
|
|
106
106
|
|
|
107
107
|
1. Run mypy-boto3-builder in your package root directory:
|
|
108
|
-
`uvx --with 'boto3==1.
|
|
108
|
+
`uvx --with 'boto3==1.42.43' mypy-boto3-builder`
|
|
109
109
|
2. Select `boto3-stubs` AWS SDK.
|
|
110
110
|
3. Add `Transfer` service.
|
|
111
111
|
4. Use provided commands to install generated packages.
|
|
@@ -428,12 +428,12 @@ Full list of `Transfer` TypeDefs can be found in
|
|
|
428
428
|
|
|
429
429
|
```python
|
|
430
430
|
# TypedDict usage example
|
|
431
|
-
from mypy_boto3_transfer.type_defs import
|
|
431
|
+
from mypy_boto3_transfer.type_defs import As2AsyncMdnConnectorConfigOutputTypeDef
|
|
432
432
|
|
|
433
433
|
|
|
434
|
-
def get_value() ->
|
|
434
|
+
def get_value() -> As2AsyncMdnConnectorConfigOutputTypeDef:
|
|
435
435
|
return {
|
|
436
|
-
"
|
|
436
|
+
"Url": ...,
|
|
437
437
|
}
|
|
438
438
|
```
|
|
439
439
|
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
mypy_boto3_transfer/__init__.py,sha256=MJnceDkNzj4O_voxtY9AazlSif-Yz3816a3NOi5jK0c,3390
|
|
2
|
+
mypy_boto3_transfer/__init__.pyi,sha256=eugkhT79NcKrqrh3pzyitmY1Xy4-DRZCAsFXjdOUiLE,3389
|
|
3
|
+
mypy_boto3_transfer/__main__.py,sha256=4jEHPVM0S70w_f5uDoQkcvtK-GSFMdiLjdml5diHM4w,988
|
|
4
|
+
mypy_boto3_transfer/client.py,sha256=JtBvhOh6y0r9vRTmlEastMziKAv1CZSoUp2SG5NldEw,53772
|
|
5
|
+
mypy_boto3_transfer/client.pyi,sha256=qgl1Nh6sv_ZLPP2fRUQT9odww2_bj7npDLCVJFDotZE,53769
|
|
6
|
+
mypy_boto3_transfer/literals.py,sha256=YjzE-aiEg1GnjcLY1BoG1zfGLe-oMfheNjPw6n0_IUw,15275
|
|
7
|
+
mypy_boto3_transfer/literals.pyi,sha256=ttvsWVd6bwDM_SnIfQQZrKoqgj0cZ1viIEJ_ynjmJMw,15273
|
|
8
|
+
mypy_boto3_transfer/paginator.py,sha256=5bTrzQwkWT3evDSIDePfZSMx4LOBQbS-E_r05qZdfgI,18231
|
|
9
|
+
mypy_boto3_transfer/paginator.pyi,sha256=lLWcNfqKmEFn3zEAxSWO1okSaIAlCWgAkN_89KEsuh0,18191
|
|
10
|
+
mypy_boto3_transfer/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
mypy_boto3_transfer/type_defs.py,sha256=Fbh4VkasVmChSSo9zXQYLpdRrcWXr5ono5GzhLe4UvM,54182
|
|
12
|
+
mypy_boto3_transfer/type_defs.pyi,sha256=0LooC9P2k9MbVg_yfCl_ytIIMlSRbeDX397OI6dhJqA,53943
|
|
13
|
+
mypy_boto3_transfer/version.py,sha256=G78Bkc3tFRcEu5sUS8kUd1IomBtnS8R6QRnyRP-1rSw,93
|
|
14
|
+
mypy_boto3_transfer/waiter.py,sha256=mSXNHvkZgz2Z0tORq2WXvxYakh21ZDDXj3tpvg4_X6w,2645
|
|
15
|
+
mypy_boto3_transfer/waiter.pyi,sha256=Zl18IJKxQFTavyjWr9DlD2CK1ItRVquEh0jTeYgOiIM,2640
|
|
16
|
+
mypy_boto3_transfer-1.42.43.dist-info/licenses/LICENSE,sha256=MdPBcMOA_mXHmAaBn41qTH8zP7qsdQfRAIxNJaCq-wE,1070
|
|
17
|
+
mypy_boto3_transfer-1.42.43.dist-info/METADATA,sha256=ZTwp3aaRermanXeFTPQa_51LwD9_njBuf31ch-lc6j0,16861
|
|
18
|
+
mypy_boto3_transfer-1.42.43.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
19
|
+
mypy_boto3_transfer-1.42.43.dist-info/top_level.txt,sha256=mncof3SzY8eCafPLvBkKLLXMmqfJaw-PB_gBYRhC-Kk,20
|
|
20
|
+
mypy_boto3_transfer-1.42.43.dist-info/RECORD,,
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
mypy_boto3_transfer/__init__.py,sha256=t2pOUXo7W8TNe-jgA0-irsvTpRgDBu1c_-PGuwquyUI,3390
|
|
2
|
-
mypy_boto3_transfer/__init__.pyi,sha256=PQ_syhNHExDoYP9CvtCj7hbOZ04QncluE2HEqG8G3Jo,3389
|
|
3
|
-
mypy_boto3_transfer/__main__.py,sha256=Pi23jtKmc8g41x-akUWG1ABhGFo-XKS9buzyyyjiNFQ,985
|
|
4
|
-
mypy_boto3_transfer/client.py,sha256=wPNz8acxgqI7BJM12aBDyEKNl0aQPyfsS8OiZM7fWo8,53772
|
|
5
|
-
mypy_boto3_transfer/client.pyi,sha256=LWI2hmaZ_MLaOWdOIAFOe-JNv2v_Fo3ez8wJOeTwjYw,53769
|
|
6
|
-
mypy_boto3_transfer/literals.py,sha256=gsTuv_FTwIPJx_95x2Csv0EQT7q4X3U4UxG1tQ7SSws,15150
|
|
7
|
-
mypy_boto3_transfer/literals.pyi,sha256=jNkMmBcdf3JN2ciWjPF1NtdurnEkE2lrWuPqqL9ZRB4,15148
|
|
8
|
-
mypy_boto3_transfer/paginator.py,sha256=72CQVOP0TvWzPhB6wpEmSGeX8lM2gZMLsK10rxeMWBQ,18231
|
|
9
|
-
mypy_boto3_transfer/paginator.pyi,sha256=QqtzDdKz1xAfIYlPK0X_es6dnnfSbXw1fjqbdF3FFWQ,18191
|
|
10
|
-
mypy_boto3_transfer/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
mypy_boto3_transfer/type_defs.py,sha256=624OG65i_7EszBrBdunLeK1f7tPGus8BzyzhounIWwQ,52762
|
|
12
|
-
mypy_boto3_transfer/type_defs.pyi,sha256=mCQQ9DnQCs0CEbssuVBOv1wgmlhimvGq1Izjp7Jj6lI,52528
|
|
13
|
-
mypy_boto3_transfer/version.py,sha256=aLKGJmxodYlE7i2btZqBdcB8RTTGw1f6JzSmoqyix3w,92
|
|
14
|
-
mypy_boto3_transfer/waiter.py,sha256=2UKX-wTF6d41Ls7HSGO0mT1Kz30h40PCw7E09QCudSE,2645
|
|
15
|
-
mypy_boto3_transfer/waiter.pyi,sha256=B0g5zDjuMCEs0j-u_bw81lj6mCKn4MKqHA11MBppMUA,2640
|
|
16
|
-
mypy_boto3_transfer-1.41.2.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
17
|
-
mypy_boto3_transfer-1.41.2.dist-info/METADATA,sha256=NEO-bhJaq7q6MEhPQdFlD8fH5e6X4YUnemlZgU6VMz4,16840
|
|
18
|
-
mypy_boto3_transfer-1.41.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
-
mypy_boto3_transfer-1.41.2.dist-info/top_level.txt,sha256=mncof3SzY8eCafPLvBkKLLXMmqfJaw-PB_gBYRhC-Kk,20
|
|
20
|
-
mypy_boto3_transfer-1.41.2.dist-info/RECORD,,
|
{mypy_boto3_transfer-1.41.2.dist-info → mypy_boto3_transfer-1.42.43.dist-info}/top_level.txt
RENAMED
|
File without changes
|