api-2.json 38 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384
  1. {
  2. "version":"2.0",
  3. "metadata":{
  4. "apiVersion":"2014-11-12",
  5. "endpointPrefix":"config",
  6. "jsonVersion":"1.1",
  7. "protocol":"json",
  8. "serviceAbbreviation":"Config Service",
  9. "serviceFullName":"AWS Config",
  10. "signatureVersion":"v4",
  11. "targetPrefix":"StarlingDoveService"
  12. },
  13. "operations":{
  14. "DeleteConfigRule":{
  15. "name":"DeleteConfigRule",
  16. "http":{
  17. "method":"POST",
  18. "requestUri":"/"
  19. },
  20. "input":{"shape":"DeleteConfigRuleRequest"},
  21. "errors":[
  22. {"shape":"NoSuchConfigRuleException"},
  23. {"shape":"ResourceInUseException"}
  24. ]
  25. },
  26. "DeleteConfigurationRecorder":{
  27. "name":"DeleteConfigurationRecorder",
  28. "http":{
  29. "method":"POST",
  30. "requestUri":"/"
  31. },
  32. "input":{"shape":"DeleteConfigurationRecorderRequest"},
  33. "errors":[
  34. {"shape":"NoSuchConfigurationRecorderException"}
  35. ]
  36. },
  37. "DeleteDeliveryChannel":{
  38. "name":"DeleteDeliveryChannel",
  39. "http":{
  40. "method":"POST",
  41. "requestUri":"/"
  42. },
  43. "input":{"shape":"DeleteDeliveryChannelRequest"},
  44. "errors":[
  45. {"shape":"NoSuchDeliveryChannelException"},
  46. {"shape":"LastDeliveryChannelDeleteFailedException"}
  47. ]
  48. },
  49. "DeleteEvaluationResults":{
  50. "name":"DeleteEvaluationResults",
  51. "http":{
  52. "method":"POST",
  53. "requestUri":"/"
  54. },
  55. "input":{"shape":"DeleteEvaluationResultsRequest"},
  56. "output":{"shape":"DeleteEvaluationResultsResponse"},
  57. "errors":[
  58. {"shape":"NoSuchConfigRuleException"},
  59. {"shape":"ResourceInUseException"}
  60. ]
  61. },
  62. "DeliverConfigSnapshot":{
  63. "name":"DeliverConfigSnapshot",
  64. "http":{
  65. "method":"POST",
  66. "requestUri":"/"
  67. },
  68. "input":{"shape":"DeliverConfigSnapshotRequest"},
  69. "output":{"shape":"DeliverConfigSnapshotResponse"},
  70. "errors":[
  71. {"shape":"NoSuchDeliveryChannelException"},
  72. {"shape":"NoAvailableConfigurationRecorderException"},
  73. {"shape":"NoRunningConfigurationRecorderException"}
  74. ]
  75. },
  76. "DescribeComplianceByConfigRule":{
  77. "name":"DescribeComplianceByConfigRule",
  78. "http":{
  79. "method":"POST",
  80. "requestUri":"/"
  81. },
  82. "input":{"shape":"DescribeComplianceByConfigRuleRequest"},
  83. "output":{"shape":"DescribeComplianceByConfigRuleResponse"},
  84. "errors":[
  85. {"shape":"InvalidParameterValueException"},
  86. {"shape":"NoSuchConfigRuleException"}
  87. ]
  88. },
  89. "DescribeComplianceByResource":{
  90. "name":"DescribeComplianceByResource",
  91. "http":{
  92. "method":"POST",
  93. "requestUri":"/"
  94. },
  95. "input":{"shape":"DescribeComplianceByResourceRequest"},
  96. "output":{"shape":"DescribeComplianceByResourceResponse"},
  97. "errors":[
  98. {"shape":"InvalidParameterValueException"},
  99. {"shape":"InvalidNextTokenException"}
  100. ]
  101. },
  102. "DescribeConfigRuleEvaluationStatus":{
  103. "name":"DescribeConfigRuleEvaluationStatus",
  104. "http":{
  105. "method":"POST",
  106. "requestUri":"/"
  107. },
  108. "input":{"shape":"DescribeConfigRuleEvaluationStatusRequest"},
  109. "output":{"shape":"DescribeConfigRuleEvaluationStatusResponse"},
  110. "errors":[
  111. {"shape":"NoSuchConfigRuleException"}
  112. ]
  113. },
  114. "DescribeConfigRules":{
  115. "name":"DescribeConfigRules",
  116. "http":{
  117. "method":"POST",
  118. "requestUri":"/"
  119. },
  120. "input":{"shape":"DescribeConfigRulesRequest"},
  121. "output":{"shape":"DescribeConfigRulesResponse"},
  122. "errors":[
  123. {"shape":"NoSuchConfigRuleException"}
  124. ]
  125. },
  126. "DescribeConfigurationRecorderStatus":{
  127. "name":"DescribeConfigurationRecorderStatus",
  128. "http":{
  129. "method":"POST",
  130. "requestUri":"/"
  131. },
  132. "input":{"shape":"DescribeConfigurationRecorderStatusRequest"},
  133. "output":{"shape":"DescribeConfigurationRecorderStatusResponse"},
  134. "errors":[
  135. {"shape":"NoSuchConfigurationRecorderException"}
  136. ]
  137. },
  138. "DescribeConfigurationRecorders":{
  139. "name":"DescribeConfigurationRecorders",
  140. "http":{
  141. "method":"POST",
  142. "requestUri":"/"
  143. },
  144. "input":{"shape":"DescribeConfigurationRecordersRequest"},
  145. "output":{"shape":"DescribeConfigurationRecordersResponse"},
  146. "errors":[
  147. {"shape":"NoSuchConfigurationRecorderException"}
  148. ]
  149. },
  150. "DescribeDeliveryChannelStatus":{
  151. "name":"DescribeDeliveryChannelStatus",
  152. "http":{
  153. "method":"POST",
  154. "requestUri":"/"
  155. },
  156. "input":{"shape":"DescribeDeliveryChannelStatusRequest"},
  157. "output":{"shape":"DescribeDeliveryChannelStatusResponse"},
  158. "errors":[
  159. {"shape":"NoSuchDeliveryChannelException"}
  160. ]
  161. },
  162. "DescribeDeliveryChannels":{
  163. "name":"DescribeDeliveryChannels",
  164. "http":{
  165. "method":"POST",
  166. "requestUri":"/"
  167. },
  168. "input":{"shape":"DescribeDeliveryChannelsRequest"},
  169. "output":{"shape":"DescribeDeliveryChannelsResponse"},
  170. "errors":[
  171. {"shape":"NoSuchDeliveryChannelException"}
  172. ]
  173. },
  174. "GetComplianceDetailsByConfigRule":{
  175. "name":"GetComplianceDetailsByConfigRule",
  176. "http":{
  177. "method":"POST",
  178. "requestUri":"/"
  179. },
  180. "input":{"shape":"GetComplianceDetailsByConfigRuleRequest"},
  181. "output":{"shape":"GetComplianceDetailsByConfigRuleResponse"},
  182. "errors":[
  183. {"shape":"InvalidParameterValueException"},
  184. {"shape":"InvalidNextTokenException"},
  185. {"shape":"NoSuchConfigRuleException"}
  186. ]
  187. },
  188. "GetComplianceDetailsByResource":{
  189. "name":"GetComplianceDetailsByResource",
  190. "http":{
  191. "method":"POST",
  192. "requestUri":"/"
  193. },
  194. "input":{"shape":"GetComplianceDetailsByResourceRequest"},
  195. "output":{"shape":"GetComplianceDetailsByResourceResponse"},
  196. "errors":[
  197. {"shape":"InvalidParameterValueException"}
  198. ]
  199. },
  200. "GetComplianceSummaryByConfigRule":{
  201. "name":"GetComplianceSummaryByConfigRule",
  202. "http":{
  203. "method":"POST",
  204. "requestUri":"/"
  205. },
  206. "output":{"shape":"GetComplianceSummaryByConfigRuleResponse"}
  207. },
  208. "GetComplianceSummaryByResourceType":{
  209. "name":"GetComplianceSummaryByResourceType",
  210. "http":{
  211. "method":"POST",
  212. "requestUri":"/"
  213. },
  214. "input":{"shape":"GetComplianceSummaryByResourceTypeRequest"},
  215. "output":{"shape":"GetComplianceSummaryByResourceTypeResponse"},
  216. "errors":[
  217. {"shape":"InvalidParameterValueException"}
  218. ]
  219. },
  220. "GetResourceConfigHistory":{
  221. "name":"GetResourceConfigHistory",
  222. "http":{
  223. "method":"POST",
  224. "requestUri":"/"
  225. },
  226. "input":{"shape":"GetResourceConfigHistoryRequest"},
  227. "output":{"shape":"GetResourceConfigHistoryResponse"},
  228. "errors":[
  229. {"shape":"ValidationException"},
  230. {"shape":"InvalidTimeRangeException"},
  231. {"shape":"InvalidLimitException"},
  232. {"shape":"InvalidNextTokenException"},
  233. {"shape":"NoAvailableConfigurationRecorderException"},
  234. {"shape":"ResourceNotDiscoveredException"}
  235. ]
  236. },
  237. "ListDiscoveredResources":{
  238. "name":"ListDiscoveredResources",
  239. "http":{
  240. "method":"POST",
  241. "requestUri":"/"
  242. },
  243. "input":{"shape":"ListDiscoveredResourcesRequest"},
  244. "output":{"shape":"ListDiscoveredResourcesResponse"},
  245. "errors":[
  246. {"shape":"ValidationException"},
  247. {"shape":"InvalidLimitException"},
  248. {"shape":"InvalidNextTokenException"},
  249. {"shape":"NoAvailableConfigurationRecorderException"}
  250. ]
  251. },
  252. "PutConfigRule":{
  253. "name":"PutConfigRule",
  254. "http":{
  255. "method":"POST",
  256. "requestUri":"/"
  257. },
  258. "input":{"shape":"PutConfigRuleRequest"},
  259. "errors":[
  260. {"shape":"InvalidParameterValueException"},
  261. {"shape":"MaxNumberOfConfigRulesExceededException"},
  262. {"shape":"ResourceInUseException"},
  263. {"shape":"InsufficientPermissionsException"},
  264. {"shape":"NoAvailableConfigurationRecorderException"}
  265. ]
  266. },
  267. "PutConfigurationRecorder":{
  268. "name":"PutConfigurationRecorder",
  269. "http":{
  270. "method":"POST",
  271. "requestUri":"/"
  272. },
  273. "input":{"shape":"PutConfigurationRecorderRequest"},
  274. "errors":[
  275. {"shape":"MaxNumberOfConfigurationRecordersExceededException"},
  276. {"shape":"InvalidConfigurationRecorderNameException"},
  277. {"shape":"InvalidRoleException"},
  278. {"shape":"InvalidRecordingGroupException"}
  279. ]
  280. },
  281. "PutDeliveryChannel":{
  282. "name":"PutDeliveryChannel",
  283. "http":{
  284. "method":"POST",
  285. "requestUri":"/"
  286. },
  287. "input":{"shape":"PutDeliveryChannelRequest"},
  288. "errors":[
  289. {"shape":"MaxNumberOfDeliveryChannelsExceededException"},
  290. {"shape":"NoAvailableConfigurationRecorderException"},
  291. {"shape":"InvalidDeliveryChannelNameException"},
  292. {"shape":"NoSuchBucketException"},
  293. {"shape":"InvalidS3KeyPrefixException"},
  294. {"shape":"InvalidSNSTopicARNException"},
  295. {"shape":"InsufficientDeliveryPolicyException"}
  296. ]
  297. },
  298. "PutEvaluations":{
  299. "name":"PutEvaluations",
  300. "http":{
  301. "method":"POST",
  302. "requestUri":"/"
  303. },
  304. "input":{"shape":"PutEvaluationsRequest"},
  305. "output":{"shape":"PutEvaluationsResponse"},
  306. "errors":[
  307. {"shape":"InvalidParameterValueException"},
  308. {"shape":"InvalidResultTokenException"},
  309. {"shape":"NoSuchConfigRuleException"}
  310. ]
  311. },
  312. "StartConfigRulesEvaluation":{
  313. "name":"StartConfigRulesEvaluation",
  314. "http":{
  315. "method":"POST",
  316. "requestUri":"/"
  317. },
  318. "input":{"shape":"StartConfigRulesEvaluationRequest"},
  319. "output":{"shape":"StartConfigRulesEvaluationResponse"},
  320. "errors":[
  321. {"shape":"NoSuchConfigRuleException"},
  322. {"shape":"LimitExceededException"},
  323. {"shape":"ResourceInUseException"},
  324. {"shape":"InvalidParameterValueException"}
  325. ]
  326. },
  327. "StartConfigurationRecorder":{
  328. "name":"StartConfigurationRecorder",
  329. "http":{
  330. "method":"POST",
  331. "requestUri":"/"
  332. },
  333. "input":{"shape":"StartConfigurationRecorderRequest"},
  334. "errors":[
  335. {"shape":"NoSuchConfigurationRecorderException"},
  336. {"shape":"NoAvailableDeliveryChannelException"}
  337. ]
  338. },
  339. "StopConfigurationRecorder":{
  340. "name":"StopConfigurationRecorder",
  341. "http":{
  342. "method":"POST",
  343. "requestUri":"/"
  344. },
  345. "input":{"shape":"StopConfigurationRecorderRequest"},
  346. "errors":[
  347. {"shape":"NoSuchConfigurationRecorderException"}
  348. ]
  349. }
  350. },
  351. "shapes":{
  352. "ARN":{"type":"string"},
  353. "AccountId":{"type":"string"},
  354. "AllSupported":{"type":"boolean"},
  355. "AvailabilityZone":{"type":"string"},
  356. "AwsRegion":{"type":"string"},
  357. "Boolean":{"type":"boolean"},
  358. "ChannelName":{
  359. "type":"string",
  360. "max":256,
  361. "min":1
  362. },
  363. "ChronologicalOrder":{
  364. "type":"string",
  365. "enum":[
  366. "Reverse",
  367. "Forward"
  368. ]
  369. },
  370. "Compliance":{
  371. "type":"structure",
  372. "members":{
  373. "ComplianceType":{"shape":"ComplianceType"},
  374. "ComplianceContributorCount":{"shape":"ComplianceContributorCount"}
  375. }
  376. },
  377. "ComplianceByConfigRule":{
  378. "type":"structure",
  379. "members":{
  380. "ConfigRuleName":{"shape":"StringWithCharLimit64"},
  381. "Compliance":{"shape":"Compliance"}
  382. }
  383. },
  384. "ComplianceByConfigRules":{
  385. "type":"list",
  386. "member":{"shape":"ComplianceByConfigRule"}
  387. },
  388. "ComplianceByResource":{
  389. "type":"structure",
  390. "members":{
  391. "ResourceType":{"shape":"StringWithCharLimit256"},
  392. "ResourceId":{"shape":"StringWithCharLimit256"},
  393. "Compliance":{"shape":"Compliance"}
  394. }
  395. },
  396. "ComplianceByResources":{
  397. "type":"list",
  398. "member":{"shape":"ComplianceByResource"}
  399. },
  400. "ComplianceContributorCount":{
  401. "type":"structure",
  402. "members":{
  403. "CappedCount":{"shape":"Integer"},
  404. "CapExceeded":{"shape":"Boolean"}
  405. }
  406. },
  407. "ComplianceResourceTypes":{
  408. "type":"list",
  409. "member":{"shape":"StringWithCharLimit256"},
  410. "max":100,
  411. "min":0
  412. },
  413. "ComplianceSummariesByResourceType":{
  414. "type":"list",
  415. "member":{"shape":"ComplianceSummaryByResourceType"}
  416. },
  417. "ComplianceSummary":{
  418. "type":"structure",
  419. "members":{
  420. "CompliantResourceCount":{"shape":"ComplianceContributorCount"},
  421. "NonCompliantResourceCount":{"shape":"ComplianceContributorCount"},
  422. "ComplianceSummaryTimestamp":{"shape":"Date"}
  423. }
  424. },
  425. "ComplianceSummaryByResourceType":{
  426. "type":"structure",
  427. "members":{
  428. "ResourceType":{"shape":"StringWithCharLimit256"},
  429. "ComplianceSummary":{"shape":"ComplianceSummary"}
  430. }
  431. },
  432. "ComplianceType":{
  433. "type":"string",
  434. "enum":[
  435. "COMPLIANT",
  436. "NON_COMPLIANT",
  437. "NOT_APPLICABLE",
  438. "INSUFFICIENT_DATA"
  439. ]
  440. },
  441. "ComplianceTypes":{
  442. "type":"list",
  443. "member":{"shape":"ComplianceType"},
  444. "max":3,
  445. "min":0
  446. },
  447. "ConfigExportDeliveryInfo":{
  448. "type":"structure",
  449. "members":{
  450. "lastStatus":{"shape":"DeliveryStatus"},
  451. "lastErrorCode":{"shape":"String"},
  452. "lastErrorMessage":{"shape":"String"},
  453. "lastAttemptTime":{"shape":"Date"},
  454. "lastSuccessfulTime":{"shape":"Date"},
  455. "nextDeliveryTime":{"shape":"Date"}
  456. }
  457. },
  458. "ConfigRule":{
  459. "type":"structure",
  460. "required":["Source"],
  461. "members":{
  462. "ConfigRuleName":{"shape":"StringWithCharLimit64"},
  463. "ConfigRuleArn":{"shape":"String"},
  464. "ConfigRuleId":{"shape":"String"},
  465. "Description":{"shape":"EmptiableStringWithCharLimit256"},
  466. "Scope":{"shape":"Scope"},
  467. "Source":{"shape":"Source"},
  468. "InputParameters":{"shape":"StringWithCharLimit256"},
  469. "MaximumExecutionFrequency":{"shape":"MaximumExecutionFrequency"},
  470. "ConfigRuleState":{"shape":"ConfigRuleState"}
  471. }
  472. },
  473. "ConfigRuleEvaluationStatus":{
  474. "type":"structure",
  475. "members":{
  476. "ConfigRuleName":{"shape":"StringWithCharLimit64"},
  477. "ConfigRuleArn":{"shape":"String"},
  478. "ConfigRuleId":{"shape":"String"},
  479. "LastSuccessfulInvocationTime":{"shape":"Date"},
  480. "LastFailedInvocationTime":{"shape":"Date"},
  481. "LastSuccessfulEvaluationTime":{"shape":"Date"},
  482. "LastFailedEvaluationTime":{"shape":"Date"},
  483. "FirstActivatedTime":{"shape":"Date"},
  484. "LastErrorCode":{"shape":"String"},
  485. "LastErrorMessage":{"shape":"String"},
  486. "FirstEvaluationStarted":{"shape":"Boolean"}
  487. }
  488. },
  489. "ConfigRuleEvaluationStatusList":{
  490. "type":"list",
  491. "member":{"shape":"ConfigRuleEvaluationStatus"}
  492. },
  493. "ConfigRuleNames":{
  494. "type":"list",
  495. "member":{"shape":"StringWithCharLimit64"},
  496. "max":25,
  497. "min":0
  498. },
  499. "ConfigRuleState":{
  500. "type":"string",
  501. "enum":[
  502. "ACTIVE",
  503. "DELETING",
  504. "DELETING_RESULTS",
  505. "EVALUATING"
  506. ]
  507. },
  508. "ConfigRules":{
  509. "type":"list",
  510. "member":{"shape":"ConfigRule"}
  511. },
  512. "ConfigSnapshotDeliveryProperties":{
  513. "type":"structure",
  514. "members":{
  515. "deliveryFrequency":{"shape":"MaximumExecutionFrequency"}
  516. }
  517. },
  518. "ConfigStreamDeliveryInfo":{
  519. "type":"structure",
  520. "members":{
  521. "lastStatus":{"shape":"DeliveryStatus"},
  522. "lastErrorCode":{"shape":"String"},
  523. "lastErrorMessage":{"shape":"String"},
  524. "lastStatusChangeTime":{"shape":"Date"}
  525. }
  526. },
  527. "Configuration":{"type":"string"},
  528. "ConfigurationItem":{
  529. "type":"structure",
  530. "members":{
  531. "version":{"shape":"Version"},
  532. "accountId":{"shape":"AccountId"},
  533. "configurationItemCaptureTime":{"shape":"ConfigurationItemCaptureTime"},
  534. "configurationItemStatus":{"shape":"ConfigurationItemStatus"},
  535. "configurationStateId":{"shape":"ConfigurationStateId"},
  536. "configurationItemMD5Hash":{"shape":"ConfigurationItemMD5Hash"},
  537. "arn":{"shape":"ARN"},
  538. "resourceType":{"shape":"ResourceType"},
  539. "resourceId":{"shape":"ResourceId"},
  540. "resourceName":{"shape":"ResourceName"},
  541. "awsRegion":{"shape":"AwsRegion"},
  542. "availabilityZone":{"shape":"AvailabilityZone"},
  543. "resourceCreationTime":{"shape":"ResourceCreationTime"},
  544. "tags":{"shape":"Tags"},
  545. "relatedEvents":{"shape":"RelatedEventList"},
  546. "relationships":{"shape":"RelationshipList"},
  547. "configuration":{"shape":"Configuration"},
  548. "supplementaryConfiguration":{"shape":"SupplementaryConfiguration"}
  549. }
  550. },
  551. "ConfigurationItemCaptureTime":{"type":"timestamp"},
  552. "ConfigurationItemList":{
  553. "type":"list",
  554. "member":{"shape":"ConfigurationItem"}
  555. },
  556. "ConfigurationItemMD5Hash":{"type":"string"},
  557. "ConfigurationItemStatus":{
  558. "type":"string",
  559. "enum":[
  560. "Ok",
  561. "Failed",
  562. "Discovered",
  563. "Deleted"
  564. ]
  565. },
  566. "ConfigurationRecorder":{
  567. "type":"structure",
  568. "members":{
  569. "name":{"shape":"RecorderName"},
  570. "roleARN":{"shape":"String"},
  571. "recordingGroup":{"shape":"RecordingGroup"}
  572. }
  573. },
  574. "ConfigurationRecorderList":{
  575. "type":"list",
  576. "member":{"shape":"ConfigurationRecorder"}
  577. },
  578. "ConfigurationRecorderNameList":{
  579. "type":"list",
  580. "member":{"shape":"RecorderName"}
  581. },
  582. "ConfigurationRecorderStatus":{
  583. "type":"structure",
  584. "members":{
  585. "name":{"shape":"String"},
  586. "lastStartTime":{"shape":"Date"},
  587. "lastStopTime":{"shape":"Date"},
  588. "recording":{"shape":"Boolean"},
  589. "lastStatus":{"shape":"RecorderStatus"},
  590. "lastErrorCode":{"shape":"String"},
  591. "lastErrorMessage":{"shape":"String"},
  592. "lastStatusChangeTime":{"shape":"Date"}
  593. }
  594. },
  595. "ConfigurationRecorderStatusList":{
  596. "type":"list",
  597. "member":{"shape":"ConfigurationRecorderStatus"}
  598. },
  599. "ConfigurationStateId":{"type":"string"},
  600. "Date":{"type":"timestamp"},
  601. "DeleteConfigRuleRequest":{
  602. "type":"structure",
  603. "required":["ConfigRuleName"],
  604. "members":{
  605. "ConfigRuleName":{"shape":"StringWithCharLimit64"}
  606. }
  607. },
  608. "DeleteConfigurationRecorderRequest":{
  609. "type":"structure",
  610. "required":["ConfigurationRecorderName"],
  611. "members":{
  612. "ConfigurationRecorderName":{"shape":"RecorderName"}
  613. }
  614. },
  615. "DeleteDeliveryChannelRequest":{
  616. "type":"structure",
  617. "required":["DeliveryChannelName"],
  618. "members":{
  619. "DeliveryChannelName":{"shape":"ChannelName"}
  620. }
  621. },
  622. "DeleteEvaluationResultsRequest":{
  623. "type":"structure",
  624. "required":["ConfigRuleName"],
  625. "members":{
  626. "ConfigRuleName":{"shape":"StringWithCharLimit64"}
  627. }
  628. },
  629. "DeleteEvaluationResultsResponse":{
  630. "type":"structure",
  631. "members":{
  632. }
  633. },
  634. "DeliverConfigSnapshotRequest":{
  635. "type":"structure",
  636. "required":["deliveryChannelName"],
  637. "members":{
  638. "deliveryChannelName":{"shape":"ChannelName"}
  639. }
  640. },
  641. "DeliverConfigSnapshotResponse":{
  642. "type":"structure",
  643. "members":{
  644. "configSnapshotId":{"shape":"String"}
  645. }
  646. },
  647. "DeliveryChannel":{
  648. "type":"structure",
  649. "members":{
  650. "name":{"shape":"ChannelName"},
  651. "s3BucketName":{"shape":"String"},
  652. "s3KeyPrefix":{"shape":"String"},
  653. "snsTopicARN":{"shape":"String"},
  654. "configSnapshotDeliveryProperties":{"shape":"ConfigSnapshotDeliveryProperties"}
  655. }
  656. },
  657. "DeliveryChannelList":{
  658. "type":"list",
  659. "member":{"shape":"DeliveryChannel"}
  660. },
  661. "DeliveryChannelNameList":{
  662. "type":"list",
  663. "member":{"shape":"ChannelName"}
  664. },
  665. "DeliveryChannelStatus":{
  666. "type":"structure",
  667. "members":{
  668. "name":{"shape":"String"},
  669. "configSnapshotDeliveryInfo":{"shape":"ConfigExportDeliveryInfo"},
  670. "configHistoryDeliveryInfo":{"shape":"ConfigExportDeliveryInfo"},
  671. "configStreamDeliveryInfo":{"shape":"ConfigStreamDeliveryInfo"}
  672. }
  673. },
  674. "DeliveryChannelStatusList":{
  675. "type":"list",
  676. "member":{"shape":"DeliveryChannelStatus"}
  677. },
  678. "DeliveryStatus":{
  679. "type":"string",
  680. "enum":[
  681. "Success",
  682. "Failure",
  683. "Not_Applicable"
  684. ]
  685. },
  686. "DescribeComplianceByConfigRuleRequest":{
  687. "type":"structure",
  688. "members":{
  689. "ConfigRuleNames":{"shape":"ConfigRuleNames"},
  690. "ComplianceTypes":{"shape":"ComplianceTypes"},
  691. "NextToken":{"shape":"String"}
  692. }
  693. },
  694. "DescribeComplianceByConfigRuleResponse":{
  695. "type":"structure",
  696. "members":{
  697. "ComplianceByConfigRules":{"shape":"ComplianceByConfigRules"},
  698. "NextToken":{"shape":"String"}
  699. }
  700. },
  701. "DescribeComplianceByResourceRequest":{
  702. "type":"structure",
  703. "members":{
  704. "ResourceType":{"shape":"StringWithCharLimit256"},
  705. "ResourceId":{"shape":"StringWithCharLimit256"},
  706. "ComplianceTypes":{"shape":"ComplianceTypes"},
  707. "Limit":{"shape":"Limit"},
  708. "NextToken":{"shape":"NextToken"}
  709. }
  710. },
  711. "DescribeComplianceByResourceResponse":{
  712. "type":"structure",
  713. "members":{
  714. "ComplianceByResources":{"shape":"ComplianceByResources"},
  715. "NextToken":{"shape":"NextToken"}
  716. }
  717. },
  718. "DescribeConfigRuleEvaluationStatusRequest":{
  719. "type":"structure",
  720. "members":{
  721. "ConfigRuleNames":{"shape":"ConfigRuleNames"}
  722. }
  723. },
  724. "DescribeConfigRuleEvaluationStatusResponse":{
  725. "type":"structure",
  726. "members":{
  727. "ConfigRulesEvaluationStatus":{"shape":"ConfigRuleEvaluationStatusList"}
  728. }
  729. },
  730. "DescribeConfigRulesRequest":{
  731. "type":"structure",
  732. "members":{
  733. "ConfigRuleNames":{"shape":"ConfigRuleNames"},
  734. "NextToken":{"shape":"String"}
  735. }
  736. },
  737. "DescribeConfigRulesResponse":{
  738. "type":"structure",
  739. "members":{
  740. "ConfigRules":{"shape":"ConfigRules"},
  741. "NextToken":{"shape":"String"}
  742. }
  743. },
  744. "DescribeConfigurationRecorderStatusRequest":{
  745. "type":"structure",
  746. "members":{
  747. "ConfigurationRecorderNames":{"shape":"ConfigurationRecorderNameList"}
  748. }
  749. },
  750. "DescribeConfigurationRecorderStatusResponse":{
  751. "type":"structure",
  752. "members":{
  753. "ConfigurationRecordersStatus":{"shape":"ConfigurationRecorderStatusList"}
  754. }
  755. },
  756. "DescribeConfigurationRecordersRequest":{
  757. "type":"structure",
  758. "members":{
  759. "ConfigurationRecorderNames":{"shape":"ConfigurationRecorderNameList"}
  760. }
  761. },
  762. "DescribeConfigurationRecordersResponse":{
  763. "type":"structure",
  764. "members":{
  765. "ConfigurationRecorders":{"shape":"ConfigurationRecorderList"}
  766. }
  767. },
  768. "DescribeDeliveryChannelStatusRequest":{
  769. "type":"structure",
  770. "members":{
  771. "DeliveryChannelNames":{"shape":"DeliveryChannelNameList"}
  772. }
  773. },
  774. "DescribeDeliveryChannelStatusResponse":{
  775. "type":"structure",
  776. "members":{
  777. "DeliveryChannelsStatus":{"shape":"DeliveryChannelStatusList"}
  778. }
  779. },
  780. "DescribeDeliveryChannelsRequest":{
  781. "type":"structure",
  782. "members":{
  783. "DeliveryChannelNames":{"shape":"DeliveryChannelNameList"}
  784. }
  785. },
  786. "DescribeDeliveryChannelsResponse":{
  787. "type":"structure",
  788. "members":{
  789. "DeliveryChannels":{"shape":"DeliveryChannelList"}
  790. }
  791. },
  792. "EarlierTime":{"type":"timestamp"},
  793. "EmptiableStringWithCharLimit256":{
  794. "type":"string",
  795. "max":256,
  796. "min":0
  797. },
  798. "Evaluation":{
  799. "type":"structure",
  800. "required":[
  801. "ComplianceResourceType",
  802. "ComplianceResourceId",
  803. "ComplianceType",
  804. "OrderingTimestamp"
  805. ],
  806. "members":{
  807. "ComplianceResourceType":{"shape":"StringWithCharLimit256"},
  808. "ComplianceResourceId":{"shape":"StringWithCharLimit256"},
  809. "ComplianceType":{"shape":"ComplianceType"},
  810. "Annotation":{"shape":"StringWithCharLimit256"},
  811. "OrderingTimestamp":{"shape":"OrderingTimestamp"}
  812. }
  813. },
  814. "EvaluationResult":{
  815. "type":"structure",
  816. "members":{
  817. "EvaluationResultIdentifier":{"shape":"EvaluationResultIdentifier"},
  818. "ComplianceType":{"shape":"ComplianceType"},
  819. "ResultRecordedTime":{"shape":"Date"},
  820. "ConfigRuleInvokedTime":{"shape":"Date"},
  821. "Annotation":{"shape":"StringWithCharLimit256"},
  822. "ResultToken":{"shape":"String"}
  823. }
  824. },
  825. "EvaluationResultIdentifier":{
  826. "type":"structure",
  827. "members":{
  828. "EvaluationResultQualifier":{"shape":"EvaluationResultQualifier"},
  829. "OrderingTimestamp":{"shape":"Date"}
  830. }
  831. },
  832. "EvaluationResultQualifier":{
  833. "type":"structure",
  834. "members":{
  835. "ConfigRuleName":{"shape":"StringWithCharLimit64"},
  836. "ResourceType":{"shape":"StringWithCharLimit256"},
  837. "ResourceId":{"shape":"StringWithCharLimit256"}
  838. }
  839. },
  840. "EvaluationResults":{
  841. "type":"list",
  842. "member":{"shape":"EvaluationResult"}
  843. },
  844. "Evaluations":{
  845. "type":"list",
  846. "member":{"shape":"Evaluation"},
  847. "max":100,
  848. "min":0
  849. },
  850. "EventSource":{
  851. "type":"string",
  852. "enum":["aws.config"]
  853. },
  854. "GetComplianceDetailsByConfigRuleRequest":{
  855. "type":"structure",
  856. "required":["ConfigRuleName"],
  857. "members":{
  858. "ConfigRuleName":{"shape":"StringWithCharLimit64"},
  859. "ComplianceTypes":{"shape":"ComplianceTypes"},
  860. "Limit":{"shape":"Limit"},
  861. "NextToken":{"shape":"NextToken"}
  862. }
  863. },
  864. "GetComplianceDetailsByConfigRuleResponse":{
  865. "type":"structure",
  866. "members":{
  867. "EvaluationResults":{"shape":"EvaluationResults"},
  868. "NextToken":{"shape":"NextToken"}
  869. }
  870. },
  871. "GetComplianceDetailsByResourceRequest":{
  872. "type":"structure",
  873. "required":[
  874. "ResourceType",
  875. "ResourceId"
  876. ],
  877. "members":{
  878. "ResourceType":{"shape":"StringWithCharLimit256"},
  879. "ResourceId":{"shape":"StringWithCharLimit256"},
  880. "ComplianceTypes":{"shape":"ComplianceTypes"},
  881. "NextToken":{"shape":"String"}
  882. }
  883. },
  884. "GetComplianceDetailsByResourceResponse":{
  885. "type":"structure",
  886. "members":{
  887. "EvaluationResults":{"shape":"EvaluationResults"},
  888. "NextToken":{"shape":"String"}
  889. }
  890. },
  891. "GetComplianceSummaryByConfigRuleResponse":{
  892. "type":"structure",
  893. "members":{
  894. "ComplianceSummary":{"shape":"ComplianceSummary"}
  895. }
  896. },
  897. "GetComplianceSummaryByResourceTypeRequest":{
  898. "type":"structure",
  899. "members":{
  900. "ResourceTypes":{"shape":"ResourceTypes"}
  901. }
  902. },
  903. "GetComplianceSummaryByResourceTypeResponse":{
  904. "type":"structure",
  905. "members":{
  906. "ComplianceSummariesByResourceType":{"shape":"ComplianceSummariesByResourceType"}
  907. }
  908. },
  909. "GetResourceConfigHistoryRequest":{
  910. "type":"structure",
  911. "required":[
  912. "resourceType",
  913. "resourceId"
  914. ],
  915. "members":{
  916. "resourceType":{"shape":"ResourceType"},
  917. "resourceId":{"shape":"ResourceId"},
  918. "laterTime":{"shape":"LaterTime"},
  919. "earlierTime":{"shape":"EarlierTime"},
  920. "chronologicalOrder":{"shape":"ChronologicalOrder"},
  921. "limit":{"shape":"Limit"},
  922. "nextToken":{"shape":"NextToken"}
  923. }
  924. },
  925. "GetResourceConfigHistoryResponse":{
  926. "type":"structure",
  927. "members":{
  928. "configurationItems":{"shape":"ConfigurationItemList"},
  929. "nextToken":{"shape":"NextToken"}
  930. }
  931. },
  932. "IncludeGlobalResourceTypes":{"type":"boolean"},
  933. "InsufficientDeliveryPolicyException":{
  934. "type":"structure",
  935. "members":{
  936. },
  937. "exception":true
  938. },
  939. "InsufficientPermissionsException":{
  940. "type":"structure",
  941. "members":{
  942. },
  943. "exception":true
  944. },
  945. "Integer":{"type":"integer"},
  946. "InvalidConfigurationRecorderNameException":{
  947. "type":"structure",
  948. "members":{
  949. },
  950. "exception":true
  951. },
  952. "InvalidDeliveryChannelNameException":{
  953. "type":"structure",
  954. "members":{
  955. },
  956. "exception":true
  957. },
  958. "InvalidLimitException":{
  959. "type":"structure",
  960. "members":{
  961. },
  962. "exception":true
  963. },
  964. "InvalidNextTokenException":{
  965. "type":"structure",
  966. "members":{
  967. },
  968. "exception":true
  969. },
  970. "InvalidParameterValueException":{
  971. "type":"structure",
  972. "members":{
  973. },
  974. "exception":true
  975. },
  976. "InvalidRecordingGroupException":{
  977. "type":"structure",
  978. "members":{
  979. },
  980. "exception":true
  981. },
  982. "InvalidResultTokenException":{
  983. "type":"structure",
  984. "members":{
  985. },
  986. "exception":true
  987. },
  988. "InvalidRoleException":{
  989. "type":"structure",
  990. "members":{
  991. },
  992. "exception":true
  993. },
  994. "InvalidS3KeyPrefixException":{
  995. "type":"structure",
  996. "members":{
  997. },
  998. "exception":true
  999. },
  1000. "InvalidSNSTopicARNException":{
  1001. "type":"structure",
  1002. "members":{
  1003. },
  1004. "exception":true
  1005. },
  1006. "InvalidTimeRangeException":{
  1007. "type":"structure",
  1008. "members":{
  1009. },
  1010. "exception":true
  1011. },
  1012. "LastDeliveryChannelDeleteFailedException":{
  1013. "type":"structure",
  1014. "members":{
  1015. },
  1016. "exception":true
  1017. },
  1018. "LaterTime":{"type":"timestamp"},
  1019. "Limit":{
  1020. "type":"integer",
  1021. "max":100,
  1022. "min":0
  1023. },
  1024. "LimitExceededException":{
  1025. "type":"structure",
  1026. "members":{
  1027. },
  1028. "exception":true
  1029. },
  1030. "ListDiscoveredResourcesRequest":{
  1031. "type":"structure",
  1032. "required":["resourceType"],
  1033. "members":{
  1034. "resourceType":{"shape":"ResourceType"},
  1035. "resourceIds":{"shape":"ResourceIdList"},
  1036. "resourceName":{"shape":"ResourceName"},
  1037. "limit":{"shape":"Limit"},
  1038. "includeDeletedResources":{"shape":"Boolean"},
  1039. "nextToken":{"shape":"NextToken"}
  1040. }
  1041. },
  1042. "ListDiscoveredResourcesResponse":{
  1043. "type":"structure",
  1044. "members":{
  1045. "resourceIdentifiers":{"shape":"ResourceIdentifierList"},
  1046. "nextToken":{"shape":"NextToken"}
  1047. }
  1048. },
  1049. "MaxNumberOfConfigRulesExceededException":{
  1050. "type":"structure",
  1051. "members":{
  1052. },
  1053. "exception":true
  1054. },
  1055. "MaxNumberOfConfigurationRecordersExceededException":{
  1056. "type":"structure",
  1057. "members":{
  1058. },
  1059. "exception":true
  1060. },
  1061. "MaxNumberOfDeliveryChannelsExceededException":{
  1062. "type":"structure",
  1063. "members":{
  1064. },
  1065. "exception":true
  1066. },
  1067. "MaximumExecutionFrequency":{
  1068. "type":"string",
  1069. "enum":[
  1070. "One_Hour",
  1071. "Three_Hours",
  1072. "Six_Hours",
  1073. "Twelve_Hours",
  1074. "TwentyFour_Hours"
  1075. ]
  1076. },
  1077. "MessageType":{
  1078. "type":"string",
  1079. "enum":[
  1080. "ConfigurationItemChangeNotification",
  1081. "ConfigurationSnapshotDeliveryCompleted",
  1082. "ScheduledNotification"
  1083. ]
  1084. },
  1085. "Name":{"type":"string"},
  1086. "NextToken":{"type":"string"},
  1087. "NoAvailableConfigurationRecorderException":{
  1088. "type":"structure",
  1089. "members":{
  1090. },
  1091. "exception":true
  1092. },
  1093. "NoAvailableDeliveryChannelException":{
  1094. "type":"structure",
  1095. "members":{
  1096. },
  1097. "exception":true
  1098. },
  1099. "NoRunningConfigurationRecorderException":{
  1100. "type":"structure",
  1101. "members":{
  1102. },
  1103. "exception":true
  1104. },
  1105. "NoSuchBucketException":{
  1106. "type":"structure",
  1107. "members":{
  1108. },
  1109. "exception":true
  1110. },
  1111. "NoSuchConfigRuleException":{
  1112. "type":"structure",
  1113. "members":{
  1114. },
  1115. "exception":true
  1116. },
  1117. "NoSuchConfigurationRecorderException":{
  1118. "type":"structure",
  1119. "members":{
  1120. },
  1121. "exception":true
  1122. },
  1123. "NoSuchDeliveryChannelException":{
  1124. "type":"structure",
  1125. "members":{
  1126. },
  1127. "exception":true
  1128. },
  1129. "OrderingTimestamp":{"type":"timestamp"},
  1130. "Owner":{
  1131. "type":"string",
  1132. "enum":[
  1133. "CUSTOM_LAMBDA",
  1134. "AWS"
  1135. ]
  1136. },
  1137. "PutConfigRuleRequest":{
  1138. "type":"structure",
  1139. "required":["ConfigRule"],
  1140. "members":{
  1141. "ConfigRule":{"shape":"ConfigRule"}
  1142. }
  1143. },
  1144. "PutConfigurationRecorderRequest":{
  1145. "type":"structure",
  1146. "required":["ConfigurationRecorder"],
  1147. "members":{
  1148. "ConfigurationRecorder":{"shape":"ConfigurationRecorder"}
  1149. }
  1150. },
  1151. "PutDeliveryChannelRequest":{
  1152. "type":"structure",
  1153. "required":["DeliveryChannel"],
  1154. "members":{
  1155. "DeliveryChannel":{"shape":"DeliveryChannel"}
  1156. }
  1157. },
  1158. "PutEvaluationsRequest":{
  1159. "type":"structure",
  1160. "required":["ResultToken"],
  1161. "members":{
  1162. "Evaluations":{"shape":"Evaluations"},
  1163. "ResultToken":{"shape":"String"}
  1164. }
  1165. },
  1166. "PutEvaluationsResponse":{
  1167. "type":"structure",
  1168. "members":{
  1169. "FailedEvaluations":{"shape":"Evaluations"}
  1170. }
  1171. },
  1172. "RecorderName":{
  1173. "type":"string",
  1174. "max":256,
  1175. "min":1
  1176. },
  1177. "RecorderStatus":{
  1178. "type":"string",
  1179. "enum":[
  1180. "Pending",
  1181. "Success",
  1182. "Failure"
  1183. ]
  1184. },
  1185. "RecordingGroup":{
  1186. "type":"structure",
  1187. "members":{
  1188. "allSupported":{"shape":"AllSupported"},
  1189. "includeGlobalResourceTypes":{"shape":"IncludeGlobalResourceTypes"},
  1190. "resourceTypes":{"shape":"ResourceTypeList"}
  1191. }
  1192. },
  1193. "ReevaluateConfigRuleNames":{
  1194. "type":"list",
  1195. "member":{"shape":"StringWithCharLimit64"},
  1196. "max":25,
  1197. "min":1
  1198. },
  1199. "RelatedEvent":{"type":"string"},
  1200. "RelatedEventList":{
  1201. "type":"list",
  1202. "member":{"shape":"RelatedEvent"}
  1203. },
  1204. "Relationship":{
  1205. "type":"structure",
  1206. "members":{
  1207. "resourceType":{"shape":"ResourceType"},
  1208. "resourceId":{"shape":"ResourceId"},
  1209. "resourceName":{"shape":"ResourceName"},
  1210. "relationshipName":{"shape":"RelationshipName"}
  1211. }
  1212. },
  1213. "RelationshipList":{
  1214. "type":"list",
  1215. "member":{"shape":"Relationship"}
  1216. },
  1217. "RelationshipName":{"type":"string"},
  1218. "ResourceCreationTime":{"type":"timestamp"},
  1219. "ResourceDeletionTime":{"type":"timestamp"},
  1220. "ResourceId":{"type":"string"},
  1221. "ResourceIdList":{
  1222. "type":"list",
  1223. "member":{"shape":"ResourceId"}
  1224. },
  1225. "ResourceIdentifier":{
  1226. "type":"structure",
  1227. "members":{
  1228. "resourceType":{"shape":"ResourceType"},
  1229. "resourceId":{"shape":"ResourceId"},
  1230. "resourceName":{"shape":"ResourceName"},
  1231. "resourceDeletionTime":{"shape":"ResourceDeletionTime"}
  1232. }
  1233. },
  1234. "ResourceIdentifierList":{
  1235. "type":"list",
  1236. "member":{"shape":"ResourceIdentifier"}
  1237. },
  1238. "ResourceInUseException":{
  1239. "type":"structure",
  1240. "members":{
  1241. },
  1242. "exception":true
  1243. },
  1244. "ResourceName":{"type":"string"},
  1245. "ResourceNotDiscoveredException":{
  1246. "type":"structure",
  1247. "members":{
  1248. },
  1249. "exception":true
  1250. },
  1251. "ResourceType":{
  1252. "type":"string",
  1253. "enum":[
  1254. "AWS::EC2::CustomerGateway",
  1255. "AWS::EC2::EIP",
  1256. "AWS::EC2::Host",
  1257. "AWS::EC2::Instance",
  1258. "AWS::EC2::InternetGateway",
  1259. "AWS::EC2::NetworkAcl",
  1260. "AWS::EC2::NetworkInterface",
  1261. "AWS::EC2::RouteTable",
  1262. "AWS::EC2::SecurityGroup",
  1263. "AWS::EC2::Subnet",
  1264. "AWS::CloudTrail::Trail",
  1265. "AWS::EC2::Volume",
  1266. "AWS::EC2::VPC",
  1267. "AWS::EC2::VPNConnection",
  1268. "AWS::EC2::VPNGateway",
  1269. "AWS::IAM::Group",
  1270. "AWS::IAM::Policy",
  1271. "AWS::IAM::Role",
  1272. "AWS::IAM::User",
  1273. "AWS::ACM::Certificate",
  1274. "AWS::RDS::DBInstance",
  1275. "AWS::RDS::DBSubnetGroup",
  1276. "AWS::RDS::DBSecurityGroup",
  1277. "AWS::RDS::DBSnapshot",
  1278. "AWS::RDS::EventSubscription"
  1279. ]
  1280. },
  1281. "ResourceTypeList":{
  1282. "type":"list",
  1283. "member":{"shape":"ResourceType"}
  1284. },
  1285. "ResourceTypes":{
  1286. "type":"list",
  1287. "member":{"shape":"StringWithCharLimit256"},
  1288. "max":20,
  1289. "min":0
  1290. },
  1291. "Scope":{
  1292. "type":"structure",
  1293. "members":{
  1294. "ComplianceResourceTypes":{"shape":"ComplianceResourceTypes"},
  1295. "TagKey":{"shape":"StringWithCharLimit128"},
  1296. "TagValue":{"shape":"StringWithCharLimit256"},
  1297. "ComplianceResourceId":{"shape":"StringWithCharLimit256"}
  1298. }
  1299. },
  1300. "Source":{
  1301. "type":"structure",
  1302. "members":{
  1303. "Owner":{"shape":"Owner"},
  1304. "SourceIdentifier":{"shape":"StringWithCharLimit256"},
  1305. "SourceDetails":{"shape":"SourceDetails"}
  1306. }
  1307. },
  1308. "SourceDetail":{
  1309. "type":"structure",
  1310. "members":{
  1311. "EventSource":{"shape":"EventSource"},
  1312. "MessageType":{"shape":"MessageType"},
  1313. "MaximumExecutionFrequency":{"shape":"MaximumExecutionFrequency"}
  1314. }
  1315. },
  1316. "SourceDetails":{
  1317. "type":"list",
  1318. "member":{"shape":"SourceDetail"},
  1319. "max":25,
  1320. "min":0
  1321. },
  1322. "StartConfigRulesEvaluationRequest":{
  1323. "type":"structure",
  1324. "members":{
  1325. "ConfigRuleNames":{"shape":"ReevaluateConfigRuleNames"}
  1326. }
  1327. },
  1328. "StartConfigRulesEvaluationResponse":{
  1329. "type":"structure",
  1330. "members":{
  1331. }
  1332. },
  1333. "StartConfigurationRecorderRequest":{
  1334. "type":"structure",
  1335. "required":["ConfigurationRecorderName"],
  1336. "members":{
  1337. "ConfigurationRecorderName":{"shape":"RecorderName"}
  1338. }
  1339. },
  1340. "StopConfigurationRecorderRequest":{
  1341. "type":"structure",
  1342. "required":["ConfigurationRecorderName"],
  1343. "members":{
  1344. "ConfigurationRecorderName":{"shape":"RecorderName"}
  1345. }
  1346. },
  1347. "String":{"type":"string"},
  1348. "StringWithCharLimit128":{
  1349. "type":"string",
  1350. "max":128,
  1351. "min":1
  1352. },
  1353. "StringWithCharLimit256":{
  1354. "type":"string",
  1355. "max":256,
  1356. "min":1
  1357. },
  1358. "StringWithCharLimit64":{
  1359. "type":"string",
  1360. "max":64,
  1361. "min":1
  1362. },
  1363. "SupplementaryConfiguration":{
  1364. "type":"map",
  1365. "key":{"shape":"SupplementaryConfigurationName"},
  1366. "value":{"shape":"SupplementaryConfigurationValue"}
  1367. },
  1368. "SupplementaryConfigurationName":{"type":"string"},
  1369. "SupplementaryConfigurationValue":{"type":"string"},
  1370. "Tags":{
  1371. "type":"map",
  1372. "key":{"shape":"Name"},
  1373. "value":{"shape":"Value"}
  1374. },
  1375. "ValidationException":{
  1376. "type":"structure",
  1377. "members":{
  1378. },
  1379. "exception":true
  1380. },
  1381. "Value":{"type":"string"},
  1382. "Version":{"type":"string"}
  1383. }
  1384. }