mypy-boto3-sagemaker 1.34.87__py3-none-any.whl → 1.34.89__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.34.87\n"
14
- "Version: 1.34.87\n"
13
+ "Type annotations for boto3.SageMaker 1.34.89\n"
14
+ "Version: 1.34.89\n"
15
15
  "Builder version: 7.23.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.34.87")
27
+ print("1.34.89")
28
28
 
29
29
 
30
30
  def main() -> None:
@@ -2067,6 +2067,7 @@ ServiceName = Literal[
2067
2067
  "route53-recovery-control-config",
2068
2068
  "route53-recovery-readiness",
2069
2069
  "route53domains",
2070
+ "route53profiles",
2070
2071
  "route53resolver",
2071
2072
  "rum",
2072
2073
  "s3",
@@ -2067,6 +2067,7 @@ ServiceName = Literal[
2067
2067
  "route53-recovery-control-config",
2068
2068
  "route53-recovery-readiness",
2069
2069
  "route53domains",
2070
+ "route53profiles",
2070
2071
  "route53resolver",
2071
2072
  "rum",
2072
2073
  "s3",
@@ -1339,7 +1339,6 @@ __all__ = (
1339
1339
  "DescribeClusterNodeResponseTypeDef",
1340
1340
  "ListClusterNodesResponseTypeDef",
1341
1341
  "ListCodeRepositoriesOutputTypeDef",
1342
- "DefaultSpaceSettingsTypeDef",
1343
1342
  "FeatureDefinitionTypeDef",
1344
1343
  "ListContextsResponseTypeDef",
1345
1344
  "InferenceExperimentSummaryTypeDef",
@@ -1347,6 +1346,7 @@ __all__ = (
1347
1346
  "ChannelPaginatorTypeDef",
1348
1347
  "ChannelTypeDef",
1349
1348
  "ProcessingInputTypeDef",
1349
+ "DefaultSpaceSettingsTypeDef",
1350
1350
  "UserSettingsTypeDef",
1351
1351
  "InferenceComponentSpecificationSummaryTypeDef",
1352
1352
  "CreateEdgeDeploymentPlanRequestRequestTypeDef",
@@ -10748,15 +10748,6 @@ ListCodeRepositoriesOutputTypeDef = TypedDict(
10748
10748
  "ResponseMetadata": ResponseMetadataTypeDef,
10749
10749
  },
10750
10750
  )
10751
- DefaultSpaceSettingsTypeDef = TypedDict(
10752
- "DefaultSpaceSettingsTypeDef",
10753
- {
10754
- "ExecutionRole": NotRequired[str],
10755
- "SecurityGroups": NotRequired[Sequence[str]],
10756
- "JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsTypeDef],
10757
- "KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsTypeDef],
10758
- },
10759
- )
10760
10751
  FeatureDefinitionTypeDef = TypedDict(
10761
10752
  "FeatureDefinitionTypeDef",
10762
10753
  {
@@ -10834,6 +10825,19 @@ ProcessingInputTypeDef = TypedDict(
10834
10825
  "DatasetDefinition": NotRequired[DatasetDefinitionTypeDef],
10835
10826
  },
10836
10827
  )
10828
+ DefaultSpaceSettingsTypeDef = TypedDict(
10829
+ "DefaultSpaceSettingsTypeDef",
10830
+ {
10831
+ "ExecutionRole": NotRequired[str],
10832
+ "SecurityGroups": NotRequired[Sequence[str]],
10833
+ "JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsTypeDef],
10834
+ "KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsTypeDef],
10835
+ "JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsTypeDef],
10836
+ "SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
10837
+ "CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
10838
+ "CustomFileSystemConfigs": NotRequired[Sequence[CustomFileSystemConfigTypeDef]],
10839
+ },
10840
+ )
10837
10841
  UserSettingsTypeDef = TypedDict(
10838
10842
  "UserSettingsTypeDef",
10839
10843
  {
@@ -1339,7 +1339,6 @@ __all__ = (
1339
1339
  "DescribeClusterNodeResponseTypeDef",
1340
1340
  "ListClusterNodesResponseTypeDef",
1341
1341
  "ListCodeRepositoriesOutputTypeDef",
1342
- "DefaultSpaceSettingsTypeDef",
1343
1342
  "FeatureDefinitionTypeDef",
1344
1343
  "ListContextsResponseTypeDef",
1345
1344
  "InferenceExperimentSummaryTypeDef",
@@ -1347,6 +1346,7 @@ __all__ = (
1347
1346
  "ChannelPaginatorTypeDef",
1348
1347
  "ChannelTypeDef",
1349
1348
  "ProcessingInputTypeDef",
1349
+ "DefaultSpaceSettingsTypeDef",
1350
1350
  "UserSettingsTypeDef",
1351
1351
  "InferenceComponentSpecificationSummaryTypeDef",
1352
1352
  "CreateEdgeDeploymentPlanRequestRequestTypeDef",
@@ -10748,15 +10748,6 @@ ListCodeRepositoriesOutputTypeDef = TypedDict(
10748
10748
  "ResponseMetadata": ResponseMetadataTypeDef,
10749
10749
  },
10750
10750
  )
10751
- DefaultSpaceSettingsTypeDef = TypedDict(
10752
- "DefaultSpaceSettingsTypeDef",
10753
- {
10754
- "ExecutionRole": NotRequired[str],
10755
- "SecurityGroups": NotRequired[Sequence[str]],
10756
- "JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsTypeDef],
10757
- "KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsTypeDef],
10758
- },
10759
- )
10760
10751
  FeatureDefinitionTypeDef = TypedDict(
10761
10752
  "FeatureDefinitionTypeDef",
10762
10753
  {
@@ -10834,6 +10825,19 @@ ProcessingInputTypeDef = TypedDict(
10834
10825
  "DatasetDefinition": NotRequired[DatasetDefinitionTypeDef],
10835
10826
  },
10836
10827
  )
10828
+ DefaultSpaceSettingsTypeDef = TypedDict(
10829
+ "DefaultSpaceSettingsTypeDef",
10830
+ {
10831
+ "ExecutionRole": NotRequired[str],
10832
+ "SecurityGroups": NotRequired[Sequence[str]],
10833
+ "JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsTypeDef],
10834
+ "KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsTypeDef],
10835
+ "JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsTypeDef],
10836
+ "SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
10837
+ "CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
10838
+ "CustomFileSystemConfigs": NotRequired[Sequence[CustomFileSystemConfigTypeDef]],
10839
+ },
10840
+ )
10837
10841
  UserSettingsTypeDef = TypedDict(
10838
10842
  "UserSettingsTypeDef",
10839
10843
  {
@@ -2,4 +2,4 @@
2
2
  Source of truth for version.
3
3
  """
4
4
 
5
- __version__ = "1.34.87"
5
+ __version__ = "1.34.89"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-sagemaker
3
- Version: 1.34.87
4
- Summary: Type annotations for boto3.SageMaker 1.34.87 service generated with mypy-boto3-builder 7.23.2
3
+ Version: 1.34.89
4
+ Summary: Type annotations for boto3.SageMaker 1.34.89 service generated with mypy-boto3-builder 7.23.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.34.87](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker)
46
+ [boto3.SageMaker 1.34.89](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=RaUXvRI-OVL0aIBxpAM-52Mn3M9MLQRXSVM31BmWKnY,19369
2
2
  mypy_boto3_sagemaker/__init__.pyi,sha256=RaUXvRI-OVL0aIBxpAM-52Mn3M9MLQRXSVM31BmWKnY,19369
3
- mypy_boto3_sagemaker/__main__.py,sha256=oIU6o1X7Z4HzH07E4RseeMP-bnoNBiYOmLAaZc4yZrQ,927
3
+ mypy_boto3_sagemaker/__main__.py,sha256=AFnAfd-LMzUVgDVa7elECfAnyDKuIOSyyqZSng_hRXM,927
4
4
  mypy_boto3_sagemaker/client.py,sha256=Z2OaBt9Ji7lSNEBboWtWC0S4xKYjkzQ8j97ITGXdHdw,278115
5
5
  mypy_boto3_sagemaker/client.pyi,sha256=UlHN-gQiHm0bOK_Vwj7W1dSBAlf0YGu8SlAlmLEGqDc,278112
6
- mypy_boto3_sagemaker/literals.py,sha256=WyogLIMrlWBIQogostp117t8ddug0xFdFzpIJIEj_rM,66800
7
- mypy_boto3_sagemaker/literals.pyi,sha256=WyogLIMrlWBIQogostp117t8ddug0xFdFzpIJIEj_rM,66800
6
+ mypy_boto3_sagemaker/literals.py,sha256=WVUlwjsYZXoWSLx2fnktdm5stUqBWABJjjHXdgAWCtM,66823
7
+ mypy_boto3_sagemaker/literals.pyi,sha256=WVUlwjsYZXoWSLx2fnktdm5stUqBWABJjjHXdgAWCtM,66823
8
8
  mypy_boto3_sagemaker/paginator.py,sha256=7U40p0Sa_Rs-nhcDNgeHPOB5rUq63pVUy_f7cyfeFr0,102894
9
9
  mypy_boto3_sagemaker/paginator.pyi,sha256=nOLkSrtqe0Tgl9nQr_JynbUkyw6gN0A5BHfycyRAs9A,102821
10
10
  mypy_boto3_sagemaker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- mypy_boto3_sagemaker/type_defs.py,sha256=zU_FjcTXGgF9OjZl8iffXHRSBG4oCUkj2WcKWHcFMCQ,503242
12
- mypy_boto3_sagemaker/type_defs.pyi,sha256=zU_FjcTXGgF9OjZl8iffXHRSBG4oCUkj2WcKWHcFMCQ,503242
13
- mypy_boto3_sagemaker/version.py,sha256=WgblVwy5TRDrQ5gwFJGN7Ei_yzqREXfgo2qOTzM0RZQ,62
11
+ mypy_boto3_sagemaker/type_defs.py,sha256=KuQ_GwK_c3rQQ5Mw3cXOuZyc6Na4Mi0RKG7VGBsgrro,503564
12
+ mypy_boto3_sagemaker/type_defs.pyi,sha256=KuQ_GwK_c3rQQ5Mw3cXOuZyc6Na4Mi0RKG7VGBsgrro,503564
13
+ mypy_boto3_sagemaker/version.py,sha256=5KIKCOZOpCIrZ19FVWgJqP2Jehn-oZ3yd6u4x9T-rFw,62
14
14
  mypy_boto3_sagemaker/waiter.py,sha256=sgVFqtSXJD4pkx1f6t-BBp6hh61GjIp1IS2Iz_WJMaE,13323
15
15
  mypy_boto3_sagemaker/waiter.pyi,sha256=vpObdrmi9_5qh3M5fkDnJRCj55lDcN_ZcNaoZOb1U4I,13310
16
- mypy_boto3_sagemaker-1.34.87.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
17
- mypy_boto3_sagemaker-1.34.87.dist-info/METADATA,sha256=PMcZYCXIlalwBUw4SykCwI9VeUJmSlvORO4G939HgFI,25766
18
- mypy_boto3_sagemaker-1.34.87.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
19
- mypy_boto3_sagemaker-1.34.87.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
20
- mypy_boto3_sagemaker-1.34.87.dist-info/RECORD,,
16
+ mypy_boto3_sagemaker-1.34.89.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
17
+ mypy_boto3_sagemaker-1.34.89.dist-info/METADATA,sha256=wx1Op5BL96XpfJA7Z-1D4P_kiGsI5cZHOTrydvCCktc,25766
18
+ mypy_boto3_sagemaker-1.34.89.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
19
+ mypy_boto3_sagemaker-1.34.89.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
20
+ mypy_boto3_sagemaker-1.34.89.dist-info/RECORD,,