mypy-boto3-transfer 1.41.0__tar.gz → 1.42.3__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.41.0 → mypy_boto3_transfer-1.42.3}/PKG-INFO +4 -4
- {mypy_boto3_transfer-1.41.0 → mypy_boto3_transfer-1.42.3}/README.md +2 -2
- {mypy_boto3_transfer-1.41.0 → mypy_boto3_transfer-1.42.3}/mypy_boto3_transfer/__main__.py +3 -3
- {mypy_boto3_transfer-1.41.0 → mypy_boto3_transfer-1.42.3}/mypy_boto3_transfer/literals.py +7 -0
- {mypy_boto3_transfer-1.41.0 → mypy_boto3_transfer-1.42.3}/mypy_boto3_transfer/literals.pyi +7 -0
- mypy_boto3_transfer-1.41.0/mypy_boto3_transfer/type_defs.pyi → mypy_boto3_transfer-1.42.3/mypy_boto3_transfer/type_defs.py +278 -10
- mypy_boto3_transfer-1.41.0/mypy_boto3_transfer/type_defs.py → mypy_boto3_transfer-1.42.3/mypy_boto3_transfer/type_defs.pyi +38 -232
- {mypy_boto3_transfer-1.41.0 → mypy_boto3_transfer-1.42.3}/mypy_boto3_transfer/version.py +1 -1
- {mypy_boto3_transfer-1.41.0 → mypy_boto3_transfer-1.42.3}/mypy_boto3_transfer.egg-info/PKG-INFO +4 -4
- {mypy_boto3_transfer-1.41.0 → mypy_boto3_transfer-1.42.3}/pyproject.toml +2 -2
- {mypy_boto3_transfer-1.41.0 → mypy_boto3_transfer-1.42.3}/LICENSE +0 -0
- {mypy_boto3_transfer-1.41.0 → mypy_boto3_transfer-1.42.3}/mypy_boto3_transfer/__init__.py +0 -0
- {mypy_boto3_transfer-1.41.0 → mypy_boto3_transfer-1.42.3}/mypy_boto3_transfer/__init__.pyi +0 -0
- {mypy_boto3_transfer-1.41.0 → mypy_boto3_transfer-1.42.3}/mypy_boto3_transfer/client.py +0 -0
- {mypy_boto3_transfer-1.41.0 → mypy_boto3_transfer-1.42.3}/mypy_boto3_transfer/client.pyi +0 -0
- {mypy_boto3_transfer-1.41.0 → mypy_boto3_transfer-1.42.3}/mypy_boto3_transfer/paginator.py +0 -0
- {mypy_boto3_transfer-1.41.0 → mypy_boto3_transfer-1.42.3}/mypy_boto3_transfer/paginator.pyi +0 -0
- {mypy_boto3_transfer-1.41.0 → mypy_boto3_transfer-1.42.3}/mypy_boto3_transfer/py.typed +0 -0
- {mypy_boto3_transfer-1.41.0 → mypy_boto3_transfer-1.42.3}/mypy_boto3_transfer/waiter.py +0 -0
- {mypy_boto3_transfer-1.41.0 → mypy_boto3_transfer-1.42.3}/mypy_boto3_transfer/waiter.pyi +0 -0
- {mypy_boto3_transfer-1.41.0 → mypy_boto3_transfer-1.42.3}/mypy_boto3_transfer.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_transfer-1.41.0 → mypy_boto3_transfer-1.42.3}/mypy_boto3_transfer.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_transfer-1.41.0 → mypy_boto3_transfer-1.42.3}/mypy_boto3_transfer.egg-info/requires.txt +0 -0
- {mypy_boto3_transfer-1.41.0 → mypy_boto3_transfer-1.42.3}/mypy_boto3_transfer.egg-info/top_level.txt +0 -0
- {mypy_boto3_transfer-1.41.0 → mypy_boto3_transfer-1.42.3}/setup.cfg +0 -0
|
@@ -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.3
|
|
4
|
+
Summary: Type annotations for boto3 Transfer 1.42.3 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.3](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.3' 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.
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 Transfer 1.
|
|
12
|
+
Type annotations for [boto3 Transfer 1.42.3](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.
|
|
75
|
+
`uvx --with 'boto3==1.42.3' 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.
|
|
16
|
-
"Version: 1.
|
|
15
|
+
"Type annotations for boto3 Transfer 1.42.3\n"
|
|
16
|
+
"Version: 1.42.3\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.3\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -81,6 +81,7 @@ __all__ = (
|
|
|
81
81
|
"TransferTableStatusType",
|
|
82
82
|
"WaiterName",
|
|
83
83
|
"WebAppEndpointPolicyType",
|
|
84
|
+
"WebAppEndpointTypeType",
|
|
84
85
|
"WorkflowStepTypeType",
|
|
85
86
|
)
|
|
86
87
|
|
|
@@ -150,6 +151,7 @@ StateType = Literal["OFFLINE", "ONLINE", "STARTING", "START_FAILED", "STOPPING",
|
|
|
150
151
|
TlsSessionResumptionModeType = Literal["DISABLED", "ENABLED", "ENFORCED"]
|
|
151
152
|
TransferTableStatusType = Literal["COMPLETED", "FAILED", "IN_PROGRESS", "QUEUED"]
|
|
152
153
|
WebAppEndpointPolicyType = Literal["FIPS", "STANDARD"]
|
|
154
|
+
WebAppEndpointTypeType = Literal["PUBLIC", "VPC"]
|
|
153
155
|
WorkflowStepTypeType = Literal["COPY", "CUSTOM", "DECRYPT", "DELETE", "TAG"]
|
|
154
156
|
TransferServiceName = Literal["transfer"]
|
|
155
157
|
ServiceName = Literal[
|
|
@@ -247,6 +249,7 @@ ServiceName = Literal[
|
|
|
247
249
|
"comprehend",
|
|
248
250
|
"comprehendmedical",
|
|
249
251
|
"compute-optimizer",
|
|
252
|
+
"compute-optimizer-automation",
|
|
250
253
|
"config",
|
|
251
254
|
"connect",
|
|
252
255
|
"connect-contact-lens",
|
|
@@ -427,6 +430,7 @@ ServiceName = Literal[
|
|
|
427
430
|
"networkmonitor",
|
|
428
431
|
"notifications",
|
|
429
432
|
"notificationscontacts",
|
|
433
|
+
"nova-act",
|
|
430
434
|
"oam",
|
|
431
435
|
"observabilityadmin",
|
|
432
436
|
"odb",
|
|
@@ -437,6 +441,8 @@ ServiceName = Literal[
|
|
|
437
441
|
"osis",
|
|
438
442
|
"outposts",
|
|
439
443
|
"panorama",
|
|
444
|
+
"partnercentral-account",
|
|
445
|
+
"partnercentral-benefits",
|
|
440
446
|
"partnercentral-channel",
|
|
441
447
|
"partnercentral-selling",
|
|
442
448
|
"payment-cryptography",
|
|
@@ -479,6 +485,7 @@ ServiceName = Literal[
|
|
|
479
485
|
"route53-recovery-control-config",
|
|
480
486
|
"route53-recovery-readiness",
|
|
481
487
|
"route53domains",
|
|
488
|
+
"route53globalresolver",
|
|
482
489
|
"route53profiles",
|
|
483
490
|
"route53resolver",
|
|
484
491
|
"rtbfabric",
|
|
@@ -80,6 +80,7 @@ __all__ = (
|
|
|
80
80
|
"TransferTableStatusType",
|
|
81
81
|
"WaiterName",
|
|
82
82
|
"WebAppEndpointPolicyType",
|
|
83
|
+
"WebAppEndpointTypeType",
|
|
83
84
|
"WorkflowStepTypeType",
|
|
84
85
|
)
|
|
85
86
|
|
|
@@ -148,6 +149,7 @@ StateType = Literal["OFFLINE", "ONLINE", "STARTING", "START_FAILED", "STOPPING",
|
|
|
148
149
|
TlsSessionResumptionModeType = Literal["DISABLED", "ENABLED", "ENFORCED"]
|
|
149
150
|
TransferTableStatusType = Literal["COMPLETED", "FAILED", "IN_PROGRESS", "QUEUED"]
|
|
150
151
|
WebAppEndpointPolicyType = Literal["FIPS", "STANDARD"]
|
|
152
|
+
WebAppEndpointTypeType = Literal["PUBLIC", "VPC"]
|
|
151
153
|
WorkflowStepTypeType = Literal["COPY", "CUSTOM", "DECRYPT", "DELETE", "TAG"]
|
|
152
154
|
TransferServiceName = Literal["transfer"]
|
|
153
155
|
ServiceName = Literal[
|
|
@@ -245,6 +247,7 @@ ServiceName = Literal[
|
|
|
245
247
|
"comprehend",
|
|
246
248
|
"comprehendmedical",
|
|
247
249
|
"compute-optimizer",
|
|
250
|
+
"compute-optimizer-automation",
|
|
248
251
|
"config",
|
|
249
252
|
"connect",
|
|
250
253
|
"connect-contact-lens",
|
|
@@ -425,6 +428,7 @@ ServiceName = Literal[
|
|
|
425
428
|
"networkmonitor",
|
|
426
429
|
"notifications",
|
|
427
430
|
"notificationscontacts",
|
|
431
|
+
"nova-act",
|
|
428
432
|
"oam",
|
|
429
433
|
"observabilityadmin",
|
|
430
434
|
"odb",
|
|
@@ -435,6 +439,8 @@ ServiceName = Literal[
|
|
|
435
439
|
"osis",
|
|
436
440
|
"outposts",
|
|
437
441
|
"panorama",
|
|
442
|
+
"partnercentral-account",
|
|
443
|
+
"partnercentral-benefits",
|
|
438
444
|
"partnercentral-channel",
|
|
439
445
|
"partnercentral-selling",
|
|
440
446
|
"payment-cryptography",
|
|
@@ -477,6 +483,7 @@ ServiceName = Literal[
|
|
|
477
483
|
"route53-recovery-control-config",
|
|
478
484
|
"route53-recovery-readiness",
|
|
479
485
|
"route53domains",
|
|
486
|
+
"route53globalresolver",
|
|
480
487
|
"route53profiles",
|
|
481
488
|
"route53resolver",
|
|
482
489
|
"rtbfabric",
|