budgets-2016-10-20.min.json 23 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114
  1. {
  2. "version": "2.0",
  3. "metadata": {
  4. "apiVersion": "2016-10-20",
  5. "endpointPrefix": "budgets",
  6. "jsonVersion": "1.1",
  7. "protocol": "json",
  8. "protocols": [
  9. "json"
  10. ],
  11. "serviceAbbreviation": "AWSBudgets",
  12. "serviceFullName": "AWS Budgets",
  13. "serviceId": "Budgets",
  14. "signatureVersion": "v4",
  15. "targetPrefix": "AWSBudgetServiceGateway",
  16. "uid": "budgets-2016-10-20"
  17. },
  18. "operations": {
  19. "CreateBudget": {
  20. "input": {
  21. "type": "structure",
  22. "required": [
  23. "AccountId",
  24. "Budget"
  25. ],
  26. "members": {
  27. "AccountId": {},
  28. "Budget": {
  29. "shape": "S3"
  30. },
  31. "NotificationsWithSubscribers": {
  32. "type": "list",
  33. "member": {
  34. "type": "structure",
  35. "required": [
  36. "Notification",
  37. "Subscribers"
  38. ],
  39. "members": {
  40. "Notification": {
  41. "shape": "Sq"
  42. },
  43. "Subscribers": {
  44. "shape": "Sw"
  45. }
  46. }
  47. }
  48. },
  49. "ResourceTags": {
  50. "shape": "S10"
  51. }
  52. }
  53. },
  54. "output": {
  55. "type": "structure",
  56. "members": {}
  57. }
  58. },
  59. "CreateBudgetAction": {
  60. "input": {
  61. "type": "structure",
  62. "required": [
  63. "AccountId",
  64. "BudgetName",
  65. "NotificationType",
  66. "ActionType",
  67. "ActionThreshold",
  68. "Definition",
  69. "ExecutionRoleArn",
  70. "ApprovalModel",
  71. "Subscribers"
  72. ],
  73. "members": {
  74. "AccountId": {},
  75. "BudgetName": {},
  76. "NotificationType": {},
  77. "ActionType": {},
  78. "ActionThreshold": {
  79. "shape": "S17"
  80. },
  81. "Definition": {
  82. "shape": "S18"
  83. },
  84. "ExecutionRoleArn": {},
  85. "ApprovalModel": {},
  86. "Subscribers": {
  87. "shape": "Sw"
  88. },
  89. "ResourceTags": {
  90. "shape": "S10"
  91. }
  92. }
  93. },
  94. "output": {
  95. "type": "structure",
  96. "required": [
  97. "AccountId",
  98. "BudgetName",
  99. "ActionId"
  100. ],
  101. "members": {
  102. "AccountId": {},
  103. "BudgetName": {},
  104. "ActionId": {}
  105. }
  106. }
  107. },
  108. "CreateNotification": {
  109. "input": {
  110. "type": "structure",
  111. "required": [
  112. "AccountId",
  113. "BudgetName",
  114. "Notification",
  115. "Subscribers"
  116. ],
  117. "members": {
  118. "AccountId": {},
  119. "BudgetName": {},
  120. "Notification": {
  121. "shape": "Sq"
  122. },
  123. "Subscribers": {
  124. "shape": "Sw"
  125. }
  126. }
  127. },
  128. "output": {
  129. "type": "structure",
  130. "members": {}
  131. }
  132. },
  133. "CreateSubscriber": {
  134. "input": {
  135. "type": "structure",
  136. "required": [
  137. "AccountId",
  138. "BudgetName",
  139. "Notification",
  140. "Subscriber"
  141. ],
  142. "members": {
  143. "AccountId": {},
  144. "BudgetName": {},
  145. "Notification": {
  146. "shape": "Sq"
  147. },
  148. "Subscriber": {
  149. "shape": "Sx"
  150. }
  151. }
  152. },
  153. "output": {
  154. "type": "structure",
  155. "members": {}
  156. }
  157. },
  158. "DeleteBudget": {
  159. "input": {
  160. "type": "structure",
  161. "required": [
  162. "AccountId",
  163. "BudgetName"
  164. ],
  165. "members": {
  166. "AccountId": {},
  167. "BudgetName": {}
  168. }
  169. },
  170. "output": {
  171. "type": "structure",
  172. "members": {}
  173. }
  174. },
  175. "DeleteBudgetAction": {
  176. "input": {
  177. "type": "structure",
  178. "required": [
  179. "AccountId",
  180. "BudgetName",
  181. "ActionId"
  182. ],
  183. "members": {
  184. "AccountId": {},
  185. "BudgetName": {},
  186. "ActionId": {}
  187. }
  188. },
  189. "output": {
  190. "type": "structure",
  191. "required": [
  192. "AccountId",
  193. "BudgetName",
  194. "Action"
  195. ],
  196. "members": {
  197. "AccountId": {},
  198. "BudgetName": {},
  199. "Action": {
  200. "shape": "S22"
  201. }
  202. }
  203. }
  204. },
  205. "DeleteNotification": {
  206. "input": {
  207. "type": "structure",
  208. "required": [
  209. "AccountId",
  210. "BudgetName",
  211. "Notification"
  212. ],
  213. "members": {
  214. "AccountId": {},
  215. "BudgetName": {},
  216. "Notification": {
  217. "shape": "Sq"
  218. }
  219. }
  220. },
  221. "output": {
  222. "type": "structure",
  223. "members": {}
  224. }
  225. },
  226. "DeleteSubscriber": {
  227. "input": {
  228. "type": "structure",
  229. "required": [
  230. "AccountId",
  231. "BudgetName",
  232. "Notification",
  233. "Subscriber"
  234. ],
  235. "members": {
  236. "AccountId": {},
  237. "BudgetName": {},
  238. "Notification": {
  239. "shape": "Sq"
  240. },
  241. "Subscriber": {
  242. "shape": "Sx"
  243. }
  244. }
  245. },
  246. "output": {
  247. "type": "structure",
  248. "members": {}
  249. }
  250. },
  251. "DescribeBudget": {
  252. "input": {
  253. "type": "structure",
  254. "required": [
  255. "AccountId",
  256. "BudgetName"
  257. ],
  258. "members": {
  259. "AccountId": {},
  260. "BudgetName": {}
  261. }
  262. },
  263. "output": {
  264. "type": "structure",
  265. "members": {
  266. "Budget": {
  267. "shape": "S3"
  268. }
  269. }
  270. }
  271. },
  272. "DescribeBudgetAction": {
  273. "input": {
  274. "type": "structure",
  275. "required": [
  276. "AccountId",
  277. "BudgetName",
  278. "ActionId"
  279. ],
  280. "members": {
  281. "AccountId": {},
  282. "BudgetName": {},
  283. "ActionId": {}
  284. }
  285. },
  286. "output": {
  287. "type": "structure",
  288. "required": [
  289. "AccountId",
  290. "BudgetName",
  291. "Action"
  292. ],
  293. "members": {
  294. "AccountId": {},
  295. "BudgetName": {},
  296. "Action": {
  297. "shape": "S22"
  298. }
  299. }
  300. }
  301. },
  302. "DescribeBudgetActionHistories": {
  303. "input": {
  304. "type": "structure",
  305. "required": [
  306. "AccountId",
  307. "BudgetName",
  308. "ActionId"
  309. ],
  310. "members": {
  311. "AccountId": {},
  312. "BudgetName": {},
  313. "ActionId": {},
  314. "TimePeriod": {
  315. "shape": "Sg"
  316. },
  317. "MaxResults": {
  318. "type": "integer"
  319. },
  320. "NextToken": {}
  321. }
  322. },
  323. "output": {
  324. "type": "structure",
  325. "required": [
  326. "ActionHistories"
  327. ],
  328. "members": {
  329. "ActionHistories": {
  330. "type": "list",
  331. "member": {
  332. "type": "structure",
  333. "required": [
  334. "Timestamp",
  335. "Status",
  336. "EventType",
  337. "ActionHistoryDetails"
  338. ],
  339. "members": {
  340. "Timestamp": {
  341. "type": "timestamp"
  342. },
  343. "Status": {},
  344. "EventType": {},
  345. "ActionHistoryDetails": {
  346. "type": "structure",
  347. "required": [
  348. "Message",
  349. "Action"
  350. ],
  351. "members": {
  352. "Message": {},
  353. "Action": {
  354. "shape": "S22"
  355. }
  356. }
  357. }
  358. }
  359. }
  360. },
  361. "NextToken": {}
  362. }
  363. }
  364. },
  365. "DescribeBudgetActionsForAccount": {
  366. "input": {
  367. "type": "structure",
  368. "required": [
  369. "AccountId"
  370. ],
  371. "members": {
  372. "AccountId": {},
  373. "MaxResults": {
  374. "type": "integer"
  375. },
  376. "NextToken": {}
  377. }
  378. },
  379. "output": {
  380. "type": "structure",
  381. "required": [
  382. "Actions"
  383. ],
  384. "members": {
  385. "Actions": {
  386. "shape": "S2l"
  387. },
  388. "NextToken": {}
  389. }
  390. }
  391. },
  392. "DescribeBudgetActionsForBudget": {
  393. "input": {
  394. "type": "structure",
  395. "required": [
  396. "AccountId",
  397. "BudgetName"
  398. ],
  399. "members": {
  400. "AccountId": {},
  401. "BudgetName": {},
  402. "MaxResults": {
  403. "type": "integer"
  404. },
  405. "NextToken": {}
  406. }
  407. },
  408. "output": {
  409. "type": "structure",
  410. "required": [
  411. "Actions"
  412. ],
  413. "members": {
  414. "Actions": {
  415. "shape": "S2l"
  416. },
  417. "NextToken": {}
  418. }
  419. }
  420. },
  421. "DescribeBudgetNotificationsForAccount": {
  422. "input": {
  423. "type": "structure",
  424. "required": [
  425. "AccountId"
  426. ],
  427. "members": {
  428. "AccountId": {},
  429. "MaxResults": {
  430. "type": "integer"
  431. },
  432. "NextToken": {}
  433. }
  434. },
  435. "output": {
  436. "type": "structure",
  437. "members": {
  438. "BudgetNotificationsForAccount": {
  439. "type": "list",
  440. "member": {
  441. "type": "structure",
  442. "members": {
  443. "Notifications": {
  444. "shape": "S2t"
  445. },
  446. "BudgetName": {}
  447. }
  448. }
  449. },
  450. "NextToken": {}
  451. }
  452. }
  453. },
  454. "DescribeBudgetPerformanceHistory": {
  455. "input": {
  456. "type": "structure",
  457. "required": [
  458. "AccountId",
  459. "BudgetName"
  460. ],
  461. "members": {
  462. "AccountId": {},
  463. "BudgetName": {},
  464. "TimePeriod": {
  465. "shape": "Sg"
  466. },
  467. "MaxResults": {
  468. "type": "integer"
  469. },
  470. "NextToken": {}
  471. }
  472. },
  473. "output": {
  474. "type": "structure",
  475. "members": {
  476. "BudgetPerformanceHistory": {
  477. "type": "structure",
  478. "members": {
  479. "BudgetName": {},
  480. "BudgetType": {},
  481. "CostFilters": {
  482. "shape": "Sa"
  483. },
  484. "CostTypes": {
  485. "shape": "Sd"
  486. },
  487. "TimeUnit": {},
  488. "BudgetedAndActualAmountsList": {
  489. "type": "list",
  490. "member": {
  491. "type": "structure",
  492. "members": {
  493. "BudgetedAmount": {
  494. "shape": "S5"
  495. },
  496. "ActualAmount": {
  497. "shape": "S5"
  498. },
  499. "TimePeriod": {
  500. "shape": "Sg"
  501. }
  502. }
  503. }
  504. }
  505. }
  506. },
  507. "NextToken": {}
  508. }
  509. }
  510. },
  511. "DescribeBudgets": {
  512. "input": {
  513. "type": "structure",
  514. "required": [
  515. "AccountId"
  516. ],
  517. "members": {
  518. "AccountId": {},
  519. "MaxResults": {
  520. "type": "integer"
  521. },
  522. "NextToken": {}
  523. }
  524. },
  525. "output": {
  526. "type": "structure",
  527. "members": {
  528. "Budgets": {
  529. "type": "list",
  530. "member": {
  531. "shape": "S3"
  532. }
  533. },
  534. "NextToken": {}
  535. }
  536. }
  537. },
  538. "DescribeNotificationsForBudget": {
  539. "input": {
  540. "type": "structure",
  541. "required": [
  542. "AccountId",
  543. "BudgetName"
  544. ],
  545. "members": {
  546. "AccountId": {},
  547. "BudgetName": {},
  548. "MaxResults": {
  549. "type": "integer"
  550. },
  551. "NextToken": {}
  552. }
  553. },
  554. "output": {
  555. "type": "structure",
  556. "members": {
  557. "Notifications": {
  558. "shape": "S2t"
  559. },
  560. "NextToken": {}
  561. }
  562. }
  563. },
  564. "DescribeSubscribersForNotification": {
  565. "input": {
  566. "type": "structure",
  567. "required": [
  568. "AccountId",
  569. "BudgetName",
  570. "Notification"
  571. ],
  572. "members": {
  573. "AccountId": {},
  574. "BudgetName": {},
  575. "Notification": {
  576. "shape": "Sq"
  577. },
  578. "MaxResults": {
  579. "type": "integer"
  580. },
  581. "NextToken": {}
  582. }
  583. },
  584. "output": {
  585. "type": "structure",
  586. "members": {
  587. "Subscribers": {
  588. "shape": "Sw"
  589. },
  590. "NextToken": {}
  591. }
  592. }
  593. },
  594. "ExecuteBudgetAction": {
  595. "input": {
  596. "type": "structure",
  597. "required": [
  598. "AccountId",
  599. "BudgetName",
  600. "ActionId",
  601. "ExecutionType"
  602. ],
  603. "members": {
  604. "AccountId": {},
  605. "BudgetName": {},
  606. "ActionId": {},
  607. "ExecutionType": {}
  608. }
  609. },
  610. "output": {
  611. "type": "structure",
  612. "required": [
  613. "AccountId",
  614. "BudgetName",
  615. "ActionId",
  616. "ExecutionType"
  617. ],
  618. "members": {
  619. "AccountId": {},
  620. "BudgetName": {},
  621. "ActionId": {},
  622. "ExecutionType": {}
  623. }
  624. }
  625. },
  626. "ListTagsForResource": {
  627. "input": {
  628. "type": "structure",
  629. "required": [
  630. "ResourceARN"
  631. ],
  632. "members": {
  633. "ResourceARN": {}
  634. }
  635. },
  636. "output": {
  637. "type": "structure",
  638. "members": {
  639. "ResourceTags": {
  640. "shape": "S10"
  641. }
  642. }
  643. }
  644. },
  645. "TagResource": {
  646. "input": {
  647. "type": "structure",
  648. "required": [
  649. "ResourceARN",
  650. "ResourceTags"
  651. ],
  652. "members": {
  653. "ResourceARN": {},
  654. "ResourceTags": {
  655. "shape": "S10"
  656. }
  657. }
  658. },
  659. "output": {
  660. "type": "structure",
  661. "members": {}
  662. }
  663. },
  664. "UntagResource": {
  665. "input": {
  666. "type": "structure",
  667. "required": [
  668. "ResourceARN",
  669. "ResourceTagKeys"
  670. ],
  671. "members": {
  672. "ResourceARN": {},
  673. "ResourceTagKeys": {
  674. "type": "list",
  675. "member": {}
  676. }
  677. }
  678. },
  679. "output": {
  680. "type": "structure",
  681. "members": {}
  682. }
  683. },
  684. "UpdateBudget": {
  685. "input": {
  686. "type": "structure",
  687. "required": [
  688. "AccountId",
  689. "NewBudget"
  690. ],
  691. "members": {
  692. "AccountId": {},
  693. "NewBudget": {
  694. "shape": "S3"
  695. }
  696. }
  697. },
  698. "output": {
  699. "type": "structure",
  700. "members": {}
  701. }
  702. },
  703. "UpdateBudgetAction": {
  704. "input": {
  705. "type": "structure",
  706. "required": [
  707. "AccountId",
  708. "BudgetName",
  709. "ActionId"
  710. ],
  711. "members": {
  712. "AccountId": {},
  713. "BudgetName": {},
  714. "ActionId": {},
  715. "NotificationType": {},
  716. "ActionThreshold": {
  717. "shape": "S17"
  718. },
  719. "Definition": {
  720. "shape": "S18"
  721. },
  722. "ExecutionRoleArn": {},
  723. "ApprovalModel": {},
  724. "Subscribers": {
  725. "shape": "Sw"
  726. }
  727. }
  728. },
  729. "output": {
  730. "type": "structure",
  731. "required": [
  732. "AccountId",
  733. "BudgetName",
  734. "OldAction",
  735. "NewAction"
  736. ],
  737. "members": {
  738. "AccountId": {},
  739. "BudgetName": {},
  740. "OldAction": {
  741. "shape": "S22"
  742. },
  743. "NewAction": {
  744. "shape": "S22"
  745. }
  746. }
  747. }
  748. },
  749. "UpdateNotification": {
  750. "input": {
  751. "type": "structure",
  752. "required": [
  753. "AccountId",
  754. "BudgetName",
  755. "OldNotification",
  756. "NewNotification"
  757. ],
  758. "members": {
  759. "AccountId": {},
  760. "BudgetName": {},
  761. "OldNotification": {
  762. "shape": "Sq"
  763. },
  764. "NewNotification": {
  765. "shape": "Sq"
  766. }
  767. }
  768. },
  769. "output": {
  770. "type": "structure",
  771. "members": {}
  772. }
  773. },
  774. "UpdateSubscriber": {
  775. "input": {
  776. "type": "structure",
  777. "required": [
  778. "AccountId",
  779. "BudgetName",
  780. "Notification",
  781. "OldSubscriber",
  782. "NewSubscriber"
  783. ],
  784. "members": {
  785. "AccountId": {},
  786. "BudgetName": {},
  787. "Notification": {
  788. "shape": "Sq"
  789. },
  790. "OldSubscriber": {
  791. "shape": "Sx"
  792. },
  793. "NewSubscriber": {
  794. "shape": "Sx"
  795. }
  796. }
  797. },
  798. "output": {
  799. "type": "structure",
  800. "members": {}
  801. }
  802. }
  803. },
  804. "shapes": {
  805. "S3": {
  806. "type": "structure",
  807. "required": [
  808. "BudgetName",
  809. "TimeUnit",
  810. "BudgetType"
  811. ],
  812. "members": {
  813. "BudgetName": {},
  814. "BudgetLimit": {
  815. "shape": "S5"
  816. },
  817. "PlannedBudgetLimits": {
  818. "type": "map",
  819. "key": {},
  820. "value": {
  821. "shape": "S5"
  822. }
  823. },
  824. "CostFilters": {
  825. "shape": "Sa"
  826. },
  827. "CostTypes": {
  828. "shape": "Sd"
  829. },
  830. "TimeUnit": {},
  831. "TimePeriod": {
  832. "shape": "Sg"
  833. },
  834. "CalculatedSpend": {
  835. "type": "structure",
  836. "required": [
  837. "ActualSpend"
  838. ],
  839. "members": {
  840. "ActualSpend": {
  841. "shape": "S5"
  842. },
  843. "ForecastedSpend": {
  844. "shape": "S5"
  845. }
  846. }
  847. },
  848. "BudgetType": {},
  849. "LastUpdatedTime": {
  850. "type": "timestamp"
  851. },
  852. "AutoAdjustData": {
  853. "type": "structure",
  854. "required": [
  855. "AutoAdjustType"
  856. ],
  857. "members": {
  858. "AutoAdjustType": {},
  859. "HistoricalOptions": {
  860. "type": "structure",
  861. "required": [
  862. "BudgetAdjustmentPeriod"
  863. ],
  864. "members": {
  865. "BudgetAdjustmentPeriod": {
  866. "type": "integer"
  867. },
  868. "LookBackAvailablePeriods": {
  869. "type": "integer"
  870. }
  871. }
  872. },
  873. "LastAutoAdjustTime": {
  874. "type": "timestamp"
  875. }
  876. }
  877. }
  878. }
  879. },
  880. "S5": {
  881. "type": "structure",
  882. "required": [
  883. "Amount",
  884. "Unit"
  885. ],
  886. "members": {
  887. "Amount": {},
  888. "Unit": {}
  889. }
  890. },
  891. "Sa": {
  892. "type": "map",
  893. "key": {},
  894. "value": {
  895. "type": "list",
  896. "member": {}
  897. }
  898. },
  899. "Sd": {
  900. "type": "structure",
  901. "members": {
  902. "IncludeTax": {
  903. "type": "boolean"
  904. },
  905. "IncludeSubscription": {
  906. "type": "boolean"
  907. },
  908. "UseBlended": {
  909. "type": "boolean"
  910. },
  911. "IncludeRefund": {
  912. "type": "boolean"
  913. },
  914. "IncludeCredit": {
  915. "type": "boolean"
  916. },
  917. "IncludeUpfront": {
  918. "type": "boolean"
  919. },
  920. "IncludeRecurring": {
  921. "type": "boolean"
  922. },
  923. "IncludeOtherSubscription": {
  924. "type": "boolean"
  925. },
  926. "IncludeSupport": {
  927. "type": "boolean"
  928. },
  929. "IncludeDiscount": {
  930. "type": "boolean"
  931. },
  932. "UseAmortized": {
  933. "type": "boolean"
  934. }
  935. }
  936. },
  937. "Sg": {
  938. "type": "structure",
  939. "members": {
  940. "Start": {
  941. "type": "timestamp"
  942. },
  943. "End": {
  944. "type": "timestamp"
  945. }
  946. }
  947. },
  948. "Sq": {
  949. "type": "structure",
  950. "required": [
  951. "NotificationType",
  952. "ComparisonOperator",
  953. "Threshold"
  954. ],
  955. "members": {
  956. "NotificationType": {},
  957. "ComparisonOperator": {},
  958. "Threshold": {
  959. "type": "double"
  960. },
  961. "ThresholdType": {},
  962. "NotificationState": {}
  963. }
  964. },
  965. "Sw": {
  966. "type": "list",
  967. "member": {
  968. "shape": "Sx"
  969. }
  970. },
  971. "Sx": {
  972. "type": "structure",
  973. "required": [
  974. "SubscriptionType",
  975. "Address"
  976. ],
  977. "members": {
  978. "SubscriptionType": {},
  979. "Address": {
  980. "type": "string",
  981. "sensitive": true
  982. }
  983. }
  984. },
  985. "S10": {
  986. "type": "list",
  987. "member": {
  988. "type": "structure",
  989. "required": [
  990. "Key",
  991. "Value"
  992. ],
  993. "members": {
  994. "Key": {},
  995. "Value": {}
  996. }
  997. }
  998. },
  999. "S17": {
  1000. "type": "structure",
  1001. "required": [
  1002. "ActionThresholdValue",
  1003. "ActionThresholdType"
  1004. ],
  1005. "members": {
  1006. "ActionThresholdValue": {
  1007. "type": "double"
  1008. },
  1009. "ActionThresholdType": {}
  1010. }
  1011. },
  1012. "S18": {
  1013. "type": "structure",
  1014. "members": {
  1015. "IamActionDefinition": {
  1016. "type": "structure",
  1017. "required": [
  1018. "PolicyArn"
  1019. ],
  1020. "members": {
  1021. "PolicyArn": {},
  1022. "Roles": {
  1023. "type": "list",
  1024. "member": {}
  1025. },
  1026. "Groups": {
  1027. "type": "list",
  1028. "member": {}
  1029. },
  1030. "Users": {
  1031. "type": "list",
  1032. "member": {}
  1033. }
  1034. }
  1035. },
  1036. "ScpActionDefinition": {
  1037. "type": "structure",
  1038. "required": [
  1039. "PolicyId",
  1040. "TargetIds"
  1041. ],
  1042. "members": {
  1043. "PolicyId": {},
  1044. "TargetIds": {
  1045. "type": "list",
  1046. "member": {}
  1047. }
  1048. }
  1049. },
  1050. "SsmActionDefinition": {
  1051. "type": "structure",
  1052. "required": [
  1053. "ActionSubType",
  1054. "Region",
  1055. "InstanceIds"
  1056. ],
  1057. "members": {
  1058. "ActionSubType": {},
  1059. "Region": {},
  1060. "InstanceIds": {
  1061. "type": "list",
  1062. "member": {}
  1063. }
  1064. }
  1065. }
  1066. }
  1067. },
  1068. "S22": {
  1069. "type": "structure",
  1070. "required": [
  1071. "ActionId",
  1072. "BudgetName",
  1073. "NotificationType",
  1074. "ActionType",
  1075. "ActionThreshold",
  1076. "Definition",
  1077. "ExecutionRoleArn",
  1078. "ApprovalModel",
  1079. "Status",
  1080. "Subscribers"
  1081. ],
  1082. "members": {
  1083. "ActionId": {},
  1084. "BudgetName": {},
  1085. "NotificationType": {},
  1086. "ActionType": {},
  1087. "ActionThreshold": {
  1088. "shape": "S17"
  1089. },
  1090. "Definition": {
  1091. "shape": "S18"
  1092. },
  1093. "ExecutionRoleArn": {},
  1094. "ApprovalModel": {},
  1095. "Status": {},
  1096. "Subscribers": {
  1097. "shape": "Sw"
  1098. }
  1099. }
  1100. },
  1101. "S2l": {
  1102. "type": "list",
  1103. "member": {
  1104. "shape": "S22"
  1105. }
  1106. },
  1107. "S2t": {
  1108. "type": "list",
  1109. "member": {
  1110. "shape": "Sq"
  1111. }
  1112. }
  1113. }
  1114. }