mypy-boto3-sagemaker 1.35.11__py3-none-any.whl → 1.35.15__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.
- mypy_boto3_sagemaker/__main__.py +3 -3
- mypy_boto3_sagemaker/literals.py +7 -1
- mypy_boto3_sagemaker/literals.pyi +7 -1
- mypy_boto3_sagemaker/type_defs.py +373 -311
- mypy_boto3_sagemaker/type_defs.pyi +373 -311
- mypy_boto3_sagemaker/version.py +1 -1
- {mypy_boto3_sagemaker-1.35.11.dist-info → mypy_boto3_sagemaker-1.35.15.dist-info}/METADATA +3 -3
- mypy_boto3_sagemaker-1.35.15.dist-info/RECORD +20 -0
- {mypy_boto3_sagemaker-1.35.11.dist-info → mypy_boto3_sagemaker-1.35.15.dist-info}/WHEEL +1 -1
- mypy_boto3_sagemaker-1.35.11.dist-info/RECORD +0 -20
- {mypy_boto3_sagemaker-1.35.11.dist-info → mypy_boto3_sagemaker-1.35.15.dist-info}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.35.11.dist-info → mypy_boto3_sagemaker-1.35.15.dist-info}/top_level.txt +0 -0
|
@@ -63,6 +63,7 @@ from .literals import (
|
|
|
63
63
|
ClarifyTextLanguageType,
|
|
64
64
|
ClusterInstanceStatusType,
|
|
65
65
|
ClusterInstanceTypeType,
|
|
66
|
+
ClusterNodeRecoveryType,
|
|
66
67
|
ClusterSortByType,
|
|
67
68
|
ClusterStatusType,
|
|
68
69
|
CodeRepositorySortByType,
|
|
@@ -77,6 +78,7 @@ from .literals import (
|
|
|
77
78
|
CrossAccountFilterOptionType,
|
|
78
79
|
DataDistributionTypeType,
|
|
79
80
|
DataSourceNameType,
|
|
81
|
+
DeepHealthCheckTypeType,
|
|
80
82
|
DetailedAlgorithmStatusType,
|
|
81
83
|
DetailedModelPackageStatusType,
|
|
82
84
|
DeviceDeploymentStatusType,
|
|
@@ -135,6 +137,7 @@ from .literals import (
|
|
|
135
137
|
JoinSourceType,
|
|
136
138
|
LabelingJobStatusType,
|
|
137
139
|
LastUpdateStatusValueType,
|
|
140
|
+
LifecycleManagementType,
|
|
138
141
|
LineageTypeType,
|
|
139
142
|
ListCompilationJobsSortByType,
|
|
140
143
|
ListDeviceFleetsSortByType,
|
|
@@ -310,6 +313,7 @@ __all__ = (
|
|
|
310
313
|
"AmazonQSettingsTypeDef",
|
|
311
314
|
"AnnotationConsolidationConfigTypeDef",
|
|
312
315
|
"ResourceSpecTypeDef",
|
|
316
|
+
"IdleSettingsTypeDef",
|
|
313
317
|
"AppSpecificationOutputTypeDef",
|
|
314
318
|
"AppSpecificationTypeDef",
|
|
315
319
|
"ArtifactSourceTypeTypeDef",
|
|
@@ -378,6 +382,7 @@ __all__ = (
|
|
|
378
382
|
"ClusterLifeCycleConfigTypeDef",
|
|
379
383
|
"ClusterInstancePlacementTypeDef",
|
|
380
384
|
"ClusterInstanceStatusDetailsTypeDef",
|
|
385
|
+
"ClusterOrchestratorEksConfigTypeDef",
|
|
381
386
|
"ClusterSummaryTypeDef",
|
|
382
387
|
"ContainerConfigOutputTypeDef",
|
|
383
388
|
"FileSystemConfigTypeDef",
|
|
@@ -820,6 +825,7 @@ __all__ = (
|
|
|
820
825
|
"ShadowModelVariantConfigTypeDef",
|
|
821
826
|
"SharingSettingsTypeDef",
|
|
822
827
|
"SourceIpConfigOutputTypeDef",
|
|
828
|
+
"SpaceIdleSettingsTypeDef",
|
|
823
829
|
"SpaceSharingSettingsSummaryTypeDef",
|
|
824
830
|
"StairsTypeDef",
|
|
825
831
|
"StartEdgeDeploymentStageRequestRequestTypeDef",
|
|
@@ -1010,8 +1016,8 @@ __all__ = (
|
|
|
1010
1016
|
"DescribeAppResponseTypeDef",
|
|
1011
1017
|
"RStudioServerProDomainSettingsForUpdateTypeDef",
|
|
1012
1018
|
"RStudioServerProDomainSettingsTypeDef",
|
|
1013
|
-
"SpaceCodeEditorAppSettingsTypeDef",
|
|
1014
1019
|
"TensorBoardAppSettingsTypeDef",
|
|
1020
|
+
"AppLifecycleManagementTypeDef",
|
|
1015
1021
|
"ArtifactSourceOutputTypeDef",
|
|
1016
1022
|
"ArtifactSourceTypeDef",
|
|
1017
1023
|
"AsyncInferenceOutputConfigOutputTypeDef",
|
|
@@ -1058,13 +1064,12 @@ __all__ = (
|
|
|
1058
1064
|
"ClarifyShapConfigTypeDef",
|
|
1059
1065
|
"ClusterInstanceStorageConfigTypeDef",
|
|
1060
1066
|
"ClusterNodeSummaryTypeDef",
|
|
1067
|
+
"ClusterOrchestratorTypeDef",
|
|
1061
1068
|
"ListClustersResponseTypeDef",
|
|
1062
1069
|
"CodeEditorAppImageConfigOutputTypeDef",
|
|
1063
1070
|
"JupyterLabAppImageConfigOutputTypeDef",
|
|
1064
1071
|
"CodeEditorAppImageConfigTypeDef",
|
|
1065
1072
|
"JupyterLabAppImageConfigTypeDef",
|
|
1066
|
-
"CodeEditorAppSettingsOutputTypeDef",
|
|
1067
|
-
"CodeEditorAppSettingsTypeDef",
|
|
1068
1073
|
"KernelGatewayAppSettingsOutputTypeDef",
|
|
1069
1074
|
"KernelGatewayAppSettingsTypeDef",
|
|
1070
1075
|
"RSessionAppSettingsOutputTypeDef",
|
|
@@ -1074,8 +1079,6 @@ __all__ = (
|
|
|
1074
1079
|
"DescribeCodeRepositoryOutputTypeDef",
|
|
1075
1080
|
"JupyterServerAppSettingsOutputTypeDef",
|
|
1076
1081
|
"JupyterServerAppSettingsTypeDef",
|
|
1077
|
-
"SpaceJupyterLabAppSettingsOutputTypeDef",
|
|
1078
|
-
"SpaceJupyterLabAppSettingsTypeDef",
|
|
1079
1082
|
"CollectionConfigTypeDef",
|
|
1080
1083
|
"DebugHookConfigOutputTypeDef",
|
|
1081
1084
|
"DebugHookConfigTypeDef",
|
|
@@ -1230,8 +1233,6 @@ __all__ = (
|
|
|
1230
1233
|
"ListEdgeDeploymentPlansResponseTypeDef",
|
|
1231
1234
|
"GetDeviceFleetReportResponseTypeDef",
|
|
1232
1235
|
"ListEdgePackagingJobsResponseTypeDef",
|
|
1233
|
-
"JupyterLabAppSettingsOutputTypeDef",
|
|
1234
|
-
"JupyterLabAppSettingsTypeDef",
|
|
1235
1236
|
"ListEndpointConfigsOutputTypeDef",
|
|
1236
1237
|
"EndpointOutputConfigurationTypeDef",
|
|
1237
1238
|
"EndpointPerformanceTypeDef",
|
|
@@ -1416,6 +1417,7 @@ __all__ = (
|
|
|
1416
1417
|
"SelectiveExecutionConfigTypeDef",
|
|
1417
1418
|
"ShadowModeConfigOutputTypeDef",
|
|
1418
1419
|
"ShadowModeConfigTypeDef",
|
|
1420
|
+
"SpaceAppLifecycleManagementTypeDef",
|
|
1419
1421
|
"TrafficPatternOutputTypeDef",
|
|
1420
1422
|
"TrafficPatternTypeDef",
|
|
1421
1423
|
"TrainingImageConfigTypeDef",
|
|
@@ -1426,6 +1428,10 @@ __all__ = (
|
|
|
1426
1428
|
"DomainSettingsForUpdateTypeDef",
|
|
1427
1429
|
"DomainSettingsOutputTypeDef",
|
|
1428
1430
|
"DomainSettingsTypeDef",
|
|
1431
|
+
"CodeEditorAppSettingsOutputTypeDef",
|
|
1432
|
+
"CodeEditorAppSettingsTypeDef",
|
|
1433
|
+
"JupyterLabAppSettingsOutputTypeDef",
|
|
1434
|
+
"JupyterLabAppSettingsTypeDef",
|
|
1429
1435
|
"ArtifactSummaryTypeDef",
|
|
1430
1436
|
"CreateArtifactRequestRequestTypeDef",
|
|
1431
1437
|
"DeleteArtifactRequestRequestTypeDef",
|
|
@@ -1474,13 +1480,7 @@ __all__ = (
|
|
|
1474
1480
|
"UpdateEndpointWeightsAndCapacitiesInputRequestTypeDef",
|
|
1475
1481
|
"ListDevicesResponseTypeDef",
|
|
1476
1482
|
"DriftCheckBaselinesTypeDef",
|
|
1477
|
-
"SpaceSettingsOutputTypeDef",
|
|
1478
1483
|
"SpaceSettingsSummaryTypeDef",
|
|
1479
|
-
"SpaceSettingsTypeDef",
|
|
1480
|
-
"DefaultSpaceSettingsOutputTypeDef",
|
|
1481
|
-
"UserSettingsOutputTypeDef",
|
|
1482
|
-
"DefaultSpaceSettingsTypeDef",
|
|
1483
|
-
"UserSettingsTypeDef",
|
|
1484
1484
|
"InferenceRecommendationTypeDef",
|
|
1485
1485
|
"RecommendationJobInferenceBenchmarkTypeDef",
|
|
1486
1486
|
"SearchExpressionTypeDef",
|
|
@@ -1552,12 +1552,19 @@ __all__ = (
|
|
|
1552
1552
|
"DescribePipelineExecutionResponseTypeDef",
|
|
1553
1553
|
"PipelineExecutionTypeDef",
|
|
1554
1554
|
"StartPipelineExecutionRequestRequestTypeDef",
|
|
1555
|
+
"SpaceCodeEditorAppSettingsTypeDef",
|
|
1556
|
+
"SpaceJupyterLabAppSettingsOutputTypeDef",
|
|
1557
|
+
"SpaceJupyterLabAppSettingsTypeDef",
|
|
1555
1558
|
"AlgorithmSpecificationOutputTypeDef",
|
|
1556
1559
|
"AlgorithmSpecificationTypeDef",
|
|
1557
1560
|
"TransformInputTypeDef",
|
|
1558
1561
|
"DescribeWorkforceResponseTypeDef",
|
|
1559
1562
|
"ListWorkforcesResponseTypeDef",
|
|
1560
1563
|
"UpdateWorkforceResponseTypeDef",
|
|
1564
|
+
"DefaultSpaceSettingsOutputTypeDef",
|
|
1565
|
+
"UserSettingsOutputTypeDef",
|
|
1566
|
+
"DefaultSpaceSettingsTypeDef",
|
|
1567
|
+
"UserSettingsTypeDef",
|
|
1561
1568
|
"ListArtifactsResponseTypeDef",
|
|
1562
1569
|
"AutoMLProblemTypeConfigOutputTypeDef",
|
|
1563
1570
|
"AutoMLProblemTypeConfigTypeDef",
|
|
@@ -1585,16 +1592,7 @@ __all__ = (
|
|
|
1585
1592
|
"HyperParameterTrainingJobDefinitionTypeDef",
|
|
1586
1593
|
"TrainingJobDefinitionTypeDef",
|
|
1587
1594
|
"DescribeInferenceComponentOutputTypeDef",
|
|
1588
|
-
"DescribeSpaceResponseTypeDef",
|
|
1589
1595
|
"SpaceDetailsTypeDef",
|
|
1590
|
-
"CreateSpaceRequestRequestTypeDef",
|
|
1591
|
-
"UpdateSpaceRequestRequestTypeDef",
|
|
1592
|
-
"DescribeDomainResponseTypeDef",
|
|
1593
|
-
"DescribeUserProfileResponseTypeDef",
|
|
1594
|
-
"CreateDomainRequestRequestTypeDef",
|
|
1595
|
-
"CreateUserProfileRequestRequestTypeDef",
|
|
1596
|
-
"UpdateDomainRequestRequestTypeDef",
|
|
1597
|
-
"UpdateUserProfileRequestRequestTypeDef",
|
|
1598
1596
|
"InferenceRecommendationsJobStepTypeDef",
|
|
1599
1597
|
"SearchRequestSearchPaginateTypeDef",
|
|
1600
1598
|
"ListAssociationsResponseTypeDef",
|
|
@@ -1637,6 +1635,8 @@ __all__ = (
|
|
|
1637
1635
|
"CreateFlowDefinitionRequestRequestTypeDef",
|
|
1638
1636
|
"DescribeLabelingJobResponseTypeDef",
|
|
1639
1637
|
"CreateLabelingJobRequestRequestTypeDef",
|
|
1638
|
+
"SpaceSettingsOutputTypeDef",
|
|
1639
|
+
"SpaceSettingsTypeDef",
|
|
1640
1640
|
"DescribeTrainingJobResponseTypeDef",
|
|
1641
1641
|
"TrainingJobTypeDef",
|
|
1642
1642
|
"CreateTransformJobRequestRequestTypeDef",
|
|
@@ -1644,6 +1644,12 @@ __all__ = (
|
|
|
1644
1644
|
"TransformJobDefinitionOutputTypeDef",
|
|
1645
1645
|
"TransformJobDefinitionTypeDef",
|
|
1646
1646
|
"TransformJobTypeDef",
|
|
1647
|
+
"DescribeDomainResponseTypeDef",
|
|
1648
|
+
"DescribeUserProfileResponseTypeDef",
|
|
1649
|
+
"CreateDomainRequestRequestTypeDef",
|
|
1650
|
+
"CreateUserProfileRequestRequestTypeDef",
|
|
1651
|
+
"UpdateDomainRequestRequestTypeDef",
|
|
1652
|
+
"UpdateUserProfileRequestRequestTypeDef",
|
|
1647
1653
|
"DescribeAutoMLJobV2ResponseTypeDef",
|
|
1648
1654
|
"CreateAutoMLJobV2RequestRequestTypeDef",
|
|
1649
1655
|
"ListPipelineExecutionStepsResponseTypeDef",
|
|
@@ -1684,6 +1690,9 @@ __all__ = (
|
|
|
1684
1690
|
"CreateModelExplainabilityJobDefinitionRequestRequestTypeDef",
|
|
1685
1691
|
"CreateModelQualityJobDefinitionRequestRequestTypeDef",
|
|
1686
1692
|
"MonitoringJobDefinitionTypeDef",
|
|
1693
|
+
"DescribeSpaceResponseTypeDef",
|
|
1694
|
+
"CreateSpaceRequestRequestTypeDef",
|
|
1695
|
+
"UpdateSpaceRequestRequestTypeDef",
|
|
1687
1696
|
"AlgorithmValidationProfileOutputTypeDef",
|
|
1688
1697
|
"ModelPackageValidationProfileOutputTypeDef",
|
|
1689
1698
|
"AlgorithmValidationProfileTypeDef",
|
|
@@ -1821,6 +1830,15 @@ ResourceSpecTypeDef = TypedDict(
|
|
|
1821
1830
|
"LifecycleConfigArn": NotRequired[str],
|
|
1822
1831
|
},
|
|
1823
1832
|
)
|
|
1833
|
+
IdleSettingsTypeDef = TypedDict(
|
|
1834
|
+
"IdleSettingsTypeDef",
|
|
1835
|
+
{
|
|
1836
|
+
"LifecycleManagement": NotRequired[LifecycleManagementType],
|
|
1837
|
+
"IdleTimeoutInMinutes": NotRequired[int],
|
|
1838
|
+
"MinIdleTimeoutInMinutes": NotRequired[int],
|
|
1839
|
+
"MaxIdleTimeoutInMinutes": NotRequired[int],
|
|
1840
|
+
},
|
|
1841
|
+
)
|
|
1824
1842
|
AppSpecificationOutputTypeDef = TypedDict(
|
|
1825
1843
|
"AppSpecificationOutputTypeDef",
|
|
1826
1844
|
{
|
|
@@ -2329,6 +2347,12 @@ ClusterInstanceStatusDetailsTypeDef = TypedDict(
|
|
|
2329
2347
|
"Message": NotRequired[str],
|
|
2330
2348
|
},
|
|
2331
2349
|
)
|
|
2350
|
+
ClusterOrchestratorEksConfigTypeDef = TypedDict(
|
|
2351
|
+
"ClusterOrchestratorEksConfigTypeDef",
|
|
2352
|
+
{
|
|
2353
|
+
"ClusterArn": str,
|
|
2354
|
+
},
|
|
2355
|
+
)
|
|
2332
2356
|
ClusterSummaryTypeDef = TypedDict(
|
|
2333
2357
|
"ClusterSummaryTypeDef",
|
|
2334
2358
|
{
|
|
@@ -5735,6 +5759,12 @@ SourceIpConfigOutputTypeDef = TypedDict(
|
|
|
5735
5759
|
"Cidrs": List[str],
|
|
5736
5760
|
},
|
|
5737
5761
|
)
|
|
5762
|
+
SpaceIdleSettingsTypeDef = TypedDict(
|
|
5763
|
+
"SpaceIdleSettingsTypeDef",
|
|
5764
|
+
{
|
|
5765
|
+
"IdleTimeoutInMinutes": NotRequired[int],
|
|
5766
|
+
},
|
|
5767
|
+
)
|
|
5738
5768
|
SpaceSharingSettingsSummaryTypeDef = TypedDict(
|
|
5739
5769
|
"SpaceSharingSettingsSummaryTypeDef",
|
|
5740
5770
|
{
|
|
@@ -7181,16 +7211,16 @@ RStudioServerProDomainSettingsTypeDef = TypedDict(
|
|
|
7181
7211
|
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
7182
7212
|
},
|
|
7183
7213
|
)
|
|
7184
|
-
|
|
7185
|
-
"
|
|
7214
|
+
TensorBoardAppSettingsTypeDef = TypedDict(
|
|
7215
|
+
"TensorBoardAppSettingsTypeDef",
|
|
7186
7216
|
{
|
|
7187
7217
|
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
7188
7218
|
},
|
|
7189
7219
|
)
|
|
7190
|
-
|
|
7191
|
-
"
|
|
7220
|
+
AppLifecycleManagementTypeDef = TypedDict(
|
|
7221
|
+
"AppLifecycleManagementTypeDef",
|
|
7192
7222
|
{
|
|
7193
|
-
"
|
|
7223
|
+
"IdleSettings": NotRequired[IdleSettingsTypeDef],
|
|
7194
7224
|
},
|
|
7195
7225
|
)
|
|
7196
7226
|
ArtifactSourceOutputTypeDef = TypedDict(
|
|
@@ -7560,6 +7590,12 @@ ClusterNodeSummaryTypeDef = TypedDict(
|
|
|
7560
7590
|
"InstanceStatus": ClusterInstanceStatusDetailsTypeDef,
|
|
7561
7591
|
},
|
|
7562
7592
|
)
|
|
7593
|
+
ClusterOrchestratorTypeDef = TypedDict(
|
|
7594
|
+
"ClusterOrchestratorTypeDef",
|
|
7595
|
+
{
|
|
7596
|
+
"Eks": ClusterOrchestratorEksConfigTypeDef,
|
|
7597
|
+
},
|
|
7598
|
+
)
|
|
7563
7599
|
ListClustersResponseTypeDef = TypedDict(
|
|
7564
7600
|
"ListClustersResponseTypeDef",
|
|
7565
7601
|
{
|
|
@@ -7596,22 +7632,6 @@ JupyterLabAppImageConfigTypeDef = TypedDict(
|
|
|
7596
7632
|
"ContainerConfig": NotRequired[ContainerConfigTypeDef],
|
|
7597
7633
|
},
|
|
7598
7634
|
)
|
|
7599
|
-
CodeEditorAppSettingsOutputTypeDef = TypedDict(
|
|
7600
|
-
"CodeEditorAppSettingsOutputTypeDef",
|
|
7601
|
-
{
|
|
7602
|
-
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
7603
|
-
"CustomImages": NotRequired[List[CustomImageTypeDef]],
|
|
7604
|
-
"LifecycleConfigArns": NotRequired[List[str]],
|
|
7605
|
-
},
|
|
7606
|
-
)
|
|
7607
|
-
CodeEditorAppSettingsTypeDef = TypedDict(
|
|
7608
|
-
"CodeEditorAppSettingsTypeDef",
|
|
7609
|
-
{
|
|
7610
|
-
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
7611
|
-
"CustomImages": NotRequired[Sequence[CustomImageTypeDef]],
|
|
7612
|
-
"LifecycleConfigArns": NotRequired[Sequence[str]],
|
|
7613
|
-
},
|
|
7614
|
-
)
|
|
7615
7635
|
KernelGatewayAppSettingsOutputTypeDef = TypedDict(
|
|
7616
7636
|
"KernelGatewayAppSettingsOutputTypeDef",
|
|
7617
7637
|
{
|
|
@@ -7687,20 +7707,6 @@ JupyterServerAppSettingsTypeDef = TypedDict(
|
|
|
7687
7707
|
"CodeRepositories": NotRequired[Sequence[CodeRepositoryTypeDef]],
|
|
7688
7708
|
},
|
|
7689
7709
|
)
|
|
7690
|
-
SpaceJupyterLabAppSettingsOutputTypeDef = TypedDict(
|
|
7691
|
-
"SpaceJupyterLabAppSettingsOutputTypeDef",
|
|
7692
|
-
{
|
|
7693
|
-
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
7694
|
-
"CodeRepositories": NotRequired[List[CodeRepositoryTypeDef]],
|
|
7695
|
-
},
|
|
7696
|
-
)
|
|
7697
|
-
SpaceJupyterLabAppSettingsTypeDef = TypedDict(
|
|
7698
|
-
"SpaceJupyterLabAppSettingsTypeDef",
|
|
7699
|
-
{
|
|
7700
|
-
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
7701
|
-
"CodeRepositories": NotRequired[Sequence[CodeRepositoryTypeDef]],
|
|
7702
|
-
},
|
|
7703
|
-
)
|
|
7704
7710
|
CollectionConfigTypeDef = TypedDict(
|
|
7705
7711
|
"CollectionConfigTypeDef",
|
|
7706
7712
|
{
|
|
@@ -9484,26 +9490,6 @@ ListEdgePackagingJobsResponseTypeDef = TypedDict(
|
|
|
9484
9490
|
"NextToken": NotRequired[str],
|
|
9485
9491
|
},
|
|
9486
9492
|
)
|
|
9487
|
-
JupyterLabAppSettingsOutputTypeDef = TypedDict(
|
|
9488
|
-
"JupyterLabAppSettingsOutputTypeDef",
|
|
9489
|
-
{
|
|
9490
|
-
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
9491
|
-
"CustomImages": NotRequired[List[CustomImageTypeDef]],
|
|
9492
|
-
"LifecycleConfigArns": NotRequired[List[str]],
|
|
9493
|
-
"CodeRepositories": NotRequired[List[CodeRepositoryTypeDef]],
|
|
9494
|
-
"EmrSettings": NotRequired[EmrSettingsOutputTypeDef],
|
|
9495
|
-
},
|
|
9496
|
-
)
|
|
9497
|
-
JupyterLabAppSettingsTypeDef = TypedDict(
|
|
9498
|
-
"JupyterLabAppSettingsTypeDef",
|
|
9499
|
-
{
|
|
9500
|
-
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
9501
|
-
"CustomImages": NotRequired[Sequence[CustomImageTypeDef]],
|
|
9502
|
-
"LifecycleConfigArns": NotRequired[Sequence[str]],
|
|
9503
|
-
"CodeRepositories": NotRequired[Sequence[CodeRepositoryTypeDef]],
|
|
9504
|
-
"EmrSettings": NotRequired[EmrSettingsTypeDef],
|
|
9505
|
-
},
|
|
9506
|
-
)
|
|
9507
9493
|
ListEndpointConfigsOutputTypeDef = TypedDict(
|
|
9508
9494
|
"ListEndpointConfigsOutputTypeDef",
|
|
9509
9495
|
{
|
|
@@ -11326,6 +11312,12 @@ ShadowModeConfigTypeDef = TypedDict(
|
|
|
11326
11312
|
"ShadowModelVariants": Sequence[ShadowModelVariantConfigTypeDef],
|
|
11327
11313
|
},
|
|
11328
11314
|
)
|
|
11315
|
+
SpaceAppLifecycleManagementTypeDef = TypedDict(
|
|
11316
|
+
"SpaceAppLifecycleManagementTypeDef",
|
|
11317
|
+
{
|
|
11318
|
+
"IdleSettings": NotRequired[SpaceIdleSettingsTypeDef],
|
|
11319
|
+
},
|
|
11320
|
+
)
|
|
11329
11321
|
TrafficPatternOutputTypeDef = TypedDict(
|
|
11330
11322
|
"TrafficPatternOutputTypeDef",
|
|
11331
11323
|
{
|
|
@@ -11419,6 +11411,46 @@ DomainSettingsTypeDef = TypedDict(
|
|
|
11419
11411
|
"AmazonQSettings": NotRequired[AmazonQSettingsTypeDef],
|
|
11420
11412
|
},
|
|
11421
11413
|
)
|
|
11414
|
+
CodeEditorAppSettingsOutputTypeDef = TypedDict(
|
|
11415
|
+
"CodeEditorAppSettingsOutputTypeDef",
|
|
11416
|
+
{
|
|
11417
|
+
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
11418
|
+
"CustomImages": NotRequired[List[CustomImageTypeDef]],
|
|
11419
|
+
"LifecycleConfigArns": NotRequired[List[str]],
|
|
11420
|
+
"AppLifecycleManagement": NotRequired[AppLifecycleManagementTypeDef],
|
|
11421
|
+
},
|
|
11422
|
+
)
|
|
11423
|
+
CodeEditorAppSettingsTypeDef = TypedDict(
|
|
11424
|
+
"CodeEditorAppSettingsTypeDef",
|
|
11425
|
+
{
|
|
11426
|
+
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
11427
|
+
"CustomImages": NotRequired[Sequence[CustomImageTypeDef]],
|
|
11428
|
+
"LifecycleConfigArns": NotRequired[Sequence[str]],
|
|
11429
|
+
"AppLifecycleManagement": NotRequired[AppLifecycleManagementTypeDef],
|
|
11430
|
+
},
|
|
11431
|
+
)
|
|
11432
|
+
JupyterLabAppSettingsOutputTypeDef = TypedDict(
|
|
11433
|
+
"JupyterLabAppSettingsOutputTypeDef",
|
|
11434
|
+
{
|
|
11435
|
+
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
11436
|
+
"CustomImages": NotRequired[List[CustomImageTypeDef]],
|
|
11437
|
+
"LifecycleConfigArns": NotRequired[List[str]],
|
|
11438
|
+
"CodeRepositories": NotRequired[List[CodeRepositoryTypeDef]],
|
|
11439
|
+
"AppLifecycleManagement": NotRequired[AppLifecycleManagementTypeDef],
|
|
11440
|
+
"EmrSettings": NotRequired[EmrSettingsOutputTypeDef],
|
|
11441
|
+
},
|
|
11442
|
+
)
|
|
11443
|
+
JupyterLabAppSettingsTypeDef = TypedDict(
|
|
11444
|
+
"JupyterLabAppSettingsTypeDef",
|
|
11445
|
+
{
|
|
11446
|
+
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
11447
|
+
"CustomImages": NotRequired[Sequence[CustomImageTypeDef]],
|
|
11448
|
+
"LifecycleConfigArns": NotRequired[Sequence[str]],
|
|
11449
|
+
"CodeRepositories": NotRequired[Sequence[CodeRepositoryTypeDef]],
|
|
11450
|
+
"AppLifecycleManagement": NotRequired[AppLifecycleManagementTypeDef],
|
|
11451
|
+
"EmrSettings": NotRequired[EmrSettingsTypeDef],
|
|
11452
|
+
},
|
|
11453
|
+
)
|
|
11422
11454
|
ArtifactSummaryTypeDef = TypedDict(
|
|
11423
11455
|
"ArtifactSummaryTypeDef",
|
|
11424
11456
|
{
|
|
@@ -11692,6 +11724,7 @@ ClusterInstanceGroupDetailsTypeDef = TypedDict(
|
|
|
11692
11724
|
"ExecutionRole": NotRequired[str],
|
|
11693
11725
|
"ThreadsPerCore": NotRequired[int],
|
|
11694
11726
|
"InstanceStorageConfigs": NotRequired[List[ClusterInstanceStorageConfigTypeDef]],
|
|
11727
|
+
"OnStartDeepHealthChecks": NotRequired[List[DeepHealthCheckTypeType]],
|
|
11695
11728
|
},
|
|
11696
11729
|
)
|
|
11697
11730
|
ClusterInstanceGroupSpecificationTypeDef = TypedDict(
|
|
@@ -11704,6 +11737,7 @@ ClusterInstanceGroupSpecificationTypeDef = TypedDict(
|
|
|
11704
11737
|
"ExecutionRole": str,
|
|
11705
11738
|
"ThreadsPerCore": NotRequired[int],
|
|
11706
11739
|
"InstanceStorageConfigs": NotRequired[Sequence[ClusterInstanceStorageConfigTypeDef]],
|
|
11740
|
+
"OnStartDeepHealthChecks": NotRequired[Sequence[DeepHealthCheckTypeType]],
|
|
11707
11741
|
},
|
|
11708
11742
|
)
|
|
11709
11743
|
ClusterNodeDetailsTypeDef = TypedDict(
|
|
@@ -11909,18 +11943,6 @@ DriftCheckBaselinesTypeDef = TypedDict(
|
|
|
11909
11943
|
"ModelDataQuality": NotRequired[DriftCheckModelDataQualityTypeDef],
|
|
11910
11944
|
},
|
|
11911
11945
|
)
|
|
11912
|
-
SpaceSettingsOutputTypeDef = TypedDict(
|
|
11913
|
-
"SpaceSettingsOutputTypeDef",
|
|
11914
|
-
{
|
|
11915
|
-
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsOutputTypeDef],
|
|
11916
|
-
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsOutputTypeDef],
|
|
11917
|
-
"CodeEditorAppSettings": NotRequired[SpaceCodeEditorAppSettingsTypeDef],
|
|
11918
|
-
"JupyterLabAppSettings": NotRequired[SpaceJupyterLabAppSettingsOutputTypeDef],
|
|
11919
|
-
"AppType": NotRequired[AppTypeType],
|
|
11920
|
-
"SpaceStorageSettings": NotRequired[SpaceStorageSettingsTypeDef],
|
|
11921
|
-
"CustomFileSystems": NotRequired[List[CustomFileSystemTypeDef]],
|
|
11922
|
-
},
|
|
11923
|
-
)
|
|
11924
11946
|
SpaceSettingsSummaryTypeDef = TypedDict(
|
|
11925
11947
|
"SpaceSettingsSummaryTypeDef",
|
|
11926
11948
|
{
|
|
@@ -11928,90 +11950,6 @@ SpaceSettingsSummaryTypeDef = TypedDict(
|
|
|
11928
11950
|
"SpaceStorageSettings": NotRequired[SpaceStorageSettingsTypeDef],
|
|
11929
11951
|
},
|
|
11930
11952
|
)
|
|
11931
|
-
SpaceSettingsTypeDef = TypedDict(
|
|
11932
|
-
"SpaceSettingsTypeDef",
|
|
11933
|
-
{
|
|
11934
|
-
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsTypeDef],
|
|
11935
|
-
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsTypeDef],
|
|
11936
|
-
"CodeEditorAppSettings": NotRequired[SpaceCodeEditorAppSettingsTypeDef],
|
|
11937
|
-
"JupyterLabAppSettings": NotRequired[SpaceJupyterLabAppSettingsTypeDef],
|
|
11938
|
-
"AppType": NotRequired[AppTypeType],
|
|
11939
|
-
"SpaceStorageSettings": NotRequired[SpaceStorageSettingsTypeDef],
|
|
11940
|
-
"CustomFileSystems": NotRequired[Sequence[CustomFileSystemTypeDef]],
|
|
11941
|
-
},
|
|
11942
|
-
)
|
|
11943
|
-
DefaultSpaceSettingsOutputTypeDef = TypedDict(
|
|
11944
|
-
"DefaultSpaceSettingsOutputTypeDef",
|
|
11945
|
-
{
|
|
11946
|
-
"ExecutionRole": NotRequired[str],
|
|
11947
|
-
"SecurityGroups": NotRequired[List[str]],
|
|
11948
|
-
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsOutputTypeDef],
|
|
11949
|
-
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsOutputTypeDef],
|
|
11950
|
-
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsOutputTypeDef],
|
|
11951
|
-
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
11952
|
-
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
11953
|
-
"CustomFileSystemConfigs": NotRequired[List[CustomFileSystemConfigTypeDef]],
|
|
11954
|
-
},
|
|
11955
|
-
)
|
|
11956
|
-
UserSettingsOutputTypeDef = TypedDict(
|
|
11957
|
-
"UserSettingsOutputTypeDef",
|
|
11958
|
-
{
|
|
11959
|
-
"ExecutionRole": NotRequired[str],
|
|
11960
|
-
"SecurityGroups": NotRequired[List[str]],
|
|
11961
|
-
"SharingSettings": NotRequired[SharingSettingsTypeDef],
|
|
11962
|
-
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsOutputTypeDef],
|
|
11963
|
-
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsOutputTypeDef],
|
|
11964
|
-
"TensorBoardAppSettings": NotRequired[TensorBoardAppSettingsTypeDef],
|
|
11965
|
-
"RStudioServerProAppSettings": NotRequired[RStudioServerProAppSettingsTypeDef],
|
|
11966
|
-
"RSessionAppSettings": NotRequired[RSessionAppSettingsOutputTypeDef],
|
|
11967
|
-
"CanvasAppSettings": NotRequired[CanvasAppSettingsOutputTypeDef],
|
|
11968
|
-
"CodeEditorAppSettings": NotRequired[CodeEditorAppSettingsOutputTypeDef],
|
|
11969
|
-
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsOutputTypeDef],
|
|
11970
|
-
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
11971
|
-
"DefaultLandingUri": NotRequired[str],
|
|
11972
|
-
"StudioWebPortal": NotRequired[StudioWebPortalType],
|
|
11973
|
-
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
11974
|
-
"CustomFileSystemConfigs": NotRequired[List[CustomFileSystemConfigTypeDef]],
|
|
11975
|
-
"StudioWebPortalSettings": NotRequired[StudioWebPortalSettingsOutputTypeDef],
|
|
11976
|
-
"AutoMountHomeEFS": NotRequired[AutoMountHomeEFSType],
|
|
11977
|
-
},
|
|
11978
|
-
)
|
|
11979
|
-
DefaultSpaceSettingsTypeDef = TypedDict(
|
|
11980
|
-
"DefaultSpaceSettingsTypeDef",
|
|
11981
|
-
{
|
|
11982
|
-
"ExecutionRole": NotRequired[str],
|
|
11983
|
-
"SecurityGroups": NotRequired[Sequence[str]],
|
|
11984
|
-
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsTypeDef],
|
|
11985
|
-
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsTypeDef],
|
|
11986
|
-
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsTypeDef],
|
|
11987
|
-
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
11988
|
-
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
11989
|
-
"CustomFileSystemConfigs": NotRequired[Sequence[CustomFileSystemConfigTypeDef]],
|
|
11990
|
-
},
|
|
11991
|
-
)
|
|
11992
|
-
UserSettingsTypeDef = TypedDict(
|
|
11993
|
-
"UserSettingsTypeDef",
|
|
11994
|
-
{
|
|
11995
|
-
"ExecutionRole": NotRequired[str],
|
|
11996
|
-
"SecurityGroups": NotRequired[Sequence[str]],
|
|
11997
|
-
"SharingSettings": NotRequired[SharingSettingsTypeDef],
|
|
11998
|
-
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsTypeDef],
|
|
11999
|
-
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsTypeDef],
|
|
12000
|
-
"TensorBoardAppSettings": NotRequired[TensorBoardAppSettingsTypeDef],
|
|
12001
|
-
"RStudioServerProAppSettings": NotRequired[RStudioServerProAppSettingsTypeDef],
|
|
12002
|
-
"RSessionAppSettings": NotRequired[RSessionAppSettingsTypeDef],
|
|
12003
|
-
"CanvasAppSettings": NotRequired[CanvasAppSettingsTypeDef],
|
|
12004
|
-
"CodeEditorAppSettings": NotRequired[CodeEditorAppSettingsTypeDef],
|
|
12005
|
-
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsTypeDef],
|
|
12006
|
-
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
12007
|
-
"DefaultLandingUri": NotRequired[str],
|
|
12008
|
-
"StudioWebPortal": NotRequired[StudioWebPortalType],
|
|
12009
|
-
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
12010
|
-
"CustomFileSystemConfigs": NotRequired[Sequence[CustomFileSystemConfigTypeDef]],
|
|
12011
|
-
"StudioWebPortalSettings": NotRequired[StudioWebPortalSettingsTypeDef],
|
|
12012
|
-
"AutoMountHomeEFS": NotRequired[AutoMountHomeEFSType],
|
|
12013
|
-
},
|
|
12014
|
-
)
|
|
12015
11953
|
InferenceRecommendationTypeDef = TypedDict(
|
|
12016
11954
|
"InferenceRecommendationTypeDef",
|
|
12017
11955
|
{
|
|
@@ -12880,12 +12818,35 @@ StartPipelineExecutionRequestRequestTypeDef = TypedDict(
|
|
|
12880
12818
|
"SelectiveExecutionConfig": NotRequired[SelectiveExecutionConfigTypeDef],
|
|
12881
12819
|
},
|
|
12882
12820
|
)
|
|
12883
|
-
|
|
12884
|
-
"
|
|
12821
|
+
SpaceCodeEditorAppSettingsTypeDef = TypedDict(
|
|
12822
|
+
"SpaceCodeEditorAppSettingsTypeDef",
|
|
12885
12823
|
{
|
|
12886
|
-
"
|
|
12887
|
-
"
|
|
12888
|
-
|
|
12824
|
+
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
12825
|
+
"AppLifecycleManagement": NotRequired[SpaceAppLifecycleManagementTypeDef],
|
|
12826
|
+
},
|
|
12827
|
+
)
|
|
12828
|
+
SpaceJupyterLabAppSettingsOutputTypeDef = TypedDict(
|
|
12829
|
+
"SpaceJupyterLabAppSettingsOutputTypeDef",
|
|
12830
|
+
{
|
|
12831
|
+
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
12832
|
+
"CodeRepositories": NotRequired[List[CodeRepositoryTypeDef]],
|
|
12833
|
+
"AppLifecycleManagement": NotRequired[SpaceAppLifecycleManagementTypeDef],
|
|
12834
|
+
},
|
|
12835
|
+
)
|
|
12836
|
+
SpaceJupyterLabAppSettingsTypeDef = TypedDict(
|
|
12837
|
+
"SpaceJupyterLabAppSettingsTypeDef",
|
|
12838
|
+
{
|
|
12839
|
+
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
12840
|
+
"CodeRepositories": NotRequired[Sequence[CodeRepositoryTypeDef]],
|
|
12841
|
+
"AppLifecycleManagement": NotRequired[SpaceAppLifecycleManagementTypeDef],
|
|
12842
|
+
},
|
|
12843
|
+
)
|
|
12844
|
+
AlgorithmSpecificationOutputTypeDef = TypedDict(
|
|
12845
|
+
"AlgorithmSpecificationOutputTypeDef",
|
|
12846
|
+
{
|
|
12847
|
+
"TrainingInputMode": TrainingInputModeType,
|
|
12848
|
+
"TrainingImage": NotRequired[str],
|
|
12849
|
+
"AlgorithmName": NotRequired[str],
|
|
12889
12850
|
"MetricDefinitions": NotRequired[List[MetricDefinitionTypeDef]],
|
|
12890
12851
|
"EnableSageMakerMetricsTimeSeries": NotRequired[bool],
|
|
12891
12852
|
"ContainerEntrypoint": NotRequired[List[str]],
|
|
@@ -12937,6 +12898,78 @@ UpdateWorkforceResponseTypeDef = TypedDict(
|
|
|
12937
12898
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
12938
12899
|
},
|
|
12939
12900
|
)
|
|
12901
|
+
DefaultSpaceSettingsOutputTypeDef = TypedDict(
|
|
12902
|
+
"DefaultSpaceSettingsOutputTypeDef",
|
|
12903
|
+
{
|
|
12904
|
+
"ExecutionRole": NotRequired[str],
|
|
12905
|
+
"SecurityGroups": NotRequired[List[str]],
|
|
12906
|
+
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsOutputTypeDef],
|
|
12907
|
+
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsOutputTypeDef],
|
|
12908
|
+
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsOutputTypeDef],
|
|
12909
|
+
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
12910
|
+
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
12911
|
+
"CustomFileSystemConfigs": NotRequired[List[CustomFileSystemConfigTypeDef]],
|
|
12912
|
+
},
|
|
12913
|
+
)
|
|
12914
|
+
UserSettingsOutputTypeDef = TypedDict(
|
|
12915
|
+
"UserSettingsOutputTypeDef",
|
|
12916
|
+
{
|
|
12917
|
+
"ExecutionRole": NotRequired[str],
|
|
12918
|
+
"SecurityGroups": NotRequired[List[str]],
|
|
12919
|
+
"SharingSettings": NotRequired[SharingSettingsTypeDef],
|
|
12920
|
+
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsOutputTypeDef],
|
|
12921
|
+
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsOutputTypeDef],
|
|
12922
|
+
"TensorBoardAppSettings": NotRequired[TensorBoardAppSettingsTypeDef],
|
|
12923
|
+
"RStudioServerProAppSettings": NotRequired[RStudioServerProAppSettingsTypeDef],
|
|
12924
|
+
"RSessionAppSettings": NotRequired[RSessionAppSettingsOutputTypeDef],
|
|
12925
|
+
"CanvasAppSettings": NotRequired[CanvasAppSettingsOutputTypeDef],
|
|
12926
|
+
"CodeEditorAppSettings": NotRequired[CodeEditorAppSettingsOutputTypeDef],
|
|
12927
|
+
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsOutputTypeDef],
|
|
12928
|
+
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
12929
|
+
"DefaultLandingUri": NotRequired[str],
|
|
12930
|
+
"StudioWebPortal": NotRequired[StudioWebPortalType],
|
|
12931
|
+
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
12932
|
+
"CustomFileSystemConfigs": NotRequired[List[CustomFileSystemConfigTypeDef]],
|
|
12933
|
+
"StudioWebPortalSettings": NotRequired[StudioWebPortalSettingsOutputTypeDef],
|
|
12934
|
+
"AutoMountHomeEFS": NotRequired[AutoMountHomeEFSType],
|
|
12935
|
+
},
|
|
12936
|
+
)
|
|
12937
|
+
DefaultSpaceSettingsTypeDef = TypedDict(
|
|
12938
|
+
"DefaultSpaceSettingsTypeDef",
|
|
12939
|
+
{
|
|
12940
|
+
"ExecutionRole": NotRequired[str],
|
|
12941
|
+
"SecurityGroups": NotRequired[Sequence[str]],
|
|
12942
|
+
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsTypeDef],
|
|
12943
|
+
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsTypeDef],
|
|
12944
|
+
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsTypeDef],
|
|
12945
|
+
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
12946
|
+
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
12947
|
+
"CustomFileSystemConfigs": NotRequired[Sequence[CustomFileSystemConfigTypeDef]],
|
|
12948
|
+
},
|
|
12949
|
+
)
|
|
12950
|
+
UserSettingsTypeDef = TypedDict(
|
|
12951
|
+
"UserSettingsTypeDef",
|
|
12952
|
+
{
|
|
12953
|
+
"ExecutionRole": NotRequired[str],
|
|
12954
|
+
"SecurityGroups": NotRequired[Sequence[str]],
|
|
12955
|
+
"SharingSettings": NotRequired[SharingSettingsTypeDef],
|
|
12956
|
+
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsTypeDef],
|
|
12957
|
+
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsTypeDef],
|
|
12958
|
+
"TensorBoardAppSettings": NotRequired[TensorBoardAppSettingsTypeDef],
|
|
12959
|
+
"RStudioServerProAppSettings": NotRequired[RStudioServerProAppSettingsTypeDef],
|
|
12960
|
+
"RSessionAppSettings": NotRequired[RSessionAppSettingsTypeDef],
|
|
12961
|
+
"CanvasAppSettings": NotRequired[CanvasAppSettingsTypeDef],
|
|
12962
|
+
"CodeEditorAppSettings": NotRequired[CodeEditorAppSettingsTypeDef],
|
|
12963
|
+
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsTypeDef],
|
|
12964
|
+
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
12965
|
+
"DefaultLandingUri": NotRequired[str],
|
|
12966
|
+
"StudioWebPortal": NotRequired[StudioWebPortalType],
|
|
12967
|
+
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
12968
|
+
"CustomFileSystemConfigs": NotRequired[Sequence[CustomFileSystemConfigTypeDef]],
|
|
12969
|
+
"StudioWebPortalSettings": NotRequired[StudioWebPortalSettingsTypeDef],
|
|
12970
|
+
"AutoMountHomeEFS": NotRequired[AutoMountHomeEFSType],
|
|
12971
|
+
},
|
|
12972
|
+
)
|
|
12940
12973
|
ListArtifactsResponseTypeDef = TypedDict(
|
|
12941
12974
|
"ListArtifactsResponseTypeDef",
|
|
12942
12975
|
{
|
|
@@ -13099,6 +13132,8 @@ DescribeClusterResponseTypeDef = TypedDict(
|
|
|
13099
13132
|
"FailureMessage": str,
|
|
13100
13133
|
"InstanceGroups": List[ClusterInstanceGroupDetailsTypeDef],
|
|
13101
13134
|
"VpcConfig": VpcConfigOutputTypeDef,
|
|
13135
|
+
"Orchestrator": ClusterOrchestratorTypeDef,
|
|
13136
|
+
"NodeRecovery": ClusterNodeRecoveryType,
|
|
13102
13137
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
13103
13138
|
},
|
|
13104
13139
|
)
|
|
@@ -13109,6 +13144,8 @@ CreateClusterRequestRequestTypeDef = TypedDict(
|
|
|
13109
13144
|
"InstanceGroups": Sequence[ClusterInstanceGroupSpecificationTypeDef],
|
|
13110
13145
|
"VpcConfig": NotRequired[VpcConfigTypeDef],
|
|
13111
13146
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
13147
|
+
"Orchestrator": NotRequired[ClusterOrchestratorTypeDef],
|
|
13148
|
+
"NodeRecovery": NotRequired[ClusterNodeRecoveryType],
|
|
13112
13149
|
},
|
|
13113
13150
|
)
|
|
13114
13151
|
UpdateClusterRequestRequestTypeDef = TypedDict(
|
|
@@ -13116,6 +13153,7 @@ UpdateClusterRequestRequestTypeDef = TypedDict(
|
|
|
13116
13153
|
{
|
|
13117
13154
|
"ClusterName": str,
|
|
13118
13155
|
"InstanceGroups": Sequence[ClusterInstanceGroupSpecificationTypeDef],
|
|
13156
|
+
"NodeRecovery": NotRequired[ClusterNodeRecoveryType],
|
|
13119
13157
|
},
|
|
13120
13158
|
)
|
|
13121
13159
|
DescribeClusterNodeResponseTypeDef = TypedDict(
|
|
@@ -13284,25 +13322,6 @@ DescribeInferenceComponentOutputTypeDef = TypedDict(
|
|
|
13284
13322
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
13285
13323
|
},
|
|
13286
13324
|
)
|
|
13287
|
-
DescribeSpaceResponseTypeDef = TypedDict(
|
|
13288
|
-
"DescribeSpaceResponseTypeDef",
|
|
13289
|
-
{
|
|
13290
|
-
"DomainId": str,
|
|
13291
|
-
"SpaceArn": str,
|
|
13292
|
-
"SpaceName": str,
|
|
13293
|
-
"HomeEfsFileSystemUid": str,
|
|
13294
|
-
"Status": SpaceStatusType,
|
|
13295
|
-
"LastModifiedTime": datetime,
|
|
13296
|
-
"CreationTime": datetime,
|
|
13297
|
-
"FailureReason": str,
|
|
13298
|
-
"SpaceSettings": SpaceSettingsOutputTypeDef,
|
|
13299
|
-
"OwnershipSettings": OwnershipSettingsTypeDef,
|
|
13300
|
-
"SpaceSharingSettings": SpaceSharingSettingsTypeDef,
|
|
13301
|
-
"SpaceDisplayName": str,
|
|
13302
|
-
"Url": str,
|
|
13303
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
13304
|
-
},
|
|
13305
|
-
)
|
|
13306
13325
|
SpaceDetailsTypeDef = TypedDict(
|
|
13307
13326
|
"SpaceDetailsTypeDef",
|
|
13308
13327
|
{
|
|
@@ -13317,120 +13336,6 @@ SpaceDetailsTypeDef = TypedDict(
|
|
|
13317
13336
|
"SpaceDisplayName": NotRequired[str],
|
|
13318
13337
|
},
|
|
13319
13338
|
)
|
|
13320
|
-
CreateSpaceRequestRequestTypeDef = TypedDict(
|
|
13321
|
-
"CreateSpaceRequestRequestTypeDef",
|
|
13322
|
-
{
|
|
13323
|
-
"DomainId": str,
|
|
13324
|
-
"SpaceName": str,
|
|
13325
|
-
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
13326
|
-
"SpaceSettings": NotRequired[SpaceSettingsTypeDef],
|
|
13327
|
-
"OwnershipSettings": NotRequired[OwnershipSettingsTypeDef],
|
|
13328
|
-
"SpaceSharingSettings": NotRequired[SpaceSharingSettingsTypeDef],
|
|
13329
|
-
"SpaceDisplayName": NotRequired[str],
|
|
13330
|
-
},
|
|
13331
|
-
)
|
|
13332
|
-
UpdateSpaceRequestRequestTypeDef = TypedDict(
|
|
13333
|
-
"UpdateSpaceRequestRequestTypeDef",
|
|
13334
|
-
{
|
|
13335
|
-
"DomainId": str,
|
|
13336
|
-
"SpaceName": str,
|
|
13337
|
-
"SpaceSettings": NotRequired[SpaceSettingsTypeDef],
|
|
13338
|
-
"SpaceDisplayName": NotRequired[str],
|
|
13339
|
-
},
|
|
13340
|
-
)
|
|
13341
|
-
DescribeDomainResponseTypeDef = TypedDict(
|
|
13342
|
-
"DescribeDomainResponseTypeDef",
|
|
13343
|
-
{
|
|
13344
|
-
"DomainArn": str,
|
|
13345
|
-
"DomainId": str,
|
|
13346
|
-
"DomainName": str,
|
|
13347
|
-
"HomeEfsFileSystemId": str,
|
|
13348
|
-
"SingleSignOnManagedApplicationInstanceId": str,
|
|
13349
|
-
"SingleSignOnApplicationArn": str,
|
|
13350
|
-
"Status": DomainStatusType,
|
|
13351
|
-
"CreationTime": datetime,
|
|
13352
|
-
"LastModifiedTime": datetime,
|
|
13353
|
-
"FailureReason": str,
|
|
13354
|
-
"SecurityGroupIdForDomainBoundary": str,
|
|
13355
|
-
"AuthMode": AuthModeType,
|
|
13356
|
-
"DefaultUserSettings": UserSettingsOutputTypeDef,
|
|
13357
|
-
"DomainSettings": DomainSettingsOutputTypeDef,
|
|
13358
|
-
"AppNetworkAccessType": AppNetworkAccessTypeType,
|
|
13359
|
-
"HomeEfsFileSystemKmsKeyId": str,
|
|
13360
|
-
"SubnetIds": List[str],
|
|
13361
|
-
"Url": str,
|
|
13362
|
-
"VpcId": str,
|
|
13363
|
-
"KmsKeyId": str,
|
|
13364
|
-
"AppSecurityGroupManagement": AppSecurityGroupManagementType,
|
|
13365
|
-
"DefaultSpaceSettings": DefaultSpaceSettingsOutputTypeDef,
|
|
13366
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
13367
|
-
},
|
|
13368
|
-
)
|
|
13369
|
-
DescribeUserProfileResponseTypeDef = TypedDict(
|
|
13370
|
-
"DescribeUserProfileResponseTypeDef",
|
|
13371
|
-
{
|
|
13372
|
-
"DomainId": str,
|
|
13373
|
-
"UserProfileArn": str,
|
|
13374
|
-
"UserProfileName": str,
|
|
13375
|
-
"HomeEfsFileSystemUid": str,
|
|
13376
|
-
"Status": UserProfileStatusType,
|
|
13377
|
-
"LastModifiedTime": datetime,
|
|
13378
|
-
"CreationTime": datetime,
|
|
13379
|
-
"FailureReason": str,
|
|
13380
|
-
"SingleSignOnUserIdentifier": str,
|
|
13381
|
-
"SingleSignOnUserValue": str,
|
|
13382
|
-
"UserSettings": UserSettingsOutputTypeDef,
|
|
13383
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
13384
|
-
},
|
|
13385
|
-
)
|
|
13386
|
-
CreateDomainRequestRequestTypeDef = TypedDict(
|
|
13387
|
-
"CreateDomainRequestRequestTypeDef",
|
|
13388
|
-
{
|
|
13389
|
-
"DomainName": str,
|
|
13390
|
-
"AuthMode": AuthModeType,
|
|
13391
|
-
"DefaultUserSettings": UserSettingsTypeDef,
|
|
13392
|
-
"SubnetIds": Sequence[str],
|
|
13393
|
-
"VpcId": str,
|
|
13394
|
-
"DomainSettings": NotRequired[DomainSettingsTypeDef],
|
|
13395
|
-
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
13396
|
-
"AppNetworkAccessType": NotRequired[AppNetworkAccessTypeType],
|
|
13397
|
-
"HomeEfsFileSystemKmsKeyId": NotRequired[str],
|
|
13398
|
-
"KmsKeyId": NotRequired[str],
|
|
13399
|
-
"AppSecurityGroupManagement": NotRequired[AppSecurityGroupManagementType],
|
|
13400
|
-
"DefaultSpaceSettings": NotRequired[DefaultSpaceSettingsTypeDef],
|
|
13401
|
-
},
|
|
13402
|
-
)
|
|
13403
|
-
CreateUserProfileRequestRequestTypeDef = TypedDict(
|
|
13404
|
-
"CreateUserProfileRequestRequestTypeDef",
|
|
13405
|
-
{
|
|
13406
|
-
"DomainId": str,
|
|
13407
|
-
"UserProfileName": str,
|
|
13408
|
-
"SingleSignOnUserIdentifier": NotRequired[str],
|
|
13409
|
-
"SingleSignOnUserValue": NotRequired[str],
|
|
13410
|
-
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
13411
|
-
"UserSettings": NotRequired[UserSettingsTypeDef],
|
|
13412
|
-
},
|
|
13413
|
-
)
|
|
13414
|
-
UpdateDomainRequestRequestTypeDef = TypedDict(
|
|
13415
|
-
"UpdateDomainRequestRequestTypeDef",
|
|
13416
|
-
{
|
|
13417
|
-
"DomainId": str,
|
|
13418
|
-
"DefaultUserSettings": NotRequired[UserSettingsTypeDef],
|
|
13419
|
-
"DomainSettingsForUpdate": NotRequired[DomainSettingsForUpdateTypeDef],
|
|
13420
|
-
"AppSecurityGroupManagement": NotRequired[AppSecurityGroupManagementType],
|
|
13421
|
-
"DefaultSpaceSettings": NotRequired[DefaultSpaceSettingsTypeDef],
|
|
13422
|
-
"SubnetIds": NotRequired[Sequence[str]],
|
|
13423
|
-
"AppNetworkAccessType": NotRequired[AppNetworkAccessTypeType],
|
|
13424
|
-
},
|
|
13425
|
-
)
|
|
13426
|
-
UpdateUserProfileRequestRequestTypeDef = TypedDict(
|
|
13427
|
-
"UpdateUserProfileRequestRequestTypeDef",
|
|
13428
|
-
{
|
|
13429
|
-
"DomainId": str,
|
|
13430
|
-
"UserProfileName": str,
|
|
13431
|
-
"UserSettings": NotRequired[UserSettingsTypeDef],
|
|
13432
|
-
},
|
|
13433
|
-
)
|
|
13434
13339
|
InferenceRecommendationsJobStepTypeDef = TypedDict(
|
|
13435
13340
|
"InferenceRecommendationsJobStepTypeDef",
|
|
13436
13341
|
{
|
|
@@ -13976,6 +13881,30 @@ CreateLabelingJobRequestRequestTypeDef = TypedDict(
|
|
|
13976
13881
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
13977
13882
|
},
|
|
13978
13883
|
)
|
|
13884
|
+
SpaceSettingsOutputTypeDef = TypedDict(
|
|
13885
|
+
"SpaceSettingsOutputTypeDef",
|
|
13886
|
+
{
|
|
13887
|
+
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsOutputTypeDef],
|
|
13888
|
+
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsOutputTypeDef],
|
|
13889
|
+
"CodeEditorAppSettings": NotRequired[SpaceCodeEditorAppSettingsTypeDef],
|
|
13890
|
+
"JupyterLabAppSettings": NotRequired[SpaceJupyterLabAppSettingsOutputTypeDef],
|
|
13891
|
+
"AppType": NotRequired[AppTypeType],
|
|
13892
|
+
"SpaceStorageSettings": NotRequired[SpaceStorageSettingsTypeDef],
|
|
13893
|
+
"CustomFileSystems": NotRequired[List[CustomFileSystemTypeDef]],
|
|
13894
|
+
},
|
|
13895
|
+
)
|
|
13896
|
+
SpaceSettingsTypeDef = TypedDict(
|
|
13897
|
+
"SpaceSettingsTypeDef",
|
|
13898
|
+
{
|
|
13899
|
+
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsTypeDef],
|
|
13900
|
+
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsTypeDef],
|
|
13901
|
+
"CodeEditorAppSettings": NotRequired[SpaceCodeEditorAppSettingsTypeDef],
|
|
13902
|
+
"JupyterLabAppSettings": NotRequired[SpaceJupyterLabAppSettingsTypeDef],
|
|
13903
|
+
"AppType": NotRequired[AppTypeType],
|
|
13904
|
+
"SpaceStorageSettings": NotRequired[SpaceStorageSettingsTypeDef],
|
|
13905
|
+
"CustomFileSystems": NotRequired[Sequence[CustomFileSystemTypeDef]],
|
|
13906
|
+
},
|
|
13907
|
+
)
|
|
13979
13908
|
DescribeTrainingJobResponseTypeDef = TypedDict(
|
|
13980
13909
|
"DescribeTrainingJobResponseTypeDef",
|
|
13981
13910
|
{
|
|
@@ -14165,6 +14094,99 @@ TransformJobTypeDef = TypedDict(
|
|
|
14165
14094
|
"Tags": NotRequired[List[TagTypeDef]],
|
|
14166
14095
|
},
|
|
14167
14096
|
)
|
|
14097
|
+
DescribeDomainResponseTypeDef = TypedDict(
|
|
14098
|
+
"DescribeDomainResponseTypeDef",
|
|
14099
|
+
{
|
|
14100
|
+
"DomainArn": str,
|
|
14101
|
+
"DomainId": str,
|
|
14102
|
+
"DomainName": str,
|
|
14103
|
+
"HomeEfsFileSystemId": str,
|
|
14104
|
+
"SingleSignOnManagedApplicationInstanceId": str,
|
|
14105
|
+
"SingleSignOnApplicationArn": str,
|
|
14106
|
+
"Status": DomainStatusType,
|
|
14107
|
+
"CreationTime": datetime,
|
|
14108
|
+
"LastModifiedTime": datetime,
|
|
14109
|
+
"FailureReason": str,
|
|
14110
|
+
"SecurityGroupIdForDomainBoundary": str,
|
|
14111
|
+
"AuthMode": AuthModeType,
|
|
14112
|
+
"DefaultUserSettings": UserSettingsOutputTypeDef,
|
|
14113
|
+
"DomainSettings": DomainSettingsOutputTypeDef,
|
|
14114
|
+
"AppNetworkAccessType": AppNetworkAccessTypeType,
|
|
14115
|
+
"HomeEfsFileSystemKmsKeyId": str,
|
|
14116
|
+
"SubnetIds": List[str],
|
|
14117
|
+
"Url": str,
|
|
14118
|
+
"VpcId": str,
|
|
14119
|
+
"KmsKeyId": str,
|
|
14120
|
+
"AppSecurityGroupManagement": AppSecurityGroupManagementType,
|
|
14121
|
+
"DefaultSpaceSettings": DefaultSpaceSettingsOutputTypeDef,
|
|
14122
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
14123
|
+
},
|
|
14124
|
+
)
|
|
14125
|
+
DescribeUserProfileResponseTypeDef = TypedDict(
|
|
14126
|
+
"DescribeUserProfileResponseTypeDef",
|
|
14127
|
+
{
|
|
14128
|
+
"DomainId": str,
|
|
14129
|
+
"UserProfileArn": str,
|
|
14130
|
+
"UserProfileName": str,
|
|
14131
|
+
"HomeEfsFileSystemUid": str,
|
|
14132
|
+
"Status": UserProfileStatusType,
|
|
14133
|
+
"LastModifiedTime": datetime,
|
|
14134
|
+
"CreationTime": datetime,
|
|
14135
|
+
"FailureReason": str,
|
|
14136
|
+
"SingleSignOnUserIdentifier": str,
|
|
14137
|
+
"SingleSignOnUserValue": str,
|
|
14138
|
+
"UserSettings": UserSettingsOutputTypeDef,
|
|
14139
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
14140
|
+
},
|
|
14141
|
+
)
|
|
14142
|
+
CreateDomainRequestRequestTypeDef = TypedDict(
|
|
14143
|
+
"CreateDomainRequestRequestTypeDef",
|
|
14144
|
+
{
|
|
14145
|
+
"DomainName": str,
|
|
14146
|
+
"AuthMode": AuthModeType,
|
|
14147
|
+
"DefaultUserSettings": UserSettingsTypeDef,
|
|
14148
|
+
"SubnetIds": Sequence[str],
|
|
14149
|
+
"VpcId": str,
|
|
14150
|
+
"DomainSettings": NotRequired[DomainSettingsTypeDef],
|
|
14151
|
+
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
14152
|
+
"AppNetworkAccessType": NotRequired[AppNetworkAccessTypeType],
|
|
14153
|
+
"HomeEfsFileSystemKmsKeyId": NotRequired[str],
|
|
14154
|
+
"KmsKeyId": NotRequired[str],
|
|
14155
|
+
"AppSecurityGroupManagement": NotRequired[AppSecurityGroupManagementType],
|
|
14156
|
+
"DefaultSpaceSettings": NotRequired[DefaultSpaceSettingsTypeDef],
|
|
14157
|
+
},
|
|
14158
|
+
)
|
|
14159
|
+
CreateUserProfileRequestRequestTypeDef = TypedDict(
|
|
14160
|
+
"CreateUserProfileRequestRequestTypeDef",
|
|
14161
|
+
{
|
|
14162
|
+
"DomainId": str,
|
|
14163
|
+
"UserProfileName": str,
|
|
14164
|
+
"SingleSignOnUserIdentifier": NotRequired[str],
|
|
14165
|
+
"SingleSignOnUserValue": NotRequired[str],
|
|
14166
|
+
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
14167
|
+
"UserSettings": NotRequired[UserSettingsTypeDef],
|
|
14168
|
+
},
|
|
14169
|
+
)
|
|
14170
|
+
UpdateDomainRequestRequestTypeDef = TypedDict(
|
|
14171
|
+
"UpdateDomainRequestRequestTypeDef",
|
|
14172
|
+
{
|
|
14173
|
+
"DomainId": str,
|
|
14174
|
+
"DefaultUserSettings": NotRequired[UserSettingsTypeDef],
|
|
14175
|
+
"DomainSettingsForUpdate": NotRequired[DomainSettingsForUpdateTypeDef],
|
|
14176
|
+
"AppSecurityGroupManagement": NotRequired[AppSecurityGroupManagementType],
|
|
14177
|
+
"DefaultSpaceSettings": NotRequired[DefaultSpaceSettingsTypeDef],
|
|
14178
|
+
"SubnetIds": NotRequired[Sequence[str]],
|
|
14179
|
+
"AppNetworkAccessType": NotRequired[AppNetworkAccessTypeType],
|
|
14180
|
+
},
|
|
14181
|
+
)
|
|
14182
|
+
UpdateUserProfileRequestRequestTypeDef = TypedDict(
|
|
14183
|
+
"UpdateUserProfileRequestRequestTypeDef",
|
|
14184
|
+
{
|
|
14185
|
+
"DomainId": str,
|
|
14186
|
+
"UserProfileName": str,
|
|
14187
|
+
"UserSettings": NotRequired[UserSettingsTypeDef],
|
|
14188
|
+
},
|
|
14189
|
+
)
|
|
14168
14190
|
DescribeAutoMLJobV2ResponseTypeDef = TypedDict(
|
|
14169
14191
|
"DescribeAutoMLJobV2ResponseTypeDef",
|
|
14170
14192
|
{
|
|
@@ -14718,6 +14740,46 @@ MonitoringJobDefinitionTypeDef = TypedDict(
|
|
|
14718
14740
|
"NetworkConfig": NotRequired[NetworkConfigTypeDef],
|
|
14719
14741
|
},
|
|
14720
14742
|
)
|
|
14743
|
+
DescribeSpaceResponseTypeDef = TypedDict(
|
|
14744
|
+
"DescribeSpaceResponseTypeDef",
|
|
14745
|
+
{
|
|
14746
|
+
"DomainId": str,
|
|
14747
|
+
"SpaceArn": str,
|
|
14748
|
+
"SpaceName": str,
|
|
14749
|
+
"HomeEfsFileSystemUid": str,
|
|
14750
|
+
"Status": SpaceStatusType,
|
|
14751
|
+
"LastModifiedTime": datetime,
|
|
14752
|
+
"CreationTime": datetime,
|
|
14753
|
+
"FailureReason": str,
|
|
14754
|
+
"SpaceSettings": SpaceSettingsOutputTypeDef,
|
|
14755
|
+
"OwnershipSettings": OwnershipSettingsTypeDef,
|
|
14756
|
+
"SpaceSharingSettings": SpaceSharingSettingsTypeDef,
|
|
14757
|
+
"SpaceDisplayName": str,
|
|
14758
|
+
"Url": str,
|
|
14759
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
14760
|
+
},
|
|
14761
|
+
)
|
|
14762
|
+
CreateSpaceRequestRequestTypeDef = TypedDict(
|
|
14763
|
+
"CreateSpaceRequestRequestTypeDef",
|
|
14764
|
+
{
|
|
14765
|
+
"DomainId": str,
|
|
14766
|
+
"SpaceName": str,
|
|
14767
|
+
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
14768
|
+
"SpaceSettings": NotRequired[SpaceSettingsTypeDef],
|
|
14769
|
+
"OwnershipSettings": NotRequired[OwnershipSettingsTypeDef],
|
|
14770
|
+
"SpaceSharingSettings": NotRequired[SpaceSharingSettingsTypeDef],
|
|
14771
|
+
"SpaceDisplayName": NotRequired[str],
|
|
14772
|
+
},
|
|
14773
|
+
)
|
|
14774
|
+
UpdateSpaceRequestRequestTypeDef = TypedDict(
|
|
14775
|
+
"UpdateSpaceRequestRequestTypeDef",
|
|
14776
|
+
{
|
|
14777
|
+
"DomainId": str,
|
|
14778
|
+
"SpaceName": str,
|
|
14779
|
+
"SpaceSettings": NotRequired[SpaceSettingsTypeDef],
|
|
14780
|
+
"SpaceDisplayName": NotRequired[str],
|
|
14781
|
+
},
|
|
14782
|
+
)
|
|
14721
14783
|
AlgorithmValidationProfileOutputTypeDef = TypedDict(
|
|
14722
14784
|
"AlgorithmValidationProfileOutputTypeDef",
|
|
14723
14785
|
{
|