mypy-boto3-sagemaker 1.35.93__py3-none-any.whl → 1.36.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.

Potentially problematic release.


This version of mypy-boto3-sagemaker might be problematic. Click here for more details.

@@ -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 SageMaker 1.35.93\n"
16
- "Version: 1.35.93\n"
15
+ "Type annotations for boto3 SageMaker 1.36.0\n"
16
+ "Version: 1.36.0\n"
17
17
  "Builder version: 8.8.0\n"
18
18
  "Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker//\n"
19
19
  "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#sagemaker\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.35.93\n")
29
+ sys.stdout.write("1.36.0\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -2360,8 +2360,6 @@ ServiceName = Literal[
2360
2360
  "iot",
2361
2361
  "iot-data",
2362
2362
  "iot-jobs-data",
2363
- "iot1click-devices",
2364
- "iot1click-projects",
2365
2363
  "iotanalytics",
2366
2364
  "iotdeviceadvisor",
2367
2365
  "iotevents",
@@ -2358,8 +2358,6 @@ ServiceName = Literal[
2358
2358
  "iot",
2359
2359
  "iot-data",
2360
2360
  "iot-jobs-data",
2361
- "iot1click-devices",
2362
- "iot1click-projects",
2363
2361
  "iotanalytics",
2364
2362
  "iotdeviceadvisor",
2365
2363
  "iotevents",
@@ -10037,6 +10037,7 @@ class ClusterNodeDetailsTypeDef(TypedDict):
10037
10037
  ThreadsPerCore: NotRequired[int]
10038
10038
  InstanceStorageConfigs: NotRequired[List[ClusterInstanceStorageConfigTypeDef]]
10039
10039
  PrivatePrimaryIp: NotRequired[str]
10040
+ PrivatePrimaryIpv6: NotRequired[str]
10040
10041
  PrivateDnsHostname: NotRequired[str]
10041
10042
  Placement: NotRequired[ClusterInstancePlacementTypeDef]
10042
10043
 
@@ -8822,6 +8822,7 @@ class ClusterNodeDetailsTypeDef(TypedDict):
8822
8822
  ThreadsPerCore: NotRequired[int]
8823
8823
  InstanceStorageConfigs: NotRequired[List[ClusterInstanceStorageConfigTypeDef]]
8824
8824
  PrivatePrimaryIp: NotRequired[str]
8825
+ PrivatePrimaryIpv6: NotRequired[str]
8825
8826
  PrivateDnsHostname: NotRequired[str]
8826
8827
  Placement: NotRequired[ClusterInstancePlacementTypeDef]
8827
8828
 
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.35.93"
7
+ __version__ = "1.36.0"
@@ -1,7 +1,7 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: mypy-boto3-sagemaker
3
- Version: 1.35.93
4
- Summary: Type annotations for boto3 SageMaker 1.35.93 service generated with mypy-boto3-builder 8.8.0
3
+ Version: 1.36.0
4
+ Summary: Type annotations for boto3 SageMaker 1.36.0 service generated with mypy-boto3-builder 8.8.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
@@ -31,6 +31,18 @@ Requires-Python: >=3.8
31
31
  Description-Content-Type: text/markdown
32
32
  License-File: LICENSE
33
33
  Requires-Dist: typing-extensions; python_version < "3.12"
34
+ Dynamic: author
35
+ Dynamic: author-email
36
+ Dynamic: classifier
37
+ Dynamic: description
38
+ Dynamic: description-content-type
39
+ Dynamic: home-page
40
+ Dynamic: keywords
41
+ Dynamic: license
42
+ Dynamic: project-url
43
+ Dynamic: requires-dist
44
+ Dynamic: requires-python
45
+ Dynamic: summary
34
46
 
35
47
  <a id="mypy-boto3-sagemaker"></a>
36
48
 
@@ -43,7 +55,7 @@ Requires-Dist: typing-extensions; python_version < "3.12"
43
55
 
44
56
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
45
57
 
46
- Type annotations for [boto3 SageMaker 1.35.93](https://pypi.org/project/boto3/)
58
+ Type annotations for [boto3 SageMaker 1.36.0](https://pypi.org/project/boto3/)
47
59
  compatible with [VSCode](https://code.visualstudio.com/),
48
60
  [PyCharm](https://www.jetbrains.com/pycharm/),
49
61
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -106,7 +118,7 @@ You can generate type annotations for `boto3` package locally with
106
118
  isolation.
107
119
 
108
120
  1. Run mypy-boto3-builder in your package root directory:
109
- `uvx --with 'boto3==1.35.93' mypy_boto3_builder`
121
+ `uvx --with 'boto3==1.36.0' mypy_boto3_builder`
110
122
  2. Select `boto3-stubs` AWS SDK.
111
123
  3. Add `SageMaker` service.
112
124
  4. Use provided commands to install generated packages.
@@ -0,0 +1,20 @@
1
+ mypy_boto3_sagemaker/__init__.py,sha256=ChcIZ_w3l_S3hOE_Suehn0xlbY1t4zv7TV7_BDr0yE4,20779
2
+ mypy_boto3_sagemaker/__init__.pyi,sha256=0cJeN6GYQYFx99Odq2Ld26mNCocXVubyciUX4RaXaTo,20778
3
+ mypy_boto3_sagemaker/__main__.py,sha256=toJntY0OBtVvYygzTcCM9yMCO_LbxKi_pjiinsiTFAw,988
4
+ mypy_boto3_sagemaker/client.py,sha256=i-_4LaKmHDFA0hEsFLYJk9K59pLA8vrMIVExjXiL9D8,273278
5
+ mypy_boto3_sagemaker/client.pyi,sha256=qdtkmAkjwDjLGzPYgxLY3w6TWzEqlTOr9AK9vnvPK6M,273275
6
+ mypy_boto3_sagemaker/literals.py,sha256=UdSV1BLTu9Q5tLtcsetUlert4h0l9jgwuSGk5X6jUwI,78785
7
+ mypy_boto3_sagemaker/literals.pyi,sha256=qzwUpvtUmXaYUNiFBhYEQ-9kNQs9UaBbxZh6RmaejeM,78783
8
+ mypy_boto3_sagemaker/paginator.py,sha256=pVE-eqVsvU4OEXMiQbblBgRZPjqB8otndqYtNSnmw64,113965
9
+ mypy_boto3_sagemaker/paginator.pyi,sha256=x1FyvaPOi4dDOQEmKm8xyTeCxfsEI0qdqLNFI-jrv6w,113730
10
+ mypy_boto3_sagemaker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ mypy_boto3_sagemaker/type_defs.py,sha256=HUHRJUfqthorr-0V4fKKmiYTr9-Hi16xEmuW1sRTwII,456624
12
+ mypy_boto3_sagemaker/type_defs.pyi,sha256=fbJCtEUMll3V-crdQ8GdP5rLXT0kouwuoX2BSPc75D8,455087
13
+ mypy_boto3_sagemaker/version.py,sha256=XqBLww9Ajk9GRr5oc1Ak2757Fsir4zxoRCWswSKh8Ro,92
14
+ mypy_boto3_sagemaker/waiter.py,sha256=ebzZ5r8afi6WO7TTz26k4cHgEt4f3t4qkz7ZAoTTZ7k,14752
15
+ mypy_boto3_sagemaker/waiter.pyi,sha256=qhgN-O9ZVCfS-p_80TN70RzgwkzY1EZIhkqIn-iovrM,14725
16
+ mypy_boto3_sagemaker-1.36.0.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
+ mypy_boto3_sagemaker-1.36.0.dist-info/METADATA,sha256=KSDlP5sDunrUw-KUXbwbwxiOZd_Vp6G5DPBiynIy4L0,28763
18
+ mypy_boto3_sagemaker-1.36.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
19
+ mypy_boto3_sagemaker-1.36.0.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
20
+ mypy_boto3_sagemaker-1.36.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.7.0)
2
+ Generator: setuptools (75.8.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,20 +0,0 @@
1
- mypy_boto3_sagemaker/__init__.py,sha256=ChcIZ_w3l_S3hOE_Suehn0xlbY1t4zv7TV7_BDr0yE4,20779
2
- mypy_boto3_sagemaker/__init__.pyi,sha256=0cJeN6GYQYFx99Odq2Ld26mNCocXVubyciUX4RaXaTo,20778
3
- mypy_boto3_sagemaker/__main__.py,sha256=lNz66oTl6xIWh0dilMnYDowG89pkgEHbtBzf5OpOnMg,991
4
- mypy_boto3_sagemaker/client.py,sha256=i-_4LaKmHDFA0hEsFLYJk9K59pLA8vrMIVExjXiL9D8,273278
5
- mypy_boto3_sagemaker/client.pyi,sha256=qdtkmAkjwDjLGzPYgxLY3w6TWzEqlTOr9AK9vnvPK6M,273275
6
- mypy_boto3_sagemaker/literals.py,sha256=8ogE-vDfE6zFsjxlgJo2wMA_k5HEF5TlRFH0-3yirc4,78836
7
- mypy_boto3_sagemaker/literals.pyi,sha256=oZn6k2cw4q7tEp3W59Wn1LGa1cVP3Gvv9GKMB9P3-Qk,78834
8
- mypy_boto3_sagemaker/paginator.py,sha256=pVE-eqVsvU4OEXMiQbblBgRZPjqB8otndqYtNSnmw64,113965
9
- mypy_boto3_sagemaker/paginator.pyi,sha256=x1FyvaPOi4dDOQEmKm8xyTeCxfsEI0qdqLNFI-jrv6w,113730
10
- mypy_boto3_sagemaker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- mypy_boto3_sagemaker/type_defs.py,sha256=NaCXqKXnAqmplyxvm-EXvDWUMqRuReD8hWAHbP93Ee8,456583
12
- mypy_boto3_sagemaker/type_defs.pyi,sha256=w8iloFWN81OEySf2qKU17bXsT_xhxvXzfertDDweWYc,455046
13
- mypy_boto3_sagemaker/version.py,sha256=n6wyMBvI3Tp0INYol4fUJ84y0BqM9ti-SkLRGfsif5s,93
14
- mypy_boto3_sagemaker/waiter.py,sha256=ebzZ5r8afi6WO7TTz26k4cHgEt4f3t4qkz7ZAoTTZ7k,14752
15
- mypy_boto3_sagemaker/waiter.pyi,sha256=qhgN-O9ZVCfS-p_80TN70RzgwkzY1EZIhkqIn-iovrM,14725
16
- mypy_boto3_sagemaker-1.35.93.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
- mypy_boto3_sagemaker-1.35.93.dist-info/METADATA,sha256=8aCLppN530Sg7YThQkro1LsSvKBruo9woK3ih6SDBVM,28514
18
- mypy_boto3_sagemaker-1.35.93.dist-info/WHEEL,sha256=A3WOREP4zgxI0fKrHUG8DC8013e3dK3n7a6HDbcEIwE,91
19
- mypy_boto3_sagemaker-1.35.93.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
20
- mypy_boto3_sagemaker-1.35.93.dist-info/RECORD,,