|
3082 | 3082 | "members": [{"name": "LabelingJobArn", "shape": "LabelingJobArn", "type": "string"}], |
3083 | 3083 | "type": "structure", |
3084 | 3084 | }, |
| 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 | + }, |
3085 | 3106 | "CreateMlflowTrackingServerRequest": { |
3086 | 3107 | "members": [ |
3087 | 3108 | {"name": "TrackingServerName", "shape": "TrackingServerName", "type": "string"}, |
|
3543 | 3564 | "members": [{"name": "AuthorizedUrl", "shape": "PresignedDomainUrl", "type": "string"}], |
3544 | 3565 | "type": "structure", |
3545 | 3566 | }, |
| 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 | + }, |
3546 | 3583 | "CreatePresignedMlflowTrackingServerUrlRequest": { |
3547 | 3584 | "members": [ |
3548 | 3585 | {"name": "TrackingServerName", "shape": "TrackingServerName", "type": "string"}, |
|
4108 | 4145 | "member_type": "structure", |
4109 | 4146 | "type": "list", |
4110 | 4147 | }, |
| 4148 | + "DefaultDomainIdList": {"member_shape": "DomainId", "member_type": "string", "type": "list"}, |
4111 | 4149 | "DefaultEbsStorageSettings": { |
4112 | 4150 | "members": [ |
4113 | 4151 | { |
|
4380 | 4418 | ], |
4381 | 4419 | "type": "structure", |
4382 | 4420 | }, |
| 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 | + }, |
4383 | 4429 | "DeleteMlflowTrackingServerRequest": { |
4384 | 4430 | "members": [ |
4385 | 4431 | {"name": "TrackingServerName", "shape": "TrackingServerName", "type": "string"} |
|
5788 | 5834 | ], |
5789 | 5835 | "type": "structure", |
5790 | 5836 | }, |
| 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 | + }, |
5791 | 5865 | "DescribeMlflowTrackingServerRequest": { |
5792 | 5866 | "members": [ |
5793 | 5867 | {"name": "TrackingServerName", "shape": "TrackingServerName", "type": "string"} |
|
8010 | 8084 | "type": "list", |
8011 | 8085 | }, |
8012 | 8086 | "HubContentSearchKeywordList": { |
8013 | | - "member_shape": "HubSearchKeyword", |
| 8087 | + "member_shape": "HubContentSearchKeyword", |
8014 | 8088 | "member_type": "string", |
8015 | 8089 | "type": "list", |
8016 | 8090 | }, |
|
10315 | 10389 | ], |
10316 | 10390 | "type": "structure", |
10317 | 10391 | }, |
| 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 | + }, |
10318 | 10414 | "ListMlflowTrackingServersRequest": { |
10319 | 10415 | "members": [ |
10320 | 10416 | {"name": "CreatedAfter", "shape": "Timestamp", "type": "timestamp"}, |
|
11359 | 11455 | ], |
11360 | 11456 | "type": "structure", |
11361 | 11457 | }, |
| 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 | + }, |
11362 | 11474 | "Model": { |
11363 | 11475 | "members": [ |
11364 | 11476 | {"name": "ModelName", "shape": "ModelName", "type": "string"}, |
|
16625 | 16737 | ], |
16626 | 16738 | "type": "structure", |
16627 | 16739 | }, |
| 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 | + }, |
16628 | 16760 | "UpdateMlflowTrackingServerRequest": { |
16629 | 16761 | "members": [ |
16630 | 16762 | {"name": "TrackingServerName", "shape": "TrackingServerName", "type": "string"}, |
|
0 commit comments