sms-2016-10-24.min.json 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080
  1. {
  2. "version": "2.0",
  3. "metadata": {
  4. "apiVersion": "2016-10-24",
  5. "endpointPrefix": "sms",
  6. "jsonVersion": "1.1",
  7. "protocol": "json",
  8. "serviceAbbreviation": "SMS",
  9. "serviceFullName": "AWS Server Migration Service",
  10. "serviceId": "SMS",
  11. "signatureVersion": "v4",
  12. "targetPrefix": "AWSServerMigrationService_V2016_10_24",
  13. "uid": "sms-2016-10-24"
  14. },
  15. "operations": {
  16. "CreateApp": {
  17. "input": {
  18. "type": "structure",
  19. "members": {
  20. "name": {},
  21. "description": {},
  22. "roleName": {},
  23. "clientToken": {},
  24. "serverGroups": {
  25. "shape": "S6"
  26. },
  27. "tags": {
  28. "shape": "So"
  29. }
  30. }
  31. },
  32. "output": {
  33. "type": "structure",
  34. "members": {
  35. "appSummary": {
  36. "shape": "St"
  37. },
  38. "serverGroups": {
  39. "shape": "S6"
  40. },
  41. "tags": {
  42. "shape": "So"
  43. }
  44. }
  45. }
  46. },
  47. "CreateReplicationJob": {
  48. "input": {
  49. "type": "structure",
  50. "required": [
  51. "serverId",
  52. "seedReplicationTime"
  53. ],
  54. "members": {
  55. "serverId": {},
  56. "seedReplicationTime": {
  57. "type": "timestamp"
  58. },
  59. "frequency": {
  60. "type": "integer"
  61. },
  62. "runOnce": {
  63. "type": "boolean"
  64. },
  65. "licenseType": {},
  66. "roleName": {},
  67. "description": {},
  68. "numberOfRecentAmisToKeep": {
  69. "type": "integer"
  70. },
  71. "encrypted": {
  72. "type": "boolean"
  73. },
  74. "kmsKeyId": {}
  75. }
  76. },
  77. "output": {
  78. "type": "structure",
  79. "members": {
  80. "replicationJobId": {}
  81. }
  82. }
  83. },
  84. "DeleteApp": {
  85. "input": {
  86. "type": "structure",
  87. "members": {
  88. "appId": {},
  89. "forceStopAppReplication": {
  90. "type": "boolean"
  91. },
  92. "forceTerminateApp": {
  93. "type": "boolean"
  94. }
  95. }
  96. },
  97. "output": {
  98. "type": "structure",
  99. "members": {}
  100. }
  101. },
  102. "DeleteAppLaunchConfiguration": {
  103. "input": {
  104. "type": "structure",
  105. "members": {
  106. "appId": {}
  107. }
  108. },
  109. "output": {
  110. "type": "structure",
  111. "members": {}
  112. }
  113. },
  114. "DeleteAppReplicationConfiguration": {
  115. "input": {
  116. "type": "structure",
  117. "members": {
  118. "appId": {}
  119. }
  120. },
  121. "output": {
  122. "type": "structure",
  123. "members": {}
  124. }
  125. },
  126. "DeleteAppValidationConfiguration": {
  127. "input": {
  128. "type": "structure",
  129. "required": [
  130. "appId"
  131. ],
  132. "members": {
  133. "appId": {}
  134. }
  135. },
  136. "output": {
  137. "type": "structure",
  138. "members": {}
  139. }
  140. },
  141. "DeleteReplicationJob": {
  142. "input": {
  143. "type": "structure",
  144. "required": [
  145. "replicationJobId"
  146. ],
  147. "members": {
  148. "replicationJobId": {}
  149. }
  150. },
  151. "output": {
  152. "type": "structure",
  153. "members": {}
  154. }
  155. },
  156. "DeleteServerCatalog": {
  157. "input": {
  158. "type": "structure",
  159. "members": {}
  160. },
  161. "output": {
  162. "type": "structure",
  163. "members": {}
  164. }
  165. },
  166. "DisassociateConnector": {
  167. "input": {
  168. "type": "structure",
  169. "required": [
  170. "connectorId"
  171. ],
  172. "members": {
  173. "connectorId": {}
  174. }
  175. },
  176. "output": {
  177. "type": "structure",
  178. "members": {}
  179. }
  180. },
  181. "GenerateChangeSet": {
  182. "input": {
  183. "type": "structure",
  184. "members": {
  185. "appId": {},
  186. "changesetFormat": {}
  187. }
  188. },
  189. "output": {
  190. "type": "structure",
  191. "members": {
  192. "s3Location": {
  193. "shape": "S24"
  194. }
  195. }
  196. }
  197. },
  198. "GenerateTemplate": {
  199. "input": {
  200. "type": "structure",
  201. "members": {
  202. "appId": {},
  203. "templateFormat": {}
  204. }
  205. },
  206. "output": {
  207. "type": "structure",
  208. "members": {
  209. "s3Location": {
  210. "shape": "S24"
  211. }
  212. }
  213. }
  214. },
  215. "GetApp": {
  216. "input": {
  217. "type": "structure",
  218. "members": {
  219. "appId": {}
  220. }
  221. },
  222. "output": {
  223. "type": "structure",
  224. "members": {
  225. "appSummary": {
  226. "shape": "St"
  227. },
  228. "serverGroups": {
  229. "shape": "S6"
  230. },
  231. "tags": {
  232. "shape": "So"
  233. }
  234. }
  235. }
  236. },
  237. "GetAppLaunchConfiguration": {
  238. "input": {
  239. "type": "structure",
  240. "members": {
  241. "appId": {}
  242. }
  243. },
  244. "output": {
  245. "type": "structure",
  246. "members": {
  247. "appId": {},
  248. "roleName": {},
  249. "autoLaunch": {
  250. "type": "boolean"
  251. },
  252. "serverGroupLaunchConfigurations": {
  253. "shape": "S2e"
  254. }
  255. }
  256. }
  257. },
  258. "GetAppReplicationConfiguration": {
  259. "input": {
  260. "type": "structure",
  261. "members": {
  262. "appId": {}
  263. }
  264. },
  265. "output": {
  266. "type": "structure",
  267. "members": {
  268. "serverGroupReplicationConfigurations": {
  269. "shape": "S2u"
  270. }
  271. }
  272. }
  273. },
  274. "GetAppValidationConfiguration": {
  275. "input": {
  276. "type": "structure",
  277. "required": [
  278. "appId"
  279. ],
  280. "members": {
  281. "appId": {}
  282. }
  283. },
  284. "output": {
  285. "type": "structure",
  286. "members": {
  287. "appValidationConfigurations": {
  288. "shape": "S31"
  289. },
  290. "serverGroupValidationConfigurations": {
  291. "shape": "S3c"
  292. }
  293. }
  294. }
  295. },
  296. "GetAppValidationOutput": {
  297. "input": {
  298. "type": "structure",
  299. "required": [
  300. "appId"
  301. ],
  302. "members": {
  303. "appId": {}
  304. }
  305. },
  306. "output": {
  307. "type": "structure",
  308. "members": {
  309. "validationOutputList": {
  310. "type": "list",
  311. "member": {
  312. "type": "structure",
  313. "members": {
  314. "validationId": {},
  315. "name": {},
  316. "status": {},
  317. "statusMessage": {},
  318. "latestValidationTime": {
  319. "type": "timestamp"
  320. },
  321. "appValidationOutput": {
  322. "type": "structure",
  323. "members": {
  324. "ssmOutput": {
  325. "type": "structure",
  326. "members": {
  327. "s3Location": {
  328. "shape": "S24"
  329. }
  330. }
  331. }
  332. }
  333. },
  334. "serverValidationOutput": {
  335. "type": "structure",
  336. "members": {
  337. "server": {
  338. "shape": "Sb"
  339. }
  340. }
  341. }
  342. }
  343. }
  344. }
  345. }
  346. }
  347. },
  348. "GetConnectors": {
  349. "input": {
  350. "type": "structure",
  351. "members": {
  352. "nextToken": {},
  353. "maxResults": {
  354. "type": "integer"
  355. }
  356. }
  357. },
  358. "output": {
  359. "type": "structure",
  360. "members": {
  361. "connectorList": {
  362. "type": "list",
  363. "member": {
  364. "type": "structure",
  365. "members": {
  366. "connectorId": {},
  367. "version": {},
  368. "status": {},
  369. "capabilityList": {
  370. "type": "list",
  371. "member": {}
  372. },
  373. "vmManagerName": {},
  374. "vmManagerType": {},
  375. "vmManagerId": {},
  376. "ipAddress": {},
  377. "macAddress": {},
  378. "associatedOn": {
  379. "type": "timestamp"
  380. }
  381. }
  382. }
  383. },
  384. "nextToken": {}
  385. }
  386. }
  387. },
  388. "GetReplicationJobs": {
  389. "input": {
  390. "type": "structure",
  391. "members": {
  392. "replicationJobId": {},
  393. "nextToken": {},
  394. "maxResults": {
  395. "type": "integer"
  396. }
  397. }
  398. },
  399. "output": {
  400. "type": "structure",
  401. "members": {
  402. "replicationJobList": {
  403. "type": "list",
  404. "member": {
  405. "shape": "S46"
  406. }
  407. },
  408. "nextToken": {}
  409. }
  410. }
  411. },
  412. "GetReplicationRuns": {
  413. "input": {
  414. "type": "structure",
  415. "required": [
  416. "replicationJobId"
  417. ],
  418. "members": {
  419. "replicationJobId": {},
  420. "nextToken": {},
  421. "maxResults": {
  422. "type": "integer"
  423. }
  424. }
  425. },
  426. "output": {
  427. "type": "structure",
  428. "members": {
  429. "replicationJob": {
  430. "shape": "S46"
  431. },
  432. "replicationRunList": {
  433. "shape": "S4a"
  434. },
  435. "nextToken": {}
  436. }
  437. }
  438. },
  439. "GetServers": {
  440. "input": {
  441. "type": "structure",
  442. "members": {
  443. "nextToken": {},
  444. "maxResults": {
  445. "type": "integer"
  446. },
  447. "vmServerAddressList": {
  448. "type": "list",
  449. "member": {
  450. "shape": "Sf"
  451. }
  452. }
  453. }
  454. },
  455. "output": {
  456. "type": "structure",
  457. "members": {
  458. "lastModifiedOn": {
  459. "type": "timestamp"
  460. },
  461. "serverCatalogStatus": {},
  462. "serverList": {
  463. "shape": "Sa"
  464. },
  465. "nextToken": {}
  466. }
  467. }
  468. },
  469. "ImportAppCatalog": {
  470. "input": {
  471. "type": "structure",
  472. "members": {
  473. "roleName": {}
  474. }
  475. },
  476. "output": {
  477. "type": "structure",
  478. "members": {}
  479. }
  480. },
  481. "ImportServerCatalog": {
  482. "input": {
  483. "type": "structure",
  484. "members": {}
  485. },
  486. "output": {
  487. "type": "structure",
  488. "members": {}
  489. }
  490. },
  491. "LaunchApp": {
  492. "input": {
  493. "type": "structure",
  494. "members": {
  495. "appId": {}
  496. }
  497. },
  498. "output": {
  499. "type": "structure",
  500. "members": {}
  501. }
  502. },
  503. "ListApps": {
  504. "input": {
  505. "type": "structure",
  506. "members": {
  507. "appIds": {
  508. "type": "list",
  509. "member": {}
  510. },
  511. "nextToken": {},
  512. "maxResults": {
  513. "type": "integer"
  514. }
  515. }
  516. },
  517. "output": {
  518. "type": "structure",
  519. "members": {
  520. "apps": {
  521. "type": "list",
  522. "member": {
  523. "shape": "St"
  524. }
  525. },
  526. "nextToken": {}
  527. }
  528. }
  529. },
  530. "NotifyAppValidationOutput": {
  531. "input": {
  532. "type": "structure",
  533. "required": [
  534. "appId"
  535. ],
  536. "members": {
  537. "appId": {},
  538. "notificationContext": {
  539. "type": "structure",
  540. "members": {
  541. "validationId": {},
  542. "status": {},
  543. "statusMessage": {}
  544. }
  545. }
  546. }
  547. },
  548. "output": {
  549. "type": "structure",
  550. "members": {}
  551. }
  552. },
  553. "PutAppLaunchConfiguration": {
  554. "input": {
  555. "type": "structure",
  556. "members": {
  557. "appId": {},
  558. "roleName": {},
  559. "autoLaunch": {
  560. "type": "boolean"
  561. },
  562. "serverGroupLaunchConfigurations": {
  563. "shape": "S2e"
  564. }
  565. }
  566. },
  567. "output": {
  568. "type": "structure",
  569. "members": {}
  570. }
  571. },
  572. "PutAppReplicationConfiguration": {
  573. "input": {
  574. "type": "structure",
  575. "members": {
  576. "appId": {},
  577. "serverGroupReplicationConfigurations": {
  578. "shape": "S2u"
  579. }
  580. }
  581. },
  582. "output": {
  583. "type": "structure",
  584. "members": {}
  585. }
  586. },
  587. "PutAppValidationConfiguration": {
  588. "input": {
  589. "type": "structure",
  590. "required": [
  591. "appId"
  592. ],
  593. "members": {
  594. "appId": {},
  595. "appValidationConfigurations": {
  596. "shape": "S31"
  597. },
  598. "serverGroupValidationConfigurations": {
  599. "shape": "S3c"
  600. }
  601. }
  602. },
  603. "output": {
  604. "type": "structure",
  605. "members": {}
  606. }
  607. },
  608. "StartAppReplication": {
  609. "input": {
  610. "type": "structure",
  611. "members": {
  612. "appId": {}
  613. }
  614. },
  615. "output": {
  616. "type": "structure",
  617. "members": {}
  618. }
  619. },
  620. "StartOnDemandAppReplication": {
  621. "input": {
  622. "type": "structure",
  623. "required": [
  624. "appId"
  625. ],
  626. "members": {
  627. "appId": {},
  628. "description": {}
  629. }
  630. },
  631. "output": {
  632. "type": "structure",
  633. "members": {}
  634. }
  635. },
  636. "StartOnDemandReplicationRun": {
  637. "input": {
  638. "type": "structure",
  639. "required": [
  640. "replicationJobId"
  641. ],
  642. "members": {
  643. "replicationJobId": {},
  644. "description": {}
  645. }
  646. },
  647. "output": {
  648. "type": "structure",
  649. "members": {
  650. "replicationRunId": {}
  651. }
  652. }
  653. },
  654. "StopAppReplication": {
  655. "input": {
  656. "type": "structure",
  657. "members": {
  658. "appId": {}
  659. }
  660. },
  661. "output": {
  662. "type": "structure",
  663. "members": {}
  664. }
  665. },
  666. "TerminateApp": {
  667. "input": {
  668. "type": "structure",
  669. "members": {
  670. "appId": {}
  671. }
  672. },
  673. "output": {
  674. "type": "structure",
  675. "members": {}
  676. }
  677. },
  678. "UpdateApp": {
  679. "input": {
  680. "type": "structure",
  681. "members": {
  682. "appId": {},
  683. "name": {},
  684. "description": {},
  685. "roleName": {},
  686. "serverGroups": {
  687. "shape": "S6"
  688. },
  689. "tags": {
  690. "shape": "So"
  691. }
  692. }
  693. },
  694. "output": {
  695. "type": "structure",
  696. "members": {
  697. "appSummary": {
  698. "shape": "St"
  699. },
  700. "serverGroups": {
  701. "shape": "S6"
  702. },
  703. "tags": {
  704. "shape": "So"
  705. }
  706. }
  707. }
  708. },
  709. "UpdateReplicationJob": {
  710. "input": {
  711. "type": "structure",
  712. "required": [
  713. "replicationJobId"
  714. ],
  715. "members": {
  716. "replicationJobId": {},
  717. "frequency": {
  718. "type": "integer"
  719. },
  720. "nextReplicationRunStartTime": {
  721. "type": "timestamp"
  722. },
  723. "licenseType": {},
  724. "roleName": {},
  725. "description": {},
  726. "numberOfRecentAmisToKeep": {
  727. "type": "integer"
  728. },
  729. "encrypted": {
  730. "type": "boolean"
  731. },
  732. "kmsKeyId": {}
  733. }
  734. },
  735. "output": {
  736. "type": "structure",
  737. "members": {}
  738. }
  739. }
  740. },
  741. "shapes": {
  742. "S6": {
  743. "type": "list",
  744. "member": {
  745. "type": "structure",
  746. "members": {
  747. "serverGroupId": {},
  748. "name": {},
  749. "serverList": {
  750. "shape": "Sa"
  751. }
  752. }
  753. }
  754. },
  755. "Sa": {
  756. "type": "list",
  757. "member": {
  758. "shape": "Sb"
  759. }
  760. },
  761. "Sb": {
  762. "type": "structure",
  763. "members": {
  764. "serverId": {},
  765. "serverType": {},
  766. "vmServer": {
  767. "shape": "Se"
  768. },
  769. "replicationJobId": {},
  770. "replicationJobTerminated": {
  771. "type": "boolean"
  772. }
  773. }
  774. },
  775. "Se": {
  776. "type": "structure",
  777. "members": {
  778. "vmServerAddress": {
  779. "shape": "Sf"
  780. },
  781. "vmName": {},
  782. "vmManagerName": {},
  783. "vmManagerType": {},
  784. "vmPath": {}
  785. }
  786. },
  787. "Sf": {
  788. "type": "structure",
  789. "members": {
  790. "vmManagerId": {},
  791. "vmId": {}
  792. }
  793. },
  794. "So": {
  795. "type": "list",
  796. "member": {
  797. "type": "structure",
  798. "members": {
  799. "key": {},
  800. "value": {}
  801. }
  802. }
  803. },
  804. "St": {
  805. "type": "structure",
  806. "members": {
  807. "appId": {},
  808. "importedAppId": {},
  809. "name": {},
  810. "description": {},
  811. "status": {},
  812. "statusMessage": {},
  813. "replicationConfigurationStatus": {},
  814. "replicationStatus": {},
  815. "replicationStatusMessage": {},
  816. "latestReplicationTime": {
  817. "type": "timestamp"
  818. },
  819. "launchConfigurationStatus": {},
  820. "launchStatus": {},
  821. "launchStatusMessage": {},
  822. "launchDetails": {
  823. "type": "structure",
  824. "members": {
  825. "latestLaunchTime": {
  826. "type": "timestamp"
  827. },
  828. "stackName": {},
  829. "stackId": {}
  830. }
  831. },
  832. "creationTime": {
  833. "type": "timestamp"
  834. },
  835. "lastModified": {
  836. "type": "timestamp"
  837. },
  838. "roleName": {},
  839. "totalServerGroups": {
  840. "type": "integer"
  841. },
  842. "totalServers": {
  843. "type": "integer"
  844. }
  845. }
  846. },
  847. "S24": {
  848. "type": "structure",
  849. "members": {
  850. "bucket": {},
  851. "key": {}
  852. }
  853. },
  854. "S2e": {
  855. "type": "list",
  856. "member": {
  857. "type": "structure",
  858. "members": {
  859. "serverGroupId": {},
  860. "launchOrder": {
  861. "type": "integer"
  862. },
  863. "serverLaunchConfigurations": {
  864. "type": "list",
  865. "member": {
  866. "type": "structure",
  867. "members": {
  868. "server": {
  869. "shape": "Sb"
  870. },
  871. "logicalId": {},
  872. "vpc": {},
  873. "subnet": {},
  874. "securityGroup": {},
  875. "ec2KeyName": {},
  876. "userData": {
  877. "type": "structure",
  878. "members": {
  879. "s3Location": {
  880. "shape": "S24"
  881. }
  882. }
  883. },
  884. "instanceType": {},
  885. "associatePublicIpAddress": {
  886. "type": "boolean"
  887. },
  888. "iamInstanceProfileName": {},
  889. "configureScript": {
  890. "shape": "S24"
  891. },
  892. "configureScriptType": {}
  893. }
  894. }
  895. }
  896. }
  897. }
  898. },
  899. "S2u": {
  900. "type": "list",
  901. "member": {
  902. "type": "structure",
  903. "members": {
  904. "serverGroupId": {},
  905. "serverReplicationConfigurations": {
  906. "type": "list",
  907. "member": {
  908. "type": "structure",
  909. "members": {
  910. "server": {
  911. "shape": "Sb"
  912. },
  913. "serverReplicationParameters": {
  914. "type": "structure",
  915. "members": {
  916. "seedTime": {
  917. "type": "timestamp"
  918. },
  919. "frequency": {
  920. "type": "integer"
  921. },
  922. "runOnce": {
  923. "type": "boolean"
  924. },
  925. "licenseType": {},
  926. "numberOfRecentAmisToKeep": {
  927. "type": "integer"
  928. },
  929. "encrypted": {
  930. "type": "boolean"
  931. },
  932. "kmsKeyId": {}
  933. }
  934. }
  935. }
  936. }
  937. }
  938. }
  939. }
  940. },
  941. "S31": {
  942. "type": "list",
  943. "member": {
  944. "type": "structure",
  945. "members": {
  946. "validationId": {},
  947. "name": {},
  948. "appValidationStrategy": {},
  949. "ssmValidationParameters": {
  950. "type": "structure",
  951. "members": {
  952. "source": {
  953. "shape": "S37"
  954. },
  955. "instanceId": {},
  956. "scriptType": {},
  957. "command": {},
  958. "executionTimeoutSeconds": {
  959. "type": "integer"
  960. },
  961. "outputS3BucketName": {}
  962. }
  963. }
  964. }
  965. }
  966. },
  967. "S37": {
  968. "type": "structure",
  969. "members": {
  970. "s3Location": {
  971. "shape": "S24"
  972. }
  973. }
  974. },
  975. "S3c": {
  976. "type": "list",
  977. "member": {
  978. "type": "structure",
  979. "members": {
  980. "serverGroupId": {},
  981. "serverValidationConfigurations": {
  982. "type": "list",
  983. "member": {
  984. "type": "structure",
  985. "members": {
  986. "server": {
  987. "shape": "Sb"
  988. },
  989. "validationId": {},
  990. "name": {},
  991. "serverValidationStrategy": {},
  992. "userDataValidationParameters": {
  993. "type": "structure",
  994. "members": {
  995. "source": {
  996. "shape": "S37"
  997. },
  998. "scriptType": {}
  999. }
  1000. }
  1001. }
  1002. }
  1003. }
  1004. }
  1005. }
  1006. },
  1007. "S46": {
  1008. "type": "structure",
  1009. "members": {
  1010. "replicationJobId": {},
  1011. "serverId": {},
  1012. "serverType": {},
  1013. "vmServer": {
  1014. "shape": "Se"
  1015. },
  1016. "seedReplicationTime": {
  1017. "type": "timestamp"
  1018. },
  1019. "frequency": {
  1020. "type": "integer"
  1021. },
  1022. "runOnce": {
  1023. "type": "boolean"
  1024. },
  1025. "nextReplicationRunStartTime": {
  1026. "type": "timestamp"
  1027. },
  1028. "licenseType": {},
  1029. "roleName": {},
  1030. "latestAmiId": {},
  1031. "state": {},
  1032. "statusMessage": {},
  1033. "description": {},
  1034. "numberOfRecentAmisToKeep": {
  1035. "type": "integer"
  1036. },
  1037. "encrypted": {
  1038. "type": "boolean"
  1039. },
  1040. "kmsKeyId": {},
  1041. "replicationRunList": {
  1042. "shape": "S4a"
  1043. }
  1044. }
  1045. },
  1046. "S4a": {
  1047. "type": "list",
  1048. "member": {
  1049. "type": "structure",
  1050. "members": {
  1051. "replicationRunId": {},
  1052. "state": {},
  1053. "type": {},
  1054. "stageDetails": {
  1055. "type": "structure",
  1056. "members": {
  1057. "stage": {},
  1058. "stageProgress": {}
  1059. }
  1060. },
  1061. "statusMessage": {},
  1062. "amiId": {},
  1063. "scheduledStartTime": {
  1064. "type": "timestamp"
  1065. },
  1066. "completedTime": {
  1067. "type": "timestamp"
  1068. },
  1069. "description": {},
  1070. "encrypted": {
  1071. "type": "boolean"
  1072. },
  1073. "kmsKeyId": {}
  1074. }
  1075. }
  1076. }
  1077. },
  1078. "deprecated": true,
  1079. "deprecatedMessage": "AWS Server Migration Service is Deprecated."
  1080. }