migrationhuborchestrator-2021-08-28.min.json 35 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565
  1. {
  2. "version": "2.0",
  3. "metadata": {
  4. "apiVersion": "2021-08-28",
  5. "endpointPrefix": "migrationhub-orchestrator",
  6. "jsonVersion": "1.1",
  7. "protocol": "rest-json",
  8. "serviceFullName": "AWS Migration Hub Orchestrator",
  9. "serviceId": "MigrationHubOrchestrator",
  10. "signatureVersion": "v4",
  11. "signingName": "migrationhub-orchestrator",
  12. "uid": "migrationhuborchestrator-2021-08-28"
  13. },
  14. "operations": {
  15. "CreateTemplate": {
  16. "http": {
  17. "requestUri": "/template",
  18. "responseCode": 200
  19. },
  20. "input": {
  21. "type": "structure",
  22. "required": [
  23. "templateName",
  24. "templateSource"
  25. ],
  26. "members": {
  27. "templateName": {},
  28. "templateDescription": {},
  29. "templateSource": {
  30. "type": "structure",
  31. "members": {
  32. "workflowId": {}
  33. },
  34. "union": true
  35. },
  36. "clientToken": {
  37. "idempotencyToken": true
  38. },
  39. "tags": {
  40. "shape": "S7"
  41. }
  42. }
  43. },
  44. "output": {
  45. "type": "structure",
  46. "members": {
  47. "templateId": {},
  48. "templateArn": {},
  49. "tags": {
  50. "shape": "Sc"
  51. }
  52. }
  53. }
  54. },
  55. "CreateWorkflow": {
  56. "http": {
  57. "requestUri": "/migrationworkflow/",
  58. "responseCode": 200
  59. },
  60. "input": {
  61. "type": "structure",
  62. "required": [
  63. "name",
  64. "templateId",
  65. "inputParameters"
  66. ],
  67. "members": {
  68. "name": {},
  69. "description": {},
  70. "templateId": {},
  71. "applicationConfigurationId": {},
  72. "inputParameters": {
  73. "shape": "Sk"
  74. },
  75. "stepTargets": {
  76. "shape": "Sp"
  77. },
  78. "tags": {
  79. "shape": "Sc"
  80. }
  81. }
  82. },
  83. "output": {
  84. "type": "structure",
  85. "members": {
  86. "id": {},
  87. "arn": {},
  88. "name": {},
  89. "description": {},
  90. "templateId": {},
  91. "adsApplicationConfigurationId": {},
  92. "workflowInputs": {
  93. "shape": "Sk"
  94. },
  95. "stepTargets": {
  96. "shape": "Sp"
  97. },
  98. "status": {},
  99. "creationTime": {
  100. "type": "timestamp"
  101. },
  102. "tags": {
  103. "shape": "Sc"
  104. }
  105. }
  106. }
  107. },
  108. "CreateWorkflowStep": {
  109. "http": {
  110. "requestUri": "/workflowstep",
  111. "responseCode": 200
  112. },
  113. "input": {
  114. "type": "structure",
  115. "required": [
  116. "name",
  117. "stepGroupId",
  118. "workflowId",
  119. "stepActionType"
  120. ],
  121. "members": {
  122. "name": {},
  123. "stepGroupId": {},
  124. "workflowId": {},
  125. "stepActionType": {},
  126. "description": {},
  127. "workflowStepAutomationConfiguration": {
  128. "shape": "Sz"
  129. },
  130. "stepTarget": {
  131. "shape": "Sp"
  132. },
  133. "outputs": {
  134. "shape": "S16"
  135. },
  136. "previous": {
  137. "shape": "Sp"
  138. },
  139. "next": {
  140. "shape": "Sp"
  141. }
  142. }
  143. },
  144. "output": {
  145. "type": "structure",
  146. "members": {
  147. "id": {},
  148. "stepGroupId": {},
  149. "workflowId": {},
  150. "name": {}
  151. }
  152. }
  153. },
  154. "CreateWorkflowStepGroup": {
  155. "http": {
  156. "requestUri": "/workflowstepgroups",
  157. "responseCode": 200
  158. },
  159. "input": {
  160. "type": "structure",
  161. "required": [
  162. "workflowId",
  163. "name"
  164. ],
  165. "members": {
  166. "workflowId": {},
  167. "name": {},
  168. "description": {},
  169. "next": {
  170. "shape": "Sp"
  171. },
  172. "previous": {
  173. "shape": "Sp"
  174. }
  175. }
  176. },
  177. "output": {
  178. "type": "structure",
  179. "members": {
  180. "workflowId": {},
  181. "name": {},
  182. "id": {},
  183. "description": {},
  184. "tools": {
  185. "shape": "S1j"
  186. },
  187. "next": {
  188. "shape": "Sp"
  189. },
  190. "previous": {
  191. "shape": "Sp"
  192. },
  193. "creationTime": {
  194. "type": "timestamp"
  195. }
  196. }
  197. }
  198. },
  199. "DeleteTemplate": {
  200. "http": {
  201. "method": "DELETE",
  202. "requestUri": "/template/{id}",
  203. "responseCode": 200
  204. },
  205. "input": {
  206. "type": "structure",
  207. "required": [
  208. "id"
  209. ],
  210. "members": {
  211. "id": {
  212. "location": "uri",
  213. "locationName": "id"
  214. }
  215. }
  216. },
  217. "output": {
  218. "type": "structure",
  219. "members": {}
  220. },
  221. "idempotent": true
  222. },
  223. "DeleteWorkflow": {
  224. "http": {
  225. "method": "DELETE",
  226. "requestUri": "/migrationworkflow/{id}",
  227. "responseCode": 202
  228. },
  229. "input": {
  230. "type": "structure",
  231. "required": [
  232. "id"
  233. ],
  234. "members": {
  235. "id": {
  236. "location": "uri",
  237. "locationName": "id"
  238. }
  239. }
  240. },
  241. "output": {
  242. "type": "structure",
  243. "members": {
  244. "id": {},
  245. "arn": {},
  246. "status": {}
  247. }
  248. },
  249. "idempotent": true
  250. },
  251. "DeleteWorkflowStep": {
  252. "http": {
  253. "method": "DELETE",
  254. "requestUri": "/workflowstep/{id}",
  255. "responseCode": 200
  256. },
  257. "input": {
  258. "type": "structure",
  259. "required": [
  260. "id",
  261. "stepGroupId",
  262. "workflowId"
  263. ],
  264. "members": {
  265. "id": {
  266. "location": "uri",
  267. "locationName": "id"
  268. },
  269. "stepGroupId": {
  270. "location": "querystring",
  271. "locationName": "stepGroupId"
  272. },
  273. "workflowId": {
  274. "location": "querystring",
  275. "locationName": "workflowId"
  276. }
  277. }
  278. },
  279. "output": {
  280. "type": "structure",
  281. "members": {}
  282. },
  283. "idempotent": true
  284. },
  285. "DeleteWorkflowStepGroup": {
  286. "http": {
  287. "method": "DELETE",
  288. "requestUri": "/workflowstepgroup/{id}",
  289. "responseCode": 202
  290. },
  291. "input": {
  292. "type": "structure",
  293. "required": [
  294. "workflowId",
  295. "id"
  296. ],
  297. "members": {
  298. "workflowId": {
  299. "location": "querystring",
  300. "locationName": "workflowId"
  301. },
  302. "id": {
  303. "location": "uri",
  304. "locationName": "id"
  305. }
  306. }
  307. },
  308. "output": {
  309. "type": "structure",
  310. "members": {}
  311. },
  312. "idempotent": true
  313. },
  314. "GetTemplate": {
  315. "http": {
  316. "method": "GET",
  317. "requestUri": "/migrationworkflowtemplate/{id}",
  318. "responseCode": 200
  319. },
  320. "input": {
  321. "type": "structure",
  322. "required": [
  323. "id"
  324. ],
  325. "members": {
  326. "id": {
  327. "location": "uri",
  328. "locationName": "id"
  329. }
  330. }
  331. },
  332. "output": {
  333. "type": "structure",
  334. "members": {
  335. "id": {},
  336. "templateArn": {},
  337. "name": {},
  338. "description": {},
  339. "inputs": {
  340. "type": "list",
  341. "member": {
  342. "type": "structure",
  343. "members": {
  344. "inputName": {},
  345. "dataType": {},
  346. "required": {
  347. "type": "boolean"
  348. }
  349. }
  350. }
  351. },
  352. "tools": {
  353. "shape": "S1j"
  354. },
  355. "creationTime": {
  356. "type": "timestamp"
  357. },
  358. "owner": {},
  359. "status": {},
  360. "statusMessage": {},
  361. "templateClass": {},
  362. "tags": {
  363. "shape": "Sc"
  364. }
  365. }
  366. }
  367. },
  368. "GetTemplateStep": {
  369. "http": {
  370. "method": "GET",
  371. "requestUri": "/templatestep/{id}",
  372. "responseCode": 200
  373. },
  374. "input": {
  375. "type": "structure",
  376. "required": [
  377. "id",
  378. "templateId",
  379. "stepGroupId"
  380. ],
  381. "members": {
  382. "id": {
  383. "location": "uri",
  384. "locationName": "id"
  385. },
  386. "templateId": {
  387. "location": "querystring",
  388. "locationName": "templateId"
  389. },
  390. "stepGroupId": {
  391. "location": "querystring",
  392. "locationName": "stepGroupId"
  393. }
  394. }
  395. },
  396. "output": {
  397. "type": "structure",
  398. "members": {
  399. "id": {},
  400. "stepGroupId": {},
  401. "templateId": {},
  402. "name": {},
  403. "description": {},
  404. "stepActionType": {},
  405. "creationTime": {},
  406. "previous": {
  407. "shape": "Sp"
  408. },
  409. "next": {
  410. "shape": "Sp"
  411. },
  412. "outputs": {
  413. "type": "list",
  414. "member": {
  415. "type": "structure",
  416. "members": {
  417. "name": {},
  418. "dataType": {},
  419. "required": {
  420. "type": "boolean"
  421. }
  422. }
  423. }
  424. },
  425. "stepAutomationConfiguration": {
  426. "type": "structure",
  427. "members": {
  428. "scriptLocationS3Bucket": {},
  429. "scriptLocationS3Key": {
  430. "shape": "S11"
  431. },
  432. "command": {
  433. "shape": "S13"
  434. },
  435. "runEnvironment": {},
  436. "targetType": {}
  437. }
  438. }
  439. }
  440. }
  441. },
  442. "GetTemplateStepGroup": {
  443. "http": {
  444. "method": "GET",
  445. "requestUri": "/templates/{templateId}/stepgroups/{id}",
  446. "responseCode": 200
  447. },
  448. "input": {
  449. "type": "structure",
  450. "required": [
  451. "templateId",
  452. "id"
  453. ],
  454. "members": {
  455. "templateId": {
  456. "location": "uri",
  457. "locationName": "templateId"
  458. },
  459. "id": {
  460. "location": "uri",
  461. "locationName": "id"
  462. }
  463. }
  464. },
  465. "output": {
  466. "type": "structure",
  467. "members": {
  468. "templateId": {},
  469. "id": {},
  470. "name": {},
  471. "description": {},
  472. "status": {},
  473. "creationTime": {
  474. "type": "timestamp"
  475. },
  476. "lastModifiedTime": {
  477. "type": "timestamp"
  478. },
  479. "tools": {
  480. "shape": "S1j"
  481. },
  482. "previous": {
  483. "shape": "Sp"
  484. },
  485. "next": {
  486. "shape": "Sp"
  487. }
  488. }
  489. }
  490. },
  491. "GetWorkflow": {
  492. "http": {
  493. "method": "GET",
  494. "requestUri": "/migrationworkflow/{id}",
  495. "responseCode": 200
  496. },
  497. "input": {
  498. "type": "structure",
  499. "required": [
  500. "id"
  501. ],
  502. "members": {
  503. "id": {
  504. "location": "uri",
  505. "locationName": "id"
  506. }
  507. }
  508. },
  509. "output": {
  510. "type": "structure",
  511. "members": {
  512. "id": {},
  513. "arn": {},
  514. "name": {},
  515. "description": {},
  516. "templateId": {},
  517. "adsApplicationConfigurationId": {},
  518. "adsApplicationName": {},
  519. "status": {},
  520. "statusMessage": {},
  521. "creationTime": {
  522. "type": "timestamp"
  523. },
  524. "lastStartTime": {
  525. "type": "timestamp"
  526. },
  527. "lastStopTime": {
  528. "type": "timestamp"
  529. },
  530. "lastModifiedTime": {
  531. "type": "timestamp"
  532. },
  533. "endTime": {
  534. "type": "timestamp"
  535. },
  536. "tools": {
  537. "shape": "S1j"
  538. },
  539. "totalSteps": {
  540. "type": "integer"
  541. },
  542. "completedSteps": {
  543. "type": "integer"
  544. },
  545. "workflowInputs": {
  546. "shape": "Sk"
  547. },
  548. "tags": {
  549. "shape": "Sc"
  550. },
  551. "workflowBucket": {}
  552. }
  553. }
  554. },
  555. "GetWorkflowStep": {
  556. "http": {
  557. "method": "GET",
  558. "requestUri": "/workflowstep/{id}",
  559. "responseCode": 200
  560. },
  561. "input": {
  562. "type": "structure",
  563. "required": [
  564. "workflowId",
  565. "stepGroupId",
  566. "id"
  567. ],
  568. "members": {
  569. "workflowId": {
  570. "location": "querystring",
  571. "locationName": "workflowId"
  572. },
  573. "stepGroupId": {
  574. "location": "querystring",
  575. "locationName": "stepGroupId"
  576. },
  577. "id": {
  578. "location": "uri",
  579. "locationName": "id"
  580. }
  581. }
  582. },
  583. "output": {
  584. "type": "structure",
  585. "members": {
  586. "name": {},
  587. "stepGroupId": {},
  588. "workflowId": {},
  589. "stepId": {},
  590. "description": {},
  591. "stepActionType": {},
  592. "owner": {},
  593. "workflowStepAutomationConfiguration": {
  594. "shape": "Sz"
  595. },
  596. "stepTarget": {
  597. "shape": "Sp"
  598. },
  599. "outputs": {
  600. "type": "list",
  601. "member": {
  602. "shape": "S17"
  603. }
  604. },
  605. "previous": {
  606. "shape": "Sp"
  607. },
  608. "next": {
  609. "shape": "Sp"
  610. },
  611. "status": {},
  612. "statusMessage": {},
  613. "scriptOutputLocation": {},
  614. "creationTime": {
  615. "type": "timestamp"
  616. },
  617. "lastStartTime": {
  618. "type": "timestamp"
  619. },
  620. "endTime": {
  621. "type": "timestamp"
  622. },
  623. "noOfSrvCompleted": {
  624. "type": "integer"
  625. },
  626. "noOfSrvFailed": {
  627. "type": "integer"
  628. },
  629. "totalNoOfSrv": {
  630. "type": "integer"
  631. }
  632. }
  633. }
  634. },
  635. "GetWorkflowStepGroup": {
  636. "http": {
  637. "method": "GET",
  638. "requestUri": "/workflowstepgroup/{id}",
  639. "responseCode": 200
  640. },
  641. "input": {
  642. "type": "structure",
  643. "required": [
  644. "id",
  645. "workflowId"
  646. ],
  647. "members": {
  648. "id": {
  649. "location": "uri",
  650. "locationName": "id"
  651. },
  652. "workflowId": {
  653. "location": "querystring",
  654. "locationName": "workflowId"
  655. }
  656. }
  657. },
  658. "output": {
  659. "type": "structure",
  660. "members": {
  661. "id": {},
  662. "workflowId": {},
  663. "name": {},
  664. "description": {},
  665. "status": {},
  666. "owner": {},
  667. "creationTime": {
  668. "type": "timestamp"
  669. },
  670. "lastModifiedTime": {
  671. "type": "timestamp"
  672. },
  673. "endTime": {
  674. "type": "timestamp"
  675. },
  676. "tools": {
  677. "shape": "S1j"
  678. },
  679. "previous": {
  680. "shape": "Sp"
  681. },
  682. "next": {
  683. "shape": "Sp"
  684. }
  685. }
  686. }
  687. },
  688. "ListPlugins": {
  689. "http": {
  690. "method": "GET",
  691. "requestUri": "/plugins",
  692. "responseCode": 200
  693. },
  694. "input": {
  695. "type": "structure",
  696. "members": {
  697. "maxResults": {
  698. "location": "querystring",
  699. "locationName": "maxResults",
  700. "type": "integer"
  701. },
  702. "nextToken": {
  703. "location": "querystring",
  704. "locationName": "nextToken"
  705. }
  706. }
  707. },
  708. "output": {
  709. "type": "structure",
  710. "members": {
  711. "nextToken": {},
  712. "plugins": {
  713. "type": "list",
  714. "member": {
  715. "type": "structure",
  716. "members": {
  717. "pluginId": {},
  718. "hostname": {},
  719. "status": {},
  720. "ipAddress": {},
  721. "version": {},
  722. "registeredTime": {}
  723. }
  724. }
  725. }
  726. }
  727. }
  728. },
  729. "ListTagsForResource": {
  730. "http": {
  731. "method": "GET",
  732. "requestUri": "/tags/{resourceArn}",
  733. "responseCode": 200
  734. },
  735. "input": {
  736. "type": "structure",
  737. "required": [
  738. "resourceArn"
  739. ],
  740. "members": {
  741. "resourceArn": {
  742. "location": "uri",
  743. "locationName": "resourceArn"
  744. }
  745. }
  746. },
  747. "output": {
  748. "type": "structure",
  749. "members": {
  750. "tags": {
  751. "shape": "S7"
  752. }
  753. }
  754. }
  755. },
  756. "ListTemplateStepGroups": {
  757. "http": {
  758. "method": "GET",
  759. "requestUri": "/templatestepgroups/{templateId}",
  760. "responseCode": 200
  761. },
  762. "input": {
  763. "type": "structure",
  764. "required": [
  765. "templateId"
  766. ],
  767. "members": {
  768. "maxResults": {
  769. "location": "querystring",
  770. "locationName": "maxResults",
  771. "type": "integer"
  772. },
  773. "nextToken": {
  774. "location": "querystring",
  775. "locationName": "nextToken"
  776. },
  777. "templateId": {
  778. "location": "uri",
  779. "locationName": "templateId"
  780. }
  781. }
  782. },
  783. "output": {
  784. "type": "structure",
  785. "required": [
  786. "templateStepGroupSummary"
  787. ],
  788. "members": {
  789. "nextToken": {},
  790. "templateStepGroupSummary": {
  791. "type": "list",
  792. "member": {
  793. "type": "structure",
  794. "members": {
  795. "id": {},
  796. "name": {},
  797. "previous": {
  798. "shape": "Sp"
  799. },
  800. "next": {
  801. "shape": "Sp"
  802. }
  803. }
  804. }
  805. }
  806. }
  807. }
  808. },
  809. "ListTemplateSteps": {
  810. "http": {
  811. "method": "GET",
  812. "requestUri": "/templatesteps",
  813. "responseCode": 200
  814. },
  815. "input": {
  816. "type": "structure",
  817. "required": [
  818. "templateId",
  819. "stepGroupId"
  820. ],
  821. "members": {
  822. "maxResults": {
  823. "location": "querystring",
  824. "locationName": "maxResults",
  825. "type": "integer"
  826. },
  827. "nextToken": {
  828. "location": "querystring",
  829. "locationName": "nextToken"
  830. },
  831. "templateId": {
  832. "location": "querystring",
  833. "locationName": "templateId"
  834. },
  835. "stepGroupId": {
  836. "location": "querystring",
  837. "locationName": "stepGroupId"
  838. }
  839. }
  840. },
  841. "output": {
  842. "type": "structure",
  843. "members": {
  844. "nextToken": {},
  845. "templateStepSummaryList": {
  846. "type": "list",
  847. "member": {
  848. "type": "structure",
  849. "members": {
  850. "id": {},
  851. "stepGroupId": {},
  852. "templateId": {},
  853. "name": {},
  854. "stepActionType": {},
  855. "targetType": {},
  856. "owner": {},
  857. "previous": {
  858. "shape": "Sp"
  859. },
  860. "next": {
  861. "shape": "Sp"
  862. }
  863. }
  864. }
  865. }
  866. }
  867. }
  868. },
  869. "ListTemplates": {
  870. "http": {
  871. "method": "GET",
  872. "requestUri": "/migrationworkflowtemplates",
  873. "responseCode": 200
  874. },
  875. "input": {
  876. "type": "structure",
  877. "members": {
  878. "maxResults": {
  879. "location": "querystring",
  880. "locationName": "maxResults",
  881. "type": "integer"
  882. },
  883. "nextToken": {
  884. "location": "querystring",
  885. "locationName": "nextToken"
  886. },
  887. "name": {
  888. "location": "querystring",
  889. "locationName": "name"
  890. }
  891. }
  892. },
  893. "output": {
  894. "type": "structure",
  895. "required": [
  896. "templateSummary"
  897. ],
  898. "members": {
  899. "nextToken": {},
  900. "templateSummary": {
  901. "type": "list",
  902. "member": {
  903. "type": "structure",
  904. "members": {
  905. "id": {},
  906. "name": {},
  907. "arn": {},
  908. "description": {}
  909. }
  910. }
  911. }
  912. }
  913. }
  914. },
  915. "ListWorkflowStepGroups": {
  916. "http": {
  917. "method": "GET",
  918. "requestUri": "/workflowstepgroups",
  919. "responseCode": 200
  920. },
  921. "input": {
  922. "type": "structure",
  923. "required": [
  924. "workflowId"
  925. ],
  926. "members": {
  927. "nextToken": {
  928. "location": "querystring",
  929. "locationName": "nextToken"
  930. },
  931. "maxResults": {
  932. "location": "querystring",
  933. "locationName": "maxResults",
  934. "type": "integer"
  935. },
  936. "workflowId": {
  937. "location": "querystring",
  938. "locationName": "workflowId"
  939. }
  940. }
  941. },
  942. "output": {
  943. "type": "structure",
  944. "required": [
  945. "workflowStepGroupsSummary"
  946. ],
  947. "members": {
  948. "nextToken": {},
  949. "workflowStepGroupsSummary": {
  950. "type": "list",
  951. "member": {
  952. "type": "structure",
  953. "members": {
  954. "id": {},
  955. "name": {},
  956. "owner": {},
  957. "status": {},
  958. "previous": {
  959. "shape": "Sp"
  960. },
  961. "next": {
  962. "shape": "Sp"
  963. }
  964. }
  965. }
  966. }
  967. }
  968. }
  969. },
  970. "ListWorkflowSteps": {
  971. "http": {
  972. "method": "GET",
  973. "requestUri": "/workflow/{workflowId}/workflowstepgroups/{stepGroupId}/workflowsteps",
  974. "responseCode": 200
  975. },
  976. "input": {
  977. "type": "structure",
  978. "required": [
  979. "workflowId",
  980. "stepGroupId"
  981. ],
  982. "members": {
  983. "nextToken": {
  984. "location": "querystring",
  985. "locationName": "nextToken"
  986. },
  987. "maxResults": {
  988. "location": "querystring",
  989. "locationName": "maxResults",
  990. "type": "integer"
  991. },
  992. "workflowId": {
  993. "location": "uri",
  994. "locationName": "workflowId"
  995. },
  996. "stepGroupId": {
  997. "location": "uri",
  998. "locationName": "stepGroupId"
  999. }
  1000. }
  1001. },
  1002. "output": {
  1003. "type": "structure",
  1004. "required": [
  1005. "workflowStepsSummary"
  1006. ],
  1007. "members": {
  1008. "nextToken": {},
  1009. "workflowStepsSummary": {
  1010. "type": "list",
  1011. "member": {
  1012. "type": "structure",
  1013. "members": {
  1014. "stepId": {},
  1015. "name": {},
  1016. "stepActionType": {},
  1017. "owner": {},
  1018. "previous": {
  1019. "shape": "Sp"
  1020. },
  1021. "next": {
  1022. "shape": "Sp"
  1023. },
  1024. "status": {},
  1025. "statusMessage": {},
  1026. "noOfSrvCompleted": {
  1027. "type": "integer"
  1028. },
  1029. "noOfSrvFailed": {
  1030. "type": "integer"
  1031. },
  1032. "totalNoOfSrv": {
  1033. "type": "integer"
  1034. },
  1035. "description": {},
  1036. "scriptLocation": {}
  1037. }
  1038. }
  1039. }
  1040. }
  1041. }
  1042. },
  1043. "ListWorkflows": {
  1044. "http": {
  1045. "method": "GET",
  1046. "requestUri": "/migrationworkflows",
  1047. "responseCode": 200
  1048. },
  1049. "input": {
  1050. "type": "structure",
  1051. "members": {
  1052. "maxResults": {
  1053. "location": "querystring",
  1054. "locationName": "maxResults",
  1055. "type": "integer"
  1056. },
  1057. "nextToken": {
  1058. "location": "querystring",
  1059. "locationName": "nextToken"
  1060. },
  1061. "templateId": {
  1062. "location": "querystring",
  1063. "locationName": "templateId"
  1064. },
  1065. "adsApplicationConfigurationName": {
  1066. "location": "querystring",
  1067. "locationName": "adsApplicationConfigurationName"
  1068. },
  1069. "status": {
  1070. "location": "querystring",
  1071. "locationName": "status"
  1072. },
  1073. "name": {
  1074. "location": "querystring",
  1075. "locationName": "name"
  1076. }
  1077. }
  1078. },
  1079. "output": {
  1080. "type": "structure",
  1081. "required": [
  1082. "migrationWorkflowSummary"
  1083. ],
  1084. "members": {
  1085. "nextToken": {},
  1086. "migrationWorkflowSummary": {
  1087. "type": "list",
  1088. "member": {
  1089. "type": "structure",
  1090. "members": {
  1091. "id": {},
  1092. "name": {},
  1093. "templateId": {},
  1094. "adsApplicationConfigurationName": {},
  1095. "status": {},
  1096. "creationTime": {
  1097. "type": "timestamp"
  1098. },
  1099. "endTime": {
  1100. "type": "timestamp"
  1101. },
  1102. "statusMessage": {},
  1103. "completedSteps": {
  1104. "type": "integer"
  1105. },
  1106. "totalSteps": {
  1107. "type": "integer"
  1108. }
  1109. }
  1110. }
  1111. }
  1112. }
  1113. }
  1114. },
  1115. "RetryWorkflowStep": {
  1116. "http": {
  1117. "requestUri": "/retryworkflowstep/{id}",
  1118. "responseCode": 200
  1119. },
  1120. "input": {
  1121. "type": "structure",
  1122. "required": [
  1123. "workflowId",
  1124. "stepGroupId",
  1125. "id"
  1126. ],
  1127. "members": {
  1128. "workflowId": {
  1129. "location": "querystring",
  1130. "locationName": "workflowId"
  1131. },
  1132. "stepGroupId": {
  1133. "location": "querystring",
  1134. "locationName": "stepGroupId"
  1135. },
  1136. "id": {
  1137. "location": "uri",
  1138. "locationName": "id"
  1139. }
  1140. }
  1141. },
  1142. "output": {
  1143. "type": "structure",
  1144. "members": {
  1145. "stepGroupId": {},
  1146. "workflowId": {},
  1147. "id": {},
  1148. "status": {}
  1149. }
  1150. }
  1151. },
  1152. "StartWorkflow": {
  1153. "http": {
  1154. "requestUri": "/migrationworkflow/{id}/start",
  1155. "responseCode": 200
  1156. },
  1157. "input": {
  1158. "type": "structure",
  1159. "required": [
  1160. "id"
  1161. ],
  1162. "members": {
  1163. "id": {
  1164. "location": "uri",
  1165. "locationName": "id"
  1166. }
  1167. }
  1168. },
  1169. "output": {
  1170. "type": "structure",
  1171. "members": {
  1172. "id": {},
  1173. "arn": {},
  1174. "status": {},
  1175. "statusMessage": {},
  1176. "lastStartTime": {
  1177. "type": "timestamp"
  1178. }
  1179. }
  1180. }
  1181. },
  1182. "StopWorkflow": {
  1183. "http": {
  1184. "requestUri": "/migrationworkflow/{id}/stop",
  1185. "responseCode": 200
  1186. },
  1187. "input": {
  1188. "type": "structure",
  1189. "required": [
  1190. "id"
  1191. ],
  1192. "members": {
  1193. "id": {
  1194. "location": "uri",
  1195. "locationName": "id"
  1196. }
  1197. }
  1198. },
  1199. "output": {
  1200. "type": "structure",
  1201. "members": {
  1202. "id": {},
  1203. "arn": {},
  1204. "status": {},
  1205. "statusMessage": {},
  1206. "lastStopTime": {
  1207. "type": "timestamp"
  1208. }
  1209. }
  1210. }
  1211. },
  1212. "TagResource": {
  1213. "http": {
  1214. "requestUri": "/tags/{resourceArn}",
  1215. "responseCode": 200
  1216. },
  1217. "input": {
  1218. "type": "structure",
  1219. "required": [
  1220. "resourceArn",
  1221. "tags"
  1222. ],
  1223. "members": {
  1224. "resourceArn": {
  1225. "location": "uri",
  1226. "locationName": "resourceArn"
  1227. },
  1228. "tags": {
  1229. "shape": "S7"
  1230. }
  1231. }
  1232. },
  1233. "output": {
  1234. "type": "structure",
  1235. "members": {}
  1236. },
  1237. "idempotent": true
  1238. },
  1239. "UntagResource": {
  1240. "http": {
  1241. "method": "DELETE",
  1242. "requestUri": "/tags/{resourceArn}",
  1243. "responseCode": 200
  1244. },
  1245. "input": {
  1246. "type": "structure",
  1247. "required": [
  1248. "resourceArn",
  1249. "tagKeys"
  1250. ],
  1251. "members": {
  1252. "resourceArn": {
  1253. "location": "uri",
  1254. "locationName": "resourceArn"
  1255. },
  1256. "tagKeys": {
  1257. "location": "querystring",
  1258. "locationName": "tagKeys",
  1259. "type": "list",
  1260. "member": {}
  1261. }
  1262. }
  1263. },
  1264. "output": {
  1265. "type": "structure",
  1266. "members": {}
  1267. },
  1268. "idempotent": true
  1269. },
  1270. "UpdateTemplate": {
  1271. "http": {
  1272. "requestUri": "/template/{id}",
  1273. "responseCode": 200
  1274. },
  1275. "input": {
  1276. "type": "structure",
  1277. "required": [
  1278. "id"
  1279. ],
  1280. "members": {
  1281. "id": {
  1282. "location": "uri",
  1283. "locationName": "id"
  1284. },
  1285. "templateName": {},
  1286. "templateDescription": {},
  1287. "clientToken": {
  1288. "idempotencyToken": true
  1289. }
  1290. }
  1291. },
  1292. "output": {
  1293. "type": "structure",
  1294. "members": {
  1295. "templateId": {},
  1296. "templateArn": {},
  1297. "tags": {
  1298. "shape": "Sc"
  1299. }
  1300. }
  1301. }
  1302. },
  1303. "UpdateWorkflow": {
  1304. "http": {
  1305. "requestUri": "/migrationworkflow/{id}",
  1306. "responseCode": 200
  1307. },
  1308. "input": {
  1309. "type": "structure",
  1310. "required": [
  1311. "id"
  1312. ],
  1313. "members": {
  1314. "id": {
  1315. "location": "uri",
  1316. "locationName": "id"
  1317. },
  1318. "name": {},
  1319. "description": {},
  1320. "inputParameters": {
  1321. "shape": "Sk"
  1322. },
  1323. "stepTargets": {
  1324. "shape": "Sp"
  1325. }
  1326. }
  1327. },
  1328. "output": {
  1329. "type": "structure",
  1330. "members": {
  1331. "id": {},
  1332. "arn": {},
  1333. "name": {},
  1334. "description": {},
  1335. "templateId": {},
  1336. "adsApplicationConfigurationId": {},
  1337. "workflowInputs": {
  1338. "shape": "Sk"
  1339. },
  1340. "stepTargets": {
  1341. "shape": "Sp"
  1342. },
  1343. "status": {},
  1344. "creationTime": {
  1345. "type": "timestamp"
  1346. },
  1347. "lastModifiedTime": {
  1348. "type": "timestamp"
  1349. },
  1350. "tags": {
  1351. "shape": "Sc"
  1352. }
  1353. }
  1354. }
  1355. },
  1356. "UpdateWorkflowStep": {
  1357. "http": {
  1358. "requestUri": "/workflowstep/{id}",
  1359. "responseCode": 200
  1360. },
  1361. "input": {
  1362. "type": "structure",
  1363. "required": [
  1364. "id",
  1365. "stepGroupId",
  1366. "workflowId"
  1367. ],
  1368. "members": {
  1369. "id": {
  1370. "location": "uri",
  1371. "locationName": "id"
  1372. },
  1373. "stepGroupId": {},
  1374. "workflowId": {},
  1375. "name": {},
  1376. "description": {},
  1377. "stepActionType": {},
  1378. "workflowStepAutomationConfiguration": {
  1379. "shape": "Sz"
  1380. },
  1381. "stepTarget": {
  1382. "shape": "Sp"
  1383. },
  1384. "outputs": {
  1385. "shape": "S16"
  1386. },
  1387. "previous": {
  1388. "shape": "Sp"
  1389. },
  1390. "next": {
  1391. "shape": "Sp"
  1392. },
  1393. "status": {}
  1394. }
  1395. },
  1396. "output": {
  1397. "type": "structure",
  1398. "members": {
  1399. "id": {},
  1400. "stepGroupId": {},
  1401. "workflowId": {},
  1402. "name": {}
  1403. }
  1404. }
  1405. },
  1406. "UpdateWorkflowStepGroup": {
  1407. "http": {
  1408. "requestUri": "/workflowstepgroup/{id}",
  1409. "responseCode": 202
  1410. },
  1411. "input": {
  1412. "type": "structure",
  1413. "required": [
  1414. "workflowId",
  1415. "id"
  1416. ],
  1417. "members": {
  1418. "workflowId": {
  1419. "location": "querystring",
  1420. "locationName": "workflowId"
  1421. },
  1422. "id": {
  1423. "location": "uri",
  1424. "locationName": "id"
  1425. },
  1426. "name": {},
  1427. "description": {},
  1428. "next": {
  1429. "shape": "Sp"
  1430. },
  1431. "previous": {
  1432. "shape": "Sp"
  1433. }
  1434. }
  1435. },
  1436. "output": {
  1437. "type": "structure",
  1438. "members": {
  1439. "workflowId": {},
  1440. "name": {},
  1441. "id": {},
  1442. "description": {},
  1443. "tools": {
  1444. "shape": "S1j"
  1445. },
  1446. "next": {
  1447. "shape": "Sp"
  1448. },
  1449. "previous": {
  1450. "shape": "Sp"
  1451. },
  1452. "lastModifiedTime": {
  1453. "type": "timestamp"
  1454. }
  1455. }
  1456. },
  1457. "idempotent": true
  1458. }
  1459. },
  1460. "shapes": {
  1461. "S7": {
  1462. "type": "map",
  1463. "key": {},
  1464. "value": {}
  1465. },
  1466. "Sc": {
  1467. "type": "map",
  1468. "key": {},
  1469. "value": {}
  1470. },
  1471. "Sk": {
  1472. "type": "map",
  1473. "key": {},
  1474. "value": {
  1475. "type": "structure",
  1476. "members": {
  1477. "integerValue": {
  1478. "type": "integer"
  1479. },
  1480. "stringValue": {},
  1481. "listOfStringsValue": {
  1482. "shape": "Sp"
  1483. },
  1484. "mapOfStringValue": {
  1485. "shape": "Sc"
  1486. }
  1487. },
  1488. "union": true
  1489. },
  1490. "sensitive": true
  1491. },
  1492. "Sp": {
  1493. "type": "list",
  1494. "member": {}
  1495. },
  1496. "Sz": {
  1497. "type": "structure",
  1498. "members": {
  1499. "scriptLocationS3Bucket": {},
  1500. "scriptLocationS3Key": {
  1501. "shape": "S11"
  1502. },
  1503. "command": {
  1504. "shape": "S13"
  1505. },
  1506. "runEnvironment": {},
  1507. "targetType": {}
  1508. }
  1509. },
  1510. "S11": {
  1511. "type": "structure",
  1512. "members": {
  1513. "linux": {},
  1514. "windows": {}
  1515. }
  1516. },
  1517. "S13": {
  1518. "type": "structure",
  1519. "members": {
  1520. "linux": {},
  1521. "windows": {}
  1522. }
  1523. },
  1524. "S16": {
  1525. "type": "list",
  1526. "member": {
  1527. "shape": "S17"
  1528. }
  1529. },
  1530. "S17": {
  1531. "type": "structure",
  1532. "members": {
  1533. "name": {},
  1534. "dataType": {},
  1535. "required": {
  1536. "type": "boolean"
  1537. },
  1538. "value": {
  1539. "type": "structure",
  1540. "members": {
  1541. "integerValue": {
  1542. "type": "integer"
  1543. },
  1544. "stringValue": {},
  1545. "listOfStringValue": {
  1546. "type": "list",
  1547. "member": {}
  1548. }
  1549. },
  1550. "union": true
  1551. }
  1552. }
  1553. },
  1554. "S1j": {
  1555. "type": "list",
  1556. "member": {
  1557. "type": "structure",
  1558. "members": {
  1559. "name": {},
  1560. "url": {}
  1561. }
  1562. }
  1563. }
  1564. }
  1565. }