mypy-boto3-transfer 1.34.18__py3-none-any.whl → 1.34.59__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.
@@ -10,12 +10,13 @@ def print_info() -> None:
10
10
  Print package info to stdout.
11
11
  """
12
12
  print(
13
- "Type annotations for boto3.Transfer 1.34.18\nVersion: 1.34.18\nBuilder version:"
14
- " 7.23.1\nDocs: "
15
- " https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer//\nBoto3 docs: "
16
- " https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer\nOther"
17
- " services: https://pypi.org/project/boto3-stubs/\nChangelog: "
18
- " https://github.com/youtype/mypy_boto3_builder/releases"
13
+ "Type annotations for boto3.Transfer 1.34.59\n"
14
+ "Version: 1.34.59\n"
15
+ "Builder version: 7.23.2\n"
16
+ "Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer//\n"
17
+ "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer\n"
18
+ "Other services: https://pypi.org/project/boto3-stubs/\n"
19
+ "Changelog: https://github.com/youtype/mypy_boto3_builder/releases"
19
20
  )
20
21
 
21
22
 
@@ -23,7 +24,7 @@ def print_version() -> None:
23
24
  """
24
25
  Print package version to stdout.
25
26
  """
26
- print("1.34.18")
27
+ print("1.34.59")
27
28
 
28
29
 
29
30
  def main() -> None:
@@ -78,7 +78,7 @@ CompressionEnumType = Literal["DISABLED", "ZLIB"]
78
78
  CustomStepStatusType = Literal["FAILURE", "SUCCESS"]
79
79
  DirectoryListingOptimizationType = Literal["DISABLED", "ENABLED"]
80
80
  DomainType = Literal["EFS", "S3"]
81
- EncryptionAlgType = Literal["AES128_CBC", "AES192_CBC", "AES256_CBC", "NONE"]
81
+ EncryptionAlgType = Literal["AES128_CBC", "AES192_CBC", "AES256_CBC", "DES_EDE3_CBC", "NONE"]
82
82
  EncryptionTypeType = Literal["PGP"]
83
83
  EndpointTypeType = Literal["PUBLIC", "VPC", "VPC_ENDPOINT"]
84
84
  ExecutionErrorTypeType = Literal[
@@ -150,6 +150,7 @@ ServiceName = Literal[
150
150
  "appstream",
151
151
  "appsync",
152
152
  "arc-zonal-shift",
153
+ "artifact",
153
154
  "athena",
154
155
  "auditmanager",
155
156
  "autoscaling",
@@ -168,6 +169,7 @@ ServiceName = Literal[
168
169
  "braket",
169
170
  "budgets",
170
171
  "ce",
172
+ "chatbot",
171
173
  "chime",
172
174
  "chime-sdk-identity",
173
175
  "chime-sdk-media-pipelines",
@@ -78,7 +78,7 @@ CompressionEnumType = Literal["DISABLED", "ZLIB"]
78
78
  CustomStepStatusType = Literal["FAILURE", "SUCCESS"]
79
79
  DirectoryListingOptimizationType = Literal["DISABLED", "ENABLED"]
80
80
  DomainType = Literal["EFS", "S3"]
81
- EncryptionAlgType = Literal["AES128_CBC", "AES192_CBC", "AES256_CBC", "NONE"]
81
+ EncryptionAlgType = Literal["AES128_CBC", "AES192_CBC", "AES256_CBC", "DES_EDE3_CBC", "NONE"]
82
82
  EncryptionTypeType = Literal["PGP"]
83
83
  EndpointTypeType = Literal["PUBLIC", "VPC", "VPC_ENDPOINT"]
84
84
  ExecutionErrorTypeType = Literal[
@@ -150,6 +150,7 @@ ServiceName = Literal[
150
150
  "appstream",
151
151
  "appsync",
152
152
  "arc-zonal-shift",
153
+ "artifact",
153
154
  "athena",
154
155
  "auditmanager",
155
156
  "autoscaling",
@@ -168,6 +169,7 @@ ServiceName = Literal[
168
169
  "braket",
169
170
  "budgets",
170
171
  "ce",
172
+ "chatbot",
171
173
  "chime",
172
174
  "chime-sdk-identity",
173
175
  "chime-sdk-media-pipelines",
@@ -267,10 +267,10 @@ ResponseMetadataTypeDef = TypedDict(
267
267
  "ResponseMetadataTypeDef",
268
268
  {
269
269
  "RequestId": str,
270
- "HostId": str,
271
270
  "HTTPStatusCode": int,
272
271
  "HTTPHeaders": Dict[str, str],
273
272
  "RetryAttempts": int,
273
+ "HostId": NotRequired[str],
274
274
  },
275
275
  )
276
276
  TagTypeDef = TypedDict(
@@ -267,10 +267,10 @@ ResponseMetadataTypeDef = TypedDict(
267
267
  "ResponseMetadataTypeDef",
268
268
  {
269
269
  "RequestId": str,
270
- "HostId": str,
271
270
  "HTTPStatusCode": int,
272
271
  "HTTPHeaders": Dict[str, str],
273
272
  "RetryAttempts": int,
273
+ "HostId": NotRequired[str],
274
274
  },
275
275
  )
276
276
  TagTypeDef = TypedDict(
@@ -2,4 +2,4 @@
2
2
  Source of truth for version.
3
3
  """
4
4
 
5
- __version__ = "1.34.18"
5
+ __version__ = "1.34.59"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-transfer
3
- Version: 1.34.18
4
- Summary: Type annotations for boto3.Transfer 1.34.18 service generated with mypy-boto3-builder 7.23.1
3
+ Version: 1.34.59
4
+ Summary: Type annotations for boto3.Transfer 1.34.59 service generated with mypy-boto3-builder 7.23.2
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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
44
 
45
45
  Type annotations for
46
- [boto3.Transfer 1.34.18](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer)
46
+ [boto3.Transfer 1.34.59](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer)
47
47
  service compatible with [VSCode](https://code.visualstudio.com/),
48
48
  [PyCharm](https://www.jetbrains.com/pycharm/),
49
49
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -52,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
52
52
  [pyright](https://github.com/microsoft/pyright) and other tools.
53
53
 
54
54
  Generated by
55
- [mypy-boto3-builder 7.23.1](https://github.com/youtype/mypy_boto3_builder).
55
+ [mypy-boto3-builder 7.23.2](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
@@ -1,20 +1,20 @@
1
1
  mypy_boto3_transfer/__init__.py,sha256=7s1QISzwzsnzQHCfQvKCVBlPmRIKBl0DKPIWKK0x-cw,2854
2
2
  mypy_boto3_transfer/__init__.pyi,sha256=7s1QISzwzsnzQHCfQvKCVBlPmRIKBl0DKPIWKK0x-cw,2854
3
- mypy_boto3_transfer/__main__.py,sha256=70CqRXKveae4JoZiJPc-Gn6JbvtsuCrz_LMQQ7uBBwg,912
3
+ mypy_boto3_transfer/__main__.py,sha256=Elr6rmVI4ra5XqMsL3P7ZwC5eG5Lo7YYfdysRhP4N8Q,923
4
4
  mypy_boto3_transfer/client.py,sha256=eZw0wnOMjfVEWfAGbHPCqJHF1yrI60ovp1MJqaubL8o,47383
5
5
  mypy_boto3_transfer/client.pyi,sha256=-hymwZWa6L5Qj6L_evxLbLD3rL9z7lpj0IW9BHX7DVE,47380
6
- mypy_boto3_transfer/literals.py,sha256=wPxICcNak4BxEzqvFfr1ldNmc3Q57Iz8SEWs3DqVvnM,12994
7
- mypy_boto3_transfer/literals.pyi,sha256=wPxICcNak4BxEzqvFfr1ldNmc3Q57Iz8SEWs3DqVvnM,12994
6
+ mypy_boto3_transfer/literals.py,sha256=b_6meyt64w0mdfPhe3ZpLY_8iDj1Oit5GbBGyjTUCzk,13041
7
+ mypy_boto3_transfer/literals.pyi,sha256=b_6meyt64w0mdfPhe3ZpLY_8iDj1Oit5GbBGyjTUCzk,13041
8
8
  mypy_boto3_transfer/paginator.py,sha256=t0lcr_Cx89mq1B6Ml9qaudTxB9i0E4v-I1BR9J371XI,12188
9
9
  mypy_boto3_transfer/paginator.pyi,sha256=1PAa9ndIE9WPuNuDlG9f2J4qvmZ9cE2uZfkbGtqUKPU,12176
10
10
  mypy_boto3_transfer/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- mypy_boto3_transfer/type_defs.py,sha256=InCY6v9afi4ouThne0rM210DQ0up2HjiV0Cse2lUz7g,51259
12
- mypy_boto3_transfer/type_defs.pyi,sha256=InCY6v9afi4ouThne0rM210DQ0up2HjiV0Cse2lUz7g,51259
13
- mypy_boto3_transfer/version.py,sha256=3xF8kpfKBGYqxdl0XjTp1Yxs344TS8bx6Hjur3Z02So,62
11
+ mypy_boto3_transfer/type_defs.py,sha256=_WZo0YNp8nbXdAGIu9z13TG93l9r4qtGOdoYDVJ7J9o,51272
12
+ mypy_boto3_transfer/type_defs.pyi,sha256=_WZo0YNp8nbXdAGIu9z13TG93l9r4qtGOdoYDVJ7J9o,51272
13
+ mypy_boto3_transfer/version.py,sha256=lrWYu2KCRuOxPD0ElgxZMfGnkkaxCD94YhVIe1QsWCg,62
14
14
  mypy_boto3_transfer/waiter.py,sha256=i3jL0DsL0ra-yuCGruMYY0dXXefP37JKKjqZy0PV3as,2255
15
15
  mypy_boto3_transfer/waiter.pyi,sha256=8L-Oj9DRLKTmRMfdRCfBzyRYmZXa5l-xItn_JGdpwoc,2253
16
- mypy_boto3_transfer-1.34.18.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
17
- mypy_boto3_transfer-1.34.18.dist-info/METADATA,sha256=Xnu5GTcCHYyfU7Ou4ByoYD7VR4Ywx6H5yDPM2D38Qkw,14677
18
- mypy_boto3_transfer-1.34.18.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
19
- mypy_boto3_transfer-1.34.18.dist-info/top_level.txt,sha256=mncof3SzY8eCafPLvBkKLLXMmqfJaw-PB_gBYRhC-Kk,20
20
- mypy_boto3_transfer-1.34.18.dist-info/RECORD,,
16
+ mypy_boto3_transfer-1.34.59.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
17
+ mypy_boto3_transfer-1.34.59.dist-info/METADATA,sha256=SqdKPutzkARkNbdHkVb_lrukqTYxX9yCqwDU0qrrUKc,14677
18
+ mypy_boto3_transfer-1.34.59.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
19
+ mypy_boto3_transfer-1.34.59.dist-info/top_level.txt,sha256=mncof3SzY8eCafPLvBkKLLXMmqfJaw-PB_gBYRhC-Kk,20
20
+ mypy_boto3_transfer-1.34.59.dist-info/RECORD,,