mypy-boto3-sagemaker 1.35.26__py3-none-any.whl → 1.35.32__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.

@@ -10,8 +10,8 @@ def print_info() -> None:
10
10
  Print package info to stdout.
11
11
  """
12
12
  print(
13
- "Type annotations for boto3.SageMaker 1.35.26\n"
14
- "Version: 1.35.26\n"
13
+ "Type annotations for boto3.SageMaker 1.35.32\n"
14
+ "Version: 1.35.32\n"
15
15
  "Builder version: 8.1.2\n"
16
16
  "Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker//\n"
17
17
  "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker\n"
@@ -24,7 +24,7 @@ def print_version() -> None:
24
24
  """
25
25
  Print package version to stdout.
26
26
  """
27
- print("1.35.26")
27
+ print("1.35.32")
28
28
 
29
29
 
30
30
  def main() -> None:
@@ -359,6 +359,7 @@ __all__ = (
359
359
  "StudioLifecycleConfigSortKeyType",
360
360
  "StudioWebPortalType",
361
361
  "TableFormatType",
362
+ "TagPropagationType",
362
363
  "TargetDeviceType",
363
364
  "TargetPlatformAcceleratorType",
364
365
  "TargetPlatformArchType",
@@ -1720,6 +1721,7 @@ StudioLifecycleConfigAppTypeType = Literal[
1720
1721
  StudioLifecycleConfigSortKeyType = Literal["CreationTime", "LastModifiedTime", "Name"]
1721
1722
  StudioWebPortalType = Literal["DISABLED", "ENABLED"]
1722
1723
  TableFormatType = Literal["Default", "Glue", "Iceberg"]
1724
+ TagPropagationType = Literal["DISABLED", "ENABLED"]
1723
1725
  TargetDeviceType = Literal[
1724
1726
  "aisage",
1725
1727
  "amba_cv2",
@@ -2377,7 +2379,6 @@ ServiceName = Literal[
2377
2379
  "wellarchitected",
2378
2380
  "wisdom",
2379
2381
  "workdocs",
2380
- "worklink",
2381
2382
  "workmail",
2382
2383
  "workmailmessageflow",
2383
2384
  "workspaces",
@@ -358,6 +358,7 @@ __all__ = (
358
358
  "StudioLifecycleConfigSortKeyType",
359
359
  "StudioWebPortalType",
360
360
  "TableFormatType",
361
+ "TagPropagationType",
361
362
  "TargetDeviceType",
362
363
  "TargetPlatformAcceleratorType",
363
364
  "TargetPlatformArchType",
@@ -1718,6 +1719,7 @@ StudioLifecycleConfigAppTypeType = Literal[
1718
1719
  StudioLifecycleConfigSortKeyType = Literal["CreationTime", "LastModifiedTime", "Name"]
1719
1720
  StudioWebPortalType = Literal["DISABLED", "ENABLED"]
1720
1721
  TableFormatType = Literal["Default", "Glue", "Iceberg"]
1722
+ TagPropagationType = Literal["DISABLED", "ENABLED"]
1721
1723
  TargetDeviceType = Literal[
1722
1724
  "aisage",
1723
1725
  "amba_cv2",
@@ -2375,7 +2377,6 @@ ServiceName = Literal[
2375
2377
  "wellarchitected",
2376
2378
  "wisdom",
2377
2379
  "workdocs",
2378
- "worklink",
2379
2380
  "workmail",
2380
2381
  "workmailmessageflow",
2381
2382
  "workspaces",
@@ -257,6 +257,7 @@ from .literals import (
257
257
  StudioLifecycleConfigSortKeyType,
258
258
  StudioWebPortalType,
259
259
  TableFormatType,
260
+ TagPropagationType,
260
261
  TargetDeviceType,
261
262
  TargetPlatformAcceleratorType,
262
263
  TargetPlatformArchType,
@@ -7250,6 +7251,7 @@ DescribeAppResponseTypeDef = TypedDict(
7250
7251
  "CreationTime": datetime,
7251
7252
  "FailureReason": str,
7252
7253
  "ResourceSpec": ResourceSpecTypeDef,
7254
+ "BuiltInLifecycleConfigArn": str,
7253
7255
  "ResponseMetadata": ResponseMetadataTypeDef,
7254
7256
  },
7255
7257
  )
@@ -11363,6 +11365,7 @@ CodeEditorAppSettingsOutputTypeDef = TypedDict(
11363
11365
  "CustomImages": NotRequired[List[CustomImageTypeDef]],
11364
11366
  "LifecycleConfigArns": NotRequired[List[str]],
11365
11367
  "AppLifecycleManagement": NotRequired[AppLifecycleManagementTypeDef],
11368
+ "BuiltInLifecycleConfigArn": NotRequired[str],
11366
11369
  },
11367
11370
  )
11368
11371
  CodeEditorAppSettingsTypeDef = TypedDict(
@@ -11372,6 +11375,7 @@ CodeEditorAppSettingsTypeDef = TypedDict(
11372
11375
  "CustomImages": NotRequired[Sequence[CustomImageTypeDef]],
11373
11376
  "LifecycleConfigArns": NotRequired[Sequence[str]],
11374
11377
  "AppLifecycleManagement": NotRequired[AppLifecycleManagementTypeDef],
11378
+ "BuiltInLifecycleConfigArn": NotRequired[str],
11375
11379
  },
11376
11380
  )
11377
11381
  JupyterLabAppSettingsOutputTypeDef = TypedDict(
@@ -11383,6 +11387,7 @@ JupyterLabAppSettingsOutputTypeDef = TypedDict(
11383
11387
  "CodeRepositories": NotRequired[List[CodeRepositoryTypeDef]],
11384
11388
  "AppLifecycleManagement": NotRequired[AppLifecycleManagementTypeDef],
11385
11389
  "EmrSettings": NotRequired[EmrSettingsOutputTypeDef],
11390
+ "BuiltInLifecycleConfigArn": NotRequired[str],
11386
11391
  },
11387
11392
  )
11388
11393
  ArtifactSummaryTypeDef = TypedDict(
@@ -11967,6 +11972,7 @@ JupyterLabAppSettingsTypeDef = TypedDict(
11967
11972
  "CodeRepositories": NotRequired[Sequence[CodeRepositoryTypeDef]],
11968
11973
  "AppLifecycleManagement": NotRequired[AppLifecycleManagementTypeDef],
11969
11974
  "EmrSettings": NotRequired[EmrSettingsUnionTypeDef],
11975
+ "BuiltInLifecycleConfigArn": NotRequired[str],
11970
11976
  },
11971
11977
  )
11972
11978
  InferenceRecommendationTypeDef = TypedDict(
@@ -14016,6 +14022,7 @@ DescribeDomainResponseTypeDef = TypedDict(
14016
14022
  "VpcId": str,
14017
14023
  "KmsKeyId": str,
14018
14024
  "AppSecurityGroupManagement": AppSecurityGroupManagementType,
14025
+ "TagPropagation": TagPropagationType,
14019
14026
  "DefaultSpaceSettings": DefaultSpaceSettingsOutputTypeDef,
14020
14027
  "ResponseMetadata": ResponseMetadataTypeDef,
14021
14028
  },
@@ -14713,6 +14720,7 @@ CreateDomainRequestRequestTypeDef = TypedDict(
14713
14720
  "HomeEfsFileSystemKmsKeyId": NotRequired[str],
14714
14721
  "KmsKeyId": NotRequired[str],
14715
14722
  "AppSecurityGroupManagement": NotRequired[AppSecurityGroupManagementType],
14723
+ "TagPropagation": NotRequired[TagPropagationType],
14716
14724
  "DefaultSpaceSettings": NotRequired[DefaultSpaceSettingsTypeDef],
14717
14725
  },
14718
14726
  )
@@ -14737,6 +14745,7 @@ UpdateDomainRequestRequestTypeDef = TypedDict(
14737
14745
  "DefaultSpaceSettings": NotRequired[DefaultSpaceSettingsTypeDef],
14738
14746
  "SubnetIds": NotRequired[Sequence[str]],
14739
14747
  "AppNetworkAccessType": NotRequired[AppNetworkAccessTypeType],
14748
+ "TagPropagation": NotRequired[TagPropagationType],
14740
14749
  },
14741
14750
  )
14742
14751
  UpdateUserProfileRequestRequestTypeDef = TypedDict(
@@ -257,6 +257,7 @@ from .literals import (
257
257
  StudioLifecycleConfigSortKeyType,
258
258
  StudioWebPortalType,
259
259
  TableFormatType,
260
+ TagPropagationType,
260
261
  TargetDeviceType,
261
262
  TargetPlatformAcceleratorType,
262
263
  TargetPlatformArchType,
@@ -7249,6 +7250,7 @@ DescribeAppResponseTypeDef = TypedDict(
7249
7250
  "CreationTime": datetime,
7250
7251
  "FailureReason": str,
7251
7252
  "ResourceSpec": ResourceSpecTypeDef,
7253
+ "BuiltInLifecycleConfigArn": str,
7252
7254
  "ResponseMetadata": ResponseMetadataTypeDef,
7253
7255
  },
7254
7256
  )
@@ -11362,6 +11364,7 @@ CodeEditorAppSettingsOutputTypeDef = TypedDict(
11362
11364
  "CustomImages": NotRequired[List[CustomImageTypeDef]],
11363
11365
  "LifecycleConfigArns": NotRequired[List[str]],
11364
11366
  "AppLifecycleManagement": NotRequired[AppLifecycleManagementTypeDef],
11367
+ "BuiltInLifecycleConfigArn": NotRequired[str],
11365
11368
  },
11366
11369
  )
11367
11370
  CodeEditorAppSettingsTypeDef = TypedDict(
@@ -11371,6 +11374,7 @@ CodeEditorAppSettingsTypeDef = TypedDict(
11371
11374
  "CustomImages": NotRequired[Sequence[CustomImageTypeDef]],
11372
11375
  "LifecycleConfigArns": NotRequired[Sequence[str]],
11373
11376
  "AppLifecycleManagement": NotRequired[AppLifecycleManagementTypeDef],
11377
+ "BuiltInLifecycleConfigArn": NotRequired[str],
11374
11378
  },
11375
11379
  )
11376
11380
  JupyterLabAppSettingsOutputTypeDef = TypedDict(
@@ -11382,6 +11386,7 @@ JupyterLabAppSettingsOutputTypeDef = TypedDict(
11382
11386
  "CodeRepositories": NotRequired[List[CodeRepositoryTypeDef]],
11383
11387
  "AppLifecycleManagement": NotRequired[AppLifecycleManagementTypeDef],
11384
11388
  "EmrSettings": NotRequired[EmrSettingsOutputTypeDef],
11389
+ "BuiltInLifecycleConfigArn": NotRequired[str],
11385
11390
  },
11386
11391
  )
11387
11392
  ArtifactSummaryTypeDef = TypedDict(
@@ -11966,6 +11971,7 @@ JupyterLabAppSettingsTypeDef = TypedDict(
11966
11971
  "CodeRepositories": NotRequired[Sequence[CodeRepositoryTypeDef]],
11967
11972
  "AppLifecycleManagement": NotRequired[AppLifecycleManagementTypeDef],
11968
11973
  "EmrSettings": NotRequired[EmrSettingsUnionTypeDef],
11974
+ "BuiltInLifecycleConfigArn": NotRequired[str],
11969
11975
  },
11970
11976
  )
11971
11977
  InferenceRecommendationTypeDef = TypedDict(
@@ -14015,6 +14021,7 @@ DescribeDomainResponseTypeDef = TypedDict(
14015
14021
  "VpcId": str,
14016
14022
  "KmsKeyId": str,
14017
14023
  "AppSecurityGroupManagement": AppSecurityGroupManagementType,
14024
+ "TagPropagation": TagPropagationType,
14018
14025
  "DefaultSpaceSettings": DefaultSpaceSettingsOutputTypeDef,
14019
14026
  "ResponseMetadata": ResponseMetadataTypeDef,
14020
14027
  },
@@ -14712,6 +14719,7 @@ CreateDomainRequestRequestTypeDef = TypedDict(
14712
14719
  "HomeEfsFileSystemKmsKeyId": NotRequired[str],
14713
14720
  "KmsKeyId": NotRequired[str],
14714
14721
  "AppSecurityGroupManagement": NotRequired[AppSecurityGroupManagementType],
14722
+ "TagPropagation": NotRequired[TagPropagationType],
14715
14723
  "DefaultSpaceSettings": NotRequired[DefaultSpaceSettingsTypeDef],
14716
14724
  },
14717
14725
  )
@@ -14736,6 +14744,7 @@ UpdateDomainRequestRequestTypeDef = TypedDict(
14736
14744
  "DefaultSpaceSettings": NotRequired[DefaultSpaceSettingsTypeDef],
14737
14745
  "SubnetIds": NotRequired[Sequence[str]],
14738
14746
  "AppNetworkAccessType": NotRequired[AppNetworkAccessTypeType],
14747
+ "TagPropagation": NotRequired[TagPropagationType],
14739
14748
  },
14740
14749
  )
14741
14750
  UpdateUserProfileRequestRequestTypeDef = TypedDict(
@@ -2,4 +2,4 @@
2
2
  Source of truth for version.
3
3
  """
4
4
 
5
- __version__ = "1.35.26"
5
+ __version__ = "1.35.32"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-sagemaker
3
- Version: 1.35.26
4
- Summary: Type annotations for boto3.SageMaker 1.35.26 service generated with mypy-boto3-builder 8.1.2
3
+ Version: 1.35.32
4
+ Summary: Type annotations for boto3.SageMaker 1.35.32 service generated with mypy-boto3-builder 8.1.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.SageMaker 1.35.26](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker)
46
+ [boto3.SageMaker 1.35.32](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker)
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/),
@@ -1,20 +1,20 @@
1
1
  mypy_boto3_sagemaker/__init__.py,sha256=b08-0nE22ES-AR3RJfmeB96l7Cu0WH35tk0vC5pvdko,19858
2
2
  mypy_boto3_sagemaker/__init__.pyi,sha256=Oxh-kRhT-JvQkrKOLiGHPqwvvSOFR-MquOEW-y-4w7s,19857
3
- mypy_boto3_sagemaker/__main__.py,sha256=I5yvGcsuVEW6Iy1dcX27zezoeoxPK-YLE9AFZ0vGHxE,926
3
+ mypy_boto3_sagemaker/__main__.py,sha256=fXsdrRAE983LkkecumyBoj4r1tE0rnV8SOc4O06ikr0,926
4
4
  mypy_boto3_sagemaker/client.py,sha256=mq787TVdP9xEIUA8qvUhUFUwZZWJ9MNTBWV6j7Ei5eE,253463
5
5
  mypy_boto3_sagemaker/client.pyi,sha256=ctCpeTXT60N7y6BxJ3VoOwggwpObLHQ1tQ7MqK5yiPM,253459
6
- mypy_boto3_sagemaker/literals.py,sha256=m9HNM2OuDjP33a5DH0qBoyDtwpBLal0Upee3heEkqZw,72904
7
- mypy_boto3_sagemaker/literals.pyi,sha256=8a-5bL1qK4oczgE4WK8Vap1zZErDrnAOURYXO4vVvmY,72902
6
+ mypy_boto3_sagemaker/literals.py,sha256=2I6q0o_sLGv2bRPGWDCVPRQ-5GB7bzRr_buQWoiV17M,72966
7
+ mypy_boto3_sagemaker/literals.pyi,sha256=bQu7RkzGfPZBDjRsaZd--NyX1fR0ccZJ9CcVXHM-Doc,72964
8
8
  mypy_boto3_sagemaker/paginator.py,sha256=JVxnUJtPpS6jz78bSSCwRO6DC1vXtbdCgVBMUQY70Q8,89269
9
9
  mypy_boto3_sagemaker/paginator.pyi,sha256=0MaN2KE4RNJ3951h7i4PYtqpfb7HxpgwFc6vThXisP4,89118
10
10
  mypy_boto3_sagemaker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- mypy_boto3_sagemaker/type_defs.py,sha256=tKpENYrU7nbDcCTQqBPhOJZX7KL25-pR8_YTwiH_18o,553146
12
- mypy_boto3_sagemaker/type_defs.pyi,sha256=EvxRVhoxZb71Bps0ZAaDAz2wkCLCzG4dLX1ZMvHY6Ds,553145
13
- mypy_boto3_sagemaker/version.py,sha256=7Pz8VZMYla6INQTWMOOYUWWozmnxZWyNStGQsosrjDc,62
11
+ mypy_boto3_sagemaker/type_defs.py,sha256=2l6rA_hp-rJtpUhie4ihA9cjg6sEHLVLoJ29L_JVgis,553596
12
+ mypy_boto3_sagemaker/type_defs.pyi,sha256=VuvttbLij9DU6tbs1W8kgmNXo1ud7dlvi2z6JtOf4uk,553595
13
+ mypy_boto3_sagemaker/version.py,sha256=nOIKlVkxM6NZxe_OH_ZsrtaltSXvyvcNLxVQmXN4Aho,62
14
14
  mypy_boto3_sagemaker/waiter.py,sha256=KKO4niBCTQALrdlTnKuiWICQC8BmGDvYrjXnZWnpD0c,14331
15
15
  mypy_boto3_sagemaker/waiter.pyi,sha256=4xauDS_2um-f-waElqVGiDnN_7TCaMkJa8j8DkaaNw4,14304
16
- mypy_boto3_sagemaker-1.35.26.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
17
- mypy_boto3_sagemaker-1.35.26.dist-info/METADATA,sha256=6Syc79u4cg8FW6j1eOLC5zPyzK6nLYjqxyyRAWShtko,26039
18
- mypy_boto3_sagemaker-1.35.26.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
19
- mypy_boto3_sagemaker-1.35.26.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
20
- mypy_boto3_sagemaker-1.35.26.dist-info/RECORD,,
16
+ mypy_boto3_sagemaker-1.35.32.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
17
+ mypy_boto3_sagemaker-1.35.32.dist-info/METADATA,sha256=RgxFIYq7DGdh8wBgvluuAsuwq4H0834JEcOuhW5tdD8,26039
18
+ mypy_boto3_sagemaker-1.35.32.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
19
+ mypy_boto3_sagemaker-1.35.32.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
20
+ mypy_boto3_sagemaker-1.35.32.dist-info/RECORD,,