mypy-boto3-transfer 1.36.6__py3-none-any.whl → 1.37.24__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 +4 -2
- mypy_boto3_transfer/__init__.pyi +4 -2
- mypy_boto3_transfer/__main__.py +4 -4
- mypy_boto3_transfer/client.py +140 -146
- mypy_boto3_transfer/client.pyi +140 -146
- mypy_boto3_transfer/literals.py +6 -3
- mypy_boto3_transfer/literals.pyi +6 -3
- mypy_boto3_transfer/paginator.py +2 -2
- mypy_boto3_transfer/paginator.pyi +2 -2
- mypy_boto3_transfer/type_defs.py +292 -261
- mypy_boto3_transfer/type_defs.pyi +275 -250
- mypy_boto3_transfer/version.py +1 -1
- mypy_boto3_transfer/waiter.py +4 -4
- mypy_boto3_transfer/waiter.pyi +4 -4
- {mypy_boto3_transfer-1.36.6.dist-info → mypy_boto3_transfer-1.37.24.dist-info}/METADATA +14 -9
- mypy_boto3_transfer-1.37.24.dist-info/RECORD +20 -0
- {mypy_boto3_transfer-1.36.6.dist-info → mypy_boto3_transfer-1.37.24.dist-info}/WHEEL +1 -1
- mypy_boto3_transfer-1.36.6.dist-info/RECORD +0 -20
- {mypy_boto3_transfer-1.36.6.dist-info → mypy_boto3_transfer-1.37.24.dist-info/licenses}/LICENSE +0 -0
- {mypy_boto3_transfer-1.36.6.dist-info → mypy_boto3_transfer-1.37.24.dist-info}/top_level.txt +0 -0
mypy_boto3_transfer/literals.py
CHANGED
|
@@ -3,6 +3,8 @@ 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 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
@@ -10,8 +12,6 @@ Usage::
|
|
|
10
12
|
|
|
11
13
|
data: AgreementStatusTypeType = "ACTIVE"
|
|
12
14
|
```
|
|
13
|
-
|
|
14
|
-
Copyright 2025 Vlad Emelianov
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
17
|
import sys
|
|
@@ -77,6 +77,7 @@ __all__ = (
|
|
|
77
77
|
"TransferServiceName",
|
|
78
78
|
"TransferTableStatusType",
|
|
79
79
|
"WaiterName",
|
|
80
|
+
"WebAppEndpointPolicyType",
|
|
80
81
|
"WorkflowStepTypeType",
|
|
81
82
|
)
|
|
82
83
|
|
|
@@ -142,6 +143,7 @@ SigningAlgType = Literal["NONE", "SHA1", "SHA256", "SHA384", "SHA512"]
|
|
|
142
143
|
StateType = Literal["OFFLINE", "ONLINE", "STARTING", "START_FAILED", "STOPPING", "STOP_FAILED"]
|
|
143
144
|
TlsSessionResumptionModeType = Literal["DISABLED", "ENABLED", "ENFORCED"]
|
|
144
145
|
TransferTableStatusType = Literal["COMPLETED", "FAILED", "IN_PROGRESS", "QUEUED"]
|
|
146
|
+
WebAppEndpointPolicyType = Literal["FIPS", "STANDARD"]
|
|
145
147
|
WorkflowStepTypeType = Literal["COPY", "CUSTOM", "DECRYPT", "DELETE", "TAG"]
|
|
146
148
|
TransferServiceName = Literal["transfer"]
|
|
147
149
|
ServiceName = Literal[
|
|
@@ -277,7 +279,6 @@ ServiceName = Literal[
|
|
|
277
279
|
"efs",
|
|
278
280
|
"eks",
|
|
279
281
|
"eks-auth",
|
|
280
|
-
"elastic-inference",
|
|
281
282
|
"elasticache",
|
|
282
283
|
"elasticbeanstalk",
|
|
283
284
|
"elastictranscoder",
|
|
@@ -301,6 +302,7 @@ ServiceName = Literal[
|
|
|
301
302
|
"freetier",
|
|
302
303
|
"fsx",
|
|
303
304
|
"gamelift",
|
|
305
|
+
"gameliftstreams",
|
|
304
306
|
"geo-maps",
|
|
305
307
|
"geo-places",
|
|
306
308
|
"geo-routes",
|
|
@@ -326,6 +328,7 @@ ServiceName = Literal[
|
|
|
326
328
|
"iot",
|
|
327
329
|
"iot-data",
|
|
328
330
|
"iot-jobs-data",
|
|
331
|
+
"iot-managed-integrations",
|
|
329
332
|
"iotanalytics",
|
|
330
333
|
"iotdeviceadvisor",
|
|
331
334
|
"iotevents",
|
mypy_boto3_transfer/literals.pyi
CHANGED
|
@@ -3,6 +3,8 @@ 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 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
@@ -10,8 +12,6 @@ Usage::
|
|
|
10
12
|
|
|
11
13
|
data: AgreementStatusTypeType = "ACTIVE"
|
|
12
14
|
```
|
|
13
|
-
|
|
14
|
-
Copyright 2025 Vlad Emelianov
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
17
|
import sys
|
|
@@ -76,6 +76,7 @@ __all__ = (
|
|
|
76
76
|
"TransferServiceName",
|
|
77
77
|
"TransferTableStatusType",
|
|
78
78
|
"WaiterName",
|
|
79
|
+
"WebAppEndpointPolicyType",
|
|
79
80
|
"WorkflowStepTypeType",
|
|
80
81
|
)
|
|
81
82
|
|
|
@@ -140,6 +141,7 @@ SigningAlgType = Literal["NONE", "SHA1", "SHA256", "SHA384", "SHA512"]
|
|
|
140
141
|
StateType = Literal["OFFLINE", "ONLINE", "STARTING", "START_FAILED", "STOPPING", "STOP_FAILED"]
|
|
141
142
|
TlsSessionResumptionModeType = Literal["DISABLED", "ENABLED", "ENFORCED"]
|
|
142
143
|
TransferTableStatusType = Literal["COMPLETED", "FAILED", "IN_PROGRESS", "QUEUED"]
|
|
144
|
+
WebAppEndpointPolicyType = Literal["FIPS", "STANDARD"]
|
|
143
145
|
WorkflowStepTypeType = Literal["COPY", "CUSTOM", "DECRYPT", "DELETE", "TAG"]
|
|
144
146
|
TransferServiceName = Literal["transfer"]
|
|
145
147
|
ServiceName = Literal[
|
|
@@ -275,7 +277,6 @@ ServiceName = Literal[
|
|
|
275
277
|
"efs",
|
|
276
278
|
"eks",
|
|
277
279
|
"eks-auth",
|
|
278
|
-
"elastic-inference",
|
|
279
280
|
"elasticache",
|
|
280
281
|
"elasticbeanstalk",
|
|
281
282
|
"elastictranscoder",
|
|
@@ -299,6 +300,7 @@ ServiceName = Literal[
|
|
|
299
300
|
"freetier",
|
|
300
301
|
"fsx",
|
|
301
302
|
"gamelift",
|
|
303
|
+
"gameliftstreams",
|
|
302
304
|
"geo-maps",
|
|
303
305
|
"geo-places",
|
|
304
306
|
"geo-routes",
|
|
@@ -324,6 +326,7 @@ ServiceName = Literal[
|
|
|
324
326
|
"iot",
|
|
325
327
|
"iot-data",
|
|
326
328
|
"iot-jobs-data",
|
|
329
|
+
"iot-managed-integrations",
|
|
327
330
|
"iotanalytics",
|
|
328
331
|
"iotdeviceadvisor",
|
|
329
332
|
"iotevents",
|
mypy_boto3_transfer/paginator.py
CHANGED
|
@@ -3,6 +3,8 @@ Type annotations for transfer service client paginators.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/paginators/)
|
|
5
5
|
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
@@ -42,8 +44,6 @@ Usage::
|
|
|
42
44
|
list_web_apps_paginator: ListWebAppsPaginator = client.get_paginator("list_web_apps")
|
|
43
45
|
list_workflows_paginator: ListWorkflowsPaginator = client.get_paginator("list_workflows")
|
|
44
46
|
```
|
|
45
|
-
|
|
46
|
-
Copyright 2025 Vlad Emelianov
|
|
47
47
|
"""
|
|
48
48
|
|
|
49
49
|
from __future__ import annotations
|
|
@@ -3,6 +3,8 @@ Type annotations for transfer service client paginators.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/paginators/)
|
|
5
5
|
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
@@ -42,8 +44,6 @@ Usage::
|
|
|
42
44
|
list_web_apps_paginator: ListWebAppsPaginator = client.get_paginator("list_web_apps")
|
|
43
45
|
list_workflows_paginator: ListWorkflowsPaginator = client.get_paginator("list_workflows")
|
|
44
46
|
```
|
|
45
|
-
|
|
46
|
-
Copyright 2025 Vlad Emelianov
|
|
47
47
|
"""
|
|
48
48
|
|
|
49
49
|
from __future__ import annotations
|