|
376 | 376 | {"shape":"ResourceLimitExceeded"}
|
377 | 377 | ]
|
378 | 378 | },
|
| 379 | + "CreateHubContentPresignedUrls":{ |
| 380 | + "name":"CreateHubContentPresignedUrls", |
| 381 | + "http":{ |
| 382 | + "method":"POST", |
| 383 | + "requestUri":"/" |
| 384 | + }, |
| 385 | + "input":{"shape":"CreateHubContentPresignedUrlsRequest"}, |
| 386 | + "output":{"shape":"CreateHubContentPresignedUrlsResponse"} |
| 387 | + }, |
379 | 388 | "CreateHubContentReference":{
|
380 | 389 | "name":"CreateHubContentReference",
|
381 | 390 | "http":{
|
|
3340 | 3349 | {"shape":"ResourceLimitExceeded"}
|
3341 | 3350 | ]
|
3342 | 3351 | },
|
| 3352 | + "StartSession":{ |
| 3353 | + "name":"StartSession", |
| 3354 | + "http":{ |
| 3355 | + "method":"POST", |
| 3356 | + "requestUri":"/" |
| 3357 | + }, |
| 3358 | + "input":{"shape":"StartSessionRequest"}, |
| 3359 | + "output":{"shape":"StartSessionResponse"}, |
| 3360 | + "errors":[ |
| 3361 | + {"shape":"ResourceNotFound"}, |
| 3362 | + {"shape":"ResourceLimitExceeded"} |
| 3363 | + ] |
| 3364 | + }, |
3343 | 3365 | "StopAutoMLJob":{
|
3344 | 3366 | "name":"StopAutoMLJob",
|
3345 | 3367 | "http":{
|
|
5002 | 5024 | "min":0,
|
5003 | 5025 | "pattern":".*"
|
5004 | 5026 | },
|
| 5027 | + "AuthorizedUrl":{ |
| 5028 | + "type":"structure", |
| 5029 | + "members":{ |
| 5030 | + "Url":{"shape":"LongS3Uri"}, |
| 5031 | + "LocalPath":{"shape":"LocalPath"} |
| 5032 | + } |
| 5033 | + }, |
| 5034 | + "AuthorizedUrlConfigs":{ |
| 5035 | + "type":"list", |
| 5036 | + "member":{"shape":"AuthorizedUrl"} |
| 5037 | + }, |
5005 | 5038 | "AutoGenerateEndpointName":{"type":"boolean"},
|
5006 | 5039 | "AutoMLAlgorithm":{
|
5007 | 5040 | "type":"string",
|
|
7832 | 7865 | "required":[
|
7833 | 7866 | "DomainName",
|
7834 | 7867 | "AuthMode",
|
7835 |
| - "DefaultUserSettings", |
7836 |
| - "SubnetIds", |
7837 |
| - "VpcId" |
| 7868 | + "DefaultUserSettings" |
7838 | 7869 | ],
|
7839 | 7870 | "members":{
|
7840 | 7871 | "DomainName":{"shape":"DomainName"},
|
|
8036 | 8067 | "FlowDefinitionArn":{"shape":"FlowDefinitionArn"}
|
8037 | 8068 | }
|
8038 | 8069 | },
|
| 8070 | + "CreateHubContentPresignedUrlsRequest":{ |
| 8071 | + "type":"structure", |
| 8072 | + "required":[ |
| 8073 | + "HubName", |
| 8074 | + "HubContentType", |
| 8075 | + "HubContentName" |
| 8076 | + ], |
| 8077 | + "members":{ |
| 8078 | + "HubName":{"shape":"HubNameOrArn"}, |
| 8079 | + "HubContentType":{"shape":"HubContentType"}, |
| 8080 | + "HubContentName":{"shape":"HubContentName"}, |
| 8081 | + "HubContentVersion":{"shape":"HubContentVersion"}, |
| 8082 | + "AccessConfig":{"shape":"PresignedUrlAccessConfig"}, |
| 8083 | + "MaxResults":{"shape":"MaxResults"}, |
| 8084 | + "NextToken":{"shape":"NextToken"} |
| 8085 | + } |
| 8086 | + }, |
| 8087 | + "CreateHubContentPresignedUrlsResponse":{ |
| 8088 | + "type":"structure", |
| 8089 | + "required":["AuthorizedUrlConfigs"], |
| 8090 | + "members":{ |
| 8091 | + "AuthorizedUrlConfigs":{"shape":"AuthorizedUrlConfigs"}, |
| 8092 | + "NextToken":{"shape":"NextToken"} |
| 8093 | + } |
| 8094 | + }, |
8039 | 8095 | "CreateHubContentReferenceRequest":{
|
8040 | 8096 | "type":"structure",
|
8041 | 8097 | "required":[
|
|
18182 | 18238 | "CreateDate"
|
18183 | 18239 | ]
|
18184 | 18240 | },
|
| 18241 | + "LocalPath":{ |
| 18242 | + "type":"string", |
| 18243 | + "max":1024, |
| 18244 | + "min":0, |
| 18245 | + "pattern":"\\/.*" |
| 18246 | + }, |
18185 | 18247 | "Long":{"type":"long"},
|
| 18248 | + "LongS3Uri":{ |
| 18249 | + "type":"string", |
| 18250 | + "max":2048, |
| 18251 | + "min":0, |
| 18252 | + "pattern":"(https|s3)://([^/]+)/?(.*)" |
| 18253 | + }, |
18186 | 18254 | "MLFramework":{
|
18187 | 18255 | "type":"string",
|
18188 | 18256 | "max":128,
|
|
21159 | 21227 | ]
|
21160 | 21228 | },
|
21161 | 21229 | "PresignedDomainUrl":{"type":"string"},
|
| 21230 | + "PresignedUrlAccessConfig":{ |
| 21231 | + "type":"structure", |
| 21232 | + "members":{ |
| 21233 | + "AcceptEula":{ |
| 21234 | + "shape":"Boolean", |
| 21235 | + "box":true |
| 21236 | + }, |
| 21237 | + "ExpectedS3Url":{"shape":"S3ModelUri"} |
| 21238 | + } |
| 21239 | + }, |
21162 | 21240 | "PriorityClass":{
|
21163 | 21241 | "type":"structure",
|
21164 | 21242 | "required":[
|
|
23093 | 23171 | "max":32,
|
23094 | 23172 | "min":0
|
23095 | 23173 | },
|
| 23174 | + "ResourceIdentifier":{ |
| 23175 | + "type":"string", |
| 23176 | + "max":256, |
| 23177 | + "min":1, |
| 23178 | + "pattern":"arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:.*\\/.*" |
| 23179 | + }, |
23096 | 23180 | "ResourceInUse":{
|
23097 | 23181 | "type":"structure",
|
23098 | 23182 | "members":{
|
|
23823 | 23907 | "max":43200,
|
23824 | 23908 | "min":1800
|
23825 | 23909 | },
|
| 23910 | + "SessionId":{ |
| 23911 | + "type":"string", |
| 23912 | + "max":256, |
| 23913 | + "min":1 |
| 23914 | + }, |
23826 | 23915 | "ShadowModeConfig":{
|
23827 | 23916 | "type":"structure",
|
23828 | 23917 | "required":[
|
@@ -24132,13 +24221,15 @@
|
24132 | 24221 | "AppType":{"shape":"AppType"},
|
24133 | 24222 | "SpaceStorageSettings":{"shape":"SpaceStorageSettings"},
|
24134 | 24223 | "SpaceManagedResources":{"shape":"FeatureStatus"},
|
24135 |
| - "CustomFileSystems":{"shape":"CustomFileSystems"} |
| 24224 | + "CustomFileSystems":{"shape":"CustomFileSystems"}, |
| 24225 | + "RemoteAccess":{"shape":"FeatureStatus"} |
24136 | 24226 | }
|
24137 | 24227 | },
|
24138 | 24228 | "SpaceSettingsSummary":{
|
24139 | 24229 | "type":"structure",
|
24140 | 24230 | "members":{
|
24141 | 24231 | "AppType":{"shape":"AppType"},
|
| 24232 | + "RemoteAccess":{"shape":"FeatureStatus"}, |
24142 | 24233 | "SpaceStorageSettings":{"shape":"SpaceStorageSettings"}
|
24143 | 24234 | }
|
24144 | 24235 | },
|
|
24298 | 24389 | "PipelineExecutionArn":{"shape":"PipelineExecutionArn"}
|
24299 | 24390 | }
|
24300 | 24391 | },
|
| 24392 | + "StartSessionRequest":{ |
| 24393 | + "type":"structure", |
| 24394 | + "required":["ResourceIdentifier"], |
| 24395 | + "members":{ |
| 24396 | + "ResourceIdentifier":{"shape":"ResourceIdentifier"} |
| 24397 | + } |
| 24398 | + }, |
| 24399 | + "StartSessionResponse":{ |
| 24400 | + "type":"structure", |
| 24401 | + "members":{ |
| 24402 | + "SessionId":{"shape":"SessionId"}, |
| 24403 | + "StreamUrl":{"shape":"StreamUrl"}, |
| 24404 | + "TokenValue":{"shape":"TokenValue"} |
| 24405 | + } |
| 24406 | + }, |
24301 | 24407 | "Statistic":{
|
24302 | 24408 | "type":"string",
|
24303 | 24409 | "enum":[
|
|
24511 | 24617 | "InMemory"
|
24512 | 24618 | ]
|
24513 | 24619 | },
|
| 24620 | + "StreamUrl":{"type":"string"}, |
24514 | 24621 | "String":{"type":"string"},
|
24515 | 24622 | "String1024":{
|
24516 | 24623 | "type":"string",
|
|
25081 | 25188 | "max":256,
|
25082 | 25189 | "min":1
|
25083 | 25190 | },
|
| 25191 | + "TokenValue":{ |
| 25192 | + "type":"string", |
| 25193 | + "max":1024, |
| 25194 | + "min":0 |
| 25195 | + }, |
25084 | 25196 | "TotalHits":{
|
25085 | 25197 | "type":"structure",
|
25086 | 25198 | "members":{
|
|
0 commit comments