amp-2020-08-01.min.json 27 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220
  1. {
  2. "version": "2.0",
  3. "metadata": {
  4. "apiVersion": "2020-08-01",
  5. "endpointPrefix": "aps",
  6. "jsonVersion": "1.1",
  7. "protocol": "rest-json",
  8. "serviceFullName": "Amazon Prometheus Service",
  9. "serviceId": "amp",
  10. "signatureVersion": "v4",
  11. "signingName": "aps",
  12. "uid": "amp-2020-08-01"
  13. },
  14. "operations": {
  15. "CreateAlertManagerDefinition": {
  16. "http": {
  17. "requestUri": "/workspaces/{workspaceId}/alertmanager/definition",
  18. "responseCode": 202
  19. },
  20. "input": {
  21. "type": "structure",
  22. "required": [
  23. "data",
  24. "workspaceId"
  25. ],
  26. "members": {
  27. "clientToken": {
  28. "idempotencyToken": true
  29. },
  30. "data": {
  31. "type": "blob"
  32. },
  33. "workspaceId": {
  34. "location": "uri",
  35. "locationName": "workspaceId"
  36. }
  37. }
  38. },
  39. "output": {
  40. "type": "structure",
  41. "required": [
  42. "status"
  43. ],
  44. "members": {
  45. "status": {
  46. "shape": "S6"
  47. }
  48. }
  49. },
  50. "idempotent": true
  51. },
  52. "CreateLoggingConfiguration": {
  53. "http": {
  54. "requestUri": "/workspaces/{workspaceId}/logging",
  55. "responseCode": 202
  56. },
  57. "input": {
  58. "type": "structure",
  59. "required": [
  60. "logGroupArn",
  61. "workspaceId"
  62. ],
  63. "members": {
  64. "clientToken": {
  65. "idempotencyToken": true
  66. },
  67. "logGroupArn": {},
  68. "workspaceId": {
  69. "location": "uri",
  70. "locationName": "workspaceId"
  71. }
  72. }
  73. },
  74. "output": {
  75. "type": "structure",
  76. "required": [
  77. "status"
  78. ],
  79. "members": {
  80. "status": {
  81. "shape": "Sc"
  82. }
  83. }
  84. },
  85. "idempotent": true
  86. },
  87. "CreateRuleGroupsNamespace": {
  88. "http": {
  89. "requestUri": "/workspaces/{workspaceId}/rulegroupsnamespaces",
  90. "responseCode": 202
  91. },
  92. "input": {
  93. "type": "structure",
  94. "required": [
  95. "data",
  96. "name",
  97. "workspaceId"
  98. ],
  99. "members": {
  100. "clientToken": {
  101. "idempotencyToken": true
  102. },
  103. "data": {
  104. "type": "blob"
  105. },
  106. "name": {},
  107. "tags": {
  108. "shape": "Sh"
  109. },
  110. "workspaceId": {
  111. "location": "uri",
  112. "locationName": "workspaceId"
  113. }
  114. }
  115. },
  116. "output": {
  117. "type": "structure",
  118. "required": [
  119. "arn",
  120. "name",
  121. "status"
  122. ],
  123. "members": {
  124. "arn": {},
  125. "name": {},
  126. "status": {
  127. "shape": "Sm"
  128. },
  129. "tags": {
  130. "shape": "Sh"
  131. }
  132. }
  133. },
  134. "idempotent": true
  135. },
  136. "CreateScraper": {
  137. "http": {
  138. "requestUri": "/scrapers",
  139. "responseCode": 202
  140. },
  141. "input": {
  142. "type": "structure",
  143. "required": [
  144. "destination",
  145. "scrapeConfiguration",
  146. "source"
  147. ],
  148. "members": {
  149. "alias": {},
  150. "clientToken": {
  151. "idempotencyToken": true
  152. },
  153. "destination": {
  154. "shape": "Sq"
  155. },
  156. "scrapeConfiguration": {
  157. "shape": "St"
  158. },
  159. "source": {
  160. "shape": "Sv"
  161. },
  162. "tags": {
  163. "shape": "Sh"
  164. }
  165. }
  166. },
  167. "output": {
  168. "type": "structure",
  169. "required": [
  170. "arn",
  171. "scraperId",
  172. "status"
  173. ],
  174. "members": {
  175. "arn": {},
  176. "scraperId": {},
  177. "status": {
  178. "shape": "S15"
  179. },
  180. "tags": {
  181. "shape": "Sh"
  182. }
  183. }
  184. },
  185. "idempotent": true
  186. },
  187. "CreateWorkspace": {
  188. "http": {
  189. "requestUri": "/workspaces",
  190. "responseCode": 202
  191. },
  192. "input": {
  193. "type": "structure",
  194. "members": {
  195. "alias": {},
  196. "clientToken": {
  197. "idempotencyToken": true
  198. },
  199. "kmsKeyArn": {},
  200. "tags": {
  201. "shape": "Sh"
  202. }
  203. }
  204. },
  205. "output": {
  206. "type": "structure",
  207. "required": [
  208. "arn",
  209. "status",
  210. "workspaceId"
  211. ],
  212. "members": {
  213. "arn": {},
  214. "kmsKeyArn": {},
  215. "status": {
  216. "shape": "S1b"
  217. },
  218. "tags": {
  219. "shape": "Sh"
  220. },
  221. "workspaceId": {}
  222. }
  223. },
  224. "idempotent": true
  225. },
  226. "DeleteAlertManagerDefinition": {
  227. "http": {
  228. "method": "DELETE",
  229. "requestUri": "/workspaces/{workspaceId}/alertmanager/definition",
  230. "responseCode": 202
  231. },
  232. "input": {
  233. "type": "structure",
  234. "required": [
  235. "workspaceId"
  236. ],
  237. "members": {
  238. "clientToken": {
  239. "idempotencyToken": true,
  240. "location": "querystring",
  241. "locationName": "clientToken"
  242. },
  243. "workspaceId": {
  244. "location": "uri",
  245. "locationName": "workspaceId"
  246. }
  247. }
  248. },
  249. "idempotent": true
  250. },
  251. "DeleteLoggingConfiguration": {
  252. "http": {
  253. "method": "DELETE",
  254. "requestUri": "/workspaces/{workspaceId}/logging",
  255. "responseCode": 202
  256. },
  257. "input": {
  258. "type": "structure",
  259. "required": [
  260. "workspaceId"
  261. ],
  262. "members": {
  263. "clientToken": {
  264. "idempotencyToken": true,
  265. "location": "querystring",
  266. "locationName": "clientToken"
  267. },
  268. "workspaceId": {
  269. "location": "uri",
  270. "locationName": "workspaceId"
  271. }
  272. }
  273. },
  274. "idempotent": true
  275. },
  276. "DeleteRuleGroupsNamespace": {
  277. "http": {
  278. "method": "DELETE",
  279. "requestUri": "/workspaces/{workspaceId}/rulegroupsnamespaces/{name}",
  280. "responseCode": 202
  281. },
  282. "input": {
  283. "type": "structure",
  284. "required": [
  285. "name",
  286. "workspaceId"
  287. ],
  288. "members": {
  289. "clientToken": {
  290. "idempotencyToken": true,
  291. "location": "querystring",
  292. "locationName": "clientToken"
  293. },
  294. "name": {
  295. "location": "uri",
  296. "locationName": "name"
  297. },
  298. "workspaceId": {
  299. "location": "uri",
  300. "locationName": "workspaceId"
  301. }
  302. }
  303. },
  304. "idempotent": true
  305. },
  306. "DeleteScraper": {
  307. "http": {
  308. "method": "DELETE",
  309. "requestUri": "/scrapers/{scraperId}",
  310. "responseCode": 202
  311. },
  312. "input": {
  313. "type": "structure",
  314. "required": [
  315. "scraperId"
  316. ],
  317. "members": {
  318. "clientToken": {
  319. "idempotencyToken": true,
  320. "location": "querystring",
  321. "locationName": "clientToken"
  322. },
  323. "scraperId": {
  324. "location": "uri",
  325. "locationName": "scraperId"
  326. }
  327. }
  328. },
  329. "output": {
  330. "type": "structure",
  331. "required": [
  332. "scraperId",
  333. "status"
  334. ],
  335. "members": {
  336. "scraperId": {},
  337. "status": {
  338. "shape": "S15"
  339. }
  340. }
  341. },
  342. "idempotent": true
  343. },
  344. "DeleteWorkspace": {
  345. "http": {
  346. "method": "DELETE",
  347. "requestUri": "/workspaces/{workspaceId}",
  348. "responseCode": 202
  349. },
  350. "input": {
  351. "type": "structure",
  352. "required": [
  353. "workspaceId"
  354. ],
  355. "members": {
  356. "clientToken": {
  357. "idempotencyToken": true,
  358. "location": "querystring",
  359. "locationName": "clientToken"
  360. },
  361. "workspaceId": {
  362. "location": "uri",
  363. "locationName": "workspaceId"
  364. }
  365. }
  366. },
  367. "idempotent": true
  368. },
  369. "DescribeAlertManagerDefinition": {
  370. "http": {
  371. "method": "GET",
  372. "requestUri": "/workspaces/{workspaceId}/alertmanager/definition",
  373. "responseCode": 200
  374. },
  375. "input": {
  376. "type": "structure",
  377. "required": [
  378. "workspaceId"
  379. ],
  380. "members": {
  381. "workspaceId": {
  382. "location": "uri",
  383. "locationName": "workspaceId"
  384. }
  385. }
  386. },
  387. "output": {
  388. "type": "structure",
  389. "required": [
  390. "alertManagerDefinition"
  391. ],
  392. "members": {
  393. "alertManagerDefinition": {
  394. "type": "structure",
  395. "required": [
  396. "createdAt",
  397. "data",
  398. "modifiedAt",
  399. "status"
  400. ],
  401. "members": {
  402. "createdAt": {
  403. "type": "timestamp"
  404. },
  405. "data": {
  406. "type": "blob"
  407. },
  408. "modifiedAt": {
  409. "type": "timestamp"
  410. },
  411. "status": {
  412. "shape": "S6"
  413. }
  414. }
  415. }
  416. }
  417. }
  418. },
  419. "DescribeLoggingConfiguration": {
  420. "http": {
  421. "method": "GET",
  422. "requestUri": "/workspaces/{workspaceId}/logging",
  423. "responseCode": 200
  424. },
  425. "input": {
  426. "type": "structure",
  427. "required": [
  428. "workspaceId"
  429. ],
  430. "members": {
  431. "workspaceId": {
  432. "location": "uri",
  433. "locationName": "workspaceId"
  434. }
  435. }
  436. },
  437. "output": {
  438. "type": "structure",
  439. "required": [
  440. "loggingConfiguration"
  441. ],
  442. "members": {
  443. "loggingConfiguration": {
  444. "type": "structure",
  445. "required": [
  446. "createdAt",
  447. "logGroupArn",
  448. "modifiedAt",
  449. "status",
  450. "workspace"
  451. ],
  452. "members": {
  453. "createdAt": {
  454. "type": "timestamp"
  455. },
  456. "logGroupArn": {},
  457. "modifiedAt": {
  458. "type": "timestamp"
  459. },
  460. "status": {
  461. "shape": "Sc"
  462. },
  463. "workspace": {}
  464. }
  465. }
  466. }
  467. }
  468. },
  469. "DescribeRuleGroupsNamespace": {
  470. "http": {
  471. "method": "GET",
  472. "requestUri": "/workspaces/{workspaceId}/rulegroupsnamespaces/{name}",
  473. "responseCode": 200
  474. },
  475. "input": {
  476. "type": "structure",
  477. "required": [
  478. "name",
  479. "workspaceId"
  480. ],
  481. "members": {
  482. "name": {
  483. "location": "uri",
  484. "locationName": "name"
  485. },
  486. "workspaceId": {
  487. "location": "uri",
  488. "locationName": "workspaceId"
  489. }
  490. }
  491. },
  492. "output": {
  493. "type": "structure",
  494. "required": [
  495. "ruleGroupsNamespace"
  496. ],
  497. "members": {
  498. "ruleGroupsNamespace": {
  499. "type": "structure",
  500. "required": [
  501. "arn",
  502. "createdAt",
  503. "data",
  504. "modifiedAt",
  505. "name",
  506. "status"
  507. ],
  508. "members": {
  509. "arn": {},
  510. "createdAt": {
  511. "type": "timestamp"
  512. },
  513. "data": {
  514. "type": "blob"
  515. },
  516. "modifiedAt": {
  517. "type": "timestamp"
  518. },
  519. "name": {},
  520. "status": {
  521. "shape": "Sm"
  522. },
  523. "tags": {
  524. "shape": "Sh"
  525. }
  526. }
  527. }
  528. }
  529. }
  530. },
  531. "DescribeScraper": {
  532. "http": {
  533. "method": "GET",
  534. "requestUri": "/scrapers/{scraperId}",
  535. "responseCode": 200
  536. },
  537. "input": {
  538. "type": "structure",
  539. "required": [
  540. "scraperId"
  541. ],
  542. "members": {
  543. "scraperId": {
  544. "location": "uri",
  545. "locationName": "scraperId"
  546. }
  547. }
  548. },
  549. "output": {
  550. "type": "structure",
  551. "required": [
  552. "scraper"
  553. ],
  554. "members": {
  555. "scraper": {
  556. "type": "structure",
  557. "required": [
  558. "arn",
  559. "createdAt",
  560. "destination",
  561. "lastModifiedAt",
  562. "roleArn",
  563. "scrapeConfiguration",
  564. "scraperId",
  565. "source",
  566. "status"
  567. ],
  568. "members": {
  569. "alias": {},
  570. "arn": {},
  571. "createdAt": {
  572. "type": "timestamp"
  573. },
  574. "destination": {
  575. "shape": "Sq"
  576. },
  577. "lastModifiedAt": {
  578. "type": "timestamp"
  579. },
  580. "roleArn": {},
  581. "scrapeConfiguration": {
  582. "shape": "St"
  583. },
  584. "scraperId": {},
  585. "source": {
  586. "shape": "Sv"
  587. },
  588. "status": {
  589. "shape": "S15"
  590. },
  591. "statusReason": {},
  592. "tags": {
  593. "shape": "Sh"
  594. }
  595. }
  596. }
  597. }
  598. }
  599. },
  600. "DescribeWorkspace": {
  601. "http": {
  602. "method": "GET",
  603. "requestUri": "/workspaces/{workspaceId}",
  604. "responseCode": 200
  605. },
  606. "input": {
  607. "type": "structure",
  608. "required": [
  609. "workspaceId"
  610. ],
  611. "members": {
  612. "workspaceId": {
  613. "location": "uri",
  614. "locationName": "workspaceId"
  615. }
  616. }
  617. },
  618. "output": {
  619. "type": "structure",
  620. "required": [
  621. "workspace"
  622. ],
  623. "members": {
  624. "workspace": {
  625. "type": "structure",
  626. "required": [
  627. "arn",
  628. "createdAt",
  629. "status",
  630. "workspaceId"
  631. ],
  632. "members": {
  633. "alias": {},
  634. "arn": {},
  635. "createdAt": {
  636. "type": "timestamp"
  637. },
  638. "kmsKeyArn": {},
  639. "prometheusEndpoint": {},
  640. "status": {
  641. "shape": "S1b"
  642. },
  643. "tags": {
  644. "shape": "Sh"
  645. },
  646. "workspaceId": {}
  647. }
  648. }
  649. }
  650. }
  651. },
  652. "GetDefaultScraperConfiguration": {
  653. "http": {
  654. "method": "GET",
  655. "requestUri": "/scraperconfiguration",
  656. "responseCode": 200
  657. },
  658. "input": {
  659. "type": "structure",
  660. "members": {}
  661. },
  662. "output": {
  663. "type": "structure",
  664. "required": [
  665. "configuration"
  666. ],
  667. "members": {
  668. "configuration": {
  669. "type": "blob"
  670. }
  671. }
  672. }
  673. },
  674. "ListRuleGroupsNamespaces": {
  675. "http": {
  676. "method": "GET",
  677. "requestUri": "/workspaces/{workspaceId}/rulegroupsnamespaces",
  678. "responseCode": 200
  679. },
  680. "input": {
  681. "type": "structure",
  682. "required": [
  683. "workspaceId"
  684. ],
  685. "members": {
  686. "maxResults": {
  687. "location": "querystring",
  688. "locationName": "maxResults",
  689. "type": "integer"
  690. },
  691. "name": {
  692. "location": "querystring",
  693. "locationName": "name"
  694. },
  695. "nextToken": {
  696. "location": "querystring",
  697. "locationName": "nextToken"
  698. },
  699. "workspaceId": {
  700. "location": "uri",
  701. "locationName": "workspaceId"
  702. }
  703. }
  704. },
  705. "output": {
  706. "type": "structure",
  707. "required": [
  708. "ruleGroupsNamespaces"
  709. ],
  710. "members": {
  711. "nextToken": {},
  712. "ruleGroupsNamespaces": {
  713. "type": "list",
  714. "member": {
  715. "type": "structure",
  716. "required": [
  717. "arn",
  718. "createdAt",
  719. "modifiedAt",
  720. "name",
  721. "status"
  722. ],
  723. "members": {
  724. "arn": {},
  725. "createdAt": {
  726. "type": "timestamp"
  727. },
  728. "modifiedAt": {
  729. "type": "timestamp"
  730. },
  731. "name": {},
  732. "status": {
  733. "shape": "Sm"
  734. },
  735. "tags": {
  736. "shape": "Sh"
  737. }
  738. }
  739. }
  740. }
  741. }
  742. }
  743. },
  744. "ListScrapers": {
  745. "http": {
  746. "method": "GET",
  747. "requestUri": "/scrapers",
  748. "responseCode": 200
  749. },
  750. "input": {
  751. "type": "structure",
  752. "members": {
  753. "filters": {
  754. "location": "querystring",
  755. "type": "map",
  756. "key": {},
  757. "value": {
  758. "type": "list",
  759. "member": {}
  760. }
  761. },
  762. "maxResults": {
  763. "location": "querystring",
  764. "locationName": "maxResults",
  765. "type": "integer"
  766. },
  767. "nextToken": {
  768. "location": "querystring",
  769. "locationName": "nextToken"
  770. }
  771. }
  772. },
  773. "output": {
  774. "type": "structure",
  775. "required": [
  776. "scrapers"
  777. ],
  778. "members": {
  779. "nextToken": {},
  780. "scrapers": {
  781. "type": "list",
  782. "member": {
  783. "type": "structure",
  784. "required": [
  785. "arn",
  786. "createdAt",
  787. "destination",
  788. "lastModifiedAt",
  789. "roleArn",
  790. "scraperId",
  791. "source",
  792. "status"
  793. ],
  794. "members": {
  795. "alias": {},
  796. "arn": {},
  797. "createdAt": {
  798. "type": "timestamp"
  799. },
  800. "destination": {
  801. "shape": "Sq"
  802. },
  803. "lastModifiedAt": {
  804. "type": "timestamp"
  805. },
  806. "roleArn": {},
  807. "scraperId": {},
  808. "source": {
  809. "shape": "Sv"
  810. },
  811. "status": {
  812. "shape": "S15"
  813. },
  814. "statusReason": {},
  815. "tags": {
  816. "shape": "Sh"
  817. }
  818. }
  819. }
  820. }
  821. }
  822. }
  823. },
  824. "ListTagsForResource": {
  825. "http": {
  826. "method": "GET",
  827. "requestUri": "/tags/{resourceArn}",
  828. "responseCode": 200
  829. },
  830. "input": {
  831. "type": "structure",
  832. "required": [
  833. "resourceArn"
  834. ],
  835. "members": {
  836. "resourceArn": {
  837. "location": "uri",
  838. "locationName": "resourceArn"
  839. }
  840. }
  841. },
  842. "output": {
  843. "type": "structure",
  844. "members": {
  845. "tags": {
  846. "shape": "Sh"
  847. }
  848. }
  849. }
  850. },
  851. "ListWorkspaces": {
  852. "http": {
  853. "method": "GET",
  854. "requestUri": "/workspaces",
  855. "responseCode": 200
  856. },
  857. "input": {
  858. "type": "structure",
  859. "members": {
  860. "alias": {
  861. "location": "querystring",
  862. "locationName": "alias"
  863. },
  864. "maxResults": {
  865. "location": "querystring",
  866. "locationName": "maxResults",
  867. "type": "integer"
  868. },
  869. "nextToken": {
  870. "location": "querystring",
  871. "locationName": "nextToken"
  872. }
  873. }
  874. },
  875. "output": {
  876. "type": "structure",
  877. "required": [
  878. "workspaces"
  879. ],
  880. "members": {
  881. "nextToken": {},
  882. "workspaces": {
  883. "type": "list",
  884. "member": {
  885. "type": "structure",
  886. "required": [
  887. "arn",
  888. "createdAt",
  889. "status",
  890. "workspaceId"
  891. ],
  892. "members": {
  893. "alias": {},
  894. "arn": {},
  895. "createdAt": {
  896. "type": "timestamp"
  897. },
  898. "kmsKeyArn": {},
  899. "status": {
  900. "shape": "S1b"
  901. },
  902. "tags": {
  903. "shape": "Sh"
  904. },
  905. "workspaceId": {}
  906. }
  907. }
  908. }
  909. }
  910. }
  911. },
  912. "PutAlertManagerDefinition": {
  913. "http": {
  914. "method": "PUT",
  915. "requestUri": "/workspaces/{workspaceId}/alertmanager/definition",
  916. "responseCode": 202
  917. },
  918. "input": {
  919. "type": "structure",
  920. "required": [
  921. "data",
  922. "workspaceId"
  923. ],
  924. "members": {
  925. "clientToken": {
  926. "idempotencyToken": true
  927. },
  928. "data": {
  929. "type": "blob"
  930. },
  931. "workspaceId": {
  932. "location": "uri",
  933. "locationName": "workspaceId"
  934. }
  935. }
  936. },
  937. "output": {
  938. "type": "structure",
  939. "required": [
  940. "status"
  941. ],
  942. "members": {
  943. "status": {
  944. "shape": "S6"
  945. }
  946. }
  947. },
  948. "idempotent": true
  949. },
  950. "PutRuleGroupsNamespace": {
  951. "http": {
  952. "method": "PUT",
  953. "requestUri": "/workspaces/{workspaceId}/rulegroupsnamespaces/{name}",
  954. "responseCode": 202
  955. },
  956. "input": {
  957. "type": "structure",
  958. "required": [
  959. "data",
  960. "name",
  961. "workspaceId"
  962. ],
  963. "members": {
  964. "clientToken": {
  965. "idempotencyToken": true
  966. },
  967. "data": {
  968. "type": "blob"
  969. },
  970. "name": {
  971. "location": "uri",
  972. "locationName": "name"
  973. },
  974. "workspaceId": {
  975. "location": "uri",
  976. "locationName": "workspaceId"
  977. }
  978. }
  979. },
  980. "output": {
  981. "type": "structure",
  982. "required": [
  983. "arn",
  984. "name",
  985. "status"
  986. ],
  987. "members": {
  988. "arn": {},
  989. "name": {},
  990. "status": {
  991. "shape": "Sm"
  992. },
  993. "tags": {
  994. "shape": "Sh"
  995. }
  996. }
  997. },
  998. "idempotent": true
  999. },
  1000. "TagResource": {
  1001. "http": {
  1002. "requestUri": "/tags/{resourceArn}",
  1003. "responseCode": 200
  1004. },
  1005. "input": {
  1006. "type": "structure",
  1007. "required": [
  1008. "resourceArn",
  1009. "tags"
  1010. ],
  1011. "members": {
  1012. "resourceArn": {
  1013. "location": "uri",
  1014. "locationName": "resourceArn"
  1015. },
  1016. "tags": {
  1017. "shape": "Sh"
  1018. }
  1019. }
  1020. },
  1021. "output": {
  1022. "type": "structure",
  1023. "members": {}
  1024. }
  1025. },
  1026. "UntagResource": {
  1027. "http": {
  1028. "method": "DELETE",
  1029. "requestUri": "/tags/{resourceArn}",
  1030. "responseCode": 200
  1031. },
  1032. "input": {
  1033. "type": "structure",
  1034. "required": [
  1035. "resourceArn",
  1036. "tagKeys"
  1037. ],
  1038. "members": {
  1039. "resourceArn": {
  1040. "location": "uri",
  1041. "locationName": "resourceArn"
  1042. },
  1043. "tagKeys": {
  1044. "location": "querystring",
  1045. "locationName": "tagKeys",
  1046. "type": "list",
  1047. "member": {}
  1048. }
  1049. }
  1050. },
  1051. "output": {
  1052. "type": "structure",
  1053. "members": {}
  1054. },
  1055. "idempotent": true
  1056. },
  1057. "UpdateLoggingConfiguration": {
  1058. "http": {
  1059. "method": "PUT",
  1060. "requestUri": "/workspaces/{workspaceId}/logging",
  1061. "responseCode": 202
  1062. },
  1063. "input": {
  1064. "type": "structure",
  1065. "required": [
  1066. "logGroupArn",
  1067. "workspaceId"
  1068. ],
  1069. "members": {
  1070. "clientToken": {
  1071. "idempotencyToken": true
  1072. },
  1073. "logGroupArn": {},
  1074. "workspaceId": {
  1075. "location": "uri",
  1076. "locationName": "workspaceId"
  1077. }
  1078. }
  1079. },
  1080. "output": {
  1081. "type": "structure",
  1082. "required": [
  1083. "status"
  1084. ],
  1085. "members": {
  1086. "status": {
  1087. "shape": "Sc"
  1088. }
  1089. }
  1090. },
  1091. "idempotent": true
  1092. },
  1093. "UpdateWorkspaceAlias": {
  1094. "http": {
  1095. "requestUri": "/workspaces/{workspaceId}/alias",
  1096. "responseCode": 204
  1097. },
  1098. "input": {
  1099. "type": "structure",
  1100. "required": [
  1101. "workspaceId"
  1102. ],
  1103. "members": {
  1104. "alias": {},
  1105. "clientToken": {
  1106. "idempotencyToken": true
  1107. },
  1108. "workspaceId": {
  1109. "location": "uri",
  1110. "locationName": "workspaceId"
  1111. }
  1112. }
  1113. },
  1114. "idempotent": true
  1115. }
  1116. },
  1117. "shapes": {
  1118. "S6": {
  1119. "type": "structure",
  1120. "required": [
  1121. "statusCode"
  1122. ],
  1123. "members": {
  1124. "statusCode": {},
  1125. "statusReason": {}
  1126. }
  1127. },
  1128. "Sc": {
  1129. "type": "structure",
  1130. "required": [
  1131. "statusCode"
  1132. ],
  1133. "members": {
  1134. "statusCode": {},
  1135. "statusReason": {}
  1136. }
  1137. },
  1138. "Sh": {
  1139. "type": "map",
  1140. "key": {},
  1141. "value": {}
  1142. },
  1143. "Sm": {
  1144. "type": "structure",
  1145. "required": [
  1146. "statusCode"
  1147. ],
  1148. "members": {
  1149. "statusCode": {},
  1150. "statusReason": {}
  1151. }
  1152. },
  1153. "Sq": {
  1154. "type": "structure",
  1155. "members": {
  1156. "ampConfiguration": {
  1157. "type": "structure",
  1158. "required": [
  1159. "workspaceArn"
  1160. ],
  1161. "members": {
  1162. "workspaceArn": {}
  1163. }
  1164. }
  1165. },
  1166. "union": true
  1167. },
  1168. "St": {
  1169. "type": "structure",
  1170. "members": {
  1171. "configurationBlob": {
  1172. "type": "blob"
  1173. }
  1174. },
  1175. "union": true
  1176. },
  1177. "Sv": {
  1178. "type": "structure",
  1179. "members": {
  1180. "eksConfiguration": {
  1181. "type": "structure",
  1182. "required": [
  1183. "clusterArn",
  1184. "subnetIds"
  1185. ],
  1186. "members": {
  1187. "clusterArn": {},
  1188. "securityGroupIds": {
  1189. "type": "list",
  1190. "member": {}
  1191. },
  1192. "subnetIds": {
  1193. "type": "list",
  1194. "member": {}
  1195. }
  1196. }
  1197. }
  1198. },
  1199. "union": true
  1200. },
  1201. "S15": {
  1202. "type": "structure",
  1203. "required": [
  1204. "statusCode"
  1205. ],
  1206. "members": {
  1207. "statusCode": {}
  1208. }
  1209. },
  1210. "S1b": {
  1211. "type": "structure",
  1212. "required": [
  1213. "statusCode"
  1214. ],
  1215. "members": {
  1216. "statusCode": {}
  1217. }
  1218. }
  1219. }
  1220. }