Skip to content

Commit 0404b2e

Browse files
Daily Sync with Botocore v1.42.1 on 2025/12/03 (#354)
1 parent 1d35c3e commit 0404b2e

File tree

6 files changed

+1239
-15
lines changed

6 files changed

+1239
-15
lines changed

sample/sagemaker/2017-07-24/service-2.json

Lines changed: 467 additions & 10 deletions
Large diffs are not rendered by default.

src/sagemaker_core/main/code_injection/shape_dag.py

Lines changed: 133 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3082,6 +3082,27 @@
30823082
"members": [{"name": "LabelingJobArn", "shape": "LabelingJobArn", "type": "string"}],
30833083
"type": "structure",
30843084
},
3085+
"CreateMlflowAppRequest": {
3086+
"members": [
3087+
{"name": "Name", "shape": "MlflowAppName", "type": "string"},
3088+
{"name": "ArtifactStoreUri", "shape": "S3Uri", "type": "string"},
3089+
{"name": "RoleArn", "shape": "RoleArn", "type": "string"},
3090+
{"name": "ModelRegistrationMode", "shape": "ModelRegistrationMode", "type": "string"},
3091+
{
3092+
"name": "WeeklyMaintenanceWindowStart",
3093+
"shape": "WeeklyMaintenanceWindowStart",
3094+
"type": "string",
3095+
},
3096+
{"name": "AccountDefaultStatus", "shape": "AccountDefaultStatus", "type": "string"},
3097+
{"name": "DefaultDomainIdList", "shape": "DefaultDomainIdList", "type": "list"},
3098+
{"name": "Tags", "shape": "TagList", "type": "list"},
3099+
],
3100+
"type": "structure",
3101+
},
3102+
"CreateMlflowAppResponse": {
3103+
"members": [{"name": "Arn", "shape": "MlflowAppArn", "type": "string"}],
3104+
"type": "structure",
3105+
},
30853106
"CreateMlflowTrackingServerRequest": {
30863107
"members": [
30873108
{"name": "TrackingServerName", "shape": "TrackingServerName", "type": "string"},
@@ -3543,6 +3564,22 @@
35433564
"members": [{"name": "AuthorizedUrl", "shape": "PresignedDomainUrl", "type": "string"}],
35443565
"type": "structure",
35453566
},
3567+
"CreatePresignedMlflowAppUrlRequest": {
3568+
"members": [
3569+
{"name": "Arn", "shape": "MlflowAppArn", "type": "string"},
3570+
{"name": "ExpiresInSeconds", "shape": "ExpiresInSeconds", "type": "integer"},
3571+
{
3572+
"name": "SessionExpirationDurationInSeconds",
3573+
"shape": "SessionExpirationDurationInSeconds",
3574+
"type": "integer",
3575+
},
3576+
],
3577+
"type": "structure",
3578+
},
3579+
"CreatePresignedMlflowAppUrlResponse": {
3580+
"members": [{"name": "AuthorizedUrl", "shape": "MlflowAppUrl", "type": "string"}],
3581+
"type": "structure",
3582+
},
35463583
"CreatePresignedMlflowTrackingServerUrlRequest": {
35473584
"members": [
35483585
{"name": "TrackingServerName", "shape": "TrackingServerName", "type": "string"},
@@ -4108,6 +4145,7 @@
41084145
"member_type": "structure",
41094146
"type": "list",
41104147
},
4148+
"DefaultDomainIdList": {"member_shape": "DomainId", "member_type": "string", "type": "list"},
41114149
"DefaultEbsStorageSettings": {
41124150
"members": [
41134151
{
@@ -4380,6 +4418,14 @@
43804418
],
43814419
"type": "structure",
43824420
},
4421+
"DeleteMlflowAppRequest": {
4422+
"members": [{"name": "Arn", "shape": "MlflowAppArn", "type": "string"}],
4423+
"type": "structure",
4424+
},
4425+
"DeleteMlflowAppResponse": {
4426+
"members": [{"name": "Arn", "shape": "MlflowAppArn", "type": "string"}],
4427+
"type": "structure",
4428+
},
43834429
"DeleteMlflowTrackingServerRequest": {
43844430
"members": [
43854431
{"name": "TrackingServerName", "shape": "TrackingServerName", "type": "string"}
@@ -5788,6 +5834,34 @@
57885834
],
57895835
"type": "structure",
57905836
},
5837+
"DescribeMlflowAppRequest": {
5838+
"members": [{"name": "Arn", "shape": "MlflowAppArn", "type": "string"}],
5839+
"type": "structure",
5840+
},
5841+
"DescribeMlflowAppResponse": {
5842+
"members": [
5843+
{"name": "Arn", "shape": "MlflowAppArn", "type": "string"},
5844+
{"name": "Name", "shape": "MlflowAppName", "type": "string"},
5845+
{"name": "ArtifactStoreUri", "shape": "S3Uri", "type": "string"},
5846+
{"name": "MlflowVersion", "shape": "MlflowVersion", "type": "string"},
5847+
{"name": "RoleArn", "shape": "RoleArn", "type": "string"},
5848+
{"name": "Status", "shape": "MlflowAppStatus", "type": "string"},
5849+
{"name": "ModelRegistrationMode", "shape": "ModelRegistrationMode", "type": "string"},
5850+
{"name": "AccountDefaultStatus", "shape": "AccountDefaultStatus", "type": "string"},
5851+
{"name": "DefaultDomainIdList", "shape": "DefaultDomainIdList", "type": "list"},
5852+
{"name": "CreationTime", "shape": "Timestamp", "type": "timestamp"},
5853+
{"name": "CreatedBy", "shape": "UserContext", "type": "structure"},
5854+
{"name": "LastModifiedTime", "shape": "Timestamp", "type": "timestamp"},
5855+
{"name": "LastModifiedBy", "shape": "UserContext", "type": "structure"},
5856+
{
5857+
"name": "WeeklyMaintenanceWindowStart",
5858+
"shape": "WeeklyMaintenanceWindowStart",
5859+
"type": "string",
5860+
},
5861+
{"name": "MaintenanceStatus", "shape": "MaintenanceStatus", "type": "string"},
5862+
],
5863+
"type": "structure",
5864+
},
57915865
"DescribeMlflowTrackingServerRequest": {
57925866
"members": [
57935867
{"name": "TrackingServerName", "shape": "TrackingServerName", "type": "string"}
@@ -8010,7 +8084,7 @@
80108084
"type": "list",
80118085
},
80128086
"HubContentSearchKeywordList": {
8013-
"member_shape": "HubSearchKeyword",
8087+
"member_shape": "HubContentSearchKeyword",
80148088
"member_type": "string",
80158089
"type": "list",
80168090
},
@@ -10315,6 +10389,28 @@
1031510389
],
1031610390
"type": "structure",
1031710391
},
10392+
"ListMlflowAppsRequest": {
10393+
"members": [
10394+
{"name": "CreatedAfter", "shape": "Timestamp", "type": "timestamp"},
10395+
{"name": "CreatedBefore", "shape": "Timestamp", "type": "timestamp"},
10396+
{"name": "Status", "shape": "MlflowAppStatus", "type": "string"},
10397+
{"name": "MlflowVersion", "shape": "MlflowVersion", "type": "string"},
10398+
{"name": "DefaultForDomainId", "shape": "String", "type": "string"},
10399+
{"name": "AccountDefaultStatus", "shape": "AccountDefaultStatus", "type": "string"},
10400+
{"name": "SortBy", "shape": "SortMlflowAppBy", "type": "string"},
10401+
{"name": "SortOrder", "shape": "SortOrder", "type": "string"},
10402+
{"name": "NextToken", "shape": "NextToken", "type": "string"},
10403+
{"name": "MaxResults", "shape": "MaxResults", "type": "integer"},
10404+
],
10405+
"type": "structure",
10406+
},
10407+
"ListMlflowAppsResponse": {
10408+
"members": [
10409+
{"name": "Summaries", "shape": "MlflowAppSummaries", "type": "list"},
10410+
{"name": "NextToken", "shape": "NextToken", "type": "string"},
10411+
],
10412+
"type": "structure",
10413+
},
1031810414
"ListMlflowTrackingServersRequest": {
1031910415
"members": [
1032010416
{"name": "CreatedAfter", "shape": "Timestamp", "type": "timestamp"},
@@ -11359,6 +11455,22 @@
1135911455
],
1136011456
"type": "structure",
1136111457
},
11458+
"MlflowAppSummaries": {
11459+
"member_shape": "MlflowAppSummary",
11460+
"member_type": "structure",
11461+
"type": "list",
11462+
},
11463+
"MlflowAppSummary": {
11464+
"members": [
11465+
{"name": "Arn", "shape": "MlflowAppArn", "type": "string"},
11466+
{"name": "Name", "shape": "MlflowAppName", "type": "string"},
11467+
{"name": "Status", "shape": "MlflowAppStatus", "type": "string"},
11468+
{"name": "CreationTime", "shape": "Timestamp", "type": "timestamp"},
11469+
{"name": "LastModifiedTime", "shape": "Timestamp", "type": "timestamp"},
11470+
{"name": "MlflowVersion", "shape": "MlflowVersion", "type": "string"},
11471+
],
11472+
"type": "structure",
11473+
},
1136211474
"Model": {
1136311475
"members": [
1136411476
{"name": "ModelName", "shape": "ModelName", "type": "string"},
@@ -16625,6 +16737,26 @@
1662516737
],
1662616738
"type": "structure",
1662716739
},
16740+
"UpdateMlflowAppRequest": {
16741+
"members": [
16742+
{"name": "Arn", "shape": "MlflowAppArn", "type": "string"},
16743+
{"name": "Name", "shape": "MlflowAppName", "type": "string"},
16744+
{"name": "ArtifactStoreUri", "shape": "S3Uri", "type": "string"},
16745+
{"name": "ModelRegistrationMode", "shape": "ModelRegistrationMode", "type": "string"},
16746+
{
16747+
"name": "WeeklyMaintenanceWindowStart",
16748+
"shape": "WeeklyMaintenanceWindowStart",
16749+
"type": "string",
16750+
},
16751+
{"name": "DefaultDomainIdList", "shape": "DefaultDomainIdList", "type": "list"},
16752+
{"name": "AccountDefaultStatus", "shape": "AccountDefaultStatus", "type": "string"},
16753+
],
16754+
"type": "structure",
16755+
},
16756+
"UpdateMlflowAppResponse": {
16757+
"members": [{"name": "Arn", "shape": "MlflowAppArn", "type": "string"}],
16758+
"type": "structure",
16759+
},
1662816760
"UpdateMlflowTrackingServerRequest": {
1662916761
"members": [
1663016762
{"name": "TrackingServerName", "shape": "TrackingServerName", "type": "string"},

src/sagemaker_core/main/config_schema.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,10 @@
461461
},
462462
},
463463
},
464+
"MlflowApp": {
465+
"type": "object",
466+
"properties": {"role_arn": {"type": "string"}},
467+
},
464468
"MlflowTrackingServer": {
465469
"type": "object",
466470
"properties": {"role_arn": {"type": "string"}},

0 commit comments

Comments
 (0)