simspaceweaver-2022-10-28.min.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621
  1. {
  2. "version": "2.0",
  3. "metadata": {
  4. "apiVersion": "2022-10-28",
  5. "endpointPrefix": "simspaceweaver",
  6. "jsonVersion": "1.1",
  7. "protocol": "rest-json",
  8. "serviceFullName": "AWS SimSpace Weaver",
  9. "serviceId": "SimSpaceWeaver",
  10. "signatureVersion": "v4",
  11. "signingName": "simspaceweaver",
  12. "uid": "simspaceweaver-2022-10-28"
  13. },
  14. "operations": {
  15. "CreateSnapshot": {
  16. "http": {
  17. "requestUri": "/createsnapshot",
  18. "responseCode": 200
  19. },
  20. "input": {
  21. "type": "structure",
  22. "required": [
  23. "Destination",
  24. "Simulation"
  25. ],
  26. "members": {
  27. "Destination": {
  28. "type": "structure",
  29. "required": [
  30. "BucketName"
  31. ],
  32. "members": {
  33. "BucketName": {},
  34. "ObjectKeyPrefix": {}
  35. }
  36. },
  37. "Simulation": {}
  38. }
  39. },
  40. "output": {
  41. "type": "structure",
  42. "members": {}
  43. }
  44. },
  45. "DeleteApp": {
  46. "http": {
  47. "method": "DELETE",
  48. "requestUri": "/deleteapp",
  49. "responseCode": 200
  50. },
  51. "input": {
  52. "type": "structure",
  53. "required": [
  54. "App",
  55. "Domain",
  56. "Simulation"
  57. ],
  58. "members": {
  59. "App": {
  60. "location": "querystring",
  61. "locationName": "app"
  62. },
  63. "Domain": {
  64. "location": "querystring",
  65. "locationName": "domain"
  66. },
  67. "Simulation": {
  68. "location": "querystring",
  69. "locationName": "simulation"
  70. }
  71. }
  72. },
  73. "output": {
  74. "type": "structure",
  75. "members": {}
  76. },
  77. "idempotent": true
  78. },
  79. "DeleteSimulation": {
  80. "http": {
  81. "method": "DELETE",
  82. "requestUri": "/deletesimulation",
  83. "responseCode": 200
  84. },
  85. "input": {
  86. "type": "structure",
  87. "required": [
  88. "Simulation"
  89. ],
  90. "members": {
  91. "Simulation": {
  92. "location": "querystring",
  93. "locationName": "simulation"
  94. }
  95. }
  96. },
  97. "output": {
  98. "type": "structure",
  99. "members": {}
  100. },
  101. "idempotent": true
  102. },
  103. "DescribeApp": {
  104. "http": {
  105. "method": "GET",
  106. "requestUri": "/describeapp",
  107. "responseCode": 200
  108. },
  109. "input": {
  110. "type": "structure",
  111. "required": [
  112. "App",
  113. "Domain",
  114. "Simulation"
  115. ],
  116. "members": {
  117. "App": {
  118. "location": "querystring",
  119. "locationName": "app"
  120. },
  121. "Domain": {
  122. "location": "querystring",
  123. "locationName": "domain"
  124. },
  125. "Simulation": {
  126. "location": "querystring",
  127. "locationName": "simulation"
  128. }
  129. }
  130. },
  131. "output": {
  132. "type": "structure",
  133. "members": {
  134. "Description": {},
  135. "Domain": {},
  136. "EndpointInfo": {
  137. "type": "structure",
  138. "members": {
  139. "Address": {},
  140. "IngressPortMappings": {
  141. "type": "list",
  142. "member": {
  143. "type": "structure",
  144. "members": {
  145. "Actual": {
  146. "type": "integer"
  147. },
  148. "Declared": {
  149. "type": "integer"
  150. }
  151. }
  152. }
  153. }
  154. }
  155. },
  156. "LaunchOverrides": {
  157. "shape": "Sk"
  158. },
  159. "Name": {},
  160. "Simulation": {},
  161. "Status": {},
  162. "TargetStatus": {}
  163. }
  164. }
  165. },
  166. "DescribeSimulation": {
  167. "http": {
  168. "method": "GET",
  169. "requestUri": "/describesimulation",
  170. "responseCode": 200
  171. },
  172. "input": {
  173. "type": "structure",
  174. "required": [
  175. "Simulation"
  176. ],
  177. "members": {
  178. "Simulation": {
  179. "location": "querystring",
  180. "locationName": "simulation"
  181. }
  182. }
  183. },
  184. "output": {
  185. "type": "structure",
  186. "members": {
  187. "Arn": {},
  188. "CreationTime": {
  189. "type": "timestamp"
  190. },
  191. "Description": {},
  192. "ExecutionId": {},
  193. "LiveSimulationState": {
  194. "type": "structure",
  195. "members": {
  196. "Clocks": {
  197. "type": "list",
  198. "member": {
  199. "type": "structure",
  200. "members": {
  201. "Status": {},
  202. "TargetStatus": {}
  203. }
  204. }
  205. },
  206. "Domains": {
  207. "type": "list",
  208. "member": {
  209. "type": "structure",
  210. "members": {
  211. "Lifecycle": {},
  212. "Name": {}
  213. }
  214. }
  215. }
  216. }
  217. },
  218. "LoggingConfiguration": {
  219. "type": "structure",
  220. "members": {
  221. "Destinations": {
  222. "type": "list",
  223. "member": {
  224. "type": "structure",
  225. "members": {
  226. "CloudWatchLogsLogGroup": {
  227. "type": "structure",
  228. "members": {
  229. "LogGroupArn": {}
  230. }
  231. }
  232. }
  233. }
  234. }
  235. }
  236. },
  237. "MaximumDuration": {},
  238. "Name": {},
  239. "RoleArn": {},
  240. "SchemaError": {
  241. "deprecated": true,
  242. "deprecatedMessage": "SchemaError is no longer used, check StartError instead."
  243. },
  244. "SchemaS3Location": {
  245. "shape": "S19"
  246. },
  247. "SnapshotS3Location": {
  248. "shape": "S19"
  249. },
  250. "StartError": {},
  251. "Status": {},
  252. "TargetStatus": {}
  253. }
  254. }
  255. },
  256. "ListApps": {
  257. "http": {
  258. "method": "GET",
  259. "requestUri": "/listapps",
  260. "responseCode": 200
  261. },
  262. "input": {
  263. "type": "structure",
  264. "required": [
  265. "Simulation"
  266. ],
  267. "members": {
  268. "Domain": {
  269. "location": "querystring",
  270. "locationName": "domain"
  271. },
  272. "MaxResults": {
  273. "location": "querystring",
  274. "locationName": "maxResults",
  275. "type": "integer"
  276. },
  277. "NextToken": {
  278. "location": "querystring",
  279. "locationName": "nextToken"
  280. },
  281. "Simulation": {
  282. "location": "querystring",
  283. "locationName": "simulation"
  284. }
  285. }
  286. },
  287. "output": {
  288. "type": "structure",
  289. "members": {
  290. "Apps": {
  291. "type": "list",
  292. "member": {
  293. "type": "structure",
  294. "members": {
  295. "Domain": {},
  296. "Name": {},
  297. "Simulation": {},
  298. "Status": {},
  299. "TargetStatus": {}
  300. }
  301. }
  302. },
  303. "NextToken": {}
  304. }
  305. }
  306. },
  307. "ListSimulations": {
  308. "http": {
  309. "method": "GET",
  310. "requestUri": "/listsimulations",
  311. "responseCode": 200
  312. },
  313. "input": {
  314. "type": "structure",
  315. "members": {
  316. "MaxResults": {
  317. "location": "querystring",
  318. "locationName": "maxResults",
  319. "type": "integer"
  320. },
  321. "NextToken": {
  322. "location": "querystring",
  323. "locationName": "nextToken"
  324. }
  325. }
  326. },
  327. "output": {
  328. "type": "structure",
  329. "members": {
  330. "NextToken": {},
  331. "Simulations": {
  332. "type": "list",
  333. "member": {
  334. "type": "structure",
  335. "members": {
  336. "Arn": {},
  337. "CreationTime": {
  338. "type": "timestamp"
  339. },
  340. "Name": {},
  341. "Status": {},
  342. "TargetStatus": {}
  343. }
  344. }
  345. }
  346. }
  347. }
  348. },
  349. "ListTagsForResource": {
  350. "http": {
  351. "method": "GET",
  352. "requestUri": "/tags/{ResourceArn}",
  353. "responseCode": 200
  354. },
  355. "input": {
  356. "type": "structure",
  357. "required": [
  358. "ResourceArn"
  359. ],
  360. "members": {
  361. "ResourceArn": {
  362. "location": "uri",
  363. "locationName": "ResourceArn"
  364. }
  365. }
  366. },
  367. "output": {
  368. "type": "structure",
  369. "members": {
  370. "Tags": {
  371. "shape": "S1o"
  372. }
  373. }
  374. }
  375. },
  376. "StartApp": {
  377. "http": {
  378. "requestUri": "/startapp",
  379. "responseCode": 200
  380. },
  381. "input": {
  382. "type": "structure",
  383. "required": [
  384. "Domain",
  385. "Name",
  386. "Simulation"
  387. ],
  388. "members": {
  389. "ClientToken": {
  390. "shape": "S1s",
  391. "idempotencyToken": true
  392. },
  393. "Description": {},
  394. "Domain": {},
  395. "LaunchOverrides": {
  396. "shape": "Sk"
  397. },
  398. "Name": {},
  399. "Simulation": {}
  400. }
  401. },
  402. "output": {
  403. "type": "structure",
  404. "members": {
  405. "Domain": {},
  406. "Name": {},
  407. "Simulation": {}
  408. }
  409. }
  410. },
  411. "StartClock": {
  412. "http": {
  413. "requestUri": "/startclock",
  414. "responseCode": 200
  415. },
  416. "input": {
  417. "type": "structure",
  418. "required": [
  419. "Simulation"
  420. ],
  421. "members": {
  422. "Simulation": {}
  423. }
  424. },
  425. "output": {
  426. "type": "structure",
  427. "members": {}
  428. }
  429. },
  430. "StartSimulation": {
  431. "http": {
  432. "requestUri": "/startsimulation",
  433. "responseCode": 200
  434. },
  435. "input": {
  436. "type": "structure",
  437. "required": [
  438. "Name",
  439. "RoleArn"
  440. ],
  441. "members": {
  442. "ClientToken": {
  443. "shape": "S1s",
  444. "idempotencyToken": true
  445. },
  446. "Description": {},
  447. "MaximumDuration": {},
  448. "Name": {},
  449. "RoleArn": {},
  450. "SchemaS3Location": {
  451. "shape": "S19"
  452. },
  453. "SnapshotS3Location": {
  454. "shape": "S19"
  455. },
  456. "Tags": {
  457. "shape": "S1o"
  458. }
  459. }
  460. },
  461. "output": {
  462. "type": "structure",
  463. "members": {
  464. "Arn": {},
  465. "CreationTime": {
  466. "type": "timestamp"
  467. },
  468. "ExecutionId": {}
  469. }
  470. }
  471. },
  472. "StopApp": {
  473. "http": {
  474. "requestUri": "/stopapp",
  475. "responseCode": 200
  476. },
  477. "input": {
  478. "type": "structure",
  479. "required": [
  480. "App",
  481. "Domain",
  482. "Simulation"
  483. ],
  484. "members": {
  485. "App": {},
  486. "Domain": {},
  487. "Simulation": {}
  488. }
  489. },
  490. "output": {
  491. "type": "structure",
  492. "members": {}
  493. }
  494. },
  495. "StopClock": {
  496. "http": {
  497. "requestUri": "/stopclock",
  498. "responseCode": 200
  499. },
  500. "input": {
  501. "type": "structure",
  502. "required": [
  503. "Simulation"
  504. ],
  505. "members": {
  506. "Simulation": {}
  507. }
  508. },
  509. "output": {
  510. "type": "structure",
  511. "members": {}
  512. }
  513. },
  514. "StopSimulation": {
  515. "http": {
  516. "requestUri": "/stopsimulation",
  517. "responseCode": 200
  518. },
  519. "input": {
  520. "type": "structure",
  521. "required": [
  522. "Simulation"
  523. ],
  524. "members": {
  525. "Simulation": {}
  526. }
  527. },
  528. "output": {
  529. "type": "structure",
  530. "members": {}
  531. }
  532. },
  533. "TagResource": {
  534. "http": {
  535. "requestUri": "/tags/{ResourceArn}",
  536. "responseCode": 200
  537. },
  538. "input": {
  539. "type": "structure",
  540. "required": [
  541. "ResourceArn",
  542. "Tags"
  543. ],
  544. "members": {
  545. "ResourceArn": {
  546. "location": "uri",
  547. "locationName": "ResourceArn"
  548. },
  549. "Tags": {
  550. "shape": "S1o"
  551. }
  552. }
  553. },
  554. "output": {
  555. "type": "structure",
  556. "members": {}
  557. }
  558. },
  559. "UntagResource": {
  560. "http": {
  561. "method": "DELETE",
  562. "requestUri": "/tags/{ResourceArn}",
  563. "responseCode": 200
  564. },
  565. "input": {
  566. "type": "structure",
  567. "required": [
  568. "ResourceArn",
  569. "TagKeys"
  570. ],
  571. "members": {
  572. "ResourceArn": {
  573. "location": "uri",
  574. "locationName": "ResourceArn"
  575. },
  576. "TagKeys": {
  577. "location": "querystring",
  578. "locationName": "tagKeys",
  579. "type": "list",
  580. "member": {}
  581. }
  582. }
  583. },
  584. "output": {
  585. "type": "structure",
  586. "members": {}
  587. }
  588. }
  589. },
  590. "shapes": {
  591. "Sk": {
  592. "type": "structure",
  593. "members": {
  594. "LaunchCommands": {
  595. "type": "list",
  596. "member": {}
  597. }
  598. }
  599. },
  600. "S19": {
  601. "type": "structure",
  602. "required": [
  603. "BucketName",
  604. "ObjectKey"
  605. ],
  606. "members": {
  607. "BucketName": {},
  608. "ObjectKey": {}
  609. }
  610. },
  611. "S1o": {
  612. "type": "map",
  613. "key": {},
  614. "value": {}
  615. },
  616. "S1s": {
  617. "type": "string",
  618. "sensitive": true
  619. }
  620. }
  621. }