emr-serverless-2021-07-13.min.json 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017
  1. {
  2. "version": "2.0",
  3. "metadata": {
  4. "apiVersion": "2021-07-13",
  5. "endpointPrefix": "emr-serverless",
  6. "jsonVersion": "1.1",
  7. "protocol": "rest-json",
  8. "serviceFullName": "EMR Serverless",
  9. "serviceId": "EMR Serverless",
  10. "signatureVersion": "v4",
  11. "signingName": "emr-serverless",
  12. "uid": "emr-serverless-2021-07-13"
  13. },
  14. "operations": {
  15. "CancelJobRun": {
  16. "http": {
  17. "method": "DELETE",
  18. "requestUri": "/applications/{applicationId}/jobruns/{jobRunId}",
  19. "responseCode": 200
  20. },
  21. "input": {
  22. "type": "structure",
  23. "required": [
  24. "applicationId",
  25. "jobRunId"
  26. ],
  27. "members": {
  28. "applicationId": {
  29. "location": "uri",
  30. "locationName": "applicationId"
  31. },
  32. "jobRunId": {
  33. "location": "uri",
  34. "locationName": "jobRunId"
  35. }
  36. }
  37. },
  38. "output": {
  39. "type": "structure",
  40. "required": [
  41. "applicationId",
  42. "jobRunId"
  43. ],
  44. "members": {
  45. "applicationId": {},
  46. "jobRunId": {}
  47. }
  48. },
  49. "idempotent": true
  50. },
  51. "CreateApplication": {
  52. "http": {
  53. "requestUri": "/applications",
  54. "responseCode": 200
  55. },
  56. "input": {
  57. "type": "structure",
  58. "required": [
  59. "releaseLabel",
  60. "type",
  61. "clientToken"
  62. ],
  63. "members": {
  64. "name": {},
  65. "releaseLabel": {},
  66. "type": {},
  67. "clientToken": {
  68. "idempotencyToken": true
  69. },
  70. "initialCapacity": {
  71. "shape": "Sa"
  72. },
  73. "maximumCapacity": {
  74. "shape": "Sj"
  75. },
  76. "tags": {
  77. "shape": "Sk"
  78. },
  79. "autoStartConfiguration": {
  80. "shape": "Sn"
  81. },
  82. "autoStopConfiguration": {
  83. "shape": "Sp"
  84. },
  85. "networkConfiguration": {
  86. "shape": "Sr"
  87. },
  88. "architecture": {},
  89. "imageConfiguration": {
  90. "shape": "Sx"
  91. },
  92. "workerTypeSpecifications": {
  93. "shape": "Sz"
  94. },
  95. "runtimeConfiguration": {
  96. "shape": "S11"
  97. },
  98. "monitoringConfiguration": {
  99. "shape": "S17"
  100. }
  101. }
  102. },
  103. "output": {
  104. "type": "structure",
  105. "required": [
  106. "applicationId",
  107. "arn"
  108. ],
  109. "members": {
  110. "applicationId": {},
  111. "name": {},
  112. "arn": {}
  113. }
  114. },
  115. "idempotent": true
  116. },
  117. "DeleteApplication": {
  118. "http": {
  119. "method": "DELETE",
  120. "requestUri": "/applications/{applicationId}",
  121. "responseCode": 200
  122. },
  123. "input": {
  124. "type": "structure",
  125. "required": [
  126. "applicationId"
  127. ],
  128. "members": {
  129. "applicationId": {
  130. "location": "uri",
  131. "locationName": "applicationId"
  132. }
  133. }
  134. },
  135. "output": {
  136. "type": "structure",
  137. "members": {}
  138. },
  139. "idempotent": true
  140. },
  141. "GetApplication": {
  142. "http": {
  143. "method": "GET",
  144. "requestUri": "/applications/{applicationId}",
  145. "responseCode": 200
  146. },
  147. "input": {
  148. "type": "structure",
  149. "required": [
  150. "applicationId"
  151. ],
  152. "members": {
  153. "applicationId": {
  154. "location": "uri",
  155. "locationName": "applicationId"
  156. }
  157. }
  158. },
  159. "output": {
  160. "type": "structure",
  161. "required": [
  162. "application"
  163. ],
  164. "members": {
  165. "application": {
  166. "shape": "S1q"
  167. }
  168. }
  169. }
  170. },
  171. "GetDashboardForJobRun": {
  172. "http": {
  173. "method": "GET",
  174. "requestUri": "/applications/{applicationId}/jobruns/{jobRunId}/dashboard",
  175. "responseCode": 200
  176. },
  177. "input": {
  178. "type": "structure",
  179. "required": [
  180. "applicationId",
  181. "jobRunId"
  182. ],
  183. "members": {
  184. "applicationId": {
  185. "location": "uri",
  186. "locationName": "applicationId"
  187. },
  188. "jobRunId": {
  189. "location": "uri",
  190. "locationName": "jobRunId"
  191. }
  192. }
  193. },
  194. "output": {
  195. "type": "structure",
  196. "members": {
  197. "url": {}
  198. }
  199. }
  200. },
  201. "GetJobRun": {
  202. "http": {
  203. "method": "GET",
  204. "requestUri": "/applications/{applicationId}/jobruns/{jobRunId}",
  205. "responseCode": 200
  206. },
  207. "input": {
  208. "type": "structure",
  209. "required": [
  210. "applicationId",
  211. "jobRunId"
  212. ],
  213. "members": {
  214. "applicationId": {
  215. "location": "uri",
  216. "locationName": "applicationId"
  217. },
  218. "jobRunId": {
  219. "location": "uri",
  220. "locationName": "jobRunId"
  221. }
  222. }
  223. },
  224. "output": {
  225. "type": "structure",
  226. "required": [
  227. "jobRun"
  228. ],
  229. "members": {
  230. "jobRun": {
  231. "type": "structure",
  232. "required": [
  233. "applicationId",
  234. "jobRunId",
  235. "arn",
  236. "createdBy",
  237. "createdAt",
  238. "updatedAt",
  239. "executionRole",
  240. "state",
  241. "stateDetails",
  242. "releaseLabel",
  243. "jobDriver"
  244. ],
  245. "members": {
  246. "applicationId": {},
  247. "jobRunId": {},
  248. "name": {},
  249. "arn": {},
  250. "createdBy": {},
  251. "createdAt": {
  252. "type": "timestamp"
  253. },
  254. "updatedAt": {
  255. "type": "timestamp"
  256. },
  257. "executionRole": {},
  258. "state": {},
  259. "stateDetails": {},
  260. "releaseLabel": {},
  261. "configurationOverrides": {
  262. "shape": "S28"
  263. },
  264. "jobDriver": {
  265. "shape": "S29"
  266. },
  267. "tags": {
  268. "shape": "Sk"
  269. },
  270. "totalResourceUtilization": {
  271. "type": "structure",
  272. "members": {
  273. "vCPUHour": {
  274. "type": "double"
  275. },
  276. "memoryGBHour": {
  277. "type": "double"
  278. },
  279. "storageGBHour": {
  280. "type": "double"
  281. }
  282. }
  283. },
  284. "networkConfiguration": {
  285. "shape": "Sr"
  286. },
  287. "totalExecutionDurationSeconds": {
  288. "type": "integer"
  289. },
  290. "executionTimeoutMinutes": {
  291. "type": "long"
  292. },
  293. "billedResourceUtilization": {
  294. "type": "structure",
  295. "members": {
  296. "vCPUHour": {
  297. "type": "double"
  298. },
  299. "memoryGBHour": {
  300. "type": "double"
  301. },
  302. "storageGBHour": {
  303. "type": "double"
  304. }
  305. }
  306. }
  307. }
  308. }
  309. }
  310. }
  311. },
  312. "ListApplications": {
  313. "http": {
  314. "method": "GET",
  315. "requestUri": "/applications",
  316. "responseCode": 200
  317. },
  318. "input": {
  319. "type": "structure",
  320. "members": {
  321. "nextToken": {
  322. "location": "querystring",
  323. "locationName": "nextToken"
  324. },
  325. "maxResults": {
  326. "location": "querystring",
  327. "locationName": "maxResults",
  328. "type": "integer"
  329. },
  330. "states": {
  331. "location": "querystring",
  332. "locationName": "states",
  333. "type": "list",
  334. "member": {}
  335. }
  336. }
  337. },
  338. "output": {
  339. "type": "structure",
  340. "required": [
  341. "applications"
  342. ],
  343. "members": {
  344. "applications": {
  345. "type": "list",
  346. "member": {
  347. "type": "structure",
  348. "required": [
  349. "id",
  350. "arn",
  351. "releaseLabel",
  352. "type",
  353. "state",
  354. "createdAt",
  355. "updatedAt"
  356. ],
  357. "members": {
  358. "id": {},
  359. "name": {},
  360. "arn": {},
  361. "releaseLabel": {},
  362. "type": {},
  363. "state": {},
  364. "stateDetails": {},
  365. "createdAt": {
  366. "type": "timestamp"
  367. },
  368. "updatedAt": {
  369. "type": "timestamp"
  370. },
  371. "architecture": {}
  372. }
  373. }
  374. },
  375. "nextToken": {}
  376. }
  377. }
  378. },
  379. "ListJobRuns": {
  380. "http": {
  381. "method": "GET",
  382. "requestUri": "/applications/{applicationId}/jobruns",
  383. "responseCode": 200
  384. },
  385. "input": {
  386. "type": "structure",
  387. "required": [
  388. "applicationId"
  389. ],
  390. "members": {
  391. "applicationId": {
  392. "location": "uri",
  393. "locationName": "applicationId"
  394. },
  395. "nextToken": {
  396. "location": "querystring",
  397. "locationName": "nextToken"
  398. },
  399. "maxResults": {
  400. "location": "querystring",
  401. "locationName": "maxResults",
  402. "type": "integer"
  403. },
  404. "createdAtAfter": {
  405. "location": "querystring",
  406. "locationName": "createdAtAfter",
  407. "type": "timestamp"
  408. },
  409. "createdAtBefore": {
  410. "location": "querystring",
  411. "locationName": "createdAtBefore",
  412. "type": "timestamp"
  413. },
  414. "states": {
  415. "location": "querystring",
  416. "locationName": "states",
  417. "type": "list",
  418. "member": {}
  419. }
  420. }
  421. },
  422. "output": {
  423. "type": "structure",
  424. "required": [
  425. "jobRuns"
  426. ],
  427. "members": {
  428. "jobRuns": {
  429. "type": "list",
  430. "member": {
  431. "type": "structure",
  432. "required": [
  433. "applicationId",
  434. "id",
  435. "arn",
  436. "createdBy",
  437. "createdAt",
  438. "updatedAt",
  439. "executionRole",
  440. "state",
  441. "stateDetails",
  442. "releaseLabel"
  443. ],
  444. "members": {
  445. "applicationId": {},
  446. "id": {},
  447. "name": {},
  448. "arn": {},
  449. "createdBy": {},
  450. "createdAt": {
  451. "type": "timestamp"
  452. },
  453. "updatedAt": {
  454. "type": "timestamp"
  455. },
  456. "executionRole": {},
  457. "state": {},
  458. "stateDetails": {},
  459. "releaseLabel": {},
  460. "type": {}
  461. }
  462. }
  463. },
  464. "nextToken": {}
  465. }
  466. }
  467. },
  468. "ListTagsForResource": {
  469. "http": {
  470. "method": "GET",
  471. "requestUri": "/tags/{resourceArn}",
  472. "responseCode": 200
  473. },
  474. "input": {
  475. "type": "structure",
  476. "required": [
  477. "resourceArn"
  478. ],
  479. "members": {
  480. "resourceArn": {
  481. "location": "uri",
  482. "locationName": "resourceArn"
  483. }
  484. }
  485. },
  486. "output": {
  487. "type": "structure",
  488. "members": {
  489. "tags": {
  490. "shape": "Sk"
  491. }
  492. }
  493. }
  494. },
  495. "StartApplication": {
  496. "http": {
  497. "requestUri": "/applications/{applicationId}/start",
  498. "responseCode": 200
  499. },
  500. "input": {
  501. "type": "structure",
  502. "required": [
  503. "applicationId"
  504. ],
  505. "members": {
  506. "applicationId": {
  507. "location": "uri",
  508. "locationName": "applicationId"
  509. }
  510. }
  511. },
  512. "output": {
  513. "type": "structure",
  514. "members": {}
  515. },
  516. "idempotent": true
  517. },
  518. "StartJobRun": {
  519. "http": {
  520. "requestUri": "/applications/{applicationId}/jobruns",
  521. "responseCode": 200
  522. },
  523. "input": {
  524. "type": "structure",
  525. "required": [
  526. "applicationId",
  527. "clientToken",
  528. "executionRoleArn"
  529. ],
  530. "members": {
  531. "applicationId": {
  532. "location": "uri",
  533. "locationName": "applicationId"
  534. },
  535. "clientToken": {
  536. "idempotencyToken": true
  537. },
  538. "executionRoleArn": {},
  539. "jobDriver": {
  540. "shape": "S29"
  541. },
  542. "configurationOverrides": {
  543. "shape": "S28"
  544. },
  545. "tags": {
  546. "shape": "Sk"
  547. },
  548. "executionTimeoutMinutes": {
  549. "type": "long"
  550. },
  551. "name": {}
  552. }
  553. },
  554. "output": {
  555. "type": "structure",
  556. "required": [
  557. "applicationId",
  558. "jobRunId",
  559. "arn"
  560. ],
  561. "members": {
  562. "applicationId": {},
  563. "jobRunId": {},
  564. "arn": {}
  565. }
  566. },
  567. "idempotent": true
  568. },
  569. "StopApplication": {
  570. "http": {
  571. "requestUri": "/applications/{applicationId}/stop",
  572. "responseCode": 200
  573. },
  574. "input": {
  575. "type": "structure",
  576. "required": [
  577. "applicationId"
  578. ],
  579. "members": {
  580. "applicationId": {
  581. "location": "uri",
  582. "locationName": "applicationId"
  583. }
  584. }
  585. },
  586. "output": {
  587. "type": "structure",
  588. "members": {}
  589. },
  590. "idempotent": true
  591. },
  592. "TagResource": {
  593. "http": {
  594. "requestUri": "/tags/{resourceArn}",
  595. "responseCode": 200
  596. },
  597. "input": {
  598. "type": "structure",
  599. "required": [
  600. "resourceArn",
  601. "tags"
  602. ],
  603. "members": {
  604. "resourceArn": {
  605. "location": "uri",
  606. "locationName": "resourceArn"
  607. },
  608. "tags": {
  609. "shape": "Sk"
  610. }
  611. }
  612. },
  613. "output": {
  614. "type": "structure",
  615. "members": {}
  616. }
  617. },
  618. "UntagResource": {
  619. "http": {
  620. "method": "DELETE",
  621. "requestUri": "/tags/{resourceArn}",
  622. "responseCode": 200
  623. },
  624. "input": {
  625. "type": "structure",
  626. "required": [
  627. "resourceArn",
  628. "tagKeys"
  629. ],
  630. "members": {
  631. "resourceArn": {
  632. "location": "uri",
  633. "locationName": "resourceArn"
  634. },
  635. "tagKeys": {
  636. "location": "querystring",
  637. "locationName": "tagKeys",
  638. "type": "list",
  639. "member": {}
  640. }
  641. }
  642. },
  643. "output": {
  644. "type": "structure",
  645. "members": {}
  646. },
  647. "idempotent": true
  648. },
  649. "UpdateApplication": {
  650. "http": {
  651. "method": "PATCH",
  652. "requestUri": "/applications/{applicationId}",
  653. "responseCode": 200
  654. },
  655. "input": {
  656. "type": "structure",
  657. "required": [
  658. "applicationId",
  659. "clientToken"
  660. ],
  661. "members": {
  662. "applicationId": {
  663. "location": "uri",
  664. "locationName": "applicationId"
  665. },
  666. "clientToken": {
  667. "idempotencyToken": true
  668. },
  669. "initialCapacity": {
  670. "shape": "Sa"
  671. },
  672. "maximumCapacity": {
  673. "shape": "Sj"
  674. },
  675. "autoStartConfiguration": {
  676. "shape": "Sn"
  677. },
  678. "autoStopConfiguration": {
  679. "shape": "Sp"
  680. },
  681. "networkConfiguration": {
  682. "shape": "Sr"
  683. },
  684. "architecture": {},
  685. "imageConfiguration": {
  686. "shape": "Sx"
  687. },
  688. "workerTypeSpecifications": {
  689. "shape": "Sz"
  690. },
  691. "releaseLabel": {},
  692. "runtimeConfiguration": {
  693. "shape": "S11"
  694. },
  695. "monitoringConfiguration": {
  696. "shape": "S17"
  697. }
  698. }
  699. },
  700. "output": {
  701. "type": "structure",
  702. "required": [
  703. "application"
  704. ],
  705. "members": {
  706. "application": {
  707. "shape": "S1q"
  708. }
  709. }
  710. }
  711. }
  712. },
  713. "shapes": {
  714. "Sa": {
  715. "type": "map",
  716. "key": {},
  717. "value": {
  718. "type": "structure",
  719. "required": [
  720. "workerCount"
  721. ],
  722. "members": {
  723. "workerCount": {
  724. "type": "long"
  725. },
  726. "workerConfiguration": {
  727. "type": "structure",
  728. "required": [
  729. "cpu",
  730. "memory"
  731. ],
  732. "members": {
  733. "cpu": {},
  734. "memory": {},
  735. "disk": {},
  736. "diskType": {}
  737. }
  738. }
  739. }
  740. }
  741. },
  742. "Sj": {
  743. "type": "structure",
  744. "required": [
  745. "cpu",
  746. "memory"
  747. ],
  748. "members": {
  749. "cpu": {},
  750. "memory": {},
  751. "disk": {}
  752. }
  753. },
  754. "Sk": {
  755. "type": "map",
  756. "key": {},
  757. "value": {}
  758. },
  759. "Sn": {
  760. "type": "structure",
  761. "members": {
  762. "enabled": {
  763. "type": "boolean"
  764. }
  765. }
  766. },
  767. "Sp": {
  768. "type": "structure",
  769. "members": {
  770. "enabled": {
  771. "type": "boolean"
  772. },
  773. "idleTimeoutMinutes": {
  774. "type": "integer"
  775. }
  776. }
  777. },
  778. "Sr": {
  779. "type": "structure",
  780. "members": {
  781. "subnetIds": {
  782. "type": "list",
  783. "member": {}
  784. },
  785. "securityGroupIds": {
  786. "type": "list",
  787. "member": {}
  788. }
  789. }
  790. },
  791. "Sx": {
  792. "type": "structure",
  793. "members": {
  794. "imageUri": {}
  795. }
  796. },
  797. "Sz": {
  798. "type": "map",
  799. "key": {},
  800. "value": {
  801. "type": "structure",
  802. "members": {
  803. "imageConfiguration": {
  804. "shape": "Sx"
  805. }
  806. }
  807. }
  808. },
  809. "S11": {
  810. "type": "list",
  811. "member": {
  812. "type": "structure",
  813. "required": [
  814. "classification"
  815. ],
  816. "members": {
  817. "classification": {},
  818. "properties": {
  819. "type": "map",
  820. "key": {},
  821. "value": {},
  822. "sensitive": true
  823. },
  824. "configurations": {
  825. "shape": "S11"
  826. }
  827. }
  828. }
  829. },
  830. "S17": {
  831. "type": "structure",
  832. "members": {
  833. "s3MonitoringConfiguration": {
  834. "type": "structure",
  835. "members": {
  836. "logUri": {},
  837. "encryptionKeyArn": {}
  838. }
  839. },
  840. "managedPersistenceMonitoringConfiguration": {
  841. "type": "structure",
  842. "members": {
  843. "enabled": {
  844. "type": "boolean"
  845. },
  846. "encryptionKeyArn": {}
  847. }
  848. },
  849. "cloudWatchLoggingConfiguration": {
  850. "type": "structure",
  851. "required": [
  852. "enabled"
  853. ],
  854. "members": {
  855. "enabled": {
  856. "type": "boolean"
  857. },
  858. "logGroupName": {},
  859. "logStreamNamePrefix": {},
  860. "encryptionKeyArn": {},
  861. "logTypes": {
  862. "type": "map",
  863. "key": {},
  864. "value": {
  865. "type": "list",
  866. "member": {}
  867. }
  868. }
  869. }
  870. },
  871. "prometheusMonitoringConfiguration": {
  872. "type": "structure",
  873. "members": {
  874. "remoteWriteUrl": {}
  875. }
  876. }
  877. }
  878. },
  879. "S1q": {
  880. "type": "structure",
  881. "required": [
  882. "applicationId",
  883. "arn",
  884. "releaseLabel",
  885. "type",
  886. "state",
  887. "createdAt",
  888. "updatedAt"
  889. ],
  890. "members": {
  891. "applicationId": {},
  892. "name": {},
  893. "arn": {},
  894. "releaseLabel": {},
  895. "type": {},
  896. "state": {},
  897. "stateDetails": {},
  898. "initialCapacity": {
  899. "shape": "Sa"
  900. },
  901. "maximumCapacity": {
  902. "shape": "Sj"
  903. },
  904. "createdAt": {
  905. "type": "timestamp"
  906. },
  907. "updatedAt": {
  908. "type": "timestamp"
  909. },
  910. "tags": {
  911. "shape": "Sk"
  912. },
  913. "autoStartConfiguration": {
  914. "shape": "Sn"
  915. },
  916. "autoStopConfiguration": {
  917. "shape": "Sp"
  918. },
  919. "networkConfiguration": {
  920. "shape": "Sr"
  921. },
  922. "architecture": {},
  923. "imageConfiguration": {
  924. "shape": "S1u"
  925. },
  926. "workerTypeSpecifications": {
  927. "type": "map",
  928. "key": {},
  929. "value": {
  930. "type": "structure",
  931. "members": {
  932. "imageConfiguration": {
  933. "shape": "S1u"
  934. }
  935. }
  936. }
  937. },
  938. "runtimeConfiguration": {
  939. "shape": "S11"
  940. },
  941. "monitoringConfiguration": {
  942. "shape": "S17"
  943. }
  944. }
  945. },
  946. "S1u": {
  947. "type": "structure",
  948. "required": [
  949. "imageUri"
  950. ],
  951. "members": {
  952. "imageUri": {},
  953. "resolvedImageDigest": {}
  954. }
  955. },
  956. "S28": {
  957. "type": "structure",
  958. "members": {
  959. "applicationConfiguration": {
  960. "shape": "S11"
  961. },
  962. "monitoringConfiguration": {
  963. "shape": "S17"
  964. }
  965. }
  966. },
  967. "S29": {
  968. "type": "structure",
  969. "members": {
  970. "sparkSubmit": {
  971. "type": "structure",
  972. "required": [
  973. "entryPoint"
  974. ],
  975. "members": {
  976. "entryPoint": {
  977. "type": "string",
  978. "sensitive": true
  979. },
  980. "entryPointArguments": {
  981. "type": "list",
  982. "member": {
  983. "type": "string",
  984. "sensitive": true
  985. }
  986. },
  987. "sparkSubmitParameters": {
  988. "type": "string",
  989. "sensitive": true
  990. }
  991. }
  992. },
  993. "hive": {
  994. "type": "structure",
  995. "required": [
  996. "query"
  997. ],
  998. "members": {
  999. "query": {
  1000. "type": "string",
  1001. "sensitive": true
  1002. },
  1003. "initQueryFile": {
  1004. "type": "string",
  1005. "sensitive": true
  1006. },
  1007. "parameters": {
  1008. "type": "string",
  1009. "sensitive": true
  1010. }
  1011. }
  1012. }
  1013. },
  1014. "union": true
  1015. }
  1016. }
  1017. }