application-insights-2018-11-25.min.json 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035
  1. {
  2. "version": "2.0",
  3. "metadata": {
  4. "apiVersion": "2018-11-25",
  5. "endpointPrefix": "applicationinsights",
  6. "jsonVersion": "1.1",
  7. "protocol": "json",
  8. "serviceAbbreviation": "Application Insights",
  9. "serviceFullName": "Amazon CloudWatch Application Insights",
  10. "serviceId": "Application Insights",
  11. "signatureVersion": "v4",
  12. "signingName": "applicationinsights",
  13. "targetPrefix": "EC2WindowsBarleyService",
  14. "uid": "application-insights-2018-11-25"
  15. },
  16. "operations": {
  17. "AddWorkload": {
  18. "input": {
  19. "type": "structure",
  20. "required": [
  21. "ResourceGroupName",
  22. "ComponentName",
  23. "WorkloadConfiguration"
  24. ],
  25. "members": {
  26. "ResourceGroupName": {},
  27. "ComponentName": {},
  28. "WorkloadConfiguration": {
  29. "shape": "S4"
  30. }
  31. }
  32. },
  33. "output": {
  34. "type": "structure",
  35. "members": {
  36. "WorkloadId": {},
  37. "WorkloadConfiguration": {
  38. "shape": "S4"
  39. }
  40. }
  41. }
  42. },
  43. "CreateApplication": {
  44. "input": {
  45. "type": "structure",
  46. "members": {
  47. "ResourceGroupName": {},
  48. "OpsCenterEnabled": {
  49. "type": "boolean"
  50. },
  51. "CWEMonitorEnabled": {
  52. "type": "boolean"
  53. },
  54. "OpsItemSNSTopicArn": {},
  55. "Tags": {
  56. "shape": "Se"
  57. },
  58. "AutoConfigEnabled": {
  59. "type": "boolean"
  60. },
  61. "AutoCreate": {
  62. "type": "boolean"
  63. },
  64. "GroupingType": {},
  65. "AttachMissingPermission": {
  66. "type": "boolean"
  67. }
  68. }
  69. },
  70. "output": {
  71. "type": "structure",
  72. "members": {
  73. "ApplicationInfo": {
  74. "shape": "Sn"
  75. }
  76. }
  77. }
  78. },
  79. "CreateComponent": {
  80. "input": {
  81. "type": "structure",
  82. "required": [
  83. "ResourceGroupName",
  84. "ComponentName",
  85. "ResourceList"
  86. ],
  87. "members": {
  88. "ResourceGroupName": {},
  89. "ComponentName": {},
  90. "ResourceList": {
  91. "shape": "Su"
  92. }
  93. }
  94. },
  95. "output": {
  96. "type": "structure",
  97. "members": {}
  98. }
  99. },
  100. "CreateLogPattern": {
  101. "input": {
  102. "type": "structure",
  103. "required": [
  104. "ResourceGroupName",
  105. "PatternSetName",
  106. "PatternName",
  107. "Pattern",
  108. "Rank"
  109. ],
  110. "members": {
  111. "ResourceGroupName": {},
  112. "PatternSetName": {},
  113. "PatternName": {},
  114. "Pattern": {},
  115. "Rank": {
  116. "type": "integer"
  117. }
  118. }
  119. },
  120. "output": {
  121. "type": "structure",
  122. "members": {
  123. "LogPattern": {
  124. "shape": "S13"
  125. },
  126. "ResourceGroupName": {}
  127. }
  128. }
  129. },
  130. "DeleteApplication": {
  131. "input": {
  132. "type": "structure",
  133. "required": [
  134. "ResourceGroupName"
  135. ],
  136. "members": {
  137. "ResourceGroupName": {}
  138. }
  139. },
  140. "output": {
  141. "type": "structure",
  142. "members": {}
  143. }
  144. },
  145. "DeleteComponent": {
  146. "input": {
  147. "type": "structure",
  148. "required": [
  149. "ResourceGroupName",
  150. "ComponentName"
  151. ],
  152. "members": {
  153. "ResourceGroupName": {},
  154. "ComponentName": {}
  155. }
  156. },
  157. "output": {
  158. "type": "structure",
  159. "members": {}
  160. }
  161. },
  162. "DeleteLogPattern": {
  163. "input": {
  164. "type": "structure",
  165. "required": [
  166. "ResourceGroupName",
  167. "PatternSetName",
  168. "PatternName"
  169. ],
  170. "members": {
  171. "ResourceGroupName": {},
  172. "PatternSetName": {},
  173. "PatternName": {}
  174. }
  175. },
  176. "output": {
  177. "type": "structure",
  178. "members": {}
  179. }
  180. },
  181. "DescribeApplication": {
  182. "input": {
  183. "type": "structure",
  184. "required": [
  185. "ResourceGroupName"
  186. ],
  187. "members": {
  188. "ResourceGroupName": {},
  189. "AccountId": {}
  190. }
  191. },
  192. "output": {
  193. "type": "structure",
  194. "members": {
  195. "ApplicationInfo": {
  196. "shape": "Sn"
  197. }
  198. }
  199. }
  200. },
  201. "DescribeComponent": {
  202. "input": {
  203. "type": "structure",
  204. "required": [
  205. "ResourceGroupName",
  206. "ComponentName"
  207. ],
  208. "members": {
  209. "ResourceGroupName": {},
  210. "ComponentName": {},
  211. "AccountId": {}
  212. }
  213. },
  214. "output": {
  215. "type": "structure",
  216. "members": {
  217. "ApplicationComponent": {
  218. "shape": "S1e"
  219. },
  220. "ResourceList": {
  221. "shape": "Su"
  222. }
  223. }
  224. }
  225. },
  226. "DescribeComponentConfiguration": {
  227. "input": {
  228. "type": "structure",
  229. "required": [
  230. "ResourceGroupName",
  231. "ComponentName"
  232. ],
  233. "members": {
  234. "ResourceGroupName": {},
  235. "ComponentName": {},
  236. "AccountId": {}
  237. }
  238. },
  239. "output": {
  240. "type": "structure",
  241. "members": {
  242. "Monitor": {
  243. "type": "boolean"
  244. },
  245. "Tier": {},
  246. "ComponentConfiguration": {}
  247. }
  248. }
  249. },
  250. "DescribeComponentConfigurationRecommendation": {
  251. "input": {
  252. "type": "structure",
  253. "required": [
  254. "ResourceGroupName",
  255. "ComponentName",
  256. "Tier"
  257. ],
  258. "members": {
  259. "ResourceGroupName": {},
  260. "ComponentName": {},
  261. "Tier": {},
  262. "WorkloadName": {},
  263. "RecommendationType": {}
  264. }
  265. },
  266. "output": {
  267. "type": "structure",
  268. "members": {
  269. "ComponentConfiguration": {}
  270. }
  271. }
  272. },
  273. "DescribeLogPattern": {
  274. "input": {
  275. "type": "structure",
  276. "required": [
  277. "ResourceGroupName",
  278. "PatternSetName",
  279. "PatternName"
  280. ],
  281. "members": {
  282. "ResourceGroupName": {},
  283. "PatternSetName": {},
  284. "PatternName": {},
  285. "AccountId": {}
  286. }
  287. },
  288. "output": {
  289. "type": "structure",
  290. "members": {
  291. "ResourceGroupName": {},
  292. "AccountId": {},
  293. "LogPattern": {
  294. "shape": "S13"
  295. }
  296. }
  297. }
  298. },
  299. "DescribeObservation": {
  300. "input": {
  301. "type": "structure",
  302. "required": [
  303. "ObservationId"
  304. ],
  305. "members": {
  306. "ObservationId": {},
  307. "AccountId": {}
  308. }
  309. },
  310. "output": {
  311. "type": "structure",
  312. "members": {
  313. "Observation": {
  314. "shape": "S1w"
  315. }
  316. }
  317. }
  318. },
  319. "DescribeProblem": {
  320. "input": {
  321. "type": "structure",
  322. "required": [
  323. "ProblemId"
  324. ],
  325. "members": {
  326. "ProblemId": {},
  327. "AccountId": {}
  328. }
  329. },
  330. "output": {
  331. "type": "structure",
  332. "members": {
  333. "Problem": {
  334. "shape": "S38"
  335. }
  336. }
  337. }
  338. },
  339. "DescribeProblemObservations": {
  340. "input": {
  341. "type": "structure",
  342. "required": [
  343. "ProblemId"
  344. ],
  345. "members": {
  346. "ProblemId": {},
  347. "AccountId": {}
  348. }
  349. },
  350. "output": {
  351. "type": "structure",
  352. "members": {
  353. "RelatedObservations": {
  354. "type": "structure",
  355. "members": {
  356. "ObservationList": {
  357. "type": "list",
  358. "member": {
  359. "shape": "S1w"
  360. }
  361. }
  362. }
  363. }
  364. }
  365. }
  366. },
  367. "DescribeWorkload": {
  368. "input": {
  369. "type": "structure",
  370. "required": [
  371. "ResourceGroupName",
  372. "ComponentName",
  373. "WorkloadId"
  374. ],
  375. "members": {
  376. "ResourceGroupName": {},
  377. "ComponentName": {},
  378. "WorkloadId": {},
  379. "AccountId": {}
  380. }
  381. },
  382. "output": {
  383. "type": "structure",
  384. "members": {
  385. "WorkloadId": {},
  386. "WorkloadRemarks": {},
  387. "WorkloadConfiguration": {
  388. "shape": "S4"
  389. }
  390. }
  391. }
  392. },
  393. "ListApplications": {
  394. "input": {
  395. "type": "structure",
  396. "members": {
  397. "MaxResults": {
  398. "type": "integer"
  399. },
  400. "NextToken": {},
  401. "AccountId": {}
  402. }
  403. },
  404. "output": {
  405. "type": "structure",
  406. "members": {
  407. "ApplicationInfoList": {
  408. "type": "list",
  409. "member": {
  410. "shape": "Sn"
  411. }
  412. },
  413. "NextToken": {}
  414. }
  415. }
  416. },
  417. "ListComponents": {
  418. "input": {
  419. "type": "structure",
  420. "required": [
  421. "ResourceGroupName"
  422. ],
  423. "members": {
  424. "ResourceGroupName": {},
  425. "MaxResults": {
  426. "type": "integer"
  427. },
  428. "NextToken": {},
  429. "AccountId": {}
  430. }
  431. },
  432. "output": {
  433. "type": "structure",
  434. "members": {
  435. "ApplicationComponentList": {
  436. "type": "list",
  437. "member": {
  438. "shape": "S1e"
  439. }
  440. },
  441. "NextToken": {}
  442. }
  443. }
  444. },
  445. "ListConfigurationHistory": {
  446. "input": {
  447. "type": "structure",
  448. "members": {
  449. "ResourceGroupName": {},
  450. "StartTime": {
  451. "type": "timestamp"
  452. },
  453. "EndTime": {
  454. "type": "timestamp"
  455. },
  456. "EventStatus": {},
  457. "MaxResults": {
  458. "type": "integer"
  459. },
  460. "NextToken": {},
  461. "AccountId": {}
  462. }
  463. },
  464. "output": {
  465. "type": "structure",
  466. "members": {
  467. "EventList": {
  468. "type": "list",
  469. "member": {
  470. "type": "structure",
  471. "members": {
  472. "ResourceGroupName": {},
  473. "AccountId": {},
  474. "MonitoredResourceARN": {},
  475. "EventStatus": {},
  476. "EventResourceType": {},
  477. "EventTime": {
  478. "type": "timestamp"
  479. },
  480. "EventDetail": {},
  481. "EventResourceName": {}
  482. }
  483. }
  484. },
  485. "NextToken": {}
  486. }
  487. }
  488. },
  489. "ListLogPatternSets": {
  490. "input": {
  491. "type": "structure",
  492. "required": [
  493. "ResourceGroupName"
  494. ],
  495. "members": {
  496. "ResourceGroupName": {},
  497. "MaxResults": {
  498. "type": "integer"
  499. },
  500. "NextToken": {},
  501. "AccountId": {}
  502. }
  503. },
  504. "output": {
  505. "type": "structure",
  506. "members": {
  507. "ResourceGroupName": {},
  508. "AccountId": {},
  509. "LogPatternSets": {
  510. "type": "list",
  511. "member": {}
  512. },
  513. "NextToken": {}
  514. }
  515. }
  516. },
  517. "ListLogPatterns": {
  518. "input": {
  519. "type": "structure",
  520. "required": [
  521. "ResourceGroupName"
  522. ],
  523. "members": {
  524. "ResourceGroupName": {},
  525. "PatternSetName": {},
  526. "MaxResults": {
  527. "type": "integer"
  528. },
  529. "NextToken": {},
  530. "AccountId": {}
  531. }
  532. },
  533. "output": {
  534. "type": "structure",
  535. "members": {
  536. "ResourceGroupName": {},
  537. "AccountId": {},
  538. "LogPatterns": {
  539. "type": "list",
  540. "member": {
  541. "shape": "S13"
  542. }
  543. },
  544. "NextToken": {}
  545. }
  546. }
  547. },
  548. "ListProblems": {
  549. "input": {
  550. "type": "structure",
  551. "members": {
  552. "AccountId": {},
  553. "ResourceGroupName": {},
  554. "StartTime": {
  555. "type": "timestamp"
  556. },
  557. "EndTime": {
  558. "type": "timestamp"
  559. },
  560. "MaxResults": {
  561. "type": "integer"
  562. },
  563. "NextToken": {},
  564. "ComponentName": {},
  565. "Visibility": {}
  566. }
  567. },
  568. "output": {
  569. "type": "structure",
  570. "members": {
  571. "ProblemList": {
  572. "type": "list",
  573. "member": {
  574. "shape": "S38"
  575. }
  576. },
  577. "NextToken": {},
  578. "ResourceGroupName": {},
  579. "AccountId": {}
  580. }
  581. }
  582. },
  583. "ListTagsForResource": {
  584. "input": {
  585. "type": "structure",
  586. "required": [
  587. "ResourceARN"
  588. ],
  589. "members": {
  590. "ResourceARN": {}
  591. }
  592. },
  593. "output": {
  594. "type": "structure",
  595. "members": {
  596. "Tags": {
  597. "shape": "Se"
  598. }
  599. }
  600. }
  601. },
  602. "ListWorkloads": {
  603. "input": {
  604. "type": "structure",
  605. "required": [
  606. "ResourceGroupName",
  607. "ComponentName"
  608. ],
  609. "members": {
  610. "ResourceGroupName": {},
  611. "ComponentName": {},
  612. "MaxResults": {
  613. "type": "integer"
  614. },
  615. "NextToken": {},
  616. "AccountId": {}
  617. }
  618. },
  619. "output": {
  620. "type": "structure",
  621. "members": {
  622. "WorkloadList": {
  623. "type": "list",
  624. "member": {
  625. "type": "structure",
  626. "members": {
  627. "WorkloadId": {},
  628. "ComponentName": {},
  629. "WorkloadName": {},
  630. "Tier": {},
  631. "WorkloadRemarks": {}
  632. }
  633. }
  634. },
  635. "NextToken": {}
  636. }
  637. }
  638. },
  639. "RemoveWorkload": {
  640. "input": {
  641. "type": "structure",
  642. "required": [
  643. "ResourceGroupName",
  644. "ComponentName",
  645. "WorkloadId"
  646. ],
  647. "members": {
  648. "ResourceGroupName": {},
  649. "ComponentName": {},
  650. "WorkloadId": {}
  651. }
  652. },
  653. "output": {
  654. "type": "structure",
  655. "members": {}
  656. }
  657. },
  658. "TagResource": {
  659. "input": {
  660. "type": "structure",
  661. "required": [
  662. "ResourceARN",
  663. "Tags"
  664. ],
  665. "members": {
  666. "ResourceARN": {},
  667. "Tags": {
  668. "shape": "Se"
  669. }
  670. }
  671. },
  672. "output": {
  673. "type": "structure",
  674. "members": {}
  675. }
  676. },
  677. "UntagResource": {
  678. "input": {
  679. "type": "structure",
  680. "required": [
  681. "ResourceARN",
  682. "TagKeys"
  683. ],
  684. "members": {
  685. "ResourceARN": {},
  686. "TagKeys": {
  687. "type": "list",
  688. "member": {}
  689. }
  690. }
  691. },
  692. "output": {
  693. "type": "structure",
  694. "members": {}
  695. }
  696. },
  697. "UpdateApplication": {
  698. "input": {
  699. "type": "structure",
  700. "required": [
  701. "ResourceGroupName"
  702. ],
  703. "members": {
  704. "ResourceGroupName": {},
  705. "OpsCenterEnabled": {
  706. "type": "boolean"
  707. },
  708. "CWEMonitorEnabled": {
  709. "type": "boolean"
  710. },
  711. "OpsItemSNSTopicArn": {},
  712. "RemoveSNSTopic": {
  713. "type": "boolean"
  714. },
  715. "AutoConfigEnabled": {
  716. "type": "boolean"
  717. },
  718. "AttachMissingPermission": {
  719. "type": "boolean"
  720. }
  721. }
  722. },
  723. "output": {
  724. "type": "structure",
  725. "members": {
  726. "ApplicationInfo": {
  727. "shape": "Sn"
  728. }
  729. }
  730. }
  731. },
  732. "UpdateComponent": {
  733. "input": {
  734. "type": "structure",
  735. "required": [
  736. "ResourceGroupName",
  737. "ComponentName"
  738. ],
  739. "members": {
  740. "ResourceGroupName": {},
  741. "ComponentName": {},
  742. "NewComponentName": {},
  743. "ResourceList": {
  744. "shape": "Su"
  745. }
  746. }
  747. },
  748. "output": {
  749. "type": "structure",
  750. "members": {}
  751. }
  752. },
  753. "UpdateComponentConfiguration": {
  754. "input": {
  755. "type": "structure",
  756. "required": [
  757. "ResourceGroupName",
  758. "ComponentName"
  759. ],
  760. "members": {
  761. "ResourceGroupName": {},
  762. "ComponentName": {},
  763. "Monitor": {
  764. "type": "boolean"
  765. },
  766. "Tier": {},
  767. "ComponentConfiguration": {},
  768. "AutoConfigEnabled": {
  769. "type": "boolean"
  770. }
  771. }
  772. },
  773. "output": {
  774. "type": "structure",
  775. "members": {}
  776. }
  777. },
  778. "UpdateLogPattern": {
  779. "input": {
  780. "type": "structure",
  781. "required": [
  782. "ResourceGroupName",
  783. "PatternSetName",
  784. "PatternName"
  785. ],
  786. "members": {
  787. "ResourceGroupName": {},
  788. "PatternSetName": {},
  789. "PatternName": {},
  790. "Pattern": {},
  791. "Rank": {
  792. "type": "integer"
  793. }
  794. }
  795. },
  796. "output": {
  797. "type": "structure",
  798. "members": {
  799. "ResourceGroupName": {},
  800. "LogPattern": {
  801. "shape": "S13"
  802. }
  803. }
  804. }
  805. },
  806. "UpdateProblem": {
  807. "input": {
  808. "type": "structure",
  809. "required": [
  810. "ProblemId"
  811. ],
  812. "members": {
  813. "ProblemId": {},
  814. "UpdateStatus": {},
  815. "Visibility": {}
  816. }
  817. },
  818. "output": {
  819. "type": "structure",
  820. "members": {}
  821. }
  822. },
  823. "UpdateWorkload": {
  824. "input": {
  825. "type": "structure",
  826. "required": [
  827. "ResourceGroupName",
  828. "ComponentName",
  829. "WorkloadConfiguration"
  830. ],
  831. "members": {
  832. "ResourceGroupName": {},
  833. "ComponentName": {},
  834. "WorkloadId": {},
  835. "WorkloadConfiguration": {
  836. "shape": "S4"
  837. }
  838. }
  839. },
  840. "output": {
  841. "type": "structure",
  842. "members": {
  843. "WorkloadId": {},
  844. "WorkloadConfiguration": {
  845. "shape": "S4"
  846. }
  847. }
  848. }
  849. }
  850. },
  851. "shapes": {
  852. "S4": {
  853. "type": "structure",
  854. "members": {
  855. "WorkloadName": {},
  856. "Tier": {},
  857. "Configuration": {}
  858. }
  859. },
  860. "Se": {
  861. "type": "list",
  862. "member": {
  863. "type": "structure",
  864. "required": [
  865. "Key",
  866. "Value"
  867. ],
  868. "members": {
  869. "Key": {},
  870. "Value": {}
  871. }
  872. }
  873. },
  874. "Sn": {
  875. "type": "structure",
  876. "members": {
  877. "AccountId": {},
  878. "ResourceGroupName": {},
  879. "LifeCycle": {},
  880. "OpsItemSNSTopicArn": {},
  881. "OpsCenterEnabled": {
  882. "type": "boolean"
  883. },
  884. "CWEMonitorEnabled": {
  885. "type": "boolean"
  886. },
  887. "Remarks": {},
  888. "AutoConfigEnabled": {
  889. "type": "boolean"
  890. },
  891. "DiscoveryType": {},
  892. "AttachMissingPermission": {
  893. "type": "boolean"
  894. }
  895. }
  896. },
  897. "Su": {
  898. "type": "list",
  899. "member": {}
  900. },
  901. "S13": {
  902. "type": "structure",
  903. "members": {
  904. "PatternSetName": {},
  905. "PatternName": {},
  906. "Pattern": {},
  907. "Rank": {
  908. "type": "integer"
  909. }
  910. }
  911. },
  912. "S1e": {
  913. "type": "structure",
  914. "members": {
  915. "ComponentName": {},
  916. "ComponentRemarks": {},
  917. "ResourceType": {},
  918. "OsType": {},
  919. "Tier": {},
  920. "Monitor": {
  921. "type": "boolean"
  922. },
  923. "DetectedWorkload": {
  924. "type": "map",
  925. "key": {},
  926. "value": {
  927. "type": "map",
  928. "key": {},
  929. "value": {}
  930. }
  931. }
  932. }
  933. },
  934. "S1w": {
  935. "type": "structure",
  936. "members": {
  937. "Id": {},
  938. "StartTime": {
  939. "type": "timestamp"
  940. },
  941. "EndTime": {
  942. "type": "timestamp"
  943. },
  944. "SourceType": {},
  945. "SourceARN": {},
  946. "LogGroup": {},
  947. "LineTime": {
  948. "type": "timestamp"
  949. },
  950. "LogText": {},
  951. "LogFilter": {},
  952. "MetricNamespace": {},
  953. "MetricName": {},
  954. "Unit": {},
  955. "Value": {
  956. "type": "double"
  957. },
  958. "CloudWatchEventId": {},
  959. "CloudWatchEventSource": {},
  960. "CloudWatchEventDetailType": {},
  961. "HealthEventArn": {},
  962. "HealthService": {},
  963. "HealthEventTypeCode": {},
  964. "HealthEventTypeCategory": {},
  965. "HealthEventDescription": {},
  966. "CodeDeployDeploymentId": {},
  967. "CodeDeployDeploymentGroup": {},
  968. "CodeDeployState": {},
  969. "CodeDeployApplication": {},
  970. "CodeDeployInstanceGroupId": {},
  971. "Ec2State": {},
  972. "RdsEventCategories": {},
  973. "RdsEventMessage": {},
  974. "S3EventName": {},
  975. "StatesExecutionArn": {},
  976. "StatesArn": {},
  977. "StatesStatus": {},
  978. "StatesInput": {},
  979. "EbsEvent": {},
  980. "EbsResult": {},
  981. "EbsCause": {},
  982. "EbsRequestId": {},
  983. "XRayFaultPercent": {
  984. "type": "integer"
  985. },
  986. "XRayThrottlePercent": {
  987. "type": "integer"
  988. },
  989. "XRayErrorPercent": {
  990. "type": "integer"
  991. },
  992. "XRayRequestCount": {
  993. "type": "integer"
  994. },
  995. "XRayRequestAverageLatency": {
  996. "type": "long"
  997. },
  998. "XRayNodeName": {},
  999. "XRayNodeType": {}
  1000. }
  1001. },
  1002. "S38": {
  1003. "type": "structure",
  1004. "members": {
  1005. "Id": {},
  1006. "Title": {},
  1007. "Insights": {},
  1008. "Status": {},
  1009. "AffectedResource": {},
  1010. "StartTime": {
  1011. "type": "timestamp"
  1012. },
  1013. "EndTime": {
  1014. "type": "timestamp"
  1015. },
  1016. "SeverityLevel": {},
  1017. "AccountId": {},
  1018. "ResourceGroupName": {},
  1019. "Feedback": {
  1020. "type": "map",
  1021. "key": {},
  1022. "value": {}
  1023. },
  1024. "RecurringCount": {
  1025. "type": "long"
  1026. },
  1027. "LastRecurrenceTime": {
  1028. "type": "timestamp"
  1029. },
  1030. "Visibility": {},
  1031. "ResolutionMethod": {}
  1032. }
  1033. }
  1034. }
  1035. }