|
3 | 3 | "metadata":{ |
4 | 4 | "apiVersion":"2021-07-13", |
5 | 5 | "endpointPrefix":"emr-serverless", |
6 | | - "jsonVersion":"1.1", |
7 | 6 | "protocol":"rest-json", |
| 7 | + "protocols":["rest-json"], |
8 | 8 | "serviceFullName":"EMR Serverless", |
9 | 9 | "serviceId":"EMR Serverless", |
10 | 10 | "signatureVersion":"v4", |
|
278 | 278 | "imageConfiguration":{"shape":"ImageConfiguration"}, |
279 | 279 | "workerTypeSpecifications":{"shape":"WorkerTypeSpecificationMap"}, |
280 | 280 | "runtimeConfiguration":{"shape":"ConfigurationList"}, |
281 | | - "monitoringConfiguration":{"shape":"MonitoringConfiguration"} |
| 281 | + "monitoringConfiguration":{"shape":"MonitoringConfiguration"}, |
| 282 | + "interactiveConfiguration":{"shape":"InteractiveConfiguration"} |
282 | 283 | } |
283 | 284 | }, |
284 | 285 | "ApplicationArn":{ |
|
499 | 500 | "imageConfiguration":{"shape":"ImageConfigurationInput"}, |
500 | 501 | "workerTypeSpecifications":{"shape":"WorkerTypeSpecificationInputMap"}, |
501 | 502 | "runtimeConfiguration":{"shape":"ConfigurationList"}, |
502 | | - "monitoringConfiguration":{"shape":"MonitoringConfiguration"} |
| 503 | + "monitoringConfiguration":{"shape":"MonitoringConfiguration"}, |
| 504 | + "interactiveConfiguration":{"shape":"InteractiveConfiguration"} |
503 | 505 | } |
504 | 506 | }, |
505 | 507 | "CreateApplicationResponse":{ |
|
720 | 722 | "type":"integer", |
721 | 723 | "box":true |
722 | 724 | }, |
| 725 | + "InteractiveConfiguration":{ |
| 726 | + "type":"structure", |
| 727 | + "members":{ |
| 728 | + "studioEnabled":{"shape":"Boolean"}, |
| 729 | + "livyEndpointEnabled":{"shape":"Boolean"} |
| 730 | + } |
| 731 | + }, |
723 | 732 | "InternalServerException":{ |
724 | 733 | "type":"structure", |
725 | 734 | "required":["message"], |
|
1332 | 1341 | "architecture":{"shape":"Architecture"}, |
1333 | 1342 | "imageConfiguration":{"shape":"ImageConfigurationInput"}, |
1334 | 1343 | "workerTypeSpecifications":{"shape":"WorkerTypeSpecificationInputMap"}, |
| 1344 | + "interactiveConfiguration":{"shape":"InteractiveConfiguration"}, |
1335 | 1345 | "releaseLabel":{"shape":"ReleaseLabel"}, |
1336 | 1346 | "runtimeConfiguration":{"shape":"ConfigurationList"}, |
1337 | 1347 | "monitoringConfiguration":{"shape":"MonitoringConfiguration"} |
|
0 commit comments