mypy-boto3-transfer 1.35.72__py3-none-any.whl → 1.35.84__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.
@@ -12,9 +12,9 @@ def print_info() -> None:
12
12
  Print package info to stdout.
13
13
  """
14
14
  print(
15
- "Type annotations for boto3 Transfer 1.35.72\n"
16
- "Version: 1.35.72\n"
17
- "Builder version: 8.5.0\n"
15
+ "Type annotations for boto3 Transfer 1.35.84\n"
16
+ "Version: 1.35.84\n"
17
+ "Builder version: 8.6.4\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"
20
20
  "Other services: https://pypi.org/project/boto3-stubs/\n"
@@ -26,7 +26,7 @@ def print_version() -> None:
26
26
  """
27
27
  Print package version to stdout.
28
28
  """
29
- print("1.35.72")
29
+ print("1.35.84")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -35,6 +35,7 @@ __all__ = (
35
35
  "EncryptionAlgType",
36
36
  "EncryptionTypeType",
37
37
  "EndpointTypeType",
38
+ "EnforceMessageSigningTypeType",
38
39
  "ExecutionErrorTypeType",
39
40
  "ExecutionStatusType",
40
41
  "HomeDirectoryTypeType",
@@ -57,6 +58,8 @@ __all__ = (
57
58
  "MdnSigningAlgType",
58
59
  "OverwriteExistingType",
59
60
  "PaginatorName",
61
+ "PreserveContentTypeType",
62
+ "PreserveFilenameTypeType",
60
63
  "ProfileTypeType",
61
64
  "ProtocolType",
62
65
  "RegionName",
@@ -90,6 +93,7 @@ DomainType = Literal["EFS", "S3"]
90
93
  EncryptionAlgType = Literal["AES128_CBC", "AES192_CBC", "AES256_CBC", "DES_EDE3_CBC", "NONE"]
91
94
  EncryptionTypeType = Literal["PGP"]
92
95
  EndpointTypeType = Literal["PUBLIC", "VPC", "VPC_ENDPOINT"]
96
+ EnforceMessageSigningTypeType = Literal["DISABLED", "ENABLED"]
93
97
  ExecutionErrorTypeType = Literal[
94
98
  "ALREADY_EXISTS",
95
99
  "BAD_REQUEST",
@@ -122,6 +126,8 @@ MapTypeType = Literal["DIRECTORY", "FILE"]
122
126
  MdnResponseType = Literal["NONE", "SYNC"]
123
127
  MdnSigningAlgType = Literal["DEFAULT", "NONE", "SHA1", "SHA256", "SHA384", "SHA512"]
124
128
  OverwriteExistingType = Literal["FALSE", "TRUE"]
129
+ PreserveContentTypeType = Literal["DISABLED", "ENABLED"]
130
+ PreserveFilenameTypeType = Literal["DISABLED", "ENABLED"]
125
131
  ProfileTypeType = Literal["LOCAL", "PARTNER"]
126
132
  ProtocolType = Literal["AS2", "FTP", "FTPS", "SFTP"]
127
133
  SecurityPolicyProtocolType = Literal["FTPS", "SFTP"]
@@ -173,12 +179,15 @@ ServiceName = Literal[
173
179
  "b2bi",
174
180
  "backup",
175
181
  "backup-gateway",
182
+ "backupsearch",
176
183
  "batch",
177
184
  "bcm-data-exports",
178
185
  "bcm-pricing-calculator",
179
186
  "bedrock",
180
187
  "bedrock-agent",
181
188
  "bedrock-agent-runtime",
189
+ "bedrock-data-automation",
190
+ "bedrock-data-automation-runtime",
182
191
  "bedrock-runtime",
183
192
  "billing",
184
193
  "billingconductor",
@@ -256,6 +265,7 @@ ServiceName = Literal[
256
265
  "drs",
257
266
  "ds",
258
267
  "ds-data",
268
+ "dsql",
259
269
  "dynamodb",
260
270
  "dynamodbstreams",
261
271
  "ebs",
@@ -466,6 +476,7 @@ ServiceName = Literal[
466
476
  "s3",
467
477
  "s3control",
468
478
  "s3outposts",
479
+ "s3tables",
469
480
  "sagemaker",
470
481
  "sagemaker-a2i-runtime",
471
482
  "sagemaker-edge",
@@ -34,6 +34,7 @@ __all__ = (
34
34
  "EncryptionAlgType",
35
35
  "EncryptionTypeType",
36
36
  "EndpointTypeType",
37
+ "EnforceMessageSigningTypeType",
37
38
  "ExecutionErrorTypeType",
38
39
  "ExecutionStatusType",
39
40
  "HomeDirectoryTypeType",
@@ -56,6 +57,8 @@ __all__ = (
56
57
  "MdnSigningAlgType",
57
58
  "OverwriteExistingType",
58
59
  "PaginatorName",
60
+ "PreserveContentTypeType",
61
+ "PreserveFilenameTypeType",
59
62
  "ProfileTypeType",
60
63
  "ProtocolType",
61
64
  "RegionName",
@@ -88,6 +91,7 @@ DomainType = Literal["EFS", "S3"]
88
91
  EncryptionAlgType = Literal["AES128_CBC", "AES192_CBC", "AES256_CBC", "DES_EDE3_CBC", "NONE"]
89
92
  EncryptionTypeType = Literal["PGP"]
90
93
  EndpointTypeType = Literal["PUBLIC", "VPC", "VPC_ENDPOINT"]
94
+ EnforceMessageSigningTypeType = Literal["DISABLED", "ENABLED"]
91
95
  ExecutionErrorTypeType = Literal[
92
96
  "ALREADY_EXISTS",
93
97
  "BAD_REQUEST",
@@ -120,6 +124,8 @@ MapTypeType = Literal["DIRECTORY", "FILE"]
120
124
  MdnResponseType = Literal["NONE", "SYNC"]
121
125
  MdnSigningAlgType = Literal["DEFAULT", "NONE", "SHA1", "SHA256", "SHA384", "SHA512"]
122
126
  OverwriteExistingType = Literal["FALSE", "TRUE"]
127
+ PreserveContentTypeType = Literal["DISABLED", "ENABLED"]
128
+ PreserveFilenameTypeType = Literal["DISABLED", "ENABLED"]
123
129
  ProfileTypeType = Literal["LOCAL", "PARTNER"]
124
130
  ProtocolType = Literal["AS2", "FTP", "FTPS", "SFTP"]
125
131
  SecurityPolicyProtocolType = Literal["FTPS", "SFTP"]
@@ -171,12 +177,15 @@ ServiceName = Literal[
171
177
  "b2bi",
172
178
  "backup",
173
179
  "backup-gateway",
180
+ "backupsearch",
174
181
  "batch",
175
182
  "bcm-data-exports",
176
183
  "bcm-pricing-calculator",
177
184
  "bedrock",
178
185
  "bedrock-agent",
179
186
  "bedrock-agent-runtime",
187
+ "bedrock-data-automation",
188
+ "bedrock-data-automation-runtime",
180
189
  "bedrock-runtime",
181
190
  "billing",
182
191
  "billingconductor",
@@ -254,6 +263,7 @@ ServiceName = Literal[
254
263
  "drs",
255
264
  "ds",
256
265
  "ds-data",
266
+ "dsql",
257
267
  "dynamodb",
258
268
  "dynamodbstreams",
259
269
  "ebs",
@@ -464,6 +474,7 @@ ServiceName = Literal[
464
474
  "s3",
465
475
  "s3control",
466
476
  "s3outposts",
477
+ "s3tables",
467
478
  "sagemaker",
468
479
  "sagemaker-a2i-runtime",
469
480
  "sagemaker-edge",
@@ -31,6 +31,7 @@ from .literals import (
31
31
  DomainType,
32
32
  EncryptionAlgType,
33
33
  EndpointTypeType,
34
+ EnforceMessageSigningTypeType,
34
35
  ExecutionErrorTypeType,
35
36
  ExecutionStatusType,
36
37
  HomeDirectoryTypeType,
@@ -39,6 +40,8 @@ from .literals import (
39
40
  MdnResponseType,
40
41
  MdnSigningAlgType,
41
42
  OverwriteExistingType,
43
+ PreserveContentTypeType,
44
+ PreserveFilenameTypeType,
42
45
  ProfileTypeType,
43
46
  ProtocolType,
44
47
  SecurityPolicyProtocolType,
@@ -285,6 +288,7 @@ class As2ConnectorConfigTypeDef(TypedDict):
285
288
  MdnSigningAlgorithm: NotRequired[MdnSigningAlgType]
286
289
  MdnResponse: NotRequired[MdnResponseType]
287
290
  BasicAuthSecretId: NotRequired[str]
291
+ PreserveContentType: NotRequired[PreserveContentTypeType]
288
292
 
289
293
 
290
294
  BlobTypeDef = Union[str, bytes, IO[Any], StreamingBody]
@@ -840,6 +844,8 @@ class UpdateAgreementRequestRequestTypeDef(TypedDict):
840
844
  PartnerProfileId: NotRequired[str]
841
845
  BaseDirectory: NotRequired[str]
842
846
  AccessRole: NotRequired[str]
847
+ PreserveFilename: NotRequired[PreserveFilenameTypeType]
848
+ EnforceMessageSigning: NotRequired[EnforceMessageSigningTypeType]
843
849
 
844
850
 
845
851
  class UpdateHostKeyRequestRequestTypeDef(TypedDict):
@@ -1066,6 +1072,8 @@ class CreateAgreementRequestRequestTypeDef(TypedDict):
1066
1072
  Description: NotRequired[str]
1067
1073
  Status: NotRequired[AgreementStatusTypeType]
1068
1074
  Tags: NotRequired[Sequence[TagTypeDef]]
1075
+ PreserveFilename: NotRequired[PreserveFilenameTypeType]
1076
+ EnforceMessageSigning: NotRequired[EnforceMessageSigningTypeType]
1069
1077
 
1070
1078
 
1071
1079
  class CreateProfileRequestRequestTypeDef(TypedDict):
@@ -1099,6 +1107,8 @@ class DescribedAgreementTypeDef(TypedDict):
1099
1107
  BaseDirectory: NotRequired[str]
1100
1108
  AccessRole: NotRequired[str]
1101
1109
  Tags: NotRequired[List[TagTypeDef]]
1110
+ PreserveFilename: NotRequired[PreserveFilenameTypeType]
1111
+ EnforceMessageSigning: NotRequired[EnforceMessageSigningTypeType]
1102
1112
 
1103
1113
 
1104
1114
  DescribedCertificateTypeDef = TypedDict(
@@ -31,6 +31,7 @@ from .literals import (
31
31
  DomainType,
32
32
  EncryptionAlgType,
33
33
  EndpointTypeType,
34
+ EnforceMessageSigningTypeType,
34
35
  ExecutionErrorTypeType,
35
36
  ExecutionStatusType,
36
37
  HomeDirectoryTypeType,
@@ -39,6 +40,8 @@ from .literals import (
39
40
  MdnResponseType,
40
41
  MdnSigningAlgType,
41
42
  OverwriteExistingType,
43
+ PreserveContentTypeType,
44
+ PreserveFilenameTypeType,
42
45
  ProfileTypeType,
43
46
  ProtocolType,
44
47
  SecurityPolicyProtocolType,
@@ -283,6 +286,7 @@ class As2ConnectorConfigTypeDef(TypedDict):
283
286
  MdnSigningAlgorithm: NotRequired[MdnSigningAlgType]
284
287
  MdnResponse: NotRequired[MdnResponseType]
285
288
  BasicAuthSecretId: NotRequired[str]
289
+ PreserveContentType: NotRequired[PreserveContentTypeType]
286
290
 
287
291
  BlobTypeDef = Union[str, bytes, IO[Any], StreamingBody]
288
292
 
@@ -746,6 +750,8 @@ class UpdateAgreementRequestRequestTypeDef(TypedDict):
746
750
  PartnerProfileId: NotRequired[str]
747
751
  BaseDirectory: NotRequired[str]
748
752
  AccessRole: NotRequired[str]
753
+ PreserveFilename: NotRequired[PreserveFilenameTypeType]
754
+ EnforceMessageSigning: NotRequired[EnforceMessageSigningTypeType]
749
755
 
750
756
  class UpdateHostKeyRequestRequestTypeDef(TypedDict):
751
757
  ServerId: str
@@ -935,6 +941,8 @@ class CreateAgreementRequestRequestTypeDef(TypedDict):
935
941
  Description: NotRequired[str]
936
942
  Status: NotRequired[AgreementStatusTypeType]
937
943
  Tags: NotRequired[Sequence[TagTypeDef]]
944
+ PreserveFilename: NotRequired[PreserveFilenameTypeType]
945
+ EnforceMessageSigning: NotRequired[EnforceMessageSigningTypeType]
938
946
 
939
947
  class CreateProfileRequestRequestTypeDef(TypedDict):
940
948
  As2Id: str
@@ -965,6 +973,8 @@ class DescribedAgreementTypeDef(TypedDict):
965
973
  BaseDirectory: NotRequired[str]
966
974
  AccessRole: NotRequired[str]
967
975
  Tags: NotRequired[List[TagTypeDef]]
976
+ PreserveFilename: NotRequired[PreserveFilenameTypeType]
977
+ EnforceMessageSigning: NotRequired[EnforceMessageSigningTypeType]
968
978
 
969
979
  DescribedCertificateTypeDef = TypedDict(
970
980
  "DescribedCertificateTypeDef",
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2024 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.35.72"
7
+ __version__ = "1.35.84"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-transfer
3
- Version: 1.35.72
4
- Summary: Type annotations for boto3 Transfer 1.35.72 service generated with mypy-boto3-builder 8.5.0
3
+ Version: 1.35.84
4
+ Summary: Type annotations for boto3 Transfer 1.35.84 service generated with mypy-boto3-builder 8.6.4
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.12"
43
43
 
44
44
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
45
45
 
46
- Type annotations for [boto3 Transfer 1.35.72](https://pypi.org/project/boto3/)
46
+ Type annotations for [boto3 Transfer 1.35.84](https://pypi.org/project/boto3/)
47
47
  compatible with [VSCode](https://code.visualstudio.com/),
48
48
  [PyCharm](https://www.jetbrains.com/pycharm/),
49
49
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -51,8 +51,8 @@ compatible with [VSCode](https://code.visualstudio.com/),
51
51
  [mypy](https://github.com/python/mypy),
52
52
  [pyright](https://github.com/microsoft/pyright) and other tools.
53
53
 
54
- Generated by
55
- [mypy-boto3-builder 8.5.0](https://github.com/youtype/mypy_boto3_builder).
54
+ Generated with
55
+ [mypy-boto3-builder 8.6.4](https://github.com/youtype/mypy_boto3_builder).
56
56
 
57
57
  More information can be found on
58
58
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -64,6 +64,7 @@ See how it helps you find and fix potential bugs:
64
64
 
65
65
  - [mypy-boto3-transfer](#mypy-boto3-transfer)
66
66
  - [How to install](#how-to-install)
67
+ - [Generate locally (recommended)](<#generate-locally-(recommended)>)
67
68
  - [VSCode extension](#vscode-extension)
68
69
  - [From PyPI with pip](#from-pypi-with-pip)
69
70
  - [How to uninstall](#how-to-uninstall)
@@ -95,6 +96,21 @@ See how it helps you find and fix potential bugs:
95
96
 
96
97
  ## How to install
97
98
 
99
+ <a id="generate-locally-(recommended)"></a>
100
+
101
+ ### Generate locally (recommended)
102
+
103
+ You can generate type annotations for `boto3` package locally with
104
+ `mypy_boto3_builder`. Use
105
+ [uv](https://docs.astral.sh/uv/getting-started/installation/) for build
106
+ isolation.
107
+
108
+ 1. Run mypy-boto3-builder in your package root directory:
109
+ `uvx --with 'boto3==1.35.84' mypy_boto3_builder`
110
+ 2. Select `boto3 (legacy boto3-stubs)` AWS SDK.
111
+ 3. Add `Transfer` service.
112
+ 4. Use provided commands to install generated packages.
113
+
98
114
  <a id="vscode-extension"></a>
99
115
 
100
116
  ### VSCode extension
@@ -115,12 +131,10 @@ Install `boto3-stubs` for `Transfer` service.
115
131
  # install with boto3 type annotations
116
132
  python -m pip install 'boto3-stubs[transfer]'
117
133
 
118
-
119
134
  # Lite version does not provide session.client/resource overloads
120
135
  # it is more RAM-friendly, but requires explicit type annotations
121
136
  python -m pip install 'boto3-stubs-lite[transfer]'
122
137
 
123
-
124
138
  # standalone installation
125
139
  python -m pip install mypy-boto3-transfer
126
140
  ```
@@ -1,20 +1,20 @@
1
1
  mypy_boto3_transfer/__init__.py,sha256=okE0iW5bzWS4WtCUwdU09Kg7k1g-prkNe3VstU92ebs,3308
2
2
  mypy_boto3_transfer/__init__.pyi,sha256=5zGYXb2iTUKG74GUurE3ChKmB_FCEI9CJGFDicMOGmk,3307
3
- mypy_boto3_transfer/__main__.py,sha256=3h2H3VFPcqaRlOZialy3tpJGdyuxcsx3RfpWaFuCeDI,953
3
+ mypy_boto3_transfer/__main__.py,sha256=PmDeHHqLZNkP87FZxkthYy_0K56OBCz4mWpAkgcWICY,953
4
4
  mypy_boto3_transfer/client.py,sha256=saAqjLtX1sYIoyyKulyleax8unBXcq1XSdx5aWRNCUI,53024
5
5
  mypy_boto3_transfer/client.pyi,sha256=LEI39Js0thA_0qpA5TNENFHAxG96yT2nN6KluwsONY0,53020
6
- mypy_boto3_transfer/literals.py,sha256=29-LFCxa29XmQAjWSnzmKg9JNLKHAscmpa6nGvuluik,14159
7
- mypy_boto3_transfer/literals.pyi,sha256=oH3oNWfKOgh8PxcYJmNeDjqo-Er_iG-inLZUK8htLs8,14157
6
+ mypy_boto3_transfer/literals.py,sha256=_ciH9yR9vQWIXBy2ef9G0FbTfP_YBR1n-NYFOltrftc,14555
7
+ mypy_boto3_transfer/literals.pyi,sha256=wYPDCNEaRiiMLGeZobFer5fYw7n2uEzkcnaF0Q9bDYg,14553
8
8
  mypy_boto3_transfer/paginator.py,sha256=IrNNvdakij4ylmuseK3x7RW3qncKO-5bxHxFJGy8DUk,15945
9
9
  mypy_boto3_transfer/paginator.pyi,sha256=4bmqnUboFj3WUa69YsbHgnehWaY0kPNrFe7ukpuRBzw,15916
10
10
  mypy_boto3_transfer/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- mypy_boto3_transfer/type_defs.py,sha256=_tbRKuz35QQFGvkViXB2Dk56e-4iLVsPG7xdE_GAS-A,48395
12
- mypy_boto3_transfer/type_defs.pyi,sha256=iQY5L9YDpdZvgCBENJe-SBki5N_WvxSkB8snaaV2uTE,48184
13
- mypy_boto3_transfer/version.py,sha256=YQeegutf73cmLwsZE7d3vYIjpKh09ERGKV08ssq8iHk,93
11
+ mypy_boto3_transfer/type_defs.py,sha256=0wALrEdQEg6uw8AV0cXmeTC-GCtrtfFs5QjxtTwya_s,48941
12
+ mypy_boto3_transfer/type_defs.pyi,sha256=dgJc1Hz4FG86CyriWRfOfrIR5IeKeYbvN5CEkGCXSCQ,48730
13
+ mypy_boto3_transfer/version.py,sha256=vDJjYq_Ebvy9WozQ8tBQcKjuUQrg_uGQcZsc1LyYv-E,93
14
14
  mypy_boto3_transfer/waiter.py,sha256=CqbcOsdjkpk_ft8BRwRC3xxRI8eG-XiBurH-iEJtZZU,2587
15
15
  mypy_boto3_transfer/waiter.pyi,sha256=PrPrhwMiD5htR6QwZv18NmX1NjuHFmKPztX56XeThIA,2582
16
- mypy_boto3_transfer-1.35.72.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
17
- mypy_boto3_transfer-1.35.72.dist-info/METADATA,sha256=hpkerA3HWTDdBbJpwB5pC3dOrU7rXdBqML56y45WXZ4,16234
18
- mypy_boto3_transfer-1.35.72.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
19
- mypy_boto3_transfer-1.35.72.dist-info/top_level.txt,sha256=mncof3SzY8eCafPLvBkKLLXMmqfJaw-PB_gBYRhC-Kk,20
20
- mypy_boto3_transfer-1.35.72.dist-info/RECORD,,
16
+ mypy_boto3_transfer-1.35.84.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
17
+ mypy_boto3_transfer-1.35.84.dist-info/METADATA,sha256=TbIrQvBnccPgW5jWdgKIsJc0IfGUX4UcUoeLQqtvyHU,16808
18
+ mypy_boto3_transfer-1.35.84.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
19
+ mypy_boto3_transfer-1.35.84.dist-info/top_level.txt,sha256=mncof3SzY8eCafPLvBkKLLXMmqfJaw-PB_gBYRhC-Kk,20
20
+ mypy_boto3_transfer-1.35.84.dist-info/RECORD,,