opsworkscm-2016-11-01.min.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609
  1. {
  2. "version": "2.0",
  3. "metadata": {
  4. "apiVersion": "2016-11-01",
  5. "endpointPrefix": "opsworks-cm",
  6. "jsonVersion": "1.1",
  7. "protocol": "json",
  8. "serviceAbbreviation": "OpsWorksCM",
  9. "serviceFullName": "AWS OpsWorks CM",
  10. "serviceId": "OpsWorksCM",
  11. "signatureVersion": "v4",
  12. "signingName": "opsworks-cm",
  13. "targetPrefix": "OpsWorksCM_V2016_11_01",
  14. "uid": "opsworkscm-2016-11-01"
  15. },
  16. "operations": {
  17. "AssociateNode": {
  18. "input": {
  19. "type": "structure",
  20. "required": [
  21. "ServerName",
  22. "NodeName",
  23. "EngineAttributes"
  24. ],
  25. "members": {
  26. "ServerName": {},
  27. "NodeName": {},
  28. "EngineAttributes": {
  29. "shape": "S4"
  30. }
  31. }
  32. },
  33. "output": {
  34. "type": "structure",
  35. "members": {
  36. "NodeAssociationStatusToken": {}
  37. }
  38. }
  39. },
  40. "CreateBackup": {
  41. "input": {
  42. "type": "structure",
  43. "required": [
  44. "ServerName"
  45. ],
  46. "members": {
  47. "ServerName": {},
  48. "Description": {},
  49. "Tags": {
  50. "shape": "Sc"
  51. }
  52. }
  53. },
  54. "output": {
  55. "type": "structure",
  56. "members": {
  57. "Backup": {
  58. "shape": "Sh"
  59. }
  60. }
  61. }
  62. },
  63. "CreateServer": {
  64. "input": {
  65. "type": "structure",
  66. "required": [
  67. "Engine",
  68. "ServerName",
  69. "InstanceProfileArn",
  70. "InstanceType",
  71. "ServiceRoleArn"
  72. ],
  73. "members": {
  74. "AssociatePublicIpAddress": {
  75. "type": "boolean"
  76. },
  77. "CustomDomain": {},
  78. "CustomCertificate": {},
  79. "CustomPrivateKey": {
  80. "type": "string",
  81. "sensitive": true
  82. },
  83. "DisableAutomatedBackup": {
  84. "type": "boolean"
  85. },
  86. "Engine": {},
  87. "EngineModel": {},
  88. "EngineVersion": {},
  89. "EngineAttributes": {
  90. "shape": "S4"
  91. },
  92. "BackupRetentionCount": {
  93. "type": "integer"
  94. },
  95. "ServerName": {},
  96. "InstanceProfileArn": {},
  97. "InstanceType": {},
  98. "KeyPair": {},
  99. "PreferredMaintenanceWindow": {},
  100. "PreferredBackupWindow": {},
  101. "SecurityGroupIds": {
  102. "shape": "Sn"
  103. },
  104. "ServiceRoleArn": {},
  105. "SubnetIds": {
  106. "shape": "Sn"
  107. },
  108. "Tags": {
  109. "shape": "Sc"
  110. },
  111. "BackupId": {}
  112. }
  113. },
  114. "output": {
  115. "type": "structure",
  116. "members": {
  117. "Server": {
  118. "shape": "Sz"
  119. }
  120. }
  121. }
  122. },
  123. "DeleteBackup": {
  124. "input": {
  125. "type": "structure",
  126. "required": [
  127. "BackupId"
  128. ],
  129. "members": {
  130. "BackupId": {}
  131. }
  132. },
  133. "output": {
  134. "type": "structure",
  135. "members": {}
  136. }
  137. },
  138. "DeleteServer": {
  139. "input": {
  140. "type": "structure",
  141. "required": [
  142. "ServerName"
  143. ],
  144. "members": {
  145. "ServerName": {}
  146. }
  147. },
  148. "output": {
  149. "type": "structure",
  150. "members": {}
  151. }
  152. },
  153. "DescribeAccountAttributes": {
  154. "input": {
  155. "type": "structure",
  156. "members": {}
  157. },
  158. "output": {
  159. "type": "structure",
  160. "members": {
  161. "Attributes": {
  162. "type": "list",
  163. "member": {
  164. "type": "structure",
  165. "members": {
  166. "Name": {},
  167. "Maximum": {
  168. "type": "integer"
  169. },
  170. "Used": {
  171. "type": "integer"
  172. }
  173. }
  174. }
  175. }
  176. }
  177. }
  178. },
  179. "DescribeBackups": {
  180. "input": {
  181. "type": "structure",
  182. "members": {
  183. "BackupId": {},
  184. "ServerName": {},
  185. "NextToken": {},
  186. "MaxResults": {
  187. "type": "integer"
  188. }
  189. }
  190. },
  191. "output": {
  192. "type": "structure",
  193. "members": {
  194. "Backups": {
  195. "type": "list",
  196. "member": {
  197. "shape": "Sh"
  198. }
  199. },
  200. "NextToken": {}
  201. }
  202. }
  203. },
  204. "DescribeEvents": {
  205. "input": {
  206. "type": "structure",
  207. "required": [
  208. "ServerName"
  209. ],
  210. "members": {
  211. "ServerName": {},
  212. "NextToken": {},
  213. "MaxResults": {
  214. "type": "integer"
  215. }
  216. }
  217. },
  218. "output": {
  219. "type": "structure",
  220. "members": {
  221. "ServerEvents": {
  222. "type": "list",
  223. "member": {
  224. "type": "structure",
  225. "members": {
  226. "CreatedAt": {
  227. "type": "timestamp"
  228. },
  229. "ServerName": {},
  230. "Message": {},
  231. "LogUrl": {}
  232. }
  233. }
  234. },
  235. "NextToken": {}
  236. }
  237. }
  238. },
  239. "DescribeNodeAssociationStatus": {
  240. "input": {
  241. "type": "structure",
  242. "required": [
  243. "NodeAssociationStatusToken",
  244. "ServerName"
  245. ],
  246. "members": {
  247. "NodeAssociationStatusToken": {},
  248. "ServerName": {}
  249. }
  250. },
  251. "output": {
  252. "type": "structure",
  253. "members": {
  254. "NodeAssociationStatus": {},
  255. "EngineAttributes": {
  256. "shape": "S4"
  257. }
  258. }
  259. }
  260. },
  261. "DescribeServers": {
  262. "input": {
  263. "type": "structure",
  264. "members": {
  265. "ServerName": {},
  266. "NextToken": {},
  267. "MaxResults": {
  268. "type": "integer"
  269. }
  270. }
  271. },
  272. "output": {
  273. "type": "structure",
  274. "members": {
  275. "Servers": {
  276. "type": "list",
  277. "member": {
  278. "shape": "Sz"
  279. }
  280. },
  281. "NextToken": {}
  282. }
  283. }
  284. },
  285. "DisassociateNode": {
  286. "input": {
  287. "type": "structure",
  288. "required": [
  289. "ServerName",
  290. "NodeName"
  291. ],
  292. "members": {
  293. "ServerName": {},
  294. "NodeName": {},
  295. "EngineAttributes": {
  296. "shape": "S4"
  297. }
  298. }
  299. },
  300. "output": {
  301. "type": "structure",
  302. "members": {
  303. "NodeAssociationStatusToken": {}
  304. }
  305. }
  306. },
  307. "ExportServerEngineAttribute": {
  308. "input": {
  309. "type": "structure",
  310. "required": [
  311. "ExportAttributeName",
  312. "ServerName"
  313. ],
  314. "members": {
  315. "ExportAttributeName": {},
  316. "ServerName": {},
  317. "InputAttributes": {
  318. "shape": "S4"
  319. }
  320. }
  321. },
  322. "output": {
  323. "type": "structure",
  324. "members": {
  325. "EngineAttribute": {
  326. "shape": "S5"
  327. },
  328. "ServerName": {}
  329. }
  330. }
  331. },
  332. "ListTagsForResource": {
  333. "input": {
  334. "type": "structure",
  335. "required": [
  336. "ResourceArn"
  337. ],
  338. "members": {
  339. "ResourceArn": {},
  340. "NextToken": {},
  341. "MaxResults": {
  342. "type": "integer"
  343. }
  344. }
  345. },
  346. "output": {
  347. "type": "structure",
  348. "members": {
  349. "Tags": {
  350. "shape": "Sc"
  351. },
  352. "NextToken": {}
  353. }
  354. }
  355. },
  356. "RestoreServer": {
  357. "input": {
  358. "type": "structure",
  359. "required": [
  360. "BackupId",
  361. "ServerName"
  362. ],
  363. "members": {
  364. "BackupId": {},
  365. "ServerName": {},
  366. "InstanceType": {},
  367. "KeyPair": {}
  368. }
  369. },
  370. "output": {
  371. "type": "structure",
  372. "members": {
  373. "Server": {
  374. "shape": "Sz"
  375. }
  376. }
  377. }
  378. },
  379. "StartMaintenance": {
  380. "input": {
  381. "type": "structure",
  382. "required": [
  383. "ServerName"
  384. ],
  385. "members": {
  386. "ServerName": {},
  387. "EngineAttributes": {
  388. "shape": "S4"
  389. }
  390. }
  391. },
  392. "output": {
  393. "type": "structure",
  394. "members": {
  395. "Server": {
  396. "shape": "Sz"
  397. }
  398. }
  399. }
  400. },
  401. "TagResource": {
  402. "input": {
  403. "type": "structure",
  404. "required": [
  405. "ResourceArn",
  406. "Tags"
  407. ],
  408. "members": {
  409. "ResourceArn": {},
  410. "Tags": {
  411. "shape": "Sc"
  412. }
  413. }
  414. },
  415. "output": {
  416. "type": "structure",
  417. "members": {}
  418. }
  419. },
  420. "UntagResource": {
  421. "input": {
  422. "type": "structure",
  423. "required": [
  424. "ResourceArn",
  425. "TagKeys"
  426. ],
  427. "members": {
  428. "ResourceArn": {},
  429. "TagKeys": {
  430. "type": "list",
  431. "member": {}
  432. }
  433. }
  434. },
  435. "output": {
  436. "type": "structure",
  437. "members": {}
  438. }
  439. },
  440. "UpdateServer": {
  441. "input": {
  442. "type": "structure",
  443. "required": [
  444. "ServerName"
  445. ],
  446. "members": {
  447. "DisableAutomatedBackup": {
  448. "type": "boolean"
  449. },
  450. "BackupRetentionCount": {
  451. "type": "integer"
  452. },
  453. "ServerName": {},
  454. "PreferredMaintenanceWindow": {},
  455. "PreferredBackupWindow": {}
  456. }
  457. },
  458. "output": {
  459. "type": "structure",
  460. "members": {
  461. "Server": {
  462. "shape": "Sz"
  463. }
  464. }
  465. }
  466. },
  467. "UpdateServerEngineAttributes": {
  468. "input": {
  469. "type": "structure",
  470. "required": [
  471. "ServerName",
  472. "AttributeName"
  473. ],
  474. "members": {
  475. "ServerName": {},
  476. "AttributeName": {},
  477. "AttributeValue": {}
  478. }
  479. },
  480. "output": {
  481. "type": "structure",
  482. "members": {
  483. "Server": {
  484. "shape": "Sz"
  485. }
  486. }
  487. }
  488. }
  489. },
  490. "shapes": {
  491. "S4": {
  492. "type": "list",
  493. "member": {
  494. "shape": "S5"
  495. }
  496. },
  497. "S5": {
  498. "type": "structure",
  499. "members": {
  500. "Name": {},
  501. "Value": {
  502. "type": "string",
  503. "sensitive": true
  504. }
  505. }
  506. },
  507. "Sc": {
  508. "type": "list",
  509. "member": {
  510. "type": "structure",
  511. "required": [
  512. "Key",
  513. "Value"
  514. ],
  515. "members": {
  516. "Key": {},
  517. "Value": {}
  518. }
  519. }
  520. },
  521. "Sh": {
  522. "type": "structure",
  523. "members": {
  524. "BackupArn": {},
  525. "BackupId": {},
  526. "BackupType": {},
  527. "CreatedAt": {
  528. "type": "timestamp"
  529. },
  530. "Description": {},
  531. "Engine": {},
  532. "EngineModel": {},
  533. "EngineVersion": {},
  534. "InstanceProfileArn": {},
  535. "InstanceType": {},
  536. "KeyPair": {},
  537. "PreferredBackupWindow": {},
  538. "PreferredMaintenanceWindow": {},
  539. "S3DataSize": {
  540. "deprecated": true,
  541. "type": "integer"
  542. },
  543. "S3DataUrl": {
  544. "deprecated": true
  545. },
  546. "S3LogUrl": {},
  547. "SecurityGroupIds": {
  548. "shape": "Sn"
  549. },
  550. "ServerName": {},
  551. "ServiceRoleArn": {},
  552. "Status": {},
  553. "StatusDescription": {},
  554. "SubnetIds": {
  555. "shape": "Sn"
  556. },
  557. "ToolsVersion": {},
  558. "UserArn": {}
  559. }
  560. },
  561. "Sn": {
  562. "type": "list",
  563. "member": {}
  564. },
  565. "Sz": {
  566. "type": "structure",
  567. "members": {
  568. "AssociatePublicIpAddress": {
  569. "type": "boolean"
  570. },
  571. "BackupRetentionCount": {
  572. "type": "integer"
  573. },
  574. "ServerName": {},
  575. "CreatedAt": {
  576. "type": "timestamp"
  577. },
  578. "CloudFormationStackArn": {},
  579. "CustomDomain": {},
  580. "DisableAutomatedBackup": {
  581. "type": "boolean"
  582. },
  583. "Endpoint": {},
  584. "Engine": {},
  585. "EngineModel": {},
  586. "EngineAttributes": {
  587. "shape": "S4"
  588. },
  589. "EngineVersion": {},
  590. "InstanceProfileArn": {},
  591. "InstanceType": {},
  592. "KeyPair": {},
  593. "MaintenanceStatus": {},
  594. "PreferredMaintenanceWindow": {},
  595. "PreferredBackupWindow": {},
  596. "SecurityGroupIds": {
  597. "shape": "Sn"
  598. },
  599. "ServiceRoleArn": {},
  600. "Status": {},
  601. "StatusReason": {},
  602. "SubnetIds": {
  603. "shape": "Sn"
  604. },
  605. "ServerArn": {}
  606. }
  607. }
  608. }
  609. }