mypy-boto3-sagemaker 1.34.142__py3-none-any.whl → 1.34.152__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 +37 -1
- mypy_boto3_sagemaker/literals.pyi +37 -1
- mypy_boto3_sagemaker/type_defs.py +194 -176
- mypy_boto3_sagemaker/type_defs.pyi +194 -176
- mypy_boto3_sagemaker/version.py +1 -1
- {mypy_boto3_sagemaker-1.34.142.dist-info → mypy_boto3_sagemaker-1.34.152.dist-info}/METADATA +3 -3
- mypy_boto3_sagemaker-1.34.152.dist-info/RECORD +20 -0
- {mypy_boto3_sagemaker-1.34.142.dist-info → mypy_boto3_sagemaker-1.34.152.dist-info}/WHEEL +1 -1
- mypy_boto3_sagemaker-1.34.142.dist-info/RECORD +0 -20
- {mypy_boto3_sagemaker-1.34.142.dist-info → mypy_boto3_sagemaker-1.34.152.dist-info}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.34.142.dist-info → mypy_boto3_sagemaker-1.34.152.dist-info}/top_level.txt +0 -0
mypy_boto3_sagemaker/__main__.py
CHANGED
|
@@ -10,8 +10,8 @@ def print_info() -> None:
|
|
|
10
10
|
Print package info to stdout.
|
|
11
11
|
"""
|
|
12
12
|
print(
|
|
13
|
-
"Type annotations for boto3.SageMaker 1.34.
|
|
14
|
-
"Version: 1.34.
|
|
13
|
+
"Type annotations for boto3.SageMaker 1.34.152\n"
|
|
14
|
+
"Version: 1.34.152\n"
|
|
15
15
|
"Builder version: 7.25.0\n"
|
|
16
16
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker//\n"
|
|
17
17
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker\n"
|
|
@@ -24,7 +24,7 @@ def print_version() -> None:
|
|
|
24
24
|
"""
|
|
25
25
|
Print package version to stdout.
|
|
26
26
|
"""
|
|
27
|
-
print("1.34.
|
|
27
|
+
print("1.34.152")
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
def main() -> None:
|
mypy_boto3_sagemaker/literals.py
CHANGED
|
@@ -1325,6 +1325,14 @@ ProcessingInstanceTypeType = Literal[
|
|
|
1325
1325
|
"ml.g4dn.4xlarge",
|
|
1326
1326
|
"ml.g4dn.8xlarge",
|
|
1327
1327
|
"ml.g4dn.xlarge",
|
|
1328
|
+
"ml.g5.12xlarge",
|
|
1329
|
+
"ml.g5.16xlarge",
|
|
1330
|
+
"ml.g5.24xlarge",
|
|
1331
|
+
"ml.g5.2xlarge",
|
|
1332
|
+
"ml.g5.48xlarge",
|
|
1333
|
+
"ml.g5.4xlarge",
|
|
1334
|
+
"ml.g5.8xlarge",
|
|
1335
|
+
"ml.g5.xlarge",
|
|
1328
1336
|
"ml.m4.10xlarge",
|
|
1329
1337
|
"ml.m4.16xlarge",
|
|
1330
1338
|
"ml.m4.2xlarge",
|
|
@@ -1350,6 +1358,14 @@ ProcessingInstanceTypeType = Literal[
|
|
|
1350
1358
|
"ml.r5.8xlarge",
|
|
1351
1359
|
"ml.r5.large",
|
|
1352
1360
|
"ml.r5.xlarge",
|
|
1361
|
+
"ml.r5d.12xlarge",
|
|
1362
|
+
"ml.r5d.16xlarge",
|
|
1363
|
+
"ml.r5d.24xlarge",
|
|
1364
|
+
"ml.r5d.2xlarge",
|
|
1365
|
+
"ml.r5d.4xlarge",
|
|
1366
|
+
"ml.r5d.8xlarge",
|
|
1367
|
+
"ml.r5d.large",
|
|
1368
|
+
"ml.r5d.xlarge",
|
|
1353
1369
|
"ml.t3.2xlarge",
|
|
1354
1370
|
"ml.t3.large",
|
|
1355
1371
|
"ml.t3.medium",
|
|
@@ -1815,6 +1831,26 @@ TrainingInstanceTypeType = Literal[
|
|
|
1815
1831
|
"ml.p4d.24xlarge",
|
|
1816
1832
|
"ml.p4de.24xlarge",
|
|
1817
1833
|
"ml.p5.48xlarge",
|
|
1834
|
+
"ml.r5.12xlarge",
|
|
1835
|
+
"ml.r5.16xlarge",
|
|
1836
|
+
"ml.r5.24xlarge",
|
|
1837
|
+
"ml.r5.2xlarge",
|
|
1838
|
+
"ml.r5.4xlarge",
|
|
1839
|
+
"ml.r5.8xlarge",
|
|
1840
|
+
"ml.r5.large",
|
|
1841
|
+
"ml.r5.xlarge",
|
|
1842
|
+
"ml.r5d.12xlarge",
|
|
1843
|
+
"ml.r5d.16xlarge",
|
|
1844
|
+
"ml.r5d.24xlarge",
|
|
1845
|
+
"ml.r5d.2xlarge",
|
|
1846
|
+
"ml.r5d.4xlarge",
|
|
1847
|
+
"ml.r5d.8xlarge",
|
|
1848
|
+
"ml.r5d.large",
|
|
1849
|
+
"ml.r5d.xlarge",
|
|
1850
|
+
"ml.t3.2xlarge",
|
|
1851
|
+
"ml.t3.large",
|
|
1852
|
+
"ml.t3.medium",
|
|
1853
|
+
"ml.t3.xlarge",
|
|
1818
1854
|
"ml.trn1.2xlarge",
|
|
1819
1855
|
"ml.trn1.32xlarge",
|
|
1820
1856
|
"ml.trn1n.32xlarge",
|
|
@@ -2184,7 +2220,6 @@ ServiceName = Literal[
|
|
|
2184
2220
|
"migrationhub-config",
|
|
2185
2221
|
"migrationhuborchestrator",
|
|
2186
2222
|
"migrationhubstrategy",
|
|
2187
|
-
"mobile",
|
|
2188
2223
|
"mq",
|
|
2189
2224
|
"mturk",
|
|
2190
2225
|
"mwaa",
|
|
@@ -2287,6 +2322,7 @@ ServiceName = Literal[
|
|
|
2287
2322
|
"ssm",
|
|
2288
2323
|
"ssm-contacts",
|
|
2289
2324
|
"ssm-incidents",
|
|
2325
|
+
"ssm-quicksetup",
|
|
2290
2326
|
"ssm-sap",
|
|
2291
2327
|
"sso",
|
|
2292
2328
|
"sso-admin",
|
|
@@ -1325,6 +1325,14 @@ ProcessingInstanceTypeType = Literal[
|
|
|
1325
1325
|
"ml.g4dn.4xlarge",
|
|
1326
1326
|
"ml.g4dn.8xlarge",
|
|
1327
1327
|
"ml.g4dn.xlarge",
|
|
1328
|
+
"ml.g5.12xlarge",
|
|
1329
|
+
"ml.g5.16xlarge",
|
|
1330
|
+
"ml.g5.24xlarge",
|
|
1331
|
+
"ml.g5.2xlarge",
|
|
1332
|
+
"ml.g5.48xlarge",
|
|
1333
|
+
"ml.g5.4xlarge",
|
|
1334
|
+
"ml.g5.8xlarge",
|
|
1335
|
+
"ml.g5.xlarge",
|
|
1328
1336
|
"ml.m4.10xlarge",
|
|
1329
1337
|
"ml.m4.16xlarge",
|
|
1330
1338
|
"ml.m4.2xlarge",
|
|
@@ -1350,6 +1358,14 @@ ProcessingInstanceTypeType = Literal[
|
|
|
1350
1358
|
"ml.r5.8xlarge",
|
|
1351
1359
|
"ml.r5.large",
|
|
1352
1360
|
"ml.r5.xlarge",
|
|
1361
|
+
"ml.r5d.12xlarge",
|
|
1362
|
+
"ml.r5d.16xlarge",
|
|
1363
|
+
"ml.r5d.24xlarge",
|
|
1364
|
+
"ml.r5d.2xlarge",
|
|
1365
|
+
"ml.r5d.4xlarge",
|
|
1366
|
+
"ml.r5d.8xlarge",
|
|
1367
|
+
"ml.r5d.large",
|
|
1368
|
+
"ml.r5d.xlarge",
|
|
1353
1369
|
"ml.t3.2xlarge",
|
|
1354
1370
|
"ml.t3.large",
|
|
1355
1371
|
"ml.t3.medium",
|
|
@@ -1815,6 +1831,26 @@ TrainingInstanceTypeType = Literal[
|
|
|
1815
1831
|
"ml.p4d.24xlarge",
|
|
1816
1832
|
"ml.p4de.24xlarge",
|
|
1817
1833
|
"ml.p5.48xlarge",
|
|
1834
|
+
"ml.r5.12xlarge",
|
|
1835
|
+
"ml.r5.16xlarge",
|
|
1836
|
+
"ml.r5.24xlarge",
|
|
1837
|
+
"ml.r5.2xlarge",
|
|
1838
|
+
"ml.r5.4xlarge",
|
|
1839
|
+
"ml.r5.8xlarge",
|
|
1840
|
+
"ml.r5.large",
|
|
1841
|
+
"ml.r5.xlarge",
|
|
1842
|
+
"ml.r5d.12xlarge",
|
|
1843
|
+
"ml.r5d.16xlarge",
|
|
1844
|
+
"ml.r5d.24xlarge",
|
|
1845
|
+
"ml.r5d.2xlarge",
|
|
1846
|
+
"ml.r5d.4xlarge",
|
|
1847
|
+
"ml.r5d.8xlarge",
|
|
1848
|
+
"ml.r5d.large",
|
|
1849
|
+
"ml.r5d.xlarge",
|
|
1850
|
+
"ml.t3.2xlarge",
|
|
1851
|
+
"ml.t3.large",
|
|
1852
|
+
"ml.t3.medium",
|
|
1853
|
+
"ml.t3.xlarge",
|
|
1818
1854
|
"ml.trn1.2xlarge",
|
|
1819
1855
|
"ml.trn1.32xlarge",
|
|
1820
1856
|
"ml.trn1n.32xlarge",
|
|
@@ -2184,7 +2220,6 @@ ServiceName = Literal[
|
|
|
2184
2220
|
"migrationhub-config",
|
|
2185
2221
|
"migrationhuborchestrator",
|
|
2186
2222
|
"migrationhubstrategy",
|
|
2187
|
-
"mobile",
|
|
2188
2223
|
"mq",
|
|
2189
2224
|
"mturk",
|
|
2190
2225
|
"mwaa",
|
|
@@ -2287,6 +2322,7 @@ ServiceName = Literal[
|
|
|
2287
2322
|
"ssm",
|
|
2288
2323
|
"ssm-contacts",
|
|
2289
2324
|
"ssm-incidents",
|
|
2325
|
+
"ssm-quicksetup",
|
|
2290
2326
|
"ssm-sap",
|
|
2291
2327
|
"sso",
|
|
2292
2328
|
"sso-admin",
|
|
@@ -656,6 +656,8 @@ __all__ = (
|
|
|
656
656
|
"EdgeModelStatTypeDef",
|
|
657
657
|
"EdgePackagingJobSummaryTypeDef",
|
|
658
658
|
"EdgeTypeDef",
|
|
659
|
+
"EmrSettingsOutputTypeDef",
|
|
660
|
+
"EmrSettingsTypeDef",
|
|
659
661
|
"EndpointConfigSummaryTypeDef",
|
|
660
662
|
"EndpointInfoTypeDef",
|
|
661
663
|
"ProductionVariantServerlessConfigTypeDef",
|
|
@@ -1081,8 +1083,6 @@ __all__ = (
|
|
|
1081
1083
|
"CodeRepositorySummaryTypeDef",
|
|
1082
1084
|
"CreateCodeRepositoryInputRequestTypeDef",
|
|
1083
1085
|
"DescribeCodeRepositoryOutputTypeDef",
|
|
1084
|
-
"JupyterLabAppSettingsOutputTypeDef",
|
|
1085
|
-
"JupyterLabAppSettingsTypeDef",
|
|
1086
1086
|
"JupyterServerAppSettingsOutputTypeDef",
|
|
1087
1087
|
"JupyterServerAppSettingsTypeDef",
|
|
1088
1088
|
"SpaceJupyterLabAppSettingsOutputTypeDef",
|
|
@@ -1249,6 +1249,8 @@ __all__ = (
|
|
|
1249
1249
|
"ListEdgeDeploymentPlansResponseTypeDef",
|
|
1250
1250
|
"GetDeviceFleetReportResponseTypeDef",
|
|
1251
1251
|
"ListEdgePackagingJobsResponseTypeDef",
|
|
1252
|
+
"JupyterLabAppSettingsOutputTypeDef",
|
|
1253
|
+
"JupyterLabAppSettingsTypeDef",
|
|
1252
1254
|
"ListEndpointConfigsOutputTypeDef",
|
|
1253
1255
|
"EndpointOutputConfigurationTypeDef",
|
|
1254
1256
|
"EndpointPerformanceTypeDef",
|
|
@@ -1502,10 +1504,6 @@ __all__ = (
|
|
|
1502
1504
|
"ChannelOutputTypeDef",
|
|
1503
1505
|
"ChannelTypeDef",
|
|
1504
1506
|
"ProcessingInputTypeDef",
|
|
1505
|
-
"DefaultSpaceSettingsOutputTypeDef",
|
|
1506
|
-
"DefaultSpaceSettingsTypeDef",
|
|
1507
|
-
"UserSettingsOutputTypeDef",
|
|
1508
|
-
"UserSettingsTypeDef",
|
|
1509
1507
|
"InferenceComponentSpecificationSummaryTypeDef",
|
|
1510
1508
|
"DescribeEdgeDeploymentPlanResponseTypeDef",
|
|
1511
1509
|
"CreateEdgeDeploymentPlanRequestRequestTypeDef",
|
|
@@ -1521,6 +1519,10 @@ __all__ = (
|
|
|
1521
1519
|
"SpaceSettingsOutputTypeDef",
|
|
1522
1520
|
"SpaceSettingsSummaryTypeDef",
|
|
1523
1521
|
"SpaceSettingsTypeDef",
|
|
1522
|
+
"DefaultSpaceSettingsOutputTypeDef",
|
|
1523
|
+
"UserSettingsOutputTypeDef",
|
|
1524
|
+
"DefaultSpaceSettingsTypeDef",
|
|
1525
|
+
"UserSettingsTypeDef",
|
|
1524
1526
|
"InferenceRecommendationTypeDef",
|
|
1525
1527
|
"RecommendationJobInferenceBenchmarkTypeDef",
|
|
1526
1528
|
"SearchExpressionTypeDef",
|
|
@@ -1643,20 +1645,20 @@ __all__ = (
|
|
|
1643
1645
|
"ChannelUnionTypeDef",
|
|
1644
1646
|
"HyperParameterTrainingJobDefinitionTypeDef",
|
|
1645
1647
|
"TrainingJobDefinitionTypeDef",
|
|
1646
|
-
"
|
|
1648
|
+
"DescribeInferenceComponentOutputTypeDef",
|
|
1649
|
+
"DescribeSpaceResponseTypeDef",
|
|
1650
|
+
"SpaceDetailsTypeDef",
|
|
1651
|
+
"CreateSpaceRequestRequestTypeDef",
|
|
1652
|
+
"SpaceSettingsUnionTypeDef",
|
|
1653
|
+
"UpdateSpaceRequestRequestTypeDef",
|
|
1647
1654
|
"DescribeDomainResponseTypeDef",
|
|
1648
1655
|
"DescribeUserProfileResponseTypeDef",
|
|
1656
|
+
"DefaultSpaceSettingsUnionTypeDef",
|
|
1649
1657
|
"CreateDomainRequestRequestTypeDef",
|
|
1650
1658
|
"CreateUserProfileRequestRequestTypeDef",
|
|
1651
1659
|
"UpdateDomainRequestRequestTypeDef",
|
|
1652
1660
|
"UpdateUserProfileRequestRequestTypeDef",
|
|
1653
1661
|
"UserSettingsUnionTypeDef",
|
|
1654
|
-
"DescribeInferenceComponentOutputTypeDef",
|
|
1655
|
-
"DescribeSpaceResponseTypeDef",
|
|
1656
|
-
"SpaceDetailsTypeDef",
|
|
1657
|
-
"CreateSpaceRequestRequestTypeDef",
|
|
1658
|
-
"SpaceSettingsUnionTypeDef",
|
|
1659
|
-
"UpdateSpaceRequestRequestTypeDef",
|
|
1660
1662
|
"InferenceRecommendationsJobStepTypeDef",
|
|
1661
1663
|
"SearchRequestSearchPaginateTypeDef",
|
|
1662
1664
|
"ListAssociationsResponseTypeDef",
|
|
@@ -4491,6 +4493,20 @@ EdgeTypeDef = TypedDict(
|
|
|
4491
4493
|
"AssociationType": NotRequired[AssociationEdgeTypeType],
|
|
4492
4494
|
},
|
|
4493
4495
|
)
|
|
4496
|
+
EmrSettingsOutputTypeDef = TypedDict(
|
|
4497
|
+
"EmrSettingsOutputTypeDef",
|
|
4498
|
+
{
|
|
4499
|
+
"AssumableRoleArns": NotRequired[List[str]],
|
|
4500
|
+
"ExecutionRoleArns": NotRequired[List[str]],
|
|
4501
|
+
},
|
|
4502
|
+
)
|
|
4503
|
+
EmrSettingsTypeDef = TypedDict(
|
|
4504
|
+
"EmrSettingsTypeDef",
|
|
4505
|
+
{
|
|
4506
|
+
"AssumableRoleArns": NotRequired[Sequence[str]],
|
|
4507
|
+
"ExecutionRoleArns": NotRequired[Sequence[str]],
|
|
4508
|
+
},
|
|
4509
|
+
)
|
|
4494
4510
|
EndpointConfigSummaryTypeDef = TypedDict(
|
|
4495
4511
|
"EndpointConfigSummaryTypeDef",
|
|
4496
4512
|
{
|
|
@@ -7852,24 +7868,6 @@ DescribeCodeRepositoryOutputTypeDef = TypedDict(
|
|
|
7852
7868
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
7853
7869
|
},
|
|
7854
7870
|
)
|
|
7855
|
-
JupyterLabAppSettingsOutputTypeDef = TypedDict(
|
|
7856
|
-
"JupyterLabAppSettingsOutputTypeDef",
|
|
7857
|
-
{
|
|
7858
|
-
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
7859
|
-
"CustomImages": NotRequired[List[CustomImageTypeDef]],
|
|
7860
|
-
"LifecycleConfigArns": NotRequired[List[str]],
|
|
7861
|
-
"CodeRepositories": NotRequired[List[CodeRepositoryTypeDef]],
|
|
7862
|
-
},
|
|
7863
|
-
)
|
|
7864
|
-
JupyterLabAppSettingsTypeDef = TypedDict(
|
|
7865
|
-
"JupyterLabAppSettingsTypeDef",
|
|
7866
|
-
{
|
|
7867
|
-
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
7868
|
-
"CustomImages": NotRequired[Sequence[CustomImageTypeDef]],
|
|
7869
|
-
"LifecycleConfigArns": NotRequired[Sequence[str]],
|
|
7870
|
-
"CodeRepositories": NotRequired[Sequence[CodeRepositoryTypeDef]],
|
|
7871
|
-
},
|
|
7872
|
-
)
|
|
7873
7871
|
JupyterServerAppSettingsOutputTypeDef = TypedDict(
|
|
7874
7872
|
"JupyterServerAppSettingsOutputTypeDef",
|
|
7875
7873
|
{
|
|
@@ -9715,6 +9713,26 @@ ListEdgePackagingJobsResponseTypeDef = TypedDict(
|
|
|
9715
9713
|
"NextToken": NotRequired[str],
|
|
9716
9714
|
},
|
|
9717
9715
|
)
|
|
9716
|
+
JupyterLabAppSettingsOutputTypeDef = TypedDict(
|
|
9717
|
+
"JupyterLabAppSettingsOutputTypeDef",
|
|
9718
|
+
{
|
|
9719
|
+
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
9720
|
+
"CustomImages": NotRequired[List[CustomImageTypeDef]],
|
|
9721
|
+
"LifecycleConfigArns": NotRequired[List[str]],
|
|
9722
|
+
"CodeRepositories": NotRequired[List[CodeRepositoryTypeDef]],
|
|
9723
|
+
"EmrSettings": NotRequired[EmrSettingsOutputTypeDef],
|
|
9724
|
+
},
|
|
9725
|
+
)
|
|
9726
|
+
JupyterLabAppSettingsTypeDef = TypedDict(
|
|
9727
|
+
"JupyterLabAppSettingsTypeDef",
|
|
9728
|
+
{
|
|
9729
|
+
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
9730
|
+
"CustomImages": NotRequired[Sequence[CustomImageTypeDef]],
|
|
9731
|
+
"LifecycleConfigArns": NotRequired[Sequence[str]],
|
|
9732
|
+
"CodeRepositories": NotRequired[Sequence[CodeRepositoryTypeDef]],
|
|
9733
|
+
"EmrSettings": NotRequired[EmrSettingsTypeDef],
|
|
9734
|
+
},
|
|
9735
|
+
)
|
|
9718
9736
|
ListEndpointConfigsOutputTypeDef = TypedDict(
|
|
9719
9737
|
"ListEndpointConfigsOutputTypeDef",
|
|
9720
9738
|
{
|
|
@@ -12131,76 +12149,6 @@ ProcessingInputTypeDef = TypedDict(
|
|
|
12131
12149
|
"DatasetDefinition": NotRequired[DatasetDefinitionTypeDef],
|
|
12132
12150
|
},
|
|
12133
12151
|
)
|
|
12134
|
-
DefaultSpaceSettingsOutputTypeDef = TypedDict(
|
|
12135
|
-
"DefaultSpaceSettingsOutputTypeDef",
|
|
12136
|
-
{
|
|
12137
|
-
"ExecutionRole": NotRequired[str],
|
|
12138
|
-
"SecurityGroups": NotRequired[List[str]],
|
|
12139
|
-
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsOutputTypeDef],
|
|
12140
|
-
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsOutputTypeDef],
|
|
12141
|
-
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsOutputTypeDef],
|
|
12142
|
-
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
12143
|
-
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
12144
|
-
"CustomFileSystemConfigs": NotRequired[List[CustomFileSystemConfigTypeDef]],
|
|
12145
|
-
},
|
|
12146
|
-
)
|
|
12147
|
-
DefaultSpaceSettingsTypeDef = TypedDict(
|
|
12148
|
-
"DefaultSpaceSettingsTypeDef",
|
|
12149
|
-
{
|
|
12150
|
-
"ExecutionRole": NotRequired[str],
|
|
12151
|
-
"SecurityGroups": NotRequired[Sequence[str]],
|
|
12152
|
-
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsTypeDef],
|
|
12153
|
-
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsTypeDef],
|
|
12154
|
-
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsTypeDef],
|
|
12155
|
-
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
12156
|
-
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
12157
|
-
"CustomFileSystemConfigs": NotRequired[Sequence[CustomFileSystemConfigTypeDef]],
|
|
12158
|
-
},
|
|
12159
|
-
)
|
|
12160
|
-
UserSettingsOutputTypeDef = TypedDict(
|
|
12161
|
-
"UserSettingsOutputTypeDef",
|
|
12162
|
-
{
|
|
12163
|
-
"ExecutionRole": NotRequired[str],
|
|
12164
|
-
"SecurityGroups": NotRequired[List[str]],
|
|
12165
|
-
"SharingSettings": NotRequired[SharingSettingsTypeDef],
|
|
12166
|
-
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsOutputTypeDef],
|
|
12167
|
-
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsOutputTypeDef],
|
|
12168
|
-
"TensorBoardAppSettings": NotRequired[TensorBoardAppSettingsTypeDef],
|
|
12169
|
-
"RStudioServerProAppSettings": NotRequired[RStudioServerProAppSettingsTypeDef],
|
|
12170
|
-
"RSessionAppSettings": NotRequired[RSessionAppSettingsOutputTypeDef],
|
|
12171
|
-
"CanvasAppSettings": NotRequired[CanvasAppSettingsOutputTypeDef],
|
|
12172
|
-
"CodeEditorAppSettings": NotRequired[CodeEditorAppSettingsOutputTypeDef],
|
|
12173
|
-
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsOutputTypeDef],
|
|
12174
|
-
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
12175
|
-
"DefaultLandingUri": NotRequired[str],
|
|
12176
|
-
"StudioWebPortal": NotRequired[StudioWebPortalType],
|
|
12177
|
-
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
12178
|
-
"CustomFileSystemConfigs": NotRequired[List[CustomFileSystemConfigTypeDef]],
|
|
12179
|
-
"StudioWebPortalSettings": NotRequired[StudioWebPortalSettingsOutputTypeDef],
|
|
12180
|
-
},
|
|
12181
|
-
)
|
|
12182
|
-
UserSettingsTypeDef = TypedDict(
|
|
12183
|
-
"UserSettingsTypeDef",
|
|
12184
|
-
{
|
|
12185
|
-
"ExecutionRole": NotRequired[str],
|
|
12186
|
-
"SecurityGroups": NotRequired[Sequence[str]],
|
|
12187
|
-
"SharingSettings": NotRequired[SharingSettingsTypeDef],
|
|
12188
|
-
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsTypeDef],
|
|
12189
|
-
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsTypeDef],
|
|
12190
|
-
"TensorBoardAppSettings": NotRequired[TensorBoardAppSettingsTypeDef],
|
|
12191
|
-
"RStudioServerProAppSettings": NotRequired[RStudioServerProAppSettingsTypeDef],
|
|
12192
|
-
"RSessionAppSettings": NotRequired[RSessionAppSettingsTypeDef],
|
|
12193
|
-
"CanvasAppSettings": NotRequired[CanvasAppSettingsTypeDef],
|
|
12194
|
-
"CodeEditorAppSettings": NotRequired[CodeEditorAppSettingsTypeDef],
|
|
12195
|
-
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsTypeDef],
|
|
12196
|
-
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
12197
|
-
"DefaultLandingUri": NotRequired[str],
|
|
12198
|
-
"StudioWebPortal": NotRequired[StudioWebPortalType],
|
|
12199
|
-
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
12200
|
-
"CustomFileSystemConfigs": NotRequired[Sequence[CustomFileSystemConfigTypeDef]],
|
|
12201
|
-
"StudioWebPortalSettings": NotRequired[StudioWebPortalSettingsTypeDef],
|
|
12202
|
-
},
|
|
12203
|
-
)
|
|
12204
12152
|
InferenceComponentSpecificationSummaryTypeDef = TypedDict(
|
|
12205
12153
|
"InferenceComponentSpecificationSummaryTypeDef",
|
|
12206
12154
|
{
|
|
@@ -12341,6 +12289,76 @@ SpaceSettingsTypeDef = TypedDict(
|
|
|
12341
12289
|
"CustomFileSystems": NotRequired[Sequence[CustomFileSystemTypeDef]],
|
|
12342
12290
|
},
|
|
12343
12291
|
)
|
|
12292
|
+
DefaultSpaceSettingsOutputTypeDef = TypedDict(
|
|
12293
|
+
"DefaultSpaceSettingsOutputTypeDef",
|
|
12294
|
+
{
|
|
12295
|
+
"ExecutionRole": NotRequired[str],
|
|
12296
|
+
"SecurityGroups": NotRequired[List[str]],
|
|
12297
|
+
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsOutputTypeDef],
|
|
12298
|
+
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsOutputTypeDef],
|
|
12299
|
+
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsOutputTypeDef],
|
|
12300
|
+
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
12301
|
+
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
12302
|
+
"CustomFileSystemConfigs": NotRequired[List[CustomFileSystemConfigTypeDef]],
|
|
12303
|
+
},
|
|
12304
|
+
)
|
|
12305
|
+
UserSettingsOutputTypeDef = TypedDict(
|
|
12306
|
+
"UserSettingsOutputTypeDef",
|
|
12307
|
+
{
|
|
12308
|
+
"ExecutionRole": NotRequired[str],
|
|
12309
|
+
"SecurityGroups": NotRequired[List[str]],
|
|
12310
|
+
"SharingSettings": NotRequired[SharingSettingsTypeDef],
|
|
12311
|
+
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsOutputTypeDef],
|
|
12312
|
+
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsOutputTypeDef],
|
|
12313
|
+
"TensorBoardAppSettings": NotRequired[TensorBoardAppSettingsTypeDef],
|
|
12314
|
+
"RStudioServerProAppSettings": NotRequired[RStudioServerProAppSettingsTypeDef],
|
|
12315
|
+
"RSessionAppSettings": NotRequired[RSessionAppSettingsOutputTypeDef],
|
|
12316
|
+
"CanvasAppSettings": NotRequired[CanvasAppSettingsOutputTypeDef],
|
|
12317
|
+
"CodeEditorAppSettings": NotRequired[CodeEditorAppSettingsOutputTypeDef],
|
|
12318
|
+
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsOutputTypeDef],
|
|
12319
|
+
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
12320
|
+
"DefaultLandingUri": NotRequired[str],
|
|
12321
|
+
"StudioWebPortal": NotRequired[StudioWebPortalType],
|
|
12322
|
+
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
12323
|
+
"CustomFileSystemConfigs": NotRequired[List[CustomFileSystemConfigTypeDef]],
|
|
12324
|
+
"StudioWebPortalSettings": NotRequired[StudioWebPortalSettingsOutputTypeDef],
|
|
12325
|
+
},
|
|
12326
|
+
)
|
|
12327
|
+
DefaultSpaceSettingsTypeDef = TypedDict(
|
|
12328
|
+
"DefaultSpaceSettingsTypeDef",
|
|
12329
|
+
{
|
|
12330
|
+
"ExecutionRole": NotRequired[str],
|
|
12331
|
+
"SecurityGroups": NotRequired[Sequence[str]],
|
|
12332
|
+
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsTypeDef],
|
|
12333
|
+
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsTypeDef],
|
|
12334
|
+
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsTypeDef],
|
|
12335
|
+
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
12336
|
+
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
12337
|
+
"CustomFileSystemConfigs": NotRequired[Sequence[CustomFileSystemConfigTypeDef]],
|
|
12338
|
+
},
|
|
12339
|
+
)
|
|
12340
|
+
UserSettingsTypeDef = TypedDict(
|
|
12341
|
+
"UserSettingsTypeDef",
|
|
12342
|
+
{
|
|
12343
|
+
"ExecutionRole": NotRequired[str],
|
|
12344
|
+
"SecurityGroups": NotRequired[Sequence[str]],
|
|
12345
|
+
"SharingSettings": NotRequired[SharingSettingsTypeDef],
|
|
12346
|
+
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsTypeDef],
|
|
12347
|
+
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsTypeDef],
|
|
12348
|
+
"TensorBoardAppSettings": NotRequired[TensorBoardAppSettingsTypeDef],
|
|
12349
|
+
"RStudioServerProAppSettings": NotRequired[RStudioServerProAppSettingsTypeDef],
|
|
12350
|
+
"RSessionAppSettings": NotRequired[RSessionAppSettingsTypeDef],
|
|
12351
|
+
"CanvasAppSettings": NotRequired[CanvasAppSettingsTypeDef],
|
|
12352
|
+
"CodeEditorAppSettings": NotRequired[CodeEditorAppSettingsTypeDef],
|
|
12353
|
+
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsTypeDef],
|
|
12354
|
+
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
12355
|
+
"DefaultLandingUri": NotRequired[str],
|
|
12356
|
+
"StudioWebPortal": NotRequired[StudioWebPortalType],
|
|
12357
|
+
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
12358
|
+
"CustomFileSystemConfigs": NotRequired[Sequence[CustomFileSystemConfigTypeDef]],
|
|
12359
|
+
"StudioWebPortalSettings": NotRequired[StudioWebPortalSettingsTypeDef],
|
|
12360
|
+
},
|
|
12361
|
+
)
|
|
12344
12362
|
InferenceRecommendationTypeDef = TypedDict(
|
|
12345
12363
|
"InferenceRecommendationTypeDef",
|
|
12346
12364
|
{
|
|
@@ -13712,9 +13730,78 @@ TrainingJobDefinitionTypeDef = TypedDict(
|
|
|
13712
13730
|
"HyperParameters": NotRequired[Mapping[str, str]],
|
|
13713
13731
|
},
|
|
13714
13732
|
)
|
|
13715
|
-
|
|
13716
|
-
|
|
13717
|
-
|
|
13733
|
+
DescribeInferenceComponentOutputTypeDef = TypedDict(
|
|
13734
|
+
"DescribeInferenceComponentOutputTypeDef",
|
|
13735
|
+
{
|
|
13736
|
+
"InferenceComponentName": str,
|
|
13737
|
+
"InferenceComponentArn": str,
|
|
13738
|
+
"EndpointName": str,
|
|
13739
|
+
"EndpointArn": str,
|
|
13740
|
+
"VariantName": str,
|
|
13741
|
+
"FailureReason": str,
|
|
13742
|
+
"Specification": InferenceComponentSpecificationSummaryTypeDef,
|
|
13743
|
+
"RuntimeConfig": InferenceComponentRuntimeConfigSummaryTypeDef,
|
|
13744
|
+
"CreationTime": datetime,
|
|
13745
|
+
"LastModifiedTime": datetime,
|
|
13746
|
+
"InferenceComponentStatus": InferenceComponentStatusType,
|
|
13747
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
13748
|
+
},
|
|
13749
|
+
)
|
|
13750
|
+
DescribeSpaceResponseTypeDef = TypedDict(
|
|
13751
|
+
"DescribeSpaceResponseTypeDef",
|
|
13752
|
+
{
|
|
13753
|
+
"DomainId": str,
|
|
13754
|
+
"SpaceArn": str,
|
|
13755
|
+
"SpaceName": str,
|
|
13756
|
+
"HomeEfsFileSystemUid": str,
|
|
13757
|
+
"Status": SpaceStatusType,
|
|
13758
|
+
"LastModifiedTime": datetime,
|
|
13759
|
+
"CreationTime": datetime,
|
|
13760
|
+
"FailureReason": str,
|
|
13761
|
+
"SpaceSettings": SpaceSettingsOutputTypeDef,
|
|
13762
|
+
"OwnershipSettings": OwnershipSettingsTypeDef,
|
|
13763
|
+
"SpaceSharingSettings": SpaceSharingSettingsTypeDef,
|
|
13764
|
+
"SpaceDisplayName": str,
|
|
13765
|
+
"Url": str,
|
|
13766
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
13767
|
+
},
|
|
13768
|
+
)
|
|
13769
|
+
SpaceDetailsTypeDef = TypedDict(
|
|
13770
|
+
"SpaceDetailsTypeDef",
|
|
13771
|
+
{
|
|
13772
|
+
"DomainId": NotRequired[str],
|
|
13773
|
+
"SpaceName": NotRequired[str],
|
|
13774
|
+
"Status": NotRequired[SpaceStatusType],
|
|
13775
|
+
"CreationTime": NotRequired[datetime],
|
|
13776
|
+
"LastModifiedTime": NotRequired[datetime],
|
|
13777
|
+
"SpaceSettingsSummary": NotRequired[SpaceSettingsSummaryTypeDef],
|
|
13778
|
+
"SpaceSharingSettingsSummary": NotRequired[SpaceSharingSettingsSummaryTypeDef],
|
|
13779
|
+
"OwnershipSettingsSummary": NotRequired[OwnershipSettingsSummaryTypeDef],
|
|
13780
|
+
"SpaceDisplayName": NotRequired[str],
|
|
13781
|
+
},
|
|
13782
|
+
)
|
|
13783
|
+
CreateSpaceRequestRequestTypeDef = TypedDict(
|
|
13784
|
+
"CreateSpaceRequestRequestTypeDef",
|
|
13785
|
+
{
|
|
13786
|
+
"DomainId": str,
|
|
13787
|
+
"SpaceName": str,
|
|
13788
|
+
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
13789
|
+
"SpaceSettings": NotRequired[SpaceSettingsTypeDef],
|
|
13790
|
+
"OwnershipSettings": NotRequired[OwnershipSettingsTypeDef],
|
|
13791
|
+
"SpaceSharingSettings": NotRequired[SpaceSharingSettingsTypeDef],
|
|
13792
|
+
"SpaceDisplayName": NotRequired[str],
|
|
13793
|
+
},
|
|
13794
|
+
)
|
|
13795
|
+
SpaceSettingsUnionTypeDef = Union[SpaceSettingsTypeDef, SpaceSettingsOutputTypeDef]
|
|
13796
|
+
UpdateSpaceRequestRequestTypeDef = TypedDict(
|
|
13797
|
+
"UpdateSpaceRequestRequestTypeDef",
|
|
13798
|
+
{
|
|
13799
|
+
"DomainId": str,
|
|
13800
|
+
"SpaceName": str,
|
|
13801
|
+
"SpaceSettings": NotRequired[SpaceSettingsTypeDef],
|
|
13802
|
+
"SpaceDisplayName": NotRequired[str],
|
|
13803
|
+
},
|
|
13804
|
+
)
|
|
13718
13805
|
DescribeDomainResponseTypeDef = TypedDict(
|
|
13719
13806
|
"DescribeDomainResponseTypeDef",
|
|
13720
13807
|
{
|
|
@@ -13760,6 +13847,9 @@ DescribeUserProfileResponseTypeDef = TypedDict(
|
|
|
13760
13847
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
13761
13848
|
},
|
|
13762
13849
|
)
|
|
13850
|
+
DefaultSpaceSettingsUnionTypeDef = Union[
|
|
13851
|
+
DefaultSpaceSettingsTypeDef, DefaultSpaceSettingsOutputTypeDef
|
|
13852
|
+
]
|
|
13763
13853
|
CreateDomainRequestRequestTypeDef = TypedDict(
|
|
13764
13854
|
"CreateDomainRequestRequestTypeDef",
|
|
13765
13855
|
{
|
|
@@ -13809,78 +13899,6 @@ UpdateUserProfileRequestRequestTypeDef = TypedDict(
|
|
|
13809
13899
|
},
|
|
13810
13900
|
)
|
|
13811
13901
|
UserSettingsUnionTypeDef = Union[UserSettingsTypeDef, UserSettingsOutputTypeDef]
|
|
13812
|
-
DescribeInferenceComponentOutputTypeDef = TypedDict(
|
|
13813
|
-
"DescribeInferenceComponentOutputTypeDef",
|
|
13814
|
-
{
|
|
13815
|
-
"InferenceComponentName": str,
|
|
13816
|
-
"InferenceComponentArn": str,
|
|
13817
|
-
"EndpointName": str,
|
|
13818
|
-
"EndpointArn": str,
|
|
13819
|
-
"VariantName": str,
|
|
13820
|
-
"FailureReason": str,
|
|
13821
|
-
"Specification": InferenceComponentSpecificationSummaryTypeDef,
|
|
13822
|
-
"RuntimeConfig": InferenceComponentRuntimeConfigSummaryTypeDef,
|
|
13823
|
-
"CreationTime": datetime,
|
|
13824
|
-
"LastModifiedTime": datetime,
|
|
13825
|
-
"InferenceComponentStatus": InferenceComponentStatusType,
|
|
13826
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
13827
|
-
},
|
|
13828
|
-
)
|
|
13829
|
-
DescribeSpaceResponseTypeDef = TypedDict(
|
|
13830
|
-
"DescribeSpaceResponseTypeDef",
|
|
13831
|
-
{
|
|
13832
|
-
"DomainId": str,
|
|
13833
|
-
"SpaceArn": str,
|
|
13834
|
-
"SpaceName": str,
|
|
13835
|
-
"HomeEfsFileSystemUid": str,
|
|
13836
|
-
"Status": SpaceStatusType,
|
|
13837
|
-
"LastModifiedTime": datetime,
|
|
13838
|
-
"CreationTime": datetime,
|
|
13839
|
-
"FailureReason": str,
|
|
13840
|
-
"SpaceSettings": SpaceSettingsOutputTypeDef,
|
|
13841
|
-
"OwnershipSettings": OwnershipSettingsTypeDef,
|
|
13842
|
-
"SpaceSharingSettings": SpaceSharingSettingsTypeDef,
|
|
13843
|
-
"SpaceDisplayName": str,
|
|
13844
|
-
"Url": str,
|
|
13845
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
13846
|
-
},
|
|
13847
|
-
)
|
|
13848
|
-
SpaceDetailsTypeDef = TypedDict(
|
|
13849
|
-
"SpaceDetailsTypeDef",
|
|
13850
|
-
{
|
|
13851
|
-
"DomainId": NotRequired[str],
|
|
13852
|
-
"SpaceName": NotRequired[str],
|
|
13853
|
-
"Status": NotRequired[SpaceStatusType],
|
|
13854
|
-
"CreationTime": NotRequired[datetime],
|
|
13855
|
-
"LastModifiedTime": NotRequired[datetime],
|
|
13856
|
-
"SpaceSettingsSummary": NotRequired[SpaceSettingsSummaryTypeDef],
|
|
13857
|
-
"SpaceSharingSettingsSummary": NotRequired[SpaceSharingSettingsSummaryTypeDef],
|
|
13858
|
-
"OwnershipSettingsSummary": NotRequired[OwnershipSettingsSummaryTypeDef],
|
|
13859
|
-
"SpaceDisplayName": NotRequired[str],
|
|
13860
|
-
},
|
|
13861
|
-
)
|
|
13862
|
-
CreateSpaceRequestRequestTypeDef = TypedDict(
|
|
13863
|
-
"CreateSpaceRequestRequestTypeDef",
|
|
13864
|
-
{
|
|
13865
|
-
"DomainId": str,
|
|
13866
|
-
"SpaceName": str,
|
|
13867
|
-
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
13868
|
-
"SpaceSettings": NotRequired[SpaceSettingsTypeDef],
|
|
13869
|
-
"OwnershipSettings": NotRequired[OwnershipSettingsTypeDef],
|
|
13870
|
-
"SpaceSharingSettings": NotRequired[SpaceSharingSettingsTypeDef],
|
|
13871
|
-
"SpaceDisplayName": NotRequired[str],
|
|
13872
|
-
},
|
|
13873
|
-
)
|
|
13874
|
-
SpaceSettingsUnionTypeDef = Union[SpaceSettingsTypeDef, SpaceSettingsOutputTypeDef]
|
|
13875
|
-
UpdateSpaceRequestRequestTypeDef = TypedDict(
|
|
13876
|
-
"UpdateSpaceRequestRequestTypeDef",
|
|
13877
|
-
{
|
|
13878
|
-
"DomainId": str,
|
|
13879
|
-
"SpaceName": str,
|
|
13880
|
-
"SpaceSettings": NotRequired[SpaceSettingsTypeDef],
|
|
13881
|
-
"SpaceDisplayName": NotRequired[str],
|
|
13882
|
-
},
|
|
13883
|
-
)
|
|
13884
13902
|
InferenceRecommendationsJobStepTypeDef = TypedDict(
|
|
13885
13903
|
"InferenceRecommendationsJobStepTypeDef",
|
|
13886
13904
|
{
|
|
@@ -656,6 +656,8 @@ __all__ = (
|
|
|
656
656
|
"EdgeModelStatTypeDef",
|
|
657
657
|
"EdgePackagingJobSummaryTypeDef",
|
|
658
658
|
"EdgeTypeDef",
|
|
659
|
+
"EmrSettingsOutputTypeDef",
|
|
660
|
+
"EmrSettingsTypeDef",
|
|
659
661
|
"EndpointConfigSummaryTypeDef",
|
|
660
662
|
"EndpointInfoTypeDef",
|
|
661
663
|
"ProductionVariantServerlessConfigTypeDef",
|
|
@@ -1081,8 +1083,6 @@ __all__ = (
|
|
|
1081
1083
|
"CodeRepositorySummaryTypeDef",
|
|
1082
1084
|
"CreateCodeRepositoryInputRequestTypeDef",
|
|
1083
1085
|
"DescribeCodeRepositoryOutputTypeDef",
|
|
1084
|
-
"JupyterLabAppSettingsOutputTypeDef",
|
|
1085
|
-
"JupyterLabAppSettingsTypeDef",
|
|
1086
1086
|
"JupyterServerAppSettingsOutputTypeDef",
|
|
1087
1087
|
"JupyterServerAppSettingsTypeDef",
|
|
1088
1088
|
"SpaceJupyterLabAppSettingsOutputTypeDef",
|
|
@@ -1249,6 +1249,8 @@ __all__ = (
|
|
|
1249
1249
|
"ListEdgeDeploymentPlansResponseTypeDef",
|
|
1250
1250
|
"GetDeviceFleetReportResponseTypeDef",
|
|
1251
1251
|
"ListEdgePackagingJobsResponseTypeDef",
|
|
1252
|
+
"JupyterLabAppSettingsOutputTypeDef",
|
|
1253
|
+
"JupyterLabAppSettingsTypeDef",
|
|
1252
1254
|
"ListEndpointConfigsOutputTypeDef",
|
|
1253
1255
|
"EndpointOutputConfigurationTypeDef",
|
|
1254
1256
|
"EndpointPerformanceTypeDef",
|
|
@@ -1502,10 +1504,6 @@ __all__ = (
|
|
|
1502
1504
|
"ChannelOutputTypeDef",
|
|
1503
1505
|
"ChannelTypeDef",
|
|
1504
1506
|
"ProcessingInputTypeDef",
|
|
1505
|
-
"DefaultSpaceSettingsOutputTypeDef",
|
|
1506
|
-
"DefaultSpaceSettingsTypeDef",
|
|
1507
|
-
"UserSettingsOutputTypeDef",
|
|
1508
|
-
"UserSettingsTypeDef",
|
|
1509
1507
|
"InferenceComponentSpecificationSummaryTypeDef",
|
|
1510
1508
|
"DescribeEdgeDeploymentPlanResponseTypeDef",
|
|
1511
1509
|
"CreateEdgeDeploymentPlanRequestRequestTypeDef",
|
|
@@ -1521,6 +1519,10 @@ __all__ = (
|
|
|
1521
1519
|
"SpaceSettingsOutputTypeDef",
|
|
1522
1520
|
"SpaceSettingsSummaryTypeDef",
|
|
1523
1521
|
"SpaceSettingsTypeDef",
|
|
1522
|
+
"DefaultSpaceSettingsOutputTypeDef",
|
|
1523
|
+
"UserSettingsOutputTypeDef",
|
|
1524
|
+
"DefaultSpaceSettingsTypeDef",
|
|
1525
|
+
"UserSettingsTypeDef",
|
|
1524
1526
|
"InferenceRecommendationTypeDef",
|
|
1525
1527
|
"RecommendationJobInferenceBenchmarkTypeDef",
|
|
1526
1528
|
"SearchExpressionTypeDef",
|
|
@@ -1643,20 +1645,20 @@ __all__ = (
|
|
|
1643
1645
|
"ChannelUnionTypeDef",
|
|
1644
1646
|
"HyperParameterTrainingJobDefinitionTypeDef",
|
|
1645
1647
|
"TrainingJobDefinitionTypeDef",
|
|
1646
|
-
"
|
|
1648
|
+
"DescribeInferenceComponentOutputTypeDef",
|
|
1649
|
+
"DescribeSpaceResponseTypeDef",
|
|
1650
|
+
"SpaceDetailsTypeDef",
|
|
1651
|
+
"CreateSpaceRequestRequestTypeDef",
|
|
1652
|
+
"SpaceSettingsUnionTypeDef",
|
|
1653
|
+
"UpdateSpaceRequestRequestTypeDef",
|
|
1647
1654
|
"DescribeDomainResponseTypeDef",
|
|
1648
1655
|
"DescribeUserProfileResponseTypeDef",
|
|
1656
|
+
"DefaultSpaceSettingsUnionTypeDef",
|
|
1649
1657
|
"CreateDomainRequestRequestTypeDef",
|
|
1650
1658
|
"CreateUserProfileRequestRequestTypeDef",
|
|
1651
1659
|
"UpdateDomainRequestRequestTypeDef",
|
|
1652
1660
|
"UpdateUserProfileRequestRequestTypeDef",
|
|
1653
1661
|
"UserSettingsUnionTypeDef",
|
|
1654
|
-
"DescribeInferenceComponentOutputTypeDef",
|
|
1655
|
-
"DescribeSpaceResponseTypeDef",
|
|
1656
|
-
"SpaceDetailsTypeDef",
|
|
1657
|
-
"CreateSpaceRequestRequestTypeDef",
|
|
1658
|
-
"SpaceSettingsUnionTypeDef",
|
|
1659
|
-
"UpdateSpaceRequestRequestTypeDef",
|
|
1660
1662
|
"InferenceRecommendationsJobStepTypeDef",
|
|
1661
1663
|
"SearchRequestSearchPaginateTypeDef",
|
|
1662
1664
|
"ListAssociationsResponseTypeDef",
|
|
@@ -4491,6 +4493,20 @@ EdgeTypeDef = TypedDict(
|
|
|
4491
4493
|
"AssociationType": NotRequired[AssociationEdgeTypeType],
|
|
4492
4494
|
},
|
|
4493
4495
|
)
|
|
4496
|
+
EmrSettingsOutputTypeDef = TypedDict(
|
|
4497
|
+
"EmrSettingsOutputTypeDef",
|
|
4498
|
+
{
|
|
4499
|
+
"AssumableRoleArns": NotRequired[List[str]],
|
|
4500
|
+
"ExecutionRoleArns": NotRequired[List[str]],
|
|
4501
|
+
},
|
|
4502
|
+
)
|
|
4503
|
+
EmrSettingsTypeDef = TypedDict(
|
|
4504
|
+
"EmrSettingsTypeDef",
|
|
4505
|
+
{
|
|
4506
|
+
"AssumableRoleArns": NotRequired[Sequence[str]],
|
|
4507
|
+
"ExecutionRoleArns": NotRequired[Sequence[str]],
|
|
4508
|
+
},
|
|
4509
|
+
)
|
|
4494
4510
|
EndpointConfigSummaryTypeDef = TypedDict(
|
|
4495
4511
|
"EndpointConfigSummaryTypeDef",
|
|
4496
4512
|
{
|
|
@@ -7852,24 +7868,6 @@ DescribeCodeRepositoryOutputTypeDef = TypedDict(
|
|
|
7852
7868
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
7853
7869
|
},
|
|
7854
7870
|
)
|
|
7855
|
-
JupyterLabAppSettingsOutputTypeDef = TypedDict(
|
|
7856
|
-
"JupyterLabAppSettingsOutputTypeDef",
|
|
7857
|
-
{
|
|
7858
|
-
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
7859
|
-
"CustomImages": NotRequired[List[CustomImageTypeDef]],
|
|
7860
|
-
"LifecycleConfigArns": NotRequired[List[str]],
|
|
7861
|
-
"CodeRepositories": NotRequired[List[CodeRepositoryTypeDef]],
|
|
7862
|
-
},
|
|
7863
|
-
)
|
|
7864
|
-
JupyterLabAppSettingsTypeDef = TypedDict(
|
|
7865
|
-
"JupyterLabAppSettingsTypeDef",
|
|
7866
|
-
{
|
|
7867
|
-
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
7868
|
-
"CustomImages": NotRequired[Sequence[CustomImageTypeDef]],
|
|
7869
|
-
"LifecycleConfigArns": NotRequired[Sequence[str]],
|
|
7870
|
-
"CodeRepositories": NotRequired[Sequence[CodeRepositoryTypeDef]],
|
|
7871
|
-
},
|
|
7872
|
-
)
|
|
7873
7871
|
JupyterServerAppSettingsOutputTypeDef = TypedDict(
|
|
7874
7872
|
"JupyterServerAppSettingsOutputTypeDef",
|
|
7875
7873
|
{
|
|
@@ -9715,6 +9713,26 @@ ListEdgePackagingJobsResponseTypeDef = TypedDict(
|
|
|
9715
9713
|
"NextToken": NotRequired[str],
|
|
9716
9714
|
},
|
|
9717
9715
|
)
|
|
9716
|
+
JupyterLabAppSettingsOutputTypeDef = TypedDict(
|
|
9717
|
+
"JupyterLabAppSettingsOutputTypeDef",
|
|
9718
|
+
{
|
|
9719
|
+
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
9720
|
+
"CustomImages": NotRequired[List[CustomImageTypeDef]],
|
|
9721
|
+
"LifecycleConfigArns": NotRequired[List[str]],
|
|
9722
|
+
"CodeRepositories": NotRequired[List[CodeRepositoryTypeDef]],
|
|
9723
|
+
"EmrSettings": NotRequired[EmrSettingsOutputTypeDef],
|
|
9724
|
+
},
|
|
9725
|
+
)
|
|
9726
|
+
JupyterLabAppSettingsTypeDef = TypedDict(
|
|
9727
|
+
"JupyterLabAppSettingsTypeDef",
|
|
9728
|
+
{
|
|
9729
|
+
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
9730
|
+
"CustomImages": NotRequired[Sequence[CustomImageTypeDef]],
|
|
9731
|
+
"LifecycleConfigArns": NotRequired[Sequence[str]],
|
|
9732
|
+
"CodeRepositories": NotRequired[Sequence[CodeRepositoryTypeDef]],
|
|
9733
|
+
"EmrSettings": NotRequired[EmrSettingsTypeDef],
|
|
9734
|
+
},
|
|
9735
|
+
)
|
|
9718
9736
|
ListEndpointConfigsOutputTypeDef = TypedDict(
|
|
9719
9737
|
"ListEndpointConfigsOutputTypeDef",
|
|
9720
9738
|
{
|
|
@@ -12131,76 +12149,6 @@ ProcessingInputTypeDef = TypedDict(
|
|
|
12131
12149
|
"DatasetDefinition": NotRequired[DatasetDefinitionTypeDef],
|
|
12132
12150
|
},
|
|
12133
12151
|
)
|
|
12134
|
-
DefaultSpaceSettingsOutputTypeDef = TypedDict(
|
|
12135
|
-
"DefaultSpaceSettingsOutputTypeDef",
|
|
12136
|
-
{
|
|
12137
|
-
"ExecutionRole": NotRequired[str],
|
|
12138
|
-
"SecurityGroups": NotRequired[List[str]],
|
|
12139
|
-
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsOutputTypeDef],
|
|
12140
|
-
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsOutputTypeDef],
|
|
12141
|
-
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsOutputTypeDef],
|
|
12142
|
-
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
12143
|
-
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
12144
|
-
"CustomFileSystemConfigs": NotRequired[List[CustomFileSystemConfigTypeDef]],
|
|
12145
|
-
},
|
|
12146
|
-
)
|
|
12147
|
-
DefaultSpaceSettingsTypeDef = TypedDict(
|
|
12148
|
-
"DefaultSpaceSettingsTypeDef",
|
|
12149
|
-
{
|
|
12150
|
-
"ExecutionRole": NotRequired[str],
|
|
12151
|
-
"SecurityGroups": NotRequired[Sequence[str]],
|
|
12152
|
-
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsTypeDef],
|
|
12153
|
-
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsTypeDef],
|
|
12154
|
-
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsTypeDef],
|
|
12155
|
-
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
12156
|
-
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
12157
|
-
"CustomFileSystemConfigs": NotRequired[Sequence[CustomFileSystemConfigTypeDef]],
|
|
12158
|
-
},
|
|
12159
|
-
)
|
|
12160
|
-
UserSettingsOutputTypeDef = TypedDict(
|
|
12161
|
-
"UserSettingsOutputTypeDef",
|
|
12162
|
-
{
|
|
12163
|
-
"ExecutionRole": NotRequired[str],
|
|
12164
|
-
"SecurityGroups": NotRequired[List[str]],
|
|
12165
|
-
"SharingSettings": NotRequired[SharingSettingsTypeDef],
|
|
12166
|
-
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsOutputTypeDef],
|
|
12167
|
-
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsOutputTypeDef],
|
|
12168
|
-
"TensorBoardAppSettings": NotRequired[TensorBoardAppSettingsTypeDef],
|
|
12169
|
-
"RStudioServerProAppSettings": NotRequired[RStudioServerProAppSettingsTypeDef],
|
|
12170
|
-
"RSessionAppSettings": NotRequired[RSessionAppSettingsOutputTypeDef],
|
|
12171
|
-
"CanvasAppSettings": NotRequired[CanvasAppSettingsOutputTypeDef],
|
|
12172
|
-
"CodeEditorAppSettings": NotRequired[CodeEditorAppSettingsOutputTypeDef],
|
|
12173
|
-
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsOutputTypeDef],
|
|
12174
|
-
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
12175
|
-
"DefaultLandingUri": NotRequired[str],
|
|
12176
|
-
"StudioWebPortal": NotRequired[StudioWebPortalType],
|
|
12177
|
-
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
12178
|
-
"CustomFileSystemConfigs": NotRequired[List[CustomFileSystemConfigTypeDef]],
|
|
12179
|
-
"StudioWebPortalSettings": NotRequired[StudioWebPortalSettingsOutputTypeDef],
|
|
12180
|
-
},
|
|
12181
|
-
)
|
|
12182
|
-
UserSettingsTypeDef = TypedDict(
|
|
12183
|
-
"UserSettingsTypeDef",
|
|
12184
|
-
{
|
|
12185
|
-
"ExecutionRole": NotRequired[str],
|
|
12186
|
-
"SecurityGroups": NotRequired[Sequence[str]],
|
|
12187
|
-
"SharingSettings": NotRequired[SharingSettingsTypeDef],
|
|
12188
|
-
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsTypeDef],
|
|
12189
|
-
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsTypeDef],
|
|
12190
|
-
"TensorBoardAppSettings": NotRequired[TensorBoardAppSettingsTypeDef],
|
|
12191
|
-
"RStudioServerProAppSettings": NotRequired[RStudioServerProAppSettingsTypeDef],
|
|
12192
|
-
"RSessionAppSettings": NotRequired[RSessionAppSettingsTypeDef],
|
|
12193
|
-
"CanvasAppSettings": NotRequired[CanvasAppSettingsTypeDef],
|
|
12194
|
-
"CodeEditorAppSettings": NotRequired[CodeEditorAppSettingsTypeDef],
|
|
12195
|
-
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsTypeDef],
|
|
12196
|
-
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
12197
|
-
"DefaultLandingUri": NotRequired[str],
|
|
12198
|
-
"StudioWebPortal": NotRequired[StudioWebPortalType],
|
|
12199
|
-
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
12200
|
-
"CustomFileSystemConfigs": NotRequired[Sequence[CustomFileSystemConfigTypeDef]],
|
|
12201
|
-
"StudioWebPortalSettings": NotRequired[StudioWebPortalSettingsTypeDef],
|
|
12202
|
-
},
|
|
12203
|
-
)
|
|
12204
12152
|
InferenceComponentSpecificationSummaryTypeDef = TypedDict(
|
|
12205
12153
|
"InferenceComponentSpecificationSummaryTypeDef",
|
|
12206
12154
|
{
|
|
@@ -12341,6 +12289,76 @@ SpaceSettingsTypeDef = TypedDict(
|
|
|
12341
12289
|
"CustomFileSystems": NotRequired[Sequence[CustomFileSystemTypeDef]],
|
|
12342
12290
|
},
|
|
12343
12291
|
)
|
|
12292
|
+
DefaultSpaceSettingsOutputTypeDef = TypedDict(
|
|
12293
|
+
"DefaultSpaceSettingsOutputTypeDef",
|
|
12294
|
+
{
|
|
12295
|
+
"ExecutionRole": NotRequired[str],
|
|
12296
|
+
"SecurityGroups": NotRequired[List[str]],
|
|
12297
|
+
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsOutputTypeDef],
|
|
12298
|
+
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsOutputTypeDef],
|
|
12299
|
+
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsOutputTypeDef],
|
|
12300
|
+
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
12301
|
+
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
12302
|
+
"CustomFileSystemConfigs": NotRequired[List[CustomFileSystemConfigTypeDef]],
|
|
12303
|
+
},
|
|
12304
|
+
)
|
|
12305
|
+
UserSettingsOutputTypeDef = TypedDict(
|
|
12306
|
+
"UserSettingsOutputTypeDef",
|
|
12307
|
+
{
|
|
12308
|
+
"ExecutionRole": NotRequired[str],
|
|
12309
|
+
"SecurityGroups": NotRequired[List[str]],
|
|
12310
|
+
"SharingSettings": NotRequired[SharingSettingsTypeDef],
|
|
12311
|
+
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsOutputTypeDef],
|
|
12312
|
+
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsOutputTypeDef],
|
|
12313
|
+
"TensorBoardAppSettings": NotRequired[TensorBoardAppSettingsTypeDef],
|
|
12314
|
+
"RStudioServerProAppSettings": NotRequired[RStudioServerProAppSettingsTypeDef],
|
|
12315
|
+
"RSessionAppSettings": NotRequired[RSessionAppSettingsOutputTypeDef],
|
|
12316
|
+
"CanvasAppSettings": NotRequired[CanvasAppSettingsOutputTypeDef],
|
|
12317
|
+
"CodeEditorAppSettings": NotRequired[CodeEditorAppSettingsOutputTypeDef],
|
|
12318
|
+
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsOutputTypeDef],
|
|
12319
|
+
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
12320
|
+
"DefaultLandingUri": NotRequired[str],
|
|
12321
|
+
"StudioWebPortal": NotRequired[StudioWebPortalType],
|
|
12322
|
+
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
12323
|
+
"CustomFileSystemConfigs": NotRequired[List[CustomFileSystemConfigTypeDef]],
|
|
12324
|
+
"StudioWebPortalSettings": NotRequired[StudioWebPortalSettingsOutputTypeDef],
|
|
12325
|
+
},
|
|
12326
|
+
)
|
|
12327
|
+
DefaultSpaceSettingsTypeDef = TypedDict(
|
|
12328
|
+
"DefaultSpaceSettingsTypeDef",
|
|
12329
|
+
{
|
|
12330
|
+
"ExecutionRole": NotRequired[str],
|
|
12331
|
+
"SecurityGroups": NotRequired[Sequence[str]],
|
|
12332
|
+
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsTypeDef],
|
|
12333
|
+
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsTypeDef],
|
|
12334
|
+
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsTypeDef],
|
|
12335
|
+
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
12336
|
+
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
12337
|
+
"CustomFileSystemConfigs": NotRequired[Sequence[CustomFileSystemConfigTypeDef]],
|
|
12338
|
+
},
|
|
12339
|
+
)
|
|
12340
|
+
UserSettingsTypeDef = TypedDict(
|
|
12341
|
+
"UserSettingsTypeDef",
|
|
12342
|
+
{
|
|
12343
|
+
"ExecutionRole": NotRequired[str],
|
|
12344
|
+
"SecurityGroups": NotRequired[Sequence[str]],
|
|
12345
|
+
"SharingSettings": NotRequired[SharingSettingsTypeDef],
|
|
12346
|
+
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsTypeDef],
|
|
12347
|
+
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsTypeDef],
|
|
12348
|
+
"TensorBoardAppSettings": NotRequired[TensorBoardAppSettingsTypeDef],
|
|
12349
|
+
"RStudioServerProAppSettings": NotRequired[RStudioServerProAppSettingsTypeDef],
|
|
12350
|
+
"RSessionAppSettings": NotRequired[RSessionAppSettingsTypeDef],
|
|
12351
|
+
"CanvasAppSettings": NotRequired[CanvasAppSettingsTypeDef],
|
|
12352
|
+
"CodeEditorAppSettings": NotRequired[CodeEditorAppSettingsTypeDef],
|
|
12353
|
+
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsTypeDef],
|
|
12354
|
+
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
12355
|
+
"DefaultLandingUri": NotRequired[str],
|
|
12356
|
+
"StudioWebPortal": NotRequired[StudioWebPortalType],
|
|
12357
|
+
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
12358
|
+
"CustomFileSystemConfigs": NotRequired[Sequence[CustomFileSystemConfigTypeDef]],
|
|
12359
|
+
"StudioWebPortalSettings": NotRequired[StudioWebPortalSettingsTypeDef],
|
|
12360
|
+
},
|
|
12361
|
+
)
|
|
12344
12362
|
InferenceRecommendationTypeDef = TypedDict(
|
|
12345
12363
|
"InferenceRecommendationTypeDef",
|
|
12346
12364
|
{
|
|
@@ -13712,9 +13730,78 @@ TrainingJobDefinitionTypeDef = TypedDict(
|
|
|
13712
13730
|
"HyperParameters": NotRequired[Mapping[str, str]],
|
|
13713
13731
|
},
|
|
13714
13732
|
)
|
|
13715
|
-
|
|
13716
|
-
|
|
13717
|
-
|
|
13733
|
+
DescribeInferenceComponentOutputTypeDef = TypedDict(
|
|
13734
|
+
"DescribeInferenceComponentOutputTypeDef",
|
|
13735
|
+
{
|
|
13736
|
+
"InferenceComponentName": str,
|
|
13737
|
+
"InferenceComponentArn": str,
|
|
13738
|
+
"EndpointName": str,
|
|
13739
|
+
"EndpointArn": str,
|
|
13740
|
+
"VariantName": str,
|
|
13741
|
+
"FailureReason": str,
|
|
13742
|
+
"Specification": InferenceComponentSpecificationSummaryTypeDef,
|
|
13743
|
+
"RuntimeConfig": InferenceComponentRuntimeConfigSummaryTypeDef,
|
|
13744
|
+
"CreationTime": datetime,
|
|
13745
|
+
"LastModifiedTime": datetime,
|
|
13746
|
+
"InferenceComponentStatus": InferenceComponentStatusType,
|
|
13747
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
13748
|
+
},
|
|
13749
|
+
)
|
|
13750
|
+
DescribeSpaceResponseTypeDef = TypedDict(
|
|
13751
|
+
"DescribeSpaceResponseTypeDef",
|
|
13752
|
+
{
|
|
13753
|
+
"DomainId": str,
|
|
13754
|
+
"SpaceArn": str,
|
|
13755
|
+
"SpaceName": str,
|
|
13756
|
+
"HomeEfsFileSystemUid": str,
|
|
13757
|
+
"Status": SpaceStatusType,
|
|
13758
|
+
"LastModifiedTime": datetime,
|
|
13759
|
+
"CreationTime": datetime,
|
|
13760
|
+
"FailureReason": str,
|
|
13761
|
+
"SpaceSettings": SpaceSettingsOutputTypeDef,
|
|
13762
|
+
"OwnershipSettings": OwnershipSettingsTypeDef,
|
|
13763
|
+
"SpaceSharingSettings": SpaceSharingSettingsTypeDef,
|
|
13764
|
+
"SpaceDisplayName": str,
|
|
13765
|
+
"Url": str,
|
|
13766
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
13767
|
+
},
|
|
13768
|
+
)
|
|
13769
|
+
SpaceDetailsTypeDef = TypedDict(
|
|
13770
|
+
"SpaceDetailsTypeDef",
|
|
13771
|
+
{
|
|
13772
|
+
"DomainId": NotRequired[str],
|
|
13773
|
+
"SpaceName": NotRequired[str],
|
|
13774
|
+
"Status": NotRequired[SpaceStatusType],
|
|
13775
|
+
"CreationTime": NotRequired[datetime],
|
|
13776
|
+
"LastModifiedTime": NotRequired[datetime],
|
|
13777
|
+
"SpaceSettingsSummary": NotRequired[SpaceSettingsSummaryTypeDef],
|
|
13778
|
+
"SpaceSharingSettingsSummary": NotRequired[SpaceSharingSettingsSummaryTypeDef],
|
|
13779
|
+
"OwnershipSettingsSummary": NotRequired[OwnershipSettingsSummaryTypeDef],
|
|
13780
|
+
"SpaceDisplayName": NotRequired[str],
|
|
13781
|
+
},
|
|
13782
|
+
)
|
|
13783
|
+
CreateSpaceRequestRequestTypeDef = TypedDict(
|
|
13784
|
+
"CreateSpaceRequestRequestTypeDef",
|
|
13785
|
+
{
|
|
13786
|
+
"DomainId": str,
|
|
13787
|
+
"SpaceName": str,
|
|
13788
|
+
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
13789
|
+
"SpaceSettings": NotRequired[SpaceSettingsTypeDef],
|
|
13790
|
+
"OwnershipSettings": NotRequired[OwnershipSettingsTypeDef],
|
|
13791
|
+
"SpaceSharingSettings": NotRequired[SpaceSharingSettingsTypeDef],
|
|
13792
|
+
"SpaceDisplayName": NotRequired[str],
|
|
13793
|
+
},
|
|
13794
|
+
)
|
|
13795
|
+
SpaceSettingsUnionTypeDef = Union[SpaceSettingsTypeDef, SpaceSettingsOutputTypeDef]
|
|
13796
|
+
UpdateSpaceRequestRequestTypeDef = TypedDict(
|
|
13797
|
+
"UpdateSpaceRequestRequestTypeDef",
|
|
13798
|
+
{
|
|
13799
|
+
"DomainId": str,
|
|
13800
|
+
"SpaceName": str,
|
|
13801
|
+
"SpaceSettings": NotRequired[SpaceSettingsTypeDef],
|
|
13802
|
+
"SpaceDisplayName": NotRequired[str],
|
|
13803
|
+
},
|
|
13804
|
+
)
|
|
13718
13805
|
DescribeDomainResponseTypeDef = TypedDict(
|
|
13719
13806
|
"DescribeDomainResponseTypeDef",
|
|
13720
13807
|
{
|
|
@@ -13760,6 +13847,9 @@ DescribeUserProfileResponseTypeDef = TypedDict(
|
|
|
13760
13847
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
13761
13848
|
},
|
|
13762
13849
|
)
|
|
13850
|
+
DefaultSpaceSettingsUnionTypeDef = Union[
|
|
13851
|
+
DefaultSpaceSettingsTypeDef, DefaultSpaceSettingsOutputTypeDef
|
|
13852
|
+
]
|
|
13763
13853
|
CreateDomainRequestRequestTypeDef = TypedDict(
|
|
13764
13854
|
"CreateDomainRequestRequestTypeDef",
|
|
13765
13855
|
{
|
|
@@ -13809,78 +13899,6 @@ UpdateUserProfileRequestRequestTypeDef = TypedDict(
|
|
|
13809
13899
|
},
|
|
13810
13900
|
)
|
|
13811
13901
|
UserSettingsUnionTypeDef = Union[UserSettingsTypeDef, UserSettingsOutputTypeDef]
|
|
13812
|
-
DescribeInferenceComponentOutputTypeDef = TypedDict(
|
|
13813
|
-
"DescribeInferenceComponentOutputTypeDef",
|
|
13814
|
-
{
|
|
13815
|
-
"InferenceComponentName": str,
|
|
13816
|
-
"InferenceComponentArn": str,
|
|
13817
|
-
"EndpointName": str,
|
|
13818
|
-
"EndpointArn": str,
|
|
13819
|
-
"VariantName": str,
|
|
13820
|
-
"FailureReason": str,
|
|
13821
|
-
"Specification": InferenceComponentSpecificationSummaryTypeDef,
|
|
13822
|
-
"RuntimeConfig": InferenceComponentRuntimeConfigSummaryTypeDef,
|
|
13823
|
-
"CreationTime": datetime,
|
|
13824
|
-
"LastModifiedTime": datetime,
|
|
13825
|
-
"InferenceComponentStatus": InferenceComponentStatusType,
|
|
13826
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
13827
|
-
},
|
|
13828
|
-
)
|
|
13829
|
-
DescribeSpaceResponseTypeDef = TypedDict(
|
|
13830
|
-
"DescribeSpaceResponseTypeDef",
|
|
13831
|
-
{
|
|
13832
|
-
"DomainId": str,
|
|
13833
|
-
"SpaceArn": str,
|
|
13834
|
-
"SpaceName": str,
|
|
13835
|
-
"HomeEfsFileSystemUid": str,
|
|
13836
|
-
"Status": SpaceStatusType,
|
|
13837
|
-
"LastModifiedTime": datetime,
|
|
13838
|
-
"CreationTime": datetime,
|
|
13839
|
-
"FailureReason": str,
|
|
13840
|
-
"SpaceSettings": SpaceSettingsOutputTypeDef,
|
|
13841
|
-
"OwnershipSettings": OwnershipSettingsTypeDef,
|
|
13842
|
-
"SpaceSharingSettings": SpaceSharingSettingsTypeDef,
|
|
13843
|
-
"SpaceDisplayName": str,
|
|
13844
|
-
"Url": str,
|
|
13845
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
13846
|
-
},
|
|
13847
|
-
)
|
|
13848
|
-
SpaceDetailsTypeDef = TypedDict(
|
|
13849
|
-
"SpaceDetailsTypeDef",
|
|
13850
|
-
{
|
|
13851
|
-
"DomainId": NotRequired[str],
|
|
13852
|
-
"SpaceName": NotRequired[str],
|
|
13853
|
-
"Status": NotRequired[SpaceStatusType],
|
|
13854
|
-
"CreationTime": NotRequired[datetime],
|
|
13855
|
-
"LastModifiedTime": NotRequired[datetime],
|
|
13856
|
-
"SpaceSettingsSummary": NotRequired[SpaceSettingsSummaryTypeDef],
|
|
13857
|
-
"SpaceSharingSettingsSummary": NotRequired[SpaceSharingSettingsSummaryTypeDef],
|
|
13858
|
-
"OwnershipSettingsSummary": NotRequired[OwnershipSettingsSummaryTypeDef],
|
|
13859
|
-
"SpaceDisplayName": NotRequired[str],
|
|
13860
|
-
},
|
|
13861
|
-
)
|
|
13862
|
-
CreateSpaceRequestRequestTypeDef = TypedDict(
|
|
13863
|
-
"CreateSpaceRequestRequestTypeDef",
|
|
13864
|
-
{
|
|
13865
|
-
"DomainId": str,
|
|
13866
|
-
"SpaceName": str,
|
|
13867
|
-
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
13868
|
-
"SpaceSettings": NotRequired[SpaceSettingsTypeDef],
|
|
13869
|
-
"OwnershipSettings": NotRequired[OwnershipSettingsTypeDef],
|
|
13870
|
-
"SpaceSharingSettings": NotRequired[SpaceSharingSettingsTypeDef],
|
|
13871
|
-
"SpaceDisplayName": NotRequired[str],
|
|
13872
|
-
},
|
|
13873
|
-
)
|
|
13874
|
-
SpaceSettingsUnionTypeDef = Union[SpaceSettingsTypeDef, SpaceSettingsOutputTypeDef]
|
|
13875
|
-
UpdateSpaceRequestRequestTypeDef = TypedDict(
|
|
13876
|
-
"UpdateSpaceRequestRequestTypeDef",
|
|
13877
|
-
{
|
|
13878
|
-
"DomainId": str,
|
|
13879
|
-
"SpaceName": str,
|
|
13880
|
-
"SpaceSettings": NotRequired[SpaceSettingsTypeDef],
|
|
13881
|
-
"SpaceDisplayName": NotRequired[str],
|
|
13882
|
-
},
|
|
13883
|
-
)
|
|
13884
13902
|
InferenceRecommendationsJobStepTypeDef = TypedDict(
|
|
13885
13903
|
"InferenceRecommendationsJobStepTypeDef",
|
|
13886
13904
|
{
|
mypy_boto3_sagemaker/version.py
CHANGED
{mypy_boto3_sagemaker-1.34.142.dist-info → mypy_boto3_sagemaker-1.34.152.dist-info}/METADATA
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-sagemaker
|
|
3
|
-
Version: 1.34.
|
|
4
|
-
Summary: Type annotations for boto3.SageMaker 1.34.
|
|
3
|
+
Version: 1.34.152
|
|
4
|
+
Summary: Type annotations for boto3.SageMaker 1.34.152 service generated with mypy-boto3-builder 7.25.0
|
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
|
6
6
|
Author: Vlad Emelianov
|
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
|
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions >=4.1.0 ; python_version < "3.12"
|
|
|
43
43
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3.SageMaker 1.34.
|
|
46
|
+
[boto3.SageMaker 1.34.152](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker)
|
|
47
47
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
mypy_boto3_sagemaker/__init__.py,sha256=Oxh-kRhT-JvQkrKOLiGHPqwvvSOFR-MquOEW-y-4w7s,19857
|
|
2
|
+
mypy_boto3_sagemaker/__init__.pyi,sha256=Oxh-kRhT-JvQkrKOLiGHPqwvvSOFR-MquOEW-y-4w7s,19857
|
|
3
|
+
mypy_boto3_sagemaker/__main__.py,sha256=4VYskUSv7hwqTrRJPujrkFyhNIjCb8YA9f8YwKxmSI8,930
|
|
4
|
+
mypy_boto3_sagemaker/client.py,sha256=cc8vrsWZ-ipv6N4IYaoNVdO3hpc9ZuwdBncBMrXW4zI,291630
|
|
5
|
+
mypy_boto3_sagemaker/client.pyi,sha256=rqApngnIeJBVbxjereN7EE221ByyflIKaaCBxh1TZKg,291627
|
|
6
|
+
mypy_boto3_sagemaker/literals.py,sha256=B4q4JFhd0xcyJAaApQyic1SaOLlNpj0CkIh-FmjOKh0,72155
|
|
7
|
+
mypy_boto3_sagemaker/literals.pyi,sha256=B4q4JFhd0xcyJAaApQyic1SaOLlNpj0CkIh-FmjOKh0,72155
|
|
8
|
+
mypy_boto3_sagemaker/paginator.py,sha256=6N8KV1cqmGBSIZrZJtYRag4qQXQdPrLJHaCUHKRkSsg,105973
|
|
9
|
+
mypy_boto3_sagemaker/paginator.pyi,sha256=Kqh5JtGaxuqojThxdEKF35HQuioAjZO91aQQZXPIcDs,105898
|
|
10
|
+
mypy_boto3_sagemaker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
mypy_boto3_sagemaker/type_defs.py,sha256=W_frASWO3MbO4H8l0IPvxrOIjDSFhPz0LrIyZ_FbBfE,566104
|
|
12
|
+
mypy_boto3_sagemaker/type_defs.pyi,sha256=W_frASWO3MbO4H8l0IPvxrOIjDSFhPz0LrIyZ_FbBfE,566104
|
|
13
|
+
mypy_boto3_sagemaker/version.py,sha256=d6HKKoec7NN-KorW-_jcoDMp-NciyKpOQmVHk_28tUo,63
|
|
14
|
+
mypy_boto3_sagemaker/waiter.py,sha256=sgVFqtSXJD4pkx1f6t-BBp6hh61GjIp1IS2Iz_WJMaE,13323
|
|
15
|
+
mypy_boto3_sagemaker/waiter.pyi,sha256=vpObdrmi9_5qh3M5fkDnJRCj55lDcN_ZcNaoZOb1U4I,13310
|
|
16
|
+
mypy_boto3_sagemaker-1.34.152.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
|
17
|
+
mypy_boto3_sagemaker-1.34.152.dist-info/METADATA,sha256=HUHZDfubsZjutypK78vFOglS2CdLjRvhTP94mSL5ZWc,26099
|
|
18
|
+
mypy_boto3_sagemaker-1.34.152.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
|
|
19
|
+
mypy_boto3_sagemaker-1.34.152.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
|
|
20
|
+
mypy_boto3_sagemaker-1.34.152.dist-info/RECORD,,
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
mypy_boto3_sagemaker/__init__.py,sha256=Oxh-kRhT-JvQkrKOLiGHPqwvvSOFR-MquOEW-y-4w7s,19857
|
|
2
|
-
mypy_boto3_sagemaker/__init__.pyi,sha256=Oxh-kRhT-JvQkrKOLiGHPqwvvSOFR-MquOEW-y-4w7s,19857
|
|
3
|
-
mypy_boto3_sagemaker/__main__.py,sha256=Mca4TvLBX2iqZA71h3JSkl6uAnCt4cldi6B5u2ZGhlw,930
|
|
4
|
-
mypy_boto3_sagemaker/client.py,sha256=cc8vrsWZ-ipv6N4IYaoNVdO3hpc9ZuwdBncBMrXW4zI,291630
|
|
5
|
-
mypy_boto3_sagemaker/client.pyi,sha256=rqApngnIeJBVbxjereN7EE221ByyflIKaaCBxh1TZKg,291627
|
|
6
|
-
mypy_boto3_sagemaker/literals.py,sha256=6kRwq1OC_iVsoRek6v9gh-PmJJXQeRZBBWWpstny97E,71376
|
|
7
|
-
mypy_boto3_sagemaker/literals.pyi,sha256=6kRwq1OC_iVsoRek6v9gh-PmJJXQeRZBBWWpstny97E,71376
|
|
8
|
-
mypy_boto3_sagemaker/paginator.py,sha256=6N8KV1cqmGBSIZrZJtYRag4qQXQdPrLJHaCUHKRkSsg,105973
|
|
9
|
-
mypy_boto3_sagemaker/paginator.pyi,sha256=Kqh5JtGaxuqojThxdEKF35HQuioAjZO91aQQZXPIcDs,105898
|
|
10
|
-
mypy_boto3_sagemaker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
mypy_boto3_sagemaker/type_defs.py,sha256=AZDJ1qLtpWXB2PmybxSosFngBxsfbiMGyJKpxI0joFk,565550
|
|
12
|
-
mypy_boto3_sagemaker/type_defs.pyi,sha256=AZDJ1qLtpWXB2PmybxSosFngBxsfbiMGyJKpxI0joFk,565550
|
|
13
|
-
mypy_boto3_sagemaker/version.py,sha256=-Q13eLgNcovIrtL3nvH3eEZznfIbD0uXxPVsGwcFV6A,63
|
|
14
|
-
mypy_boto3_sagemaker/waiter.py,sha256=sgVFqtSXJD4pkx1f6t-BBp6hh61GjIp1IS2Iz_WJMaE,13323
|
|
15
|
-
mypy_boto3_sagemaker/waiter.pyi,sha256=vpObdrmi9_5qh3M5fkDnJRCj55lDcN_ZcNaoZOb1U4I,13310
|
|
16
|
-
mypy_boto3_sagemaker-1.34.142.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
|
17
|
-
mypy_boto3_sagemaker-1.34.142.dist-info/METADATA,sha256=OSOzjaa-dSaOFNbJSx9AJZYILHqGVqzt1PIFRDLePfk,26099
|
|
18
|
-
mypy_boto3_sagemaker-1.34.142.dist-info/WHEEL,sha256=Z4pYXqR_rTB7OWNDYFOm1qRk0RX6GFP2o8LgvP453Hk,91
|
|
19
|
-
mypy_boto3_sagemaker-1.34.142.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
|
|
20
|
-
mypy_boto3_sagemaker-1.34.142.dist-info/RECORD,,
|
|
File without changes
|
{mypy_boto3_sagemaker-1.34.142.dist-info → mypy_boto3_sagemaker-1.34.152.dist-info}/top_level.txt
RENAMED
|
File without changes
|