detective-2018-10-26.min.json 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011
  1. {
  2. "version": "2.0",
  3. "metadata": {
  4. "apiVersion": "2018-10-26",
  5. "endpointPrefix": "api.detective",
  6. "jsonVersion": "1.1",
  7. "protocol": "rest-json",
  8. "serviceFullName": "Amazon Detective",
  9. "serviceId": "Detective",
  10. "signatureVersion": "v4",
  11. "signingName": "detective",
  12. "uid": "detective-2018-10-26"
  13. },
  14. "operations": {
  15. "AcceptInvitation": {
  16. "http": {
  17. "method": "PUT",
  18. "requestUri": "/invitation"
  19. },
  20. "input": {
  21. "type": "structure",
  22. "required": [
  23. "GraphArn"
  24. ],
  25. "members": {
  26. "GraphArn": {}
  27. }
  28. }
  29. },
  30. "BatchGetGraphMemberDatasources": {
  31. "http": {
  32. "requestUri": "/graph/datasources/get"
  33. },
  34. "input": {
  35. "type": "structure",
  36. "required": [
  37. "GraphArn",
  38. "AccountIds"
  39. ],
  40. "members": {
  41. "GraphArn": {},
  42. "AccountIds": {
  43. "type": "list",
  44. "member": {}
  45. }
  46. }
  47. },
  48. "output": {
  49. "type": "structure",
  50. "members": {
  51. "MemberDatasources": {
  52. "shape": "S7"
  53. },
  54. "UnprocessedAccounts": {
  55. "shape": "Sf"
  56. }
  57. }
  58. }
  59. },
  60. "BatchGetMembershipDatasources": {
  61. "http": {
  62. "requestUri": "/membership/datasources/get"
  63. },
  64. "input": {
  65. "type": "structure",
  66. "required": [
  67. "GraphArns"
  68. ],
  69. "members": {
  70. "GraphArns": {
  71. "type": "list",
  72. "member": {}
  73. }
  74. }
  75. },
  76. "output": {
  77. "type": "structure",
  78. "members": {
  79. "MembershipDatasources": {
  80. "shape": "S7"
  81. },
  82. "UnprocessedGraphs": {
  83. "type": "list",
  84. "member": {
  85. "type": "structure",
  86. "members": {
  87. "GraphArn": {},
  88. "Reason": {}
  89. }
  90. }
  91. }
  92. }
  93. }
  94. },
  95. "CreateGraph": {
  96. "http": {
  97. "requestUri": "/graph"
  98. },
  99. "input": {
  100. "type": "structure",
  101. "members": {
  102. "Tags": {
  103. "shape": "So"
  104. }
  105. }
  106. },
  107. "output": {
  108. "type": "structure",
  109. "members": {
  110. "GraphArn": {}
  111. }
  112. }
  113. },
  114. "CreateMembers": {
  115. "http": {
  116. "requestUri": "/graph/members"
  117. },
  118. "input": {
  119. "type": "structure",
  120. "required": [
  121. "GraphArn",
  122. "Accounts"
  123. ],
  124. "members": {
  125. "GraphArn": {},
  126. "Message": {
  127. "type": "string",
  128. "sensitive": true
  129. },
  130. "DisableEmailNotification": {
  131. "type": "boolean"
  132. },
  133. "Accounts": {
  134. "type": "list",
  135. "member": {
  136. "type": "structure",
  137. "required": [
  138. "AccountId",
  139. "EmailAddress"
  140. ],
  141. "members": {
  142. "AccountId": {},
  143. "EmailAddress": {
  144. "shape": "Sx"
  145. }
  146. }
  147. }
  148. }
  149. }
  150. },
  151. "output": {
  152. "type": "structure",
  153. "members": {
  154. "Members": {
  155. "shape": "Sz"
  156. },
  157. "UnprocessedAccounts": {
  158. "shape": "Sf"
  159. }
  160. }
  161. }
  162. },
  163. "DeleteGraph": {
  164. "http": {
  165. "requestUri": "/graph/removal"
  166. },
  167. "input": {
  168. "type": "structure",
  169. "required": [
  170. "GraphArn"
  171. ],
  172. "members": {
  173. "GraphArn": {}
  174. }
  175. }
  176. },
  177. "DeleteMembers": {
  178. "http": {
  179. "requestUri": "/graph/members/removal"
  180. },
  181. "input": {
  182. "type": "structure",
  183. "required": [
  184. "GraphArn",
  185. "AccountIds"
  186. ],
  187. "members": {
  188. "GraphArn": {},
  189. "AccountIds": {
  190. "shape": "S1b"
  191. }
  192. }
  193. },
  194. "output": {
  195. "type": "structure",
  196. "members": {
  197. "AccountIds": {
  198. "shape": "S1b"
  199. },
  200. "UnprocessedAccounts": {
  201. "shape": "Sf"
  202. }
  203. }
  204. }
  205. },
  206. "DescribeOrganizationConfiguration": {
  207. "http": {
  208. "requestUri": "/orgs/describeOrganizationConfiguration"
  209. },
  210. "input": {
  211. "type": "structure",
  212. "required": [
  213. "GraphArn"
  214. ],
  215. "members": {
  216. "GraphArn": {}
  217. }
  218. },
  219. "output": {
  220. "type": "structure",
  221. "members": {
  222. "AutoEnable": {
  223. "type": "boolean"
  224. }
  225. }
  226. }
  227. },
  228. "DisableOrganizationAdminAccount": {
  229. "http": {
  230. "requestUri": "/orgs/disableAdminAccount"
  231. }
  232. },
  233. "DisassociateMembership": {
  234. "http": {
  235. "requestUri": "/membership/removal"
  236. },
  237. "input": {
  238. "type": "structure",
  239. "required": [
  240. "GraphArn"
  241. ],
  242. "members": {
  243. "GraphArn": {}
  244. }
  245. }
  246. },
  247. "EnableOrganizationAdminAccount": {
  248. "http": {
  249. "requestUri": "/orgs/enableAdminAccount"
  250. },
  251. "input": {
  252. "type": "structure",
  253. "required": [
  254. "AccountId"
  255. ],
  256. "members": {
  257. "AccountId": {}
  258. }
  259. }
  260. },
  261. "GetInvestigation": {
  262. "http": {
  263. "requestUri": "/investigations/getInvestigation"
  264. },
  265. "input": {
  266. "type": "structure",
  267. "required": [
  268. "GraphArn",
  269. "InvestigationId"
  270. ],
  271. "members": {
  272. "GraphArn": {},
  273. "InvestigationId": {}
  274. }
  275. },
  276. "output": {
  277. "type": "structure",
  278. "members": {
  279. "GraphArn": {},
  280. "InvestigationId": {},
  281. "EntityArn": {},
  282. "EntityType": {},
  283. "CreatedTime": {
  284. "shape": "Se"
  285. },
  286. "ScopeStartTime": {
  287. "shape": "Se"
  288. },
  289. "ScopeEndTime": {
  290. "shape": "Se"
  291. },
  292. "Status": {},
  293. "Severity": {},
  294. "State": {}
  295. }
  296. }
  297. },
  298. "GetMembers": {
  299. "http": {
  300. "requestUri": "/graph/members/get"
  301. },
  302. "input": {
  303. "type": "structure",
  304. "required": [
  305. "GraphArn",
  306. "AccountIds"
  307. ],
  308. "members": {
  309. "GraphArn": {},
  310. "AccountIds": {
  311. "shape": "S1b"
  312. }
  313. }
  314. },
  315. "output": {
  316. "type": "structure",
  317. "members": {
  318. "MemberDetails": {
  319. "shape": "Sz"
  320. },
  321. "UnprocessedAccounts": {
  322. "shape": "Sf"
  323. }
  324. }
  325. }
  326. },
  327. "ListDatasourcePackages": {
  328. "http": {
  329. "requestUri": "/graph/datasources/list"
  330. },
  331. "input": {
  332. "type": "structure",
  333. "required": [
  334. "GraphArn"
  335. ],
  336. "members": {
  337. "GraphArn": {},
  338. "NextToken": {},
  339. "MaxResults": {
  340. "type": "integer"
  341. }
  342. }
  343. },
  344. "output": {
  345. "type": "structure",
  346. "members": {
  347. "DatasourcePackages": {
  348. "type": "map",
  349. "key": {},
  350. "value": {
  351. "type": "structure",
  352. "members": {
  353. "DatasourcePackageIngestState": {},
  354. "LastIngestStateChange": {
  355. "shape": "Sb"
  356. }
  357. }
  358. }
  359. },
  360. "NextToken": {}
  361. }
  362. }
  363. },
  364. "ListGraphs": {
  365. "http": {
  366. "requestUri": "/graphs/list"
  367. },
  368. "input": {
  369. "type": "structure",
  370. "members": {
  371. "NextToken": {},
  372. "MaxResults": {
  373. "type": "integer"
  374. }
  375. }
  376. },
  377. "output": {
  378. "type": "structure",
  379. "members": {
  380. "GraphList": {
  381. "type": "list",
  382. "member": {
  383. "type": "structure",
  384. "members": {
  385. "Arn": {},
  386. "CreatedTime": {
  387. "shape": "Se"
  388. }
  389. }
  390. }
  391. },
  392. "NextToken": {}
  393. }
  394. }
  395. },
  396. "ListIndicators": {
  397. "http": {
  398. "requestUri": "/investigations/listIndicators"
  399. },
  400. "input": {
  401. "type": "structure",
  402. "required": [
  403. "GraphArn",
  404. "InvestigationId"
  405. ],
  406. "members": {
  407. "GraphArn": {},
  408. "InvestigationId": {},
  409. "IndicatorType": {},
  410. "NextToken": {},
  411. "MaxResults": {
  412. "type": "integer"
  413. }
  414. }
  415. },
  416. "output": {
  417. "type": "structure",
  418. "members": {
  419. "GraphArn": {},
  420. "InvestigationId": {},
  421. "NextToken": {},
  422. "Indicators": {
  423. "type": "list",
  424. "member": {
  425. "type": "structure",
  426. "members": {
  427. "IndicatorType": {},
  428. "IndicatorDetail": {
  429. "type": "structure",
  430. "members": {
  431. "TTPsObservedDetail": {
  432. "type": "structure",
  433. "members": {
  434. "Tactic": {},
  435. "Technique": {},
  436. "Procedure": {},
  437. "IpAddress": {},
  438. "APIName": {},
  439. "APISuccessCount": {
  440. "type": "long"
  441. },
  442. "APIFailureCount": {
  443. "type": "long"
  444. }
  445. }
  446. },
  447. "ImpossibleTravelDetail": {
  448. "type": "structure",
  449. "members": {
  450. "StartingIpAddress": {},
  451. "EndingIpAddress": {},
  452. "StartingLocation": {},
  453. "EndingLocation": {},
  454. "HourlyTimeDelta": {
  455. "type": "integer"
  456. }
  457. }
  458. },
  459. "FlaggedIpAddressDetail": {
  460. "type": "structure",
  461. "members": {
  462. "IpAddress": {},
  463. "Reason": {}
  464. }
  465. },
  466. "NewGeolocationDetail": {
  467. "type": "structure",
  468. "members": {
  469. "Location": {},
  470. "IpAddress": {},
  471. "IsNewForEntireAccount": {
  472. "type": "boolean"
  473. }
  474. }
  475. },
  476. "NewAsoDetail": {
  477. "type": "structure",
  478. "members": {
  479. "Aso": {},
  480. "IsNewForEntireAccount": {
  481. "type": "boolean"
  482. }
  483. }
  484. },
  485. "NewUserAgentDetail": {
  486. "type": "structure",
  487. "members": {
  488. "UserAgent": {},
  489. "IsNewForEntireAccount": {
  490. "type": "boolean"
  491. }
  492. }
  493. },
  494. "RelatedFindingDetail": {
  495. "type": "structure",
  496. "members": {
  497. "Arn": {},
  498. "Type": {},
  499. "IpAddress": {}
  500. }
  501. },
  502. "RelatedFindingGroupDetail": {
  503. "type": "structure",
  504. "members": {
  505. "Id": {}
  506. }
  507. }
  508. }
  509. }
  510. }
  511. }
  512. }
  513. }
  514. }
  515. },
  516. "ListInvestigations": {
  517. "http": {
  518. "requestUri": "/investigations/listInvestigations"
  519. },
  520. "input": {
  521. "type": "structure",
  522. "required": [
  523. "GraphArn"
  524. ],
  525. "members": {
  526. "GraphArn": {},
  527. "NextToken": {},
  528. "MaxResults": {
  529. "type": "integer"
  530. },
  531. "FilterCriteria": {
  532. "type": "structure",
  533. "members": {
  534. "Severity": {
  535. "shape": "S2y"
  536. },
  537. "Status": {
  538. "shape": "S2y"
  539. },
  540. "State": {
  541. "shape": "S2y"
  542. },
  543. "EntityArn": {
  544. "shape": "S2y"
  545. },
  546. "CreatedTime": {
  547. "type": "structure",
  548. "required": [
  549. "StartInclusive",
  550. "EndInclusive"
  551. ],
  552. "members": {
  553. "StartInclusive": {
  554. "shape": "Se"
  555. },
  556. "EndInclusive": {
  557. "shape": "Se"
  558. }
  559. }
  560. }
  561. }
  562. },
  563. "SortCriteria": {
  564. "type": "structure",
  565. "members": {
  566. "Field": {},
  567. "SortOrder": {}
  568. }
  569. }
  570. }
  571. },
  572. "output": {
  573. "type": "structure",
  574. "members": {
  575. "InvestigationDetails": {
  576. "type": "list",
  577. "member": {
  578. "type": "structure",
  579. "members": {
  580. "InvestigationId": {},
  581. "Severity": {},
  582. "Status": {},
  583. "State": {},
  584. "CreatedTime": {
  585. "shape": "Se"
  586. },
  587. "EntityArn": {},
  588. "EntityType": {}
  589. }
  590. }
  591. },
  592. "NextToken": {}
  593. }
  594. }
  595. },
  596. "ListInvitations": {
  597. "http": {
  598. "requestUri": "/invitations/list"
  599. },
  600. "input": {
  601. "type": "structure",
  602. "members": {
  603. "NextToken": {},
  604. "MaxResults": {
  605. "type": "integer"
  606. }
  607. }
  608. },
  609. "output": {
  610. "type": "structure",
  611. "members": {
  612. "Invitations": {
  613. "shape": "Sz"
  614. },
  615. "NextToken": {}
  616. }
  617. }
  618. },
  619. "ListMembers": {
  620. "http": {
  621. "requestUri": "/graph/members/list"
  622. },
  623. "input": {
  624. "type": "structure",
  625. "required": [
  626. "GraphArn"
  627. ],
  628. "members": {
  629. "GraphArn": {},
  630. "NextToken": {},
  631. "MaxResults": {
  632. "type": "integer"
  633. }
  634. }
  635. },
  636. "output": {
  637. "type": "structure",
  638. "members": {
  639. "MemberDetails": {
  640. "shape": "Sz"
  641. },
  642. "NextToken": {}
  643. }
  644. }
  645. },
  646. "ListOrganizationAdminAccounts": {
  647. "http": {
  648. "requestUri": "/orgs/adminAccountslist"
  649. },
  650. "input": {
  651. "type": "structure",
  652. "members": {
  653. "NextToken": {},
  654. "MaxResults": {
  655. "type": "integer"
  656. }
  657. }
  658. },
  659. "output": {
  660. "type": "structure",
  661. "members": {
  662. "Administrators": {
  663. "type": "list",
  664. "member": {
  665. "type": "structure",
  666. "members": {
  667. "AccountId": {},
  668. "GraphArn": {},
  669. "DelegationTime": {
  670. "shape": "Se"
  671. }
  672. }
  673. }
  674. },
  675. "NextToken": {}
  676. }
  677. }
  678. },
  679. "ListTagsForResource": {
  680. "http": {
  681. "method": "GET",
  682. "requestUri": "/tags/{ResourceArn}",
  683. "responseCode": 200
  684. },
  685. "input": {
  686. "type": "structure",
  687. "required": [
  688. "ResourceArn"
  689. ],
  690. "members": {
  691. "ResourceArn": {
  692. "location": "uri",
  693. "locationName": "ResourceArn"
  694. }
  695. }
  696. },
  697. "output": {
  698. "type": "structure",
  699. "members": {
  700. "Tags": {
  701. "shape": "So"
  702. }
  703. }
  704. }
  705. },
  706. "RejectInvitation": {
  707. "http": {
  708. "requestUri": "/invitation/removal"
  709. },
  710. "input": {
  711. "type": "structure",
  712. "required": [
  713. "GraphArn"
  714. ],
  715. "members": {
  716. "GraphArn": {}
  717. }
  718. }
  719. },
  720. "StartInvestigation": {
  721. "http": {
  722. "requestUri": "/investigations/startInvestigation"
  723. },
  724. "input": {
  725. "type": "structure",
  726. "required": [
  727. "GraphArn",
  728. "EntityArn",
  729. "ScopeStartTime",
  730. "ScopeEndTime"
  731. ],
  732. "members": {
  733. "GraphArn": {},
  734. "EntityArn": {},
  735. "ScopeStartTime": {
  736. "shape": "Se"
  737. },
  738. "ScopeEndTime": {
  739. "shape": "Se"
  740. }
  741. }
  742. },
  743. "output": {
  744. "type": "structure",
  745. "members": {
  746. "InvestigationId": {}
  747. }
  748. }
  749. },
  750. "StartMonitoringMember": {
  751. "http": {
  752. "requestUri": "/graph/member/monitoringstate"
  753. },
  754. "input": {
  755. "type": "structure",
  756. "required": [
  757. "GraphArn",
  758. "AccountId"
  759. ],
  760. "members": {
  761. "GraphArn": {},
  762. "AccountId": {}
  763. }
  764. }
  765. },
  766. "TagResource": {
  767. "http": {
  768. "requestUri": "/tags/{ResourceArn}",
  769. "responseCode": 204
  770. },
  771. "input": {
  772. "type": "structure",
  773. "required": [
  774. "ResourceArn",
  775. "Tags"
  776. ],
  777. "members": {
  778. "ResourceArn": {
  779. "location": "uri",
  780. "locationName": "ResourceArn"
  781. },
  782. "Tags": {
  783. "shape": "So"
  784. }
  785. }
  786. },
  787. "output": {
  788. "type": "structure",
  789. "members": {}
  790. }
  791. },
  792. "UntagResource": {
  793. "http": {
  794. "method": "DELETE",
  795. "requestUri": "/tags/{ResourceArn}",
  796. "responseCode": 204
  797. },
  798. "input": {
  799. "type": "structure",
  800. "required": [
  801. "ResourceArn",
  802. "TagKeys"
  803. ],
  804. "members": {
  805. "ResourceArn": {
  806. "location": "uri",
  807. "locationName": "ResourceArn"
  808. },
  809. "TagKeys": {
  810. "location": "querystring",
  811. "locationName": "tagKeys",
  812. "type": "list",
  813. "member": {}
  814. }
  815. }
  816. },
  817. "output": {
  818. "type": "structure",
  819. "members": {}
  820. }
  821. },
  822. "UpdateDatasourcePackages": {
  823. "http": {
  824. "requestUri": "/graph/datasources/update"
  825. },
  826. "input": {
  827. "type": "structure",
  828. "required": [
  829. "GraphArn",
  830. "DatasourcePackages"
  831. ],
  832. "members": {
  833. "GraphArn": {},
  834. "DatasourcePackages": {
  835. "type": "list",
  836. "member": {}
  837. }
  838. }
  839. }
  840. },
  841. "UpdateInvestigationState": {
  842. "http": {
  843. "requestUri": "/investigations/updateInvestigationState"
  844. },
  845. "input": {
  846. "type": "structure",
  847. "required": [
  848. "GraphArn",
  849. "InvestigationId",
  850. "State"
  851. ],
  852. "members": {
  853. "GraphArn": {},
  854. "InvestigationId": {},
  855. "State": {}
  856. }
  857. }
  858. },
  859. "UpdateOrganizationConfiguration": {
  860. "http": {
  861. "requestUri": "/orgs/updateOrganizationConfiguration"
  862. },
  863. "input": {
  864. "type": "structure",
  865. "required": [
  866. "GraphArn"
  867. ],
  868. "members": {
  869. "GraphArn": {},
  870. "AutoEnable": {
  871. "type": "boolean"
  872. }
  873. }
  874. }
  875. }
  876. },
  877. "shapes": {
  878. "S7": {
  879. "type": "list",
  880. "member": {
  881. "type": "structure",
  882. "members": {
  883. "AccountId": {},
  884. "GraphArn": {},
  885. "DatasourcePackageIngestHistory": {
  886. "type": "map",
  887. "key": {},
  888. "value": {
  889. "shape": "Sb"
  890. }
  891. }
  892. }
  893. }
  894. },
  895. "Sb": {
  896. "type": "map",
  897. "key": {},
  898. "value": {
  899. "type": "structure",
  900. "members": {
  901. "Timestamp": {
  902. "shape": "Se"
  903. }
  904. }
  905. }
  906. },
  907. "Se": {
  908. "type": "timestamp",
  909. "timestampFormat": "iso8601"
  910. },
  911. "Sf": {
  912. "type": "list",
  913. "member": {
  914. "type": "structure",
  915. "members": {
  916. "AccountId": {},
  917. "Reason": {}
  918. }
  919. }
  920. },
  921. "So": {
  922. "type": "map",
  923. "key": {},
  924. "value": {}
  925. },
  926. "Sx": {
  927. "type": "string",
  928. "sensitive": true
  929. },
  930. "Sz": {
  931. "type": "list",
  932. "member": {
  933. "type": "structure",
  934. "members": {
  935. "AccountId": {},
  936. "EmailAddress": {
  937. "shape": "Sx"
  938. },
  939. "GraphArn": {},
  940. "MasterId": {
  941. "deprecated": true,
  942. "deprecatedMessage": "This property is deprecated. Use AdministratorId instead."
  943. },
  944. "AdministratorId": {},
  945. "Status": {},
  946. "DisabledReason": {},
  947. "InvitedTime": {
  948. "shape": "Se"
  949. },
  950. "UpdatedTime": {
  951. "shape": "Se"
  952. },
  953. "VolumeUsageInBytes": {
  954. "deprecated": true,
  955. "deprecatedMessage": "This property is deprecated. Use VolumeUsageByDatasourcePackage instead.",
  956. "type": "long"
  957. },
  958. "VolumeUsageUpdatedTime": {
  959. "shape": "Se",
  960. "deprecated": true,
  961. "deprecatedMessage": "This property is deprecated. Use VolumeUsageByDatasourcePackage instead."
  962. },
  963. "PercentOfGraphUtilization": {
  964. "deprecated": true,
  965. "deprecatedMessage": "This property is deprecated. Use VolumeUsageByDatasourcePackage instead.",
  966. "type": "double"
  967. },
  968. "PercentOfGraphUtilizationUpdatedTime": {
  969. "shape": "Se",
  970. "deprecated": true,
  971. "deprecatedMessage": "This property is deprecated. Use VolumeUsageByDatasourcePackage instead."
  972. },
  973. "InvitationType": {},
  974. "VolumeUsageByDatasourcePackage": {
  975. "type": "map",
  976. "key": {},
  977. "value": {
  978. "type": "structure",
  979. "members": {
  980. "VolumeUsageInBytes": {
  981. "type": "long"
  982. },
  983. "VolumeUsageUpdateTime": {
  984. "shape": "Se"
  985. }
  986. }
  987. }
  988. },
  989. "DatasourcePackageIngestStates": {
  990. "type": "map",
  991. "key": {},
  992. "value": {}
  993. }
  994. }
  995. }
  996. },
  997. "S1b": {
  998. "type": "list",
  999. "member": {}
  1000. },
  1001. "S2y": {
  1002. "type": "structure",
  1003. "required": [
  1004. "Value"
  1005. ],
  1006. "members": {
  1007. "Value": {}
  1008. }
  1009. }
  1010. }
  1011. }