api-2.json 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167
  1. {
  2. "version":"2.0",
  3. "metadata":{
  4. "apiVersion":"2012-10-29",
  5. "endpointPrefix":"datapipeline",
  6. "jsonVersion":"1.1",
  7. "serviceFullName":"AWS Data Pipeline",
  8. "signatureVersion":"v4",
  9. "targetPrefix":"DataPipeline",
  10. "protocol":"json"
  11. },
  12. "operations":{
  13. "ActivatePipeline":{
  14. "name":"ActivatePipeline",
  15. "http":{
  16. "method":"POST",
  17. "requestUri":"/"
  18. },
  19. "input":{"shape":"ActivatePipelineInput"},
  20. "output":{"shape":"ActivatePipelineOutput"},
  21. "errors":[
  22. {
  23. "shape":"PipelineNotFoundException",
  24. "exception":true
  25. },
  26. {
  27. "shape":"PipelineDeletedException",
  28. "exception":true
  29. },
  30. {
  31. "shape":"InternalServiceError",
  32. "exception":true,
  33. "fault":true
  34. },
  35. {
  36. "shape":"InvalidRequestException",
  37. "exception":true
  38. }
  39. ]
  40. },
  41. "AddTags":{
  42. "name":"AddTags",
  43. "http":{
  44. "method":"POST",
  45. "requestUri":"/"
  46. },
  47. "input":{"shape":"AddTagsInput"},
  48. "output":{"shape":"AddTagsOutput"},
  49. "errors":[
  50. {
  51. "shape":"InternalServiceError",
  52. "exception":true,
  53. "fault":true
  54. },
  55. {
  56. "shape":"InvalidRequestException",
  57. "exception":true
  58. },
  59. {
  60. "shape":"PipelineNotFoundException",
  61. "exception":true
  62. },
  63. {
  64. "shape":"PipelineDeletedException",
  65. "exception":true
  66. }
  67. ]
  68. },
  69. "CreatePipeline":{
  70. "name":"CreatePipeline",
  71. "http":{
  72. "method":"POST",
  73. "requestUri":"/"
  74. },
  75. "input":{"shape":"CreatePipelineInput"},
  76. "output":{"shape":"CreatePipelineOutput"},
  77. "errors":[
  78. {
  79. "shape":"InternalServiceError",
  80. "exception":true,
  81. "fault":true
  82. },
  83. {
  84. "shape":"InvalidRequestException",
  85. "exception":true
  86. }
  87. ]
  88. },
  89. "DeactivatePipeline":{
  90. "name":"DeactivatePipeline",
  91. "http":{
  92. "method":"POST",
  93. "requestUri":"/"
  94. },
  95. "input":{"shape":"DeactivatePipelineInput"},
  96. "output":{"shape":"DeactivatePipelineOutput"},
  97. "errors":[
  98. {
  99. "shape":"PipelineNotFoundException",
  100. "exception":true
  101. },
  102. {
  103. "shape":"PipelineDeletedException",
  104. "exception":true
  105. },
  106. {
  107. "shape":"InternalServiceError",
  108. "exception":true,
  109. "fault":true
  110. },
  111. {
  112. "shape":"InvalidRequestException",
  113. "exception":true
  114. }
  115. ]
  116. },
  117. "DeletePipeline":{
  118. "name":"DeletePipeline",
  119. "http":{
  120. "method":"POST",
  121. "requestUri":"/"
  122. },
  123. "input":{"shape":"DeletePipelineInput"},
  124. "errors":[
  125. {
  126. "shape":"PipelineNotFoundException",
  127. "exception":true
  128. },
  129. {
  130. "shape":"InternalServiceError",
  131. "exception":true,
  132. "fault":true
  133. },
  134. {
  135. "shape":"InvalidRequestException",
  136. "exception":true
  137. }
  138. ]
  139. },
  140. "DescribeObjects":{
  141. "name":"DescribeObjects",
  142. "http":{
  143. "method":"POST",
  144. "requestUri":"/"
  145. },
  146. "input":{"shape":"DescribeObjectsInput"},
  147. "output":{"shape":"DescribeObjectsOutput"},
  148. "errors":[
  149. {
  150. "shape":"InternalServiceError",
  151. "exception":true,
  152. "fault":true
  153. },
  154. {
  155. "shape":"InvalidRequestException",
  156. "exception":true
  157. },
  158. {
  159. "shape":"PipelineNotFoundException",
  160. "exception":true
  161. },
  162. {
  163. "shape":"PipelineDeletedException",
  164. "exception":true
  165. }
  166. ]
  167. },
  168. "DescribePipelines":{
  169. "name":"DescribePipelines",
  170. "http":{
  171. "method":"POST",
  172. "requestUri":"/"
  173. },
  174. "input":{"shape":"DescribePipelinesInput"},
  175. "output":{"shape":"DescribePipelinesOutput"},
  176. "errors":[
  177. {
  178. "shape":"PipelineNotFoundException",
  179. "exception":true
  180. },
  181. {
  182. "shape":"PipelineDeletedException",
  183. "exception":true
  184. },
  185. {
  186. "shape":"InternalServiceError",
  187. "exception":true,
  188. "fault":true
  189. },
  190. {
  191. "shape":"InvalidRequestException",
  192. "exception":true
  193. }
  194. ]
  195. },
  196. "EvaluateExpression":{
  197. "name":"EvaluateExpression",
  198. "http":{
  199. "method":"POST",
  200. "requestUri":"/"
  201. },
  202. "input":{"shape":"EvaluateExpressionInput"},
  203. "output":{"shape":"EvaluateExpressionOutput"},
  204. "errors":[
  205. {
  206. "shape":"InternalServiceError",
  207. "exception":true,
  208. "fault":true
  209. },
  210. {
  211. "shape":"TaskNotFoundException",
  212. "exception":true
  213. },
  214. {
  215. "shape":"InvalidRequestException",
  216. "exception":true
  217. },
  218. {
  219. "shape":"PipelineNotFoundException",
  220. "exception":true
  221. },
  222. {
  223. "shape":"PipelineDeletedException",
  224. "exception":true
  225. }
  226. ]
  227. },
  228. "GetPipelineDefinition":{
  229. "name":"GetPipelineDefinition",
  230. "http":{
  231. "method":"POST",
  232. "requestUri":"/"
  233. },
  234. "input":{"shape":"GetPipelineDefinitionInput"},
  235. "output":{"shape":"GetPipelineDefinitionOutput"},
  236. "errors":[
  237. {
  238. "shape":"InternalServiceError",
  239. "exception":true,
  240. "fault":true
  241. },
  242. {
  243. "shape":"InvalidRequestException",
  244. "exception":true
  245. },
  246. {
  247. "shape":"PipelineNotFoundException",
  248. "exception":true
  249. },
  250. {
  251. "shape":"PipelineDeletedException",
  252. "exception":true
  253. }
  254. ]
  255. },
  256. "ListPipelines":{
  257. "name":"ListPipelines",
  258. "http":{
  259. "method":"POST",
  260. "requestUri":"/"
  261. },
  262. "input":{"shape":"ListPipelinesInput"},
  263. "output":{"shape":"ListPipelinesOutput"},
  264. "errors":[
  265. {
  266. "shape":"InternalServiceError",
  267. "exception":true,
  268. "fault":true
  269. },
  270. {
  271. "shape":"InvalidRequestException",
  272. "exception":true
  273. }
  274. ]
  275. },
  276. "PollForTask":{
  277. "name":"PollForTask",
  278. "http":{
  279. "method":"POST",
  280. "requestUri":"/"
  281. },
  282. "input":{"shape":"PollForTaskInput"},
  283. "output":{"shape":"PollForTaskOutput"},
  284. "errors":[
  285. {
  286. "shape":"InternalServiceError",
  287. "exception":true,
  288. "fault":true
  289. },
  290. {
  291. "shape":"InvalidRequestException",
  292. "exception":true
  293. },
  294. {
  295. "shape":"TaskNotFoundException",
  296. "exception":true
  297. }
  298. ]
  299. },
  300. "PutPipelineDefinition":{
  301. "name":"PutPipelineDefinition",
  302. "http":{
  303. "method":"POST",
  304. "requestUri":"/"
  305. },
  306. "input":{"shape":"PutPipelineDefinitionInput"},
  307. "output":{"shape":"PutPipelineDefinitionOutput"},
  308. "errors":[
  309. {
  310. "shape":"InternalServiceError",
  311. "exception":true,
  312. "fault":true
  313. },
  314. {
  315. "shape":"InvalidRequestException",
  316. "exception":true
  317. },
  318. {
  319. "shape":"PipelineNotFoundException",
  320. "exception":true
  321. },
  322. {
  323. "shape":"PipelineDeletedException",
  324. "exception":true
  325. }
  326. ]
  327. },
  328. "QueryObjects":{
  329. "name":"QueryObjects",
  330. "http":{
  331. "method":"POST",
  332. "requestUri":"/"
  333. },
  334. "input":{"shape":"QueryObjectsInput"},
  335. "output":{"shape":"QueryObjectsOutput"},
  336. "errors":[
  337. {
  338. "shape":"PipelineNotFoundException",
  339. "exception":true
  340. },
  341. {
  342. "shape":"PipelineDeletedException",
  343. "exception":true
  344. },
  345. {
  346. "shape":"InternalServiceError",
  347. "exception":true,
  348. "fault":true
  349. },
  350. {
  351. "shape":"InvalidRequestException",
  352. "exception":true
  353. }
  354. ]
  355. },
  356. "RemoveTags":{
  357. "name":"RemoveTags",
  358. "http":{
  359. "method":"POST",
  360. "requestUri":"/"
  361. },
  362. "input":{"shape":"RemoveTagsInput"},
  363. "output":{"shape":"RemoveTagsOutput"},
  364. "errors":[
  365. {
  366. "shape":"InternalServiceError",
  367. "exception":true,
  368. "fault":true
  369. },
  370. {
  371. "shape":"InvalidRequestException",
  372. "exception":true
  373. },
  374. {
  375. "shape":"PipelineNotFoundException",
  376. "exception":true
  377. },
  378. {
  379. "shape":"PipelineDeletedException",
  380. "exception":true
  381. }
  382. ]
  383. },
  384. "ReportTaskProgress":{
  385. "name":"ReportTaskProgress",
  386. "http":{
  387. "method":"POST",
  388. "requestUri":"/"
  389. },
  390. "input":{"shape":"ReportTaskProgressInput"},
  391. "output":{"shape":"ReportTaskProgressOutput"},
  392. "errors":[
  393. {
  394. "shape":"InternalServiceError",
  395. "exception":true,
  396. "fault":true
  397. },
  398. {
  399. "shape":"InvalidRequestException",
  400. "exception":true
  401. },
  402. {
  403. "shape":"TaskNotFoundException",
  404. "exception":true
  405. },
  406. {
  407. "shape":"PipelineNotFoundException",
  408. "exception":true
  409. },
  410. {
  411. "shape":"PipelineDeletedException",
  412. "exception":true
  413. }
  414. ]
  415. },
  416. "ReportTaskRunnerHeartbeat":{
  417. "name":"ReportTaskRunnerHeartbeat",
  418. "http":{
  419. "method":"POST",
  420. "requestUri":"/"
  421. },
  422. "input":{"shape":"ReportTaskRunnerHeartbeatInput"},
  423. "output":{"shape":"ReportTaskRunnerHeartbeatOutput"},
  424. "errors":[
  425. {
  426. "shape":"InternalServiceError",
  427. "exception":true,
  428. "fault":true
  429. },
  430. {
  431. "shape":"InvalidRequestException",
  432. "exception":true
  433. }
  434. ]
  435. },
  436. "SetStatus":{
  437. "name":"SetStatus",
  438. "http":{
  439. "method":"POST",
  440. "requestUri":"/"
  441. },
  442. "input":{"shape":"SetStatusInput"},
  443. "errors":[
  444. {
  445. "shape":"PipelineNotFoundException",
  446. "exception":true
  447. },
  448. {
  449. "shape":"PipelineDeletedException",
  450. "exception":true
  451. },
  452. {
  453. "shape":"InternalServiceError",
  454. "exception":true,
  455. "fault":true
  456. },
  457. {
  458. "shape":"InvalidRequestException",
  459. "exception":true
  460. }
  461. ]
  462. },
  463. "SetTaskStatus":{
  464. "name":"SetTaskStatus",
  465. "http":{
  466. "method":"POST",
  467. "requestUri":"/"
  468. },
  469. "input":{"shape":"SetTaskStatusInput"},
  470. "output":{"shape":"SetTaskStatusOutput"},
  471. "errors":[
  472. {
  473. "shape":"InternalServiceError",
  474. "exception":true,
  475. "fault":true
  476. },
  477. {
  478. "shape":"TaskNotFoundException",
  479. "exception":true
  480. },
  481. {
  482. "shape":"InvalidRequestException",
  483. "exception":true
  484. },
  485. {
  486. "shape":"PipelineNotFoundException",
  487. "exception":true
  488. },
  489. {
  490. "shape":"PipelineDeletedException",
  491. "exception":true
  492. }
  493. ]
  494. },
  495. "ValidatePipelineDefinition":{
  496. "name":"ValidatePipelineDefinition",
  497. "http":{
  498. "method":"POST",
  499. "requestUri":"/"
  500. },
  501. "input":{"shape":"ValidatePipelineDefinitionInput"},
  502. "output":{"shape":"ValidatePipelineDefinitionOutput"},
  503. "errors":[
  504. {
  505. "shape":"InternalServiceError",
  506. "exception":true,
  507. "fault":true
  508. },
  509. {
  510. "shape":"InvalidRequestException",
  511. "exception":true
  512. },
  513. {
  514. "shape":"PipelineNotFoundException",
  515. "exception":true
  516. },
  517. {
  518. "shape":"PipelineDeletedException",
  519. "exception":true
  520. }
  521. ]
  522. }
  523. },
  524. "shapes":{
  525. "ActivatePipelineInput":{
  526. "type":"structure",
  527. "required":["pipelineId"],
  528. "members":{
  529. "pipelineId":{"shape":"id"},
  530. "parameterValues":{"shape":"ParameterValueList"},
  531. "startTimestamp":{"shape":"timestamp"}
  532. }
  533. },
  534. "ActivatePipelineOutput":{
  535. "type":"structure",
  536. "members":{
  537. }
  538. },
  539. "AddTagsInput":{
  540. "type":"structure",
  541. "required":[
  542. "pipelineId",
  543. "tags"
  544. ],
  545. "members":{
  546. "pipelineId":{"shape":"id"},
  547. "tags":{"shape":"tagList"}
  548. }
  549. },
  550. "AddTagsOutput":{
  551. "type":"structure",
  552. "members":{
  553. }
  554. },
  555. "CreatePipelineInput":{
  556. "type":"structure",
  557. "required":[
  558. "name",
  559. "uniqueId"
  560. ],
  561. "members":{
  562. "name":{"shape":"id"},
  563. "uniqueId":{"shape":"id"},
  564. "description":{"shape":"string"},
  565. "tags":{"shape":"tagList"}
  566. }
  567. },
  568. "CreatePipelineOutput":{
  569. "type":"structure",
  570. "required":["pipelineId"],
  571. "members":{
  572. "pipelineId":{"shape":"id"}
  573. }
  574. },
  575. "DeactivatePipelineInput":{
  576. "type":"structure",
  577. "required":["pipelineId"],
  578. "members":{
  579. "pipelineId":{"shape":"id"},
  580. "cancelActive":{"shape":"cancelActive"}
  581. }
  582. },
  583. "DeactivatePipelineOutput":{
  584. "type":"structure",
  585. "members":{
  586. }
  587. },
  588. "DeletePipelineInput":{
  589. "type":"structure",
  590. "required":["pipelineId"],
  591. "members":{
  592. "pipelineId":{"shape":"id"}
  593. }
  594. },
  595. "DescribeObjectsInput":{
  596. "type":"structure",
  597. "required":[
  598. "pipelineId",
  599. "objectIds"
  600. ],
  601. "members":{
  602. "pipelineId":{"shape":"id"},
  603. "objectIds":{"shape":"idList"},
  604. "evaluateExpressions":{"shape":"boolean"},
  605. "marker":{"shape":"string"}
  606. }
  607. },
  608. "DescribeObjectsOutput":{
  609. "type":"structure",
  610. "required":["pipelineObjects"],
  611. "members":{
  612. "pipelineObjects":{"shape":"PipelineObjectList"},
  613. "marker":{"shape":"string"},
  614. "hasMoreResults":{"shape":"boolean"}
  615. }
  616. },
  617. "DescribePipelinesInput":{
  618. "type":"structure",
  619. "required":["pipelineIds"],
  620. "members":{
  621. "pipelineIds":{"shape":"idList"}
  622. }
  623. },
  624. "DescribePipelinesOutput":{
  625. "type":"structure",
  626. "required":["pipelineDescriptionList"],
  627. "members":{
  628. "pipelineDescriptionList":{"shape":"PipelineDescriptionList"}
  629. }
  630. },
  631. "EvaluateExpressionInput":{
  632. "type":"structure",
  633. "required":[
  634. "pipelineId",
  635. "objectId",
  636. "expression"
  637. ],
  638. "members":{
  639. "pipelineId":{"shape":"id"},
  640. "objectId":{"shape":"id"},
  641. "expression":{"shape":"longString"}
  642. }
  643. },
  644. "EvaluateExpressionOutput":{
  645. "type":"structure",
  646. "required":["evaluatedExpression"],
  647. "members":{
  648. "evaluatedExpression":{"shape":"longString"}
  649. }
  650. },
  651. "Field":{
  652. "type":"structure",
  653. "required":["key"],
  654. "members":{
  655. "key":{"shape":"fieldNameString"},
  656. "stringValue":{"shape":"fieldStringValue"},
  657. "refValue":{"shape":"fieldNameString"}
  658. }
  659. },
  660. "GetPipelineDefinitionInput":{
  661. "type":"structure",
  662. "required":["pipelineId"],
  663. "members":{
  664. "pipelineId":{"shape":"id"},
  665. "version":{"shape":"string"}
  666. }
  667. },
  668. "GetPipelineDefinitionOutput":{
  669. "type":"structure",
  670. "members":{
  671. "pipelineObjects":{"shape":"PipelineObjectList"},
  672. "parameterObjects":{"shape":"ParameterObjectList"},
  673. "parameterValues":{"shape":"ParameterValueList"}
  674. }
  675. },
  676. "InstanceIdentity":{
  677. "type":"structure",
  678. "members":{
  679. "document":{"shape":"string"},
  680. "signature":{"shape":"string"}
  681. }
  682. },
  683. "InternalServiceError":{
  684. "type":"structure",
  685. "members":{
  686. "message":{"shape":"errorMessage"}
  687. },
  688. "exception":true,
  689. "fault":true
  690. },
  691. "InvalidRequestException":{
  692. "type":"structure",
  693. "members":{
  694. "message":{"shape":"errorMessage"}
  695. },
  696. "exception":true
  697. },
  698. "ListPipelinesInput":{
  699. "type":"structure",
  700. "members":{
  701. "marker":{"shape":"string"}
  702. }
  703. },
  704. "ListPipelinesOutput":{
  705. "type":"structure",
  706. "required":["pipelineIdList"],
  707. "members":{
  708. "pipelineIdList":{"shape":"pipelineList"},
  709. "marker":{"shape":"string"},
  710. "hasMoreResults":{"shape":"boolean"}
  711. }
  712. },
  713. "Operator":{
  714. "type":"structure",
  715. "members":{
  716. "type":{"shape":"OperatorType"},
  717. "values":{"shape":"stringList"}
  718. }
  719. },
  720. "OperatorType":{
  721. "type":"string",
  722. "enum":[
  723. "EQ",
  724. "REF_EQ",
  725. "LE",
  726. "GE",
  727. "BETWEEN"
  728. ]
  729. },
  730. "ParameterAttribute":{
  731. "type":"structure",
  732. "required":[
  733. "key",
  734. "stringValue"
  735. ],
  736. "members":{
  737. "key":{"shape":"attributeNameString"},
  738. "stringValue":{"shape":"attributeValueString"}
  739. }
  740. },
  741. "ParameterAttributeList":{
  742. "type":"list",
  743. "member":{"shape":"ParameterAttribute"}
  744. },
  745. "ParameterObject":{
  746. "type":"structure",
  747. "required":[
  748. "id",
  749. "attributes"
  750. ],
  751. "members":{
  752. "id":{"shape":"fieldNameString"},
  753. "attributes":{"shape":"ParameterAttributeList"}
  754. }
  755. },
  756. "ParameterObjectList":{
  757. "type":"list",
  758. "member":{"shape":"ParameterObject"}
  759. },
  760. "ParameterValue":{
  761. "type":"structure",
  762. "required":[
  763. "id",
  764. "stringValue"
  765. ],
  766. "members":{
  767. "id":{"shape":"fieldNameString"},
  768. "stringValue":{"shape":"fieldStringValue"}
  769. }
  770. },
  771. "ParameterValueList":{
  772. "type":"list",
  773. "member":{"shape":"ParameterValue"}
  774. },
  775. "PipelineDeletedException":{
  776. "type":"structure",
  777. "members":{
  778. "message":{"shape":"errorMessage"}
  779. },
  780. "exception":true
  781. },
  782. "PipelineDescription":{
  783. "type":"structure",
  784. "required":[
  785. "pipelineId",
  786. "name",
  787. "fields"
  788. ],
  789. "members":{
  790. "pipelineId":{"shape":"id"},
  791. "name":{"shape":"id"},
  792. "fields":{"shape":"fieldList"},
  793. "description":{"shape":"string"},
  794. "tags":{"shape":"tagList"}
  795. }
  796. },
  797. "PipelineDescriptionList":{
  798. "type":"list",
  799. "member":{"shape":"PipelineDescription"}
  800. },
  801. "PipelineIdName":{
  802. "type":"structure",
  803. "members":{
  804. "id":{"shape":"id"},
  805. "name":{"shape":"id"}
  806. }
  807. },
  808. "PipelineNotFoundException":{
  809. "type":"structure",
  810. "members":{
  811. "message":{"shape":"errorMessage"}
  812. },
  813. "exception":true
  814. },
  815. "PipelineObject":{
  816. "type":"structure",
  817. "required":[
  818. "id",
  819. "name",
  820. "fields"
  821. ],
  822. "members":{
  823. "id":{"shape":"id"},
  824. "name":{"shape":"id"},
  825. "fields":{"shape":"fieldList"}
  826. }
  827. },
  828. "PipelineObjectList":{
  829. "type":"list",
  830. "member":{"shape":"PipelineObject"}
  831. },
  832. "PipelineObjectMap":{
  833. "type":"map",
  834. "key":{"shape":"id"},
  835. "value":{"shape":"PipelineObject"}
  836. },
  837. "PollForTaskInput":{
  838. "type":"structure",
  839. "required":["workerGroup"],
  840. "members":{
  841. "workerGroup":{"shape":"string"},
  842. "hostname":{"shape":"id"},
  843. "instanceIdentity":{"shape":"InstanceIdentity"}
  844. }
  845. },
  846. "PollForTaskOutput":{
  847. "type":"structure",
  848. "members":{
  849. "taskObject":{"shape":"TaskObject"}
  850. }
  851. },
  852. "PutPipelineDefinitionInput":{
  853. "type":"structure",
  854. "required":[
  855. "pipelineId",
  856. "pipelineObjects"
  857. ],
  858. "members":{
  859. "pipelineId":{"shape":"id"},
  860. "pipelineObjects":{"shape":"PipelineObjectList"},
  861. "parameterObjects":{"shape":"ParameterObjectList"},
  862. "parameterValues":{"shape":"ParameterValueList"}
  863. }
  864. },
  865. "PutPipelineDefinitionOutput":{
  866. "type":"structure",
  867. "required":["errored"],
  868. "members":{
  869. "validationErrors":{"shape":"ValidationErrors"},
  870. "validationWarnings":{"shape":"ValidationWarnings"},
  871. "errored":{"shape":"boolean"}
  872. }
  873. },
  874. "Query":{
  875. "type":"structure",
  876. "members":{
  877. "selectors":{"shape":"SelectorList"}
  878. }
  879. },
  880. "QueryObjectsInput":{
  881. "type":"structure",
  882. "required":[
  883. "pipelineId",
  884. "sphere"
  885. ],
  886. "members":{
  887. "pipelineId":{"shape":"id"},
  888. "query":{"shape":"Query"},
  889. "sphere":{"shape":"string"},
  890. "marker":{"shape":"string"},
  891. "limit":{"shape":"int"}
  892. }
  893. },
  894. "QueryObjectsOutput":{
  895. "type":"structure",
  896. "members":{
  897. "ids":{"shape":"idList"},
  898. "marker":{"shape":"string"},
  899. "hasMoreResults":{"shape":"boolean"}
  900. }
  901. },
  902. "RemoveTagsInput":{
  903. "type":"structure",
  904. "required":[
  905. "pipelineId",
  906. "tagKeys"
  907. ],
  908. "members":{
  909. "pipelineId":{"shape":"id"},
  910. "tagKeys":{"shape":"stringList"}
  911. }
  912. },
  913. "RemoveTagsOutput":{
  914. "type":"structure",
  915. "members":{
  916. }
  917. },
  918. "ReportTaskProgressInput":{
  919. "type":"structure",
  920. "required":["taskId"],
  921. "members":{
  922. "taskId":{"shape":"taskId"},
  923. "fields":{"shape":"fieldList"}
  924. }
  925. },
  926. "ReportTaskProgressOutput":{
  927. "type":"structure",
  928. "required":["canceled"],
  929. "members":{
  930. "canceled":{"shape":"boolean"}
  931. }
  932. },
  933. "ReportTaskRunnerHeartbeatInput":{
  934. "type":"structure",
  935. "required":["taskrunnerId"],
  936. "members":{
  937. "taskrunnerId":{"shape":"id"},
  938. "workerGroup":{"shape":"string"},
  939. "hostname":{"shape":"id"}
  940. }
  941. },
  942. "ReportTaskRunnerHeartbeatOutput":{
  943. "type":"structure",
  944. "required":["terminate"],
  945. "members":{
  946. "terminate":{"shape":"boolean"}
  947. }
  948. },
  949. "Selector":{
  950. "type":"structure",
  951. "members":{
  952. "fieldName":{"shape":"string"},
  953. "operator":{"shape":"Operator"}
  954. }
  955. },
  956. "SelectorList":{
  957. "type":"list",
  958. "member":{"shape":"Selector"}
  959. },
  960. "SetStatusInput":{
  961. "type":"structure",
  962. "required":[
  963. "pipelineId",
  964. "objectIds",
  965. "status"
  966. ],
  967. "members":{
  968. "pipelineId":{"shape":"id"},
  969. "objectIds":{"shape":"idList"},
  970. "status":{"shape":"string"}
  971. }
  972. },
  973. "SetTaskStatusInput":{
  974. "type":"structure",
  975. "required":[
  976. "taskId",
  977. "taskStatus"
  978. ],
  979. "members":{
  980. "taskId":{"shape":"taskId"},
  981. "taskStatus":{"shape":"TaskStatus"},
  982. "errorId":{"shape":"string"},
  983. "errorMessage":{"shape":"errorMessage"},
  984. "errorStackTrace":{"shape":"string"}
  985. }
  986. },
  987. "SetTaskStatusOutput":{
  988. "type":"structure",
  989. "members":{
  990. }
  991. },
  992. "Tag":{
  993. "type":"structure",
  994. "required":[
  995. "key",
  996. "value"
  997. ],
  998. "members":{
  999. "key":{"shape":"tagKey"},
  1000. "value":{"shape":"tagValue"}
  1001. }
  1002. },
  1003. "TaskNotFoundException":{
  1004. "type":"structure",
  1005. "members":{
  1006. "message":{"shape":"errorMessage"}
  1007. },
  1008. "exception":true
  1009. },
  1010. "TaskObject":{
  1011. "type":"structure",
  1012. "members":{
  1013. "taskId":{"shape":"taskId"},
  1014. "pipelineId":{"shape":"id"},
  1015. "attemptId":{"shape":"id"},
  1016. "objects":{"shape":"PipelineObjectMap"}
  1017. }
  1018. },
  1019. "TaskStatus":{
  1020. "type":"string",
  1021. "enum":[
  1022. "FINISHED",
  1023. "FAILED",
  1024. "FALSE"
  1025. ]
  1026. },
  1027. "ValidatePipelineDefinitionInput":{
  1028. "type":"structure",
  1029. "required":[
  1030. "pipelineId",
  1031. "pipelineObjects"
  1032. ],
  1033. "members":{
  1034. "pipelineId":{"shape":"id"},
  1035. "pipelineObjects":{"shape":"PipelineObjectList"},
  1036. "parameterObjects":{"shape":"ParameterObjectList"},
  1037. "parameterValues":{"shape":"ParameterValueList"}
  1038. }
  1039. },
  1040. "ValidatePipelineDefinitionOutput":{
  1041. "type":"structure",
  1042. "required":["errored"],
  1043. "members":{
  1044. "validationErrors":{"shape":"ValidationErrors"},
  1045. "validationWarnings":{"shape":"ValidationWarnings"},
  1046. "errored":{"shape":"boolean"}
  1047. }
  1048. },
  1049. "ValidationError":{
  1050. "type":"structure",
  1051. "members":{
  1052. "id":{"shape":"id"},
  1053. "errors":{"shape":"validationMessages"}
  1054. }
  1055. },
  1056. "ValidationErrors":{
  1057. "type":"list",
  1058. "member":{"shape":"ValidationError"}
  1059. },
  1060. "ValidationWarning":{
  1061. "type":"structure",
  1062. "members":{
  1063. "id":{"shape":"id"},
  1064. "warnings":{"shape":"validationMessages"}
  1065. }
  1066. },
  1067. "ValidationWarnings":{
  1068. "type":"list",
  1069. "member":{"shape":"ValidationWarning"}
  1070. },
  1071. "attributeNameString":{
  1072. "type":"string",
  1073. "min":1,
  1074. "max":256,
  1075. "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
  1076. },
  1077. "attributeValueString":{
  1078. "type":"string",
  1079. "min":0,
  1080. "max":10240,
  1081. "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
  1082. },
  1083. "boolean":{"type":"boolean"},
  1084. "cancelActive":{"type":"boolean"},
  1085. "errorMessage":{"type":"string"},
  1086. "fieldList":{
  1087. "type":"list",
  1088. "member":{"shape":"Field"}
  1089. },
  1090. "fieldNameString":{
  1091. "type":"string",
  1092. "min":1,
  1093. "max":256,
  1094. "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
  1095. },
  1096. "fieldStringValue":{
  1097. "type":"string",
  1098. "min":0,
  1099. "max":10240,
  1100. "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
  1101. },
  1102. "id":{
  1103. "type":"string",
  1104. "min":1,
  1105. "max":1024,
  1106. "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
  1107. },
  1108. "idList":{
  1109. "type":"list",
  1110. "member":{"shape":"id"}
  1111. },
  1112. "int":{"type":"integer"},
  1113. "longString":{
  1114. "type":"string",
  1115. "min":0,
  1116. "max":20971520,
  1117. "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
  1118. },
  1119. "pipelineList":{
  1120. "type":"list",
  1121. "member":{"shape":"PipelineIdName"}
  1122. },
  1123. "string":{
  1124. "type":"string",
  1125. "min":0,
  1126. "max":1024,
  1127. "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
  1128. },
  1129. "stringList":{
  1130. "type":"list",
  1131. "member":{"shape":"string"}
  1132. },
  1133. "tagKey":{
  1134. "type":"string",
  1135. "min":1,
  1136. "max":128
  1137. },
  1138. "tagList":{
  1139. "type":"list",
  1140. "member":{"shape":"Tag"},
  1141. "min":0,
  1142. "max":10
  1143. },
  1144. "tagValue":{
  1145. "type":"string",
  1146. "min":0,
  1147. "max":256
  1148. },
  1149. "taskId":{
  1150. "type":"string",
  1151. "min":1,
  1152. "max":2048,
  1153. "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
  1154. },
  1155. "timestamp":{"type":"timestamp"},
  1156. "validationMessage":{
  1157. "type":"string",
  1158. "min":0,
  1159. "max":10000,
  1160. "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
  1161. },
  1162. "validationMessages":{
  1163. "type":"list",
  1164. "member":{"shape":"validationMessage"}
  1165. }
  1166. }
  1167. }