|
78 | 78 | {"shape":"InvalidRequestException"}
|
79 | 79 | ]
|
80 | 80 | },
|
| 81 | + "CreatePersistentAppUI":{ |
| 82 | + "name":"CreatePersistentAppUI", |
| 83 | + "http":{ |
| 84 | + "method":"POST", |
| 85 | + "requestUri":"/" |
| 86 | + }, |
| 87 | + "input":{"shape":"CreatePersistentAppUIInput"}, |
| 88 | + "output":{"shape":"CreatePersistentAppUIOutput"}, |
| 89 | + "errors":[ |
| 90 | + {"shape":"InternalServerException"}, |
| 91 | + {"shape":"InvalidRequestException"} |
| 92 | + ] |
| 93 | + }, |
81 | 94 | "CreateSecurityConfiguration":{
|
82 | 95 | "name":"CreateSecurityConfiguration",
|
83 | 96 | "http":{
|
|
192 | 205 | {"shape":"InvalidRequestException"}
|
193 | 206 | ]
|
194 | 207 | },
|
| 208 | + "DescribePersistentAppUI":{ |
| 209 | + "name":"DescribePersistentAppUI", |
| 210 | + "http":{ |
| 211 | + "method":"POST", |
| 212 | + "requestUri":"/" |
| 213 | + }, |
| 214 | + "input":{"shape":"DescribePersistentAppUIInput"}, |
| 215 | + "output":{"shape":"DescribePersistentAppUIOutput"}, |
| 216 | + "errors":[ |
| 217 | + {"shape":"InternalServerException"}, |
| 218 | + {"shape":"InvalidRequestException"} |
| 219 | + ] |
| 220 | + }, |
195 | 221 | "DescribeReleaseLabel":{
|
196 | 222 | "name":"DescribeReleaseLabel",
|
197 | 223 | "http":{
|
|
288 | 314 | "input":{"shape":"GetManagedScalingPolicyInput"},
|
289 | 315 | "output":{"shape":"GetManagedScalingPolicyOutput"}
|
290 | 316 | },
|
| 317 | + "GetOnClusterAppUIPresignedURL":{ |
| 318 | + "name":"GetOnClusterAppUIPresignedURL", |
| 319 | + "http":{ |
| 320 | + "method":"POST", |
| 321 | + "requestUri":"/" |
| 322 | + }, |
| 323 | + "input":{"shape":"GetOnClusterAppUIPresignedURLInput"}, |
| 324 | + "output":{"shape":"GetOnClusterAppUIPresignedURLOutput"}, |
| 325 | + "errors":[ |
| 326 | + {"shape":"InternalServerError"}, |
| 327 | + {"shape":"InvalidRequestException"} |
| 328 | + ] |
| 329 | + }, |
| 330 | + "GetPersistentAppUIPresignedURL":{ |
| 331 | + "name":"GetPersistentAppUIPresignedURL", |
| 332 | + "http":{ |
| 333 | + "method":"POST", |
| 334 | + "requestUri":"/" |
| 335 | + }, |
| 336 | + "input":{"shape":"GetPersistentAppUIPresignedURLInput"}, |
| 337 | + "output":{"shape":"GetPersistentAppUIPresignedURLOutput"}, |
| 338 | + "errors":[ |
| 339 | + {"shape":"InternalServerError"}, |
| 340 | + {"shape":"InvalidRequestException"} |
| 341 | + ] |
| 342 | + }, |
291 | 343 | "GetStudioSessionMapping":{
|
292 | 344 | "name":"GetStudioSessionMapping",
|
293 | 345 | "http":{
|
|
1130 | 1182 | "type":"list",
|
1131 | 1183 | "member":{"shape":"Configuration"}
|
1132 | 1184 | },
|
| 1185 | + "CreatePersistentAppUIInput":{ |
| 1186 | + "type":"structure", |
| 1187 | + "required":["TargetResourceArn"], |
| 1188 | + "members":{ |
| 1189 | + "TargetResourceArn":{"shape":"ArnType"}, |
| 1190 | + "EMRContainersConfig":{"shape":"EMRContainersConfig"}, |
| 1191 | + "Tags":{"shape":"TagList"}, |
| 1192 | + "XReferer":{"shape":"String"}, |
| 1193 | + "ProfilerType":{"shape":"ProfilerType"} |
| 1194 | + } |
| 1195 | + }, |
| 1196 | + "CreatePersistentAppUIOutput":{ |
| 1197 | + "type":"structure", |
| 1198 | + "members":{ |
| 1199 | + "PersistentAppUIId":{"shape":"XmlStringMaxLen256"}, |
| 1200 | + "RuntimeRoleEnabledCluster":{"shape":"Boolean"} |
| 1201 | + } |
| 1202 | + }, |
1133 | 1203 | "CreateSecurityConfigurationInput":{
|
1134 | 1204 | "type":"structure",
|
1135 | 1205 | "required":[
|
|
1287 | 1357 | "NotebookExecution":{"shape":"NotebookExecution"}
|
1288 | 1358 | }
|
1289 | 1359 | },
|
| 1360 | + "DescribePersistentAppUIInput":{ |
| 1361 | + "type":"structure", |
| 1362 | + "required":["PersistentAppUIId"], |
| 1363 | + "members":{ |
| 1364 | + "PersistentAppUIId":{"shape":"XmlStringMaxLen256"} |
| 1365 | + } |
| 1366 | + }, |
| 1367 | + "DescribePersistentAppUIOutput":{ |
| 1368 | + "type":"structure", |
| 1369 | + "members":{ |
| 1370 | + "PersistentAppUI":{"shape":"PersistentAppUI"} |
| 1371 | + } |
| 1372 | + }, |
1290 | 1373 | "DescribeReleaseLabelInput":{
|
1291 | 1374 | "type":"structure",
|
1292 | 1375 | "members":{
|
|
1357 | 1440 | "type":"list",
|
1358 | 1441 | "member":{"shape":"InstanceId"}
|
1359 | 1442 | },
|
| 1443 | + "EMRContainersConfig":{ |
| 1444 | + "type":"structure", |
| 1445 | + "members":{ |
| 1446 | + "JobRunId":{"shape":"XmlStringMaxLen256"} |
| 1447 | + } |
| 1448 | + }, |
1360 | 1449 | "EbsBlockDevice":{
|
1361 | 1450 | "type":"structure",
|
1362 | 1451 | "members":{
|
|
1521 | 1610 | "ManagedScalingPolicy":{"shape":"ManagedScalingPolicy"}
|
1522 | 1611 | }
|
1523 | 1612 | },
|
| 1613 | + "GetOnClusterAppUIPresignedURLInput":{ |
| 1614 | + "type":"structure", |
| 1615 | + "required":["ClusterId"], |
| 1616 | + "members":{ |
| 1617 | + "ClusterId":{"shape":"XmlStringMaxLen256"}, |
| 1618 | + "OnClusterAppUIType":{"shape":"OnClusterAppUIType"}, |
| 1619 | + "ApplicationId":{"shape":"XmlStringMaxLen256"}, |
| 1620 | + "DryRun":{"shape":"BooleanObject"}, |
| 1621 | + "ExecutionRoleArn":{"shape":"ArnType"} |
| 1622 | + } |
| 1623 | + }, |
| 1624 | + "GetOnClusterAppUIPresignedURLOutput":{ |
| 1625 | + "type":"structure", |
| 1626 | + "members":{ |
| 1627 | + "PresignedURLReady":{"shape":"Boolean"}, |
| 1628 | + "PresignedURL":{"shape":"XmlString"} |
| 1629 | + } |
| 1630 | + }, |
| 1631 | + "GetPersistentAppUIPresignedURLInput":{ |
| 1632 | + "type":"structure", |
| 1633 | + "required":["PersistentAppUIId"], |
| 1634 | + "members":{ |
| 1635 | + "PersistentAppUIId":{"shape":"XmlStringMaxLen256"}, |
| 1636 | + "PersistentAppUIType":{"shape":"PersistentAppUIType"}, |
| 1637 | + "ApplicationId":{"shape":"XmlStringMaxLen256"}, |
| 1638 | + "AuthProxyCall":{"shape":"BooleanObject"}, |
| 1639 | + "ExecutionRoleArn":{"shape":"ArnType"} |
| 1640 | + } |
| 1641 | + }, |
| 1642 | + "GetPersistentAppUIPresignedURLOutput":{ |
| 1643 | + "type":"structure", |
| 1644 | + "members":{ |
| 1645 | + "PresignedURLReady":{"shape":"Boolean"}, |
| 1646 | + "PresignedURL":{"shape":"XmlString"} |
| 1647 | + } |
| 1648 | + }, |
1524 | 1649 | "GetStudioSessionMappingInput":{
|
1525 | 1650 | "type":"structure",
|
1526 | 1651 | "required":[
|
|
2491 | 2616 | "type":"list",
|
2492 | 2617 | "member":{"shape":"OSRelease"}
|
2493 | 2618 | },
|
| 2619 | + "OnClusterAppUIType":{ |
| 2620 | + "type":"string", |
| 2621 | + "enum":[ |
| 2622 | + "SparkHistoryServer", |
| 2623 | + "YarnTimelineService", |
| 2624 | + "TezUI", |
| 2625 | + "ApplicationMaster", |
| 2626 | + "JobHistoryServer", |
| 2627 | + "ResourceManager" |
| 2628 | + ] |
| 2629 | + }, |
2494 | 2630 | "OnDemandCapacityReservationOptions":{
|
2495 | 2631 | "type":"structure",
|
2496 | 2632 | "members":{
|
|
2556 | 2692 | "Key":{"shape":"UriString"}
|
2557 | 2693 | }
|
2558 | 2694 | },
|
| 2695 | + "PersistentAppUI":{ |
| 2696 | + "type":"structure", |
| 2697 | + "members":{ |
| 2698 | + "PersistentAppUIId":{"shape":"XmlStringMaxLen256"}, |
| 2699 | + "PersistentAppUITypeList":{"shape":"PersistentAppUITypeList"}, |
| 2700 | + "PersistentAppUIStatus":{"shape":"XmlStringMaxLen256"}, |
| 2701 | + "AuthorId":{"shape":"XmlStringMaxLen256"}, |
| 2702 | + "CreationTime":{"shape":"Date"}, |
| 2703 | + "LastModifiedTime":{"shape":"Date"}, |
| 2704 | + "LastStateChangeReason":{"shape":"XmlString"}, |
| 2705 | + "Tags":{"shape":"TagList"} |
| 2706 | + } |
| 2707 | + }, |
| 2708 | + "PersistentAppUIType":{ |
| 2709 | + "type":"string", |
| 2710 | + "enum":[ |
| 2711 | + "SHS", |
| 2712 | + "TEZ", |
| 2713 | + "YTS" |
| 2714 | + ] |
| 2715 | + }, |
| 2716 | + "PersistentAppUITypeList":{ |
| 2717 | + "type":"list", |
| 2718 | + "member":{"shape":"PersistentAppUIType"} |
| 2719 | + }, |
2559 | 2720 | "PlacementGroupConfig":{
|
2560 | 2721 | "type":"structure",
|
2561 | 2722 | "required":["InstanceRole"],
|
|
2601 | 2762 | "type":"list",
|
2602 | 2763 | "member":{"shape":"PortRange"}
|
2603 | 2764 | },
|
| 2765 | + "ProfilerType":{ |
| 2766 | + "type":"string", |
| 2767 | + "enum":[ |
| 2768 | + "SHS", |
| 2769 | + "TEZUI", |
| 2770 | + "YTS" |
| 2771 | + ] |
| 2772 | + }, |
2604 | 2773 | "PutAutoScalingPolicyInput":{
|
2605 | 2774 | "type":"structure",
|
2606 | 2775 | "required":[
|
|
0 commit comments