mypy-boto3-sagemaker 1.35.91__tar.gz → 1.35.95__tar.gz

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.

Files changed (26) hide show
  1. {mypy_boto3_sagemaker-1.35.91 → mypy_boto3_sagemaker-1.35.95}/PKG-INFO +18 -6
  2. {mypy_boto3_sagemaker-1.35.91 → mypy_boto3_sagemaker-1.35.95}/README.md +3 -3
  3. {mypy_boto3_sagemaker-1.35.91 → mypy_boto3_sagemaker-1.35.95}/mypy_boto3_sagemaker/__main__.py +4 -4
  4. {mypy_boto3_sagemaker-1.35.91 → mypy_boto3_sagemaker-1.35.95}/mypy_boto3_sagemaker/client.py +22 -16
  5. {mypy_boto3_sagemaker-1.35.91 → mypy_boto3_sagemaker-1.35.95}/mypy_boto3_sagemaker/client.pyi +22 -16
  6. {mypy_boto3_sagemaker-1.35.91 → mypy_boto3_sagemaker-1.35.95}/mypy_boto3_sagemaker/literals.py +0 -2
  7. {mypy_boto3_sagemaker-1.35.91 → mypy_boto3_sagemaker-1.35.95}/mypy_boto3_sagemaker/literals.pyi +0 -2
  8. {mypy_boto3_sagemaker-1.35.91 → mypy_boto3_sagemaker-1.35.95}/mypy_boto3_sagemaker/type_defs.py +395 -388
  9. {mypy_boto3_sagemaker-1.35.91 → mypy_boto3_sagemaker-1.35.95}/mypy_boto3_sagemaker/type_defs.pyi +395 -388
  10. {mypy_boto3_sagemaker-1.35.91 → mypy_boto3_sagemaker-1.35.95}/mypy_boto3_sagemaker/version.py +1 -1
  11. {mypy_boto3_sagemaker-1.35.91 → mypy_boto3_sagemaker-1.35.95}/mypy_boto3_sagemaker.egg-info/PKG-INFO +18 -6
  12. {mypy_boto3_sagemaker-1.35.91 → mypy_boto3_sagemaker-1.35.95}/setup.py +2 -2
  13. {mypy_boto3_sagemaker-1.35.91 → mypy_boto3_sagemaker-1.35.95}/LICENSE +0 -0
  14. {mypy_boto3_sagemaker-1.35.91 → mypy_boto3_sagemaker-1.35.95}/mypy_boto3_sagemaker/__init__.py +0 -0
  15. {mypy_boto3_sagemaker-1.35.91 → mypy_boto3_sagemaker-1.35.95}/mypy_boto3_sagemaker/__init__.pyi +0 -0
  16. {mypy_boto3_sagemaker-1.35.91 → mypy_boto3_sagemaker-1.35.95}/mypy_boto3_sagemaker/paginator.py +0 -0
  17. {mypy_boto3_sagemaker-1.35.91 → mypy_boto3_sagemaker-1.35.95}/mypy_boto3_sagemaker/paginator.pyi +0 -0
  18. {mypy_boto3_sagemaker-1.35.91 → mypy_boto3_sagemaker-1.35.95}/mypy_boto3_sagemaker/py.typed +0 -0
  19. {mypy_boto3_sagemaker-1.35.91 → mypy_boto3_sagemaker-1.35.95}/mypy_boto3_sagemaker/waiter.py +0 -0
  20. {mypy_boto3_sagemaker-1.35.91 → mypy_boto3_sagemaker-1.35.95}/mypy_boto3_sagemaker/waiter.pyi +0 -0
  21. {mypy_boto3_sagemaker-1.35.91 → mypy_boto3_sagemaker-1.35.95}/mypy_boto3_sagemaker.egg-info/SOURCES.txt +0 -0
  22. {mypy_boto3_sagemaker-1.35.91 → mypy_boto3_sagemaker-1.35.95}/mypy_boto3_sagemaker.egg-info/dependency_links.txt +0 -0
  23. {mypy_boto3_sagemaker-1.35.91 → mypy_boto3_sagemaker-1.35.95}/mypy_boto3_sagemaker.egg-info/not-zip-safe +0 -0
  24. {mypy_boto3_sagemaker-1.35.91 → mypy_boto3_sagemaker-1.35.95}/mypy_boto3_sagemaker.egg-info/requires.txt +0 -0
  25. {mypy_boto3_sagemaker-1.35.91 → mypy_boto3_sagemaker-1.35.95}/mypy_boto3_sagemaker.egg-info/top_level.txt +0 -0
  26. {mypy_boto3_sagemaker-1.35.91 → mypy_boto3_sagemaker-1.35.95}/setup.cfg +0 -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.91
4
- Summary: Type annotations for boto3 SageMaker 1.35.91 service generated with mypy-boto3-builder 8.7.1
3
+ Version: 1.35.95
4
+ Summary: Type annotations for boto3 SageMaker 1.35.95 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.91](https://pypi.org/project/boto3/)
58
+ Type annotations for [boto3 SageMaker 1.35.95](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/),
@@ -52,7 +64,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
52
64
  [pyright](https://github.com/microsoft/pyright) and other tools.
53
65
 
54
66
  Generated with
55
- [mypy-boto3-builder 8.7.1](https://github.com/youtype/mypy_boto3_builder).
67
+ [mypy-boto3-builder 8.8.0](https://github.com/youtype/mypy_boto3_builder).
56
68
 
57
69
  More information can be found on
58
70
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -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.91' mypy_boto3_builder`
121
+ `uvx --with 'boto3==1.35.95' 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.
@@ -9,7 +9,7 @@
9
9
 
10
10
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
- Type annotations for [boto3 SageMaker 1.35.91](https://pypi.org/project/boto3/)
12
+ Type annotations for [boto3 SageMaker 1.35.95](https://pypi.org/project/boto3/)
13
13
  compatible with [VSCode](https://code.visualstudio.com/),
14
14
  [PyCharm](https://www.jetbrains.com/pycharm/),
15
15
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -18,7 +18,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
18
18
  [pyright](https://github.com/microsoft/pyright) and other tools.
19
19
 
20
20
  Generated with
21
- [mypy-boto3-builder 8.7.1](https://github.com/youtype/mypy_boto3_builder).
21
+ [mypy-boto3-builder 8.8.0](https://github.com/youtype/mypy_boto3_builder).
22
22
 
23
23
  More information can be found on
24
24
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -72,7 +72,7 @@ You can generate type annotations for `boto3` package locally with
72
72
  isolation.
73
73
 
74
74
  1. Run mypy-boto3-builder in your package root directory:
75
- `uvx --with 'boto3==1.35.91' mypy_boto3_builder`
75
+ `uvx --with 'boto3==1.35.95' mypy_boto3_builder`
76
76
  2. Select `boto3-stubs` AWS SDK.
77
77
  3. Add `SageMaker` service.
78
78
  4. Use provided commands to install generated packages.
@@ -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 SageMaker 1.35.91\n"
16
- "Version: 1.35.91\n"
17
- "Builder version: 8.7.1\n"
15
+ "Type annotations for boto3 SageMaker 1.35.95\n"
16
+ "Version: 1.35.95\n"
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"
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.35.91\n")
29
+ sys.stdout.write("1.35.95\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -19,7 +19,7 @@ Copyright 2025 Vlad Emelianov
19
19
  from __future__ import annotations
20
20
 
21
21
  import sys
22
- from typing import Any, Mapping, overload
22
+ from typing import Any, overload
23
23
 
24
24
  from botocore.client import BaseClient, ClientMeta
25
25
  from botocore.errorfactory import BaseClientExceptions
@@ -763,6 +763,12 @@ from .waiter import (
763
763
  TransformJobCompletedOrStoppedWaiter,
764
764
  )
765
765
 
766
+ if sys.version_info >= (3, 9):
767
+ from builtins import dict as Dict
768
+ from builtins import type as Type
769
+ from collections.abc import Mapping
770
+ else:
771
+ from typing import Dict, Mapping, Type
766
772
  if sys.version_info >= (3, 12):
767
773
  from typing import Literal, Unpack
768
774
  else:
@@ -773,11 +779,11 @@ __all__ = ("SageMakerClient",)
773
779
 
774
780
 
775
781
  class Exceptions(BaseClientExceptions):
776
- ClientError: type[BotocoreClientError]
777
- ConflictException: type[BotocoreClientError]
778
- ResourceInUse: type[BotocoreClientError]
779
- ResourceLimitExceeded: type[BotocoreClientError]
780
- ResourceNotFound: type[BotocoreClientError]
782
+ ClientError: Type[BotocoreClientError]
783
+ ConflictException: Type[BotocoreClientError]
784
+ ResourceInUse: Type[BotocoreClientError]
785
+ ResourceLimitExceeded: Type[BotocoreClientError]
786
+ ResourceNotFound: Type[BotocoreClientError]
781
787
 
782
788
 
783
789
  class SageMakerClient(BaseClient):
@@ -1743,7 +1749,7 @@ class SageMakerClient(BaseClient):
1743
1749
 
1744
1750
  def delete_flow_definition(
1745
1751
  self, **kwargs: Unpack[DeleteFlowDefinitionRequestRequestTypeDef]
1746
- ) -> dict[str, Any]:
1752
+ ) -> Dict[str, Any]:
1747
1753
  """
1748
1754
  Deletes the specified flow definition.
1749
1755
 
@@ -1783,7 +1789,7 @@ class SageMakerClient(BaseClient):
1783
1789
 
1784
1790
  def delete_human_task_ui(
1785
1791
  self, **kwargs: Unpack[DeleteHumanTaskUiRequestRequestTypeDef]
1786
- ) -> dict[str, Any]:
1792
+ ) -> Dict[str, Any]:
1787
1793
  """
1788
1794
  Use this operation to delete a human task user interface (worker task template).
1789
1795
 
@@ -1801,7 +1807,7 @@ class SageMakerClient(BaseClient):
1801
1807
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_hyper_parameter_tuning_job)
1802
1808
  """
1803
1809
 
1804
- def delete_image(self, **kwargs: Unpack[DeleteImageRequestRequestTypeDef]) -> dict[str, Any]:
1810
+ def delete_image(self, **kwargs: Unpack[DeleteImageRequestRequestTypeDef]) -> Dict[str, Any]:
1805
1811
  """
1806
1812
  Deletes a SageMaker AI image and all versions of the image.
1807
1813
 
@@ -1811,7 +1817,7 @@ class SageMakerClient(BaseClient):
1811
1817
 
1812
1818
  def delete_image_version(
1813
1819
  self, **kwargs: Unpack[DeleteImageVersionRequestRequestTypeDef]
1814
- ) -> dict[str, Any]:
1820
+ ) -> Dict[str, Any]:
1815
1821
  """
1816
1822
  Deletes a version of a SageMaker AI image.
1817
1823
 
@@ -2019,7 +2025,7 @@ class SageMakerClient(BaseClient):
2019
2025
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_studio_lifecycle_config)
2020
2026
  """
2021
2027
 
2022
- def delete_tags(self, **kwargs: Unpack[DeleteTagsInputRequestTypeDef]) -> dict[str, Any]:
2028
+ def delete_tags(self, **kwargs: Unpack[DeleteTagsInputRequestTypeDef]) -> Dict[str, Any]:
2023
2029
  """
2024
2030
  Deletes the specified tags from an SageMaker resource.
2025
2031
 
@@ -2059,7 +2065,7 @@ class SageMakerClient(BaseClient):
2059
2065
 
2060
2066
  def delete_workforce(
2061
2067
  self, **kwargs: Unpack[DeleteWorkforceRequestRequestTypeDef]
2062
- ) -> dict[str, Any]:
2068
+ ) -> Dict[str, Any]:
2063
2069
  """
2064
2070
  Use this operation to delete a workforce.
2065
2071
 
@@ -2769,7 +2775,7 @@ class SageMakerClient(BaseClient):
2769
2775
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_workteam)
2770
2776
  """
2771
2777
 
2772
- def disable_sagemaker_servicecatalog_portfolio(self) -> dict[str, Any]:
2778
+ def disable_sagemaker_servicecatalog_portfolio(self) -> Dict[str, Any]:
2773
2779
  """
2774
2780
  Disables using Service Catalog in SageMaker.
2775
2781
 
@@ -2787,7 +2793,7 @@ class SageMakerClient(BaseClient):
2787
2793
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#disassociate_trial_component)
2788
2794
  """
2789
2795
 
2790
- def enable_sagemaker_servicecatalog_portfolio(self) -> dict[str, Any]:
2796
+ def enable_sagemaker_servicecatalog_portfolio(self) -> Dict[str, Any]:
2791
2797
  """
2792
2798
  Enables using Service Catalog in SageMaker.
2793
2799
 
@@ -4282,7 +4288,7 @@ class SageMakerClient(BaseClient):
4282
4288
 
4283
4289
  def update_notebook_instance(
4284
4290
  self, **kwargs: Unpack[UpdateNotebookInstanceInputRequestTypeDef]
4285
- ) -> dict[str, Any]:
4291
+ ) -> Dict[str, Any]:
4286
4292
  """
4287
4293
  Updates a notebook instance.
4288
4294
 
@@ -4292,7 +4298,7 @@ class SageMakerClient(BaseClient):
4292
4298
 
4293
4299
  def update_notebook_instance_lifecycle_config(
4294
4300
  self, **kwargs: Unpack[UpdateNotebookInstanceLifecycleConfigInputRequestTypeDef]
4295
- ) -> dict[str, Any]:
4301
+ ) -> Dict[str, Any]:
4296
4302
  """
4297
4303
  Updates a notebook instance lifecycle configuration created with the <a
4298
4304
  href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateNotebookInstanceLifecycleConfig.html">CreateNotebookInstanceLifecycleConfig</a>
@@ -19,7 +19,7 @@ Copyright 2025 Vlad Emelianov
19
19
  from __future__ import annotations
20
20
 
21
21
  import sys
22
- from typing import Any, Mapping, overload
22
+ from typing import Any, overload
23
23
 
24
24
  from botocore.client import BaseClient, ClientMeta
25
25
  from botocore.errorfactory import BaseClientExceptions
@@ -763,6 +763,12 @@ from .waiter import (
763
763
  TransformJobCompletedOrStoppedWaiter,
764
764
  )
765
765
 
766
+ if sys.version_info >= (3, 9):
767
+ from builtins import dict as Dict
768
+ from builtins import type as Type
769
+ from collections.abc import Mapping
770
+ else:
771
+ from typing import Dict, Mapping, Type
766
772
  if sys.version_info >= (3, 12):
767
773
  from typing import Literal, Unpack
768
774
  else:
@@ -771,11 +777,11 @@ else:
771
777
  __all__ = ("SageMakerClient",)
772
778
 
773
779
  class Exceptions(BaseClientExceptions):
774
- ClientError: type[BotocoreClientError]
775
- ConflictException: type[BotocoreClientError]
776
- ResourceInUse: type[BotocoreClientError]
777
- ResourceLimitExceeded: type[BotocoreClientError]
778
- ResourceNotFound: type[BotocoreClientError]
780
+ ClientError: Type[BotocoreClientError]
781
+ ConflictException: Type[BotocoreClientError]
782
+ ResourceInUse: Type[BotocoreClientError]
783
+ ResourceLimitExceeded: Type[BotocoreClientError]
784
+ ResourceNotFound: Type[BotocoreClientError]
779
785
 
780
786
  class SageMakerClient(BaseClient):
781
787
  """
@@ -1740,7 +1746,7 @@ class SageMakerClient(BaseClient):
1740
1746
 
1741
1747
  def delete_flow_definition(
1742
1748
  self, **kwargs: Unpack[DeleteFlowDefinitionRequestRequestTypeDef]
1743
- ) -> dict[str, Any]:
1749
+ ) -> Dict[str, Any]:
1744
1750
  """
1745
1751
  Deletes the specified flow definition.
1746
1752
 
@@ -1780,7 +1786,7 @@ class SageMakerClient(BaseClient):
1780
1786
 
1781
1787
  def delete_human_task_ui(
1782
1788
  self, **kwargs: Unpack[DeleteHumanTaskUiRequestRequestTypeDef]
1783
- ) -> dict[str, Any]:
1789
+ ) -> Dict[str, Any]:
1784
1790
  """
1785
1791
  Use this operation to delete a human task user interface (worker task template).
1786
1792
 
@@ -1798,7 +1804,7 @@ class SageMakerClient(BaseClient):
1798
1804
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_hyper_parameter_tuning_job)
1799
1805
  """
1800
1806
 
1801
- def delete_image(self, **kwargs: Unpack[DeleteImageRequestRequestTypeDef]) -> dict[str, Any]:
1807
+ def delete_image(self, **kwargs: Unpack[DeleteImageRequestRequestTypeDef]) -> Dict[str, Any]:
1802
1808
  """
1803
1809
  Deletes a SageMaker AI image and all versions of the image.
1804
1810
 
@@ -1808,7 +1814,7 @@ class SageMakerClient(BaseClient):
1808
1814
 
1809
1815
  def delete_image_version(
1810
1816
  self, **kwargs: Unpack[DeleteImageVersionRequestRequestTypeDef]
1811
- ) -> dict[str, Any]:
1817
+ ) -> Dict[str, Any]:
1812
1818
  """
1813
1819
  Deletes a version of a SageMaker AI image.
1814
1820
 
@@ -2016,7 +2022,7 @@ class SageMakerClient(BaseClient):
2016
2022
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_studio_lifecycle_config)
2017
2023
  """
2018
2024
 
2019
- def delete_tags(self, **kwargs: Unpack[DeleteTagsInputRequestTypeDef]) -> dict[str, Any]:
2025
+ def delete_tags(self, **kwargs: Unpack[DeleteTagsInputRequestTypeDef]) -> Dict[str, Any]:
2020
2026
  """
2021
2027
  Deletes the specified tags from an SageMaker resource.
2022
2028
 
@@ -2056,7 +2062,7 @@ class SageMakerClient(BaseClient):
2056
2062
 
2057
2063
  def delete_workforce(
2058
2064
  self, **kwargs: Unpack[DeleteWorkforceRequestRequestTypeDef]
2059
- ) -> dict[str, Any]:
2065
+ ) -> Dict[str, Any]:
2060
2066
  """
2061
2067
  Use this operation to delete a workforce.
2062
2068
 
@@ -2766,7 +2772,7 @@ class SageMakerClient(BaseClient):
2766
2772
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_workteam)
2767
2773
  """
2768
2774
 
2769
- def disable_sagemaker_servicecatalog_portfolio(self) -> dict[str, Any]:
2775
+ def disable_sagemaker_servicecatalog_portfolio(self) -> Dict[str, Any]:
2770
2776
  """
2771
2777
  Disables using Service Catalog in SageMaker.
2772
2778
 
@@ -2784,7 +2790,7 @@ class SageMakerClient(BaseClient):
2784
2790
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#disassociate_trial_component)
2785
2791
  """
2786
2792
 
2787
- def enable_sagemaker_servicecatalog_portfolio(self) -> dict[str, Any]:
2793
+ def enable_sagemaker_servicecatalog_portfolio(self) -> Dict[str, Any]:
2788
2794
  """
2789
2795
  Enables using Service Catalog in SageMaker.
2790
2796
 
@@ -4279,7 +4285,7 @@ class SageMakerClient(BaseClient):
4279
4285
 
4280
4286
  def update_notebook_instance(
4281
4287
  self, **kwargs: Unpack[UpdateNotebookInstanceInputRequestTypeDef]
4282
- ) -> dict[str, Any]:
4288
+ ) -> Dict[str, Any]:
4283
4289
  """
4284
4290
  Updates a notebook instance.
4285
4291
 
@@ -4289,7 +4295,7 @@ class SageMakerClient(BaseClient):
4289
4295
 
4290
4296
  def update_notebook_instance_lifecycle_config(
4291
4297
  self, **kwargs: Unpack[UpdateNotebookInstanceLifecycleConfigInputRequestTypeDef]
4292
- ) -> dict[str, Any]:
4298
+ ) -> Dict[str, Any]:
4293
4299
  """
4294
4300
  Updates a notebook instance lifecycle configuration created with the <a
4295
4301
  href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateNotebookInstanceLifecycleConfig.html">CreateNotebookInstanceLifecycleConfig</a>
@@ -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",