mypy-boto3-transfer 1.40.0__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.
- {mypy_boto3_transfer-1.40.0 → mypy_boto3_transfer-1.40.52}/PKG-INFO +4 -4
- {mypy_boto3_transfer-1.40.0 → mypy_boto3_transfer-1.40.52}/README.md +2 -2
- {mypy_boto3_transfer-1.40.0 → mypy_boto3_transfer-1.40.52}/mypy_boto3_transfer/__main__.py +3 -3
- {mypy_boto3_transfer-1.40.0 → mypy_boto3_transfer-1.40.52}/mypy_boto3_transfer/literals.py +9 -13
- {mypy_boto3_transfer-1.40.0 → mypy_boto3_transfer-1.40.52}/mypy_boto3_transfer/literals.pyi +9 -13
- mypy_boto3_transfer-1.40.0/mypy_boto3_transfer/type_defs.pyi → mypy_boto3_transfer-1.40.52/mypy_boto3_transfer/type_defs.py +279 -15
- mypy_boto3_transfer-1.40.0/mypy_boto3_transfer/type_defs.py → mypy_boto3_transfer-1.40.52/mypy_boto3_transfer/type_defs.pyi +45 -231
- {mypy_boto3_transfer-1.40.0 → mypy_boto3_transfer-1.40.52}/mypy_boto3_transfer/version.py +1 -1
- {mypy_boto3_transfer-1.40.0 → mypy_boto3_transfer-1.40.52}/mypy_boto3_transfer.egg-info/PKG-INFO +4 -4
- {mypy_boto3_transfer-1.40.0 → mypy_boto3_transfer-1.40.52}/setup.py +2 -2
- {mypy_boto3_transfer-1.40.0 → mypy_boto3_transfer-1.40.52}/LICENSE +0 -0
- {mypy_boto3_transfer-1.40.0 → mypy_boto3_transfer-1.40.52}/mypy_boto3_transfer/__init__.py +0 -0
- {mypy_boto3_transfer-1.40.0 → mypy_boto3_transfer-1.40.52}/mypy_boto3_transfer/__init__.pyi +0 -0
- {mypy_boto3_transfer-1.40.0 → mypy_boto3_transfer-1.40.52}/mypy_boto3_transfer/client.py +0 -0
- {mypy_boto3_transfer-1.40.0 → mypy_boto3_transfer-1.40.52}/mypy_boto3_transfer/client.pyi +0 -0
- {mypy_boto3_transfer-1.40.0 → mypy_boto3_transfer-1.40.52}/mypy_boto3_transfer/paginator.py +0 -0
- {mypy_boto3_transfer-1.40.0 → mypy_boto3_transfer-1.40.52}/mypy_boto3_transfer/paginator.pyi +0 -0
- {mypy_boto3_transfer-1.40.0 → mypy_boto3_transfer-1.40.52}/mypy_boto3_transfer/py.typed +0 -0
- {mypy_boto3_transfer-1.40.0 → mypy_boto3_transfer-1.40.52}/mypy_boto3_transfer/waiter.py +0 -0
- {mypy_boto3_transfer-1.40.0 → mypy_boto3_transfer-1.40.52}/mypy_boto3_transfer/waiter.pyi +0 -0
- {mypy_boto3_transfer-1.40.0 → mypy_boto3_transfer-1.40.52}/mypy_boto3_transfer.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_transfer-1.40.0 → mypy_boto3_transfer-1.40.52}/mypy_boto3_transfer.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_transfer-1.40.0 → mypy_boto3_transfer-1.40.52}/mypy_boto3_transfer.egg-info/not-zip-safe +0 -0
- {mypy_boto3_transfer-1.40.0 → mypy_boto3_transfer-1.40.52}/mypy_boto3_transfer.egg-info/requires.txt +0 -0
- {mypy_boto3_transfer-1.40.0 → mypy_boto3_transfer-1.40.52}/mypy_boto3_transfer.egg-info/top_level.txt +0 -0
- {mypy_boto3_transfer-1.40.0 → 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.
|
|
4
|
-
Summary: Type annotations for boto3 Transfer 1.40.
|
|
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
|

|
|
58
58
|
|
|
59
|
-
Type annotations for [boto3 Transfer 1.40.
|
|
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.
|
|
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
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 Transfer 1.40.
|
|
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.
|
|
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.
|
|
16
|
-
"Version: 1.40.
|
|
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.
|
|
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"]
|
|
@@ -175,6 +179,7 @@ ServiceName = Literal[
|
|
|
175
179
|
"appstream",
|
|
176
180
|
"appsync",
|
|
177
181
|
"apptest",
|
|
182
|
+
"arc-region-switch",
|
|
178
183
|
"arc-zonal-shift",
|
|
179
184
|
"artifact",
|
|
180
185
|
"athena",
|
|
@@ -186,8 +191,10 @@ ServiceName = Literal[
|
|
|
186
191
|
"backup-gateway",
|
|
187
192
|
"backupsearch",
|
|
188
193
|
"batch",
|
|
194
|
+
"bcm-dashboards",
|
|
189
195
|
"bcm-data-exports",
|
|
190
196
|
"bcm-pricing-calculator",
|
|
197
|
+
"bcm-recommended-actions",
|
|
191
198
|
"bedrock",
|
|
192
199
|
"bedrock-agent",
|
|
193
200
|
"bedrock-agent-runtime",
|
|
@@ -429,8 +436,6 @@ ServiceName = Literal[
|
|
|
429
436
|
"omics",
|
|
430
437
|
"opensearch",
|
|
431
438
|
"opensearchserverless",
|
|
432
|
-
"opsworks",
|
|
433
|
-
"opsworkscm",
|
|
434
439
|
"organizations",
|
|
435
440
|
"osis",
|
|
436
441
|
"outposts",
|
|
@@ -512,7 +517,6 @@ ServiceName = Literal[
|
|
|
512
517
|
"shield",
|
|
513
518
|
"signer",
|
|
514
519
|
"simspaceweaver",
|
|
515
|
-
"sms",
|
|
516
520
|
"snow-device-management",
|
|
517
521
|
"snowball",
|
|
518
522
|
"sns",
|
|
@@ -563,16 +567,7 @@ ServiceName = Literal[
|
|
|
563
567
|
"xray",
|
|
564
568
|
]
|
|
565
569
|
ResourceServiceName = Literal[
|
|
566
|
-
"cloudformation",
|
|
567
|
-
"cloudwatch",
|
|
568
|
-
"dynamodb",
|
|
569
|
-
"ec2",
|
|
570
|
-
"glacier",
|
|
571
|
-
"iam",
|
|
572
|
-
"opsworks",
|
|
573
|
-
"s3",
|
|
574
|
-
"sns",
|
|
575
|
-
"sqs",
|
|
570
|
+
"cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
|
|
576
571
|
]
|
|
577
572
|
PaginatorName = Literal[
|
|
578
573
|
"list_accesses",
|
|
@@ -593,6 +588,7 @@ WaiterName = Literal["server_offline", "server_online"]
|
|
|
593
588
|
RegionName = Literal[
|
|
594
589
|
"af-south-1",
|
|
595
590
|
"ap-east-1",
|
|
591
|
+
"ap-east-2",
|
|
596
592
|
"ap-northeast-1",
|
|
597
593
|
"ap-northeast-2",
|
|
598
594
|
"ap-northeast-3",
|
|
@@ -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"]
|
|
@@ -173,6 +177,7 @@ ServiceName = Literal[
|
|
|
173
177
|
"appstream",
|
|
174
178
|
"appsync",
|
|
175
179
|
"apptest",
|
|
180
|
+
"arc-region-switch",
|
|
176
181
|
"arc-zonal-shift",
|
|
177
182
|
"artifact",
|
|
178
183
|
"athena",
|
|
@@ -184,8 +189,10 @@ ServiceName = Literal[
|
|
|
184
189
|
"backup-gateway",
|
|
185
190
|
"backupsearch",
|
|
186
191
|
"batch",
|
|
192
|
+
"bcm-dashboards",
|
|
187
193
|
"bcm-data-exports",
|
|
188
194
|
"bcm-pricing-calculator",
|
|
195
|
+
"bcm-recommended-actions",
|
|
189
196
|
"bedrock",
|
|
190
197
|
"bedrock-agent",
|
|
191
198
|
"bedrock-agent-runtime",
|
|
@@ -427,8 +434,6 @@ ServiceName = Literal[
|
|
|
427
434
|
"omics",
|
|
428
435
|
"opensearch",
|
|
429
436
|
"opensearchserverless",
|
|
430
|
-
"opsworks",
|
|
431
|
-
"opsworkscm",
|
|
432
437
|
"organizations",
|
|
433
438
|
"osis",
|
|
434
439
|
"outposts",
|
|
@@ -510,7 +515,6 @@ ServiceName = Literal[
|
|
|
510
515
|
"shield",
|
|
511
516
|
"signer",
|
|
512
517
|
"simspaceweaver",
|
|
513
|
-
"sms",
|
|
514
518
|
"snow-device-management",
|
|
515
519
|
"snowball",
|
|
516
520
|
"sns",
|
|
@@ -561,16 +565,7 @@ ServiceName = Literal[
|
|
|
561
565
|
"xray",
|
|
562
566
|
]
|
|
563
567
|
ResourceServiceName = Literal[
|
|
564
|
-
"cloudformation",
|
|
565
|
-
"cloudwatch",
|
|
566
|
-
"dynamodb",
|
|
567
|
-
"ec2",
|
|
568
|
-
"glacier",
|
|
569
|
-
"iam",
|
|
570
|
-
"opsworks",
|
|
571
|
-
"s3",
|
|
572
|
-
"sns",
|
|
573
|
-
"sqs",
|
|
568
|
+
"cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
|
|
574
569
|
]
|
|
575
570
|
PaginatorName = Literal[
|
|
576
571
|
"list_accesses",
|
|
@@ -591,6 +586,7 @@ WaiterName = Literal["server_offline", "server_online"]
|
|
|
591
586
|
RegionName = Literal[
|
|
592
587
|
"af-south-1",
|
|
593
588
|
"ap-east-1",
|
|
589
|
+
"ap-east-2",
|
|
594
590
|
"ap-northeast-1",
|
|
595
591
|
"ap-northeast-2",
|
|
596
592
|
"ap-northeast-3",
|