mypy-boto3-sagemaker 1.35.11__py3-none-any.whl → 1.35.13__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 +2 -0
- mypy_boto3_sagemaker/literals.pyi +2 -0
- mypy_boto3_sagemaker/type_defs.py +356 -317
- mypy_boto3_sagemaker/type_defs.pyi +356 -317
- mypy_boto3_sagemaker/version.py +1 -1
- {mypy_boto3_sagemaker-1.35.11.dist-info → mypy_boto3_sagemaker-1.35.13.dist-info}/METADATA +3 -3
- mypy_boto3_sagemaker-1.35.13.dist-info/RECORD +20 -0
- {mypy_boto3_sagemaker-1.35.11.dist-info → mypy_boto3_sagemaker-1.35.13.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.13.dist-info}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.35.11.dist-info → mypy_boto3_sagemaker-1.35.13.dist-info}/top_level.txt +0 -0
|
@@ -135,6 +135,7 @@ from .literals import (
|
|
|
135
135
|
JoinSourceType,
|
|
136
136
|
LabelingJobStatusType,
|
|
137
137
|
LastUpdateStatusValueType,
|
|
138
|
+
LifecycleManagementType,
|
|
138
139
|
LineageTypeType,
|
|
139
140
|
ListCompilationJobsSortByType,
|
|
140
141
|
ListDeviceFleetsSortByType,
|
|
@@ -309,6 +310,7 @@ __all__ = (
|
|
|
309
310
|
"AmazonQSettingsTypeDef",
|
|
310
311
|
"AnnotationConsolidationConfigTypeDef",
|
|
311
312
|
"ResourceSpecTypeDef",
|
|
313
|
+
"IdleSettingsTypeDef",
|
|
312
314
|
"AppSpecificationOutputTypeDef",
|
|
313
315
|
"AppSpecificationTypeDef",
|
|
314
316
|
"ArtifactSourceTypeTypeDef",
|
|
@@ -819,6 +821,7 @@ __all__ = (
|
|
|
819
821
|
"ShadowModelVariantConfigTypeDef",
|
|
820
822
|
"SharingSettingsTypeDef",
|
|
821
823
|
"SourceIpConfigOutputTypeDef",
|
|
824
|
+
"SpaceIdleSettingsTypeDef",
|
|
822
825
|
"SpaceSharingSettingsSummaryTypeDef",
|
|
823
826
|
"StairsTypeDef",
|
|
824
827
|
"StartEdgeDeploymentStageRequestRequestTypeDef",
|
|
@@ -1009,8 +1012,8 @@ __all__ = (
|
|
|
1009
1012
|
"DescribeAppResponseTypeDef",
|
|
1010
1013
|
"RStudioServerProDomainSettingsForUpdateTypeDef",
|
|
1011
1014
|
"RStudioServerProDomainSettingsTypeDef",
|
|
1012
|
-
"SpaceCodeEditorAppSettingsTypeDef",
|
|
1013
1015
|
"TensorBoardAppSettingsTypeDef",
|
|
1016
|
+
"AppLifecycleManagementTypeDef",
|
|
1014
1017
|
"ArtifactSourceOutputTypeDef",
|
|
1015
1018
|
"ArtifactSourceTypeDef",
|
|
1016
1019
|
"AsyncInferenceOutputConfigOutputTypeDef",
|
|
@@ -1062,8 +1065,6 @@ __all__ = (
|
|
|
1062
1065
|
"JupyterLabAppImageConfigOutputTypeDef",
|
|
1063
1066
|
"CodeEditorAppImageConfigTypeDef",
|
|
1064
1067
|
"JupyterLabAppImageConfigTypeDef",
|
|
1065
|
-
"CodeEditorAppSettingsOutputTypeDef",
|
|
1066
|
-
"CodeEditorAppSettingsTypeDef",
|
|
1067
1068
|
"KernelGatewayAppSettingsOutputTypeDef",
|
|
1068
1069
|
"KernelGatewayAppSettingsTypeDef",
|
|
1069
1070
|
"RSessionAppSettingsOutputTypeDef",
|
|
@@ -1073,8 +1074,6 @@ __all__ = (
|
|
|
1073
1074
|
"DescribeCodeRepositoryOutputTypeDef",
|
|
1074
1075
|
"JupyterServerAppSettingsOutputTypeDef",
|
|
1075
1076
|
"JupyterServerAppSettingsTypeDef",
|
|
1076
|
-
"SpaceJupyterLabAppSettingsOutputTypeDef",
|
|
1077
|
-
"SpaceJupyterLabAppSettingsTypeDef",
|
|
1078
1077
|
"CollectionConfigTypeDef",
|
|
1079
1078
|
"DebugHookConfigOutputTypeDef",
|
|
1080
1079
|
"DebugHookConfigTypeDef",
|
|
@@ -1229,8 +1228,6 @@ __all__ = (
|
|
|
1229
1228
|
"ListEdgeDeploymentPlansResponseTypeDef",
|
|
1230
1229
|
"GetDeviceFleetReportResponseTypeDef",
|
|
1231
1230
|
"ListEdgePackagingJobsResponseTypeDef",
|
|
1232
|
-
"JupyterLabAppSettingsOutputTypeDef",
|
|
1233
|
-
"JupyterLabAppSettingsTypeDef",
|
|
1234
1231
|
"ListEndpointConfigsOutputTypeDef",
|
|
1235
1232
|
"EndpointOutputConfigurationTypeDef",
|
|
1236
1233
|
"EndpointPerformanceTypeDef",
|
|
@@ -1415,6 +1412,7 @@ __all__ = (
|
|
|
1415
1412
|
"SelectiveExecutionConfigTypeDef",
|
|
1416
1413
|
"ShadowModeConfigOutputTypeDef",
|
|
1417
1414
|
"ShadowModeConfigTypeDef",
|
|
1415
|
+
"SpaceAppLifecycleManagementTypeDef",
|
|
1418
1416
|
"TrafficPatternOutputTypeDef",
|
|
1419
1417
|
"TrafficPatternTypeDef",
|
|
1420
1418
|
"TrainingImageConfigTypeDef",
|
|
@@ -1425,6 +1423,10 @@ __all__ = (
|
|
|
1425
1423
|
"DomainSettingsForUpdateTypeDef",
|
|
1426
1424
|
"DomainSettingsOutputTypeDef",
|
|
1427
1425
|
"DomainSettingsTypeDef",
|
|
1426
|
+
"CodeEditorAppSettingsOutputTypeDef",
|
|
1427
|
+
"CodeEditorAppSettingsTypeDef",
|
|
1428
|
+
"JupyterLabAppSettingsOutputTypeDef",
|
|
1429
|
+
"JupyterLabAppSettingsTypeDef",
|
|
1428
1430
|
"ArtifactSummaryTypeDef",
|
|
1429
1431
|
"CreateArtifactRequestRequestTypeDef",
|
|
1430
1432
|
"DeleteArtifactRequestRequestTypeDef",
|
|
@@ -1473,13 +1475,7 @@ __all__ = (
|
|
|
1473
1475
|
"UpdateEndpointWeightsAndCapacitiesInputRequestTypeDef",
|
|
1474
1476
|
"ListDevicesResponseTypeDef",
|
|
1475
1477
|
"DriftCheckBaselinesTypeDef",
|
|
1476
|
-
"SpaceSettingsOutputTypeDef",
|
|
1477
1478
|
"SpaceSettingsSummaryTypeDef",
|
|
1478
|
-
"SpaceSettingsTypeDef",
|
|
1479
|
-
"DefaultSpaceSettingsOutputTypeDef",
|
|
1480
|
-
"UserSettingsOutputTypeDef",
|
|
1481
|
-
"DefaultSpaceSettingsTypeDef",
|
|
1482
|
-
"UserSettingsTypeDef",
|
|
1483
1479
|
"InferenceRecommendationTypeDef",
|
|
1484
1480
|
"RecommendationJobInferenceBenchmarkTypeDef",
|
|
1485
1481
|
"SearchExpressionTypeDef",
|
|
@@ -1551,12 +1547,19 @@ __all__ = (
|
|
|
1551
1547
|
"DescribePipelineExecutionResponseTypeDef",
|
|
1552
1548
|
"PipelineExecutionTypeDef",
|
|
1553
1549
|
"StartPipelineExecutionRequestRequestTypeDef",
|
|
1550
|
+
"SpaceCodeEditorAppSettingsTypeDef",
|
|
1551
|
+
"SpaceJupyterLabAppSettingsOutputTypeDef",
|
|
1552
|
+
"SpaceJupyterLabAppSettingsTypeDef",
|
|
1554
1553
|
"AlgorithmSpecificationOutputTypeDef",
|
|
1555
1554
|
"AlgorithmSpecificationTypeDef",
|
|
1556
1555
|
"TransformInputTypeDef",
|
|
1557
1556
|
"DescribeWorkforceResponseTypeDef",
|
|
1558
1557
|
"ListWorkforcesResponseTypeDef",
|
|
1559
1558
|
"UpdateWorkforceResponseTypeDef",
|
|
1559
|
+
"DefaultSpaceSettingsOutputTypeDef",
|
|
1560
|
+
"UserSettingsOutputTypeDef",
|
|
1561
|
+
"DefaultSpaceSettingsTypeDef",
|
|
1562
|
+
"UserSettingsTypeDef",
|
|
1560
1563
|
"ListArtifactsResponseTypeDef",
|
|
1561
1564
|
"AutoMLProblemTypeConfigOutputTypeDef",
|
|
1562
1565
|
"AutoMLProblemTypeConfigTypeDef",
|
|
@@ -1584,16 +1587,7 @@ __all__ = (
|
|
|
1584
1587
|
"HyperParameterTrainingJobDefinitionTypeDef",
|
|
1585
1588
|
"TrainingJobDefinitionTypeDef",
|
|
1586
1589
|
"DescribeInferenceComponentOutputTypeDef",
|
|
1587
|
-
"DescribeSpaceResponseTypeDef",
|
|
1588
1590
|
"SpaceDetailsTypeDef",
|
|
1589
|
-
"CreateSpaceRequestRequestTypeDef",
|
|
1590
|
-
"UpdateSpaceRequestRequestTypeDef",
|
|
1591
|
-
"DescribeDomainResponseTypeDef",
|
|
1592
|
-
"DescribeUserProfileResponseTypeDef",
|
|
1593
|
-
"CreateDomainRequestRequestTypeDef",
|
|
1594
|
-
"CreateUserProfileRequestRequestTypeDef",
|
|
1595
|
-
"UpdateDomainRequestRequestTypeDef",
|
|
1596
|
-
"UpdateUserProfileRequestRequestTypeDef",
|
|
1597
1591
|
"InferenceRecommendationsJobStepTypeDef",
|
|
1598
1592
|
"SearchRequestSearchPaginateTypeDef",
|
|
1599
1593
|
"ListAssociationsResponseTypeDef",
|
|
@@ -1636,6 +1630,8 @@ __all__ = (
|
|
|
1636
1630
|
"CreateFlowDefinitionRequestRequestTypeDef",
|
|
1637
1631
|
"DescribeLabelingJobResponseTypeDef",
|
|
1638
1632
|
"CreateLabelingJobRequestRequestTypeDef",
|
|
1633
|
+
"SpaceSettingsOutputTypeDef",
|
|
1634
|
+
"SpaceSettingsTypeDef",
|
|
1639
1635
|
"DescribeTrainingJobResponseTypeDef",
|
|
1640
1636
|
"TrainingJobTypeDef",
|
|
1641
1637
|
"CreateTransformJobRequestRequestTypeDef",
|
|
@@ -1643,6 +1639,12 @@ __all__ = (
|
|
|
1643
1639
|
"TransformJobDefinitionOutputTypeDef",
|
|
1644
1640
|
"TransformJobDefinitionTypeDef",
|
|
1645
1641
|
"TransformJobTypeDef",
|
|
1642
|
+
"DescribeDomainResponseTypeDef",
|
|
1643
|
+
"DescribeUserProfileResponseTypeDef",
|
|
1644
|
+
"CreateDomainRequestRequestTypeDef",
|
|
1645
|
+
"CreateUserProfileRequestRequestTypeDef",
|
|
1646
|
+
"UpdateDomainRequestRequestTypeDef",
|
|
1647
|
+
"UpdateUserProfileRequestRequestTypeDef",
|
|
1646
1648
|
"DescribeAutoMLJobV2ResponseTypeDef",
|
|
1647
1649
|
"CreateAutoMLJobV2RequestRequestTypeDef",
|
|
1648
1650
|
"ListPipelineExecutionStepsResponseTypeDef",
|
|
@@ -1683,6 +1685,9 @@ __all__ = (
|
|
|
1683
1685
|
"CreateModelExplainabilityJobDefinitionRequestRequestTypeDef",
|
|
1684
1686
|
"CreateModelQualityJobDefinitionRequestRequestTypeDef",
|
|
1685
1687
|
"MonitoringJobDefinitionTypeDef",
|
|
1688
|
+
"DescribeSpaceResponseTypeDef",
|
|
1689
|
+
"CreateSpaceRequestRequestTypeDef",
|
|
1690
|
+
"UpdateSpaceRequestRequestTypeDef",
|
|
1686
1691
|
"AlgorithmValidationProfileOutputTypeDef",
|
|
1687
1692
|
"ModelPackageValidationProfileOutputTypeDef",
|
|
1688
1693
|
"AlgorithmValidationProfileTypeDef",
|
|
@@ -1820,6 +1825,15 @@ ResourceSpecTypeDef = TypedDict(
|
|
|
1820
1825
|
"LifecycleConfigArn": NotRequired[str],
|
|
1821
1826
|
},
|
|
1822
1827
|
)
|
|
1828
|
+
IdleSettingsTypeDef = TypedDict(
|
|
1829
|
+
"IdleSettingsTypeDef",
|
|
1830
|
+
{
|
|
1831
|
+
"LifecycleManagement": NotRequired[LifecycleManagementType],
|
|
1832
|
+
"IdleTimeoutInMinutes": NotRequired[int],
|
|
1833
|
+
"MinIdleTimeoutInMinutes": NotRequired[int],
|
|
1834
|
+
"MaxIdleTimeoutInMinutes": NotRequired[int],
|
|
1835
|
+
},
|
|
1836
|
+
)
|
|
1823
1837
|
AppSpecificationOutputTypeDef = TypedDict(
|
|
1824
1838
|
"AppSpecificationOutputTypeDef",
|
|
1825
1839
|
{
|
|
@@ -5734,6 +5748,12 @@ SourceIpConfigOutputTypeDef = TypedDict(
|
|
|
5734
5748
|
"Cidrs": List[str],
|
|
5735
5749
|
},
|
|
5736
5750
|
)
|
|
5751
|
+
SpaceIdleSettingsTypeDef = TypedDict(
|
|
5752
|
+
"SpaceIdleSettingsTypeDef",
|
|
5753
|
+
{
|
|
5754
|
+
"IdleTimeoutInMinutes": NotRequired[int],
|
|
5755
|
+
},
|
|
5756
|
+
)
|
|
5737
5757
|
SpaceSharingSettingsSummaryTypeDef = TypedDict(
|
|
5738
5758
|
"SpaceSharingSettingsSummaryTypeDef",
|
|
5739
5759
|
{
|
|
@@ -7180,16 +7200,16 @@ RStudioServerProDomainSettingsTypeDef = TypedDict(
|
|
|
7180
7200
|
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
7181
7201
|
},
|
|
7182
7202
|
)
|
|
7183
|
-
|
|
7184
|
-
"
|
|
7203
|
+
TensorBoardAppSettingsTypeDef = TypedDict(
|
|
7204
|
+
"TensorBoardAppSettingsTypeDef",
|
|
7185
7205
|
{
|
|
7186
7206
|
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
7187
7207
|
},
|
|
7188
7208
|
)
|
|
7189
|
-
|
|
7190
|
-
"
|
|
7209
|
+
AppLifecycleManagementTypeDef = TypedDict(
|
|
7210
|
+
"AppLifecycleManagementTypeDef",
|
|
7191
7211
|
{
|
|
7192
|
-
"
|
|
7212
|
+
"IdleSettings": NotRequired[IdleSettingsTypeDef],
|
|
7193
7213
|
},
|
|
7194
7214
|
)
|
|
7195
7215
|
ArtifactSourceOutputTypeDef = TypedDict(
|
|
@@ -7595,22 +7615,6 @@ JupyterLabAppImageConfigTypeDef = TypedDict(
|
|
|
7595
7615
|
"ContainerConfig": NotRequired[ContainerConfigTypeDef],
|
|
7596
7616
|
},
|
|
7597
7617
|
)
|
|
7598
|
-
CodeEditorAppSettingsOutputTypeDef = TypedDict(
|
|
7599
|
-
"CodeEditorAppSettingsOutputTypeDef",
|
|
7600
|
-
{
|
|
7601
|
-
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
7602
|
-
"CustomImages": NotRequired[List[CustomImageTypeDef]],
|
|
7603
|
-
"LifecycleConfigArns": NotRequired[List[str]],
|
|
7604
|
-
},
|
|
7605
|
-
)
|
|
7606
|
-
CodeEditorAppSettingsTypeDef = TypedDict(
|
|
7607
|
-
"CodeEditorAppSettingsTypeDef",
|
|
7608
|
-
{
|
|
7609
|
-
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
7610
|
-
"CustomImages": NotRequired[Sequence[CustomImageTypeDef]],
|
|
7611
|
-
"LifecycleConfigArns": NotRequired[Sequence[str]],
|
|
7612
|
-
},
|
|
7613
|
-
)
|
|
7614
7618
|
KernelGatewayAppSettingsOutputTypeDef = TypedDict(
|
|
7615
7619
|
"KernelGatewayAppSettingsOutputTypeDef",
|
|
7616
7620
|
{
|
|
@@ -7686,20 +7690,6 @@ JupyterServerAppSettingsTypeDef = TypedDict(
|
|
|
7686
7690
|
"CodeRepositories": NotRequired[Sequence[CodeRepositoryTypeDef]],
|
|
7687
7691
|
},
|
|
7688
7692
|
)
|
|
7689
|
-
SpaceJupyterLabAppSettingsOutputTypeDef = TypedDict(
|
|
7690
|
-
"SpaceJupyterLabAppSettingsOutputTypeDef",
|
|
7691
|
-
{
|
|
7692
|
-
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
7693
|
-
"CodeRepositories": NotRequired[List[CodeRepositoryTypeDef]],
|
|
7694
|
-
},
|
|
7695
|
-
)
|
|
7696
|
-
SpaceJupyterLabAppSettingsTypeDef = TypedDict(
|
|
7697
|
-
"SpaceJupyterLabAppSettingsTypeDef",
|
|
7698
|
-
{
|
|
7699
|
-
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
7700
|
-
"CodeRepositories": NotRequired[Sequence[CodeRepositoryTypeDef]],
|
|
7701
|
-
},
|
|
7702
|
-
)
|
|
7703
7693
|
CollectionConfigTypeDef = TypedDict(
|
|
7704
7694
|
"CollectionConfigTypeDef",
|
|
7705
7695
|
{
|
|
@@ -9483,26 +9473,6 @@ ListEdgePackagingJobsResponseTypeDef = TypedDict(
|
|
|
9483
9473
|
"NextToken": NotRequired[str],
|
|
9484
9474
|
},
|
|
9485
9475
|
)
|
|
9486
|
-
JupyterLabAppSettingsOutputTypeDef = TypedDict(
|
|
9487
|
-
"JupyterLabAppSettingsOutputTypeDef",
|
|
9488
|
-
{
|
|
9489
|
-
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
9490
|
-
"CustomImages": NotRequired[List[CustomImageTypeDef]],
|
|
9491
|
-
"LifecycleConfigArns": NotRequired[List[str]],
|
|
9492
|
-
"CodeRepositories": NotRequired[List[CodeRepositoryTypeDef]],
|
|
9493
|
-
"EmrSettings": NotRequired[EmrSettingsOutputTypeDef],
|
|
9494
|
-
},
|
|
9495
|
-
)
|
|
9496
|
-
JupyterLabAppSettingsTypeDef = TypedDict(
|
|
9497
|
-
"JupyterLabAppSettingsTypeDef",
|
|
9498
|
-
{
|
|
9499
|
-
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
9500
|
-
"CustomImages": NotRequired[Sequence[CustomImageTypeDef]],
|
|
9501
|
-
"LifecycleConfigArns": NotRequired[Sequence[str]],
|
|
9502
|
-
"CodeRepositories": NotRequired[Sequence[CodeRepositoryTypeDef]],
|
|
9503
|
-
"EmrSettings": NotRequired[EmrSettingsTypeDef],
|
|
9504
|
-
},
|
|
9505
|
-
)
|
|
9506
9476
|
ListEndpointConfigsOutputTypeDef = TypedDict(
|
|
9507
9477
|
"ListEndpointConfigsOutputTypeDef",
|
|
9508
9478
|
{
|
|
@@ -11325,6 +11295,12 @@ ShadowModeConfigTypeDef = TypedDict(
|
|
|
11325
11295
|
"ShadowModelVariants": Sequence[ShadowModelVariantConfigTypeDef],
|
|
11326
11296
|
},
|
|
11327
11297
|
)
|
|
11298
|
+
SpaceAppLifecycleManagementTypeDef = TypedDict(
|
|
11299
|
+
"SpaceAppLifecycleManagementTypeDef",
|
|
11300
|
+
{
|
|
11301
|
+
"IdleSettings": NotRequired[SpaceIdleSettingsTypeDef],
|
|
11302
|
+
},
|
|
11303
|
+
)
|
|
11328
11304
|
TrafficPatternOutputTypeDef = TypedDict(
|
|
11329
11305
|
"TrafficPatternOutputTypeDef",
|
|
11330
11306
|
{
|
|
@@ -11418,6 +11394,46 @@ DomainSettingsTypeDef = TypedDict(
|
|
|
11418
11394
|
"AmazonQSettings": NotRequired[AmazonQSettingsTypeDef],
|
|
11419
11395
|
},
|
|
11420
11396
|
)
|
|
11397
|
+
CodeEditorAppSettingsOutputTypeDef = TypedDict(
|
|
11398
|
+
"CodeEditorAppSettingsOutputTypeDef",
|
|
11399
|
+
{
|
|
11400
|
+
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
11401
|
+
"CustomImages": NotRequired[List[CustomImageTypeDef]],
|
|
11402
|
+
"LifecycleConfigArns": NotRequired[List[str]],
|
|
11403
|
+
"AppLifecycleManagement": NotRequired[AppLifecycleManagementTypeDef],
|
|
11404
|
+
},
|
|
11405
|
+
)
|
|
11406
|
+
CodeEditorAppSettingsTypeDef = TypedDict(
|
|
11407
|
+
"CodeEditorAppSettingsTypeDef",
|
|
11408
|
+
{
|
|
11409
|
+
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
11410
|
+
"CustomImages": NotRequired[Sequence[CustomImageTypeDef]],
|
|
11411
|
+
"LifecycleConfigArns": NotRequired[Sequence[str]],
|
|
11412
|
+
"AppLifecycleManagement": NotRequired[AppLifecycleManagementTypeDef],
|
|
11413
|
+
},
|
|
11414
|
+
)
|
|
11415
|
+
JupyterLabAppSettingsOutputTypeDef = TypedDict(
|
|
11416
|
+
"JupyterLabAppSettingsOutputTypeDef",
|
|
11417
|
+
{
|
|
11418
|
+
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
11419
|
+
"CustomImages": NotRequired[List[CustomImageTypeDef]],
|
|
11420
|
+
"LifecycleConfigArns": NotRequired[List[str]],
|
|
11421
|
+
"CodeRepositories": NotRequired[List[CodeRepositoryTypeDef]],
|
|
11422
|
+
"AppLifecycleManagement": NotRequired[AppLifecycleManagementTypeDef],
|
|
11423
|
+
"EmrSettings": NotRequired[EmrSettingsOutputTypeDef],
|
|
11424
|
+
},
|
|
11425
|
+
)
|
|
11426
|
+
JupyterLabAppSettingsTypeDef = TypedDict(
|
|
11427
|
+
"JupyterLabAppSettingsTypeDef",
|
|
11428
|
+
{
|
|
11429
|
+
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
11430
|
+
"CustomImages": NotRequired[Sequence[CustomImageTypeDef]],
|
|
11431
|
+
"LifecycleConfigArns": NotRequired[Sequence[str]],
|
|
11432
|
+
"CodeRepositories": NotRequired[Sequence[CodeRepositoryTypeDef]],
|
|
11433
|
+
"AppLifecycleManagement": NotRequired[AppLifecycleManagementTypeDef],
|
|
11434
|
+
"EmrSettings": NotRequired[EmrSettingsTypeDef],
|
|
11435
|
+
},
|
|
11436
|
+
)
|
|
11421
11437
|
ArtifactSummaryTypeDef = TypedDict(
|
|
11422
11438
|
"ArtifactSummaryTypeDef",
|
|
11423
11439
|
{
|
|
@@ -11908,18 +11924,6 @@ DriftCheckBaselinesTypeDef = TypedDict(
|
|
|
11908
11924
|
"ModelDataQuality": NotRequired[DriftCheckModelDataQualityTypeDef],
|
|
11909
11925
|
},
|
|
11910
11926
|
)
|
|
11911
|
-
SpaceSettingsOutputTypeDef = TypedDict(
|
|
11912
|
-
"SpaceSettingsOutputTypeDef",
|
|
11913
|
-
{
|
|
11914
|
-
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsOutputTypeDef],
|
|
11915
|
-
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsOutputTypeDef],
|
|
11916
|
-
"CodeEditorAppSettings": NotRequired[SpaceCodeEditorAppSettingsTypeDef],
|
|
11917
|
-
"JupyterLabAppSettings": NotRequired[SpaceJupyterLabAppSettingsOutputTypeDef],
|
|
11918
|
-
"AppType": NotRequired[AppTypeType],
|
|
11919
|
-
"SpaceStorageSettings": NotRequired[SpaceStorageSettingsTypeDef],
|
|
11920
|
-
"CustomFileSystems": NotRequired[List[CustomFileSystemTypeDef]],
|
|
11921
|
-
},
|
|
11922
|
-
)
|
|
11923
11927
|
SpaceSettingsSummaryTypeDef = TypedDict(
|
|
11924
11928
|
"SpaceSettingsSummaryTypeDef",
|
|
11925
11929
|
{
|
|
@@ -11927,90 +11931,6 @@ SpaceSettingsSummaryTypeDef = TypedDict(
|
|
|
11927
11931
|
"SpaceStorageSettings": NotRequired[SpaceStorageSettingsTypeDef],
|
|
11928
11932
|
},
|
|
11929
11933
|
)
|
|
11930
|
-
SpaceSettingsTypeDef = TypedDict(
|
|
11931
|
-
"SpaceSettingsTypeDef",
|
|
11932
|
-
{
|
|
11933
|
-
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsTypeDef],
|
|
11934
|
-
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsTypeDef],
|
|
11935
|
-
"CodeEditorAppSettings": NotRequired[SpaceCodeEditorAppSettingsTypeDef],
|
|
11936
|
-
"JupyterLabAppSettings": NotRequired[SpaceJupyterLabAppSettingsTypeDef],
|
|
11937
|
-
"AppType": NotRequired[AppTypeType],
|
|
11938
|
-
"SpaceStorageSettings": NotRequired[SpaceStorageSettingsTypeDef],
|
|
11939
|
-
"CustomFileSystems": NotRequired[Sequence[CustomFileSystemTypeDef]],
|
|
11940
|
-
},
|
|
11941
|
-
)
|
|
11942
|
-
DefaultSpaceSettingsOutputTypeDef = TypedDict(
|
|
11943
|
-
"DefaultSpaceSettingsOutputTypeDef",
|
|
11944
|
-
{
|
|
11945
|
-
"ExecutionRole": NotRequired[str],
|
|
11946
|
-
"SecurityGroups": NotRequired[List[str]],
|
|
11947
|
-
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsOutputTypeDef],
|
|
11948
|
-
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsOutputTypeDef],
|
|
11949
|
-
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsOutputTypeDef],
|
|
11950
|
-
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
11951
|
-
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
11952
|
-
"CustomFileSystemConfigs": NotRequired[List[CustomFileSystemConfigTypeDef]],
|
|
11953
|
-
},
|
|
11954
|
-
)
|
|
11955
|
-
UserSettingsOutputTypeDef = TypedDict(
|
|
11956
|
-
"UserSettingsOutputTypeDef",
|
|
11957
|
-
{
|
|
11958
|
-
"ExecutionRole": NotRequired[str],
|
|
11959
|
-
"SecurityGroups": NotRequired[List[str]],
|
|
11960
|
-
"SharingSettings": NotRequired[SharingSettingsTypeDef],
|
|
11961
|
-
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsOutputTypeDef],
|
|
11962
|
-
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsOutputTypeDef],
|
|
11963
|
-
"TensorBoardAppSettings": NotRequired[TensorBoardAppSettingsTypeDef],
|
|
11964
|
-
"RStudioServerProAppSettings": NotRequired[RStudioServerProAppSettingsTypeDef],
|
|
11965
|
-
"RSessionAppSettings": NotRequired[RSessionAppSettingsOutputTypeDef],
|
|
11966
|
-
"CanvasAppSettings": NotRequired[CanvasAppSettingsOutputTypeDef],
|
|
11967
|
-
"CodeEditorAppSettings": NotRequired[CodeEditorAppSettingsOutputTypeDef],
|
|
11968
|
-
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsOutputTypeDef],
|
|
11969
|
-
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
11970
|
-
"DefaultLandingUri": NotRequired[str],
|
|
11971
|
-
"StudioWebPortal": NotRequired[StudioWebPortalType],
|
|
11972
|
-
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
11973
|
-
"CustomFileSystemConfigs": NotRequired[List[CustomFileSystemConfigTypeDef]],
|
|
11974
|
-
"StudioWebPortalSettings": NotRequired[StudioWebPortalSettingsOutputTypeDef],
|
|
11975
|
-
"AutoMountHomeEFS": NotRequired[AutoMountHomeEFSType],
|
|
11976
|
-
},
|
|
11977
|
-
)
|
|
11978
|
-
DefaultSpaceSettingsTypeDef = TypedDict(
|
|
11979
|
-
"DefaultSpaceSettingsTypeDef",
|
|
11980
|
-
{
|
|
11981
|
-
"ExecutionRole": NotRequired[str],
|
|
11982
|
-
"SecurityGroups": NotRequired[Sequence[str]],
|
|
11983
|
-
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsTypeDef],
|
|
11984
|
-
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsTypeDef],
|
|
11985
|
-
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsTypeDef],
|
|
11986
|
-
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
11987
|
-
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
11988
|
-
"CustomFileSystemConfigs": NotRequired[Sequence[CustomFileSystemConfigTypeDef]],
|
|
11989
|
-
},
|
|
11990
|
-
)
|
|
11991
|
-
UserSettingsTypeDef = TypedDict(
|
|
11992
|
-
"UserSettingsTypeDef",
|
|
11993
|
-
{
|
|
11994
|
-
"ExecutionRole": NotRequired[str],
|
|
11995
|
-
"SecurityGroups": NotRequired[Sequence[str]],
|
|
11996
|
-
"SharingSettings": NotRequired[SharingSettingsTypeDef],
|
|
11997
|
-
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsTypeDef],
|
|
11998
|
-
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsTypeDef],
|
|
11999
|
-
"TensorBoardAppSettings": NotRequired[TensorBoardAppSettingsTypeDef],
|
|
12000
|
-
"RStudioServerProAppSettings": NotRequired[RStudioServerProAppSettingsTypeDef],
|
|
12001
|
-
"RSessionAppSettings": NotRequired[RSessionAppSettingsTypeDef],
|
|
12002
|
-
"CanvasAppSettings": NotRequired[CanvasAppSettingsTypeDef],
|
|
12003
|
-
"CodeEditorAppSettings": NotRequired[CodeEditorAppSettingsTypeDef],
|
|
12004
|
-
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsTypeDef],
|
|
12005
|
-
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
12006
|
-
"DefaultLandingUri": NotRequired[str],
|
|
12007
|
-
"StudioWebPortal": NotRequired[StudioWebPortalType],
|
|
12008
|
-
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
12009
|
-
"CustomFileSystemConfigs": NotRequired[Sequence[CustomFileSystemConfigTypeDef]],
|
|
12010
|
-
"StudioWebPortalSettings": NotRequired[StudioWebPortalSettingsTypeDef],
|
|
12011
|
-
"AutoMountHomeEFS": NotRequired[AutoMountHomeEFSType],
|
|
12012
|
-
},
|
|
12013
|
-
)
|
|
12014
11934
|
InferenceRecommendationTypeDef = TypedDict(
|
|
12015
11935
|
"InferenceRecommendationTypeDef",
|
|
12016
11936
|
{
|
|
@@ -12879,20 +12799,43 @@ StartPipelineExecutionRequestRequestTypeDef = TypedDict(
|
|
|
12879
12799
|
"SelectiveExecutionConfig": NotRequired[SelectiveExecutionConfigTypeDef],
|
|
12880
12800
|
},
|
|
12881
12801
|
)
|
|
12882
|
-
|
|
12883
|
-
"
|
|
12802
|
+
SpaceCodeEditorAppSettingsTypeDef = TypedDict(
|
|
12803
|
+
"SpaceCodeEditorAppSettingsTypeDef",
|
|
12884
12804
|
{
|
|
12885
|
-
"
|
|
12886
|
-
"
|
|
12887
|
-
"AlgorithmName": NotRequired[str],
|
|
12888
|
-
"MetricDefinitions": NotRequired[List[MetricDefinitionTypeDef]],
|
|
12889
|
-
"EnableSageMakerMetricsTimeSeries": NotRequired[bool],
|
|
12890
|
-
"ContainerEntrypoint": NotRequired[List[str]],
|
|
12891
|
-
"ContainerArguments": NotRequired[List[str]],
|
|
12892
|
-
"TrainingImageConfig": NotRequired[TrainingImageConfigTypeDef],
|
|
12805
|
+
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
12806
|
+
"AppLifecycleManagement": NotRequired[SpaceAppLifecycleManagementTypeDef],
|
|
12893
12807
|
},
|
|
12894
12808
|
)
|
|
12895
|
-
|
|
12809
|
+
SpaceJupyterLabAppSettingsOutputTypeDef = TypedDict(
|
|
12810
|
+
"SpaceJupyterLabAppSettingsOutputTypeDef",
|
|
12811
|
+
{
|
|
12812
|
+
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
12813
|
+
"CodeRepositories": NotRequired[List[CodeRepositoryTypeDef]],
|
|
12814
|
+
"AppLifecycleManagement": NotRequired[SpaceAppLifecycleManagementTypeDef],
|
|
12815
|
+
},
|
|
12816
|
+
)
|
|
12817
|
+
SpaceJupyterLabAppSettingsTypeDef = TypedDict(
|
|
12818
|
+
"SpaceJupyterLabAppSettingsTypeDef",
|
|
12819
|
+
{
|
|
12820
|
+
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
12821
|
+
"CodeRepositories": NotRequired[Sequence[CodeRepositoryTypeDef]],
|
|
12822
|
+
"AppLifecycleManagement": NotRequired[SpaceAppLifecycleManagementTypeDef],
|
|
12823
|
+
},
|
|
12824
|
+
)
|
|
12825
|
+
AlgorithmSpecificationOutputTypeDef = TypedDict(
|
|
12826
|
+
"AlgorithmSpecificationOutputTypeDef",
|
|
12827
|
+
{
|
|
12828
|
+
"TrainingInputMode": TrainingInputModeType,
|
|
12829
|
+
"TrainingImage": NotRequired[str],
|
|
12830
|
+
"AlgorithmName": NotRequired[str],
|
|
12831
|
+
"MetricDefinitions": NotRequired[List[MetricDefinitionTypeDef]],
|
|
12832
|
+
"EnableSageMakerMetricsTimeSeries": NotRequired[bool],
|
|
12833
|
+
"ContainerEntrypoint": NotRequired[List[str]],
|
|
12834
|
+
"ContainerArguments": NotRequired[List[str]],
|
|
12835
|
+
"TrainingImageConfig": NotRequired[TrainingImageConfigTypeDef],
|
|
12836
|
+
},
|
|
12837
|
+
)
|
|
12838
|
+
AlgorithmSpecificationTypeDef = TypedDict(
|
|
12896
12839
|
"AlgorithmSpecificationTypeDef",
|
|
12897
12840
|
{
|
|
12898
12841
|
"TrainingInputMode": TrainingInputModeType,
|
|
@@ -12936,6 +12879,78 @@ UpdateWorkforceResponseTypeDef = TypedDict(
|
|
|
12936
12879
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
12937
12880
|
},
|
|
12938
12881
|
)
|
|
12882
|
+
DefaultSpaceSettingsOutputTypeDef = TypedDict(
|
|
12883
|
+
"DefaultSpaceSettingsOutputTypeDef",
|
|
12884
|
+
{
|
|
12885
|
+
"ExecutionRole": NotRequired[str],
|
|
12886
|
+
"SecurityGroups": NotRequired[List[str]],
|
|
12887
|
+
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsOutputTypeDef],
|
|
12888
|
+
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsOutputTypeDef],
|
|
12889
|
+
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsOutputTypeDef],
|
|
12890
|
+
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
12891
|
+
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
12892
|
+
"CustomFileSystemConfigs": NotRequired[List[CustomFileSystemConfigTypeDef]],
|
|
12893
|
+
},
|
|
12894
|
+
)
|
|
12895
|
+
UserSettingsOutputTypeDef = TypedDict(
|
|
12896
|
+
"UserSettingsOutputTypeDef",
|
|
12897
|
+
{
|
|
12898
|
+
"ExecutionRole": NotRequired[str],
|
|
12899
|
+
"SecurityGroups": NotRequired[List[str]],
|
|
12900
|
+
"SharingSettings": NotRequired[SharingSettingsTypeDef],
|
|
12901
|
+
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsOutputTypeDef],
|
|
12902
|
+
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsOutputTypeDef],
|
|
12903
|
+
"TensorBoardAppSettings": NotRequired[TensorBoardAppSettingsTypeDef],
|
|
12904
|
+
"RStudioServerProAppSettings": NotRequired[RStudioServerProAppSettingsTypeDef],
|
|
12905
|
+
"RSessionAppSettings": NotRequired[RSessionAppSettingsOutputTypeDef],
|
|
12906
|
+
"CanvasAppSettings": NotRequired[CanvasAppSettingsOutputTypeDef],
|
|
12907
|
+
"CodeEditorAppSettings": NotRequired[CodeEditorAppSettingsOutputTypeDef],
|
|
12908
|
+
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsOutputTypeDef],
|
|
12909
|
+
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
12910
|
+
"DefaultLandingUri": NotRequired[str],
|
|
12911
|
+
"StudioWebPortal": NotRequired[StudioWebPortalType],
|
|
12912
|
+
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
12913
|
+
"CustomFileSystemConfigs": NotRequired[List[CustomFileSystemConfigTypeDef]],
|
|
12914
|
+
"StudioWebPortalSettings": NotRequired[StudioWebPortalSettingsOutputTypeDef],
|
|
12915
|
+
"AutoMountHomeEFS": NotRequired[AutoMountHomeEFSType],
|
|
12916
|
+
},
|
|
12917
|
+
)
|
|
12918
|
+
DefaultSpaceSettingsTypeDef = TypedDict(
|
|
12919
|
+
"DefaultSpaceSettingsTypeDef",
|
|
12920
|
+
{
|
|
12921
|
+
"ExecutionRole": NotRequired[str],
|
|
12922
|
+
"SecurityGroups": NotRequired[Sequence[str]],
|
|
12923
|
+
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsTypeDef],
|
|
12924
|
+
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsTypeDef],
|
|
12925
|
+
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsTypeDef],
|
|
12926
|
+
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
12927
|
+
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
12928
|
+
"CustomFileSystemConfigs": NotRequired[Sequence[CustomFileSystemConfigTypeDef]],
|
|
12929
|
+
},
|
|
12930
|
+
)
|
|
12931
|
+
UserSettingsTypeDef = TypedDict(
|
|
12932
|
+
"UserSettingsTypeDef",
|
|
12933
|
+
{
|
|
12934
|
+
"ExecutionRole": NotRequired[str],
|
|
12935
|
+
"SecurityGroups": NotRequired[Sequence[str]],
|
|
12936
|
+
"SharingSettings": NotRequired[SharingSettingsTypeDef],
|
|
12937
|
+
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsTypeDef],
|
|
12938
|
+
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsTypeDef],
|
|
12939
|
+
"TensorBoardAppSettings": NotRequired[TensorBoardAppSettingsTypeDef],
|
|
12940
|
+
"RStudioServerProAppSettings": NotRequired[RStudioServerProAppSettingsTypeDef],
|
|
12941
|
+
"RSessionAppSettings": NotRequired[RSessionAppSettingsTypeDef],
|
|
12942
|
+
"CanvasAppSettings": NotRequired[CanvasAppSettingsTypeDef],
|
|
12943
|
+
"CodeEditorAppSettings": NotRequired[CodeEditorAppSettingsTypeDef],
|
|
12944
|
+
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsTypeDef],
|
|
12945
|
+
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
12946
|
+
"DefaultLandingUri": NotRequired[str],
|
|
12947
|
+
"StudioWebPortal": NotRequired[StudioWebPortalType],
|
|
12948
|
+
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
12949
|
+
"CustomFileSystemConfigs": NotRequired[Sequence[CustomFileSystemConfigTypeDef]],
|
|
12950
|
+
"StudioWebPortalSettings": NotRequired[StudioWebPortalSettingsTypeDef],
|
|
12951
|
+
"AutoMountHomeEFS": NotRequired[AutoMountHomeEFSType],
|
|
12952
|
+
},
|
|
12953
|
+
)
|
|
12939
12954
|
ListArtifactsResponseTypeDef = TypedDict(
|
|
12940
12955
|
"ListArtifactsResponseTypeDef",
|
|
12941
12956
|
{
|
|
@@ -13283,25 +13298,6 @@ DescribeInferenceComponentOutputTypeDef = TypedDict(
|
|
|
13283
13298
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
13284
13299
|
},
|
|
13285
13300
|
)
|
|
13286
|
-
DescribeSpaceResponseTypeDef = TypedDict(
|
|
13287
|
-
"DescribeSpaceResponseTypeDef",
|
|
13288
|
-
{
|
|
13289
|
-
"DomainId": str,
|
|
13290
|
-
"SpaceArn": str,
|
|
13291
|
-
"SpaceName": str,
|
|
13292
|
-
"HomeEfsFileSystemUid": str,
|
|
13293
|
-
"Status": SpaceStatusType,
|
|
13294
|
-
"LastModifiedTime": datetime,
|
|
13295
|
-
"CreationTime": datetime,
|
|
13296
|
-
"FailureReason": str,
|
|
13297
|
-
"SpaceSettings": SpaceSettingsOutputTypeDef,
|
|
13298
|
-
"OwnershipSettings": OwnershipSettingsTypeDef,
|
|
13299
|
-
"SpaceSharingSettings": SpaceSharingSettingsTypeDef,
|
|
13300
|
-
"SpaceDisplayName": str,
|
|
13301
|
-
"Url": str,
|
|
13302
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
13303
|
-
},
|
|
13304
|
-
)
|
|
13305
13301
|
SpaceDetailsTypeDef = TypedDict(
|
|
13306
13302
|
"SpaceDetailsTypeDef",
|
|
13307
13303
|
{
|
|
@@ -13316,120 +13312,6 @@ SpaceDetailsTypeDef = TypedDict(
|
|
|
13316
13312
|
"SpaceDisplayName": NotRequired[str],
|
|
13317
13313
|
},
|
|
13318
13314
|
)
|
|
13319
|
-
CreateSpaceRequestRequestTypeDef = TypedDict(
|
|
13320
|
-
"CreateSpaceRequestRequestTypeDef",
|
|
13321
|
-
{
|
|
13322
|
-
"DomainId": str,
|
|
13323
|
-
"SpaceName": str,
|
|
13324
|
-
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
13325
|
-
"SpaceSettings": NotRequired[SpaceSettingsTypeDef],
|
|
13326
|
-
"OwnershipSettings": NotRequired[OwnershipSettingsTypeDef],
|
|
13327
|
-
"SpaceSharingSettings": NotRequired[SpaceSharingSettingsTypeDef],
|
|
13328
|
-
"SpaceDisplayName": NotRequired[str],
|
|
13329
|
-
},
|
|
13330
|
-
)
|
|
13331
|
-
UpdateSpaceRequestRequestTypeDef = TypedDict(
|
|
13332
|
-
"UpdateSpaceRequestRequestTypeDef",
|
|
13333
|
-
{
|
|
13334
|
-
"DomainId": str,
|
|
13335
|
-
"SpaceName": str,
|
|
13336
|
-
"SpaceSettings": NotRequired[SpaceSettingsTypeDef],
|
|
13337
|
-
"SpaceDisplayName": NotRequired[str],
|
|
13338
|
-
},
|
|
13339
|
-
)
|
|
13340
|
-
DescribeDomainResponseTypeDef = TypedDict(
|
|
13341
|
-
"DescribeDomainResponseTypeDef",
|
|
13342
|
-
{
|
|
13343
|
-
"DomainArn": str,
|
|
13344
|
-
"DomainId": str,
|
|
13345
|
-
"DomainName": str,
|
|
13346
|
-
"HomeEfsFileSystemId": str,
|
|
13347
|
-
"SingleSignOnManagedApplicationInstanceId": str,
|
|
13348
|
-
"SingleSignOnApplicationArn": str,
|
|
13349
|
-
"Status": DomainStatusType,
|
|
13350
|
-
"CreationTime": datetime,
|
|
13351
|
-
"LastModifiedTime": datetime,
|
|
13352
|
-
"FailureReason": str,
|
|
13353
|
-
"SecurityGroupIdForDomainBoundary": str,
|
|
13354
|
-
"AuthMode": AuthModeType,
|
|
13355
|
-
"DefaultUserSettings": UserSettingsOutputTypeDef,
|
|
13356
|
-
"DomainSettings": DomainSettingsOutputTypeDef,
|
|
13357
|
-
"AppNetworkAccessType": AppNetworkAccessTypeType,
|
|
13358
|
-
"HomeEfsFileSystemKmsKeyId": str,
|
|
13359
|
-
"SubnetIds": List[str],
|
|
13360
|
-
"Url": str,
|
|
13361
|
-
"VpcId": str,
|
|
13362
|
-
"KmsKeyId": str,
|
|
13363
|
-
"AppSecurityGroupManagement": AppSecurityGroupManagementType,
|
|
13364
|
-
"DefaultSpaceSettings": DefaultSpaceSettingsOutputTypeDef,
|
|
13365
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
13366
|
-
},
|
|
13367
|
-
)
|
|
13368
|
-
DescribeUserProfileResponseTypeDef = TypedDict(
|
|
13369
|
-
"DescribeUserProfileResponseTypeDef",
|
|
13370
|
-
{
|
|
13371
|
-
"DomainId": str,
|
|
13372
|
-
"UserProfileArn": str,
|
|
13373
|
-
"UserProfileName": str,
|
|
13374
|
-
"HomeEfsFileSystemUid": str,
|
|
13375
|
-
"Status": UserProfileStatusType,
|
|
13376
|
-
"LastModifiedTime": datetime,
|
|
13377
|
-
"CreationTime": datetime,
|
|
13378
|
-
"FailureReason": str,
|
|
13379
|
-
"SingleSignOnUserIdentifier": str,
|
|
13380
|
-
"SingleSignOnUserValue": str,
|
|
13381
|
-
"UserSettings": UserSettingsOutputTypeDef,
|
|
13382
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
13383
|
-
},
|
|
13384
|
-
)
|
|
13385
|
-
CreateDomainRequestRequestTypeDef = TypedDict(
|
|
13386
|
-
"CreateDomainRequestRequestTypeDef",
|
|
13387
|
-
{
|
|
13388
|
-
"DomainName": str,
|
|
13389
|
-
"AuthMode": AuthModeType,
|
|
13390
|
-
"DefaultUserSettings": UserSettingsTypeDef,
|
|
13391
|
-
"SubnetIds": Sequence[str],
|
|
13392
|
-
"VpcId": str,
|
|
13393
|
-
"DomainSettings": NotRequired[DomainSettingsTypeDef],
|
|
13394
|
-
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
13395
|
-
"AppNetworkAccessType": NotRequired[AppNetworkAccessTypeType],
|
|
13396
|
-
"HomeEfsFileSystemKmsKeyId": NotRequired[str],
|
|
13397
|
-
"KmsKeyId": NotRequired[str],
|
|
13398
|
-
"AppSecurityGroupManagement": NotRequired[AppSecurityGroupManagementType],
|
|
13399
|
-
"DefaultSpaceSettings": NotRequired[DefaultSpaceSettingsTypeDef],
|
|
13400
|
-
},
|
|
13401
|
-
)
|
|
13402
|
-
CreateUserProfileRequestRequestTypeDef = TypedDict(
|
|
13403
|
-
"CreateUserProfileRequestRequestTypeDef",
|
|
13404
|
-
{
|
|
13405
|
-
"DomainId": str,
|
|
13406
|
-
"UserProfileName": str,
|
|
13407
|
-
"SingleSignOnUserIdentifier": NotRequired[str],
|
|
13408
|
-
"SingleSignOnUserValue": NotRequired[str],
|
|
13409
|
-
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
13410
|
-
"UserSettings": NotRequired[UserSettingsTypeDef],
|
|
13411
|
-
},
|
|
13412
|
-
)
|
|
13413
|
-
UpdateDomainRequestRequestTypeDef = TypedDict(
|
|
13414
|
-
"UpdateDomainRequestRequestTypeDef",
|
|
13415
|
-
{
|
|
13416
|
-
"DomainId": str,
|
|
13417
|
-
"DefaultUserSettings": NotRequired[UserSettingsTypeDef],
|
|
13418
|
-
"DomainSettingsForUpdate": NotRequired[DomainSettingsForUpdateTypeDef],
|
|
13419
|
-
"AppSecurityGroupManagement": NotRequired[AppSecurityGroupManagementType],
|
|
13420
|
-
"DefaultSpaceSettings": NotRequired[DefaultSpaceSettingsTypeDef],
|
|
13421
|
-
"SubnetIds": NotRequired[Sequence[str]],
|
|
13422
|
-
"AppNetworkAccessType": NotRequired[AppNetworkAccessTypeType],
|
|
13423
|
-
},
|
|
13424
|
-
)
|
|
13425
|
-
UpdateUserProfileRequestRequestTypeDef = TypedDict(
|
|
13426
|
-
"UpdateUserProfileRequestRequestTypeDef",
|
|
13427
|
-
{
|
|
13428
|
-
"DomainId": str,
|
|
13429
|
-
"UserProfileName": str,
|
|
13430
|
-
"UserSettings": NotRequired[UserSettingsTypeDef],
|
|
13431
|
-
},
|
|
13432
|
-
)
|
|
13433
13315
|
InferenceRecommendationsJobStepTypeDef = TypedDict(
|
|
13434
13316
|
"InferenceRecommendationsJobStepTypeDef",
|
|
13435
13317
|
{
|
|
@@ -13975,6 +13857,30 @@ CreateLabelingJobRequestRequestTypeDef = TypedDict(
|
|
|
13975
13857
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
13976
13858
|
},
|
|
13977
13859
|
)
|
|
13860
|
+
SpaceSettingsOutputTypeDef = TypedDict(
|
|
13861
|
+
"SpaceSettingsOutputTypeDef",
|
|
13862
|
+
{
|
|
13863
|
+
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsOutputTypeDef],
|
|
13864
|
+
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsOutputTypeDef],
|
|
13865
|
+
"CodeEditorAppSettings": NotRequired[SpaceCodeEditorAppSettingsTypeDef],
|
|
13866
|
+
"JupyterLabAppSettings": NotRequired[SpaceJupyterLabAppSettingsOutputTypeDef],
|
|
13867
|
+
"AppType": NotRequired[AppTypeType],
|
|
13868
|
+
"SpaceStorageSettings": NotRequired[SpaceStorageSettingsTypeDef],
|
|
13869
|
+
"CustomFileSystems": NotRequired[List[CustomFileSystemTypeDef]],
|
|
13870
|
+
},
|
|
13871
|
+
)
|
|
13872
|
+
SpaceSettingsTypeDef = TypedDict(
|
|
13873
|
+
"SpaceSettingsTypeDef",
|
|
13874
|
+
{
|
|
13875
|
+
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsTypeDef],
|
|
13876
|
+
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsTypeDef],
|
|
13877
|
+
"CodeEditorAppSettings": NotRequired[SpaceCodeEditorAppSettingsTypeDef],
|
|
13878
|
+
"JupyterLabAppSettings": NotRequired[SpaceJupyterLabAppSettingsTypeDef],
|
|
13879
|
+
"AppType": NotRequired[AppTypeType],
|
|
13880
|
+
"SpaceStorageSettings": NotRequired[SpaceStorageSettingsTypeDef],
|
|
13881
|
+
"CustomFileSystems": NotRequired[Sequence[CustomFileSystemTypeDef]],
|
|
13882
|
+
},
|
|
13883
|
+
)
|
|
13978
13884
|
DescribeTrainingJobResponseTypeDef = TypedDict(
|
|
13979
13885
|
"DescribeTrainingJobResponseTypeDef",
|
|
13980
13886
|
{
|
|
@@ -14164,6 +14070,99 @@ TransformJobTypeDef = TypedDict(
|
|
|
14164
14070
|
"Tags": NotRequired[List[TagTypeDef]],
|
|
14165
14071
|
},
|
|
14166
14072
|
)
|
|
14073
|
+
DescribeDomainResponseTypeDef = TypedDict(
|
|
14074
|
+
"DescribeDomainResponseTypeDef",
|
|
14075
|
+
{
|
|
14076
|
+
"DomainArn": str,
|
|
14077
|
+
"DomainId": str,
|
|
14078
|
+
"DomainName": str,
|
|
14079
|
+
"HomeEfsFileSystemId": str,
|
|
14080
|
+
"SingleSignOnManagedApplicationInstanceId": str,
|
|
14081
|
+
"SingleSignOnApplicationArn": str,
|
|
14082
|
+
"Status": DomainStatusType,
|
|
14083
|
+
"CreationTime": datetime,
|
|
14084
|
+
"LastModifiedTime": datetime,
|
|
14085
|
+
"FailureReason": str,
|
|
14086
|
+
"SecurityGroupIdForDomainBoundary": str,
|
|
14087
|
+
"AuthMode": AuthModeType,
|
|
14088
|
+
"DefaultUserSettings": UserSettingsOutputTypeDef,
|
|
14089
|
+
"DomainSettings": DomainSettingsOutputTypeDef,
|
|
14090
|
+
"AppNetworkAccessType": AppNetworkAccessTypeType,
|
|
14091
|
+
"HomeEfsFileSystemKmsKeyId": str,
|
|
14092
|
+
"SubnetIds": List[str],
|
|
14093
|
+
"Url": str,
|
|
14094
|
+
"VpcId": str,
|
|
14095
|
+
"KmsKeyId": str,
|
|
14096
|
+
"AppSecurityGroupManagement": AppSecurityGroupManagementType,
|
|
14097
|
+
"DefaultSpaceSettings": DefaultSpaceSettingsOutputTypeDef,
|
|
14098
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
14099
|
+
},
|
|
14100
|
+
)
|
|
14101
|
+
DescribeUserProfileResponseTypeDef = TypedDict(
|
|
14102
|
+
"DescribeUserProfileResponseTypeDef",
|
|
14103
|
+
{
|
|
14104
|
+
"DomainId": str,
|
|
14105
|
+
"UserProfileArn": str,
|
|
14106
|
+
"UserProfileName": str,
|
|
14107
|
+
"HomeEfsFileSystemUid": str,
|
|
14108
|
+
"Status": UserProfileStatusType,
|
|
14109
|
+
"LastModifiedTime": datetime,
|
|
14110
|
+
"CreationTime": datetime,
|
|
14111
|
+
"FailureReason": str,
|
|
14112
|
+
"SingleSignOnUserIdentifier": str,
|
|
14113
|
+
"SingleSignOnUserValue": str,
|
|
14114
|
+
"UserSettings": UserSettingsOutputTypeDef,
|
|
14115
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
14116
|
+
},
|
|
14117
|
+
)
|
|
14118
|
+
CreateDomainRequestRequestTypeDef = TypedDict(
|
|
14119
|
+
"CreateDomainRequestRequestTypeDef",
|
|
14120
|
+
{
|
|
14121
|
+
"DomainName": str,
|
|
14122
|
+
"AuthMode": AuthModeType,
|
|
14123
|
+
"DefaultUserSettings": UserSettingsTypeDef,
|
|
14124
|
+
"SubnetIds": Sequence[str],
|
|
14125
|
+
"VpcId": str,
|
|
14126
|
+
"DomainSettings": NotRequired[DomainSettingsTypeDef],
|
|
14127
|
+
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
14128
|
+
"AppNetworkAccessType": NotRequired[AppNetworkAccessTypeType],
|
|
14129
|
+
"HomeEfsFileSystemKmsKeyId": NotRequired[str],
|
|
14130
|
+
"KmsKeyId": NotRequired[str],
|
|
14131
|
+
"AppSecurityGroupManagement": NotRequired[AppSecurityGroupManagementType],
|
|
14132
|
+
"DefaultSpaceSettings": NotRequired[DefaultSpaceSettingsTypeDef],
|
|
14133
|
+
},
|
|
14134
|
+
)
|
|
14135
|
+
CreateUserProfileRequestRequestTypeDef = TypedDict(
|
|
14136
|
+
"CreateUserProfileRequestRequestTypeDef",
|
|
14137
|
+
{
|
|
14138
|
+
"DomainId": str,
|
|
14139
|
+
"UserProfileName": str,
|
|
14140
|
+
"SingleSignOnUserIdentifier": NotRequired[str],
|
|
14141
|
+
"SingleSignOnUserValue": NotRequired[str],
|
|
14142
|
+
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
14143
|
+
"UserSettings": NotRequired[UserSettingsTypeDef],
|
|
14144
|
+
},
|
|
14145
|
+
)
|
|
14146
|
+
UpdateDomainRequestRequestTypeDef = TypedDict(
|
|
14147
|
+
"UpdateDomainRequestRequestTypeDef",
|
|
14148
|
+
{
|
|
14149
|
+
"DomainId": str,
|
|
14150
|
+
"DefaultUserSettings": NotRequired[UserSettingsTypeDef],
|
|
14151
|
+
"DomainSettingsForUpdate": NotRequired[DomainSettingsForUpdateTypeDef],
|
|
14152
|
+
"AppSecurityGroupManagement": NotRequired[AppSecurityGroupManagementType],
|
|
14153
|
+
"DefaultSpaceSettings": NotRequired[DefaultSpaceSettingsTypeDef],
|
|
14154
|
+
"SubnetIds": NotRequired[Sequence[str]],
|
|
14155
|
+
"AppNetworkAccessType": NotRequired[AppNetworkAccessTypeType],
|
|
14156
|
+
},
|
|
14157
|
+
)
|
|
14158
|
+
UpdateUserProfileRequestRequestTypeDef = TypedDict(
|
|
14159
|
+
"UpdateUserProfileRequestRequestTypeDef",
|
|
14160
|
+
{
|
|
14161
|
+
"DomainId": str,
|
|
14162
|
+
"UserProfileName": str,
|
|
14163
|
+
"UserSettings": NotRequired[UserSettingsTypeDef],
|
|
14164
|
+
},
|
|
14165
|
+
)
|
|
14167
14166
|
DescribeAutoMLJobV2ResponseTypeDef = TypedDict(
|
|
14168
14167
|
"DescribeAutoMLJobV2ResponseTypeDef",
|
|
14169
14168
|
{
|
|
@@ -14717,6 +14716,46 @@ MonitoringJobDefinitionTypeDef = TypedDict(
|
|
|
14717
14716
|
"NetworkConfig": NotRequired[NetworkConfigTypeDef],
|
|
14718
14717
|
},
|
|
14719
14718
|
)
|
|
14719
|
+
DescribeSpaceResponseTypeDef = TypedDict(
|
|
14720
|
+
"DescribeSpaceResponseTypeDef",
|
|
14721
|
+
{
|
|
14722
|
+
"DomainId": str,
|
|
14723
|
+
"SpaceArn": str,
|
|
14724
|
+
"SpaceName": str,
|
|
14725
|
+
"HomeEfsFileSystemUid": str,
|
|
14726
|
+
"Status": SpaceStatusType,
|
|
14727
|
+
"LastModifiedTime": datetime,
|
|
14728
|
+
"CreationTime": datetime,
|
|
14729
|
+
"FailureReason": str,
|
|
14730
|
+
"SpaceSettings": SpaceSettingsOutputTypeDef,
|
|
14731
|
+
"OwnershipSettings": OwnershipSettingsTypeDef,
|
|
14732
|
+
"SpaceSharingSettings": SpaceSharingSettingsTypeDef,
|
|
14733
|
+
"SpaceDisplayName": str,
|
|
14734
|
+
"Url": str,
|
|
14735
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
14736
|
+
},
|
|
14737
|
+
)
|
|
14738
|
+
CreateSpaceRequestRequestTypeDef = TypedDict(
|
|
14739
|
+
"CreateSpaceRequestRequestTypeDef",
|
|
14740
|
+
{
|
|
14741
|
+
"DomainId": str,
|
|
14742
|
+
"SpaceName": str,
|
|
14743
|
+
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
14744
|
+
"SpaceSettings": NotRequired[SpaceSettingsTypeDef],
|
|
14745
|
+
"OwnershipSettings": NotRequired[OwnershipSettingsTypeDef],
|
|
14746
|
+
"SpaceSharingSettings": NotRequired[SpaceSharingSettingsTypeDef],
|
|
14747
|
+
"SpaceDisplayName": NotRequired[str],
|
|
14748
|
+
},
|
|
14749
|
+
)
|
|
14750
|
+
UpdateSpaceRequestRequestTypeDef = TypedDict(
|
|
14751
|
+
"UpdateSpaceRequestRequestTypeDef",
|
|
14752
|
+
{
|
|
14753
|
+
"DomainId": str,
|
|
14754
|
+
"SpaceName": str,
|
|
14755
|
+
"SpaceSettings": NotRequired[SpaceSettingsTypeDef],
|
|
14756
|
+
"SpaceDisplayName": NotRequired[str],
|
|
14757
|
+
},
|
|
14758
|
+
)
|
|
14720
14759
|
AlgorithmValidationProfileOutputTypeDef = TypedDict(
|
|
14721
14760
|
"AlgorithmValidationProfileOutputTypeDef",
|
|
14722
14761
|
{
|