mypy-boto3-transfer 1.37.31__py3-none-any.whl → 1.39.0__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
  sys.stdout.write(
15
- "Type annotations for boto3 Transfer 1.37.31\n"
16
- "Version: 1.37.31\n"
17
- "Builder version: 8.10.1\n"
15
+ "Type annotations for boto3 Transfer 1.39.0\n"
16
+ "Version: 1.39.0\n"
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"
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
- sys.stdout.write("1.37.31\n")
29
+ sys.stdout.write("1.39.0\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -40,6 +40,7 @@ __all__ = (
40
40
  "ExecutionStatusType",
41
41
  "HomeDirectoryTypeType",
42
42
  "IdentityProviderTypeType",
43
+ "IpAddressTypeType",
43
44
  "ListAccessesPaginatorName",
44
45
  "ListAgreementsPaginatorName",
45
46
  "ListCertificatesPaginatorName",
@@ -110,6 +111,7 @@ HomeDirectoryTypeType = Literal["LOGICAL", "PATH"]
110
111
  IdentityProviderTypeType = Literal[
111
112
  "API_GATEWAY", "AWS_DIRECTORY_SERVICE", "AWS_LAMBDA", "SERVICE_MANAGED"
112
113
  ]
114
+ IpAddressTypeType = Literal["DUALSTACK", "IPV4"]
113
115
  ListAccessesPaginatorName = Literal["list_accesses"]
114
116
  ListAgreementsPaginatorName = Literal["list_agreements"]
115
117
  ListCertificatesPaginatorName = Literal["list_certificates"]
@@ -151,6 +153,7 @@ ServiceName = Literal[
151
153
  "account",
152
154
  "acm",
153
155
  "acm-pca",
156
+ "aiops",
154
157
  "amp",
155
158
  "amplify",
156
159
  "amplifybackend",
@@ -291,6 +294,7 @@ ServiceName = Literal[
291
294
  "es",
292
295
  "events",
293
296
  "evidently",
297
+ "evs",
294
298
  "finspace",
295
299
  "finspace-data",
296
300
  "firehose",
@@ -348,6 +352,7 @@ ServiceName = Literal[
348
352
  "kendra",
349
353
  "kendra-ranking",
350
354
  "keyspaces",
355
+ "keyspacesstreams",
351
356
  "kinesis",
352
357
  "kinesis-video-archived-media",
353
358
  "kinesis-video-media",
@@ -403,6 +408,7 @@ ServiceName = Literal[
403
408
  "migrationhub-config",
404
409
  "migrationhuborchestrator",
405
410
  "migrationhubstrategy",
411
+ "mpa",
406
412
  "mq",
407
413
  "mturk",
408
414
  "mwaa",
@@ -443,7 +449,6 @@ ServiceName = Literal[
443
449
  "pipes",
444
450
  "polly",
445
451
  "pricing",
446
- "privatenetworks",
447
452
  "proton",
448
453
  "qapps",
449
454
  "qbusiness",
@@ -504,7 +509,6 @@ ServiceName = Literal[
504
509
  "signer",
505
510
  "simspaceweaver",
506
511
  "sms",
507
- "sms-voice",
508
512
  "snow-device-management",
509
513
  "snowball",
510
514
  "sns",
@@ -512,6 +516,7 @@ ServiceName = Literal[
512
516
  "sqs",
513
517
  "ssm",
514
518
  "ssm-contacts",
519
+ "ssm-guiconnect",
515
520
  "ssm-incidents",
516
521
  "ssm-quicksetup",
517
522
  "ssm-sap",
@@ -548,6 +553,7 @@ ServiceName = Literal[
548
553
  "workmail",
549
554
  "workmailmessageflow",
550
555
  "workspaces",
556
+ "workspaces-instances",
551
557
  "workspaces-thin-client",
552
558
  "workspaces-web",
553
559
  "xray",
@@ -606,6 +612,7 @@ RegionName = Literal[
606
612
  "il-central-1",
607
613
  "me-central-1",
608
614
  "me-south-1",
615
+ "mx-central-1",
609
616
  "sa-east-1",
610
617
  "us-east-1",
611
618
  "us-east-2",
@@ -39,6 +39,7 @@ __all__ = (
39
39
  "ExecutionStatusType",
40
40
  "HomeDirectoryTypeType",
41
41
  "IdentityProviderTypeType",
42
+ "IpAddressTypeType",
42
43
  "ListAccessesPaginatorName",
43
44
  "ListAgreementsPaginatorName",
44
45
  "ListCertificatesPaginatorName",
@@ -108,6 +109,7 @@ HomeDirectoryTypeType = Literal["LOGICAL", "PATH"]
108
109
  IdentityProviderTypeType = Literal[
109
110
  "API_GATEWAY", "AWS_DIRECTORY_SERVICE", "AWS_LAMBDA", "SERVICE_MANAGED"
110
111
  ]
112
+ IpAddressTypeType = Literal["DUALSTACK", "IPV4"]
111
113
  ListAccessesPaginatorName = Literal["list_accesses"]
112
114
  ListAgreementsPaginatorName = Literal["list_agreements"]
113
115
  ListCertificatesPaginatorName = Literal["list_certificates"]
@@ -149,6 +151,7 @@ ServiceName = Literal[
149
151
  "account",
150
152
  "acm",
151
153
  "acm-pca",
154
+ "aiops",
152
155
  "amp",
153
156
  "amplify",
154
157
  "amplifybackend",
@@ -289,6 +292,7 @@ ServiceName = Literal[
289
292
  "es",
290
293
  "events",
291
294
  "evidently",
295
+ "evs",
292
296
  "finspace",
293
297
  "finspace-data",
294
298
  "firehose",
@@ -346,6 +350,7 @@ ServiceName = Literal[
346
350
  "kendra",
347
351
  "kendra-ranking",
348
352
  "keyspaces",
353
+ "keyspacesstreams",
349
354
  "kinesis",
350
355
  "kinesis-video-archived-media",
351
356
  "kinesis-video-media",
@@ -401,6 +406,7 @@ ServiceName = Literal[
401
406
  "migrationhub-config",
402
407
  "migrationhuborchestrator",
403
408
  "migrationhubstrategy",
409
+ "mpa",
404
410
  "mq",
405
411
  "mturk",
406
412
  "mwaa",
@@ -441,7 +447,6 @@ ServiceName = Literal[
441
447
  "pipes",
442
448
  "polly",
443
449
  "pricing",
444
- "privatenetworks",
445
450
  "proton",
446
451
  "qapps",
447
452
  "qbusiness",
@@ -502,7 +507,6 @@ ServiceName = Literal[
502
507
  "signer",
503
508
  "simspaceweaver",
504
509
  "sms",
505
- "sms-voice",
506
510
  "snow-device-management",
507
511
  "snowball",
508
512
  "sns",
@@ -510,6 +514,7 @@ ServiceName = Literal[
510
514
  "sqs",
511
515
  "ssm",
512
516
  "ssm-contacts",
517
+ "ssm-guiconnect",
513
518
  "ssm-incidents",
514
519
  "ssm-quicksetup",
515
520
  "ssm-sap",
@@ -546,6 +551,7 @@ ServiceName = Literal[
546
551
  "workmail",
547
552
  "workmailmessageflow",
548
553
  "workspaces",
554
+ "workspaces-instances",
549
555
  "workspaces-thin-client",
550
556
  "workspaces-web",
551
557
  "xray",
@@ -604,6 +610,7 @@ RegionName = Literal[
604
610
  "il-central-1",
605
611
  "me-central-1",
606
612
  "me-south-1",
613
+ "mx-central-1",
607
614
  "sa-east-1",
608
615
  "us-east-1",
609
616
  "us-east-2",
@@ -38,6 +38,7 @@ from .literals import (
38
38
  ExecutionStatusType,
39
39
  HomeDirectoryTypeType,
40
40
  IdentityProviderTypeType,
41
+ IpAddressTypeType,
41
42
  MapTypeType,
42
43
  MdnResponseType,
43
44
  MdnSigningAlgType,
@@ -1634,6 +1635,7 @@ class DescribedServerTypeDef(TypedDict):
1634
1635
  StructuredLogDestinations: NotRequired[List[str]]
1635
1636
  S3StorageOptions: NotRequired[S3StorageOptionsTypeDef]
1636
1637
  As2ServiceManagedEgressIpAddresses: NotRequired[List[str]]
1638
+ IpAddressType: NotRequired[IpAddressTypeType]
1637
1639
 
1638
1640
 
1639
1641
  WorkflowDetailsUnionTypeDef = Union[WorkflowDetailsTypeDef, WorkflowDetailsOutputTypeDef]
@@ -1709,6 +1711,7 @@ class CreateServerRequestTypeDef(TypedDict):
1709
1711
  WorkflowDetails: NotRequired[WorkflowDetailsUnionTypeDef]
1710
1712
  StructuredLogDestinations: NotRequired[Sequence[str]]
1711
1713
  S3StorageOptions: NotRequired[S3StorageOptionsTypeDef]
1714
+ IpAddressType: NotRequired[IpAddressTypeType]
1712
1715
 
1713
1716
 
1714
1717
  class UpdateServerRequestTypeDef(TypedDict):
@@ -1727,6 +1730,7 @@ class UpdateServerRequestTypeDef(TypedDict):
1727
1730
  WorkflowDetails: NotRequired[WorkflowDetailsUnionTypeDef]
1728
1731
  StructuredLogDestinations: NotRequired[Sequence[str]]
1729
1732
  S3StorageOptions: NotRequired[S3StorageOptionsTypeDef]
1733
+ IpAddressType: NotRequired[IpAddressTypeType]
1730
1734
 
1731
1735
 
1732
1736
  class DescribeExecutionResponseTypeDef(TypedDict):
@@ -38,6 +38,7 @@ from .literals import (
38
38
  ExecutionStatusType,
39
39
  HomeDirectoryTypeType,
40
40
  IdentityProviderTypeType,
41
+ IpAddressTypeType,
41
42
  MapTypeType,
42
43
  MdnResponseType,
43
44
  MdnSigningAlgType,
@@ -1425,6 +1426,7 @@ class DescribedServerTypeDef(TypedDict):
1425
1426
  StructuredLogDestinations: NotRequired[List[str]]
1426
1427
  S3StorageOptions: NotRequired[S3StorageOptionsTypeDef]
1427
1428
  As2ServiceManagedEgressIpAddresses: NotRequired[List[str]]
1429
+ IpAddressType: NotRequired[IpAddressTypeType]
1428
1430
 
1429
1431
  WorkflowDetailsUnionTypeDef = Union[WorkflowDetailsTypeDef, WorkflowDetailsOutputTypeDef]
1430
1432
 
@@ -1493,6 +1495,7 @@ class CreateServerRequestTypeDef(TypedDict):
1493
1495
  WorkflowDetails: NotRequired[WorkflowDetailsUnionTypeDef]
1494
1496
  StructuredLogDestinations: NotRequired[Sequence[str]]
1495
1497
  S3StorageOptions: NotRequired[S3StorageOptionsTypeDef]
1498
+ IpAddressType: NotRequired[IpAddressTypeType]
1496
1499
 
1497
1500
  class UpdateServerRequestTypeDef(TypedDict):
1498
1501
  ServerId: str
@@ -1510,6 +1513,7 @@ class UpdateServerRequestTypeDef(TypedDict):
1510
1513
  WorkflowDetails: NotRequired[WorkflowDetailsUnionTypeDef]
1511
1514
  StructuredLogDestinations: NotRequired[Sequence[str]]
1512
1515
  S3StorageOptions: NotRequired[S3StorageOptionsTypeDef]
1516
+ IpAddressType: NotRequired[IpAddressTypeType]
1513
1517
 
1514
1518
  class DescribeExecutionResponseTypeDef(TypedDict):
1515
1519
  WorkflowId: str
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.37.31"
7
+ __version__ = "1.39.0"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mypy-boto3-transfer
3
- Version: 1.37.31
4
- Summary: Type annotations for boto3 Transfer 1.37.31 service generated with mypy-boto3-builder 8.10.1
3
+ Version: 1.39.0
4
+ Summary: Type annotations for boto3 Transfer 1.39.0 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.37.31](https://pypi.org/project/boto3/)
59
+ Type annotations for [boto3 Transfer 1.39.0](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/),
@@ -65,7 +65,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
65
65
  [pyright](https://github.com/microsoft/pyright) and other tools.
66
66
 
67
67
  Generated with
68
- [mypy-boto3-builder 8.10.1](https://github.com/youtype/mypy_boto3_builder).
68
+ [mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
69
69
 
70
70
  More information can be found on
71
71
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -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.37.31' mypy-boto3-builder`
122
+ `uvx --with 'boto3==1.39.0' 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=tbA1CymBT-2G0YDyY-pkj8r_OZarQCf8sDFdXw96LMM,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=Y6ZxuQMpZ6jwTjuBBkHUs4lS6L9txhSpcJcEudoBH3w,14779
7
+ mypy_boto3_transfer/literals.pyi,sha256=fLtWNXRe9OVJ-_fSTieA_5roVBsFUZy4RHHwhKQaxSI,14777
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=2zoG4eEWPRyRE1KcrQlbWADhaM3qPJ9AE2mKAu218VA,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.39.0.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
+ mypy_boto3_transfer-1.39.0.dist-info/METADATA,sha256=UBtIJKwd_mTT7Nx6wzS0q6vansNXaUD6NP2DzTM8sR8,17171
18
+ mypy_boto3_transfer-1.39.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
+ mypy_boto3_transfer-1.39.0.dist-info/top_level.txt,sha256=mncof3SzY8eCafPLvBkKLLXMmqfJaw-PB_gBYRhC-Kk,20
20
+ mypy_boto3_transfer-1.39.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (78.1.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -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=Fj8U4yswlsJoD3-un-qfjtOyADdJH3KNDJlQWYgIitE,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=qFZDXccG1a-dkfoH36zQ-9dPwfxDR1DEfqHRetmee7g,14616
7
- mypy_boto3_transfer/literals.pyi,sha256=8GmN9OVcthZkiKYEc5CGJxr5NcrcSbPuHaHLxh-l_cI,14614
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=vldW370lTjyHIE_5sfgF09PhNas80d7CsI53pacLhEM,49958
12
- mypy_boto3_transfer/type_defs.pyi,sha256=CCMlsvCatn5JAkYT3ZsuKQ7wQgywdslgJgtHBWCod4w,49736
13
- mypy_boto3_transfer/version.py,sha256=tpSKRSXExi2a9Ikmxx3G_ABnatqCUReoCSgERv5OghI,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.37.31.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
- mypy_boto3_transfer-1.37.31.dist-info/METADATA,sha256=cBdqBWXw2QY_zB2Yd0h_DcE9YatT3dlef19gEDS_yro,17175
18
- mypy_boto3_transfer-1.37.31.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
19
- mypy_boto3_transfer-1.37.31.dist-info/top_level.txt,sha256=mncof3SzY8eCafPLvBkKLLXMmqfJaw-PB_gBYRhC-Kk,20
20
- mypy_boto3_transfer-1.37.31.dist-info/RECORD,,