mypy-boto3-transfer 1.40.0__py3-none-any.whl → 1.40.42__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,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.0\n"
16
- "Version: 1.40.0\n"
15
+ "Type annotations for boto3 Transfer 1.40.42\n"
16
+ "Version: 1.40.42\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.0\n")
29
+ sys.stdout.write("1.40.42\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -175,6 +175,7 @@ ServiceName = Literal[
175
175
  "appstream",
176
176
  "appsync",
177
177
  "apptest",
178
+ "arc-region-switch",
178
179
  "arc-zonal-shift",
179
180
  "artifact",
180
181
  "athena",
@@ -186,8 +187,10 @@ ServiceName = Literal[
186
187
  "backup-gateway",
187
188
  "backupsearch",
188
189
  "batch",
190
+ "bcm-dashboards",
189
191
  "bcm-data-exports",
190
192
  "bcm-pricing-calculator",
193
+ "bcm-recommended-actions",
191
194
  "bedrock",
192
195
  "bedrock-agent",
193
196
  "bedrock-agent-runtime",
@@ -429,8 +432,6 @@ ServiceName = Literal[
429
432
  "omics",
430
433
  "opensearch",
431
434
  "opensearchserverless",
432
- "opsworks",
433
- "opsworkscm",
434
435
  "organizations",
435
436
  "osis",
436
437
  "outposts",
@@ -512,7 +513,6 @@ ServiceName = Literal[
512
513
  "shield",
513
514
  "signer",
514
515
  "simspaceweaver",
515
- "sms",
516
516
  "snow-device-management",
517
517
  "snowball",
518
518
  "sns",
@@ -563,16 +563,7 @@ ServiceName = Literal[
563
563
  "xray",
564
564
  ]
565
565
  ResourceServiceName = Literal[
566
- "cloudformation",
567
- "cloudwatch",
568
- "dynamodb",
569
- "ec2",
570
- "glacier",
571
- "iam",
572
- "opsworks",
573
- "s3",
574
- "sns",
575
- "sqs",
566
+ "cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
576
567
  ]
577
568
  PaginatorName = Literal[
578
569
  "list_accesses",
@@ -593,6 +584,7 @@ WaiterName = Literal["server_offline", "server_online"]
593
584
  RegionName = Literal[
594
585
  "af-south-1",
595
586
  "ap-east-1",
587
+ "ap-east-2",
596
588
  "ap-northeast-1",
597
589
  "ap-northeast-2",
598
590
  "ap-northeast-3",
@@ -173,6 +173,7 @@ ServiceName = Literal[
173
173
  "appstream",
174
174
  "appsync",
175
175
  "apptest",
176
+ "arc-region-switch",
176
177
  "arc-zonal-shift",
177
178
  "artifact",
178
179
  "athena",
@@ -184,8 +185,10 @@ ServiceName = Literal[
184
185
  "backup-gateway",
185
186
  "backupsearch",
186
187
  "batch",
188
+ "bcm-dashboards",
187
189
  "bcm-data-exports",
188
190
  "bcm-pricing-calculator",
191
+ "bcm-recommended-actions",
189
192
  "bedrock",
190
193
  "bedrock-agent",
191
194
  "bedrock-agent-runtime",
@@ -427,8 +430,6 @@ ServiceName = Literal[
427
430
  "omics",
428
431
  "opensearch",
429
432
  "opensearchserverless",
430
- "opsworks",
431
- "opsworkscm",
432
433
  "organizations",
433
434
  "osis",
434
435
  "outposts",
@@ -510,7 +511,6 @@ ServiceName = Literal[
510
511
  "shield",
511
512
  "signer",
512
513
  "simspaceweaver",
513
- "sms",
514
514
  "snow-device-management",
515
515
  "snowball",
516
516
  "sns",
@@ -561,16 +561,7 @@ ServiceName = Literal[
561
561
  "xray",
562
562
  ]
563
563
  ResourceServiceName = Literal[
564
- "cloudformation",
565
- "cloudwatch",
566
- "dynamodb",
567
- "ec2",
568
- "glacier",
569
- "iam",
570
- "opsworks",
571
- "s3",
572
- "sns",
573
- "sqs",
564
+ "cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
574
565
  ]
575
566
  PaginatorName = Literal[
576
567
  "list_accesses",
@@ -591,6 +582,7 @@ WaiterName = Literal["server_offline", "server_online"]
591
582
  RegionName = Literal[
592
583
  "af-south-1",
593
584
  "ap-east-1",
585
+ "ap-east-2",
594
586
  "ap-northeast-1",
595
587
  "ap-northeast-2",
596
588
  "ap-northeast-3",
@@ -1731,6 +1731,7 @@ class UpdateServerRequestTypeDef(TypedDict):
1731
1731
  StructuredLogDestinations: NotRequired[Sequence[str]]
1732
1732
  S3StorageOptions: NotRequired[S3StorageOptionsTypeDef]
1733
1733
  IpAddressType: NotRequired[IpAddressTypeType]
1734
+ IdentityProviderType: NotRequired[IdentityProviderTypeType]
1734
1735
 
1735
1736
 
1736
1737
  class DescribeExecutionResponseTypeDef(TypedDict):
@@ -1514,6 +1514,7 @@ class UpdateServerRequestTypeDef(TypedDict):
1514
1514
  StructuredLogDestinations: NotRequired[Sequence[str]]
1515
1515
  S3StorageOptions: NotRequired[S3StorageOptionsTypeDef]
1516
1516
  IpAddressType: NotRequired[IpAddressTypeType]
1517
+ IdentityProviderType: NotRequired[IdentityProviderTypeType]
1517
1518
 
1518
1519
  class DescribeExecutionResponseTypeDef(TypedDict):
1519
1520
  WorkflowId: str
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.40.0"
7
+ __version__ = "1.40.42"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mypy-boto3-transfer
3
- Version: 1.40.0
4
- Summary: Type annotations for boto3 Transfer 1.40.0 service generated with mypy-boto3-builder 8.11.0
3
+ Version: 1.40.42
4
+ Summary: Type annotations for boto3 Transfer 1.40.42 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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
58
 
59
- Type annotations for [boto3 Transfer 1.40.0](https://pypi.org/project/boto3/)
59
+ Type annotations for [boto3 Transfer 1.40.42](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.0' mypy-boto3-builder`
122
+ `uvx --with 'boto3==1.40.42' 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.
@@ -0,0 +1,20 @@
1
+ mypy_boto3_transfer/__init__.py,sha256=t2pOUXo7W8TNe-jgA0-irsvTpRgDBu1c_-PGuwquyUI,3390
2
+ mypy_boto3_transfer/__init__.pyi,sha256=PQ_syhNHExDoYP9CvtCj7hbOZ04QncluE2HEqG8G3Jo,3389
3
+ mypy_boto3_transfer/__main__.py,sha256=va4nFkg9ee49WpVECPZ54Pe25BxbHNLnUmbmqBgF4Bo,988
4
+ mypy_boto3_transfer/client.py,sha256=6l0uSAVJ6BVdzPf1gv_asKcvpxuMbBxwBHNprQJrGaE,53932
5
+ mypy_boto3_transfer/client.pyi,sha256=NNnyI8PomDZglArhR_iQXKG452-10OUFeLlp8LN8zcc,53929
6
+ mypy_boto3_transfer/literals.py,sha256=XYRUACWt_3DHSP2gUgiZ6jGtnIHBLqoZXpFU-shX_7M,14888
7
+ mypy_boto3_transfer/literals.pyi,sha256=H2ZSzxxnO2OIlkC2tSgLTyM27gY-GVPaVq6jy5Ix9wY,14886
8
+ mypy_boto3_transfer/paginator.py,sha256=72CQVOP0TvWzPhB6wpEmSGeX8lM2gZMLsK10rxeMWBQ,18231
9
+ mypy_boto3_transfer/paginator.pyi,sha256=QqtzDdKz1xAfIYlPK0X_es6dnnfSbXw1fjqbdF3FFWQ,18191
10
+ mypy_boto3_transfer/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ mypy_boto3_transfer/type_defs.py,sha256=rC8g3xS3HhS_WayRFp9Qv4X6oouIVv39Y0lpYs1xLDw,50195
12
+ mypy_boto3_transfer/type_defs.pyi,sha256=ysekfRCAJq0Lkclv2fRFOSib5O1X-P9Tg5lbUyJCzNw,49973
13
+ mypy_boto3_transfer/version.py,sha256=R9HamMveou_4lecqgl6mHA9FekTdZgAg6T3HkeIuj30,93
14
+ mypy_boto3_transfer/waiter.py,sha256=2UKX-wTF6d41Ls7HSGO0mT1Kz30h40PCw7E09QCudSE,2645
15
+ mypy_boto3_transfer/waiter.pyi,sha256=B0g5zDjuMCEs0j-u_bw81lj6mCKn4MKqHA11MBppMUA,2640
16
+ mypy_boto3_transfer-1.40.42.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
+ mypy_boto3_transfer-1.40.42.dist-info/METADATA,sha256=ppAxgLyBuG646GoLSwUFerO9O5jwuwSW7M91xjCxbto,17175
18
+ mypy_boto3_transfer-1.40.42.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
+ mypy_boto3_transfer-1.40.42.dist-info/top_level.txt,sha256=mncof3SzY8eCafPLvBkKLLXMmqfJaw-PB_gBYRhC-Kk,20
20
+ mypy_boto3_transfer-1.40.42.dist-info/RECORD,,
@@ -1,20 +0,0 @@
1
- mypy_boto3_transfer/__init__.py,sha256=t2pOUXo7W8TNe-jgA0-irsvTpRgDBu1c_-PGuwquyUI,3390
2
- mypy_boto3_transfer/__init__.pyi,sha256=PQ_syhNHExDoYP9CvtCj7hbOZ04QncluE2HEqG8G3Jo,3389
3
- mypy_boto3_transfer/__main__.py,sha256=WqmtgiY1JeTyiidlWbJQZKZhtNNR1ss9vWHb-NlJbYk,985
4
- mypy_boto3_transfer/client.py,sha256=6l0uSAVJ6BVdzPf1gv_asKcvpxuMbBxwBHNprQJrGaE,53932
5
- mypy_boto3_transfer/client.pyi,sha256=NNnyI8PomDZglArhR_iQXKG452-10OUFeLlp8LN8zcc,53929
6
- mypy_boto3_transfer/literals.py,sha256=aiLmhMC24g3YUG235TwJ4ruvqrnbj74dAtco6xyak6U,14887
7
- mypy_boto3_transfer/literals.pyi,sha256=IuHS4uy5S6WFJgVVVmO_gawW4kW9pAC1CrNq3gfh_Yk,14885
8
- mypy_boto3_transfer/paginator.py,sha256=72CQVOP0TvWzPhB6wpEmSGeX8lM2gZMLsK10rxeMWBQ,18231
9
- mypy_boto3_transfer/paginator.pyi,sha256=QqtzDdKz1xAfIYlPK0X_es6dnnfSbXw1fjqbdF3FFWQ,18191
10
- mypy_boto3_transfer/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- mypy_boto3_transfer/type_defs.py,sha256=0RupX2aDEeWTK5iX8V6w8jH6Su4tJo7CbpNodAvgYZY,50131
12
- mypy_boto3_transfer/type_defs.pyi,sha256=wvuiNMMMYGbKMjU0mZtsKLFFtsHYcwTwuOJAsj0sGrE,49909
13
- mypy_boto3_transfer/version.py,sha256=52Sk0XpA8tC09WfcAI6nm69vLa0ysg1C33ACO_NFSwc,92
14
- mypy_boto3_transfer/waiter.py,sha256=2UKX-wTF6d41Ls7HSGO0mT1Kz30h40PCw7E09QCudSE,2645
15
- mypy_boto3_transfer/waiter.pyi,sha256=B0g5zDjuMCEs0j-u_bw81lj6mCKn4MKqHA11MBppMUA,2640
16
- mypy_boto3_transfer-1.40.0.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
- mypy_boto3_transfer-1.40.0.dist-info/METADATA,sha256=XiXqvsWndXG82haMzLLOkd9DUD7avHsmDTGf1odInVc,17171
18
- mypy_boto3_transfer-1.40.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
- mypy_boto3_transfer-1.40.0.dist-info/top_level.txt,sha256=mncof3SzY8eCafPLvBkKLLXMmqfJaw-PB_gBYRhC-Kk,20
20
- mypy_boto3_transfer-1.40.0.dist-info/RECORD,,