|
1370 | 1370 | "AdditionalSlaveSecurityGroups":{"shape":"StringList"}
|
1371 | 1371 | }
|
1372 | 1372 | },
|
| 1373 | + "EnvironmentVariablesMap":{ |
| 1374 | + "type":"map", |
| 1375 | + "key":{"shape":"XmlStringMaxLen256"}, |
| 1376 | + "value":{"shape":"XmlString"} |
| 1377 | + }, |
1373 | 1378 | "ErrorCode":{
|
1374 | 1379 | "type":"string",
|
1375 | 1380 | "max":256,
|
|
1398 | 1403 | "members":{
|
1399 | 1404 | "Id":{"shape":"XmlStringMaxLen256"},
|
1400 | 1405 | "Type":{"shape":"ExecutionEngineType"},
|
1401 |
| - "MasterInstanceSecurityGroupId":{"shape":"XmlStringMaxLen256"} |
| 1406 | + "MasterInstanceSecurityGroupId":{"shape":"XmlStringMaxLen256"}, |
| 1407 | + "ExecutionRoleArn":{"shape":"IAMRoleArn"} |
1402 | 1408 | }
|
1403 | 1409 | },
|
1404 | 1410 | "ExecutionEngineType":{
|
|
1511 | 1517 | "Args":{"shape":"StringList"}
|
1512 | 1518 | }
|
1513 | 1519 | },
|
| 1520 | + "IAMRoleArn":{ |
| 1521 | + "type":"string", |
| 1522 | + "max":2048, |
| 1523 | + "min":20, |
| 1524 | + "pattern":"^arn:(aws[a-zA-Z0-9-]*):iam::(\\d{12})?:(role((\\u002F)|(\\u002F[\\u0021-\\u007F]+\\u002F))[\\w+=,.@-]+)$" |
| 1525 | + }, |
1514 | 1526 | "IdentityType":{
|
1515 | 1527 | "type":"string",
|
1516 | 1528 | "enum":[
|
|
2172 | 2184 | "Status":{"shape":"NotebookExecutionStatus"},
|
2173 | 2185 | "From":{"shape":"Date"},
|
2174 | 2186 | "To":{"shape":"Date"},
|
2175 |
| - "Marker":{"shape":"Marker"} |
| 2187 | + "Marker":{"shape":"Marker"}, |
| 2188 | + "ExecutionEngineId":{"shape":"XmlString"} |
2176 | 2189 | }
|
2177 | 2190 | },
|
2178 | 2191 | "ListNotebookExecutionsOutput":{
|
|
2341 | 2354 | "OutputNotebookURI":{"shape":"XmlString"},
|
2342 | 2355 | "LastStateChangeReason":{"shape":"XmlString"},
|
2343 | 2356 | "NotebookInstanceSecurityGroupId":{"shape":"XmlStringMaxLen256"},
|
2344 |
| - "Tags":{"shape":"TagList"} |
| 2357 | + "Tags":{"shape":"TagList"}, |
| 2358 | + "NotebookS3Location":{"shape":"NotebookS3LocationForOutput"}, |
| 2359 | + "OutputNotebookS3Location":{"shape":"OutputNotebookS3LocationForOutput"}, |
| 2360 | + "OutputNotebookFormat":{"shape":"OutputNotebookFormat"}, |
| 2361 | + "EnvironmentVariables":{"shape":"EnvironmentVariablesMap"} |
2345 | 2362 | }
|
2346 | 2363 | },
|
2347 | 2364 | "NotebookExecutionStatus":{
|
|
2367 | 2384 | "NotebookExecutionName":{"shape":"XmlStringMaxLen256"},
|
2368 | 2385 | "Status":{"shape":"NotebookExecutionStatus"},
|
2369 | 2386 | "StartTime":{"shape":"Date"},
|
2370 |
| - "EndTime":{"shape":"Date"} |
| 2387 | + "EndTime":{"shape":"Date"}, |
| 2388 | + "NotebookS3Location":{"shape":"NotebookS3LocationForOutput"}, |
| 2389 | + "ExecutionEngineId":{"shape":"XmlString"} |
2371 | 2390 | }
|
2372 | 2391 | },
|
2373 | 2392 | "NotebookExecutionSummaryList":{
|
2374 | 2393 | "type":"list",
|
2375 | 2394 | "member":{"shape":"NotebookExecutionSummary"}
|
2376 | 2395 | },
|
| 2396 | + "NotebookS3LocationForOutput":{ |
| 2397 | + "type":"structure", |
| 2398 | + "members":{ |
| 2399 | + "Bucket":{"shape":"XmlStringMaxLen256"}, |
| 2400 | + "Key":{"shape":"UriString"} |
| 2401 | + } |
| 2402 | + }, |
| 2403 | + "NotebookS3LocationFromInput":{ |
| 2404 | + "type":"structure", |
| 2405 | + "members":{ |
| 2406 | + "Bucket":{"shape":"XmlStringMaxLen256"}, |
| 2407 | + "Key":{"shape":"UriString"} |
| 2408 | + } |
| 2409 | + }, |
2377 | 2410 | "OSRelease":{
|
2378 | 2411 | "type":"structure",
|
2379 | 2412 | "members":{
|
|
2427 | 2460 | "max":2048,
|
2428 | 2461 | "min":0
|
2429 | 2462 | },
|
| 2463 | + "OutputNotebookFormat":{ |
| 2464 | + "type":"string", |
| 2465 | + "enum":["HTML"] |
| 2466 | + }, |
| 2467 | + "OutputNotebookS3LocationForOutput":{ |
| 2468 | + "type":"structure", |
| 2469 | + "members":{ |
| 2470 | + "Bucket":{"shape":"XmlStringMaxLen256"}, |
| 2471 | + "Key":{"shape":"UriString"} |
| 2472 | + } |
| 2473 | + }, |
| 2474 | + "OutputNotebookS3LocationFromInput":{ |
| 2475 | + "type":"structure", |
| 2476 | + "members":{ |
| 2477 | + "Bucket":{"shape":"XmlStringMaxLen256"}, |
| 2478 | + "Key":{"shape":"UriString"} |
| 2479 | + } |
| 2480 | + }, |
2430 | 2481 | "PlacementGroupConfig":{
|
2431 | 2482 | "type":"structure",
|
2432 | 2483 | "required":["InstanceRole"],
|
|
2842 | 2893 | "StartNotebookExecutionInput":{
|
2843 | 2894 | "type":"structure",
|
2844 | 2895 | "required":[
|
2845 |
| - "EditorId", |
2846 |
| - "RelativePath", |
2847 | 2896 | "ExecutionEngine",
|
2848 | 2897 | "ServiceRole"
|
2849 | 2898 | ],
|
|
2855 | 2904 | "ExecutionEngine":{"shape":"ExecutionEngineConfig"},
|
2856 | 2905 | "ServiceRole":{"shape":"XmlString"},
|
2857 | 2906 | "NotebookInstanceSecurityGroupId":{"shape":"XmlStringMaxLen256"},
|
2858 |
| - "Tags":{"shape":"TagList"} |
| 2907 | + "Tags":{"shape":"TagList"}, |
| 2908 | + "NotebookS3Location":{"shape":"NotebookS3LocationFromInput"}, |
| 2909 | + "OutputNotebookS3Location":{"shape":"OutputNotebookS3LocationFromInput"}, |
| 2910 | + "OutputNotebookFormat":{"shape":"OutputNotebookFormat"}, |
| 2911 | + "EnvironmentVariables":{"shape":"EnvironmentVariablesMap"} |
2859 | 2912 | }
|
2860 | 2913 | },
|
2861 | 2914 | "StartNotebookExecutionOutput":{
|
|
3162 | 3215 | "SessionPolicyArn":{"shape":"XmlStringMaxLen256"}
|
3163 | 3216 | }
|
3164 | 3217 | },
|
| 3218 | + "UriString":{ |
| 3219 | + "type":"string", |
| 3220 | + "max":10280, |
| 3221 | + "min":1, |
| 3222 | + "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDBFF-\\uDC00\\uDFFF\\r\\n\\t]*" |
| 3223 | + }, |
3165 | 3224 | "UsernamePassword":{
|
3166 | 3225 | "type":"structure",
|
3167 | 3226 | "members":{
|
|
0 commit comments